@charset "UTF-8";
/*imported frameworks/libs*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
@include sprite-width($icon-home);
}

.icon-email {
@include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont/iconfont.eot");
  src: url("../fonts/iconfont/iconfont.eot?#iefix") format("eot"), url("../fonts/iconfont/iconfont.woff") format("woff"), url("../fonts/iconfont/iconfont.ttf") format("truetype"), url("../fonts/iconfont/iconfont.svg#iconfont") format("svg");
}
.swiper-complex__thumbs .swiper-button-next:before, .swiper-complex__thumbs .swiper-button-prev:before, .product-info__more:after, .breadcrumbs__item--back:before, .subnav-list__item--has-child .subnav-list__link:after, .nav__item--has-subnav .nav__link:after, .ui.dropdown.selection .dropdown.icon:before, .m-subnav__link:not(a):after, .m-nav__item.has-child .m-nav__link:after, .link-back:before, .link-more:after, .icon-vk:before, .icon-telegram:before, .icon-social-insta:before, .icon-social-fb:before, .icon-search:before, .icon-login:before, .icon-lk:before, .icon-link:before, .icon-close:before, .icon-arrow-right:before, .icon-arrow-medium-right:before, .icon-arrow-medium-left:before, .icon-arrow-down:before, .icon-arrow-circle-right:before, .icon-arrow-circle-left:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow-circle-left:before {
  content: "\e001";
}

.icon-arrow-circle-right:before {
  content: "\e002";
}

.icon-arrow-down:before {
  content: "\e003";
}

.icon-arrow-medium-left:before {
  content: "\e004";
}

.icon-arrow-medium-right:before {
  content: "\e005";
}

.icon-arrow-right:before {
  content: "\e006";
}

.icon-close:before {
  content: "\e007";
}

.icon-link:before {
  content: "\e008";
}

.icon-lk:before {
  content: "\e009";
}

.icon-login:before {
  content: "\e00a";
}

.icon-search:before {
  content: "\e00b";
}

.icon-social-fb:before {
  content: "\e00c";
}

.icon-social-insta:before {
  content: "\e00d";
}

.icon-telegram:before {
  content: "\e00e";
}

.icon-vk:before {
  content: "\e00f";
}

/* Core */
.bg-main {
  background-color: #0674e5;
}

.clr-main {
  color: #0674e5;
}

h1, .hero-slide__title, .h1-like {
  font-size: 54px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}

h2, .product-info__title, .page-head--details .page-head__title, .h2-like {
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}

h3, .doc-block__headline, .product-type__title, .hero-slide__text, .card-figure__number, .section-title, .section-complex__title, .h3-like {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}

h4, .card-company__name, .product-info__caption, .page-head__text, .card-figure__title, .accordion__title, .figure__text, .h4-like {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}

h5, .card-simple__title, .card-solution__title, .card-service__title, .h5-like {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}

h1, .hero-slide__title, .h1-like {
  line-height: 1.22;
  letter-spacing: 0.54px;
}

h2, .product-info__title, .page-head--details .page-head__title, .h2-like {
  line-height: 1.36;
  letter-spacing: 0.44px;
}

h3, .doc-block__headline, .product-type__title, .hero-slide__text, .card-figure__number, .section-title, .section-complex__title, .h3-like {
  line-height: 1.33;
  letter-spacing: 0.3px;
}

h4, .card-company__name, .product-info__caption, .page-head__text, .card-figure__title, .accordion__title, .figure__text, .h4-like {
  line-height: 1.54;
  letter-spacing: 0.22px;
}

.headline-small, .section-shifted__title {
  color: #858889;
  margin-bottom: 30px;
}

p + p {
  margin-top: 16px;
}

strong, b {
  font-weight: 500;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
}
html.sr .page--home section:nth-child(1n+2) {
  visibility: hidden;
}

body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.68;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.32px;
  color: #3d3d3d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

svg, picture {
  display: block;
}

address {
  font-style: normal;
  margin-bottom: 16px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

a, input, textarea {
  color: inherit;
  font-family: inherit;
}

a {
  font-size: inherit;
  text-decoration: none;
}

textarea {
  resize: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

button {
  font-family: inherit;
  margin: 0;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  overflow: visible;
}

input {
  margin: 0;
  outline: 0;
}

i {
  display: inline-block;
  font: normal normal normal 16px/1 "gulp-svg-font";
  vertical-align: middle;
}
i.icon-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
i.icon-flip-y {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.sprite-arrow {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 29px;
}

.sprite-phone {
  background-image: url(../img/sprite.png);
  background-position: -31px 0px;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
}

.svg-icon {
  display: inline-block;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.ntc-button {
  position: fixed !important;
  bottom: 0;
  right: 0;
  z-index: 999;
}

sup.reg {
  line-height: 1;
}

.overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.video-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Utilities */
/*!
 * Bootstrap v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

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

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 30px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 30px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 50px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 50px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 70px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 70px;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: 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;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

.m-1 {
  margin: 2.5px !important;
}

.m-2 {
  margin: 5px !important;
}

.m-3 {
  margin: 10px !important;
}

.m-4 {
  margin: 15px !important;
}

.m-5 {
  margin: 30px !important;
}

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

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

.mx-1 {
  margin-right: 2.5px !important;
  margin-left: 2.5px !important;
}

.mx-2 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-3 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-4 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-5 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

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

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

.my-1 {
  margin-top: 2.5px !important;
  margin-bottom: 2.5px !important;
}

.my-2 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-4 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-5 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

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

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

.mt-1 {
  margin-top: 2.5px !important;
}

.mt-2 {
  margin-top: 5px !important;
}

.mt-3 {
  margin-top: 10px !important;
}

.mt-4 {
  margin-top: 15px !important;
}

.mt-5 {
  margin-top: 30px !important;
}

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

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

.mr-1 {
  margin-right: 2.5px !important;
}

.mr-2 {
  margin-right: 5px !important;
}

.mr-3 {
  margin-right: 10px !important;
}

.mr-4 {
  margin-right: 15px !important;
}

.mr-5 {
  margin-right: 30px !important;
}

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

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

.mb-1 {
  margin-bottom: 2.5px !important;
}

.mb-2 {
  margin-bottom: 5px !important;
}

.mb-3 {
  margin-bottom: 10px !important;
}

.mb-4 {
  margin-bottom: 15px !important;
}

.mb-5 {
  margin-bottom: 30px !important;
}

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

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

.ml-1 {
  margin-left: 2.5px !important;
}

.ml-2 {
  margin-left: 5px !important;
}

.ml-3 {
  margin-left: 10px !important;
}

.ml-4 {
  margin-left: 15px !important;
}

.ml-5 {
  margin-left: 30px !important;
}

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

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

.p-1 {
  padding: 2.5px !important;
}

.p-2 {
  padding: 5px !important;
}

.p-3 {
  padding: 10px !important;
}

.p-4 {
  padding: 15px !important;
}

.p-5 {
  padding: 30px !important;
}

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

.px-1 {
  padding-right: 2.5px !important;
  padding-left: 2.5px !important;
}

.px-2 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-3 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-4 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-5 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

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

.py-1 {
  padding-top: 2.5px !important;
  padding-bottom: 2.5px !important;
}

.py-2 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-3 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-4 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

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

.pt-1 {
  padding-top: 2.5px !important;
}

.pt-2 {
  padding-top: 5px !important;
}

.pt-3 {
  padding-top: 10px !important;
}

.pt-4 {
  padding-top: 15px !important;
}

.pt-5 {
  padding-top: 30px !important;
}

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

.pr-1 {
  padding-right: 2.5px !important;
}

.pr-2 {
  padding-right: 5px !important;
}

.pr-3 {
  padding-right: 10px !important;
}

.pr-4 {
  padding-right: 15px !important;
}

.pr-5 {
  padding-right: 30px !important;
}

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

.pb-1 {
  padding-bottom: 2.5px !important;
}

.pb-2 {
  padding-bottom: 5px !important;
}

.pb-3 {
  padding-bottom: 10px !important;
}

.pb-4 {
  padding-bottom: 15px !important;
}

.pb-5 {
  padding-bottom: 30px !important;
}

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

.pl-1 {
  padding-left: 2.5px !important;
}

.pl-2 {
  padding-left: 5px !important;
}

.pl-3 {
  padding-left: 10px !important;
}

.pl-4 {
  padding-left: 15px !important;
}

.pl-5 {
  padding-left: 30px !important;
}

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

.text-break {
  word-wrap: break-word !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
/**
 * Swiper 4.4.2
 * 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: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-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(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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: 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: 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: 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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  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'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  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'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

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

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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 {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -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%);
  transform: translateY(-50%);
  width: 8px;
}

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* Progress */
.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);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

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

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

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

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

/* Scrollbar */
.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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  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);
  }
}
/* a11y */
.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;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-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;
  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;
  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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
  overflow: hidden;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 60px 35px 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #ffffff;
  /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.panel:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #0674e5;
}

.hamburger-box {
  width: 34px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: #0674e5;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.floatl {
  position: relative;
}
.floatl .floatl__input {
  height: 54px;
  padding: 14px 14px;
}
.floatl__label {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 3px;
  left: 12px;
  padding: 6px 3px 3px;
  font-size: 11px;
  line-height: 1em;
  color: #3d3d3d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.floatl.floatl--multiline .floatl__input {
  height: auto;
}

.floatl--focused .floatl__label {
  color: #3d3d3d;
}

.floatl--active .floatl__label {
  visibility: visible;
  opacity: 1;
  top: 1px;
}
.floatl--active .floatl__input {
  padding: 21px 14px 7px;
}
.floatl--active.floatl--multiline .floatl__label {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), color-stop(80%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 100%);
  background-color: white;
}

/*!
 * # Semantic UI 2.4.2 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0em;
  padding: 0em 0em;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity;
}

.ui.dropdown .menu > * {
  white-space: nowrap;
}

/*--------------
  Hidden Input
---------------*/
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important;
}

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0em 0em 0em 1em;
}

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em;
}

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em;
}

/*--------------
      Text
---------------*/
.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429rem 1.14285714rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-touch-callout: none;
}

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px;
}

/*--------------
  Floated Content
---------------*/
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important;
}

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important;
}

.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em;
}

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase;
}

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em;
}

.ui.dropdown.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem;
}

.ui.dropdown .menu > .header + .input {
  margin-top: 0em;
}

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em;
}

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4);
}

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal;
}

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important;
}

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none;
}

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em;
}

.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em;
}

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0em;
  float: none;
  margin-right: 0.78571429rem;
}

/*--------------
     Image
---------------*/
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  max-height: 2em;
}

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none;
}

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0em;
}

/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%;
}

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em;
}

.ui.button.dropdown .menu {
  min-width: 100%;
}

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.78571429em 2.1em 0.78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10;
}

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible;
}

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.91666667em;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0px;
}

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none;
}

/*--------------
    Message
---------------*/
.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
}
/* Menu Item */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 0.78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}

/* User Item */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none;
}

/* Hover */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Active */
.ui.selection.active.dropdown {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Focus */
.ui.selection.dropdown:focus {
  border-color: #96C8DA;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown:focus .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

/* Visible Hover */
.ui.selection.active.dropdown:hover {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown:hover .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: "";
  z-index: 3;
}

/* Connecting Border */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

/* Empty Connecting Border */
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: "";
}

/* Search Dropdown */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: text;
  top: 0em;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
}

/* Text Layering */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2;
}

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3;
}

/* Search Selection */
.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
}

/* Used to size multi select input to character width */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
  display: none;
  white-space: pre;
}

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto;
}

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none;
}

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45;
}

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important;
}

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
  padding: 0.22619048em 2.1em 0.22619048em 0.35714286em;
}

.ui.multiple.dropdown .menu {
  cursor: auto;
}

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text;
}

/* Selection Label */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: "";
  padding: "";
}

/* Text */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important;
}

.ui.multiple.dropdown > .label ~ .text {
  display: none;
}

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.search.dropdown > .label ~ .text {
  display: none;
}

/* Search */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em;
}

/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.21428571em 0em 0.21428571em;
  vertical-align: baseline;
}

.ui.inline.dropdown > .text {
  font-weight: bold;
}

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem;
}

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 12;
}

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13;
}

/*--------------------
       Loading
---------------------*/
.ui.loading.dropdown > i.icon {
  height: 1em !important;
}

.ui.loading.selection.dropdown > i.icon {
  padding: 1.5em 1.28571429em !important;
}

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
  box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin 0.6s linear;
  animation: dropdown-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
}

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none;
}

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------
     Default Text
----------------------*/
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(191, 191, 191, 0.87);
}

.ui.dropdown:not(.button) > input:focus ~ .default.text,
.ui.default.dropdown:not(.button) > input:focus ~ .text {
  color: rgba(115, 115, 115, 0.87);
}

/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown > .text {
  -webkit-transition: none;
  transition: none;
}

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}

.ui.dropdown > .loading.menu {
  left: 0px !important;
  right: auto !important;
}

.ui.dropdown > .menu .loading.menu {
  left: 100% !important;
  right: auto !important;
}

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
  visibility: hidden;
}

.ui.dropdown .filtered.item {
  display: none !important;
}

/*--------------------
        Error
----------------------*/
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38;
}

.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4;
}

.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu > .item {
  color: #9F3A38;
}

.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4;
}

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2;
}

/* Item Active */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF;
}

/*--------------------
        Clear
----------------------*/
.ui.dropdown > .clear.dropdown.icon {
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ui.dropdown > .clear.dropdown.icon:hover {
  opacity: 1;
}

/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 0px;
}

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important;
}

/* Leftward Opening Menu */
.ui.dropdown > .left.menu {
  left: auto !important;
  right: 0px !important;
}

.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto;
  right: 100%;
  margin: 0em -0.5em 0em 0em !important;
  border-radius: 0.28571429rem !important;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0em 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0em 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
  margin-right: 0em;
}

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

.ui.upward.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Active Upward */
.ui.active.upward.selection.dropdown {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

.ui.upward.active.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto;
}

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important;
}

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none;
}

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none;
}

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block;
}

/* Scrollbar in IE */
/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none;
}

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1;
}

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1;
}

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/* Visible */
.ui.simple.visible.dropdown > .menu {
  display: block;
}

/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em;
}

.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}

/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important;
}

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571429rem !important;
}

/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
  visibility: visible;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2;
}

.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em;
}

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Top Right Pointing */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em;
}

.ui.top.pointing.dropdown > .left.menu:after,
.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto !important;
  right: 1em !important;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em;
}

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
  left: auto !important;
  right: 100% !important;
  margin: 0em 1em 0em 0em;
}

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em;
}

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em;
}

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important;
}

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto;
}

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto;
}

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto;
}

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em;
}

/* Upward pointing */
.ui.pointing.upward.dropdown .menu,
.ui.top.pointing.upward.dropdown .menu {
  top: auto !important;
  bottom: 100% !important;
  margin: 0em 0em 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.pointing.upward.dropdown .menu:after,
.ui.top.pointing.upward.dropdown .menu:after {
  top: 100% !important;
  bottom: auto !important;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 1px 1px 0px 0px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0em 0em;
}

/* Right Pointing Upward */
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 1em 0em 0em;
}

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 1em 0em;
  -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/* Left Pointing Upward */
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 0em 1em;
}

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 1em 0em;
  -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: "Dropdown";
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format("woff");
  font-weight: normal;
  font-style: normal;
}
.ui.dropdown > .dropdown.icon {
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.ui.dropdown > .dropdown.icon {
  width: auto;
}

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: "\f0da";
}

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "\f0d9";
}

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "\f0da";
}

.ui.dropdown > .clear.icon:before {
  content: "\f00d";
}

/* Icons for Reference (Subsetted in 2.4.0)
  .dropdown.down:before { content: "\f0d7"; }
  .dropdown.up:before { content: "\f0d8"; }
  .dropdown.left:before { content: "\f0d9"; }
  .dropdown.right:before { content: "\f0da"; }
  .dropdown.close:before { content: "\f00d"; }
*/
/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.4.2 - Popup
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Popup
*******************************/
.ui.popup {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  /* Fixes content being squished when inline (moz only) */
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  z-index: 1900;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: 250px;
  background: #FFFFFF;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}

.ui.popup > .header {
  padding: 0em;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.14285714em;
  line-height: 1.2;
  font-weight: bold;
}

.ui.popup > .header + .content {
  padding-top: 0.5em;
}

.ui.popup:before {
  position: absolute;
  content: "";
  width: 0.71428571em;
  height: 0.71428571em;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-box-shadow: 1px 1px 0px 0px #bababc;
  box-shadow: 1px 1px 0px 0px #bababc;
}

/*******************************
            Types
*******************************/
/*--------------
    Tooltip
---------------*/
/* Content */
[data-tooltip] {
  position: relative;
}

/* Arrow */
[data-tooltip]:before {
  pointer-events: none;
  position: absolute;
  content: "";
  font-size: 1rem;
  width: 0.71428571em;
  height: 0.71428571em;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-box-shadow: 1px 1px 0px 0px #bababc;
  box-shadow: 1px 1px 0px 0px #bababc;
}

/* Popup */
[data-tooltip]:after {
  pointer-events: none;
  content: attr(data-tooltip);
  position: absolute;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
  font-size: 1rem;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: none;
  background: #FFFFFF;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  z-index: 1;
}

/* Default Position (Top Center) */
[data-tooltip]:not([data-position]):before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

[data-tooltip]:not([data-position]):after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 0.5em;
}

/* Animation */
[data-tooltip]:before,
[data-tooltip]:after {
  pointer-events: none;
  visibility: hidden;
}

[data-tooltip]:before {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0) !important;
  transform: rotate(45deg) scale(0) !important;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

[data-tooltip]:after {
  opacity: 1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  pointer-events: auto;
}

[data-tooltip]:hover:before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
  opacity: 1;
}

/* Animation Position */
[data-tooltip]:after,
[data-tooltip][data-position="top center"]:after,
[data-tooltip][data-position="bottom center"]:after {
  -webkit-transform: translateX(-50%) scale(0) !important;
  transform: translateX(-50%) scale(0) !important;
}

[data-tooltip]:hover:after,
[data-tooltip][data-position="bottom center"]:hover:after {
  -webkit-transform: translateX(-50%) scale(1) !important;
  transform: translateX(-50%) scale(1) !important;
}

[data-tooltip][data-position="left center"]:after,
[data-tooltip][data-position="right center"]:after {
  -webkit-transform: translateY(-50%) scale(0) !important;
  transform: translateY(-50%) scale(0) !important;
}

[data-tooltip][data-position="left center"]:hover:after,
[data-tooltip][data-position="right center"]:hover:after {
  -webkit-transform: translateY(-50%) scale(1) !important;
  transform: translateY(-50%) scale(1) !important;
}

[data-tooltip][data-position="top left"]:after,
[data-tooltip][data-position="top right"]:after,
[data-tooltip][data-position="bottom left"]:after,
[data-tooltip][data-position="bottom right"]:after {
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}

[data-tooltip][data-position="top left"]:hover:after,
[data-tooltip][data-position="top right"]:hover:after,
[data-tooltip][data-position="bottom left"]:hover:after,
[data-tooltip][data-position="bottom right"]:hover:after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

/*--------------
    Inverted
---------------*/
/* Arrow */
[data-tooltip][data-inverted]:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Arrow Position */
[data-tooltip][data-inverted]:before {
  background: #1B1C1D;
}

/* Popup  */
[data-tooltip][data-inverted]:after {
  background: #1B1C1D;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[data-tooltip][data-inverted]:after .header {
  background-color: none;
  color: #FFFFFF;
}

/*--------------
    Position
---------------*/
/* Top Center */
[data-position="top center"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 0.5em;
}

[data-position="top center"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Top Left */
[data-position="top left"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 100%;
  margin-bottom: 0.5em;
}

[data-position="top left"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 1em;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Top Right */
[data-position="top right"][data-tooltip]:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 100%;
  margin-bottom: 0.5em;
}

[data-position="top right"][data-tooltip]:before {
  top: auto;
  left: auto;
  bottom: 100%;
  right: 1em;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Bottom Center */
[data-position="bottom center"][data-tooltip]:after {
  bottom: auto;
  right: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0.5em;
}

[data-position="bottom center"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 50%;
  margin-left: -0.07142857rem;
  margin-top: 0.14285714rem;
}

/* Bottom Left */
[data-position="bottom left"][data-tooltip]:after {
  left: 0;
  top: 100%;
  margin-top: 0.5em;
}

[data-position="bottom left"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 1em;
  margin-left: -0.07142857rem;
  margin-top: 0.14285714rem;
}

/* Bottom Right */
[data-position="bottom right"][data-tooltip]:after {
  right: 0;
  top: 100%;
  margin-top: 0.5em;
}

[data-position="bottom right"][data-tooltip]:before {
  bottom: auto;
  left: auto;
  top: 100%;
  right: 1em;
  margin-left: -0.14285714rem;
  margin-top: 0.07142857rem;
}

/* Left Center */
[data-position="left center"][data-tooltip]:after {
  right: 100%;
  top: 50%;
  margin-right: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-position="left center"][data-tooltip]:before {
  right: 100%;
  top: 50%;
  margin-top: -0.14285714rem;
  margin-right: -0.07142857rem;
}

/* Right Center */
[data-position="right center"][data-tooltip]:after {
  left: 100%;
  top: 50%;
  margin-left: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-position="right center"][data-tooltip]:before {
  left: 100%;
  top: 50%;
  margin-top: -0.07142857rem;
  margin-left: 0.14285714rem;
}

/* Arrow */
[data-position~=bottom][data-tooltip]:before {
  background: #FFFFFF;
  -webkit-box-shadow: -1px -1px 0px 0px #bababc;
  box-shadow: -1px -1px 0px 0px #bababc;
}

[data-position="left center"][data-tooltip]:before {
  background: #FFFFFF;
  -webkit-box-shadow: 1px -1px 0px 0px #bababc;
  box-shadow: 1px -1px 0px 0px #bababc;
}

[data-position="right center"][data-tooltip]:before {
  background: #FFFFFF;
  -webkit-box-shadow: -1px 1px 0px 0px #bababc;
  box-shadow: -1px 1px 0px 0px #bababc;
}

[data-position~=top][data-tooltip]:before {
  background: #FFFFFF;
}

/* Inverted Arrow Color */
[data-inverted][data-position~=bottom][data-tooltip]:before {
  background: #1B1C1D;
  -webkit-box-shadow: -1px -1px 0px 0px #bababc;
  box-shadow: -1px -1px 0px 0px #bababc;
}

[data-inverted][data-position="left center"][data-tooltip]:before {
  background: #1B1C1D;
  -webkit-box-shadow: 1px -1px 0px 0px #bababc;
  box-shadow: 1px -1px 0px 0px #bababc;
}

[data-inverted][data-position="right center"][data-tooltip]:before {
  background: #1B1C1D;
  -webkit-box-shadow: -1px 1px 0px 0px #bababc;
  box-shadow: -1px 1px 0px 0px #bababc;
}

[data-inverted][data-position~=top][data-tooltip]:before {
  background: #1B1C1D;
}

[data-position~=bottom][data-tooltip]:before {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

[data-position~=bottom][data-tooltip]:after {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

[data-position="left center"][data-tooltip]:before {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

[data-position="left center"][data-tooltip]:after {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

[data-position="right center"][data-tooltip]:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

[data-position="right center"][data-tooltip]:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/*--------------
     Spacing
---------------*/
.ui.popup {
  margin: 0em;
}

/* Extending from Top */
.ui.top.popup {
  margin: 0em 0em 0.71428571em;
}

.ui.top.left.popup {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.ui.top.center.popup {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.ui.top.right.popup {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Extending from Vertical Center */
.ui.left.center.popup {
  margin: 0em 0.71428571em 0em 0em;
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
}

.ui.right.center.popup {
  margin: 0em 0em 0em 0.71428571em;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}

/* Extending from Bottom */
.ui.bottom.popup {
  margin: 0.71428571em 0em 0em;
}

.ui.bottom.left.popup {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.ui.bottom.center.popup {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.ui.bottom.right.popup {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

/*--------------
     Pointer
---------------*/
/*--- Below ---*/
.ui.bottom.center.popup:before {
  margin-left: -0.30714286em;
  top: -0.30714286em;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-box-shadow: -1px -1px 0px 0px #bababc;
  box-shadow: -1px -1px 0px 0px #bababc;
}

.ui.bottom.left.popup {
  margin-left: 0em;
}

/*rtl:rename*/
.ui.bottom.left.popup:before {
  top: -0.30714286em;
  left: 1em;
  right: auto;
  bottom: auto;
  margin-left: 0em;
  -webkit-box-shadow: -1px -1px 0px 0px #bababc;
  box-shadow: -1px -1px 0px 0px #bababc;
}

.ui.bottom.right.popup {
  margin-right: 0em;
}

/*rtl:rename*/
.ui.bottom.right.popup:before {
  top: -0.30714286em;
  right: 1em;
  bottom: auto;
  left: auto;
  margin-left: 0em;
  -webkit-box-shadow: -1px -1px 0px 0px #bababc;
  box-shadow: -1px -1px 0px 0px #bababc;
}

/*--- Above ---*/
.ui.top.center.popup:before {
  top: auto;
  right: auto;
  bottom: -0.30714286em;
  left: 50%;
  margin-left: -0.30714286em;
}

.ui.top.left.popup {
  margin-left: 0em;
}

/*rtl:rename*/
.ui.top.left.popup:before {
  bottom: -0.30714286em;
  left: 1em;
  top: auto;
  right: auto;
  margin-left: 0em;
}

.ui.top.right.popup {
  margin-right: 0em;
}

/*rtl:rename*/
.ui.top.right.popup:before {
  bottom: -0.30714286em;
  right: 1em;
  top: auto;
  left: auto;
  margin-left: 0em;
}

/*--- Left Center ---*/
/*rtl:rename*/
.ui.left.center.popup:before {
  top: 50%;
  right: -0.30714286em;
  bottom: auto;
  left: auto;
  margin-top: -0.30714286em;
  -webkit-box-shadow: 1px -1px 0px 0px #bababc;
  box-shadow: 1px -1px 0px 0px #bababc;
}

/*--- Right Center  ---*/
/*rtl:rename*/
.ui.right.center.popup:before {
  top: 50%;
  left: -0.30714286em;
  bottom: auto;
  right: auto;
  margin-top: -0.30714286em;
  -webkit-box-shadow: -1px 1px 0px 0px #bababc;
  box-shadow: -1px 1px 0px 0px #bababc;
}

/* Arrow Color By Location */
.ui.bottom.popup:before {
  background: #FFFFFF;
}

.ui.right.center.popup:before,
.ui.left.center.popup:before {
  background: #FFFFFF;
}

.ui.top.popup:before {
  background: #FFFFFF;
}

/* Inverted Arrow Color */
.ui.inverted.bottom.popup:before {
  background: #1B1C1D;
}

.ui.inverted.right.center.popup:before,
.ui.inverted.left.center.popup:before {
  background: #1B1C1D;
}

.ui.inverted.top.popup:before {
  background: #1B1C1D;
}

/*******************************
            Coupling
*******************************/
/* Immediate Nested Grid */
.ui.popup > .ui.grid:not(.padded) {
  width: calc(100% + 1.75rem);
  margin: -0.7rem -0.875rem;
}

/*******************************
            States
*******************************/
.ui.loading.popup {
  display: block;
  visibility: hidden;
  z-index: -1;
}

.ui.animating.popup,
.ui.visible.popup {
  display: block;
}

.ui.visible.popup {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*******************************
            Variations
*******************************/
/*--------------
     Basic
---------------*/
.ui.basic.popup:before {
  display: none;
}

/*--------------
     Wide
---------------*/
.ui.wide.popup {
  max-width: 350px;
}

.ui[class*="very wide"].popup {
  max-width: 550px;
}
/*--------------
     Fluid
---------------*/
.ui.fluid.popup {
  width: 100%;
  max-width: none;
}

/*--------------
     Colors
---------------*/
/* Inverted colors  */
.ui.inverted.popup {
  background: #1B1C1D;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.inverted.popup .header {
  background-color: none;
  color: #FFFFFF;
}

.ui.inverted.popup:before {
  background-color: #1B1C1D;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*--------------
     Flowing
---------------*/
.ui.flowing.popup {
  max-width: none;
}

/*--------------
     Sizes
---------------*/
.ui.mini.popup {
  font-size: 0.78571429rem;
}

.ui.tiny.popup {
  font-size: 0.85714286rem;
}

.ui.small.popup {
  font-size: 0.92857143rem;
}

.ui.popup {
  font-size: 1rem;
}

.ui.large.popup {
  font-size: 1.14285714rem;
}

.ui.huge.popup {
  font-size: 1.42857143rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.4.2 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important;
}

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden;
}

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
    transform: @use3DAcceleration;*/
}

/* Disabled */
.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/*******************************
          Variations
*******************************/
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn;
}

.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft;
}

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight;
}

/* In */
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
/* Out */
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
/*--------------
     Drop
---------------*/
.drop.transition {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
}

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
}

/* Drop */
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/*--------------
      Fade
---------------*/
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut;
}

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
/*--------------
      Scale
---------------*/
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn;
}

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

/* Outward */
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut;
}

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight;
}

/* In */
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* Out */
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* In */
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* Out */
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/*--------------
     Swing
---------------*/
.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* In */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
/* Out */
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
/*--------------
      Zoom
---------------*/
.transition.zoom.in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition.zoom.out {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash;
}

.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake;
}

.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada;
}

.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle;
}

.transition.glow {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.transition.glow {
  -webkit-animation-name: glow;
  animation-name: glow;
}

/* Flash */
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* Shake */
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/* Bounce */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* Tada */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* Jiggle */
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* Glow */
@-webkit-keyframes glow {
  0% {
    background-color: #FCFCFD;
  }
  30% {
    background-color: #FFF6CD;
  }
  100% {
    background-color: #FCFCFD;
  }
}
@keyframes glow {
  0% {
    background-color: #FCFCFD;
  }
  30% {
    background-color: #FFF6CD;
  }
  100% {
    background-color: #FCFCFD;
  }
}
/*******************************
         Site Overrides
*******************************/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1, .fancybox-share .hero-slide__title {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
/* Components */
.static-content > *:first-child, .article__text > *:first-child, .product-features__list > *:first-child, .product-info__text > *:first-child, .card-figure__text > *:first-child {
  margin-top: 0 !important;
}
.static-content > *:last-child, .article__text > *:last-child, .product-features__list > *:last-child, .product-info__text > *:last-child, .card-figure__text > *:last-child {
  margin-bottom: 0 !important;
}
.static-content strong, .article__text strong, .product-features__list strong, .product-info__text strong, .card-figure__text strong, .static-content b, .article__text b, .product-features__list b, .product-info__text b, .card-figure__text b {
  font-weight: 500;
}
.static-content img, .article__text img, .product-features__list img, .product-info__text img, .card-figure__text img {
  display: block;
  margin: 40px 0;
}
.static-content p, .article__text p, .product-features__list p, .product-info__text p, .card-figure__text p {
  margin: 20px 0;
}
.loading,
.lazyload,
.lazyloaded,
.image {
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.lazy-wrap {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
}
.lazy-wrap--loading img {
  opacity: 0;
  -webkit-transform: translateY(8%);
  transform: translateY(8%);
}
.lazy-wrap--loading:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  -webkit-animation: scaleout 1.2s infinite ease-in-out;
  animation: scaleout 1.2s infinite ease-in-out;
  mix-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.9);
}
.lazy-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn, .section-complex__more {
  --button-bg: transparent;
  --button-color: #ffffff;
  --button-border-color: #ffffff;
  --button-bg_hover: #ffffff;
  --button-color_hover: #0674e5;
  --button-border_hover: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
  padding: 17.5px 20px;
  position: relative;
  max-width: 260px;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: var(--button-color);
  background: var(--button-bg);
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 0.18px;
  border-radius: 40px;
  border: 1px solid var(--button-border-color);
  overflow: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover, .section-complex__more:hover, .btn:focus, .section-complex__more:focus {
  background: var(--button-bg_hover);
  color: var(--button-color_hover);
  border-color: var(--button-border_hover);
}
.btn--theme_gray, .section-complex__more {
  --button-bg: #ffffff;
  --button-color: #858889;
  --button-border-color: #c4c4c4;
  --button-bg_hover: #0674e5;
  --button-color_hover: #ffffff;
  --button-border_hover: #0674e5;
}

.btn-status {
  position: relative;
}
.btn-status--ajax {
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: default;
}
.btn-status--ajax .btn-status__text {
  display: none;
  opacity: 0;
}
.btn-status--ajax .btn-status__spinner {
  display: block;
  opacity: 1;
}
.btn-status__text {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.btn-status__spinner {
  width: 40px;
  height: 40px;
  border: 6px solid rgba(6, 116, 229, 0.25);
  border-top-color: #0674e5;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-rotate 1s linear infinite;
  animation: loader-rotate 1s linear infinite;
  display: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin: 0 auto;
}
@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.list-bullet li {
  position: relative;
  padding-left: 30px;
}
.list-bullet li:nth-child(1n+2) {
  margin-top: 20px;
}
.list-bullet li:before {
  display: block;
  position: absolute;
  content: " ";
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0674e5;
}

.list-line li, .static-content ul li, .article__text ul li, .product-features__list ul li, .product-info__text ul li, .card-figure__text ul li {
  position: relative;
  padding-left: 30px;
}
.list-line li:nth-child(1n+2), .static-content ul li:nth-child(1n+2), .article__text ul li:nth-child(1n+2), .product-features__list ul li:nth-child(1n+2), .product-info__text ul li:nth-child(1n+2), .card-figure__text ul li:nth-child(1n+2) {
  margin-top: 13px;
}
.list-line li:before, .static-content ul li:before, .article__text ul li:before, .product-features__list ul li:before, .product-info__text ul li:before, .card-figure__text ul li:before {
  display: block;
  position: absolute;
  content: " ";
  left: 0;
  top: 10px;
  width: 20px;
  height: 2px;
  background: #545454;
}

.list-order, .static-content ol, .article__text ol, .product-features__list ol, .product-info__text ol, .card-figure__text ol {
  display: table;
  counter-reset: foo;
}
.list-order li, .static-content ol li, .article__text ol li, .product-features__list ol li, .product-info__text ol li, .card-figure__text ol li {
  display: table-row;
  counter-increment: foo;
}
.list-order li:before, .static-content ol li:before, .article__text ol li:before, .product-features__list ol li:before, .product-info__text ol li:before, .card-figure__text ol li:before {
  display: table-cell;
  content: counter(foo) ".";
  text-align: left;
  padding-right: 8px;
}

.list-links li {
  position: relative;
}
.list-links li:nth-child(1n+2) {
  margin-top: 20px;
}
.input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  padding: 10px 20px;
  vertical-align: middle;
  background: #ffffff;
  color: #3d3d3d;
  font: 14px/1.37 "Roboto", sans-serif, Verdana, sans-serif;
  letter-spacing: 0.7px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.input:-ms-input-placeholder {
  font-size: 14px;
  color: #858889;
  letter-spacing: 0.7px;
}
.input:-moz-placeholder {
  font-size: 14px;
  color: #858889;
  letter-spacing: 0.7px;
}
.input::-moz-placeholder {
  font-size: 14px;
  color: #858889;
  letter-spacing: 0.7px;
}
.input::-webkit-input-placeholder {
  font-size: 14px;
  color: #858889;
  letter-spacing: 0.7px;
}
.input::-ms-input-placeholder {
  font-size: 14px;
  color: #858889;
  letter-spacing: 0.7px;
}
.input::placeholder {
  font-size: 14px;
  color: #858889;
  letter-spacing: 0.7px;
}
.input:focus {
  border-color: #359ede;
  outline: 0;
}
.input.input-validation-error {
  border-color: #f50000;
}
.input.input-validation-error:-ms-input-placeholder {
  color: #f50000;
}
.input.input-validation-error:-moz-placeholder {
  color: #f50000;
}
.input.input-validation-error::-moz-placeholder {
  color: #f50000;
}
.input.input-validation-error::-webkit-input-placeholder {
  color: #f50000;
}
.input.input-validation-error::-ms-input-placeholder {
  color: #f50000;
}
.input.input-validation-error::placeholder {
  color: #f50000;
}

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

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

input {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.link, .filter-list__btn, .footer-navlist__link, .social__link, .header-search__close, .header-search__submit, .subnav-lowest__link, .subnav-list__link, .nav__link {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.link:hover, .filter-list__btn:hover, .footer-navlist__link:hover, .social__link:hover, .header-search__close:hover, .header-search__submit:hover, .subnav-lowest__link:hover, .subnav-list__link:hover, .nav__link:hover, .link:focus, .filter-list__btn:focus, .footer-navlist__link:focus, .social__link:focus, .header-search__close:focus, .header-search__submit:focus, .subnav-lowest__link:focus, .subnav-list__link:focus, .nav__link:focus {
  color: #0674e5;
}

.link-main, .contacts-block__content table a, .card-simple__more, .card-solution__more, .card-company__more, .product-info__more, .breadcrumbs__item--back, .header__login-btn, .header__search-btn, .static-content a, .article__text a, .product-features__list a, .product-info__text a, .card-figure__text a {
  color: #0674e5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link-main:hover, .contacts-block__content table a:hover, .card-simple__more:hover, .card-solution__more:hover, .card-company__more:hover, .product-info__more:hover, .breadcrumbs__item--back:hover, .header__login-btn:hover, .header__search-btn:hover, .static-content a:hover, .article__text a:hover, .product-features__list a:hover, .product-info__text a:hover, .card-figure__text a:hover, .link-main:focus, .contacts-block__content table a:focus, .card-simple__more:focus, .card-solution__more:focus, .card-company__more:focus, .product-info__more:focus, .breadcrumbs__item--back:focus, .header__login-btn:focus, .header__search-btn:focus, .static-content a:focus, .article__text a:focus, .product-features__list a:focus, .product-info__text a:focus, .card-figure__text a:focus {
  color: #359ede;
}

.link-more {
  display: inline-block;
  color: #0674e5;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.link-more:after {
  content: "\e006";
}
.link-more:after {
  display: inline-block;
  font-size: 10px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.link-more:hover, .link-more:focus {
  color: #0567cc;
}
.link-more:hover:after, .link-more:focus:after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.link-back {
  display: inline-flex;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-back:before {
  content: "";
}
.link-back:hover, .link-back:focus {
  color: #0674e5;
}
.link-back:hover:before, .link-back:focus:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
.link-back:before {
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  font-size: 8px;
}

.link-to-underline, .list-links li a {
  color: #0674e5;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) bottom/0 2px no-repeat;
  background: linear-gradient(currentColor, currentColor) bottom/0 2px no-repeat;
  background-position: left bottom;
  -webkit-transition: 0.5s background-size ease;
  transition: 0.5s background-size ease;
  padding-bottom: 1px;
}
.link-to-underline:hover, .list-links li a:hover, .link-to-underline:focus, .list-links li a:focus {
  background-size: 100% 2px;
}

.text-small, .table-documentantion thead td, .card-simple__more, .card-solution__more {
  font-size: 14px;
  letter-spacing: 0.7px;
}

label.checkbox {
  line-height: 20px;
  overflow: hidden;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}
label.checkbox input.input-validation-error + span:before {
  border-color: #f50000 !important;
}
label.checkbox [type=checkbox]:not(:checked),
label.checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
label.checkbox [type=checkbox]:not(:checked) + span,
label.checkbox [type=checkbox]:checked + span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 1.38;
}
label.checkbox [type=checkbox]:not(:checked) + span:before,
label.checkbox [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #c4c4c4;
  background: #f5f5f5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
label.checkbox [type=checkbox]:not(:checked) + span:after,
label.checkbox [type=checkbox]:checked + span:after {
  content: "✔";
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 16px;
  line-height: 0.8;
  color: #0674e5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
label.checkbox [type=checkbox]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
label.checkbox [type=checkbox]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
label.checkbox [type=checkbox]:disabled:not(:checked) + span:before,
label.checkbox [type=checkbox]:disabled:checked + span:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
label.checkbox [type=checkbox]:disabled:checked + span:after {
  color: #999;
}
label.checkbox [type=checkbox]:disabled + span {
  color: #aaa;
}

/* Blocks */
.figure-full {
  position: relative;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.figure-full__content {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  color: #ffffff;
  background: #0674e5;
  padding: 46px 0;
}
.figure-full__img-w {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.figure-full__img-w picture, .figure-full__img-w img {
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.figure-full__inner {
  margin-left: 20px;
}
.figure-full__title {
  max-width: 540px;
  padding-right: 40px;
}
.figure-full__more {
  margin-top: 50px;
}

.figure {
  position: relative;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.figure__content {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  color: #ffffff;
  background: #0674e5;
  display: flex;
  align-items: center;
  padding: 46px 20px 46px 20px;
}
.figure__img-w {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.figure__img-w picture, .figure__img-w img {
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.figure__inner {
  max-width: 530px;
}
.figure__text {
  margin-top: 15px;
}
.figure__text:before {
  display: block;
  content: "—";
  margin-bottom: 12px;
}
.figure__more {
  margin-top: 50px;
}

.accordion__item {
  border-bottom: 1px solid #c4c4c4;
}
.accordion__item:first-child {
  border-top: 1px solid #c4c4c4;
}
.accordion__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion__head.is-open .accordion__title {
  color: #0674e5;
}
.accordion__head.is-open .accordion__plus {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.accordion__head.is-open .accordion__plus:before {
  width: 0;
}
.accordion__head.is-open {
  color: #898989;
}
.accordion__title {
  color: #898989;
  padding-right: 20px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.accordion__plus {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.accordion__plus:before, .accordion__plus:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0674e5;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.accordion__plus:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.accordion__plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  display: none;
  padding-bottom: 20px;
}

.map {
  height: 600px;
}

.pager__inner {
  display: flex;
  align-items: center;
}
.pager__arrow {
  font-size: 20px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  letter-spacing: 0.4px;
}
.pager__arrow:hover {
  color: #0674e5;
}
.pager__arrow--prev {
  margin-right: 30px;
}
.pager__arrow--next {
  margin-left: 30px;
}

.pager-nav {
  display: flex;
}
.pager-nav__item {
  display: block;
  color: #3d3d3d;
  min-width: 38px;
  height: 38px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
}
.pager-nav__item:nth-child(1n+2) {
  margin-left: 6px;
}
.pager-nav__item--current {
  cursor: default;
  border: 1px solid #0674e5;
}
.pager-nav__item:hover, .pager-nav__item--current {
  color: #0674e5;
}

.share {
  display: flex;
}
.share__item:nth-child(1n+2) {
  margin-left: 22px;
}
.share__btn {
  color: #3d3d3d;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.share__btn:hover {
  color: #0674e5;
}
.share__btn i {
  font-size: 28px;
}

.form {
  text-align: left;
}
.form__row:nth-child(1n+2) {
  margin-top: 24px;
}
.form__submit-row {
  margin-top: 30px;
}
.form__submit {
  width: 200px;
}
.form__privacy {
  max-width: 520px;
  margin-top: 38px;
}

.btn-capcha {
  width: 160px;
  height: 44px;
  line-height: 42px;
  color: #858889;
  background: #f5f5f5;
  text-align: center;
}

.submit-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 20px;
  align-items: center;
  justify-content: space-between;
}
.submit-row__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: auto;
}
.m-sidebar {
  width: 380px;
  padding: var(--header_height) 0 0;
}
.m-sidebar__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.m-sidebar__main {
  margin-bottom: 40px;
}
.m-sidebar__footer {
  margin-top: auto;
  margin-bottom: 20px;
}
.m-sidebar__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}
.m-sidebar__btn {
  width: 100%;
  margin-top: 20px;
}

.m-nav {
  --stairs-offset: 20px;
}
.m-nav__item {
  padding: 20px 0 20px var(--stairs-offset);
  border-bottom: 1px solid #ececec;
}
.m-nav__item.is-current .m-nav__link {
  color: #0674e5;
}
.m-nav__item.has-child .m-nav__link {
  position: relative;
  padding-right: 16px;
}
.m-nav__item.has-child .m-nav__link:after {
  content: "\e003";
}
.m-nav__item.has-child .m-nav__link:after {
  display: inline-block;
  font-size: 6px;
  margin-left: 12px;
  vertical-align: middle;
}
.m-nav__link {
  display: inline-block;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
}
.m-nav__link.is-open:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.m-subnav {
  overflow: hidden;
  height: 0;
}
.m-subnav__item {
  margin: 16px 0 16px var(--stairs-offset);
}
.m-subnav__item.is-current .m-subnav__link {
  color: #0674e5;
}
.m-subnav__link {
  display: block;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
}
.m-subnav__link.is-open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.m-subnav__link:not(a) {
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.m-subnav__link:not(a):after {
  content: "\e003";
}
.m-subnav__link:not(a):after {
  display: inline-block;
  font-size: 6px;
  margin-left: 12px;
  vertical-align: middle;
}

.m-under-subnav {
  overflow: hidden;
  height: 0;
}
.m-under-subnav__item {
  margin: 16px 0 16px var(--stairs-offset);
}
.m-under-subnav__link {
  display: inline-block;
}
/* Plugin-modifications */
.swiper {
  position: relative;
}

.swiper--loading .swiper-loader {
  opacity: 1;
  visibility: visible;
}

.swiper-loader {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0674e5;
  z-index: 2;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.swiper-loader__spinner {
  width: 60px;
  height: 60px;
  border: 8px solid rgba(255, 255, 255, 0.25);
  border-top-color: #ffffff;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-rotate 1s linear infinite;
  animation: loader-rotate 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -30px;
  margin-left: -30px;
}
@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper--video {
  height: calc(var(--vh, 1vh) * 100 - var(--header_height));
  min-height: 460px;
}
.swiper--video .swiper-container {
  height: 100%;
}
.swiper--video .swiper-pagination {
  width: auto;
  text-align: left;
  bottom: 30px;
  z-index: 1;
  left: 20px;
}
.swiper--video .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  width: 14px;
  height: 14px;
  margin: 0 12px;
}
.swiper--video .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper--video video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper--cards_stretch .swiper-slide {
  display: flex;
  height: auto;
}

.swiper--cards_shadow {
  margin: -20px;
}
.swiper--cards_shadow .swiper-container {
  padding: 10px 0;
}
.swiper--cards_shadow .swiper-slide {
  padding: 20px;
}

.swiper-arrow {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.swiper-arrow:not(.swiper-button-disabled):hover, .swiper-arrow:not(.swiper-button-disabled):focus {
  color: #0674e5;
}
.swiper-arrow.swiper-button-disabled {
  cursor: default;
}
.swiper-arrow i {
  font-size: 58px;
}
.swiper-arrow--next {
  margin-left: 18px;
}

.swiper--height_static picture {
  padding-bottom: 62.5% !important;
}
.swiper--height_static picture img {
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper--lazy .swiper-slide .lazy-wrap {
  visibility: hidden;
}
.swiper--lazy .swiper-slide.swiper-slide:first-child .lazy-wrap, .swiper--lazy .swiper-slide.swiper-slide-prev .lazy-wrap, .swiper--lazy .swiper-slide.swiper-slide-active .lazy-wrap, .swiper--lazy .swiper-slide.swiper-slide-next .lazy-wrap, .swiper--lazy .swiper-slide.swiper-slide-loaded .lazy-wrap {
  visibility: visible;
}

.ui.dropdown {
  height: 46px;
  line-height: 44px;
  border-color: #c4c4c4 !important;
  border-radius: 2px !important;
}
.ui.dropdown.selection {
  padding: 16px 24px 16px 18px;
}
.ui.dropdown.selection .dropdown.icon {
  top: 16px;
}
.ui.dropdown.selection .dropdown.icon:before {
  content: "\e003";
}
.ui.dropdown.active i.dropdown.icon.icon-arrow-down {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.ui.dropdown.active i.dropdown.icon {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.ui.dropdown .menu {
  max-height: 260px !important;
  width: 100%;
}
.ui.dropdown .menu .item {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  line-height: 1.4;
  font-size: 14px;
}
.ui.dropdown .menu .item.active.selected {
  font-weight: normal;
}
.ui.dropdown .text {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui.dropdown .text.default {
  font-size: 16px;
  color: #3d3d3d !important;
}
.ui.dropdown i.dropdown.icon {
  padding: 12px 10px;
  margin: 0;
  right: 0;
  font-size: 8px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.remodal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.remodal__close:hover, .remodal__close:focus {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swal-footer {
  text-align: center;
}

.swal-button {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  padding: 13.5px 20px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.swal-button--success {
  background-color: #0674e5;
}
.swal-button--success:hover, .swal-button--success:focus {
  background-color: #359ede !important;
}
.swal-button--error {
  background-color: #f27474;
}
.swal-button--error:hover, .swal-button--error:focus {
  background-color: #f48b8b !important;
}

.fancybox-infobar {
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fancybox-pillow .fancybox-content:before {
  display: block;
  position: absolute;
  content: " ";
  top: -40px;
  bottom: -40px;
  right: -80px;
  left: -80px;
  background: #f5f5f5;
  z-index: -1;
}

/* Layout */
[class*=maw-] {
  width: 100%;
}

.maw-md {
  max-width: 780px;
}

.space-v {
  padding-top: 100px;
  padding-bottom: 100px;
}

.space-top {
  padding-top: 100px;
}

.space-bottom {
  padding-bottom: 100px;
}

.space-v_lg {
  padding-top: 140px;
  padding-bottom: 140px;
}

.space-top_lg {
  padding-top: 140px;
}

.space-bottom_lg, .wrapper__inner {
  padding-bottom: 140px;
}

.space-v_md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.space-top_md, .list-text__item:nth-child(1n+2) {
  padding-top: 80px;
}

.space-bottom_md, .list-text__item:nth-last-child(1n+2) {
  padding-bottom: 80px;
}

.space-v_sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.space-top_sm {
  padding-top: 40px;
}

.space-bottom_sm {
  padding-bottom: 40px;
}

.offset-v {
  margin-top: 100px;
  margin-bottom: 100px;
}

.offset-top, section:not(.section-shifted):not([class*=offset-]) {
  margin-top: 100px;
}

.offset-bottom {
  margin-bottom: 100px;
}

.offset-v_lg {
  margin-top: 140px;
  margin-bottom: 140px;
}

.offset-top_lg {
  margin-top: 140px;
}

.offset-bottom_lg {
  margin-bottom: 140px;
}

.offset-v_md {
  margin-top: 80px;
  margin-bottom: 80px;
}

.offset-top_md, .list-tables__item:nth-child(1n+2) {
  margin-top: 80px;
}

.offset-bottom_md, .article__video, .article__head, .filter {
  margin-bottom: 80px;
}

.offset-v_sm, .article__block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.offset-top_sm {
  margin-top: 40px;
}

.offset-bottom_sm, .contacts-block__title, .card-figure__number {
  margin-bottom: 40px;
}

.card-news {
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.card-news__date, .card-news__type, .headline-small, .section-shifted__title {
  font-size: 14px;
  letter-spacing: 0.7px;
}

:root {
  --header_height: 90px;
  --container-gutter: 40px;
}

.container, .hero-slide__content, .page-head__content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  max-width: calc(1400px + var(--container-gutter) * 2);
}

.wrapper {
  padding-top: var(--header_height);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
}
.wrapper__inner {
  flex: 1;
}

.section-complex {
  position: relative;
}
.section-complex__head {
  margin-bottom: 36px;
}
.section-complex__title {
  max-width: 720px;
  color: #858889;
}
.section-complex__nav {
  display: flex;
}
.section-complex__nav .swiper-arrow:last-child {
  margin-left: 18px;
}
.section-title {
  max-width: 720px;
  color: #858889;
  margin-bottom: 36px;
}

.section-shifted {
  position: relative;
}
.section-shifted__container {
  max-width: 1400px;
  padding: 52px 50px 0;
  background: #ffffff;
  border-radius: 2px;
}
.section-shifted .accordion__head,
.section-shifted .accordion__body {
  padding-left: 0;
}

.grid-1-3 {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-1-3 > li {
  display: flex;
}

.grid-1-4 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-1-4 > li {
  display: flex;
}

.page-intro__row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.page-intro__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.list-lined__item {
  padding: 40px 0;
  border-top: 1px solid #c4c4c4;
}
.list-lined__item:last-child {
  border-bottom: 1px solid #c4c4c4;
}

.card-figure {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 30px;
}
.card-figure__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.card-figure__col--img-w img {
  min-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-figure__content {
  max-width: 600px;
}
.card-figure__title {
  margin-bottom: 22px;
}
.list-text__item:nth-child(1n+2) {
  border-top: 1px solid #c4c4c4;
}

.card-content {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 30px;
}
.card-content__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.card-content__title {
  max-width: 610px;
  color: #858889;
}
.card-content__text {
  color: #545454;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 4;
}
.header:after {
  display: block;
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  z-index: -1;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header_height);
}
.header__logo {
  max-width: 180px;
}
.header__logo img, .header__logo svg {
  width: 100%;
}
.header__hamburger {
  margin-left: 16px;
}
.header__navigation {
  position: relative;
  align-self: flex-end;
  margin-left: auto;
}
.header__extra {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.header__search-btn {
  margin-right: 12px;
}
.header__search-btn i {
  font-size: 19px;
}
.header__login-btn {
  position: relative;
  display: flex;
  align-items: center;
}
.header__login-btn > i {
  font-size: 18px;
}

.nav {
  display: flex;
  justify-content: space-between;
}
.nav__item {
  position: relative;
  padding-top: 8px;
  height: 60px;
  border-bottom: 6px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.nav__item:nth-child(1n+2) {
  margin-left: 20px;
}
.nav__item--has-subnav .nav__link:after {
  content: "\e003";
}
.nav__item--has-subnav .nav__link:after {
  color: #858889;
  font-size: 7px;
  margin-left: 5px;
}
.nav__item.is-current {
  border-color: #0674e5;
}
.nav__item:hover, .nav__item:focus {
  border-color: #0674e5;
}
.nav__item:hover .nav__link, .nav__item:focus .nav__link {
  color: #0674e5;
}
.nav__item:hover .nav__link:after, .nav__item:focus .nav__link:after {
  color: currentColor;
}
.nav__item:hover .subnav, .nav__item:focus .subnav {
  visibility: visible;
  opacity: 1;
}
.nav__link {
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  white-space: nowrap;
}

.subnav {
  display: none;
  background: #ffffff;
  padding: 42px 20px 44px 60px;
  border: 1px solid #c4c4c4;
  border-top: none;
  line-height: 1.8;
  -webkit-box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 10;
}
.subnav__inner {
  display: flex;
}

.subnav-list__item {
  margin-bottom: 16px;
}
.subnav-list__item--has-child .subnav-list__link {
  display: inline-flex;
  align-items: center;
}
.subnav-list__item--has-child .subnav-list__link:after {
  content: "\e006";
}
.subnav-list__item--has-child .subnav-list__link:after {
  font-size: 12px;
  margin-left: 12px;
}
.subnav-list__item--hovered .subnav-list__link {
  color: #0674e5;
}
.subnav-list__item--hovered .subnav-list__link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.subnav-list__link {
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 500;
  line-height: 1.5;
}
.subnav-list__link.is-current {
  color: #0674e5;
}
.subnav-list__link:after {
  display: inline-block;
  -webkit-transition: inherit;
  transition: inherit;
}

.subnav-lowest {
  height: 0;
  overflow: hidden;
  margin-left: 20px;
  width: 100%;
}
.subnav-lowest__item {
  margin-top: 18px;
}
.subnav-lowest__link {
  display: block;
  color: #858889;
  line-height: 1.5;
}
.subnav-lowest__link.is-current {
  color: #0674e5;
}

.header-search {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  position: absolute;
  width: 100%;
  left: 0;
  top: -6px;
  right: -60px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-search.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.header-search.is-open ~ .nav {
  opacity: 0;
  visibility: hidden;
}
.header-search__input {
  width: 100%;
  height: 54px;
  padding-left: 54px;
  padding-right: 50px;
}
.header-search__submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18px;
  color: #858889;
}
.header-search__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #858889;
}

.popup.login-popup {
  background: #0674e5;
  color: #ffffff;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 0;
  border: none;
  margin-right: -14px !important;
}
.popup.login-popup:before {
  display: block;
  width: 0;
  height: 0 !important;
  border-style: solid !important;
  border-width: 0 9px 9px 9px !important;
  border-color: transparent transparent #007bff transparent !important;
  z-index: -1;
  background: none !important;
  top: -9px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none !important;
  transform: none !important;
  right: 22px !important;
}
.popup.login-popup .login-popup__item:nth-child(1n+2) {
  border-top: 1px solid #359ede;
}
.popup.login-popup .login-popup__link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  background: #0674e5;
  padding: 14px 34px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  white-space: nowrap;
}
.popup.login-popup .login-popup__link i {
  margin-right: 10px;
}
.popup.login-popup .login-popup__link:hover, .popup.login-popup .login-popup__link:focus {
  background: #359ede;
}

.footer {
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 1.53;
}

.footer-top {
  background: #f5f5f5;
  padding: 64px 0;
}
.footer-grid {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 30px;
}
.footer-grid__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.footer-lanatm__list {
  padding-bottom: 38px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 18px;
}
.footer-lanatm__list li {
  max-width: 170px;
}
.footer-lanatm__list li:nth-child(1n+2) {
  margin-top: 50px;
}
.footer-lanatm__caption {
  font-size: 13px;
  margin-bottom: 6px;
}
.footer-lanatm__link {
  font-size: 13px;
}
.footer-lanatm__social {
  margin-top: 20px;
}

.social {
  display: flex;
}
.social__item:nth-child(1n+2) {
  margin-left: 16px;
}
.social__link {
  color: #c4c4c4;
}
.social__link i {
  font-size: 30px;
}

.footer-nav {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  position: relative;
}
.footer-nav:before {
  display: block;
  position: absolute;
  content: " ";
  height: 1px;
  background: #c4c4c4;
  left: 20px;
  right: 20px;
  top: 36px;
}
.footer-nav__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 20%;
}

.footer-navlist__item:first-child {
  margin-bottom: 30px;
}
.footer-navlist__item:first-child .footer-navlist__link {
  font-size: 16px;
  letter-spacing: 0.48px;
}
.footer-navlist__item:nth-child(1n+2) {
  margin-top: 10px;
}
.footer-navlist__link {
  display: inline-block;
}

.footer-connection {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 30px;
}
.footer-connection__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.footer-connection__title {
  font-size: 16px;
  letter-spacing: 0.48px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
}
.footer-connection__table {
  table-layout: fixed;
}
.footer-connection__table td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}

.footer-basement {
  background: #359ede;
  color: #ffffff;
  letter-spacing: 0.65px;
  padding: 15px 0;
}
.footer-basement__dev a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-basement__dev a:hover, .footer-basement__dev a:focus {
  opacity: 0.6;
}

.breadcrumbs {
  font-size: 13px;
}
.breadcrumbs__list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
}
.breadcrumbs__item {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumbs__item--back {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs__item--back:before {
  content: "\e006";
}
.breadcrumbs__item--back:before {
  display: block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  font-size: 12px;
  margin-right: 8px;
}
.breadcrumbs__item--back:after {
  color: #3d3d3d !important;
}
.breadcrumbs__item:nth-last-child(1n+2):after {
  display: inline-block;
  content: "|";
  position: absolute;
  top: 0;
  right: -3px;
  color: currentColor;
}
.breadcrumbs__link {
  color: currentColor;
  letter-spacing: 0.65px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  color: #359ede;
}
.breadcrumbs__link.is-current {
  color: #359ede;
}

.page-head {
  position: relative;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 70px;
}
.page-head--details {
  color: #3d3d3d;
  padding-bottom: 0;
}
.page-head--details .page-head__title {
  width: auto;
  max-width: 1040px;
}
.page-head__img-w {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0674e5;
  width: 100%;
  height: 100%;
}
.page-head__img-w img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-head__block--top + .page-head__bottom {
  padding-top: 43px;
}
.page-head__block--bottom {
  position: relative;
  padding-top: 50px;
}
.page-head__block--bottom:before {
  display: block;
  position: absolute;
  content: " ";
  top: 0;
  width: 100vw;
  height: 2px;
  background: #359ede;
  left: -20px;
}
.page-head__title {
  margin-top: 50px;
  margin-bottom: 40px;
}

/* Pages */
.hero-slide {
  position: relative;
  height: 100%;
  color: #ffffff;
}
.hero-slide__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 40px;
}
.hero-slide__title {
  max-width: 1100px;
}
.hero-slide__title:after {
  display: block;
  position: absolute;
  content: " ";
  width: 100vw;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  margin-top: 30px;
}
.hero-slide__text {
  max-width: 680px;
  margin-top: 90px;
}
.hero-slide__more {
  margin-top: 30px;
}
.hero-slide__media {
  height: 100%;
}
.hero-slide__media img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.card-news:hover, .card-news:focus {
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.card-news__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.card-news__type {
  color: #0674e5;
  margin-bottom: 20px;
}
.card-news__text {
  margin-bottom: 30px;
}
.card-news__date {
  color: #858889;
  margin-top: auto;
}

.card-accordion {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 30px;
}
.card-accordion__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.card-accordion__more {
  margin-top: 30px;
}

.grid-clients {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px 40px;
}

.card-service {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.card-service:hover, .card-service:focus {
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.card-service:hover .card-service__more, .card-service:focus .card-service__more {
  color: #359ede;
}
.card-service__img-w img {
  width: 100%;
}
.card-service__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #ececec;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-service__title {
  margin-bottom: 14px;
}
.card-service__text {
  margin-bottom: 34px;
}
.card-service__more {
  margin-top: auto;
}

.product-types__item:nth-child(1n+2) {
  margin-top: 60px;
}

.product-type {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  position: relative;
  --bs-gutter-y: 20px;
}
.product-type__info {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  display: flex;
  flex-direction: column;
}
.product-type__view {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.product-type__title {
  color: #858889;
}
.product-type__more {
  display: inline-block;
  margin-top: 20px;
}
.product-type__controls {
  display: flex;
}

.card-product {
  display: block;
  width: 100%;
  padding: 20px 10px;
  background: #f5f5f5;
  font-size: 13px;
}
.card-product:hover .card-product__img-w img, .card-product:focus .card-product__img-w img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.card-product__img-w {
  text-align: center;
  margin-bottom: 26px;
}
.card-product__img-w img {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-product__content {
  border-top: 1px solid #c4c4c4;
  padding-top: 20px;
}
.card-product__title {
  font-weight: 500;
}
.card-product__caption {
  color: #858889;
}

.filter {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 34px;
}
.filter__mobile {
  max-width: 340px;
}
.filter__mobile .dropdown {
  width: 100%;
}

.filter-list__row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 10px;
}
.filter-list__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: auto;
}
.filter-list__btn {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.filter-list__btn:hover, .filter-list__btn:focus {
  color: #0674e5;
}
.filter-list__btn--is-active {
  color: #0674e5;
  border-bottom: 2px solid #0674e5;
}

.product-details {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 40px;
}
.product-details__slider {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.product-details__slider-wrap {
  max-width: 600px;
}
.product-details__info {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.product-info {
  max-width: 650px;
}
.product-info__caption {
  color: #858889;
  margin-top: 8px;
}
.product-info__text {
  max-width: 630px;
  margin-top: 20px;
}
.product-info__text:not(.trim-free) {
  max-height: 412px;
  overflow: hidden;
}
.product-info__more {
  display: none;
  font-size: 16px;
  margin-top: 32px;
}
.product-info__more:after {
  content: "\e003";
}
.product-info__more:after {
  font-size: 6px;
  margin-left: 6px;
  vertical-align: baseline;
}

.swiper-complex {
  max-width: 600px;
}
.swiper-complex--mode_equipments .swiper-complex__main .swiper-slide {
  padding: 47px;
}
.swiper-complex--mode_equipments .swiper-complex__thumbs .swiper-slide img img {
  max-width: 35px;
}
.swiper-complex__main {
  position: relative;
}
.swiper-complex__main .swiper-slide {
  background: #f5f5f5;
  text-align: center;
}
.swiper-complex__zoom {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  background: #f5f5f5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.swiper-complex__zoom:hover, .swiper-complex__zoom:focus {
  border-color: #0674e5;
  background: #0674e5;
}
.swiper-complex__zoom:hover:before, .swiper-complex__zoom:hover:after, .swiper-complex__zoom:focus:before, .swiper-complex__zoom:focus:after {
  background: #ffffff;
}
.swiper-complex__zoom:before, .swiper-complex__zoom:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background: #858889;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.swiper-complex__zoom:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.swiper-complex__thumbs {
  position: relative;
  margin-top: 30px;
  padding: 0 50px 0;
}
.swiper-complex__thumbs .swiper-slide {
  display: flex;
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.swiper-complex__thumbs .swiper-slide:hover {
  opacity: 1;
}
.swiper-complex__thumbs .swiper-slide:after {
  display: block;
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.swiper-complex__thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-complex__thumbs .swiper-slide.swiper-slide-thumb-active:after {
  border-color: #0674e5;
}
.swiper-complex__thumbs .swiper-slide img {
  max-height: 59px;
  margin: auto;
}
.swiper-complex__thumbs .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin-top: 0;
  width: auto;
  height: auto;
  line-height: 1;
  background: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.swiper-complex__thumbs .swiper-button-prev:before {
  content: "\e004";
}
.swiper-complex__thumbs .swiper-button-prev:hover, .swiper-complex__thumbs .swiper-button-prev:focus {
  color: #0674e5;
}
.swiper-complex__thumbs .swiper-button-prev:before {
  font-size: 25px;
}
.swiper-complex__thumbs .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
  width: auto;
  height: auto;
  line-height: 1;
  background: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.swiper-complex__thumbs .swiper-button-next:before {
  content: "\e005";
}
.swiper-complex__thumbs .swiper-button-next:hover, .swiper-complex__thumbs .swiper-button-next:focus {
  color: #0674e5;
}
.swiper-complex__thumbs .swiper-button-next:before {
  font-size: 25px;
}

.product-features {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.product-features__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  max-width: 760px;
}
.product-features__list {
  line-height: 24px;
}
.product-features__list > li:nth-child(1n+2) {
  margin-top: 22px;
}
.product-features__list b {
  display: block;
}
.product-features__list ul {
  margin-top: 12px;
}

.grid-news {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 40px;
}
.grid-news__item {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.list-news {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 40px;
}
.list-news__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.article__head {
  display: flex;
  font-size: 14px;
  letter-spacing: 0.7px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 34px;
}
.article__type {
  color: #0674e5;
  margin-left: 20px;
}
.article__row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 60px;
}
.article__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.article__col--content > *:first-child {
  margin-top: 0;
}
.article__text {
  max-width: 700px;
}
.grid-persons {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 40px;
}
.grid-persons__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.card-person {
  border-radius: 2px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.card-person__img-w img {
  width: 100%;
}
.card-person__body {
  padding: 20px 20px 32px;
}
.card-person__name {
  margin-bottom: 12px;
}
.grid-companies {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 40px;
}
.grid-companies__item {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.card-company {
  flex: 1;
  border-radius: 2px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.card-company__name {
  margin: 20px 0 30px;
}
.card-company__more {
  display: none;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-top: 20px;
}

.grid-cards {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 40px;
}
.grid-cards__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  display: flex;
}

.card-solution {
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.card-solution:hover, .card-solution:focus {
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.card-solution:hover .card-solution__more, .card-solution:focus .card-solution__more {
  color: #359ede;
}
.card-solution__img-w img {
  width: 100%;
  min-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-solution__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.card-solution__title {
  margin-bottom: 14px;
}
.card-solution__text {
  margin-bottom: 14px;
}
.card-solution__more {
  margin-top: auto;
}

.card-simple {
  border-radius: 2px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.card-simple__content {
  padding: 32px 30px 32px;
}
.card-simple__title {
  margin-bottom: 14px;
}
.card-simple__more {
  margin-top: auto;
}

.doc-block__headline {
  max-width: 720px;
  color: #858889;
  margin-bottom: 30px;
}
.doc-block__expander {
  margin-top: 30px;
}

.table-documentantion {
  min-width: 700px;
}
.table-documentantion--trimmed tbody tr:nth-child(1n+6) {
  display: none;
}
.table-documentantion thead td {
  color: #858889;
  padding: 10px 0;
}
.table-documentantion tbody tr {
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
}
.table-documentantion tbody tr:nth-child(2n+1) {
  background: #f5f5f5;
}
.table-documentantion tbody tr:hover {
  background: rgba(6, 116, 229, 0.1);
}
.table-documentantion tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.table-documentantion tbody tr td:nth-child(1) {
  font-weight: 500;
}
.table-documentantion tbody tr td:nth-child(2) {
  font-weight: 500;
}
.table-documentantion tr td {
  vertical-align: baseline;
  padding-left: 20px;
  padding-right: 20px;
}
.table-documentantion tr td:first-child {
  padding-left: 20px;
  padding-right: 20px;
}
.table-documentantion tr td:last-child {
  padding-left: 20px;
  padding-right: 20px;
}
.table-documentantion tr td:nth-child(2) {
  width: 100%;
}

.grid-contacts {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 40px;
}
.grid-contacts__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.contacts-block + .contacts-block {
  margin-top: 60px;
}
.contacts-block__title {
  color: #858889;
}
.contacts-block__content table {
  table-layout: fixed;
}
.contacts-block__content table td {
  padding: 5px 0;
}
.contacts-block__content table td:first-child {
  width: 180px;
  padding-right: 20px;
}
.search-results__title {
  color: #858889;
  margin-bottom: 40px;
}
.search-results__item:nth-child(2n+1) .search-results__link {
  background: #f5f5f5;
}
.search-results__link {
  display: flex;
  align-items: baseline;
  padding: 28px 20px 28px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-results__link:hover, .search-results__link:focus {
  background: rgba(6, 116, 229, 0.1) !important;
}
.search-results__number {
  flex: 0 0 60px;
  text-align: center;
}

.notfound__row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  --bs-gutter-y: 40px;
}
.notfound__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.notfound__code {
  font-size: 180px;
  color: transparent;
  -webkit-text-stroke: 1px #0674e5;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 0.8;
}
.notfound__title {
  color: #858889;
  margin-bottom: 20px;
}
.notfound__back {
  margin-top: 40px;
}
@media (min-width: 381px) {
  .col-sp {
    flex: 1 0 0%;
    min-width: 0;
  }

  .row-cols-sp-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sp-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sp-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sp-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sp-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sp-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sp-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sp-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sp-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sp-0 {
    margin-left: 0;
  }

  .offset-sp-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .g-sp-1,
.gx-sp-1 {
    --bs-gutter-x: 30px;
  }

  .g-sp-1,
.gy-sp-1 {
    --bs-gutter-y: 30px;
  }

  .g-sp-2,
.gx-sp-2 {
    --bs-gutter-x: 50px;
  }

  .g-sp-2,
.gy-sp-2 {
    --bs-gutter-y: 50px;
  }

  .g-sp-3,
.gx-sp-3 {
    --bs-gutter-x: 70px;
  }

  .g-sp-3,
.gy-sp-3 {
    --bs-gutter-y: 70px;
  }
  .float-sp-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sp-first {
    order: -1 !important;
  }

  .order-sp-0 {
    order: 0 !important;
  }

  .order-sp-1 {
    order: 1 !important;
  }

  .order-sp-2 {
    order: 2 !important;
  }

  .order-sp-3 {
    order: 3 !important;
  }

  .order-sp-4 {
    order: 4 !important;
  }

  .order-sp-5 {
    order: 5 !important;
  }

  .order-sp-last {
    order: 6 !important;
  }

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

  .m-sp-1 {
    margin: 2.5px !important;
  }

  .m-sp-2 {
    margin: 5px !important;
  }

  .m-sp-3 {
    margin: 10px !important;
  }

  .m-sp-4 {
    margin: 15px !important;
  }

  .m-sp-5 {
    margin: 30px !important;
  }

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

  .mx-sp-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sp-1 {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important;
  }

  .mx-sp-2 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-sp-3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-sp-4 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-sp-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-sp-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sp-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sp-1 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important;
  }

  .my-sp-2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-sp-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-sp-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-sp-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-sp-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-sp-1 {
    margin-top: 2.5px !important;
  }

  .mt-sp-2 {
    margin-top: 5px !important;
  }

  .mt-sp-3 {
    margin-top: 10px !important;
  }

  .mt-sp-4 {
    margin-top: 15px !important;
  }

  .mt-sp-5 {
    margin-top: 30px !important;
  }

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

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

  .mr-sp-1 {
    margin-right: 2.5px !important;
  }

  .mr-sp-2 {
    margin-right: 5px !important;
  }

  .mr-sp-3 {
    margin-right: 10px !important;
  }

  .mr-sp-4 {
    margin-right: 15px !important;
  }

  .mr-sp-5 {
    margin-right: 30px !important;
  }

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

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

  .mb-sp-1 {
    margin-bottom: 2.5px !important;
  }

  .mb-sp-2 {
    margin-bottom: 5px !important;
  }

  .mb-sp-3 {
    margin-bottom: 10px !important;
  }

  .mb-sp-4 {
    margin-bottom: 15px !important;
  }

  .mb-sp-5 {
    margin-bottom: 30px !important;
  }

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

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

  .ml-sp-1 {
    margin-left: 2.5px !important;
  }

  .ml-sp-2 {
    margin-left: 5px !important;
  }

  .ml-sp-3 {
    margin-left: 10px !important;
  }

  .ml-sp-4 {
    margin-left: 15px !important;
  }

  .ml-sp-5 {
    margin-left: 30px !important;
  }

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

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

  .p-sp-1 {
    padding: 2.5px !important;
  }

  .p-sp-2 {
    padding: 5px !important;
  }

  .p-sp-3 {
    padding: 10px !important;
  }

  .p-sp-4 {
    padding: 15px !important;
  }

  .p-sp-5 {
    padding: 30px !important;
  }

  .px-sp-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sp-1 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
  }

  .px-sp-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-sp-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-sp-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-sp-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-sp-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sp-1 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
  }

  .py-sp-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-sp-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sp-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-sp-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .pt-sp-1 {
    padding-top: 2.5px !important;
  }

  .pt-sp-2 {
    padding-top: 5px !important;
  }

  .pt-sp-3 {
    padding-top: 10px !important;
  }

  .pt-sp-4 {
    padding-top: 15px !important;
  }

  .pt-sp-5 {
    padding-top: 30px !important;
  }

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

  .pr-sp-1 {
    padding-right: 2.5px !important;
  }

  .pr-sp-2 {
    padding-right: 5px !important;
  }

  .pr-sp-3 {
    padding-right: 10px !important;
  }

  .pr-sp-4 {
    padding-right: 15px !important;
  }

  .pr-sp-5 {
    padding-right: 30px !important;
  }

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

  .pb-sp-1 {
    padding-bottom: 2.5px !important;
  }

  .pb-sp-2 {
    padding-bottom: 5px !important;
  }

  .pb-sp-3 {
    padding-bottom: 10px !important;
  }

  .pb-sp-4 {
    padding-bottom: 15px !important;
  }

  .pb-sp-5 {
    padding-bottom: 30px !important;
  }

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

  .pl-sp-1 {
    padding-left: 2.5px !important;
  }

  .pl-sp-2 {
    padding-left: 5px !important;
  }

  .pl-sp-3 {
    padding-left: 10px !important;
  }

  .pl-sp-4 {
    padding-left: 15px !important;
  }

  .pl-sp-5 {
    padding-left: 30px !important;
  }

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

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

  .text-sp-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 381px) {
  .header__logo {
    margin-right: 30px;
  }
  .header__hamburger {
    margin-left: 20px;
  }
  .header__extra {
    margin-left: 24px;
  }
  .header__search-btn {
    margin-right: 20px;
  }
  .footer-connection__table td:first-child {
    width: 180px;
    padding-right: 20px;
  }
  .hero-slide__content {
    padding-top: 60px;
  }
  .hero-slide__title:after {
    margin-top: 40px;
  }
}
@media (min-width: 481px) {
  .col-sl {
    flex: 1 0 0%;
    min-width: 0;
  }

  .row-cols-sl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sl-0 {
    margin-left: 0;
  }

  .offset-sl-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .g-sl-1,
.gx-sl-1 {
    --bs-gutter-x: 30px;
  }

  .g-sl-1,
.gy-sl-1 {
    --bs-gutter-y: 30px;
  }

  .g-sl-2,
.gx-sl-2 {
    --bs-gutter-x: 50px;
  }

  .g-sl-2,
.gy-sl-2 {
    --bs-gutter-y: 50px;
  }

  .g-sl-3,
.gx-sl-3 {
    --bs-gutter-x: 70px;
  }

  .g-sl-3,
.gy-sl-3 {
    --bs-gutter-y: 70px;
  }
  .float-sl-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sl-first {
    order: -1 !important;
  }

  .order-sl-0 {
    order: 0 !important;
  }

  .order-sl-1 {
    order: 1 !important;
  }

  .order-sl-2 {
    order: 2 !important;
  }

  .order-sl-3 {
    order: 3 !important;
  }

  .order-sl-4 {
    order: 4 !important;
  }

  .order-sl-5 {
    order: 5 !important;
  }

  .order-sl-last {
    order: 6 !important;
  }

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

  .m-sl-1 {
    margin: 2.5px !important;
  }

  .m-sl-2 {
    margin: 5px !important;
  }

  .m-sl-3 {
    margin: 10px !important;
  }

  .m-sl-4 {
    margin: 15px !important;
  }

  .m-sl-5 {
    margin: 30px !important;
  }

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

  .mx-sl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sl-1 {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important;
  }

  .mx-sl-2 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-sl-3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-sl-4 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-sl-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-sl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sl-1 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important;
  }

  .my-sl-2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-sl-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-sl-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-sl-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-sl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-sl-1 {
    margin-top: 2.5px !important;
  }

  .mt-sl-2 {
    margin-top: 5px !important;
  }

  .mt-sl-3 {
    margin-top: 10px !important;
  }

  .mt-sl-4 {
    margin-top: 15px !important;
  }

  .mt-sl-5 {
    margin-top: 30px !important;
  }

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

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

  .mr-sl-1 {
    margin-right: 2.5px !important;
  }

  .mr-sl-2 {
    margin-right: 5px !important;
  }

  .mr-sl-3 {
    margin-right: 10px !important;
  }

  .mr-sl-4 {
    margin-right: 15px !important;
  }

  .mr-sl-5 {
    margin-right: 30px !important;
  }

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

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

  .mb-sl-1 {
    margin-bottom: 2.5px !important;
  }

  .mb-sl-2 {
    margin-bottom: 5px !important;
  }

  .mb-sl-3 {
    margin-bottom: 10px !important;
  }

  .mb-sl-4 {
    margin-bottom: 15px !important;
  }

  .mb-sl-5 {
    margin-bottom: 30px !important;
  }

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

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

  .ml-sl-1 {
    margin-left: 2.5px !important;
  }

  .ml-sl-2 {
    margin-left: 5px !important;
  }

  .ml-sl-3 {
    margin-left: 10px !important;
  }

  .ml-sl-4 {
    margin-left: 15px !important;
  }

  .ml-sl-5 {
    margin-left: 30px !important;
  }

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

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

  .p-sl-1 {
    padding: 2.5px !important;
  }

  .p-sl-2 {
    padding: 5px !important;
  }

  .p-sl-3 {
    padding: 10px !important;
  }

  .p-sl-4 {
    padding: 15px !important;
  }

  .p-sl-5 {
    padding: 30px !important;
  }

  .px-sl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sl-1 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
  }

  .px-sl-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-sl-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-sl-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-sl-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-sl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sl-1 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
  }

  .py-sl-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-sl-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sl-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-sl-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .pt-sl-1 {
    padding-top: 2.5px !important;
  }

  .pt-sl-2 {
    padding-top: 5px !important;
  }

  .pt-sl-3 {
    padding-top: 10px !important;
  }

  .pt-sl-4 {
    padding-top: 15px !important;
  }

  .pt-sl-5 {
    padding-top: 30px !important;
  }

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

  .pr-sl-1 {
    padding-right: 2.5px !important;
  }

  .pr-sl-2 {
    padding-right: 5px !important;
  }

  .pr-sl-3 {
    padding-right: 10px !important;
  }

  .pr-sl-4 {
    padding-right: 15px !important;
  }

  .pr-sl-5 {
    padding-right: 30px !important;
  }

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

  .pb-sl-1 {
    padding-bottom: 2.5px !important;
  }

  .pb-sl-2 {
    padding-bottom: 5px !important;
  }

  .pb-sl-3 {
    padding-bottom: 10px !important;
  }

  .pb-sl-4 {
    padding-bottom: 15px !important;
  }

  .pb-sl-5 {
    padding-bottom: 30px !important;
  }

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

  .pl-sl-1 {
    padding-left: 2.5px !important;
  }

  .pl-sl-2 {
    padding-left: 5px !important;
  }

  .pl-sl-3 {
    padding-left: 10px !important;
  }

  .pl-sl-4 {
    padding-left: 15px !important;
  }

  .pl-sl-5 {
    padding-left: 30px !important;
  }

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

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

  .text-sl-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 481px) {
  .header__search-btn {
    margin-right: 24px;
  }
  .header__login-btn > i {
    margin-right: 8px;
  }
  .popup.login-popup:before {
    right: 54px !important;
  }
  .hero-slide__more {
    margin-top: 0;
    position: absolute;
    right: var(--container-gutter);
    bottom: 20px;
    z-index: 11;
  }
  .card-product {
    font-size: 14px;
    padding: 20px;
  }
  .grid-persons__item {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    min-width: 0;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 30px;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 30px;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 50px;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 50px;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 70px;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 70px;
  }
  .float-sm-left {
    float: left !important;
  }

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

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

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

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

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

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

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

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

  .m-sm-1 {
    margin: 2.5px !important;
  }

  .m-sm-2 {
    margin: 5px !important;
  }

  .m-sm-3 {
    margin: 10px !important;
  }

  .m-sm-4 {
    margin: 15px !important;
  }

  .m-sm-5 {
    margin: 30px !important;
  }

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important;
  }

  .mx-sm-2 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-sm-3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-sm-4 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-sm-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important;
  }

  .my-sm-2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-sm-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-sm-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-sm-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-sm-1 {
    margin-top: 2.5px !important;
  }

  .mt-sm-2 {
    margin-top: 5px !important;
  }

  .mt-sm-3 {
    margin-top: 10px !important;
  }

  .mt-sm-4 {
    margin-top: 15px !important;
  }

  .mt-sm-5 {
    margin-top: 30px !important;
  }

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

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

  .mr-sm-1 {
    margin-right: 2.5px !important;
  }

  .mr-sm-2 {
    margin-right: 5px !important;
  }

  .mr-sm-3 {
    margin-right: 10px !important;
  }

  .mr-sm-4 {
    margin-right: 15px !important;
  }

  .mr-sm-5 {
    margin-right: 30px !important;
  }

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

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

  .mb-sm-1 {
    margin-bottom: 2.5px !important;
  }

  .mb-sm-2 {
    margin-bottom: 5px !important;
  }

  .mb-sm-3 {
    margin-bottom: 10px !important;
  }

  .mb-sm-4 {
    margin-bottom: 15px !important;
  }

  .mb-sm-5 {
    margin-bottom: 30px !important;
  }

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

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

  .ml-sm-1 {
    margin-left: 2.5px !important;
  }

  .ml-sm-2 {
    margin-left: 5px !important;
  }

  .ml-sm-3 {
    margin-left: 10px !important;
  }

  .ml-sm-4 {
    margin-left: 15px !important;
  }

  .ml-sm-5 {
    margin-left: 30px !important;
  }

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

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

  .p-sm-1 {
    padding: 2.5px !important;
  }

  .p-sm-2 {
    padding: 5px !important;
  }

  .p-sm-3 {
    padding: 10px !important;
  }

  .p-sm-4 {
    padding: 15px !important;
  }

  .p-sm-5 {
    padding: 30px !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
  }

  .px-sm-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-sm-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-sm-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-sm-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
  }

  .py-sm-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-sm-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sm-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-sm-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .pt-sm-1 {
    padding-top: 2.5px !important;
  }

  .pt-sm-2 {
    padding-top: 5px !important;
  }

  .pt-sm-3 {
    padding-top: 10px !important;
  }

  .pt-sm-4 {
    padding-top: 15px !important;
  }

  .pt-sm-5 {
    padding-top: 30px !important;
  }

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

  .pr-sm-1 {
    padding-right: 2.5px !important;
  }

  .pr-sm-2 {
    padding-right: 5px !important;
  }

  .pr-sm-3 {
    padding-right: 10px !important;
  }

  .pr-sm-4 {
    padding-right: 15px !important;
  }

  .pr-sm-5 {
    padding-right: 30px !important;
  }

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

  .pb-sm-1 {
    padding-bottom: 2.5px !important;
  }

  .pb-sm-2 {
    padding-bottom: 5px !important;
  }

  .pb-sm-3 {
    padding-bottom: 10px !important;
  }

  .pb-sm-4 {
    padding-bottom: 15px !important;
  }

  .pb-sm-5 {
    padding-bottom: 30px !important;
  }

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

  .pl-sm-1 {
    padding-left: 2.5px !important;
  }

  .pl-sm-2 {
    padding-left: 5px !important;
  }

  .pl-sm-3 {
    padding-left: 10px !important;
  }

  .pl-sm-4 {
    padding-left: 15px !important;
  }

  .pl-sm-5 {
    padding-left: 30px !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 577px) {
  .m-sidebar__btn {
    display: none;
  }
  .grid-1-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-basement__inner {
    display: flex;
    justify-content: space-between;
  }
  .grid-news__item {
    flex: 0 0 auto;
    width: 50%;
  }
  .grid-cards__item {
    flex: 0 0 auto;
    width: 50%;
  }
  .notfound__col {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .list-news__item {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (min-width: 577px) and (max-width: 800px) {
  .notfound__code {
    font-size: 22.5vw;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
  }
  .remodal--small {
    max-width: 500px;
  }
}
@media screen and (min-width: 641px) {
  .section-complex__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .section-complex__title {
    padding-right: 20px;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .grid-1-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-intro__col {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 50%;
  }
  .card-content__col {
    flex: 0 0 auto;
    width: 50%;
  }
  .footer-grid__col--represent {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .footer-grid__col--info {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .footer-lanatm {
    max-width: 200px;
  }
  .footer-connection {
    --bs-gutter-y: 40px;
  }
  .card-accordion__col {
    flex: 0 0 auto;
    width: 50%;
  }
  .card-accordion__col--content {
    padding-right: 40px;
  }
  .grid-clients {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .card-company {
    padding: 30px 30px 34px;
  }
  .search-results__number {
    flex: 0 0 120px;
  }
}
@media screen and (min-width: 701px) {
  .product-details__slider {
    flex: 0 0 auto;
    width: 50%;
  }
  .product-details__info {
    flex: 0 0 auto;
    width: 50%;
  }
  .product-info__text {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem;
  }
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem;
  }
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem;
  }
}
@media screen and (min-width: 768px) {
  .figure-full__content {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
  }
  .figure-full__img-w {
    flex: 0 0 auto;
    width: 50%;
  }
  .figure-full__img-w picture, .figure-full__img-w img {
    height: 100%;
  }
  .figure__content {
    flex: 0 0 auto;
    width: 50%;
  }
  .figure__img-w {
    flex: 0 0 auto;
    width: 50%;
  }
  .figure__img-w picture, .figure__img-w img {
    height: 100%;
  }
  .accordion__head {
    padding: 28px 50px;
  }
  .accordion__body {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 28px;
  }
  .card-figure__col {
    flex: 0 0 auto;
    width: 50%;
  }
  .doc-block__expander {
    margin-top: 50px;
    margin-left: 80px;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex: 1 0 0%;
    min-width: 0;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 30px;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 30px;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 50px;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 50px;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 70px;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 70px;
  }
  .float-md-left {
    float: left !important;
  }

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

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

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

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

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

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

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

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

  .m-md-1 {
    margin: 2.5px !important;
  }

  .m-md-2 {
    margin: 5px !important;
  }

  .m-md-3 {
    margin: 10px !important;
  }

  .m-md-4 {
    margin: 15px !important;
  }

  .m-md-5 {
    margin: 30px !important;
  }

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important;
  }

  .mx-md-2 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-md-3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-md-4 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-md-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important;
  }

  .my-md-2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-md-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-md-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-md-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-md-1 {
    margin-top: 2.5px !important;
  }

  .mt-md-2 {
    margin-top: 5px !important;
  }

  .mt-md-3 {
    margin-top: 10px !important;
  }

  .mt-md-4 {
    margin-top: 15px !important;
  }

  .mt-md-5 {
    margin-top: 30px !important;
  }

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

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

  .mr-md-1 {
    margin-right: 2.5px !important;
  }

  .mr-md-2 {
    margin-right: 5px !important;
  }

  .mr-md-3 {
    margin-right: 10px !important;
  }

  .mr-md-4 {
    margin-right: 15px !important;
  }

  .mr-md-5 {
    margin-right: 30px !important;
  }

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

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

  .mb-md-1 {
    margin-bottom: 2.5px !important;
  }

  .mb-md-2 {
    margin-bottom: 5px !important;
  }

  .mb-md-3 {
    margin-bottom: 10px !important;
  }

  .mb-md-4 {
    margin-bottom: 15px !important;
  }

  .mb-md-5 {
    margin-bottom: 30px !important;
  }

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

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

  .ml-md-1 {
    margin-left: 2.5px !important;
  }

  .ml-md-2 {
    margin-left: 5px !important;
  }

  .ml-md-3 {
    margin-left: 10px !important;
  }

  .ml-md-4 {
    margin-left: 15px !important;
  }

  .ml-md-5 {
    margin-left: 30px !important;
  }

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

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

  .p-md-1 {
    padding: 2.5px !important;
  }

  .p-md-2 {
    padding: 5px !important;
  }

  .p-md-3 {
    padding: 10px !important;
  }

  .p-md-4 {
    padding: 15px !important;
  }

  .p-md-5 {
    padding: 30px !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
  }

  .px-md-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-md-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-md-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-md-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
  }

  .py-md-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-md-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-md-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-md-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .pt-md-1 {
    padding-top: 2.5px !important;
  }

  .pt-md-2 {
    padding-top: 5px !important;
  }

  .pt-md-3 {
    padding-top: 10px !important;
  }

  .pt-md-4 {
    padding-top: 15px !important;
  }

  .pt-md-5 {
    padding-top: 30px !important;
  }

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

  .pr-md-1 {
    padding-right: 2.5px !important;
  }

  .pr-md-2 {
    padding-right: 5px !important;
  }

  .pr-md-3 {
    padding-right: 10px !important;
  }

  .pr-md-4 {
    padding-right: 15px !important;
  }

  .pr-md-5 {
    padding-right: 30px !important;
  }

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

  .pb-md-1 {
    padding-bottom: 2.5px !important;
  }

  .pb-md-2 {
    padding-bottom: 5px !important;
  }

  .pb-md-3 {
    padding-bottom: 10px !important;
  }

  .pb-md-4 {
    padding-bottom: 15px !important;
  }

  .pb-md-5 {
    padding-bottom: 30px !important;
  }

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

  .pl-md-1 {
    padding-left: 2.5px !important;
  }

  .pl-md-2 {
    padding-left: 5px !important;
  }

  .pl-md-3 {
    padding-left: 10px !important;
  }

  .pl-md-4 {
    padding-left: 15px !important;
  }

  .pl-md-5 {
    padding-left: 30px !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) {
  .figure__content {
    padding: 100px 20px 100px 40px;
  }
  .page-head__text {
    width: 50%;
    margin-left: auto;
  }
  .article__col--content {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .article__col--sidebar {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .footer-connection__table td:first-child {
    width: 240px;
  }
}
@media screen and (min-width: 801px) {
  .figure-full__inner {
    margin-left: 40px;
  }
  .swiper--video .swiper-pagination {
    left: 40px;
  }
  .grid-clients {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-news__item {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .article__col--content {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .article__col--sidebar {
    margin-left: 8.3333333333%;
  }
  .grid-companies__item {
    flex: 0 0 auto;
    width: 50%;
  }
  .grid-cards__item {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .grid-contacts__col {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (min-width: 901px) {
  .grid-1-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    min-width: 0;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 30px;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 30px;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 50px;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 50px;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 70px;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 70px;
  }
  .float-lg-left {
    float: left !important;
  }

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

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

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

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

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

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

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

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

  .m-lg-1 {
    margin: 2.5px !important;
  }

  .m-lg-2 {
    margin: 5px !important;
  }

  .m-lg-3 {
    margin: 10px !important;
  }

  .m-lg-4 {
    margin: 15px !important;
  }

  .m-lg-5 {
    margin: 30px !important;
  }

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important;
  }

  .mx-lg-2 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-lg-3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-lg-4 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-lg-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important;
  }

  .my-lg-2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-lg-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-lg-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-lg-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-lg-1 {
    margin-top: 2.5px !important;
  }

  .mt-lg-2 {
    margin-top: 5px !important;
  }

  .mt-lg-3 {
    margin-top: 10px !important;
  }

  .mt-lg-4 {
    margin-top: 15px !important;
  }

  .mt-lg-5 {
    margin-top: 30px !important;
  }

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

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

  .mr-lg-1 {
    margin-right: 2.5px !important;
  }

  .mr-lg-2 {
    margin-right: 5px !important;
  }

  .mr-lg-3 {
    margin-right: 10px !important;
  }

  .mr-lg-4 {
    margin-right: 15px !important;
  }

  .mr-lg-5 {
    margin-right: 30px !important;
  }

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

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

  .mb-lg-1 {
    margin-bottom: 2.5px !important;
  }

  .mb-lg-2 {
    margin-bottom: 5px !important;
  }

  .mb-lg-3 {
    margin-bottom: 10px !important;
  }

  .mb-lg-4 {
    margin-bottom: 15px !important;
  }

  .mb-lg-5 {
    margin-bottom: 30px !important;
  }

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

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

  .ml-lg-1 {
    margin-left: 2.5px !important;
  }

  .ml-lg-2 {
    margin-left: 5px !important;
  }

  .ml-lg-3 {
    margin-left: 10px !important;
  }

  .ml-lg-4 {
    margin-left: 15px !important;
  }

  .ml-lg-5 {
    margin-left: 30px !important;
  }

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

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

  .p-lg-1 {
    padding: 2.5px !important;
  }

  .p-lg-2 {
    padding: 5px !important;
  }

  .p-lg-3 {
    padding: 10px !important;
  }

  .p-lg-4 {
    padding: 15px !important;
  }

  .p-lg-5 {
    padding: 30px !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
  }

  .px-lg-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-lg-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-lg-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-lg-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
  }

  .py-lg-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-lg-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-lg-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-lg-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .pt-lg-1 {
    padding-top: 2.5px !important;
  }

  .pt-lg-2 {
    padding-top: 5px !important;
  }

  .pt-lg-3 {
    padding-top: 10px !important;
  }

  .pt-lg-4 {
    padding-top: 15px !important;
  }

  .pt-lg-5 {
    padding-top: 30px !important;
  }

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

  .pr-lg-1 {
    padding-right: 2.5px !important;
  }

  .pr-lg-2 {
    padding-right: 5px !important;
  }

  .pr-lg-3 {
    padding-right: 10px !important;
  }

  .pr-lg-4 {
    padding-right: 15px !important;
  }

  .pr-lg-5 {
    padding-right: 30px !important;
  }

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

  .pb-lg-1 {
    padding-bottom: 2.5px !important;
  }

  .pb-lg-2 {
    padding-bottom: 5px !important;
  }

  .pb-lg-3 {
    padding-bottom: 10px !important;
  }

  .pb-lg-4 {
    padding-bottom: 15px !important;
  }

  .pb-lg-5 {
    padding-bottom: 30px !important;
  }

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

  .pl-lg-1 {
    padding-left: 2.5px !important;
  }

  .pl-lg-2 {
    padding-left: 5px !important;
  }

  .pl-lg-3 {
    padding-left: 10px !important;
  }

  .pl-lg-4 {
    padding-left: 15px !important;
  }

  .pl-lg-5 {
    padding-left: 30px !important;
  }

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem;
  }
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
@media screen and (min-width: 992px) {
  .swiper--video {
    min-height: 660px;
  }
  .swiper--video .swiper-pagination {
    bottom: 102px;
  }
  .nav__item:hover .subnav, .nav__item:focus .subnav {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .subnav {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: calc(100% + 6px);
    width: 356px;
    left: -60px;
    -webkit-transition: all 0.15s ease-in 0.1s;
    transition: all 0.15s ease-in 0.1s;
  }
  .footer-grid__col--represent {
    flex: 0 0 auto;
    width: 25%;
  }
  .footer-grid__col--info {
    flex: 0 0 auto;
    width: 75%;
  }
  .footer-connection__col--emails {
    flex: 0 0 auto;
    width: 50%;
  }
  .footer-connection__col--phones {
    flex: 0 0 auto;
    width: 50%;
  }
  .hero-slide__content {
    padding-top: 110px;
  }
  .hero-slide__title:after {
    margin-top: 70px;
  }
  .hero-slide__text {
    margin-top: 136px;
  }
  .hero-slide__more {
    bottom: 86px;
  }
  .product-features__col {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 50%;
  }
  .grid-persons__item {
    flex: 0 0 auto;
    width: 25%;
  }
  .card-solution__content {
    padding: 32px 30px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .grid-1-4 {
    grid-gap: 40px;
  }
  .header__extra {
    padding-top: 12px;
  }
  .filter__mobile {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .figure-full__content {
    padding-bottom: 200px;
  }
  .figure__content {
    padding-left: 84px;
  }
  .section-shifted {
    margin-top: -100px;
  }
  .grid-1-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .header__hamburger {
    display: none;
  }
  .card-news__text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .grid-clients {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .product-type__info {
    flex: 0 0 auto;
    width: 25%;
  }
  .product-type__view {
    flex: 0 0 auto;
    width: 75%;
    padding-left: 40px;
  }
  .product-type__controls {
    margin-top: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .product-type__title {
    font-size: calc(3vw - 8px);
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
    min-width: 0;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 30px;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 30px;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 50px;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 50px;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 70px;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 70px;
  }
  .float-xl-left {
    float: left !important;
  }

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

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

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

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

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

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

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

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

  .m-xl-1 {
    margin: 2.5px !important;
  }

  .m-xl-2 {
    margin: 5px !important;
  }

  .m-xl-3 {
    margin: 10px !important;
  }

  .m-xl-4 {
    margin: 15px !important;
  }

  .m-xl-5 {
    margin: 30px !important;
  }

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important;
  }

  .mx-xl-2 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xl-3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xl-4 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-xl-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important;
  }

  .my-xl-2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xl-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xl-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-xl-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xl-1 {
    margin-top: 2.5px !important;
  }

  .mt-xl-2 {
    margin-top: 5px !important;
  }

  .mt-xl-3 {
    margin-top: 10px !important;
  }

  .mt-xl-4 {
    margin-top: 15px !important;
  }

  .mt-xl-5 {
    margin-top: 30px !important;
  }

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

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

  .mr-xl-1 {
    margin-right: 2.5px !important;
  }

  .mr-xl-2 {
    margin-right: 5px !important;
  }

  .mr-xl-3 {
    margin-right: 10px !important;
  }

  .mr-xl-4 {
    margin-right: 15px !important;
  }

  .mr-xl-5 {
    margin-right: 30px !important;
  }

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

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

  .mb-xl-1 {
    margin-bottom: 2.5px !important;
  }

  .mb-xl-2 {
    margin-bottom: 5px !important;
  }

  .mb-xl-3 {
    margin-bottom: 10px !important;
  }

  .mb-xl-4 {
    margin-bottom: 15px !important;
  }

  .mb-xl-5 {
    margin-bottom: 30px !important;
  }

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

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

  .ml-xl-1 {
    margin-left: 2.5px !important;
  }

  .ml-xl-2 {
    margin-left: 5px !important;
  }

  .ml-xl-3 {
    margin-left: 10px !important;
  }

  .ml-xl-4 {
    margin-left: 15px !important;
  }

  .ml-xl-5 {
    margin-left: 30px !important;
  }

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

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

  .p-xl-1 {
    padding: 2.5px !important;
  }

  .p-xl-2 {
    padding: 5px !important;
  }

  .p-xl-3 {
    padding: 10px !important;
  }

  .p-xl-4 {
    padding: 15px !important;
  }

  .p-xl-5 {
    padding: 30px !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
  }

  .px-xl-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-xl-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xl-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-xl-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
  }

  .py-xl-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xl-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xl-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-xl-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .pt-xl-1 {
    padding-top: 2.5px !important;
  }

  .pt-xl-2 {
    padding-top: 5px !important;
  }

  .pt-xl-3 {
    padding-top: 10px !important;
  }

  .pt-xl-4 {
    padding-top: 15px !important;
  }

  .pt-xl-5 {
    padding-top: 30px !important;
  }

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

  .pr-xl-1 {
    padding-right: 2.5px !important;
  }

  .pr-xl-2 {
    padding-right: 5px !important;
  }

  .pr-xl-3 {
    padding-right: 10px !important;
  }

  .pr-xl-4 {
    padding-right: 15px !important;
  }

  .pr-xl-5 {
    padding-right: 30px !important;
  }

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

  .pb-xl-1 {
    padding-bottom: 2.5px !important;
  }

  .pb-xl-2 {
    padding-bottom: 5px !important;
  }

  .pb-xl-3 {
    padding-bottom: 10px !important;
  }

  .pb-xl-4 {
    padding-bottom: 15px !important;
  }

  .pb-xl-5 {
    padding-bottom: 30px !important;
  }

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

  .pl-xl-1 {
    padding-left: 2.5px !important;
  }

  .pl-xl-2 {
    padding-left: 5px !important;
  }

  .pl-xl-3 {
    padding-left: 10px !important;
  }

  .pl-xl-4 {
    padding-left: 15px !important;
  }

  .pl-xl-5 {
    padding-left: 30px !important;
  }

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1280px) {
  .footer-grid__col--represent {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .footer-grid__col--info {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .footer-connection {
    margin-top: 60px;
  }
  .footer-connection__col--emails {
    flex: 0 0 auto;
    width: 52%;
  }
  .footer-connection__col--phones {
    flex: 0 0 auto;
    width: 40%;
    margin-left: 8%;
  }
}
@media screen and (min-width: 1281px) {
  .header__extra {
    margin-left: 40px;
  }
  .nav__item:nth-child(1n+2) {
    margin-left: 36px;
  }
  .page-head__title {
    width: 50%;
  }
  .card-news__body {
    padding: 32px 30px 32px;
  }
  .card-news__text {
    font-size: 20px;
    margin-bottom: 54px;
  }
  .grid-clients {
    grid-gap: 36px 80px;
  }
  .card-person__img-w {
    padding: 30px 30px 0;
  }
  .card-person__body {
    padding: 20px 30px 32px;
  }
  .doc-block__expander {
    margin-left: 120px;
  }
  .table-documentantion tbody tr td {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .table-documentantion tr td {
    padding-left: 30px;
    padding-right: 30px;
  }
  .table-documentantion tr td:first-child {
    padding-left: 50px;
  }
  .table-documentantion tr td:last-child {
    padding-right: 44px;
  }
}
@media screen and (min-width: 1441px) {
  .figure-full__inner {
    margin-left: calc((100vw - 1520px) / 2);
  }
  .swiper--video .swiper-pagination {
    left: calc((100vw - 1400px) / 2);
  }
  .section-shifted__container {
    margin: 0 auto;
  }
  .page-head__block--bottom:before {
    left: calc((100vw - 1400px) / -2);
  }
  .hero-slide__more {
    right: 0;
  }
}
@media screen and (min-width: 1481px) {
  .hero-slide__title:after {
    left: calc((100vw - 1480px) / -2);
  }
}
@media screen and (min-width: 1601px) {
  .popup.login-popup {
    margin-right: -40px !important;
  }
}
@media screen and (min-width: 1801px) {
  .header__extra {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
  }
  .header-search {
    width: calc(100% + (100vw - 1400px) / 2 - 140px - var(--scrollbar_width));
    right: auto;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem;
  }
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem;
  }
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
@media screen and (max-width: 1280px) {
  h1, .hero-slide__title, .h1-like {
    font-size: 48px;
  }
  h2, .product-info__title, .page-head--details .page-head__title, .h2-like {
    font-size: 39px;
  }
  h3, .doc-block__headline, .product-type__title, .hero-slide__text, .card-figure__number, .section-title, .section-complex__title, .h3-like {
    font-size: 27px;
  }
  h4, .card-company__name, .product-info__caption, .page-head__text, .card-figure__title, .accordion__title, .figure__text, .h4-like {
    font-size: 19px;
  }
  h5, .card-simple__title, .card-solution__title, .card-service__title, .h5-like {
    font-size: 18px;
  }
  .nav__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  h1, .hero-slide__title, .h1-like {
    font-size: 43px;
  }
  h2, .product-info__title, .page-head--details .page-head__title, .h2-like {
    font-size: 35px;
  }
  h3, .doc-block__headline, .product-type__title, .hero-slide__text, .card-figure__number, .section-title, .section-complex__title, .h3-like {
    font-size: 24px;
  }
  h4, .card-company__name, .product-info__caption, .page-head__text, .card-figure__title, .accordion__title, .figure__text, .h4-like {
    font-size: 17px;
  }
  h5, .card-simple__title, .card-solution__title, .card-service__title, .h5-like {
    font-size: 16px;
  }
  .map {
    height: 500px;
  }
  .space-v {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .space-top {
    padding-top: 70px;
  }
  .space-bottom {
    padding-bottom: 70px;
  }
  .space-v_lg {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .space-top_lg {
    padding-top: 98px;
  }
  .space-bottom_lg, .wrapper__inner {
    padding-bottom: 98px;
  }
  .space-v_md {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .space-top_md, .list-text__item:nth-child(1n+2) {
    padding-top: 56px;
  }
  .space-bottom_md, .list-text__item:nth-last-child(1n+2) {
    padding-bottom: 56px;
  }
  .space-v_sm {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .space-top_sm {
    padding-top: 28px;
  }
  .space-bottom_sm {
    padding-bottom: 28px;
  }
  .offset-v {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .offset-top, section:not(.section-shifted):not([class*=offset-]) {
    margin-top: 70px;
  }
  .offset-bottom {
    margin-bottom: 70px;
  }
  .offset-v_lg {
    margin-top: 98px;
    margin-bottom: 98px;
  }
  .offset-top_lg {
    margin-top: 98px;
  }
  .offset-bottom_lg {
    margin-bottom: 98px;
  }
  .offset-v_md {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .offset-top_md, .list-tables__item:nth-child(1n+2) {
    margin-top: 56px;
  }
  .offset-bottom_md, .article__video, .article__head, .filter {
    margin-bottom: 56px;
  }
  .offset-v_sm, .article__block {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .offset-top_sm {
    margin-top: 28px;
  }
  .offset-bottom_sm, .contacts-block__title, .card-figure__number {
    margin-bottom: 28px;
  }
  .footer-connection__table br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  h1, .hero-slide__title, .h1-like {
    font-size: 37px;
  }
  h2, .product-info__title, .page-head--details .page-head__title, .h2-like {
    font-size: 30px;
  }
  .swiper-arrow i {
    font-size: 46px;
  }
  .header__navigation {
    position: static !important;
    width: auto !important;
    max-width: 0 !important;
  }
  .header-search {
    top: 100% !important;
  }
  .header-search__input {
    padding-left: 40px;
  }
  .header-search__submit {
    left: 14px;
  }
  .header-search__close {
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  h1, .hero-slide__title, .h1-like {
    font-size: 32px;
  }
  h2, .product-info__title, .page-head--details .page-head__title, .h2-like {
    font-size: 26px;
  }
  .slideout-menu {
    width: 100% !important;
  }
  .panel-open {
    -webkit-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
  }
  .map {
    height: 350px;
  }
  .pager__arrow {
    display: none;
  }
  .header__login-btn span {
    display: none;
  }
  .hero-slide__text {
    margin-top: 60px;
  }
}
@media screen and (max-width: 380px) {
  h1, .hero-slide__title, .h1-like {
    font-size: 27px;
  }
  h2, .product-info__title, .page-head--details .page-head__title, .h2-like {
    font-size: 22px;
  }
  .header__logo {
    max-width: 130px !important;
  }
  .footer-top {
    padding: 30px 0;
  }
  .footer-connection__table td:last-child {
    padding-left: 20px;
  }
  .notfound__code {
    font-size: 120px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  .swiper-arrow i {
    font-size: 52px;
  }
  :root {
    --header_height: 70px;
  }
  .container--responsive_no-gutters {
    padding-left: 0;
    padding-right: 0;
  }
  .section-shifted__container {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
  .nav {
    display: none;
  }
  .product-type__info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .product-type__title {
    padding-right: 20px;
  }
  .product-type__more {
    margin-top: 4px;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 640px) {
  .remodal {
    padding: 60px 20px 30px;
  }
  .btn, .section-complex__more {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    padding: 13px 20px;
  }
  .map {
    height: 400px;
  }
  .pager__arrow--prev {
    margin-right: 20px;
  }
  .pager__arrow--next {
    margin-left: 20px;
  }
  .pager-nav__item:nth-child(1n+2) {
    margin-left: 4px;
  }
  .space-v {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .space-top {
    padding-top: 60px;
  }
  .space-bottom {
    padding-bottom: 60px;
  }
  .space-v_lg {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .space-top_lg {
    padding-top: 84px;
  }
  .space-bottom_lg, .wrapper__inner {
    padding-bottom: 84px;
  }
  .space-v_md {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .space-top_md, .list-text__item:nth-child(1n+2) {
    padding-top: 48px;
  }
  .space-bottom_md, .list-text__item:nth-last-child(1n+2) {
    padding-bottom: 48px;
  }
  .space-v_sm {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .space-top_sm {
    padding-top: 24px;
  }
  .space-bottom_sm {
    padding-bottom: 24px;
  }
  .offset-v {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .offset-top, section:not(.section-shifted):not([class*=offset-]) {
    margin-top: 60px;
  }
  .offset-bottom {
    margin-bottom: 60px;
  }
  .offset-v_lg {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .offset-top_lg {
    margin-top: 84px;
  }
  .offset-bottom_lg {
    margin-bottom: 84px;
  }
  .offset-v_md {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .offset-top_md, .list-tables__item:nth-child(1n+2) {
    margin-top: 48px;
  }
  .offset-bottom_md, .article__video, .article__head, .filter {
    margin-bottom: 48px;
  }
  .offset-v_sm, .article__block {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .offset-top_sm {
    margin-top: 24px;
  }
  .offset-bottom_sm, .contacts-block__title, .card-figure__number {
    margin-bottom: 24px;
  }
  .section-complex {
    padding-bottom: 70px;
  }
  .section-complex__nav {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .section-complex__more {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .popup.login-popup .login-popup__link {
    font-size: 14px;
    padding: 14px 20px;
  }
  .footer-lanatm__list {
    display: none;
  }
  .footer-lanatm__caption br {
    display: none;
  }
  .hero-slide__title {
    font-size: clamp(24px, 6vw, 40px);
  }
  .hero-slide__text {
    font-size: 18px;
  }
  .card-accordion__col--content {
    order: 1;
  }
  .product-type {
    padding-bottom: 80px;
  }
  .product-type__info {
    display: block;
  }
  .product-type__controls {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem;
  }
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem;
  }
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem;
  }
  .ui.wide.popup,
.ui[class*="very wide"].popup {
    max-width: 250px;
  }
}
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    min-width: calc(100% - 17px);
  }
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .figure-full__content {
    order: 1;
  }
}
@media (pointer: fine) {
  .accordion__head:hover .accordion__title, .accordion__head:focus .accordion__title {
    color: #0674e5;
  }
}
@media screen and (max-width: 1366px) {
  .space-v {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .space-top {
    padding-top: 80px;
  }
  .space-bottom {
    padding-bottom: 80px;
  }
  .space-v_lg {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .space-top_lg {
    padding-top: 112px;
  }
  .space-bottom_lg, .wrapper__inner {
    padding-bottom: 112px;
  }
  .space-v_md {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .space-top_md, .list-text__item:nth-child(1n+2) {
    padding-top: 64px;
  }
  .space-bottom_md, .list-text__item:nth-last-child(1n+2) {
    padding-bottom: 64px;
  }
  .space-v_sm {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .space-top_sm {
    padding-top: 32px;
  }
  .space-bottom_sm {
    padding-bottom: 32px;
  }
  .offset-v {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .offset-top, section:not(.section-shifted):not([class*=offset-]) {
    margin-top: 80px;
  }
  .offset-bottom {
    margin-bottom: 80px;
  }
  .offset-v_lg {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .offset-top_lg {
    margin-top: 112px;
  }
  .offset-bottom_lg {
    margin-bottom: 112px;
  }
  .offset-v_md {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .offset-top_md, .list-tables__item:nth-child(1n+2) {
    margin-top: 64px;
  }
  .offset-bottom_md, .article__video, .article__head, .filter {
    margin-bottom: 64px;
  }
  .offset-v_sm, .article__block {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .offset-top_sm {
    margin-top: 32px;
  }
  .offset-bottom_sm, .contacts-block__title, .card-figure__number {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --container-gutter: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header__logo {
    max-width: 150px;
  }
  .header__navigation {
    max-width: 400px;
    width: 100%;
    height: 60px;
  }
  .header-search {
    top: 2px;
  }
  .header-search__input {
    height: 44px;
  }
  .filter__desktop {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .footer-top {
    padding: 40px 0;
  }
  .footer-nav {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .footer-basement {
    font-size: 12px;
  }
  .footer-basement__dev {
    margin-top: 6px;
  }
}