.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
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;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  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;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  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 {
  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;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  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--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.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;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  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;
}
.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.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;
}
.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);
}
.fancybox-caption {
  background: linear-gradient(0deg, 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%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(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;
}
.fancybox-loading {
  animation: a 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;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (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:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  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:link,
.fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  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;
  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: 50%;
  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;
  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;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* до 639px (0px - 639px)*/
/* до 990px (640px - 990px) */
/* до 1199 (990px - 1199px) */
/* до 1599px (1200px - 1599px) */
/* 1600 */
/* 1920 */
.fancybox-container .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 26px;
  height: 26px;
  display: block;
  z-index: 2;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.962.103l1.797%201.807L1.797%2026%200%2024.193z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.24%201.807L2.037%200%2026%2024.09l-1.797%201.807z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 250ms ease opacity 0ms;
}
@media (max-width: 990px) {
  .fancybox-container .close {
    right: 20px;
  }
}
.fancybox-container .close:hover {
  opacity: 0.75;
}
.fancybox-content {
  background-color: #181818;
  padding: 60px 60px 40px;
  max-width: 540px;
}
@media (max-width: 639px) {
  .fancybox-content {
    padding: 40px 20px 40px;
  }
}
.fancybox-content .popup_head {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: white;
  margin-bottom: 60px;
}
@media (max-width: 639px) {
  .fancybox-content .popup_head {
    margin-bottom: 30px;
    font-size: 23px;
  }
}
.fancybox-content .popup_head.result {
  margin-bottom: 0;
  line-height: 1.5;
}
.fancybox-content .popup_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fancybox-content .popup_footer {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.fancybox-content .popup_footer a {
  color: #8E8E8E;
}
.fancybox-content .popup_footer .popup-checkbox-row {
  text-align: left;
}
.fancybox-content .popup-send {
  margin-bottom: 15px;
}
.fancybox-content .popup-send .btn {
  padding: 18px;
  width: 100%;
}
.fancybox-content .popup-row {
  flex-shrink: 0;
  width: 100%;
}
.fancybox-content .popup-row .input-item {
  margin-bottom: 20px;
}
.fancybox-content .popup-row:last-child {
  margin-bottom: 30px;
}
.fancybox-content .popup-row:last-child input {
  margin-bottom: 0;
}
.fancybox-content .popup-row.error input,
.fancybox-content .popup-row.error textarea {
  border-color: red;
  color: red;
}
.fancybox-content .popup-row.error .error-info {
  color: #ff7272;
  bottom: -17px;
  opacity: 1;
}
.fancybox-content .popup-row .error-info {
  position: absolute;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  bottom: -14px;
  color: #ff7272;
  opacity: 0;
  transition: 300ms ease opacity 0ms, 300ms ease bottom 0ms;
}
.fancybox-content .popup-answer {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: white;
}
.fancybox-content.popup_head {
  color: white;
}
.fancybox-content.popup-error {
  color: white;
}
.fancybox-bg {
  background: linear-gradient(190.66deg, rgba(17, 77, 151, 0.5) 39.77%, rgba(17, 77, 151, 0) 104.86%);
  filter: blur(3px);
  opacity: 1;
}
.fancybox-button > svg {
  color: white;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #114D97;
  border-radius: 50%;
  border-top-color: transparent;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
b {
  font-weight: bold;
}
input,
button,
textarea,
select {
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.25;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
  outline: none;
}
*:after,
*:before {
  box-sizing: inherit;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'ALS Rubl';
  src: local('ALS Rubl'), local('ALSRubl'), url('../fonts/ALSRubl/ALSRubl.woff2') format('woff2'), url('../fonts/ALSRubl/ALSRubl.woff') format('woff'), url('../fonts/ALSRubl/ALSRubl.ttf') format('truetype'), url('../fonts/ALSRubl/ALSRubl.svg#ALSRubl') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
/* Общие стили для всего сайта! */
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  color: #181818;
}
body.fancybox-active > *:not(.fancybox-container) {
  filter: blur(8px);
}
body,
html,
#app,
.height-wrapper {
  min-height: 100vh;
}
.height-wrapper {
  display: flex;
  flex-direction: column;
}
.height-wrapper main {
  flex: 1 0 auto;
}
h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 639px) {
  h1 {
    font-size: 19px;
  }
}
ul {
  margin: 10px;
}
ul li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
ul li:after {
  content: "";
  width: 0.35em;
  height: 0.35em;
  background: #114D97;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0.47em;
}
.description p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  .description p {
    font-size: 16px;
    line-height: 120%;
  }
}
.select2 {
  font-weight: normal;
}
.select2.select2-container--open .select2-selection__arrow b {
  transform: scale(1, -1);
}
.select2 .select2-selection {
  width: 260px;
  height: 39px;
  border-radius: 0;
  border: 1px solid #8E8E8E;
}
.select2 .select2-selection .select2-selection__rendered {
  height: 100%;
  font-size: 18px;
  color: #181818;
  line-height: 37px;
  padding-left: 15px;
}
@media (max-width: 990px) {
  .select2 .select2-selection .select2-selection__rendered {
    font-size: 16px;
  }
}
.select2 .select2-selection .select2-selection__arrow {
  height: 37px;
  width: 40px;
}
.select2 .select2-selection .select2-selection__arrow b {
  width: 14px;
  height: 8px;
  background-size: contain;
  background-position: center;
  border: none;
  margin-left: -7px;
  margin-top: -4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1%201l6%206%206-6%22%20stroke%3D%22%23181818%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
  transition: 300ms ease transform 0ms;
}
.wait-message {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120000;
  transition: 0.1s ease opacity 0ms, 0.1s ease visibility 0ms;
}
.wait-message.show {
  opacity: 1;
  visibility: visible;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  padding: 15px 18px;
  border-radius: 0;
  border: 1px solid #8E8E8E;
  background: #F7FAFD;
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #181818;
  width: 100%;
}
.lazy {
  opacity: 0;
  transition: 300ms ease opacity 0ms;
}
.lazy[data-was-processed=true] {
  opacity: 1;
}
a {
  font-weight: 400;
  transition: 300ms ease color 0ms;
}
a:hover {
  color: #114D97;
}
i.rouble {
  display: inline-block;
}
i.rouble:after {
  content: 'o';
  font-family: 'ALS Rubl', sans-serif;
  font-size: 1em;
}
.container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media (max-width: 1599px) {
  .container {
    padding: 0 30px;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  .container {
    padding: 0 10px;
  }
}
.hamburger {
  display: none;
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 46px;
  height: 46px;
  cursor: pointer;
  opacity: 0.7;
  margin-left: auto;
  transition: 300ms ease opacity 0ms;
}
@media (max-width: 990px) {
  .hamburger {
    display: block;
  }
}
.hamburger:hover {
  opacity: 1;
}
.hamburger:hover .line.n2 {
  width: 30px;
}
.hamburger .line {
  position: absolute;
  width: 30px;
  left: 8px;
  height: 2px;
  background-color: white;
  transition: 300ms ease transform 0ms, 300ms ease opacity 0ms;
}
.hamburger .line.n1 {
  top: 12px;
}
.hamburger .line.n2 {
  width: 14px;
  top: 22px;
  transition: 300ms ease width 0ms;
}
.hamburger .line.n3 {
  top: 32px;
}
.show-mobile-menu .header-mobile-menu {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.show-mobile-menu .hamburger .line.n1 {
  transform: rotate(45deg) translate(7px, 7px);
}
.show-mobile-menu .hamburger .line.n2 {
  opacity: 0;
  width: 0;
}
.show-mobile-menu .hamburger .line.n3 {
  transform: rotate(-45deg) translate(7px, -7px);
}
.anchor {
  position: relative;
  width: 100%;
  height: 0;
  opacity: 0;
  border: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.select2-container ul li:after {
  content: none;
}
.search-wrapper {
  text-align: right;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .search-wrapper {
    margin-top: 0;
  }
}
.search-wrapper input {
  width: 445px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #181818;
  padding: 15px 50px 15px 10px;
  background-color: #F7FAFD;
  border: 1px solid #114D97;
}
@media (max-width: 990px) {
  .search-wrapper input {
    width: 380px;
    padding: 10px 30px 10px 10px;
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .search-wrapper input {
    width: 100%;
  }
}
.search-wrapper .search-button {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 15px;
  border: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M19.7722%2018.6726L14.8912%2013.7917C16.1045%2012.3328%2016.8354%2010.4593%2016.8354%208.41797C16.8354%203.77628%2013.0592%200%208.41776%200C3.77618%200%200%203.77628%200%208.41797C0%2013.0593%203.77618%2016.8353%208.41776%2016.8353C10.459%2016.8353%2012.3326%2016.1045%2013.7915%2014.8912L18.6726%2019.7722C18.8244%2019.9241%2019.0234%2020%2019.2224%2020C19.4214%2020%2019.6204%2019.9241%2019.7723%2019.7722C20.076%2019.4685%2020.076%2018.9763%2019.7722%2018.6726ZM1.55518%208.41797C1.55518%204.63381%204.6337%201.55518%208.41776%201.55518C12.2017%201.55518%2015.2801%204.63381%2015.2801%208.41797C15.2801%2012.2018%2012.2017%2015.2801%208.41776%2015.2801C4.6337%2015.2801%201.55518%2012.2018%201.55518%208.41797Z%22%20fill%3D%22%23181818%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  opacity: 0.6;
  transition: 300ms ease opacity 0ms;
}
@media (max-width: 990px) {
  .search-wrapper .search-button {
    right: 15px;
    top: 10px;
  }
}
.search-wrapper .search-button:hover {
  opacity: 0.9;
}
.bg-normalize {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-info h2 {
  font-size: 21px;
  margin-bottom: 8px;
  margin-top: 8px;
  font-weight: bold;
}
.page-info h3 {
  font-size: 19px;
  margin-bottom: 8px;
  margin-top: 8px;
  font-weight: bold;
}
.page-info h5 {
  margin-bottom: 8px;
  margin-top: 8px;
  font-weight: bold;
}
.page-info p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
}
.page-info strong {
  font-weight: bold;
}
.page-info em {
  font-style: italic;
}
.pay-mir {
  display: inline-block;
  height: 26px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20style%3D%22enable-background%3Anew%200%200%20809%20229%3B%22%0A%20%20%20viewBox%3D%220%200%20809%20229%22%0A%20%20%20height%3D%22229px%22%0A%20%20%20width%3D%22809px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20x%3D%220px%22%0A%20%20%20id%3D%22Layer_1%22%0A%20%20%20version%3D%221.1%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata30%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs28%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20id%3D%22style3%22%0A%20%20%20%20%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%234DB45E%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Aurl(%23SVGID_1_)%3B%7D%0A%3C%2Fstyle%3E%3Cg%0A%20%20%20%20%20id%3D%22g5%22%3E%3Cpath%0A%20%20%20%20%20%20%20id%3D%22path7%22%0A%20%20%20%20%20%20%20d%3D%22M218%2C0l0%2C0.1c-0.1%2C0-31.6-0.1-40%2C30c-7.7%2C27.6-29.4%2C103.8-30%2C105.9h-6c0%2C0-22.2-77.9-30-106%20%20%20C103.6-0.1%2C72%2C0%2C72%2C0H0v229h72V93h3h3l42%2C136h50l42-135.9h6V229h72V0H218z%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%20%2F%3E%3C%2Fg%3E%3Cg%0A%20%20%20%20%20id%3D%22g9%22%3E%3Cpath%0A%20%20%20%20%20%20%20id%3D%22path11%22%0A%20%20%20%20%20%20%20d%3D%22M481%2C0c0%2C0-21.1%2C1.9-31%2C24l-51%2C112h-6V0h-72v229l68%2C0v0c0%2C0%2C22.1-2%2C32-24l50-112h6v136h72V0H481z%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%20%2F%3E%3C%2Fg%3E%3Cg%0A%20%20%20%20%20id%3D%22g13%22%3E%3Cpath%0A%20%20%20%20%20%20%20id%3D%22path15%22%0A%20%20%20%20%20%20%20d%3D%22M581%2C104v125h72v-73h78c34%2C0%2C62.8-21.7%2C73.5-52H581z%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%20%2F%3E%3C%2Fg%3E%3Cg%0A%20%20%20%20%20id%3D%22g17%22%3E%3ClinearGradient%0A%20%20%20%20%20%20%20y2%3D%2247%22%0A%20%20%20%20%20%20%20x2%3D%22809%22%0A%20%20%20%20%20%20%20y1%3D%2247%22%0A%20%20%20%20%20%20%20x1%3D%22570.9194%22%0A%20%20%20%20%20%20%20gradientUnits%3D%22userSpaceOnUse%22%0A%20%20%20%20%20%20%20id%3D%22SVGID_1_%22%3E%3Cstop%0A%20%20%20%20%20%20%20%20%20id%3D%22stop20%22%0A%20%20%20%20%20%20%20%20%20style%3D%22stop-color%3A%2300B4E6%22%0A%20%20%20%20%20%20%20%20%20offset%3D%220.3%22%20%2F%3E%3Cstop%0A%20%20%20%20%20%20%20%20%20id%3D%22stop22%22%0A%20%20%20%20%20%20%20%20%20style%3D%22stop-color%3A%23088CCB%22%0A%20%20%20%20%20%20%20%20%20offset%3D%221%22%20%2F%3E%3C%2FlinearGradient%3E%3Cpath%0A%20%20%20%20%20%20%20id%3D%22path24%22%0A%20%20%20%20%20%20%20d%3D%22M731%2C0H570.9c8%2C43.6%2C40.7%2C78.6%2C83%2C90l0%2C0c9.6%2C2.6%2C19.7%2C4%2C30.1%2C4h123.4c1.1-5.2%2C1.6-10.5%2C1.6-16%20%20%20C809%2C34.9%2C774.1%2C0%2C731%2C0z%22%0A%20%20%20%20%20%20%20class%3D%22st1%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.btn {
  font-style: normal;
  font-weight: normal;
  border: none;
  display: inline-block;
  position: relative;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
  background: center center / cover no-repeat;
  transition: 300ms ease background-color 0ms, 300ms ease color 0ms, 300ms ease border 0ms;
}
@media (max-width: 1599px) {
  .btn {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .btn {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .btn {
    font-size: 13px;
  }
}
.btn > span {
  position: relative;
  z-index: 3;
  display: block;
  background: transparent;
}
.btn-primary {
  padding: 12px 38px;
  background-color: #114D97;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .btn-primary {
    padding: 11px 28px;
  }
}
@media (max-width: 1199px) {
  .btn-primary {
    padding: 13px 10px;
  }
}
.btn-primary:hover {
  color: white;
  background-color: #185eb5;
}
.btn-primary:disabled {
  background: #8E8E8E !important;
  color: white;
  cursor: default;
  pointer-events: none;
}
.btn-catalog {
  padding: 10px 20px;
  background-color: #114D97;
  color: white;
}
@media (max-width: 990px) {
  .btn-catalog {
    padding: 8px 15px;
  }
}
.btn-catalog:hover {
  color: white;
  background-color: #185eb5;
}
.btn-catalog:disabled {
  background: #8E8E8E !important;
  color: white;
  cursor: default;
  pointer-events: none;
}
.btn-page-link {
  padding: 15px 45px;
}
.input {
  width: 100%;
  position: relative;
  display: block;
  line-height: 0;
}
.input-item {
  padding: 15px 18px;
  background: #fff;
  border-radius: 24px;
  border: none;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 21px;
  color: #181818;
  transition: 0.3s linear border-color 0ms, 0.3s linear box-shadow 0ms;
}
@media (max-width: 990px) {
  .input-item {
    padding: 10px 20px 11px;
  }
}
textarea.input-item {
  height: 120px;
  resize: none;
}
textarea.input-item ~ .input-required {
  top: 11px;
}
.input-item[type=number]::-webkit-inner-spin-button,
.input-item[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-placeholder {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  transition: 0.1s top, 0.1s font-size;
  padding: 15px 18px;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  border-radius: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
  color: #8E8E8E;
}
@media (max-width: 990px) {
  .input-placeholder {
    line-height: 32px;
    padding: 10px 20px 11px;
  }
}
@media (max-width: 639px) {
  .input-placeholder {
    font-size: 14px;
  }
}
.input-error {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: hidden;
  top: -15px;
  left: 0;
  right: auto;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #ff7272;
  opacity: 0;
  transition: 0.1s opacity, 0.1s visibility;
}
@media (max-width: 639px) {
  .input-error {
    font-size: 12px;
  }
}
.input-error > span {
  line-height: 1;
}
.input-error-text {
  font-size: 13px;
  line-height: 15px;
  color: red;
}
.check-error ~ .input-error {
  opacity: 1;
  visibility: visible;
}
.input-item:focus ~ .input-placeholder,
.input-filled .input-placeholder {
  width: auto;
  height: auto;
  top: -30px;
  bottom: auto;
  right: auto;
  font-size: 13px;
  line-height: 15px;
  color: white;
}
.input-item.check-error:focus ~ .input-error,
.input-filled .input-item.check-error ~ .input-placeholder {
  opacity: 0;
}
.input-filled .input-item.check-error:focus ~ .input-placeholder {
  opacity: 1;
}
.input-init ~ .input-placeholder,
.input-input ~ .input-required {
  display: block;
}
.form__item {
  position: relative;
}
.form__item:last-of-type {
  margin-bottom: 5px;
}
.form__item--password-hide .password-switch {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjUgMTVDMjcuNSAxNSAyMy43NSAyMi41IDE1IDIyLjVDNi4yNSAyMi41IDIuNSAxNSAyLjUgMTVDMi41IDE1IDYuMjUgNy41IDE1IDcuNUMyMy43NSA3LjUgMjcuNSAxNSAyNy41IDE1WiIgc3Ryb2tlPSIjMTE0RDk3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTE1IDE4Ljc1QzE3LjA3MTEgMTguNzUgMTguNzUgMTcuMDcxMSAxOC43NSAxNUMxOC43NSAxMi45Mjg5IDE3LjA3MTEgMTEuMjUgMTUgMTEuMjVDMTIuOTI4OSAxMS4yNSAxMS4yNSAxMi45Mjg5IDExLjI1IDE1QzExLjI1IDE3LjA3MTEgMTIuOTI4OSAxOC43NSAxNSAxOC43NVoiIHN0cm9rZT0iIzExNEQ5NyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
}
.form__submit {
  width: 100%;
  padding: 20px 38px;
}
@media (max-width: 575px) {
  .form__submit {
    padding: 14px 38px;
    max-width: 330px;
    margin: auto;
    display: block;
  }
}
.form__agree {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .form__agree {
    font-size: 12px;
  }
}
.form__agree a {
  color: #114D97;
}
.form-black {
  background: #181818;
  width: 100%;
  max-width: 594px;
  margin: auto;
  padding: 80px;
  cursor: default;
}
@media (max-width: 768px) {
  .form-black {
    max-width: 100%;
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .form-black {
    padding: 20px;
  }
}
.form-black__links {
  display: flex;
}
.form-black__link,
.form-black__title {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .form-black__link,
  .form-black__title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .form-black__link,
  .form-black__title {
    font-size: 18px;
  }
}
.form-black__link {
  display: inline-block;
  margin-right: 20px;
}
.form-black__title {
  color: #114D97;
  border-bottom: 1px solid currentColor;
  line-height: 1.1;
}
.form-black__forgot {
  font-size: 14px;
  display: block;
  max-width: max-content;
  color: #F7FAFD;
  border-bottom: 1px solid currentColor;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .form-black__forgot {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .form-black .input-item {
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .form-black .input-placeholder {
    line-height: 1.5;
    font-size: 14px;
  }
}
.form-black .input-error {
  visibility: visible;
  opacity: 1;
  bottom: 6px;
  top: auto;
}
.checkbox {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .checkbox {
    font-size: 14px;
  }
}
.checkbox .checkmark {
  width: 30px;
  height: 30px;
  background: #fff;
  display: block;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .checkbox .checkmark {
    width: 20px;
    height: 20px;
  }
}
.checkbox .checkmark:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #114D97;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .checkbox .checkmark:after {
    width: 12px;
    height: 12px;
  }
}
.checkbox input[type='checkbox'] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox input[type='checkbox']:checked ~ .checkmark:after {
  opacity: 1;
}
.password-switch {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjUgMTVDMjcuNSAxNSAyMy43NSAyMi41IDE1IDIyLjVDNi4yNSAyMi41IDIuNSAxNSAyLjUgMTVDMi41IDE1IDYuMjUgNy41IDE1IDcuNUMyMy43NSA3LjUgMjcuNSAxNSAyNy41IDE1WiIgc3Ryb2tlPSIjMTE0RDk3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTE1IDE4Ljc1QzE3LjA3MTEgMTguNzUgMTguNzUgMTcuMDcxMSAxOC43NSAxNUMxOC43NSAxMi45Mjg5IDE3LjA3MTEgMTEuMjUgMTUgMTEuMjVDMTIuOTI4OSAxMS4yNSAxMS4yNSAxMi45Mjg5IDExLjI1IDE1QzExLjI1IDE3LjA3MTEgMTIuOTI4OSAxOC43NSAxNSAxOC43NVoiIHN0cm9rZT0iIzExNEQ5NyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik0zLjc1IDI2LjI1TDI1IDUiIHN0cm9rZT0iIzExNEQ5NyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .password-switch {
    width: 20px;
    height: 20px;
  }
}
i.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
i.icon.i-phone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%3E%0A%3Cpath%20d%3D%22M19.4556%2014.678L16.6646%2011.8869C15.6678%2010.8901%2013.9732%2011.2889%2013.5745%2012.5847C13.2754%2013.4819%2012.2786%2013.9803%2011.3815%2013.7809C9.38789%2013.2825%206.69651%2010.6908%206.19811%208.59746C5.89907%207.7003%206.49715%206.70349%207.39428%206.40448C8.69013%206.00576%209.08885%204.31119%208.09204%203.31438L5.30098%200.523324C4.50354%20-0.174441%203.30737%20-0.174441%202.6096%200.523324L0.71567%202.41726C-1.17826%204.41087%200.915032%209.69395%205.60002%2014.3789C10.285%2019.0639%2015.5681%2021.2569%2017.5617%2019.2633L19.4556%2017.3694C20.1534%2016.5719%2020.1534%2015.3757%2019.4556%2014.678Z%22%20fill%3D%22%23181818%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
i.icon.i-phone_ {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%3E%0A%3Cpath%20d%3D%22M19.4556%2014.678L16.6646%2011.8869C15.6678%2010.8901%2013.9732%2011.2889%2013.5745%2012.5847C13.2754%2013.4819%2012.2786%2013.9803%2011.3815%2013.7809C9.38789%2013.2825%206.69651%2010.6908%206.19811%208.59746C5.89907%207.7003%206.49715%206.70349%207.39428%206.40448C8.69013%206.00576%209.08885%204.31119%208.09204%203.31438L5.30098%200.523324C4.50354%20-0.174441%203.30737%20-0.174441%202.6096%200.523324L0.71567%202.41726C-1.17826%204.41087%200.915032%209.69395%205.60002%2014.3789C10.285%2019.0639%2015.5681%2021.2569%2017.5617%2019.2633L19.4556%2017.3694C20.1534%2016.5719%2020.1534%2015.3757%2019.4556%2014.678Z%22%20fill%3D%22%23114D97%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
i.icon.i-phone-white {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%3E%0A%3Cpath%20d%3D%22M19.4556%2014.678L16.6646%2011.8869C15.6678%2010.8901%2013.9732%2011.2889%2013.5745%2012.5847C13.2754%2013.4819%2012.2786%2013.9803%2011.3815%2013.7809C9.38789%2013.2825%206.69651%2010.6908%206.19811%208.59746C5.89907%207.7003%206.49715%206.70349%207.39428%206.40448C8.69013%206.00576%209.08885%204.31119%208.09204%203.31438L5.30098%200.523324C4.50354%20-0.174441%203.30737%20-0.174441%202.6096%200.523324L0.71567%202.41726C-1.17826%204.41087%200.915032%209.69395%205.60002%2014.3789C10.285%2019.0639%2015.5681%2021.2569%2017.5617%2019.2633L19.4556%2017.3694C20.1534%2016.5719%2020.1534%2015.3757%2019.4556%2014.678Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
i.icon.i-location {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.99999%200C5.83999%200%202.45578%203.38421%202.45578%207.54368C2.45578%2013.5326%209.19052%2019.5489%209.47736%2019.8026C9.62736%2019.9342%209.81368%2020%209.99999%2020C10.1937%2020%2010.3874%2019.9289%2010.5384%2019.7874C10.8242%2019.52%2017.5442%2013.1726%2017.5442%207.54421C17.5442%203.38474%2014.1589%200%209.99999%200ZM9.99999%2011.1411C8.01315%2011.1411%206.40315%209.53%206.40315%207.54474C6.40315%205.55947%208.01315%203.94842%209.99999%203.94842C11.9858%203.94842%2013.5958%205.55895%2013.5958%207.54474C13.5958%209.53053%2011.9858%2011.1411%209.99999%2011.1411Z%22%20fill%3D%22%23181818%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
i.icon.i-location_ {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.99999%200C5.83999%200%202.45578%203.38421%202.45578%207.54368C2.45578%2013.5326%209.19052%2019.5489%209.47736%2019.8026C9.62736%2019.9342%209.81368%2020%209.99999%2020C10.1937%2020%2010.3874%2019.9289%2010.5384%2019.7874C10.8242%2019.52%2017.5442%2013.1726%2017.5442%207.54421C17.5442%203.38474%2014.1589%200%209.99999%200ZM9.99999%2011.1411C8.01315%2011.1411%206.40315%209.53%206.40315%207.54474C6.40315%205.55947%208.01315%203.94842%209.99999%203.94842C11.9858%203.94842%2013.5958%205.55895%2013.5958%207.54474C13.5958%209.53053%2011.9858%2011.1411%209.99999%2011.1411Z%22%20fill%3D%22%23114D97%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
i.icon.i-mail {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.92%206.987c.253.179%201.015.709%202.288%201.59%201.272.882%202.247%201.561%202.924%202.037l.474.34c.242.175.443.317.603.425.16.108.353.229.58.362.227.134.44.235.642.301.2.068.387.1.558.1h.022c.171%200%20.357-.032.558-.1.201-.066.415-.167.642-.3.227-.135.42-.256.58-.363.16-.108.361-.25.603-.424.242-.175.4-.289.474-.34.685-.477%202.426-1.686%205.224-3.628.543-.38.997-.837%201.361-1.373.365-.535.547-1.097.547-1.685a1.71%201.71%200%2000-.53-1.261%201.725%201.725%200%2000-1.256-.525H1.786c-.573%200-1.014.194-1.323.58C.154%203.112%200%203.595%200%204.175c0%20.47.205.977.614%201.524.409.547.844.977%201.306%201.289z%22%20fill%3D%22%23181818%22%2F%3E%3Cpath%20d%3D%22M18.884%208.18c-2.44%201.652-4.293%202.936-5.558%203.851-.424.313-.768.556-1.032.731a6.377%206.377%200%2001-1.055.536c-.439.182-.848.273-1.228.273H9.99c-.38%200-.789-.09-1.228-.273a6.378%206.378%200%2001-1.055-.536%2026.482%2026.482%200%2001-1.032-.73c-1.004-.737-2.853-2.02-5.547-3.851A5.912%205.912%200%20010%207.21v8.861c0%20.492.175.912.525%201.261.35.35.77.525%201.26.525h16.43c.49%200%20.91-.175%201.26-.524.35-.35.525-.77.525-1.262V7.21c-.32.357-.692.68-1.116.97z%22%20fill%3D%22%23181818%22%2F%3E%3C%2Fsvg%3E");
}
i.icon.i-mail_ {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.92%206.987c.253.179%201.015.709%202.288%201.59%201.272.882%202.247%201.561%202.924%202.037l.474.34c.242.175.443.317.603.425.16.108.353.229.58.362.227.134.44.235.642.301.2.068.387.1.558.1h.022c.171%200%20.357-.032.558-.1.201-.066.415-.167.642-.3.227-.135.42-.256.58-.363.16-.108.361-.25.603-.424.242-.175.4-.289.474-.34.685-.477%202.426-1.686%205.224-3.628.543-.38.997-.837%201.361-1.373.365-.535.547-1.097.547-1.685a1.71%201.71%200%2000-.53-1.261%201.725%201.725%200%2000-1.256-.525H1.786c-.573%200-1.014.194-1.323.58C.154%203.112%200%203.595%200%204.175c0%20.47.205.977.614%201.524.409.547.844.977%201.306%201.289z%22%20fill%3D%22%23114D97%22%2F%3E%3Cpath%20d%3D%22M18.884%208.18c-2.44%201.652-4.293%202.936-5.558%203.851-.424.313-.768.556-1.032.731a6.377%206.377%200%2001-1.055.536c-.439.182-.848.273-1.228.273H9.99c-.38%200-.789-.09-1.228-.273a6.378%206.378%200%2001-1.055-.536%2026.482%2026.482%200%2001-1.032-.73c-1.004-.737-2.853-2.02-5.547-3.851A5.912%205.912%200%20010%207.21v8.861c0%20.492.175.912.525%201.261.35.35.77.525%201.26.525h16.43c.49%200%20.91-.175%201.26-.524.35-.35.525-.77.525-1.262V7.21c-.32.357-.692.68-1.116.97z%22%20fill%3D%22%23114D97%22%2F%3E%3C%2Fsvg%3E");
}
header {
  position: relative;
  width: 100%;
  color: white;
  height: auto;
  margin-bottom: 40px;
  background: #181818 url("/assets/images/design/header-bg.png") no-repeat right;
}
@media (max-width: 990px) {
  header {
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  header {
    height: auto;
  }
}
header .header-menu {
  /* ul root header menu */
  display: flex;
  width: 100%;
  justify-content: center;
  border-top: 1px solid #F7FAFD;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 1050px) {
  header .header-menu {
    display: none;
  }
}
header .header-menu > li {
  margin-right: 18px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: initial;
}
header .header-menu > li:after,
header .header-menu > li:before {
  content: none;
}
header .header-menu > li:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  header .header-menu > li {
    margin-right: 15px;
  }
}
header .header-menu > li a {
  color: white;
  padding: 54px 0;
  font-size: 16px;
  transition: 300ms ease color 0ms;
}
@media (max-width: 1599px) {
  header .header-menu > li a {
    font-size: 16px;
    padding: 40px 0;
  }
}
@media (max-width: 1380px) {
  header .header-menu > li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  header .header-menu > li a {
    font-size: 14px;
  }
}
header .header-menu > li a:hover {
  color: #185eb5;
}
header .header-menu > li a:hover ~ ul {
  opacity: 1;
  pointer-events: auto;
}
header .header-menu > li > ul {
  /* first level catalog menu */
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 19;
  margin: 0;
  left: 0;
  top: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 30px;
  width: 100%;
  padding: 50px 35px;
  background-color: #F7FAFD;
  box-shadow: 15px 14px 16px 1px rgba(36, 92, 162, 0.14);
  transition: 300ms ease-out opacity 0ms, 300ms ease-out top 0ms;
}
header .header-menu > li > ul:hover {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1199px) {
  header .header-menu > li > ul {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    padding: 30px 40px;
  }
}
header .header-menu > li > ul > li {
  padding-left: 20px;
  margin-bottom: 0;
  position: relative;
  list-style: none;
}
header .header-menu > li > ul > li:after {
  content: none;
}
@media (max-width: 1199px) {
  header .header-menu > li > ul > li {
    padding-left: 16px;
  }
}
header .header-menu > li > ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #114D97;
}
@media (max-width: 1199px) {
  header .header-menu > li > ul > li:before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}
header .header-menu > li > ul > li.submenu > a:after {
  content: '';
  display: inline-block;
  position: relative;
  right: -8px;
  top: -3px;
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1%201l6%206%206-6%22%20stroke%3D%22%23114D97%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
  transition: 300ms ease opacity 0ms;
  background-color: transparent;
}
@media (max-width: 1199px) {
  header .header-menu > li > ul > li.submenu > a:after {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}
header .header-menu > li > ul > li.submenu.opened > a:after {
  transform: scale(1, -1);
}
header .header-menu > li > ul > li.submenu > ul > li.submenu > a:after {
  content: '';
  display: inline-block;
  position: relative;
  right: -8px;
  top: -2px;
  width: 14px;
  height: 7px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%227%22%20viewBox%3D%220%200%2014%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.6%22%20d%3D%22M13%206L7%201L1%206%22%20stroke%3D%22%23114D97%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  transition: 300ms ease opacity 0ms;
  background-color: transparent;
}
@media (max-width: 1199px) {
  header .header-menu > li > ul > li.submenu > ul > li.submenu > a:after {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}
header .header-menu > li > ul > li.submenu > ul > li.submenu.opened > a:after {
  transform: scale(1, -1);
}
header .header-menu > li > ul > li.submenu > ul > li.submenu.opened > ul {
  display: block;
}
header .header-menu > li > ul > li.submenu > ul > li.submenu.opened > ul > li:after {
  display: none;
}
header .header-menu > li > ul > li.submenu > ul > li.submenu > ul {
  display: none;
}
header .header-menu > li > ul > li.opened > ul {
  display: grid;
}
header .header-menu > li > ul > li.opened > a {
  color: #114D97;
}
header .header-menu > li > ul > li a {
  font-weight: normal;
  font-size: 20px;
  padding: 0;
  color: #181818;
}
@media (max-width: 1199px) {
  header .header-menu > li > ul > li a {
    font-size: 16px;
  }
}
header .header-menu > li > ul > li > ul {
  /* second level catalog menu */
  margin: 10px 0 0;
  display: none;
}
header .header-menu > li > ul > li > ul li {
  margin-bottom: 12px;
}
header .header-menu > li > ul > li > ul li:last-child {
  margin-bottom: 0;
}
header .header-menu > li > ul > li > ul li:after {
  top: 10px;
  width: 5px;
  height: 5px;
  opacity: 0.6;
  background: #114D97;
  border-radius: 50%;
}
header .header-menu > li > ul > li > ul li a {
  font-size: 18px;
  text-transform: lowercase;
}
header .header-menu > li > ul > li > ul li > ul {
  margin: 0;
  margin-top: 5px;
}
header .header-menu > li > ul > li > ul li > ul li {
  padding-left: 0;
  margin-bottom: 5px;
}
header .header-menu > li > ul > li > ul li > ul li a {
  font-size: 16px;
}
header .header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 146px;
  z-index: 9;
}
@media (max-width: 990px) {
  header .header-wrapper {
    min-height: 90px;
  }
}
header .header-wrapper .container {
  display: flex;
  align-items: center;
}
header .header-wrapper .container .logo {
  font-size: 0;
  flex-shrink: 0;
  display: inline-block;
}
header .header-wrapper .container .logo > img {
  padding: 0;
}
@media (max-width: 1599px) {
  header .header-wrapper .container .logo > img {
    width: 160px;
  }
}
@media (max-width: 639px) {
  header .header-wrapper .container .logo > img {
    width: 120px;
  }
}
header .header-wrapper .container .header-mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 60px 15px 35px;
  width: 100vw;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  background-color: #F7FAFD;
  box-shadow: 15px 14px 16px 1px rgba(36, 92, 162, 0.14);
  transition: 300ms ease-out opacity 0ms, 300ms ease-out pointer-events 0ms;
}
header .header-wrapper .container .header-mobile-menu .close-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%221.96027%22%20height%3D%2226.1369%22%20transform%3D%22matrix(0.705222%200.708986%20-0.705222%200.708986%2018.4326%200.0794678)%22%20fill%3D%22%23181818%22%2F%3E%0A%3Crect%20width%3D%221.96027%22%20height%3D%2226.1369%22%20transform%3D%22matrix(0.705222%20-0.708986%200.705222%200.708986%200.185547%201.38983)%22%20fill%3D%22%23181818%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  top: 20px;
  right: 20px;
}
header .header-wrapper .container .header-mobile-menu ul {
  margin: 0;
}
header .header-wrapper .container .header-mobile-menu ul li {
  margin: 0 0 20px;
  padding: 0;
}
header .header-wrapper .container .header-mobile-menu ul li:last-child {
  margin-bottom: 0;
}
header .header-wrapper .container .header-mobile-menu ul li:after,
header .header-wrapper .container .header-mobile-menu ul li:before {
  content: none;
}
header .header-wrapper .container .header-mobile-menu ul li a {
  color: #181818;
  font-size: 18px;
}
header .header-wrapper .container .header-mobile-menu ul li.opened > a {
  color: #114D97;
  border-bottom: 1px solid currentColor;
}
header .header-wrapper .container .header-mobile-menu ul li.opened > ul {
  display: block;
}
header .header-wrapper .container .header-mobile-menu ul li > ul {
  margin: 20px 0 0 0;
  text-align: left;
  display: none;
}
header .header-wrapper .container .header-mobile-menu ul li > ul li {
  margin: 0 0 15px;
  padding: 0;
}
header .header-wrapper .container .header-mobile-menu ul li > ul li a {
  font-size: 14px;
  padding-left: 16px;
  display: inline-block;
  position: relative;
}
header .header-wrapper .container .header-mobile-menu ul li > ul li a:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #114D97;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
header .header-wrapper .container .header-mobile-menu ul li > ul li > ul {
  /* second level catalog menu */
  margin: 10px 0 0;
  display: none;
}
header .header-wrapper .container .header-mobile-menu ul li > ul li > ul li {
  margin-bottom: 6px;
}
header .header-wrapper .container .header-mobile-menu ul li > ul li > ul li:last-child {
  margin-bottom: 0;
}
header .header-wrapper .container .header-mobile-menu ul li > ul li > ul li a {
  font-size: 14px;
  margin-left: 16px;
  text-transform: lowercase;
}
header .header-wrapper .container .header-mobile-menu ul li > ul li > ul li a:before {
  opacity: 0.6;
}
header .header-wrapper .container .header-mobile-menu .contact-phone {
  display: inline-block !important;
  color: #181818;
}
header .header-wrapper .container .header-mobile-menu .contact-phone .icon-phone:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%3E%0A%3Cpath%20d%3D%22M19.4556%2014.678L16.6646%2011.8869C15.6678%2010.8901%2013.9732%2011.2889%2013.5745%2012.5847C13.2754%2013.4819%2012.2786%2013.9803%2011.3815%2013.7809C9.38789%2013.2825%206.69651%2010.6908%206.19811%208.59746C5.89907%207.7003%206.49715%206.70349%207.39428%206.40448C8.69013%206.00576%209.08885%204.31119%208.09204%203.31438L5.30098%200.523324C4.50354%20-0.174441%203.30737%20-0.174441%202.6096%200.523324L0.71567%202.41726C-1.17826%204.41087%200.915032%209.69395%205.60002%2014.3789C10.285%2019.0639%2015.5681%2021.2569%2017.5617%2019.2633L19.4556%2017.3694C20.1534%2016.5719%2020.1534%2015.3757%2019.4556%2014.678Z%22%20fill%3D%22%23181818%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
header .header-wrapper .container .header-mobile-menu .menu-group {
  padding-top: 25px;
  margin-top: 40px;
  border-top: 2px solid #B4B6B9;
}
header .header-wrapper .container .header-mobile-menu .menu-group .btn {
  margin-top: 15px;
  width: 100%;
}
header .header-wrapper .container .card-wrapper {
  flex-shrink: 0;
}
@media (max-width: 639px) {
  header .header-wrapper .container .card-wrapper {
    margin-left: auto;
  }
}
header .header-wrapper .container .card-wrapper .card-link {
  --base-color: #F7FAFD;
  --base-background: #114D97;
}
header .header-wrapper .container .card-wrapper .card-link svg {
  width: 1em;
  height: 1em;
}
header .header-wrapper .container .card-wrapper .card-count-items {
  position: absolute;
  border-radius: 50%;
  color: var(--base-background);
  background: var(--base-color);
  font-size: 11px;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  left: 9px;
  top: -1px;
  transition: 0.3s color, 0.3s background-color;
}
header .header-wrapper .container .card-wrapper .card-count-items:empty {
  display: none;
}
header .header-wrapper .container .button-wrapper {
  flex-shrink: 0;
}
@media (max-width: 1380px) {
  header .header-wrapper .container .button-wrapper .btn {
    padding: 12px 10px;
  }
}
@media (max-width: 700px) {
  header .header-wrapper .container .button-wrapper {
    display: none;
  }
}
header .header-wrapper .catalog-menu {
  position: absolute;
  left: 0;
  top: 80%;
  background: white;
  padding: 30px 60px;
  box-shadow: 0 10px 40px rgba(39, 39, 39, 0.1);
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
  opacity: 0;
  transition: 300ms ease-out top 0ms, 300ms ease-out opacity 0ms;
}
@media (max-width: 639px) {
  header .header-wrapper .catalog-menu {
    padding: 10px;
  }
}
header .header-wrapper .catalog-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 410px;
  padding-right: 100px;
}
header .header-wrapper .catalog-menu ul:last-child {
  padding-right: 0;
  width: 310px;
}
@media (max-width: 639px) {
  header .header-wrapper .catalog-menu ul:last-child {
    width: 100%;
  }
}
@media (max-width: 639px) {
  header .header-wrapper .catalog-menu ul {
    width: 100%;
  }
}
header .header-wrapper .catalog-menu ul li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 30px;
}
header .header-wrapper .catalog-menu ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  header .header-wrapper .catalog-menu ul li {
    margin-bottom: 10px;
  }
}
header .header-wrapper .catalog-menu ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #114D97;
}
header .header-wrapper .catalog-menu ul li a {
  font-weight: normal;
  font-size: 18px;
  color: #181818;
  transition: 300ms ease color 0ms;
}
header .header-wrapper .catalog-menu ul li a:hover {
  color: #114D97;
  text-decoration: underline;
}
.block-phones {
  --icon-size: 30px;
  --icon-offset: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 990px) {
  .block-phones {
    display: none;
  }
}
.block-phones__item {
  position: relative;
  display: flex;
  flex-direction: column;
  color: white;
  flex-shrink: 0;
  line-height: 1.25;
  padding: 0 0 0 calc(var(--icon-size) + var(--icon-offset));
  text-align: left;
  transition: 300ms ease color 0ms;
}
.block-phones__item-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #114D97;
  transition: 300ms ease color 0ms;
  width: 1em;
  height: 1em;
  font-size: var(--icon-size);
}
.block-phones__item-value {
  font-size: 18px;
  font-weight: bold;
}
.block-phones__item-subs {
  font-size: 16px;
  font-weight: normal;
}
.block-phones__item:hover {
  color: #185eb5;
}
.block-phones__item:hover .block-phones__item-icon {
  color: #185eb5;
}
@media (max-width: 990px) {
  .block-phones.ui--invert {
    display: flex;
    align-items: center;
    --icon-size: 25px;
    --icon-offset: 5px;
  }
}
.block-phones.ui--invert .block-phones__item {
  color: #181818;
}
.block-phones.ui--view-footer {
  margin-top: 20px;
}
.block-phones.ui--view-footer .block-phones__item {
  --icon-size: 20px;
}
.block-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.block-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 990px) {
  .block-buttons {
    flex-direction: row;
  }
}
.block-buttons__item {
  --base-background: #F7FAFD;
  --base-color: #114D97;
  background: var(--base-background) !important;
  color: var(--base-color) !important;
  padding: 12px 16px;
  display: flex;
  gap: 10px;
  position: relative;
  transition: 0.3s color, 0.3s background-color;
  justify-content: center;
}
.block-buttons__item:hover {
  --base-background: #185eb5 !important;
  --base-color: #F7FAFD !important;
}
@media (max-width: 990px) {
  .block-buttons__item {
    padding: 12px 8px;
  }
}
.block-buttons__item-icon {
  width: 1em;
  height: 1em;
  font-size: 30px;
  margin: -4px 0;
  position: relative;
}
@media (max-width: 990px) {
  .block-buttons__item-text {
    display: none;
  }
}
footer {
  position: relative;
  margin-top: 100px;
  font-size: 20px;
  color: white;
  background-color: #181818;
  font-weight: normal;
}
footer:before,
footer:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 360px;
  left: 0;
  top: 0;
  background-image: url("/assets/images/design/footer-bg-left.jpg");
  background-position: bottom left;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 990px) {
  footer:before,
  footer:after {
    display: none;
  }
}
footer:after {
  left: auto;
  right: 0;
  background-image: url("/assets/images/design/footer-bg-right.jpg");
  background-position: bottom right;
}
@media (max-width: 1599px) {
  footer {
    margin-top: 60px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  footer {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  footer {
    height: auto;
  }
}
footer .container {
  z-index: 2;
}
footer a {
  font-size: 20px;
  color: white;
  text-decoration: none;
  font-weight: normal;
}
@media (max-width: 639px) {
  footer a {
    font-size: 16px;
  }
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  footer .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
footer .footer-content .left-side {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 990px) {
  footer .footer-content .left-side {
    flex-direction: column;
  }
}
@media (max-width: 639px) {
  footer .footer-content .left-side {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .footer-content .left-side .logo {
  display: inline-block;
  height: 120px;
  font-size: 0;
}
@media (max-width: 990px) {
  footer .footer-content .left-side .logo {
    height: auto;
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  footer .footer-content .left-side .logo {
    margin-bottom: 0;
  }
}
@media (max-width: 990px) {
  footer .footer-content .left-side .logo img {
    width: 100%;
  }
}
footer .footer-content .left-side .site-menu {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1599px) {
  footer .footer-content .left-side .site-menu {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 990px) {
  footer .footer-content .left-side .site-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .footer-content .left-side .site-menu .item {
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 1599px) {
  footer .footer-content .left-side .site-menu .item {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  footer .footer-content .left-side .site-menu .item {
    margin-right: 20px;
  }
}
@media (max-width: 990px) {
  footer .footer-content .left-side .site-menu .item {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }
  footer .footer-content .left-side .site-menu .item:last-child {
    margin-bottom: 0;
  }
}
footer .footer-content .left-side .site-menu .item a {
  font-weight: 400;
  transition: 300ms ease color 0ms;
}
footer .footer-content .left-side .site-menu .item a:hover {
  color: #114D97;
}
footer .footer-content .left-side .site-menu .item:last-child {
  margin-right: 0;
}
footer .footer-content .left-side .side-links {
  margin: auto auto 0;
}
@media (max-width: 1199px) {
  footer .footer-content .left-side .side-links {
    margin: 20px auto 0;
  }
}
@media (max-width: 990px) {
  footer .footer-content .left-side .side-links {
    margin-top: 20px;
  }
}
footer .footer-content .left-side .side-links .social-links {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  footer .footer-content .left-side .side-links .social-links {
    margin-top: 20px;
  }
}
footer .footer-content .left-side .side-links .social-link-vk {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(17, 77, 151, 0.6) center no-repeat;
  background-size: 30px auto;
  margin-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M24.8938%2016.285C24.4088%2015.6725%2024.5475%2015.4%2024.8938%2014.8525C24.9%2014.8462%2028.9037%209.31375%2029.3162%207.4375L29.3188%207.43625C29.5238%206.7525%2029.3188%206.25%2028.3275%206.25H25.0475C24.2125%206.25%2023.8275%206.68125%2023.6213%207.16375C23.6213%207.16375%2021.9513%2011.1613%2019.5887%2013.7525C18.8263%2014.5012%2018.4738%2014.7413%2018.0575%2014.7413C17.8525%2014.7413%2017.5338%2014.5013%2017.5338%2013.8175V7.43625C17.5338%206.61625%2017.3%206.25%2016.6087%206.25H11.4513C10.9275%206.25%2010.6163%206.6325%2010.6163%206.98875C10.6163%207.76625%2011.7975%207.945%2011.92%2010.1325V14.8787C11.92%2015.9187%2011.7312%2016.11%2011.3125%2016.11C10.1975%2016.11%207.49125%2012.0962%205.8875%207.5025C5.56375%206.61125%205.2475%206.25125%204.40625%206.25125H1.125C0.18875%206.25125%200%206.6825%200%207.165C0%208.0175%201.115%2012.2562%205.185%2017.8562C7.8975%2021.6788%2011.7175%2023.75%2015.1925%2023.75C17.2812%2023.75%2017.5363%2023.29%2017.5363%2022.4988C17.5363%2018.8463%2017.3475%2018.5012%2018.3937%2018.5012C18.8787%2018.5012%2019.7137%2018.7413%2021.6637%2020.585C23.8925%2022.7712%2024.2588%2023.75%2025.5063%2023.75H28.7862C29.7212%2023.75%2030.195%2023.29%2029.9225%2022.3825C29.2987%2020.4738%2025.0838%2016.5475%2024.8938%2016.285Z%22%20fill%3D%22%23F7FAFD%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
footer .footer-content .left-side .side-links .social-link-whatsApp {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(17, 77, 151, 0.6) center no-repeat;
  background-size: 30px auto;
  margin-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M25.6357%204.41398C22.8364%201.61017%2019.1071%200.0660384%2015.1384%200.0615234C6.9617%200.0615234%200.302081%206.71663%200.302081%2014.8978C0.302081%2017.512%200.983845%2020.0675%202.28417%2022.316L0.180176%2030.005L8.0453%2027.9416C10.2125%2029.1246%2012.6506%2029.7476%2015.1339%2029.7476H15.1384C23.315%2029.7476%2029.9701%2023.0925%2029.9747%2014.9114C29.9792%2010.9472%2028.4396%207.2178%2025.6357%204.41398ZM15.1429%2027.2418H15.1384C12.926%2027.2418%2010.7543%2026.6458%208.86252%2025.5216L8.41102%2025.2552L3.74251%2026.4788L4.98865%2021.9277L4.69518%2021.4626C3.46258%2019.4986%202.80791%2017.2321%202.80791%2014.8978C2.81242%208.09822%208.3433%202.56735%2015.1474%202.56735C18.4433%202.56735%2021.5361%203.85412%2023.8659%206.18386C26.1956%208.5136%2027.4779%2011.6154%2027.4733%2014.9068C27.4733%2021.7109%2021.938%2027.2418%2015.1429%2027.2418ZM21.9064%2018.0041C21.5361%2017.819%2019.7121%2016.9205%2019.3734%2016.7986C19.0348%2016.6767%2018.7865%2016.6135%2018.5382%2016.9837C18.2898%2017.354%2017.581%2018.1892%2017.3643%2018.4376C17.1475%2018.6859%2016.9308%2018.7175%2016.5606%2018.5324C16.1904%2018.3473%2014.9939%2017.9545%2013.5807%2016.6903C12.479%2015.706%2011.7341%2014.4915%2011.5173%2014.1212C11.3006%2013.751%2011.4948%2013.5478%2011.6799%2013.3627C11.8469%2013.1957%2012.0501%2012.9293%2012.2352%2012.7126C12.4203%2012.4958%2012.4835%2012.3423%2012.6055%2012.094C12.7274%2011.8457%2012.6687%2011.629%2012.5738%2011.4438C12.479%2011.2587%2011.7386%209.43466%2011.4316%208.68969C11.129%207.96729%2010.8265%208.06662%2010.5963%208.05307C10.3796%208.04404%2010.1312%208.03953%209.88743%208.03953C9.6391%208.03953%209.23727%208.13434%208.89864%208.50457C8.56002%208.8748%207.60284%209.77329%207.60284%2011.5973C7.60284%2013.4214%208.93024%2015.1868%209.11536%2015.4306C9.30048%2015.6789%2011.7295%2019.4218%2015.4499%2021.0292C16.3348%2021.413%2017.0256%2021.6387%2017.5629%2021.8103C18.4524%2022.0947%2019.2606%2022.0541%2019.8972%2021.9593C20.6105%2021.8509%2022.0915%2021.0608%2022.3985%2020.1984C22.7055%2019.3315%2022.7055%2018.5911%2022.6152%2018.4376C22.5249%2018.2841%2022.2766%2018.1938%2021.9064%2018.0041Z%22%20fill%3D%22%23F7FAFD%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
footer .footer-content .left-side .side-links .social-link-insta {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(17, 77, 151, 0.6) center no-repeat;
  background-size: 30px auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M15.0051%207.29761C10.7514%207.29761%207.30762%2010.7451%207.30762%2014.9951C7.30762%2019.2489%2010.7551%2022.6926%2015.0051%2022.6926C19.2589%2022.6926%2022.7026%2019.2451%2022.7026%2014.9951C22.7026%2010.7414%2019.2551%207.29761%2015.0051%207.29761ZM15.0051%2019.9914C12.2439%2019.9914%2010.0089%2017.7551%2010.0089%2014.9951C10.0089%2012.2351%2012.2451%209.99886%2015.0051%209.99886C17.7651%209.99886%2020.0014%2012.2351%2020.0014%2014.9951C20.0026%2017.7551%2017.7664%2019.9914%2015.0051%2019.9914Z%22%20fill%3D%22%23F7FAFD%22%2F%3E%0A%3Cpath%20d%3D%22M21.1853%200.0949658C18.4253%20-0.0337843%2011.589%20-0.0275343%208.82653%200.0949658C6.39903%200.208716%204.25778%200.794966%202.53153%202.52122C-0.353466%205.40622%200.0152841%209.29372%200.0152841%2014.995C0.0152841%2020.83%20-0.309716%2024.6275%202.53153%2027.4687C5.42778%2030.3637%209.37153%2029.985%2015.0053%2029.985C20.7853%2029.985%2022.7803%2029.9887%2024.824%2029.1975C27.6028%2028.1187%2029.7003%2025.635%2029.9053%2021.1737C30.0353%2018.4125%2030.0278%2011.5775%2029.9053%208.81497C29.6578%203.54872%2026.8315%200.354966%2021.1853%200.0949658ZM25.554%2025.56C23.6628%2027.4512%2021.039%2027.2825%2014.969%2027.2825C8.71903%2027.2825%206.21278%2027.375%204.38403%2025.5412C2.27778%2023.445%202.65903%2020.0787%202.65903%2014.975C2.65903%208.06872%201.95028%203.09497%208.88153%202.73997C10.474%202.68372%2010.9428%202.66497%2014.9515%202.66497L15.0078%202.70247C21.669%202.70247%2026.8953%202.00497%2027.209%208.93497C27.2803%2010.5162%2027.2965%2010.9912%2027.2965%2014.9937C27.2953%2021.1712%2027.4128%2023.6925%2025.554%2025.56Z%22%20fill%3D%22%23F7FAFD%22%2F%3E%0A%3Cpath%20d%3D%22M23.0077%208.79257C24.0012%208.79257%2024.8065%207.98724%2024.8065%206.99382C24.8065%206.0004%2024.0012%205.19507%2023.0077%205.19507C22.0143%205.19507%2021.209%206.0004%2021.209%206.99382C21.209%207.98724%2022.0143%208.79257%2023.0077%208.79257Z%22%20fill%3D%22%23F7FAFD%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
footer .footer-content .contacts {
  width: 370px;
  flex-shrink: 0;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  footer .footer-content .contacts {
    width: 260px;
  }
}
@media (max-width: 990px) {
  footer .footer-content .contacts {
    display: none;
  }
}
footer .footer-content .contacts h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  footer .footer-content .contacts h3 {
    font-size: 21px;
  }
}
@media (max-width: 639px) {
  footer .footer-content .contacts h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .footer-content .contacts .item {
  display: inline-block;
  margin-top: 20px;
  padding-left: 30px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1199px) {
  footer .footer-content .contacts .item {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 990px) {
  footer .footer-content .contacts .item {
    text-align: left;
  }
}
footer .footer-content .contacts .item .icon {
  top: 4px;
  left: 0;
  margin-right: 10px;
  position: absolute;
}
@media (max-width: 990px) {
  footer .footer-content .contacts .item .icon {
    top: 0;
  }
}
footer .footer-bottom-line {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1599px) {
  footer .footer-bottom-line {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  footer .footer-bottom-line {
    font-size: 14px;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    justify-content: start;
    padding: 10px 0;
    margin-top: 18px;
  }
}
@media (max-width: 639px) {
  footer .footer-bottom-line {
    text-align: center;
  }
}
footer .footer-bottom-line .metrics {
  width: 90px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  footer .footer-bottom-line .metrics {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  footer .footer-bottom-line .metrics {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  footer .footer-bottom-line .links {
    margin-bottom: 0;
    margin-left: 20px;
  }
}
@media (max-width: 990px) {
  footer .footer-bottom-line .links {
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  footer .footer-bottom-line .links {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  footer .footer-bottom-line .copy-rating {
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  footer .footer-bottom-line .copy-rating {
    width: 100%;
    text-align: center;
  }
}
footer .footer-bottom-line a {
  font-size: 18px;
  font-weight: 400;
  margin-right: 30px;
  display: inline-block;
}
@media (max-width: 1599px) {
  footer .footer-bottom-line a {
    font-size: 16px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  footer .footer-bottom-line a {
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 990px) {
  footer .footer-bottom-line a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  footer .footer-bottom-line a {
    margin-right: 0;
    margin-bottom: 15px;
  }
  footer .footer-bottom-line a:first-child {
    margin-right: 10px;
  }
}
footer .cp-development {
  padding-bottom: 15px;
}
footer .cp-development p {
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}
footer .cp-development p img {
  width: 120px;
}
.catalog {
  margin-top: 50px;
}
@media (max-width: 990px) {
  .catalog {
    margin-top: 30px;
  }
}
.catalog-filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .catalog-filters {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.catalog-filters form[name=search] {
  display: flex;
}
@media (max-width: 990px) {
  .catalog-filters form[name=search] {
    width: 100%;
  }
}
.catalog-filters form[name=search] input {
  width: 460px;
  height: 43px;
  border: 1px solid #8E8E8E;
  padding: 11px 15px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .catalog-filters form[name=search] input {
    width: auto;
  }
}
@media (max-width: 990px) {
  .catalog-filters form[name=search] input {
    font-size: 16px;
    max-width: 248px;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .catalog-filters form[name=search] input {
    font-size: 14px;
  }
}
.catalog-filters form[name=search] button {
  width: 127px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background-color: #114D97;
  border: none;
  color: white;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
  transition: 300ms ease background-color 0ms;
}
.catalog-filters form[name=search] button:hover {
  background-color: #185eb5;
}
@media (max-width: 990px) {
  .catalog-filters form[name=search] button {
    font-size: 15px;
  }
}
.catalog-filters form[name=sort-handler] {
  display: inline-block;
}
.catalog-filters .sort-item {
  color: #8E8E8E;
  font-size: 18px;
  display: inline-block;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .catalog-filters .sort-item {
    margin-left: 15px;
  }
}
@media (max-width: 990px) {
  .catalog-filters .sort-item {
    font-size: 16px;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .catalog-filters .sort-item {
    width: 100%;
  }
}
.catalog-filters .sort-item > span:first-child {
  margin-right: 10px;
}
@media (max-width: 639px) {
  .catalog-filters .sort-item .select2 {
    width: 100% !important;
    max-width: 260px !important;
  }
}
.catalog-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px -0.23% 0;
}
@media (max-width: 1599px) {
  .catalog-items {
    margin: 30px -0.75% 0;
  }
}
@media (max-width: 1199px) {
  .catalog-items {
    margin: 30px -1.167% 0;
  }
}
@media (max-width: 990px) {
  .catalog-items {
    margin: 30px -1.6% 0;
  }
}
@media (max-width: 639px) {
  .catalog-items {
    margin: 20px 0 0;
  }
}
.catalog-items .item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 390px;
  padding: 15px;
  border-radius: 0;
  border: 1px solid #E0E0E0;
  width: 19.54%;
  margin: 0 0.23% 0.46%;
}
@media (max-width: 1599px) {
  .catalog-items .item {
    width: 23.5%;
    margin: 0 0.75% 1.5%;
  }
}
@media (max-width: 1199px) {
  .catalog-items .item {
    width: 31%;
    margin: 0 1.167% 2.234%;
  }
}
@media (max-width: 990px) {
  .catalog-items .item {
    width: 46.8%;
    margin: 0 1.6% 3.2%;
  }
}
@media (max-width: 639px) {
  .catalog-items .item {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 5%;
    min-height: auto;
  }
}
.catalog-items .item:hover .btn-edit-product {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}
.catalog-items .item .btn-edit-product {
  pointer-events: none;
  position: absolute;
  padding: 5px 0;
  opacity: 0;
  background: #114d97;
  color: white;
  border-radius: 0 0 5px 5px;
  top: -5px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  z-index: 12;
  transition: 300ms ease top 0ms, 300ms ease opacity 0ms;
}
.catalog-items .item .image {
  width: 100%;
  padding-top: 90.5%;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 300ms ease-in opacity 0ms;
}
.catalog-items .item .image[data-was-processed=true] {
  opacity: 1;
}
.catalog-items .item .name {
  margin: 20px 0;
  text-align: center;
}
.catalog-items .item .bottom-line {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-items .item .bottom-line .info {
  display: flex;
  flex-direction: column;
}
.catalog-items .item .bottom-line .info .price {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
}
.catalog-items .item .bottom-line .info .has-product {
  font-size: 12px;
  line-height: 15px;
}
.catalog-items .item .bottom-line .info .has-product.instock {
  color: #1D8039;
}
.catalog-items .item .bottom-line .info .has-product.outofstock {
  color: #ED103B;
}
.catalog-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-top: 50px;
}
@media (max-width: 1599px) {
  .catalog-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .catalog-pagination {
    margin-top: 20px;
  }
}
.catalog-pagination .page-item {
  position: relative;
  margin-right: 10px;
  transition: 300ms ease color 0ms, 300ms ease background-color 0ms;
}
.catalog-pagination .page-item:last-child {
  margin-right: 0;
}
.catalog-pagination .page-item.three-dots {
  cursor: default;
  pointer-events: none;
}
.catalog-pagination .page-item.prev,
.catalog-pagination .page-item.next {
  width: 40px;
  height: 45px;
}
.catalog-pagination .page-item.prev:after,
.catalog-pagination .page-item.next:after,
.catalog-pagination .page-item.prev:before,
.catalog-pagination .page-item.next:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1%201l6%206%206-6%22%20stroke%3D%22%23181818%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: 14px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.catalog-pagination .page-item.prev:before,
.catalog-pagination .page-item.next:before {
  opacity: 0;
}
.catalog-pagination .page-item.next {
  transform: rotate(-180deg);
}
.catalog-pagination .page-item.active {
  pointer-events: none;
}
.catalog-pagination .page-item.active .page-link {
  background-color: #181818;
  color: white;
  cursor: default;
}
.catalog-pagination .page-item.disabled .page-link {
  background: none;
  cursor: default;
  opacity: 0.75;
}
.catalog-pagination .page-item:not(.disabled):hover {
  background-color: #181818;
}
.catalog-pagination .page-item:not(.disabled):hover:after,
.catalog-pagination .page-item:not(.disabled):hover:before {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1%201l6%206%206-6%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
}
.catalog-pagination .page-item:not(.disabled):hover:before {
  opacity: 0;
}
.catalog-pagination .page-link {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 0;
  color: #181818;
  transition: 300ms ease color 0ms, 300ms ease background-color 0ms;
}
.catalog-pagination .page-link:hover {
  color: white;
}
.catalog-empty {
  margin: 0 0.23%;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1599px) {
  .catalog-empty {
    margin: 0 0.75% 0;
  }
}
@media (max-width: 1199px) {
  .catalog-empty {
    margin: 0 1.167% 0;
  }
}
@media (max-width: 990px) {
  .catalog-empty {
    margin: 0 1.6% 0;
  }
}
.catalog-categories {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-bottom: 50px;
}
@media (max-width: 990px) {
  .catalog-categories {
    margin-bottom: 20px;
  }
}
.catalog-categories > a {
  color: #181818;
  font-size: 16px;
  padding: 8px 16px;
  background: #C0F4FF;
  border-radius: 3px;
  box-shadow: 2px 2px 3px 0 #114d9712;
  transition: 300ms ease color 0ms, 300ms ease background-color 0ms;
}
@media (max-width: 1599px) {
  .catalog-categories > a {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .catalog-categories > a {
    padding: 6px 14px;
    font-size: 14px;
  }
}
.catalog-categories > a:hover {
  background: #114D97;
  color: #fff;
}
.catalog-categories > a:last-child {
  margin-right: 0;
}
.catalog-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .catalog-search {
    flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .catalog-search {
    margin-bottom: 35px;
  }
}
.catalog-search .search-wrapper {
  margin-top: 0;
}
@media (max-width: 990px) {
  .catalog-search .search-wrapper {
    width: 100%;
    max-width: 380px;
  }
}
.catalog-search .search-wrapper .search-error-message {
  position: absolute;
  left: 0;
  bottom: -22px;
  font-size: 14px;
  color: red;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .catalog-search .search-wrapper .search-error-message {
    bottom: -18px;
    font-size: 13px;
  }
}
@media (max-width: 639px) {
  .catalog-search .search-wrapper .search-error-message {
    top: 45px;
    font-size: 12px;
    height: 2.4em;
  }
}
.catalog-search .breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .catalog-search .breadcrumb {
    width: 100%;
    margin-bottom: 20px;
  }
}
.catalog-select-per-page {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
}
.catalog-select-per-page > span {
  margin-right: 5px;
}
.catalog-select-per-page-handler {
  width: 160px;
}
.catalog-select-per-page-handler .select2-container,
.catalog-select-per-page-handler .select2-selection {
  width: 160px;
}
ul.breadcrumb {
  display: flex;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
}
ul.breadcrumb li {
  padding: 0;
  margin: 0 30px 0 0;
  position: relative;
}
ul.breadcrumb li:after {
  content: none;
}
ul.breadcrumb li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 20px;
  top: 1px;
  right: -15px;
  left: auto;
  background: #cccccc;
}
ul.breadcrumb li:last-child {
  margin-right: 0;
}
ul.breadcrumb li:last-child span {
  color: #cccccc;
}
ul.breadcrumb li:last-child:before {
  content: none;
}
ul.breadcrumb li span,
ul.breadcrumb li a {
  color: #272727;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 990px) {
  ul.breadcrumb li span,
  ul.breadcrumb li a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  ul.breadcrumb li span,
  ul.breadcrumb li a {
    font-size: 15px;
  }
}
/**
 * Swiper 11.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2025
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-product.swiper-container {
  width: 600px;
  height: 600px;
}
@media (max-width: 1599px) {
  .swiper-product.swiper-container {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 990px) {
  .swiper-product.swiper-container {
    height: 390px;
  }
}
@media (max-width: 639px) {
  .swiper-product.swiper-container {
    height: 310px;
  }
}
.swiper-product.swiper-wrapper {
  position: relative;
}
.swiper-product.swiper-button-next,
.swiper-product.swiper-button-prev {
  color: #114D97;
}
.swiper-container {
  user-select: none !important;
  position: relative;
  overflow: hidden;
}
.swiper-container img {
  max-width: 100%;
}
.swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 3px;
  border-radius: 0;
  transition: 0.3s width, 0.3s background-color;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #114D97;
  width: 60px;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background: #181818;
  width: 40px;
  height: 40px;
  transition: 0.3s opacity, 0.3s left, 0.3s right, 0.3s color, 0.3s background-color;
  --swiper-navigation-size: 40px;
  --swiper-navigation-color: #B9B9B9;
}
@media (hover: hover) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    opacity: 0;
  }
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  display: none;
}
.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-container .swiper-button-next svg,
.swiper-container .swiper-button-prev svg {
  width: 40px;
  height: 40px;
}
.swiper-container .swiper-button-next {
  right: 5px;
}
@media (hover: hover) {
  .swiper-container .swiper-button-next {
    right: -50px;
  }
}
.swiper-container .swiper-button-next svg {
  transform: rotate(-180deg);
}
.swiper-container .swiper-button-prev {
  left: 5px;
}
@media (hover: hover) {
  .swiper-container .swiper-button-prev {
    left: -50px;
  }
}
@media (hover: hover) {
  .swiper-container:hover .swiper-button-next,
  .swiper-container:hover .swiper-button-prev {
    opacity: 1;
  }
  .swiper-container:hover .swiper-button-next:hover,
  .swiper-container:hover .swiper-button-prev:hover {
    background-color: #114D97;
    color: #ffffff;
  }
  .swiper-container:hover .swiper-button-next {
    right: 5px;
  }
  .swiper-container:hover .swiper-button-prev {
    left: 5px;
  }
}
.selection-by-products {
  padding: 35px 0 35px;
  background: url("/assets/images/design/selection-bg-1.jpg") left top no-repeat, url("/assets/images/design/selection-bg-2.jpg") right top no-repeat, #181818;
}
@media (max-width: 1599px) {
  .selection-by-products {
    background: url("/assets/images/design/selection-bg-1.jpg") left -10% top no-repeat, url("/assets/images/design/selection-bg-2.jpg") right top no-repeat, #181818;
    padding: 25px 0 25px;
  }
}
@media (max-width: 990px) {
  .selection-by-products {
    background: url("/assets/images/design/selection-bg-1.jpg") left -15% top no-repeat, #181818;
    padding: 25px 0 25px;
  }
}
@media (max-width: 990px) {
  .selection-by-products {
    background: url("/assets/images/design/selection-bg-1.jpg") left -90px top no-repeat, #181818;
    padding: 25px 0 25px;
  }
}
.selection-by-products .container .title {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  color: #F7FAFD;
  margin-bottom: 55px;
}
@media (max-width: 1599px) {
  .selection-by-products .container .title {
    margin-bottom: 30px;
    font-size: 34px;
  }
}
@media (max-width: 990px) {
  .selection-by-products .container .title {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  .selection-by-products .container .title {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
}
.selection-by-products .container form {
  display: flex;
  font-size: 0;
  flex-wrap: wrap;
}
@media (max-width: 1599px) {
  .selection-by-products .container form {
    flex-wrap: wrap;
  }
}
.selection-by-products .container .select-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 990px) {
  .selection-by-products .container .select-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 990px) {
  .selection-by-products .container .select-wrapper .select2-container:first-of-type {
    width: 100%;
  }
}
.selection-by-products .container .select-wrapper .select2:last-of-type {
  margin-right: 40px;
}
.selection-by-products .container .select-wrapper .select2-container {
  margin-right: 10px;
  width: 292px;
}
@media (max-width: 1599px) {
  .selection-by-products .container .select-wrapper .select2-container {
    width: calc(100% / 4 - 10px);
  }
  .selection-by-products .container .select-wrapper .select2-container:last-of-type {
    margin-right: 10px;
  }
}
@media (max-width: 990px) {
  .selection-by-products .container .select-wrapper .select2-container {
    width: calc(100% / 2 - 10px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .selection-by-products .container .select-wrapper .select2-container:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .selection-by-products .container .select-wrapper .select2-container {
    width: 100%;
  }
  .selection-by-products .container .select-wrapper .select2-container:last-child {
    margin-bottom: 0;
  }
}
.selection-by-products .container .select-wrapper .select2-selection {
  height: 50px;
  flex-shrink: 0;
  width: 100%;
}
.selection-by-products .container .select-wrapper .select2-selection__rendered {
  line-height: 50px;
}
.selection-by-products .container .select-wrapper .select2-selection__arrow {
  top: 7px;
}
.selection-by-products .container .btn {
  height: 50px;
  width: 265px;
}
@media (max-width: 990px) {
  .selection-by-products .container .btn {
    width: calc(100% / 2 - 10px);
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1599px) {
  .selection-by-products .container .btn {
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  .selection-by-products .container .btn {
    width: 100%;
  }
  .selection-by-products .container .btn:last-child {
    margin-bottom: 0;
  }
}
.cart-page {
  min-height: calc(100vh - 130px - 280px - 100px);
}
.cart-page__sub-title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1020px) {
  .cart-page__sub-title {
    font-size: 24px;
  }
}
@media (max-width: 370px) {
  .cart-page__sub-title {
    display: flex;
    flex-direction: column;
  }
}
.cart-page-items {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cart-page-items {
    margin-bottom: 20px;
  }
}
.cart-page-items .cart-item {
  position: relative;
  color: #111;
  border-bottom: 1px solid #18181899;
}
.cart-page-items .cart-item-remove {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 30px;
  width: 30px;
  font-size: 20px;
  color: #114D97;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .cart-page-items .cart-item-remove {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .cart-page-items .cart-item-remove {
    top: 30px;
    right: 0;
  }
}
.cart-page-items .cart-item-remove svg {
  transition: all 0.3s;
}
.cart-page-items .cart-item-remove:hover svg path {
  fill: #114D97;
}
.cart-page-items .cart-item .image-wrapper {
  text-align: center;
  flex-shrink: 0;
}
.cart-page-items .cart-item .image-wrapper img {
  object-fit: cover;
  max-width: 100%;
}
@media (max-width: 990px) {
  .cart-page-items .cart-item .image-wrapper img {
    max-height: 400px;
  }
}
@media (max-width: 639px) {
  .cart-page-items .cart-item .image-wrapper img {
    max-height: 100%;
  }
}
.cart-page-items .cart-item-title {
  line-height: 1.3;
  margin: 10px 0;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 400;
  max-width: 610px;
}
@media (max-width: 470px) {
  .cart-page-items .cart-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 290px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .cart-page-items .cart-item-title {
    max-width: 190px;
    padding: 0px 2px;
  }
}
.cart-page-items .cart-item-price {
  font-weight: 700;
  font-size: 20px;
  color: #114D97;
  width: 100%;
  max-width: 102px;
}
.cart-page-items .cart-item-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90px;
  width: 100%;
}
.cart-page-items .cart-item-count input {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  max-width: 45px;
  border-radius: 10px;
  border: none;
  background: transparent;
}
@media (max-width: 768px) {
  .cart-page-items .cart-item-count input {
    padding: 0;
  }
}
.cart-page-items .cart-item-count button {
  border: 1px solid #18181899;
  background: transparent;
  color: #181818;
  padding: 0;
  font-weight: 300;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.cart-page-items .cart-item-count button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
.cart-page-items .cart-item .cart-price-wrapper {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.cart-page-items .cart-item-price,
.cart-page-items .cart-item-count,
.cart-page-items .cart-item__total {
  position: relative;
}
@media (max-width: 768px) {
  .cart-page-items .cart-item-price:before,
  .cart-page-items .cart-item-count:before,
  .cart-page-items .cart-item__total:before {
    content: attr(data-text);
    font-weight: 400;
    font-size: 12px;
    color: #181818;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
  }
}
.cart-page-items .cart-item--disabled {
  background: #EBEBEB;
}
.cart-page-items .cart-item--disabled .cart-item-title,
.cart-page-items .cart-item--disabled .cart-item__img,
.cart-page-items .cart-item--disabled .cart-item__right {
  opacity: 0.6;
}
.cart-page-order {
  padding: 83px 10px;
  text-align: center;
  max-width: 453px;
  margin: auto;
  margin-right: 0;
  background-image: url("/assets/images/design/cart-order-bcg.png");
  padding-left: 100px;
  padding-top: 58px;
}
@media (max-width: 360px) {
  .cart-page-order {
    padding-left: 10px;
  }
}
.cart-page-order .order-title {
  font-weight: 700;
  font-size: 28px;
  color: #114D97;
  margin-bottom: 25px;
}
@media (max-width: 639px) {
  .cart-page-order .order-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.cart-page-order .order-title span {
  color: #fff;
}
.cart-page-order .order-total,
.cart-page-order .order-total-promocode {
  font-weight: 600;
}
.cart-page-order .order-total-with-promocode {
  text-decoration: line-through;
  margin-right: 20px;
}
.cart-page-order .btn-order-total {
  padding: 15px 28px;
}
.cart-page-order .order-message {
  text-align: center;
  width: 80%;
  margin: 15px auto 0;
  font-size: 16px;
  color: #114D97;
}
.cart-page-order .order-promocode {
  margin-top: 40px;
}
.cart-page-order .order-promocode span {
  font-size: 16px;
}
.cart-page-order .order-promocode input.input-item {
  max-width: 280px;
  margin: 0 auto 10px;
}
.cart-page-order .order-promocode input.input-item:focus ~ .input-placeholder,
.cart-page-order .order-promocode input.input-item .input-filled .input-placeholder {
  left: 50%;
  transform: translateX(-50%);
  color: #F7FAFD;
}
.cart-page .cart-clear {
  color: rgba(17, 77, 151, 0.6);
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 370px) {
  .cart-page .cart-clear {
    position: static;
    transform: none;
    margin-top: 10px;
  }
}
.cart-page .cart-clear:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc2Ml8yNzEyKSI+CjxwYXRoIGQ9Ik0xOC4yMzIxIDAuMDA0MDQ4OTdMMCAxOC4yMzFMMS43NjUzNSAxOS45OTY4TDE5Ljk5NzQgMS43Njk5TDE4LjIzMjEgMC4wMDQwNDg5N1oiIGZpbGw9IiMxMTREOTciLz4KPHBhdGggZD0iTTEuNzY4MjggMC4wMDI5NDU0NEwwLjAwMjkyOTY5IDEuNzY4OEwxOC4yMzUgMTkuOTk1N0wyMC4wMDA0IDE4LjIyOTlMMS43NjgyOCAwLjAwMjk0NTQ0WiIgZmlsbD0iIzExNEQ5NyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzc2Ml8yNzEyIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.head-table,
.cart-item {
  font-size: 18px;
  color: #F7FAFD;
  background: #181818;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-weight: 300;
  padding-right: 230px;
}
@media (max-width: 1020px) {
  .head-table,
  .cart-item {
    padding-right: 100px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .head-table,
  .cart-item {
    display: block;
    padding-right: 0;
  }
}
.head-table__left,
.cart-item__left,
.head-table__right,
.cart-item__right {
  display: flex;
  align-items: center;
}
.head-table__left,
.cart-item__left {
  padding-left: 16px;
}
@media (max-width: 768px) {
  .head-table__left,
  .cart-item__left {
    margin-bottom: 30px;
  }
}
.head-table__right,
.cart-item__right {
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1020px) {
  .head-table__right,
  .cart-item__right {
    max-width: 310px;
  }
}
.head-table__number,
.cart-item__number {
  margin-right: 40px;
}
@media (max-width: 1020px) {
  .head-table__number,
  .cart-item__number {
    margin-right: 10px;
  }
}
.head-table__photo,
.cart-item__photo {
  margin-right: 31px;
}
.head-table__text,
.cart-item__text {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .head-table {
    display: none;
  }
}
.head-table__quantity {
  margin-right: -18px;
}
.head-table__total {
  margin-right: 30px;
}
.cart-item {
  background: transparent;
}
.cart-item__number {
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 1020px) {
  .cart-item__number {
    font-size: 26px;
  }
}
.cart-item__img {
  max-width: 138px;
}
@media (max-width: 1020px) {
  .cart-item__img {
    max-width: 100px;
  }
}
.cart-item__total {
  color: #114D97;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  max-width: 84px;
}
/*# sourceMappingURL=app.css.map */