.tablet-visible {
  display: none !important;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  overflow-x: hidden;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: Roboto, sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.ev-footer__logo {
  margin-bottom: 5px;
}

.ib {
  display: inline-block;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
}

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

.white__section {
  background-image: url("lb__bg.png");
}

.dark-section {
  position: relative;
  background: #000000;
  z-index: 2;
}

.dark-section:before,
.dark-section:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 40%;
}

.dark-section:before {
  left: 0;
  background: url("section-dark_before.png");
}

.dark-section:after {
  right: 0;
  background: url("section-dark_after.png");
}

.title {
  color: #000000;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}

.colortext_blue {
  color: #005694;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  min-height: 70px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  border: none;
  border-radius: 34px;
  background-color: #57c7cb;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#00468a),
    color-stop(1%, #00468a),
    to(#323261)
  );
  background-image: -webkit-linear-gradient(
    right,
    #00468a 0%,
    #00468a 1%,
    #323261 100%
  );
  background-image: -o-linear-gradient(
    right,
    #00468a 0%,
    #00468a 1%,
    #323261 100%
  );
  background-image: linear-gradient(
    to left,
    #00468a 0%,
    #00468a 1%,
    #323261 100%
  );
  -webkit-box-shadow: 0 0 20px 2px rgba(99, 202, 186, 0.5);
  box-shadow: 0 0 20px 2px rgba(99, 202, 186, 0.5);
}

.button:hover {
  -webkit-box-shadow: 0 0 40px 1px rgba(99, 202, 186, 0.7);
  box-shadow: 0 0 40px 1px rgba(99, 202, 186, 0.7);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#468ebb),
    color-stop(1%, #468ebb),
    to(#444472)
  );
  background-image: -webkit-linear-gradient(
    right,
    #468ebb 0%,
    #468ebb 1%,
    #444472 100%
  );
  background-image: -o-linear-gradient(
    right,
    #468ebb 0%,
    #468ebb 1%,
    #444472 100%
  );
  background-image: linear-gradient(
    to left,
    #468ebb 0%,
    #468ebb 1%,
    #444472 100%
  );
}

.button-arrow {
  margin-left: 10px;
}

img {
  max-width: 100%;
}

.field-box__item,
.country-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 55px;
  height: 70px;
  -webkit-box-shadow: inset 0px 0px 40px 0px rgba(34, 35, 39, 0.09);
  box-shadow: inset 0px 0px 40px 0px rgba(34, 35, 39, 0.09);
  border-radius: 34px;
  border: 1px solid #eae9e9;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.field-box__item:hover,
.country-select:hover {
  -webkit-box-shadow: inset 0 0 12px 4px rgba(34, 35, 39, 0.5);
  box-shadow: inset 0 0 12px 4px rgba(34, 35, 39, 0.5);
}

.field-box {
  position: relative;
}

.form-field_select:before,
.form-field_name:before,
.form-field_tel:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form-field_select:before {
  background: url("earth.svg") no-repeat;
  width: 19px;
  height: 21px;
}

.form-field_name:before {
  background: url("user.svg") no-repeat;
  width: 19px;
  height: 23px;
}

.form-field_tel:before {
  background: url("tel.svg") no-repeat;
  width: 21px;
  height: 24px;
}

.field-box__item {
  width: 100%;
}

.price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  margin-bottom: 20px;
}

.price:before,
.price:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}

.price:before {
  height: 100%;
  width: 2px;
  background-color: rgba(203, 211, 215, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.price:after {
  width: 10px;
  height: 10px;
  background: #222222;
  border-top: 2px solid rgba(203, 211, 215, 0.2);
  border-right: 2px solid rgba(203, 211, 215, 0.2);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.price-item {
  width: 50%;
  text-align: center;
}

.price-old {
  color: #bebcbc;
  padding-right: 5px;
}

.price-new {
  color: #ffffff;
  padding-left: 10px;
}

.price-item__title {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 5px;
}

.x_price_previous {
  position: relative;
  font-size: 38px;
  line-height: 1;
}

.x_price_previous:after {
  content: "";
  position: absolute;
  width: 90px;
  left: 0;
  top: 57%;
  height: 1.5px;
  background-color: #fc1e1e;
}

.x_price_previous:before {
  -webkit-transform: translate(0, -50%) rotate(20deg);
  -ms-transform: translate(0, -50%) rotate(20deg);
  transform: translate(0, -50%) rotate(20deg);
}

.x_price_previous:after {
  /* -webkit-transform: translate(0, -50%) rotate(-20deg); */
  -ms-transform: translate(0, -50%) rotate(-20deg);
  /* transform: translate(0, -50%) rotate(-20deg); */
}

.x_price_current {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.x_currency {
  font-size: 20px;
}

select {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("select-triangle.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 10px;
}

select:hover {
  background-size: 10px 10px;
  background-position: right 9px center;
}

select:focus {
  outline: none !important;
  outline-color: transparent;
  outline-width: 0;
}

select::-ms-expand {
  display: none !important;
  background: none !important;
  position: fixed;
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}

*:not(#fake) {
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

::-webkit-input-placeholder {
  color: #777777;
  font-size: 16px;
}

::-moz-placeholder {
  color: #777777;
  font-size: 16px;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #777777;
  font-size: 16px;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #777777;
  font-size: 16px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 775px;
  width: 100%;
}

.header-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 25px 20px;
}

.header-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 75%;
  background-color: #ffffff;
  opacity: 0.15;
}

.header-item__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
}

.header-item__text {
  opacity: 0.6;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.1;
}

.home-img__people img {
  display: block;
}

.home-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 30px 0 -50px;
}

.home-content {
  position: relative;
  color: #ffffff;
  max-width: 572px;
  padding-top: 30px;
}

.home-title {
  font-size: 43px;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 20px;
}

.home-content_slogan {
  opacity: 0.7;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.home-list {
  margin-bottom: 35px;
}

.home-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-item + .home-item {
  margin-top: 18px;
}

.home-item__img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border: 3px solid #005694;
  margin-right: 20px;
}

.home-item__title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.home-item__text {
  opacity: 0.7;
  font-size: 18px;
  line-height: 1;
}

.home-button {
  max-width: 270px;
}

.home-content__product {
  max-width: 350px;
  width: 100%;
  position: absolute;
  left: -470px;
  bottom: 0;
}

.home-content__product img {
  display: block;
}

.home-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-order__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}

.home-order__text {
  opacity: 0.6;
  font-size: 18px;
  line-height: 1;
  font-style: italic;
  margin-right: 10px;
}

.home-order__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: url("discount.svg") no-repeat center;
  width: 70px;
  height: 70px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.ever-popup.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ever-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 111;
  display: none;
  overflow: auto;
}

.ever-popup__close {
  width: 35px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ever-popup__close:after,
.ever-popup__close:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 35px;
  height: 10px;
  background: #fff;
  transition: all 1s;
}

.ever-popup__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ever-popup__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ever-popup__inner {
  position: relative;
  margin: 0 auto;
  padding-top: 35px;
}

@media all and (-ms-high-contrast: none) {
}

@media screen and (max-width: 1299px) {
  .home-img {
    max-width: 575px;
    margin: 0 20px 0 0;
  }

  .home-content {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .header {
    margin-bottom: 10px;
  }

  .home-title {
    font-size: 38px;
  }

  .home-content_slogan {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .header-wrap {
    width: auto;
  }

  .header-item {
    padding: 20px;
  }

  .home-item__img {
    margin-right: 15px;
  }

  .home-item__title {
    font-size: 20px;
  }

  .home-item__text {
    font-size: 16px;
  }

  .home-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 450px;
  }

  .home-content__product {
    left: -400px;
  }

  .home-content {
    padding: 0 0 50px;
  }

  .home-list {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .home {
    padding: 20px 0 40px;
  }

  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .header-item {
    padding: 0 20px;
  }

  .header-item:before {
    height: 100%;
  }

  .header-logo {
    margin-bottom: 20px;
  }

  .home-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    margin: 0;
  }

  .home-img__people {
    display: none;
  }

  .home-content__product {
    position: static;
    margin: 0 auto 20px;
  }

  .home-content {
    max-width: 100%;
    padding: 0;
  }

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

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

  .home-list {
    max-width: 520px;
    margin: 0 auto 20px;
  }

  .home-order {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .home {
    padding: 20px 0 30px;
  }

  .header-logo {
    margin-bottom: 0;
  }

  .header-wrap {
    display: none;
  }

  .home-title {
    font-size: 34px;
  }

  .header-item__img {
    margin-right: 10px;
  }

  .header-wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-item__img {
    width: 65px;
    height: 65px;
  }

  .header-item__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 639px) {
  .home-title {
    font-size: 30px;
  }

  .header,
  .home-title,
  .home-content_slogan {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .home {
    padding: 20px 0 30px;
  }

  .home-title {
    font-size: 26px;
  }

  .home-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .home-order__content {
    margin: 0 auto 20px;
  }
}

.component {
  padding-top: 90px;
  padding-bottom: 87px;
}

.component__subtitle {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.component__content {
  width: 100%;
  margin-top: 12px;
}

.component__content-foto {
  position: relative;
  width: 100%;
}

.component__content-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  width: 804px;
  height: 84px;
  position: absolute;
  border-radius: 3px;
  border: 1px solid #d7d6d6;
  border-bottom: none;
}

.component__content-arrow::before {
  content: "";
  height: 32px;
  width: 1px;
  position: absolute;
  background-color: #d7d6d6;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.component__content-arrow-img {
  position: absolute;
  bottom: 0;
}

.component__content-arrow-img--1 {
  left: -9px;
}

.component__content-arrow-img--2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.component__content-arrow-img--3 {
  right: -8px;
}

.component__content-img {
  position: relative;
  z-index: 2;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.component__content-items {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.component__content-item {
  width: 370px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #ffffff;
}

.component__content-pic {
  width: 100%;
  position: relative;
  font-size: 0;
}

.component__content-pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #005694;
  top: 0;
  left: 0;
}

.component__content-image {
  width: 100%;
}

.component__content-des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: 50px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.component__content-des--2 span {
  min-width: 205px;
}

.component__content-des--3 span {
  min-width: 235px;
}

.component__content-des::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 50px solid #005694;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.component__content-des span {
  white-space: nowrap;
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px;
}

.component__content-text {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 23px;
  padding-bottom: 33px;
}

.component__content-p {
  text-align: center;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.component__content-title {
  display: block;
  color: #005694;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.component__content-title--2 {
  margin-top: 17px;
}

.component__content-slogan {
  display: inline-block;
}

.component__content-slogan--1 {
  margin-top: 3px;
}

.component__content-slogan--2 {
  margin-top: 4px;
}

@media screen and (max-width: 1199px) {
  .component__subtitle {
    font-size: 22px;
    margin-top: 15px;
  }

  .component__content-item {
    width: 320px;
  }

  .component__content-arrow {
    width: 686px;
  }

  .component__content-text {
    padding: 15px 20px;
  }

  .component__content-text.-left {
    padding-top: 42px;
  }

  .component__content-text.-right {
    padding-top: 76px;
  }
}

@media screen and (max-width: 1023px) {
  .component__title br {
    display: none;
  }

  .component__subtitle {
    margin-top: 5px;
    font-size: 20px;
  }

  .component__content {
    margin-top: 20px;
  }

  .component__content-item {
    width: 240px;
  }

  .component__content-arrow {
    width: 508px;
  }

  .component__content-des {
    height: 40px;
  }

  .component__content-des::before {
    border-top-width: 40px;
  }

  .component__content-des span {
    min-width: auto;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .component__content-text {
    padding: 15px 10px;
  }

  .component__content-title {
    font-size: 18px;
  }

  .component__content-p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .component__content-des span {
    font-size: 16px;
  }

  .component__content-arrow {
    display: none;
  }

  .component__content-items {
    margin-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .component__content-item {
    width: 280px;
    margin-top: 20px;
  }

  .component__content-text.-left {
    padding-top: 32px;
  }

  .component__content-text.-right {
    padding-top: 15px;
  }
}

@media screen and (max-width: 639px) {
  .component__content-item {
    width: 220px;
  }

  .component__content-text.-left {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .component__content-item {
    width: 300px;
  }

  .component__content-text.-left,
  .component__content-text.-right {
    padding-top: 15px;
  }
}

.consist {
  padding: 70px 0 77px;
}

.consist-title {
  color: #ffffff;
  margin-bottom: 35px;
}

.consist-order {
  position: relative;
}

.consist-product {
  top: -332px;
  left: 0;
  position: absolute;
  max-width: 350px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.consist-product img {
  display: block;
}

.consist-wrap {
  max-width: 800px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.consist-nav {
  width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
}

.consist-nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 35px 15px 0;
  /* cursor: pointer; */
}

.consist-nav__item.active .consist-nav__img,
.consist-nav__item:hover .consist-nav__img {
  /* border: 3px solid #005694; */
}

.consist-nav__item.active .consist-nav__text,
.consist-nav__item:hover .consist-nav__text {
  /* border-bottom: 1px solid #005694; */
}

.consist-nav__item.active .consist-nav__arrow,
.consist-nav__item:hover .consist-nav__arrow {
  /* display: block; */
}

.consist-nav__item + .consist-nav__item {
  border-top: 1px solid rgba(239, 239, 239, 0.15);
}

.consist-content__item {
  display: none;
}

.consist-content__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consist-nav__img {
  width: 76px;
  height: 76px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border: 3px solid transparent;
  border-radius: 50%;
  margin-right: 25px;
}

.consist-nav__text {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.consist-nav__arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.consist-content {
  width: 100%;
  margin-top: 25px;
  padding: 15px;
  border-radius: 3px;
  background-color: #1e1e1e;
}

.consist-content__img {
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.consist-content__img img {
  display: block;
  border-radius: 5px;
}

.consist-content__title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 15px;
}

.consist-content__text {
  opacity: 0.6;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
}

.consist-button {
  max-width: 270px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .consist-title {
    margin-bottom: 20px;
  }

  .consist-product {
    top: -270px;
    max-width: 280px;
  }

  .consist-wrap {
    max-width: 725px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .consist-nav__item {
    padding: 15px 35px 15px 0;
  }

  .consist-nav__img {
    margin-right: 15px;
  }

  .consist-nav__text {
    font-size: 20px;
  }

  .consist-nav {
    width: 280px;
    margin-right: 20px;
  }

  .consist-content {
    padding: 10px;
    margin: 0;
  }

  .consist-content__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .consist-content__img {
    max-width: 150px;
  }

  .consist-content__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .consist-content__text {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1023px) {
  .consist-wrap {
    width: 100%;
  }

  .consist-title {
    margin-bottom: 10px;
  }

  .consist-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .consist-product {
    position: static;
    margin-right: 30px;
  }

  .consist-button {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .consist-title {
    margin-bottom: 20px;
  }

  .consist-nav__img {
    width: 65px;
    height: 65px;
  }

  .consist-nav__text {
    font-size: 18px;
  }

  .consist-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consist-content__img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 639px) {
  .consist-title br {
    display: none;
  }

  .consist-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consist-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .consist-nav__item.active .consist-nav__arrow {
    display: none;
  }

  .consist-nav__item.active .consist-nav__arrow,
  .consist-nav__item:hover .consist-nav__arrow {
    display: none !important;
  }

  .consist-nav__item + .consist-nav__item {
    border: none;
  }

  .consist-nav__img {
    margin: 0 0 10px 0;
  }

  .consist-nav__item {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .consist-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consist-product {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 479px) {
  .consist-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .consist-nav__item {
    width: 50%;
  }

  .consist-nav__item:last-child,
  .consist-nav__item:nth-last-child(2) {
    margin-top: 15px;
  }
}

.review {
  padding-top: 71px;
  padding-bottom: 79px;
}

.review__slider {
  width: 100%;
  margin-top: 42px;
  position: relative;
}

.review__slider-arrow {
  width: 49px;
  position: absolute;
  cursor: pointer;
  top: 211px;
}

.review__slider-arrow:hover .review__slider-arrow-fill {
  fill: #005694;
}

.review__slider-arrow--next {
  right: -78px;
}

.review__slider-arrow--prev {
  left: -78px;
}

.review__slider-item {
  width: 270px;
}

.review__slider-item:not(:last-child) {
  margin-right: 20px;
}

/* .review__slider-item--hid .review__slider-open {
    display: none;
} */

.review__slider-item.active .review__slider-text {
  height: auto;
}

.review__slider-item.active .review__slider-open::after {
  display: none;
}

.review__slider-open.-prijatel {
  display: none;
}

.review__slider-auth {
  border-radius: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.review__slider-text {
  margin-top: 18px;
  text-align: center;
  color: #444444;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
  position: relative;
}

.review__slider-open {
  cursor: pointer;
  margin-top: 21px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#00468a),
    color-stop(1%, #00468a),
    to(#323261)
  );
  background-image: -webkit-linear-gradient(
    right,
    #00468a 0%,
    #00468a 1%,
    #323261 100%
  );
  background-image: -o-linear-gradient(
    right,
    #00468a 0%,
    #00468a 1%,
    #323261 100%
  );
  background-image: linear-gradient(
    to left,
    #00468a 0%,
    #00468a 1%,
    #323261 100%
  );
  border-radius: 50%;
}

.review__slider-open::before,
.review__slider-open::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.review__slider-open::before {
  width: 12px;
  height: 2px;
}

.review__slider-open::after {
  width: 2px;
  height: 12px;
}

.review__slider-counter {
  margin-top: 35px;
  text-align: center;
  color: #929ba2;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}

.review__slider-counter span {
  display: inline-block;
  vertical-align: top;
}

.review__slider-counter-this {
  color: #000;
  font-size: 28px;
  line-height: 24px;
}

@media screen and (max-width: 1350px) {
  .review__slider {
    max-width: 870px;
    margin-right: auto;
    margin-left: auto;
  }

  .review__slider-arrow {
    width: 30px;
  }

  .review__slider-arrow--next {
    right: -30px;
  }

  .review__slider-arrow--prev {
    left: -30px;
  }
}

@media screen and (max-width: 1023px) {
  .review__slider {
    margin-top: 20px;
    max-width: 686px;
  }

  .review__slider-arrow {
    top: 175px;
    width: 25px;
  }

  .review__slider-text {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0;
  }

  .review__slider-open {
    display: block;
    margin-top: 10px;
  }

  .review__slider-counter {
    margin-top: 20px;
  }

  .review__slider-item {
    width: 212px;
    margin-right: 25px;
  }

  .review__slider-item--hid .review__slider-open {
    display: block;
  }

  .review__slider-open.-adaptive-disable {
    display: none;
  }

  .review__slider-open.-prijatel {
    display: block;
  }

  .review__slider-text.-no-gradient::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .review__slider {
    max-width: 449px;
  }
}

@media screen and (max-width: 639px) {
  .review__title br {
    display: none;
  }

  .review__slider {
    max-width: 449px;
  }

  .review__slider-arrow {
    z-index: 5;
    top: 45px;
  }

  .review__slider-arrow--next {
    right: 0;
  }

  .review__slider-arrow--prev {
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .review__slider {
    max-width: 300px;
  }

  .review__slider-item {
    width: 300px;
  }

  .review__slider-text {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.study {
  padding: 70px 0 75px;
}

.study .wrapper {
  position: relative;
  z-index: 3;
}

.study-people {
  width: 740px;
  z-index: -1;
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.study-people img {
  display: block;
}

.study-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.study-slogan {
  text-align: center;
  opacity: 0.7;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 45px;
}

.study-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.study-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 300px;
  height: 190px;
  padding: 20px;
  text-align: center;
  border-radius: 3px;
  background-color: #1e1e1e;
  opacity: 0.9;
}

.study-box__left,
.study-box__right {
  margin-bottom: 70px;
}

.study-box__left .study-item:nth-child(2),
.study-box__right .study-item:nth-child(2) {
  margin-top: 55px;
}

.study-box__left .study-item:nth-child(2) {
  margin-left: 70px;
}

.study-box__right .study-item:nth-child(2) {
  margin-right: 70px;
}

.study-box__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.study-box__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.study-item__number {
  color: #005694;
  font-size: 55px;
  line-height: 1;
  font-weight: 900;
}

.study-item__title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

.study-item__text {
  opacity: 0.7;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
}

@media screen and (max-width: 1199px) {
  .study-item {
    padding: 10px;
  }

  .study-box__left .study-item:nth-child(2) {
    margin-left: 20px;
  }

  .study-box__right .study-item:nth-child(2) {
    margin-right: 20px;
  }

  .study-people {
    width: 700px;
    bottom: -60px;
  }
}

@media screen and (max-width: 1023px) {
  .study-title {
    margin-bottom: 15px;
  }

  .study-slogan {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .study-slogan br {
    display: none;
  }

  .study-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .study-people {
    width: 640px;
    bottom: -40px;
  }

  .study-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }

  .study-item {
    height: auto;
    padding: 20px 10px;
  }

  .study-box__left,
  .study-box__center {
    margin-bottom: 20px;
  }

  .study-box__right {
    margin-bottom: 0;
  }

  .study-box__left .study-item:nth-child(2),
  .study-box__right .study-item:nth-child(2) {
    margin-top: 0;
  }

  .study-box__right .study-item:nth-child(2) {
    margin: 0 0 0 20px;
  }

  .study-item__number {
    font-size: 45px;
  }

  .study-item__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .study-people {
    bottom: -30px;
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .study-title br {
    display: none;
  }

  .study-item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 479px) {
  .study-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .study-item {
    width: 100%;
  }

  .study-box__left .study-item:nth-child(2),
  .study-box__right .study-item:nth-child(2) {
    margin: 0;
  }

  .study-wrap .study-item:nth-child(2) {
    margin-top: 20px;
  }

  .study-people {
    display: none;
  }
}

.doctor {
  padding-top: 75px;
  background-image: url("doctor__bg.png");
  background-repeat: no-repeat;
  background-position-x: calc(50% - 450px);
  background-position-y: calc(100% + 5px);
}

.doctor__title {
  line-height: 44px;
}

.doctor__content {
  margin-top: 23px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctor__man {
  font-size: 0;
  width: 470px;
}

.doctor__man-img {
  margin-left: -8px;
  max-width: 400px;
}

.doctor__des {
  width: 670px;
}

.doctor__text {
  /* margin-top: 23px; */
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.doctor__text-bold {
  color: #000000;
  font-weight: 500;
}

.doctor__text--2 {
  margin-top: 28px;
}

.doctor__sign {
  margin-top: 49px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.doctor__sign-about {
  width: 270px;
}

.doctor__sign-name {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.doctor__sign-location {
  margin-top: 8px;
  color: #444444;
  font-size: 17px;
  font-style: italic;
  line-height: 20px;
}

.doctor__sign-img {
  margin-top: 9px;
  margin-left: 8px;
}

@media screen and (max-width: 1199px) {
  .doctor {
    padding-top: 60px;
  }

  .doctor__content {
    margin-top: 20px;
  }

  .doctor__man {
    width: 400px;
  }

  .doctor__man-img {
    margin-left: -90px;
  }

  .doctor__text {
    margin-top: 0;
  }

  .doctor__text--2 {
    margin-top: 15px;
  }

  .doctor__sign {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .doctor__man {
    display: none;
  }

  .doctor__des {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .doctor {
    padding-top: 40px;
  }

  .doctor__man {
    width: 270px;
  }

  .doctor__man-img {
    margin-left: -105px;
    max-width: 380px;
  }

  .doctor__text {
    font-size: 16px;
    line-height: 1.4;
  }

  .doctor__text--2 {
    margin-top: 10px;
  }

  .doctor__sign {
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .doctor__sign-img {
    width: 120px;
    margin-top: 0;
    margin-left: 0;
  }

  .doctor__sign-name {
    font-size: 20px;
    line-height: 1;
  }

  .doctor__sign-location {
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .doctor {
    background-image: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .doctor__man {
    display: none;
  }

  .doctor__des {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .doctor {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .doctor__sign-img {
    display: none;
  }
}

.result {
  padding: 80px 0 80px;
}

.result-title {
  color: #ffffff;
  margin-bottom: 55px;
}

.result-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.result-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result-img__item img {
  display: block;
  border-radius: 50%;
}

.result-img__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.result-img__item1 {
  z-index: 3;
}

.result-img__item2 {
  z-index: 2;
  margin-left: -55px;
}

.result-img__item3 {
  z-index: 1;
  margin-left: -40px;
}

.result-content {
  position: relative;
  width: 500px;
  padding: 50px 35px 70px;
  border-radius: 3px;
  background-color: #1e1e1e;
  opacity: 0.9;
  margin-left: 45px;
}

.result-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  width: 30px;
  height: 4px;
  background-color: #005694;
}

.result-content__text {
  opacity: 0.8;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
}

.result-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.result-item {
  width: 16.6%;
  padding: 0 10px 0 24px;
  text-align: center;
}

.result-item:first-child {
  width: 170px;
  padding: 0 10px 0 0;
}

.result-item:last-child {
  padding: 0 0 0 24px;
}

.result-item + .result-item {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.result-item__number {
  color: #005694;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 5px;
}

.result-item__title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 15px;
}

.result-item__text {
  opacity: 0.7;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
}

@media screen and (max-width: 1199px) {
  .result-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .result-img__item {
    width: 220px;
  }

  .result-content {
    margin-left: 20px;
    padding: 50px 35px 50px;
  }

  .result-item {
    width: 17.25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 10px;
  }

  .result-item:first-child {
    width: 13.6%;
  }

  .result-item:last-child {
    padding: 0 0 0 10px;
  }

  .result-item__number {
    font-size: 45px;
  }

  .result-item__title {
    margin-bottom: 10px;
  }

  .result-item__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .result-title {
    margin-bottom: 20px;
  }

  .result-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .result-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .result-img__item {
    width: 180px;
  }

  .result-img__item2 {
    margin-left: -20px;
  }

  .result-img__item3 {
    margin-left: -20px;
  }

  .result-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }

  .result-content__text {
    font-size: 18px;
  }

  .result-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .result-item {
    width: 33.3%;
  }

  .result-item:first-child {
    width: 33.3%;
  }

  .result-item:nth-child(4) {
    padding: 0 10px 0 0;
    border-left: none;
  }

  .result-item:nth-child(4),
  .result-item:nth-child(5),
  .result-item:nth-child(6) {
    margin-top: 20px;
  }

  .result-item__text br {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .result-title br {
    display: none;
  }

  .result-img__item {
    width: 150px;
  }

  .result-content {
    width: auto;
    padding: 20px;
  }

  .result-item {
    width: 50%;
  }

  .result-item:first-child {
    width: 50%;
  }

  .result-item:nth-child(odd) {
    border: none;
    padding: 0 10px 0 0;
  }

  .result-item:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 0 0 10px;
  }

  .result-item:nth-child(3),
  .result-item:nth-child(4),
  .result-item:nth-child(5),
  .result-item:nth-child(6) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .result-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .result-img__item {
    padding: 0 10px;
    width: 50%;
    max-width: 160px;
  }

  .result-img__item2,
  .result-img__item3 {
    margin: 0;
  }

  .result-img__item3 {
    margin-top: 15px;
  }

  .result-content {
    padding: 20px 10px;
  }

  .result-content__text {
    font-size: 16px;
  }

  .result-item {
    width: 100%;
    padding: 0;
  }

  .result-item:first-child {
    width: 100%;
  }

  .result-item + .result-item {
    margin-top: 20px;
  }

  .result-item:nth-child(odd),
  .result-item:nth-child(even) {
    text-align: center;
    border: none;
    padding: 0;
  }
}

.use {
  padding-top: 80px;
  padding-bottom: 79px;
}

.use__content {
  margin-top: 29px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.use__item {
  text-align: center;
  width: 370px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.use__item--line::before,
.use__item--line::after {
  position: absolute;
  content: "";
  width: 167px;
  height: 1px;
  background-color: #005694;
  top: 35px;
}

.use__item--line::before {
  right: -98px;
}

.use__item--line::after {
  left: -98px;
}

.use__item:hover .use__ico {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #005694;
}

.use__item:hover .use__svg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
}

.use__svg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.use__ico {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 2px solid #005694;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}

.use__ico--1 svg {
  width: 20px;
  height: 46px;
}

.use__ico--2 svg {
  width: 45px;
  height: 45px;
}

.use__ico--3 svg {
  width: 36px;
  height: 36px;
}

.use__text {
  margin-top: 12px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}

.use__subtitle {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-top: 26px;
}

.use__foto {
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: 118px;
}

.use__des {
  font-weight: 400;
  margin-top: 26px;
  text-align: center;
  color: #444444;
  font-size: 18px;
  font-style: italic;
  line-height: 44px;
}

.use__btn {
  cursor: pointer;
  margin-top: 19px;
  width: 390px;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
}

path.land {
  fill: #e8e7e7 !important;
  stroke: #fff !important;
}

span.active-location-text {
  color: #ffffff !important;
  background: none !important;
}

path.land.active {
  fill: #005694 !important;
  stroke: none !important;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 1px;
  margin-bottom: 30px;
  font-size: 0;
  background-color: #d9d9d9;
  position: relative;
}

.line::before,
.line::after {
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.line::after {
  top: -1px;
  border: 15px solid transparent;
  border-top: 11px solid #fff;
}

.line::before {
  border: 15px solid transparent;
  border-top: 11px solid #d9d9d9;
}

@media screen and (max-width: 1199px) {
  .current-country {
    font-size: 38px !important;
    line-height: 1.2 !important;
  }

  .use__content {
    margin-top: 20px;
  }

  .use__item--line::before {
    right: -85px;
  }

  .use__item--line::after {
    left: -85px;
  }

  .use__subtitle {
    margin-top: 20px;
  }

  .use__foto {
    margin-top: 20px;
    margin-right: 0;
  }

  .use__des {
    margin-top: 20px;
  }

  .use__btn {
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
  .current-country {
    font-size: 30px !important;
    margin-bottom: 0 !important;
  }

  .use__content {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .use__item {
    width: 200px;
  }

  .use__item--line::before,
  .use__item--line::after {
    display: none;
  }

  .use__foto {
    max-width: 620px;
  }

  .use__des {
    line-height: 1.4;
  }

  .use__text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .current-country {
    font-size: 26px !important;
  }

  .use__foto {
    max-width: 500px;
  }
}

@media (max-width: 639px) {
  .current-country {
    font-size: 24px !important;
  }

  .use__text {
    font-size: 16px;
  }

  .use__foto {
    max-width: 400px;
  }
}

@media (max-width: 479px) {
  .home-item__text {
    line-height: 1.3;
  }

  .use__content {
    margin-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .use__item {
    margin-top: 20px;
    width: 150px;
  }

  .use__item:last-child {
    width: 100%;
  }

  .use__text {
    margin-top: 5px;
  }

  .use__foto {
    display: none;
  }

  .use__btn {
    font-size: 22px;
    width: 300px;
  }
}

.order {
  padding: 10px 0 90px;
}

.order-title {
  margin: 40px 0;
}

.order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-item {
  position: relative;
  width: 370px;
  padding: 0 25px 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #ffffff;
}

.order-item:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #005694;
  z-index: 4;
}

.order-item + .order-item {
  margin-left: 30px;
}

.order-item__header {
  position: relative;
  text-align: center;
  padding: 15px 25px;
  max-width: 250px;
  margin: 0 auto;
  background-color: #005694;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}

.order-item3 .order-item__header {
  max-width: 320px;
}

.order-item__header:before,
.order-item__header:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 60px;
  bottom: -10px;
  background: #ffffff;
}

.order-item__header:before {
  left: -10px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.order-item__header:after {
  right: -10px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.order-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 150px;
  margin-bottom: 5px;
}

.order-item__img .img {
  display: block;
}

.order-item1 .order-item__img:before,
.order-item1 .order-item__img:after {
  content: "";
  position: absolute;
  background: transparent;
  border-radius: 50%;
  border: 3px solid #f3f3f3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.order-item1 .order-item__img:before {
  width: 134px;
  height: 134px;
}

.order-item1 .order-item__img:after {
  width: 93px;
  height: 93px;
}

.order-button {
  width: 230px;
  min-height: 58px;
  cursor: inherit;
  z-index: 3;
  font-size: 30px;
}

.order-button:hover {
  background: #57c7cb;
  -webkit-box-shadow: 0 0 20px 2px rgba(99, 202, 186, 0.5);
  box-shadow: 0 0 20px 2px rgba(99, 202, 186, 0.5);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#00468a),
    color-stop(1%, #00468a),
    to(#323261)
  );
  background-image: -webkit-linear-gradient(
    right,
    #00468a 0%,
    #00468a 1%,
    #323261 100%
  );
  background-image: -o-linear-gradient(
    right,
    #00468a 0%,
    #00468a 1%,
    #323261 100%
  );
  background-image: linear-gradient(
    to left,
    #00468a 0%,
    #00468a 1%,
    #323261 100%
  );
}

.order-item__text {
  color: #444444;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 1199px) {
  .order.section {
    padding-top: 30px;
  }

  .order-title {
    margin: 30px 0;
  }

  .order-item {
    padding: 0 15px 20px;
  }

  .order-item + .order-item {
    margin-left: 20px;
  }

  .order-item__header {
    font-size: 16px;
  }

  .order-item__text {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .order-item__header {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .order.section {
    padding-top: 10px;
  }

  .order-title {
    margin: 20px 0;
  }

  .order-item {
    padding: 0 10px 10px;
  }

  .order-item + .order-item {
    margin-left: 10px;
  }

  .order-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    padding: 10px 20px;
    min-height: 52px;
    margin-bottom: 10px;
  }

  .order-button {
    width: 190px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .order.section {
    padding-top: 0;
  }

  .order-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .order-item {
    width: calc(50% - 5px);
  }

  .order-item + .order-item {
    margin-left: 0;
  }

  .order-item:nth-child(even) {
    margin-left: 10px;
  }

  .order-item3 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 639px) {
  .order-item {
    width: 100%;
    max-width: 300px;
  }

  .order-item:nth-child(even) {
    margin-left: 0;
  }

  .order-item2 {
    margin-top: 20px;
  }

  .consist-nav__text {
    font-size: 11px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.last-section {
  padding-top: 50px;
}

@media screen and (max-width: 1023px) {
  .last-section {
    padding: 40px 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .last-section {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  .component__content-des span {
    width: 100%;
    min-width: 190px;
  }

  .component__content-des span {
    font-size: 15px;
  }

  .study-item__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .last-section {
    padding: 25px 0;
  }

  .component__content-des span {
    width: 100%;
    min-width: 274px;
  }
}

.ever-popup__close:after,
.ever-popup__close:before {
  background-color: #fc1e1e !important;
}

.popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #222222 url("section-dark_before.png") no-repeat center;
}

.popup-img {
  position: relative;
  width: 460px;
  margin-left: -35px;
}

.popup-img__product {
  position: absolute;
  left: 70px;
  bottom: 0;
  max-width: 370px;
}

.popup-img__people img {
  display: block;
}

.popup-form {
  padding: 35px 0;
  width: 320px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.popup-button {
  font-size: 28px;
}

@media screen and (min-width: 1024px) {
  .ever-popup__inner {
    padding-top: 0 !important;
  }

  .ever-popup__close {
    top: 10px !important;
    right: 10px !important;
  }

  .ever-popup__close:after,
  .ever-popup__close:before {
    width: 30px !important;
    height: 3px !important;
  }
}

@media screen and (max-width: 1023px) {
  .tablet-visible {
    display: block !important;
  }

  .popup-wrap {
    padding: 20px 10px;
  }

  .popup-form {
    width: 280px;
    padding: 0;
  }

  .popup-img {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*@function slick-image-url($url) {
    @if function-exists(image-url) {
        @return image-url($url);
    }
    @else {
        @return url($slick-loader-path + $url);
    }
}

@function slick-font-url($url) {
    @if function-exists(font-url) {
        @return font-url($url);
    }
    @else {
        @return url($slick-font-path + $url);
    }
}*/
/* Slider */
.slick-loading .slick-list {
  background: #fff
    slick-image-url(
      "urn:scrapbook:download:error:https://erexol24.pro/fr/39/v3/src/ajax-loader.gif"
    )
    center center no-repeat;
}

/* Icons */
@font-face {
  font-display: swap;
  font-family: "slick";
  src: slick-font-url(
    "urn:scrapbook:download:error:https://erexol24.pro/fr/39/v3/src/slick.eot"
  );
  src: slick-font-url(
        "urn:scrapbook:download:error:https://erexol24.pro/fr/39/v3/src/slick.eot?#iefix"
      )
      format("embedded-opentype"),
    slick-font-url(
        "urn:scrapbook:download:error:https://erexol24.pro/fr/39/v3/src/slick.woff"
      )
      format("woff"),
    slick-font-url(
        "urn:scrapbook:download:error:https://erexol24.pro/fr/39/v3/src/slick.ttf"
      )
      format("truetype"),
    slick-font-url(
        "urn:scrapbook:download:error:https://erexol24.pro/fr/39/v3/src/slick.svg#slick"
      )
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

.slick-active {
  flex: 1 1 30%;
}

@media screen and (max-width: 1199px) {
  .wrapper {
    width: 100%;
    max-width: 1024px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .title {
    font-size: 38px;
    line-height: 1.2;
  }

  .section {
    padding: 60px 0;
  }
}

@media (max-width: 1023px) {
  .title {
    font-size: 30px;
  }

  .wrapper {
    max-width: 768px;
  }

  .section {
    padding: 40px 0;
  }

  .dark-section:before,
  .dark-section:after {
    display: none;
  }
}

@media (max-width: 950px) {
  .slick-active {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  .review__slider-item {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 26px;
  }

  .wrapper {
    max-width: 640px;
  }

  .section {
    padding: 30px 0;
  }
}

@media (max-width: 639px) {
  .title {
    font-size: 24px;
  }

  .wrapper {
    max-width: 480px;
  }
}

@media (max-width: 479px) {
  .section {
    padding: 25px 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button,
  .popup-button {
    line-height: 50px;
  }

  .popup-button {
    display: block;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0%,
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes wobble {
  0%,
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
}

@keyframes wobble {
  0%,
  to {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  to {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  to {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  to {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  to {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

  to {
    opacity: 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.flipInX,
.flipInY,
.flipOutX,
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInY,
.flipOutX,
.flipOutY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutX,
.flipOutY {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}

.flipOutY {
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.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;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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-wrapper {
  -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

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

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

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  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-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}

.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;
}

.owl-carousel .animated {
  animation-duration: 1s;
  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;
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

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

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

.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("urn:scrapbook:download:error:https://erexol24.pro/fr/39/bower_components/owl.carousel/dist/assets/owl.video.play.png")
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s 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-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

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

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

.review__slider-arrow-fill {
  fill: #cfcfcf;
}

.use__svg {
  fill: #45b9bd;
}

.dark-section.home {
  padding-bottom: 50px;
}

.home-content__product {
  bottom: -40px;
}

.mob-plus {
  display: none;
}

@media (max-width: 1199px) {
  .doctor__man {
    display: none;
  }

  .doctor__des {
    width: 100%;
  }
}

.table {
  padding: 50px 0;
}

.table-block {
  width: 800px;
  max-width: 100%;
  margin: 20px auto 0;
}

.table-block table {
  width: 100%;
  border: 1px solid #005694;
  border-collapse: collapse;
}

.table-block table td {
  border: 1px solid #005694;
}

.table-block thead td {
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #005694;
  text-align: center;
}

.table-block tbody td {
  font-size: 18px;
  color: #444444;
  padding: 10px;
}

.table-block tbody td:first-child {
  font-weight: bold;
}

@media (max-width: 799px) {
  .table-block {
    width: 800px;
    max-width: 100%;
    margin: 20px auto 0;
    overflow-x: scroll;
  }
}

.logo a {
  color: white;
  font-weight: bold;
  font-size: 52px;
  font-family: math;
}

@media (max-width: 1200px) {
  .logo a {
    font-size: 42px;
  }
}
