@charset "UTF-8";
/*
	Variables
*/
/*
	Colors
*/
/*
	Fonts
*/
/*
	Abstracts
*/
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  border: none; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--cells-years, .datepicker--years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma,sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,left 0s .3s;
  transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,left 0s 0s;
  transition: opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: #f0f0f0; }

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
  left: 10px; }

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
  right: 10px; }

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body.active {
  display: block; }

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-action, .datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--buttons, .datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type=range]:focus {
  outline: 0; }

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
  margin-top: -6px; }

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0; }

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0; }

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0; }

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0; }

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none; }

.suggestions-nowrap {
  white-space: nowrap; }

.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.suggestions-input::-ms-clear {
  display: none; }

.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%; }

.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  -webkit-text-size-adjust: 100%; }

.suggestions-suggestions strong {
  font-weight: 400;
  color: #39f; }

.suggestions-suggestions.suggestions-mobile {
  border-style: none; }

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd; }

.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden; }

.suggestions-suggestion:hover {
  background: #f7f7f7; }

.suggestions-selected {
  background: #f0f0f0; }

.suggestions-selected:hover {
  background: #f0f0f0; }

.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
  line-height: 20px; }

.suggestions-subtext {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 .5em 0 0; }

.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px; }

.suggestions-subtext_label {
  margin: 0 0 0 .25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%; }

.suggestions-value[data-suggestion-status=LIQUIDATED] {
  position: relative; }

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: ""; }

.suggestions-promo {
  font-size: 85%;
  display: none;
  color: #777;
  padding: 4px;
  text-align: center; }

.suggestions-promo a {
  color: #777;
  display: block;
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none; }

.suggestions-promo a:hover {
  filter: grayscale(0); }

.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom; }

@media screen and (min-width: 600px) {
  .suggestions-promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/assets/owl.video.play-12d5ab429e87fceae0abca364a3b5853563d3c91118e6af942bee5d9d05d18f9.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.text-block-large-image ul li:before, .if, [class^="i-icon-"], [class*=" i-icon-"] {
  font-family: "svgfont";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
	Base
*/
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

@font-face {
  font-family: "Rubik";
  src: url(/assets/Rubik/Rubik-Light-4518a88111601c7e4c62c3ab161192f080f41b4670620f2a1c58924e0045015b.woff?v=1) format("woff"), url(/assets/Rubik/Rubik-Light-8959cbc3cd123037bf25a36b7e304ae1086e7816f11cb7f897069959d5342d2b.woff2?v=1) format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Rubik";
  src: url(/assets/Rubik/Rubik-Regular-876ff2e7a8b3d16260d7897a10eadc2bf5aa59ee69cbec21e6ca53570c8c0139.woff?v=1) format("woff"), url(/assets/Rubik/Rubik-Regular-fdfff8f32bd0399f6e35999456d19e2bec377299691a2b21ef5bcb2cba3eacb4.woff2?v=1) format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Rubik";
  src: url(/assets/Rubik/Rubik-Medium-bf25d6bfdc231e6cbfa2d21870a0b620a252cab970872d838b88f950213aef6b.woff?v=1) format("woff"), url(/assets/Rubik/Rubik-Medium-a76bec24f627be0c272f861f817d1ca239638832215b2340331877f55f7b16ba.woff2?v=1) format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Rubik";
  src: url(/assets/Rubik/Rubik-Bold-6273b3a8128e5d63f3b25b70a73e6f7ae3c818c6a3ad783d793a1f62bdc93df8.woff?v=1) format("woff"), url(/assets/Rubik/Rubik-Bold-b43f3317f27a17071da6d894f022cfc4a0d8c24f7560610a5ea02eec1d70dea0.woff2?v=1) format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "svgfont";
  src: url(/assets/svgfont-a0da7fe1678d46377ae987b781978cb5d0e999e5e98e52d87117f0e14e7ab690.eot);
  src: url(/assets/svgfont-a0da7fe1678d46377ae987b781978cb5d0e999e5e98e52d87117f0e14e7ab690.eot?#iefix) format("eot"), url(/assets/svgfont-f54f06fd408f0ae56c6518e10d56a2b2e142f2cd3926df7d5fa55e28a7005aa4.woff) format("woff"), url(/assets/svgfont-d7ebf1721ce518b6717b6fb76660a44591070b12b957132e0d37b6e5f69fee30.woff2) format("woff2"), url(/assets/svgfont-6d059b2df36ed5928cb63a14a525d53653195c33439030b64e898d34214dd714.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

.text-block-large-image ul li:before, .if, [class^="i-icon-"], [class*=" i-icon-"] {
  font-family: "svgfont";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.if, [class^="i-icon-"], [class*=" i-icon-"] {
  display: inline-block; }

.if-angle-down:before {
  content: ""; }

.if-angle-left:before {
  content: ""; }

.if-angle-right:before {
  content: ""; }

.if-browser:before {
  content: ""; }

.if-burger:before {
  content: ""; }

.if-check:before {
  content: ""; }

.if-close:before {
  content: ""; }

.if-contact-01:before {
  content: ""; }

.if-contact-02:before {
  content: ""; }

.if-contact-03:before {
  content: ""; }

.if-controls-mno-01:before {
  content: ""; }

.if-controls-mno-02:before {
  content: ""; }

.if-controls-mno-03:before {
  content: ""; }

.if-home:before {
  content: ""; }

.if-important:before {
  content: ""; }

.if-info-window:before {
  content: ""; }

.if-metro:before {
  content: ""; }

.if-mouse:before {
  content: ""; }

.if-percentage:before {
  content: ""; }

.if-phone:before {
  content: ""; }

.if-play:before {
  content: ""; }

.if-recommends-01:before {
  content: ""; }

.if-recommends-02:before {
  content: ""; }

.if-recommends-03:before {
  content: ""; }

.if-recommends-04:before {
  content: ""; }

.if-recommends-05:before {
  content: ""; }

.if-success:before {
  content: ""; }

.if-ul-li:before {
  content: ""; }

.if-user:before {
  content: ""; }

.if-where-buy-01:before {
  content: ""; }

.if-where-buy-02:before {
  content: ""; }

.if-where-buy-03:before {
  content: ""; }

.if-why-we-01:before {
  content: ""; }

.if-why-we-02:before {
  content: ""; }

.if-why-we-03:before {
  content: ""; }

.if-why-we-04:before {
  content: ""; }

/*
	Layout
*/
@media (max-width: 1259px) {
  .site-navigation {
    width: 100%;
    margin-bottom: 30px; } }

.site-navigation ul {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1269px) {
    .site-navigation ul {
      display: block; } }
  .site-navigation ul li {
    margin-left: 30px; }
    .site-navigation ul li:first-child {
      margin-left: 0; }
      @media (max-width: 1269px) {
        .site-navigation ul li:first-child a {
          border-top: 1px solid #e1e1e1; } }
    .site-navigation ul li.active a:after {
      opacity: 1; }
    @media (max-width: 1269px) {
      .site-navigation ul li {
        margin-left: 0; } }
  .site-navigation ul a {
    color: #333333;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.4px;
    display: block;
    position: relative;
    padding: 7px 0; }
    @media (max-width: 1259px) {
      .site-navigation ul a {
        padding: 20px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        text-align: center; } }
    .site-navigation ul a:after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color: #00b1b0;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 0;
      transition: all .5s ease; }
    .site-navigation ul a:hover {
      text-decoration: none; }
      .site-navigation ul a:hover:after {
        opacity: 1; }

.footer-navigation {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .footer-navigation {
      margin-bottom: 70px; }
      .footer-navigation ul {
        width: 100%; } }
  .footer-navigation ul:before {
    content: '';
    display: block;
    width: 38px;
    height: 3px;
    background-color: #00b1b0;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .footer-navigation ul:before {
        margin: 0 auto 25px; } }
  .footer-navigation li {
    margin-bottom: 35px; }
    .footer-navigation li:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .footer-navigation li {
        width: 100%; } }
  .footer-navigation a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.45px;
    display: block;
    transition: all .3s ease; }
    .footer-navigation a:hover {
      color: #00afdb;
      text-decoration: none; }

.site-header {
  border-top: 11px solid #56c4c4;
  padding-top: 50px;
  position: relative;
  z-index: 100;
  transition: all .3s ease; }
  @media (max-width: 767px) {
    .site-header {
      padding-top: 30px; } }
  .site-header:before {
    content: '';
    display: block;
    width: 100%;
    height: 11px;
    background-color: #00afdb;
    position: absolute;
    left: 0;
    top: 0; }
    .sticky-header .site-header:before {
      height: 0; }
  @media (max-width: 1279px) {
    .show-site-menu .site-header {
      background-color: #ffffff;
      z-index: 999; } }
  .sticky-header .site-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    border-top-width: 0;
    background-color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 13px 24px 1px rgba(0, 0, 0, 0.15); }
  .site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .site-header .logo {
    margin-right: 30px; }
    .site-header .logo img {
      transition: all .3s ease; }
    @media (max-width: 767px) {
      .sticky-header .site-header .logo img {
        height: 30px; } }
  .site-header .login {
    color: #00b1b0;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: all .3s ease; }
    .site-header .login .if {
      font-size: 21px;
      margin-right: 7px; }
    .site-header .login:hover {
      text-decoration: none;
      color: #2499df; }
  .site-header .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 1269px) {
      .site-header .controls {
        display: none;
        justify-content: center;
        position: absolute;
        left: 0;
        padding: 30px;
        top: 100%;
        background-color: #ffffff;
        height: calc(100vh - 83px);
        overflow: auto; }
        .show-site-menu .site-header .controls {
          display: flex;
          flex-wrap: wrap; }
        .site-header .controls .site-navigation {
          order: 2; }
        .site-header .controls .login {
          order: 1;
          width: 100%;
          justify-content: center;
          margin-bottom: 20px; }
        .site-header .controls .button {
          order: 3;
          margin-bottom: 30px; } }
  .site-header .contacts {
    display: none;
    text-align: center;
    width: 100%;
    order: 4; }
    .site-header .contacts .copy {
      font-size: 16px;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 30px; }
    .site-header .contacts .phone {
      color: #333333;
      font-size: 18px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.45px;
      margin-bottom: 15px;
      display: inline-block;
      transition: all .3s ease; }
      .site-header .contacts .phone:hover {
        text-decoration: none;
        color: #00afdb; }
      .site-header .contacts .phone .if {
        font-size: 16px;
        color: #00b1b0;
        margin-right: 15px; }
    .site-header .contacts .time {
      color: #333333;
      font-size: 12px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: 0.9px;
      margin-bottom: 30px; }
    .site-header .contacts .dev {
      color: #333333;
      font-size: 16px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: 0.4px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .site-header .contacts .dev img {
        margin-left: 10px;
        width: 70px; }
      .site-header .contacts .dev:hover {
        text-decoration: none; }
    @media (max-width: 1269px) {
      .site-header .contacts {
        display: block; } }
.site-footer {
  background-color: #142a38;
  padding: 70px 0; }
  @media (max-width: 767px) {
    .site-footer {
      padding: 60px 0;
      text-align: center; } }
  .site-footer .contacts {
    text-align: right;
    color: #ffffff; }
    @media (max-width: 767px) {
      .site-footer .contacts {
        text-align: center; } }
  .site-footer .copy {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px; }
  .site-footer .phone {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.45px;
    margin-bottom: 15px;
    display: inline-block;
    transition: all .3s ease; }
    .site-footer .phone:hover {
      text-decoration: none;
      color: #00afdb; }
    .site-footer .phone .if {
      font-size: 16px;
      color: #00b1b0;
      margin-right: 15px; }
  .site-footer .time {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.9px;
    margin-bottom: 30px; }
  .site-footer .dev {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .site-footer .dev {
        justify-content: center; } }
    .site-footer .dev img {
      margin-left: 10px;
      width: 70px; }
    .site-footer .dev:hover {
      text-decoration: none; }
  .site-footer .divider {
    height: 1px;
    background-color: #c9c9c9;
    opacity: 0.1;
    margin: 60px 0 30px;
    width: 100%; }
  .site-footer .footer-info {
    opacity: 0.45;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.7px; }

.form {
  max-width: 520px;
  margin: 0 auto; }
  .popup-inner .title + .form {
    padding-top: 30px; }
  .form a {
    color: #00b1b0;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.4px;
    display: inline-block;
    border-bottom: 1px solid #00b1b0;
    transition: all .3s ease; }
    .form a:hover {
      text-decoration: none;
      border-bottom-color: transparent; }
  .form button.button-get-code {
    padding: 21px 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    box-shadow: none; }

label {
  display: block;
  margin-bottom: 35px;
  position: relative; }
  label .require {
    color: #ff0000;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.65px;
    position: absolute;
    right: 15px;
    top: 22px;
    display: block; }

.form-control {
  margin-bottom: 0;
  background-color: #ffffff;
  height: 57px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  line-height: 1;
  border-radius: 5px;
  padding: 0 40px 0 20px;
  width: 100%;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.45px; }
  .form-control:focus ~ .label, .form-control.filled ~ .label, .form-control.date-picker-showed ~ .label {
    top: -20px;
    left: 0;
    font-size: 14px; }
  .form-control ~ .label {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #777777;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.45px;
    transition: all .5s ease; }

.checkbox-label {
  display: flex;
  cursor: pointer; }
  .checkbox-label input[type="checkbox"],
  .checkbox-label input[type="radio"] {
    display: none; }
    .checkbox-label input[type="checkbox"]:checked + .checkbox .if,
    .checkbox-label input[type="radio"]:checked + .checkbox .if {
      opacity: 1; }
  .checkbox-label .checkbox {
    width: 21px;
    height: 21px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    flex: 0 0 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin-right: 15px; }
    .checkbox-label .checkbox .if {
      font-size: 10px;
      color: #00b1b0;
      line-height: 1;
      opacity: 0;
      transition: all .3s ease; }
  .checkbox-label .label {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.4px;
    padding-top: 2px; }

.register-form .button[type="submit"] {
  padding: 22px 0;
  text-align: center;
  width: 50%; }
  @media (max-width: 767px) {
    .register-form .button[type="submit"] {
      width: 250px;
      padding: 20px 0;
      margin: 0 auto;
      display: block; } }
.form-success {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .form-success {
      flex-wrap: wrap; } }
  .form-success .if {
    font-size: 50px;
    line-height: 1;
    color: #00b1b0;
    flex: 0 0 50px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .form-success .if {
        margin-right: 0;
        margin-bottom: 20px; } }
  .popup .popup-inner .form-success .title {
    margin-bottom: 0; }

.change-avatar-label {
  text-align: center;
  margin-bottom: 70px;
  cursor: pointer; }
  .change-avatar-label input[type="file"] {
    display: none; }
  .change-avatar-label .change-avatar {
    color: #00b1b0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.45px;
    border-bottom: 1px solid #00b1b0;
    transition: all .3s ease;
    display: inline-block; }
    .change-avatar-label .change-avatar:hover {
      border-bottom-color: transparent; }

textarea {
  resize: none;
  height: 150px !important;
  padding: 20px 40px 0 20px !important; }

.popup-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1998;
  display: none;
  animation: fadeIn ease .5s 1 forwards; }
  .show-popup .popup-overlay {
    display: block; }
  .hiding-popup .popup-overlay {
    animation: fadeOut ease .5s 1 forwards; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  animation: fadeIn ease .5s 1 forwards; }
  .popup.show {
    display: flex; }
  .popup.fade-out {
    animation: fadeOut ease .5s 1 forwards; }
  .popup.action-popup .popup-inner {
    max-width: 100%;
    min-width: 500px;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .popup.action-popup .popup-inner {
        min-width: initial;
        max-width: 90%; } }
  .popup.popup-attention .popup-inner {
    max-width: 910px;
    display: flex;
    flex-direction: column;
    gap: 50px; }
    @media (max-width: 767px) {
      .popup.popup-attention .popup-inner {
        gap: 25px; } }
    .popup.popup-attention .popup-inner .title {
      font-size: 22px;
      font-weight: 500;
      line-height: 1;
      color: #333;
      text-align: center;
      margin: 0; }
      @media (max-width: 767px) {
        .popup.popup-attention .popup-inner .title {
          font-size: 20px; } }
    .popup.popup-attention .popup-inner .button-go {
      margin: 0 auto; }
    .popup.popup-attention .popup-inner .small-info {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      font-weight: 400; }
      @media (max-width: 767px) {
        .popup.popup-attention .popup-inner .small-info {
          font-size: 14px;
          line-height: 22px; } }
  .popup .popup-inner {
    box-shadow: 0 42px 98px rgba(0, 0, 0, 0.58);
    background-color: #ffffff;
    max-width: 580px;
    padding: 55px;
    position: relative;
    max-height: 80%;
    overflow: auto; }
    @media (max-width: 767px) {
      .popup .popup-inner {
        max-width: 90%;
        max-height: 90vh;
        padding: 50px 30px; } }
    .popup .popup-inner .close {
      font-size: 19px;
      line-height: 1;
      color: #9f9f9f;
      cursor: pointer;
      transition: all .3s ease;
      position: absolute;
      right: 20px;
      top: 20px; }
      .popup .popup-inner .close:hover {
        color: #000000; }
    .popup .popup-inner .title {
      color: #222222;
      font-size: 26px;
      font-weight: 400;
      text-align: center;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .popup .popup-inner .title {
          font-size: 20px; } }
      .popup .popup-inner .title:last-child {
        margin-bottom: 0; }
    .popup .popup-inner .text {
      color: #777777;
      font-size: 16px;
      font-weight: 300;
      text-align: center;
      margin-bottom: 15px; }
    .popup .popup-inner .small-info {
      color: #777777;
      font-size: 13px;
      font-weight: 300;
      line-height: 22px; }
    .popup .popup-inner .purchase-device-button {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      @media (max-width: 400px) {
        .popup .popup-inner .purchase-device-button {
          flex-direction: column; } }
      .popup .popup-inner .purchase-device-button .image {
        margin-bottom: 15px; }
        @media (max-width: 400px) {
          .popup .popup-inner .purchase-device-button .image {
            margin-bottom: 10px; } }
        .popup .popup-inner .purchase-device-button .image img {
          object-fit: cover; }
          @media (max-width: 400px) {
            .popup .popup-inner .purchase-device-button .image img {
              height: 200px; } }
      .popup .popup-inner .purchase-device-button .purchase-device-content {
        text-align: center;
        color: #00b1b0; }
        .popup .popup-inner .purchase-device-button .purchase-device-content:hover {
          color: #00afdb; }
      @media (max-width: 400px) {
        .popup .popup-inner .purchase-device-button .button:first-child {
          margin-bottom: 25px; } }
/*
	Components
*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 660px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1270px) {
    .container {
      max-width: 1170px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1270px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1270px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1270px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1270px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.button {
  display: inline-block;
  transition: all .3s ease;
  cursor: pointer;
  outline: none;
  padding: 0;
  border: none;
  margin: 0;
  text-decoration: none; }
  .button:hover {
    text-decoration: none; }

.buttons-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -35px; }
  @media (max-width: 991px) {
    .buttons-line {
      justify-content: center; } }
  .buttons-line .button {
    margin-left: 35px; }
    @media (max-width: 991px) {
      .buttons-line .button {
        margin-bottom: 30px; } }
@media (max-width: 1269px) {
  .buttons-line-purchase a:first-child {
    margin-bottom: 20px; } }

.button.button-cyan {
  box-shadow: 0 13px 24px 1px #c7e0e0;
  background-color: #00b1b0;
  padding: 18px 50px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.35px;
  border-radius: 5px; }
  .button.button-cyan.button-small {
    padding: 14px 30px;
    font-size: 14px; }
  .button.button-cyan.button-large {
    padding: 26px 45px;
    box-shadow: none; }
  .button.button-cyan.light-red {
    background-color: #ff8782;
    box-shadow: none; }
    .button.button-cyan.light-red:hover {
      background-color: #ff8782;
      box-shadow: 0 5px 24px 1px #ff8782; }
  .button.button-cyan:hover {
    background-color: #00afdb;
    box-shadow: none; }

.button.button-cyan-outline {
  border: 3px solid #00b1b0;
  padding: 15px 44px;
  color: #00b1b0;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.35px;
  border-radius: 5px;
  text-align: center; }
  .button.button-cyan-outline:hover {
    border-color: #00b1b0;
    background-color: #00b1b0;
    color: #ffffff; }
  @media (max-width: 767px) {
    .button.button-cyan-outline {
      padding: 10px 30px; } }
  .button.button-cyan-outline.button-small {
    padding: 13px 29px;
    font-size: 14px;
    border-width: 1px; }
  .button.button-cyan-outline.button-large {
    padding: 23px 42px; }
    @media (max-width: 767px) {
      .button.button-cyan-outline.button-large {
        padding: 15px 30px;
        font-size: 14px; } }
  .button.button-cyan-outline.button-invert {
    border-color: #ffffff;
    color: #ffffff; }
    .button.button-cyan-outline.button-invert:hover {
      background-color: #ffffff;
      color: #00b1b0; }

.button.button-cookies {
  background-color: #0088aa;
  padding: 20px 55px;
  color: #fffefe;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.06px;
  border-radius: 6px; }
  .button.button-cookies:hover {
    background-color: #0096b8; }

.section {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .section {
      padding: 40px 0; } }
  .section.no-padding {
    padding: 0; }
  .section.no-padding-bottom {
    padding-bottom: 0; }
  .section-title {
    color: #333333;
    font-family: "Rubik", sans-serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 75px; }
    .section-title:after {
      content: '';
      width: 86px;
      height: 3px;
      margin: 20px auto 0;
      display: block;
      background-color: #00b1b0; }
    .section-title.text-left {
      text-align: left; }
      .section-title.text-left:after {
        margin: 20px 0 0; }
        @media (max-width: 991px) {
          .section-title.text-left:after {
            margin: 20px auto 0; } }
      @media (max-width: 991px) {
        .section-title.text-left {
          text-align: center !important; } }
    .section-title.no-border:after {
      content: none; }
    .section-title + .section-sub-title {
      margin-top: -50px; }
      @media (max-width: 767px) {
        .section-title + .section-sub-title {
          margin-top: -20px; } }
    @media (max-width: 767px) {
      .section-title {
        font-size: 28px;
        margin-bottom: 45px;
        line-height: 34px; } }
  .section-sub-title {
    color: #333333;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      .section-sub-title {
        font-size: 18px;
        margin-bottom: 40px; } }
  .section-gray {
    background-color: #eff3f5; }
  .section-second {
    padding: 40px 0 90px; }
    .section-second + .section-contraindications {
      padding-top: 0; }
  .section-title-with-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .section-title-with-button .button {
        display: none; } }
    .section-title-with-button .section-title {
      text-align: left;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .section-title-with-button .section-title br {
          display: none; } }
.section-contraindications {
  text-align: center;
  padding: 100px 0; }
  @media (max-width: 767px) {
    .section-contraindications {
      padding: 45px 0; } }
  .section-contraindications .title {
    color: #c3c3c3;
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .section-contraindications .title {
        font-size: 16px;
        font-weight: 400;
        line-height: 36px; } }
  .section-contraindications .text {
    color: #555555;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.45px; }
    .section-contraindications .text a {
      color: #00b1b0;
      text-decoration: none;
      transition: all .3s ease; }
      .section-contraindications .text a:hover {
        text-decoration: none;
        color: #2499df; }
  .section-contraindications .footnotes {
    list-style: none;
    margin: 0 0 77px;
    padding: 0;
    counter-reset: footnotes;
    text-align: left; }
    .section-contraindications .footnotes li {
      padding-left: 40px;
      position: relative;
      counter-increment: footnotes;
      color: #555555;
      font-size: 16px;
      font-weight: 300;
      line-height: 30px;
      letter-spacing: 0.4px;
      margin-bottom: 30px;
      word-wrap: break-word; }
      .section-contraindications .footnotes li:last-child {
        margin-bottom: 0; }
      .section-contraindications .footnotes li:before {
        content: counter(footnotes);
        width: 22px;
        height: 22px;
        border: 1px solid #00b1b0;
        background-color: #fcfafa;
        color: #00b1b0;
        font-size: 12px;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 0.3px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 3px; }
      .section-contraindications .footnotes li a {
        color: #00b1b0;
        text-decoration: underline; }
        .section-contraindications .footnotes li a:hover {
          text-decoration: none; }

.section-image-block {
  display: flex;
  flex-wrap: wrap; }
  .section-image-block .image {
    width: 410px; }
    @media (max-width: 991px) {
      .section-image-block .image {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px; } }
    .section-image-block .image img {
      width: 100%; }
  .section-image-block .caption {
    width: calc(100% - 455px);
    margin-left: 45px; }
    @media (max-width: 991px) {
      .section-image-block .caption {
        width: 100%;
        margin-left: 0; } }
.section-more-info {
  background-color: #00afdb;
  padding: 75px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .section-more-info {
      display: block; } }
  .section-more-info .content {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .section-more-info .content {
        display: block;
        text-align: center; } }
    .section-more-info .content .if {
      font-size: 128px;
      line-height: 1;
      flex: 0 0 128px;
      color: #ffffff; }
      @media (max-width: 767px) {
        .section-more-info .content .if {
          margin-bottom: 30px;
          font-size: 82px; } }
    .section-more-info .content .text {
      color: #ffffff;
      font-size: 35px;
      line-height: 40px;
      font-weight: 400;
      margin-left: 60px; }
      @media (max-width: 767px) {
        .section-more-info .content .text {
          font-size: 26px;
          font-weight: 300;
          line-height: 36px;
          margin-left: 0; } }
      .section-more-info .content .text a {
        border-bottom: 1px solid #ffffff;
        transition: all .3s ease;
        text-decoration: none;
        color: #ffffff; }
        .section-more-info .content .text a:hover {
          border-bottom-color: transparent; }

.section-detail-device {
  background: #80d8d8;
  background: radial-gradient(circle, #80d8d8 0%, #16cacf 30%, #00b1b0 100%);
  text-align: center; }
  .section-detail-device .device {
    position: relative;
    margin: 0 auto;
    padding-bottom: 195px; }
    @media (max-width: 1269px) {
      .section-detail-device .device {
        max-width: 348px;
        padding-top: 140px;
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .section-detail-device .device {
        max-width: 240px;
        padding-top: 150px; }
        .section-detail-device .device img {
          width: 100%; } }
  .section-detail-device .info-item {
    position: absolute;
    text-align: left;
    padding-left: 40px;
    width: 275px; }
    @media (max-width: 1269px) {
      .section-detail-device .info-item {
        display: none;
        width: 100%; } }
    .section-detail-device .info-item:before {
      content: '';
      display: block;
      height: 1px;
      background-color: #ffffff;
      position: absolute;
      top: 10px;
      margin-left: 12px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item:before {
          top: 100%;
          margin-top: 10px;
          margin-left: 0; } }
    .section-detail-device .info-item:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      border: 3px solid #ffffff;
      background-color: #00b1b0;
      border-radius: 50%;
      top: 4px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item:after {
          width: 10px;
          height: 10px;
          top: 100%;
          margin-top: 10px;
          margin-left: -5px; } }
    .section-detail-device .info-item.info-item-01 {
      left: 0;
      top: 130px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-01 {
          top: 0; } }
      .section-detail-device .info-item.info-item-01:before {
        width: 275px;
        left: 100%; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-01:before {
            width: 1px;
            height: 240px;
            left: 170px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-01:before {
            width: 1px;
            height: 180px;
            left: 117px; } }
      .section-detail-device .info-item.info-item-01:after {
        right: -300px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-01:after {
            right: auto;
            left: 170px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-01:after {
            left: 117px; } }
    .section-detail-device .info-item.info-item-18 {
      left: 0;
      top: 130px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-18 {
          top: 0; } }
      .section-detail-device .info-item.info-item-18:before {
        width: 275px;
        left: 100%; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-18:before {
            width: 1px;
            height: 230px;
            left: 175px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-18:before {
            width: 1px;
            height: 180px;
            left: 117px; } }
      .section-detail-device .info-item.info-item-18:after {
        right: -300px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-18:after {
            right: auto;
            left: 175px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-18:after {
            left: 117px; } }
    .section-detail-device .info-item.info-item-02 {
      left: 0;
      top: 270px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-02 {
          top: 0; }
          .section-detail-device .info-item.info-item-02 br {
            display: none; } }
      .section-detail-device .info-item.info-item-02:before {
        width: 112px;
        left: 100%; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-02:before {
            width: 1px;
            height: 350px;
            left: 5px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-02:before {
            height: 220px; } }
      .section-detail-device .info-item.info-item-02:after {
        right: -135px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-02:after {
            right: auto;
            left: 5px; } }
    .section-detail-device .info-item.info-item-03 {
      left: 0;
      top: 385px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-03 {
          top: 0; }
          .section-detail-device .info-item.info-item-03 br {
            display: none; } }
      .section-detail-device .info-item.info-item-03:before {
        width: 200px;
        left: 100%; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-03:before {
            width: 1px;
            height: 420px;
            left: 95px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-03:before {
            width: 1px;
            height: 270px;
            left: 64px; } }
      .section-detail-device .info-item.info-item-03:after {
        right: -220px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-03:after {
            right: auto;
            left: 95px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-03:after {
            left: 64px; } }
    .section-detail-device .info-item.info-item-10 {
      left: 0;
      top: 370px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-10 {
          top: 0; }
          .section-detail-device .info-item.info-item-10 br {
            display: none; } }
      .section-detail-device .info-item.info-item-10:before {
        width: 200px;
        left: 100%; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-10:before {
            width: 1px;
            height: 490px;
            left: 120px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-10:before {
            width: 1px;
            height: 360px;
            left: 70px; } }
      .section-detail-device .info-item.info-item-10:after {
        right: -220px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-10:after {
            right: auto;
            left: 120px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-10:after {
            left: 70px; } }
    .section-detail-device .info-item.info-item-11 {
      left: 0;
      top: 415px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-11 {
          top: 0; }
          .section-detail-device .info-item.info-item-11 br {
            display: none; } }
      .section-detail-device .info-item.info-item-11:before {
        width: 270px;
        left: 100%; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-11:before {
            width: 1px;
            height: 500px;
            left: 175px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-11:before {
            width: 1px;
            height: 355px;
            left: 120px; } }
      .section-detail-device .info-item.info-item-11:after {
        right: -285px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-11:after {
            right: auto;
            left: 175px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-11:after {
            left: 120px; } }
    .section-detail-device .info-item.info-item-04 {
      left: 0;
      top: 535px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-04 {
          top: 0; }
          .section-detail-device .info-item.info-item-04 br {
            display: none; } }
      .section-detail-device .info-item.info-item-04:before {
        width: 145px;
        left: 100%; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-04:before {
            width: 1px;
            height: 640px;
            left: 30px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-04:before {
            height: 470px;
            left: 23px; } }
      .section-detail-device .info-item.info-item-04:after {
        right: -162px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-04:after {
            right: auto;
            left: 30px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-04:after {
            left: 23px; } }
    .section-detail-device .info-item.info-item-12 {
      left: 0;
      top: 505px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-12 {
          top: 0; }
          .section-detail-device .info-item.info-item-12 br {
            display: none; } }
      .section-detail-device .info-item.info-item-12:before {
        width: 145px;
        left: 100%; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-12:before {
            width: 1px;
            height: 510px;
            left: 20px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-12:before {
            height: 375px;
            left: 15px; } }
      .section-detail-device .info-item.info-item-12:after {
        right: -162px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-12:after {
            right: auto;
            left: 20px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-12:after {
            left: 15px; } }
    .section-detail-device .info-item.info-item-05, .section-detail-device .info-item.info-item-06, .section-detail-device .info-item.info-item-07, .section-detail-device .info-item.info-item-08, .section-detail-device .info-item.info-item-13, .section-detail-device .info-item.info-item-14, .section-detail-device .info-item.info-item-15, .section-detail-device .info-item.info-item-16 {
      width: 315px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-05, .section-detail-device .info-item.info-item-06, .section-detail-device .info-item.info-item-07, .section-detail-device .info-item.info-item-08, .section-detail-device .info-item.info-item-13, .section-detail-device .info-item.info-item-14, .section-detail-device .info-item.info-item-15, .section-detail-device .info-item.info-item-16 {
          width: 100%; } }
    .section-detail-device .info-item.info-item-05 {
      left: 800px;
      top: 5px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-05 {
          left: 0;
          top: 0; }
          .section-detail-device .info-item.info-item-05 br {
            display: none; } }
      .section-detail-device .info-item.info-item-05:before {
        width: 120px;
        right: 100%;
        margin-right: 12px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-05:before {
            width: 1px;
            height: 100px;
            left: 280px;
            margin-right: 0; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-05:before {
            height: 90px;
            left: 194px; } }
      .section-detail-device .info-item.info-item-05:after {
        left: -140px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-05:after {
            left: 280px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-05:after {
            left: 194px; } }
    .section-detail-device .info-item.info-item-06 {
      left: 800px;
      top: 200px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-06 {
          left: 0;
          top: 0; } }
      .section-detail-device .info-item.info-item-06:before {
        width: 45px;
        right: 100%;
        margin-right: 12px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-06:before {
            width: 1px;
            height: 325px;
            left: 345px;
            margin-right: 0; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-06:before {
            height: 235px;
            left: 234px; } }
      .section-detail-device .info-item.info-item-06:after {
        left: -65px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-06:after {
            left: 345px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-06:after {
            left: 234px; } }
    .section-detail-device .info-item.info-item-13 {
      left: 800px;
      top: 120px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-13 {
          left: 0;
          top: 0; } }
      .section-detail-device .info-item.info-item-13:before {
        width: 65px;
        right: 100%;
        margin-right: 12px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-13:before {
            width: 1px;
            height: 220px;
            left: 330px;
            margin-right: 0; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-13:before {
            height: 165px;
            left: 225px; } }
      .section-detail-device .info-item.info-item-13:after {
        left: -80px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-13:after {
            left: 330px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-13:after {
            left: 225px; } }
    .section-detail-device .info-item.info-item-07 {
      left: 800px;
      top: 385px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-07 {
          left: 0;
          top: 0; } }
      .section-detail-device .info-item.info-item-07:before {
        width: 135px;
        right: 100%;
        margin-right: 12px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-07:before {
            width: 1px;
            height: 465px;
            left: 255px;
            margin-right: 0; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-07:before {
            height: 345px;
            left: 174px; } }
      .section-detail-device .info-item.info-item-07:after {
        left: -155px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-07:after {
            right: auto;
            left: 255px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-07:after {
            left: 174px; } }
    .section-detail-device .info-item.info-item-14 {
      left: 800px;
      top: 370px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-14 {
          left: 0;
          top: 0; } }
      .section-detail-device .info-item.info-item-14:before {
        width: 135px;
        right: 100%;
        margin-right: 12px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-14:before {
            width: 1px;
            height: 465px;
            left: 230px;
            margin-right: 0; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-14:before {
            height: 310px;
            left: 174px; } }
      .section-detail-device .info-item.info-item-14:after {
        left: -155px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-14:after {
            right: auto;
            left: 230px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-14:after {
            left: 174px; } }
    .section-detail-device .info-item.info-item-15 {
      left: 800px;
      top: 480px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-15 {
          left: 0;
          top: 0; } }
      .section-detail-device .info-item.info-item-15:before {
        width: 75px;
        right: 100%;
        margin-right: 12px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-15:before {
            width: 1px;
            height: 365px;
            left: 224px;
            margin-right: 0; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-15:before {
            height: 345px;
            left: 174px; } }
      .section-detail-device .info-item.info-item-15:after {
        left: -90px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-15:after {
            right: auto;
            left: 325px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-15:after {
            left: 224px; } }
    .section-detail-device .info-item.info-item-08 {
      left: 800px;
      top: 550px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-08 {
          left: 0;
          top: 0; } }
      .section-detail-device .info-item.info-item-08:before {
        width: 215px;
        right: 100%;
        margin-right: 12px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-08:before {
            width: 1px;
            height: 655px;
            left: 175px;
            margin-right: 0; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-08:before {
            height: 455px;
            left: 119px; } }
      .section-detail-device .info-item.info-item-08:after {
        left: -235px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-08:after {
            right: auto;
            left: 175px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-08:after {
            left: 119px; } }
    .section-detail-device .info-item.info-item-16 {
      left: 800px;
      top: 550px; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-16 {
          left: 0;
          top: 0; } }
      .section-detail-device .info-item.info-item-16:before {
        width: 215px;
        right: 100%;
        margin-right: 12px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-16:before {
            width: 1px;
            height: 655px;
            left: 175px;
            margin-right: 0; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-16:before {
            height: 455px;
            left: 117px; } }
      .section-detail-device .info-item.info-item-16:after {
        left: -235px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-16:after {
            right: auto;
            left: 175px; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-16:after {
            left: 117px; } }
    .section-detail-device .info-item.info-item-09 {
      left: 457px;
      top: 680px;
      padding-left: 0;
      width: 230px;
      padding-top: 40px;
      text-align: center; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-09 {
          left: 0;
          top: 0;
          padding-top: 0;
          padding-left: 40px;
          text-align: left;
          width: 100%; } }
      .section-detail-device .info-item.info-item-09:before {
        width: 1px;
        height: 50px;
        right: 50%;
        margin-right: 0;
        top: auto;
        bottom: 100%;
        margin-bottom: 12px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-09:before {
            right: auto;
            top: 100%;
            width: 1px;
            height: 715px;
            left: 175px;
            margin-right: 0; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-09:before {
            height: 525px;
            left: 119px; } }
      .section-detail-device .info-item.info-item-09:after {
        left: 50%;
        margin-left: -6.5px;
        top: -70px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-09:after {
            left: 175px;
            margin-left: -5px;
            top: 100%; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-09:after {
            left: 119px; } }
      .section-detail-device .info-item.info-item-09 .char {
        left: 50%;
        margin-left: -12.5px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-09 .char {
            left: 0;
            margin-left: 0; } }
    .section-detail-device .info-item.info-item-17 {
      left: 457px;
      top: 680px;
      padding-left: 0;
      width: 230px;
      padding-top: 40px;
      text-align: center; }
      @media (max-width: 1269px) {
        .section-detail-device .info-item.info-item-17 {
          left: 0;
          top: 0;
          padding-top: 0;
          padding-left: 40px;
          text-align: left;
          width: 100%; } }
      .section-detail-device .info-item.info-item-17:before {
        width: 1px;
        height: 50px;
        right: 50%;
        margin-right: 0;
        top: auto;
        bottom: 100%;
        margin-bottom: 12px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-17:before {
            right: auto;
            top: 100%;
            width: 1px;
            height: 715px;
            left: 175px;
            margin-right: 0; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-17:before {
            height: 525px;
            left: 117px; } }
      .section-detail-device .info-item.info-item-17:after {
        left: 50%;
        margin-left: -6.5px;
        top: -70px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-17:after {
            left: 175px;
            margin-left: -5px;
            top: 100%; } }
        @media (max-width: 991px) {
          .section-detail-device .info-item.info-item-17:after {
            left: 117px; } }
      .section-detail-device .info-item.info-item-17 .char {
        left: 50%;
        margin-left: -12.5px; }
        @media (max-width: 1269px) {
          .section-detail-device .info-item.info-item-17 .char {
            left: 0;
            margin-left: 0; } }
    .section-detail-device .info-item .char {
      width: 25px;
      height: 25px;
      background-color: #006d6c;
      color: #ffffff;
      font-size: 18px;
      line-height: 25px;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0; }
    .section-detail-device .info-item .text {
      font-size: 14px;
      line-height: 1;
      font-weight: 400;
      color: #ffffff; }
  .section-detail-device .mobile-dot {
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%; }
    @media (max-width: 1269px) {
      .section-detail-device .mobile-dot {
        display: flex; } }
    .section-detail-device .mobile-dot:before {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      border: 3px solid #ffffff;
      background-color: #00b1b0;
      border-radius: 50%;
      animation: pulse 2s linear infinite; }
    .section-detail-device .mobile-dot-01 {
      left: 155px;
      top: 270px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-01 {
          left: 103px;
          top: 236px; } }
    .section-detail-device .mobile-dot-02 {
      left: -10px;
      top: 400px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-02 {
          left: -10px;
          top: 320px; } }
    .section-detail-device .mobile-dot-03 {
      left: 80px;
      top: 505px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-03 {
          left: 50px;
          top: 395px; } }
    .section-detail-device .mobile-dot-04 {
      left: 15px;
      top: 660px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-04 {
          left: 10px;
          top: 505px; } }
    .section-detail-device .mobile-dot-05 {
      left: 265px;
      top: 140px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-05 {
          left: 180px;
          top: 147px; } }
    .section-detail-device .mobile-dot-06 {
      left: 330px;
      top: 365px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-06 {
          left: 220px;
          top: 305px; } }
    .section-detail-device .mobile-dot-07 {
      left: 240px;
      top: 505px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-07 {
          left: 160px;
          top: 395px; } }
    .section-detail-device .mobile-dot-08 {
      left: 160px;
      top: 690px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-08 {
          left: 105px;
          top: 525px; } }
    .section-detail-device .mobile-dot-09 {
      left: 160px;
      top: 740px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-09 {
          left: 105px;
          top: 560px; } }
    .section-detail-device .mobile-dot-10 {
      left: 105px;
      top: 510px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-10 {
          left: 55px;
          top: 400px; } }
    .section-detail-device .mobile-dot-11 {
      left: 160px;
      top: 530px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-11 {
          left: 105px;
          top: 420px; } }
    .section-detail-device .mobile-dot-12 {
      left: 4px;
      top: 530px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-12 {
          left: 0;
          top: 410px; } }
    .section-detail-device .mobile-dot-13 {
      left: 315px;
      top: 260px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-13 {
          left: 210px;
          top: 230px; } }
    .section-detail-device .mobile-dot-14 {
      left: 215px;
      top: 510px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-14 {
          left: 160px;
          top: 400px; } }
    .section-detail-device .mobile-dot-15 {
      left: 312px;
      top: 510px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-15 {
          left: 210px;
          top: 410px; } }
    .section-detail-device .mobile-dot-16 {
      left: 160px;
      top: 690px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-16 {
          left: 102px;
          top: 525px; } }
    .section-detail-device .mobile-dot-17 {
      left: 160px;
      top: 740px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-17 {
          left: 102px;
          top: 560px; } }
    .section-detail-device .mobile-dot-18 {
      left: 160px;
      top: 265px; }
      @media (max-width: 991px) {
        .section-detail-device .mobile-dot-18 {
          left: 102px;
          top: 230px; } }
  .section-detail-device .section-title {
    color: #ffffff; }

.section-line .container {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .section-line .container {
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
      text-align: center; } }
  .section-line .container .if {
    font-size: 54px;
    line-height: 1;
    color: #00b1b0; }
    @media (max-width: 767px) {
      .section-line .container .if {
        margin-bottom: 30px; } }
  .section-line .container .title {
    color: #333333;
    font-size: 32px;
    font-weight: 400;
    margin: 0 30px; }
    @media (max-width: 767px) {
      .section-line .container .title {
        width: 100%;
        margin: 0 0 30px; } }
.section-zdravcity {
  background-color: #00b1b0;
  color: #ffffff;
  padding: 50px 0;
  text-align: center; }
  .section-zdravcity .section-title {
    color: #ffffff;
    margin-bottom: 30px; }
  .section-zdravcity .logo-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .section-zdravcity .logo-block {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0; } }
    .section-zdravcity .logo-block .caption {
      color: #fffefe;
      font-size: 22px;
      font-weight: 300;
      line-height: 30px;
      margin-right: 50px; }
      @media (max-width: 767px) {
        .section-zdravcity .logo-block .caption {
          order: 1;
          margin-bottom: 30px;
          font-size: 18px;
          text-align: center;
          margin-right: 0; }
          .section-zdravcity .logo-block .caption br {
            display: none; } }
      .section-zdravcity .logo-block .caption a {
        color: #fffefe;
        text-decoration: none;
        display: inline-block;
        border-bottom: 1px solid #fffefe;
        transition: all 0.3s ease;
        line-height: 24px; }
        .section-zdravcity .logo-block .caption a:hover {
          border-bottom-color: transparent; }
      .section-zdravcity .logo-block .caption img {
        vertical-align: middle;
        border-style: none; }
    .section-zdravcity .logo-block .button-logo-block {
      background-color: #ffffff;
      border-radius: 5px;
      margin-right: 50px; }
      @media (max-width: 767px) {
        .section-zdravcity .logo-block .button-logo-block {
          margin-bottom: 30px;
          margin-right: 0; } }
    .section-zdravcity .logo-block .button-logo-block-left {
      margin-right: 0; }
    @media (max-width: 767px) {
      .section-zdravcity .logo-block .button {
        margin-bottom: 30px; } }
  .section-zdravcity .logo-block-finish {
    margin-bottom: 0; }

.section-account {
  padding: 40px 0 0; }
  @media (max-width: 767px) {
    .section-account {
      text-align: center; } }
  .section-account .container {
    border-top: 1px solid #dddddc;
    padding-top: 65px;
    position: relative; }
  .section-account .not-register {
    margin: 40px 0 10px;
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.4px; }

.login-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .login-bottom {
      flex-wrap: wrap;
      text-align: center;
      justify-content: center; } }
  .login-bottom .right {
    text-align: right; }
    @media (max-width: 767px) {
      .login-bottom .right {
        width: 100%;
        margin-top: 30px;
        text-align: center; } }
    .login-bottom .right .checkbox-label {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .login-bottom .right .checkbox-label {
          justify-content: center; } }
.register-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .register-bottom {
      flex-wrap: wrap; } }
  .register-bottom label {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .register-bottom label {
        margin-bottom: 30px; } }
  .register-bottom > * {
    width: 50%; }
    @media (max-width: 767px) {
      .register-bottom > * {
        width: 100%; } }
  .register-bottom .right {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .register-bottom .right {
        justify-content: center; } }
    .register-bottom .right .checkbox-label {
      margin-bottom: 0;
      margin-right: 35px; }
      .register-bottom .right .checkbox-label:last-child {
        margin-right: 0; }
    .register-bottom .right .text {
      margin-right: 12px; }

.exit-account {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: #00b1b0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  border-bottom: 1px solid #00b1b0;
  transition: all .3s ease;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 70px; }
  @media (max-width: 767px) {
    .exit-account {
      position: static;
      text-align: center;
      margin-bottom: 30px; } }
  .exit-account:hover {
    border-bottom-color: transparent; }

.section-tabs {
  margin: -70px auto 50px;
  width: 56%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 25px; }
  @media (max-width: 1069px) {
    .section-tabs {
      width: 70%; } }
  @media (max-width: 991px) {
    .section-tabs {
      width: 100%; } }
  .section-tabs-menu {
    text-decoration: none;
    display: inline-block;
    color: #00b1b0;
    transition: 0.4s ease;
    padding: 10px 50px;
    border-radius: 5px;
    border: 2px solid #00b1b0; }
    @media (max-width: 767px) {
      .section-tabs-menu {
        padding: 10px 20px; } }
    .section-tabs-menu:hover {
      color: #00afdb; }
  .section-tabs-menu.active {
    text-decoration: none;
    color: #ffffff;
    background-color: #00b1b0;
    transition: 0.4s ease; }
    .section-tabs-menu.active:hover {
      background-color: #00afdb; }
  @media (max-width: 525px) {
    .section-tabs a:first-child {
      margin-bottom: 10px; } }
.section-tab-pane {
  display: none; }

body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  background-color: #b1e3fa;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease; }
  body .owl-carousel .owl-nav button.owl-prev.disabled,
  body .owl-carousel .owl-nav button.owl-next.disabled {
    cursor: not-allowed;
    opacity: .3; }
  body .owl-carousel .owl-nav button.owl-prev:hover:not(.disabled),
  body .owl-carousel .owl-nav button.owl-next:hover:not(.disabled) {
    background-color: #00afdb; }
  body .owl-carousel .owl-nav button.owl-prev .if,
  body .owl-carousel .owl-nav button.owl-next .if {
    font-size: 20px;
    line-height: 1;
    color: #ffffff; }

.product-lines-carousel {
  border: 1px solid #b1e3fa; }
  @media (max-width: 767px) {
    .product-lines-carousel {
      border: none;
      margin-bottom: 40px; } }
  .product-lines-carousel .item {
    padding: 85px 200px;
    display: flex;
    align-items: center;
    /*  .image1{
		  position: relative;

		  .tooltip-info-new{
			  position: absolute;
			  top: 0;
			  right: 0;
			  width: 101px;
			  height: 101px;
			  background-color: $color-cyan;
			  border-radius: 50%;
			  display: flex;
			  align-items: center;
			  justify-content: center;
			  color: $color-white;
			  font-size: 20px;
			  font-weight: 500;
			  line-height: 18px;
		  }
	  }*/ }
    @media (max-width: 1269px) {
      .product-lines-carousel .item {
        padding: 30px 100px; } }
    @media (max-width: 991px) {
      .product-lines-carousel .item {
        padding: 30px 60px; } }
    @media (max-width: 767px) {
      .product-lines-carousel .item {
        flex-wrap: wrap; } }
    .product-lines-carousel .item .caption {
      max-width: 450px; }
      @media (max-width: 1269px) {
        .product-lines-carousel .item .caption {
          max-width: 60%; } }
      @media (max-width: 767px) {
        .product-lines-carousel .item .caption {
          max-width: initial;
          width: 100%;
          order: 2;
          text-align: center; } }
      .product-lines-carousel .item .caption .name {
        color: #333333;
        font-size: 28px;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .product-lines-carousel .item .caption .name {
            font-size: 20px;
            text-align: center; } }
      .product-lines-carousel .item .caption .text {
        color: #646464;
        font-family: "Rubik", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 35px; }
        @media (max-width: 991px) {
          .product-lines-carousel .item .caption .text {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 25px; } }
        @media (max-width: 767px) {
          .product-lines-carousel .item .caption .text {
            display: none; } }
      .product-lines-carousel .item .caption .old-price {
        color: #00b1b0;
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        text-decoration: line-through;
        margin-bottom: 15px; }
      .product-lines-carousel .item .caption .actual-price {
        color: #333333;
        font-size: 45px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 25px; }
        @media (max-width: 991px) {
          .product-lines-carousel .item .caption .actual-price {
            font-size: 35px; } }
        @media (max-width: 767px) {
          .product-lines-carousel .item .caption .actual-price {
            font-size: 40px; } }
    .product-lines-carousel .item .image {
      position: relative; }
      @media (max-width: 767px) {
        .product-lines-carousel .item .image {
          order: 1;
          margin: 0 auto 40px; } }
      .product-lines-carousel .item .image .tooltip-info {
        position: absolute;
        top: 0;
        right: 0;
        width: 101px;
        height: 101px;
        background-color: #00b1b0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 18px; }
        .product-lines-carousel .item .image .tooltip-info-new {
          top: -20px;
          right: -20px;
          font-size: 20px;
          background-color: red; }
  @media (max-width: 767px) {
    .product-lines-carousel.owl-carousel .owl-nav {
      position: absolute;
      bottom: -50px;
      left: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .product-lines-carousel.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -25px; }
    .product-lines-carousel.owl-carousel .owl-nav button.owl-prev {
      left: 60px; }
      @media (max-width: 1269px) {
        .product-lines-carousel.owl-carousel .owl-nav button.owl-prev {
          left: 20px; } }
      @media (max-width: 991px) {
        .product-lines-carousel.owl-carousel .owl-nav button.owl-prev {
          left: 5px; } }
    .product-lines-carousel.owl-carousel .owl-nav button.owl-next {
      right: 60px; }
      @media (max-width: 1269px) {
        .product-lines-carousel.owl-carousel .owl-nav button.owl-next {
          right: 20px; } }
      @media (max-width: 991px) {
        .product-lines-carousel.owl-carousel .owl-nav button.owl-next {
          right: 5px; } }
    @media (max-width: 767px) {
      .product-lines-carousel.owl-carousel .owl-nav button {
        position: static;
        margin: 0 5px; } }
@media (max-width: 767px) {
  .reviews-carousel {
    margin-left: -15px;
    margin-right: -15px;
    width: auto; }
    .reviews-carousel .video-wrapper {
      padding: 0;
      height: 520px; } }

.reviews-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px; }
  .reviews-carousel .owl-nav button {
    margin: 0 7px; }

.articles-carousel {
  padding: 0 60px; }
  @media (max-width: 767px) {
    .articles-carousel {
      padding: 0;
      margin-bottom: 80px; } }
  .articles-carousel .owl-stage {
    display: flex; }
    @media (max-width: 1269px) {
      .articles-carousel .owl-stage {
        display: block; } }
  .articles-carousel .owl-item {
    float: none; }
    @media (max-width: 1269px) {
      .articles-carousel .owl-item {
        float: left; } }
  .articles-carousel .item {
    display: block;
    width: 300px;
    padding-top: 42px; }
    @media (max-width: 1269px) {
      .articles-carousel .item {
        width: auto;
        padding-top: 0; } }
    .articles-carousel .item:hover {
      text-decoration: none; }
    .articles-carousel .item span {
      display: block; }
    .articles-carousel .item .image {
      position: relative;
      margin-bottom: 25px; }
      .articles-carousel .item .image .name {
        position: absolute;
        left: 23px;
        bottom: 27px;
        max-width: 100%;
        margin-right: 11px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px; }
    .articles-carousel .item .text {
      color: #646464;
      font-size: 16px;
      font-weight: 300;
      line-height: 26px;
      padding: 0 15px; }
  .articles-carousel .owl-item.active + .active .item {
    width: 360px;
    padding-top: 0; }
    @media (max-width: 1269px) {
      .articles-carousel .owl-item.active + .active .item {
        width: auto; } }
  .articles-carousel .owl-item.active + .active ~ .active .item {
    width: 300px;
    padding-top: 42px; }
    @media (max-width: 1269px) {
      .articles-carousel .owl-item.active + .active ~ .active .item {
        width: auto;
        padding-top: 0; } }
  @media (max-width: 767px) {
    .articles-carousel .owl-nav {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      left: 0;
      bottom: -70px;
      width: 100%; } }
  .articles-carousel .owl-nav button {
    position: absolute;
    top: 125px; }
    @media (max-width: 767px) {
      .articles-carousel .owl-nav button {
        position: static;
        margin: 0 5px; } }
    .articles-carousel .owl-nav button.owl-prev {
      left: 0; }
    .articles-carousel .owl-nav button.owl-next {
      right: 0; }

.banner-carousel {
  margin: 80px 0; }
  .banner-carousel:first-child {
    margin-top: 0; }
  .banner-carousel:last-child {
    margin-bottom: 0; }
  .banner-carousel .item {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    .banner-carousel .item:after {
      content: '';
      display: block;
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.899597) 0%, rgba(0, 0, 0, 0) 100%);
      width: 100%;
      height: 155px;
      position: absolute;
      left: 0;
      bottom: 0; }
  .banner-carousel .owl-nav {
    position: absolute;
    display: flex;
    right: 15px;
    bottom: 15px; }
  .banner-carousel.owl-carousel .owl-nav button.owl-prev,
  .banner-carousel.owl-carousel .owl-nav button.owl-next {
    background-color: #00afdb; }
    .banner-carousel.owl-carousel .owl-nav button.owl-prev:hover:not(.disabled),
    .banner-carousel.owl-carousel .owl-nav button.owl-next:hover:not(.disabled) {
      background-color: #2499df; }
  .banner-carousel.owl-carousel .owl-nav button.owl-prev {
    border-radius: 5px 0 0 5px; }
  .banner-carousel.owl-carousel .owl-nav button.owl-next {
    border-radius: 0 5px 5px 0; }
  .banner-carousel .owl-dots {
    position: absolute;
    right: 155px;
    bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .banner-carousel .owl-dots .owl-dot {
      margin-left: 20px; }
      .banner-carousel .owl-dots .owl-dot:first-child {
        margin-left: 0; }
      .banner-carousel .owl-dots .owl-dot span {
        display: block;
        width: 12px;
        height: 12px;
        border: 3px solid #ffffff;
        border-radius: 50%; }
      .banner-carousel .owl-dots .owl-dot.active span {
        background-color: #ffffff; }

.reviews-carousel-2 {
  padding: 0 100px; }
  @media (max-width: 767px) {
    .reviews-carousel-2 {
      padding: 0;
      margin-left: -15px;
      margin-right: -15px;
      width: auto;
      margin-bottom: 70px; } }
  .reviews-carousel-2 .item {
    border: 3px solid #b1e3fa;
    padding: 30px 30px 50px;
    text-align: center; }
    @media (max-width: 767px) {
      .reviews-carousel-2 .item {
        padding: 30px 20px 40px; } }
  .reviews-carousel-2 .avatar {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px; }
  .reviews-carousel-2 .info {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 33px; }
  .reviews-carousel-2 .title {
    color: #333333;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 30px; }
  .reviews-carousel-2 .text {
    color: #646464;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 25px; }
  .reviews-carousel-2 .see-video {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00b1b0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: color .3s ease; }
    .reviews-carousel-2 .see-video .if {
      font-size: 24px;
      line-height: 1;
      color: #00b1b0;
      margin-right: 10px;
      transition: color .3s ease; }
    .reviews-carousel-2 .see-video .link-text {
      border-bottom: 1px solid #00b1b0;
      transition: border .3s ease; }
    .reviews-carousel-2 .see-video:hover {
      color: #2499df; }
      .reviews-carousel-2 .see-video:hover .if {
        color: #2499df; }
      .reviews-carousel-2 .see-video:hover .link-text {
        border-bottom-color: transparent; }
  @media (max-width: 767px) {
    .reviews-carousel-2 .owl-nav {
      position: absolute;
      bottom: -70px;
      left: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .reviews-carousel-2 .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -25px; }
    @media (max-width: 767px) {
      .reviews-carousel-2 .owl-nav button {
        position: static;
        margin: 0 5px; } }
  .reviews-carousel-2 .owl-nav .owl-prev {
    left: 0; }
  .reviews-carousel-2 .owl-nav .owl-next {
    right: 0; }

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

.partner-carousel .item {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .partner-carousel .item img {
    max-height: 110px;
    width: auto;
    max-width: 100%; }

.partner-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -120px;
  display: flex; }
  @media (max-width: 767px) {
    .partner-carousel .owl-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      top: auto;
      bottom: -70px;
      left: 0;
      width: 100%; } }
  .partner-carousel .owl-nav button:last-child {
    margin-left: 13px; }
  @media (max-width: 767px) {
    .partner-carousel .owl-nav button {
      margin: 0 5px; } }
.section-application {
  padding: 40px 0 21px; }

.applicaton-title-content {
  margin: 0 auto 64px; }
  .applicaton-title-content .h1 {
    text-align: center; }

.application-carousel {
  width: 100%;
  position: relative;
  margin: 0 0 52px;
  background-color: #eff3f5; }
  @media (max-width: 991px) {
    .application-carousel {
      min-height: 640px; } }
  @media (max-width: 767px) {
    .application-carousel {
      min-height: 540px; } }
  @media (max-width: 613px) {
    .application-carousel {
      min-height: 830px; } }
  .application-carousel .item {
    width: 100%;
    background-color: #eff3f5;
    padding: 60px 0 77px;
    font-family: "Rubik", sans-serif; }
    @media (max-width: 767px) {
      .application-carousel .item {
        padding: 30px 0 37px; } }
    @media (max-width: 613px) {
      .application-carousel .item {
        text-align: center;
        padding: 30px 0 70px; } }
    .application-carousel .item .item-content {
      display: flex;
      flex-direction: row;
      width: 39%;
      margin: 0 auto;
      max-width: 740px;
      justify-content: space-between; }
      @media (max-width: 1599px) {
        .application-carousel .item .item-content {
          width: 59%; } }
      @media (max-width: 1199px) {
        .application-carousel .item .item-content {
          width: 69%; } }
      @media (max-width: 991px) {
        .application-carousel .item .item-content {
          width: 89%; } }
      @media (max-width: 767px) {
        .application-carousel .item .item-content {
          flex-wrap: wrap; } }
      @media (max-width: 403px) {
        .application-carousel .item .item-content {
          width: 280px; } }
      .application-carousel .item .item-content .item-info {
        width: 49%;
        padding-top: 32px;
        min-width: 355px; }
        @media (max-width: 613px) {
          .application-carousel .item .item-content .item-info {
            width: 100%;
            margin-bottom: 30px; } }
        .application-carousel .item .item-content .item-info .item-info-header {
          font-size: 28px;
          font-weight: 400;
          color: #333333;
          margin-bottom: 34px;
          line-height: 1; }
          @media (max-width: 403px) {
            .application-carousel .item .item-content .item-info .item-info-header {
              max-width: 280px; } }
        .application-carousel .item .item-content .item-info .item-info-description {
          color: #646464;
          font-size: 18px;
          font-weight: 300;
          line-height: 30px;
          margin-bottom: 58px; }
          @media (max-width: 767px) {
            .application-carousel .item .item-content .item-info .item-info-description {
              margin-bottom: 20px;
              line-height: 26px; } }
          @media (max-width: 403px) {
            .application-carousel .item .item-content .item-info .item-info-description {
              max-width: 280px; } }
        .application-carousel .item .item-content .item-info .item-info-add-on {
          color: #00b1b0;
          font-size: 18px;
          font-weight: 300;
          line-height: 30px;
          margin-bottom: 51px; }
          @media (max-width: 767px) {
            .application-carousel .item .item-content .item-info .item-info-add-on {
              margin-bottom: 21px;
              line-height: 26px; } }
          @media (max-width: 403px) {
            .application-carousel .item .item-content .item-info .item-info-add-on {
              max-width: 280px; } }
        .application-carousel .item .item-content .item-info .button-block {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          @media (max-width: 613px) {
            .application-carousel .item .item-content .item-info .button-block {
              justify-content: center; } }
          @media (max-width: 403px) {
            .application-carousel .item .item-content .item-info .button-block {
              max-width: 280px;
              flex-wrap: wrap; } }
          .application-carousel .item .item-content .item-info .button-block a:hover {
            text-decoration: none; }
          .application-carousel .item .item-content .item-info .button-block .slider-button {
            transition: all .3s ease;
            cursor: pointer;
            outline: none;
            text-decoration: none;
            background: none;
            font-size: 18px;
            font-weight: 500;
            color: #00afdb;
            line-height: 1;
            border: 2px solid #00afdb;
            padding: 10px 19px;
            display: flex;
            align-items: center;
            border-radius: 5px; }
            .application-carousel .item .item-content .item-info .button-block .slider-button:hover {
              text-decoration: none;
              color: #fff;
              background-color: #00afdb; }
              .application-carousel .item .item-content .item-info .button-block .slider-button:hover .button-image-hover {
                display: block; }
              .application-carousel .item .item-content .item-info .button-block .slider-button:hover .button-image {
                display: none; }
            @media (max-width: 613px) {
              .application-carousel .item .item-content .item-info .button-block .slider-button:first-child {
                margin-right: 20px; } }
            @media (max-width: 403px) {
              .application-carousel .item .item-content .item-info .button-block .slider-button:first-child {
                margin-right: 0;
                margin-bottom: 20px; } }
            .application-carousel .item .item-content .item-info .button-block .slider-button img {
              object-fit: cover;
              margin-left: 15px; }
            .application-carousel .item .item-content .item-info .button-block .slider-button .button-image-hover {
              display: none; }
      .application-carousel .item .item-content .item-image {
        width: 35%; }
        @media (max-width: 613px) {
          .application-carousel .item .item-content .item-image {
            margin: 0 auto; } }
        .application-carousel .item .item-content .item-image img {
          object-fit: cover; }
  .application-carousel .owl-dots {
    position: absolute;
    left: calc(50% - 19%);
    bottom: calc(50% - 34%);
    width: 100%; }
    @media (max-width: 4096px) {
      .application-carousel .owl-dots {
        bottom: calc(50% - 37%);
        left: calc(50% - 8%); } }
    @media (max-width: 3200px) {
      .application-carousel .owl-dots {
        left: calc(50% - 11.5%); } }
    @media (max-width: 2400px) {
      .application-carousel .owl-dots {
        bottom: calc(50% - 37%);
        left: calc(50% - 15%); } }
    @media (max-width: 2200px) {
      .application-carousel .owl-dots {
        left: calc(50% - 16.5%); } }
    @media (max-width: 1920px) {
      .application-carousel .owl-dots {
        left: calc(50% - 19%); } }
    @media (max-width: 1699px) {
      .application-carousel .owl-dots {
        bottom: calc(50% - 42%); } }
    @media (max-width: 1599px) {
      .application-carousel .owl-dots {
        bottom: calc(50% - 35%);
        left: calc(50% - 23%); } }
    @media (max-width: 1300px) {
      .application-carousel .owl-dots {
        left: calc(50% - 27%); } }
    @media (max-width: 1024px) {
      .application-carousel .owl-dots {
        left: calc(50% - 34%);
        bottom: calc(50% - 39%); } }
    @media (max-width: 991px) {
      .application-carousel .owl-dots {
        left: calc(50% - 37%);
        bottom: calc(50% - 33%); } }
    @media (max-width: 767px) {
      .application-carousel .owl-dots {
        left: calc(50% - 44%);
        bottom: calc(50% - 26%); } }
    @media (max-width: 613px) {
      .application-carousel .owl-dots {
        bottom: calc(50% - 40%);
        left: auto;
        text-align: center; } }
    .application-carousel .owl-dots .owl-dot {
      margin: 0;
      outline: none; }
      .application-carousel .owl-dots .owl-dot span {
        cursor: pointer;
        height: 9px;
        width: 9px;
        margin-right: 29px;
        background-color: #bababa;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        position: relative; }
        .application-carousel .owl-dots .owl-dot span:after {
          content: '';
          width: 17px;
          height: 17px;
          border: 2px solid #00b1b0;
          border-radius: 50%;
          position: absolute;
          top: -4px;
          left: -4px;
          opacity: 0; }
      .application-carousel .owl-dots .owl-dot:hover span, .application-carousel .owl-dots .owl-dot.active span {
        background-color: #00b1b0; }
        .application-carousel .owl-dots .owl-dot:hover span:after, .application-carousel .owl-dots .owl-dot.active span:after {
          opacity: 1; }
  @media (max-width: 991px) {
    .application-carousel.owl-carousel .owl-nav {
      position: absolute;
      bottom: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      left: calc(50%); } }
  @media (max-width: 767px) {
    .application-carousel.owl-carousel .owl-nav {
      left: calc(50% - 20%);
      width: 40%; } }
  @media (max-width: 613px) {
    .application-carousel.owl-carousel .owl-nav {
      bottom: 15px; } }
  .application-carousel.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -25px; }
    .application-carousel.owl-carousel .owl-nav button.owl-prev {
      left: calc(50% - 490px); }
      @media (max-width: 991px) {
        .application-carousel.owl-carousel .owl-nav button.owl-prev {
          left: -70px; } }
    .application-carousel.owl-carousel .owl-nav button.owl-next {
      right: calc(50% - 490px); }
      @media (max-width: 991px) {
        .application-carousel.owl-carousel .owl-nav button.owl-next {
          right: -70px; } }
    @media (max-width: 767px) {
      .application-carousel.owl-carousel .owl-nav button {
        position: static;
        margin: 0 5px; } }
.applicaton-info {
  padding: 28px 0 35px 0;
  color: #646464;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: center; }
  @media (max-width: 1199px) {
    .applicaton-info {
      padding: 28px 0 35px 0; } }
  @media (max-width: 991px) {
    .applicaton-info {
      padding: 28px 0 35px 0; } }
  .applicaton-info p {
    font-size: 18px;
    margin: 15px 0; }
    .applicaton-info p:first-child {
      font-size: 20px;
      font-weight: 500; }
  .applicaton-info .if-angle-down {
    font-size: 40px;
    color: #00b1b0; }

.main-carousel {
  width: 510px;
  position: relative; }
  @media (max-width: 520px) {
    .main-carousel {
      width: 500px; } }
  @media (max-width: 480px) {
    .main-carousel {
      width: 400px; } }
  @media (max-width: 420px) {
    .main-carousel {
      width: 300px; } }
  .main-carousel .owl-item {
    opacity: 0; }
  .main-carousel .active {
    opacity: 1; }
  .main-carousel .item {
    width: 100%; }
    .main-carousel .item .title-main-slider {
      font-size: 33px;
      line-height: 50px; }
      @media (max-width: 767px) {
        .main-carousel .item .title-main-slider {
          font-size: 30px;
          line-height: 1;
          margin-bottom: 15px; } }
      .main-carousel .item .title-main-slider span {
        font-size: 55px; }
        @media (max-width: 767px) {
          .main-carousel .item .title-main-slider span {
            font-size: 30px; } }
    .main-carousel .item .button-block {
      display: flex;
      flex-direction: row;
      justify-content: flex-start; }
      @media (max-width: 420px) {
        .main-carousel .item .button-block {
          flex-wrap: wrap; } }
      .main-carousel .item .button-block a:hover {
        text-decoration: none; }
      .main-carousel .item .button-block .slider-button {
        transition: all .3s ease;
        cursor: pointer;
        outline: none;
        text-decoration: none;
        background: none;
        font-size: 18px;
        font-weight: 500;
        color: #00afdb;
        line-height: 1;
        border: 2px solid #00afdb;
        padding: 10px 19px;
        display: flex;
        align-items: center;
        border-radius: 5px; }
        @media (max-width: 420px) {
          .main-carousel .item .button-block .slider-button {
            padding: 10px; } }
        .main-carousel .item .button-block .slider-button:hover {
          text-decoration: none;
          color: #fff;
          background-color: #00afdb; }
          .main-carousel .item .button-block .slider-button:hover .button-image-hover {
            display: block; }
          .main-carousel .item .button-block .slider-button:hover .button-image {
            display: none; }
        .main-carousel .item .button-block .slider-button:first-child {
          margin-right: 30px; }
          @media (max-width: 420px) {
            .main-carousel .item .button-block .slider-button:first-child {
              margin-right: 10px; } }
        .main-carousel .item .button-block .slider-button img {
          object-fit: cover;
          margin-left: 15px; }
        .main-carousel .item .button-block .slider-button .button-image-hover {
          display: none; }
  .main-carousel .owl-dots {
    position: absolute;
    left: 5px;
    bottom: -34%;
    width: 100%; }
    @media (max-width: 520px) {
      .main-carousel .owl-dots {
        bottom: -20%; } }
    @media (max-width: 480px) {
      .main-carousel .owl-dots {
        bottom: -15%; } }
    @media (max-width: 420px) {
      .main-carousel .owl-dots {
        bottom: -10%; } }
    .main-carousel .owl-dots .owl-dot {
      margin: 0;
      outline: none; }
      .main-carousel .owl-dots .owl-dot span {
        cursor: pointer;
        height: 9px;
        width: 9px;
        margin-right: 29px;
        background-color: #bababa;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        position: relative; }
        .main-carousel .owl-dots .owl-dot span:after {
          content: '';
          width: 17px;
          height: 17px;
          border: 2px solid #00b1b0;
          border-radius: 50%;
          position: absolute;
          top: -4px;
          left: -4px;
          opacity: 0; }
      .main-carousel .owl-dots .owl-dot:hover span, .main-carousel .owl-dots .owl-dot.active span {
        background-color: #00b1b0; }
        .main-carousel .owl-dots .owl-dot:hover span:after, .main-carousel .owl-dots .owl-dot.active span:after {
          opacity: 1; }

.map-image {
  margin: 50px 0;
  display: block; }
  .map-image img {
    width: 100%; }
  .map-image:first-child {
    margin-bottom: 0; }
  .map-image:last-child {
    margin-bottom: 0; }

.second-sidebar {
  width: 262px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  border-radius: 5px;
  padding: 22px;
  position: absolute;
  left: 75px;
  top: 200px;
  background-color: #ffffff;
  z-index: 300;
  max-height: calc(100vh - 40px);
  overflow: auto; }
  @media (max-width: 1600px) {
    .second-sidebar {
      left: 20px; } }
  @media (max-width: 767px) {
    .second-sidebar {
      display: none; } }
  .second-sidebar.hided {
    width: 51px;
    height: 44px;
    overflow: hidden;
    padding: 0; }
    .second-sidebar.hided .burger {
      margin-bottom: 0;
      padding: 15px; }
  .second-sidebar.fixed {
    position: fixed;
    top: 20px; }
  .second-sidebar.fix-bottom {
    top: auto;
    bottom: 20px; }
  .second-sidebar .burger {
    margin-bottom: 35px;
    cursor: pointer; }
    .second-sidebar .burger .if {
      color: #00b1b0;
      font-size: 14px;
      line-height: 1;
      display: block; }

.sidebar-navigation {
  transform-origin: 0 0; }
  .hided .sidebar-navigation {
    transform: scale(0);
    visibility: hidden; }
  .sidebar-navigation > ul > li {
    margin-bottom: 25px; }
    .sidebar-navigation > ul > li:last-child {
      margin-bottom: 0; }
    .sidebar-navigation > ul > li > a {
      color: #333333;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      display: block;
      transition: all .3s ease; }
      .sidebar-navigation > ul > li > a:hover {
        color: #00b1b0;
        text-decoration: none; }
    .sidebar-navigation > ul > li.active > a {
      font-weight: 500;
      color: #00b1b0;
      margin-bottom: 35px; }
    .sidebar-navigation > ul > li.active .sub-navigation {
      display: block; }
    .sidebar-navigation > ul > li .sub-navigation {
      display: none; }
      .sidebar-navigation > ul > li .sub-navigation li {
        margin-bottom: 25px; }
        .sidebar-navigation > ul > li .sub-navigation li:last-child {
          margin-bottom: 0; }
        .sidebar-navigation > ul > li .sub-navigation li.active a {
          color: #00b1b0; }
      .sidebar-navigation > ul > li .sub-navigation a {
        color: #777777;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        transition: all .3s ease;
        padding-left: 30px;
        display: block;
        position: relative; }
        .sidebar-navigation > ul > li .sub-navigation a:before {
          content: '';
          display: block;
          border: 3px solid transparent;
          border-right: 0;
          border-left-color: #00b1b0;
          position: absolute;
          left: 15px;
          top: 8px; }
        .sidebar-navigation > ul > li .sub-navigation a:hover {
          color: #00b1b0;
          text-decoration: none; }

.second-image-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .second-image-block {
      flex-wrap: wrap; } }
  .second-image-block:last-child {
    margin-bottom: 0; }
  .second-image-block .image {
    margin-left: 30px; }
    @media (max-width: 991px) {
      .second-image-block .image {
        margin-bottom: 30px;
        margin-left: 0;
        width: 100%;
        max-width: 400px; } }
    .second-image-block .image img {
      border-radius: 5px; }
      @media (max-width: 991px) {
        .second-image-block .image img {
          width: 100%; } }
.second-text-block {
  margin-bottom: 70px; }
  .second-text-block:last-child {
    margin-bottom: 0; }
  .second-text-block ul {
    list-style: none;
    padding-left: 80px; }
    @media (max-width: 767px) {
      .second-text-block ul {
        padding-left: 40px; } }
    .second-text-block ul li {
      position: relative;
      font-weight: 300;
      margin-bottom: 40px; }
      .second-text-block ul li:last-child {
        margin-bottom: 0; }
      .second-text-block ul li:before {
        content: '';
        display: block;
        position: absolute;
        left: -30px;
        width: 20px;
        height: 1px;
        background-color: #00afdb;
        top: 10px; }
  .second-text-block p a {
    border-bottom: none;
    text-decoration: underline; }

.second-doctor-block {
  border: 3px solid #b1e3fa;
  position: relative;
  padding: 40px;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .second-doctor-block {
      padding: 30px 15px 320px; } }
  .second-doctor-block:last-child {
    margin-bottom: 0; }
  .second-doctor-block .image {
    position: absolute;
    left: 35px;
    bottom: 0; }
    @media (max-width: 991px) {
      .second-doctor-block .image {
        width: 305px;
        left: auto;
        right: 0;
        transform: scale(-1, 1); }
        .second-doctor-block .image img {
          width: 100%;
          height: 100%; } }
  .second-doctor-block .caption {
    margin-left: 500px; }
    @media (max-width: 991px) {
      .second-doctor-block .caption {
        margin: 0; } }
    .second-doctor-block .caption ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .second-doctor-block .caption ul li {
        margin-bottom: 40px; }
        .second-doctor-block .caption ul li:last-child {
          margin-bottom: 0; }
      .second-doctor-block .caption ul a {
        color: #00b1b0;
        font-size: 20px;
        font-weight: 300;
        line-height: 1;
        display: inline-block;
        text-decoration: none;
        border-bottom: 1px solid #00b1b0;
        transition: all .3s ease; }
        .second-doctor-block .caption ul a:hover {
          text-decoration: none;
          border-bottom-color: transparent;
          color: #2499df; }
        @media (max-width: 767px) {
          .second-doctor-block .caption ul a {
            display: inline; } }
.action-banner {
  display: block;
  margin: 80px 0; }
  .action-banner:first-child {
    margin-top: 0; }
  .action-banner:last-child {
    margin-bottom: 0; }
  .action-banner img {
    width: 100%;
    border-radius: 10px; }

.video-review-block {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .video-review-block {
      margin-bottom: 60px; } }
  .video-review-block .title {
    color: #646464;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 25px; }

.shop-list .item {
  border: 3px solid #b1e3fa;
  background-color: #ffffff;
  padding: 35px 15px 35px 25px;
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  transition: all .3s ease; }
  .shop-list .item:hover {
    box-shadow: 0 28px 75px 2px rgba(199, 224, 224, 0.63);
    border: 1px solid rgba(116, 169, 169, 0.22);
    padding: 37px 17px 37px 27px; }
  .shop-list .item .contact {
    color: #555555;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 35px;
    padding-left: 37px;
    position: relative; }
    .shop-list .item .contact a {
      color: #555555; }
      .shop-list .item .contact a:hover {
        text-decoration: none;
        color: #2499df; }
    .shop-list .item .contact .if {
      font-size: 21px;
      color: #00b1b0;
      position: absolute;
      left: 0;
      top: -1px; }
    .shop-list .item .contact:last-child {
      margin-bottom: 0; }
    .shop-list .item .contact span {
      font-weight: 500; }

.special-offer-list {
  margin-bottom: 50px; }
  .special-offer-list .item {
    background-color: #eff3f5;
    display: flex;
    margin-bottom: 50px; }
    .special-offer-list .item:last-child {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .special-offer-list .item {
        flex-wrap: wrap; } }
    .special-offer-list .item .caption {
      width: calc(100% - 480px);
      padding: 50px 80px; }
      @media (max-width: 1279px) {
        .special-offer-list .item .caption {
          padding: 40px; } }
      @media (max-width: 991px) {
        .special-offer-list .item .caption {
          width: 100%;
          order: 2; } }
      .special-offer-list .item .caption .title {
        color: #333333;
        font-family: "Rubik", sans-serif;
        font-size: 30px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 35px; }
        @media (max-width: 1279px) {
          .special-offer-list .item .caption .title {
            font-size: 26px; } }
      .special-offer-list .item .caption .block {
        margin-bottom: 50px; }
        .special-offer-list .item .caption .block:last-child {
          margin-bottom: 0; }
        .special-offer-list .item .caption .block .name {
          color: #333333;
          font-size: 20px;
          font-weight: 400;
          line-height: 1;
          margin-bottom: 15px; }
        .special-offer-list .item .caption .block .text {
          color: #555555;
          font-family: "Rubik", sans-serif;
          font-size: 18px;
          font-weight: 300;
          line-height: 28px; }
    .special-offer-list .item .image {
      width: 480px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .special-offer-list .item .image {
          width: 100%;
          max-width: 500px;
          order: 1;
          margin: 0 auto; } }
      .special-offer-list .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.text-block-large-image-content {
  padding-bottom: 90px; }

.text-block-large-image {
  display: flex; }
  @media (max-width: 991px) {
    .text-block-large-image {
      flex-wrap: wrap; } }
  .text-block-large-image .caption {
    width: 400px; }
    @media (max-width: 991px) {
      .text-block-large-image .caption {
        width: 100%; } }
  .text-block-large-image .image {
    width: calc(100% - 400px); }
    @media (max-width: 991px) {
      .text-block-large-image .image {
        width: 100%;
        max-width: 400px;
        margin-bottom: 30px; } }
    .text-block-large-image .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .text-block-large-image .subtitle {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 25px; }
  .text-block-large-image ul {
    list-style: none;
    padding: 0; }
    .text-block-large-image ul li {
      position: relative;
      padding-left: 35px;
      color: #646464;
      font-size: 16px;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 20px; }
      .text-block-large-image ul li:last-child {
        margin-bottom: 0; }
      .text-block-large-image ul li:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 0;
        font-size: 13px;
        color: #00b1b0; }

.what-need-list .item {
  text-align: center;
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px; }
  .what-need-list .item .name {
    color: #333333;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 60px; }
    @media (max-width: 1269px) {
      .what-need-list .item .name {
        font-size: 20px; } }
  .what-need-list .item .image {
    margin-bottom: 65px;
    text-align: center; }
  .what-need-list .item img {
    max-width: 100%; }

.free-steps {
  display: flex;
  flex-wrap: wrap;
  counter-reset: steps; }
  .free-steps .title {
    color: #777777;
    font-family: "Rubik", sans-serif;
    font-size: 45px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .free-steps .title {
        font-size: 35px;
        font-weight: 300;
        margin-bottom: 35px; } }
  .free-steps .step {
    width: 50%;
    margin-bottom: 100px;
    text-align: center;
    counter-increment: steps; }
    @media (max-width: 767px) {
      .free-steps .step {
        width: 100%;
        margin-bottom: 80px; } }
    .free-steps .step .image {
      border-radius: 50%;
      display: inline-block;
      overflow: hidden;
      border: 3px solid #00b1b0;
      margin-bottom: 90px; }
    .free-steps .step .text {
      color: #333333;
      font-size: 22px;
      line-height: 26px;
      font-weight: 300;
      position: relative; }
      .free-steps .step .text:before {
        content: counter(steps);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33px;
        height: 33px;
        border: 3px solid #00b1b0;
        position: absolute;
        left: 50%;
        margin-left: -11.5px;
        top: -60px;
        border-radius: 50%;
        font-weight: 500;
        color: #00b1b0;
        font-size: 20px;
        line-height: 1;
        text-indent: -1px; }

.have-question-block {
  background-color: #eff3f5;
  text-align: center;
  padding: 50px 0; }
  @media (max-width: 767px) {
    .have-question-block {
      padding: 50px 30px;
      margin-left: -15px;
      margin-right: -15px; } }
  .have-question-block .title {
    color: #333333;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1; }
  .have-question-block .text {
    color: #333333;
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 35px; }

.instruction-steps .step {
  display: flex;
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .instruction-steps .step {
      flex-wrap: wrap;
      margin-bottom: 70px; } }
  .instruction-steps .step:nth-child(even) .caption {
    order: 2;
    padding-right: 0;
    padding-left: 130px; }
    @media (max-width: 767px) {
      .instruction-steps .step:nth-child(even) .caption {
        padding: 0;
        order: 1; } }
  .instruction-steps .step:nth-child(even) .image {
    order: 1; }
    @media (max-width: 767px) {
      .instruction-steps .step:nth-child(even) .image {
        order: 2; } }
  .instruction-steps .step .caption,
  .instruction-steps .step .image {
    width: 50%; }
    @media (max-width: 767px) {
      .instruction-steps .step .caption,
      .instruction-steps .step .image {
        width: 100%; } }
  .instruction-steps .step .image img {
    border-radius: 5px;
    width: 100%; }
  .instruction-steps .step .caption {
    padding-right: 130px; }
    @media (max-width: 767px) {
      .instruction-steps .step .caption {
        padding: 0;
        margin-bottom: 30px; } }
    .instruction-steps .step .caption .title {
      color: #333333;
      font-size: 25px;
      line-height: 1;
      font-weight: 400;
      margin-bottom: 30px; }
    .instruction-steps .step .caption .text {
      color: #646464;
      font-size: 18px;
      font-weight: 300;
      line-height: 26px; }

.purchase-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 40px;
  background-color: #56c4c4;
  border-radius: 8px;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .purchase-banner {
      padding: 20px; } }
  @media (max-width: 499px) {
    .purchase-banner {
      display: grid;
      grid-template-columns: 1fr 4fr; } }
.purchase-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0; }

.purchase-slogan {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-align: center; }
  @media (max-width: 991px) {
    .purchase-slogan {
      font-size: 18px; } }
  @media (max-width: 499px) {
    .purchase-slogan {
      font-size: 16px;
      text-align: start; } }
.purchase-links {
  display: flex;
  gap: 25px; }
  @media (max-width: 767px) {
    .purchase-links {
      gap: 10px; } }
  @media (max-width: 499px) {
    .purchase-links {
      grid-column: 1/-1;
      justify-content: start; } }
.purchase-market {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 5px; }
  .purchase-market:hover img {
    transform: scale(1.1); }
  .purchase-market img {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transition: transform 0.4s ease-in; }

.purchase-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: #333;
  margin-bottom: 65px; }
  @media (max-width: 767px) {
    .purchase-title {
      font-size: 24px;
      margin-bottom: 35px; } }
.purchase-list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .purchase-list .item {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .purchase-list .item {
      display: block; } }
  .purchase-list .item:last-child {
    margin-bottom: 0; }
  .purchase-list .item .image {
    width: 390px;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .purchase-list .item .image {
        width: 100%;
        max-width: 390px; } }
    .purchase-list .item .image img {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.1); }
  .purchase-list .item .action {
    width: 34%; }
    @media (max-width: 1269px) {
      .purchase-list .item .action {
        width: 26%;
        padding-top: 0 !important; } }
    @media (max-width: 991px) {
      .purchase-list .item .action {
        width: 32%; } }
    @media (max-width: 767px) {
      .purchase-list .item .action {
        width: 100%;
        padding-top: 20px !important; } }
  .purchase-list .item .caption {
    width: 26%; }
    @media (max-width: 1269px) {
      .purchase-list .item .caption {
        padding-top: 0 !important; } }
    @media (max-width: 991px) {
      .purchase-list .item .caption {
        width: 100%;
        padding-top: 20px !important; } }
    @media (max-width: 767px) {
      .purchase-list .item .caption {
        padding-top: 0 !important; } }
  .purchase-list .item .action,
  .purchase-list .item .caption {
    padding-top: 40px; }
  .purchase-list .item .image img {
    border-radius: 5px; }
  .purchase-list .item .name {
    color: #333333;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 25px;
    display: block;
    transition: all 0.3s ease; }
    .purchase-list .item .name:hover {
      text-decoration: none;
      color: #2499df; }
  .purchase-list .item .price-block {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .purchase-list .item .price-block {
        display: flex;
        align-items: center; } }
    .purchase-list .item .price-block .text {
      color: #333333;
      font-size: 22px;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .purchase-list .item .price-block .text {
          margin-bottom: 0;
          margin-right: 15px; } }
    .purchase-list .item .price-block .price {
      color: #333333;
      font-size: 28px;
      line-height: 1;
      font-weight: 400; }
  .purchase-list .item .buttons-line {
    margin-left: -20px; }
    @media (max-width: 991px) {
      .purchase-list .item .buttons-line {
        justify-content: flex-start; } }
    @media (max-width: 767px) {
      .purchase-list .item .buttons-line {
        margin-left: -15px;
        width: auto;
        justify-content: center; } }
    .purchase-list .item .buttons-line .button {
      margin-left: 20px;
      padding-left: 30px;
      padding-right: 30px;
      font-size: 16px;
      letter-spacing: 0.37px; }
      @media (max-width: 991px) {
        .purchase-list .item .buttons-line .button {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        .purchase-list .item .buttons-line .button {
          padding: 20px;
          margin-left: 15px;
          display: block; } }
.product-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .product-head .image {
    width: 520px;
    flex: 0 0 520px; }
    @media (max-width: 991px) {
      .product-head .image {
        width: 100%;
        flex: 0 0 auto;
        margin-bottom: 50px; } }
    .product-head .image img {
      width: 100%; }
      @media (max-width: 991px) {
        .product-head .image img {
          max-width: 500px; } }
  .product-head .action {
    width: calc(100% - 585px); }
    @media (max-width: 991px) {
      .product-head .action {
        width: 100%; } }
    .product-head .action .name {
      color: #333333;
      font-size: 28px;
      font-weight: 400;
      margin-bottom: 25px; }
    .product-head .action .text {
      color: #646464;
      font-family: "Rubik", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 26px;
      margin-bottom: 45px; }
    .product-head .action .price-block {
      color: #333333;
      margin-bottom: 40px; }
      .product-head .action .price-block .text {
        font-size: 22px;
        font-weight: 300;
        line-height: 1;
        margin-bottom: 20px; }
      .product-head .action .price-block .price {
        font-size: 28px;
        font-weight: 400;
        vertical-align: middle; }
        .product-head .action .price-block .price span {
          display: inline-block;
          font-size: 22px;
          font-weight: 300;
          line-height: 26px;
          vertical-align: middle; }

.product-description {
  padding-top: 60px; }
  .product-description .title {
    color: #333333;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 30px; }
  .product-description p {
    color: #646464;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 35px 0; }

.section-benefits {
  background: #f9f9f9 url(/assets/benefits-background-inrange-68f375e87ac5eae6e6b7e53634bfa46bd1c2a7dfc480ddc5290b5634dc4920ab.jpg) 50% 50% no-repeat;
  margin-bottom: 86px; }
  @media (max-width: 991px) {
    .section-benefits {
      margin-bottom: 66px; } }
  @media (max-width: 767px) {
    .section-benefits {
      margin-bottom: 46px;
      background: #f9f9f9; } }
.content-benefits {
  padding: 6% 0 4%; }
  @media (max-width: 767px) {
    .content-benefits {
      text-align: center;
      padding: 15% 0 10%; } }
  .content-benefits .benefits-name {
    color: #aeaeae;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 62px; }
    @media (max-width: 767px) {
      .content-benefits .benefits-name {
        margin-bottom: 38px; } }
  .content-benefits .benefits-title {
    color: #282828;
    font-size: 36px;
    font-weight: 400;
    line-height: 57px;
    text-transform: uppercase;
    margin-bottom: 28px; }
    @media (max-width: 1299px) {
      .content-benefits .benefits-title {
        font-size: 34px; } }
    @media (max-width: 991px) {
      .content-benefits .benefits-title {
        font-size: 30px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .content-benefits .benefits-title {
        font-size: 28px;
        line-height: 40px; } }
    .content-benefits .benefits-title span {
      color: #04a6a8;
      font-weight: 700;
      font-size: 60px; }
      @media (max-width: 1299px) {
        .content-benefits .benefits-title span {
          font-size: 54px; } }
      @media (max-width: 991px) {
        .content-benefits .benefits-title span {
          font-size: 43px; } }
      @media (max-width: 767px) {
        .content-benefits .benefits-title span {
          font-size: 40px;
          line-height: 50px; } }
  .content-benefits .benefits-installment {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    border-radius: 15px;
    background-color: #04a6a8;
    padding: 8px 21px;
    width: 37%;
    margin-bottom: 56px;
    max-width: 422px; }
    @media (max-width: 1299px) {
      .content-benefits .benefits-installment {
        width: 47%; } }
    @media (max-width: 991px) {
      .content-benefits .benefits-installment {
        font-size: 20px;
        width: 65%;
        max-width: 387px; } }
    @media (max-width: 767px) {
      .content-benefits .benefits-installment {
        width: 80%;
        margin: 0 auto 50px;
        font-size: 18px;
        line-height: 22px; } }
  .content-benefits .benefits-content {
    display: flex;
    width: 57%;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 67px; }
    @media (max-width: 1299px) {
      .content-benefits .benefits-content {
        width: 67%;
        max-width: 623px; } }
    @media (max-width: 1299px) {
      .content-benefits .benefits-content {
        width: 70%;
        max-width: 483px; } }
    @media (max-width: 767px) {
      .content-benefits .benefits-content {
        flex-direction: column;
        margin: 0 auto 30px;
        width: 80%;
        text-align: left;
        max-width: 232px; } }
    .content-benefits .benefits-content .benefits-content-item {
      display: flex;
      flex-direction: row; }
      @media (max-width: 991px) {
        .content-benefits .benefits-content .benefits-content-item:last-child {
          width: 34%; } }
      @media (max-width: 767px) {
        .content-benefits .benefits-content .benefits-content-item {
          margin-bottom: 30px; }
          .content-benefits .benefits-content .benefits-content-item:last-child {
            width: 100%; } }
      .content-benefits .benefits-content .benefits-content-item .benefits-item-image {
        margin-right: 18px;
        padding-top: 3px; }
        @media (max-width: 991px) {
          .content-benefits .benefits-content .benefits-content-item .benefits-item-image {
            margin-right: 10px; } }
        .content-benefits .benefits-content .benefits-content-item .benefits-item-image img {
          display: block;
          object-fit: cover; }
      .content-benefits .benefits-content .benefits-content-item .benefits-item-content .benefits-item-content-title {
        color: #404040;
        font-size: 24px;
        line-height: 1;
        font-weight: 300;
        margin-bottom: 7px; }
        @media (max-width: 991px) {
          .content-benefits .benefits-content .benefits-content-item .benefits-item-content .benefits-item-content-title {
            font-size: 22px; } }
      .content-benefits .benefits-content .benefits-content-item .benefits-item-content .benefits-item-content-description {
        color: #4f4f4f;
        font-size: 18px;
        font-weight: 300;
        line-height: 1; }
        @media (max-width: 991px) {
          .content-benefits .benefits-content .benefits-content-item .benefits-item-content .benefits-item-content-description {
            font-size: 16px; } }
  .content-benefits .button.button-cyan {
    padding: 25px 41px;
    margin-bottom: 75px; }
    @media (max-width: 767px) {
      .content-benefits .button.button-cyan {
        margin-bottom: 55px; } }
  .content-benefits .phone-number {
    color: #04a6a8;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 17px;
    text-decoration: none;
    display: block; }
    @media (max-width: 767px) {
      .content-benefits .phone-number {
        font-size: 22px; } }
  .content-benefits .benefits-info {
    color: #c1c1c1;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    width: 69%; }
    @media (max-width: 1299px) {
      .content-benefits .benefits-info {
        width: 82%; } }
    @media (max-width: 767px) {
      .content-benefits .benefits-info {
        width: 100%; } }
    .content-benefits .benefits-info a {
      color: #c1c1c1;
      text-decoration: underline;
      transition: 0.4s ease; }
      .content-benefits .benefits-info a:hover {
        text-decoration: none; }

.terms {
  text-align: center; }
  .terms .section-title {
    color: #2f2f2f;
    margin-bottom: 92px; }
    @media (max-width: 991px) {
      .terms .section-title {
        margin-bottom: 65px; } }
    @media (max-width: 767px) {
      .terms .section-title {
        margin-bottom: 45px; } }
  .terms .terms-content {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 65%;
    margin: 0 auto 69px; }
    @media (max-width: 991px) {
      .terms .terms-content {
        width: 85%; } }
    @media (max-width: 767px) {
      .terms .terms-content {
        flex-direction: column;
        margin: 0 auto 10px; } }
    .terms .terms-content .terms-content-item {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 767px) {
        .terms .terms-content .terms-content-item {
          margin-bottom: 40px; } }
      .terms .terms-content .terms-content-item:first-child, .terms .terms-content .terms-content-item:last-child {
        padding-top: 12px; }
      .terms .terms-content .terms-content-item img {
        object-fit: cover;
        display: block;
        margin-bottom: 44px; }
        @media (max-width: 767px) {
          .terms .terms-content .terms-content-item img {
            margin-bottom: 24px; } }
      .terms .terms-content .terms-content-item .terms-item-title {
        color: #2f2f2f;
        font-size: 22px;
        font-weight: 500;
        line-height: 1; }
  .terms .button.button-cyan {
    margin-bottom: 42px;
    padding: 25px 90px; }
  .terms .terms-info {
    margin: 0 auto 41px;
    color: #d3d3d3;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    width: 54%; }
    @media (max-width: 991px) {
      .terms .terms-info {
        width: 74%; } }
    @media (max-width: 767px) {
      .terms .terms-info {
        width: 100%; } }
.section-information {
  background-color: #f4f8fa;
  padding: 104px 0 36px;
  text-align: center; }
  @media (max-width: 991px) {
    .section-information {
      padding: 70px 0 26px; } }
  @media (max-width: 767px) {
    .section-information {
      padding: 40px 0 10px; } }
  .section-information .container {
    max-width: 1284px; }
    .section-information .container .section-title {
      width: 82%;
      color: #474646;
      font-size: 30px;
      font-weight: 400;
      line-height: 46px;
      margin: 0 auto 72px; }
      @media (max-width: 991px) {
        .section-information .container .section-title {
          font-size: 26px;
          line-height: 36px;
          max-width: 694px; } }
      @media (max-width: 767px) {
        .section-information .container .section-title {
          width: 100%;
          font-size: 20px;
          line-height: 30px;
          margin: 0 auto 42px; } }
      .section-information .container .section-title span {
        font-weight: 500; }
    .section-information .container .installment-item-container {
      margin-bottom: 40px;
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
      @media (max-width: 991px) {
        .section-information .container .installment-item-container {
          flex-direction: column;
          align-items: center; } }
      .section-information .container .installment-item-container .installment-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 48%;
        border: 1px solid #bbc6cc;
        padding: 34px 20px 27px; }
        @media (max-width: 991px) {
          .section-information .container .installment-item-container .installment-item {
            width: 82%;
            max-width: 606px; }
            .section-information .container .installment-item-container .installment-item:first-child {
              margin-bottom: 20px; } }
        @media (max-width: 767px) {
          .section-information .container .installment-item-container .installment-item {
            width: 100%;
            flex-direction: column; } }
        .section-information .container .installment-item-container .installment-item .installment-item-image {
          margin-right: 20px; }
          @media (max-width: 767px) {
            .section-information .container .installment-item-container .installment-item .installment-item-image {
              margin: 0 0 20px; } }
        .section-information .container .installment-item-container .installment-item .installment-item-content {
          color: #4a4a4a;
          font-size: 23px;
          font-weight: 400;
          line-height: 48px; }
          @media (max-width: 767px) {
            .section-information .container .installment-item-container .installment-item .installment-item-content {
              font-size: 18px;
              line-height: 30px; } }
          .section-information .container .installment-item-container .installment-item .installment-item-content span {
            font-size: 36px;
            font-weight: 500; }
            @media (max-width: 767px) {
              .section-information .container .installment-item-container .installment-item .installment-item-content span {
                font-size: 30px;
                line-height: 40px; } }
    .section-information .container .installment-info {
      color: #2aacae;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 38px;
      text-align: center; }
      @media (max-width: 991px) {
        .section-information .container .installment-info {
          width: 90%;
          margin: 0 auto 38px;
          max-width: 810px; } }
      @media (max-width: 767px) {
        .section-information .container .installment-info {
          font-size: 16px;
          width: 100%;
          line-height: 25px;
          max-width: 560px; } }
  .section-information .button.button-cyan {
    color: #2aacae;
    padding: 18px 50px;
    border: 2px solid #39b8ba;
    margin: 0 auto 41px;
    background-color: #f4f8fa; }
    .section-information .button.button-cyan:hover {
      background-color: #00b1b0;
      color: #ffffff; }
  .section-information .call-back-info {
    color: #cbd2d6;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .section-information .call-back-info {
        max-width: 580px;
        margin: 0 auto 35px; } }
.why-we-item {
  position: relative;
  height: 100%;
  padding: 40px 10px 70px;
  text-align: center;
  transition: all .3s ease;
  box-shadow: none;
  background-color: transparent; }
  @media (max-width: 767px) {
    .why-we-item {
      padding: 20px 10px;
      margin-bottom: 20px; } }
  .why-we-item:hover {
    box-shadow: 0 28px 75px 2px rgba(199, 224, 224, 0.63);
    background-color: #ffffff; }
  .why-we-item .if {
    font-size: 70px;
    line-height: 1;
    color: #00b1b0;
    margin-bottom: 30px;
    display: block; }
  .why-we-item .name {
    color: #333333;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 22px; }
    @media (max-width: 767px) {
      .why-we-item .name {
        font-size: 18px;
        margin-bottom: 20px; } }
  .why-we-item .text {
    color: #646464;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
    @media (max-width: 767px) {
      .why-we-item .text {
        font-size: 14px;
        line-height: 18px; } }
    .why-we-item .text span {
      font-weight: 700;
      display: block;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .why-we-item .text span {
          margin-bottom: 0; } }
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .video-wrapper .cover-wrapper {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer; }
    .video-wrapper .cover-wrapper .cover {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
      overflow: hidden; }
      .video-wrapper .cover-wrapper .cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .5; }
    .video-wrapper .cover-wrapper .if {
      font-size: 106px;
      line-height: 1;
      color: #ffffff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 20; }
    .video-wrapper .cover-wrapper .content {
      position: relative;
      z-index: 10;
      text-align: center;
      padding-bottom: 50px; }
      .video-wrapper .cover-wrapper .content .name {
        color: #ffffff;
        font-size: 33px;
        line-height: 1;
        font-weight: 500;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .video-wrapper .cover-wrapper .content .name {
            font-size: 28px; } }
      .video-wrapper .cover-wrapper .content .info {
        color: #ffffff;
        font-size: 24px;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 1.8px; }

.where-buy-item {
  position: relative;
  height: 100%;
  border: 1px solid rgba(116, 169, 169, 0.22);
  transition: all .3s ease;
  padding: 67px 25px;
  text-align: center;
  border-radius: 2px; }
  @media (max-width: 991px) {
    .where-buy-item {
      margin-bottom: 30px;
      height: auto; } }
  @media (max-width: 767px) {
    .where-buy-item {
      margin: 0 -15px;
      border-bottom: none; } }
  .where-buy-item:hover {
    background-color: #ffffff;
    box-shadow: 0 28px 75px 2px rgba(199, 224, 224, 0.63);
    border-color: transparent; }
  .where-buy-item .if {
    font-size: 82px;
    color: #00b1b0;
    display: block; }
    .where-buy-item .if.if-where-buy-01 {
      font-size: 62px; }
  .where-buy-item .icon {
    margin-bottom: 40px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .where-buy-item .button {
    padding: 24px 35px;
    font-size: 16px;
    font-weight: 400;
    min-width: 260px;
    margin-bottom: 30px; }
    @media (max-width: 1279px) {
      .where-buy-item .button {
        padding: 24px 10px;
        width: 100%;
        min-width: initial; } }
    @media (max-width: 991px) {
      .where-buy-item .button {
        max-width: 260px; } }
    @media (max-width: 767px) {
      .where-buy-item .button {
        padding: 20px 10px; } }
  .where-buy-item .text {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.4px; }

.breadcrumbs {
  margin-bottom: 30px; }
  .breadcrumbs + * {
    margin-top: 0; }
  .breadcrumbs ul {
    display: flex;
    align-items: center;
    margin-left: -30px;
    flex-wrap: wrap; }
    .breadcrumbs ul li {
      position: relative;
      margin-left: 30px;
      color: #777777;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 20px; }
      .breadcrumbs ul li:after {
        content: '/';
        position: absolute;
        right: -17px;
        top: 1px;
        color: #777777;
        font-size: 14px;
        font-weight: 400;
        line-height: 1; }
      .breadcrumbs ul li:last-child:after {
        content: none; }
    .breadcrumbs ul a {
      color: #777777;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      transition: all .3s ease; }
      .breadcrumbs ul a:hover {
        text-decoration: none;
        color: #2499df; }

.recommendation-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 50px; }
  .recommendation-list .item:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .recommendation-list .item {
      margin-bottom: 30px;
      padding: 0 15px; } }
  .recommendation-list .item .if {
    font-size: 40px;
    line-height: 1;
    color: #00b1b0;
    flex: 0 0 40px;
    text-align: center; }
  .recommendation-list .item .text {
    color: #333333;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 42px;
    margin-left: 40px; }
    @media (max-width: 767px) {
      .recommendation-list .item .text {
        margin-left: 30px;
        font-size: 16px;
        line-height: 20px; } }
.how-controls-mno .item {
  text-align: center; }
  @media (max-width: 767px) {
    .how-controls-mno .item {
      margin-bottom: 60px; } }
  .how-controls-mno .item .if {
    font-size: 90px;
    line-height: 1;
    display: block;
    color: #00b1b0;
    margin-bottom: 40px; }
  .how-controls-mno .item .text {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }

.pharmacy-list {
  margin-bottom: 40px; }
  .pharmacy-list:last-child {
    margin-bottom: 0; }
  .pharmacy-list .item {
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 90px; }
    @media (max-width: 767px) {
      .pharmacy-list .item {
        display: block;
        text-align: center; }
        .pharmacy-list .item span {
          display: block; } }
    .pharmacy-list .item:hover {
      text-decoration: none; }
    .pharmacy-list .item .logo {
      width: 140px; }
      @media (max-width: 767px) {
        .pharmacy-list .item .logo {
          width: 100%; } }
    .pharmacy-list .item .cost {
      color: #222222;
      font-size: 20px;
      font-weight: 400;
      line-height: 1; }
      @media (max-width: 767px) {
        .pharmacy-list .item .cost {
          margin-top: 20px; } }
      .pharmacy-list .item .cost.red {
        color: #ff0000;
        font-weight: 300; }
    .pharmacy-list .item .action {
      color: #dd1212;
      font-size: 20px;
      line-height: 1; }
      @media (max-width: 767px) {
        .pharmacy-list .item .action {
          margin-bottom: 10px; } }
.accordion-item {
  border-top: 1px solid #d7d7d7; }
  .accordion-item:last-child {
    border-bottom: 1px solid #d7d7d7; }
  .accordion-item.active .accordion-head .if {
    transform: rotate(180deg);
    color: #2499df; }
  .accordion-item .accordion-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    cursor: pointer; }
    .accordion-item .accordion-head:hover .name,
    .accordion-item .accordion-head:hover .if {
      color: #2499df; }
    .accordion-item .accordion-head .name {
      color: #333333;
      font-size: 22px;
      font-weight: 300;
      line-height: 26px;
      transition: all .3s ease; }
    .accordion-item .accordion-head .if {
      padding: 0 30px;
      font-size: 18px;
      color: #9e9e9e;
      transition: all .3s ease; }
  .accordion-item .accordion-body {
    padding: 40px;
    background-color: #f4f8fd;
    border-top: 1px solid #d7d7d7;
    display: none; }

.datepicker--day-name {
  color: #00b1b0; }

.suggestions-suggestions {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.21);
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  border-radius: 5px; }
  .suggestions-suggestions .suggestions-hint {
    color: #777777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.45px;
    margin-bottom: 10px;
    padding: 0 20px; }
  .suggestions-suggestions .suggestions-suggestion {
    padding: 10px 20px;
    color: #777777;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.45px; }
    .suggestions-suggestions .suggestions-suggestion:hover {
      background-color: #eff3f5; }

.avatar-block .avatar-image {
  width: 195px;
  height: 195px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 25px; }
  .avatar-block .avatar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.burger-head {
  height: 19px;
  width: 28px;
  position: relative;
  display: none; }
  @media (max-width: 1269px) {
    .burger-head {
      display: block; } }
  .burger-head span {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all .6s ease;
    transform-origin: 0 0;
    opacity: 1;
    background-color: #00b1b0;
    backface-visibility: hidden; }
    .burger-head span:nth-child(1) {
      top: 0; }
    .burger-head span:nth-child(2) {
      top: 9px;
      width: 22px;
      left: auto;
      right: 0; }
    .burger-head span:nth-child(3) {
      bottom: 0;
      transform-origin: 0 100%; }
  .show-site-menu .burger-head {
    height: 22px; }
    .show-site-menu .burger-head span:nth-child(1) {
      transform: rotateZ(45deg);
      left: 3px; }
    .show-site-menu .burger-head span:nth-child(2) {
      transform: translateX(-10px);
      opacity: 0; }
    .show-site-menu .burger-head span:nth-child(3) {
      transform: rotateZ(-45deg);
      bottom: 0;
      left: 3px; }

.cookies-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #00afdb;
  padding: 25px 20px;
  z-index: 9999; }
  @media (max-width: 767px) {
    .cookies-popup {
      padding: 15px 20px; } }
  .cookies-popup .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
  .cookies-popup-title {
    color: #fffefe;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1.06px; }
    @media (max-width: 991px) {
      .cookies-popup-title {
        font-size: 14px;
        line-height: 18px; } }
    .cookies-popup-title a {
      text-decoration: underline;
      color: #fffefe; }
      .cookies-popup-title a:hover {
        text-decoration: none; }
  .cookies-popup-text {
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px; }
  .cookies-popup-bottom {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer; }
  .cookies-popup-checkbox {
    background: none;
    border: 1px solid #ffffff;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer; }
    .cookies-popup-checkbox:after, .cookies-popup-checkbox:before {
      content: "";
      position: absolute;
      display: block;
      height: 1px;
      background-color: #00afdb;
      opacity: 0; }
    .cookies-popup-checkbox:after {
      top: 8px;
      left: 2px;
      width: 5px;
      transform: rotate(45deg); }
    .cookies-popup-checkbox:before {
      top: 6px;
      left: 5px;
      width: 9px;
      transform: rotate(-45deg); }
    .cookies-popup-checkbox:checked {
      background-color: #ffffff; }
      .cookies-popup-checkbox:checked:after, .cookies-popup-checkbox:checked:before {
        opacity: 1; }

/*
	Application
*/
body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  position: relative;
  color: #646464;
  font-size: 16px; }
  body.show-popup {
    overflow: hidden;
    height: 100%; }
  body.show-site-menu {
    overflow: hidden; }
  body.sticky-header {
    padding-top: 103px; }

* {
  outline: none !important; }

nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style: none; }

h1,
.h1 {
  color: #333333;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 35px;
  line-height: 1; }

h4,
.h4 {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 60px; }
  h4:first-child,
  .h4:first-child {
    margin-top: 0; }
  h4:last-child,
  .h4:last-child {
    margin-bottom: 0; }

p {
  color: #646464;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin: 30px 0; }
  p.large {
    color: #333333;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }
  p a {
    color: #00b1b0;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #00b1b0;
    transition: all 0.3s ease;
    line-height: 18px; }
    p a:hover {
      color: #2499df;
      border-bottom-color: transparent;
      text-decoration: none; }

@media (max-width: 1920px) {
  .page-with-sidebar .container {
    margin-left: 367px; } }

@media (max-width: 1600px) {
  .page-with-sidebar .container {
    margin-left: 302px; } }

@media (max-width: 1500px) {
  .page-with-sidebar .container {
    margin-left: 80px; } }

@media (max-width: 767px) {
  .page-with-sidebar .container {
    margin: 0 auto; } }

/*
	Pages
*/
.contact-head {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
  /* @media (max-width: 767px) {
    flex-wrap: wrap;
  }*/ }
  @media (max-width: 991px) {
    .contact-head {
      flex-wrap: wrap; } }
  .contact-head .name {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 35px; }
  .contact-head .value {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px; }
  .contact-head a.value {
    text-decoration: none;
    transition: all 0.3s ease;
    display: block; }
    .contact-head a.value:hover {
      text-decoration: none;
      color: #2499df; }
  .contact-head .text {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
    .contact-head .text a {
      text-transform: uppercase;
      color: #00b1b0;
      text-decoration: underline;
      font-weight: 400; }
      .contact-head .text a:hover {
        color: #2499df;
        text-decoration: none; }
      .contact-head .text a:last-child {
        color: #555555;
        text-decoration: none; }
        .contact-head .text a:last-child:hover {
          color: #2499df; }
  .contact-head .button {
    align-self: flex-end;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .contact-head .button {
        margin: 30px auto 0; } }
  .contact-head div {
    padding-right: 20px; }
  .contact-head div:last-child {
    padding-right: 0; }
  .contact-head .phone {
    width: 33%; }
    @media (max-width: 991px) {
      .contact-head .phone {
        width: 47%;
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .contact-head .phone {
        width: 100%;
        margin-bottom: 50px; } }
  .contact-head .address {
    width: 35%; }
    @media (max-width: 991px) {
      .contact-head .address {
        width: 47%;
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .contact-head .address {
        width: 100%;
        margin-bottom: 50px; } }
  .contact-head .service {
    width: 32%; }
    @media (max-width: 991px) {
      .contact-head .service {
        width: 97%; } }
    @media (max-width: 767px) {
      .contact-head .service {
        width: 100%; } }
#contact-map {
  width: 100%;
  height: 450px; }

.contact-button {
  margin: 0 auto 40px;
  text-align: center; }

.main-head {
  height: 100vh;
  margin-top: -103px;
  padding-top: 103px;
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    .main-head {
      margin-top: -83px;
      padding-top: 123px; } }
  .main-head .mobile-background {
    display: none; }
    @media (max-width: 767px) {
      .main-head .mobile-background {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
        .main-head .mobile-background img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  .main-head .video-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    @media (max-width: 767px) {
      .main-head .video-background {
        display: none; } }
    .main-head .video-background video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main-head .container {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 20; }
    @media (max-width: 767px) {
      .main-head .container {
        align-items: flex-start; } }
  .main-head .name {
    color: #333333;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 32px; }
  .main-head .title {
    color: #333333;
    font-size: 55px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .main-head .title {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 15px; } }
    .main-head .title span {
      color: #00b1b0;
      font-weight: 700; }
  .main-head .text {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.45px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .main-head .text br {
        display: none; } }
.main-how-use {
  background-color: #00b1b0;
  padding: 120px 0;
  position: relative; }
  @media (max-width: 991px) {
    .main-how-use {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .main-how-use {
      padding-top: 60px; } }
  .main-how-use .title {
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 30px; }
    .main-how-use .title:after {
      content: '';
      width: 86px;
      height: 3px;
      background-color: #ffffff;
      display: block;
      margin-top: 30px; }
    .main-how-use .title span {
      display: block;
      text-transform: uppercase; }
  .main-how-use .text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.45px;
    margin-bottom: 45px; }
  .main-how-use .video-wrapper {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    padding: 0;
    top: 0; }
    @media (max-width: 991px) {
      .main-how-use .video-wrapper {
        position: relative;
        left: auto;
        width: 100%;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
        margin-top: 40px; } }
@media (max-width: 991px) {
  .main-device-section {
    text-align: center; } }

.main-device-section p {
  color: #555555;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.45px;
  margin: 40px 0; }

.main-device-section .device-image {
  text-align: center;
  position: relative; }
  @media (max-width: 1269px) {
    .main-device-section .device-image {
      max-width: 270px; } }
  @media (max-width: 991px) {
    .main-device-section .device-image {
      margin: 0 auto 30px; } }
  .main-device-section .device-image img {
    max-width: 100%; }
  .main-device-section .device-image .if {
    width: 89px;
    height: 89px;
    background-color: #00b1b0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 68px;
    line-height: 1;
    position: absolute;
    right: -15px;
    top: 80px;
    border-radius: 50%; }
    .main-device-section .device-image .if:before {
      margin-left: -5px;
      display: block; }

.search-head {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #b1e3fa;
  padding: 20px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .search-head {
      display: block;
      border: none;
      padding: 0; } }
  .search-head .name,
  .search-head .results {
    color: #555555;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1; }
  .search-head .points-count {
    color: #00b1b0;
    margin-top: 5px; }
  .search-head label {
    margin: 0 50px 0 30px;
    min-width: 400px; }
    @media (max-width: 991px) {
      .search-head label {
        margin: 30px 0;
        min-width: initial;
        width: 100%; } }
#search-map {
  height: 450px;
  width: 100%;
  margin-bottom: 50px; }

.search-tabs {
  align-items: center;
  margin-bottom: 80px;
  display: none; }
  .search-tabs.show {
    display: flex; }
  .search-tabs .tab {
    color: #555555;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-left: 80px;
    border-bottom: 1px dashed #555555;
    cursor: pointer;
    transition: all .3s ease; }
    @media (max-width: 767px) {
      .search-tabs .tab {
        font-size: 14px;
        margin-left: 20px; } }
    .search-tabs .tab.active {
      color: #00b1b0;
      border-bottom-color: transparent; }
    .search-tabs .tab:first-child {
      margin-left: 0; }

.info-window {
  max-width: 300px; }
  .info-window .contact {
    color: #555555;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative; }
    .info-window .contact a {
      color: #555555; }
      .info-window .contact a:hover {
        text-decoration: none;
        color: #2499df; }
    .info-window .contact .if {
      font-size: 18px;
      color: #00b1b0;
      position: absolute;
      left: 0;
      top: -1px; }
    .info-window .contact:last-child {
      margin-bottom: 0; }
    .info-window .contact span {
      font-weight: 500; }

/*
	Animations
*/
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35); }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.pharmacy-list .item {
  margin-bottom: 20px;
  align-items: center; }

.pharmacy-list .item .cost.no-stock {
  color: red; }

.shop-list .item .contact:last-child {
  overflow: hidden; }

.shop-list .item .contact a {
  text-overflow: ellipsis; }

.what-need-list .item .name {
  line-height: 1.2; }

.site-header .controls {
  justify-content: flex-end; }

.site-header .login {
  margin: 0 30px; }

.exit-account {
  z-index: 10; }

.what-need-list .item img {
  display: block;
  margin: 0 auto;
  width: auto; }

.product-lines-carousel .item .image {
  min-width: 267px; }
  .product-lines-carousel .item .image img {
    display: block;
    margin: auto; }

.contact-head {
  justify-content: flex-start; }
  .contact-head div {
    padding-right: 20px; }

.special-offer-list .item .image img {
  object-fit: contain; }

.main-how-use .video-wrapper {
  z-index: 10; }

a[href^="#footnote"] {
  color: inherit;
  border-bottom: none; }

.cookies-popup {
  display: none; }

.checkbox-label.-error span.checkbox {
  border-color: red; }

.login-box-body {
  padding-bottom: 25px; }
  .login-box-body .text-red {
    color: red; }

.button.button-get-code {
  white-space: nowrap;
  padding: 18px 30px;
  width: 100%;
  text-align: center; }

.video-wrapper .cover-wrapper {
  z-index: 15; }

.product-lines-carousel .item .image {
  min-width: auto; }

@media (max-width: 767px) {
  .product-lines-carousel .item .caption .actual-price {
    font-size: 30px; } }

@media (max-width: 767px) {
  .button.button-cyan {
    padding: 18px; } }

#new_user input[type="submit"] {
  width: 100%; }

.checkbox-label .label {
  text-align: left; }

.search-head .results {
  opacity: 0; }

.free-steps .step .text {
  font-size: 28px; }

form span.error {
  color: red;
  font-size: 12px;
  display: block; }

#showAllPoints.active {
  border: 3px solid #00b1b0;
  color: #00b1b0;
  background-color: white; }

.checkbox-label input[type="checkbox"] {
  display: inline-block;
  opacity: 0;
  position: absolute;
  width: 21px;
  height: 21px; }

label.error input,
label.error textarea,
label.error .checkbox {
  border-color: red; }

.main-carousel.owl-carousel.owl-loaded {
  display: none; }

.main-carousel .item {
  padding: 10px 0; }

.special-offer-list .item .image {
  width: auto; }

.hidden {
  display: none; }

.site-navigation ul li {
  margin-left: 25px; }
  @media (max-width: 1269px) {
    .site-navigation ul li {
      margin-left: 0; } }
@media (max-width: 1269px) {
  .site-header .controls .button {
    margin: 0 auto; } }

.section-tabs-menu:hover {
  text-decoration: none; }

.qrcode {
  position: relative;
  max-width: 86%;
  padding: 10px 19px;
  display: block; }

@media (max-width: 4096px) and (min-width: 768px) {
  .application-carousel .owl-dots {
    bottom: calc(50% - 45%); } }

@media (max-width: 613px) {
  .application-carousel .item .item-content .item-info .button-block a:first-child {
    margin-bottom: 20px; }
  .application-carousel .item .item-content .item-info .button-block .slider-button,
  .application-carousel .item .item-content .item-info .button-block .qrcode {
    margin: 0 auto !important; } }

@media (max-width: 613px) {
  .application-carousel .owl-dots {
    bottom: calc(50% - 42%); } }

.main-carousel .item .button-block .slider-button,
.main-carousel .item .button-block .qrcode {
  margin: 0 auto !important; }

.main-carousel .item .button-block .qrcode {
  max-width: 60%; }

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .qrcode {
    display: none; }
  .main-head .text {
    margin-bottom: 10px; } }

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  .qrcode {
    display: none; }
  .main-head .text {
    margin-bottom: 10px; } }

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
  .qrcode {
    display: none; }
  .main-head .text {
    margin-bottom: 10px; } }

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  .qrcode {
    display: none; }
  .main-head .text {
    margin-bottom: 10px; } }

/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  .qrcode {
    display: none; }
  .main-head .text {
    margin-bottom: 10px; } }

/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
  .qrcode {
    display: none; }
  .main-head .text {
    margin-bottom: 10px; } }

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .qrcode {
    display: block; } }

.main-carousel .owl-dots {
  bottom: -10%; }

.main-carousel .item .button-block {
  justify-content: space-between; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.-error{
  border-color: #ff0000;
}
.form-error{
  color: #ff0000;
}
