@charset "UTF-8";/* urls
================================================== */.banner,.infoBlock__image,.slide__image,.sliderBlock,.sliderBlock__slides .slide,.quoteBlock__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wSize:after,.w_clearfix:after,.wTxt:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}/* Grid
==================================================================================================== */.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 /* On sm */ /* On md */ /* On lg */ /* On xl */;
}

.grid--inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.grid--items-start {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.grid--items-end {
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.grid--items-center {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.grid--items-stretch {
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

.grid--justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid--justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid--justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.grid--justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid--justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.grid--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.grid--column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid--1 > .grid__cell {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.grid--2 > .grid__cell {
  width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.grid--3 > .grid__cell {
  width: 33.33333%;
  max-width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}

.grid--4 > .grid__cell {
  width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.grid--5 > .grid__cell {
  width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.grid--6 > .grid__cell {
  width: 16.66667%;
  max-width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}

.grid--7 > .grid__cell {
  width: 14.28571%;
  max-width: 14.28571%;
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
}

.grid--8 > .grid__cell {
  width: 12.5%;
  max-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
}

.grid--9 > .grid__cell {
  width: 11.11111%;
  max-width: 11.11111%;
  -ms-flex-preferred-size: 11.11111%;
  flex-basis: 11.11111%;
}

.grid--10 > .grid__cell {
  width: 10%;
  max-width: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.grid--11 > .grid__cell {
  width: 9.09091%;
  max-width: 9.09091%;
  -ms-flex-preferred-size: 9.09091%;
  flex-basis: 9.09091%;
}

.grid--12 > .grid__cell {
  width: 8.33333%;
  max-width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
}

.grid--space-half {
  margin-left: -0.39063rem;
  margin-right: -0.39063rem;
}

.grid--space-half > .grid__cell {
  padding: 0 0.39063rem 0.78125rem;
}

.grid--space-default {
  margin-left: -0.78125rem;
  margin-right: -0.78125rem;
}

.grid--space-default > .grid__cell {
  padding: 0 0.78125rem 1.5625rem;
}

.grid--space-large {
  margin-left: -1.17188rem;
  margin-right: -1.17188rem;
}

.grid--space-large > .grid__cell {
  padding: 0 1.17188rem 2.34375rem;
}

.grid--space-double {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.grid--space-double > .grid__cell {
  padding: 0 1.5625rem 3.125rem;
}

.grid__cell {
  display: inline-block;
  box-sizing: border-box;
}

.grid__cell--start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.grid__cell--end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.grid__cell--center {
  -ms-flex-item-align: center;
  align-self: center;
}

.grid__cell--stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.grid__cell--nogrow {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.grid__cell--grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.grid__cell--shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.grid__cell--noshrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.grid__cell--order-start {
  -ms-flex-order: -1;
  order: -1;
}

.grid__cell--order-end {
  -ms-flex-order: 1;
  order: 1;
}

.grid__cell--noorder {
  -ms-flex-order: 0;
  order: 0;
}

.grid__cell--nobasis {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.grid__cell--1 {
  width: 8.33333%;
  max-width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
}

.grid__cell--2 {
  width: 16.66667%;
  max-width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}

.grid__cell--3 {
  width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.grid__cell--4 {
  width: 33.33333%;
  max-width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}

.grid__cell--5 {
  width: 41.66667%;
  max-width: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
}

.grid__cell--6 {
  width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.grid__cell--7 {
  width: 58.33333%;
  max-width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
}

.grid__cell--8 {
  width: 66.66667%;
  max-width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
}

.grid__cell--9 {
  width: 75%;
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.grid__cell--10 {
  width: 83.33333%;
  max-width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
}

.grid__cell--11 {
  width: 91.66667%;
  max-width: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
}

.grid__cell--12 {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.grid__box {
  height: 100%;
  min-height: 100%;
}/* Button
==================================================================================================== */.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  vertical-align: middle;
  color: inherit;
  background-image: none;
  border: 1px solid transparent;
  outline: 0;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: color .2s, background .2s, box-shadow .2s, fill .2s, border .2s;
  height: 50px;
}

.button span,.button i {
  display: inline-block;
}

.button span {
  max-width: 100%;
  max-height: 2.2em;
  line-height: 1.1em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.button i {
  position: relative;
  margin-right: .5em;
  width: 22px;
  height: 22px;
  transition: fill .2s, border .2s, background .2s, box-shadow .2s, opacity .2s;
}

.button:active {
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.button--svgIcon {
  padding: 5px;
}

.button--in-header {
  height: 40px;
  width: 40px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  background: #ffaa25;
  fill: #fff;
}/* Dropdown
==================================================================================================== */.dropdown {
  position: relative;
}

.dropdown__header {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown__header--default {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  padding-left: 10px;
  padding-right: 30px;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  transition: border .2s;
}

.dropdown__header--default:hover {
  border-color: #fff;
}

.dropdown__header--default::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  margin-right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}

.dropdown__content {
  position: absolute;
  top: 100%;
  min-width: 100%;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: transform .2s, opacity .2s, visibility .2s;
}

.dropdown.is-active .dropdown__content,.dropdown--hover:hover .dropdown__content {
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.dropdown__content--left {
  left: 0;
}

.dropdown__content--right {
  right: 0;
}

.dropdown__content--top {
  top: auto;
  bottom: 100%;
}

.dropdown__content--small {
  width: 80px;
}

.dropdown__content--narrow {
  width: 120px;
}

.dropdown__content--medium {
  width: 180px;
}

.dropdown__content--wide {
  width: 240px;
}/* Utility Classes
==================================================================================================== *//* Gutters Utility Classes
---------------------------------------------------------------------------------------------------- */._mhalf {
  margin: 0.78125rem !important;
}

._mdefault {
  margin: 1.5625rem !important;
}

._mlarge {
  margin: 2.34375rem !important;
}

._mdouble {
  margin: 3.125rem !important;
}

._mthalf {
  margin-top: 0.78125rem !important;
}

._mtdefault {
  margin-top: 1.5625rem !important;
}

._mtlarge {
  margin-top: 2.34375rem !important;
}

._mtdouble {
  margin-top: 3.125rem !important;
}

._mt0 {
  margin-top: 0 !important;
}

._mrhalf {
  margin-right: 0.78125rem !important;
}

._mrdefault {
  margin-right: 1.5625rem !important;
}

._mrlarge {
  margin-right: 2.34375rem !important;
}

._mrdouble {
  margin-right: 3.125rem !important;
}

._mr0 {
  margin-right: 0 !important;
}

._mbhalf {
  margin-bottom: 0.78125rem !important;
}

._mbdefault {
  margin-bottom: 1.5625rem !important;
}

._mblarge {
  margin-bottom: 2.34375rem !important;
}

._mbdouble {
  margin-bottom: 3.125rem !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mlhalf {
  margin-left: 0.78125rem !important;
}

._mldefault {
  margin-left: 1.5625rem !important;
}

._mllarge {
  margin-left: 2.34375rem !important;
}

._mldouble {
  margin-left: 3.125rem !important;
}

._ml0 {
  margin-left: 0 !important;
}

._m0 {
  margin: 0 !important;
}

._phalf {
  padding: 0.78125rem !important;
}

._pdefault {
  padding: 1.5625rem !important;
}

._plarge {
  padding: 2.34375rem !important;
}

._pdouble {
  padding: 3.125rem !important;
}

._pthalf {
  padding-top: 0.78125rem !important;
}

._ptdefault {
  padding-top: 1.5625rem !important;
}

._ptlarge {
  padding-top: 2.34375rem !important;
}

._ptdouble {
  padding-top: 3.125rem !important;
}

._pt0 {
  padding-top: 0 !important;
}

._prhalf {
  padding-right: 0.78125rem !important;
}

._prdefault {
  padding-right: 1.5625rem !important;
}

._prlarge {
  padding-right: 2.34375rem !important;
}

._prdouble {
  padding-right: 3.125rem !important;
}

._pr0 {
  padding-right: 0 !important;
}

._pbhalf {
  padding-bottom: 0.78125rem !important;
}

._pbdefault {
  padding-bottom: 1.5625rem !important;
}

._pblarge {
  padding-bottom: 2.34375rem !important;
}

._pbdouble {
  padding-bottom: 3.125rem !important;
}

._pb0 {
  padding-bottom: 0 !important;
}

._plhalf {
  padding-left: 0.78125rem !important;
}

._pldefault {
  padding-left: 1.5625rem !important;
}

._pllarge {
  padding-left: 2.34375rem !important;
}

._pldouble {
  padding-left: 3.125rem !important;
}

._pl0 {
  padding-left: 0 !important;
}

._p0 {
  padding: 0 !important;
}

._ma {
  margin: auto !important;
}

._mla {
  margin-left: auto !important;
}

._mra {
  margin-right: auto !important;
}/* Breakepoint sm *//* Breakepoint md *//* Breakepoint lg *//* Breakepoint xl */.breadcrumbs {
  width: 100%;
  display: table;
  font-size: 0;
  line-height: 1rem;
  height: 1rem;
  margin-bottom: 20px;
  margin-top: 5px;
}

.breadcrumbs > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-right: 0.4375rem;
  color: #000;
}

.breadcrumbs > span:before {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4375rem;
}

.breadcrumbs > span:first-child:before {
  display: none;
}

.breadcrumbs > span > a {
  color: #ffaa25;
  text-decoration: underline;
}

.breadcrumbs > span > a:hover {
  text-decoration: none;
}

.wHeader {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.wHeader.fixed {
  position: fixed;
}

.wHeader.fixed .wHeader_Banner {
  height: 0;
  overflow: hidden;
  margin: 0;
}

.wHeader_Middle {
  height: 40px;
  position: relative;
}

.wHeader_Middle > .wSize {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wHeader_Middle > .wSize:after {
  display: none;
}

.bgDark {
  background: #363636;
}

.logo {
  height: 7.5em;
  width: 7.5em;
  -ms-flex-preferred-size: 7.5em;
  flex-basis: 7.5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ffaa25;
  color: #fff;
  line-height: 2.1875em;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  font-weight: 900;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  transition: all 0.2s;
  font-size: 1rem;
}

.logo span {
  transition: font .2s, text-shadow .2s;
  display: block;
  text-shadow: 1px 1px #bf7e19, 2px 2px #bf7e19, 3px 3px #bf7e19, 4px 4px #bf7e19, 5px 5px #bf7e19, 6px 6px #bf7e19, 7px 7px #bf7e19, 8px 8px #bf7e19, 9px 9px #bf7e19, 10px 10px #bf7e19, 11px 11px #bf7e19, 13px 13px #bf7e19, 14px 14px #bf7e19, 15px 15px #bf7e19, 16px 16px #bf7e19, 17px 17px #bf7e19, 18px 18px #bf7e19, 19px 19px #bf7e19, 20px 20px #bf7e19, 21px 21px #bf7e19, 22px 22px #bf7e19, 23px 23px #bf7e19, 24px 24px #bf7e19, 25px 25px #bf7e19, 26px 26px #bf7e19, 27px 27px #bf7e19, 28px 28px #bf7e19, 29px 29px #bf7e19, 30px 30px #bf7e19, 31px 31px #bf7e19, 32px 32px #bf7e19, 33px 33px #bf7e19, 34px 34px #bf7e19, 35px 35px #bf7e19, 36px 36px #bf7e19, 37px 37px #bf7e19, 38px 38px #bf7e19, 39px 39px #bf7e19, 40px 40px #bf7e19, 41px 41px #bf7e19, 42px 42px #bf7e19, 43px 43px #bf7e19, 44px 44px #bf7e19;
}

.logo .size1 {
  font-size: 1.5em;
}

.logo .size2 {
  font-size: 3em;
}

.logo .size3 {
  font-size: 2.375em;
}

.logo:hover span {
  text-shadow: 5px 5px #bf7e19;
}

.navMainMenu {
  -ms-flex-order: -1;
  order: -1;
  position: relative;
}

.mainMenu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.mainMenu li a {
  font-size: 1rem;
  color: #fff;
}

.mainMenu li.w_active a {
  color: #ffaa25;
}

.searchBlock {
  border-radius: 5px;
  max-width: 300px;
  padding: 0;
}

.searchBlock .wFormInput {
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.searchBlock .wInput {
  display: block;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding-left: 40px;
  height: 40px;
  border-radius: 5px;
}

.searchBlock .wSubmit {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: none;
  border: none;
}

.searchBlock .wSubmit svg {
  opacity: .5;
  width: 20px;
  height: 20px;
}

.fixed .logo {
  width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  margin-left: 0;
  height: 60px;
}

.fixed .logo span {
  font-size: 24px;
  line-height: 30px;
}/* Visibility Utility Classes
---------------------------------------------------------------------------------------------------- */._bg-overlay:before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .3;
}

._invisible {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

._hide {
  display: none;
}

._hide\! {
  display: none !important;
}/* Brakepoint sm *//* Brakepoint md *//* Brakepoint lg *//* Brakepoint xl */svg {
  max-height: 100%;
  max-width: 100%;
}

html {
  font-family: Roboto, Arial, Sans-Serif;
  font-size: 16px;
}

.banner {
  width: 100%;
  height: 94px;
}

.infoBlock__image {
  width: 90px;
  height: 60px;
  margin-right: 10px;
  float: left;
  position: relative;
}

.mediaBlock {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 66.6666%;
  position: relative;
  box-sizing: border-box;
  display: block;
}

.mediaBlock--iframe {
  background: black;
  padding-top: 15px;
  width: 100%;
  height: 100%;
}

.mediaBlock.videoA:after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 57px;
  width: 80px;
  background-image: url("../pic/play-video.png");
  cursor: pointer;
  transition: transform .3s;
}

.mediaBlock.videoA:hover:after {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.mediaBlock.videoA:hover .mediaBlock__text {
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -ms-transform: scale(0);
  transform: scale(0);
}

.mediaBlock:hover .mediaBlock__text {
  text-decoration: underline;
}

.mediaBlock:hover .mediaBlock__tag {
  width: 130px;
}

.mediaBlock:hover .mediaBlock__tag:before {
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  width: 100%;
}

.mediaBlock:hover .mediaBlock__tag:after {
  width: 0;
}

.mediaBlock.photo:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}

.mediaBlock.photo:after {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 57px;
  width: 80px;
  background-image: url("../pic/icon_zoom.svg");
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}

.mediaBlock.photo .mediaBlock__text {
  opacity: 0;
  transition: opacity 0.3s;
}

.mediaBlock.photo:hover .mediaBlock__text {
  opacity: 1;
}

.mediaBlock.photo:hover:before {
  opacity: 1;
}

.mediaBlock.photo:hover:after {
  opacity: 1;
}

.mediaBlock.mainPhoto {
  padding-top: 0;
  /*max-width: 50%;*/
  height: auto;
  width: auto;
  /*margin: 0 1.875rem 1.25rem 0;*/
  margin: 0 auto 1.25rem;
  float: none;
  text-align: center;
}

.mediaBlock ~ .flexFix {
  width: 300px;
  box-sizing: border-box;
}

.slide__image {
  display: block;
  margin: auto;
  width: 220px;
  height: 220px;
  position: relative;
}

.slide__image:hover .slide__info {
  height: 100%;
  width: 100%;
}

.sliderBlock {
  height: 0px;
  padding-top: 56.383%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px;
}

.sliderBlock:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  background: rgba(0, 0, 0, 0) !important;
}

.sliderBlock .pageTitle {
  border-bottom: none;
}

.sliderBlock__slides {
  overflow: hidden;
  display: none;
}

.sliderBlock__slides .slide {
  height: 120px;
  width: 210px;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  position: relative;
  margin: auto;
  cursor: pointer;
  transition: transform .2s;
}

.sliderBlock__slides .slide:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s;
}

.sliderBlock__slides .slide .slide__text {
  font-size: 1rem;
  color: #fff;
  max-height: 60px;
  overflow: hidden;
  line-height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sliderBlock__slides .slide:hover:before {
  background: rgba(0, 0, 0, 0.3);
}

button {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

input {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

select {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

textarea {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.w_tac {
  text-align: center;
}

.w_tar {
  text-align: right;
}

.w_tal {
  text-align: left;
}

.w_fll {
  float: left;
}

.w_flr {
  float: right;
}

.w_cls {
  font-size: 0;
  display: table;
  width: 100%;
}

.w_ovh {
  overflow: hidden;
}

.w_clear {
  clear: both;
}

.w_blank {
  height: 25px;
}

.w_first {
  margin-top: 0 !important;
}

.w_last {
  margin-bottom: 0 !important;
}

.wSize {
  max-width: 1280px;
  padding: 0 0.78125rem;
  margin: 0 auto;
  position: relative;
}

.wSize:after {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w_df {
  display: -ms-flexbox;
  display: flex;
}

.w_fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jc-sb {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.w_block {
  display: block;
  position: relative;
  width: auto;
  background-color: #f8f8f8;
  padding: 2% 3% 2.5%;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 3.5%;
}

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

.svgHolder {
  position: relative;
}

.svgHolder > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.w_absc {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.wWrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.wContainer {
  padding: 7.5rem 0 150px;
  position: relative;
}

.indexPage .wContainer {
  padding-top: 120px;
}

.wFooter {
  position: relative;
  margin: -140px auto 0;
  min-height: 140px;
}

.wFooter__grid > .grid__cell {
  padding-bottom: 0;
}

.wFooter__grid > .grid__cell + .grid__cell {
  border-left: 1px solid #464646;
}

.wFooter .inner {
  text-align: left;
  display: inline-block;
  min-width: 180px;
}

.wFooter .inner.grid {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.wFooter .logo {
  margin-left: 0;
  font-size: 12px;
}

.wFooter .underLogoText {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}

.wFooter .pageTitle {
  margin-bottom: 10px;
  margin-top: 0;
}

.wFooter ul {
  line-height: 18px;
}

.wFooter ul li {
  margin-bottom: 10px;
}

.wFooter ul a {
  color: #fff;
  opacity: .6;
  text-decoration: underline;
}

.wFooter ul a:hover {
  opacity: 1;
}

.wFooter ul.icons li {
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
  fill: #808080;
}

.wFooter ul.icons svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
}

.wFooter ul .nounderline a {
  text-decoration: none;
}

.pageTitle {
  font-family: Roboto;
  font-weight: 900;
  font-size: 1.625rem;
  line-height: 2rem;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  position: relative;
}

.pageTitle.inverse {
  color: #fff;
}

.pageTitle.leftBorder {
  border-left: 3px solid #ffaa25;
  padding-left: 12px;
}

.pageTitle.bottomBorder {
  border-bottom: 1px solid #eee;
}

.pageTitle.bottomBorder span {
  padding-bottom: 14px;
  display: inline-block;
  position: relative;
  max-width: calc(100% - 50px);
}

.pageTitle.bottomBorder span:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ffaa25;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

.pageTitle.bottomBorder a {
  text-decoration: none;
  transition: 0.3s all;
}

.pageTitle.bottomBorder a:hover,
.pageTitle.bottomBorder a:active {
  color: #ffaa25;
}

.pageTitle.bottomBorder span.whiteB:after {
  background: #fff;
}

.pageTitle.w_middle {
  margin-top: 0.7em;
  font-size: 1.125rem;
  line-height: 20px;
}

.pageTitle.w_middle span {
  padding-bottom: 5px;
}

.pageTitle.w_small {
  margin-top: 0.7em;
  font-size: 1.25rem;
}

.pageTitle.underlined {
  border-bottom: 1px solid #ddd;
}

.wHeader_Banner {
  margin: 20px auto;
  display: none;
}

.infoBlocks {
  margin-bottom: 20px;
}

.infoBlock {
  height: 100px;
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 1rem;
  position: relative;
  background: #fafafa;
}

.infoBlock:before {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0;
}

.infoBlock:hover {
  background: #eee;
}

.infoBlock:last-child:before {
  display: none;
}

.infoBlock__content {
  overflow: hidden;
  color: #808080;
}

.infoBlock__text {
  display: block;
  font-size: 1rem;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}

.infoBlock__date {
  font-size: 12px;
}

.infoBlock__tag {
  right: 0;
  bottom: -5px;
}

.quoteBlock {
  padding: 1.25rem 0.625rem;
  margin: 1.5625rem 0;
  background: #fafafa;
}

.quoteBlock__image {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
  position: relative;
  margin-bottom: 20px;
  border-radius: 50%;
}

.quoteBlock__autor {
  height: 80px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}

.quoteBlock__text {
  font-size: 1rem;
  color: #808080;
  padding: 0 10px;
}

.quoteBlock__text:before {
  content: '';
  height: 18px;
  width: 100%;
  display: block;
  margin: 10px 0;
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAMAAADub6yxAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAwFBMVEUAAACytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLgAAADRvE7xAAAAPnRSTlMAEnvC58oBQZ/U62NL7fgCnYE8q4Xlsd5VScUZvWabLg79xMf6C4jg81t2/Lq1tkhr3LTwjG7veG3uhnrVZYsDKIQAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAnklEQVQY07XPVwKCQAwE0LGjgr333sFeUMz9j+UmAT2B8/V2PpIsAMTiiWQqDU3GyubyDNshokJR25IxlQ0qJNG6Kq4Z1RmFhgyxpW22gDaj09URPX70WQPWUNvR2HginBrN5lrLmoVwabQKj1tzvRHyddud63l74MD18eR6Fs4U5gJcIxNuke7AI7L/1/q7/Am8fpcEvqN5m++E9IMPFWQ4ZLGiIoAAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.quoteBlock__text:after {
  content: '';
  height: 18px;
  width: 100%;
  display: block;
  margin: 10px 0;
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAMAAADub6yxAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAwFBMVEUAAACytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLiytLgAAADRvE7xAAAAPnRSTlMAEnvC58oBQZ/U62NL7fgCnYE8q4Xlsd5VScUZvWabLg79xMf6C4jg81t2/Lq1tkhr3LTwjG7veG3uhnrVZYsDKIQAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAnklEQVQY07XPVwKCQAwE0LGjgr333sFeUMz9j+UmAT2B8/V2PpIsAMTiiWQqDU3GyubyDNshokJR25IxlQ0qJNG6Kq4Z1RmFhgyxpW22gDaj09URPX70WQPWUNvR2HginBrN5lrLmoVwabQKj1tzvRHyddud63l74MD18eR6Fs4U5gJcIxNuke7AI7L/1/q7/Am8fpcEvqN5m++E9IMPFWQ4ZLGiIoAAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.quoteBlock__name {
  line-height: 1rem;
  font-weight: 700;
}

.quoteBlock__position {
  line-height: 14px;
  opacity: 0.5;
}

.tag {
  font-size: 0.625rem;
  line-height: 13px;
  padding: 0 4px;
  position: absolute;
  background: #eee;
  color: #fff;
}

.tag.green {
  background: #6fc231;
}

.tag.green:after {
  background: #40711c;
}

.tag.red {
  background: red;
}

.tag.red:after {
  background: #8c0000;
}

.tag .red {
  background: red;
}

.tag.orange {
  background: #ffaa25;
}

.tag.orange:after {
  background: #be7400;
}

.tag.blue {
  background: #29aed3;
}

.tag.blue:after {
  background: #18687e;
}

.tag .green {
  background: #6fc231;
}

.tag .orange {
  background: #ffaa25;
}

.tag .blue {
  background: #29aed3;
}

.mediaBlock__text {
  transition: transform .3s;
  font-size: 1rem;
  line-height: 1.5rem;
  max-height: 4.5rem;
  overflow: hidden;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.mediaBlock__tag {
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  top: 10px;
  left: 10px;
  position: absolute;
  padding: 0;
  transition: width 0.3s;
}

.mediaBlock__tag span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.mediaBlock__tag:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: block;
  height: 100%;
  width: 87%;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform-origin: right;
  transform-origin: right;
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  transition: transform .3s, width .3s;
}

.mediaBlock__tag:after {
  content: '';
  background: red;
  display: block;
  height: 100%;
  width: 13%;
  position: absolute;
  left: 0;
  top: 0;
  -ms-transform-origin: left;
  transform-origin: left;
  -ms-transform: skewY(50deg);
  transform: skewY(50deg);
  transition: transform .3s, width .3s;
}

.slider__Wrapper {
  padding: 0 30px;
}

.slider__Wrapper .slick-arrow {
  position: absolute;
  top: 0;
  width: 30px;
  height: 220px;
  fill: #fff;
}

.slider__Wrapper .slick-arrow:hover {
  background: #ccc;
  cursor: pointer;
  fill: #000;
}

.slider__Wrapper .slick-arrow:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.slider__Wrapper .slick-prev {
  right: 100%;
}

.slider__Wrapper .slick-next {
  left: 100%;
}

.slide {
  margin: auto;
  display: block;
  width: 220px;
}

.slide__info {
  transition: all .3s;
  width: 86px;
  height: 56px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  line-height: 14px;
}

.slide__info .count {
  font-weight: 700;
  font-size: 30px;
  color: #ffaa25;
  line-height: 30px;
}

.slide__title {
  display: block;
  margin: auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  margin-top: 25px;
}

.fotoSliderSection {
  padding: 25px 0;
  margin: 25px 0;
}

.fotoSliderSection .link {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  text-decoration: underline;
  text-transform: none;
}

.fotoSliderSection .link:hover {
  text-decoration: none;
}

.socBlock {
  width: 300px;
  margin: 0 auto 15px;
}

.socBlock__tabs {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  text-align:center;
}

.socBlock__tab img {
	max-height: 100%;
}

.socBlock__tab {
  height: 54px;
  width: 50%;
  fill: #fff;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
}

.socBlock__tab svg {
  height: 70%;
}

.socBlock__tab:hover {
  fill: #ffaa25;
}

.socBlock__tab.vk {
  background: #5b7fa6;
}

.socBlock__tab.fb {
  background: #3c5899;
}

.socBlock__content {
  display: none;
}

.socBlock__content.is-active {
  display: block;
}

.ajax_button {
  width: 100%;
  display: block;
  line-height: 45px;
  height: 45px;
  margin: 25px 0;
  background: #fafafa;
  border: none;
  color: #808080;
  font-size: 16px;
  text-decoration: underline;
  box-shadow: 2px 2px 1px 0 #808080;
  transition: box-shadow 0.2s;
}

.ajax_button:hover {
  text-decoration: none;
}

.ajax_button:active {
  box-shadow: 0 0 0 0 #808080;
}

.wezom-copyrights {
  opacity: .5;
  color: #fff;
  line-height: 1rem;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.wezom-copyrights:hover {
  opacity: 1;
  text-decoration: none;
}

.wezom-copyrights:hover span {
  text-decoration: underline;
}

.wezom-copyrights .icon {
  fill: #fff;
  height: 12px;
  width: 30px;
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none !important;
}

.wezom-copyrights span {
  display: inline-block;
  vertical-align: middle;
}

.slick-slide {
  outline-color: transparent;
}

.wFooter_Top {
  padding: 20px 0 20px;
}

.wFooter_Bottom {
  background: #464646;
}

.sliderBlock__content {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
}

.sliderBlock__content .mediaBlock__tag {
  top: -60px;
  left: -12px;
}

.plusoline {
  padding: 15px 0;
  border-top: 1px solid #f2f2f2;
  color: #808080;
  font-size: 12px;
  vertical-align: middle;
}

.pluso {
  vertical-align: middle;
}

.pluso-more {
  display: none !important;
}

.commentForm {
  color: #808080;
}

.commentForm .wFormInput {
  width: 49%;
  margin-bottom: 0;
}

.commentForm .wTextarea {
  resize: none;
}

.comment {
  color: #808080;
  font-size: 16px;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.comment:last-child {
  border-bottom: none;
}

.comment__head {
  margin-bottom: 15px;
}

.comment__name {
  font-weight: 700;
  display: inline-block;
  margin-right: 30px;
}

.comment__date {
  display: inline-block;
  font-size: 12px;
  opacity: 0.5;
}

.mainPhoto img {
  max-height: 100%;
}

.newsTabs__tab {
  opacity: .7;
  cursor: pointer;
  text-decoration: underline;
}

.newsTabs__tab.is-active {
  opacity: 1;
  text-decoration: none;
  cursor: default;
}

.newsTabs__content:not(.is-active) {
  display: none;
}

@font-face {
  font-family:Roboto;src:url("../fonts/Roboto/Roboto Light/roboto-light.eot");src:url("../fonts/Roboto/Roboto Light/roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto Light/roboto-light.woff") format("woff"), url("../fonts/Roboto/Roboto Light/roboto-light.ttf") format("truetype"), url("../fonts/Roboto/Roboto Light/roboto-light.svg#Roboto") format("svg");font-weight:100;font-style:normal;
}

@font-face {
  font-family:Roboto;src:url("../fonts/Roboto/Roboto Regular/roboto_regular-webfont.eot");src:url("../fonts/Roboto/Roboto Regular/roboto_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto Regular/roboto_regular-webfont.woff") format("woff"), url("../fonts/Roboto/Roboto Regular/roboto_regular-webfont.ttf") format("truetype"), url("../fonts/Roboto/Roboto Regular/roboto_regular-webfont.svg#Roboto") format("svg");font-weight:400;font-style:normal;
}

@font-face {
  font-family:Roboto;src:url("../fonts/Roboto/Roboto Bold/roboto-bold.eot");src:url("../fonts/Roboto/Roboto Bold/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto Bold/roboto-bold.woff") format("woff"), url("../fonts/Roboto/Roboto Bold/roboto-bold.ttf") format("truetype"), url("../fonts/Roboto/Roboto Bold/roboto-bold.svg#Roboto") format("svg");font-weight:700;font-style:normal;
}

@font-face {
  font-family:Roboto;src:url("../fonts/Roboto/Roboto Black/roboto_black-webfont.eot");src:url("../fonts/Roboto/Roboto Black/roboto_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto Black/roboto_black-webfont.woff") format("woff"), url("../fonts/Roboto/Roboto Black/roboto_black-webfont.ttf") format("truetype"), url("../fonts/Roboto/Roboto Black/roboto_black-webfont.svg#Roboto") format("svg");font-weight:900;font-style:normal;
}

@media only screen and (min-width: 481px) {
  .grid--sm-items-start {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .grid--sm-items-end {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }

  .grid--sm-items-center {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .grid--sm-items-stretch {
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
  }

  .grid--sm-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid--sm-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .grid--sm-justify-сenter {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid--sm-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid--sm-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .grid--sm-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .grid--sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid--sm-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid--sm-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid--sm-1 > .grid__cell {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .grid--sm-2 > .grid__cell {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .grid--sm-3 > .grid__cell {
    width: 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .grid--sm-4 > .grid__cell {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .grid--sm-5 > .grid__cell {
    width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .grid--sm-6 > .grid__cell {
    width: 16.66667%;
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .grid--sm-7 > .grid__cell {
    width: 14.28571%;
    max-width: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
  }

  .grid--sm-8 > .grid__cell {
    width: 12.5%;
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }

  .grid--sm-9 > .grid__cell {
    width: 11.11111%;
    max-width: 11.11111%;
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
  }

  .grid--sm-10 > .grid__cell {
    width: 10%;
    max-width: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }

  .grid--sm-11 > .grid__cell {
    width: 9.09091%;
    max-width: 9.09091%;
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
  }

  .grid--sm-12 > .grid__cell {
    width: 8.33333%;
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .grid--sm-space-half {
    margin-left: -0.39063rem;
  }

  .grid--sm-space-half > .grid__cell {
    padding: 0 0 0.78125rem 0.78125rem;
  }

  .grid--sm-space-default {
    margin-left: -0.78125rem;
  }

  .grid--sm-space-default > .grid__cell {
    padding: 0 0 1.5625rem 1.5625rem;
  }

  .grid--sm-space-large {
    margin-left: -1.17188rem;
  }

  .grid--sm-space-large > .grid__cell {
    padding: 0 0 2.34375rem 2.34375rem;
  }

  .grid--sm-space-double {
    margin-left: -1.5625rem;
  }

  .grid--sm-space-double > .grid__cell {
    padding: 0 0 3.125rem 3.125rem;
  }

  .grid--sm-nospace {
    margin: 0;
  }

  .grid--sm-nospace > .grid__cell {
    padding: 0;
  }

  .grid__cell--sm-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .grid__cell--sm-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .grid__cell--sm-3 {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .grid__cell--sm-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .grid__cell--sm-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }

  .grid__cell--sm-6 {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .grid__cell--sm-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .grid__cell--sm-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }

  .grid__cell--sm-9 {
    width: 75%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .grid__cell--sm-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .grid__cell--sm-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }

  .grid__cell--sm-12 {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .grid__cell--sm-auto {
    width: auto;
    max-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .grid__cell--sm-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .grid__cell--sm-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .grid__cell--sm-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .grid__cell--sm-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .grid__cell--sm-nogrow {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .grid__cell--sm-grow {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .grid__cell--sm-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .grid__cell--sm-noshrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .grid__cell--sm-order-start {
    -ms-flex-order: -1;
    order: -1;
  }

  .grid__cell--sm-order-end {
    -ms-flex-order: 1;
    order: 1;
  }

  .grid__cell--sm-noorder {
    -ms-flex-order: 0;
    order: 0;
  }

  .grid__cell--sm-nobasis {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  ._sm-mhalf {
    margin: 0.78125rem !important;
  }

  ._sm-mdefault {
    margin: 1.5625rem !important;
  }

  ._sm-mlarge {
    margin: 2.34375rem !important;
  }

  ._sm-mdouble {
    margin: 3.125rem !important;
  }

  ._sm-mthalf {
    margin-top: 0.78125rem !important;
  }

  ._sm-mtdefault {
    margin-top: 1.5625rem !important;
  }

  ._sm-mtlarge {
    margin-top: 2.34375rem !important;
  }

  ._sm-mtdouble {
    margin-top: 3.125rem !important;
  }

  ._sm-mt0 {
    margin-top: 0 !important;
  }

  ._sm-mrhalf {
    margin-right: 0.78125rem !important;
  }

  ._sm-mrdefault {
    margin-right: 1.5625rem !important;
  }

  ._sm-mrlarge {
    margin-right: 2.34375rem !important;
  }

  ._sm-mrdouble {
    margin-right: 3.125rem !important;
  }

  ._sm-mr0 {
    margin-right: 0 !important;
  }

  ._sm-mbhalf {
    margin-bottom: 0.78125rem !important;
  }

  ._sm-mbdefault {
    margin-bottom: 1.5625rem !important;
  }

  ._sm-mblarge {
    margin-bottom: 2.34375rem !important;
  }

  ._sm-mbdouble {
    margin-bottom: 3.125rem !important;
  }

  ._sm-mb0 {
    margin-bottom: 0 !important;
  }

  ._sm-mlhalf {
    margin-left: 0.78125rem !important;
  }

  ._sm-mldefault {
    margin-left: 1.5625rem !important;
  }

  ._sm-mllarge {
    margin-left: 2.34375rem !important;
  }

  ._sm-mldouble {
    margin-left: 3.125rem !important;
  }

  ._sm-ml0 {
    margin-left: 0 !important;
  }

  ._sm-m0 {
    margin: 0 !important;
  }

  ._sm-phalf {
    padding: 0.78125rem !important;
  }

  ._sm-pdefault {
    padding: 1.5625rem !important;
  }

  ._sm-plarge {
    padding: 2.34375rem !important;
  }

  ._sm-pdouble {
    padding: 3.125rem !important;
  }

  ._sm-pthalf {
    padding-top: 0.78125rem !important;
  }

  ._sm-ptdefault {
    padding-top: 1.5625rem !important;
  }

  ._sm-ptlarge {
    padding-top: 2.34375rem !important;
  }

  ._sm-ptdouble {
    padding-top: 3.125rem !important;
  }

  ._sm-pt0 {
    padding-top: 0 !important;
  }

  ._sm-prhalf {
    padding-right: 0.78125rem !important;
  }

  ._sm-prdefault {
    padding-right: 1.5625rem !important;
  }

  ._sm-prlarge {
    padding-right: 2.34375rem !important;
  }

  ._sm-prdouble {
    padding-right: 3.125rem !important;
  }

  ._sm-pr0 {
    padding-right: 0 !important;
  }

  ._sm-pbhalf {
    padding-bottom: 0.78125rem !important;
  }

  ._sm-pbdefault {
    padding-bottom: 1.5625rem !important;
  }

  ._sm-pblarge {
    padding-bottom: 2.34375rem !important;
  }

  ._sm-pbdouble {
    padding-bottom: 3.125rem !important;
  }

  ._sm-pb0 {
    padding-bottom: 0 !important;
  }

  ._sm-plhalf {
    padding-left: 0.78125rem !important;
  }

  ._sm-pldefault {
    padding-left: 1.5625rem !important;
  }

  ._sm-pllarge {
    padding-left: 2.34375rem !important;
  }

  ._sm-pldouble {
    padding-left: 3.125rem !important;
  }

  ._sm-pl0 {
    padding-left: 0 !important;
  }

  ._sm-p0 {
    padding: 0 !important;
  }

  ._sm-ma {
    margin: auto !important;
  }

  ._sm-mla {
    margin-left: auto !important;
  }

  ._sm-mra {
    margin-right: auto !important;
  }

  ._sm-hide {
    display: none;
  }

  ._sm-hide\! {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .grid--md-items-start {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .grid--md-items-end {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }

  .grid--md-items-center {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .grid--md-items-stretch {
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
  }

  .grid--md-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid--md-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .grid--md-justify-сenter {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid--md-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid--md-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .grid--md-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .grid--md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid--md-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid--md-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid--md-1 > .grid__cell {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .grid--md-2 > .grid__cell {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .grid--md-3 > .grid__cell {
    width: 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .grid--md-4 > .grid__cell {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .grid--md-5 > .grid__cell {
    width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .grid--md-6 > .grid__cell {
    width: 16.66667%;
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .grid--md-7 > .grid__cell {
    width: 14.28571%;
    max-width: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
  }

  .grid--md-8 > .grid__cell {
    width: 12.5%;
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }

  .grid--md-9 > .grid__cell {
    width: 11.11111%;
    max-width: 11.11111%;
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
  }

  .grid--md-10 > .grid__cell {
    width: 10%;
    max-width: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }

  .grid--md-11 > .grid__cell {
    width: 9.09091%;
    max-width: 9.09091%;
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
  }

  .grid--md-12 > .grid__cell {
    width: 8.33333%;
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .grid--md-space-half {
    margin-left: -0.39063rem;
  }

  .grid--md-space-half > .grid__cell {
    padding: 0 0 0.78125rem 0.78125rem;
  }

  .grid--md-space-default {
    margin-left: -0.78125rem;
  }

  .grid--md-space-default > .grid__cell {
    padding: 0 0 1.5625rem 1.5625rem;
  }

  .grid--md-space-large {
    margin-left: -1.17188rem;
  }

  .grid--md-space-large > .grid__cell {
    padding: 0 0 2.34375rem 2.34375rem;
  }

  .grid--md-space-double {
    margin-left: -1.5625rem;
  }

  .grid--md-space-double > .grid__cell {
    padding: 0 0 3.125rem 3.125rem;
  }

  .grid--md-nospace {
    margin: 0;
  }

  .grid--md-nospace > .grid__cell {
    padding: 0;
  }

  .grid__cell--md-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .grid__cell--md-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .grid__cell--md-3 {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .grid__cell--md-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .grid__cell--md-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }

  .grid__cell--md-6 {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .grid__cell--md-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .grid__cell--md-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }

  .grid__cell--md-9 {
    width: 75%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .grid__cell--md-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .grid__cell--md-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }

  .grid__cell--md-12 {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .grid__cell--md-auto {
    width: auto;
    max-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .grid__cell--md-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .grid__cell--md-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .grid__cell--md-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .grid__cell--md-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .grid__cell--md-nogrow {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .grid__cell--md-grow {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .grid__cell--md-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .grid__cell--md-noshrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .grid__cell--md-order-start {
    -ms-flex-order: -1;
    order: -1;
  }

  .grid__cell--md-order-end {
    -ms-flex-order: 1;
    order: 1;
  }

  .grid__cell--md-noorder {
    -ms-flex-order: 0;
    order: 0;
  }

  .grid__cell--md-nobasis {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .button--in-header {
    height: 60px;
    width: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
  }

  ._md-mhalf {
    margin: 0.78125rem !important;
  }

  ._md-mdefault {
    margin: 1.5625rem !important;
  }

  ._md-mlarge {
    margin: 2.34375rem !important;
  }

  ._md-mdouble {
    margin: 3.125rem !important;
  }

  ._md-mthalf {
    margin-top: 0.78125rem !important;
  }

  ._md-mtdefault {
    margin-top: 1.5625rem !important;
  }

  ._md-mtlarge {
    margin-top: 2.34375rem !important;
  }

  ._md-mtdouble {
    margin-top: 3.125rem !important;
  }

  ._md-mt0 {
    margin-top: 0 !important;
  }

  ._md-mrhalf {
    margin-right: 0.78125rem !important;
  }

  ._md-mrdefault {
    margin-right: 1.5625rem !important;
  }

  ._md-mrlarge {
    margin-right: 2.34375rem !important;
  }

  ._md-mrdouble {
    margin-right: 3.125rem !important;
  }

  ._md-mr0 {
    margin-right: 0 !important;
  }

  ._md-mbhalf {
    margin-bottom: 0.78125rem !important;
  }

  ._md-mbdefault {
    margin-bottom: 1.5625rem !important;
  }

  ._md-mblarge {
    margin-bottom: 2.34375rem !important;
  }

  ._md-mbdouble {
    margin-bottom: 3.125rem !important;
  }

  ._md-mb0 {
    margin-bottom: 0 !important;
  }

  ._md-mlhalf {
    margin-left: 0.78125rem !important;
  }

  ._md-mldefault {
    margin-left: 1.5625rem !important;
  }

  ._md-mllarge {
    margin-left: 2.34375rem !important;
  }

  ._md-mldouble {
    margin-left: 3.125rem !important;
  }

  ._md-ml0 {
    margin-left: 0 !important;
  }

  ._md-m0 {
    margin: 0 !important;
  }

  ._md-phalf {
    padding: 0.78125rem !important;
  }

  ._md-pdefault {
    padding: 1.5625rem !important;
  }

  ._md-plarge {
    padding: 2.34375rem !important;
  }

  ._md-pdouble {
    padding: 3.125rem !important;
  }

  ._md-pthalf {
    padding-top: 0.78125rem !important;
  }

  ._md-ptdefault {
    padding-top: 1.5625rem !important;
  }

  ._md-ptlarge {
    padding-top: 2.34375rem !important;
  }

  ._md-ptdouble {
    padding-top: 3.125rem !important;
  }

  ._md-pt0 {
    padding-top: 0 !important;
  }

  ._md-prhalf {
    padding-right: 0.78125rem !important;
  }

  ._md-prdefault {
    padding-right: 1.5625rem !important;
  }

  ._md-prlarge {
    padding-right: 2.34375rem !important;
  }

  ._md-prdouble {
    padding-right: 3.125rem !important;
  }

  ._md-pr0 {
    padding-right: 0 !important;
  }

  ._md-pbhalf {
    padding-bottom: 0.78125rem !important;
  }

  ._md-pbdefault {
    padding-bottom: 1.5625rem !important;
  }

  ._md-pblarge {
    padding-bottom: 2.34375rem !important;
  }

  ._md-pbdouble {
    padding-bottom: 3.125rem !important;
  }

  ._md-pb0 {
    padding-bottom: 0 !important;
  }

  ._md-plhalf {
    padding-left: 0.78125rem !important;
  }

  ._md-pldefault {
    padding-left: 1.5625rem !important;
  }

  ._md-pllarge {
    padding-left: 2.34375rem !important;
  }

  ._md-pldouble {
    padding-left: 3.125rem !important;
  }

  ._md-pl0 {
    padding-left: 0 !important;
  }

  ._md-p0 {
    padding: 0 !important;
  }

  ._md-ma {
    margin: auto !important;
  }

  ._md-mla {
    margin-left: auto !important;
  }

  ._md-mra {
    margin-right: auto !important;
  }

  .breadcrumbs {
    height: 60px;
    padding-left: 140px;
    margin-top: 0;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .wHeader_Middle {
    height: 60px;
  }

  .navMainMenu {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .mainMenu {
    margin: 0px 15px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
  }

  .mainMenu li {
    padding: 0 10px;
  }

  ._md-hide {
    display: none;
  }

  ._md-hide\! {
    display: none !important;
  }

  .wContainer {
    padding: 60px 0 150px;
  }

  .indexPage .wContainer {
    padding-top: 95px;
  }
}

@media only screen and (min-width: 1025px) {
  .grid--lg-items-start {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .grid--lg-items-end {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }

  .grid--lg-items-center {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .grid--lg-items-stretch {
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
  }

  .grid--lg-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid--lg-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .grid--lg-justify-сenter {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid--lg-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid--lg-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .grid--lg-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .grid--lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid--lg-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid--lg-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid--lg-1 > .grid__cell {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .grid--lg-2 > .grid__cell {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .grid--lg-3 > .grid__cell {
    width: 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .grid--lg-4 > .grid__cell {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .grid--lg-5 > .grid__cell {
    width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .grid--lg-6 > .grid__cell {
    width: 16.66667%;
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .grid--lg-7 > .grid__cell {
    width: 14.28571%;
    max-width: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
  }

  .grid--lg-8 > .grid__cell {
    width: 12.5%;
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }

  .grid--lg-9 > .grid__cell {
    width: 11.11111%;
    max-width: 11.11111%;
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
  }

  .grid--lg-10 > .grid__cell {
    width: 10%;
    max-width: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }

  .grid--lg-11 > .grid__cell {
    width: 9.09091%;
    max-width: 9.09091%;
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
  }

  .grid--lg-12 > .grid__cell {
    width: 8.33333%;
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .grid--lg-space-half {
    margin-left: -0.39063rem;
  }

  .grid--lg-space-half > .grid__cell {
    padding: 0 0 0.78125rem 0.78125rem;
  }

  .grid--lg-space-default {
    margin-left: -0.78125rem;
  }

  .grid--lg-space-default > .grid__cell {
    padding: 0 0 1.5625rem 1.5625rem;
  }

  .grid--lg-space-large {
    margin-left: -1.17188rem;
  }

  .grid--lg-space-large > .grid__cell {
    padding: 0 0 2.34375rem 2.34375rem;
  }

  .grid--lg-space-double {
    margin-left: -1.5625rem;
  }

  .grid--lg-space-double > .grid__cell {
    padding: 0 0 3.125rem 3.125rem;
  }

  .grid--lg-nospace {
    margin: 0;
  }

  .grid--lg-nospace > .grid__cell {
    padding: 0;
  }

  .grid__cell--lg-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .grid__cell--lg-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .grid__cell--lg-3 {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .grid__cell--lg-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .grid__cell--lg-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }

  .grid__cell--lg-6 {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .grid__cell--lg-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .grid__cell--lg-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }

  .grid__cell--lg-9 {
    width: 75%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .grid__cell--lg-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .grid__cell--lg-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }

  .grid__cell--lg-12 {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .grid__cell--lg-auto {
    width: auto;
    max-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .grid__cell--lg-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .grid__cell--lg-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .grid__cell--lg-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .grid__cell--lg-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .grid__cell--lg-nogrow {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .grid__cell--lg-grow {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .grid__cell--lg-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .grid__cell--lg-noshrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .grid__cell--lg-order-start {
    -ms-flex-order: -1;
    order: -1;
  }

  .grid__cell--lg-order-end {
    -ms-flex-order: 1;
    order: 1;
  }

  .grid__cell--lg-noorder {
    -ms-flex-order: 0;
    order: 0;
  }

  .grid__cell--lg-nobasis {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  ._lg-mhalf {
    margin: 0.78125rem !important;
  }

  ._lg-mdefault {
    margin: 1.5625rem !important;
  }

  ._lg-mlarge {
    margin: 2.34375rem !important;
  }

  ._lg-mdouble {
    margin: 3.125rem !important;
  }

  ._lg-mthalf {
    margin-top: 0.78125rem !important;
  }

  ._lg-mtdefault {
    margin-top: 1.5625rem !important;
  }

  ._lg-mtlarge {
    margin-top: 2.34375rem !important;
  }

  ._lg-mtdouble {
    margin-top: 3.125rem !important;
  }

  ._lg-mt0 {
    margin-top: 0 !important;
  }

  ._lg-mrhalf {
    margin-right: 0.78125rem !important;
  }

  ._lg-mrdefault {
    margin-right: 1.5625rem !important;
  }

  ._lg-mrlarge {
    margin-right: 2.34375rem !important;
  }

  ._lg-mrdouble {
    margin-right: 3.125rem !important;
  }

  ._lg-mr0 {
    margin-right: 0 !important;
  }

  ._lg-mbhalf {
    margin-bottom: 0.78125rem !important;
  }

  ._lg-mbdefault {
    margin-bottom: 1.5625rem !important;
  }

  ._lg-mblarge {
    margin-bottom: 2.34375rem !important;
  }

  ._lg-mbdouble {
    margin-bottom: 3.125rem !important;
  }

  ._lg-mb0 {
    margin-bottom: 0 !important;
  }

  ._lg-mlhalf {
    margin-left: 0.78125rem !important;
  }

  ._lg-mldefault {
    margin-left: 1.5625rem !important;
  }

  ._lg-mllarge {
    margin-left: 2.34375rem !important;
  }

  ._lg-mldouble {
    margin-left: 3.125rem !important;
  }

  ._lg-ml0 {
    margin-left: 0 !important;
  }

  ._lg-m0 {
    margin: 0 !important;
  }

  ._lg-phalf {
    padding: 0.78125rem !important;
  }

  ._lg-pdefault {
    padding: 1.5625rem !important;
  }

  ._lg-plarge {
    padding: 2.34375rem !important;
  }

  ._lg-pdouble {
    padding: 3.125rem !important;
  }

  ._lg-pthalf {
    padding-top: 0.78125rem !important;
  }

  ._lg-ptdefault {
    padding-top: 1.5625rem !important;
  }

  ._lg-ptlarge {
    padding-top: 2.34375rem !important;
  }

  ._lg-ptdouble {
    padding-top: 3.125rem !important;
  }

  ._lg-pt0 {
    padding-top: 0 !important;
  }

  ._lg-prhalf {
    padding-right: 0.78125rem !important;
  }

  ._lg-prdefault {
    padding-right: 1.5625rem !important;
  }

  ._lg-prlarge {
    padding-right: 2.34375rem !important;
  }

  ._lg-prdouble {
    padding-right: 3.125rem !important;
  }

  ._lg-pr0 {
    padding-right: 0 !important;
  }

  ._lg-pbhalf {
    padding-bottom: 0.78125rem !important;
  }

  ._lg-pbdefault {
    padding-bottom: 1.5625rem !important;
  }

  ._lg-pblarge {
    padding-bottom: 2.34375rem !important;
  }

  ._lg-pbdouble {
    padding-bottom: 3.125rem !important;
  }

  ._lg-pb0 {
    padding-bottom: 0 !important;
  }

  ._lg-plhalf {
    padding-left: 0.78125rem !important;
  }

  ._lg-pldefault {
    padding-left: 1.5625rem !important;
  }

  ._lg-pllarge {
    padding-left: 2.34375rem !important;
  }

  ._lg-pldouble {
    padding-left: 3.125rem !important;
  }

  ._lg-pl0 {
    padding-left: 0 !important;
  }

  ._lg-p0 {
    padding: 0 !important;
  }

  ._lg-ma {
    margin: auto !important;
  }

  ._lg-mla {
    margin-left: auto !important;
  }

  ._lg-mra {
    margin-right: auto !important;
  }

  .breadcrumbs {
    padding-left: 190px;
  }

  .logo {
    margin-left: 50px;
  }

  .searchBlock__content {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  ._lg-hide {
    display: none;
  }

  ._lg-hide\! {
    display: none !important;
  }
}

@media only screen and (min-width: 1281px) {
  .grid--xl-items-start {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .grid--xl-items-end {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }

  .grid--xl-items-center {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .grid--xl-items-stretch {
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
  }

  .grid--xl-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid--xl-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .grid--xl-justify-сenter {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid--xl-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid--xl-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .grid--xl-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .grid--xl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid--xl-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid--xl-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid--xl-1 > .grid__cell {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .grid--xl-2 > .grid__cell {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .grid--xl-3 > .grid__cell {
    width: 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .grid--xl-4 > .grid__cell {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .grid--xl-5 > .grid__cell {
    width: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .grid--xl-6 > .grid__cell {
    width: 16.66667%;
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .grid--xl-7 > .grid__cell {
    width: 14.28571%;
    max-width: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
  }

  .grid--xl-8 > .grid__cell {
    width: 12.5%;
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }

  .grid--xl-9 > .grid__cell {
    width: 11.11111%;
    max-width: 11.11111%;
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
  }

  .grid--xl-10 > .grid__cell {
    width: 10%;
    max-width: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }

  .grid--xl-11 > .grid__cell {
    width: 9.09091%;
    max-width: 9.09091%;
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
  }

  .grid--xl-12 > .grid__cell {
    width: 8.33333%;
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .grid--xl-space-half {
    margin-left: -0.39063rem;
  }

  .grid--xl-space-half > .grid__cell {
    padding: 0 0 0.78125rem 0.78125rem;
  }

  .grid--xl-space-default {
    margin-left: -0.78125rem;
  }

  .grid--xl-space-default > .grid__cell {
    padding: 0 0 1.5625rem 1.5625rem;
  }

  .grid--xl-space-large {
    margin-left: -1.17188rem;
  }

  .grid--xl-space-large > .grid__cell {
    padding: 0 0 2.34375rem 2.34375rem;
  }

  .grid--xl-space-double {
    margin-left: -1.5625rem;
  }

  .grid--xl-space-double > .grid__cell {
    padding: 0 0 3.125rem 3.125rem;
  }

  .grid--xl-nospace {
    margin: 0;
  }

  .grid--xl-nospace > .grid__cell {
    padding: 0;
  }

  .grid__cell--xl-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .grid__cell--xl-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .grid__cell--xl-3 {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .grid__cell--xl-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .grid__cell--xl-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }

  .grid__cell--xl-6 {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .grid__cell--xl-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .grid__cell--xl-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }

  .grid__cell--xl-9 {
    width: 75%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .grid__cell--xl-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .grid__cell--xl-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }

  .grid__cell--xl-12 {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .grid__cell--xl-auto {
    width: auto;
    max-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .grid__cell--xl-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .grid__cell--xl-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .grid__cell--xl-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .grid__cell--xl-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .grid__cell--xl-nogrow {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .grid__cell--xl-grow {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .grid__cell--xl-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .grid__cell--xl-noshrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .grid__cell--xl-order-start {
    -ms-flex-order: -1;
    order: -1;
  }

  .grid__cell--xl-order-end {
    -ms-flex-order: 1;
    order: 1;
  }

  .grid__cell--xl-noorder {
    -ms-flex-order: 0;
    order: 0;
  }

  .grid__cell--xl-nobasis {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  ._xl-mhalf {
    margin: 0.78125rem !important;
  }

  ._xl-mdefault {
    margin: 1.5625rem !important;
  }

  ._xl-mlarge {
    margin: 2.34375rem !important;
  }

  ._xl-mdouble {
    margin: 3.125rem !important;
  }

  ._xl-mthalf {
    margin-top: 0.78125rem !important;
  }

  ._xl-mtdefault {
    margin-top: 1.5625rem !important;
  }

  ._xl-mtlarge {
    margin-top: 2.34375rem !important;
  }

  ._xl-mtdouble {
    margin-top: 3.125rem !important;
  }

  ._xl-mt0 {
    margin-top: 0 !important;
  }

  ._xl-mrhalf {
    margin-right: 0.78125rem !important;
  }

  ._xl-mrdefault {
    margin-right: 1.5625rem !important;
  }

  ._xl-mrlarge {
    margin-right: 2.34375rem !important;
  }

  ._xl-mrdouble {
    margin-right: 3.125rem !important;
  }

  ._xl-mr0 {
    margin-right: 0 !important;
  }

  ._xl-mbhalf {
    margin-bottom: 0.78125rem !important;
  }

  ._xl-mbdefault {
    margin-bottom: 1.5625rem !important;
  }

  ._xl-mblarge {
    margin-bottom: 2.34375rem !important;
  }

  ._xl-mbdouble {
    margin-bottom: 3.125rem !important;
  }

  ._xl-mb0 {
    margin-bottom: 0 !important;
  }

  ._xl-mlhalf {
    margin-left: 0.78125rem !important;
  }

  ._xl-mldefault {
    margin-left: 1.5625rem !important;
  }

  ._xl-mllarge {
    margin-left: 2.34375rem !important;
  }

  ._xl-mldouble {
    margin-left: 3.125rem !important;
  }

  ._xl-ml0 {
    margin-left: 0 !important;
  }

  ._xl-m0 {
    margin: 0 !important;
  }

  ._xl-phalf {
    padding: 0.78125rem !important;
  }

  ._xl-pdefault {
    padding: 1.5625rem !important;
  }

  ._xl-plarge {
    padding: 2.34375rem !important;
  }

  ._xl-pdouble {
    padding: 3.125rem !important;
  }

  ._xl-pthalf {
    padding-top: 0.78125rem !important;
  }

  ._xl-ptdefault {
    padding-top: 1.5625rem !important;
  }

  ._xl-ptlarge {
    padding-top: 2.34375rem !important;
  }

  ._xl-ptdouble {
    padding-top: 3.125rem !important;
  }

  ._xl-pt0 {
    padding-top: 0 !important;
  }

  ._xl-prhalf {
    padding-right: 0.78125rem !important;
  }

  ._xl-prdefault {
    padding-right: 1.5625rem !important;
  }

  ._xl-prlarge {
    padding-right: 2.34375rem !important;
  }

  ._xl-prdouble {
    padding-right: 3.125rem !important;
  }

  ._xl-pr0 {
    padding-right: 0 !important;
  }

  ._xl-pbhalf {
    padding-bottom: 0.78125rem !important;
  }

  ._xl-pbdefault {
    padding-bottom: 1.5625rem !important;
  }

  ._xl-pblarge {
    padding-bottom: 2.34375rem !important;
  }

  ._xl-pbdouble {
    padding-bottom: 3.125rem !important;
  }

  ._xl-pb0 {
    padding-bottom: 0 !important;
  }

  ._xl-plhalf {
    padding-left: 0.78125rem !important;
  }

  ._xl-pldefault {
    padding-left: 1.5625rem !important;
  }

  ._xl-pllarge {
    padding-left: 2.34375rem !important;
  }

  ._xl-pldouble {
    padding-left: 3.125rem !important;
  }

  ._xl-pl0 {
    padding-left: 0 !important;
  }

  ._xl-p0 {
    padding: 0 !important;
  }

  ._xl-ma {
    margin: auto !important;
  }

  ._xl-mla {
    margin-left: auto !important;
  }

  ._xl-mra {
    margin-right: auto !important;
  }

  .mainMenu li {
    padding: 0 15px;
  }

  ._xl-hide {
    display: none;
  }

  ._xl-hide\! {
    display: none !important;
  }

  .has-topBanner .wContainer {
    padding-top: 195px;
  }

  .has-topBanner.indexPage .wContainer {
    padding-top: 220px;
  }

  .wHeader_Banner {
    display: block;
  }
}

@media only screen and (max-width: 1280px) {
  .wHeader {
    position: fixed;
  }

  ._xl-show {
    display: none;
  }

  ._xl-show\! {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .searchBlock__content {
    background: #363636;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform .2s, opacity .2s, visibility .2s;
  }

  .is-active .searchBlock__content {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  ._lg-show {
    display: none;
  }

  ._lg-show\! {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .mainMenu {
    background: #363636;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform .2s, opacity .2s, visibility .2s;
  }

  .is-active .mainMenu {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .mainMenu li {
    height: 40px;
    border-bottom: 1px solid #ffaa25;
  }

  ._md-show {
    display: none;
  }

  ._md-show\! {
    display: none !important;
  }

  .touch .infoBlocks.grid {
    overflow-y: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .touch .infoBlocks.grid .grid__cell {
    max-width: 45%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media only screen and (max-width: 620px) {
  .breadcrumbs {
    display: block;
  }

  .breadcrumbs > span {
    display: none;
  }

  .breadcrumbs > span:before {
    display: none;
  }

  .breadcrumbs > span:nth-last-child(2) {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    background: none;
    margin: 0;
  }

  .breadcrumbs > span:nth-last-child(2):before {
    content: '<';
    display: inline-block;
    margin: 0 5px 0 3px;
  }
}

@media only screen and (max-width: 600px) {
  .sliderBlock {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  ._sm-show {
    display: none;
  }

  ._sm-show\! {
    display: none !important;
  }

  html {
    font-size: 11.2px;
  }

  .mediaBlock.mainPhoto {
    margin: 0 auto 1.25rem;
    max-width: 100%;
  }

  .touch .infoBlocks.grid .grid__cell {
    max-width: 90%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media print {
  ._hide-for-print {
    display: none !important;
  }

  ._hide-for-print {
    display: none !important;
  }

  ._hide-for-print {
    display: none !important;
  }

  ._hide-for-print {
    display: none !important;
  }
}

.banner_ad {
  padding-bottom: 1.1rem;
  text-align: center;
}
.socBlock__tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
