/* inject:scss */
/*! jQuery UI - v1.13.2 - 2024-04-16
* http://jqueryui.com
* Includes: core.css, datepicker.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../img/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../img/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../img/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../img/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../img/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  -ms-filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  max-height: 100000px;
  outline: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  text-transform: none;
  color: inherit;
  border-radius: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: none;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

html {
  overflow-y: scroll;
}

body,
html {
  height: 100%;
}

body {
  min-width: 320px;
  font: 14px/1.2 'Montserrat', arial, helvetica, sans-serif;
  color: #000;
  background: #f5f0fa;
}

button,
[type=reset],
[type=submit],
[type=image],
a {
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

p {
  margin: 0 0 15px;
}

.container {
  max-width: 1420px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.page-title {
  min-height: 61px;
  margin-bottom: 17px;
}

.page-title h1,
.page-title h3 {
  margin-bottom: 7px;
}

.page-title .error-message {
  color: #EC1A5C;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  display: block;
}

h1,
h3 {
  color: #4267B1;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
}

h1 strong,
h3 strong {
  font-weight: 600;
}

h1.sm-b-indent,
h3.sm-b-indent {
  margin-bottom: 10px;
}

h1 a,
h3 a {
  color: #4267B1;
  text-decoration: none;
}

.no-touch h1 a:hover, .no-touch
h3 a:hover {
  text-decoration: underline;
}

.show-only-print {
  display: none;
}

h3 {
  font-size: 20px;
  margin-bottom: 35px;
}

h3 span {
  text-transform: none;
}

.subtitle {
  color: #4267B1;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}

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

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

.btn {
  border-radius: 5px;
  background: #4267B1;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  border: 1px solid #4267B1;
  width: 100%;
  padding: 7px 20px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.no-touch .btn:hover {
  color: #4267B1;
  background: #fff;
}

.btn.btn-green {
  border-color: #00A651;
  background: #00A651;
}

.no-touch .btn.btn-green:hover {
  color: #00A651;
  background: #fff;
}

.btn.width-auto {
  width: auto;
}

.btn-back {
  width: 70px;
  height: 35px;
  background: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/ico-back.svg) no-repeat 50% 50%;
}

.count-form {
  width: 215px;
  margin: 0 auto 20px;
}

.count-family-form {
  margin: 0 auto 10px;
  width: 520px;
}

.count-family-form__wrap {
  display: flex;
  flex-wrap: wrap;
}

.count-family-form__col {
  padding: 0 22px;
  margin-bottom: 16px;
  width: 50%;
  min-height: 98px;
  position: relative;
}

.count-family-form__col.add-field .count-family-form__ico {
  display: block;
}

.count-family-form__col.add-field .form-row {
  display: none;
}

.count-family-form__col.disabled .form-row {
  display: none;
}

.count-family-form__col.disabled .count-family-form__ico {
  display: block;
  cursor: auto;
  background-image: url(../img/ico-user_dis.svg);
}

.count-family-form__col.disabled .count-family-form__ico:before {
  background-image: url(../img/ico-plus_dis.svg);
}

.count-family-form__ico {
  width: 100px;
  height: 52px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico-user.svg) no-repeat 50% 0;
  background-size: 53px 52px;
  cursor: pointer;
  display: none;
}

.count-family-form__ico:hover {
  background-image: url(../img/ico-user_hov.svg);
}

.count-family-form__ico:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 17px;
  height: 16px;
  background: url(../img/ico-plus.svg) no-repeat;
  background-size: 17px 16px;
  content: '';
}

.count-family-form .btn {
  width: 216px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .count-family-form {
    width: auto;
    margin-bottom: 20px;
  }
  .count-family-form__col {
    width: 100%;
  }
}

.count-compatibilities-form {
  margin: 0 auto 20px;
  width: 475px;
}

.count-compatibilities-form .btn {
  width: 216px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .count-compatibilities-form {
    width: auto;
  }
}

.count-compatibilities__tw {
  display: flex;
  margin: 0 -22px;
}

.count-compatibilities__tw .count-compatibilities__col {
  padding: 0 22px;
  position: relative;
}

.count-compatibilities__tw .count-compatibilities__col:first-child:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -6px;
  right: -9px;
  width: 16px;
  height: 16px;
  background: url(../img/ico-plus.svg) no-repeat;
  content: '';
}

@media (max-width: 767px) {
  .count-compatibilities__tw {
    flex-direction: column;
  }
  .count-compatibilities__tw .count-compatibilities__col:first-child {
    padding-bottom: 40px;
  }
  .count-compatibilities__tw .count-compatibilities__col:first-child:after {
    top: auto;
    bottom: 19px;
    margin: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.login-form {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .login-form .form-row {
    text-align: left;
  }
}

.recommendation-form {
  max-width: 486px;
  margin: 0 auto;
  width: 100%;
}

.recommendation-form label {
  font-weight: normal;
  display: block;
  text-align: center;
  margin: 0 -20px 17px;
  text-align: center;
}

.recommendation-form .btn {
  width: 215px;
  margin: 0 0 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .recommendation-form label {
    margin: 0 0 17px;
  }
}

.another-date {
  width: 157px;
  position: relative;
  border: 1px solid #4267B1;
  border-radius: 5px;
  overflow: hidden;
  padding: 5px 25px 5px 0;
  background: #fff;
}

.another-date__wrap {
  margin-bottom: 9px;
  min-height: 42px;
}

.another-date .text-field {
  border: none;
  border-radius: 0;
  height: 27px;
  font-size: 17px;
}

.another-date-btn {
  width: 24px;
  bottom: 3px;
  position: absolute;
  right: 3px;
  top: 2px;
  border: 1px solid #4267B1;
  background: #4267B1;
  border-radius: 0 3px 3px 0;
}

.another-date-btn:before {
  border-left: 8px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 50%;
  transition: all 0.2s linear;
  transform: translate(-50%, -50%);
  content: '';
}

.no-touch .another-date-btn:hover {
  background: none;
}

.no-touch .another-date-btn:hover:before {
  border-left-color: #4267B1;
}

.form-message {
  max-width: 543px;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  color: #4267B1;
  text-align: center;
}

.form-message a {
  color: #4267B1;
  text-decoration: none;
}

.no-touch .form-message a:hover {
  text-decoration: underline;
}

.form-link {
  font-size: 13px;
  line-height: 1.2;
  color: #4267B1;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.no-touch .form-link:hover {
  text-decoration: underline;
}

.form-link.forgot-pass {
  margin: 10px 0 40px;
}

.form-row {
  margin-bottom: 14px;
}

.form-row__inline {
  position: relative;
}

.form-row__inline label {
  position: absolute;
  top: 8px;
  right: calc(100% + 12px);
  white-space: nowrap;
}

@media (max-width: 767px) {
  .form-row__inline label {
    position: static;
    transform: translate(0, 0);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 7px;
  }
}

label {
  color: #4267B1;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.text-field {
  width: 100%;
  height: 35px;
  border: 1px solid #4267B1;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  border-radius: 5px;
}

.text-field::-webkit-input-placeholder {
  color: #ADC2EB;
  font-weight: 700;
}

.text-field::-moz-placeholder {
  opacity: 1;
  color: #ADC2EB;
  font-weight: 700;
}

.text-field:-ms-input-placeholder {
  color: #ADC2EB;
  font-weight: 700;
}

.text-field.error {
  border-color: #ff3333;
  background-color: rgba(255, 51, 51, 0.2);
}

.error-message {
  color: #ff3333;
  text-align: left;
  margin: 3px 0 0;
}

textarea.text-field {
  height: 186px;
  resize: vertical;
  padding: 15px;
  width: 100%;
  background: #fff url(../img/ico-textarea.svg) no-repeat;
  background-position: calc(100% - 3px) calc(100% - 3px);
  background-size: 9px 9px;
}

textarea.text-field::-webkit-resizer {
  display: none;
}

.input-wrap {
  position: relative;
}

.input-wrap .width-machine {
  opacity: 0;
}

.input-wrap .input {
  position: absolute;
  width: 100%;
  left: 0;
  border: none;
  background: none;
  text-decoration: underline;
}

.form-footer {
  display: flex;
}

.calc-compatibilities {
  max-width: 1775px;
}

.calc-compatibilities h1 {
  color: #D6CEE0;
  font-size: 29px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.calc-compatibilities h1 a {
  color: #D6CEE0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.calc-compatibilities h1 .title-logo {
  width: 42px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
  position: relative;
  top: -3px;
}

.calc-compatibilities__img {
  width: 100%;
}

.calc-compatibilities__grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.calc-compatibilities__grid-tw {
  display: flex;
  margin: 0 -16px;
  padding: 30px 0 0;
}

.calc-compatibilities__grid-tw + .calc-compatibilities__grid-tw {
  padding: 15px 0 0;
}

.calc-compatibilities__grid-col {
  width: 50%;
  padding: 0 16px;
  position: relative;
}

.calc-compatibilities__grid-col .another-date__wrap {
  margin-bottom: 2px;
}

.calc-compatibilities__grid-col .calc-compatibilities__option {
  left: 16px;
  transform: translate(0, 0);
  top: -18px;
}

.calc-compatibilities__grid-col .calc-compatibilities__option.disabled .btn {
  background: #D7CFE0;
  border-color: #D7CFE0;
  pointer-events: none;
}

.calc-compatibilities__grid-col .calc-pers-group {
  max-width: 289px;
  position: absolute;
  top: calc(100% - 32px);
  left: 48px;
}

.calc-compatibilities__grid-col .calc-pers-group__title {
  font-size: 9px;
  margin-bottom: 4px;
}

.calc-compatibilities__grid-col .calc-pers-group__col {
  padding: 5px 7px 4px;
}

.calc-compatibilities__grid-col .purpose-label {
  font-size: 8px;
  padding: 0 7px 0 0;
  min-width: 47px;
}

.calc-compatibilities__grid-col .purpose-num {
  width: 21px;
  height: 21px;
  font-size: 12px;
  padding: 4px 3px 3px;
}

.calc-compatibilities__grid-col .purpose-total {
  padding-left: 25px;
}

.calc-compatibilities__grid-col .purpose-total img {
  max-height: 32px;
  left: 10px;
}

.calc-compatibilities__grid-col .purpose-info__row:not(:last-child) {
  margin-bottom: 2px;
}

.calc-compatibilities__grid-col:last-child .calc-compatibilities__option {
  left: auto;
  right: 16px;
  text-align: right;
  justify-content: flex-end;
}

.calc-compatibilities__grid-col:last-child .calc-pers-group {
  left: auto;
  right: 48px;
}

.calc-compatibilities__grid-main {
  margin: -99px -16px 0;
  display: flex;
  justify-content: center;
}

.calc-compatibilities__option {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.calc-compatibilities__option .btn {
  min-width: 157px;
  width: auto;
  margin-bottom: 9px;
}

.calc-compatibilities__option strong {
  font-weight: 600;
  white-space: nowrap;
  font-size: 17px;
}

@media (max-width: 1450px) {
  .calc-compatibilities__grid-col {
    padding: 50px 8px 0;
  }
  .calc-compatibilities__grid-col .calc-compatibilities__option {
    left: 8px;
  }
  .calc-compatibilities__grid-col .calc-pers-group {
    top: calc(100% - -10px);
    left: 0;
  }
  .calc-compatibilities__grid-col:last-child .calc-pers-group {
    left: auto;
    right: 0;
  }
  .calc-compatibilities__grid-col:last-child .calc-compatibilities__option {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1023px) {
  .calc-compatibilities__img {
    margin-bottom: 15px;
  }
  .calc-compatibilities__grid-col {
    padding: 80px 4px 0;
  }
  .calc-compatibilities__grid-col .calc-pers-group {
    position: static;
  }
  .calc-compatibilities__grid-col:last-child .calc-pers-group {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .calc-compatibilities__grid .calc-compatibilities__option {
    position: static;
    transform: translate(0, 0);
  }
  .calc-compatibilities__grid-tw {
    flex-direction: column;
    margin: 0;
    padding-top: 20px;
  }
  .calc-compatibilities__grid-col {
    width: 100%;
    padding: 0 0 20px;
  }
  .calc-compatibilities__grid-col .calc-compatibilities__option {
    margin-bottom: 10px;
  }
  .calc-compatibilities__grid-col .calc-pers-group {
    margin: 0 auto;
  }
  .calc-compatibilities__grid-col:last-child .calc-compatibilities__option {
    justify-content: flex-start;
    text-align: left;
  }
  .calc-compatibilities__grid-main {
    margin-top: 0;
    margin: 0;
  }
  .calc-compatibilities__grid-main .calc-compatibilities__img {
    margin-bottom: 0;
  }
  .calc-compatibilities__grid-main .calc-compatibilities__grid-col {
    padding-bottom: 0;
  }
}

.calc-month {
  max-width: 1700px;
}

.calc-month h1 {
  color: #D6CEE0;
  font-size: 29px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.calc-month h1 a {
  color: #D6CEE0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.calc-month h1 .title-logo {
  width: 42px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
  position: relative;
  top: -3px;
}

.calc-month-tw {
  display: flex;
  padding-top: 28px;
  position: relative;
  margin: 0 -65px;
}

.calc-month-col {
  width: 50%;
  padding: 0 65px;
}

.calc-month__option {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  max-width: 157px;
}

.calc-month__option .btn {
  margin-bottom: 9px;
}

.calc-month__option strong {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.calc-month__option .btn {
  max-width: 157px;
}

@media (max-width: 1023px) {
  .calc-month-tw {
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0;
  }
  .calc-month-col {
    padding: 0 20px;
  }
  .calc-month__option {
    position: static;
    transform: translate(0, 0);
    max-width: none;
    width: 100%;
    padding: 0 20px;
    margin-bottom: -60px;
  }
  .calc-month__option strong {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .calc-month-col {
    width: 100%;
    margin-top: 20px;
  }
  .calc-month__option {
    margin-bottom: 0;
  }
}

.img-matrix-month,
.img-matrix-28,
.img-matrix-29,
.img-matrix-30,
.img-matrix-31 {
  height: auto;
  max-width: 100%;
  min-width: auto;
  width: 100%;
}

.img-matrix-month p,
.img-matrix-28 p,
.img-matrix-29 p,
.img-matrix-30 p,
.img-matrix-31 p {
  font-family: 'Montserrat';
  font-weight: 600;
  margin: 0;
  width: 100%;
  text-align: center;
  letter-spacing: -2px;
  line-height: 1;
}

.img-matrix-month .text-white,
.img-matrix-28 .text-white,
.img-matrix-29 .text-white,
.img-matrix-30 .text-white,
.img-matrix-31 .text-white {
  color: #fff;
}

.img-matrix-month .text-black,
.img-matrix-28 .text-black,
.img-matrix-29 .text-black,
.img-matrix-30 .text-black,
.img-matrix-31 .text-black {
  color: #000;
}

.img-matrix-month .text-big,
.img-matrix-28 .text-big,
.img-matrix-29 .text-big,
.img-matrix-30 .text-big,
.img-matrix-31 .text-big {
  font-size: 50px;
}

.img-matrix-month .text-md,
.img-matrix-28 .text-md,
.img-matrix-29 .text-md,
.img-matrix-30 .text-md,
.img-matrix-31 .text-md {
  font-size: 31px;
  letter-spacing: -1px;
}

.img-matrix-month .text-sm,
.img-matrix-28 .text-sm,
.img-matrix-29 .text-sm,
.img-matrix-30 .text-sm,
.img-matrix-31 .text-sm {
  font-size: 22px;
  letter-spacing: -1px;
}

.img-matrix-month .st0 {
  fill: none;
  stroke: #3366CC;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-month .st1 {
  fill: none;
  stroke: #323232;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}

.img-matrix-month .st2 {
  fill: #0A0A0A;
}

.img-matrix-month .st3 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.img-matrix-month .st4 {
  font-size: 15.1288px;
}

.img-matrix-month .st5 {
  fill: #090909;
}

.img-matrix-month .st6 {
  font-family: 'Montserrat';
  font-weight: 600;
}

.img-matrix-month .st7 {
  font-size: 12.6074px;
}

.img-matrix-month .st8 {
  font-size: 10.1094px;
}

.img-matrix-month .st9 {
  font-size: 10.1095px;
}

.img-matrix-month .st10 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-month .st11 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
  stroke-dasharray: 5.142,5.142;
}

.img-matrix-month .st12 {
  fill: #9948CC;
}

.img-matrix-month .st13 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-month .st14 {
  fill: #0057EC;
}

.img-matrix-month .st15 {
  fill: #00A5EC;
}

.img-matrix-month .st16 {
  fill: #FFFFFF;
}

.img-matrix-month .st17 {
  fill: #FF3333;
}

.img-matrix-month .st18 {
  fill: #FF9933;
}

.img-matrix-month .st19 {
  fill: #FFFF33;
}

.img-matrix-month .st20 {
  fill: none;
  stroke: #FF9933;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-month .st21 {
  fill: #ED1651;
}

.img-matrix-month .st22 {
  fill: #68BD45;
}

.img-matrix-month .st23 {
  font-family: 'Montserrat';
  font-weight: 400;
}

.img-matrix-month .st24 {
  font-size: 29.0824px;
}

.img-matrix-month .st25 {
  font-size: 49.6281px;
}

.img-matrix-month .st26 {
  letter-spacing: -1;
}

.img-matrix-month .st27 {
  font-size: 50.4295px;
}

.img-matrix-month .st28 {
  font-size: 22.0569px;
}

.img-matrix-month .st29 {
  font-size: 31.2473px;
}

.img-matrix-month .st30 {
  fill: #3366CC;
}

.img-matrix-month .st31 {
  font-size: 13.992px;
}

.img-matrix-month .st32 {
  font-size: 9.0001px;
}

.img-matrix-month .st34 {
  fill: #68BD45;
}

.img-matrix-month .st35 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  fill: #4167B0;
  color: #4167B0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.img-matrix-28 .st0 {
  display: none;
  fill: #3366CC;
}

.img-matrix-28 .st1 {
  display: none;
  fill: #FFFFFF;
}

.img-matrix-28 .st2 {
  fill: none;
  stroke: #3366CC;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-28 .st3 {
  fill: #3366CC;
}

.img-matrix-28 .st4 {
  font-family: 'Montserrat';
  font-weight: 500;
}

.img-matrix-28 .st5 {
  font-size: 12.6035px;
}

.img-matrix-28 .st6 {
  font-size: 12.6034px;
}

.img-matrix-28 .st7 {
  font-size: 12.6036px;
}

.img-matrix-28 .st8 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.img-matrix-28 .st9 {
  fill: none;
  stroke: #323232;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}

.img-matrix-28 .st10 {
  fill: #0A0A0A;
}

.img-matrix-28 .st11 {
  font-size: 15.1242px;
}

.img-matrix-28 .st12 {
  fill: #090909;
}

.img-matrix-28 .st13 {
  font-family: 'Montserrat';
  font-weight: 600;
}

.img-matrix-28 .st14 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-28 .st15 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
  stroke-dasharray: 5.142,5.142;
}

.img-matrix-28 .st16 {
  fill: #9948CC;
}

.img-matrix-28 .st17 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-28 .st18 {
  fill: #0057EC;
}

.img-matrix-28 .st19 {
  fill: #00A5EC;
}

.img-matrix-28 .st20 {
  fill: #FFFFFF;
}

.img-matrix-28 .st21 {
  fill: #FF3333;
}

.img-matrix-28 .st22 {
  fill: #FF9933;
}

.img-matrix-28 .st23 {
  fill: #FFFF33;
}

.img-matrix-28 .st24 {
  fill: none;
  stroke: #FF9933;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-28 .st25 {
  fill: #ED1651;
}

.img-matrix-28 .st26 {
  fill: #68BD45;
}

.img-matrix-28 .st27 {
  font-family: 'Montserrat';
  font-weight: 400;
}

.img-matrix-28 .st28 {
  font-size: 29.0824px;
}

.img-matrix-28 .st29 {
  font-size: 49.6281px;
}

.img-matrix-28 .st30 {
  letter-spacing: -1;
}

.img-matrix-28 .st31 {
  font-size: 50.4295px;
}

.img-matrix-28 .st32 {
  font-size: 22.0569px;
}

.img-matrix-28 .st33 {
  font-size: 31.2473px;
}

.img-matrix-28 .st34 {
  fill: #68BD45;
}

.img-matrix-28 .st35 {
  fill: #3366CC;
  color: #3366CC;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
}

.img-matrix-28 .st35.tr {
  text-align: right;
}

.img-matrix-28 .st35.st35b {
  font-weight: 700;
}

.img-matrix-29 .st0 {
  fill: none;
  stroke: #3366CC;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-29 .st1 {
  fill: none;
  stroke: #323232;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}

.img-matrix-29 .st2 {
  fill: #3366CC;
}

.img-matrix-29 .st3 {
  font-family: 'Montserrat';
  font-weight: 500;
}

.img-matrix-29 .st4 {
  font-size: 12.6036px;
}

.img-matrix-29 .st5 {
  font-size: 12.6035px;
}

.img-matrix-29 .st6 {
  font-size: 12.6034px;
}

.img-matrix-29 .st7 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.img-matrix-29 .st8 {
  fill: #0A0A0A;
}

.img-matrix-29 .st9 {
  font-size: 15.1242px;
}

.img-matrix-29 .st10 {
  fill: #090909;
}

.img-matrix-29 .st11 {
  font-family: 'Montserrat';
  font-weight: 600;
}

.img-matrix-29 .st12 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-29 .st13 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
  stroke-dasharray: 5.142,5.142;
}

.img-matrix-29 .st14 {
  fill: #9948CC;
}

.img-matrix-29 .st15 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-29 .st16 {
  fill: #0057EC;
}

.img-matrix-29 .st17 {
  fill: #00A5EC;
}

.img-matrix-29 .st18 {
  fill: #FFFFFF;
}

.img-matrix-29 .st19 {
  fill: #FF3333;
}

.img-matrix-29 .st20 {
  fill: #FF9933;
}

.img-matrix-29 .st21 {
  fill: #FFFF33;
}

.img-matrix-29 .st22 {
  fill: none;
  stroke: #FF9933;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-29 .st23 {
  fill: #ED1651;
}

.img-matrix-29 .st24 {
  fill: #68BD45;
}

.img-matrix-29 .st25 {
  font-family: 'Montserrat';
  font-weight: 400;
}

.img-matrix-29 .st26 {
  font-size: 29.0824px;
}

.img-matrix-29 .st27 {
  font-size: 49.6281px;
}

.img-matrix-29 .st28 {
  letter-spacing: -1;
}

.img-matrix-29 .st29 {
  font-size: 50.4295px;
}

.img-matrix-29 .st30 {
  font-size: 22.0569px;
}

.img-matrix-29 .st31 {
  font-size: 31.2473px;
}

.img-matrix-29 .st34 {
  fill: #68BD45;
}

.img-matrix-29 .st35 {
  fill: #3366CC;
  color: #3366CC;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
}

.img-matrix-29 .st35.tr {
  text-align: right;
}

.img-matrix-29 .st35.st35b {
  font-weight: 700;
}

.img-matrix-30 .st0 {
  fill: none;
  stroke: #3366CC;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-30 .st1 {
  fill: none;
  stroke: #323232;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}

.img-matrix-30 .st2 {
  fill: #0A0A0A;
}

.img-matrix-30 .st3 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.img-matrix-30 .st4 {
  font-size: 15.1242px;
}

.img-matrix-30 .st5 {
  fill: #090909;
}

.img-matrix-30 .st6 {
  font-family: 'Montserrat';
  font-weight: 600;
}

.img-matrix-30 .st7 {
  font-size: 12.6035px;
}

.img-matrix-30 .st8 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-30 .st9 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
  stroke-dasharray: 5.142,5.142;
}

.img-matrix-30 .st10 {
  fill: #9948CC;
}

.img-matrix-30 .st11 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-30 .st12 {
  fill: #0057EC;
}

.img-matrix-30 .st13 {
  fill: #00A5EC;
}

.img-matrix-30 .st14 {
  fill: #FFFFFF;
}

.img-matrix-30 .st15 {
  fill: #FF3333;
}

.img-matrix-30 .st16 {
  fill: #FF9933;
}

.img-matrix-30 .st17 {
  fill: #FFFF33;
}

.img-matrix-30 .st18 {
  fill: none;
  stroke: #FF9933;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-30 .st19 {
  fill: #ED1651;
}

.img-matrix-30 .st20 {
  fill: #68BD45;
}

.img-matrix-30 .st21 {
  font-family: 'Montserrat';
  font-weight: 400;
}

.img-matrix-30 .st22 {
  font-size: 29.0824px;
}

.img-matrix-30 .st23 {
  font-size: 49.6281px;
}

.img-matrix-30 .st24 {
  letter-spacing: -1;
}

.img-matrix-30 .st25 {
  font-size: 50.4295px;
}

.img-matrix-30 .st26 {
  font-size: 22.0569px;
}

.img-matrix-30 .st27 {
  font-size: 31.2473px;
}

.img-matrix-30 .st28 {
  fill: #3366CC;
}

.img-matrix-30 .st29 {
  font-family: 'Montserrat';
  font-weight: 500;
}

.img-matrix-30 .st30 {
  font-size: 12.6036px;
}

.img-matrix-30 .st31 {
  font-size: 12.6034px;
}

.img-matrix-30 .st32 {
  font-size: 12.6037px;
}

.img-matrix-30 .st34 {
  fill: #68BD45;
}

.img-matrix-30 .st35 {
  fill: #3366CC;
  color: #3366CC;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
}

.img-matrix-30 .st35.tr {
  text-align: right;
}

.img-matrix-30 .st35.st35b {
  font-weight: 700;
}

.img-matrix-31 .st0 {
  fill: none;
  stroke: #3366CC;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-31 .st1 {
  fill: none;
  stroke: #323232;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}

.img-matrix-31 .st2 {
  fill: #0A0A0A;
}

.img-matrix-31 .st3 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.img-matrix-31 .st4 {
  font-size: 15.1242px;
}

.img-matrix-31 .st5 {
  fill: #090909;
}

.img-matrix-31 .st6 {
  font-family: 'Montserrat';
  font-weight: 600;
}

.img-matrix-31 .st7 {
  font-size: 12.6035px;
}

.img-matrix-31 .st8 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-31 .st9 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
  stroke-dasharray: 5.142,5.142;
}

.img-matrix-31 .st10 {
  fill: #9948CC;
}

.img-matrix-31 .st11 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-31 .st12 {
  fill: #0057EC;
}

.img-matrix-31 .st13 {
  fill: #00A5EC;
}

.img-matrix-31 .st14 {
  fill: #FFFFFF;
}

.img-matrix-31 .st15 {
  fill: #FF3333;
}

.img-matrix-31 .st16 {
  fill: #FF9933;
}

.img-matrix-31 .st17 {
  fill: #FFFF33;
}

.img-matrix-31 .st18 {
  fill: none;
  stroke: #FF9933;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-31 .st19 {
  fill: #ED1651;
}

.img-matrix-31 .st20 {
  fill: #68BD45;
}

.img-matrix-31 .st21 {
  font-family: 'Montserrat';
  font-weight: 400;
}

.img-matrix-31 .st22 {
  font-size: 29.0824px;
}

.img-matrix-31 .st23 {
  font-size: 49.6281px;
}

.img-matrix-31 .st24 {
  letter-spacing: -1;
}

.img-matrix-31 .st25 {
  font-size: 50.4295px;
}

.img-matrix-31 .st26 {
  font-size: 22.0569px;
}

.img-matrix-31 .st27 {
  font-size: 31.2473px;
}

.img-matrix-31 .st28 {
  fill: #3366CC;
}

.img-matrix-31 .st29 {
  font-family: 'Montserrat';
  font-weight: 500;
}

.img-matrix-31 .st30 {
  font-size: 12.6036px;
}

.img-matrix-31 .st31 {
  font-size: 12.6034px;
}

.img-matrix-31 .st34 {
  fill: #68BD45;
}

.img-matrix-31 .st35 {
  fill: #3366CC;
  color: #3366CC;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
}

.img-matrix-31 .st35.tr {
  text-align: right;
}

.img-matrix-31 .st35.st35b {
  font-weight: 700;
}

.calc-pers {
  position: relative;
}

.calc-pers h1 {
  color: #D6CEE0;
  font-size: 29px;
  max-width: 70%;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.calc-pers h1 a {
  color: #D6CEE0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.calc-pers h1 .title-logo {
  width: 42px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
  position: relative;
  top: -3px;
}

.calc-pers__title {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 3px;
}

.calc-pers__tw {
  display: flex;
}

.calc-pers__img {
  width: 67%;
  margin-left: -20px;
}

.calc-pers__tables {
  width: calc(33% + 20px);
  padding-left: 10px;
}

.calc-pers__option {
  position: absolute;
  top: -20px;
  left: 0;
}

.calc-pers__option .btn {
  width: 157px;
  margin-bottom: 9px;
  display: block;
}

.calc-pers__option strong {
  font-weight: 600;
  white-space: nowrap;
  font-size: 17px;
}

.calc-pers-group {
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  margin-bottom: 57px;
  flex-wrap: wrap;
  background: #fff;
}

.calc-pers-group__col {
  width: 50%;
  border: solid #bbbdbf;
  border-width: 0 1px 1px 0;
  padding: 7px 10px 8px;
}

.calc-pers-group__col:nth-child(2n) {
  border-right-width: 0;
}

.calc-pers-group__col:last-child, .calc-pers-group__col:nth-last-child(2) {
  border-bottom-width: 0;
}

.calc-pers-group__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 7px;
  display: block;
  text-transform: uppercase;
}

.calc-pers-total-info {
  padding: 0 15px;
}

.calc-pers-total-info__row {
  padding-bottom: 4px;
  display: flex;
  align-items: flex-end;
}

.calc-pers-total-info__row strong {
  width: 50%;
  text-align: right;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  padding: 0 3px 0 0;
}

.calc-pers-total-info__row span {
  border-bottom: 1px solid #000;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  padding: 0 16px;
  width: 50%;
}

.calc-pers.calc-year .calc-pers__img {
  width: 62%;
  margin-left: 0;
}

.calc-pers.calc-year .calc-pers__tables {
  width: 38%;
  padding-left: 6%;
}

@media (max-width: 1200px) {
  .calc-pers__img {
    width: 60%;
  }
  .calc-pers__tables {
    width: calc(40% + 20px);
  }
  .calc-pers.calc-year .calc-pers__tables {
    padding-left: 20px;
  }
}

@media (max-width: 1023px) {
  .calc-pers__option {
    position: static;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .calc-pers__option .btn {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  .calc-pers__option strong {
    flex-grow: 1;
    text-align: right;
  }
  .calc-pers__tw {
    flex-wrap: wrap;
  }
  .calc-pers__img {
    width: 100%;
    margin: 0 0 50px;
  }
  .calc-pers__tables {
    width: 100%;
    padding: 0;
  }
  .calc-pers.calc-year .calc-pers__img {
    width: 100%;
    margin-bottom: 30px;
  }
  .calc-pers.calc-year .calc-pers__tables {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .calc-pers h1 {
    max-width: none;
  }
  .calc-pers__option {
    flex-wrap: wrap;
    justify-content: center;
  }
  .calc-pers__option strong {
    width: 100%;
    text-align: center;
  }
  .calc-pers__img {
    margin: 0 -15px 40px;
    width: calc(100% + 30px);
  }
  .calc-pers-group {
    margin-bottom: 40px;
  }
  .calc-pers-total-info {
    padding: 0 0 10px;
  }
}

.calc-svg {
  height: auto;
  max-width: 100%;
  min-width: auto;
  width: 100%;
}

.calc-svg p {
  font-family: 'Montserrat';
  font-weight: 600;
  margin: 0;
  width: 100%;
  text-align: center;
  letter-spacing: -2px;
  line-height: 1;
}

.calc-svg .text-white {
  color: #fff;
}

.calc-svg .text-black {
  color: #000;
}

.calc-svg .text-big {
  font-size: 54px;
}

.calc-svg .text-md {
  font-size: 34px;
  letter-spacing: -1px;
}

.calc-svg .text-sm {
  font-size: 24px;
  letter-spacing: 0;
}

.calc-svg .st0 {
  fill: transparent;
  stroke: #323232;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}

.calc-svg .st1 {
  fill: #0A0A0A;
}

.calc-svg .st2 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.calc-svg .st3 {
  font-size: 16.4616px;
}

.calc-svg .st4 {
  font-family: 'Montserrat';
  font-weight: 600;
}

.calc-svg .st5 {
  font-size: 13.718px;
}

.calc-svg .st6 {
  fill: none;
  stroke: #323232;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}

.calc-svg .st7 {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: italic;
}

.calc-svg .st8 {
  font-size: 9.6026px;
}

.calc-svg .st9 {
  letter-spacing: 1px;
}

.calc-svg .st10 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.1518;
  stroke-miterlimit: 10;
}

.calc-svg .st11 {
  fill: none;
  stroke: #3366FF;
  stroke-width: 2.3036;
  stroke-miterlimit: 10;
}

.calc-svg .st12 {
  fill: #3366FF;
}

.calc-svg .st13 {
  fill: none;
  stroke: #FF3333;
  stroke-width: 2.3036;
  stroke-miterlimit: 10;
}

.calc-svg .st14 {
  fill: #FF3333;
}

.calc-svg .st15 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.1518;
  stroke-miterlimit: 10;
  stroke-dasharray: 5.014,5.014;
}

.calc-svg .st16 {
  fill: #9966CC;
}

.calc-svg .st17 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.calc-svg .st18 {
  fill: #66CCFF;
}

.calc-svg .st19 {
  fill: #FFFFFF;
  display: block !important;
  width: 62px !important;
}

.calc-svg .st20 {
  fill: #FF9933;
}

.calc-svg .st21 {
  fill: #FFFF33;
}

.calc-svg .st22 {
  fill: none;
  stroke: #FF9933;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.calc-svg .st23 {
  fill: #C7504B;
}

.calc-svg .st24 {
  font-family: 'Montserrat';
  font-weight: 500;
}

.calc-svg .st25 {
  font-size: 12.1492px;
}

.calc-svg .st26 {
  fill: #ED1651;
}

.calc-svg .st27 {
  fill: #99CC33;
}

.calc-svg .st28 {
  font-size: 13.7716px;
}

.calc-svg .st29 {
  fill: #68BD45;
}

.calc-svg .st30 {
  font-family: 'Montserrat';
  font-weight: 600;
}

.calc-svg .st31 {
  font-size: 43.5724px;
}

.calc-svg .st32 {
  font-size: 54px;
}

.calc-svg .st33 {
  letter-spacing: -2px;
}

.calc-svg .st34 {
  font-size: 54.872px;
}

.calc-svg .st35 {
  font-size: 24px;
}

.calc-svg .st36 {
  font-size: 34px;
}

.calc-svg .st37 {
  letter-spacing: -1px;
}

.calc-svg .st38 {
  font-size: 24.6924px;
}

.calc-svg.disabled {
  filter: grayscale(1);
  opacity: 0.4;
}

.img-matrix-year {
  height: auto;
  max-width: 100%;
  min-width: auto;
  width: 100%;
}

.img-matrix-year p {
  font-family: 'Montserrat';
  font-weight: 600;
  margin: 0;
  width: 100%;
  text-align: center;
  letter-spacing: -2px;
  line-height: 1;
}

.img-matrix-year .text-white {
  color: #fff;
}

.img-matrix-year .text-black {
  color: #000;
}

.img-matrix-year .text-blue {
  color: #3366CC;
}

.img-matrix-year .text-big {
  font-size: 54px;
}

.img-matrix-year .text-md {
  font-size: 34px;
  letter-spacing: -1px;
}

.img-matrix-year .text-sm {
  font-size: 24px;
  letter-spacing: 0;
}

.img-matrix-year .text-esm {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.img-matrix-year .st0 {
  fill: none;
  stroke: #3366CC;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-year .st1 {
  fill: none;
  stroke: #323232;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}

.img-matrix-year .st2 {
  fill: #0A0A0A;
}

.img-matrix-year .st3 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.img-matrix-year .st4 {
  font-size: 16.4616px;
}

.img-matrix-year .st5 {
  fill: #090909;
}

.img-matrix-year .st6 {
  font-family: 'Montserrat';
  font-weight: 600;
}

.img-matrix-year .st7 {
  font-size: 13.718px;
}

.img-matrix-year .st8 {
  font-size: 11px;
}

.img-matrix-year .st9 {
  font-size: 10.9999px;
}

.img-matrix-year .st10 {
  font-size: 11.0001px;
}

.img-matrix-year .st11 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
}

.img-matrix-year .st12 {
  fill: none;
  stroke: #000000;
  stroke-width: 1.152;
  stroke-miterlimit: 10;
  stroke-dasharray: 5.014,5.014;
}

.img-matrix-year .st13 {
  fill: #9948CC;
}

.img-matrix-year .st14 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-year .st15 {
  fill: #0057EC;
}

.img-matrix-year .st16 {
  fill: #00A5EC;
}

.img-matrix-year .st17 {
  fill: #FFFFFF;
}

.img-matrix-year .st18 {
  fill: #FF3333;
}

.img-matrix-year .st19 {
  fill: #FF9933;
}

.img-matrix-year .st20 {
  fill: #FFFF33;
}

.img-matrix-year .st21 {
  fill: none;
  stroke: #FF9933;
  stroke-width: 1.275;
  stroke-miterlimit: 10;
}

.img-matrix-year .st22 {
  fill: #ED1651;
}

.img-matrix-year .st23 {
  fill: #68BD45;
}

.img-matrix-year .st24 {
  font-family: 'Montserrat';
  font-weight: 400;
}

.img-matrix-year .st25 {
  font-size: 31.6443px;
}

.img-matrix-year .st26 {
  font-size: 54px;
}

.img-matrix-year .st27 {
  letter-spacing: -2;
}

.img-matrix-year .st28 {
  font-size: 54.872px;
}

.img-matrix-year .st29 {
  font-size: 24px;
}

.img-matrix-year .st30 {
  font-size: 34px;
}

.img-matrix-year .st31 {
  letter-spacing: -1;
}

.img-matrix-year .st32 {
  fill: #3366CC;
}

.img-matrix-year .st33 {
  font-size: 17.5944px;
}

.img-matrix-year .st34 {
  fill: #68BD45;
}

.calc-table {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 56px;
  position: relative;
}

.calc-table table {
  width: 100%;
}

.calc-table table th {
  border-bottom: 1px solid #000;
  padding: 9px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
}

.calc-table table th:not(:last-child) {
  border-right: 1px solid #000;
}

.calc-table table td {
  padding: 5px 9px;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  background: #fff;
}

.calc-table table td:not(:last-child) {
  border-right: 1px solid #000;
  width: 93px;
}

.calc-table table td:last-child {
  width: 171px;
}

.calc-table table tbody {
  position: relative;
}

.calc-table table tbody tr td:last-child {
  font-size: 16px;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
}

.calc-table table tbody tr td:last-child span {
  padding: 5px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  position: relative;
  border-left: 1px solid #000;
  margin-left: -1px;
  z-index: 2;
}

.calc-table table tbody tr td:last-child:hover span {
  border-left-width: 0;
}

.calc-table table tbody tr td:last-child:hover .calc-table-tooltip {
  display: block;
}

.calc-table table tbody tr.purple td {
  background: #9966cc;
}

.calc-table table tbody tr.purple td span {
  background: #9966cc;
}

.calc-table table tbody tr.blue td {
  background: #3366ff;
}

.calc-table table tbody tr.blue td span {
  background: #3366ff;
}

.calc-table table tbody tr.light-blue td {
  background: #66ccff;
}

.calc-table table tbody tr.light-blue td span {
  background: #66ccff;
}

.calc-table table tbody tr.green td {
  background: #99cc33;
}

.calc-table table tbody tr.green td span {
  background: #99cc33;
}

.calc-table table tbody tr.yellow td {
  background: #ffff33;
}

.calc-table table tbody tr.yellow td span {
  background: #ffff33;
}

.calc-table table tbody tr.orange td {
  background: #ff9933;
}

.calc-table table tbody tr.orange td span {
  background: #ff9933;
}

.calc-table table tbody tr.red td {
  background: #ff3333;
}

.calc-table table tbody tr.red td span {
  background: #ff3333;
}

.calc-table table tfoot tr td:last-child {
  font-size: 14px;
}

.calc-table table tfoot tr:last-child td {
  border-bottom-width: 0;
}

.calc-table-tooltip {
  position: absolute;
  top: 1px;
  left: 0;
  width: 62.1%;
  min-height: 244px;
  text-align: center;
  padding: 15px 18px;
  z-index: 1;
  text-transform: none;
  display: none;
  pointer-events: none;
}

.calc-table-tooltip:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #fff;
  border-radius: 10px;
  z-index: -1;
  content: '';
}

.calc-table-tooltip p {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.2;
}

.calc-table-tooltip p strong {
  display: block;
  font-weight: 600;
}

.calc-table-tooltip p:last-child {
  margin-bottom: 0;
}

.calc-table-tooltip__ico {
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
}

.purple .calc-table-tooltip {
  background: #9966cc;
}

.blue .calc-table-tooltip {
  background: #3366ff;
}

.light-blue .calc-table-tooltip {
  background: #66ccff;
}

.green .calc-table-tooltip {
  background: #99cc33;
}

.yellow .calc-table-tooltip {
  background: #ffff33;
}

.orange .calc-table-tooltip {
  background: #ff9933;
}

.red .calc-table-tooltip {
  background: #ff3333;
}

.red .calc-table-tooltip .calc-table-tooltip__ico {
  width: 35px;
}

@media (max-width: 767px) {
  .calc-table {
    margin-bottom: 40px;
  }
  .calc-table table th {
    font-size: 12px;
  }
  .calc-table table td {
    font-size: 16px;
  }
  .calc-table table td:not(:last-child) {
    width: calc(33.33% - 128px);
  }
  .calc-table table td:last-child {
    width: 128px;
  }
  .calc-table table tbody {
    position: static;
  }
  .calc-table table tbody tr td:last-child {
    font-size: 13px;
  }
  .calc-table-tooltip {
    top: 33px;
    width: calc(100% - 128px);
  }
}

.logo {
  margin: 14px auto 16px;
  width: 82px;
  display: block;
}

.logo img {
  width: 100%;
}

@media (max-width: 767px) {
  .logo {
    width: 70px;
    margin-bottom: 20px;
  }
}

.main-nav {
  margin-right: 40px;
}

.main-nav__list {
  display: flex;
  font-size: 13px;
  line-height: 1.2;
  margin: 0 -13px;
}

.main-nav__list li {
  padding: 0 13px;
}

.main-nav__list li.write-us {
  padding-left: 30px;
  position: relative;
}

.main-nav__list li.write-us:before {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(0, -50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.main-nav__list a {
  color: #000;
  text-decoration: none;
}

.no-touch .main-nav__list a:hover {
  text-decoration: underline;
}

.main-nav__opener {
  width: 34px;
  height: 34px;
  background: none;
  border: none;
  position: relative;
  display: none;
}

.main-nav__opener:before {
  width: 28px;
  height: 3px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  content: '';
}

.main-nav__opener span {
  width: 28px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-nav__opener span:before, .main-nav__opener span:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 28px;
  height: 3px;
  background: #000;
  transition: all 0.3s linear;
  content: '';
}

.main-nav__opener span:after {
  top: 15px;
}

@media (max-width: 1023px) {
  .main-nav__list {
    font-size: 11px;
  }
  .main-nav__list li {
    padding: 0 8px;
  }
}

@media (max-width: 767px) {
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #D6CEE0;
    transform: translate(100%, 0);
    transition: all 0.3s linear;
    padding-bottom: 15px;
    z-index: 99;
  }
  .main-nav__opener {
    display: block;
  }
  .main-nav__list {
    font-size: 16px;
    flex-direction: column;
    margin: 0;
  }
  .main-nav__list li {
    padding: 0;
  }
  .main-nav__list li.write-us {
    padding: 0;
  }
  .main-nav__list li.write-us:before {
    display: none;
  }
  .main-nav__list a {
    padding: 5px 20px;
    display: block;
  }
}

.menu-opened .main-nav {
  transform: translate(0, 0);
}

.menu-opened .main-nav__opener:before {
  display: none;
}

.menu-opened .main-nav__opener span:before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-opened .main-nav__opener span:after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.matrix-selection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0 31px;
}

.matrix-selection__item {
  margin: 0 43px 40px;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ABA0BA;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.matrix-selection__item.active {
  color: #3366CC;
}

.matrix-selection__item.active .matrix-selection__ico img {
  display: none;
}

.matrix-selection__item.active .matrix-selection__ico .ico-blue {
  display: block;
}

.matrix-selection__item.lock .matrix-selection__ico .ico-lock {
  display: block;
}

.matrix-selection__item.lock-active .matrix-selection__ico .ico-lock-blue {
  display: block;
}

.matrix-selection__ico {
  margin-bottom: 4px;
  height: 69px;
  position: relative;
}

.matrix-selection__ico img {
  width: auto;
  height: 100%;
}

.matrix-selection__ico .ico-blue {
  display: none;
}

.matrix-selection__ico .ico-lock,
.matrix-selection__ico .ico-lock-blue {
  position: absolute;
  top: -7px;
  left: -9px;
  width: 35px;
  height: auto;
  display: none;
}

@media (max-width: 767px) {
  .matrix-selection {
    padding: 0 0 40px;
  }
  .matrix-selection__item {
    margin: 0 25px 20px;
  }
}

.period-table {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 23px;
}

.period-table table {
  width: 100%;
}

.period-table th,
.period-table td {
  border: solid #000;
  border-width: 0 1px 1px 0;
}

.period-table th:last-child,
.period-table td:last-child {
  border-right-width: 0;
}

.period-table th {
  background: #DDD4E8;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  padding: 13px 10px;
  text-transform: uppercase;
  vertical-align: middle;
}

.period-table th:first-child {
  width: 110px;
}

.period-table td {
  padding: 14px 10px 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  background: #fff;
}

.period-table tbody tr:last-child td {
  border-bottom-width: 0;
}

.period-table tbody tr.active .period-table-num {
  background: #3366CC;
  color: #fff;
}

.period-table-num {
  border: 1px solid #3366CC;
  width: 30px;
  height: 30px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 7px 5px 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #3366CC;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .period-table {
    margin: 0;
  }
  .period-table th {
    padding: 10px;
    font-size: 12px;
  }
  .period-table td {
    padding: 10px;
    font-size: 14px;
  }
  .period-table-num {
    width: 25px;
    height: 25px;
    font-size: 16px;
    padding: 3px;
  }
}

.print-block {
  display: none;
  align-items: center;
}

.print-block .qr-code {
  margin-right: 20px;
  width: 66px;
}

.print-block .logo-print {
  width: 60px;
}

@media print {
  page-break-after: avoid;
  html, body {
    height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .container {
    padding: 0;
    max-width: none;
  }
  .main {
    padding: 25px 0 20px !important;
  }
  .header {
    display: none;
  }
  .calc-pers h1 {
    display: none;
  }
  .calc-pers__img {
    margin: 0;
  }
  .calc-pers__option {
    top: -25px;
  }
  .calc-pers__option .btn,
  .calc-pers__option .another-date__wrap {
    display: none;
  }
  .calc-pers__title {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .calc-pers.calc-year .calc-pers__img {
    width: 58%;
  }
  .calc-pers.calc-year .calc-pers__table {
    width: 42%;
    padding-left: 20px;
  }
  .calc-table {
    margin-bottom: 25px;
  }
  .calc-table table th {
    font-size: 12px;
    padding: 4px;
  }
  .calc-table table td {
    padding: 4px;
    font-size: 16px;
    background: none !important;
    color: #000;
  }
  .calc-table table tbody tr td:last-child {
    font-size: 14px;
    padding: 0;
  }
  .calc-table table tbody tr td:last-child span {
    padding: 4px !important;
    min-height: 28px !important;
    margin: 0 !important;
    border: none !important;
    position: relative;
  }
  .calc-table table tbody tr td span {
    background: none !important;
  }
  .calc-table table tbody tr td span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    right: 0;
    content: '';
  }
  .calc-table table tbody tr.purple td span:after {
    background: #9966cc;
  }
  .calc-table table tbody tr.blue td span:after {
    background: #3366ff;
  }
  .calc-table table tbody tr.light-blue td span:after {
    background: #66ccff;
  }
  .calc-table table tbody tr.green td span:after {
    background: #99cc33;
  }
  .calc-table table tbody tr.yellow td span:after {
    background: #ffff33;
  }
  .calc-table table tbody tr.orange td span:after {
    background: #ff9933;
  }
  .calc-table table tbody tr.red td span:after {
    background: #ff3333;
  }
  .calc-table table .calc-table-tooltip {
    display: none !important;
  }
  .visual-block {
    display: none !important;
  }
  .calc-pers-group {
    margin-bottom: 25px;
  }
  .calc-pers-group__title {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .calc-pers-total-info__row strong {
    font-size: 11px;
  }
  .calc-pers-total-info__row span {
    font-size: 14px;
  }
  .purpose-num {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .footer {
    padding: 0 !important;
    min-height: 0 !important;
    justify-content: flex-start !important;
    background: none !important;
    position: relative;
  }
  .footer .container {
    justify-content: flex-start !important;
  }
  .footer .today-date {
    display: block !important;
    flex-grow: 1;
    text-align: right;
  }
  .footer .email {
    display: none !important;
  }
  .footer.footer-print-center .container {
    width: 100%;
    justify-content: center !important;
    text-align: center;
  }
  .footer .print-block {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .print-block {
    margin: -30px 20px 0;
    display: flex;
  }
  .calc-compatibilities-page {
    position: relative;
  }
  .calc-compatibilities-page h1 {
    display: none;
  }
  .calc-compatibilities-page .calc-compatibilities {
    padding: 0;
  }
  .calc-compatibilities-page .calc-compatibilities__grid {
    flex-direction: row;
    align-items: center;
  }
  .calc-compatibilities-page .calc-compatibilities__grid > .calc-compatibilities__option {
    position: absolute;
    top: -10px;
    left: auto;
    right: 0;
    transform: translate(0, 0);
  }
  .calc-compatibilities-page .calc-compatibilities__grid > .calc-compatibilities__option .btn {
    display: none;
  }
  .calc-compatibilities-page .calc-compatibilities__grid > .calc-compatibilities__option strong {
    margin-bottom: 5px;
    text-align: right;
    font-size: 14px;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-tw {
    padding: 0;
    margin: 0;
    flex-grow: 1;
    flex-direction: column;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col {
    width: 100%;
    padding: 0;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col .calc-compatibilities__option {
    top: -10px;
    left: 0;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col .calc-compatibilities__option .another-date__wrap {
    display: none;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col .calc-compatibilities__option strong {
    font-size: 11px;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col .calc-pers-group {
    top: -10px;
    left: calc(100% - 20px);
    width: 200px;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col .calc-pers-group__col {
    padding: 4px 5px 4px;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col .calc-pers-group__title {
    font-size: 8px;
    margin-bottom: 2px;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col .purpose-label {
    font-size: 7px;
    padding: 0 5px 0 0;
    min-width: 37px;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col .purpose-num {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col .purpose-total {
    padding-left: 17px;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col .purpose-total img {
    left: 6px;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col:last-child .calc-compatibilities__option {
    right: auto;
    left: 0;
    text-align: left;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-col:last-child .calc-pers-group {
    top: auto;
    bottom: -40px;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-main {
    margin: 0;
    padding-left: 5%;
    width: 66%;
  }
  .calc-compatibilities-page .calc-compatibilities__grid-main .print-block {
    position: absolute;
    bottom: -30px;
    right: 0;
  }
  .calc-compatibilities-page .calc-compatibilities__grid.calc-family__grid {
    flex-direction: column;
    width: 100%;
  }
  .calc-compatibilities-page .calc-compatibilities__grid.calc-family__grid > .calc-compatibilities__option {
    display: none;
  }
  .calc-compatibilities-page .calc-compatibilities__grid.calc-family__grid .calc-compatibilities__grid-tw {
    flex-direction: row;
    margin: 0 -10px;
    width: calc(100% + 20px);
    padding: 40px 0;
  }
  .calc-compatibilities-page .calc-compatibilities__grid.calc-family__grid .calc-compatibilities__grid-tw .calc-compatibilities__option {
    left: 10px;
  }
  .calc-compatibilities-page .calc-compatibilities__grid.calc-family__grid .calc-compatibilities__grid-col {
    width: 50%;
    padding: 0 10px;
  }
  .calc-compatibilities-page .footer {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }
  .calc-compatibilities-page .footer .container {
    justify-content: flex-end !important;
  }
  .calc-compatibilities-page .footer .today-date {
    display: none !important;
  }
  .period-table {
    margin: 0;
  }
  .period-table th {
    padding: 10px;
    font-size: 13px;
  }
  .period-table td {
    padding: 10px;
    vertical-align: middle;
  }
  .period-table-num {
    width: 28px;
    height: 28px;
    font-size: 16px;
    padding: 4px;
  }
  .calc-month h1 {
    display: none;
  }
  .calc-month__option {
    top: 0;
  }
  .calc-month__option .another-date__wrap {
    display: none;
  }
  .calc-month__option .btn {
    display: none;
  }
  .calc-month__option strong {
    font-size: 16px;
    font-weight: 500;
  }
  .calc-month-tw {
    margin: 0 -10px;
    padding-top: 60px;
  }
  .calc-month-col {
    padding: 0 10px;
  }
  .show-only-print {
    display: block;
  }
  .hide-only-print {
    display: none !important;
  }
}

.purpose {
  display: flex;
  align-items: center;
  justify-content: center;
}

.purpose-info__row {
  display: flex;
  align-items: center;
}

.purpose-info__row:not(:last-child) {
  margin-bottom: 4px;
}

.purpose-label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  min-width: 72px;
  text-align: right;
  padding: 0 14px 0 0;
}

.purpose-num {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 5px 5px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.purpose-total {
  position: relative;
  padding-left: 41px;
}

.purpose-total img {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translate(0, -50%);
}

@media (max-width: 767px) {
  .purpose-label {
    min-width: 62px;
    padding: 0 8px 0 0;
  }
  .purpose-total {
    padding-left: 31px;
  }
  .purpose-total img {
    left: 14px;
  }
}

.visual-opener {
  cursor: pointer;
}

.visual-opener span {
  position: relative;
  z-index: 11;
}

.visual-opener:hover .visual-block {
  display: flex;
}

.visual-block {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  z-index: 10;
  display: flex;
  justify-content: center;
  pointer-events: none;
  display: none;
}

.visual-block:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #EFE7F7;
  border-radius: 50%;
  width: 312px;
  height: 312px;
  z-index: -1;
  content: '';
}

.visual-block__img {
  max-width: 397px;
}

.visual-block-icons {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.visual-block-ico {
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}

.visual-block-ico:last-child {
  width: 36px;
}

.footer {
  background: #D6CEE0;
  color: #000;
  font-size: 12px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
}

.footer .container {
  display: flex;
  justify-content: center;
}

.footer a {
  color: #000;
  text-decoration: none;
}

.no-touch .footer a:hover {
  text-decoration: underline;
}

.footer strong {
  margin: 0 8px;
  font-weight: normal;
}

.footer .instagramm {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  padding-left: 20px;
  position: relative;
}

.footer .instagramm img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.footer .email {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 10px;
  padding-left: 30px;
  position: relative;
}

.footer .email img {
  position: absolute;
  top: 0;
  left: 0;
}

.footer .today-date {
  display: none;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .container {
    display: block;
  }
  .footer strong {
    display: block;
    margin: 0 0 10px;
  }
}

.header {
  background: #D6CEE0;
  padding: 3px;
  min-height: 20px;
  position: relative;
}

.header-bar {
  display: flex;
  align-items: center;
}

.header-link {
  margin-left: auto;
}

.header .name {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  margin-right: 29px;
}

.no-touch .header .name:hover {
  text-decoration: underline;
}

.header .login {
  font-size: 10px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.no-touch .header .login:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .header-bar {
    padding: 0 20px;
  }
  .header .name {
    margin-right: 15px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .header .name {
    margin-right: 8px;
  }
}

.main {
  flex-grow: 1;
  padding: 31px 0;
}

.main-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

/* endinject */

/*# sourceMappingURL=maps/main.css.map */
