

/* Start:/local/templates/2019/svg/svg.css?1748499870544*/
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon--teamprofi {
  width: 2.888671875em;
}
.icon--menu {
  width: 1.288671875em;
}
.icon--fb {
  width: 0.5em;
}
.icon--youtube {
  width: 1.4em;
}
.icon--arr {
  width: 0.6em;
}
.icon--arr-up {
  width: 1.4em;
}
.icon--down {
  width: 1.4em;
}
.icon--arr-l {
  width: 0.49999em;
}
.icon--arr-s {
  width: 0.49999em;
}
.icon--check {
  width: 1.3em;
}
.icon--3d {
  width: 1.291061em;
}

/* End */


/* Start:/local/templates/2019/css/bootstrap/bootstrap.css?174849987056159*/
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * 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: 530px) {
  .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: 768px) {
  .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: 1024px) {
  .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: 1440px) {
  .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.8571428571%;
}

.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: 530px) {
  .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: 768px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: 530px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .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: 530px) {
  .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: 768px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: 530px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .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: 0.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: -0.25em;
}

sup {
  top: -0.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: 0.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: 0.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: 529px) {
  .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: 767px) {
  .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: 1023px) {
  .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: 1439px) {
  .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: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 530px) {
  .container {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 728px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}

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

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

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

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

.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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 530px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* End */


/* Start:/local/templates/2019/js/plugins/magnific.popup/magnific-popup.css?17484998707541*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * 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: 529px) {
  .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: 18px;
  color: #a1a2a5;
}

.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;
  z-index: 3;
  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: 529px) {
  .mfp-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .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: 15px;
    padding-right: 15px;
  }
}
.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/2019/js/plugins/select2/scss/core.css?174849987016720*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  /**
   * подключаем доп. стили
   */
  /**
   * размер рабочей области + отступы
   * xs не меняем
   */
  /**
   * размер экрана + допустимое расстояние по бокам
   * xs не меняем
   */
  /**
   * медиа-запрос для 1 интервала
   */
  /**
   * медиа-запрос для 1 интервала, включая все интервалы ниже
   * либо для нескольких интервалов, строго для каждого
   */
  /**
   * hover на десктопной версии и active на мобильной
   */
  /**
   * размер
   */
  /**
   * круг, можно задать цвет, границу и также ее цвет
   */
  /**
   * placeholder для разных браузеров
   */
  /**
   * placeholder для разных браузеров
   */
  /**
   * gradient
   */
  /**
   * clearfix
   */
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 33px;
  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: 33px;
  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 для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #62b5bb;
  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;
  font-size: 15px;
}

.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;
  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: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0 !important;
  white-space: nowrap !important;
  visibility: hidden;
}

/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.select2-container--default {
  /**
   * подключаем доп. стили
   */
  /**
   * размер рабочей области + отступы
   * xs не меняем
   */
  /**
   * размер экрана + допустимое расстояние по бокам
   * xs не меняем
   */
  /**
   * медиа-запрос для 1 интервала
   */
  /**
   * медиа-запрос для 1 интервала, включая все интервалы ниже
   * либо для нескольких интервалов, строго для каждого
   */
  /**
   * hover на десктопной версии и active на мобильной
   */
  /**
   * размер
   */
  /**
   * круг, можно задать цвет, границу и также ее цвет
   */
  /**
   * placeholder для разных браузеров
   */
  /**
   * placeholder для разных браузеров
   */
  /**
   * gradient
   */
  /**
   * clearfix
   */
  /**
   * подключаем доп. стили
   */
  /**
   * размер рабочей области + отступы
   * xs не меняем
   */
  /**
   * размер экрана + допустимое расстояние по бокам
   * xs не меняем
   */
  /**
   * медиа-запрос для 1 интервала
   */
  /**
   * медиа-запрос для 1 интервала, включая все интервалы ниже
   * либо для нескольких интервалов, строго для каждого
   */
  /**
   * hover на десктопной версии и active на мобильной
   */
  /**
   * размер
   */
  /**
   * круг, можно задать цвет, границу и также ее цвет
   */
  /**
   * placeholder для разных браузеров
   */
  /**
   * placeholder для разных браузеров
   */
  /**
   * gradient
   */
  /**
   * clearfix
   */
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: solid 1px #cfd0d1;
  transition: border-color 0.2s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #a1a2a5;
  font-size: 13px;
  line-height: 32px;
  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: 33px;
  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 #62b5bb;
}
.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: #f3f3f3;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-color: #f3f3f3;
}
.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid #cfd0d1;
  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 #f3f3f3;
  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 #62b5bb 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 #f3f3f3;
}
.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: #cfd0d1;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f8f8f8;
}
.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: #62b5bb;
  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/2019/js/plugins/swiper/swiper.css?174849987024072*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * 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: 48px;
  height: 48px;
  margin-top: -18px;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 100%;
  color: white;
  transition: all 0.1s ease-out;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1023px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
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: white;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
}
.swiper-button-next.swiper-button-area, .swiper-button-prev.swiper-button-area {
  position: absolute;
  top: 0;
  width: 85px;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: white;
  background-color: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 1023px) {
  .swiper-button-next.swiper-button-area, .swiper-button-prev.swiper-button-area {
    width: 50px;
  }
}
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: white;
  box-shadow: none;
}
.swiper-button-next.swiper-button-area .icon, .swiper-button-prev.swiper-button-area .icon {
  position: absolute;
  top: 50%;
  height: 48px;
  font-size: 48px;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .swiper-button-next.swiper-button-area .icon, .swiper-button-prev.swiper-button-area .icon {
    height: 40px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-button-next.swiper-button-area .icon, .swiper-button-prev.swiper-button-area .icon {
    height: 32px;
    font-size: 32px;
  }
}

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

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

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
html:not(.bx-touch) .swiper-button-next.swiper-button-disabled:hover, .bx-touch .swiper-button-next.swiper-button-disabled:active, html:not(.bx-touch) .swiper-button-prev.swiper-button-disabled:hover, .bx-touch .swiper-button-prev.swiper-button-disabled:active {
  color: white;
}

.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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.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: 0;
  left: 0;
  width: 100%;
}

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  display: inline-block;
  background: #a1a2a5;
}

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: #62b5bb;
}

.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: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

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

.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: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.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: 100px;
  height: 100px;
  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: 0.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/2019/js/plugins/nouislider/nouislider.css?17484998705585*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * 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: 14px;
  height: 14px;
  left: -17px;
  top: -6px; }

.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: #cfd0d1; }

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

.noUi-connect {
  background: #62b5bb; }

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

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

.noUi-handle {
  transform: rotate(90deg);
  cursor: pointer;
  background: url("/local/templates/2019/js/plugins/nouislider/images/mark.png") 0 0 no-repeat; }

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

[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/2019//js/plugins/scroll/jquery.jscrollpane.css?15595780991860*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}
.table-values .jspContainer
{
	width: 495px !important;
}
@media all and (max-width: 1500px) {

	.table-values .jspContainer
	{
		width: 380px !important;
	}
}
.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: -9px;
	width: 15px;
	height: 100%;
	background: transparent;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #cfd0d1;
	position: relative;
	width: 2px;
}

.jspDrag
{
	/*background: #7b7b7b;
	border: 1px solid #5c5c5c;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
	border-radius: 2px;*/
	background: #62b5bb;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 2px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */


/* Start:/local/templates/2019//js/plugins/tooltipster/tooltipster.css?174849987012211*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * 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;
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #f3f3f3;
}

.tooltipster-sidetip.light .tooltipster-content {
  padding: 6px 8px;
}
.tooltipster-sidetip.light.tooltipster-bottom .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}
.tooltipster-sidetip.light.tooltipster-left .tooltipster-arrow {
  height: 12px;
  margin-top: -6px;
  width: 6px;
}
.tooltipster-sidetip.light.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-top: -6px;
  width: 6px;
}
.tooltipster-sidetip.light.tooltipster-top .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}
.tooltipster-sidetip.light.tooltipster-bottom .tooltipster-box {
  margin-top: 4px;
}
.tooltipster-sidetip.light.tooltipster-left .tooltipster-box {
  margin-right: 4px;
}
.tooltipster-sidetip.light.tooltipster-right .tooltipster-box {
  margin-left: 4px;
}
.tooltipster-sidetip.light.tooltipster-top .tooltipster-box {
  margin-bottom: 4px;
}
.tooltipster-sidetip.light .tooltipster-arrow-background {
  border: 6px solid transparent;
}
.tooltipster-sidetip.light .tooltipster-arrow-border {
  border: 6px solid transparent;
}
.tooltipster-sidetip.light.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px;
}
.tooltipster-sidetip.light.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
@media only screen and (max-width: 529px) {
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    max-width: 270px;
  }
}

.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: 0;
  font-size: 14px;
  line-height: 1.4;
  color: black;
}
.tooltipster-sidetip .tooltipster-content a {
  color: #62b5bb;
}
html:not(.bx-touch) .tooltipster-sidetip .tooltipster-content a:hover, .bx-touch .tooltipster-sidetip .tooltipster-content a:active {
  text-decoration: underline;
}

/* .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: #f3f3f3;
}

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

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

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

/* 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/2019/js/plugins/dadata/suggestions.css?174849987011443*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.suggestions-nowrap {
  white-space: nowrap;
}

.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.suggestions-input::-ms-clear {
  display: none;
}

.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}

.suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 2;
}

.suggestions-addon[data-addon-type=spinner] {
  background: rgba(255, 255, 255, 0.75) url(data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=) 50% 50% no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.suggestions-addon[data-addon-type=clear] {
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

.suggestions-addon[data-addon-type=clear]:hover {
  opacity: 1;
}

.suggestions-suggestions {
  margin-top: 18px;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 4px 16px 0 rgba(139, 139, 139, 0.2);
  cursor: default;
  z-index: 3000;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

.suggestions-suggestions strong {
  font-weight: 500;
  color: #62b5bb;
}

.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #a1a2a5;
}

.suggestions-suggestion {
  padding: 14px 16px;
  overflow: hidden;
  cursor: pointer;
}

.suggestions-suggestion:hover {
  background: #62b5bb;
  color: #ffffff;
}
.suggestions-suggestion:hover strong, .suggestions-suggestion:hover .suggestions-subtext {
  color: #ffffff;
}

.suggestions-selected {
  background: #f3f3f3;
}

.suggestions-selected:hover {
  background: #62b5bb;
  color: #ffffff;
}
.suggestions-selected:hover strong, .suggestions-selected:hover .suggestions-subtext {
  color: #ffffff;
}

.suggestions-hint {
  padding: 14px 16px;
  white-space: nowrap;
  overflow: hidden;
  color: #a1a2a5;
  font-size: 14px;
  line-height: 1.4;
}

.suggestions-constraints {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}

.suggestions-constraints:empty {
  display: none !important;
}

.suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em;
}

.suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

.suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}

.suggestions-constraints li span {
  vertical-align: middle;
}

.suggestions-subtext {
  color: #a1a2a5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}

.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}

.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
  position: relative;
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}

.suggestions-promo {
  font-size: 85%;
  display: none;
  color: #a1a2a5;
  padding: 4px;
  text-align: center;
}

.suggestions-promo a {
  color: #a1a2a5;
  display: block;
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none;
}

.suggestions-promo a:hover {
  filter: grayscale(0);
}

.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom;
}

.suggestions-promo-desktop {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/menu/social/style.css?17484998701362*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.menu-social {
  font-size: 0;
  margin: 0 -6px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .menu-social {
    align-items: start;
  }
}
.menu-social__link {
  text-decoration: none;
  padding: 5px;
  margin: 0 6px;
}
html:not(.bx-touch) .menu-social__link:hover .icon, .bx-touch .menu-social__link:active .icon {
  color: #6f6f6e;
}
.menu-social__link .icon {
  color: #b1b2b3;
  font-size: 14px;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/search/style.css?17484998702371*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .search {
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    width: auto;
  }
}
.search__input {
  top: 0;
  right: 0;
  outline: 0;
  width: 300px;
  height: 35px;
  margin: 0;
  padding: 8px 30px 8px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #171717;
  border: 1px solid #ebebeb;
  border-radius: 0;
  min-width: 220px;
}
@media only screen and (max-width: 1439px) {
  .search__input {
    width: 100%;
  }
}
.search__input:focus {
  border: 1px solid #171717;
}
@media only screen and (max-width: 767px) {
  .search__input {
    display: none;
  }
}
.search .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
}
@media only screen and (max-width: 767px) {
  .search .search-btn {
    position: inherit;
  }
}
.search + .menu-social {
  margin-left: 14px;
}

.search-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  .search-btn {
    width: 45px;
    height: 45px;
  }
}
.search-btn .icon {
  fill: #6f6f6e;
  font-size: 14px;
}
html:not(.bx-touch) .search-btn:hover .icon, .bx-touch .search-btn:active .icon {
  fill: #62b5bb;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/city/style.css?174849987010427*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.location-change.tabs-dl {
  padding: 32px 24px;
  max-width: 488px;
  border-radius: 0;
  background: white;
  box-shadow: 0 6px 12px 0 rgba(22, 22, 22, 0.16);
}
@media only screen and (max-width: 767px) {
  .location-change.tabs-dl {
    padding: 20px 16px 25px;
    min-width: 290px;
    max-width: 100%;
  }
}
.location-change.tabs-dl .tabs-dl__title {
  color: #a1a2a5;
  text-transform: none;
  font-size: 20px;
  line-height: 1.4;
  padding: 0 0 5px 0;
  margin-left: 22px;
}
@media only screen and (max-width: 767px) {
  .location-change.tabs-dl .tabs-dl__title {
    font-size: 17px;
    line-height: 1.41;
    border-bottom: none;
    padding-bottom: 0;
    margin-left: 0;
  }
}
.location-change.tabs-dl .tabs-dl__title.open {
  position: relative;
  background-color: #ffffff;
  color: #171717;
}
.location-change.tabs-dl .tabs-dl__title.open:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  display: block;
  width: 80px;
  height: 1px;
  background: #6f6f6e;
}
@media only screen and (max-width: 767px) {
  .location-change.tabs-dl .tabs-dl__title.open:after {
    bottom: -12px;
  }
}
html:not(.bx-touch) .location-change.tabs-dl .tabs-dl__title:hover, .bx-touch .location-change.tabs-dl .tabs-dl__title:active {
  color: #6f6f6e;
}
html:not(.bx-touch) .location-change.tabs-dl .tabs-dl__title:hover.noactive, .bx-touch .location-change.tabs-dl .tabs-dl__title:active.noactive {
  color: #a1a2a5;
}
html:not(.bx-touch) .location-change.tabs-dl .tabs-dl__title:hover.open, .bx-touch .location-change.tabs-dl .tabs-dl__title:active.open {
  color: #171717;
}
@media only screen and (max-width: 767px) {
  .location-change.tabs-dl .tabs-dl__title:not(.open) {
    display: none;
  }
}
.location-change.tabs-dl .tabs-dl__title.noactive {
  cursor: auto;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .location-change.tabs-dl .tabs-dl__title.noactive {
    display: none;
  }
  .location-change.tabs-dl .tabs-dl__title.noactive.open {
    display: block;
  }
}
.location-change.tabs-dl .tabs-dl__title:first-child {
  margin-left: 0;
}
.location-change.tabs-dl .tabs-dl__content {
  border-top: none;
  padding-top: 24px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .location-change.tabs-dl .tabs-dl__content {
    padding-top: 40px;
  }
}
.location-change.tabs-dl .tabs-dl__content .link-icon {
  display: flex;
  align-items: center;
}
.location-change.tabs-dl .tabs-dl__content .link-icon span {
  font-size: 12px;
  color: #6f6f6e;
  line-height: 1.43;
}
.location-change.tabs-dl .tabs-dl__content .link-icon span:after {
  content: none;
}
.location-change.tabs-dl .tabs-dl__content .link-icon .icon {
  margin-right: 8px;
  font-size: 7px;
  color: #707070;
}
html:not(.bx-touch) .location-change.tabs-dl .tabs-dl__content .link-icon:hover span, html:not(.bx-touch) .location-change.tabs-dl .tabs-dl__content .link-icon:hover .icon, .bx-touch .location-change.tabs-dl .tabs-dl__content .link-icon:active span, .bx-touch .location-change.tabs-dl .tabs-dl__content .link-icon:active .icon {
  color: #171717;
}
.location-change.tabs-dl .tabs-dl__content .form-control {
  line-height: 18px;
  border-color: #ebebeb;
  font-size: 13px;
}
.location-change.tabs-dl .tabs-dl__content .form-control::-webkit-input-placeholder {
  color: #6f6f6e;
}
.location-change.tabs-dl .tabs-dl__content .form-control:-moz-placeholder {
  color: #6f6f6e;
}
.location-change.tabs-dl .tabs-dl__content .form-control:-ms-input-placeholder {
  color: #6f6f6e;
}
.location-change.tabs-dl .tabs-dl__content .form-control::placeholder {
  color: #6f6f6e;
}
.location-change.tabs-dl .tabs-dl__content .form-control::-webkit-input-placeholder {
  font-family: "Avenir Next Cyr", "Verdana", sans-serif;
}
.location-change.tabs-dl .tabs-dl__content .form-control:-moz-placeholder {
  font-family: "Avenir Next Cyr", "Verdana", sans-serif;
}
.location-change.tabs-dl .tabs-dl__content .form-control:-ms-input-placeholder {
  font-family: "Avenir Next Cyr", "Verdana", sans-serif;
}
.location-change.tabs-dl .tabs-dl__content .form-control::placeholder {
  font-family: "Avenir Next Cyr", "Verdana", sans-serif;
}
.location-change.tabs-dl .tabs-dl__content .form-control:focus {
  border-color: #62b5bb;
}

.country {
  font-size: 0;
  margin: 0 -6px;
  white-space: nowrap;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .country {
    display: block;
    white-space: normal;
    margin: -12px 0;
  }
}
.country__item {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  font-size: 13px;
  line-height: 18px;
  color: #6f6f6e;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 16px;
  width: 112px;
  border: solid 1px #ebebeb;
  margin: 0 4px;
}
@media only screen and (max-width: 767px) {
  .country__item {
    display: block;
    width: 100%;
    margin: 8px 0;
  }
  .country__item:last-child {
    margin-bottom: 0;
  }
}
html:not(.bx-touch) .country__item:hover, .bx-touch .country__item:active {
  background: #63666a;
  color: #ffffff;
}

.city-modal-link {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 253px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .city-modal-link {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .city-modal-link {
    width: auto;
    justify-content: center;
    min-width: 83px;
  }
}
html:not(.bx-touch) .city-modal-link:hover .city-modal-link__title, .bx-touch .city-modal-link:active .city-modal-link__title {
  color: #171717;
}
html:not(.bx-touch) .city-modal-link:hover .icon, .bx-touch .city-modal-link:active .icon {
  color: #6f6f6e;
}
.city-modal-link .icon {
  margin-right: 7px;
  font-size: 12px;
  color: #a1a2a5;
}
@media only screen and (max-width: 529px) {
  .city-modal-link .icon {
    width: auto;
    max-width: 12px;
  }
}
.city-modal-link__title {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #6f6f6e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  text-transform: none;
}
@media only screen and (max-width: 529px) {
  .city-modal-link__title {
    text-align: left;
  }
}
.city-modal-link__delim {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 1px;
  background: #a1a2a5;
  margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .city-modal-link__delim {
    width: 33px;
    height: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .city-modal {
    margin-bottom: 25px;
    margin-top: -4px;
  }
}
.city-modal__list {
  margin-top: 35px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 767px) {
  .city-modal__list {
    margin-top: 25px;
  }
}
.city-modal__item {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1023px) {
  .city-modal__item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.city-modal__link {
  font-size: 13px;
  line-height: 1.38;
  color: #63666a;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .city-modal__link {
    display: block;
    padding: 8px 0;
  }
}
html:not(.bx-touch) .city-modal__link:hover, .bx-touch .city-modal__link:active {
  color: #63666a;
}
.city-modal__input {
  position: relative;
}
.city-modal__input .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 16px;
  color: #a1a2a5;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .city-modal__input .icon {
    right: 11px;
  }
}
.city-modal__input .icon--close {
  top: 1px;
  right: 1px;
  height: 38px;
  width: 50px;
  padding: 0 18px;
  pointer-events: auto;
  transform: none;
  background: #ffffff;
  color: #a1a2a5;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .city-modal__input .icon--close {
    width: 40px;
    padding: 0 12px;
  }
}

.city-confirm {
  padding: 26px 24px 16px 24px;
  box-shadow: 0 6px 12px 0 rgba(22, 22, 22, 0.16);
  width: 270px;
}
@media only screen and (max-width: 529px) {
  .city-confirm {
    width: 265px;
  }
}
.city-confirm__title {
  display: block;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.2;
  color: #63666a;
}
.city-confirm__title span {
  color: #a1a2a5;
}
.city-confirm__modal {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  padding: 8px 15px;
  color: #6f6f6e;
  cursor: pointer;
  text-transform: uppercase;
}
html:not(.bx-touch) .city-confirm__modal:hover, .bx-touch .city-confirm__modal:active {
  color: #63666a;
}

.city-info {
  position: relative;
}
.city-info__wrap.substrate {
  padding-bottom: 180px;
}
.city-info__title {
  max-width: 380px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.48px;
  color: black;
}
.city-info__text {
  max-width: 380px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: grey;
}
.city-info__controls {
  display: flex;
  align-items: center;
  margin: 26px -10px -10px;
}
@media only screen and (max-width: 767px) {
  .city-info__controls {
    flex-direction: column;
  }
}
.city-info__control {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .city-info__control {
    width: 100%;
    order: 2;
  }
  .city-info__control + .city-info__control {
    order: 1;
  }
}
.city-info__control .btn {
  min-width: 270px;
}
@media only screen and (max-width: 767px) {
  .city-info__control .btn {
    width: 100%;
  }
}
.city-info__control .btn--outline {
  min-width: 163px;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/menu/top/style.css?17484998701413*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.menu-top {
  font-size: 0;
  display: inline-block;
  vertical-align: middle; }
  .menu-top__link {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 12px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(65, 65, 65, 0.8);
    margin-right: 1px; }
    html:not(.bx-touch) .menu-top__link:hover, .bx-touch .menu-top__link:active {
      color: #62b5bb; }

/* End */


/* Start:/local/templates/2019/components/bitrix/menu/top_add/style.css?17484998705348*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
/**
меню-бутерброд
 */
.menu-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: rgba(108, 108, 112, 0.7);
}
.menu-btn .icon {
  fill: #ffffff;
  font-size: 14px;
}

.hamburger {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 100;
}
.hamburger__bar {
  position: relative;
  transform: translatey(8px);
  background: #ffffff;
  transition: all 0ms 300ms;
  width: 22px;
  height: 2px;
}
.hamburger__bar:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #ffffff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 22px;
  height: 2px;
}
.hamburger__bar:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 6px;
  background: #ffffff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 22px;
  height: 2px;
}
.hamburger__bar--animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger__bar--animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger__bar--animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-btn .menu-top-add {
  position: absolute;
  right: 0;
  top: 43px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  -o-transition: max-height 1.5s, opacity 0.5s;
  transition: max-height 1.5s, opacity 0.5s;
}
.menu-btn .menu-top-add--open {
  height: auto;
  opacity: 1;
  max-height: 1000px;
  pointer-events: auto;
}
.menu-btn .menu-top-add--hide {
  display: none;
}

.menu-top-add {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(65, 65, 65, 0.8);
  padding: 15px 15px 15px 20px;
}
@media only screen and (max-width: 767px) {
  .menu-top-add {
    padding-top: 10px;
  }
}
.menu-top-add__link, .menu-top-add .city-modal-link__title, .menu-top-add .menu-top__link {
  text-align: right;
  display: block;
  margin-top: 15px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
html:not(.bx-touch) .menu-top-add__link:hover, html:not(.bx-touch) .menu-top-add .city-modal-link__title:hover, .menu-top-add html:not(.bx-touch) .city-modal-link__title:hover, .bx-touch .menu-top-add__link:active, .bx-touch .menu-top-add .city-modal-link__title:active, .menu-top-add .bx-touch .city-modal-link__title:active, html:not(.bx-touch) .menu-top-add .menu-top__link:hover, .bx-touch .menu-top-add .menu-top__link:active {
  color: #62b5bb;
}
.menu-top-add__link:first-child, .menu-top-add .city-modal-link__title:first-child, .menu-top-add .menu-top__link:first-child {
  margin-top: 0;
}
.menu-top-add .menu-top__link {
  background: none;
  padding: 0;
}
.menu-top-add .header__menu .menu-top {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .menu-top-add .header__menu .menu-top {
    display: block;
    margin-top: 15px;
  }
}
.menu-top-add .city-modal-link {
  transform-origin: 0 0;
  display: none;
  border-bottom: solid 1px #707070;
  margin: 0 -15px 0 -20px;
  padding: 0 15px 10px 20px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .menu-top-add .city-modal-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0;
  }
}
.menu-top-add .city-modal-link + .menu-top-add__link, .menu-top-add .city-modal-link + .city-modal-link__title {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .menu-top-add .city-modal-link + .menu-top-add__link, .menu-top-add .city-modal-link + .city-modal-link__title {
    margin-top: 8px;
  }
}
.menu-top-add--open .city-modal-link {
  opacity: 1;
}
.menu-top-add .city-modal-link__title {
  margin-top: 0;
  width: auto;
  max-width: 200px;
}

.header__menu .menu-top-add .menu-top {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .header__menu .menu-top-add .menu-top {
    display: block;
    margin-top: 15px;
  }
}

/* End */


/* Start:/local/templates/2019/components/bitrix/breadcrumb/.default/style.css?17484998701665*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.breadcrumbs {
  margin: 0;
  padding: 15px 0 25px; }
  @media only screen and (max-width: 529px) {
    .breadcrumbs {
      padding: 10px 0 15px; } }
  .breadcrumbs__item {
    display: inline;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
    color: #a1a2a5; }
    @media only screen and (max-width: 529px) {
      .breadcrumbs__item {
        font-size: 12px;
        line-height: 16px; } }
    .breadcrumbs__item:not(:first-child):before {
      content: "\203a";
      margin: 0 5px;
      display: inline-block; }
  .breadcrumbs__link {
    color: #63666a;
    text-decoration: none; }
    html:not(.bx-touch) .breadcrumbs__link:hover, .bx-touch .breadcrumbs__link:active {
      color: #62b5bb; }

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/subscribe/style.css?17484998703239*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.subscribe {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0; }
  @media only screen and (max-width: 1023px) {
    .subscribe {
      margin-bottom: 20px; } }
  .subscribe__title {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 8px;
    position: relative; }
    .subscribe__title::after {
      content: '';
      display: block;
      width: 40px;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #171717; }
  .subscribe__form {
    font-size: 0; }
    .subscribe__form .btn {
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      border: none;
      color: #62b5bb;
      padding: 6px 10px 0px 0px; }
      html:not(.bx-touch) .subscribe__form .btn:hover, .bx-touch .subscribe__form .btn:active {
        background: none;
        color: #62b5bb;
        border: none; }
      .subscribe__form .btn .icon {
        font-size: 20px; }
  .subscribe .form-group {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0; }
    @media only screen and (max-width: 1439px) {
      .subscribe .form-group {
        margin-bottom: 12px; } }
    @media only screen and (max-width: 1023px) {
      .subscribe .form-group {
        margin-bottom: 0; } }
    @media only screen and (max-width: 529px) {
      .subscribe .form-group {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px; } }
  .subscribe .form-control {
    min-width: 290px;
    padding: 8px 40px 8px 10px;
    font-size: 12px;
    line-height: 18px; }
    @media only screen and (max-width: 1439px) {
      .subscribe .form-control {
        min-width: 225px; } }
    @media only screen and (max-width: 767px) {
      .subscribe .form-control {
        min-width: 290px; } }
    @media only screen and (max-width: 529px) {
      .subscribe .form-control {
        min-width: 280px; } }
  .subscribe .message__wrap {
    margin-top: 12px;
    margin-bottom: 0; }
    @media only screen and (max-width: 529px) {
      .subscribe .message__wrap {
        margin-top: 0; } }
    .subscribe .message__wrap .message {
      font-size: 12px;
      line-height: 18px; }

/* End */


/* Start:/local/templates/2019/components/bitrix/menu/footer/style.css?17484998703926*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.menu-footer {
  margin: 0 20px 0 0;
}
.menu-footer::after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (max-width: 767px) {
  .menu-footer {
    margin-right: 0;
  }
}
.menu-footer__item {
  float: left;
  margin-top: 7px;
  clear: left;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  color: #63666a;
}
.menu-footer__item:first-child {
  margin-top: 0;
}
html:not(.bx-touch) .menu-footer__item:hover, .bx-touch .menu-footer__item:active {
  color: #62b5bb;
}
@media only screen and (max-width: 767px) {
  .menu-footer__item {
    display: none;
  }
}
.menu-footer__title {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 8px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .menu-footer__title {
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
.menu-footer__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #171717;
}
@media only screen and (max-width: 767px) {
  .menu-footer__title::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu-footer--open .menu-footer__item {
    display: block;
    padding: 7px 15px 7px 0;
    margin-top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .menu-footer--open .menu-footer__item:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
  }
}
@media only screen and (max-width: 767px) {
  .menu-footer--open .menu-title__pic .icon {
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu-footer--open .menu-title {
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer-table__menu:first-child .menu-footer__title {
    border-top: 1px solid #f3f3f3;
  }
}

.menu-title {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .menu-title {
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
  }
}
.menu-title__text {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}
.menu-title__pic {
  display: none;
}
@media only screen and (max-width: 767px) {
  .menu-title__pic {
    display: table-cell;
    vertical-align: middle;
    width: 25px;
  }
}
.menu-title__pic .icon {
  color: #a1a2a5;
  font-size: 7px;
  transform: rotate(-180deg);
}

.footer-table {
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .footer-table {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .footer-table {
    text-align: left;
  }
}
.footer-table__menu:nth-child(2) .menu-footer .menu-footer__item:nth-child(n+5) {
  display: none;
}
.footer-table__menu:nth-child(2) .menu-footer--open .menu-footer__item:nth-child(n+4) {
  display: block;
}
@media only screen and (max-width: 529px) {
  .footer-table__menu {
    padding: 0 10px;
  }
}

/* End */


/* Start:/local/templates/2019/components/bitrix/menu/footer-add/style.css?17484998701457*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.menu-footer-add {
  font-size: 0;
  margin: 0 -10px; }
  @media only screen and (max-width: 529px) {
    .menu-footer-add {
      max-width: 200px;
      margin: 0 auto 12px auto; } }
  .menu-footer-add__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    color: #a1a2a5; }
    html:not(.bx-touch) .menu-footer-add__item:hover, .bx-touch .menu-footer-add__item:active {
      color: #62b5bb; }

/* End */


/* Start:/local/templates/2019/styles.css?17484998705218*/
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.h1, .content h1, .mfp-content h1 {
  font-family: "Alegreya", "Verdana", sans-serif;
  margin: 0 0 25px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}
.h1:after, .content h1:after, .mfp-content h1:after {
  content: "";
  display: block;
  height: 1px;
  background: #171717;
  margin-top: 20px;
  width: 140px;
}

.h2, .content h2, .mfp-content h2 {
  font-family: "Alegreya", "Verdana", sans-serif;
  margin: 30px 0 20px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 500;
}
@media only screen and (max-width: 529px) {
  .h2, .content h2, .mfp-content h2 {
    margin: 25px 0 15px;
  }
}

.h3, .content h3, .mfp-content h3 {
  font-family: "Alegreya", "Verdana", sans-serif;
  margin: 30px 0 15px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
}
@media only screen and (max-width: 529px) {
  .h3, .content h3, .mfp-content h3 {
    margin: 25px 0 10px;
  }
}

.h4, .content h4, .mfp-content h4 {
  font-family: "Alegreya", "Verdana", sans-serif;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
}
@media only screen and (max-width: 529px) {
  .h4, .content h4, .mfp-content h4 {
    margin-bottom: 15px;
  }
}

.h5, .content h5, .mfp-content h5 {
  font-family: "Alegreya", "Verdana", sans-serif;
  margin: 20px 0 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 529px) {
  .h5, .content h5, .mfp-content h5 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.content p, .mfp-content p {
  margin: 0 0 8px;
}
.content small, .mfp-content small {
  font-size: 13px;
  line-height: 20px;
}
.content ul, .content ol, .mfp-content ul, .mfp-content ol {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  counter-reset: list;
  font-size: 14px;
}
.content ul li, .content ol li, .mfp-content ul li, .mfp-content ol li {
  position: relative;
  padding-left: 15px;
  margin: 15px 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;
}
.content ul li:before, .mfp-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  background: #62b5bb;
  transform: rotate(-45deg);
  top: 8px;
}
.content ol li, .mfp-content ol li {
  padding-left: 20px;
}
.content ol li:before, .mfp-content ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  font-weight: 400;
}
.content table, .mfp-content table {
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.content table thead, .mfp-content table thead {
  font-size: 14px;
  text-transform: normal;
}
.content table td, .content table th, .mfp-content table td, .mfp-content table th {
  vertical-align: top;
  padding: 17px 30px;
  border-bottom: 1px solid #f3f3f3;
}
@media only screen and (max-width: 529px) {
  .content table td, .content table th, .mfp-content table td, .mfp-content table th {
    padding: 8px 10px;
  }
}
.content table th, .mfp-content table th {
  vertical-align: bottom;
  font-weight: 400;
  background: #f8f8f8;
}
.content .table-responsive, .mfp-content .table-responsive {
  margin-bottom: 20px;
  border-radius: 4px;
}
@media only screen and (max-width: 529px) {
  .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 hr, .mfp-content hr {
  width: 100%;
  margin: 30px 0;
  border: none;
  height: 1px;
  background: #f3f3f3;
}
@media only screen and (max-width: 529px) {
  .content hr, .mfp-content hr {
    margin: 10px 0;
  }
}
.content blockquote, .mfp-content blockquote {
  position: relative;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  line-height: 21px;
}
.content blockquote:before, .content blockquote:after, .mfp-content blockquote:before, .mfp-content blockquote:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 1px;
  background: #62b5bb;
}
.content blockquote:before, .mfp-content blockquote:before {
  top: 0;
}
.content blockquote:after, .mfp-content blockquote:after {
  bottom: 0;
}

/* End */


/* Start:/local/templates/2019/template_styles.css?174849987043543*/
@font-face {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Alegreya Regular"), local("Alegreya-Regular"), url("/local/templates/2019/fonts/alegreya/alegreya-v13-latin_cyrillic-regular.woff2") format("woff2"), url("/local/templates/2019/fonts/alegreya/alegreya-v13-latin_cyrillic-regular.woff") format("woff");
}
@font-face {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Alegreya Bold"), local("Alegreya-Bold"), url("/local/templates/2019/fonts/alegreya/alegreya-v13-latin_cyrillic-700.woff2") format("woff2"), url("/local/templates/2019/fonts/alegreya/alegreya-v13-latin_cyrillic-700.woff") format("woff");
}
@font-face {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Alegreya Medium"), local("Alegreya-Medium"), url("/local/templates/2019/fonts/alegreya/alegreya-v13-latin_cyrillic-500.woff2") format("woff2"), url("/local/templates/2019/fonts/alegreya/alegreya-v13-latin_cyrillic-500.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("/local/templates/2019/fonts/avenir/AvenirNextCyr-Regular.woff2") format("woff2"), url("/local/templates/2019/fonts/avenir/AvenirNextCyr-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("/local/templates/2019/fonts/avenir/AvenirNextCyr-Bold.woff2") format("woff2"), url("/local/templates/2019/fonts/avenir/AvenirNextCyr-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("/local/templates/2019/fonts/avenir/AvenirNextCyr-Medium.woff2") format("woff2"), url("/local/templates/2019/fonts/avenir/AvenirNextCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url("/local/templates/2019/fonts/fira-sans/fira-sans-v10-latin_cyrillic-regular.woff2") format("woff2"), url("/local/templates/2019/fonts/fira-sans/fira-sans-v10-latin_cyrillic-regular.woff") format("woff");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url("/local/templates/2019/fonts/fira-sans/fira-sans-v10-latin_cyrillic-500.woff2") format("woff2"), url("/local/templates/2019/fonts/fira-sans/fira-sans-v10-latin_cyrillic-500.woff") format("woff");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url("/local/templates/2019/fonts/fira-sans/fira-sans-v10-latin_cyrillic-700.woff2") format("woff2"), url("/local/templates/2019/fonts/fira-sans/fira-sans-v10-latin_cyrillic-700.woff") format("woff");
}
/**
 * подключаем доп. стили
 */
/**
 * размер рабочей области + отступы
 * xs не меняем
 */
/**
 * размер экрана + допустимое расстояние по бокам
 * xs не меняем
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * 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: "Avenir Next Cyr", "Verdana", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  color: #171717;
}
body.lock {
  position: fixed;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: 0;
}

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

b {
  font-weight: 700;
}

a > svg {
  pointer-events: none;
}

/**
 * сетка
 */
.header {
  position: relative;
  z-index: 300;
}
@media only screen and (max-width: 1023px) {
  .header {
    background-repeat: no-repeat;
    background-position: center 55px;
    height: 165px;
    background-image: url("/local/templates/2019/images/bg.png");
  }
  .header--no-bg {
    background-image: none;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    background-position: center 66px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    background-position: center 45px;
  }
}

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

.content {
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer {
  z-index: 100;
}

/**
 * хаки для бутстрапа
 */
.container-fluid {
  max-width: 1380px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

/**
 * модальное окно
 */
.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: 529px) {
  .modal-popup--message {
    padding: 20px;
  }
}
.modal-popup--message .message--notetext {
  border: none;
}
.modal-popup--form {
  max-width: 420px;
}
.modal-popup .message {
  box-shadow: none;
}

/**
 * шапка
 */
.header__menu {
  margin: 53px 8px 0 0;
  font-size: 0;
  text-align: right;
}
@media only screen and (max-width: 1439px) {
  .header__menu {
    margin: 53px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__menu {
    margin: 0;
    bottom: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 1023px) {
  .header__menu .menu-top {
    display: none;
  }
}
.header__bg {
  padding: 0 26px 0 33px;
  background-repeat: no-repeat;
  background-position: center 72%;
  background-image: url("/local/templates/2019/images/bg.png");
}
@media only screen and (max-width: 1023px) {
  .header__bg {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 529px) {
  .header__bg {
    padding: 0;
  }
}
.header__bg--no-bg {
  background-image: none;
}
.header__search {
  padding: 10px 6px 0 16px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1439px) {
  .header__search {
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header__search {
    padding: 16px 0 0 0;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .header__search {
    display: none;
  }
}
.header__search--small {
  position: relative;
  padding: 18px 5px;
  bottom: 34px;
  left: 30%;
}
@media only screen and (max-width: 767px) {
  .header__search--small {
    left: auto;
    padding: 0;
    bottom: auto;
    width: 100%;
    height: 45px;
  }
}
.header__search--small .search + .menu-social {
  margin-left: 16px;
}
.header__location {
  position: relative;
  left: 28%;
  bottom: 33px;
  padding: 16px 7px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  .header__location {
    width: calc(100% - 230px);
    left: 8px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .header__location {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 529px) {
  .header__location {
    width: calc(100% - 190px);
    left: 10px;
    bottom: 33px;
    padding: 18px 7px;
  }
}

/**
 * логотип
 */
.logo {
  padding: 100px 8px 36px 7px;
  display: inline-block;
  vertical-align: middle;
  background: #63666a;
}
@media only screen and (max-width: 1023px) {
  .logo {
    padding: 78px 8px 26px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    padding: 55px 5px 25px 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .logo img {
    max-height: 50px;
  }
}
@media only screen and (max-width: 529px) {
  .logo img {
    max-height: 40px;
  }
}

/**
 * футер
 */
.footer {
  border-top: 1px solid #f3f3f3;
}
@media only screen and (max-width: 529px) {
  .footer {
    text-align: center;
  }
}
.footer__add {
  border-top: 1px solid #f3f3f3;
  padding: 10px 0;
}
.footer .social {
  padding-right: 80px;
}
@media only screen and (max-width: 1439px) {
  .footer .social {
    padding-right: 0;
  }
}

.footer-table {
  padding: 30px 0;
}

.footer-contacts {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #4a4a4a;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 529px) {
  .footer-contacts {
    margin-bottom: 10px;
  }
}
.footer-contacts__phone {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.footer-contacts__phone a {
  color: #4a4a4a;
  text-decoration: none;
}
html:not(.bx-touch) .footer-contacts__phone a:hover, .bx-touch .footer-contacts__phone a:active {
  color: #62b5bb;
}
.footer-contacts__title {
  display: block;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 8px;
  position: relative;
}
.footer-contacts__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #171717;
}

/**
 * соц-сети
 */
.social {
  margin: 0 -10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.social__item {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.social__item .icon {
  font-size: 16px;
  color: #a1a2a5;
}
.social__item .icon--youtube {
  font-size: 13px;
}
html:not(.bx-touch) .social__item:hover .icon, .bx-touch .social__item:active .icon {
  color: #62b5bb;
}

.text-gray {
  font-size: 13px;
  line-height: 24px;
  color: #a1a2a5;
}

/**
 * подложка для контента
 */
.substrate {
  padding: 40px 30px 30px 30px;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 529px) {
  .substrate {
    padding: 20px 15px 15px 15px;
  }
}
.content .substrate__title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 529px) {
  .content .substrate__title {
    margin-bottom: 25px;
  }
}
.content .substrate__subtitle {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 24px;
}
.substrate__desc {
  font-size: 12px;
  line-height: 15px;
  color: #a1a2a5;
}
.substrate .btn {
  margin-bottom: 15px;
  width: 100%;
}
.substrate .message {
  width: 100%;
}

/**
 * форма
 */
.form-group {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 15px;
  }
}
.form-group__label {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 13px;
  line-height: 15px;
  transform-origin: 0 0;
  transition: all 0.2s ease;
}
.form-group__title {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
}
.form-group .inputfile {
  margin-bottom: 10px;
}

input.form-control, textarea.form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: solid 1px #cfd0d1;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  transition: border-color 0.2s ease-out;
  resize: none;
  border-radius: 0;
}
input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  color: #a1a2a5;
}
input.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder {
  color: #a1a2a5;
}
input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  color: #a1a2a5;
}
input.form-control::placeholder, textarea.form-control::placeholder {
  color: #a1a2a5;
}
input.form-control:placeholder-shown + span, textarea.form-control:placeholder-shown + span {
  display: none;
}
input.form-control:not(:placeholder-shown) + span, textarea.form-control:not(:placeholder-shown) + span {
  color: #63666a;
  transform: translateY(-18px) scale(0.9);
  background: white;
  padding: 0 5px;
}
input.form-control:focus, textarea.form-control:focus {
  border-color: #62b5bb;
}
input.form-control:focus + span, textarea.form-control:focus + span {
  display: block;
  color: #62b5bb;
  transform: translateY(-18px) scale(0.9);
  background: white;
  padding: 0 5px;
}

@supports (-ms-ime-align: auto) {
  input.form-control.placeholder-shown + span, textarea.form-control.placeholder-shown + span {
    display: none;
  }
  input.form-control:not(.placeholder-shown) + span, textarea.form-control:not(.placeholder-shown) + span {
    color: #63666a;
    transform: translateY(-18px) scale(0.9);
    background: white;
    padding: 0 5px;
  }
}
.inputfile {
  font-size: 14px;
  line-height: 20px;
}

select.form-control {
  opacity: 0;
  height: 33px;
}

.select2-container li, .content .select2-container li {
  margin: 0;
  font-size: 13px;
}
.select2-container li:before, .content .select2-container li:before {
  content: none;
}
.select2-container .select2-selection__rendered li, .content .select2-container .select2-selection__rendered li {
  padding-left: 0;
}
.select2-container .select2-selection__choice, .content .select2-container .select2-selection__choice {
  border: none;
  background: none;
}

/**
 * кнопки
 */
.content .btn, .mfp-content .btn, .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  background: #62b5bb;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
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: #549ba1;
  text-decoration: none;
  color: #ffffff;
}
.content .btn:disabled, .content .btn--grey, .mfp-content .btn:disabled, .mfp-content .btn--grey, .btn:disabled, .btn--grey {
  background: #6c6c70;
  color: #ffffff;
}
html:not(.bx-touch) .content .btn:disabled:hover, .bx-touch .content .btn:disabled:active, html:not(.bx-touch) .content .btn--grey:hover, .bx-touch .content .btn--grey:active, html:not(.bx-touch) .mfp-content .btn:disabled:hover, .bx-touch .mfp-content .btn:disabled:active, html:not(.bx-touch) .mfp-content .btn--grey:hover, .bx-touch .mfp-content .btn--grey:active, html:not(.bx-touch) .btn:disabled:hover, .bx-touch .btn:disabled:active, html:not(.bx-touch) .btn--grey:hover, .bx-touch .btn--grey:active {
  background: #62b5bb;
}

.content .btn-light, .mfp-content .btn-light, .btn-light {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  background: #ffffff;
  border: 1px solid #62b5bb;
  color: #62b5bb;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
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-color: rgba(98, 181, 187, 0.05);
  color: #62b5bb;
  text-decoration: none;
}
.content .btn-light:disabled, .content .btn-light--grey, .mfp-content .btn-light:disabled, .mfp-content .btn-light--grey, .btn-light:disabled, .btn-light--grey {
  background: #6c6c70;
  color: #ffffff;
  border: 1px solid #6c6c70;
}
html:not(.bx-touch) .content .btn-light:disabled:hover, .bx-touch .content .btn-light:disabled:active, html:not(.bx-touch) .content .btn-light--grey:hover, .bx-touch .content .btn-light--grey:active, html:not(.bx-touch) .mfp-content .btn-light:disabled:hover, .bx-touch .mfp-content .btn-light:disabled:active, html:not(.bx-touch) .mfp-content .btn-light--grey:hover, .bx-touch .mfp-content .btn-light--grey:active, html:not(.bx-touch) .btn-light:disabled:hover, .bx-touch .btn-light:disabled:active, html:not(.bx-touch) .btn-light--grey:hover, .bx-touch .btn-light--grey:active {
  background: #62b5bb;
  border: 1px solid #62b5bb;
  color: #ffffff;
}
.content .btn-light--arr, .mfp-content .btn-light--arr, .btn-light--arr {
  font-size: 0;
}
.content .btn-light .icon + span, .mfp-content .btn-light .icon + span, .btn-light .icon + span {
  margin-left: 10px;
}
.content .btn-light .icon, .mfp-content .btn-light .icon, .btn-light .icon {
  font-size: 11px;
}
.content .btn-light span, .mfp-content .btn-light span, .btn-light span {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}

/**
 * псевдо-ссылка
 */
.content .pseudo-link, .mfp-content .pseudo-link, .pseudo-link {
  color: #62b5bb;
  border-bottom: 1px dashed;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
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--gray, .mfp-content .pseudo-link--gray, .pseudo-link--gray {
  color: #a1a2a5;
}
html:not(.bx-touch) .content .pseudo-link--gray:hover, .bx-touch .content .pseudo-link--gray:active, html:not(.bx-touch) .mfp-content .pseudo-link--gray:hover, .bx-touch .mfp-content .pseudo-link--gray:active, html:not(.bx-touch) .pseudo-link--gray:hover, .bx-touch .pseudo-link--gray:active {
  color: #a1a2a5;
}
.content .pseudo-link--arr, .mfp-content .pseudo-link--arr, .pseudo-link--arr {
  font-size: 0;
  border-bottom: none;
}
html:not(.bx-touch) .content .pseudo-link--arr:hover span, .bx-touch .content .pseudo-link--arr:active span, html:not(.bx-touch) .mfp-content .pseudo-link--arr:hover span, .bx-touch .mfp-content .pseudo-link--arr:active span, html:not(.bx-touch) .pseudo-link--arr:hover span, .bx-touch .pseudo-link--arr:active span {
  border-bottom: 1px solid transparent;
}
.content .pseudo-link span + .icon, .mfp-content .pseudo-link span + .icon, .pseudo-link span + .icon {
  margin-left: 5px;
}
.content .pseudo-link .icon, .mfp-content .pseudo-link .icon, .pseudo-link .icon {
  font-size: 9px;
}
.content .pseudo-link span, .mfp-content .pseudo-link span, .pseudo-link span {
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dashed;
}

input[type=checkbox] {
  outline: #a1a2a5;
  -webkit-appearance: checkbox;
}
input[type=checkbox]:focus, input[type=checkbox]:active, input[type=checkbox]:hover {
  outline: #a1a2a5;
}

/**
 * чекбокс и радио
 */
.ckeck-custom, .radio-custom {
  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] {
  display: none;
}
.ckeck-custom input[type=checkbox]:disabled + span, .ckeck-custom input[type=checkbox]:disabled:checked + span, .ckeck-custom input[type=radio]:disabled + span, .ckeck-custom input[type=radio]:disabled:checked + span, .radio-custom input[type=checkbox]:disabled + span, .radio-custom input[type=checkbox]:disabled:checked + span, .radio-custom input[type=radio]:disabled + span, .radio-custom input[type=radio]:disabled:checked + span {
  color: #a1a2a5;
}
.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 {
  background-color: #cfd0d1;
  border: none;
  opacity: 0.6;
}
.ckeck-custom input[type=checkbox]:disabled + span:after, .ckeck-custom input[type=checkbox]:disabled:checked + span:after, .ckeck-custom input[type=radio]:disabled + span:after, .ckeck-custom input[type=radio]:disabled:checked + span:after, .radio-custom input[type=checkbox]:disabled + span:after, .radio-custom input[type=checkbox]:disabled:checked + span:after, .radio-custom input[type=radio]:disabled + span:after, .radio-custom input[type=radio]:disabled:checked + span:after {
  content: none;
}
.ckeck-custom span, .radio-custom span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  line-height: 1.3;
}
.ckeck-custom span:before, .radio-custom span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #a1a2a5;
}

.ckeck-custom span:before {
  border-radius: 2px;
  width: 18px;
  height: 18px;
}
.ckeck-custom input[type=checkbox]:checked + span:before {
  background-color: #62b5bb;
  border: 2px solid #62b5bb;
}
.ckeck-custom input[type=checkbox]:checked + span:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAABHNCSVQICAgIfAhkiAAAAHlJREFUKJGV0DEKwkAQBdA5RCBFigQL738CwRxCUmgQ0XM8C6eQddXNwFbD+zOzERsKHWbstqKTVx1bUY8l0R1jK7p8IOxxQFdBQxVlc87Ggr5A5+w9MJWpY6bJ9CHf9e9NmDIVVty+Tqrg98ntv1fgdlSs/Xu9iHgC7ifkcFIPwGoAAAAASUVORK5CYII=");
  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: 10px;
  height: 10px;
  background-color: #62b5bb;
}
.radio-custom input[type=radio]:checked + span:before {
  border: 2px solid #62b5bb;
}

/**
 * сообщения
 */
.message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.message__wrap {
  margin-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  .message__wrap {
    margin-bottom: 15px;
  }
}
.message--notetext {
  border: solid 1px #f3f3f3;
  color: #62b5bb;
}
.message--errortext {
  background-color: #f3f3f3;
}

/**
 * заголовок с подчеркиванием
 */
.head-underline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Alegreya", "Verdana", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-transform: uppercase;
}
.head-underline:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 10px;
  display: block;
  height: 1px;
  background: #171717;
  width: 40%;
}
.head-underline a {
  transition: color 0.25s, border 0.25s;
}

/**
 * текст на главной
 */
.main-text {
  margin-bottom: 35px;
}
.main-text .head-underline {
  margin-bottom: 35px;
}
.main-text .head-underline a {
  color: #171717;
  text-decoration: none;
}
@media only screen and (max-width: 529px) {
  .main-text .head-underline {
    line-height: 30px;
  }
}
html:not(.bx-touch) .main-text .head-underline:hover a, .bx-touch .main-text .head-underline:active a {
  color: #62b5bb;
}
.main-text p {
  line-height: 23px;
}
@media only screen and (max-width: 529px) {
  .main-text p {
    line-height: 24px;
  }
}

/**
 * обертка для слайдера
 */
.carousel-grid {
  position: relative;
}
.carousel-grid * {
  user-select: none;
}
.carousel-grid .swiper-container {
  width: calc(100% + 20px);
  margin: 0 -10px;
  font-size: 0;
  line-height: 0;
}
.carousel-grid .swiper-container:after, .carousel-grid .swiper-container:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: 5;
  background-color: transparent;
}
.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: 0;
  margin-left: -50px;
  margin-top: 0;
}
@media only screen and (max-width: 1439px) {
  .carousel-grid .swiper-button-prev {
    margin-left: -40px;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel-grid .swiper-button-prev {
    margin-left: -30px;
  }
}
.carousel-grid .swiper-button-next {
  left: auto;
  right: 0;
  margin-right: -50px;
  margin-top: 0;
}
@media only screen and (max-width: 1439px) {
  .carousel-grid .swiper-button-next {
    margin-right: -40px;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel-grid .swiper-button-next {
    margin-right: -30px;
  }
}
.carousel-grid .swiper-pagination {
  padding: 10px 0;
  top: 100%;
  bottom: auto;
}
@media only screen and (max-width: 529px) {
  .carousel-grid .swiper-pagination {
    padding: 5px 0;
  }
}
.tabs .carousel-grid .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.carousel-grid .swiper-button-next, .carousel-grid .swiper-button-prev {
  cursor: pointer;
  top: 0;
  height: 100%;
  box-shadow: none;
  color: #cfd0d1;
  background: #ffffff;
  border-radius: 0;
  padding: 0;
}
html:not(.bx-touch) .carousel-grid .swiper-button-next:hover, .bx-touch .carousel-grid .swiper-button-next:active, html:not(.bx-touch) .carousel-grid .swiper-button-prev:hover, .bx-touch .carousel-grid .swiper-button-prev:active {
  box-shadow: none;
  color: #62b5bb;
}
.carousel-grid .swiper-button-next .icon, .carousel-grid .swiper-button-prev .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.carousel-grid .swiper-button-next .icon {
  right: 5px;
}
.carousel-grid .swiper-button-prev .icon {
  left: 5px;
}
.carousel-grid .swiper-button-next.swiper-button-disabled, .carousel-grid .swiper-button-prev.swiper-button-disabled {
  color: #f3f3f3;
}
.carousel-grid .swiper-pagination-bullet {
  left: auto !important;
}

/**
 * табы
 */
.tabs {
  position: relative;
  width: 100%;
}
.tabs__title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 30px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  color: #a1a2a5;
  cursor: pointer;
  z-index: 3;
}
.tabs__title:first-child {
  margin-left: 0;
}
.tabs__title .head-underline:after {
  width: 0;
  transition: width 0.5s ease;
}
.tabs__title.open {
  z-index: 3;
  cursor: auto;
  color: #171717;
}
@media only screen and (max-width: 767px) {
  .tabs__title.open {
    cursor: pointer;
  }
}
.tabs__title.open .head-underline:after {
  width: 90px;
}
.tabs__content {
  display: none;
}
.tabs__content.open {
  display: block;
  padding: 0 65px;
}
@media only screen and (max-width: 1439px) {
  .tabs__content.open {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs__content.open {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs__content.open {
    padding: 0 20px;
  }
}
.tabs__btn {
  text-align: center;
  white-space: nowrap;
  margin-bottom: 60px;
}

/**
 * стили карты сайта
 */
.map-columns li a {
  font-weight: 300;
}

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

/**
 * раздел контакты
 */
.contacts {
  padding-left: 40px;
  padding-right: 70px;
  padding-top: 10px;
}
@media only screen and (max-width: 1439px) {
  .contacts {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .contacts {
    padding-top: 40px;
    padding-left: 0;
  }
}
.contacts .text-gray {
  font-size: 13px;
  line-height: 20px;
}
.contacts p {
  font-size: 16px;
  line-height: 26px;
}

/**
 * обертка для изображений по всей ширине
 */
.full-width {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 1023px) {
  .full-width {
    margin-left: 0;
    margin-right: 0;
  }
}
.full-width--break {
  margin-left: 0;
  margin-right: 0;
}

/**
 * стили для таблицы с файлами
 */
.files-wr__title {
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 20px;
}
.content .files-wr__title + table {
  margin-bottom: 50px;
}
.files-wr .text-gray {
  font-size: 13px;
  line-height: 19px;
}
@media only screen and (max-width: 529px) {
  .files-wr .text-gray {
    padding: 0 10px;
  }
}
.files-wr tr th:last-child, .files-wr tr td:last-child {
  width: 100px;
}
.files-wr tr th:first-child, .files-wr tr td:first-child {
  width: 100%;
}
@media only screen and (max-width: 529px) {
  .content .files-wr tr td, .content .files-wr tr th {
    display: block;
    border-bottom: none;
  }
}
@media only screen and (max-width: 529px) {
  .content .files-wr tr th:not(:first-child) {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
  .content .files-wr tr th:first-child {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 529px) {
  .content .files-wr tbody tr {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
    padding-top: 10px;
    display: block;
  }
}
@media only screen and (max-width: 529px) {
  .content .files-wr tr .files-wr__download {
    float: right;
    margin-top: -30px;
    text-align: right;
  }
}

/**
 * материалы-направления
 */
.material {
  text-decoration: none;
  text-align: center;
  color: #4a4a4a;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.material__list {
  transition: padding 0.5s;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .material__list {
    max-width: 520px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 529px) {
  .material__list {
    max-width: 400px;
  }
}
.material__pic {
  width: 118px;
  height: 118px;
  display: block;
  position: relative;
  transition: opacity 0.35s, transform 0.35s ease 0.1s;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}
.material__pic img {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .material__pic {
    width: 95px;
    height: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .material__pic {
    width: 118px;
    height: 118px;
  }
}
.material__title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 24px;
  transition: opacity 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.material__title--hidden {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .material__title {
    font-size: 13px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .material__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.material__item {
  display: inline-block;
  position: relative;
  padding: 0 20px 20px 20px;
}
@media only screen and (max-width: 1439px) {
  .material__item {
    padding: 0 10px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .material__item {
    padding: 0 35px 35px 35px;
  }
}
@media only screen and (max-width: 529px) {
  .material__item {
    padding: 0 20px 20px 20px;
  }
}
.material__desc {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -20px);
  width: 300%;
  min-height: 120px;
  transition: opacity 0.7s, transform 0.3s;
}
.material__desc--active {
  pointer-events: auto;
}
@media only screen and (max-width: 1023px) {
  .material__desc {
    max-height: 0;
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .material__desc--n0 {
    transform: translate(0, -20px);
    left: 0;
  }
  .material__desc--n1 {
    transform: translate(0, -20px);
    left: -100%;
  }
  .material__desc--n5 {
    transform: translate(0, -20px);
    right: -100%;
    left: initial;
  }
  .material__desc--n6 {
    left: initial;
    right: 0;
    transform: translate(0, -20px);
  }
}
.material__text {
  opacity: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  transition: opacity 0.5s ease;
}
.material__text .icon {
  font-size: 20px;
}
html:not(.bx-touch) .material__text .icon:hover, .bx-touch .material__text .icon:active {
  color: #62b5bb;
}
.material__text--title {
  font-size: 16px;
  font-weight: 500;
  color: #171717;
  margin: 12px 0 6px 0;
  text-transform: uppercase;
}
html:not(.bx-touch) .material:hover .material__pic, .bx-touch .material:active .material__pic {
  transform: scale(1.2);
}
@media only screen and (max-width: 1023px) {
  html:not(.bx-touch) .material:hover .material__pic, .bx-touch .material:active .material__pic {
    transform: none;
  }
}
html:not(.bx-touch) .material:hover .material__text, .bx-touch .material:active .material__text {
  opacity: 1;
}
.material input:checked ~ .material__title {
  color: #62b5bb;
  text-decoration: underline;
}
.material input:checked ~ .material__pic img {
  border-radius: 2px;
  box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.16);
}

/**
 * хинты
 */
.hint {
  background: #62b5bb;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.hint-3d .icon {
  font-size: 38px;
  color: #ffffff;
  -webkit-filter: drop-shadow(0 1px 3px rgba(22, 22, 22, 0.3));
  filter: drop-shadow(0 1px 3px rgba(22, 22, 22, 0.3));
}
@media only screen and (max-width: 529px) {
  .hint-3d .icon {
    font-size: 33px;
  }
}

.copyright {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #a1a2a5;
}

.trends__section-name {
  padding: 2px 10px;
  margin: 5px 0 5px 0;
  border: 1px solid #62b5bb;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
.trends__section-name:first-child {
  margin-left: 5px;
}
.trends__section-name--selected {
  color: #ffffff;
  background: #62b5bb;
}
html:not(.bx-touch) .trends__section-name:hover, .bx-touch .trends__section-name:active {
  color: #ffffff;
  background: #62b5bb;
}
.trends__section-name--list {
  margin-bottom: 20px;
}
.trends__item {
  margin-bottom: 50px;
}
.trends__desc {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  padding: 0 30px 0 10px;
}
.trends__desc--title {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #171717;
  text-transform: uppercase;
}
.trends__desc--title :after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 140px;
  background: #171717;
  margin-top: 20px;
}
.trends__desc--title a {
  transition: color 0.25s, border 0.25s;
  text-decoration: none;
  color: #171717;
}
html:not(.bx-touch) .trends__desc--title:hover a, .bx-touch .trends__desc--title:active a {
  color: #62b5bb;
}
@media only screen and (max-width: 767px) {
  .trends__desc--title {
    margin: 10px 0 25px 0;
  }
}
.trends__desc--desc {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .trends__desc--desc {
    margin-bottom: 25px;
  }
}
.trends__desc--btn a {
  transition: background 0.25s;
}
.trends__desc--btn .btn {
  line-height: 22px;
}
.trends__desc--btn .icon {
  font-size: 20px;
  margin-left: 2px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1439px) {
  .trends__desc {
    padding: 0 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .trends__desc {
    padding: 0 10px;
  }
}
.trends__pic {
  overflow: hidden;
}
.trends__pic .no-photo {
  max-width: 260px;
  max-height: 320px;
}
@media only screen and (max-width: 767px) {
  .trends__pic .no-photo {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .trends__pic {
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 1439px) {
  .trends__pic img {
    min-height: 320px;
    max-width: none;
  }
}
@media only screen and (max-width: 1023px) {
  .trends__pic img {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .trends__pic img {
    width: auto;
    max-width: none;
  }
}

.video-block {
  position: relative;
  padding-top: 38.52%;
  max-width: 920px;
  margin: 0 auto;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

/**
 * табы
 */
.tabs-dl {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.tabs-dl__title {
  float: left;
  padding: 10px 15px 9px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #a1a2a5;
  cursor: pointer;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .tabs-dl__title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 529px) {
  .tabs-dl__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px 11px;
    margin-top: 1px;
    float: none;
    font-size: 14px;
    background-color: #62b5bb;
    color: #ffffff;
  }
}
.tabs-dl__title .icon {
  display: none;
  font-size: 7px;
  transition: transform 0.1s ease-out;
}
@media only screen and (max-width: 529px) {
  .tabs-dl__title .icon {
    display: inline;
  }
}
.tabs-dl__title.open {
  z-index: 3;
  cursor: auto;
  background-color: #62b5bb;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .tabs-dl__title.open {
    cursor: pointer;
  }
}
.tabs-dl__title.open .icon {
  transform: rotateZ(180deg);
}
.tabs-dl__content {
  display: none;
  width: 100%;
  padding: 20px 0 0;
  float: right;
  margin: 39px 0 0 -100%;
  border-top: 1px solid #62b5bb;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .tabs-dl__content {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 529px) {
  .tabs-dl__content {
    float: none;
    margin: 0;
    border-top: none;
  }
}
.tabs-dl__content > *:last-child {
  margin-bottom: 0;
}
.tabs-dl__content.open {
  display: block;
}
@media only screen and (max-width: 529px) {
  .tabs-dl__content.open + .tabs__title {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 529px) {
  .mfp-custom .mfp-content {
    width: 100%;
  }
}

.tech-svg h2 {
  color: #6c6c70;
}
.tech-svg__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.tech-svg__item .icon {
  font-size: 16px;
  width: 40px;
}
html:not(.bx-touch) .tech-svg__item:hover .tech-svg__copy-text, .bx-touch .tech-svg__item:active .tech-svg__copy-text {
  display: block;
}
html:not(.bx-touch) .tech-svg__item:hover .tech-svg__copy, .bx-touch .tech-svg__item:active .tech-svg__copy {
  background: #f8f8f8;
}
.tech-svg__copy {
  display: flex;
  width: 100%;
  border-radius: 8px;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
}
.tech-svg__copy-text {
  display: none;
  color: #171717;
  font-size: 14px;
}

.pic-slider {
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.pic-slider__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pic-slider__area .img-fluid {
  max-height: 100%;
}
.pic-slider__dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pic-slider__dots {
    display: none;
  }
}
.bx-touch .pic-slider__dots {
  display: none;
}
.pic-slider__dots-item {
  margin: 0 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cfd0d1;
}
.pic-slider__dots-item.active {
  background-color: #171717;
}
.pic-slider__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .pic-slider__item {
    display: none;
  }
}

.tabs-scroll {
  display: flex;
  align-items: start;
  overflow-x: auto;
  overflow-y: hidden;
}
@media only screen and (max-width: 529px) {
  .tabs-scroll {
    margin: 0 -15px;
  }
}
.tabs-scroll.scrolled {
  justify-content: space-between;
}
.tabs-scroll--after:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -15px;
  width: 50px;
  height: 100%;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.tabs-scroll--before:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: -15px;
  width: 50px;
  z-index: 100;
  height: 100%;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}

.play-btn {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: rgba(23, 23, 23, 0.75);
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .play-btn {
    width: 32px;
    height: 32px;
  }
}
html:not(.bx-touch) .play-btn:hover, .bx-touch .play-btn:active {
  background: rgba(23, 23, 23, 0.85);
}
.play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 12px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .play-btn:before {
    border-width: 4.5px 0 4.5px 7px;
  }
}
.play-btn--big {
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 767px) {
  .play-btn--big {
    width: 40px;
    height: 40px;
  }
}
.play-btn--big:before {
  border-width: 9.5px 0 9.5px 17px;
  margin-left: 2px;
}
@media only screen and (max-width: 767px) {
  .play-btn--big:before {
    border-width: 5.5px 0 5.5px 10px;
    margin-left: 1px;
  }
}

.hide-info {
  overflow: hidden;
  position: relative;
}
.hide-info:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  pointer-events: none;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

/* End */
/* /local/templates/2019/svg/svg.css?1748499870544 */
/* /local/templates/2019/css/bootstrap/bootstrap.css?174849987056159 */
/* /local/templates/2019/js/plugins/magnific.popup/magnific-popup.css?17484998707541 */
/* /local/templates/2019/js/plugins/select2/scss/core.css?174849987016720 */
/* /local/templates/2019/js/plugins/swiper/swiper.css?174849987024072 */
/* /local/templates/2019/js/plugins/nouislider/nouislider.css?17484998705585 */
/* /local/templates/2019//js/plugins/scroll/jquery.jscrollpane.css?15595780991860 */
/* /local/templates/2019//js/plugins/tooltipster/tooltipster.css?174849987012211 */
/* /local/templates/2019/js/plugins/dadata/suggestions.css?174849987011443 */
/* /local/templates/2019/components/bitrix/menu/social/style.css?17484998701362 */
/* /local/templates/2019/components/teamprofi/empty/search/style.css?17484998702371 */
/* /local/templates/2019/components/teamprofi/empty/city/style.css?174849987010427 */
/* /local/templates/2019/components/bitrix/menu/top/style.css?17484998701413 */
/* /local/templates/2019/components/bitrix/menu/top_add/style.css?17484998705348 */
/* /local/templates/2019/components/bitrix/breadcrumb/.default/style.css?17484998701665 */
/* /local/templates/2019/components/teamprofi/empty/subscribe/style.css?17484998703239 */
/* /local/templates/2019/components/bitrix/menu/footer/style.css?17484998703926 */
/* /local/templates/2019/components/bitrix/menu/footer-add/style.css?17484998701457 */
/* /local/templates/2019/styles.css?17484998705218 */
/* /local/templates/2019/template_styles.css?174849987043543 */
