@charset "UTF-8";
@font-face {
  font-family: 'Gotham Pro';
  src: local("☺"), url("../fonts/GothaProReg.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Italic"), local("GothamPro-Italic"), url("../fonts/GothamPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Black"), local("GothamPro-Black"), url("../fonts/GothamPro-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Black Italic"), local("GothamPro-BlackItalic"), url("../fonts/GothamPro-BlackItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'playfair display';
  src: url("../fonts/playfairdisplayblackitalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'playfair display';
  src: url("../fonts/playfairdisplaybolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

.container:after, .results:after, .user-results:after, .video-section:after, .steps-section:after, .footer-content:after, .amount-wrap:after, .basket-total-wrap:after {
  content: " ";
  display: block;
  clear: both; }

.benefits-list, .catalog-list, .bulleted-list, .social-list, .sale-box-list {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  box-sizing: border-box;
  height: 100%; }

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

body {
  margin: 0;
  color: #333333;
  background: #fff;
  font: 16px/1.625 "Gotham Pro", sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  max-height: 1000000px; }

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

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #c72134;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: #c72134; }

input,
textarea,
select,
button {
  font: 100% "Gotham Pro", sans-serif;
  color: #333333;
  vertical-align: middle;
  outline: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

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

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

input[type="submit"]:hover,
button:hover {
  cursor: pointer; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham Pro", sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
  color: #333333; }

p {
  margin: 0 0 24px; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

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

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

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

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

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

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

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1025px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1440px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      width: 768px;
      max-width: 100%; } }
  @media (min-width: 1025px) {
    .container {
      width: 1025px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px;
      max-width: 100%; } }
  @media (min-width: 1440px) {
    .container {
      width: 1440px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1025px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1440px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1025px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1440px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.3333333333%; }

.pull-2 {
  right: 16.6666666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.3333333333%; }

.pull-5 {
  right: 41.6666666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.3333333333%; }

.pull-8 {
  right: 66.6666666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.3333333333%; }

.pull-11 {
  right: 91.6666666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.3333333333%; }

.push-2 {
  left: 16.6666666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.3333333333%; }

.push-5 {
  left: 41.6666666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.3333333333%; }

.push-8 {
  left: 66.6666666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.3333333333%; }

.push-11 {
  left: 91.6666666667%; }

.push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 1025px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1025px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #636c72 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 1024px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 1025px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1439px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@media print {
  .visible-print {
    display: block !important; } }

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

body {
  background: #fff; }

.page {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0px; }

.no-preload .page {
  transform: none !important; }

.no-preload .pace {
  display: none !important; }

.wrapper {
  flex: 1 0 auto;
  min-width: 0px;
  overflow: hidden;
  position: relative; }
  .wrapper h2 {
    margin: 0;
    color: #333333;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 800; }

.container {
  width: auto;
  max-width: 1170px;
  padding: 0 15px; }
  @media all and (max-width: 1024px) {
    .container {
      padding: 0 20px; } }

.bg-image {
  background: no-repeat 50% 50% / cover; }
  .bg-image.bg-image_left-bottom {
    background-position: 0 100%; }
  .bg-image.bg-image_right-bottom {
    background-position: 100% 100%; }
  .bg-image.bg-image_native {
    background-size: auto auto; }
  .bg-image > img {
    display: none; }
  .bg-image > a.box-link {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2; }

.header {
  position: relative;
  background: #212121;
  min-height: 100px;
  padding: 24px 0 0; }
  @media all and (max-width: 1024px) {
    .header {
      min-height: 70px; } }

.separator {
  float: left;
  border-left: 1px solid #444444;
  margin-top: 2px;
  height: 60px;
  margin: 0 28px 0 0; }
  @media all and (max-width: 1024px) {
    .separator {
      display: none; } }

.slogan {
  float: left;
  color: #fff;
  line-height: 24px;
  padding-top: 10px; }
  .slogan span {
    color: #c72134;
    display: block; }
  @media all and (max-width: 1024px) {
    .slogan {
      display: none; } }

.logo {
  float: left;
  background: url(../images/logo.svg) no-repeat 0 0/100% auto;
  width: 214px;
  height: 61px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 28px 0 0; }
  @media all and (max-width: 1024px) {
    .logo {
      width: 129px;
      height: 37px;
      background-size: 100% 100%; } }

.basket-link {
  float: right;
  position: relative;
  margin: 12px 9px 0 65px; }
  .basket-link__icon {
    display: block;
    color: #fff;
    font-size: 39px; }
  .basket-link__counter {
    position: absolute;
    top: -2px;
    right: -10px;
    width: 26px;
    height: 26px;
    background: #c72134;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 15px 30px rgba(199, 33, 52, 0.45); }
  @media all and (max-width: 1024px) {
    .basket-link {
      margin-top: 3px; }
      .basket-link__icon {
        font-size: 26px; }
      .basket-link__counter {
        width: 18px;
        height: 18px;
        line-height: 19px;
        font-weight: bold;
        font-size: 10px;
        right: -7px; } }

.callback-holder {
  float: right;
  text-align: right;
  padding: 5px 0 0; }
  .callback-holder .phone {
    display: block;
    color: #fff;
    font-weight: 800;
    display: block;
    font-size: 22px;
    margin-bottom: 2px; }
    .callback-holder .phone:hover {
      color: #c72134; }
  .callback-holder .callback-link {
    display: inline-block;
    vertical-align: top;
    color: #c72134;
    border-bottom: 1px solid #5b2126;
    font-size: 16px;
    line-height: 18px; }
    .callback-holder .callback-link:hover {
      border-bottom: 1px solid transparent; }
  @media all and (max-width: 1024px) {
    .callback-holder {
      display: none; } }

.wave-grey {
  position: absolute;
  bottom: -165px;
  left: 50%;
  background: url(../images/wave01.png) no-repeat 0 0/100% 100%;
  width: 1920px;
  height: 162px;
  transform: translateX(-50%); }

.wave-grey02 {
  position: absolute;
  bottom: -95px;
  left: 50%;
  background: url(../images/wave02.png) no-repeat 0 0/100% 100%;
  width: 1920px;
  height: 95px;
  transform: translateX(-50%);
  z-index: 2; }

.promo-box {
  position: relative;
  min-height: 500px;
  background: #e4ddd5;
  padding: 128px 0 55px;
  margin-bottom: 165px; }
  .promo-box__header {
    position: relative;
    max-width: 850px;
    padding: 26px 120px 20px 0;
    z-index: 2; }
    .promo-box__header:before {
      position: absolute;
      top: 0;
      left: -80px;
      right: 0;
      bottom: 0;
      content: '';
      background: #c62033;
      background: -moz-linear-gradient(left, #c62033 0%, #a0091a 100%);
      background: -webkit-linear-gradient(left, #c62033 0%, #a0091a 100%);
      background: linear-gradient(to right, #c62033 0%, #a0091a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62033', endColorstr='#a0091a',GradientType=1 );
      transform: skew(20deg); }
    .promo-box__header h2 {
      color: #fff;
      margin: 0 0 10px;
      position: relative;
      z-index: 2;
      font-size: 46px;
      line-height: 50px;
      font-weight: normal;
      text-transform: uppercase; }
    .promo-box__header p {
      color: #fff;
      margin: 0;
      position: relative;
      z-index: 2;
      font-size: 20px;
      line-height: 26px; }
  .promo-box__content {
    position: relative;
    padding: 63px 0 0; }
  .promo-box .girl {
    width: 673px;
    position: absolute;
    top: -255px;
    right: -35px;
    z-index: 3;
    pointer-events: none; }
    .promo-box .girl img {
      display: block;
      max-width: 100%;
      height: auto;
      width: auto; }
  .promo-box .bg-text {
    position: absolute;
    top: 170px;
    left: -310px;
    font-family: 'playfair display';
    font-size: 200px;
    font-weight: 800;
    margin: 0;
    color: rgba(255, 255, 255, 0.3);
    font-style: italic; }
  @media all and (max-width: 1024px) {
    .promo-box {
      padding: 26px 0 578px; }
      .promo-box__header {
        padding: 0; }
        .promo-box__header:before {
          display: none; }
        .promo-box__header h2 {
          font-size: 22px;
          line-height: 30px;
          font-weight: 800;
          color: #333333;
          margin: 0 0 10px; }
        .promo-box__header p {
          background: #c62033;
          background: -moz-linear-gradient(left, #c62033 0%, #9f091a 100%);
          background: -webkit-linear-gradient(left, #c62033 0%, #9f091a 100%);
          background: linear-gradient(to right, #c62033 0%, #9f091a 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62033', endColorstr='#9f091a',GradientType=1 );
          text-align: center;
          font-size: 15px;
          line-height: 20px;
          padding: 16px 15px 3px;
          position: relative;
          margin: 0 0 45px; }
          .promo-box__header p:after {
            position: absolute;
            bottom: -20px;
            left: 0;
            content: '';
            background: url(../images/bg-box.png) no-repeat 50% 100%/100% 100%;
            width: 100%;
            height: 21px; }
      .promo-box .container {
        position: static; }
      .promo-box__content {
        padding: 0;
        position: static; }
      .promo-box .girl {
        top: auto;
        bottom: 114px;
        left: auto;
        right: -20px;
        height: 455px;
        width: auto;
        margin: 0 0 0 14px; }
        .promo-box .girl img {
          width: auto;
          max-width: 200%;
          max-height: 100%; }
      .promo-box .bg-text {
        font-size: 70px;
        line-height: 70px;
        left: 17px;
        top: auto;
        bottom: 400px;
        max-width: 100px; } }

.benefits-list {
  padding: 0 0 0 20px; }
  .benefits-list li {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
    position: relative;
    z-index: 3; }
    .benefits-list li:nth-child(2) {
      margin-left: 172px; }
  .benefits-list__bullet {
    text-align: center;
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    position: relative;
    margin: 0 47px 0 0; }
    .benefits-list__bullet:before {
      position: absolute;
      top: -10px;
      left: -10px;
      bottom: -10px;
      right: -10px;
      content: '';
      border-radius: 50%;
      border: 1px solid #c7c0bb; }
    .benefits-list__bullet:after {
      position: absolute;
      top: -20px;
      left: -20px;
      bottom: -20px;
      right: -20px;
      content: '';
      border-radius: 50%;
      border: 1px solid #c7c0bb; }
  .benefits-list .icon-verified {
    color: #fff;
    font-size: 36px;
    line-height: 70px;
    display: block;
    background: #c72134;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 15px 30px rgba(199, 33, 52, 0.45);
    z-index: 3;
    position: relative; }
  .benefits-list__text {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    padding-top: 9px; }
  @media all and (max-width: 1024px) {
    .benefits-list {
      padding: 0 0 0 12px; }
      .benefits-list li {
        margin-bottom: 24px;
        align-items: flex-start; }
        .benefits-list li:nth-child(2) {
          margin-left: 0; }
      .benefits-list__bullet {
        width: 42px;
        height: 42px;
        margin-right: 30px;
        margin-top: 5px; }
        .benefits-list__bullet:before {
          top: -6px;
          left: -6px;
          bottom: -6px;
          right: -6px; }
        .benefits-list__bullet:after {
          top: -12px;
          left: -12px;
          bottom: -12px;
          right: -12px; }
      .benefits-list .icon-verified {
        width: 42px;
        height: 42px;
        font-size: 23px;
        line-height: 42px; }
      .benefits-list__text {
        padding-top: 4px;
        font-size: 15px;
        line-height: 20px;
        font-weight: normal;
        text-transform: none;
        margin-right: -24px; }
        .benefits-list__text:first-letter {
          text-transform: uppercase; } }

.video-link-holder {
  position: absolute;
  top: 63px;
  right: 460px;
  width: 60px;
  height: 60px; }
  .video-link-holder:before {
    position: absolute;
    top: -120px;
    left: -120px;
    bottom: -120px;
    right: -120px;
    content: '';
    border-radius: 50%;
    border: 1px solid #d8d1ca; }
  .video-link-holder:after {
    position: absolute;
    top: -170px;
    left: -170px;
    bottom: -170px;
    right: -170px;
    content: '';
    border-radius: 50%;
    border: 1px solid #d8d1ca; }
  @media all and (max-width: 1024px) {
    .video-link-holder {
      top: auto;
      bottom: 318px;
      right: auto;
      left: 75px; } }

.video-link-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .video-link-frame:before {
    position: absolute;
    top: -220px;
    left: -220px;
    bottom: -220px;
    right: -220px;
    content: '';
    border-radius: 50%;
    border: 1px solid #d8d1ca; }
  .video-link-frame:after {
    position: absolute;
    top: -270px;
    left: -270px;
    bottom: -270px;
    right: -270px;
    content: '';
    border-radius: 50%;
    border: 1px solid #d8d1ca; }

.video-link {
  font-size: 60px;
  display: block;
  position: relative;
  z-index: 5;
  color: #c72134; }
  .video-link:hover {
    color: #df3c4f; }

.video-link-label {
  position: absolute;
  top: 60px;
  right: -33px;
  background: url(../images/label.svg) no-repeat 0 0/100% 100%;
  width: 162px;
  height: 51px;
  text-indent: -9999px; }
  .video-link-label:before {
    position: absolute;
    top: -41px;
    left: 25px;
    background: url(../images/arrow.svg) no-repeat 0 0/100% 100%;
    content: '';
    width: 23px;
    height: 34px; }
  @media all and (max-width: 1024px) {
    .video-link-label {
      left: -40px;
      right: auto;
      width: 131px;
      height: 41px; }
      .video-link-label:before {
        left: -3px; } }

.contact-form {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #f4f4f4 32%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #fefefe 0%, #f4f4f4 32%, #eaeaea 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f4f4f4 32%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f4f4f4',GradientType=0 );
  padding: 10px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 6;
  margin: -200px -50px 92px; }
  .contact-form__frame {
    background: #fff;
    padding: 30px 90px 25px; }
  .contact-form__header {
    text-align: center;
    margin: 0 0 22px; }
    .contact-form__header h3 {
      text-transform: uppercase;
      margin: 0;
      font-size: 30px;
      color: #333333;
      font-weight: 800; }
    .contact-form__header p {
      margin: 0;
      color: #717171;
      font-size: 16px; }
  .contact-form__text-wrap {
    position: relative;
    margin-top: 11px; }
  .contact-form__label {
    display: block;
    color: #717171;
    padding: 0 9px;
    font-size: 15px;
    background: #fff;
    position: absolute;
    top: -11px;
    left: 31px;
    z-index: 2; }
  .contact-form__text-field {
    display: block;
    width: 100%;
    border: 1px solid #ece5e1;
    height: 60px;
    border-radius: 30px;
    padding: 0 39px;
    background: none;
    font-size: 16px; }
  .contact-form .submit {
    border-radius: 35px;
    height: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background: #c72134;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    box-shadow: 0 15px 30px rgba(199, 33, 52, 0.45);
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
    transition: all 0.3s; }
    .contact-form .submit:hover {
      color: #fff;
      box-shadow: 0 15px 50px rgba(199, 33, 52, 0.45); }
  .contact-form_vertical {
    position: static;
    margin: 0 0 72px; }
    .contact-form_vertical .contact-form__frame {
      padding: 40px 54px; }
    .contact-form_vertical .contact-form__col {
      margin-bottom: 25px; }
  @media all and (max-width: 1199px) {
    .contact-form_vertical .contact-form__frame {
      padding: 30px 25px; } }
  @media all and (max-width: 1024px) {
    .contact-form {
      margin: -203px 0 50px; }
      .contact-form_vertical {
        margin: 0 0 50px; }
        .contact-form_vertical .contact-form__col {
          margin-bottom: 10px; }
      .contact-form__frame {
        padding: 30px 23px 36px; }
      .contact-form__header {
        margin-bottom: 25px; }
        .contact-form__header h3 {
          font-size: 22px;
          line-height: 32px;
          margin-bottom: 7px; }
        .contact-form__header p {
          line-height: 24px; }
      .contact-form__text-wrap {
        margin-top: 0;
        margin-bottom: 20px; }
      .contact-form__text-field {
        height: 50px; }
      .contact-form .submit {
        display: block;
        max-width: 400px;
        margin: 0 auto;
        height: 60px;
        font-size: 15px; } }

.benefits-section {
  padding: 0 0 105px; }
  .benefits-section .contact-form {
    margin-top: -200px;
    margin-bottom: 94px; }
  @media all and (max-width: 1024px) {
    .benefits-section {
      padding: 0 0 60px; }
      .benefits-section .contact-form {
        margin-top: -295px;
        margin-bottom: 48px; } }

.benefits__header {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 50px; }

.benefits__header-title {
  display: block;
  max-width: 444px;
  flex: 0 0 70%;
  margin: 0 13px 0 0; }
  .benefits__header-title h2 {
    margin: 0;
    color: #333333;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 800; }

.benefits__header-text {
  padding: 0 0 0 30px; }
  .benefits__header-text:before {
    position: absolute;
    top: 9px;
    bottom: 14px;
    content: '';
    width: 3px;
    background: #c72134;
    margin-left: -31px; }
  .benefits__header-text p {
    margin: 0; }
    .benefits__header-text p b {
      color: #c72134;
      font-weight: bold; }

.benefits__section-label {
  text-align: center;
  margin: 0 0 30px; }
  .benefits__section-label h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 800;
    margin: 0; }

.benefits__image {
  width: 600px;
  height: 600px;
  margin: 0 auto 100px;
  position: relative;
  padding-top: 27px; }
  .benefits__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    z-index: 3; }
  .benefits__image:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    border-radius: 50%;
    border: 1px solid #efe9e6; }
  .benefits__image:after {
    position: absolute;
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    content: '';
    border-radius: 50%;
    border: 1px solid #efe9e6; }

.benefits__image-frame {
  width: 600px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .benefits__image-frame:before {
    position: absolute;
    top: 100px;
    left: 100px;
    bottom: 100px;
    right: 100px;
    content: '';
    border-radius: 50%;
    border: 1px solid #efe9e6;
    transform: translateY(-27px); }

.benefits__points-holder {
  position: absolute;
  top: -27px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  animation: rotation 10s infinite;
  -webkit-animation: rotation 10s infinite; }

.benefits__point {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #c72134;
  border-radius: 50%;
  box-shadow: 0 15px 30px rgba(199, 33, 52, 0.45);
  cursor: pointer; }
  .benefits__point:before {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    content: '';
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px; }
  .benefits__point_01 {
    top: 45px;
    left: 105px; }
  .benefits__point_02 {
    top: 272px;
    left: 32px; }
  .benefits__point_03 {
    top: 451px;
    left: 97px; }
  .benefits__point_04 {
    top: 45px;
    right: 105px; }
  .benefits__point_05 {
    top: 272px;
    right: 32px; }
  .benefits__point_06 {
    top: 451px;
    right: 97px; }

.benefits__text {
  position: absolute;
  width: 340px;
  z-index: 5; }
  .benefits__text:hover p {
    color: #c72134; }
  .benefits__text p {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 12px; }
    .benefits__text p:last-child {
      margin-bottom: 0; }
  .benefits__text_01 {
    top: 12px;
    right: 516px;
    text-align: right; }
  .benefits__text_02 {
    top: 240px;
    right: 590px;
    text-align: right; }
  .benefits__text_03 {
    top: 418px;
    right: 516px;
    text-align: right; }
  .benefits__text_04 {
    top: 12px;
    left: 520px; }
  .benefits__text_05 {
    top: 240px;
    left: 590px; }
  .benefits__text_06 {
    top: 418px;
    left: 520px; }

.benefits__text-opener {
  display: none; }

@media all and (max-width: 1715px) {
  .benefits__text {
    max-width: 250px;
    font-size: 16px;
    line-height: 22px;
    text-transform: none; }
    .benefits__text p {
      text-transform: none; } }

@media all and (max-width: 1024px) {
  .benefits__section-label {
    margin: 0 0 12px; }
    .benefits__section-label h3 {
      font-size: 18px;
      line-height: 26px; }
  .benefits__header {
    display: block;
    max-width: 600px;
    margin: 0 auto 41px; }
  .benefits__header-title {
    max-width: 100%;
    text-align: center;
    margin-right: 0; }
    .benefits__header-title h2 {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 14px; }
  .benefits__header-text {
    padding-left: 0;
    text-align: center; }
    .benefits__header-text:before {
      display: none; }
    .benefits__header-text p {
      font-size: 15px;
      line-height: 24px; }
  .benefits__text-slider {
    text-align: center;
    position: relative;
    max-height: 168px;
    overflow: hidden; }
    .benefits__text-slider:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      height: 67px; }
  .benefits__text-opener {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px; }
    .benefits__text-opener span,
    .benefits__text-opener em {
      border-bottom: 1px solid #f2d6d8;
      font-style: normal; }
    .benefits__text-opener em {
      display: none; }
  .benefits__image {
    width: auto;
    height: auto;
    padding-top: 20px; }
    .benefits__image img {
      max-width: 260px; }
    .benefits__image:before {
      position: absolute;
      top: 45px;
      left: 50%;
      bottom: auto;
      right: auto;
      content: '';
      border-radius: 50%;
      border: 1px solid #efe9e6;
      width: 350px;
      height: 350px;
      transform: translateX(-50%); }
    .benefits__image:after {
      position: absolute;
      top: 10px;
      left: 50%;
      bottom: auto;
      right: auto;
      content: '';
      border-radius: 50%;
      border: 1px solid #efe9e6;
      transform: translateX(-50%);
      width: 420px;
      height: 420px; }
  .benefits__image-frame {
    height: auto;
    width: auto;
    display: block;
    position: static; }
    .benefits__image-frame:before {
      width: 280px;
      height: 280px;
      top: 80px;
      left: 50%;
      right: auto;
      bottom: auto;
      transform: translateX(-50%); }
  .benefits__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 420px;
    position: relative; }
  .benefits__points-holder {
    display: none; }
  .benefits__text {
    padding-left: 43px;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 19px;
    font-size: 16px; }
    .benefits__text p {
      line-height: 22px; }
    .benefits__text:before {
      position: absolute;
      top: -3px;
      left: 0;
      width: 30px;
      height: 30px;
      background: #c72134;
      border-radius: 50%;
      box-shadow: 0 15px 30px rgba(199, 33, 52, 0.45);
      content: ''; }
    .benefits__text:after {
      position: absolute;
      top: 5px;
      left: 8px;
      background: #fff;
      content: '';
      border-radius: 50%;
      width: 14px;
      height: 14px;
      z-index: 2; } }

.benefits-slider-wrap {
  position: relative;
  width: 400px;
  margin: 0 auto; }
  @media all and (max-width: 1024px) {
    .benefits-slider-wrap {
      margin-bottom: 50px; } }
  @media all and (max-width: 767px) {
    .benefits-slider-wrap {
      width: 280px; } }

.benefits-slider {
  width: 400px;
  height: 600px;
  margin: 0 auto;
  padding: 73px 0 0;
  position: relative;
  z-index: 10; }
  .benefits-slider .owl-item {
    height: 527px;
    position: relative; }
  .benefits-slider__image {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative; }
    .benefits-slider__image img {
      max-width: 100%;
      max-height: 100%; }
  .benefits-slider__text {
    position: absolute;
    top: 427px;
    left: 100px; }
    .benefits-slider__text h2 {
      margin: 0 0 px;
      font-size: 26px;
      line-height: 40px;}
    .benefits-slider__text p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin: 0; }
  .benefits-slider .more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    animation: pulseMore 4s infinite ease; }
    .benefits-slider .more:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: '';
      width: 1px;
      height: 15px;
      background: #fff; }
    .benefits-slider .more:after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: '';
      width: 15px;
      height: 1px;
      background: #fff; }
  @media all and (max-width: 1024px) {
    .benefits-slider {
      padding-top: 0; }
      .benefits-slider .more {
        display: block; } }
  @media all and (max-width: 767px) {
    .benefits-slider {
      width: 280px;
      padding-top: 62px;
      height: auto; }
      .benefits-slider__text {
        left: 0;
        top: 320px; }
      .benefits-slider__image {
        width: 280px;
        height: 280px; } }

.benefits-slider-nav {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 500px;
  z-index: 11; }
  @media all and (max-width: 1024px) {
    .benefits-slider-nav {
      bottom: 10px; } }
  @media all and (max-width: 767px) {
    .benefits-slider-nav {
      bottom: 40px;
      left: 0;
      transform: none;
      width: auto; } }

#carousel-custom-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  #carousel-custom-dots .owl-dot {
    background: rgba(0, 0, 0, 0.5);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    cursor: pointer;
    margin: 0 8px; }
    #carousel-custom-dots .owl-dot.active {
      background: #c72134; }

.benefits-slider-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 30px; }
  .benefits-slider-status .current {
    color: #000;
    font-size: 17px;
    display: block;
    font-weight: 600;
    width: 25px; }
  .benefits-slider-status .all {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-weight: 600;
    width: 25px; }
  .benefits-slider-status .bar {
    width: 80px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 10px; }
    .benefits-slider-status .bar .bar-line {
      width: 100%;
      height: 100%;
      display: block;
      transform: scale(0);
      background: #c72134;
      transform-origin: 0 0; }
    .benefits-slider-status .bar.loaded .bar-line {
      animation: loading 4.3s linear, loadingReverse 
 0.7s 4.3s linear;
      animation-fill-mode: forwards; }
  @media all and (max-width: 1024px) {
    .benefits-slider-status {
      padding-left: 15px; }
      .benefits-slider-status .bar {
        width: 40px; }
      .benefits-slider-status .current,
      .benefits-slider-status .all {
        font-size: 12px; } }

@keyframes loading {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes loadingReverse {
  0% {
    transform: scale(1);
    transform-origin: 100% 100%; }
  100% {
    transform: scale(0);
    transform-origin: 100% 100%; } }

@keyframes pulseMore {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media all and (max-width: 1024px) {
  .slide-active .benefits__text-opener span {
    display: none; }
  .slide-active .benefits__text-opener em {
    display: inline; }
  .slide-active .benefits__text-slider {
    max-height: 3000px; }
    .slide-active .benefits__text-slider:before {
      display: none; } }

.more {
  display: inline-block;
  vertical-align: top;
  background: #ece5e1;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  color: #a29c98;
  font-size: 14px;
  padding: 0 20px 0 12px;
  position: relative;
  z-index: 6; }
  .more span {
    color: #c72134; }

.indications-section {
  margin-top: 160px;
  margin-bottom: 0;
  padding: 109px 0 0;
  background: #f6f3f0;
  position: relative; }
  .indications-section .wave-grey05 {
    bottom: -68px; }
  .indications-section .container {
    position: relative; }
  .indications-section .contact-form {
    margin-top: -320px; }
  .indications-section__heading {
    max-width: 400px; }
    .indications-section__heading h2 {
      margin: 0;
      color: #333333;
      font-size: 36px;
      line-height: 46px;
      text-transform: uppercase;
      font-weight: 800; }
  .indications-section__image {
    min-height: 722px;
    max-width: 760px;
    margin: -110px auto 0;
    position: relative;
    left: 58px; }
    .indications-section__image img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      pointer-events: none; }
  .indications-section__info {
    position: absolute;
    top: 162px;
    left: 0;
    right: 0;
    bottom: 0; }
  @media all and (max-width: 1024px) {
    .indications-section {
      margin: 160px -20px 0;
      padding: 1px 20px 0; }
      .indications-section__heading {
        text-align: center;
        max-width: 100%;
        margin-bottom: 35px; }
        .indications-section__heading h2 {
          font-size: 22px;
          line-height: 32px; }
      .indications-section__image {
        margin-top: 0;
        opacity: 0.2;
        left: 0;
        height: 790px; }
        .indications-section__image img {
          height: 790px;
          max-width: none;
          display: block;
          transform: translate(-92px, 7px); }
      .indications-section__info {
        top: 0; }
      .indications-section .contact-form {
        margin-top: -215px;
        margin-bottom: 60px; } }

.wave-grey03 {
  position: absolute;
  top: -163px;
  left: 50%;
  background: url(../images/wave03.png) no-repeat 0 0/100% 100%;
  width: 1920px;
  height: 163px;
  transform: translateX(-50%);
  z-index: 2; }

.wave-grey04 {
  position: absolute;
  top: -92px;
  left: 50%;
  background: url(../images/wave04.png) no-repeat 0 0/100% 100%;
  width: 1920px;
  height: 92px;
  transform: translateX(-50%);
  z-index: 3; }

.indications-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15; }

.indications-point {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer; }
  .indications-point:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    transform-origin: 50% 50%;
    transform: scale(2.8);
    border-radius: 50%;
    z-index: 2; }
  .indications-point:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    transform-origin: 50% 50%;
    transform: scale(4.5);
    border-radius: 50%; }
  .indications-point_01 {
    top: 113px;
    left: 198px; }
  .indications-point_02 {
    top: 201px;
    left: 175px; }
  .indications-point_03 {
    top: 215px;
    left: 300px; }
  .indications-point_04 {
    top: 290px;
    right: 530px; }
  .indications-point_05 {
    top: 356px;
    right: 474px; }
  .indications-point_06 {
    top: 404px;
    right: 535px; }
  @media all and (max-width: 1024px) {
    .indications-point {
      display: none; } }

.indications {
  position: relative; }
  .indications__text-box {
    position: absolute;
    display: flex;
    align-items: center; }
    .indications__text-box .line {
      opacity: 0;
      wiil-change: opacity;
      transition: all 0.4s;
      pointer-events: none; }
    .indications__text-box_01 {
      top: 10px;
      left: 0; }
      .indications__text-box_01 .line {
        background: url(../images/line01.svg) no-repeat 0 0/100% 100%;
        width: 160px;
        height: 70px;
        position: absolute;
        left: 100%;
        top: -40px;
        margin-left: 23px; }
    .indications__text-box_02 {
      top: 165px;
      left: 0; }
      .indications__text-box_02 .line {
        background: url(../images/line02.svg) no-repeat 0 0/100% 100%;
        width: 169px;
        height: 171px;
        position: absolute;
        left: 100%;
        top: -141px;
        margin-left: -32px; }
    .indications__text-box_03 {
      top: 320px;
      left: 0; }
      .indications__text-box_03 .line {
        background: url(../images/line03.svg) no-repeat 0 0/100% 100%;
        width: 288px;
        height: 276px;
        position: absolute;
        left: 100%;
        top: -241px;
        margin-left: 5px; }
    .indications__text-box_04 {
      top: 10px;
      right: 0; }
      .indications__text-box_04 .indications__icon {
        margin: 0 0 0 20px; }
      .indications__text-box_04 .indications__text {
        text-align: right; }
      .indications__text-box_04 .line {
        background: url(../images/line04.svg) no-repeat 0 0/100% 100%;
        width: 381px;
        height: 65px;
        position: absolute;
        right: 100%;
        top: 60px;
        margin-right: -15px; }
    .indications__text-box_05 {
      top: 165px;
      right: 0; }
      .indications__text-box_05 .indications__icon {
        margin: 0 0 0 20px; }
      .indications__text-box_05 .indications__text {
        text-align: right; }
      .indications__text-box_05 .line {
        background: url(../images/line05.svg) no-repeat 0 0/100% 100%;
        width: 354px;
        height: 49px;
        position: absolute;
        right: 100%;
        top: 55px;
        margin-right: 29px; }
    .indications__text-box_06 {
      top: 320px;
      right: 0; }
      .indications__text-box_06 .indications__icon {
        margin: 0 0 0 20px; }
      .indications__text-box_06 .indications__text {
        text-align: right; }
      .indications__text-box_06 .line {
        background: url(../images/line06.svg) no-repeat 0 0/100% 100%;
        width: 302px;
        height: 158px;
        position: absolute;
        right: 100%;
        top: -105px;
        margin-right: 20px; }
    .indications__text-box:hover .indications__icon, .indications__text-box.hover .indications__icon {
      transform: scale(1.3); }
    .indications__text-box:hover .line, .indications__text-box.hover .line {
      opacity: 1; }
  .indications__icon {
    width: 115px;
    border: 5px solid #fff;
    border-radius: 50%;
    margin: 0 20px 0 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    will-change: transform; }
    .indications__icon img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 50%; }
  .indications__text {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 800; }
  @media all and (max-width: 1024px) {
    .indications__text-box .line {
      display: none; }
    .indications__text-box_01 {
      top: -16px;
      left: 50%;
      margin-left: -137px; }
    .indications__text-box_02 {
      top: 367px;
      left: auto;
      right: 50%;
      margin-right: -143px; }
      .indications__text-box_02 .indications__icon {
        margin: 0 0 0 20px;
        order: 2; }
      .indications__text-box_02 .indications__text {
        text-align: right; }
    .indications__text-box_03 {
      top: 239px;
      left: 50%;
      margin-left: -137px; }
    .indications__text-box_04 {
      top: 115px;
      right: 50%;
      margin-right: -143px; }
    .indications__text-box_05 {
      top: 493px;
      left: 50%;
      right: auto;
      margin-left: -137px; }
      .indications__text-box_05 .indications__icon {
        margin: 0 20px 0 0; }
      .indications__text-box_05 .indications__text {
        text-align: left;
        order: 2; }
    .indications__text-box_06 {
      top: 618px;
      right: 50%;
      margin-right: -143px; } }

.wave-grey05 {
  position: absolute;
  bottom: -75px;
  left: 50%;
  background: url(../images/wave05.png) no-repeat 0 0/100% 100%;
  width: 1920px;
  height: 165px;
  transform: translateX(-50%);
  z-index: 3; }

.wave-grey07 {
  position: absolute;
  bottom: -75px;
  left: 50%;
  background: url(../images/wave07.png) no-repeat 0 0/100% 100%;
  width: 1920px;
  height: 169px;
  transform: translateX(-50%);
  z-index: 3; }

.heading-holder {
  margin: 0 0 55px; }
  .heading-holder_center {
    text-align: center; }
  .heading-holder h2 {
    margin: 0 0 24px; }
    .heading-holder h2:last-child {
      margin-bottom: 0; }
  .heading-holder h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase; }
  .heading-holder p {
    font-size: 22px;
    color: #858282;
    margin: 0; }
  .heading-holder__icon {
    margin-bottom: 21px;
    position: relative;
    z-index: 4; }
    .heading-holder__icon img {
      display: block;
      margin: 0 auto; }
  @media all and (max-width: 1024px) {
    .heading-holder {
      margin-bottom: 30px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      .heading-holder h2 {
        font-size: 22px;
        line-height: 32px; }
      .heading-holder h3 {
        font-size: 18px; }
      .heading-holder__icon img {
        max-width: 55px;
        height: auto; }
      .heading-holder p {
        font-size: 18px;
        line-height: 24px; } }

.secret-section {
  position: relative;
  padding: 82px 0 0; }
  .secret-section .girl {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(calc(-50% - 512px));
    z-index: 3; }
  @media all and (max-width: 1024px) {
    .secret-section {
      padding-top: 45px;
      padding-bottom: 0px;
      z-index: 3; }
      .secret-section .girl {
        display: none; }
      .secret-section .heading-holder {
        margin-left: -10px;
        margin-right: -10px; } }

.secret-content {
  width: 500px;
  height: 648px;
  position: relative;
  margin: 0 auto; }
  .secret-content__image {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 20px solid #f6f3f0; }
    .secret-content__image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 50%; }
  @media all and (max-width: 1024px) {
    .secret-content {
      height: auto;
      width: auto;
      max-width: 500px; }
      .secret-content__image {
        width: 300px;
        height: 300px;
        margin: 0 auto; } }

.secret-slider {
  display: block; }
  .secret-slider__info {
    font-size: 17px;
    line-height: 24px;
    position: relative;
    z-index: 2; }
  .secret-slider__number {
    font-size: 110px;
    line-height: 50px;
    position: absolute;
    font-family: 'playfair display';
    font-weight: 800;
    font-style: italic;
    color: #f6f3f0; }
  .secret-slider__icon {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    padding: 10px;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e7e7e8 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%, #e7e7e8 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #e7e7e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e8',GradientType=0 );
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    text-align: center; }
    .secret-slider__icon div {
      background: #fff;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      line-height: 95px;
      color: #c72134;
      font-size: 50px; }
  @media all and (min-width: 1025px) {
    .secret-slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .secret-slider .item {
        position: absolute;
        top: 0; }
        .secret-slider .item_01 {
          top: 82px;
          width: 285px;
          right: 536px;
          text-align: right; }
          .secret-slider .item_01 .secret-slider__icon {
            position: absolute;
            top: -30px;
            right: -130px; }
          .secret-slider .item_01 .secret-slider__number {
            top: -56px;
            left: 0; }
        .secret-slider .item_02 {
          top: 550px;
          width: 400px;
          left: 93px; }
          .secret-slider .item_02 .secret-slider__icon {
            position: absolute;
            top: -140px;
            left: 0px; }
          .secret-slider .item_02 .secret-slider__number {
            top: 15px;
            right: 100px; }
        .secret-slider .item_03 {
          top: 175px;
          width: 260px;
          left: 555px; }
          .secret-slider .item_03 .secret-slider__icon {
            position: absolute;
            top: -48px;
            left: -135px; }
          .secret-slider .item_03 .secret-slider__number {
            top: -43px;
            right: 0; } }
  @media all and (max-width: 1024px) {
    .secret-slider {
      margin-top: -70px; }
      .secret-slider__icon {
        margin: 0 auto 15px;
        display: block; }
      .secret-slider__number {
        color: #f6f3f0 !important;
        top: 80px;
        left: 0; }
      .secret-slider__info {
        text-align: center; }
      .secret-slider .owl-prev {
        position: absolute;
        top: -85px;
        left: 50%;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #fff url(../images/btn-prev.svg) no-repeat 50% 50%/17px 13px;
        border: 0;
        text-indent: -9999px;
        overflow: hidden;
        transform: translateY(-50%);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
        margin-left: -167px; }
        .secret-slider .owl-prev:before {
          display: none; }
      .secret-slider .owl-next {
        position: absolute;
        top: -85px;
        right: 50%;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #fff url(../images/btn-next.svg) no-repeat 50% 50%/17px 13px;
        border: 0;
        text-indent: -9999px;
        overflow: hidden;
        transform: translateY(-50%);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
        margin-right: -167px; }
        .secret-slider .owl-next:before {
          display: none; } }

@media all and (max-width: 1024px) {
  .owl-prev {
    width: 44px !important;
    height: 44px !important;
    background: #fff url(../images/btn-prev.svg) no-repeat 50% 50%/17px !important;
    border: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1); }
    .owl-prev:before {
      display: none; } }

@media all and (max-width: 1024px) {
  .owl-next {
    width: 44px !important;
    height: 44px !important;
    background: #fff url(../images/btn-next.svg) no-repeat 50% 50%/17px 13px !important;
    border: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1); }
    .owl-next:before {
      display: none; } }

@media all and (min-width: 1025px) {
  .owl-dots {
    display: none; } }

@media all and (max-width: 1024px) {
  .owl-dots {
    text-align: center;
    padding-top: 20px; }
    .owl-dots .owl-dot {
      display: inline-block;
      vertical-align: top;
      width: 10px;
      height: 10px;
      background: #ece9e6;
      border: 0;
      border-radius: 50%;
      padding: 0;
      margin: 0 5px; }
      .owl-dots .owl-dot.active {
        background: #c72134; } }

.wave-grey06 {
  position: absolute;
  top: -85px;
  left: 50%;
  background: url(../images/wave06.png) no-repeat 0 0/100% 100%;
  width: 1920px;
  height: 160px;
  transform: translateX(-50%);
  z-index: 3; }

.catalog {
  background: #f6f3f0;
  padding: 85px 0 111px;
  margin-top: 80px;
  margin-bottom: 85px;
  position: relative; }
  .catalog .heading-holder {
    max-width: 810px;
    margin-bottom: 102px; }
  .catalog .girl-top {
    position: absolute;
    top: -5px;
    right: 50%;
    transform: translateX(calc(50% + 610px));
    z-index: 3; }
  .catalog .girl-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(calc(-50% - 575px)); }
  @media all and (max-width: 1024px) {
    .catalog {
      margin-top: 50px;
      margin-bottom: 50px;
      padding: 50px 0 91px; }
      .catalog .heading-holder {
        position: relative;
        z-index: 5;
        margin-bottom: 86px; } }

.catalog-list {
  margin-bottom: -105px;
  position: relative;
  z-index: 4; }
  .catalog-list li {
    margin-bottom: 106px; }
  @media all and (max-width: 1024px) {
    .catalog-list li {
      margin-bottom: 92px; } }

.catalog-item {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  border: 20px solid #fff;
  min-height: 530px;
  height: 100%;
  padding: 24px 28px 20px;
  position: relative;
  transition: all 0.3s; }
  .catalog-item:hover {
    transform: translateY(-5px); }
  .catalog-item__image {
    height: 230px;
    margin-bottom: 21px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
    position: relative; }
    .catalog-item__image:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -99px;
      background: url(../images/shadow.png) no-repeat;
      content: '';
      width: 198px;
      height: 15px; }
    .catalog-item__image img {
      max-width: 100%;
      max-height: 140%;
      width: auto;
      height: auto;
      display: block; }
  .catalog-item__title {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #c72134; }
  .catalog-item__info {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin: 0 0 27px; }
  .catalog-item__price-row {
    display: block;
    display: flex;
    align-items: baseline;
    margin: 0 0 10px; }
  .catalog-item__price {
    font-size: 24px;
    font-weight: 800;
    color: #c72134;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px; }
  .catalog-item__old-price {
    display: block;
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 800;
    position: relative; }
    .catalog-item__old-price:before {
      position: absolute;
      top: 45%;
      left: 0;
      right: 0;
      content: '';
      height: 1px;
      background: rgba(170, 170, 170, 0.6); }
  .catalog-item__btns-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 -7px; }
  .catalog-item__number {
    position: absolute;
    top: 81px;
    left: -20px;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    line-height: 84px;
    width: 79px;
    height: 79px;
    background: #c72134;
    text-align: center; }
  @media all and (max-width: 1024px) {
    .catalog-item {
      border-width: 15px;
      padding: 24px 18px 23px; }
      .catalog-item__title {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 5px; }
      .catalog-item__info {
        text-align: center;
        font-size: 16px;
        margin: 0 0 15px; }
      .catalog-item__price {
        font-size: 24px;
        line-height: 34px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: bottom; }
      .catalog-item__old-price {
        display: inline-block;
        vertical-align: bottom; }
      .catalog-item__price-row {
        display: block;
        margin-bottom: 18px; } }
  @media all and (max-width: 767px) {
    .catalog-item {
      height: auto;
      min-height: 0; } }

.btn-transparent {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  border: 2px solid #c72134;
  border-radius: 25px;
  padding: 0 17px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 800;
  color: #c72134;
  text-transform: uppercase;
  transition: all 0.3s; }
  .btn-transparent:hover {
    color: #fff;
    background: #c72134; }
  .btn-transparent.large {
    border-width: 1px;
    height: 70px;
    line-height: 70px;
    padding: 0 40px;
    font-size: 15px;
    border-radius: 35px; }
  @media all and (max-width: 1024px) {
    .btn-transparent {
      font-size: 13px;
      height: 44px;
      line-height: 42px;
      padding: 0 13px; } }

.btn-red {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  border: 2px solid #c72134;
  border-radius: 25px;
  padding: 0 17px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 800;
  color: #fff;
  background: #c72134;
  text-transform: uppercase;
  box-shadow: 0 15px 30px rgba(199, 33, 52, 0.45);
  transition: all 0.3s; }
  .btn-red.large {
    height: 70px;
    line-height: 70px;
    padding: 0 65px;
    font-size: 15px;
    border-radius: 35px; }
  .btn-red:hover {
    color: #fff;
    box-shadow: 0 15px 50px rgba(199, 33, 52, 0.45); }
  @media all and (max-width: 1024px) {
    .btn-red {
      font-size: 13px;
      height: 44px;
      line-height: 44px;
      padding: 0 13px; } }

.numbers {
  padding-bottom: 195px;
  overflow: hidden; }
  .numbers__header {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 70px; }
  .numbers__header-title {
    display: block;
    max-width: 620px;
    flex: 0 0 70%;
    margin: 0 13px 0 0; }
    .numbers__header-title h2 {
      margin: 0;
      color: #333333;
      font-size: 36px;
      line-height: 46px;
      text-transform: uppercase;
      font-weight: 800; }
  .numbers__header-text {
    padding: 0 0 0 30px; }
    .numbers__header-text h3 {
      font-weight: normal;
      font-size: 22px;
      margin-bottom: 12px; }
    .numbers__header-text:before {
      position: absolute;
      top: 9px;
      bottom: 14px;
      content: '';
      width: 3px;
      background: #c72134;
      margin-left: -31px; }
    .numbers__header-text p {
      margin: 0; }
      .numbers__header-text p b {
        color: #c72134;
        font-weight: bold; }
        .numbers__header-text p b.mark-black {
          color: #333; }
  .numbers__value {
    display: block;
    font-weight: bold;
    font-size: 100px;
    line-height: 100px;
    color: #c72134;
    text-align: center;
    margin-bottom: 26px; }
  .numbers__value-label {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin: 0 -40px;
    text-transform: uppercase; }
  .numbers .separator-col {
    margin-top: 46px; }
    .numbers .separator-col img {
      width: 100%;
      height: auto; }
  @media all and (max-width: 1024px) {
    .numbers {
      padding-bottom: 128px; }
      .numbers__header-title {
        margin-bottom: 16px; }
        .numbers__header-title h2 {
          font-size: 22px;
          line-height: 32px;
          text-align: center; }
      .numbers__header {
        display: block;
        margin-bottom: 30px;
        z-index: 5; }
      .numbers__header-text {
        padding: 0;
        text-align: center; }
        .numbers__header-text:before {
          display: none; }
        .numbers__header-text h3 {
          font-size: 22px;
          line-height: 26px; }
      .numbers__value {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 7px; }
      .numbers__value-label {
        display: block;
        margin: 0 0 35px; } }

.results {
  position: relative;
  background: #f6f3f0;
  padding-top: 1px;
  margin-top: -1px;
  padding-bottom: 102px;
  margin-bottom: 75px; }
  .results .girl {
    position: absolute;
    bottom: -8px;
    right: 50%;
    transform: translateX(calc(50% + 326px));
    z-index: 5; }
  .results .contact-form {
    margin-top: -129px;
    margin-bottom: 120px; }
  .results .heading-holder {
    max-width: 370px;
    margin-bottom: 40px;
    position: relative; }
  .results .results-content {
    position: relative; }
  .results .circles {
    position: absolute;
    top: -15px;
    right: 10px;
    width: 500px;
    height: 500px;
    border: 1px solid #ede6e2;
    border-radius: 50%; }
    .results .circles:before {
      position: absolute;
      top: -100px;
      right: -100px;
      bottom: -100px;
      left: -100px;
      content: '';
      border: 1px solid #ede6e2;
      border-radius: 50%; }
    .results .circles:after {
      position: absolute;
      top: -200px;
      right: -200px;
      bottom: -200px;
      left: -200px;
      content: '';
      border: 1px solid #ede6e2;
      border-radius: 50%; }
  .results__info {
    border: 20px solid #fff;
    padding: 35px 202px 38px 40px;
    position: relative;
    z-index: 2;
    margin-right: 200px; }
  .results__number {
    font-family: 'playfair display';
    font-style: italic;
    font-weight: 800;
    font-size: 70px;
    line-height: 50px;
    color: #c72134;
    text-shadow: 15px -15px 0 #fff;
    margin: 0 0 24px; }
    .results__number span {
      font-size: 40px; }
  .results .period {
    position: absolute;
    top: -115px;
    left: 100%;
    font-family: 'playfair display';
    font-weight: 800;
    font-style: italic;
    text-align: right;
    margin-left: 41px; }
    .results .period__number {
      font-size: 300px;
      line-height: 250px;
      display: block;
      text-align: right;
      color: #fff; }
    .results .period__value {
      color: #fff;
      font-size: 90px;
      line-height: 60px;
      display: block;
      position: relative;
      left: -15px; }
  @media all and (max-width: 1024px) {
    .results {
      padding-bottom: 45px;
      margin-bottom: 32px; }
      .results .contact-form {
        margin-bottom: 55px; }
      .results .circles {
        display: none; }
      .results__info {
        border: 0;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 2; }
      .results .period {
        display: none; }
      .results__number {
        text-align: center;
        font-size: 70px; }
      .results .heading-holder {
        margin-bottom: 28px; }
      .results .girl {
        position: absolute;
        bottom: -8px;
        right: 50%;
        transform: translateX(calc(50% + 100px)) !important;
        z-index: 5;
        opacity: 0.2 !important; } }

.bulleted-list {
  font-size: 15px;
  position: relative;
  z-index: 2; }
  .bulleted-list li {
    padding: 0 0 0px 11px;
    position: relative; }
    .bulleted-list li:last-child {
      padding-bottom: 0; }
    .bulleted-list li:before {
      position: absolute;
      top: 10px;
      left: 0;
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #c72134; }
  @media all and (max-width: 1024px) {
    .bulleted-list {
      margin-bottom: 22px;
      padding-left: 30px; } }

.reasons-content {
  padding-left: 64px; }
  @media all and (max-width: 1024px) {
    .reasons-content {
      padding-left: 0; } }

.reasons-list {
  position: relative; }
  .reasons-list .item {
    margin: 0 0 45px;
    display: flex;
    align-items: center; }
  .reasons-list__icon {
    height: 70px;
    width: 70px;
    margin: 0 47px 0 20px;
    position: relative; }
    .reasons-list__icon:before {
      position: absolute;
      top: -10px;
      right: -10px;
      bottom: -10px;
      left: -10px;
      content: '';
      border: 1px solid #ece9e6;
      border-radius: 50%; }
    .reasons-list__icon:after {
      position: absolute;
      top: -20px;
      right: -20px;
      bottom: -20px;
      left: -20px;
      content: '';
      border: 1px solid #ece9e6;
      border-radius: 50%; }
    .reasons-list__icon .icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #ece9e6;
      text-align: center;
      font-size: 36px;
      line-height: 70px;
      color: #8a8784;
      position: relative;
      z-index: 2; }
    .reasons-list__icon.marked-red .icon {
      color: #fff;
      background: #c72134;
      box-shadow: 0 15px 30px rgba(199, 33, 52, 0.45); }
  .reasons-list__text {
    line-height: 24px; }
  @media all and (max-width: 1024px) {
    .reasons-list {
      margin-bottom: 0px; }
      .reasons-list .item {
        display: block;
        margin-bottom: 0;
        padding-top: 20px; }
      .reasons-list__icon {
        margin: 0 auto;
        margin-bottom: 38px; }
      .reasons-list__text {
        text-align: center; }
      .reasons-list .owl-prev {
        position: absolute;
        top: 42px;
        left: 0;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #fff url(../images/btn-prev.svg) no-repeat 50% 50%/17px 13px;
        border: 0;
        text-indent: -9999px;
        overflow: hidden;
        transform: translateY(-50%);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
        transition: all 0.3s; }
        .reasons-list .owl-prev:before {
          display: none; }
      .reasons-list .owl-next {
        position: absolute;
        top: 42px;
        right: 0;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #fff url(../images/btn-next.svg) no-repeat 50% 50%/17px 13px;
        border: 0;
        text-indent: -9999px;
        overflow: hidden;
        transform: translateY(-50%);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
        margin-right: 0; }
        .reasons-list .owl-next:before {
          display: none; } }

.user-results {
  position: relative;
  background: #f6f3f0;
  padding-top: 1px;
  margin-top: -1px;
  padding-bottom: 129px;
  margin-bottom: 75px; }
  .user-results .girl {
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(calc(50% + 350px));
    z-index: 5; }
  .user-results .contact-form {
    margin-top: -140px;
    margin-bottom: 107px; }
  .user-results .heading-holder {
    max-width: 370px;
    margin-bottom: 40px;
    position: relative; }
  .user-results__header {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 100px; }
  .user-results__header-title {
    display: block;
    max-width: 574px;
    flex: 0 0 70%;
    margin: 0 13px 0 0; }
    .user-results__header-title h2 {
      margin: 0;
      color: #333333;
      font-size: 36px;
      line-height: 46px;
      text-transform: uppercase;
      font-weight: 800; }
  .user-results__header-text {
    padding: 0 0 0 30px; }
    .user-results__header-text h3 {
      font-weight: normal;
      font-size: 22px;
      margin-bottom: 12px; }
    .user-results__header-text:before {
      position: absolute;
      top: 9px;
      bottom: 14px;
      content: '';
      width: 3px;
      background: #c72134;
      margin-left: -31px; }
    .user-results__header-text p {
      margin: 0 0 15px; }
      .user-results__header-text p:last-child {
        margin-bottom: 0; }
      .user-results__header-text p b {
        color: #c72134;
        font-weight: bold; }
        .user-results__header-text p b.mark-black {
          color: #333; }
  @media all and (max-width: 1024px) {
    .user-results {
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .user-results__header {
        display: block;
        margin-bottom: 0px; }
      .user-results__header-title {
        max-width: 100%;
        padding: 0;
        margin: 0 auto 15px;
        text-align: center; }
        .user-results__header-title h2 {
          font-size: 22px;
          line-height: 32px;
          text-align: center;
          margin-left: -10px;
          margin-right: -10px; }
      .user-results__header-text {
        padding: 0;
        text-align: center; }
        .user-results__header-text:before {
          display: none; }
      .user-results .contact-form {
        margin-top: -322px;
        margin-bottom: 76px; } }

@media all and (min-width: 1025px) {
  .owl-carousel {
    display: block !important; } }

.compare-box-wrap {
  position: relative; }
  .compare-box-wrap .twentytwenty-after-label,
  .compare-box-wrap .twentytwenty-before-label {
    opacity: 1; }
  .compare-box-wrap .twentytwenty-before-label:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: 'до';
    font: italic 800 60px/50px 'playfair display';
    color: #fff;
    display: block;
    width: 50%;
    text-align: left;
    background: none;
    letter-spacing: 0; }
  .compare-box-wrap .twentytwenty-after-label:before {
    position: absolute;
    top: 10px;
    right: 0;
    content: 'после';
    font: italic 800 60px/50px 'playfair display';
    color: #fff;
    display: block;
    width: 50%;
    text-align: left;
    background: none;
    letter-spacing: 0; }
  @media all and (max-width: 1024px) {
    .compare-box-wrap .twentytwenty-before-label:before {
      font-size: 36px; }
    .compare-box-wrap .twentytwenty-after-label:before {
      font-size: 36px; } }

.twentytwenty-overlay {
  background: none !important; }

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  height: 243px; }

.compare-box {
  width: 530px; }
  .compare-box img {
    width: 100%;
    height: auto;
    display: block; }
  @media all and (max-width: 1024px) {
    .compare-box {
      width: 100%;
      margin: 0 auto;
      max-width: 530px; } }
  @media all and (max-width: 767px) {
    .compare-box {
      max-width: 320px;
      margin: 0 auto; } }

.results-slider {
  z-index: 4; }
  .results-slider .item {
    display: flex;
    align-items: center;
    padding: 35px 0 0; }
  .results-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -117px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff url(../images/btn-prev.svg) no-repeat 50% 50%/24px 18px;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateY(-50%);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.3s; }
    .results-slider .owl-prev:before {
      display: none; }
    .results-slider .owl-prev:hover {
      margin-top: -5px; }
  .results-slider .owl-next {
    position: absolute;
    top: 50%;
    right: -117px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff url(../images/btn-next.svg) no-repeat 50% 50%/24px 18px;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateY(-50%);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.3s; }
    .results-slider .owl-next:before {
      display: none; }
    .results-slider .owl-next:hover {
      margin-top: -5px; }
  .results-slider .disabled {
    display: none; }
  @media all and (max-width: 1479px) {
    .results-slider .owl-prev {
      left: -25px; }
    .results-slider .owl-next {
      right: -25px; } }
  @media all and (max-width: 1199px) {
    .results-slider .owl-prev {
      left: -15px; }
    .results-slider .owl-next {
      right: -15px; } }
  @media all and (max-width: 1024px) {
    .results-slider {
      transform: none !important; }
      .results-slider .owl-prev {
        left: 5px;
        transform: none;
        top: 140px; }
      .results-slider .owl-next {
        right: 5px;
        transform: none;
        top: 140px; }
      .results-slider .item {
        display: block; }
      .results-slider .owl-dots {
        position: relative;
        z-index: 15; } }

.results-review {
  border: 20px solid #ffffff;
  border-left: 0;
  padding: 36px 20px 36px 54px; }
  .results-review__header {
    display: flex;
    align-items: center;
    margin: 0 0 22px; }
  .results-review__image {
    width: 98px;
    height: 98px;
    margin: 0 25px 0 0; }
    .results-review__image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 50%; }
  .results-review__text-box {
    padding: 0; }
  .results-review__name {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #333333;
    text-transform: uppercase; }
  .results-review__short-info {
    display: block;
    color: #717171; }
  .results-review__content {
    font-size: 15px;
    font-style: italic; }
  @media all and (max-width: 1024px) {
    .results-review {
      border-width: 20px;
      border-left: 20px solid #fff;
      margin: -20px 10px 0px;
      padding: 18px 18px 25px; }
      .results-review__image {
        display: none; }
      .results-review__short-info {
        margin-bottom: -4px; }
      .results-review__header {
        margin-bottom: 14px; }
      .results-review__content {
        line-height: 22px; } }

.opinions {
  padding-top: 10px;
  padding-bottom: 90px; }
  .opinions .user-results__header-title {
    max-width: 538px; }
  .opinions .user-results__header {
    margin-bottom: 65px; }
  .opinions__content {
    display: flex;
    align-items: center; }
  .opinions__image {
    width: 400px;
    margin-left: -187px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1); }
    .opinions__image img {
      display: block;
      width: 100%;
      height: auto; }
  .opinions__text-box {
    flex: 1 0 0;
    padding: 53px 195px 55px 30px;
    border: 20px solid #f6f3f0; }
    .opinions__text-box h3 {
      font: italic 800 30px/40px 'playfair display';
      margin: 0 0 24px; }
    .opinions__text-box p {
      font-style: italic;
      line-height: 24px;
      margin: 0 0 30px; }
  .opinions__footer {
    display: flex;
    align-items: center; }
    .opinions__footer img {
      width: auto !important;
      height: auto;
      display: block; }
  .opinions__footer-sign {
    margin: 0 30px 0 14px; }
  .opinions__footer-name {
    display: block;
    font-weight: 800;
    color: #333333;
    text-transform: uppercase; }
  .opinions__footer-text {
    padding: 20px 0 0; }
    .opinions__footer-text p {
      color: #717171;
      font-style: normal;
      margin: 0; }
  @media all and (max-width: 1024px) {
    .opinions {
      padding-bottom: 61px; }
      .opinions__content {
        flex-direction: column; }
      .opinions .user-results__header {
        z-index: 4;
        margin-bottom: 28px; }
        .opinions .user-results__header p {
          margin-bottom: 5px; }
      .opinions__image {
        height: auto;
        order: 1;
        flex: 0 0 100%;
        margin: 0 auto 22px;
        max-width: 400px;
        width: auto; }
      .opinions__text-box {
        order: 2;
        flex: 0 0 100%;
        margin: 0 auto;
        border: 0;
        padding: 0; }
        .opinions__text-box h3 {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 10px; }
        .opinions__text-box p {
          line-height: 24px; }
      .opinions__footer {
        display: block; } }

.opinions-slider {
  margin: 0 -20px;
  width: auto; }
  .opinions-slider .item {
    padding: 0 20px; }
  .opinions-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -95px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff url(../images/btn-prev.svg) no-repeat 50% 50%/24px 18px;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateY(-50%);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    margin-top: -15px; }
    .opinions-slider .owl-prev:before {
      display: none; }
    .opinions-slider .owl-prev:hover {
      margin-top: -5px; }
  .opinions-slider .owl-next {
    position: absolute;
    top: 50%;
    right: -95px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff url(../images/btn-next.svg) no-repeat 50% 50%/24px 18px;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateY(-50%);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    margin-top: -15px; }
    .opinions-slider .owl-next:before {
      display: none; }
    .opinions-slider .owl-next:hover {
      margin-top: -5px; }
  .opinions-slider .disabled {
    display: none; }
  @media all and (max-width: 1479px) {
    .opinions-slider .owl-prev {
      left: -25px; }
    .opinions-slider .owl-next {
      right: -25px; } }
  @media all and (max-width: 1199px) {
    .opinions-slider .owl-prev {
      left: 5px; }
    .opinions-slider .owl-next {
      right: 5px; } }
  @media all and (max-width: 1024px) {
    .opinions-slider .owl-prev {
      left: 5px;
      transform: none;
      top: 140px; }
    .opinions-slider .owl-next {
      right: 5px;
      transform: none;
      top: 140px; } }

.video-section {
  position: relative;
  background: #f6f3f0;
  padding-top: 78px;
  margin-top: -1px;
  padding-bottom: 80px;
  margin-bottom: 75px; }
  .video-section .girl {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translate(calc(-50% - 493px));
    z-index: 3; }
  .video-section .heading-holder h2 {
    margin-bottom: 5px; }
  @media all and (max-width: 1024px) {
    .video-section {
      padding-top: 49px;
      padding-bottom: 49px;
      margin-bottom: 42px; }
      .video-section .heading-holder {
        margin-bottom: 25px; }
        .video-section .heading-holder h2 {
          margin-bottom: 13px; }
      .video-section .girl {
        display: none; } }

.video-slider {
  position: relative;
  z-index: 4; }
  .video-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -117px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff url(../images/btn-prev.svg) no-repeat 50% 50%/24px 18px;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateY(-50%);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    margin-top: -15px; }
    .video-slider .owl-prev:before {
      display: none; }
    .video-slider .owl-prev:hover {
      margin-top: -5px; }
  .video-slider .owl-next {
    position: absolute;
    top: 50%;
    right: -117px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff url(../images/btn-next.svg) no-repeat 50% 50%/24px 18px;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateY(-50%);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    margin-top: -15px; }
    .video-slider .owl-next:before {
      display: none; }
    .video-slider .owl-next:hover {
      margin-top: -5px; }
  .video-slider .disabled {
    display: none; }
  @media all and (max-width: 1479px) {
    .video-slider .owl-prev {
      left: -25px; }
    .video-slider .owl-next {
      right: -25px; } }
  @media all and (max-width: 1199px) {
    .video-slider .owl-prev {
      left: 5px; }
    .video-slider .owl-next {
      right: 5px; } }

.video-item {
  border: 15px solid #fefefe;
  padding: 15px; }
  .video-item__holder {
    height: 320px; }
  .video-item__play {
    text-align: center;
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .video-item__play:before {
      position: absolute;
      top: -10px;
      left: -10px;
      bottom: -10px;
      right: -10px;
      content: '';
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.3);
      transition: all 0.3s; }
    .video-item__play:after {
      position: absolute;
      top: -20px;
      left: -20px;
      bottom: -20px;
      right: -20px;
      content: '';
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.3);
      transition: all 0.3s; }
    .video-item__play .icon {
      color: #fff;
      font-size: 36px;
      line-height: 70px;
      display: block;
      background: #c72134;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      box-shadow: 0 15px 30px rgba(199, 33, 52, 0.45);
      z-index: 3;
      position: relative; }
    .video-item__play:hover:after {
      top: -14px;
      left: -14px;
      bottom: -14px;
      right: -14px; }
    .video-item__play:hover:before {
      top: -7px;
      left: -7px;
      bottom: -7px;
      right: -7px; }
  .video-item__image {
    height: 100%; }
  @media all and (max-width: 1024px) {
    .video-item {
      border: 0;
      padding: 0;
      margin-bottom: 14px; }
      .video-item__holder {
        height: auto;
        background: none;
        position: relative; }
      .video-item img {
        display: block;
        width: 100%;
        height: auto; } }

.instagram-section {
  padding: 0px 0 115px; }
  .instagram-section .heading-holder {
    margin-bottom: 42px; }
  @media all and (max-width: 1024px) {
    .instagram-section {
      padding-bottom: 65px; }
      .instagram-section .heading-holder {
        position: relative;
        z-index: 5;
        margin-bottom: 27px; }
        .instagram-section .heading-holder h2 {
          margin: 0 10px; } }

.instagram-slider .item {
  width: 360px;
  height: 360px;
  background: #aeaeae; }

.instagram-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: -117px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff url(../images/btn-prev.svg) no-repeat 50% 50%/24px 18px;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  transform: translateY(-50%);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  margin-top: -15px; }
  .instagram-slider .owl-prev:before {
    display: none; }
  .instagram-slider .owl-prev:hover {
    margin-top: -5px; }

.instagram-slider .owl-next {
  position: absolute;
  top: 50%;
  right: -117px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff url(../images/btn-next.svg) no-repeat 50% 50%/24px 18px;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  transform: translateY(-50%);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  margin-top: -15px; }
  .instagram-slider .owl-next:before {
    display: none; }
  .instagram-slider .owl-next:hover {
    margin-top: -5px; }

.instagram-slider .disabled {
  display: none; }

.instagram-slider .owl-stage-outer {
  overflow: visible; }

@media all and (max-width: 1479px) {
  .instagram-slider .owl-prev {
    left: -25px; }
  .instagram-slider .owl-next {
    right: -25px; } }

@media all and (max-width: 1199px) {
  .instagram-slider .owl-prev {
    left: 5px; }
  .instagram-slider .owl-next {
    right: 5px; } }

@media all and (max-width: 1024px) {
  .instagram-slider .owl-prev {
    display: none; }
  .instagram-slider .owl-next {
    display: none; }
  .instagram-slider .item {
    width: 180px;
    height: 180px;
    margin: 0 auto 7px; } }

.steps-section {
  position: relative;
  background: #f6f3f0;
  padding-top: 90px;
  margin-top: -1px;
  padding-bottom: 185px;
  margin-bottom: 75px; }
  @media all and (max-width: 1024px) {
    .steps-section {
      padding-top: 70px;
      padding-bottom: 270px; } }

.steps-number {
  color: #fff;
  float: left;
  font: italic 800 110px/50px 'playfair display';
  margin-right: -40px; }
  @media all and (max-width: 1024px) {
    .steps-number {
      width: 75px;
      margin: 0; } }

@media all and (max-width: 1024px) {
  .steps-item {
    margin-bottom: 38px; } }

.steps-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 25px 5px 0 5px; }

.footer {
  background: #212121;
  padding: 0 0 56px; }
  .footer .callback-holder {
    float: right; }
    .footer .callback-holder .phone {
      color: #fff;
      float: left;
      line-height: 50px; }
  .footer .contact-form {
    margin-bottom: 61px; }
  .footer_type {
    padding: 32px 0; }
  @media all and (max-width: 1024px) {
    .footer {
      padding-bottom: 22px; }
      .footer .logo {
        display: none; }
      .footer .contact-form {
        margin-top: -300px;
        margin-bottom: 30px; }
      .footer .callback-holder {
        display: block;
        float: none;
        text-align: center; }
        .footer .callback-holder .phone {
          display: inline-block;
          vertical-align: top;
          float: none; } }

.callback-btn {
  float: right;
  border: 2px solid #c72134;
  border-radius: 25px;
  height: 50px;
  color: #fff;
  padding: 0 27px;
  line-height: 48px;
  margin-left: 23px;
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1) !important;
  -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1) !important;
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1) !important;
  -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1) !important;
  box-shadow: 0 0 13px 0 #f20127; }
  .callback-btn:hover {
    background: #c72134;
    color: #fff;
    -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1) !important;
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1) !important;
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1) !important;
    -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1) !important; }
  @media all and (max-width: 1024px) {
    .callback-btn {
      float: none;
      display: block;
      width: 210px;
      margin: 0 auto; } }

.modal-window {
  display: none;
  width: 476px;
  padding: 10px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #f3f3f3 22%, whitesmoke 43%, #f3f3f3 70%, #f3f3f3 70%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, #fefefe 0%, #f3f3f3 22%, whitesmoke 43%, #f3f3f3 70%, #f3f3f3 70%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f3f3f3 22%, whitesmoke 43%, #f3f3f3 70%, #f3f3f3 70%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f7f7f7',GradientType=0 );
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1); }
  .modal-window__holder {
    padding: 72px 60px 60px;
    background: #fff;
    position: relative; }
  .modal-window_large {
    width: 1240px; }
    .modal-window_large .modal-window__holder {
      padding: 30px 40px; }
  .modal-window_white {
    background: #fff; }
  .modal-window__article {
    position: absolute;
    top: -1px;
    left: -1px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    width: 79px;
    height: 79px;
    background: #c72134;
    z-index: 5;
    line-height: 79px; }
  @media all and (max-width: 1715px) {
    .modal-window {
      background: #fff;
      padding: 0; }
      .modal-window_large {
        width: 95vw; } }
  @media all and (max-width: 1024px) {
    .modal-window_large .modal-window__holder {
      padding: 37px 20px 33px; } }
  @media all and (max-width: 767px) {
    .modal-window {
      width: 95vw; }
      .modal-window__holder {
        padding: 33px 20px; }
      .modal-window_large__holder {
        padding: 33px 20px; } }

.modal-header {
  text-align: center;
  margin: 0 0 20px; }
  .modal-header h3 {
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 30px;
    color: #333333; }
    .modal-header h3:last-child {
      margin: 0; }
  .modal-header p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #717171; }
  @media all and (max-width: 1024px) {
    .modal-header h3 {
      font-size: 22px;
      line-height: 32px; }
    .modal-header p {
      font-size: 15px; } }

.modal-form .submit {
  border-radius: 35px;
  height: 70px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: #c72134;
  width: 100%;
  border: 0;
  text-transform: uppercase;
  box-shadow: 0 15px 30px rgba(199, 33, 52, 0.45);
  transition: all 0.3s; }
  .modal-form .submit:hover {
    color: #fff;
    box-shadow: 0 15px 50px rgba(199, 33, 52, 0.45); }

.modal-form .contact-form__text-wrap {
  margin: 0 0 20px; }

.modal-close {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 18px;
  color: #cccccc; }
  .modal-close:hover {
    color: #c72134; }
  @media all and (max-width: 1715px) {
    .modal-close {
      top: 17px;
      right: 17px; } }

.basket-footer {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 767px) {
    .basket-footer {
      flex-direction: column; }
      .basket-footer .btn-transparent {
        order: 2; }
      .basket-footer .btn-red {
        margin-bottom: 16px; } }

.basket-table {
  border-collapse: collapse;
  margin: 0 0 35px;
  padding: 0;
  width: 100%;
  border-top: 1px solid #ebebeb; }
  .basket-table td {
    padding: 12px 0 12px 34px;
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    line-height: 24px; }
    .basket-table td.image-td {
      max-width: 60px; }
      .basket-table td.image-td img {
        display: block; }
  .basket-table__image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto; }
  .basket-table__title {
    display: block;
    font-weight: 800;
    color: #c72134; }
  .basket-table__sub-title {
    display: block;
    color: #717171; }
  .basket-table__old-price {
    display: block;
    color: #aaaaaa;
    font-style: italic;
    text-decoration: line-through; }
  .basket-table__price {
    display: block;
    font-weight: 800;
    color: #c72134;
    font-style: italic; }
  .basket-table__sum-wrap {
    display: flex;
    align-items: center; }
  .basket-table__sum {
    padding-left: 42px;
    font-weight: 800;
    font-style: italic;
    font-size: 24px;
    line-height: 28px; }
  .basket-table__delete {
    color: #cccccc;
    font-size: 18px;
    display: inline-block; }
    .basket-table__delete:hover {
      color: #c72134; }
  @media all and (max-width: 1024px) {
    .basket-table {
      margin-bottom: 20px; }
      .basket-table tbody,
      .basket-table tr,
      .basket-table td {
        display: block; }
      .basket-table tr {
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #ebebeb;
        padding: 15px 0 19px; }
      .basket-table td {
        font-size: 16px;
        border: 0;
        padding: 0; }
        .basket-table td.delete-td {
          display: none; }
        .basket-table td.image-td {
          float: left;
          margin: 0 22px 10px 7px;
          width: 54px; }
          .basket-table td.image-td img {
            display: block;
            width: auto;
            height: auto;
            max-width: 100%; }
        .basket-table td.price-td {
          display: flex;
          overflow: hidden; }
        .basket-table td.text-td {
          display: block;
          overflow: hidden; }
        .basket-table td.amount-td {
          padding-top: 10px;
          clear: both;
          width: 100%; }
      .basket-table__old-price {
        margin: 0 7px 4px 0; }
      .basket-table__title {
        margin-bottom: 3px; }
      .basket-table__sub-title {
        margin-bottom: 3px; }
      .basket-table__sum {
        padding-left: 16px; } }

.amount-wrap {
  border: 1px solid #ebebeb;
  width: 120px;
  height: 40px;
  font-size: 18px; }
  .amount-wrap .minus {
    width: 40px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    float: left;
    color: #333; }
    .amount-wrap .minus:hover {
      color: #c72134; }
  .amount-wrap .plus {
    width: 40px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    float: right;
    color: #333; }
    .amount-wrap .plus:hover {
      color: #c72134; }
  .amount-wrap .text {
    width: 38px;
    height: 38px;
    float: left;
    background: none;
    border: 0;
    padding: 0;
    text-align: center; }

.basket-total-wrap {
  margin-bottom: 11px; }

.basket-total {
  float: right;
  min-width: 220px;
  display: flex;
  align-items: baseline; }
  .basket-total__label {
    font-size: 16px; }
  .basket-total__sum {
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    color: #212121;
    margin-left: 8px; }
  @media all and (max-width: 767px) {
    .basket-total {
      float: none;
      min-width: 0;
      justify-content: center; } }

.item-card__image {
  max-width: 390px;
  position: relative; }
  .item-card__image img {
    display: block;
    margin: 0 auto; 
    width: 300px;}

.item-card__text-box {
  padding-right: 70px !important; }

.item-card .stick {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  background: #c72134;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  box-shadow: 0 15px 30px rgba(199, 33, 52, 0.45); }
  .item-card .stick span {
    display: inline-block;
    transform: rotate(15deg); }

.item-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 33px; }

.item-card__photo {
  width: 160px;
  height: 160px;
  margin: 0 32px 0 0; }
  .item-card__photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%; }

.item-card h2 {
  margin: 0 0 10px;
  color: #c72134;
  font-size: 34px;
  font-weight: 800; }

.item-card__sub-title {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  padding: 0 5px;
  background: #767779;
  background: -moz-linear-gradient(left, #767779 0%, #a7a7a7 25%, #a7a7a7 50%, #c2c2c2 75%, #9ea0a3 100%);
  background: -webkit-linear-gradient(left, #767779 0%, #a7a7a7 25%, #a7a7a7 50%, #c2c2c2 75%, #9ea0a3 100%);
  background: linear-gradient(to right, #767779 0%, #a7a7a7 25%, #a7a7a7 50%, #c2c2c2 75%, #9ea0a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767779', endColorstr='#9ea0a3',GradientType=1 );
  position: relative; }
  .item-card__sub-title:before {
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 20px 0 0;
    border-color: #9d9fa2 transparent transparent transparent;
    content: ''; }

.item-card h4 {
  margin: 0 0 3px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #333333; }

.item-card p {
  color: #717171;
  line-height: 24px;
  margin: 0 0 14px; }

.item-card__footer {
  display: flex;
  align-items: baseline; }

.item-card__price {
  display: block;
  font-weight: 800;
  font-size: 40px;
  color: #c72134;
  margin-right: 25px; }
  .item-card__price span {
    font-size: 24px; }

.item-card__old-price {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #aaaaaa;
  text-decoration: line-through;
  margin-right: 27px; }

@media all and (max-width: 1024px) {
  .item-card .stick {
    left: auto;
    right: 10px; }
  .item-card__header {
    display: block;
    margin-bottom: 24px;
    order: 2; }
  .item-card__image {
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    position: relative;
    margin-bottom: 24px; }
    .item-card__image:before {
      position: absolute;
      bottom: 0;
      left: -20px;
      right: -20px;
      content: '';
      border-bottom: 1px solid #ece9e6;
      z-index: 4; }
    .item-card__image img {
      max-width: 100%;
      max-height: 80%;
      margin: 0 auto;
      display: block;
      width: auto;
      height: auto; }
  .item-card__photo {
    display: none; }
  .item-card__text-box {
    display: flex;
    flex-direction: column;
    padding-right: 0 !important; }
  .item-card__footer {
    display: block;
    order: 1;
    margin-bottom: 24px; }
    .item-card__footer .btn-red {
      display: block; }
  .item-card__price {
    display: inline-block;
    vertical-align: bottom;
    line-height: 30px;
    margin-bottom: 18px; }
  .item-card__old-price {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 18px; }
  .item-card h2 {
    font-size: 22px;
    line-height: 32px; }
  .item-card__text-content {
    order: 3; }
  .item-card__sub-title {
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    align-self: start; }
  .item-card p {
    font-size: 15px; } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

h2 {
  margin-right: -5px;
  padding-right: -5px;
  letter-spacing: -0.1px; }
  h2 em {
    font-style: normal; }
  h2 b {
    color: #c72134;
    font-weight: 800; }
  h2 span {
    position: relative; }

.page {
  position: relative;
  overflow: hidden; }

body {
  overflow: visible; }
  body .benefits-list.ready li .benefits-list__bullet:before {
    transition: all 0.3s; }
  body .benefits-list.ready li .benefits-list__bullet:after {
    transition: all 0.3s; }
  body .benefits-list li:hover .benefits-list__bullet:before {
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: bullet02 2s infinite 1s;
    -webkit-animation: bullet01 2s infinite 1s;
    border-color: #c72134 !important; }
  body .benefits-list li:hover .benefits-list__bullet:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    animation: bullet02 1s infinite;
    -webkit-animation: bullet01 2s infinite;
    border-color: #c72134 !important; }
  @media all and (max-width: 1024px) {
    body .benefits-list li:hover .benefits-list__bullet:before {
      animation: bullet02 2s infinite 1s;
      -webkit-animation: bullet02 2s infinite 1s; }
    body .benefits-list li:hover .benefits-list__bullet:after {
      animation: bullet02 1s infinite;
      -webkit-animation: bullet02 2s infinite; } }

@keyframes bullet01 {
  0% {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px; } }

@keyframes bullet02 {
  0% {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: -12px;
    left: -12px;
    bottom: -12px;
    right: -12px; } }

.reasons-list .icon {
  transition: all 0.3s; }

.reasons-list .item:hover .reasons-list__icon:before {
  transition: none;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: bullet02 2s infinite 1s;
  -webkit-animation: bullet01 2s infinite 1s;
  border-color: #c72134 !important; }

.reasons-list .item:hover .reasons-list__icon:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation: bullet02 1s infinite;
  -webkit-animation: bullet01 2s infinite;
  border-color: #c72134 !important; }

.reasons-list .item:hover .reasons-list__icon .icon {
  background: #c72134;
  color: #fff; }

@media all and (max-width: 1024px) {
  .reasons-list .item:hover .reasons-list__icon:before {
    animation: bullet02 2s infinite 1s;
    -webkit-animation: bullet02 2s infinite 1s; }
  .reasons-list .item:hover .reasons-list__icon:after {
    animation: bullet02 1s infinite;
    -webkit-animation: bullet02 2s infinite; } }

.thanks-section {
  background: #efebe7;
  padding: 55px 0 30px;
  position: relative; }
  .thanks-section:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    background: url(../images/img01.png) no-repeat;
    width: 673px;
    height: 703px;
    transform: translateX(calc(-50% + 500px));
    opacity: 0.2; }
  .thanks-section__header {
    text-align: center;
    margin: 0 0 35px; }
    .thanks-section__header h2 {
      font-size: 30px;
      line-height: 36px;
      font-weight: 900;
      color: #333333;
      margin: 0; }
    .thanks-section__header p {
      color: #333333;
      font-size: 24px; }
  @media all and (max-width: 767px) {
    .thanks-section__header h2 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 6px; }
    .thanks-section__header p {
      font-size: 20px;
      line-height: 26px; } }

.thanks-sidebar {
  max-width: 455px;
  margin-left: 30px; }
  @media all and (max-width: 1024px) {
    .thanks-sidebar {
      max-width: 100%;
      margin-left: 0; } }

.social-holder {
  text-align: center;
  padding-bottom: 40px; }
  .social-holder .contact-form__header {
    margin-bottom: 28px; }
  .social-holder p {
    font-size: 20px;
    line-height: 26px;
    color: #333333; }
  @media all and (max-width: 1024px) {
    .social-holder {
      padding-bottom: 0; }
      .social-holder .contact-form__header h3 {
        font-size: 24px; }
      .social-holder .contact-form__header p {
        font-size: 16px;
        line-height: 22px; } }

.social-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px; }

.sale-box {
  margin: 0 0 40px;
  position: relative; }
  .sale-box__header {
    background: #e4ddd5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02) inset;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .sale-box__check {
    display: flex;
    align-items: center; }
  .sale-box__check-icon {
    margin: 0 28px 0 0;
    width: 40px;
    height: 40px;
    background: #fff;
    flex: 0 0 auto;
    cursor: pointer; }
  .sale-box__check-text {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #333333;
    transition: all 0.3s; }
  .sale-box .counter {
    font-size: 46px;
    line-height: 40px;
    color: #333333;
    display: block;
    transition: all 0.3s; }
  .sale-box__content {
    padding: 0 3px 3px;
    background: #fff; }
  .sale-box__frame {
    background: #fff;
    padding: 32px 37px 36px; }
  .sale-box__title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin: 0 0 16px; }
    .sale-box__title b {
      color: #c72134;
      font-size: 22px;
      font-weight: 900; }
  .sale-box__image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }
  .sale-box__price-label {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 10px; }
    .sale-box__price-label b {
      color: #c72134; }
  .sale-box .btn-transparent {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    background: #c72134;
    color: #fff;
    box-shadow: 0 15px 30px rgba(199, 33, 52, 0.45);
    transition: all 0.3s; }
    .sale-box .btn-transparent:hover {
      color: #fff; }
  .sale-box__price-wrap {
    margin-bottom: 16px;
    display: flex;
    align-items: baseline; }
  .sale-box__price {
    display: block;
    font-size: 34px;
    color: #c72134;
    font-weight: 900;
    margin-right: 24px; }
  .sale-box__old-price {
    display: block;
    font-size: 18px;
    color: #aaaaaa;
    font-weight: 900;
    text-decoration: line-through; }
  .sale-box__text-box {
    align-self: flex-start; }
  .sale-box.active .sale-box__content,
  .sale-box.active .sale-box__header {
    background: #c62033;
    background: -moz-linear-gradient(left, #c62033 0%, #9f091a 100%);
    background: -webkit-linear-gradient(left, #c62033 0%, #9f091a 100%);
    background: linear-gradient(to right, #c62033 0%, #9f091a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62033', endColorstr='#9f091a',GradientType=1 ); }
  .sale-box.active .sale-box__check-text,
  .sale-box.active .counter {
    color: #fff; }
  .sale-box.active .btn-transparent {
    background: #fff;
    color: #333;
    box-shadow: none; }
    .sale-box.active .btn-transparent:hover {
      background: #c72134;
      color: #fff; }
  .sale-box.active .sale-box__check-icon {
    background: #fff url(../images/check-symbol.svg) no-repeat 50% 50%/27px 21px; }
  @media all and (max-width: 1199px) {
    .sale-box__image {
      margin-bottom: 18px; }
      .sale-box__image img {
        margin: 0 auto; }
    .sale-box__price-label {
      text-align: center;
      display: block; }
    .sale-box__price-wrap {
      justify-content: center; }
    .sale-box .btn-transparent {
      width: 216px;
      margin: 0 auto;
      display: block; } }
  @media all and (max-width: 767px) {
    .sale-box {
      margin: 0 0 30px; }
      .sale-box__header {
        flex-wrap: wrap;
        padding-bottom: 5px; }
      .sale-box__check {
        flex: 0 0 100%;
        align-items: flex-start;
        margin-bottom: 10px; }
      .sale-box__check-icon {
        margin-right: 13px; }
      .sale-box__check-text {
        font-size: 16px;
        line-height: 22px; }
      .sale-box .counter {
        font-size: 36px; }
      .sale-box__counter-wrap {
        padding-left: 53px; }
      .sale-box__frame {
        padding: 20px 16px; }
      .sale-box__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px; }
        .sale-box__title b {
          font-size: 18px; }
      .sale-box__price-wrap {
        flex-wrap: wrap; } }

.sale-box-list {
  padding-bottom: 4px; }
  .sale-box-list li {
    text-indent: 12px;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    margin: 0 0 12px; }
    .sale-box-list li:before {
      position: absolute;
      top: 9px;
      left: 0;
      content: '';
      width: 4px;
      height: 4px;
      background: #333333;
      border-radius: 50%; }

@media all and (max-width: 1024px) {
  .jcf-select {
    height: 50px; }
    .jcf-select .jcf-select-text {
      line-height: 50px;
      font-size: 15px; }
    .jcf-select .jcf-select-opener {
      width: 30px; } }

.reasons {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 26px 0 200px; }
  .reasons__image {
    max-width: 343px;
    margin-right: 110px;
    margin-top: 20px; }
    .reasons__image img {
      display: block;
      max-width: 100%;
      height: auto;
      width: auto; }
  .reasons .heading-holder {
    margin-bottom: 58px; }
  @media all and (max-width: 1024px) {
    .reasons {
      padding-bottom: 368px; }
      .reasons__image {
        margin: 20px auto 0; }
      .reasons .heading-holder {
        margin-bottom: 18px; } }

.blob {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 48% 52% 68% 32% / 42% 28% 72% 58%;
  background-size: 500% 100%;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  animation: blobber 30s 0s linear infinite, cobler 30s 0s linear infinite alternate; }
  .blob:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-color: #000;
    background-image: url(../images/img15.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
    animation: blobber 30s 0s ease-in-out infinite, wobbler 15s 0s linear infinite alternate; }

@keyframes blobber {
  0% {
    border-radius: 48% 52% 68% 32% / 42% 28% 72% 58%; }
  5% {
    border-radius: 48% 52% 41% 59% / 66% 37% 63% 34%; }
  10% {
    border-radius: 69% 31% 71% 29% / 67% 31% 69% 33%; }
  15% {
    border-radius: 60% 40% 71% 29% / 63% 65% 35% 37%; }
  20% {
    border-radius: 61% 39% 51% 49% / 57% 58% 42% 43%; }
  25% {
    border-radius: 66% 34% 25% 75% / 47% 30% 70% 53%; }
  30% {
    border-radius: 32% 68% 38% 62% / 65% 60% 40% 35%; }
  35% {
    border-radius: 63% 37% 41% 59% / 35% 38% 62% 65%; }
  40% {
    border-radius: 57% 43% 49% 51% / 55% 71% 29% 45%; }
  45% {
    border-radius: 47% 53% 34% 66% / 65% 36% 64% 35%; }
  50% {
    border-radius: 44% 56% 32% 68% / 69% 26% 74% 31%; }
  55% {
    border-radius: 28% 72% 37% 63% / 71% 44% 56% 29%; }
  60% {
    border-radius: 38% 62% 35% 65% / 74% 53% 47% 26%; }
  65% {
    border-radius: 73% 27% 46% 54% / 54% 47% 53% 46%; }
  70% {
    border-radius: 75% 25% 47% 53% / 49% 53% 47% 51%; }
  75% {
    border-radius: 62% 38% 43% 57% / 55% 60% 40% 45%; }
  80% {
    border-radius: 41% 59% 65% 35% / 73% 50% 50% 27%; }
  85% {
    border-radius: 55% 45% 57% 43% / 73% 61% 39% 27%; }
  90% {
    border-radius: 74% 26% 33% 67% / 40% 65% 35% 60%; }
  95% {
    border-radius: 58% 42% 57% 43% / 53% 45% 55% 47%; }
  100% {
    border-radius: 48% 52% 68% 32% / 42% 28% 72% 58%; } }

@keyframes cobler {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: 100% 0%; } }

@keyframes wobbler {
  0% {
    transform: rotateZ(8deg); }
  100% {
    transform: rotateZ(-8deg); } }

.scrolling {
  bottom: 55px;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translateX(-50%); }

.scrolling2 {
  top: 130px;
  right: 50vw;
  position: absolute;
  padding-left: 50%;
  z-index: 600; }

.unu, .doi, .trei {
  margin-left: auto;
  margin-right: auto;
  margin-botom: 6px;
  display: block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white; }

.unu {
  margin-top: 6px; }

.unu, .doi, .trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite; }

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate; }

.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate; }

.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate; }

.mouse {
  margin-left: auto;
  margin-right: auto;
  height: 42px;
  width: 24px;
  border-radius: 20px;
  transform: none;
  border: 2px solid white;
  top: 170px; }

.mouse2 {
  margin-left: auto;
  margin-right: auto;
  height: 35px;
  width: 20px;
  border-radius: 15px;
  transform: none;
  border: 2px solid white;
  top: 170px; }

.wheel {
  margin-left: auto;
  margin-right: auto;
  height: 8px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative; }

.wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite; }

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px); } }

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px; }
  50% {
    top: 2px; }
  100% {
    top: 3px; } }

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@-o-keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

/*# sourceMappingURL=all.css.map */