@charset "UTF-8";
@font-face {
  font-family: "Pass_A38_400";
  src: url("../font/Pass_A38.woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pass_A38_600";
  src: url("../font/Pass_A38.woff2");
  font-weight: 600;
  font-style: normal;
}
html, body {
  height: 100%;
}

body {
  font-family: "Pass_A38_400", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #02282E;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Pass_A38_400", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0 0 14px;
}
p:empty {
  display: none;
}

strong {
  font-family: "Pass_A38_600", sans-serif;
}

.sm {
  font-size: 13px;
}

.xs {
  font-size: 10px;
}

.text-huge {
  font-size: 57px;
}

.text-big {
  font-size: 57px;
}

h1, .h1 {
  font-family: "Pass_A38_600", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 39px;
  text-transform: none;
  line-height: 110%;
  margin: 1em 0 0.5em;
}

h2, .h2 {
  font-family: "Pass_A38_600", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 31px;
  text-transform: none;
  line-height: 110%;
  margin: 1em 0 0.5em;
}

h3, .h3 {
  font-family: "Pass_A38_600", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  text-transform: none;
  line-height: 110%;
  margin: 1em 0 0.5em;
}

h4, .h4 {
  font-family: "Pass_A38_600", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
  line-height: 110%;
  margin: 1em 0 0.5em;
}

a {
  color: #00E6E6 !important;
  outline: none;
  text-decoration: none !important;
  transition: color 0.2s;
}

a:hover {
  color: #00B1FF !important;
  text-decoration: none !important;
}
a:hover.pc {
  text-decoration: none;
}

a.anchor {
  text-decoration: none;
}

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px;
}
ul:not([class]) {
  padding-left: 0;
  list-style: none;
}
ul:not([class]) li {
  margin-left: 1.1em;
}
ul:not([class]) li:before {
  content: "—";
  margin-right: 0.3em;
  margin-left: -1.3em;
}

li {
  margin: 0 0 5px;
}

input, textarea, select {
  color: #000000 !important;
  background-color: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.nowrap {
  white-space: nowrap;
}

/* tic-range-control-01 begin */
/* tic-range-control-01 end */
.price-filter {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}
.price-filter .price-range-container {
  display: block;
  width: 100%;
}
.price-filter .price-range-container .irs {
  height: 72px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 39px;
  height: 4px;
  background-color: #00E6E6;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 39px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 31px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #00E6E6;
}
.price-filter .price-range-container .irs--flat .irs-from, .price-filter .price-range-container .irs--flat .irs-to, .price-filter .price-range-container .irs--flat .irs-single {
  color: white;
  font-size: 13px;
  text-shadow: none;
  padding: 3px 9px;
  background-color: #00B1FF;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-from:before, .price-filter .price-range-container .irs--flat .irs-to:before, .price-filter .price-range-container .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #00B1FF;
}
.price-filter .price-range-container .irs-grid {
  height: 26px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 13px;
  padding: 0 3px;
  color: #ffffff;
}
.price-filter .price-range-container .irs--flat .irs-handle > i {
  display: none;
}
.price-filter .price-range-container .irs--flat .irs-min, .price-filter .price-range-container .irs--flat .irs-max {
  display: none;
}
.price-filter .button-container {
  padding-left: 2em;
  padding-top: 4px;
  /*margin-top: round($handle-label-height / 1.2);*/
}

.price-filter-container {
  background-color: transparent;
  padding: 10px 5px;
  margin-bottom: 5px;
}
.price-filter-container h4 {
  margin-left: -9px;
  color: #00E6E6;
}
/* tic-switch-01 begin */
/* tic-switch-01 end */
hr {
  border-top: 1px solid #04404F;
}

.price-sorting {
  position: relative;
  min-height: 36px;
  margin: 30px 0 10px;
  width: 100%;
  max-width: 360px;
}
.price-sorting > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 13px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #00E6E6;
}
.price-sorting > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 47px);
  text-align: left;
}
.price-sorting > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 47px);
  text-align: left;
}
.price-sorting:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: calc(50% - 32px);
  top: calc(50% - 8px);
  height: 16px;
  width: 64px;
  background: #C4C4C4;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.price-sorting:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  height: 29px;
  width: 29px;
  border-radius: 29px;
  background: #00B1FF;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in;
}
.price-sorting.selected-right:after {
  left: calc(50% - -10px);
}
.price-sorting.selected-left:after {
  left: calc(50% - 39px);
}
.price-sorting > hr {
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  top: 0;
  bottom: 0;
  height: auto;
  width: 1px;
  margin: 0;
  border: none;
  background-color: #e5e5e5;
}

.products-with-filters {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .products-with-filters {
    display: block;
  }
}
.products-with-filters > .filters-container {
  flex-grow: 0;
  margin-bottom: 10px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .products-with-filters > .filters-container {
    margin-top: 15px;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 2px solid #02282E;
}
.products-with-filters > .filters-container > .filters .price-filter .button-container {
  display: none;
}
.products-with-filters > .filters-container > .filters .params-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .params-filter-container .param-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.products-with-filters > .filters-container > .filters .params-filter-container h4 {
  margin: 8px 0 7px;
  font-size: 16px;
  color: #00E6E6;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 13px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .params-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .brands-filter-container .brand-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 24px 0 0;
}
.products-with-filters > .filters-container > .filters .brands-filter-container h4 {
  margin: 8px 0 10px;
  color: #00E6E6;
}
.products-with-filters > .filters-container > .filters .brands-filter-container label {
  font-size: 13px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container .button-container {
  text-align: center;
}
.products-with-filters > .filters-container .reset-filters {
  font-size: 13px;
  text-align: center;
  color: #00E6E6;
  cursor: pointer;
  margin: 10px 0 20px;
}
.products-with-filters > .product-list {
  flex-grow: 1;
}

body.modal-open {
  overflow: hidden;
}

body.product-modal-open #page {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

input, select, textarea {
  border: 1px solid #A6C2CC;
  border-radius: 5px;
  outline: none;
  padding: 11px 2px;
  font-size: 16px;
  width: 300px;
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

input.underline {
  border-color: transparent transparent #A6C2CC transparent;
}

.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  font-weight: 300;
  font-size: 16px;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-group.focused .form-label {
  transform: translateY(-100%);
  font-size: 10px;
}
.form-group .form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}
.form-group .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
.form-group .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.form-group-simple {
  margin: 0px 0 12px;
}
.form-group-simple label {
  margin: 0px 0 0px !important;
}

label.with-note {
  padding-top: 5px;
  position: relative;
}

.table-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 20px;
}

.table-container table {
  margin: 0 0px 5px 0;
}

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3;
}

label.with-note span.note {
  display: block;
  position: absolute;
  left: 3px;
  top: -5px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 3px;
}

label {
  font-weight: 400;
  display: block;
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 8px;
}
label.small {
  font-size: 14px;
}

label + button {
  margin-top: 10px !important;
}

label input[type=checkbox] {
  margin-top: 4px;
}
label input[type=checkbox] + span {
  margin-left: 0.5em;
  vertical-align: top;
}

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px;
}

.input-comment {
  margin: 0px 0 10px;
  font-size: 14px;
}

#mobile-menu-button {
  display: none;
  background-color: transparent;
  color: #ffffff;
  width: 27px !important;
  position: absolute;
  right: 0px;
  top: calc(50% - 12px);
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
}
@media (max-width: 600px) {
  #mobile-menu-button {
    right: 0px;
  }
}

#mobile-menu-button:hover {
  opacity: 1;
}

#mobile-menu-button > div {
  height: 1px;
  border-radius: 1px;
  background-color: #00E6E6;
}

#mobile-menu-button > div + div {
  margin-top: 6px;
}

.pushy-content ul {
  padding: 0px 0 0px 0;
}

.mCSB_container {
  margin-right: 12px !important;
}

.auto-width {
  width: auto;
}

.container {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 100px) !important;
  padding: 0;
  max-width: 1300px;
}
@media (max-width: 620px) {
  .container {
    width: calc(100% - 40px) !important;
  }
}

#header .container {
  overflow: visible;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #00B1FF;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: text-shadow 0.5s;
  outline: none !important;
  font-family: "Pass_A38_400", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00B1FF;
  border-radius: 10px;
  padding: 23px 38px;
  letter-spacing: 0;
  margin: 10px 0 20px;
  background-color: transparent;
  border: 2px solid #00B1FF;
  color: #00B1FF;
  box-shadow: none;
}
button.button:hover, a.button:hover, .upload-button:hover {
  color: #00E6E6 !important;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 9px 26px 9px;
  font-size: 14px;
}
button.button.no-border, a.button.no-border, .upload-button.no-border {
  border: none;
}
button.button:hover, a.button:hover, .upload-button:hover {
  text-shadow: 0px 0px 11px #00E6E6;
}

.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#page {
  position: relative;
  z-index: 110;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page > div {
  flex-grow: 0;
}
#page > div.content {
  flex-grow: 1;
}
#page.main-page {
  overflow: hidden;
}

ul.no-style {
  list-style: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto !important;
}

/* tic-order-dialog-01 begin */
/* tic-order-dialog-01 end */
#call-back-dialog {
  max-width: 600px;
  text-align: left;
  padding: 0;
}
#call-back-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#call-back-dialog label {
  margin-bottom: 15px;
}
#call-back-dialog input {
  width: 100%;
}
#call-back-dialog textarea {
  width: 100%;
}
#question-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
#question-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#question-dialog label {
  margin-bottom: 15px;
}
#question-dialog input {
  width: 100%;
}
#question-dialog textarea {
  width: 100%;
}
#question-dialog textarea {
  height: 270px;
}

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 1000;
  overflow: auto;
}
.modal-bg.under-header {
  z-index: 499;
}

.modal-panel {
  position: absolute;
  background: #04404F;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  max-width: 90%;
  min-width: 430px;
  cursor: default;
  border-radius: 16px;
}
.modal-panel .modal-panel-header {
  display: none;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #04404F;
  background-color: #02282E;
}
.modal-panel .modal-panel-header:before {
  content: "";
  position: absolute;
  display: block;
  left: 18px;
  width: 78px;
  top: 3px;
  height: 50px;
  background-image: url("../img/logo.svg");
  background-size: 78px 50px;
  background-repeat: no-repeat;
}
.modal-panel .close-button-container {
  position: absolute;
  top: 10px;
  bottom: 0px;
  right: 10px;
}
.modal-panel h2 {
  margin-top: 10px;
  color: #00E6E6;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    left: 0px !important;
    transform: none;
    min-height: 100vh !important;
    padding: 100px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    display: block;
    position: fixed;
  }
  .modal-panel .close-button-container {
    position: fixed;
    top: 6px;
    bottom: auto;
    right: 10px;
  }
  .modal-panel .button {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success, .modal-panel.warning {
  text-align: center;
  min-width: 400px;
  min-height: 100px !important;
  max-width: 600px;
  padding: 50px 20px 40px;
  top: 50% !important;
  transform: translate(-50%, -75%) !important;
}
.modal-panel.success .modal-panel-header, .modal-panel.warning .modal-panel-header {
  display: none;
}
@media (max-width: 430px) {
  .modal-panel.success, .modal-panel.warning {
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    padding: 50px 20px 40px;
  }
}
.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: none;
  overflow: auto;
}
.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}
@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}
.modal-panel iframe {
  max-width: 100% !important;
  width: 100%;
}

.modal-panel.no-border {
  padding: 0px 0px;
}

.close-button {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-image: url("../img/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}

.modal-panel .close-button {
  position: sticky;
  top: 5px;
}

.modal-panel .close-button:hover {
  transform: rotate(-90deg);
}

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel div.warning-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

#confidence {
  width: 600px;
  height: 400px;
  overflow: auto;
  background-color: #fff;
  color: #333 !important;
}

#credits {
  position: relative;
  height: 0px;
  top: -17px;
}

#credits > div {
  height: 16px;
  margin: 0 auto;
  text-align: left;
}

#credits a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  opacity: 0.3;
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: calc(100% - 190px);
  top: -25px;
}

#credits a:hover {
  opacity: 0.7;
}

#credits a > img {
  position: relative;
  top: -1px;
}

.switch { /* Переключатель */
  position: relative;
  min-height: 34px;
}

.switch:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch:after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-button.png");
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  transition: all 0.25s ease-in;
}

.switch.switch-left:after {
  background-position: calc(50% - 20px) calc(50% + 2px);
}

.switch.switch-right:after {
  background-position: calc(50% + 20px) calc(50% + 2px);
}

.switch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  line-height: 34px;
  cursor: pointer;
}

.switch > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 40px);
  text-align: right;
}

.switch > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 40px);
  text-align: left;
}

label.checkbox {
  margin-left: 15px;
}
label.checkbox input[type=checkbox] {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: -15px;
}
label.checkbox input[type=checkbox] + span {
  display: inline-block;
  color: #00B1FF;
  margin: 4px 0px 0px 11px;
  font-size: 16px;
}

/* Нумерация списков */
ol {
  padding-left: 0;
}

ol > li > ol {
  margin-top: 10px;
}

ol li {
  list-style-type: none;
}

ol {
  counter-reset: section;
  list-style-type: none;
}

ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
}

ol > li > ol {
  counter-reset: subsection;
}

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}

ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}

.contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.contrast-setting .font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer;
}

.contrast-setting .contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer;
}

.contrast-setting .contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer;
}

ul.breadcrumbs {
  font-style: normal;
  font-size: 14px;
  color: #A6C2CC;
  margin: 28px 0 30px;
  list-style: none;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  color: inherit;
}
ul.breadcrumbs li > a {
  color: inherit;
}
ul.breadcrumbs li > a:hover {
  color: #00E6E6;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "—";
  margin: 0 4px;
}
@media (max-width: 600px) {
  ul.breadcrumbs {
    display: none;
  }
}

.template1-page, .template2-page, .template3-page, .template4-page, .template5-page {
  padding-bottom: 20px;
  min-height: 700px;
}

.pagination a {
  display: inline-block;
  background-color: #00B1FF;
  color: #02282E;
  font-weight: 600;
  font-size: 16px;
  padding: 0px;
  border-radius: 50px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0px 4px 10px;
}
.pagination a:hover {
  color: #02282E;
  background-color: #00E6E6;
  text-decoration: none;
}
.pagination a.current {
  background-color: #00E6E6;
  cursor: default;
}
.pagination a.prev {
  position: relative;
}
.pagination a.prev:before {
  content: "←";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  line-height: 38px;
}
.pagination a.next {
  position: relative;
}
.pagination a.next:before {
  content: "→";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  line-height: 38px;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

::-webkit-input-placeholder {
  color: #A6C2CC !important;
  font-size: 16px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #A6C2CC !important;
  font-size: 16px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #A6C2CC !important;
  font-size: 16px;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #A6C2CC !important;
  font-size: 16px;
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 39px;
  }
  h2, .h2 {
    font-size: 31px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 20px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
.lang {
  position: relative;
}
.lang .selected {
  background-image: url("../img/drop-down.svg");
  background-size: 12px 26px;
  background-position: right 5px;
  background-repeat: no-repeat;
  padding: 5px 17px 5px 0px;
  transition: all 0.25s;
  cursor: pointer;
}
.lang.expanded .selected {
  background-position: right 16px;
}
.lang.expanded .submenu {
  display: block;
}

.animated-logo {
  position: absolute;
  left: 36px;
  top: 0px;
  transform-origin: 0 0;
  transform: scale(0.18);
}
.animated-logo svg#luna circle {
  opacity: 1;
}
.animated-logo svg#subj {
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  transform: translateY(12px);
  transition: opacity 1s 0s, transform 5s 0s;
}
.animated-logo svg#subj.animated {
  opacity: 1;
  transform: translateY(0px);
}
.animated-logo svg#rabbit {
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 10px;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  1% {
    transform: scale(500);
    filter: blur(0.45px);
  }
  10% {
    background-color: #ffffff;
  }
  20% {
    transform: scale(1);
    filter: blur(0.5px);
  }
  30% {
    background-color: #00b1ff;
  }
  100% {
    filter: blur(20px);
    transform: scale(1);
  }
}
.animated-logo .flash {
  border-radius: 100%;
  position: absolute;
  z-index: 100;
  transform-origin: 50% 50%;
  z-index: 50;
  left: 900px;
  top: 749px;
  width: 3px;
  height: 3px;
  background-color: #00e6e6;
  opacity: 0;
}
.animated-logo .flash.animated {
  animation-name: flash;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  opacity: 0;
  background-color: #00b1ff;
}
.animated-logo .circle {
  border-radius: 100%;
  position: absolute;
  transform-origin: 50% 50%;
  z-index: 50;
  opacity: 0;
  transform: scale(0);
}
.animated-logo .circle#n {
  left: 980px;
  top: 421px;
  width: 28px;
  height: 28px;
  background-color: #00b1ff;
}
.animated-logo .circle#o {
  left: 1158px;
  top: 428px;
  width: 56px;
  height: 56px;
  background-color: #00e6e6;
}
.animated-logo .circle#p {
  left: 1376px;
  top: 449px;
  width: 28px;
  height: 28px;
  background-color: #00b1ff;
}
.animated-logo .circle#q {
  left: 1264px;
  top: 559px;
  width: 38px;
  height: 38px;
  background-color: #00e6e6;
}
.animated-logo .circle#r {
  left: 1088px;
  top: 620px;
  width: 28px;
  height: 28px;
  background-color: #00e6e6;
}
.animated-logo .circle#s {
  left: 1270px;
  top: 707px;
  width: 28px;
  height: 28px;
  background-color: #00b1ff;
}
.animated-logo .circle#t {
  left: 1165px;
  top: 853px;
  width: 43px;
  height: 43px;
  background-color: #00e6e6;
}
.animated-logo svg#mr-text {
  opacity: 0;
  position: absolute;
  left: 1397px;
  top: 546px;
  width: 853px;
  height: 419px;
}
.animated-logo svg#mr-tm {
  opacity: 0;
  position: absolute;
  left: 2111px;
  top: 411px;
  width: 112px;
  height: 94px;
}
.animated-logo svg#mr-follow {
  opacity: 0;
  position: absolute;
  left: 1392px;
  top: 1030px;
  width: 836px;
  height: 112px;
}

#n8n-chat .chat-window {
  border-radius: 16px;
  border: 2px solid #00E6E6;
}
#n8n-chat .chat-window .chat-header {
  background-color: #02282E;
  background-image: url(../img/logo.svg);
  background-position: calc(100% - 20px) 30px;
  background-repeat: no-repeat;
  background-size: 122px 57px;
  border-bottom: 2px solid #00E6E6;
}
#n8n-chat .chat-window .chat-header .chat-heading h1 {
  color: #00E6E6;
}
#n8n-chat .chat-window .chat-header p {
  color: #00B1FF;
}
#n8n-chat .chat-window .chat-body {
  background-color: #02282E;
}
#n8n-chat .chat-window .chat-body .chat-messages-list .chat-message {
  border-radius: 10px;
}
#n8n-chat .chat-window .chat-body .chat-messages-list .chat-message.chat-message-from-user {
  background-color: #02282E;
  color: #ffffff;
  border: 1px solid #00E6E6;
}
#n8n-chat .chat-window .chat-body .chat-messages-list .chat-message.chat-message-from-bot {
  background-color: #02282E;
  color: #ffffff;
  border: 1px solid #00B1FF;
}
#n8n-chat .chat-window .chat-footer {
  border-top: 2px solid #00E6E6;
}
#n8n-chat .chat-window .chat-footer .chat-inputs textarea {
  background-color: #02282E;
  color: #ffffff !important;
  padding: 12px 38px 12px 10px;
}
#n8n-chat .chat-window .chat-footer .chat-input-send-button {
  background-color: #02282E;
  color: #00E6E6;
}
#n8n-chat .chat-window .chat-footer .chat-input-send-button[disabled] {
  color: #04404F;
}
#n8n-chat .chat-window-toggle {
  background-color: #00B1FF;
}
#n8n-chat .chat-window-toggle:hover, #n8n-chat .chat-window-toggle:focus {
  background-color: #00E6E6;
}

.cookie-alert {
  padding: 10px 30px 10px 30px;
  border-radius: 16px;
  min-height: 61px;
  display: none;
  gap: 20px;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 150;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.cookie-alert.visible {
  display: grid;
}
.cookie-alert .close-button {
  display: none;
  position: absolute;
  top: 8px;
  left: 9px;
  z-index: 10;
}
.cookie-alert p {
  margin: 0px 0px 0px 0px;
}
.cookie-alert .button {
  margin: 0px 0px 0px 0px;
  padding: 10px 25px;
}
.cookie-alert .button.decline {
  border-color: #6a6a6a;
}
@media (max-width: 860px) {
  .cookie-alert {
    gap: 20px 10px;
    padding: 18px 25px 21px;
    grid-template-columns: auto auto;
  }
  .cookie-alert p {
    padding-right: 40px;
    grid-column: 1/3;
  }
  .cookie-alert .button {
    padding: 20px 25px;
  }
}
@media (max-width: 460px) {
  .cookie-alert {
    gap: 10px;
    padding: 18px 25px 21px;
    grid-template-columns: 1fr;
  }
  .cookie-alert p {
    padding-right: 40px;
    grid-column: 1/3;
  }
  .cookie-alert button {
    grid-column: 1/3;
  }
}

.circles {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0px;
  width: 0px;
  height: 0px;
}
.circles > span {
  display: block;
  position: absolute;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background-color: #04404F;
  transform-origin: 50% 50%;
  transform: scale(0);
}
.circles > span:nth-of-type(1) {
  width: 171px;
  left: 252px;
  top: 37px;
  transition: all 3.5s 2s cubic-bezier(0.41, 1.65, 0.68, 0.005);
}
.circles > span:nth-of-type(2) {
  width: 59px;
  left: 427px;
  top: 7px;
  transition: all 1s 1.5s cubic-bezier(0.41, 1.65, 0.68, 0.005);
}
.circles > span:nth-of-type(3) {
  width: 17px;
  left: 464px;
  top: 135px;
  transition: all 1s 2.2s cubic-bezier(0.41, 1.65, 0.68, 0.005);
}
.circles > span:nth-of-type(4) {
  width: 25px;
  left: 558px;
  top: 105px;
  transition: all 1s 2.5s cubic-bezier(0.41, 1.65, 0.68, 0.005);
}
.circles > span:nth-of-type(5) {
  width: 11px;
  left: 592px;
  top: 31px;
  transition: all 1s 3.2s;
}
.circles > span:nth-of-type(6) {
  width: 6px;
  left: 525px;
  top: -20px;
  transition: all 1s 3.5s;
}

body.main-page #page > .content {
  text-align: center;
  color: #00E6E6;
  position: relative;
}
body.main-page #page > .content > * {
  opacity: 0;
}
body.main-page #page > .content .hero-animated-logo {
  opacity: 1;
  position: absolute;
  transform: scale(0.4);
  margin: 0px auto 0px;
  left: calc(169px + 468 * (100vw - 1001px) / 899 + (1900px - 100vw) / 45);
}
body.main-page #page > .content .hero-animated-logo svg#mr-follow {
  transition: all 0.5s 1.2s;
  opacity: 1;
}
body.main-page #page > .content .hero-animated-logo:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  right: -695px;
  top: 1023px;
  width: 934px;
  height: 145px;
  background-color: #02282E;
}
body.main-page #page > .content .top {
  margin: 34px 20px 265px;
  transform: translateY(calc(-1 * (45px + 100%)));
}
body.main-page #page > .content .alt-about-container {
  position: relative;
}
body.main-page #page > .content .alt-about-container .alt-about {
  display: none;
  position: absolute;
  z-index: 50;
  right: calc(50% + 34px);
  top: 33px;
  width: 475px;
  max-width: calc(50% - 135px);
  background-color: #04404F;
  border: 1px solid #00E6E6;
  border-radius: 10px;
  padding: 3px 43px 32px;
  text-align: left;
}
body.main-page #page > .content .alt-about-container .alt-about .content {
  color: #ffffff;
}
body.main-page #page > .content .alt-about-container .alt-about .content h3 {
  margin-top: 35px;
}
@media (max-width: 1000px) {
  body.main-page #page > .content .alt-about-container .alt-about {
    right: calc(50% + 19px);
    top: 33px;
    max-width: calc(50% - 85px);
    padding: 3px 25px 32px;
  }
}
@media (max-width: 680px) {
  body.main-page #page > .content .alt-about-container .alt-about {
    right: 20px;
    left: 20px;
    width: calc(100% - 90px);
    top: 20px;
    max-width: calc(100% - 90px);
    padding: 3px 25px 32px;
  }
}
body.main-page #page > .content .alt-about-container .close-button {
  position: absolute;
  transform-origin: 50% 50%;
  transition: all 0.5s cubic-bezier(0.835, 0.005, 0.405, 0.995);
  background-image: url("../img/close-button-2-2.svg");
}
body.main-page #page > .content .alt-about-container .close-button:hover {
  transform: rotate(180deg);
}
body.main-page #page > .content .alt-about-container .close-button:nth-of-type(1) {
  right: 10px;
  top: 10px;
}
body.main-page #page > .content .alt-about-container .close-button:nth-of-type(2) {
  right: 10px;
  bottom: 10px;
}
body.main-page #page > .content .main-about {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 104px;
  overflow: hidden;
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
body.main-page #page > .content .main-about .text {
  text-align: right;
  margin: 0px 40px 0px auto;
  width: 515px;
  max-width: calc(50vw - 40px - 20px);
}
body.main-page #page > .content .main-about .buttons {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
body.main-page #page > .content .main-about .buttons .button {
  margin: 5px 0px 5px 0px;
  border-color: #04404F;
  padding: 17px 33px;
}
@media (min-width: 681px) {
  body.main-page #page > .content .main-about .buttons {
    perspective: 1000px;
  }
  body.main-page #page > .content .main-about .buttons .button {
    transition: transform 0.5s 1.2s, text-shadow 0.5s;
    transform-origin: 0% 0%;
    transform-style: preserve-3d;
    transform: rotateY(115deg);
    opacity: 0;
  }
  body.main-page #page > .content .main-about .buttons .button:nth-child(2) {
    transition: transform 0.5s 1.4s, text-shadow 0.5s;
  }
  body.main-page #page > .content .main-about .buttons .button:nth-child(3) {
    transition: transform 0.5s 1.6s, text-shadow 0.5s;
  }
}
body.main-page #page > .content .main-about .circles {
  left: 50%;
  top: 0px;
}
body.main-page #page > .content .main-areas {
  margin: 0px 0px 85px 0px;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
  color: #ffffff;
  position: relative;
}
body.main-page #page > .content .main-areas:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 1px;
  top: -20px;
  bottom: -28px;
  background-color: #04404F;
}
body.main-page #page > .content .main-areas h2 {
  margin: 0px 0px 19px 0px;
  display: inline-block;
  background-size: 47px 47px;
  background-position: left -8px;
  background-repeat: no-repeat;
  padding-left: 52px;
}
body.main-page #page > .content .main-areas .button {
  margin: 24px 0px 0px 0px;
}
body.main-page #page > .content .main-areas .lab {
  text-align: right;
  width: 320px;
  max-width: calc(50vw - 40px - 20px);
  margin: 0px 0px 0px auto;
}
body.main-page #page > .content .main-areas .lab h2 {
  background-image: url("../img/lab.svg");
}
body.main-page #page > .content .main-areas .shop {
  text-align: left;
  width: 320px;
  max-width: calc(50vw - 40px - 20px);
  margin: 0px auto 0px 0px;
}
body.main-page #page > .content .main-areas .shop h2 {
  background-image: url("../img/shop.svg");
}
body.main-page #page > .content .main-developments {
  margin: 0px 0px 55px 0px;
  padding: 0px 20px 0px;
}
body.main-page #page > .content .main-developments h3 {
  color: #ffffff;
  margin-bottom: 8px;
}
body.main-page #page > .content .main-developments p {
  width: 400px;
  max-width: 100%;
  margin: 0px auto 0px;
}
body.main-page #page > .content .main-developments .button {
  margin: 21px 0px 21px 0px;
  border-color: #04404F;
  padding: 17px 33px;
}
body.main-page #page > .content .trust-field {
  max-width: calc(100% - 40px);
  margin: 0px auto 0px;
}
body.main-page #page > .content .trust-field h2 {
  background-image: url("../img/trust.svg");
  background-size: 47px 47px;
  background-position: top center;
  background-repeat: no-repeat;
  color: #ffffff;
  margin: 0px 0px 14px 0px;
  padding-top: 54px;
}
body.main-page #page > .content .trust-field h2 + p {
  color: #ffffff;
  width: 560px;
  max-width: 100%;
  margin: 0px auto 0px;
}
body.main-page #page > .content .trust-field .buttons {
  margin: 45px auto 0px;
  width: 800px;
}
body.main-page #page > .content .trust-field .buttons > div {
  max-width: 100%;
  margin: 0px 0px 31px 0px;
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
}
body.main-page #page > .content .trust-field .buttons > div .button {
  justify-self: end;
  margin: 0px 0px 0px 0px;
  border-color: #04404F;
  padding: 17px 33px;
}
body.main-page #page > .content .trust-field .buttons > div p {
  justify-self: start;
  width: 320px;
}
body.main-page #page > .content .trust-field .buttons > div:nth-child(odd) p {
  text-align: left;
  margin: 0px 0px 0px 36px;
}
body.main-page #page > .content .trust-field .buttons > div:nth-child(even) {
  direction: rtl;
}
body.main-page #page > .content .trust-field .buttons > div:nth-child(even) p {
  text-align: right;
  margin: 0px 36px 0px 0px;
  direction: ltr;
}
@media (max-width: 840px) {
  body.main-page #page > .content .trust-field .buttons {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
body.main-page #page > .content .main-reviews {
  margin: 71px 0px 0px 0px;
}
body.main-page #page.animated {
  overflow: auto;
}
body.main-page #page.animated > .content > * {
  opacity: 1;
}
body.main-page #page.animated > .content .hero-animated-logo {
  transition: all 0.5s;
  transform: scale(0.18) translateX(19%) translateY(17%);
}
body.main-page #page.animated > .content .hero-animated-logo svg#mr-text {
  transition: all 0.5s 0.5s;
  opacity: 1;
}
body.main-page #page.animated > .content .hero-animated-logo svg#mr-tm {
  transition: all 0.5s 0.6s;
  opacity: 1;
}
body.main-page #page.animated > .content .hero-animated-logo svg#mr-follow {
  transition: all 0.5s 1.2s;
  opacity: 1;
}
body.main-page #page.animated > .content .hero-animated-logo:before {
  transition: all 0.75s 1.2s;
  width: 0px;
}
body.main-page #page.animated > .content .top {
  transition: all 1s 1.5s;
  transform: translateY(0);
}
body.main-page #page.animated > .content .lang {
  transition: all 1s 2.5s;
}
body.main-page #page.animated > .content .main-about {
  transition: all 1s 1s;
}
body.main-page #page.animated > .content .main-about .circles > span {
  transform: scale(1);
}
body.main-page #page.animated > .content .main-about .buttons .button {
  transform: rotateY(0);
  opacity: 1;
}
body.main-page #page.animated > .content .main-areas {
  transition: all 1s 3s;
}
body.main-page #page.animated > .content .main-developments {
  transition: all 1s 3.2s;
}
body.main-page #page.animated > .content .trust-field {
  transition: all 1s 3.5s;
}
body.main-page #page.animated > .content .main-reviews {
  transition: all 1s 3.8s;
}
body.main-page #page.animated > .content .main-faq {
  transition: all 1s 4.1s;
}
body.main-page #page.animated > .content .bottom-contact-button {
  transition: all 1s 4.2s;
}
body.main-page #page.animated ~ .cookie-alert {
  display: none;
}

body.main-page.static-logo #page > .content > * {
  opacity: 1;
}
body.main-page.static-logo #page > .content .top {
  transform: none;
  margin: 34px 20px 52px;
}
body.main-page.static-logo #page > .content .main-about .circles > span {
  transform: scale(1);
}
body.main-page.static-logo #page > .content .main-about .buttons .button {
  transform: rotateY(0);
  opacity: 1;
}

ul.submenu {
  border-radius: 10px;
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 33px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background-color: #02282E;
  border: 1px solid #04404F;
}
ul.submenu > li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.submenu > li:first-child {
  margin-top: 13px;
}
ul.submenu > li:last-child {
  margin-bottom: 17px;
}
ul.submenu > li > a {
  display: block;
  padding: 7px 23px 7px 23px;
  color: #fff;
}
ul.submenu > li > a:hover {
  color: #00B1FF;
  text-decoration: none;
}

.lang {
  display: inline-block;
  position: relative;
}
.lang .selected {
  color: #ffffff;
  background-image: url("../img/drop-down.svg");
  background-size: 12px 26px;
  background-position: right 5px;
  background-repeat: no-repeat;
  padding: 5px 17px 5px 0px;
  transition: all 0.25s;
  cursor: pointer;
}
.lang.expanded .selected {
  background-position: right 16px;
}
.lang.expanded .submenu {
  display: block;
}

#footer {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px;
  min-height: 68px;
  background-image: url("../img/pattern.svg");
  background-position: center top;
  background-repeat: repeat;
  text-align: center;
}
#footer .follow-social {
  margin: 22px 50px 20px;
  display: inline-grid;
  gap: 20px;
  grid-template-columns: repeat(10, 1fr);
}
#footer .follow-social a {
  margin: 0px 0px 0px 0px;
}
#footer .bottom {
  margin: 17px 0px 0px 0px;
  background-color: #04404F;
  overflow: hidden;
  text-align: center;
  padding: 8px 0px 10px;
}
#footer .bottom a {
  color: #009DE3 !important;
}
#footer .bottom a:hover {
  color: #00B1FF !important;
}
#footer .bottom ul {
  text-align: inherit;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px;
  list-style: none;
}
#footer .bottom ul li {
  display: inline-block;
  margin: 0px 15px 0px;
}
@media (max-width: 700px) {
  #footer .follow-social {
    gap: 17px 20px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 620px) {
  #footer {
    padding: 0px 0px 0px;
  }
  #footer .follow-social {
    margin: 22px 20px 20px;
    gap: 17px 20px;
  }
  #footer .follow-social a {
    width: 42px;
    height: 42px;
  }
  #footer .follow-social a:hover {
    transform: scale(1.5);
  }
}

@media (max-width: 680px) {
  body.main-page #page .content .hero-animated-logo {
    opacity: 1;
    position: absolute;
    transform: scale(0.27) translateX(21%) translateY(9%);
    margin: 0px auto 0px;
    left: calc(169px + 468 * (100vw - 1001px) / 899 + (1900px - 100vw) / 45);
  }
  body.main-page #page .content .hero-animated-logo svg#mr-text {
    left: 397px;
    top: 1295px;
  }
  body.main-page #page .content .hero-animated-logo svg#mr-tm {
    left: 1115px;
    top: 1160px;
  }
  body.main-page #page .content .hero-animated-logo svg#mr-follow {
    left: 397px;
    top: 1772px;
  }
  body.main-page #page .content .hero-animated-logo:before {
    right: 303px;
    top: 1762px;
  }
  body.main-page #page .content .top {
    margin: 34px 20px 547px;
    transform: translateY(calc(-1 * (45px + 100%)));
  }
  body.main-page #page .content .main-about {
    margin: 30px 0px 0px 0px;
    padding: 0px 20px 92px;
    overflow: hidden;
    display: block;
  }
  body.main-page #page .content .main-about .text {
    text-align: left;
    margin: 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }
  body.main-page #page .content .main-about .buttons {
    margin: 26px 0px 0px 0px;
    text-align: left;
    display: block;
  }
  body.main-page #page .content .main-about .buttons .button {
    margin: 5px 0px 5px 0px;
    width: 100%;
    max-width: 100%;
    padding: 17px 0px;
  }
  body.main-page #page .content .main-about .circles {
    display: none;
  }
  body.main-page #page .content .main-areas {
    margin: 0px 0px 98px 0px;
    padding: 0px 20px 0px;
    display: block;
  }
  body.main-page #page .content .main-areas:before {
    display: none;
  }
  body.main-page #page .content .main-areas h2 {
    margin: 0px 0px 19px 0px;
  }
  body.main-page #page .content .main-areas .button {
    margin: 15px 0px 0px 0px;
    width: 100%;
    padding: 23px 0px;
  }
  body.main-page #page .content .main-areas .lab {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 58px;
  }
  body.main-page #page .content .main-areas .shop {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 0px;
  }
  body.main-page #page .content .main-developments {
    margin: -30px 0px 85px 0px;
    padding: 0px 20px 0px;
    text-align: left;
  }
  body.main-page #page .content .main-developments p {
    width: 100%;
  }
  body.main-page #page .content .main-developments .button {
    width: 100%;
  }
  body.main-page #page .content .trust-field h2 {
    background-position: left -8px;
    padding-left: 52px;
    padding-top: 0px;
    text-align: left;
    margin-bottom: 20px;
  }
  body.main-page #page .content .trust-field h2 + p {
    width: 100%;
    text-align: left;
  }
  body.main-page #page .content .trust-field .buttons {
    margin: 31px 0px 0px 0px;
  }
  body.main-page #page .content .trust-field .buttons > div {
    display: block;
  }
  body.main-page #page .content .trust-field .buttons > div .button {
    width: 100%;
    display: block;
    margin: 0px 0px 10px 0px;
  }
  body.main-page #page .content .trust-field .buttons > div p {
    width: 100%;
    margin: 0px 0px 0px 0px !important;
    text-align: left !important;
  }
  body.main-page #page .content .main-reviews {
    margin: 90px 0px 0px 0px;
  }
  body.main-page #page.animated > .content > * {
    opacity: 1;
  }
  body.main-page #page.animated > .content .hero-animated-logo {
    transition: all 0.5s;
    transform: scale(0.27) translateX(21%) translateY(9%);
  }
  body.main-page #page.animated > .content .top {
    transition: all 1s 1.5s;
    transform: translateY(0);
  }
  body.main-page #page.animated > .content .lang {
    transition: all 1s 2.5s;
  }
  body.main-page #page.animated > .content .main-about {
    transition: all 1s 1s;
  }
  body.main-page #page.animated > .content .main-about .circles > span {
    transform: scale(1);
  }
  body.main-page #page.animated > .content .main-areas {
    transition: all 1s 3s;
  }
  body.main-page #page.animated ~ .cookie-alert {
    display: none;
  }
  #footer {
    margin: 131px 0px 0px 0px;
  }
}
#template1-page {
  opacity: 1 !important;
  text-align: left;
  color: #ffffff;
  margin-top: 88px;
  margin-bottom: 57px;
}
@media (max-width: 1200px) {
  #template1-page {
    margin-top: 74px;
  }
}
#template1-page h1 {
  margin: 0px 0px 16px 0px;
  color: #00E6E6;
}
#template1-page h1 + p.sub-header {
  color: #00E6E6;
  width: 400px;
  max-width: 100%;
}

#reviews-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 861px) {
  #reviews-list[data-columns]::before {
    content: "3 .column.size-1of3";
  }
}
@media screen and (min-width: 611px) and (max-width: 860px) {
  #reviews-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #reviews-list[data-columns]::before {
    content: "2 .column.size-1of2";
  }
}
@media (max-width: 610px) {
  #reviews-list {
    display: block;
  }
  #reviews-list[data-columns]::before {
    content: "1 .column.size-1of1";
  }
}

.reviews-list {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0px auto 0px;
}
.reviews-list div.review {
  text-align: left;
  border: 2px solid #04404F;
  border-radius: 10px;
  padding: 11px 12px 21px 21px;
  margin: 0px 0px 14px;
}
.reviews-list div.review .person {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 0px 0px;
}
.reviews-list div.review .person .photo {
  order: 2;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px 0px 0px 0px;
}
.reviews-list div.review .person h4 {
  margin: 0px 0px 0px 0px;
  order: 1;
}
.reviews-list div.review > p {
  color: #ffffff;
  margin: 0px 0px 5px 0px;
}
.reviews-list div.review > p strong {
  display: block;
  margin: 0px 0px 0px 0px;
  color: #00B1FF;
}

.faq-items {
  counter-reset: item-number;
  width: 641px;
  max-width: calc(100% - 40px);
  margin: 30px auto 26px;
}
.faq-items .item {
  counter-increment: item-number;
  text-align: left;
  align-self: start;
  margin: 0px 0px -1px 0px;
  padding: 21px 0px 41px 10px;
  border-top: 1px solid #04404F;
  border-bottom: 1px solid #04404F;
}
.faq-items .item .question {
  margin: 1px 0px 0px 0px;
  padding: 0px 35px 0px 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 5;
  position: relative;
}
.faq-items .item .question + .question {
  margin-top: 20px;
}
.faq-items .item .question:before {
  content: "0" counter(item-number);
  position: absolute;
  left: 0px;
  top: 0px;
  color: #00B1FF;
}
.faq-items .item .question:after {
  transition: all 0.25s;
  content: "";
  position: absolute;
  display: block;
  right: 1px;
  width: 33px;
  top: -6px;
  height: 33px;
  border-radius: 100%;
  background-color: #04404F;
  transform: scale(0);
}
.faq-items .item .question > span.btn {
  transition: all 0.25s;
  position: absolute;
  z-index: 4;
  display: block;
  right: 1px;
  width: 33px;
  top: -6px;
  height: 33px;
  border-radius: 100%;
}
.faq-items .item .question > span.btn:before {
  transition: all 0.25s;
  transform: scale(0);
  opacity: 0;
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-items .item .question > span.btn:after {
  transition: all 0.25s;
  transform: scale(1);
  opacity: 1;
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/minus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-items .item .question:hover:after {
  transform: scale(1);
}
.faq-items .item .answer {
  margin: 0px 0 -34px;
  padding: 13px 50px 0px 37px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.faq-items .item .answer li {
  font-size: 16px;
  margin-bottom: -3px;
}
.faq-items .item .answer p {
  font-size: 16px;
  margin-bottom: 19px;
}
.faq-items .item .answer + .question {
  margin-top: 26px;
}
.faq-items .item.collapsed .question > span.btn:before {
  transform: scale(1);
  opacity: 1;
}
.faq-items .item.collapsed .question > span.btn:after {
  transform: scale(0);
  opacity: 0;
}
.faq-items .item.collapsed .question + .answer {
  transition: all 0.1s;
  opacity: 0;
  height: 0;
  margin-bottom: -20px;
}
.faq-items .item.collapsed .answer {
  margin: 0px 0 -26px;
  padding: 0px 50px 0px 37px;
}
.main-faq {
  margin: 90px 0px 0px 0px;
}
.main-faq h2 {
  color: #ffffff;
}

.bottom-contact-button {
  margin: 0px 0px 103px 0px;
}
@media (max-width: 520px) {
  .bottom-contact-button .button {
    width: calc(100% - 40px);
  }
}

.blog {
  margin: 0px 0px 100px 0px;
}
.blog > h1 {
  margin: 0px 0px 16px 0px;
  color: #00E6E6;
}
.blog > h1 + p {
  color: #00E6E6;
  width: 400px;
  max-width: 100%;
}
.blog > .blog-showcase {
  margin: 51px auto 0px;
  width: 1300px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.blog > .blog-showcase .blog-post {
  margin: 0px 0px 100px 0px;
}
.blog > .blog-showcase .blog-post .preview-container {
  aspect-ratio: 425/596;
  overflow: hidden;
}
.blog > .blog-showcase .blog-post .preview-container .preview {
  transform-origin: 50% 30%;
  transition: all 1s;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog > .blog-showcase .blog-post h4 {
  margin: 22px 0px 0px 0px;
  color: #00B1FF;
}
.blog > .blog-showcase .blog-post a:hover {
  text-decoration: none;
}
.blog > .blog-showcase .blog-post a:hover h4 {
  color: #00E6E6 !important;
  text-shadow: 0px 0px 11px #00E6E6;
}
.blog > .blog-showcase .blog-post a:hover .preview-container .preview {
  transform: scale(1.1);
}
.blog > .blog-showcase .blog-post:nth-child(12n+1), .blog > .blog-showcase .blog-post:nth-child(12n+6), .blog > .blog-showcase .blog-post:nth-child(12n+9), .blog > .blog-showcase .blog-post:nth-child(12n+12) {
  width: 33%;
}
.blog > .blog-showcase .blog-post:nth-child(12n+1) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+6) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+9) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+12) .preview-container {
  aspect-ratio: 425/596;
}
.blog > .blog-showcase .blog-post:nth-child(12n+2), .blog > .blog-showcase .blog-post:nth-child(12n+4), .blog > .blog-showcase .blog-post:nth-child(12n+8), .blog > .blog-showcase .blog-post:nth-child(12n+10) {
  width: 21%;
}
.blog > .blog-showcase .blog-post:nth-child(12n+2) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+4) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+8) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+10) .preview-container {
  aspect-ratio: 280/402;
}
.blog > .blog-showcase .blog-post:nth-child(12n+3), .blog > .blog-showcase .blog-post:nth-child(12n+5), .blog > .blog-showcase .blog-post:nth-child(12n+7), .blog > .blog-showcase .blog-post:nth-child(12n+11) {
  width: 44%;
}
.blog > .blog-showcase .blog-post:nth-child(12n+3) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+5) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+7) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+11) .preview-container {
  aspect-ratio: 575/662;
}
@media (max-width: 1200px) {
  .blog > .blog-showcase {
    margin: 34px auto 0px;
  }
  .blog > .blog-showcase .blog-post {
    margin: 0px 0px 60px 0px;
  }
  .blog > .blog-showcase .blog-post h4 {
    margin: 11px 0px 0px 0px;
  }
}
@media (max-width: 920px) {
  .blog > .blog-showcase .blog-post:nth-child(12n+1), .blog > .blog-showcase .blog-post:nth-child(12n+4), .blog > .blog-showcase .blog-post:nth-child(12n+5), .blog > .blog-showcase .blog-post:nth-child(12n+8), .blog > .blog-showcase .blog-post:nth-child(12n+9), .blog > .blog-showcase .blog-post:nth-child(12n+12) {
    width: 60%;
  }
  .blog > .blog-showcase .blog-post:nth-child(12n+1) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+4) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+5) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+8) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+9) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+12) .preview-container {
    aspect-ratio: 425/596;
  }
  .blog > .blog-showcase .blog-post:nth-child(12n+2), .blog > .blog-showcase .blog-post:nth-child(12n+3), .blog > .blog-showcase .blog-post:nth-child(12n+6), .blog > .blog-showcase .blog-post:nth-child(12n+7), .blog > .blog-showcase .blog-post:nth-child(12n+10), .blog > .blog-showcase .blog-post:nth-child(12n+11) {
    width: calc(40% - 10px);
  }
  .blog > .blog-showcase .blog-post:nth-child(12n+2) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+3) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+6) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+7) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+10) .preview-container, .blog > .blog-showcase .blog-post:nth-child(12n+11) .preview-container {
    aspect-ratio: 280/402;
  }
}
@media (max-width: 460px) {
  .blog > .blog-showcase {
    display: block;
  }
  .blog > .blog-showcase .blog-post {
    width: 100% !important;
  }
  .blog > .blog-showcase .blog-post .preview-container {
    aspect-ratio: 320/430;
  }
}
.blog .pagination {
  text-align: center;
}
.blog > .blog-post-page {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 434px;
}
.blog > .blog-post-page > .blog-post {
  color: #00E6E6;
  max-width: 740px;
}
.blog > .blog-post-page > .blog-post h1, .blog > .blog-post-page > .blog-post h2, .blog > .blog-post-page > .blog-post h3, .blog > .blog-post-page > .blog-post h4, .blog > .blog-post-page > .blog-post h5 {
  color: #00E6E6;
}
.blog > .blog-post-page > .blog-post > div {
  padding: 0px 0px 50px;
  position: relative;
}
.blog > .blog-post-page > .blog-post > div:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  width: 43%;
  height: 1px;
  bottom: 0px;
  background-color: #04404F;
}
.blog > .blog-post-page > .blog-post h1 {
  margin: 0px 0px 49px 0px !important;
  color: #00E6E6;
}
.blog > .blog-post-page > .blog-post img {
  margin: 0px 0px 20px 0px;
}
.blog > .blog-post-page > .blog-post img.blog-post-logo {
  margin: 0px 0px 47px 0px;
}
.blog > .blog-post-page .last-posts h3 {
  margin: 0px 0px 12px 0px;
  color: #00E6E6;
}
.blog > .blog-post-page .last-posts p {
  color: #00E6E6;
}
.blog > .blog-post-page .last-posts .items {
  margin: 36px 0px 0px 0px;
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr 1fr;
}
.blog > .blog-post-page .last-posts .items .blog-post {
  margin: 0px 0px 0px 0px;
  position: relative;
}
.blog > .blog-post-page .last-posts .items .blog-post .preview-container {
  aspect-ratio: 202/252;
  overflow: hidden;
}
.blog > .blog-post-page .last-posts .items .blog-post .preview-container .preview {
  transform-origin: 50% 30%;
  transition: all 1s;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog > .blog-post-page .last-posts .items .blog-post h4 {
  margin: 8px 0px 0px 0px;
  color: #00B1FF;
  font-size: 16px;
}
.blog > .blog-post-page .last-posts .items .blog-post a:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #02282E;
  opacity: 0.5;
  transition: all 0.5s;
}
.blog > .blog-post-page .last-posts .items .blog-post a:hover {
  text-decoration: none;
}
.blog > .blog-post-page .last-posts .items .blog-post a:hover h4 {
  color: #00E6E6 !important;
  text-shadow: 0px 0px 11px #00E6E6;
}
.blog > .blog-post-page .last-posts .items .blog-post a:hover .preview-container .preview {
  transform: scale(1.1);
}
.blog > .blog-post-page .last-posts .items .blog-post a:hover:before {
  opacity: 0;
}
.blog > .blog-post-page .last-posts .button-container {
  margin: 26px 0px 0px 0px;
}
.blog > .blog-post-page .last-posts .button-container .button {
  width: 100%;
}
@media (max-width: 1290px) {
  .blog > .blog-post-page {
    grid-template-columns: 1fr 35%;
  }
}
@media (max-width: 840px) {
  .blog > .blog-post-page {
    display: block;
  }
  .blog > .blog-post-page .blog-post {
    margin: 0px 0px 80px 0px;
  }
  .blog > .blog-post-page .last-posts .items {
    grid-template-columns: repeat(3, 1fr);
  }
  .blog > .blog-post-page .last-posts .items .blog-post a:before {
    display: none;
  }
}
@media (max-width: 720px) {
  .blog > .blog-post-page .last-posts .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .blog > .blog-post-page .last-posts .items {
    gap: 20px 20px;
  }
}
@media (max-width: 680px) {
  .blog {
    margin: 0px 0px 0px 0px;
  }
}

/* tic-header-top-05 begin */
/* tic-header-top-05 end */
#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: 0px;
  height: 88px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all ease-out 0.25s;
  color: #ffffff;
  background: #02282E;
  font-weight: 300;
  border-bottom: 1px solid #04404F;
}
#header-top.main-page {
  display: none !important;
}
#header-top.coming-soon {
  display: none;
}
#header-top .container {
  height: 100%;
}
#header-top .content > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
}
#header-top > .scrolled .content > div:last-child {
  width: 100px;
}
#header-top.scrolled, #header-top.for-product-page, #header-top.catalog-page {
  top: 0px;
  height: 52px;
}
#header-top.scrolled .logo, #header-top.for-product-page .logo, #header-top.catalog-page .logo {
  min-width: 100px !important;
  max-width: 100px !important;
  height: 52px !important;
}
@media (max-width: 1024px) {
  #header-top.scrolled .logo, #header-top.for-product-page .logo, #header-top.catalog-page .logo {
    max-width: 100px !important;
    min-width: 100px !important;
  }
}
#header-top.scrolled .logo:before, #header-top.for-product-page .logo:before, #header-top.catalog-page .logo:before {
  background-size: 82px 39px !important;
  background-position: left 6px !important;
  height: 52px;
}
#header-top.scrolled .content .left-header, #header-top.for-product-page .content .left-header, #header-top.catalog-page .content .left-header {
  margin-top: 15px;
}
#header-top.scrolled .content .right-header, #header-top.for-product-page .content .right-header, #header-top.catalog-page .content .right-header {
  margin-top: 11px;
}
#header-top.scrolled .content .right-header .cart, #header-top.for-product-page .content .right-header .cart, #header-top.catalog-page .content .right-header .cart {
  margin-top: -2px;
  background-size: 26px 30px;
}
@media (max-width: 1200px) {
  #header-top {
    top: 0px;
    height: 52px;
  }
  #header-top .logo {
    min-width: 100px !important;
    max-width: 100px !important;
    height: 52px !important;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  #header-top .logo {
    max-width: 100px !important;
    min-width: 100px !important;
  }
}
@media (max-width: 1200px) {
  #header-top .logo:before {
    background-size: 82px 39px !important;
    background-position: left 6px !important;
    height: 52px;
  }
  #header-top .content .left-header {
    margin-top: 15px;
  }
  #header-top .content .right-header {
    margin-top: 11px;
  }
  #header-top .content .right-header .cart {
    margin-top: -2px;
    background-size: 26px 30px;
  }
}
#header-top .content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#header-top .left-header {
  margin-top: 35px;
  flex-grow: 0;
  transition: all ease-out 0.25s;
}
#header-top .left-header > ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
#header-top .left-header > ul > li {
  margin: 0px 30px 0px 0px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
#header-top .left-header > ul > li > a {
  color: #fff;
  padding: 5px 0;
  text-decoration: none !important;
}
#header-top .left-header > ul > li > a:hover {
  color: #00B1FF;
}
#header-top .left-header > ul > li > ul {
  display: none;
  top: 33px;
}
#header-top .left-header > ul > li.with-sub > a {
  transition: all 0.25s;
  background-image: url("../img/drop-down.svg");
  background-size: 12px 26px;
  background-position: right 5px;
  background-repeat: no-repeat;
  padding-right: 20px;
}
#header-top .left-header > ul > li.expanded > a {
  background-position: right 16px;
}
#header-top .left-header > ul > li.expanded .submenu {
  display: block;
}
#header-top .right-header {
  display: flex;
  justify-content: end;
  margin-top: 30px;
  height: 48px;
  transition: all ease-out 0.25s;
}
#header-top .right-header .lang {
  margin: 5px 0px 0px 0px;
}
#header-top .right-header .cabinet {
  width: 26px;
  height: 26px;
  background-image: url(../img/cabinet.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  padding: 0px;
  margin: 3px 0px 0px 30px;
}
#header-top .right-header .favorites {
  width: 26px;
  height: 26px;
  background-image: url(../img/favorite.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  padding: 0px;
  margin: 0px 0px 0px 30px;
}
#header-top .right-header .cart {
  margin: 1px 0px 0 30px;
  min-width: 37px;
  background-image: url(../img/cart.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  padding: 0px 0px 0px 0px;
  position: relative;
  cursor: pointer;
}
#header-top .right-header .cart strong {
  position: absolute;
  left: 27px;
  top: 5px;
  text-align: left;
  font-weight: 400;
  color: #00E6E6;
}
#header-top a.logo {
  display: block;
  flex-grow: 0;
  min-width: 122px;
  height: 88px;
  min-height: 100%;
  margin-left: 0;
  z-index: 5;
  position: relative;
  transition: all ease-out 0.25s;
}
#header-top a.logo:before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/logo.svg");
  background-position: left 15px;
  background-repeat: no-repeat;
  background-size: 122px 57px;
  transition: all ease-out 0.25s;
}
@media (max-width: 1140px) {
  #header-top .logo {
    border-right: none !important;
    max-width: 170px !important;
    min-width: 170px !important;
  }
  #header-top .left-header {
    display: none;
  }
  #header-top .right-header {
    transform: translateX(-115px);
  }
  #header-top .right-header > .lang {
    display: none;
  }
  #header-top .right-header > .cabinet {
    display: none;
  }
  #header-top #mobile-menu-button {
    display: block;
    flex-grow: 0;
  }
}
@media (max-width: 380px) {
  #header-top .right-header {
    transform: translateX(-65px);
  }
  #header-top .right-header .cart {
    margin-top: -1px;
  }
  #header-top .right-header .cabinet {
    display: none;
  }
  #header-top .right-header .favorites {
    display: none;
  }
}
@media print {
  #header-top {
    display: none;
  }
}

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  max-width: 360px;
  overflow: hidden;
}
.pushy {
  background-color: #02282E;
  color: #ffffff;
  text-align: left;
}
.pushy a {
  color: #ffffff;
}
.pushy .pushy-close {
  position: absolute;
  background-image: url("../img/pushy-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  right: -2px;
  top: 10px;
  cursor: pointer;
}
.pushy a.logo {
  display: block;
}
.pushy a:hover {
  text-decoration: none;
}
.pushy hr {
  border-top: 1px solid #04404F;
  margin: 23px 0px;
}
.pushy .pushy-content {
  margin-top: 49px;
  padding: 17px 20px 100px 20px;
  text-align: center;
  overflow: visible;
  background-image: url(../img/pushy-bg.svg);
  background-size: 70%;
  background-position: center bottom;
  background-repeat: repeat-x;
}
.pushy .logo {
  margin: 0px auto 0px;
  background-image: url("../img/logo-center.svg");
  background-size: 320px 375px;
  background-position: center;
  background-repeat: no-repeat;
  height: 375px;
  width: 320px;
}
.pushy .lang {
  margin: 49px 0px 33px 0px;
}
.pushy .lang.expanded .submenu {
  left: 50%;
  transform: translateX(-50%);
}
.pushy .button {
  margin: 0px 0px 10px 0px;
  width: 100%;
  color: #00B1FF;
}
.pushy .trust-field h3 {
  margin: 45px 0px 16px 0px;
  color: #00E6E6;
}
.pushy .trust-field .button {
  margin: 0px 0px 9px 0px;
  border-color: #04404F;
  padding: 17px 33px;
}
.pushy .follow-social-container {
  margin: 36px 0px 0px 0px;
}
.pushy .follow-social-container p {
  color: #00E6E6;
}
.pushy .follow-social-container .follow-social {
  margin: 21px -20px 0px;
  flex-wrap: wrap;
}
.pushy .follow-social-container .follow-social a {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
}
.pushy .follow-social-container .follow-social a:hover {
  transform: scale(1.5);
}
@media (max-width: 400px) {
  .pushy {
    max-width: 100%;
    width: 100%;
    overflow: auto;
  }
  .pushy .pushy-close {
    right: 10px;
  }
}

body.pushy-open-left {
  overflow: hidden;
}
body.pushy-open-left .pushy .logo {
  opacity: 1;
}

.socials {
  display: grid;
  gap: 27px 81px;
  grid-template-columns: 1fr 1fr;
}
.socials a {
  color: #ffffff;
  display: inline-block;
  background-size: 32px 32px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 7px 0px 7px 45px;
}
.socials a:hover {
  text-decoration: none;
  color: #00B1FF;
}
.socials a.google {
  background-image: url("../img/google.svg");
}
.socials a.facebook {
  background-image: url("../img/facebook.svg");
}
.socials a.tiktok {
  background-image: url("../img/tiktok.svg");
}
.socials a.instagram {
  background-image: url("../img/instagram.svg");
}
.socials a.discord {
  background-image: url("../img/discord.svg");
}
.socials a.linkedin {
  background-image: url("../img/linkedin.svg");
}
.socials a.youtube {
  background-image: url("../img/youtube.svg");
}
.socials a.twitter {
  background-image: url("../img/twitter.svg");
}
.socials a.pinterest {
  background-image: url("../img/pinterest.svg");
}
.socials a.threads {
  background-image: url("../img/threads.svg");
}
@media (max-width: 520px) {
  .socials {
    gap: 18px 30px;
  }
}

.you-voice-page {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
}
.you-voice-page .form-container h1 {
  margin-bottom: 10px;
}
.you-voice-page .form-container h1 ~ p {
  color: #00E6E6;
  width: 400px;
}
@media (max-width: 1120px) {
  .you-voice-page .form-container h1 ~ p {
    width: 100%;
  }
}
.you-voice-page .form-container .review-form {
  margin: 36px 0px 0px 0px;
  padding: 38px 45px 44px;
  border-radius: 10px;
  background-color: #04404F;
  box-sizing: border-box;
  width: 476px;
  max-width: 100%;
  position: sticky;
  top: 100px;
}
.you-voice-page .form-container .review-form.login p.note {
  margin: 0px 0px 15px 0px;
  color: #00E6E6;
}
.you-voice-page .form-container .review-form.login p.act {
  margin: 0px 0px 33px 0px;
  font-weight: 600;
  color: #00B1FF;
}
.you-voice-page .form-container .review-form.login .socials {
  margin: 0px 27px 0px;
}
.you-voice-page .form-container .review-form.login .private-policy-note {
  margin: 32px 0px 0px 0px;
  font-size: 13px;
  line-height: 130%;
}
.you-voice-page .form-container .review-form.form {
  padding: 23px 25px 35px;
}
.you-voice-page .form-container .review-form.form .person {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px 0px 0px 0px;
}
.you-voice-page .form-container .review-form.form .person .photo {
  order: 2;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px 0px 0px 0px;
}
.you-voice-page .form-container .review-form.form .person h4 {
  margin: 21px 0px 0px 0px;
  order: 1;
  color: #00E6E6;
}
.you-voice-page .form-container .review-form.form .person h4 > span {
  display: block;
  font-family: "Pass_A38_400", sans-serif;
  font-weight: 400;
  color: #00B1FF;
  font-size: 16px;
  margin: 9px 0px 0px 0px;
  cursor: pointer;
}
.you-voice-page .form-container .review-form.form p.act {
  font-family: "Pass_A38_600", sans-serif;
  font-weight: 600;
  margin: 24px 0px 0px 0px;
}
.you-voice-page .form-container .review-form.form .fields {
  margin: 12px 0px 0px 0px;
}
.you-voice-page .form-container .review-form.form .fields label {
  margin: 0px 0px 11px 0px;
}
.you-voice-page .form-container .review-form.form .fields label h4 {
  color: #00B1FF;
  margin: 0px 0px 3px 0px;
}
.you-voice-page .form-container .review-form.form .fields label p {
  color: #00E6E6;
  margin: 0px 0px 3px 0px;
}
.you-voice-page .form-container .review-form.form .fields label textarea {
  width: 100%;
  height: 101px;
  font-size: 18px;
}
.you-voice-page .form-container .review-form.form .fields label.review_one_word textarea {
  height: 45px;
}
.you-voice-page .form-container .review-form.form .button {
  width: 100%;
  margin: 10px 0px 0px 0px;
}
@media (max-width: 1120px) {
  .you-voice-page .form-container .review-form {
    width: 100%;
  }
  .you-voice-page .form-container .review-form.login .socials {
    margin: 0px 0px 0px;
  }
}
@media (max-width: 520px) {
  .you-voice-page .form-container .review-form {
    padding: 28px 20px 34px;
  }
}
.you-voice-page .others h3 {
  color: #00E6E6;
  margin-bottom: 15px;
}
.you-voice-page .others h3 ~ p {
  color: #00E6E6;
  width: 500px;
}
@media (max-width: 1120px) {
  .you-voice-page .others h3 ~ p {
    width: 100%;
  }
}
.you-voice-page #reviews-list {
  margin: 34px 0px 65px 0px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1221px) {
  .you-voice-page #reviews-list[data-columns]::before {
    content: "2 .column.size-1of2";
  }
}
@media screen and (min-width: 841px) and (max-width: 1220px) {
  .you-voice-page #reviews-list {
    grid-template-columns: 1fr;
  }
  .you-voice-page #reviews-list[data-columns]::before {
    content: "1 .column.size-1of1";
  }
}
@media screen and (min-width: 701px) and (max-width: 840px) {
  .you-voice-page #reviews-list {
    grid-template-columns: 1fr 1fr;
  }
  .you-voice-page #reviews-list[data-columns]::before {
    content: "2 .column.size-1of2";
  }
}
@media (max-width: 700px) {
  .you-voice-page #reviews-list {
    display: block;
  }
  .you-voice-page #reviews-list[data-columns]::before {
    content: "1 .column.size-1of1";
  }
}
@media (max-width: 840px) {
  .you-voice-page {
    display: block;
  }
  .you-voice-page .others {
    margin: 60px 0px 0px 0px;
  }
}

.development-items {
  margin: 41px 0px 65px 0px;
  display: grid;
  gap: 20px 14px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1131px) {
  .development-items[data-columns]::before {
    content: "2 .column.size-1of2";
  }
}
@media (max-width: 1130px) {
  .development-items {
    grid-template-columns: 1fr;
  }
  .development-items[data-columns]::before {
    content: "1 .column.size-1of1";
  }
}
.development-items > div > div.item {
  border: 2px solid #04404F;
  padding: 19px 20px 28px 20px;
  border-radius: 10px;
  margin: 0px 0px 20px 0px;
  box-sizing: border-box;
  display: grid;
  gap: 0px;
  grid-template-columns: 70px 1fr;
}
.development-items > div > div.item .sidebar .title-container {
  position: sticky;
  top: 100px;
  height: 4em;
}
.development-items > div > div.item .sidebar .title-container .title {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  white-space: nowrap;
}
.development-items > div > div.item .sidebar .title-container .title h2 {
  color: #00E6E6;
  margin: 0px 0px 0px 0px;
}
.development-items > div > div.item .sidebar .title-container .title h4 {
  color: #00B1FF;
  margin: 0px 0px 15px 0px;
}
.development-items > div > div.item .content {
  margin: 70px 0px 0px 0px;
}
.development-items > div > div.item .content .preview {
  width: calc(100% + 70px);
  margin: 0px 0px 23px -70px;
  aspect-ratio: 602/322;
  background-size: cover;
  border-radius: 10px;
}
.development-items > div > div.item .content h3 {
  color: #00B1FF;
  margin: 14px 0px 3px 0px;
}
.development-items > div > div.item .content h4 {
  color: #00E6E6;
}
.development-items > div > div.item .content .faq-items {
  width: 100%;
  margin: 8px 0px 0px 0px;
}
.development-items > div > div.item .content .buttons {
  margin: 16px 0px 0px 0px;
  display: inline-grid;
  gap: 10px 20px;
  grid-template-columns: 1fr 1fr;
}
.development-items > div > div.item .content .buttons .button {
  margin: 0px 0px 0px 0px;
  position: relative;
  z-index: 10;
}
@media (max-width: 640px) {
  .development-items > div > div.item .content .buttons .button {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .development-items > div > div.item .content .buttons {
    display: grid;
  }
}
@media (max-width: 600px) {
  .development-items > div > div.item .content .buttons {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .development-items > div > div.item {
    margin: 0px 0px 20px 0px;
    display: block;
  }
  .development-items > div > div.item .sidebar .title-container {
    position: static;
    height: auto;
  }
  .development-items > div > div.item .sidebar .title-container .title {
    position: static;
    width: 100%;
    white-space: normal;
  }
  .development-items > div > div.item .content {
    margin: 0px 0px 0px 0px;
  }
  .development-items > div > div.item .content .preview {
    width: 100%;
    margin: 0px 0px 23px 0px;
  }
}

.follow-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0px 0px 0px;
}
.follow-social a {
  width: 32px;
  height: 32px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 10px 20px;
  transition: all 0.25s;
  z-index: 1;
}
.follow-social a.facebook {
  background-image: url("../img/facebook.svg");
}
.follow-social a.tiktok {
  background-image: url("../img/tiktok.svg");
}
.follow-social a.instagram {
  background-image: url("../img/instagram.svg");
}
.follow-social a.discord {
  background-image: url("../img/discord.svg");
}
.follow-social a.linkedin {
  background-image: url("../img/linkedin.svg");
}
.follow-social a.twitter {
  background-image: url("../img/twitter.svg");
}
.follow-social a.pinterest {
  background-image: url("../img/pinterest.svg");
}
.follow-social a.telegram {
  background-image: url("../img/telegram.svg");
}
.follow-social a.youtube {
  background-image: url("../img/youtube.svg");
}
.follow-social a.threads {
  background-image: url("../img/threads.svg");
}
.follow-social a:hover {
  transform: scale(2);
  z-index: 10;
}

.modal-panel.contact-form {
  width: 372px;
  max-width: 100%;
  min-width: auto;
  box-sizing: border-box;
  padding: 32px 30px;
}
.modal-panel.contact-form h3 {
  color: #00E6E6;
  margin: 0px 0px 9px 0px;
}
.modal-panel.contact-form label {
  width: 100%;
  margin: 0px 0px 6px 0px;
  font-size: 13px;
  box-sizing: border-box;
}
.modal-panel.contact-form label input {
  width: 100%;
  padding: 11px 2px;
  display: block;
  box-sizing: border-box;
  margin-top: 2px;
}
.modal-panel.contact-form label textarea {
  width: 100%;
  height: 109px;
  padding: 11px 2px;
  display: block;
  box-sizing: border-box;
  margin-top: 2px;
}
.modal-panel.contact-form .button-container {
  margin: 24px 0px 0px 0px;
}
.modal-panel.contact-form .button-container .button {
  display: block;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.modal-panel.contact-form .private-policy-note {
  margin: 27px 0px 0px 0px;
  font-size: 13px;
  line-height: 130%;
}
@media (max-width: 430px) {
  .modal-panel.contact-form {
    padding-top: 86px;
  }
}

body.lab-page {
  color: #00E6E6;
  background-image: url("../img/circles.svg");
  background-size: 1428px 929px;
  background-position: center 285px;
  background-repeat: no-repeat;
}
body.lab-page #page {
  overflow: hidden;
}
body.lab-page #template1-page {
  color: #00E6E6;
}
body.lab-page h1 {
  color: #00E6E6;
  font-size: 39px;
}
@media (max-width: 1020px) {
  body.lab-page h1 {
    font-size: calc(31px + 8 * (100vw - 360px) / 660);
  }
}
@media (max-width: 360px) {
  body.lab-page h1 {
    font-size: 31px;
  }
}
body.lab-page img {
  border-radius: 20px;
}

.lab-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 980px;
  margin: 0px auto 0px;
}
.lab-columns > div {
  width: 50%;
}
.lab-columns p {
  width: 400px;
  margin-left: 123px;
}
.lab-columns.text-left .image {
  order: 2;
}
.lab-columns.text-left p {
  width: 360px;
  margin-left: 0px;
}
@media (max-width: 1170px) {
  .lab-columns {
    width: 100%;
  }
  .lab-columns p {
    width: 80%;
    margin-left: 20%;
  }
  .lab-columns.text-left p {
    width: calc(100% - 30px);
    margin-left: 0px;
  }
}
@media (max-width: 690px) {
  .lab-columns {
    display: block;
  }
  .lab-columns > div {
    width: 100%;
  }
  .lab-columns p {
    width: 100%;
    margin-left: 0px;
  }
}

.lab-01 {
  margin: 60px 0px 0px 0px;
}
.lab-01 .lab-columns .image img {
  width: 412px;
}
.lab-01 .lab-columns .info {
  margin: 0px 0px 40px 0px;
}
.lab-01 .lab-columns .info .logo {
  margin-top: 43px;
  width: 300px;
  max-width: 90%;
  height: 140px;
  background-image: url("../img/logo-full.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .lab-01 .lab-columns {
    align-items: flex-start;
  }
}
@media (max-width: 690px) {
  .lab-01 {
    margin: 34px 0px 0px 0px;
  }
  .lab-01 .lab-columns .image {
    margin: 0px 0px 30px 0px;
  }
  .lab-01 .lab-columns .image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
  .lab-01 .lab-columns .info {
    margin: 0px 0px 40px 0px;
  }
  .lab-01 .lab-columns .info .logo {
    max-width: 100%;
  }
}

.lab-02 {
  margin: 282px 0px 0px 0px;
}
.lab-02 .lab-columns .image {
  position: relative;
}
.lab-02 .lab-columns .image .image-container {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50vw;
  height: 459px;
  overflow: hidden;
}
.lab-02 .lab-columns .image .image-container img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px 20px 20px 0px;
}
.lab-02 .lab-columns .info {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 690px) {
  .lab-02 {
    margin: 80px 0px 0px 0px;
  }
  .lab-02 .lab-columns .image {
    margin: 0px 0px 35px 0px;
    position: relative;
  }
  .lab-02 .lab-columns .image .image-container {
    position: static;
    right: 0px;
    top: 50%;
    transform: none;
    width: 100%;
    aspect-ratio: 320/210;
    height: auto;
    overflow: hidden;
  }
  .lab-02 .lab-columns .image .image-container img {
    border-radius: 20px;
  }
  .lab-02 .lab-columns .info {
    margin: 0px 0px 0px 0px;
  }
}

.lab-03 {
  margin: 313px 0px 0px 0px;
  position: relative;
}
.lab-03:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 62%;
  aspect-ratio: 791/522;
  right: -2%;
  top: -65%;
  background-image: url("../img/molecule.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lab-03 ul {
  margin: -6px 0px 0px 0px;
  width: 489px;
  max-width: 100%;
}
@media (max-width: 1020px) {
  .lab-03:before {
    width: 670px;
    right: -2%;
    top: -65%;
  }
}
@media (max-width: 690px) {
  .lab-03 {
    margin: 200px 0px 0px 0px;
  }
  .lab-03:before {
    width: 141%;
    right: -21%;
    top: -70%;
  }
}

.lab-big-text {
  margin: 154px 0px 40px 0px;
}
.lab-big-text .h1 {
  text-align: center;
  width: 980px;
  max-width: 100%;
  margin: 0px auto 0px;
}
@media (max-width: 690px) {
  .lab-big-text {
    margin: 80px 0px 40px 0px;
  }
  .lab-big-text .h1 {
    font-size: 39px;
  }
}
@media (max-width: 690px) and (max-width: 1020px) {
  .lab-big-text .h1 {
    font-size: calc(31px + 8 * (100vw - 360px) / 660);
  }
}
@media (max-width: 690px) and (max-width: 360px) {
  .lab-big-text .h1 {
    font-size: 31px;
  }
}

.lab-04 {
  margin: 148px 0px 0px 0px;
}
.lab-04 .image-container {
  position: relative;
}
.lab-04 .image-container img {
  width: 330px;
  height: 330px;
  transform: rotate(-23deg) translate(38%, 23%);
}
.lab-04 .image-container img.copy {
  position: absolute;
  left: 0px;
  top: 0px;
}
.lab-04 .image-container img.copy.copy-1 {
  transform: rotate(-45deg) translate(6%, 5%);
  opacity: 0.75;
  z-index: -1;
}
.lab-04 .image-container img.copy.copy-2 {
  transform: rotate(-75deg) translate(-13%, -40%);
  opacity: 0.5;
  z-index: -2;
}
.lab-04 .image-container img.copy.copy-3 {
  transform: rotate(-90deg) translate(-14%, -83%);
  opacity: 0.25;
  z-index: -3;
}
.lab-04 .info {
  position: relative;
  z-index: 2;
}
@media (max-width: 690px) {
  .lab-04 {
    margin: 124px 0px 0px 0px;
  }
  .lab-04 .image-container {
    transform: translate(22%, -26%);
  }
  .lab-04 .image-container img {
    width: 50% !important;
  }
}

.lab-05 {
  margin: 140px 0px 0px 0px;
}
.lab-05 h3 {
  margin: 0px 0px 20px 0px;
  width: 360px;
  max-width: calc(100% - 20px);
}
.lab-05 ul {
  margin: -6px 0px 0px 0px;
  width: 360px;
  max-width: calc(100% - 20px);
}
@media (max-width: 690px) {
  .lab-05 {
    margin: 80px 0px 0px 0px;
  }
  .lab-05 .image {
    margin: 0px 0px 25px 0px;
  }
  .lab-05 .image img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
  .lab-05 h3 {
    margin: 0px 0px 20px 0px;
    width: 100%;
    max-width: 100%;
  }
  .lab-05 ul {
    margin: -6px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }
}

.lab-06 {
  margin: 80px 0px 0px 0px;
}
@media (max-width: 690px) {
  .lab-06 .image {
    margin: 0px 0px 33px 0px;
  }
}

.lab-final {
  margin: 80px 0px 138px 0px;
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". image" "first image" "second image" "button image";
}
.lab-final .image-container {
  grid-area: image;
  width: 575px;
  max-width: calc(50vw - 50px);
  aspect-ratio: 575/573;
  position: relative;
  align-self: center;
}
.lab-final .image-container .lab-luna {
  position: absolute;
  z-index: 2;
  display: block;
  left: 5%;
  width: 14%;
  top: 27%;
  aspect-ratio: 1/1;
  background-image: url("../img/luna.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lab-final .image-container .separator {
  position: absolute;
  z-index: 3;
  left: -50vw;
  width: 100vw;
  height: 34px;
  top: calc(50% - 23px);
  background-image: url("../img/separator.svg");
  background-size: 306px 34px;
  background-position: center;
  background-repeat: repeat-x;
  margin: 0px 0px 0px;
}
.lab-final p.first {
  grid-area: first;
  margin: 0px 0px 52px 0px;
  align-self: end;
}
.lab-final p.second {
  grid-area: second;
  margin: 47px 0px 0px 0px;
  align-self: start;
  color: #00B1FF;
}
.lab-final .button-container {
  grid-area: button;
  margin: 50px 0px 0px 0px;
  align-self: start;
}
.lab-final .button-container .button {
  width: 100%;
}
.lab-final p.first, .lab-final p.second, .lab-final .button-container {
  margin-left: 160px;
  width: 400px;
  max-width: calc(50vw - 50px - 20px);
}
@media (max-width: 1400px) {
  .lab-final p.first, .lab-final p.second, .lab-final .button-container {
    margin-left: calc((100vw - 980px - 100px) / 2);
  }
}
@media (max-width: 1080px) {
  .lab-final p.first, .lab-final p.second, .lab-final .button-container {
    margin-left: 0px;
  }
}
@media (max-width: 690px) {
  .lab-final {
    margin: 80px 0px 10px 0px;
    display: block;
  }
  .lab-final p.first, .lab-final p.second, .lab-final .button-container {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
  .lab-final p.first {
    margin: 0px 0px 36px 0px;
  }
  .lab-final p.second {
    margin: 0px 0px 25px 0px;
  }
  .lab-final .button-container {
    margin: 0px 0px 0px 0px;
  }
  .lab-final .image-container {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    margin: 0px 0px 30px 0px;
  }
  .lab-final .image-container .separator {
    left: 50%;
    transform: translateX(-50%);
  }
}

.cabinet-fixed-link {
  position: fixed;
  z-index: 1000;
  left: 12px;
  bottom: 20px;
  display: block;
  min-width: 48px;
  height: 48px;
  background-color: #04404F;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 24px;
  background-image: url("../img/cabinet-white.svg");
  background-size: 26px 26px;
  background-position: 11px center;
  background-repeat: no-repeat;
  border: 1px solid #02282E;
}
.cabinet-fixed-link > span {
  display: block;
  font-size: 0px;
  line-height: 46px;
  font-size: 0px;
  margin: 0px 0px 0px 0px;
  opacity: 0;
  transition: font-size 0.25s, margin 0.25s, opacity 0s 0s;
}
.cabinet-fixed-link:hover {
  box-shadow: 0px 0px 11px #00E6E6;
  border-color: #04404F;
}
.cabinet-fixed-link:hover > span {
  opacity: 1;
  font-size: 14px;
  margin: 0px 20px 0px 45px;
  transition: font-size 0.25s, margin 0.25s, opacity 0s 0.25s;
}
@media (max-width: 700px) {
  .cabinet-fixed-link {
    transition: all 0.5s 0.2s;
  }
  .cabinet-fixed-link.bottom {
    bottom: 91px !important;
  }
}
@media (max-width: 460px) {
  .cabinet-fixed-link {
    transition: all 0.5s 0.2s;
  }
  .cabinet-fixed-link.bottom {
    bottom: 226px !important;
  }
}

@media (max-width: 700px) {
  .chat-window-wrapper {
    transition: all 0.5s;
  }
  .chat-window-wrapper.bottom {
    bottom: 53px !important;
  }
}
@media (max-width: 460px) {
  .chat-window-wrapper {
    transition: all 0.5s;
  }
  .chat-window-wrapper.bottom {
    bottom: 229px !important;
  }
}
.cabinet-no-login {
  margin: 52px 0px 0px 0px;
  display: grid;
  gap: 1px;
  background-color: #04404F;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "login empty1" "empty2 register";
}
.cabinet-no-login > div {
  background-color: #02282E;
}
.cabinet-no-login > div > div {
  width: 400px;
}
@media (max-width: 1100px) {
  .cabinet-no-login > div > div {
    width: calc(100% - 100px);
  }
}
.cabinet-no-login > div > div .button {
  margin: 14px 0px 30px 0px;
}
.cabinet-no-login > div:nth-of-type(1) {
  grid-area: login;
  padding-bottom: 13px;
}
.cabinet-no-login > div:nth-of-type(2) {
  grid-area: register;
  position: relative;
}
.cabinet-no-login > div:nth-of-type(2) > div {
  margin: 51px auto 0px;
}
@media (max-width: 1100px) {
  .cabinet-no-login > div:nth-of-type(2) > div {
    margin: 51px 50px 0px;
  }
}
.cabinet-no-login > div:nth-of-type(2) .why-register {
  margin-top: 10px;
}
.cabinet-no-login > div:nth-of-type(2):before {
  content: "";
  position: absolute;
  display: block;
  left: -3px;
  width: 5px;
  top: -3px;
  height: 5px;
  background-color: #00E6E6;
  border-radius: 5px;
}
.cabinet-no-login > div:nth-of-type(3) {
  grid-area: empty1;
}
.cabinet-no-login > div:nth-of-type(4) {
  grid-area: empty2;
}
@media (max-width: 780px) {
  .cabinet-no-login {
    grid-template-columns: 1fr;
    grid-template-areas: "login" "register";
  }
  .cabinet-no-login > div {
    width: 100%;
  }
  .cabinet-no-login > div > div {
    width: 100%;
    margin: 0px 0px 0px 0px !important;
  }
  .cabinet-no-login > div:nth-of-type(2) {
    padding: 36px 0px 0px;
  }
  .cabinet-no-login > div:nth-of-type(2):before {
    display: none;
  }
  .cabinet-no-login > div:nth-of-type(3) {
    display: none;
  }
  .cabinet-no-login > div:nth-of-type(4) {
    display: none;
  }
}

.recovery-form {
  width: 430px;
  box-sizing: border-box;
}
.recovery-form label {
  width: 100% !important;
  text-align: left;
}
.recovery-form input {
  width: 100%;
  display: block;
}
.recovery-form div.recovery {
  font-size: 12px;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 5px;
}
.recovery-form .button {
  width: 100%;
}
.recovery-form hr {
  border-width: 1px;
  margin: 28px 0 10px;
  border: none;
  border-top: 1px solid #001B1F;
}

.login-form {
  width: 870px;
  box-sizing: border-box;
}
.login-form h2 {
  margin: 0px 0px 0px 0px;
}
.login-form .columns {
  margin: 13px 0px 0px 0px;
  display: grid;
  gap: 96px;
  grid-template-columns: 1fr 1fr;
}
.login-form .columns .login-socials {
  position: relative;
}
.login-form .columns .login-socials:before {
  content: "";
  position: absolute;
  display: block;
  left: -41px;
  width: 1px;
  top: -32px;
  bottom: 16px;
  background-color: #001B1F;
}
.login-form .columns .login-socials .note {
  color: #00B1FF;
  font-weight: 600;
  margin: 0px 0px 23px 0px;
}
.login-form .columns .login-socials .socials {
  gap: 27px 20%;
}
@media (max-width: 800px) {
  .login-form .columns {
    display: block;
  }
  .login-form .columns hr {
    display: none;
  }
  .login-form .columns .reg-link {
    margin: 10px 0px 0px;
    text-align: center;
  }
  .login-form .columns .login-socials {
    padding-top: 30px;
    margin-top: 35px;
    border-top: 1px solid #001B1F;
  }
  .login-form .columns .login-socials:before {
    display: none;
  }
  .login-form .columns .login-socials .socials {
    grid-template-columns: repeat(3, 1fr);
    gap: 27px 10%;
  }
}
@media (max-width: 540px) {
  .login-form .columns .login-socials .socials {
    grid-template-columns: repeat(2, 1fr);
    gap: 27px 20%;
  }
}
.login-form label {
  width: 100% !important;
  text-align: left;
}
.login-form input {
  width: 100%;
  display: block;
}
.login-form div.recovery {
  font-size: 12px;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 5px;
}
.login-form .button {
  width: 100%;
}
.login-form hr {
  border-width: 1px;
  margin: 28px 0 10px;
  border: none;
  border-top: 1px solid #001B1F;
}
.login-form a {
  font-weight: 500;
}
.login-form a:hover {
  text-decoration: none;
}
@media (max-width: 800px) {
  .login-form {
    padding-bottom: 50px;
  }
}

.reg-form {
  width: 870px;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.reg-form h2 {
  margin: 0px 0px 0px 0px;
}
.reg-form .columns {
  margin: 13px 0px 0px 0px;
  display: grid;
  gap: 96px;
  grid-template-columns: 1fr 1fr;
}
.reg-form .columns .login-socials {
  position: relative;
}
.reg-form .columns .login-socials:before {
  content: "";
  position: absolute;
  display: block;
  left: -41px;
  width: 1px;
  top: -32px;
  bottom: 16px;
  background-color: #001B1F;
}
.reg-form .columns .login-socials .note {
  color: #00B1FF;
  font-weight: 600;
  margin: 0px 0px 23px 0px;
}
.reg-form .columns .login-socials .socials {
  gap: 27px 20%;
}
@media (max-width: 800px) {
  .reg-form .columns {
    display: block;
  }
  .reg-form .columns hr {
    display: none;
  }
  .reg-form .columns .reg-link {
    margin: 10px 0px 0px;
    text-align: center;
  }
  .reg-form .columns .login-socials {
    padding-top: 30px;
    margin-top: 32px;
    border-top: 1px solid #001B1F;
  }
  .reg-form .columns .login-socials:before {
    display: none;
  }
  .reg-form .columns .login-socials .socials {
    grid-template-columns: repeat(3, 1fr);
    gap: 27px 10%;
  }
}
@media (max-width: 540px) {
  .reg-form .columns .login-socials .socials {
    grid-template-columns: repeat(2, 1fr);
    gap: 27px 20%;
  }
}
.reg-form input {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.reg-form label {
  width: 100% !important;
  text-align: left;
}
.reg-form label.small {
  width: 90px;
}
.reg-form label.checkbox {
  width: auto;
  padding-left: 25px;
}
.reg-form label.client-type-radio {
  width: auto;
  margin-bottom: 15px;
}
.reg-form label.client-type-radio input[type=radio] {
  width: auto;
  display: inline-block;
  margin-left: 0px;
  min-width: 24px;
  min-height: 24px;
  vertical-align: top;
  margin-bottom: 0px;
}
.reg-form label.client-type-radio span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: inline-block;
  margin: 7px 0 0 12px;
  vertical-align: top;
}
.reg-form .button {
  width: 100%;
}
.reg-form p.sm {
  max-width: 600px;
  margin-left: 25px;
}
.reg-form .private-policy-note {
  margin: 10px 0px 0px 0px;
  font-size: 13px;
  line-height: 130%;
}

.modal-panel.why-register {
  box-sizing: border-box;
  width: 480px;
  max-width: 100%;
}
.modal-panel.why-register h3 {
  color: #00E6E6;
  margin-top: 0px;
}

.cabinet-page .cabinet-fixed-link {
  display: none;
}
.cabinet-page h1 {
  margin: 31px 0px 48px 0px;
  font-size: 31px;
  line-height: 110%;
}
.cabinet-page .price {
  display: none;
}
.cabinet-page .cabinet-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 30px 0px 37px 0px;
}
.cabinet-page .cabinet-header h1 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin: 0px 0 0px;
}
.cabinet-page .cabinet-header h1 span.exit {
  display: inline-block;
  width: 35px;
  min-width: 35px;
  height: 41px;
  background-image: url("../img/exit.svg");
  background-size: 35px 41px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin: 0px 0 0 37px;
}
@media (max-width: 795px) {
  .cabinet-page .cabinet-header {
    display: block;
  }
  .cabinet-page .cabinet-header h1 {
    justify-content: space-between;
  }
  .cabinet-page .cabinet-header h1 span.exit {
    margin: 0px 0 0 10px;
  }
}
@media (max-width: 460px) {
  .cabinet-page .cabinet-header h1 {
    font-size: 28px !important;
  }
}
.cabinet-page .cabinet-user-form {
  margin-top: 25px;
}
.cabinet-page .cabinet-user-form label {
  display: block;
}
.cabinet-page .cabinet-user-form input {
  width: 320px;
}
.cabinet-page .cabinet-user-form .button {
  width: auto;
}
.cabinet-page .cabinet-user-form input[type=checkbox] {
  display: inline-block;
  width: 17px;
  height: 17px;
}
.cabinet-page .cabinet-user-form input[type=checkbox] + span {
  display: inline-block;
  color: #00B1FF;
  margin: 3px 0px 0px 11px;
  font-size: 16px;
}
@media (max-width: 420px) {
  .cabinet-page .cabinet-user-form label {
    width: 100%;
  }
  .cabinet-page .cabinet-user-form label input {
    width: 100% !important;
  }
  .cabinet-page .cabinet-user-form .button {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .cabinet-page .password-form > div {
    width: 100% !important;
  }
}
.cabinet-page label {
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 1px;
}
.cabinet-page label span.input-note {
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.cabinet-page .nav-tabs {
  margin-top: 30px;
  border-bottom: 1px solid #04404F;
  padding-bottom: 2px;
}
.cabinet-page .nav-tabs li a {
  color: #00E6E6;
  font-weight: 500;
  margin: 0px 32px 0px 0px;
  padding: 0px 0px 5px 0px;
  background-color: transparent !important;
  border: none !important;
}
.cabinet-page .nav-tabs li:nth-last-of-type(1) a {
  margin: 0px 0px 0px 0px;
}
.cabinet-page .nav-tabs > li.active > a, .cabinet-page .nav-tabs > li.active > a:hover, .cabinet-page .nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  border-bottom: 4px solid #00E6E6 !important;
  border-style: none none solid none;
  background-color: transparent !important;
}
@media (max-width: 795px) {
  .cabinet-page .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .cabinet-page .nav-tabs li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0px 20px 0px 0px;
    order: 2;
  }
  .cabinet-page .nav-tabs li a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0px;
  }
  .cabinet-page .nav-tabs li.active {
    display: block;
    width: 100%;
    order: 1;
    margin: 0px 0px 10px 0px;
  }
  .cabinet-page .nav-tabs li.active a {
    font-size: 20px;
  }
}
.cabinet-page .tab-pane h2 {
  margin-top: 40px !important;
}
.cabinet-page .tab-content {
  opacity: 1;
  background-color: #02282E;
  overflow: hidden;
  padding: 0px 0px 0px;
  border: none;
}
.cabinet-page .tab-content h3 {
  margin-top: 35px !important;
  color: #00E6E6;
}
@media (max-width: 795px) {
  .cabinet-page .tab-content {
    margin-top: 45px;
  }
  .cabinet-page .tab-content h3 {
    display: none;
  }
}

.hero-static-logo {
  background-image: url("../img/logo-full.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px auto 59px;
  width: 330px;
  height: 154px;
  transform: translateX(-4%);
}
@media (max-width: 680px) {
  .hero-static-logo {
    background-image: url("../img/logo-center-full.svg");
    width: 275px;
    height: 415px;
    margin: 0px auto 79px;
    transform: translateX(9%);
  }
}

/*@import "_iconfont.css";*//*# sourceMappingURL=common.css.map */