@font-face {
  font-family: 'Circe';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('/_tools/fonts/circe/circe_light.eot');
  src: url('/_tools/fonts/circe/circe_light.woff2') format('woff2'), url('/_tools/fonts/circe/circe_light.woff') format('woff');
}
@font-face {
  font-family: 'Circe';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/_tools/fonts/circe/circe_regular.eot');
  src: url('/_tools/fonts/circe/circe_regular.woff2') format('woff2'), url('/_tools/fonts/circe/circe_regular.woff') format('woff');
}
@font-face {
  font-family: 'Circe';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/_tools/fonts/circe/circe_bold.eot');
  src: url('/_tools/fonts/circe/circe_bold.woff2') format('woff2'), url('/_tools/fonts/circe/circe_bold.woff') format('woff');
}
@font-face {
  font-family: 'Circe Extra Bold';
  font-display: swap;
  src: url('/_tools/fonts/circe/Circe-ExtraBold.eot');
  src: url('/_tools/fonts/circe/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/_tools/fonts/circe/Circe-ExtraBold.woff') format('woff'), url('/_tools/fonts/circe/Circe-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSerifBoldItalic";
  font-display: swap;
  src: url("/_tools/fonts/PTSerifBoldItalic/PTSerifBoldItalic.eot");
  src: url("/_tools/fonts/PTSerifBoldItalic/PTSerifBoldItalic.eot?#iefix") format("embedded-opentype"), url("/_tools/fonts/PTSerifBoldItalic/PTSerifBoldItalic.woff") format("woff"), url("/_tools/fonts/PTSerifBoldItalic/PTSerifBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PTSerifItalic";
  font-display: swap;
  src: url("/_tools/fonts/PTSerifItalic/PTSerifItalic.eot");
  src: url("/_tools/fonts/PTSerifItalic/PTSerifItalic.eot?#iefix") format("embedded-opentype"), url("/_tools/fonts/PTSerifItalic/PTSerifItalic.woff") format("woff"), url("/_tools/fonts/PTSerifItalic/PTSerifItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body,
input,
textarea,
button,
select {
  font-family: 'Circe', sans-serif;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #149CE6;
  box-shadow: 0px 4px 16px rgba(20, 156, 230, 0.32);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0;
  height: 48px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  width: 48px;
  z-index: 100;
}
.slick-prev {
  background-image: url('/slick-prev.svg');
  left: -48px;
}
.slick-next {
  background-image: url('/slick-next.svg');
  right: -48px;
}
.slick-arrow.slick-disabled {
  background: none;
  box-shadow: none;
  cursor: default;
}
.slick-dots {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.slick-dots button {
  background-color: #fff;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 0;
  height: 16px;
  width: 16px;
}
.slick-dots .slick-active button {
  background-color: rgba(255, 255, 255, 0.5);
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #000000;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: none;
  cursor: text;
  display: block;
}
@keyframes blink {
  from {
    border-color: #000000;
  }
  50% {
    border-color: transparent;
  }
  to {
    border-color: transparent;
  }
}
.selectize-input {
  background-image: url('/icon-select.svg');
  background-position: right center;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 1px solid #D7DCEA;
  padding: 4px 20px 4px 0;
  display: block;
  min-height: 32px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.selectize-control.multi .selectize-input.has-items {
  padding: -2px 16px -5px;
}
.selectize-input.full {
  background-image: none;
  background-color: #fff;
  color: #149CE6;
  padding: 4px 0;
}
.selectize-input.full > input {
  opacity: 0 !important;
  position: absolute !important;
  left: -10000px !important;
}
.selectize-input.full.input-active .item,
.selectize-input.full.input-active .option {
  border-right: 1px solid #000000;
  animation: blink 1s steps(1, end) infinite;
}
.selectize-input.not-full > input::placeholder {
  opacity: 0;
}
.selectize-input.not-full > input:-ms-input-placeholder {
  opacity: 0;
}
.selectize-input.not-full > input::-ms-input-placeholder {
  opacity: 0;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  border-color: #8954BA;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #000000;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #000000;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #4d4d4d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  height: 24px;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 110;
  border: 1px solid #DCDFE8;
  background: #fff;
  margin: 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  font-weight: 700;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 9px 16px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #000000;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #149CE6;
  color: #fff;
}
.selectize-dropdown .active.create {
  color: #fff;
}
.selectize-dropdown .create {
  color: rgba(0, 0, 0, 0.5);
}
.selectize-dropdown .option .option-tooltip {
  color: #767A8C;
  font-size: 15px;
}
.selectize-dropdown .option.active .option-tooltip {
  color: #f6f5f5;
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  display: none;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
@keyframes flame {
  50% {
    transform: scale(0.98, 1.02) translate(0, 2px) rotate(-1deg);
  }
}
.flame-big {
  animation: flame 1s infinite;
}
.flame-small {
  animation-name: flame;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
}
@keyframes wave {
  to {
    transform: translateX(-37%);
  }
}
.liquid-1 {
  animation: wave 3s linear infinite 1s;
}
.liquid-2 {
  animation: wave 4s linear infinite reverse;
}
@keyframes bubbles-infinite {
  100% {
    transform: scale(0) translateX(20px);
  }
}
.bubbles-first circle {
  transform-origin: 50% 0 0;
}
.bubbles-first circle:nth-child(1) {
  animation: bubbles-infinite 3s infinite 2s;
}
.bubbles-first circle:nth-child(2) {
  animation: bubbles-infinite 2s linear infinite 3s;
}
.bubbles-first circle:nth-child(3) {
  animation: bubbles-infinite 1s linear infinite 4s;
}
.bubbles-first circle:nth-child(4) {
  animation: bubbles-infinite 3s linear infinite 5s;
}
.bubbles-first circle:nth-child(5) {
  animation: bubbles-infinite 2s linear infinite 2s;
}
.bubbles-first circle:nth-child(6) {
  animation: bubbles-infinite 3s linear infinite 5s;
}
.bubbles-second circle {
  transform-origin: 50% 0 0;
}
.bubbles-second circle:nth-child(1) {
  animation: bubbles-infinite 5s infinite 3s;
}
.bubbles-second circle:nth-child(2) {
  animation: bubbles-infinite 1s linear infinite 4s;
}
.bubbles-second circle:nth-child(3) {
  animation: bubbles-infinite 3s linear infinite 5s;
}
.bubbles-second circle:nth-child(4) {
  animation: bubbles-infinite 4s linear infinite 7s;
}
.bubbles-second circle:nth-child(5) {
  animation: bubbles-infinite 6s linear infinite 3s;
}
.bubbles-second circle:nth-child(6) {
  animation: bubbles-infinite 2s linear infinite 6s;
}
@keyframes bubbles-fast {
  10% {
    transform: scale(0) translate(20px, -30%);
  }
  100% {
    transform: scale(0) translate(20px, -30%);
  }
}
.bubbles-fast-first circle {
  transform-origin: 50% 0 0;
}
.bubbles-fast-first circle:nth-child(1) {
  animation: bubbles-fast 13s linear infinite 6s;
}
.bubbles-fast-first circle:nth-child(2) {
  animation: bubbles-fast 12.8s linear infinite 6.2s;
}
.bubbles-fast-first circle:nth-child(3) {
  animation: bubbles-fast 12.6s linear infinite 6.4s;
}
.bubbles-fast-first circle:nth-child(4) {
  animation: bubbles-fast 12.4s linear infinite 6.6s;
}
.bubbles-fast-first circle:nth-child(5) {
  animation: bubbles-fast 12.2s linear infinite 6.8s;
}
.bubbles-fast-first circle:nth-child(6) {
  animation: bubbles-fast 12s linear infinite 7s;
}
.bubbles-fast-first circle:nth-child(7) {
  animation: bubbles-fast 12s linear infinite 7.2s;
}
.bubbles-fast-first circle:nth-child(8) {
  animation: bubbles-fast 12s linear infinite 7.4s;
}
.bubbles-fast-first circle:nth-child(9) {
  animation: bubbles-fast 12s linear infinite 7.6s;
}
.bubbles-fast-first circle:nth-child(10) {
  animation: bubbles-fast 12s linear infinite 7.8s;
}
.bubbles-fast-first circle:nth-child(11) {
  animation: bubbles-fast 12s linear infinite 8s;
}
.bubbles-fast-first circle:nth-child(12) {
  animation: bubbles-fast 12s linear infinite 8.1s;
}
.bubbles-fast-first circle:nth-child(13) {
  animation: bubbles-fast 12s linear infinite 8.2s;
}
.bubbles-fast-first circle:nth-child(14) {
  animation: bubbles-fast 12s linear infinite 8.3s;
}
.bubbles-fast-first circle:nth-child(15) {
  animation: bubbles-fast 12s linear infinite 8.4s;
}
.bubbles-fast-first circle:nth-child(16) {
  animation: bubbles-fast 12s linear infinite 8.5s;
}
.bubbles-fast-first circle:nth-child(17) {
  animation: bubbles-fast 12s linear infinite 8.6s;
}
.bubbles-fast-first circle:nth-child(18) {
  animation: bubbles-fast 12s linear infinite 8.7s;
}
.bubbles-fast-first circle:nth-child(19) {
  animation: bubbles-fast 12s linear infinite 8.8s;
}
.bubbles-fast-first circle:nth-child(20) {
  animation: bubbles-fast 12s linear infinite 8.9s;
}
.bubbles-fast-first circle:nth-child(21) {
  animation: bubbles-fast 12s linear infinite 9s;
}
.bubbles-fast-first circle:nth-child(22) {
  animation: bubbles-fast 12s linear infinite 9.1s;
}
.bubbles-fast-first circle:nth-child(23) {
  animation: bubbles-fast 12s linear infinite 9.2s;
}
.bubbles-fast-first circle:nth-child(24) {
  animation: bubbles-fast 12s linear infinite 9.3s;
}
.bubbles-fast-first circle:nth-child(25) {
  animation: bubbles-fast 12s linear infinite 9.4s;
}
.bubbles-fast-first circle:nth-child(26) {
  animation: bubbles-fast 12s linear infinite 9.5s;
}
.bubbles-fast-first circle:nth-child(27) {
  animation: bubbles-fast 12s linear infinite 9.6s;
}
.bubbles-fast-first circle:nth-child(28) {
  animation: bubbles-fast 12s linear infinite 9.7s;
}
.bubbles-fast-first circle:nth-child(29) {
  animation: bubbles-fast 12s linear infinite 9.8s;
}
.bubbles-fast-first circle:nth-child(30) {
  animation: bubbles-fast 12s linear infinite 9.9s;
}
.bubbles-fast-first circle:nth-child(31) {
  animation: bubbles-fast 12s linear infinite 10s;
}
.bubbles-fast-first circle:nth-child(32) {
  animation: bubbles-fast 12s linear infinite 10.1s;
}
.bubbles-fast-first circle:nth-child(33) {
  animation: bubbles-fast 12s linear infinite 10.2s;
}
.bubbles-fast-first circle:nth-child(34) {
  animation: bubbles-fast 12s linear infinite 10.3s;
}
.bubbles-fast-first circle:nth-child(35) {
  animation: bubbles-fast 12s linear infinite 10.4s;
}
.bubbles-fast-first circle:nth-child(36) {
  animation: bubbles-fast 12s linear infinite 10.5s;
}
.bubbles-fast-first circle:nth-child(37) {
  animation: bubbles-fast 12s linear infinite 10.6s;
}
.bubbles-fast-first circle:nth-child(38) {
  animation: bubbles-fast 12s linear infinite 10.7s;
}
.bubbles-fast-first circle:nth-child(39) {
  animation: bubbles-fast 12s linear infinite 10.8s;
}
.bubbles-fast-first circle:nth-child(40) {
  animation: bubbles-fast 12s linear infinite 10.9s;
}
.bubbles-fast-first circle:nth-child(41) {
  animation: bubbles-fast 12s linear infinite 11s;
}
.bubbles-fast-first circle:nth-child(42) {
  animation: bubbles-fast 12s linear infinite 11.1s;
}
.bubbles-fast-first circle:nth-child(43) {
  animation: bubbles-fast 12s linear infinite 11.2s;
}
.bubbles-fast-first circle:nth-child(44) {
  animation: bubbles-fast 12s linear infinite 11.3s;
}
.bubbles-fast-first circle:nth-child(45) {
  animation: bubbles-fast 12s linear infinite 11.4s;
}
.bubbles-fast-first circle:nth-child(46) {
  animation: bubbles-fast 12s linear infinite 11.5s;
}
.bubbles-fast-first circle:nth-child(47) {
  animation: bubbles-fast 12s linear infinite 11.6s;
}
.bubbles-fast-first circle:nth-child(48) {
  animation: bubbles-fast 12s linear infinite 11.7s;
}
.bubbles-fast-first circle:nth-child(49) {
  animation: bubbles-fast 12s linear infinite 11.8s;
}
.bubbles-fast-first circle:nth-child(50) {
  animation: bubbles-fast 12s linear infinite 11.9s;
}
.bubbles-fast-first circle:nth-child(51) {
  animation: bubbles-fast 12s linear infinite 7s;
}
.bubbles-fast-first circle:nth-child(52) {
  animation: bubbles-fast 12s linear infinite 7.1s;
}
.bubbles-fast-first circle:nth-child(53) {
  animation: bubbles-fast 12s linear infinite 7.2s;
}
.bubbles-fast-first circle:nth-child(54) {
  animation: bubbles-fast 12s linear infinite 7.3s;
}
.bubbles-fast-first circle:nth-child(55) {
  animation: bubbles-fast 12s linear infinite 7.4s;
}
.bubbles-fast-first circle:nth-child(56) {
  animation: bubbles-fast 12s linear infinite 7.5s;
}
.bubbles-fast-first circle:nth-child(57) {
  animation: bubbles-fast 12s linear infinite 7.6s;
}
.bubbles-fast-first circle:nth-child(58) {
  animation: bubbles-fast 12s linear infinite 7.7s;
}
.bubbles-fast-first circle:nth-child(59) {
  animation: bubbles-fast 12s linear infinite 7.8s;
}
.bubbles-fast-first circle:nth-child(60) {
  animation: bubbles-fast 12s linear infinite 7.9s;
}
.bubbles-fast-first circle:nth-child(61) {
  animation: bubbles-fast 12s linear infinite 8s;
}
.bubbles-fast-first circle:nth-child(62) {
  animation: bubbles-fast 12s linear infinite 8.1s;
}
.bubbles-fast-first circle:nth-child(63) {
  animation: bubbles-fast 12s linear infinite 8.2s;
}
.bubbles-fast-first circle:nth-child(64) {
  animation: bubbles-fast 12s linear infinite 8.3s;
}
.bubbles-fast-first circle:nth-child(65) {
  animation: bubbles-fast 12s linear infinite 8.4s;
}
.bubbles-fast-first circle:nth-child(66) {
  animation: bubbles-fast 12s linear infinite 8.5s;
}
.bubbles-fast-first circle:nth-child(67) {
  animation: bubbles-fast 12s linear infinite 8.6s;
}
.bubbles-fast-first circle:nth-child(68) {
  animation: bubbles-fast 12s linear infinite 8.7s;
}
.bubbles-fast-first circle:nth-child(69) {
  animation: bubbles-fast 12s linear infinite 8.8s;
}
.bubbles-fast-first circle:nth-child(70) {
  animation: bubbles-fast 12s linear infinite 8.9s;
}
.bubbles-fast-first circle:nth-child(71) {
  animation: bubbles-fast 12s linear infinite 9s;
}
.bubbles-fast-first circle:nth-child(72) {
  animation: bubbles-fast 12s linear infinite 9.1s;
}
.bubbles-fast-first circle:nth-child(73) {
  animation: bubbles-fast 12s linear infinite 9.2s;
}
.bubbles-fast-first circle:nth-child(74) {
  animation: bubbles-fast 12s linear infinite 9.3s;
}
.bubbles-fast-first circle:nth-child(75) {
  animation: bubbles-fast 12s linear infinite 9.4s;
}
.bubbles-fast-first circle:nth-child(76) {
  animation: bubbles-fast 12s linear infinite 9.5s;
}
.bubbles-fast-first circle:nth-child(77) {
  animation: bubbles-fast 12s linear infinite 9.6s;
}
.bubbles-fast-first circle:nth-child(78) {
  animation: bubbles-fast 12s linear infinite 9.7s;
}
.bubbles-fast-first circle:nth-child(79) {
  animation: bubbles-fast 12s linear infinite 9.8s;
}
.bubbles-fast-first circle:nth-child(80) {
  animation: bubbles-fast 12s linear infinite 9.9s;
}
.bubbles-fast-first circle:nth-child(81) {
  animation: bubbles-fast 12s linear infinite 10s;
}
.bubbles-fast-first circle:nth-child(82) {
  animation: bubbles-fast 12s linear infinite 10.1s;
}
.bubbles-fast-first circle:nth-child(83) {
  animation: bubbles-fast 12s linear infinite 10.2s;
}
.bubbles-fast-first circle:nth-child(84) {
  animation: bubbles-fast 12s linear infinite 10.3s;
}
.bubbles-fast-first circle:nth-child(85) {
  animation: bubbles-fast 12s linear infinite 10.4s;
}
.bubbles-fast-first circle:nth-child(86) {
  animation: bubbles-fast 12s linear infinite 10.5s;
}
.bubbles-fast-first circle:nth-child(87) {
  animation: bubbles-fast 12s linear infinite 10.6s;
}
.bubbles-fast-first circle:nth-child(88) {
  animation: bubbles-fast 12s linear infinite 10.7s;
}
.bubbles-fast-first circle:nth-child(89) {
  animation: bubbles-fast 12s linear infinite 10.8s;
}
.bubbles-fast-first circle:nth-child(90) {
  animation: bubbles-fast 12s linear infinite 10.9s;
}
.bubbles-fast-first circle:nth-child(91) {
  animation: bubbles-fast 12s linear infinite 11s;
}
.bubbles-fast-first circle:nth-child(92) {
  animation: bubbles-fast 12s linear infinite 11.1s;
}
.bubbles-fast-first circle:nth-child(93) {
  animation: bubbles-fast 12s linear infinite 11.2s;
}
.bubbles-fast-first circle:nth-child(94) {
  animation: bubbles-fast 12s linear infinite 11.3s;
}
.bubbles-fast-first circle:nth-child(95) {
  animation: bubbles-fast 12s linear infinite 11.4s;
}
.bubbles-fast-first circle:nth-child(96) {
  animation: bubbles-fast 12s linear infinite 11.5s;
}
.bubbles-fast-first circle:nth-child(97) {
  animation: bubbles-fast 12s linear infinite 11.6s;
}
.bubbles-fast-first circle:nth-child(98) {
  animation: bubbles-fast 12s linear infinite 11.7s;
}
.bubbles-fast-first circle:nth-child(99) {
  animation: bubbles-fast 12s linear infinite 11.8s;
}
.bubbles-fast-first circle:nth-child(100) {
  animation: bubbles-fast 12s linear infinite 11.9s;
}
.bubbles-fast-second circle {
  transform-origin: 50% 0 0;
}
.bubbles-fast-second circle:nth-child(1) {
  animation: bubbles-fast 12s linear infinite 6.15s;
}
.bubbles-fast-second circle:nth-child(2) {
  animation: bubbles-fast 12s linear infinite 6.35s;
}
.bubbles-fast-second circle:nth-child(3) {
  animation: bubbles-fast 12s linear infinite 6.55s;
}
.bubbles-fast-second circle:nth-child(4) {
  animation: bubbles-fast 12s linear infinite 6.75s;
}
.bubbles-fast-second circle:nth-child(5) {
  animation: bubbles-fast 12s linear infinite 6.95s;
}
.bubbles-fast-second circle:nth-child(6) {
  animation: bubbles-fast 12s linear infinite 7.15s;
}
.bubbles-fast-second circle:nth-child(7) {
  animation: bubbles-fast 12s linear infinite 7.35s;
}
.bubbles-fast-second circle:nth-child(8) {
  animation: bubbles-fast 12s linear infinite 7.55s;
}
.bubbles-fast-second circle:nth-child(9) {
  animation: bubbles-fast 12s linear infinite 7.75s;
}
.bubbles-fast-second circle:nth-child(10) {
  animation: bubbles-fast 12s linear infinite 7.95s;
}
.bubbles-fast-second circle:nth-child(11) {
  animation: bubbles-fast 12s linear infinite 8.15s;
}
.bubbles-fast-second circle:nth-child(12) {
  animation: bubbles-fast 12s linear infinite 8.25s;
}
.bubbles-fast-second circle:nth-child(13) {
  animation: bubbles-fast 12s linear infinite 8.35s;
}
.bubbles-fast-second circle:nth-child(14) {
  animation: bubbles-fast 12s linear infinite 8.45s;
}
.bubbles-fast-second circle:nth-child(15) {
  animation: bubbles-fast 12s linear infinite 8.55s;
}
.bubbles-fast-second circle:nth-child(16) {
  animation: bubbles-fast 12s linear infinite 8.65s;
}
.bubbles-fast-second circle:nth-child(17) {
  animation: bubbles-fast 12s linear infinite 8.75s;
}
.bubbles-fast-second circle:nth-child(18) {
  animation: bubbles-fast 12s linear infinite 8.85s;
}
.bubbles-fast-second circle:nth-child(19) {
  animation: bubbles-fast 12s linear infinite 8.95s;
}
.bubbles-fast-second circle:nth-child(20) {
  animation: bubbles-fast 12s linear infinite 9.05s;
}
.bubbles-fast-second circle:nth-child(21) {
  animation: bubbles-fast 12s linear infinite 9.15s;
}
.bubbles-fast-second circle:nth-child(22) {
  animation: bubbles-fast 12s linear infinite 9.25s;
}
.bubbles-fast-second circle:nth-child(23) {
  animation: bubbles-fast 12s linear infinite 9.35s;
}
.bubbles-fast-second circle:nth-child(24) {
  animation: bubbles-fast 12s linear infinite 9.45s;
}
.bubbles-fast-second circle:nth-child(25) {
  animation: bubbles-fast 12s linear infinite 9.55s;
}
.bubbles-fast-second circle:nth-child(26) {
  animation: bubbles-fast 12s linear infinite 9.65s;
}
.bubbles-fast-second circle:nth-child(27) {
  animation: bubbles-fast 12s linear infinite 9.75s;
}
.bubbles-fast-second circle:nth-child(28) {
  animation: bubbles-fast 12s linear infinite 9.85s;
}
.bubbles-fast-second circle:nth-child(29) {
  animation: bubbles-fast 12s linear infinite 9.95s;
}
.bubbles-fast-second circle:nth-child(30) {
  animation: bubbles-fast 12s linear infinite 10.05s;
}
.bubbles-fast-second circle:nth-child(31) {
  animation: bubbles-fast 12s linear infinite 10.15s;
}
.bubbles-fast-second circle:nth-child(32) {
  animation: bubbles-fast 12s linear infinite 10.25s;
}
.bubbles-fast-second circle:nth-child(33) {
  animation: bubbles-fast 12s linear infinite 10.35s;
}
.bubbles-fast-second circle:nth-child(34) {
  animation: bubbles-fast 12s linear infinite 10.45s;
}
.bubbles-fast-second circle:nth-child(35) {
  animation: bubbles-fast 12s linear infinite 10.55s;
}
.bubbles-fast-second circle:nth-child(36) {
  animation: bubbles-fast 12s linear infinite 10.65s;
}
.bubbles-fast-second circle:nth-child(37) {
  animation: bubbles-fast 12s linear infinite 10.75s;
}
.bubbles-fast-second circle:nth-child(38) {
  animation: bubbles-fast 12s linear infinite 10.85s;
}
.bubbles-fast-second circle:nth-child(39) {
  animation: bubbles-fast 12s linear infinite 10.95s;
}
.bubbles-fast-second circle:nth-child(40) {
  animation: bubbles-fast 12s linear infinite 11.05s;
}
.bubbles-fast-second circle:nth-child(41) {
  animation: bubbles-fast 12s linear infinite 11.15s;
}
.bubbles-fast-second circle:nth-child(42) {
  animation: bubbles-fast 12s linear infinite 11.25s;
}
.bubbles-fast-second circle:nth-child(43) {
  animation: bubbles-fast 12s linear infinite 11.35s;
}
.bubbles-fast-second circle:nth-child(44) {
  animation: bubbles-fast 12s linear infinite 11.45s;
}
.bubbles-fast-second circle:nth-child(45) {
  animation: bubbles-fast 12s linear infinite 11.55s;
}
.bubbles-fast-second circle:nth-child(46) {
  animation: bubbles-fast 12s linear infinite 11.65s;
}
.bubbles-fast-second circle:nth-child(47) {
  animation: bubbles-fast 12s linear infinite 11.75s;
}
.bubbles-fast-second circle:nth-child(48) {
  animation: bubbles-fast 12s linear infinite 11.85s;
}
.bubbles-fast-second circle:nth-child(49) {
  animation: bubbles-fast 12s linear infinite 11.95s;
}
.bubbles-fast-second circle:nth-child(50) {
  animation: bubbles-fast 12s linear infinite 7.05s;
}
.bubbles-fast-second circle:nth-child(51) {
  animation: bubbles-fast 12s linear infinite 7.15s;
}
.bubbles-fast-second circle:nth-child(52) {
  animation: bubbles-fast 12s linear infinite 7.25s;
}
.bubbles-fast-second circle:nth-child(53) {
  animation: bubbles-fast 12s linear infinite 7.35s;
}
.bubbles-fast-second circle:nth-child(54) {
  animation: bubbles-fast 12s linear infinite 7.45s;
}
.bubbles-fast-second circle:nth-child(55) {
  animation: bubbles-fast 12s linear infinite 7.55s;
}
.bubbles-fast-second circle:nth-child(56) {
  animation: bubbles-fast 12s linear infinite 7.65s;
}
.bubbles-fast-second circle:nth-child(57) {
  animation: bubbles-fast 12s linear infinite 7.75s;
}
.bubbles-fast-second circle:nth-child(58) {
  animation: bubbles-fast 12s linear infinite 7.85s;
}
.bubbles-fast-second circle:nth-child(59) {
  animation: bubbles-fast 12s linear infinite 7.95s;
}
.bubbles-fast-second circle:nth-child(60) {
  animation: bubbles-fast 12s linear infinite 8.05s;
}
.bubbles-fast-second circle:nth-child(61) {
  animation: bubbles-fast 12s linear infinite 8.15s;
}
.bubbles-fast-second circle:nth-child(62) {
  animation: bubbles-fast 12s linear infinite 8.25s;
}
.bubbles-fast-second circle:nth-child(63) {
  animation: bubbles-fast 12s linear infinite 8.35s;
}
.bubbles-fast-second circle:nth-child(64) {
  animation: bubbles-fast 12s linear infinite 8.45s;
}
.bubbles-fast-second circle:nth-child(65) {
  animation: bubbles-fast 12s linear infinite 8.55s;
}
.bubbles-fast-second circle:nth-child(66) {
  animation: bubbles-fast 12s linear infinite 8.65s;
}
.bubbles-fast-second circle:nth-child(67) {
  animation: bubbles-fast 12s linear infinite 8.75s;
}
.bubbles-fast-second circle:nth-child(68) {
  animation: bubbles-fast 12s linear infinite 8.85s;
}
.bubbles-fast-second circle:nth-child(69) {
  animation: bubbles-fast 12s linear infinite 8.95s;
}
.bubbles-fast-second circle:nth-child(70) {
  animation: bubbles-fast 12s linear infinite 9.05s;
}
.bubbles-fast-second circle:nth-child(71) {
  animation: bubbles-fast 12s linear infinite 9.15s;
}
.bubbles-fast-second circle:nth-child(72) {
  animation: bubbles-fast 12s linear infinite 9.25s;
}
.bubbles-fast-second circle:nth-child(73) {
  animation: bubbles-fast 12s linear infinite 9.35s;
}
.bubbles-fast-second circle:nth-child(74) {
  animation: bubbles-fast 12s linear infinite 9.45s;
}
.bubbles-fast-second circle:nth-child(75) {
  animation: bubbles-fast 12s linear infinite 9.55s;
}
.bubbles-fast-second circle:nth-child(76) {
  animation: bubbles-fast 12s linear infinite 9.65s;
}
.bubbles-fast-second circle:nth-child(77) {
  animation: bubbles-fast 12s linear infinite 9.75s;
}
.bubbles-fast-second circle:nth-child(78) {
  animation: bubbles-fast 12s linear infinite 9.85s;
}
.bubbles-fast-second circle:nth-child(79) {
  animation: bubbles-fast 12s linear infinite 9.95s;
}
.bubbles-fast-second circle:nth-child(80) {
  animation: bubbles-fast 12s linear infinite 10.05s;
}
.bubbles-fast-second circle:nth-child(81) {
  animation: bubbles-fast 12s linear infinite 10.15s;
}
.bubbles-fast-second circle:nth-child(82) {
  animation: bubbles-fast 12s linear infinite 10.25s;
}
.bubbles-fast-second circle:nth-child(83) {
  animation: bubbles-fast 12s linear infinite 10.35s;
}
.bubbles-fast-second circle:nth-child(84) {
  animation: bubbles-fast 12s linear infinite 10.45s;
}
.bubbles-fast-second circle:nth-child(85) {
  animation: bubbles-fast 12s linear infinite 10.55s;
}
.bubbles-fast-second circle:nth-child(86) {
  animation: bubbles-fast 12s linear infinite 10.65s;
}
.bubbles-fast-second circle:nth-child(87) {
  animation: bubbles-fast 12s linear infinite 10.75s;
}
.bubbles-fast-second circle:nth-child(88) {
  animation: bubbles-fast 12s linear infinite 10.85s;
}
.bubbles-fast-second circle:nth-child(89) {
  animation: bubbles-fast 12s linear infinite 10.95s;
}
.bubbles-fast-second circle:nth-child(90) {
  animation: bubbles-fast 12s linear infinite 11.05s;
}
.bubbles-fast-second circle:nth-child(91) {
  animation: bubbles-fast 12s linear infinite 11.15s;
}
.bubbles-fast-second circle:nth-child(92) {
  animation: bubbles-fast 12s linear infinite 11.25s;
}
.bubbles-fast-second circle:nth-child(93) {
  animation: bubbles-fast 12s linear infinite 11.35s;
}
.bubbles-fast-second circle:nth-child(94) {
  animation: bubbles-fast 12s linear infinite 11.45s;
}
.bubbles-fast-second circle:nth-child(95) {
  animation: bubbles-fast 12s linear infinite 11.55s;
}
.bubbles-fast-second circle:nth-child(96) {
  animation: bubbles-fast 12s linear infinite 11.65s;
}
.bubbles-fast-second circle:nth-child(97) {
  animation: bubbles-fast 12s linear infinite 11.75s;
}
.bubbles-fast-second circle:nth-child(98) {
  animation: bubbles-fast 12s linear infinite 11.85s;
}
.bubbles-fast-second circle:nth-child(99) {
  animation: bubbles-fast 12s linear infinite 11.95s;
}
.bubbles-fast-second circle:nth-child(100) {
  animation: bubbles-fast 12s linear infinite 12.05s;
}
@keyframes boil {
  50% {
    transform: scale(0.98, 1.02) translate(0, 2px) rotate(-1deg);
  }
}
@keyframes power-1 {
  54% {
    fill: #A3D4FF;
  }
  55%,
  57% {
    fill: #FF7E7E;
  }
  59%,
  61% {
    fill: #A3D4FF;
  }
  63%,
  65% {
    fill: #FF7E7E;
  }
  67%,
  69% {
    fill: #A3D4FF;
  }
  71%,
  100% {
    fill: #FF7E7E;
  }
}
@keyframes power-2 {
  54% {
    fill: #149CE6;
  }
  55%,
  57% {
    fill: #E61414;
  }
  59%,
  61% {
    fill: #149CE6;
  }
  63%,
  65% {
    fill: #E61414;
  }
  67%,
  69% {
    fill: #149CE6;
  }
  71%,
  100% {
    fill: #E61414;
  }
}
.power-1 {
  fill: #A3D4FF;
  animation: power-1 12s infinite;
}
.power-2 {
  fill: #149CE6;
  animation: power-2 12s infinite;
}
@keyframes power-shake {
  1%,
  3%,
  5%,
  7%,
  9%,
  11%,
  13%,
  15%,
  17%,
  19%,
  21% {
    transform: translate(-3px, 0);
  }
  2%,
  4%,
  6%,
  8%,
  10%,
  12%,
  14%,
  16%,
  18%,
  20%,
  22% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.showcase__toggle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: power-shake 12s ease-in infinite 8.8s;
}
@keyframes bottle-shake {
  1%,
  3%,
  5%,
  7%,
  9%,
  11%,
  13%,
  15%,
  17%,
  19%,
  21%,
  23%,
  25%,
  27%,
  29%,
  31% {
    transform: rotate(-1deg) translate(-1px, -1px);
  }
  2%,
  4%,
  6%,
  8%,
  10%,
  12%,
  14%,
  16%,
  18%,
  20%,
  22%,
  24%,
  26%,
  28%,
  30%,
  32% {
    transform: rotate(1deg) translate(1px, 1px);
  }
  33% {
    transform: rotate(0deg) translate(0, 0);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
.bottle-shape,
.bottle-shadow {
  transform-origin: 50% 10% 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: bottle-shake 12s infinite 7.2s;
}
@keyframes disc-shake {
  50% {
    transform: scale(1.5);
  }
  51% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.disc {
  transform-origin: 50% 50%;
}
/*
 * @pqina/tick v1.8.0 - Counters Made Easy
 * Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
 */
.tick {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.tick * {
  box-sizing: inherit;
}
.tick [data-view] {
  max-width: 100%;
}
.tick span[data-view] {
  display: inline-block;
}
.tick .tick-credits {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .4;
  text-decoration: none;
  font-size: 11px;
  color: inherit;
}
.tick [data-layout~='pad'] {
  margin: -0.25em;
}
.tick [data-layout~='pad'] > * {
  margin: .25em;
}
.tick [data-layout~='horizontal'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tick [data-layout~='horizontal'][data-layout~='baseline'] {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.tick [data-layout~='horizontal'][data-layout~='center'] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tick [data-layout~='horizontal'][data-layout~='right'] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tick [data-layout~='horizontal'][data-layout~='left'] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tick [data-layout~='horizontal'][data-layout~='stretch'],
.tick [data-layout~='horizontal'][data-layout~='fill'] {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tick [data-layout~='horizontal'][data-layout~='stretch'] > *,
.tick [data-layout~='horizontal'][data-layout~='fill'] > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.tick [data-layout~='horizontal'][data-layout~='stretch'] > *,
.tick [data-layout~='horizontal'][data-layout~='fill'] > * {
  width: 100%;
}
.tick [data-layout~='horizontal'][data-layout~='multi-line'] {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tick [data-layout~='horizontal'][data-layout~='fit'] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  white-space: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tick [data-layout~='vertical'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tick [data-layout~='vertical'][data-layout~='top'] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tick [data-layout~='vertical'][data-layout~='bottom'] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100%;
}
.tick [data-layout~='vertical'][data-layout~='middle'] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}
.tick [data-layout~='vertical'][data-layout~='left'] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tick [data-layout~='vertical'][data-layout~='right'] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tick [data-layout~='vertical'][data-layout~='center'] {
  text-align: center;
}
.tick [data-layout~='vertical'][data-layout~='stretch'],
.tick [data-layout~='vertical'][data-layout~='fill'] {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 100%;
}
.tick [data-layout~='vertical'][data-layout~='stretch'] > *,
.tick [data-layout~='vertical'][data-layout~='fill'] > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.tick [data-layout~='vertical'] > * + * {
  margin-top: .5em;
}
.tick [data-layout~='overlay'] {
  position: relative;
}
.tick [data-layout~='overlay'] > * {
  margin: 0;
}
.tick [data-layout~='overlay'][data-layout~='center'] {
  text-align: center;
}
.tick [data-layout~='overlay'][data-layout~='left'] {
  text-align: left;
}
.tick [data-layout~='overlay'][data-layout~='right'] {
  text-align: right;
}
.tick [data-layout~='overlay'] > [data-overlay='stretch'],
.tick [data-layout~='overlay'] > [data-overlay='fill'] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tick [data-layout~='overlay'] > [data-overlay='center'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*
 * @pqina/flip v1.8.0 - A Beautifully Animated Flip Clock
 * Copyright (c) 2020 PQINA - https://pqina.nl/flip/
 */
/**
 * Layout
 */
.tick-flip {
  position: relative;
  text-align: center;
}
.tick-flip * {
  border-radius: inherit;
  white-space: pre;
}
.tick-flip * {
  letter-spacing: inherit;
  text-indent: inherit;
}
.tick-flip-front {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tick-flip-back {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tick-flip-spacer {
  display: block;
  visibility: hidden;
}
.tick-flip-shadow {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  color: transparent !important;
  background: transparent !important;
}
.tick-flip-shadow-top {
  bottom: calc(49%);
}
.tick-flip-shadow-bottom {
  top: calc(51%);
}
.tick-flip-card-shadow {
  position: absolute;
  left: 0.15em;
  right: 0.15em;
  bottom: 0.125em;
  height: 0.5em;
  background-color: transparent;
  border-radius: 0;
  opacity: 0;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5), 0 0.125em 0.5em rgba(0, 0, 0, 0.75);
  z-index: 0;
}
/**
 * Card
 */
.tick-flip-card {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-perspective: 4em;
  perspective: 4em;
}
.tick-flip-panel-front,
.tick-flip-panel-back {
  position: absolute;
  left: 0;
  width: 100%;
  height: 51%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tick-flip-panel-front-text,
.tick-flip-panel-back-text {
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  height: 100%;
  overflow: hidden;
}
.tick-flip-panel-text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}
.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
  height: 200%;
  top: -100%;
}
.tick-flip-panel-front {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  top: 0;
  z-index: 2;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}
.tick-flip-panel-back {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  top: 50%;
  z-index: 1;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}
.tick-flip-panel-back::after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 1px, transparent 30%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 1px, transparent 30%);
}
.tick-flip-panel-back-shadow {
  z-index: 2;
}
.tick-flip-panel-back-highlight {
  z-index: 3;
}
.tick-flip-panel-back-shadow,
.tick-flip-panel-back-highlight {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.tick-flip-panel-front-shadow,
.tick-flip-panel-back-shadow,
.tick-flip-panel-back-highlight {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.tick-flip-panel-front-shadow {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}
.tick-flip-panel-back-shadow {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}
.tick-flip-panel-back-highlight {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3));
}
.tick [data-style*='shadow:inner'],
.tick [data-style*='shadow:inner'] .tick-flip-card-shadow {
  box-shadow: none;
}
.tick [data-style*='shadow:none'] .tick-flip-panel-front,
.tick [data-style*='shadow:none'] .tick-flip-panel-back,
.tick [data-style*='shadow:none'] .tick-flip-shadow,
.tick [data-style*='shadow:none'] .tick-flip-card-shadow {
  box-shadow: none;
}
.tick [data-style*='shadow:none'] .tick-flip-back::after,
.tick [data-style*='shadow:none'] .tick-flip-panel-front-shadow,
.tick [data-style*='shadow:none'] .tick-flip-panel-back-shadow,
.tick [data-style*='shadow:none'] .tick-flip-panel-back-text::after {
  background-image: none;
}
.tick [data-style*='rounded:none'] {
  border-radius: 0;
}
.tick [data-style*='rounded:panels'] .tick-flip-shadow-bottom,
.tick [data-style*='rounded:panels'] .tick-flip-front {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.tick [data-style*='rounded:panels'] .tick-flip-shadow-top,
.tick [data-style*='rounded:panels'] .tick-flip-panel-back::after,
.tick [data-style*='rounded:panels'] .tick-flip-back {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.tick-flip {
  margin-left: .0625em;
  margin-right: .0625em;
  min-width: 1.125em;
  border-radius: .125em;
  letter-spacing: .25em;
  text-indent: .25em;
}
.tick-flip-panel {
  color: #edebeb;
  background-color: #333232;
}
.tick-flip-shadow {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
}
body {
  -webkit-text-size-adjust: 100%;
  color: #253B61;
  font-size: 18px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  max-width: 1180px;
  width: 100%;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #149CE6;
  cursor: pointer;
  text-decoration: none;
}
img {
  outline: none;
  border: none;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active,
label,
label:hover,
label:focus,
label:active {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
}
textarea,
input,
select,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
header,
footer,
nav,
section,
main {
  display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3 {
  line-height: 1.2;
}
h2 {
  color: #253B61;
  font-family: 'Circe', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}
h2 span {
  color: #149CE6;
}
h3 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
header {
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(158, 182, 220, 0.6);
  padding: 16px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo-box a + a {
  margin-left: 7px;
}
.logo-box img {
  display: block;
}
nav {
  margin-left: auto;
  margin-right: 20px;
}
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav li {
  display: inline-block;
}
.nav a {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  padding: 11px 12px;
  cursor: pointer;
}
.nav a:hover {
  color: #149CE6;
}
.col-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.auth-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.auth-box svg {
  display: block;
  fill: #149CE6;
}
.auth-box svg + span {
  margin-left: 10px;
}
.btn-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: #149CE6;
  line-height: 1;
  font-size: 18px;
}
.btn-auth a {
  color: #149CE6;
}
span.btn-auth {
  margin-top: 0;
}
.logout_btn {
  margin-left: 8px;
}
.logout_btn a {
  color: #149CE6;
  display: block;
}
.main_mnu_button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  margin-left: 8px;
  padding: 0;
}
.main_mnu_button svg {
  display: block;
  fill: #149CE6;
}
.language {
  cursor: pointer;
  color: #149CE6;
  font-size: 18px;
  font-weight: 700;
  padding-left: 32px;
  position: relative;
}
.language::before {
  background-color: #000000;
  content: '';
  height: 20px;
  width: 1px;
  position: absolute;
  top: 2px;
  left: 16px;
}
.btn {
  display: inline-block;
  background-color: #149CE6;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  min-width: 278px;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #2f66a8;
}
.btn:active {
  background-color: #0E84C4;
}
.btn.disabled {
  cursor: default;
  background-color: #b5b0b0;
  color: #fff;
}
.btn--border {
  background-color: #fff;
  border: 1px solid #149CE6;
  color: #149CE6;
  padding: 11px 30px;
}
.btn--border:hover {
  background-color: #2f66a8;
  border-color: #2f66a8;
  color: #fff;
}
.btn--border:active {
  background-color: #0E84C4;
  border-color: #0E84C4;
  color: #fff;
}
.btn--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.btn--icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: currentColor;
  height: 20px;
  width: 20px;
  margin-right: 12px;
}
.btn-blue {
  background-color: #149CE6;
  color: #fff;
}
.btn--green {
  background-color: #8DC541;
  color: #fff;
}
.btn--link {
  background-color: transparent;
  color: #149CE6;
  text-decoration: underline !important;
}
.btn--link:hover {
  background-color: transparent;
  text-decoration: none !important;
}
.btn-big {
  padding: 15px 70px;
}
.btn--s {
  border-radius: 20px;
  min-width: 0;
  width: 140px;
  padding: 9px 12px 8px;
}
.btn--m {
  width: 260px;
}
.btn--full {
  min-width: 0;
  width: 100%;
}
.radio-btn {
  display: block;
  text-align: center;
}
.radio-btn input {
  display: none;
}
.radio-btn span {
  background-color: transparent;
  border: 1px solid #149CE6;
  border-radius: 8px;
  color: #149CE6;
  cursor: pointer;
  display: inline-block;
  padding: 8px 24px;
  min-width: 164px;
}
.radio-btn input:checked + span {
  background-color: #149CE6;
  color: #fff;
  font-weight: 700;
}
.showcase {
  position: relative;
}
.showcase .container {
  position: relative;
}
.showcase .social {
  position: absolute;
  bottom: -40px;
  right: 0;
}
.showcase-bg {
  overflow: hidden;
}
.showcase__bg {
  background-color: #CBE7FF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.showcase__bg .showcase__bg-light {
  position: absolute;
  top: -12%;
  left: 50%;
}
.showcase__bg .showcase__bg-dark {
  display: none;
  position: absolute;
  top: -62%;
  left: 55%;
}
.showcase__wrap {
  color: #253B61;
  padding: 80px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.showcase__image {
  width: 385px;
  height: 358px;
  position: absolute;
  top: -20px;
  right: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.showcase__parallax {
  width: 100%;
  height: 100%;
}
.showcase__layer {
  width: 100%;
  height: 100%;
}
.showcase__image-1 {
  position: absolute;
  top: 92.45%;
  left: 3.63%;
}
.showcase__image-2 {
  position: absolute;
  top: 61.453%;
  left: 17.143%;
}
.showcase__image-3 {
  position: absolute;
  top: 71.229%;
  left: 25.195%;
}
.showcase__image-4 {
  position: absolute;
  top: 15.084%;
  left: 16.364%;
}
.showcase__image-5 {
  position: absolute;
  top: 50.279%;
  left: 0%;
}
.showcase__image-6 {
  position: absolute;
  top: 54.749%;
  left: 70.909%;
}
.showcase__image-7 {
  position: absolute;
  top: 21.508%;
  left: 6.234%;
}
.showcase__image-8 {
  position: absolute;
  top: 38.827%;
  left: 72.727%;
}
.showcase__image-9 {
  position: absolute;
  top: 0;
  left: 2.857%;
}
.showcase__image-10 {
  position: absolute;
  top: 5.866%;
  left: 58.961%;
}
.showcase__toggle {
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: -43px;
}
.showcase__toggle svg {
  display: block;
}
.showcase__date {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.showcase__title {
  font-family: 'Circe Extra Bold', sans-serif;
  margin-bottom: 32px;
  max-width: 600px;
}
.showcase__title h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.showcase__text {
  line-height: 1.2;
  max-width: 600px;
}
.showcase__text p {
  margin-bottom: 16px;
}
.showcase__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 32px;
}
.bottle {
  border-radius: 50%;
  position: relative;
}
.bottle * {
  position: relative;
}
.showcase__end {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.showcase__end span {
  color: #149CE6;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.social .ya-share2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.social .ya-share2__item {
  margin-left: 16px !important;
  margin-right: 0;
}
.social .ya-share2__link {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
}
.social .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  background-size: 28px !important;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  opacity: 0.5;
}
.social__title {
  font-weight: 700;
  margin-right: 4px;
}
.section-share {
  background-color: #CBE7FF;
  padding-top: 60px;
  padding-bottom: 60px;
}
.share-title {
  display: inline-block;
  position: relative;
}
.share-title::before {
  background-image: url('/hexagon.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
  height: 86px;
  width: 76px;
  position: absolute;
  top: -16px;
  left: -116px;
}
.share-info {
  margin: 0 auto 40px;
  max-width: 700px;
  text-align: center;
}
.section-about {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-about h2 {
  margin-bottom: 8px;
}
.section-about h2 span {
  color: #149CE6;
}
.about__subtitle {
  color: #253B61;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.about__subtitle span {
  color: #149CE6;
}
.about__subtitle-small {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.about h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.about__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 365px;
  flex: 0 0 365px;
  color: #000000;
  text-align: center;
  border: 1px solid #e4edf8;
  margin-left: 32px;
  padding: 20px 25px;
}
.about__photo-quote {
  font-family: "PTSerifBoldItalic";
  font-size: 18px;
  line-height: 1.2;
  margin: 30px 0  20px;
}
.about__photo p {
  font-size: 14px;
  font-family: "PTSerifItalic";
}
.about__video {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  height: 315px;
  border: 1px solid #e4edf8;
  margin-right: 32px;
}
.about__video iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.about__text a {
  text-decoration: underline;
}
.about__text a:hover {
  text-decoration: none;
}
.about + .about__text {
  margin-top: 30px;
}
.section-subscription {
  background-color: #f3f9fe;
  padding-top: 60px;
  padding-bottom: 60px;
}
.subscription-info {
  margin-bottom: 20px;
  text-align: center;
}
.subscription {
  margin: 0 auto;
  max-width: 700px;
}
.subscription__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #EBF0F8;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 20px 24px;
}
.subscription__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 8px;
}
.subscription__input input {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  padding: 11px 12px;
  width: 100%;
}
.subscription__btn .btn {
  font-size: 16px;
}
.subscription__agree {
  font-size: 14px;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.section-how {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-how h2 {
  margin-bottom: 12px;
}
.section-how .container {
  max-width: 1064px;
}
.section-bg {
  background-image: url('/bg.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f3f9fe;
}
.how__subtitle {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}
.how__subtitle a {
  text-decoration: underline;
}
.how__subtitle a:hover {
  text-decoration: none;
}
.how__info {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.how__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 20px 20px rgba(20, 156, 230, 0.2);
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.how__item:not(:last-child) {
  margin-bottom: 32px;
}
.how__description {
  max-width: 48%;
}
.how__description ol {
  margin: 20px 0;
  padding-left: 20px;
}
.how__description ol li {
  margin-bottom: 20px;
}
.how__description ol .how__important {
  margin-left: -20px;
}
.how__description a {
  text-decoration: underline;
}
.how__description a:hover {
  text-decoration: none;
}
.how__important {
  background-color: #FFF1F1;
  border: 1px solid #EB5757;
  border-radius: 30px;
  color: #000000;
  font-size: 16px;
  margin: 20px 0;
  padding: 16px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.how__important p {
  margin: 0;
}
.how__important .red {
  color: #EB5757;
  margin-bottom: 4px;
}
.how__important ol {
  margin: 0;
}
.how__important ol li {
  margin: 0;
}
.how__notice {
  background-color: #E2F1FF;
  border: 1px solid #BEE7F3;
  border-radius: 30px;
  color: #000000;
  font-size: 16px;
  margin: 20px 0;
  padding: 16px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.how__notice p {
  margin: 0;
}
.how__notice .red {
  color: #EB5757;
  margin-bottom: 4px;
}
.how__message {
  background-color: #AEF3BE;
  border: 1px solid #28D7A2;
  border-radius: 30px;
  color: #000000;
  font-size: 16px;
  margin: 20px 0;
  padding: 16px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.how__message p {
  margin: 0;
}
.how__message .red {
  color: #EB5757;
  margin-bottom: 4px;
}
.how__image {
  max-width: 48%;
}
.how__image img {
  display: block;
  max-width: 100%;
}
.how__item--left .how__image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.how__button {
  text-align: center;
}
.how__button-small {
  display: block;
  font-size: 14px;
  color: #4D5F7F;
  margin-top: 4px;
}
.how__place {
  margin-bottom: 32px;
}
.how__place-selected {
  text-align: center;
}
.how__place-name {
  font-size: 14px;
}
.online-pl__more {
  background-image: url('/more-line.svg');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 13px;
  margin: 0 auto;
  max-width: 570px;
}
.online-pl__more-text {
  display: none;
  text-align: left;
}
.section-place {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-place .container {
  max-width: 1064px;
}
.section-place .how__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 30px 30px 10px 10px;
}
.section-place .how__description {
  line-height: 1.24;
  max-width: 47%;
}
.section-place .how__message {
  border-radius: 30px 30px 10px 10px;
}
.section-place .how__message .red {
  text-align: center;
}
.section-place .how__important {
  border-radius: 30px 30px 10px 10px;
  margin-left: 0;
}
.section-place .how__important .red {
  text-align: center;
}
.online-place {
  background-color: #149CE6;
  border-radius: 30px 30px 10px 10px;
  box-shadow: 0px 20px 20px rgba(20, 156, 230, 0.2);
  color: #fff;
  padding: 80px;
}
.online-place h2 {
  color: #fff;
}
.online-place__subtitle {
  font-size: 32px;
  line-height: 1.125;
  text-align: center;
}
.online-place__subtitle strong {
  display: block;
}
.section-faq {
  background-color: #CBE7FF;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-faq h2 {
  margin-bottom: 32px;
}
.section-faq .container {
  max-width: 1064px;
}
.faq__item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -10px 9px 21px rgba(128, 152, 213, 0.074983);
  color: #253B61;
  margin-bottom: 16px;
  padding: 18px 24px 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__question {
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 12px;
  padding-right: 28px;
  position: relative;
}
.faq__question::after {
  background-image: url('/icon-faq.svg');
  content: '';
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.open-faq .faq__answer::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open-faq .faq__answer {
  display: block;
}
.faq__answer {
  font-size: 14px;
  display: none;
  padding-bottom: 12px;
}
.faq__answer a {
  text-decoration: underline;
}
.faq__answer a:hover {
  text-decoration: none;
}
.faq__info {
  margin-top: 32px;
  text-align: center;
}
.faq__info a {
  text-decoration: underline;
}
.faq__info a:hover {
  text-decoration: none;
}
.section-products {
  background-color: #CBE7FF;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product {
  padding: 0 8px;
}
.product__link {
  background-color: #fff;
  border-radius: 8px;
  color: #000000;
  box-shadow: 0px 0px 16px rgba(77, 136, 206, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 24px;
  transition: box-shadow 0.3s ease, color 0.3s ease;
}
.product__link:hover {
  box-shadow: 0px 0px 10px rgba(77, 136, 206, 0.4);
  color: #149CE6;
}
.product__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  margin-bottom: 20px;
  padding: 0 8px;
}
.product__image img {
  box-shadow: 0 8px 16px rgba(196, 206, 222, 0.81);
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.product__image img:first-child {
  transform: translate(20px, -20px);
  position: relative;
  z-index: 1;
  width: 130px;
}
.product__image img:last-child {
  transform: translate(-20px, 20px);
  position: relative;
  z-index: 2;
  width: 130px;
}
.product__image img:only-child {
  transform: none;
  width: auto;
}
.product__title {
  font-size: 18px;
  margin-bottom: 20px;
}
.product__button {
  margin-top: auto;
}
.product__button .btn {
  width: 100%;
}
.product-list--slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
.product-list--slider.slick-initialized {
  display: block;
}
.product-list--slider .slick-dots {
  margin-top: 20px;
}
.product-list--slider .slick-list {
  margin-left: 0 !important;
  overflow: visible;
  min-width: 100%;
}
.product-list--slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}
.product-list--slider .slick-slide {
  float: none;
  height: auto;
  margin-left: 0 !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  opacity: 0.4;
  padding: 0 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-list--slider .slick-slide.slick-active {
  opacity: 1;
}
.section-logos {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-logos h2 {
  font-family: 'Circe', sans-serif;
  margin-bottom: 20px;
}
.section-logos h3 {
  text-align: center;
}
.logos__block {
  margin-bottom: 60px;
}
.logos__text {
  margin-bottom: 40px;
  text-align: center;
}
.logo__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: 20px auto;
  max-width: 900px;
}
.logo__box a {
  display: block;
  margin: 20px;
  text-align: center;
}
.logo__box img {
  display: block;
  max-height: 100px;
  max-width: 240px;
}
.logo__box-name {
  color: #253B61;
  display: block;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.logo__box--margin {
  margin: 40px auto;
}
.footer-contacts {
  background-color: #f3f9fe;
  padding-top: 60px;
  padding-bottom: 60px;
}
.contacts {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: -10px 9px 21px rgba(128, 152, 213, 0.074983);
  padding: 40px 120px 56px;
  text-align: center;
}
.contacts h3 {
  margin-top: 0;
  margin-bottom: 16px;
}
.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__sub {
  font-size: 18px;
  margin-bottom: 40px;
}
.contacts__sub a {
  text-decoration: underline;
}
.contacts__sub a:hover {
  text-decoration: none;
}
.contact:only-child {
  margin-left: auto;
  margin-right: auto;
}
.contact__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact__line .contact__phone {
  margin-top: 0;
  margin-right: 20px;
}
.contact__text {
  color: #000000;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
.contact__phone {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 24px;
}
.contact__email {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
.copyright a {
  text-decoration: underline;
}
.copyright a:hover {
  text-decoration: none;
}
.copyright__item:not(:last-child) {
  margin-right: 20px;
}
.copyright__item:first-child {
  margin-right: auto;
}
.copyright__link {
  display: inline-block;
}
.cookie-notification {
  background-color: rgba(20, 156, 230, 0.8);
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 50px;
  text-align: center;
  width: 100%;
  z-index: 20005;
}
.cookie-notification__close {
  background-image: url('/icon-close.svg');
  height: 25px;
  width: 25px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
}
.popup {
  position: relative;
  background-color: #FFF;
  padding: 60px 80px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}
.popup-video {
  padding: 0;
  width: 1024px;
  max-wifth: 100%;
}
.popup-video__frame {
  padding-top: 56.25%;
  position: relative;
}
.popup-video__frame iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.popup-format__image {
  margin-bottom: 40px;
  text-align: center;
}
.popup-format__text {
  color: #686868;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.popup-format__text .dark {
  color: #000000;
}
.popup-format__title {
  color: #686868;
  font-size: 20px;
  font-weight: 700;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
}
.popup-format__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.popup-format__select .radio-btn + .radio-btn {
  margin-left: 16px;
}
.popup-format__next {
  color: #149CE6;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.popup-format__next a,
.popup-format__next span {
  background-image: url('/icon-next.svg');
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  padding-right: 20px;
}
.popup-format__next.disabled {
  pointer-events: none;
}
.popup-format__next.disabled a,
.popup-format__next.disabled span {
  color: #686868;
  cursor: default;
}
.popup-format__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}
.popup-format__buttons .btn {
  min-width: 164px;
  padding: 11px 16px;
}
.popup-format__buttons .btn + .btn {
  margin-left: 16px;
}
.popup-format__small {
  color: #686868;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}
.popup-format__small a {
  color: #686868;
}
.popup-format__small a:hover {
  color: #149CE6;
}
.popup__form {
  margin-bottom: 24px;
}
.popup__form-item {
  margin-bottom: 20px;
  position: relative;
}
.popup__form-item.focus .popup__form-placeholder {
  color: #a4a4a4;
  font-size: 12px;
  top: -12px;
}
.popup__form-placeholder {
  color: #686868;
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 100;
}
.popup__form-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D7DCEA;
  color: #000000;
  font-size: 16px;
  padding: 4px 0;
  width: 100%;
}
.popup__form-input:focus {
  border-bottom-color: #8954BA;
}
.popup__form-input:focus + .popup__form-placeholder {
  color: #a4a4a4;
  font-size: 12px;
  top: -12px;
}
.popup__form-input::placeholder {
  color: #686868;
  opacity: 1;
}
.popup__form-input:-ms-input-placeholder {
  color: #686868;
}
.popup__form-input::-ms-input-placeholder {
  color: #686868;
}
.popup__form-input.vf-valid {
  background-color: transparent !important;
  color: #149CE6;
}
.popup__form-input.vf-valid + .popup__form-placeholder {
  color: #a4a4a4;
  font-size: 12px;
  top: -12px;
}
.popup__form-input.vf-invalid {
  background-color: transparent !important;
  color: #000000;
  border-bottom-color: red;
}
.popup__form-input.vf-invalid + .popup__form-placeholder {
  color: #a4a4a4;
  font-size: 12px;
  top: -12px;
}
.popup__form-small {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.popup__form-item--margin-top {
  margin-top: 34px;
}
.popup__form-btn {
  margin-top: 40px;
}
.popup-image__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.popup-image__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  padding: 0 8px;
}
.popup-image__item {
  cursor: pointer;
  margin: 0 16px;
  padding: 6px;
}
.popup-image__item.active {
  box-shadow: 0 0 0 2px #bee7f3 inset;
}
.popup-image__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  height: 100px;
  margin-bottom: 16px;
}
.popup-image__preview img {
  max-height: 100px;
  max-width: 100px;
}
.popup-image__name {
  font-size: 16px;
  text-align: center;
}
.popup-image__code {
  display: none;
  margin-bottom: 20px;
}
.popup-image__code.active {
  display: block;
}
.popup-image__code textarea {
  border: 1px solid #bee7f3;
  color: #979797;
  height: 160px;
  padding: 12px;
  resize: none;
  width: 100%;
}
.popup-image__copy {
  color: #149CE6;
  cursor: pointer;
  display: table;
  font-size: 16px;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-image__copy:hover {
  color: #2f66a8;
}
.section-last {
  background-color: #CBE7FF;
  padding-top: 60px;
  padding-bottom: 60px;
}
.ul-last {
  font-size: 18px;
  margin: 0 auto;
  padding-left: 15px;
}
.ul-last li {
  white-space: nowrap;
}
.section-info {
  background-color: #f3f9fe;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.info-list__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
}
.info-list__desc {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
.info-list__desc span {
  color: #149CE6;
  display: block;
  font-family: 'Circe Extra Bold', sans-serif;
  font-size: 44px;
}
.section-svg {
  overflow: hidden;
  position: relative;
}
.section-svg section {
  position: relative;
  z-index: 20;
}
.section-svg__svg {
  position: absolute;
  top: 0;
  right: 60%;
  margin-right: 250px;
  z-index: 10;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.section-resource {
  background-color: #f3f9fe;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-resource h2 {
  font-family: 'Circe', sans-serif;
}
.resource-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.resource-list__item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(77, 136, 206, 0.4);
  margin-bottom: 20px;
  padding: 32px 24px;
  text-align: center;
  width: 23.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.resource-list__logo {
  font-size: 0;
  margin-bottom: 10px;
}
.resource-list__logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 52px;
}
.resource-list__title {
  color: #253B61;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.resource-list__info {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.section-translation {
  background: linear-gradient(118.37deg, rgba(152, 205, 255, 0.3) 16.57%, rgba(20, 156, 230, 0.3) 83.81%);
}
.translation-bg {
  background-image: url('/bg-translation.svg');
  background-position: center center;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 64px;
}
.translation {
  width: 840px;
  margin: 0 auto;
  max-width: 100%;
}
.translation-frame {
  position: relative;
  padding-top: 56%;
}
.translation-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.section-translation-popup {
  background: linear-gradient(0deg, #CBE7FF -16.05%, rgba(122, 187, 249, 0) 102.93%);
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}
.translation-slider {
  margin: 0 -16px;
}
.translation-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.translation-slider:not(.slick-initialized) .translation__item:nth-child(n+4) {
  display: none;
}
.translation-slider .slick-list {
  overflow: visible;
}
.translation-slider .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
.translation__item {
  margin: 0 20px;
  width: 350px;
}
.translation__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-personal-nav {
  background-color: #f2f9ff;
  padding-top: 20px;
  overflow: auto;
}
.personal-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.personal-nav li + li {
  margin-left: 32px;
}
.personal-nav a {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  color: #000000;
  display: block;
  padding: 16px 0;
  white-space: nowrap;
}
.personal-nav .active a {
  border-bottom-color: #149CE6;
}
.personal-nav .message {
  position: relative;
}
.personal-nav .message:hover .message__tooltip {
  display: block;
}
.personal-nav .message i {
  background-image: url('/icon-sign.svg');
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  width: 21px;
}
.personal-nav .message .message__tooltip {
  background-color: #fff;
  border-radius: 2px;
  display: none;
  font-size: 12px;
  padding: 2px 4px;
  position: absolute;
  left: 100%;
  top: 0;
  width: 300px;
  white-space: normal;
}
.section-personal {
  padding-top: 60px;
  padding-bottom: 60px;
}
.personal-block {
  margin-bottom: 80px;
}
.personal-block h3 {
  margin-bottom: 40px;
  padding-left: 60px;
  position: relative;
}
.personal-block h3::before {
  background-image: url('/hexagon.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
  height: 46px;
  width: 40px;
  position: absolute;
  top: -5px;
  left: 0;
}
.personal-block iframe {
  max-width: 100%;
}
.p-registration__success {
  color: #149CE6;
}
.link__block {
  background-color: #f2f9ff;
  border: 1px solid #BEE7F3;
  border-radius: 8px;
  max-width: 800px;
  padding: 20px 24px;
}
.link__block-text:not(:last-child) {
  margin-bottom: 20px;
}
.link__block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.link__copy {
  background-color: #fff;
  border: 1px solid #BEE7F3;
  border-radius: 8px;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  margin-right: 20px;
  padding: 12px 30px;
  width: 100%;
}
.link__btn {
  width: 230px;
}
.link__btn:hover + .link__tooltip {
  display: block;
}
.link__tooltip {
  display: none;
  font-size: 13px;
  right: 115px;
  position: absolute;
  top: -40px;
  white-space: nowrap;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.link__tooltip-inner {
  background: #fff;
  box-shadow: 0 0 20px rgba(86, 92, 101, 0.1);
  display: block;
  padding: 6px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link__tooltip.rotate {
  display: block;
}
.link__tooltip:before {
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent;
  bottom: -12px;
  content: '';
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.link__block--promo {
  background-image: url('/bg-hexagon.png');
  background-position: center center;
  background-size: cover;
  margin: 40px 0;
  text-align: center;
}
.link__block--promo strong {
  color: #e82323;
}
.class__block-empty {
  background-color: #f2f9ff;
  border-radius: 8px;
  font-size: 16px;
  max-width: 800px;
  padding: 60px 24px;
  text-align: center;
}
.class__table-wrap {
  overflow: auto;
}
.class__table {
  border-collapse: collapse;
  max-width: 920px;
  min-width: 500px;
  width: 100%;
}
.class__table th {
  border-bottom: 2px solid #BEE7F3;
  color: #149CE6;
  line-height: 1.2;
  padding: 12px 8px;
  text-align: center;
}
.class__table td {
  border-bottom: 1px solid #BEE7F3;
  font-size: 16px;
  padding: 12px 8px;
  text-align: center;
  vertical-align: top;
}
.class__table td a {
  text-decoration: underline;
}
.class__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.class__table-row:not(:last-child) {
  margin-bottom: 16px;
}
.class__table-input {
  margin-right: 16px;
}
.class__table-input input {
  border: 1px solid #bee7f3;
  border-radius: 10px;
  font-size: 16px;
  padding: 8px 8px 7px;
  width: 180px;
  text-align: center;
}
.class__table-level {
  color: #525252;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-top: 4px;
  text-align: center;
}
.class__table-certificate:not(:last-child) {
  margin-bottom: 44px;
}
.class__table-btn {
  margin-top: 20px;
  max-width: 800px;
  text-align: right;
}
.class__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 20px;
}
.class__summary--end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.class__summary--end .class__summary-item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.class__summary--end .class__summary-item span {
  font-size: 30px;
  margin-left: 10px;
}
.class__summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: #686868;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
}
.class__summary-item:last-child {
  margin-right: 0;
}
.class__summary-item span {
  color: #000000;
  font-size: 50px;
  font-weight: 700;
  line-height: 0.7;
  margin-right: 8px;
}
.class__summary-link {
  text-align: right;
}
.class__summary-link a {
  text-decoration: underline;
}
.class__table-link {
  margin-top: 20px;
}
.class__table-link a {
  text-decoration: underline;
}
.class__table-info {
  color: #B8B8B8;
  font-size: 14px;
  margin-top: 5px;
}
.personal-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.personal-block__buttons .btn + .btn {
  margin-left: 20px;
}
.personal-block__buttons + .personal-block__buttons {
  margin-top: 20px;
}
.personal-block__buttons + .class__table-wrap {
  margin-top: 30px;
}
.personal-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.personal-badge__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
  width: 200px;
}
.personal-badge__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.personal-badge__wrap {
  margin-top: 60px;
}
.personal-badge__textarea {
  margin-bottom: 20px;
  position: relative;
  max-width: 700px;
  width: 100%;
}
.personal-badge__textarea textarea {
  border: 1px solid #bee7f3;
  color: #979797;
  height: 132px;
  margin: 0;
  padding: 30px 12px 12px 12px;
  resize: none;
  max-width: 700px;
  width: 100%;
}
.personal-badge__copy {
  background-color: #fff;
  border: 1px solid #bee7f3;
  color: #149CE6;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 2px 8px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.personal-badge__copy:hover {
  background-color: #bee7f3;
}
.timer__wrap {
  float: right;
}
.timer__title {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.timer {
  font-size: 0;
  text-align: center;
}
.timer_section {
  display: inline-block;
  vertical-align: top;
}
.timer__time {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  background: #4dadf7;
  color: #ffffff;
  line-height: 43px;
  height: 40px;
  width: 30px;
  margin: 0 1px;
  border-radius: 2px;
}
.timer_section > div.timer_section_desc {
  display: block;
  background: none;
  color: inherit;
  font-size: 12px;
  line-height: 2;
  width: auto;
  margin: 0;
}
.timer_delimetr {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  line-height: 40px;
  margin: 0 5px;
}
.chemical-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-size: 20px;
  margin-bottom: 60px;
  text-align: center;
}
.chemical-result .accent {
  color: #149CE6;
}
.chemical-result__name {
  margin-bottom: 30px;
}
.chemical-result__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.chemical-result__badge {
  max-width: 260px;
  margin: 20px 0;
  position: relative;
}
.chemical-result__badge::after {
  background-image: url('/icon-expand.svg');
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.chemical-result__badge img {
  max-width: 100%;
}
.chemical-result__share {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: auto;
}
.chemical-result__share .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  opacity: 1;
}
.chemical-result__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.margin-top {
  margin-top: 40px;
}
.personal-button__start {
  margin-bottom: 40px;
}
.chemical-result__link {
  margin-bottom: 30px;
  text-align: center;
}
.chemical-result__title + .chemical-result__link {
  margin-top: -20px;
}
.icon-delete {
  background-image: url('/icon-delete.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.chemical-level {
  margin-top: 40px;
}
.chemical-level__item {
  max-width: 900px;
}
.chemical-level__item:not(:last-child) {
  margin-bottom: 30px;
}
.chemical-level__title {
  font-size: 20px;
  font-weight: 700;
  margin-left: 25px;
  margin-bottom: 8px;
}
.chemical-level__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  border: 1px solid #149CE6;
  border-radius: 10px;
  padding: 14px 24px;
}
.chemical-level__text {
  font-size: 16px;
  max-width: 512px;
}
.chemical-level__button {
  margin-left: 40px;
}
.chemical-level__result {
  margin-top: 4px;
  text-align: center;
}
.tab-place {
  margin-bottom: 40px;
  text-align: center;
}
.tab-place__item {
  color: #149CE6;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 20px;
  text-decoration: underline;
}
.tab-place__item.active {
  color: #000000;
  text-decoration: none;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.place-city.active {
  margin-bottom: 20px;
}
.place-city.active .place-city__title {
  border-bottom: none;
}
.place-city.active .place-city__title::before {
  background-image: url('/hexagon.svg');
}
.place-city.active .place-city__list {
  display: block;
}
.place-city__title {
  border-bottom: 1px solid #e4edf8;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0 10px 36px;
  position: relative;
}
.place-city__title::before {
  background-image: url('/arrow-down.svg');
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
  height: 28px;
  width: 24px;
  position: absolute;
  top: 12px;
  left: 0;
}
.place-city__list {
  background-color: #f1f8ff;
  border-radius: 0 0 8px 8px;
  display: none;
  padding: 16px;
}
.place-city__list ol {
  margin: 0;
  padding-left: 40px;
}
.place-city__list li:not(:last-child) {
  margin-bottom: 20px;
}
.card-name {
  font-weight: 700;
  margin-bottom: 10px;
}
.tab-content__map {
  border: 1px solid #bee7f3;
}
.character__title {
  background-color: #f2f9ff;
  padding: 80px 0;
}
.character__title h1 {
  color: #253B61;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}
.character__title h1 span {
  display: block;
  font-family: 'Circe Extra Bold', sans-serif;
  font-size: 56px;
  margin-top: 10px;
}
.character__about {
  padding: 50px 0 60px;
  text-align: center;
}
.character__image {
  display: table;
  margin: 0 auto 40px;
  max-width: 360px;
}
.character__name {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}
.charcter__achiv {
  color: #149CE6;
  font-size: 20px;
  line-height: 1.1;
}
.character__info {
  background-color: #f2f9ff;
  padding: 60px 0;
  text-align: center;
}
.character__text {
  font-size: 20px;
  margin: 0 auto 20px;
  max-width: 700px;
}
.section-reward {
  padding-top: 60px;
  padding-bottom: 80px;
}
.reward {
  text-align: center;
}
.reward__icon {
  margin-bottom: 20px;
}
.reward__icon img {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  width: 80px;
}
.reward__text {
  margin: 0 auto;
  max-width: 480px;
}
.section-timer {
  background-color: #F6F6F6;
  padding-top: 40px;
  padding-bottom: 40px;
}
.tick {
  max-width: 500px;
  margin: 0 auto;
}
.tick .tick-credits {
  display: none;
}
.tick-group {
  margin: 0 0.5em;
  text-align: center;
}
.tick-flip {
  border-radius: 4px;
  font-size: 2.75em;
}
.tick-flip-panel {
  background-color: #fff;
  color: #000000;
}
.tick-flip-panel-back::after {
  background-image: linear-gradient(180deg, #d5d3d3 1px, rgba(213, 211, 211, 0.5) 1px, transparent 30%);
}
.tick-text-inline {
  font-size: 2.75em;
}
.tick-label {
  color: #149CE6;
  margin-top: 1em;
}
.tick-char {
  width: 1.5em;
}
.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}
.tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}
.tick-flip-panel-text-wrapper {
  line-height: 1.45;
}
.section-contest {
  background-color: #f3f9fe;
}
.contest {
  background-image: url('/contest-bg.png'), url('/contest-img.svg');
  background-position: center center, right center;
  background-repeat: no-repeat;
  background-size: 385px, auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 100;
}
.contest__description {
  max-width: 64%;
}
.contest__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 28px;
}
.contest__title img {
  vertical-align: middle;
}
.contest__title span {
  color: #DF3B6C;
}
@media all and (max-width: 900px) {
  .section-contest {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contest {
    background-image: url('/contest-img.svg');
    background-position: center bottom;
    background-size: 300px;
    padding: 0 0 300px;
  }
  .contest__description {
    max-width: none;
    text-align: center;
  }
  .contest__title {
    font-size: 26px;
  }
  .contest__title img {
    height: 26px;
  }
}
@media all and (max-width: 480px) {
  .contest__title {
    font-size: 20px;
  }
}
@media all and (max-width: 1300px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
@media all and (max-width: 1200px) {
  .showcase .social {
    right: 20px;
  }
  nav {
    margin-right: 12px;
  }
  .nav a {
    font-size: 16px;
    padding: 11px 10px;
  }
  .showcase__bg svg {
    left: 60%;
  }
}
@media all and (max-width: 1023px) {
  body {
    font-size: 16px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .logo-box {
    margin-right: auto;
  }
  .main_mnu_button {
    display: block;
  }
  .btn-auth span {
    display: none;
  }
  nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 8px 8px rgba(158, 182, 220, 0.6);
    padding: 16px 0;
    z-index: 500;
  }
  .nav li {
    display: block;
  }
  .showcase__wrap {
    padding: 40px 0;
    text-align: center;
  }
  .showcase__image {
    margin: 0 auto 30px;
    position: relative;
    top: auto;
    right: auto;
  }
  .showcase__date {
    font-size: 20px;
  }
  .showcase__title {
    max-width: none;
  }
  .showcase__title h1 {
    font-size: 40px;
  }
  .showcase__text {
    max-width: none;
  }
  .showcase .social {
    margin-top: 40px;
    position: static;
  }
  .showcase__bg {
    opacity: 0.3;
  }
  .showcase__bg svg {
    left: auto;
    right: 0;
  }
  .section-svg__svg {
    opacity: 0.3;
    margin-right: 0;
    right: 0;
  }
  .showcase__end {
    font-size: 28px;
  }
  .section-about {
    padding: 40px 0;
  }
  .about {
    display: block;
  }
  .about__photo {
    margin: 20px auto 0;
    max-width: 365px;
  }
  .about__video {
    margin: 0 auto 20px;
  }
  .about + .about__text {
    margin-top: 20px;
  }
  .section-subscription {
    padding: 40px 0;
  }
  .section-how {
    padding: 20px 0 40px;
  }
  .how__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .how__info {
    font-size: 24px;
  }
  .how__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    width: 100%;
  }
  .how__description {
    font-size: 16px;
    max-width: none;
  }
  .how__description h3 {
    text-align: center;
  }
  .how__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 16px;
  }
  .online-place {
    padding: 20px;
  }
  .online-place__subtitle {
    font-size: 24px;
  }
  .section-place .how__description {
    max-width: none;
  }
  .section-place .how__description + .how__description {
    margin-top: 40px;
  }
  .section-share {
    padding: 40px 0;
  }
  .share-title {
    padding-top: 56px;
  }
  .share-title::before {
    height: 56px;
    width: 50px;
    margin-left: -25px;
    left: 50%;
    top: -70px;
  }
  .section-products {
    padding: 40px 0;
  }
  .section-logos {
    padding: 40px 0;
  }
  .section-faq {
    padding: 40px 0;
  }
  .faq__question {
    font-size: 16px;
  }
  .faq__item {
    padding: 8px 8px 0 8px;
  }
  .section-last {
    padding: 40px 0;
  }
  .ul-last {
    font-size: 16px;
  }
  .section-info {
    padding: 40px 0;
  }
  .class__summary {
    display: block;
  }
  .class__summary-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .class__summary-item:last-child {
    margin-bottom: 0;
  }
  .cookie-notification {
    font-size: 14px;
  }
  .resource-list {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .resource-list__item {
    width: 49%;
  }
  .character__title h1 {
    font-size: 32px;
  }
  .character__title h1 span {
    font-size: 40px;
  }
  .section-reward {
    padding: 40px 0;
  }
  .footer-contacts {
    padding: 40px 0;
  }
  .contacts {
    padding: 20px 40px;
  }
  .contacts__sub {
    margin-bottom: 16px;
  }
  .translation__item {
    margin: 0 8px;
  }
}
@media all and (max-width: 900px) {
  .personal-nav .message .message__tooltip {
    line-height: 1.1;
    top: auto;
    bottom: 110%;
    left: auto;
    right: 0;
  }
  .timer__wrap {
    float: none;
    margin-bottom: 20px;
  }
  .timer__title {
    text-align: left;
  }
  .timer {
    text-align: left;
  }
  .timer_section {
    text-align: center;
  }
  .copyright {
    display: block;
    text-align: center;
  }
  .copyright__item:first-child {
    margin-right: 0;
  }
  .copyright__item:not(:last-child) {
    margin-right: 0;
  }
  .chemical-level__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .chemical-level__text {
    max-width: none;
  }
  .chemical-level__button {
    margin: 20px auto 0;
  }
}
@media all and (max-width: 700px) {
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .how__info {
    font-size: 20px;
  }
  .online-pl__title {
    font-size: 20px;
  }
  .about__subtitle {
    font-size: 20px;
  }
  .section-info {
    padding-bottom: 20px;
  }
  .info-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .info-list__item {
    margin-bottom: 20px;
    width: 270px;
  }
  .info-list__desc {
    font-size: 16px;
  }
  .info-list__desc span {
    font-size: 24px;
  }
  .link__block-wrap {
    display: block;
  }
  .link__copy {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .link__btn {
    width: 100%;
  }
  .link__tooltip {
    top: auto;
    bottom: -40px;
  }
  .personal-nav li + li {
    margin-left: 16px;
  }
  .popup {
    padding: 30px 16px;
  }
  .popup-format__select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup-format__select .radio-btn + .radio-btn {
    margin-left: 0;
    margin-top: 16px;
  }
  .popup-image__list {
    padding: 0 36px;
  }
  .popup-image__list .slick-prev {
    left: 0;
  }
  .popup-image__list .slick-next {
    right: 0;
  }
  .popup-image__list .slick-arrow {
    background-size: 18px;
    height: 28px;
    width: 28px;
  }
  .section-resource {
    padding-bottom: 20px;
  }
  .resource-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .resource-list__item {
    padding: 16px;
    max-width: 400px;
    width: 100%;
  }
  .resource-list__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .resource-list__image {
    height: 30px;
    margin-bottom: 20px;
  }
  .resource-list__info {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .logo__box a {
    margin: 10px;
  }
  .logo__box img {
    max-height: 60px;
    max-width: 120px;
  }
  .online-place h2 {
    font-size: 22px;
  }
  .online-place__subtitle {
    font-size: 16px;
  }
  .tab-place {
    margin-bottom: 20px;
  }
  .tab-place__item {
    font-size: 20px;
  }
  .place-city {
    margin-left: -16px;
    margin-right: -16px;
  }
  .place-city__title {
    font-size: 20px;
    padding-left: 52px;
    padding-right: 16px;
  }
  .place-city__title::before {
    top: 9px;
    left: 16px;
  }
  .place-city__list {
    border-radius: 0;
  }
  .place-city__list ol {
    padding-left: 16px;
  }
  .card-name {
    margin-bottom: 5px;
  }
  .character__name {
    font-size: 20px;
  }
  .charcter__achiv {
    font-size: 18px;
  }
  .character__text {
    font-size: 18px;
  }
  .contact-list {
    display: block;
  }
  .contacts__sub {
    font-size: 16px;
    line-height: 1.2;
  }
  .contact:not(:last-child) {
    margin-bottom: 30px;
  }
  .online-place__title::after {
    display: none;
  }
}
@media all and (max-width: 590px) {
  .btn {
    padding: 12px 16px;
  }
  .logo-box img {
    width: 25px;
  }
  .showcase__title h1 {
    font-size: 32px;
  }
  .social__title {
    display: none;
  }
  .subscription__form {
    display: block;
  }
  .subscription__input {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .subscription__btn {
    width: 100%;
  }
  .subscription__btn .btn {
    width: 100%;
  }
  .personal-block__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .personal-block__buttons .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .personal-badge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .personal-badge__buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .cookie-notification {
    padding: 8px 35px 8px 10px;
    text-align: left;
  }
  .cookie-notification__close {
    right: 7px;
  }
  .character__title {
    padding: 40px 0;
  }
  .character__title h1 {
    font-size: 24px;
  }
  .character__title h1 span {
    font-size: 32px;
    margin-top: 10px;
  }
  .character__about {
    padding: 40px 0;
  }
  .character__image {
    max-width: 280px;
  }
  .contact__line {
    display: block;
  }
  .contact__line .contact__phone {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 500px) {
  .showcase__image {
    width: 288px;
    height: 268px;
  }
  .showcase__image-1 {
    width: 89.09090909%;
    height: auto;
  }
  .showcase__image-2 {
    width: 65.97402597%;
    height: auto;
  }
  .showcase__image-3 {
    width: 48.83116883%;
    height: auto;
  }
  .showcase__image-4 {
    width: 62.33766234%;
    height: auto;
  }
  .showcase__image-5 {
    width: 25.71428571%;
    height: auto;
  }
  .showcase__image-6 {
    width: 28.31168831%;
    height: auto;
  }
  .showcase__image-7 {
    width: 32.46753247%;
    height: auto;
  }
  .showcase__image-8 {
    width: 26.75324675%;
    height: auto;
  }
  .showcase__image-9 {
    width: 43.11688312%;
    height: auto;
  }
  .showcase__image-10 {
    width: 32.98701299%;
    height: auto;
  }
}
@media all and (max-width: 460px) {
  .logo-box a + a {
    margin-left: 2px;
  }
  .logo-box img {
    width: 22px;
  }
  .language {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 16px;
    width: 36px;
    overflow: hidden;
  }
  .language::before {
    left: 8px;
  }
  .showcase__image > svg {
    height: 280px;
    width: 280px;
  }
  .showcase__toggle {
    bottom: -20px;
    right: calc(50% - 20px);
  }
  .showcase__toggle svg {
    height: 40px;
    width: 40px;
  }
  .popup-format__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup-format__buttons .btn + .btn {
    margin-left: 0;
    margin-top: 16px;
  }
  .translation__item {
    width: 260px;
  }
  .slick-dots button {
    height: 10px;
    width: 10px;
  }
  .chemical-level__wrap {
    padding: 12px;
  }
  .chemical-level__button {
    width: 100%;
  }
  .chemical-level__button .btn {
    min-width: 0;
    width: 100%;
  }
}
body.dark {
  background-color: #1D2A42;
  color: #1D2A42;
}
.dark header {
  background-color: #253B61;
  box-shadow: none;
}
.dark h2 {
  color: #1D2A42;
}
.dark a {
  color: #1D2A42;
}
.dark .nav {
  background-color: #253B61;
  box-shadow: none;
}
.dark .nav a {
  color: #253B61;
}
.dark .logo-box {
  opacity: 0;
}
.dark .auth-box {
  opacity: 0;
}
.dark .language {
  opacity: 0;
}
.dark .showcase__bg {
  background-color: #1D2A42;
}
.dark .showcase__bg .showcase__bg-light {
  display: none;
}
.dark .showcase__bg .showcase__bg-dark {
  display: block;
}
.dark .showcase__bg .showcase__bg-dark path {
  opacity: 0;
}
.dark .section-svg__svg path {
  opacity: 0;
}
.dark .showcase__wrap {
  color: #1D2A42;
}
.dark .showcase__btn {
  opacity: 0;
}
.dark .showcase__image {
  opacity: 0;
}
.dark .social {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dark .section-about h2 span {
  color: #1D2A42;
}
.dark .about__subtitle {
  color: #1D2A42;
}
.dark .about__subtitle span {
  color: #1D2A42;
}
.dark .about__subtitle-small {
  color: #1D2A42;
}
.dark .about {
  opacity: 0;
}
.dark .about__photo {
  opacity: 0;
}
.dark .section-bg {
  background-color: #1D2A42;
}
.dark .how__item {
  background-color: #1D2A42;
  box-shadow: none;
}
.dark .how__important {
  background-color: #253B61;
  border-color: #253B61;
}
.dark .how__notice {
  background-color: #253B61;
  border-color: #253B61;
}
.dark .btn {
  background-color: #1D2A42;
}
.dark .online-place {
  background-color: #1D2A42;
}
.dark .online-pl__title {
  color: #1D2A42;
}
.dark .faq__item {
  background-color: #1D2A42;
  box-shadow: none;
}
.dark .section-products {
  background-color: #1D2A42;
}
.dark .product {
  opacity: 0;
}
.dark .product__link {
  background-color: #253B61;
  box-shadow: none;
}
.dark .product__image img {
  box-shadow: none;
}
.dark .section-info {
  background-color: transparent;
}
.dark .info-list__desc span {
  color: #1D2A42;
}
.dark .section-subscription {
  background-color: transparent;
}
.dark .subscription__form {
  background-color: transparent;
}
.dark .section-resource {
  background-color: transparent;
}
.dark .resource-list__item {
  opacity: 0;
}
.dark .logo__box-name {
  color: #1D2A42;
}
.dark .section-translation-popup {
  background-image: none;
}
.dark .section-faq {
  background-color: #1D2A42;
}
.dark .section-share {
  background-color: #1D2A42;
}
.dark .section-timer {
  background-color: #1D2A42;
}
.dark .section-timer .container {
  opacity: 0;
}
.dark .section-last {
  background-color: #1D2A42;
}
.dark .popup {
  background-color: #253B61;
}
.dark .popup-format__text {
  color: #ECEAEA;
}
.dark .popup-format__next.disabled a,
.dark .popup-format__next.disabled span {
  color: #ECEAEA;
}
.dark .popup-format__title {
  color: #ECEAEA;
}
.dark .popup-format__small {
  color: #ECEAEA;
}
.dark .popup__form-placeholder {
  color: #ECEAEA;
}
.dark .cookie-notification {
  background-color: rgba(37, 59, 97, 0.8);
}
.dark .section-contest {
  background-color: #1D2A42;
}
body.magic {
  color: #ECEAEA;
}
.magic h2 {
  color: #14a02b;
}
.magic a {
  color: #84FD92;
}
.magic .nav a {
  color: #ECEAEA;
}
.magic .logo-box,
.magic .logo__box {
  opacity: 1;
}
.magic .logo-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ECEAEA;
  height: 55px;
  width: 55px;
  overflow: hidden;
}
.magic .logo__box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ECEAEA;
  height: 55px;
  width: 200px;
  overflow: hidden;
  padding: 5px;
}
.magic .logo-box img {
  max-width: 70%;
}
.magic .logo__box img {
  max-height: 80%;
  max-width: 70%;
  width: auto;
}
@media all and (max-width: 590px) {
  .magic .logo-box a,
  .magic .logo__box a {
    height: 25px;
    width: 25px;
  }
}
.magic .auth-box {
  opacity: 1;
}
.magic .auth-box a {
  color: #84FD92;
}
.magic .auth-box svg {
  fill: #84FD92;
}
.magic .main_mnu_button svg {
  fill: #84FD92;
}
.magic .language {
  opacity: 1;
}
.magic .how__place-selected a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ECEAEA;
  height: 55px;
  width: 55px;
  overflow: hidden;
}
.magic .how__place-selected img {
  max-width: 70%;
}
.magic .showcase__wrap {
  color: #ECEAEA;
  -webkit-transition: color 0.3s ease 1.2s;
  transition: color 0.3s ease 1.2s;
}
.magic .showcase__title {
  position: relative;
}
.magic .showcase__title h1 {
  color: #defee5;
  text-shadow: 0 0 0.6rem #defee5, 0 0 1.5rem #84FD92, -0.2rem 0.1rem 1rem #84FD92, 0.2rem 0.1rem 1rem #84FD92, 0 -0.5rem 2rem #3EE25A, 0 0.5rem 3rem #14a02b;
  position: relative;
  z-index: 100;
}
.magic .showcase__title .flicker {
  animation: shine 2s forwards, flicker 3s infinite;
}
.magic .showcase__title .fast-flicker {
  animation: shine 2s forwards, blinks 3s 2s infinite;
}
.magic .showcase__title::before {
  position: absolute;
  width: 900px;
  height: 300px;
  background-image: radial-gradient(ellipse 50% 35% at 50% 50%, #14A02B, transparent);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 50;
}
.magic .showcase__bg .showcase__bg-dark .svg-opacity,
.magic .section-svg__svg .svg-opacity {
  opacity: 0.06;
  -webkit-transition: all 0.3s ease 2.2s;
  transition: all 0.3s ease 2.2s;
}
.magic .showcase__bg .showcase__bg-dark .svg-shine,
.magic .section-svg__svg .svg-shine {
  opacity: 1;
  fill: #fff !important;
  -webkit-filter: drop-shadow(0 0 10px #ffffff);
  filter: drop-shadow(0 0 10px #ffffff);
}
.magic .showcase__bg .showcase__bg-dark .svg-shine-1,
.magic .section-svg__svg .svg-shine-1 {
  animation: svg-blur 2s forwards 3s, flicker-svg 5s infinite 3s;
  -webkit-transition: all 0.3s ease 3s;
  transition: all 0.3s ease 3s;
}
.magic .showcase__bg .showcase__bg-dark .svg-shine-2,
.magic .section-svg__svg .svg-shine-2 {
  animation: svg-blur 2s forwards 3.5s, flicker-svg 5s infinite 3.5s;
  -webkit-transition: all 0.3s ease 3.5s;
  transition: all 0.3s ease 3.5s;
}
.magic .showcase__bg .showcase__bg-dark .svg-shine-3,
.magic .section-svg__svg .svg-shine-3 {
  animation: svg-blur 2s forwards 4s, flicker-svg 5s infinite 4s;
  -webkit-transition: all 0.3s ease 4s;
  transition: all 0.3s ease 4s;
}
.magic .showcase__bg .showcase__bg-dark .svg-shine-4,
.magic .section-svg__svg .svg-shine-4 {
  animation: svg-blur 2s forwards 4.5s, flicker-svg 5s infinite 4.5s;
  -webkit-transition: all 0.3s ease 4.5s;
  transition: all 0.3s ease 4.5s;
}
.magic .showcase__bg .showcase__bg-dark .svg-shine-5,
.magic .section-svg__svg .svg-shine-5 {
  animation: svg-blur 2s forwards 5s, flicker-svg 5s infinite 5s;
  -webkit-transition: all 0.3s ease 5s;
  transition: all 0.3s ease 5s;
}
.magic .showcase__bg .showcase__bg-dark .svg-shine-6,
.magic .section-svg__svg .svg-shine-6 {
  animation: svg-blur 2s forwards 5.5s, flicker-svg 5s infinite 5.5s;
  -webkit-transition: all 0.3s ease 5.5s;
  transition: all 0.3s ease 5.5s;
}
.magic .plant {
  animation: plant 2s infinite 6s;
}
.magic .opacity {
  animation: pot 3s forwards 3s;
}
.magic .showcase__btn {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 1.8s;
  transition: opacity 0.3s ease 1.8s;
}
.magic .btn {
  background-color: #defee5;
  box-shadow: 0 0 10px #84FD92, 0 0 15px #3EE25A;
  color: #1D2A42;
  animation: flicker 10s infinite;
}
.magic .btn--border {
  border: none;
}
.magic .showcase__image {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 1.6s;
  transition: opacity 0.3s ease 1.6s;
}
.magic .social {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 2s;
  transition: opacity 0.3s ease 2s;
}
.magic .social__title {
  color: #ECEAEA;
}
.magic .social .ya-share2__container_size_m .ya-share2__badge {
  box-shadow: 0 0 10px #fff;
}
.magic .section-about h2 {
  -webkit-transition: color 0.3s ease 2s;
  transition: color 0.3s ease 2s;
}
.magic .section-about h2 span {
  color: #14a02b;
  -webkit-transition: color 0.3s ease 2s;
  transition: color 0.3s ease 2s;
}
.magic .about__subtitle {
  color: #ECEAEA;
  -webkit-transition: color 0.3s ease 2s;
  transition: color 0.3s ease 2s;
}
.magic .about__subtitle span {
  color: #14a02b;
  -webkit-transition: color 0.3s ease 2s;
  transition: color 0.3s ease 2s;
}
.magic .about__subtitle-small {
  color: #ECEAEA;
  -webkit-transition: color 0.3s ease 2s;
  transition: color 0.3s ease 2s;
}
.magic .about {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 2s;
  transition: opacity 0.3s ease 2s;
}
.magic .about__photo {
  box-shadow: 0 0 10px #fff;
  color: #ECEAEA;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 2s;
  transition: opacity 0.3s ease 2s;
  animation: box-shine 2s infinite 2s;
}
.magic .how__item {
  background-color: #253B61;
}
.magic .how__important {
  background-color: #1D2A42;
  border-color: #ECEAEA;
  color: #ECEAEA;
  animation: box-shine 2s infinite;
}
.magic .how__notice {
  background-color: #1D2A42;
  border-color: #ECEAEA;
  color: #ECEAEA;
  animation: box-shine 2s infinite;
}
.magic .how__message {
  background-color: #1D2A42;
  border-color: #ECEAEA;
  color: #ECEAEA;
  animation: box-shine 2s infinite;
}
.magic .online-pl__title {
  color: #14a02b;
}
.magic .faq__item {
  background-color: #253B61;
  color: #ECEAEA;
}
.magic .faq__item.open-faq {
  animation: box-shine 2s infinite;
}
.magic .product {
  opacity: 1;
}
.magic .product__title {
  color: #ECEAEA;
}
.magic .product .btn {
  background-color: #84FD92;
  border: none;
  box-shadow: none;
  animation: none;
}
.magic .info-list__desc span {
  color: #84FD92;
  animation: shine 2s forwards;
}
.magic .section-place .how__subtitle {
  color: #ECEAEA;
}
.magic .resource-list__item {
  background-color: #253B61;
  opacity: 1;
}
.magic .resource-list__title {
  color: #ECEAEA;
}
.magic .resource-list__image {
  background-color: #ECEAEA;
  border-radius: 8px;
}
.magic .logo__box-name {
  color: #ECEAEA;
}
.magic .online-place {
  background-color: #253B61;
}
.magic .section-timer .container {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 2s;
  transition: opacity 0.3s ease 2s;
}
.magic .translation-bg {
  background-image: none;
}
.magic .footer-contacts {
  background-color: #1D2A42;
}
.magic .contacts {
  background-color: #253B61;
}
@keyframes blinks {
  0%,
  22%,
  36%,
  75% {
    color: #defee5;
    text-shadow: 0 0 0.6rem #defee5, 0 0 1.5rem #84FD92, -0.2rem 0.1rem 1rem #84FD92, 0.2rem 0.1rem 1rem #84FD92, 0 -0.5rem 2rem #3EE25A, 0 0.5rem 3rem #3EE25A;
  }
  28%,
  33% {
    color: #84FD92;
    text-shadow: none;
  }
  82%,
  97% {
    color: #3EE25A;
    text-shadow: none;
  }
}
@keyframes shine {
  0% {
    color: #14A02B;
    text-shadow: none;
  }
  100% {
    color: #defee5;
    text-shadow: 0 0 0.6rem #84FD92, 0 0 1.5rem #84FD92, -0.2rem 0.1rem 1rem #84FD92, 0.2rem 0.1rem 1rem #84FD92, 0 -0.5rem 2rem #3EE25A, 0 0.5rem 3rem #3EE25A;
  }
}
@keyframes box-shine {
  0%,
  100% {
    box-shadow: 0 0 10px #fff;
  }
  50% {
    box-shadow: 0 0 15px #fff;
  }
}
@keyframes flicker {
  from {
    opacity: 1;
  }
  4% {
    opacity: 0.9;
  }
  6% {
    opacity: 0.85;
  }
  8% {
    opacity: 0.95;
  }
  10% {
    opacity: 0.9;
  }
  11% {
    opacity: 0.922;
  }
  12% {
    opacity: 0.9;
  }
  14% {
    opacity: 0.95;
  }
  16% {
    opacity: 0.98;
  }
  17% {
    opacity: 0.9;
  }
  19% {
    opacity: 0.93;
  }
  20% {
    opacity: 0.99;
  }
  24% {
    opacity: 1;
  }
  26% {
    opacity: 0.94;
  }
  28% {
    opacity: 0.98;
  }
  37% {
    opacity: 0.93;
  }
  38% {
    opacity: 0.5;
  }
  39% {
    opacity: 0.96;
  }
  42% {
    opacity: 1;
  }
  44% {
    opacity: 0.97;
  }
  46% {
    opacity: 0.94;
  }
  56% {
    opacity: 0.9;
  }
  58% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.99;
  }
  68% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  72% {
    opacity: 0.95;
  }
  93% {
    opacity: 0.93;
  }
  95% {
    opacity: 0.95;
  }
  97% {
    opacity: 0.93;
  }
  to {
    opacity: 1;
  }
}
@keyframes svg-blur {
  0%,
  22%,
  36%,
  75% {
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 10px #ffffff);
    filter: drop-shadow(0 0 10px #ffffff);
  }
  28%,
  33% {
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
  }
  82%,
  97% {
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
  }
}
@keyframes flicker-svg {
  from {
    opacity: 1;
  }
  4% {
    opacity: 0.9;
  }
  6% {
    opacity: 0.85;
  }
  8% {
    opacity: 0.95;
  }
  10% {
    opacity: 0.9;
  }
  11% {
    opacity: 0.922;
  }
  12% {
    opacity: 0.9;
  }
  14% {
    opacity: 0.95;
  }
  16% {
    opacity: 0.98;
  }
  17% {
    opacity: 0.9;
  }
  19% {
    opacity: 0.93;
  }
  20% {
    opacity: 0.99;
  }
  24% {
    opacity: 1;
  }
  26% {
    opacity: 0.94;
  }
  28% {
    opacity: 0.98;
  }
  37% {
    opacity: 0.93;
  }
  38% {
    opacity: 0.9;
  }
  39% {
    opacity: 0.96;
  }
  42% {
    opacity: 1;
  }
  44% {
    opacity: 0.97;
  }
  46% {
    opacity: 0.94;
  }
  56% {
    opacity: 0.9;
  }
  58% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.99;
  }
  68% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  72% {
    opacity: 0.95;
  }
  93% {
    opacity: 0.93;
  }
  95% {
    opacity: 0.95;
  }
  97% {
    opacity: 0.93;
  }
  to {
    opacity: 1;
  }
}
@keyframes plant {
  0% {
    -webkit-filter: drop-shadow(0 0 10px #defee5);
    filter: drop-shadow(0 0 10px #defee5);
  }
  75% {
    -webkit-filter: drop-shadow(0 0 15px #defee5);
    filter: drop-shadow(0 0 15px #defee5);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px #fff);
    filter: drop-shadow(0 0 10px #fff);
  }
}
@keyframes pot {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}