

/* Start:/local/templates/2018/svg/svg.css?16356730581765*/
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }
  .icon--arr {
    width: 0.59375em; }
  .icon--arrdown {
    width: 1.697265625em; }
  .icon--arr-v {
    width: 1.697265625em; }
  .icon--sale {
    width: 0.880859375em; }
  .icon--gift {
    width: 1.046875em; }
  .icon--basket-add {
    width: 0.9375em; }
  .icon--basket-in {
    width: 0.8583984375em; }
  .icon--logo {
    width: 8.380859375em; }
  .icon--teamprofi {
    width: 2.888671875em; }
  .icon--favorite {
    width: 1.1337890625em; }
  .icon--share {
    width: 0.90625em; }
  .icon--truck {
    width: 1.5791015625em; }
  .icon--medal {
    width: 0.9345703125em; }
  .icon--menu {
    width: 1.5em; }
  .icon--email {
    width: 1.25em; }
  .icon--done {
    width: 1.328125em; }
  .icon--warning {
    width: 1.125em; }
  .icon--reply {
    width: 1.296875em; }
  .icon--sorting {
    width: 0.669921875em; }
  .icon--view-tile {
    width: 1.2138671875em; }
  .icon--view-list {
    width: 1.2138671875em; }
  .icon--p-bank {
    width: 0.921875em; }
  .icon--p-mc {
    width: 1.6181640625em; }
  .icon--p-mir {
    width: 3.54296875em; }
  .icon--p-pp {
    width: 0.84765625em; }
  .icon--p-qiwi {
    width: 0.9677734375em; }
  .icon--p-sb {
    width: 1.0390625em; }
  .icon--p-visa {
    width: 3.08984375em; }
  .icon--p-wal {
    width: 1.0419921875em; }
  .icon--p-wm {
    width: 1.015625em; }
  .icon--icon-angle-down {
    width: 1.5em; }
  .icon--icon-angle-right {
    width: 1.000000009em; }
  .icon--logo-add {
    width: 2em; }
  .icon--arr-double {
    width: 1.000000009em; }
  .icon--i-big {
    width: 0.5em; }
  .icon--cart-arrow-down {
    width: 1.130000000em; }

/* End */


/* Start:/local/templates/2018/css/bootstrap/bootstrap.css?163567305654835*/
@charset "UTF-8";
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 533px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 748px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1018px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1208px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 533px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 748px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1018px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1208px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 533px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 748px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1018px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1208px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 100; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 533px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 748px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1018px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1208px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

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

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

@media (min-width: 533px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 748px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1018px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1208px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 500 !important; }

.font-italic {
  font-style: italic !important; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

p {
  margin-top: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: none; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

@media (max-width: 532px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 747px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1017px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1207px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.container {
  width: 100%;
  padding-right: 9px;
  padding-left: 9px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 533px) {
    .container {
      max-width: 518px; } }
  @media (min-width: 748px) {
    .container {
      max-width: 708px; } }
  @media (min-width: 1018px) {
    .container {
      max-width: 948px; } }
  @media (min-width: 1208px) {
    .container {
      max-width: 1128px; } }

.container-fluid {
  width: 100%;
  padding-right: 9px;
  padding-left: 9px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 9px;
  padding-left: 9px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 533px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 748px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1018px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1208px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.img-fluid {
  max-width: 100%;
  height: auto; }

/* End */


/* Start:/local/templates/2018/js/plugins/magnific.popup/magnific-popup.css?16356730587525*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.3; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2010;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto; }
  .mfp-inline-holder .mfp-content .mfp-close,
  .mfp-ajax-holder .mfp-content .mfp-close {
    top: 0;
    padding: 15px; }
    @media only screen and (max-width: 532px) {
      .mfp-inline-holder .mfp-content .mfp-close,
      .mfp-ajax-holder .mfp-content .mfp-close {
        padding: 10px; } }
    .mfp-inline-holder .mfp-content .mfp-close .icon,
    .mfp-ajax-holder .mfp-content .mfp-close .icon {
      font-size: 14px;
      color: #898989; }

.mfp-full-width .mfp-content {
  width: 100%; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ffffff;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ffffff; }

.mfp-preloader a:hover {
  color: #ffffff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
  cursor: pointer;
  line-height: 0; }
  .mfp-close .icon {
    font-size: 16px;
    color: #ffffff; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.8;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
  color: #ffffff;
  font-size: 30px; }
  @media only screen and (max-width: 532px) {
    .mfp-arrow {
      display: none !important; } }
  @media only screen and (min-width: 533px) and (max-width: 747px) {
    .mfp-arrow {
      display: none !important; } }
  .mfp-arrow .icon {
    pointer-events: none; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-right {
  right: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff; }

.mfp-figure small {
  color: #ffffff;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #ffffff;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.popup-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  fill: #ffffff;
  color: #ffffff; }
  .popup-arrow--prev {
    left: 30px; }
  .popup-arrow--next {
    right: 30px; }

/* End */


/* Start:/local/templates/2018/js/plugins/swiper/swiper.css?163567305824320*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  color: #eeeeee;
  transition: all 0.1s ease-out;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
  html:not(.bx-touch) .swiper-button-next:hover, .bx-touch .swiper-button-next:active, html:not(.bx-touch) .swiper-button-prev:hover, .bx-touch .swiper-button-prev:active {
    color: #ec8921;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }
  .swiper-button-next .icon, .swiper-button-prev .icon {
    width: 100%;
    height: 100%; }
  .swiper-button-next.swiper-button-area, .swiper-button-prev.swiper-button-area {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: #eeeeee;
    background-color: transparent;
    box-shadow: none; }
    html:not(.bx-touch) .swiper-button-next.swiper-button-area:hover, .bx-touch .swiper-button-next.swiper-button-area:active, html:not(.bx-touch) .swiper-button-prev.swiper-button-area:hover, .bx-touch .swiper-button-prev.swiper-button-area:active {
      color: #ec8921;
      box-shadow: none; }
    .swiper-button-next.swiper-button-area .icon, .swiper-button-prev.swiper-button-area .icon {
      position: absolute;
      top: 50%;
      height: 22px;
      pointer-events: none; }

.swiper-button-next {
  padding: 9px 8px 8px 10px; }

.swiper-button-prev {
  padding: 9px 10px 8px 8px; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 5px;
  right: auto; }
  .swiper-button-prev.swiper-button-area, .swiper-container-rtl .swiper-button-next.swiper-button-area {
    left: 0;
    right: auto; }
    .swiper-button-prev.swiper-button-area .icon, .swiper-container-rtl .swiper-button-next.swiper-button-area .icon {
      left: 50%;
      right: auto;
      transform: translate(-50%, -50%); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 5px;
  left: auto; }
  .swiper-button-next.swiper-button-area, .swiper-container-rtl .swiper-button-prev.swiper-button-area {
    right: 0;
    left: auto; }
    .swiper-button-next.swiper-button-area .icon, .swiper-container-rtl .swiper-button-prev.swiper-button-area .icon {
      right: 50%;
      left: auto;
      transform: translate(50%, -50%); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none !important; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none !important; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 15px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #eeeeee; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  background: #25a5dc; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/* End */


/* Start:/local/templates/2018/js/plugins/select2/scss/core.css?163567305816217*/
@charset "UTF-8";
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  /**
 * подключаем доп. стили
 */
  /**
 * размер рабочей области + отступы
 * xs не меняем
 */
  /**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
  /**
 * медиа-запрос для 1 интервала
 */
  /**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
  /**
 * hover на десктопной версии и active на мобильной
 */
  /**
 * размер
 */
  /**
 * круг, можно задать цвет, границу и также ее цвет
 */
  /**
 * placeholder для разных браузеров
 */
  /**
 * gradient
 */
  /**
 * clearfix
 */ }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 10px;
      padding-right: 26px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container .select2--small {
    height: 32px; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    padding-left: 26px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 38px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 10px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #25a5dc;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 2050; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 5px 10px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0;
  animation: display-none-transition 0.2s ease-out; }

@keyframes display-none-transition {
  0% {
    opacity: 0; } }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 5px; }
  .select2-search--dropdown .select2-search__field {
    padding: 5px;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 300; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  visibility: hidden; }

/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.select2-container--default {
  /**
 * подключаем доп. стили
 */
  /**
 * размер рабочей области + отступы
 * xs не меняем
 */
  /**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
  /**
 * медиа-запрос для 1 интервала
 */
  /**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
  /**
 * hover на десктопной версии и active на мобильной
 */
  /**
 * размер
 */
  /**
 * круг, можно задать цвет, границу и также ее цвет
 */
  /**
 * placeholder для разных браузеров
 */
  /**
 * gradient
 */
  /**
 * clearfix
 */
  /**
 * подключаем доп. стили
 */
  /**
 * размер рабочей области + отступы
 * xs не меняем
 */
  /**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
  /**
 * медиа-запрос для 1 интервала
 */
  /**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
  /**
 * hover на десктопной версии и active на мобильной
 */
  /**
 * размер
 */
  /**
 * круг, можно задать цвет, границу и также ее цвет
 */
  /**
 * placeholder для разных браузеров
 */
  /**
 * gradient
 */
  /**
 * clearfix
 */ }
  .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: border-color 0.2s ease-out; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #383838;
      line-height: 38px;
      font-weight: 300; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 36px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 26px; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }
  .select2-container--default .select2--small .select2-selection__rendered {
    line-height: 32px; }
  .select2-container--default .select2--small .select2-selection__arrow {
    height: 30px; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #25a5dc; }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-color: #dcdcdc; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-color: #dcdcdc; }
  .select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: text; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 10px;
      width: 100%; }
      .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        list-style: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      margin-top: 5px;
      float: left; }
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: #ffffff;
      border: 1px solid #dcdcdc;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dcdcdc; }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #bfbfbf; }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #eeeeee; }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #25a5dc;
    color: #ffffff; }
    .select2-container--default .select2-results__option--highlighted[aria-selected] a {
      color: #ffffff; }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

/* End */


/* Start:/local/templates/2018/js/plugins/tooltipster/tooltipster.css?163567305811277*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  animation: tooltipster-fading 400ms; }

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }

.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms; }

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #ffffff;
  border: 1px solid rgba(37, 165, 220, 0.5);
  border-radius: 4px;
  box-shadow: 0 7px 8px 0 rgba(37, 165, 220, 0.2); }

.tooltipster-sidetip.light .tooltipster-box {
  border: none; }

.tooltipster-sidetip.light .tooltipster-content {
  padding: 10px 15px; }

.tooltipster-sidetip.light.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ffffff; }

.tooltipster-sidetip.light.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ffffff; }

.tooltipster-sidetip.light.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ffffff; }

.tooltipster-sidetip.light.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ffffff; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  padding: 15px 20px; }
  @media only screen and (max-width: 532px) {
    .tooltipster-sidetip .tooltipster-content {
      padding: 10px 15px; } }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: -1px;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: -1px;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: -1px;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -1px;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ffffff;
  left: 0;
  top: 1px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ffffff;
  left: -1px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ffffff;
  left: 1px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff;
  left: 0;
  top: -1px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: rgba(37, 165, 220, 0.7); }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: rgba(37, 165, 220, 0.7); }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: rgba(37, 165, 220, 0.7); }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: rgba(37, 165, 220, 0.7); }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

/* End */


/* Start:/local/templates/2018/js/plugins/nouislider/nouislider.css?16356730585635*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
  margin: 0 9px; }

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: -17px;
  top: -8px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -9px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #dcdcdc; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #25a5dc; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border-radius: 50%;
  background: #ffffff;
  cursor: default;
  border: 1px solid #25a5dc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }

.noUi-active {
  border-color: #25a5dc;
  background-color: #25a5dc; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc; }

.noUi-marker-sub {
  background: #aaa; }

.noUi-marker-large {
  background: #aaa; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/* End */


/* Start:/local/templates/2018/fonts/roboto/init.css?16478835086091*/
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2") format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2") format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOkCnqEu92Fr1Mu51xIIzI.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOmCnqEu92Fr1Mu72xKOzY.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOmCnqEu92Fr1Mu5mxKOzY.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOmCnqEu92Fr1Mu7mxKOzY.woff2") format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOmCnqEu92Fr1Mu4WxKOzY.woff2") format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOmCnqEu92Fr1Mu7WxKOzY.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOmCnqEu92Fr1Mu7GxKOzY.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("/local/templates/2018/fonts/roboto/source/KFOmCnqEu92Fr1Mu4mxK.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("/local/templates/2018/fonts/roboto/source/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("/local/templates/2018/fonts/roboto/source/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("/local/templates/2018/fonts/roboto/source/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2") format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("/local/templates/2018/fonts/roboto/source/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2") format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("/local/templates/2018/fonts/roboto/source/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("/local/templates/2018/fonts/roboto/source/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("/local/templates/2018/fonts/roboto/source/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* End */


/* Start:/local/templates/2018/components/bitrix/menu/top/style.css?16356730531645*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.menu-top {
  margin: 0 -7px; }
  @media only screen and (max-width: 1017px) {
    .menu-top {
      margin: 0 -4px; } }
  .menu-top__item {
    margin: 0 7px;
    font-size: 12px;
    color: #ec8921; }
    @media only screen and (max-width: 1017px) {
      .menu-top__item {
        margin: 0 4px; } }
    .panel-left-area .menu-top__item {
      display: block;
      margin: 0;
      padding: 15px;
      font-size: 14px;
      line-height: 17px;
      color: #383838;
      border-bottom: 1px solid #eeeeee; }
      html:not(.bx-touch) .panel-left-area .menu-top__item:hover, .bx-touch .panel-left-area .menu-top__item:active {
        color: #ffffff;
        background-color: #25a5dc;
        text-decoration: none; }
  .panel-left-area .menu-top {
    margin: 0; }

/* End */


/* Start:/local/templates/2018/components/teamprofi/empty/lk/style.css?16356730551270*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.lk-btn {
  font-size: 12px; }
  html:not(.bx-touch) .lk-btn:hover.link-ico span, .bx-touch .lk-btn:active.link-ico span {
    text-decoration: underline; }
  .lk-btn.link-ico .icon {
    color: #25a5dc; }
  .lk-btn.link-ico span {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none; }

.lk-menu-tooltip {
  width: 150px; }

/* End */


/* Start:/local/templates/2018/components/teamprofi/empty/logo/style.css?16356730551232*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.logo {
  font-size: 31px; }
  @media only screen and (max-width: 1207px) {
    .logo {
      font-size: 26px; } }
  @media only screen and (max-width: 1017px) {
    .logo {
      font-size: 25px; } }
  @media only screen and (max-width: 532px) {
    .logo {
      font-size: 24px; } }
  .logo__link {
    display: inline-block;
    vertical-align: middle; }

/* End */


/* Start:/local/templates/2018/components/teamprofi/search/.default/style.css?16356730554383*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.search {
  position: relative;
  width: 100%;
  padding: 0 10%; }
.select2-results .search-item{
  display: flex;
}
.select2-results .search-item__image {
  max-width: 60px;
  margin-right: 20px;
  margin-bottom: auto;
}
.select2-results .search-item__name {
  margin-bottom: 10px;
}

.select2-container--default .search-option .select2-results__option--highlighted[aria-selected] {
  background-color: #eeeeee;
  color: inherit;
}
  @media only screen and (max-width: 1017px) {
    .search {
      padding: 0;
      margin-bottom: 15px; } }
  .search .select2-selection__arrow {
    display: none; }
  .search .select2-selection {
    position: relative;
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 2px #ec8921; }
    .search .select2-selection::-webkit-input-placeholder {
      color: #dcdcdc; }
    .search .select2-selection:-moz-placeholder {
      color: #dcdcdc; }
    .search .select2-selection:-ms-input-placeholder {
      color: #dcdcdc; }
    .search .select2-selection::placeholder {
      color: #dcdcdc; }
    .search .select2-selection:focus + .search__btn {
      color: #ec8921; }
  .search .select2-container {
    box-shadow: none;
    display: block; }
  .search .select2-container--default.select2-container--open .select2-selection--single {
    padding: 1px; }
  .search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px; }
  .search .icon {
    position: absolute;
    top: 9px;
    right: 12%;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #dcdcdc;
    cursor: pointer;
    font-size: 18px;
    z-index: 2; }
    @media only screen and (max-width: 1017px) {
      .search .icon {
        right: 10px; } }

.search-brother-wrapper, body.brother .search-brother-wrapper .search {
  padding-left: 0;
  padding-right: 0; }

.search-brother-wrapper {
  padding-right: 5px; }

.search-controls-rashodniki .search {
  padding-left: 0; }

.search-controls-rashodniki .search {
  padding-right: 9px;
  margin-right: 12px; }

.search-controls-rashodniki .search .icon {
  right: 20px; }

body.brother .search-brother-wrapper .search .icon {
  right: 2%; }

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  padding-left: 10px;
}

.select2-container .select2-search--inline {
  height: 100%;
  display: flex;
  align-items: center;
}

.rashodnikishop .search .select2-container--default.select2-container--focus .select2-selection--multiple {
  padding: 1px;
  border: 1px solid #25a5dc;
}
.search .select2-container--default.select2-container--open .selection .select2-selection--multiple {
  border-bottom: 1px solid #d4d4d4;
}
.search .select2-container--default .select2-selection--multiple{
  display: flex;
  align-items: center;
}

.search .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0;
}
.search .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border: none;
  margin: 0;
  padding: 0 0 0 10px;
  background: transparent;
}
.search .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
@media (max-width: 1208px) {
  .search-controls-rashodniki .search {
    margin-right: 9px; }
  .search-brother-wrapper {
    padding-right: 0; }
  .search-brother-wrapper .search {
    min-width: 310px; } }

/* End */


/* Start:/local/templates/2018/components/teamprofi/empty/header-controls/style.css?1635673055955*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.search-controls-rashodniki .controls {
  display: flex;
  align-items: center; }

/* End */


/* Start:/local/templates/2018/components/bitrix/menu/catalog/style.css?16356730532391*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
#moreitems {
  padding: 0; }

#moreitems .menu-catalog__item {
  display: block; }

.menu-catalog {
  margin: 0 -15px;
  padding-left: 0; }
  .menu-catalog__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px; }
    @media only screen and (max-width: 1207px) {
      .menu-catalog__item:nth-child(n+5) {
        display: none; } }
  .menu-catalog__link {
    display: block;
    padding: 8px 0 13px;
    border-bottom: 2px solid transparent; }
    html:not(.bx-touch) .menu-catalog__link:hover, .bx-touch .menu-catalog__link:active {
      color: #25a5dc;
      border-bottom-color: #25a5dc;
      text-decoration: none; }
    .menu-catalog__link.tooltip-open, .menu-catalog__link.active {
      color: #25a5dc;
      border-bottom-color: #25a5dc; }
    .menu-catalog__link--icon {
      display: flex;
      align-items: center;
      color: #25a5dc; }
      .menu-catalog__link--icon span + .icon, .menu-catalog__link--icon .icon + span {
        margin-left: 8px; }

.submenu {
  display: table;
  table-layout: fixed;
  margin: -10px 0; }
  .submenu__tr {
    display: table-row; }
  .submenu__td {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    padding: 10px 0;
    border-top: 1px solid #eeeeee; }
    html:not(.bx-touch) .submenu__td:hover, .bx-touch .submenu__td:active {
      text-decoration: none;
      color: #25a5dc; }
  .submenu__tr:first-child .submenu__td {
    border-top: none; }
  .submenu__sep {
    display: table-cell;
    width: 30px; }

/* End */


/* Start:/local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?16356730552353*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.content .paging {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0; }
  .content .paging__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(37, 165, 220, 0.5);
    border-right: none;
    font-size: 14px;
    line-height: 38px;
    color: #383838;
    text-align: center;
    transition: all 0.1s ease-out; }
    @media only screen and (max-width: 532px) {
      .content .paging__item {
        width: 32px;
        height: 32px;
        line-height: 32px; } }
    html:not(.bx-touch) .content .paging__item:hover, .bx-touch .content .paging__item:active {
      text-decoration: none; }
      html:not(.bx-touch) .content .paging__item:hover .icon, .bx-touch .content .paging__item:active .icon {
        color: #ec8921; }
    .content .paging__item:first-child {
      border-radius: 4px 0 0 4px; }
    .content .paging__item:last-child {
      border-radius: 0 4px 4px 0;
      border-right: 1px solid rgba(37, 165, 220, 0.5); }
    .content .paging__item .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #dcdcdc;
      transition: color 0.1s ease-out; }
    .content .paging__item--active {
      color: #ffffff;
      background-color: #ec8921;
      border-color: #ec8921; }
      .content .paging__item--active + .paging__item {
        border-left-color: #ec8921; }

/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/main-banners-rashodnikishop/style.css?16356730541885*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.main-banners {
  margin-bottom: 30px; }
  .main-banners img {
    border: solid 1px rgba(37, 165, 220, 0.5);
    border-radius: 4px; }
    html:not(.bx-touch) .main-banners img:hover, .bx-touch .main-banners img:active {
      box-shadow: 0 7px 8px 0 rgba(37, 165, 220, 0.2); }
  @media only screen and (max-width: 1017px) {
    .main-banners__big {
      margin-bottom: 18px; } }
  @media only screen and (max-width: 532px) {
    .main-banners__big {
      margin-bottom: 15px; } }
  .main-banners__big .swiper-container {
    border-radius: 4px; }
  .main-banners__small + .main-banners__small {
    margin-top: 20px; }
    @media only screen and (max-width: 1207px) {
      .main-banners__small + .main-banners__small {
        margin-top: 16px; } }
    @media only screen and (max-width: 1017px) {
      .main-banners__small + .main-banners__small {
        margin-top: 0; } }
    @media only screen and (max-width: 532px) {
      .main-banners__small + .main-banners__small {
        margin-top: 15px; } }

/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/points-rashodnikishop/style.css?16356730541871*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
@media only screen and (max-width: 1017px) {
  .points__item:nth-child(n+5) {
    display: none; } }
.content .points__block {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 14px;
  color: #898989;
  border-radius: 4px;
  border: solid 1px rgba(37, 165, 220, 0.5); }
  html:not(.bx-touch) .content .points__block:hover .points__icon svg, .bx-touch .content .points__block:active .points__icon svg {
    fill: #ec8921; }
  @media only screen and (max-width: 1207px) {
    .content .points__block {
      padding: 10px; } }
.points__icon {
  font-size: 0;
  line-height: 0; }
  .points__icon svg {
    fill: #25a5dc;
    width: 32px;
    height: 32px; }
    @media only screen and (max-width: 1207px) {
      .points__icon svg {
        width: 28px;
        height: 28px; } }
  .points__icon + span {
    margin-left: 15px; }
    @media only screen and (max-width: 1207px) {
      .points__icon + span {
        margin-left: 10px; } }

/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/selections-rashodnikishop/style.css?16356730542307*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.selections {
  display: block;
  height: 195px;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px rgba(37, 165, 220, 0.5); }
  @media only screen and (max-width: 1207px) {
    .selections {
      height: 160px; } }
  @media only screen and (min-width: 533px) and (max-width: 747px) {
    .selections {
      height: 120px; } }
  html:not(.bx-touch) .selections:hover, .bx-touch .selections:active {
    color: #383838;
    text-decoration: none; }
  .selections__pic {
    display: block;
    padding: 10px 0 10px 10px;
    text-align: center; }
  .selections__text {
    display: block;
    padding-right: 27px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #383838; }
    @media only screen and (max-width: 1207px) {
      .selections__text {
        font-size: 15px;
        padding-right: 10px; } }
    @media only screen and (max-width: 1017px) {
      .selections__text {
        padding-right: 25px; } }
    @media only screen and (max-width: 747px) {
      .selections__text {
        font-size: 14px;
        line-height: 18px;
        padding-right: 13px; } }
  .selections--black {
    color: #ffffff;
    background-color: #383838;
    border-color: #383838; }
    .selections--black .selections__text {
      color: #ffffff; }
  .selections--blue {
    color: #ffffff;
    background-color: #25a5dc; }
    .selections--blue .selections__text {
      color: #ffffff; }

/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/actions/style.css?16356730536015*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.action {
  position: relative;
  display: block;
  border-radius: 4px;
  height: 100%; }
  @media only screen and (max-width: 532px) {
    .action {
      max-width: 290px;
      margin: 0 auto; } }
  html:not(.bx-touch) .action:hover, .bx-touch .action:active {
    text-decoration: none; }
    html:not(.bx-touch) .action:hover .action__title, .bx-touch .action:active .action__title {
      text-decoration: underline; }
    html:not(.bx-touch) .action:hover .action__pic-block, .bx-touch .action:active .action__pic-block {
      border-color: transparent; }
  .action:before, .action:after {
    content: '';
    position: absolute;
    bottom: 30%;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 100%; }
  .action:before {
    left: -12px; }
  .action:after {
    right: -12px; }
  .action--blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#2c91d6), to(#25a5dc));
    background-image: -webkit-linear-gradient(top, #2c91d6, #25a5dc);
    background-image: -moz-linear-gradient(top, #2c91d6, #25a5dc);
    background-image: linear-gradient(to bottom, #2c91d6, #25a5dc);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c91d6', EndColorStr='#25a5dc, GradientType=0')"; }
  .action--orange {
    background-image: -webkit-gradient(linear, left top, right top, from(#ee6222), to(#ec8921));
    background-image: -webkit-linear-gradient(top, #ee6222, #ec8921);
    background-image: -moz-linear-gradient(top, #ee6222, #ec8921);
    background-image: linear-gradient(to bottom, #ee6222, #ec8921);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee6222', EndColorStr='#ec8921, GradientType=0')"; }
  .action__area {
    display: block;
    overflow: hidden; }
  .action__pic-area {
    position: relative;
    display: block;
    padding-top: 75%;
    background-color: #ffffff; }
    .action__pic-area:before {
      content: '';
      position: absolute;
      bottom: -35px;
      left: 50%;
      width: 160%;
      height: 160%;
      transform: translateX(-50%);
      border-radius: 100%;
      background-color: #ffffff;
      box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2); }
      @media only screen and (min-width: 1018px) and (max-width: 1207px) {
        .action__pic-area:before {
          bottom: -30px;
          width: 150%;
          height: 150%; } }
      @media only screen and (min-width: 748px) and (max-width: 1017px) {
        .action__pic-area:before {
          bottom: -30px;
          width: 150%;
          height: 150%; } }
      @media only screen and (max-width: 747px) {
        .action__pic-area:before {
          width: 145%;
          height: 145%; } }
      @media only screen and (max-width: 532px) {
        .action__pic-area:before {
          width: 170%;
          height: 170%; } }
  .action__pic-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    border: 1px solid rgba(37, 165, 220, 0.5);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    transition: border-color 0.2s ease-out; }
  .action__pic-center {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 25px 0 25px;
    text-align: center; }
  .action__text {
    display: block;
    padding: 65px 25px 25px;
    color: #ffffff; }
    @media only screen and (min-width: 1018px) and (max-width: 1207px) {
      .action__text {
        padding: 50px 20px 20px; } }
    @media only screen and (min-width: 748px) and (max-width: 1017px) {
      .action__text {
        padding: 50px 20px 20px; } }
  .action__ico {
    display: block;
    margin-bottom: 15px;
    font-size: 26px;
    text-align: center; }
    @media only screen and (min-width: 1018px) and (max-width: 1207px) {
      .action__ico {
        margin-bottom: 12px; } }
    @media only screen and (min-width: 748px) and (max-width: 1017px) {
      .action__ico {
        margin-bottom: 12px; } }
  .action__title {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    overflow: hidden; }
    @media only screen and (min-width: 1018px) and (max-width: 1207px) {
      .action__title {
        height: 80px;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 748px) and (max-width: 1017px) {
      .action__title {
        height: 80px;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 533px) and (max-width: 747px) {
      .action__title {
        height: 80px; } }
  .action__footer {
    width: 100%;
    font-size: 11px;
    line-height: 18px; }
  .action__date {
    font-style: italic; }
  .action__deadline {
    text-align: right;
    font-weight: 500; }
    @media only screen and (min-width: 1018px) and (max-width: 1207px) {
      .action__deadline {
        display: none; } }
    @media only screen and (min-width: 748px) and (max-width: 1017px) {
      .action__deadline {
        display: none; } }
    @media only screen and (min-width: 533px) and (max-width: 747px) {
      .action__deadline {
        display: none; } }

/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/.default/style.css?16356730533559*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.news {
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px rgba(37, 165, 220, 0.5); }
  @media only screen and (max-width: 532px) {
    .news {
      max-width: 290px;
      margin: 0 auto; } }
  html:not(.bx-touch) .news:hover .news__title, .bx-touch .news:active .news__title {
    color: #ee6222;
    text-decoration: underline; }
  .news__pic-area {
    position: relative;
    padding-top: 63%; }
  .news__pic-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0; }
  .news__pic-center {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
    .news__pic-center .no-photo {
      padding: 0 10%; }
  .news__text-block {
    position: relative; }
  .news__text {
    display: block;
    padding: 50px 20px 20px; }
    html:not(.bx-touch) .news__text:hover, .bx-touch .news__text:active {
      text-decoration: none; }
    @media only screen and (min-width: 1018px) and (max-width: 1207px) {
      .news__text {
        padding: 45px 15px 15px; } }
    @media only screen and (min-width: 748px) and (max-width: 1017px) {
      .news__text {
        padding: 45px 15px 15px; } }
  .news__title {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #383838; }
    @media only screen and (min-width: 1018px) and (max-width: 1207px) {
      .news__title {
        height: 80px;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 748px) and (max-width: 1017px) {
      .news__title {
        height: 80px;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 533px) and (max-width: 747px) {
      .news__title {
        height: 80px; } }
  .news__date {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    color: #898989; }
  .news__hash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px 0;
    pointer-events: none; }
    @media only screen and (min-width: 1018px) and (max-width: 1207px) {
      .news__hash {
        padding: 20px 15px 0; } }
    @media only screen and (min-width: 748px) and (max-width: 1017px) {
      .news__hash {
        padding: 20px 15px 0; } }
  .content .news__hash-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #25a5dc;
    pointer-events: auto; }
    html:not(.bx-touch) .content .news__hash-link:hover, .bx-touch .content .news__hash-link:active {
      color: #25a5dc;
      text-decoration: underline; }
  .news--nophoto .news__pic-area {
    background: white; }

/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/brands/style.css?16356730541573*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.brands {
  padding: 0 20px; }
  @media only screen and (max-width: 1017px) {
    .brands {
      padding: 0; } }
  @media only screen and (min-width: 1018px) and (max-width: 1207px) {
    .brands .swiper-slide {
      flex: 0 0 20%;
      max-width: 20%; } }

.brand {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.2;
  transition: all 0.1s ease-out; }
  html:not(.bx-touch) .brand:hover, .bx-touch .brand:active {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    opacity: 1; }

/* End */


/* Start:/local/templates/2018/components/teamprofi/empty/subscribe/style.css?16356730552655*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
@media only screen and (max-width: 1017px) {
  .subscribe {
    text-align: center; } }

.subscribe__title {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff; }
  @media only screen and (max-width: 1017px) {
    .subscribe__title {
      font-size: 16px;
      line-height: 20px; } }

.subscribe__form {
  position: relative;
  display: inline-flex; }

.subscribe__input {
  width: 300px;
  padding: 8px 10px 8px 40px;
  border: 2px solid #dcdcdc;
  border-right: none;
  border-radius: 4px 0 0 4px; }
  .subscribe__input::-webkit-input-placeholder {
    color: #dcdcdc; }
  .subscribe__input:-moz-placeholder {
    color: #dcdcdc; }
  .subscribe__input:-ms-input-placeholder {
    color: #dcdcdc; }
  .subscribe__input::placeholder {
    color: #dcdcdc; }
  @media only screen and (max-width: 1017px) {
    .subscribe__input {
      width: 215px; } }
  @media only screen and (max-width: 532px) {
    .subscribe__input {
      width: 180px; } }

.subscribe__btn {
  padding: 10px 25px 10px 25px;
  border: none;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  background-image: -webkit-linear-gradient("left", #ec8921, #ee6222);
  background-image: -moz-linear-gradient("left", #ec8921, #ee6222);
  background-image: linear-gradient(to right, #ec8921, #ee6222);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec8921', EndColorStr='#ee6222, GradientType=1')";
  cursor: pointer; }
  html:not(.bx-touch) .subscribe__btn:hover, .bx-touch .subscribe__btn:active {
    text-decoration: none;
    color: #ffffff; }
  @media only screen and (max-width: 532px) {
    .subscribe__btn {
      padding: 10px 10px; } }

.subscribe__ico {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 16px;
  color: #dcdcdc;
  transform: translateY(-50%); }

/* End */


/* Start:/local/templates/2018/components/bitrix/menu/footer-mobile/style.css?16356730531013*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.menu-footer-mobile {
  margin: -5px -9px; }
  .menu-footer-mobile__item {
    margin: 5px 0;
    font-size: 16px;
    line-height: 20px; }

/* End */


/* Start:/local/templates/2018/components/bitrix/menu/footer/style.css?16356730531243*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.menu-footer::after {
  display: block;
  clear: both;
  content: ""; }
.menu-footer__item {
  float: left;
  margin-top: 12px;
  clear: left; }
  .menu-footer__item:first-child {
    margin-top: 0; }
  .panel-left-area .menu-footer__item {
    float: none;
    display: block;
    margin: 0;
    padding: 8px 15px; }
.panel-left-area .menu-footer {
  margin: 10px 0; }

/* End */


/* Start:/local/templates/2018/components/teamprofi/empty/payments/style.css?16356730551689*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.payments {
  margin: -3px; }
  .payments__item {
    float: left;
    width: 50px;
    padding: 5px;
    margin: 3px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    font-size: 0;
    text-align: center; }
    .payments__item .icon {
      max-width: 100%;
      font-size: 15px; }
  @media only screen and (max-width: 1017px) {
    .footer .payments {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (max-width: 532px) {
    .footer .payments {
      justify-content: center;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 1208px) {
    .footer .payments__item:nth-child(3n + 1) {
      clear: left; } }
  @media only screen and (min-width: 1018px) and (max-width: 1207px) {
    .footer .payments__item:nth-child(3n + 1) {
      clear: left; } }

/* End */


/* Start:/local/templates/2018/components/teamprofi/empty/social/style.css?16356730551793*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.social {
  margin: 0 -5px;
  font-size: 0; }
  .social__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    html:not(.bx-touch) .social__item:hover .icon--yt, .bx-touch .social__item:active .icon--yt {
      color: #ff0000; }
    html:not(.bx-touch) .social__item:hover .icon--fb, .bx-touch .social__item:active .icon--fb {
      color: #365899; }
    html:not(.bx-touch) .social__item:hover .icon--vk, .bx-touch .social__item:active .icon--vk {
      color: #4a76a8; }
    html:not(.bx-touch) .social__item:hover .icon--mm, .bx-touch .social__item:active .icon--mm {
      color: #005ff9; }
    html:not(.bx-touch) .social__item:hover .icon--ok, .bx-touch .social__item:active .icon--ok {
      color: #ee8208; }
    html:not(.bx-touch) .social__item:hover .icon--yz, .bx-touch .social__item:active .icon--yz {
      color: #f00; }
    .social__item .icon {
      font-size: 25px; }

/* End */


/* Start:/local/templates/2018/styles.css?16492697618296*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.content h1, .mfp-content h1 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 500; }
  @media only screen and (max-width: 532px) {
    .content h1, .mfp-content h1 {
      margin-bottom: 15px; } }

.content h2, .mfp-content h2 {
  margin: 50px 0 20px;
  font-size: 18px;
  font-weight: 500; }
  @media only screen and (max-width: 532px) {
    .content h2, .mfp-content h2 {
      margin: 40px 0 15px; } }

.content h3, .mfp-content h3 {
  margin: 40px 0 20px;
  font-size: 16px;
  font-weight: 400; }
  @media only screen and (max-width: 532px) {
    .content h3, .mfp-content h3 {
      margin: 30px 0 15px; } }

.content h4, .mfp-content h4 {
  margin: 30px 0 15px;
  font-weight: 400; }
  @media only screen and (max-width: 532px) {
    .content h4, .mfp-content h4 {
      margin-top: 20px; } }

.content a, .mfp-content a {
  color: #ee6222; }

.content a:not([href]):not([tabindex]), .mfp-content a:not([href]):not([tabindex]) {
  color: #ee6222; }

.content p, .mfp-content p {
  margin: 0 0 10px; }

.content small, .mfp-content small {
  font-size: 12px;
  color: #898989; }

.content hr, .mfp-content hr {
  height: 1px;
  margin: 15px 0;
  border: none;
  background-color: #eeeeee; }
  @media only screen and (max-width: 532px) {
    .content hr, .mfp-content hr {
      margin: 10px 0; } }

.content ul, .content ol, .mfp-content ul, .mfp-content ol {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  counter-reset: list; }
  .content ul li, .content ol li, .mfp-content ul li, .mfp-content ol li {
    position: relative;
    padding-left: 25px;
    margin: 8px 0; }
    .content ul li:before, .content ol li:before, .mfp-content ul li:before, .mfp-content ol li:before {
      position: absolute;
      top: 0;
      left: 0;
      color: #25a5dc; }

.content ul li:before, .mfp-content ul li:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNTEyIDBjLTI4Mi43NyAwLTUxMiAyMjkuMjMtNTEyIDUxMnMyMjkuMjMgNTEyIDUxMiA1MTJjMjgyLjc3IDAgNTEyLTIyOS4yMyA1MTItNTEyLTAuMDk0LTI4Mi43My0yMjkuMjctNTExLjkxLTUxMS45OS01MTJoLTAuMDF6bTAgOTIxLjZjLTIyNi4yMiAwLTQwOS42LTE4My4zOC00MDkuNi00MDkuNnMxODMuMzgtNDA5LjYgNDA5LjYtNDA5LjYgNDA5LjYgMTgzLjM4IDQwOS42IDQwOS42Yy0wLjMyNiAyMjYuMDgtMTgzLjUyIDQwOS4yNy00MDkuNTcgNDA5LjZoLTAuMDMxeiIgZmlsbD0iIzI1YTVkYyIvPjxwYXRoIGQ9Im03MTAuNjYgMzIyLjAzbC0zMDEuMDYgMzAxLjA2LTk2LjI1Ni05Ni4yNTZjLTkuMjI3LTkuMjU0LTIxLjk4OC0xNC45OC0zNi4wODUtMTQuOThzLTI2Ljg2IDUuNzI1LTM2LjA4NCAxNC45NzhsLTFlLTMgMWUtM2MtOS4yNTQgOS4yMjctMTQuOTggMjEuOTg4LTE0Ljk4IDM2LjA4NXM1LjcyNSAyNi44NiAxNC45NzggMzYuMDg0bDEzMi41NSAxMzIuNjNjOS4yMjcgOS4yNTQgMjEuOTg4IDE0Ljk4IDM2LjA4NSAxNC45OHMyNi44Ni01LjcyNSAzNi4wODQtMTQuOTc4bDMzNy40My0zMzcuNDNjOS4yNTQtOS4yMjcgMTQuOTgtMjEuOTg4IDE0Ljk4LTM2LjA4NXMtNS43MjUtMjYuODYtMTQuOTc4LTM2LjA4NGwtMWUtMyAtMWUtM2MtOS4zMjMtOS4yNDQtMjIuMTYtMTQuOTU0LTM2LjMzMS0xNC45NTRzLTI3LjAwOCA1LjcxMi0zNi4zMzUgMTQuOTU4bDRlLTMgLTRlLTN6IiBmaWxsPSIjMjVhNWRjIi8+PC9zdmc+");
  width: 14px;
  height: 14px;
  top: 1px; }

.content ol li:before, .mfp-content ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  font-weight: 500; }

.content table, .mfp-content table {
  width: 100%;
  margin-bottom: 20px;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
  box-shadow: 0 2px 4px 0 rgba(37, 165, 220, 0.15);
  border-radius: 4px; }
  @media only screen and (max-width: 532px) {
    .content table, .mfp-content table {
      margin: 0 -15px 20px; } }
  .content table tr:last-child td, .mfp-content table tr:last-child td {
    border-bottom: none; }
  .content table td, .content table th, .mfp-content table td, .mfp-content table th {
    vertical-align: top;
    padding: 12px 15px;
    border-bottom: 1px solid #eeeeee; }
    @media only screen and (max-width: 532px) {
      .content table td, .content table th, .mfp-content table td, .mfp-content table th {
        padding: 8px 10px; } }
    .content table td:first-child, .content table th:first-child, .mfp-content table td:first-child, .mfp-content table th:first-child {
      padding-left: 0; }
    .content table td:last-child, .content table th:last-child, .mfp-content table td:last-child, .mfp-content table th:last-child {
      padding-right: 0; }
  .content table th, .mfp-content table th {
    vertical-align: bottom;
    font-weight: 500;
    border-bottom-width: 2px; }

.content .table-responsive, .mfp-content .table-responsive {
  margin-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(37, 165, 220, 0.15);
  border-radius: 4px; }
  @media only screen and (max-width: 532px) {
    .content .table-responsive, .mfp-content .table-responsive {
      width: auto;
      margin: 0 -15px 20px; } }

.content .table-responsive table, .mfp-content .table-responsive table {
  box-shadow: none;
  margin: 0;
  border-radius: 0; }

.content .form-subscribe-message-error, .content .form-subscribe-success, .mfp-content .form-subscribe-message-error, .mfp-content .form-subscribe-success {
  display: none; }

@media only screen and (max-width: 532px) {
  .content .unisender-subscribe, .mfp-content .unisender-subscribe {
    padding: 20px 20px 20px 20px; } }

.content blockquote, .mfp-content blockquote {
  padding: 15px 45px 15px 16px;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: normal;
  border-left: 2px solid #25a5dc;
  font-style: italic;
  text-align: left; }
  @media only screen and (max-width: 747px) {
    .content blockquote, .mfp-content blockquote {
      font-size: 15px; } }
  .content blockquote span, .mfp-content blockquote span {
    padding-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 1.29;
    font-weight: normal;
    text-align: left;
    color: #25a5dc; }
    @media only screen and (max-width: 532px) {
      .content blockquote span, .mfp-content blockquote span {
        font-size: 13px;
        line-height: 17px; } }

.catalog-list__price-club {
  display: flex;
  align-items: center;
}
.catalog-list__price-club-icon {
  margin-right: 5px;
}
.catalog-list__price-club-value {
  margin-right: 5px;
  position: relative;
  margin-top: 3px;
  font-size: 14px;
  line-height: 14px;
}
.catalog-list__price-club-help-icon {
  display: flex;
  margin-top: 4px;
}
.club-price-help__list {
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
  counter-reset: list;
}
.club-price-help__list li {
  position: relative;
  padding-left: 25px;
  margin: 8px 0;
}
.club-price-help__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #25a5dc;
  counter-increment: list;
  content: counter(list) ".";
  font-weight: 500;
}

.ask-product-form__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ask-product-form__question-mark {
  flex-shrink: 0;
}
.ask-product-form .ask-product-form__title {
  margin-bottom: 10px !important;
  font-size: 24px;
  font-weight: 500;
}
.ask-product-form .ask-product-form__subtext,
.ask-product-form .ask-product-form__phone,
.ask-product-form__or-block {
  text-align: center !important;
}
.ask-product-form .ask-product-form__phone {
  font-size: 30px;
}
.ask-product-form__or-block {
  margin-bottom: 30px !important;
  margin-top: 15px !important;
}
@media only screen and (max-width: 532px) {
  .ask-product-form__question-mark {
    display: none;
  }
}

/* End */


/* Start:/local/templates/2018/template_styles.css?168304288455300*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
/**
 * переопределение тэгов
 */
* {
  outline: none;
  -webkit-appearance: none; }
  *:focus, *:active, *:hover {
    outline: none; }

html, body {
  display: flex;
  min-width: 320px; }

body {
  flex: 1;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #383838; }
  body.lock {
    position: fixed;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: 0; }

a {
  color: #383838;
  text-decoration: none; }
  html:not(.bx-touch) a:hover, .bx-touch a:active {
    color: #ee6222;
    text-decoration: underline; }

b {
  font-weight: 500; }

a > svg {
  pointer-events: none; }

/**
 * сетка
 */
.header {
  position: relative;
  z-index: 300; }
  .header__top {
    height: 40px; }
  .header__phones {
    font-weight: 500; }
  .header__main {
    padding-top: 15px;
    box-shadow: 0 1px 2px 0 rgba(37, 165, 220, 0.3); }
    @media only screen and (max-width: 1017px) {
      .header__main {
        padding-top: 0; } }
    .header__main.fixed {
      padding-top: 98px;
      box-shadow: none; }
      @media only screen and (max-width: 1017px) {
        .header__main.fixed {
          padding-top: 76px; } }
      @media only screen and (max-width: 532px) {
        .header__main.fixed {
          padding-top: 74px; } }
  .header__fixed {
    margin-bottom: 15px;
    padding: 15px 0;
    z-index: 310; }
    @media only screen and (max-width: 1017px) {
      .header__fixed {
        padding: 25px 0;
        margin: 0; } }
    .header__fixed.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      margin: 0;
      background-color: #ffffff;
      box-shadow: 0 1px 2px 0 rgba(37, 165, 220, 0.3); }

.main {
  flex: auto;
  display: flex;
  z-index: 200; }

.footer {
  z-index: 100; }
  .footer__subscribe {
    padding: 30px 0;
    background-color: #25a5dc; }
    @media only screen and (max-width: 747px) {
      .footer__subscribe {
        padding: 25px 0; } }
  .footer__area {
    padding: 30px 0;
    box-shadow: 0 -1px 2px 0 rgba(37, 165, 220, 0.3); }
    @media only screen and (max-width: 747px) {
      .footer__area {
        padding: 25px 0; } }
  .footer__copy {
    padding: 15px 0;
    font-size: 12px;
    line-height: 1;
    color: #bfbfbf; }
    @media only screen and (max-width: 747px) {
      .footer__copy {
        text-align: center; } }
    .footer__copy a {
      color: #bfbfbf; }
      html:not(.bx-touch) .footer__copy a:hover, .bx-touch .footer__copy a:active {
        text-decoration: none; }
  .footer__address {
    font-size: 13px;
    line-height: 17px; }
  .footer__phones {
    font-size: 16px;
    line-height: 21px; }

/**
 * контент
 */
.content {
  padding: 30px 0 80px; }
  @media only screen and (max-width: 1017px) {
    .content {
      padding: 15px 0 60px; } }

.content-top-banner {
  margin-bottom: 30px;
  font-size: 0;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden; }
  @media only screen and (max-width: 1017px) {
    .content-top-banner {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 532px) {
    .content-top-banner {
      margin-bottom: 20px; } }
  .content-top-banner .img-fluid {
    min-width: 100%; }

/**
 * подвал
 */
.footer-table__menu {
  width: 20%;
  flex-shrink: 1; }
  .footer-table__menu--big {
    width: 30%; }

/**
 * лого Тимпрофи
 */
html:not(.bx-touch) a.teamprofi-logo:hover, .bx-touch a.teamprofi-logo:active {
  color: #25a5dc; }
  html:not(.bx-touch) a.teamprofi-logo:hover span, .bx-touch a.teamprofi-logo:active span {
    text-decoration: underline; }

a.teamprofi-logo .icon {
  font-size: 25px; }

/**
 * ссылка с заголовка
 */
.content .title-link {
  font-size: 0; }
  .content .title-link a {
    color: #383838; }
    html:not(.bx-touch) .content .title-link a:hover, .bx-touch .content .title-link a:active {
      text-decoration: none; }
      html:not(.bx-touch) .content .title-link a:hover .icon, .bx-touch .content .title-link a:active .icon {
        color: #ee6222; }
  .content .title-link span {
    vertical-align: middle;
    font-size: 18px; }
  .content .title-link .icon {
    margin-left: 8px;
    font-size: 12px;
    color: #dcdcdc; }

/**
 * обертка для слайдера
 */
.carousel-grid {
  position: relative; }
  .carousel-grid * {
    user-select: none; }
  .carousel-grid .swiper-container {
    width: calc(100% + 18px);
    padding: 10px 0;
    margin: -10px -9px;
    font-size: 0;
    line-height: 0; }
    .carousel-grid .swiper-container:after, .carousel-grid .swiper-container:before {
      content: '';
      display: none;
      position: absolute;
      top: 0;
      width: 9px;
      height: 100%;
      z-index: 5;
      background-color: #ffffff; }
    .carousel-grid .swiper-container:after {
      right: 0; }
    .carousel-grid .swiper-container:before {
      left: 0; }
    .carousel-grid .swiper-container.move:after, .carousel-grid .swiper-container.move:before {
      display: block; }
  .carousel-grid .swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0;
    user-select: none; }
  .carousel-grid .matrix__item {
    margin: 0; }
  .carousel-grid .swiper-slide.col-auto {
    width: auto; }
  .carousel-grid .swiper-button-prev {
    left: auto;
    right: 100%;
    margin-right: -10px; }
  .carousel-grid .swiper-button-next {
    left: 100%;
    right: auto;
    margin-left: -10px; }
  .carousel-grid .swiper-pagination {
    padding: 10px 0;
    top: 100%;
    bottom: auto; }
    @media only screen and (max-width: 532px) {
      .carousel-grid .swiper-pagination {
        padding: 5px 0; } }
    .tabs .carousel-grid .swiper-pagination {
      position: relative;
      margin-top: 10px; }

/**
 * обертка для сетки
 */
.matrix {
  margin: -9px; }
  @media only screen and (max-width: 532px) {
    .matrix {
      margin: -7px; } }
  .matrix__item {
    margin: 9px 0; }
    @media only screen and (max-width: 532px) {
      .matrix__item {
        margin: 7px 0;
        padding: 0 7px; } }

/**
 * тень блоков
 */
.block-shadow {
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out; }
  .block-shadow:hover {
    border-color: transparent;
    box-shadow: 0 7px 8px 0 rgba(37, 165, 220, 0.2); }

/**
 * левая панель
 */
.custom-overlay {
  display: none; }
  @media only screen and (max-width: 1017px) {
    .custom-overlay {
      display: block;
      cursor: pointer; } }

@media only screen and (max-width: 1017px) {
  .panel-left-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    z-index: 2100;
    background-color: #ffffff;
    overflow-y: auto;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
    body > .panel-left-area {
      display: block; } }

.panel-left-area__head {
  display: none; }
  @media only screen and (max-width: 1017px) {
    .panel-left-area__head {
      display: flex;
      padding: 20px 15px;
      line-height: 0;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #eeeeee; } }

.panel-left-area__head-block {
  font-size: 15px;
  color: #383838;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  html:not(.bx-touch) .panel-left-area__head-block:hover, .bx-touch .panel-left-area__head-block:active {
    text-decoration: none; }

/**
 * хлебные крошки
 */
.content .breadcrumb {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 16px; }
  @media only screen and (max-width: 747px) {
    .content .breadcrumb {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 532px) {
    .content .breadcrumb {
      margin-bottom: 15px; } }
  .content .breadcrumb__item {
    color: #383838;
    text-decoration: none; }
    .content .breadcrumb__item--active {
      color: #898989; }
  .content .breadcrumb__sep {
    margin: 0 3px;
    color: #898989; }
  html:not(.bx-touch) .content .breadcrumb a:hover, .bx-touch .content .breadcrumb a:active {
    text-decoration: underline; }

/**
 * кнопки
 */
.content .btn, .mfp-content .btn, .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border-radius: 4px;
  white-space: nowrap;
  background-image: -webkit-gradient(linear, left top, right top, from(#ec8921), to(#ee6222));
  background-image: -webkit-linear-gradient("left", #ec8921, #ee6222);
  background-image: -moz-linear-gradient("left", #ec8921, #ee6222);
  background-image: linear-gradient(to right, #ec8921, #ee6222);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec8921', EndColorStr='#ee6222, GradientType=1')";
  border: none;
  cursor: pointer;
  text-align: center; }
  html:not(.bx-touch) .content .btn:hover, .bx-touch .content .btn:active, html:not(.bx-touch) .mfp-content .btn:hover, .bx-touch .mfp-content .btn:active, html:not(.bx-touch) .btn:hover, .bx-touch .btn:active {
    background-image: -webkit-gradient(linear, left top, right top, from(#c8721b), to(#c9531c));
    background-image: -webkit-linear-gradient("left", #c8721b, #c9531c);
    background-image: -moz-linear-gradient("left", #c8721b, #c9531c);
    background-image: linear-gradient(to right, #c8721b, #c9531c);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c8721b', EndColorStr='#c9531c, GradientType=1')";
    text-decoration: none;
    color: #ffffff; }
  .content .btn .icon, .mfp-content .btn .icon, .btn .icon {
    font-size: 18px; }
  .content .btn span, .mfp-content .btn span, .btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px; }
  .content .btn .icon + span, .content .btn span + .icon, .mfp-content .btn .icon + span, .mfp-content .btn span + .icon, .btn .icon + span, .btn span + .icon {
    margin-left: 7px; }
  .content .btn--small, .mfp-content .btn--small, .btn--small {
    padding: 7px 10px; }
  .content .btn--blue, .mfp-content .btn--blue, .btn--blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#25a5dc), to(#2c91d6));
    background-image: -webkit-linear-gradient("left", #25a5dc, #2c91d6);
    background-image: -moz-linear-gradient("left", #25a5dc, #2c91d6);
    background-image: linear-gradient(to right, #25a5dc, #2c91d6);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#25a5dc', EndColorStr='#2c91d6, GradientType=1')"; }
    html:not(.bx-touch) .content .btn--blue:hover, .bx-touch .content .btn--blue:active, html:not(.bx-touch) .mfp-content .btn--blue:hover, .bx-touch .mfp-content .btn--blue:active, html:not(.bx-touch) .btn--blue:hover, .bx-touch .btn--blue:active {
      background-image: -webkit-gradient(linear, left top, right top, from(#1f8bb9), to(#247bb5));
      background-image: -webkit-linear-gradient("left", #1f8bb9, #247bb5);
      background-image: -moz-linear-gradient("left", #1f8bb9, #247bb5);
      background-image: linear-gradient(to right, #1f8bb9, #247bb5);
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#1f8bb9', EndColorStr='#247bb5, GradientType=1')"; }
  .content .btn--ico, .mfp-content .btn--ico, .btn--ico {
    font-size: 0;
    line-height: 0; }

.content .btn-light, .mfp-content .btn-light, .btn-light {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #25a5dc;
  color: #25a5dc;
  cursor: pointer;
  text-align: center; }
  html:not(.bx-touch) .content .btn-light:hover, .bx-touch .content .btn-light:active, html:not(.bx-touch) .mfp-content .btn-light:hover, .bx-touch .mfp-content .btn-light:active, html:not(.bx-touch) .btn-light:hover, .bx-touch .btn-light:active {
    background: rgba(37, 165, 220, 0.05);
    color: #25a5dc;
    text-decoration: none; }
  .content .btn-light--small, .mfp-content .btn-light--small, .btn-light--small {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px; }
  .content .btn-light--orange, .mfp-content .btn-light--orange, .btn-light--orange {
    border: 1px solid #ee6222;
    padding: 9px 24px;
    color: #ee6222; }
    html:not(.bx-touch) .content .btn-light--orange:hover, .bx-touch .content .btn-light--orange:active, html:not(.bx-touch) .mfp-content .btn-light--orange:hover, .bx-touch .mfp-content .btn-light--orange:active, html:not(.bx-touch) .btn-light--orange:hover, .bx-touch .btn-light--orange:active {
      background: rgba(238, 98, 34, 0.05);
      color: #ee6222;
      text-decoration: none; }
  .content .btn-light.active, .mfp-content .btn-light.active, .btn-light.active {
    background-color: #25a5dc;
    color: #ffffff; }

.content .btn-icon, .mfp-content .btn-icon, .btn-icon {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  padding: 9px 10px;
  align-items: center;
  background: white;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  text-align: left; }
  html:not(.bx-touch) .content .btn-icon:hover, .bx-touch .content .btn-icon:active, html:not(.bx-touch) .mfp-content .btn-icon:hover, .bx-touch .mfp-content .btn-icon:active, html:not(.bx-touch) .btn-icon:hover, .bx-touch .btn-icon:active {
    border-color: #dcdcdc;
    text-decoration: none; }
  .content .btn-icon__text, .mfp-content .btn-icon__text, .btn-icon__text {
    padding-right: 20px; }
  .content .btn-icon__left, .mfp-content .btn-icon__left, .btn-icon__left {
    margin-right: 10px;
    color: #898989; }
  .content .btn-icon__right, .mfp-content .btn-icon__right, .btn-icon__right {
    margin-left: auto;
    color: #383838; }
  .content .btn-icon--small, .mfp-content .btn-icon--small, .btn-icon--small {
    padding: 6px 10px; }

.content .link-ico, .mfp-content .link-ico, .link-ico {
  display: inline-flex;
  vertical-align: middle;
  padding: 0;
  align-items: center;
  color: #383838;
  cursor: pointer;
  border: none;
  background: none; }
  html:not(.bx-touch) .content .link-ico:hover, .bx-touch .content .link-ico:active, html:not(.bx-touch) .mfp-content .link-ico:hover, .bx-touch .mfp-content .link-ico:active, html:not(.bx-touch) .link-ico:hover, .bx-touch .link-ico:active {
    text-decoration: none;
    color: #383838; }
    html:not(.bx-touch) .content .link-ico:hover .icon, .bx-touch .content .link-ico:active .icon, html:not(.bx-touch) .mfp-content .link-ico:hover .icon, .bx-touch .mfp-content .link-ico:active .icon, html:not(.bx-touch) .link-ico:hover .icon, .bx-touch .link-ico:active .icon {
      fill: #ee6222;
      color: #ee6222; }
    html:not(.bx-touch) .content .link-ico:hover span, .bx-touch .content .link-ico:active span, html:not(.bx-touch) .mfp-content .link-ico:hover span, .bx-touch .mfp-content .link-ico:active span, html:not(.bx-touch) .link-ico:hover span, .bx-touch .link-ico:active span {
      text-decoration: none; }
  .content .link-ico .icon, .mfp-content .link-ico .icon, .link-ico .icon {
    fill: #25a5dc;
    color: #ffffff;
    margin-right: 7px; }
  .content .link-ico span, .mfp-content .link-ico span, .link-ico span {
    line-height: 1;
    text-decoration: underline; }
  .content .link-ico--big .icon, .mfp-content .link-ico--big .icon, .link-ico--big .icon {
    font-size: 22px; }
  .content .link-ico.active .icon, .mfp-content .link-ico.active .icon, .link-ico.active .icon {
    fill: #ee6222;
    color: #ee6222; }
  html:not(.bx-touch) .content .link-ico--blue:hover .icon, .bx-touch .content .link-ico--blue:active .icon, html:not(.bx-touch) .mfp-content .link-ico--blue:hover .icon, .bx-touch .mfp-content .link-ico--blue:active .icon, html:not(.bx-touch) .link-ico--blue:hover .icon, .bx-touch .link-ico--blue:active .icon {
    fill: #25a5dc;
    color: #25a5dc; }
  .content .link-ico--blue span, .mfp-content .link-ico--blue span, .link-ico--blue span {
    color: #25a5dc; }
  .content .link-ico--blue.active .icon, .mfp-content .link-ico--blue.active .icon, .link-ico--blue.active .icon {
    fill: #25a5dc;
    color: #25a5dc; }
  .content .link-ico--pseudo span, .mfp-content .link-ico--pseudo span, .link-ico--pseudo span {
    text-decoration: none; }

/**
 * заглушка
 */
.no-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  .no-photo .icon {
    width: 50%;
    height: 50%;
    color: #eeeeee; }

/**
 * псевдо-ссылка
 */
.content .pseudo-link, .mfp-content .pseudo-link, .pseudo-link {
  color: #ee6222;
  border-bottom: 1px dashed;
  cursor: pointer;
  text-decoration: none; }
  html:not(.bx-touch) .content .pseudo-link:hover, .bx-touch .content .pseudo-link:active, html:not(.bx-touch) .mfp-content .pseudo-link:hover, .bx-touch .mfp-content .pseudo-link:active, html:not(.bx-touch) .pseudo-link:hover, .bx-touch .pseudo-link:active {
    border-bottom-color: transparent;
    text-decoration: none; }
  .content .pseudo-link--blue, .mfp-content .pseudo-link--blue, .pseudo-link--blue {
    color: #25a5dc; }
    html:not(.bx-touch) .content .pseudo-link--blue:hover, .bx-touch .content .pseudo-link--blue:active, html:not(.bx-touch) .mfp-content .pseudo-link--blue:hover, .bx-touch .mfp-content .pseudo-link--blue:active, html:not(.bx-touch) .pseudo-link--blue:hover, .bx-touch .pseudo-link--blue:active {
      color: #25a5dc; }

/**
 * чекбокс и радио
 */
.ckeck-custom, .radio-custom, .ckeck-custom-round {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 0;
  line-height: 0;
  font-weight: 300;
  cursor: pointer; }
  .ckeck-custom input[type="checkbox"], .ckeck-custom input[type="radio"], .radio-custom input[type="checkbox"], .radio-custom input[type="radio"], .ckeck-custom-round input[type="checkbox"], .ckeck-custom-round input[type="radio"] {
    display: none; }
    .ckeck-custom input[type="checkbox"]:disabled + span:before, .ckeck-custom input[type="checkbox"]:disabled:checked + span:before, .ckeck-custom input[type="radio"]:disabled + span:before, .ckeck-custom input[type="radio"]:disabled:checked + span:before, .radio-custom input[type="checkbox"]:disabled + span:before, .radio-custom input[type="checkbox"]:disabled:checked + span:before, .radio-custom input[type="radio"]:disabled + span:before, .radio-custom input[type="radio"]:disabled:checked + span:before, .ckeck-custom-round input[type="checkbox"]:disabled + span:before, .ckeck-custom-round input[type="checkbox"]:disabled:checked + span:before, .ckeck-custom-round input[type="radio"]:disabled + span:before, .ckeck-custom-round input[type="radio"]:disabled:checked + span:before {
      background-color: #bfbfbf;
      border: none;
      opacity: 0.6; }
    .ckeck-custom input[type="checkbox"]:disabled:not(:checked) + span:after, .ckeck-custom input[type="radio"]:disabled:not(:checked) + span:after, .radio-custom input[type="checkbox"]:disabled:not(:checked) + span:after, .radio-custom input[type="radio"]:disabled:not(:checked) + span:after, .ckeck-custom-round input[type="checkbox"]:disabled:not(:checked) + span:after, .ckeck-custom-round input[type="radio"]:disabled:not(:checked) + span:after {
      content: none; }
  .ckeck-custom span, .radio-custom span, .ckeck-custom-round span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.3; }
    .ckeck-custom span:before, .radio-custom span:before, .ckeck-custom-round span:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      border: 2px solid #25a5dc; }

.ckeck-custom-round .icon {
  font-size: 10px;
  color: white;
  display: none; }

.ckeck-custom-round span {
  width: 28px;
  height: 28px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  padding-left: 0; }
  .ckeck-custom-round span:before {
    content: none; }

.ckeck-custom-round input[type="checkbox"]:checked + span {
  border: 1px solid #25a5dc;
  background: #25a5dc; }
  .ckeck-custom-round input[type="checkbox"]:checked + span .icon {
    display: inline-block; }

.ckeck-custom span:before {
  border-radius: 2px; }

.ckeck-custom input[type="checkbox"]:checked + span:before {
  background-color: #25a5dc; }

.ckeck-custom input[type="checkbox"]:checked + span:after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMSAxNGw0LTQgOCA4IDE0LTE0IDQgNC0xOCAxOHoiLz48L3N2Zz4=");
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px; }

.radio-custom span:before {
  border-radius: 50%; }

.radio-custom input[type="radio"]:checked + span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #25a5dc; }

/**
 * сообщения
 */
.message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 35px 15px 55px;
  border-radius: 4px;
  box-shadow: 0 7px 8px 0 rgba(37, 165, 220, 0.2); }
  .message__wrap {
    margin-bottom: 20px; }
    @media only screen and (max-width: 532px) {
      .message__wrap {
        margin-bottom: 15px; } }
  .message .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #25a5dc; }
  .message--notetext {
    border: 1px solid rgba(37, 165, 220, 0.2); }
  .message--errortext {
    color: #ffffff;
    background-color: #ee2222; }
    .message--errortext .icon {
      color: #ffffff; }

/**
 * блок для видео 16:9
 */
.video-block {
  position: relative;
  padding-top: 56.25%; }
  .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/**
 * подложка для контента
 */
.substrate {
  padding: 25px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 7px 8px 0 rgba(37, 165, 220, 0.2); }
  @media only screen and (max-width: 532px) {
    .substrate {
      padding: 20px 15px;
      box-shadow: none; } }
  .content .substrate__title {
    margin: 0 0 30px;
    text-align: center; }
    @media only screen and (max-width: 532px) {
      .content .substrate__title {
        margin-bottom: 25px;
        text-align: left; } }
  .substrate__success .message__wrap {
    margin: 0; }
  .substrate__desc {
    margin-bottom: 20px;
    line-height: 1.2; }
  .substrate .message {
    box-shadow: none; }

/**
 * форма
 */
.form-group {
  margin-bottom: 30px; }
  @media only screen and (max-width: 747px) {
    .form-group {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 532px) {
    .form-group {
      margin-bottom: 15px; } }
  .form-group--personal {
    width: 45%;
    display: inline-block;
    margin-right: 30px; }
    @media only screen and (max-width: 747px) {
      .form-group--personal {
        width: auto;
        display: block;
        margin-right: 0; } }
  .form-group__label {
    display: block;
    margin: 0;
    font-size: 12px;
    color: #898989; }
  .form-group__error {
    position: relative;
    padding: 2px 25px 0 0;
    margin-top: 5px;
    font-size: 11px;
    color: #ee2222; }
    .form-group__error .icon {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 16px; }
  .form-group .ckeck-custom, .form-group .radio-custom {
    display: block; }
    .form-group .ckeck-custom + .ckeck-custom, .form-group .ckeck-custom + .radio-custom, .form-group .radio-custom + .ckeck-custom, .form-group .radio-custom + .radio-custom {
      margin-top: 8px; }

.form-control {
  display: block;
  width: 100%;
  padding: 9px 10px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  font-size: 14px;
  line-height: 18px;
  transition: border-color 0.2s ease-out;
  resize: none; }
  .form-control::-webkit-input-placeholder {
    color: #bfbfbf; }
  .form-control:-moz-placeholder {
    color: #bfbfbf; }
  .form-control:-ms-input-placeholder {
    color: #bfbfbf; }
  .form-control::placeholder {
    color: #bfbfbf; }
  .form-control:focus {
    border-color: #25a5dc; }
  .form-control.error {
    border-bottom-color: #ee2222; }
  .form-control--small {
    padding: 6px 10px; }
  .form-control--light {
    padding: 10px 0 2px 0;
    border: none;
    border-bottom: 2px solid #bfbfbf;
    border-radius: 0; }

/**
 * табы
 */
.tabs {
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 747px) {
    .tabs {
      width: auto; } }
  @media only screen and (max-width: 532px) {
    .tabs {
      margin: 0 -15px; } }
  .tabs__title {
    position: relative;
    float: left;
    height: 23px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #898989;
    cursor: pointer;
    border-bottom: 1px dashed; }
    @media only screen and (max-width: 747px) {
      .tabs__title {
        display: block;
        float: none;
        height: auto;
        padding: 15px 45px 15px 15px;
        margin-left: 0;
        border: 1px solid #eeeeee;
        border-top: none; } }
    @media only screen and (max-width: 532px) {
      .tabs__title {
        padding: 10px 35px 10px 15px;
        border-left: none;
        border-right: none; } }
    .tabs__title .icon {
      display: none; }
      @media only screen and (max-width: 747px) {
        .tabs__title .icon {
          display: block;
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          font-size: 16px; } }
      @media only screen and (max-width: 532px) {
        .tabs__title .icon {
          font-size: 14px; } }
    .tabs__title:first-child {
      margin-left: 0; }
      @media only screen and (max-width: 747px) {
        .tabs__title:first-child {
          border-top: 1px solid #eeeeee !important; } }
    .tabs__title.open {
      z-index: 3;
      cursor: auto;
      color: #383838;
      border-color: transparent; }
      @media only screen and (max-width: 747px) {
        .tabs__title.open {
          cursor: pointer;
          border: 1px solid #eeeeee;
          border-top: none;
          border-bottom: none; }
          .tabs__title.open .icon {
            transform: translateY(-50%) rotate(-90deg); } }
      @media only screen and (max-width: 532px) {
        .tabs__title.open {
          border-left: none;
          border-right: none; } }
  .tabs__content {
    position: relative;
    display: none;
    float: right;
    width: 100%;
    margin: 23px 0 0 -100%;
    padding-top: 20px;
    z-index: 2; }
    @media only screen and (max-width: 747px) {
      .tabs__content {
        float: none;
        padding: 10px 15px 15px;
        margin: 0; } }
    .tabs__content.open {
      display: block; }
      @media only screen and (max-width: 747px) {
        .tabs__content.open {
          border: 1px solid #eeeeee;
          border-top: none; } }
      @media only screen and (max-width: 532px) {
        .tabs__content.open {
          border-left: none;
          border-right: none; } }

/**
 * хаки для бутстрапа
 */
@media only screen and (max-width: 532px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

/**
 * модальное окно
 */
.modal-popup {
  position: relative;
  margin: 20px 0;
  max-width: 720px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
  .modal-popup--message {
    display: inline-block;
    vertical-align: top;
    padding: 25px;
    text-align: center; }
    @media only screen and (max-width: 532px) {
      .modal-popup--message {
        padding: 20px; } }
    .modal-popup--message .message--notetext {
      border: none; }
  .modal-popup--form {
    max-width: 420px; }
  .modal-popup--error {
    width: 420px; }
    @media only screen and (max-width: 532px) {
      .modal-popup--error {
        width: 100%; } }
  .modal-popup .message {
    box-shadow: none; }

/**
 * хинты
 */
.hints {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: -2px;
  pointer-events: none; }
  .hints::after {
    display: block;
    clear: both;
    content: ""; }
  .hints__item {
    float: right;
    clear: right;
    margin: 2px; }

.hint {
  display: block;
  padding: 0 10px;
  font-size: 11px;
  line-height: 19px;
  color: #ffffff;
  border-radius: 4px; }
  .hint--archive {
    background-color: #bfbfbf; }
  .hint--hit {
    background-color: #8a00e9; }
  .hint--new {
    background-color: #65b22e; }
  .hint--discount {
    background-color: #ee2222; }

/**
 * бэйджи
 */
.badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ee2222;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  cursor: pointer; }
  .badge__text {
    font-size: 11px;
    line-height: 1;
    font-style: italic;
    color: #ffffff;
    letter-spacing: -0.5px; }
  .badge__data {
    max-width: 190px;
    font-size: 12px;
    line-height: 14px;
    color: #898989; }
    .badge__data a {
      color: #ee6222; }
  .badge--pic {
    border-radius: 0;
    background-color: transparent; }
  .badge--tl, .badge--bl, .badge--br {
    position: absolute; }
  .badge--tl {
    top: 10px;
    left: 10px; }
  .badge--bl {
    bottom: 10px;
    left: 10px; }
  .badge--br {
    bottom: 10px;
    right: 10px; }

/**
 * блок цен
 */
.price-block {
  display: inline-block;
  vertical-align: middle;
  line-height: 0; }
  .price-block__empty {
    color: #bfbfbf;
    line-height: 1.3; }
  .price-block__old {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: #ee2222;
    text-decoration-color: #ee2222;
    -webkit-text-decoration-color: #ee2222; }
  .price-block__discount {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    font-size: 15px;
    line-height: 20px;
    color: #ee2222; }
    .price-block__discount span, .price-block__discount .hint {
      display: inline-block;
      vertical-align: top; }
    .price-block__discount .hint {
      margin-left: 5px; }
  .price-block__new {
    display: block;
    line-height: 1.3; }

/**
 * текст
 */
.text-black {
  color: #383838; }
  .content .text-black {
    color: #383838; }

.text-gray {
  color: #898989; }
  .content .text-gray {
    color: #898989; }

.text-blue {
  color: #25a5dc; }
  .content .text-blue {
    color: #25a5dc; }

.text-green {
  color: #65b22e; }
  .content .text-green {
    color: #65b22e; }

/**
 * спойлер
 */
.spoiler {
  border-radius: 4px;
  border: 1px solid #25a5dc; }
  @media only screen and (max-width: 532px) {
    .spoiler {
      margin: 0; } }
  .spoiler__link {
    position: relative;
    padding: 14px 70px 14px 20px;
    font-size: 15px;
    cursor: pointer;
    color: #25a5dc; }
    @media only screen and (max-width: 747px) {
      .spoiler__link {
        padding: 10px 70px 10px 15px;
        font-size: 14px; } }
    .spoiler__link:after {
      content: '+';
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      font-size: 26px;
      line-height: 1;
      transition: color 0.1s ease-out; }
      @media only screen and (max-width: 747px) {
        .spoiler__link:after {
          font-size: 24px; } }
  .spoiler__content {
    display: none;
    padding: 20px; }
    @media only screen and (max-width: 747px) {
      .spoiler__content {
        padding: 15px; } }
  .spoiler.open .spoiler__link {
    color: #ffffff;
    background-color: #25a5dc; }
    .spoiler.open .spoiler__link:after {
      content: '−'; }
  .spoiler.open .spoiler__content {
    display: block; }

/**
 * лоадер
 */
.loading {
  display: inline-block;
  vertical-align: middle;
  width: 81px;
  height: 9px;
  background-image: url("/local/templates/2018/svg/loading.svg");
  background-repeat: no-repeat;
  animation-name: loading;
  animation-duration: 1400ms;
  animation-timing-function: steps(84);
  animation-iteration-count: infinite; }

@keyframes loading {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -6804px 0px; } }

/**
вывод слайдера в списке товаров
 */
.catalog-list-slider-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0; }
  .catalog-list-slider-active__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
    @media only screen and (max-width: 1017px) {
      .catalog-list-slider-active__item {
        display: none; } }

.catalog-list-slider-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  line-height: 0; }
  @media only screen and (max-width: 1017px) {
    .catalog-list-slider-dots {
      display: none; } }
  .catalog-list-slider-dots__item {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 100%;
    background-color: #eeeeee; }
    .catalog-list-slider-dots__item.active {
      background-color: #25a5dc; }

.section-description {
  margin-top: 20px;
  padding: 0 10px;
  width: 100%; }

/**
Перенесено в общие стили, иначе блок с бигдатой не работает.
Список товаров
 */
@media only screen and (min-width: 1208px) {
  .catalog-list__item {
    display: flex;
  }
  .catalog-list__item.col-xl-2-5 {
    flex: 0 0 20%;
    max-width: 20%; } }

.content .catalog-list h2 {
  display: block;
  width: 100%;
  margin: 30px 10px 10px 10px; }

.catalog-list-item {
  border-radius: 4px;
  border: solid 1px rgba(37, 165, 220, 0.5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1}
  .catalog-list-item__props {
    padding: 0 15px;
    margin-bottom: 10px;
    flex-grow: 1;
  }
  .catalog-list-item__props-list {
    margin-bottom: 0;
    font-size: 13px;
  }
  .catalog-list-item__prop-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-list-item__prop-name {
    font-weight: 500;
    padding-right: 3px;
  }
  .catalog-list-item__prop-value {
    margin-bottom: 0;
  }

  @media only screen and (max-width: 532px) {
    .catalog-list-item {
      max-width: 290px;
      margin: 0 auto; } }
  html:not(.bx-touch) .catalog-list-item:hover .catalog-list-item__title, .bx-touch .catalog-list-item:active .catalog-list-item__title {
    color: #ee6222; }
  .catalog-list-item__pic {
    position: relative;
    padding-top: 80%; }
    @media only screen and (max-width: 747px) {
      .catalog-list-item__pic {
        padding-top: 70%; } }
    @media only screen and (max-width: 532px) {
      .catalog-list-item__pic {
        padding-top: 60%; } }
  .catalog-list-item__pic-center {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px 10px;
    text-align: center; }
    .catalog-list-item__pic-center--no-photo {
      height: 100%; }
  .catalog-list-item__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 15px;
    height: 130px;
    margin-top: 20px;}
    html:not(.bx-touch) .catalog-list-item__text:hover, .bx-touch .catalog-list-item__text:active {
      text-decoration: none;
      color: #383838; }
  .catalog-list-item__article {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 14px;
    color: #898989; }
  .catalog-list-item__price {
    margin-bottom: 7px;
    font-size: 16px;
    color: #383838; }
  .catalog-list-item__title {
    max-height: 54px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: auto;
    color: #383838; }
  .catalog-list-item__desc {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 0;
    line-height: 0;
    padding: 0 15px;}
    .catalog-list-item__desc span + span {
      margin-left: 7px; }
  .catalog-list-item__control {
    padding: 15px; }
  .catalog-list-item__btn {
    padding: 0;
    font-size: 14px;
    border: none;
    background: none;
    cursor: pointer; }
    html:not(.bx-touch) .catalog-list-item__btn:hover .icon, .bx-touch .catalog-list-item__btn:active .icon {
      color: #ec8921;
      fill: #ec8921; }
    .catalog-list-item__btn--big {
      font-size: 16px; }
    .catalog-list-item__btn .icon {
      color: #ffffff;
      fill: #25a5dc; }
    .catalog-list-item__btn.active .icon {
      color: #ec8921;
      fill: #ec8921; }

/**
вывод кнопки показать еще для списка товаров
 */
.catalog-list-pagination {
  margin-top: 20px;
  padding: 0 10%; }
  .content .catalog-list-pagination__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(37, 165, 220, 0.5);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    height: 36px;
    text-align: center;
    color: #383838;
    transition: color 0.1s ease-out; }
    @media only screen and (max-width: 532px) {
      .content .catalog-list-pagination__btn {
        font-size: 12px;
        height: 32px; } }
    html:not(.bx-touch) .content .catalog-list-pagination__btn:hover, .bx-touch .content .catalog-list-pagination__btn:active {
      text-decoration: none; }
    .content .catalog-list-pagination__btn .loading {
      display: none; }
    .content .catalog-list-pagination__btn.start {
      font-size: 0;
      cursor: default;
      border-color: transparent; }
      .content .catalog-list-pagination__btn.start .loading {
        display: inline-block; }
  .catalog-list-pagination__controls {
    text-align: center;
    margin-top: 15px; }

/**
стили к 404ой
 */
.not-found {
  margin: 50px 0px;
  align-items: center; }
  .content .not-found__title {
    font-size: 100px;
    font-weight: normal; }
  @media only screen and (max-width: 532px) {
    .not-found__desc {
      text-align: center; } }
  .not-found__button-block .btn-light {
    margin-right: 10px; }
  @media only screen and (max-width: 532px) {
    .not-found__button-block .btn-light {
      margin-bottom: 10px;
      margin-right: 0; }
    .not-found__button-block .btn {
      margin-bottom: 10px; } }

/**
Индивидуальные стили к 1 странице акций
 */
.sale-logo {
  text-align: center; }
  .sale-logo__hr {
    display: inline-block;
    background-color: #bfbfbf !important;
    width: 40%; }
    @media only screen and (max-width: 1207px) {
      .sale-logo__hr {
        width: 38%; } }
    @media only screen and (max-width: 1017px) {
      .sale-logo__hr {
        width: 34%; } }
    @media only screen and (max-width: 747px) {
      .sale-logo__hr {
        width: 28%; } }
    @media only screen and (max-width: 532px) {
      .sale-logo__hr {
        display: none; } }
    .sale-logo__hr--right {
      margin-right: 10px !important; }
    .sale-logo__hr--left {
      margin-left: 10px !important; }
  .sale-logo__image {
    margin-bottom: 20px; }
  .sale-logo__desc {
    font-size: 20px;
    font-weight: 500; }
    .sale-logo__desc--gray {
      color: #bfbfbf; }

.blue-block {
  background-color: #25a5dc;
  margin: 60px 0;
  text-align: center;
  padding: 60px 30px; }
  @media only screen and (max-width: 1017px) {
    .blue-block {
      margin: 40px 0;
      padding: 50px 20px; } }
  @media only screen and (max-width: 747px) {
    .blue-block {
      margin: 30px 0;
      padding: 40px 10px; } }
  .blue-block--two {
    padding: 60px; }
    @media only screen and (max-width: 747px) {
      .blue-block--two {
        padding: 30px; } }
    @media only screen and (max-width: 532px) {
      .blue-block--two {
        padding: 20px; } }
  .blue-block__desc {
    color: #ffffff; }
    .blue-block__desc--big {
      font-size: 20px;
      font-weight: 500; }
    .blue-block__desc--small {
      font-size: 16px;
      font-weight: normal; }
  .blue-block__item {
    background-color: #ffffff;
    margin: 0 auto;
    width: 60%;
    padding: 30px; }
    @media only screen and (max-width: 1017px) {
      .blue-block__item {
        width: 80%; } }
    @media only screen and (max-width: 532px) {
      .blue-block__item {
        width: 100%; } }
    .blue-block__item--desc {
      font-size: 16px;
      font-weight: normal; }
    .blue-block__item--button {
      display: inline-block; }
      @media only screen and (max-width: 747px) {
        .blue-block__item--button {
          width: 100%; } }
      .blue-block__item--button--first {
        margin-right: 20px; }
        @media only screen and (max-width: 747px) {
          .blue-block__item--button--first {
            margin-right: 0;
            margin-bottom: 15px; } }

.title-small {
  text-align: center; }
  .title-small__hr {
    display: inline-block;
    background-color: #bfbfbf !important;
    width: 20%; }
    @media only screen and (max-width: 1207px) {
      .title-small__hr {
        width: 14%; } }
    @media only screen and (max-width: 1017px) {
      .title-small__hr {
        display: none; } }
    .title-small__hr--right {
      margin: 0 16px 5px 0 !important; }
    .title-small__hr--left {
      margin: 0 0 5px 16px !important; }
  .title-small__desc {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    display: inline-block; }

.sale-href--white {
  color: #ffffff !important; }

.sale-href--orange {
  color: #ee6222 !important; }

.title-medium {
  text-align: center; }
  .title-medium__hr {
    display: inline-block;
    background-color: #bfbfbf !important;
    width: 40%; }
    @media only screen and (max-width: 1207px) {
      .title-medium__hr {
        width: 38%; } }
    @media only screen and (max-width: 1017px) {
      .title-medium__hr {
        width: 34%; } }
    @media only screen and (max-width: 747px) {
      .title-medium__hr {
        width: 28%; } }
    @media only screen and (max-width: 532px) {
      .title-medium__hr {
        display: none; } }
    .title-medium__hr--right {
      margin: 0 10px 5px 0 !important; }
    .title-medium__hr--left {
      margin: 0 0 5px 10px !important; }
  .title-medium__desc {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    display: inline-block; }

.block-fields {
  margin: 50px 0; }
  @media only screen and (max-width: 1017px) {
    .block-fields {
      margin: 30px 0; } }
  @media only screen and (max-width: 747px) {
    .block-fields {
      margin: 25px 0; } }
  .block-fields__item {
    text-align: center; }
    @media only screen and (max-width: 1017px) {
      .block-fields__item {
        margin-bottom: 15px; } }
    @media only screen and (max-width: 532px) {
      .block-fields__item {
        margin-bottom: 25px; } }
    .block-fields__item--back {
      padding: 55px;
      background-color: #f5f5f5;
      border-radius: 50%;
      margin: 0 45px; }
      @media only screen and (max-width: 1207px) {
        .block-fields__item--back {
          padding: 50px;
          margin: 0 30px; } }
      @media only screen and (max-width: 1017px) {
        .block-fields__item--back {
          padding: 60px;
          margin: 0 80px; } }
      @media only screen and (max-width: 747px) {
        .block-fields__item--back {
          padding: 60px;
          width: 40%;
          margin: 0 auto; } }
      @media only screen and (max-width: 532px) {
        .block-fields__item--back {
          padding: 48px;
          width: 50%; } }
    .block-fields__item--title {
      margin: 30px 0 20px 0 !important;
      font-size: 16px;
      text-transform: uppercase; }
    .block-fields__item--desc {
      padding: 0 10px; }

.white-block {
  margin: 30px 0;
  text-align: center;
  padding: 30px 30px; }
  @media only screen and (max-width: 1017px) {
    .white-block {
      margin: 20px 0;
      padding: 20px 20px; } }
  @media only screen and (max-width: 747px) {
    .white-block {
      margin: 15px 0;
      padding: 15px 15px; } }
  .white-block__desc {
    font-size: 16px;
    text-transform: uppercase; }

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
кнопки в шапке
 */
.controls {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -8px;
  font-size: 0; }
  .controls__item {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 8px; }
    .panel-left-area .controls__item {
      display: block !important;
      margin: 0;
      border-bottom: 1px solid #eeeeee; }
    .controls__item .submenu {
      display: block;
      margin: 0;
      background-color: #eeeeee;
      border-top: 1px solid #dcdcdc; }
      .controls__item .submenu__tr {
        display: block;
        border-top: 1px solid #dcdcdc; }
      .controls__item .submenu__td {
        display: block;
        width: auto;
        padding: 15px;
        font-size: 14px;
        border: none; }
  .controls__sep {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 20px;
    margin: 0 10px;
    background-color: #eeeeee; }
    .panel-left-area .controls__sep {
      display: none !important; }
  .panel-left-area .controls {
    display: flex;
    flex-direction: column;
    margin: 0; }

.control-btn {
  position: relative;
  display: flex;
  padding: 0;
  color: #25a5dc;
  background: none;
  border: none;
  cursor: pointer; }
  html:not(.bx-touch) .control-btn:hover, .bx-touch .control-btn:active {
    color: #ec8921;
    text-decoration: none; }
    html:not(.bx-touch) .control-btn:hover .control-btn__badge, .bx-touch .control-btn:active .control-btn__badge {
      background-color: #ec8921; }
    html:not(.bx-touch) .control-btn:hover .icon, .bx-touch .control-btn:active .icon {
      fill: #ec8921;
      color: #ec8921; }
  .control-btn__ico {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 1017px) {
      .control-btn__ico--basket {
        margin-right: 8px; } }
    @media only screen and (max-width: 532px) {
      .control-btn__ico--basket {
        margin-right: 7px; } }
    .control-btn__ico .icon {
      font-size: 18px;
      fill: #25a5dc;
      color: #ffffff; }
      .control-btn__ico .icon--big {
        font-size: 20px; }
      .control-btn__ico .icon--small {
        font-size: 16px; }
      .panel-left-area .control-btn__ico .icon {
        height: 100%; }
    .panel-left-area .control-btn__ico {
      width: 20px;
      height: 20px;
      margin: 0;
      text-align: center; }
  .control-btn__text {
    vertical-align: middle;
    font-size: 14px; }
    @media only screen and (max-width: 1017px) {
      .header .control-btn__text {
        display: none; } }
    .panel-left-area .control-btn__text {
      color: #383838; }
  .control-btn__badge {
    position: absolute;
    bottom: 10px;
    right: -10px;
    width: 13px;
    height: 13px;
    font-size: 10px;
    line-height: 13px;
    background-color: #25a5dc;
    color: #ffffff;
    border: solid 2px #ffffff;
    box-sizing: content-box;
    text-align: center;
    border-radius: 100%; }
  .control-btn__arr {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 6px;
    color: #25a5dc; }
  .control-btn + .submenu {
    display: none; }
  .control-btn__ico + .control-btn__text, .control-btn__text + .control-btn__ico {
    margin-left: 13px; }
    .panel-left-area .control-btn__ico + .control-btn__text, .panel-left-area .control-btn__text + .control-btn__ico {
      margin-left: 15px; }
  .panel-left-area .control-btn {
    padding: 15px; }
    html:not(.bx-touch) .panel-left-area .control-btn:hover, .bx-touch .panel-left-area .control-btn:active {
      background-color: #25a5dc; }
      html:not(.bx-touch) .panel-left-area .control-btn:hover .control-btn__text, .bx-touch .panel-left-area .control-btn:active .control-btn__text {
        color: #ffffff; }
      html:not(.bx-touch) .panel-left-area .control-btn:hover .control-btn__badge, .bx-touch .panel-left-area .control-btn:active .control-btn__badge {
        background-color: #25a5dc; }
      html:not(.bx-touch) .panel-left-area .control-btn:hover .icon, .bx-touch .panel-left-area .control-btn:active .icon {
        fill: #ffffff;
        color: #ffffff; }
    .panel-left-area .control-btn--spoiler {
      padding-right: 40px; }
  .control-btn.open .control-btn__arr {
    transform: rotate(180deg) translateY(50%); }
  .control-btn.open + .submenu {
    display: block; }

.logo-creater {
  text-align: end; }
  @media only screen and (max-width: 747px) {
    .logo-creater {
      margin-top: 10px;
      text-align: center; } }

@media only screen and (max-width: 1017px) {
  .pay-icons {
    margin-top: 15px; } }


.custom-common-feature-module .h2, h2 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 28px !important;
}
.custom-common-feature-module {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .custom-common-feature-module {
    min-height: 350px;
  }
}

@media (min-width: 992px) {
  .custom-common-feature-module {
    min-height: 400px;
  }
}


@media (min-width: 768px) {
  .custom-common-feature-module .col-sm-6 {
    width: 50%;
  }
}


.custom-common-feature-module--image {
  padding: 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .custom-common-feature-module--image {
    float: left;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 0;
    width: 50%;
  }

  .custom-common-feature-module--image--no-crop {
    position: relative;
  }
}


.custom-common-feature-module--text {
  padding: 10px 0px 20px;
}

@media (min-width: 768px) {
  .custom-common-feature-module--text {
    float: right;
    width: 50%;
  }

  .custom-common-feature-module--text {
    padding: 0px 30px 20px;
  }

  .custom-common-feature-module__text-left .custom-common-feature-module--text {
    padding-left: 0;
  }
}

.custom-common-feature-module + .custom-common-feature-module {
  border-top: 15px solid #ffff;
  clear: both;
}

@media (min-width: 768px) {
  .custom-common-feature-module__text-left .custom-common-feature-module--image--no-crop {
    float: right;
    left: 0;
  }
}


.custom-common-feature-module .js-only, .custom-common-feature-module .no-js .custom-common-feature-module .js-hide {
  display: block;
}

.custom-common-feature-module--image--no-crop .custom-common-feature-module--image-img {
  margin: auto;
  max-width: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .custom-common-feature-module .custom-common-feature-module--image-img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
}


@media (min-width: 768px) {
  .custom-common-feature-module .custom-common-feature-module--image--no-crop .custom-common-feature-module--image-img {
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    position: relative;
  }
}

@media (min-width: 533px) {
  .custom-common-feature-module .col-sm-6 {
    display: block;
    max-width: 100%;
  }
}

div.beono-flashmessage {
  position: absolute;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 0;
  width: 350px;
  margin: 0;
  padding:10px;
  border: 2px solid #ea8821;
  border-radius: 6px;
  background: #ea8821;
  box-shadow: 0px 0px 100px rgba(0,0,0,0.5);
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-name: slideIn;
}

div.beono-flashmessage--brother {
  border: 2px solid #1fabe0;
  background: #1fabe0;
}

@-webkit-keyframes slideIn {
  0%   { -webkit-transform: translateX(-100%); }
  100% { -webkit-transform: translateX(0%); }
}

div.beono-flashmessage p {
  margin-bottom: 7px;
}

a.beono-flashmessage-close,
a.beono-flashmessage-close:link,
a.beono-flashmessage-close:visited,
a.beono-flashmessage-close:active  {
  display: block;
  position: absolute;
  right: 8px;
  top: 16px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #666;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.beono-flashmessage-close:hover {
  color: #444;
}

.footer-sm-link-list {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

.footer-sm-link-list__item {
  margin-right: 10px;
}

.footer-sm-link-list .icon {
  font-size: 35px;
}

.footer-sm-link-list--top {
  margin-left: 10px;
  margin-top: 8px;
}

.footer-sm-link-list--top .icon {
  font-size: 25px;
}

.header__phones {
  line-height: 1em;
}

@media (max-width: 1210px) {
  .header__top-second-phone-wrapper {
    display: none;
  }
}

@media (max-width: 1017px) {
  .header__top-second-phone-wrapper {
    display: block;
  }

  .header__phones .footer-sm-link-list--top {
    margin-top: 0;
    margin-bottom: 0;
  }

  .rashodnikishop .search .select2-search--inline::before{
    display: none;
  }

  .rashodnikishop .content ul li {
    padding-left: 0;
  }
}

@media (max-width: 520px) {
  .header__top-second-phone-wrapper {
    display: none;
  }
}

@media (max-width: 390px) {
  .header__top-second-phone-wrapper {
    display: block;
  }

  .header__top-mail-wrapper {
    display: none;
  }

  .footer-sm-link-list--top {
    margin-left: 0;
  }
}

@media (max-width: 340px) {
  .header__top-second-phone-wrapper {
    display: none;
  }
}


/* End */
/* /local/templates/2018/svg/svg.css?16356730581765 */
/* /local/templates/2018/css/bootstrap/bootstrap.css?163567305654835 */
/* /local/templates/2018/js/plugins/magnific.popup/magnific-popup.css?16356730587525 */
/* /local/templates/2018/js/plugins/swiper/swiper.css?163567305824320 */
/* /local/templates/2018/js/plugins/select2/scss/core.css?163567305816217 */
/* /local/templates/2018/js/plugins/tooltipster/tooltipster.css?163567305811277 */
/* /local/templates/2018/js/plugins/nouislider/nouislider.css?16356730585635 */
/* /local/templates/2018/fonts/roboto/init.css?16478835086091 */
/* /local/templates/2018/components/bitrix/menu/top/style.css?16356730531645 */
/* /local/templates/2018/components/teamprofi/empty/lk/style.css?16356730551270 */
/* /local/templates/2018/components/teamprofi/empty/logo/style.css?16356730551232 */
/* /local/templates/2018/components/teamprofi/search/.default/style.css?16356730554383 */
/* /local/templates/2018/components/teamprofi/empty/header-controls/style.css?1635673055955 */
/* /local/templates/2018/components/bitrix/menu/catalog/style.css?16356730532391 */
/* /local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?16356730552353 */
/* /local/templates/2018/components/bitrix/news.list/main-banners-rashodnikishop/style.css?16356730541885 */
/* /local/templates/2018/components/bitrix/news.list/points-rashodnikishop/style.css?16356730541871 */
/* /local/templates/2018/components/bitrix/news.list/selections-rashodnikishop/style.css?16356730542307 */
/* /local/templates/2018/components/bitrix/news.list/actions/style.css?16356730536015 */
/* /local/templates/2018/components/bitrix/news.list/.default/style.css?16356730533559 */
/* /local/templates/2018/components/bitrix/news.list/brands/style.css?16356730541573 */
/* /local/templates/2018/components/teamprofi/empty/subscribe/style.css?16356730552655 */
/* /local/templates/2018/components/bitrix/menu/footer-mobile/style.css?16356730531013 */
/* /local/templates/2018/components/bitrix/menu/footer/style.css?16356730531243 */
/* /local/templates/2018/components/teamprofi/empty/payments/style.css?16356730551689 */
/* /local/templates/2018/components/teamprofi/empty/social/style.css?16356730551793 */
/* /local/templates/2018/styles.css?16492697618296 */
/* /local/templates/2018/template_styles.css?168304288455300 */
