@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

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

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scriptfo';
  src: url("../fonts/Scriptfo.woff2") format("woff2"), url("../fonts/Scriptfo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Garamond Premiere Pro';
  src: url("../fonts/GaramondPremrPro-MedDisp.woff2") format("woff2"), url("../fonts/GaramondPremrPro-MedDisp.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Garamond Premiere Pro';
  src: url("../fonts/GaramondPremrPro-SmbdDisp.woff2") format("woff2"), url("../fonts/GaramondPremrPro-SmbdDisp.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-Regular.woff2') format('woff2'),
      url('../fonts/EBGaramond-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  min-width: 320px;
  font-family: 'Proxima Nova';
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #2E3034;
  background: #fff;
  overscroll-behavior: none;
}

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

a {
  cursor: pointer;
  color: #CEA542;
  -webkit-transition: .2s;
  transition: .2s;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  text-decoration: none;
}

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

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

/*.root {
    transition: .3s;
    opacity: 0;
    
    &.doc-ready {
        opacity: 1;
    }
}*/

h1,
h2,
h3,
h4,
h5,
.btabs__link,
.modal-footer,
.modal-default__heading {
  font-weight: bold;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
.btabs__link,
.modal-footer,
.modal-default__heading,
.modal-title,
.header,
/* .welcome, */
.joins-block,
.feauters-text,
.feauters-card__title,
.videos-label,
.vouvou,
.footer-row {
  font-family: 'Garamond Premiere Pro', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.header-link,
.joins-heading span,
.feauters-text span,
.videos-label,
.vouvou-heading span,
.fixbtn {
  color: #CAA03F;
}

.vouvou-item__title {
  color: #CAA03F;
}

h1 {
  font-size: 42px;
  margin: 0 0 30px;
}

h2 {
  font-size: 32px;
  margin: 0 0 30px;
}

h3 {
  font-size: 42px;
  margin: 0 0 20px;
}

h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 30px;
}

h5 {
  font-size: 14px;
  margin: 0 0 10px;
}

h6 {
  margin: 0;
}

p + h1,
p + h2,
p + h3,
p + h4 {
  margin-top: 60px;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

table tr:nth-child(even) {
  background: #F8FAFC;
}

table th {
  color: #2E3034;
  padding: 15px 15px;
  border: 0;
  font-weight: normal;
}

table td {
  padding: 15px 15px;
  border: 0;
  border-bottom: 0;
}

.table {
  min-width: 500px;
}

.table-wrap {
  overflow: auto;
  display: block;
}

.table th {
  color: #2E3034;
  opacity: .6;
  padding: 15px 15px;
  font-weight: normal;
  border-bottom: 0;
}

.table th p {
  margin: 0;
}

.table td {
  padding: 15px 15px;
  border-bottom: 0;
}

.table td p {
  margin: 0;
}

.tabs {
  width: 100%;
}

.tabs__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.tabs__list .btn {
  margin-left: auto;
  margin-right: 10px;
}

.tabs__item {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.tabs__item:last-child {
  margin-right: 0;
}

.tabs__link {
  display: block;
  color: #2E3034;
  padding: 10px 40px;
  position: relative;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #838AA2;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px 4px 0  0;
}

.tabs__link:hover {
  color: #3873EE;
  text-decoration: none;
}

.tabs__link.active {
  color: #3873EE;
  background: #fff;
}

.tabs__content {
  background: #fff;
  overflow: hidden;
  border-top: 0;
}

.tabs__content > .tabs__pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.tabs__content > .tabs__pane.active {
  height: auto;
  opacity: 1;
}

.btabs {
  width: 100%;
}

.btabs__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #B5CFE8;
  margin-bottom: 20px;
}

.btabs__list .btn {
  margin-left: auto;
  margin-right: 10px;
}

.btabs__item {
  list-style: none;
  display: inline-block;
}

.btabs__item:last-child {
  margin-right: 0;
}

.btabs__link {
  display: block;
  color: #2E3034;
  padding: 20px 0;
  position: relative;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #838AA2;
  margin-right: 30px;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}

.btabs__link:hover {
  color: #3873EE;
  text-decoration: none;
}

.btabs__link.active {
  color: #2E3034;
  border-color: #0A369D;
}

.btabs__content {
  background: #fff;
  overflow: hidden;
  border-top: 0;
}

.btabs__content > .btabs__pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.btabs__content > .btabs__pane.active {
  height: auto;
  opacity: 1;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.col-1 {
  width: calc(100% / 12 * 1 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-2 {
  width: calc(100% / 12 * 2 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-3 {
  width: calc(100% / 12 * 3 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-4 {
  width: calc(100% / 12 * 4 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-5 {
  width: calc(100% / 12 * 5 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-6 {
  width: calc(100% / 12 * 6 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-7 {
  width: calc(100% / 12 * 7 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-8 {
  width: calc(100% / 12 * 8 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-9 {
  width: calc(100% / 12 * 9 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-10 {
  width: calc(100% / 12 * 10 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-11 {
  width: calc(100% / 12 * 11 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-12 {
  width: calc(100% / 12 * 12 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  padding: 0 !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  margin: 0;
  height: 100%;
  margin-left: auto;
}

.modal.fade .modal-dialog {
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}

.modal.show .modal-dialog {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  height: 100%;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .6;
}

.modal-header {
  padding: 80px 80px 10px;
  position: relative;
  width: 100%;
}

.modal-header .close {
  position: absolute;
  top: 25px !important;
  right: 25px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDEuNTEwNzFMMTMuNDg5MyAwTDcuNSA1Ljk4OTI5TDEuNTEwNzEgMEwwIDEuNTEwNzFMNS45ODkyOSA3LjVMMCAxMy40ODkzTDEuNTEwNzEgMTVMNy41IDkuMDEwNzFMMTMuNDg5MyAxNUwxNSAxMy40ODkzTDkuMDEwNzEgNy41TDE1IDEuNTEwNzFaIiBmaWxsPSIjMkUzMDM0IiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8L3N2Zz4K") center no-repeat !important;
  min-width: inherit;
  z-index: 3;
  border: none;
}

.modal-header .close:hover {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.modal-title {
  text-align: left;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 40px;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 80px 80px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-body .form-checkbox,
.modal-body .form-radio {
  font-weight: 500;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 30px 0;
  font-size: 16px;
  font-weight: 500;
}

.modal-footer p {
  margin: 0;
}

.modal-footer > :not(:first-child) {
  margin-left: 5px;
}

.modal-footer > :not(:last-child) {
  margin-right: 5px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.modal-default {
  text-align: center;
}

.modal-default__heading {
  font-size: 14px;
  margin-bottom: 15px;
}

.modal-default__text {
  margin-bottom: 30px;
}

.modal-default__btn {
  margin: 10px;
  min-width: 100px !important;
}

.modal-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  text-align: center;
}

.modal-center > div {
  margin-top: 25px;
}

.modal-text {
  font-size: 16px;
  margin-bottom: 40px;
}

.modal-btn.btn {
  min-width: 200px;
}

.modal-btns .btn {
  margin: 15px;
}

.modal-btm {
  margin-top: 40px;
}

.modal .form-input {
  border: 2px solid #eee;
  border-radius: 4px;
  padding: 5px 10px;
  background: #FDFDFD;
  font-size: 16px;
  color: #58595D;
  text-transform: none;
  letter-spacing: 0;
}

.modal .form-input:focus {
  border-color: #C4B67E;
}

.modal .form-end {
  margin-top: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal .form-checkbox {
  margin: 0 0 30px;
}

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

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .2s ease;
  transition: height .2s ease;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.form-col {
  width: calc(100% / 12 * 12 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.form-colfull {
  width: calc(100% / 12 * 12 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.form-col4 {
  width: calc(100% / 12 * 4 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.form-col5 {
  width: calc(100% / 12 * 2.4 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group--last {
  text-align: right;
}

.form-group--error .form__label {
  color: #F61459;
  opacity: 1;
}

.form-group--error .form-input {
  border-color: #F61459;
}

.form-end {
  margin-top: 30px;
}

.form-end .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-confirm {
  width: 100%;
}

.form-label {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 2px;
  display: block;
  color: #ABACAE;
}

.form-subfiled {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-subfiled__sub {
  width: 100px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-subfiled__field {
  width: 100%;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 21px 30px;
  color: #fff;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(90deg, #DEB94F, #BA8D32) 1;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  overflow: hidden;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
  line-height: normal;
  font-family: 'Proxima Nova', sans-serif;
  min-width: 220px;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  background: linear-gradient(90deg, #DEB94F 0%, #BA8D32 33.333%, rgba(0, 0, 0, 0) 66.666%, rgba(0, 0, 0, 0) 100%);
  background-size: 300% auto;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:disabled,
.btn.disabled {
  cursor: default;
  pointer-events: none;
  background-position: right top;
  opacity: 0.8;
  color: rgba(202, 160, 63, 0.8) !important;
}

.btn:hover {
  text-decoration: none;
  color: #CAA03F;
  background-position: right top;
}

.btn:active {
  background-color: transparent;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-input,
.form-textarea,
select,
select.select {
  display: block;
  width: 100%;
  padding: 5px 0;
  background-color: transparent;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #2E3034;
  border: 0;
  border-bottom: 2px solid #D5D6D6;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
  outline: none;
  height: 50px;
  text-overflow: ellipsis;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  -webkit-appearance: none;
}

.form-input:focus,
.form-textarea:focus,
select:focus,
select.select:focus {
  border-color: #828385;
}

.form-input:disabled,
.form-textarea:disabled,
select:disabled,
select.select:disabled {
  opacity: .5;
}

.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.select::-webkit-input-placeholder {
  color: #58595D;
  opacity: 1;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder,
select::-moz-placeholder,
select.select::-moz-placeholder {
  color: #58595D;
  opacity: 1;
}

.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
select.select::-ms-input-placeholder {
  color: #58595D;
  opacity: 1;
}

.form-input::placeholder,
.form-textarea::placeholder,
select::placeholder,
select.select::placeholder {
  color: #58595D;
  opacity: 1;
}

input,
button {
  outline: none !important;
}

.form-textarea {
  min-height: 90px;
  height: auto;
  padding: 15px;
  resize: none;
}

.form-textarea--sm {
  min-height: 75px;
}

.form-checkbox,
.form-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: normal;
  margin: 20px 0;
  text-align: left;
  font-size: 13px;
  font-family: "Proxima Nova", sans-serif;
  text-transform: none;
  color: #828385;
  letter-spacing: 0;
  word-spacing: initial;
  line-height: 1.1;
}

.form-checkbox a,
.form-radio a {
  text-decoration: underline;
}

.form-checkbox a:hover,
.form-radio a:hover {
  text-decoration: none;
}

.form-checkbox__label,
.form-radio__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: normal;
  align-self: center;
}

.form-checkbox__label .jq-radio,
.form-checkbox__label .jq-checkbox,
.form-radio__label .jq-radio,
.form-radio__label .jq-checkbox {
  margin-top: 2px;
}

.form-checkbox__label span,
.form-radio__label span {
  display: inline-block;
}

.form-checkbox--disabled,
.form-radio--disabled {
  pointer-events: none;
}

.jq-checkbox {
  top: 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border-radius: 2px;
  border: 1px solid #D2D3D9;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .2s;
  transition: .2s;
  overflow: visible !important;
  position: relative;
}

.jq-checkbox:hover {
  border-color: #B5CFE8;
}

.jq-checkbox .jq-checkbox__div {
  width: 18px;
  height: 18px;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0px;
  right: -1px;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04Ljk1MDc2IDAuNTMxMjYyQzkuMjk1MzQgMC4xODY2ODIgOS44NTQwMiAwLjE4NjY4MiAxMC4xOTg2IDAuNTMxMjYyQzEwLjU0MzIgMC44NzU4NDIgMTAuNTQzMiAxLjQzNDUyIDEwLjE5ODYgMS43NzkxTDQuOTA0NDggNy4wNzMyMUM0LjU1OTkgNy40MTc3OSA0LjAwMTIyIDcuNDE3NzkgMy42NTY2NCA3LjA3MzIxTDAuNzE1NDY2IDQuMTMyMDRDMC4zNzA4ODYgMy43ODc0NiAwLjM3MDg4NiAzLjIyODc4IDAuNzE1NDY2IDIuODg0MkMxLjA2MDA1IDIuNTM5NjIgMS42MTg3MiAyLjUzOTYyIDEuOTYzMyAyLjg4NDJMNC4yODA1NiA1LjIwMTQ2TDguOTUwNzYgMC41MzEyNjJaIiBmaWxsPSIjQkI4RjMzIi8+Cjwvc3ZnPgo=") center no-repeat;
}

.jq-checkbox.checked .jq-checkbox__div {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.jq-checkbox.disabled {
  opacity: .55;
}

.jq-radio {
  top: 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #D2D3D9;
  margin: 0 10px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.jq-radio + span {
  -webkit-transition: .3s;
  transition: .3s;
}

.jq-radio:hover {
  background: #B5CFE8;
}

.jq-radio .jq-radio__div {
  width: 18px;
  height: 18px;
  -webkit-transition: .2s;
  transition: .2s;
  top: 1px;
  position: absolute;
  left: 1px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 100%;
}

.jq-radio.checked .jq-radio__div {
  background: #C19638;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 1px;
  border: 4px solid #fff;
}

.jq-radio.disabled {
  opacity: .55;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-file {
  width: 100%;
  border-radius: 6px;
  padding: 5px 15px;
  display: block !important;
  border: 1px solid #B5CFE8;
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  display: block;
  color: #838AA2;
}

.jq-file__browse {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 29px;
  font-size: 16px;
  color: #3873EE;
  text-decoration: underline;
  padding-left: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jq-file__browse:before {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  background: url(../images/file.svg) center no-repeat;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  opacity: .5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.jq-number {
  position: relative;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.jq-number__field {
  border-radius: 0px;
  width: 100%;
}

.jq-number__field:hover {
  border-color: #B5CFE8;
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  color: #2E3034;
  border: 1px solid #F0F4F9;
  max-width: 100% !important;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #F0F4F9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.jq-number__spin.plus {
  top: 0;
  right: 0;
}

.jq-number__spin.minus {
  top: 0;
  left: 0;
}

.jq-number__spin:hover {
  background: #3873EE;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jq-number__spin.minus:after {
  background: url(../images/catminus.svg) center no-repeat;
}

.jq-number__spin.plus:after {
  background: url(../images/catplus.svg) center no-repeat;
}

.jq-number__spin.minus:hover:after {
  -webkit-filter: brightness(4);
  filter: brightness(4);
}

.jq-number__spin.plus:hover:after {
  -webkit-filter: brightness(4);
  filter: brightness(4);
}

input.number {
  max-width: 120px;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 40px rgba(139, 153, 156, 0.15);
  box-shadow: 0 0 40px rgba(139, 153, 156, 0.15);
}

.header-row {
  width: 100%;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.header.fixed .header-row {
  height: 90px;
}

.header-phone {
  font-size: 30px;
  display: block;
  color: #2E3034;
}

.header-logo {
  max-width: 270px;
}

.header-logo__img {
  display: block;
}

.header-link {
  padding: 0.2em 0.8em;
  font-size: 24px;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(90deg, rgba(222, 185, 79, 1), rgba(186, 141, 50, 1)) 1;
  background-clip: border-box;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33.333%, #DEB94F 66.666%, #BA8D32 100%);
  background-size: 300% auto;
  background-position: left top;
  transition: 0.4s;
}

.header-link:hover {
  color: #fff;
  background-position: right top;
}

.welcome {
  color: #fff;
  background: url(../images/main-bg.jpg) center no-repeat;
  background-size: cover;
  word-spacing: .5rem;
  margin-top: 124px;
  position: relative;
}

.welcome::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}

.welcome .container {
  position: relative;
  min-height: 758px;
  height: calc(100vh - 124px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

.welcome-content {
  font-family: 'Garamond Premiere Pro', sans-serif;
  font-weight: 500;
  text-shadow: 1px 1px 50px black;
}

.welcome-heading {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 40px;
  max-width: 640px;
}

.welcome-heading span {
  font-weight: 700;
  text-transform: uppercase;
}

.welcome-heading b {
  color: #CEA542;
  font-weight: 700;
  text-transform: uppercase;
}

.welcome-text {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  max-width: 600px;
}

.welcome-name {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 14.137em;
}

.welcome .joins-block {
  width: calc(100% - 700px);
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.95);
}

.welcome .joins-heading {
  font-size: 37px;
  line-height: 1.1;
}

.welcome .joins-text {
  font-size: 31px;
  margin-bottom: 20px;
}

.welcome .form-end,
.welcome .form-checkbox {
  margin-top: 0;
}

.joins {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: -380px;
  padding-bottom: 80px;
}

.joins--footer {
  margin-top: -480px;
}

.joins .container {
  position: relative;
}

.joins-content {
  position: relative;
  display: flex;
  justify-content: center;
}

.joins-block {
  padding: 45px 60px;
  max-width: 35%;
  color: #2E3034;
  background: #fff;
}

.joins-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
}

.joins-heading {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  word-spacing: .5rem;
  line-height: .9;
}

.joins-heading span {
  font-size: 1.4em;
}

.joins-text {
  font-size: 23px;
  text-transform: none;
  margin-bottom: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#DEB94F), to(#BA8D32));
  background: linear-gradient(90deg, #DEB94F 0%, #BA8D32 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  word-spacing: 4px;
}

.joins-text span {
  font-weight: 600;
  font-size: 1.235em;
}

.feauters {
  padding: 100px 0;
}

.feauters-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feauters-left {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  position: relative;
}

.main .feauters-left {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
}

.feauters-text {
  font-size: 66px;
  color: #828385;
  line-height: 1;
  word-spacing: .5rem;
  text-transform: none;
}

.main--vt .feauters-text {
  font-size: 44px;
}

.feauters-text p {
  margin: 0 0 40px;
}

.feauters-cards {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.feauters-card {
  margin: 20px 10px 0;
  width: calc(50% - 20px);
  position: relative;
}

.feauters-card:hover .feauters-card__img {
  transform: scale(1.05);
}

.feauters-card__img_wrap {
  overflow: hidden;
}

.feauters-card__img {
  display: block;
  width: 100%;
  transition: transform 1s;
}

.feauters-card__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  min-height: 132px;
  padding: 15px 22px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
}

.feauters-card__title {
  font-size: 36px;
  max-width: 330px;
  position: relative;
  z-index: 2;
  word-spacing: .5rem;
  padding-right: 10px;
}

.main--vt .feauters-card__title {
  font-size: 30px;
}

.feauters-card__price {
  font-size: 22px;
  text-align: right;
  max-width: 220px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.main--vt .feauters-card__price {
  font-size: 20px;
  max-width: 350px;
}

.feauters-right {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
}

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

.videos:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 2;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.videos-tag {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.videos-content {
  min-height: 980px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  padding: 80px 0;
  color: #fff;
}

.videos-logo {
  margin-bottom: 50px;
}

.videos-text {
  font-size: 70px;
  line-height: 1.2;
  font-family: 'EB Garamond', sans-serif;
  margin-bottom: 50px;
  letter-spacing: 2px;
  max-width: 700px;
}

.videos-label {
  font-size: 26px;
  word-spacing: .5rem;
  padding: 0.454em 1.136em;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(90deg, #DEB94F, #BA8D32) 1;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33.333%, #DEB94F 66.666%, #BA8D32 100%);
  background-size: 300% auto;
  background-position: left top;
  transition: 0.4s;
}

.videos-label:hover {
  color: #fff;
  background-position: right top;
}

.vouvou {
  padding: 100px 0;
  overflow: hidden;
}

.vouvou .swiper-container {
  padding-bottom: 120px;
  overflow: visible;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.vouvou .swiper-button-next,
.vouvou .swiper-button-prev {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTQyOTY5IDI0LjAyODNMMTAuNTk5OSAxMy42NzhMMC41NDI5NjkgMy4zMDUwOUwzLjYzOTEgMC4xMTg2NTJMMTYuODE0MiAxMy42NzhMMy42MzkxIDI3LjIzNzNMMC41NDI5NjkgMjQuMDI4M1oiIGZpbGw9IiNCQjhGMzMiLz4KPC9zdmc+Cg==") center no-repeat;
  width: 80px;
  height: 80px;
  border: 1px solid #BB8F33;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  margin-top: 0;
}

.vouvou .swiper-button-prev {
  right: 90px;
  left: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.vouvou .swiper-pagination {
  width: auto;
  left: 0;
  bottom: 30px;
}

.vouvou .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background: #E5E5E5;
  border-radius: 0;
  opacity: 1;
  margin: 0 10px 0 0 !important;
  outline: none;
}

.vouvou .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#DEB94F), to(#BA8D32));
  background: linear-gradient(90deg, #DEB94F 0%, #BA8D32 100%);
}

.vouvou .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.vouvou .swiper-wrapper {
  overflow: visible;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.vouvou-heading {
  word-spacing: .5rem;
  font-size: 56px;
  max-width: 870px;
  margin-bottom: 60px;
  color: #828385;
  letter-spacing: -1px;
  line-height: 1.1;
}

.vouvou-slider {
  display: flex;
  flex-wrap: wrap;
}

.vouvou-item {
  margin-bottom: 20px;
  padding: 0 10px 10px;
  width: 25%;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.vouvou-item:hover .vouvou-item__img {
  transform: scale(1.05);
}

.vouvou-item:nth-child(n+5) {
  width: 33.33333%;
}

.vouvou-item:before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  content: '';
  background: #fff;
  -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
}

.vouvou-item:hover:before {
  opacity: 1;
}

.vouvou-item__img_wrap {
  overflow: hidden;
  margin-bottom: 10px;
}

.vouvou-item__img {
  height: 360px;
  width: 100%;
  background-color: #D5D6D6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  transition: transform 1s;
}

.vouvou-item__title {
  font-size: 34px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.vouvou-item__desc {
  color: #2E3034;
  font-size: 28px;
  position: relative;
  z-index: 2;
}

.btm-bg {
  width: 100%;
  background: url(../images/btm-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btm-bg__text {
  color: #fff;
  font-size: 54px;
  padding: 30px 0;
  display: block;
  font-family: 'EB Garamond', sans-serif;
  text-align: center;
  text-shadow: 1px 1px 50px black;
}

.btm-bg .joins-content {
  margin-top: 166px;
  justify-content: flex-end;
}

.btm-bg .joins-block {
  padding: 45px 40px;
}

.btm-bg .joins-heading {
  font-size: 23px;
}

.btm-bg .joins-text {
  margin-bottom: 15px;
}

.btm-bg .form-group {
  margin-bottom: 0;
}

.btm-bg .form-end {
  margin-top: 0;
}

.footer {
  padding: 60px 0;
}

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

.footer-phone {
  font-size: 30px;
  word-spacing: 0.178em;
}

.footer-menu a {
  font-size: 20px;
  margin: 0 15px;
}

.footer-text a {
  padding: 0.2em 0.8em;
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(90deg, rgba(222, 185, 79, 1), rgba(186, 141, 50, 1)) 1;
  background-clip: border-box;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33.333%, #DEB94F 66.666%, #BA8D32 100%);
  background-size: 300% auto;
  background-position: left top;
  transition: 0.4s;
}

.footer-text a:hover {
  color: #fff;
  background-position: right top;
}

.fixbtn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 6;
  font-weight: 600;
  padding: 18px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  bottom: -60px;
  display: none;
}

.fixbtn.show {
  bottom: 10px;
}

.page {
  padding: 100px 0;
  margin-top: 124px;
}

.page.page_image {
  padding-top: 40px;
}

.page-image {
  margin-bottom: 30px;
}

.page-form {
  max-width: 520px;
}

.page-form select,
.page-form input {
  text-transform: none;
}

form .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  margin-top: -200px;
  background-color: #fff;
  animation: animBlink 9s infinite;
  opacity: 0;
}

@keyframes animBlink {
  0% {
    transform: translate(-40%, -40%) scale(0);
    opacity: 1;
  }
  16% {
    transform: translate(-40%, -40%) scale(1);
    opacity: 0;
  }
  32.999% {
    transform: translate(-40%, -40%) scale(1);
    opacity: 0;
  }
  33% {
    transform: translate(50%, -30%) scale(0);
    opacity: 1;
  }
  49% {
    transform: translate(50%, -30%) scale(1);
    opacity: 0;
  }
  65.999% {
    transform: translate(50%, -30%) scale(1);
    opacity: 0;
  }
  66% {
    transform: translate(20%, 40%) scale(0);
    opacity: 1;
  }
  82% {
    transform: translate(20%, 40%) scale(1);
    opacity: 0;
  }
  98% {
    transform: translate(20%, 40%) scale(1);
    opacity: 0;
  }
}

@keyframes animBlick {
  0% {
    transform: scale(0);
    opacity: 1
  }

  50% {
    transform: scale(1);
    opacity: 0
  }

  100% {
    transform: scale(1);
    opacity: 0
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 910px;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (40px * 2));
  }

  .modal-sm {
    max-width: 580px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1100px;
  }
}

@media screen and (max-width: 1749.98px) {
  h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1559.98px) {
  .modal-header {
    padding: 40px 40px 0;
  }

  .modal-body {
    padding: 0 40px 40px;
  }

  .modal-text {
    margin-bottom: 20px;
  }

  .btn {
    min-width: 190px;
  }

  .header-row {
    height: 90px;
  }

  .header.fixed .header-row {
    height: 70px;
  }

  .welcome,
  .page {
    margin-top: 90px;
  }

  .page.page_image {
    padding-top: 25px;
  }

  .welcome .container {
    min-height: 660px;
    height: calc(100vh - 90px);
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .welcome-heading {
    font-size: 45px;
    margin-bottom: 40px;
  }

  .welcome-name {
    font-size: 29px;
  }

  .joins {
    margin-top: -330px;
    padding-bottom: 30px;
  }

  .joins--footer {
    margin-top: -320px;
  }

  .joins-block {
    padding: 40px 50px;
  }

  .joins-wrap {
    max-width: 560px;
  }

  .joins-heading {
    font-size: 38px;
  }

  .joins-heading span {
    font-size: 1.21em;
  }

  .joins-text {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: .9;
  }

  .joins-text span {
    font-size: 1.235em;
  }

  .feauters-text {
    font-size: 56px;
  }

  .feauters-card__title {
    font-size: 38px;
  }

  .videos-content {
    min-height: 690px;
    padding: 60px 0;
  }

  .videos-text {
    font-size: 54px;
  }

  .videos-label {
    font-size: 22px;
  }

  .vouvou .swiper-container {
    padding-bottom: 90px;
  }

  .vouvou .swiper-button-next,
  .vouvou .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-size: 14px;
  }

  .vouvou .swiper-button-prev {
    right: 70px;
  }

  .vouvou .swiper-pagination {
    bottom: 20px;
  }

  .vouvou-heading {
    font-size: 46px;
    margin-bottom: 30px;
  }

  .vouvou-item__img {
    height: 300px;
  }

  .vouvou-item__title {
    font-size: 30px;
  }

  .vouvou-item__desc {
    font-size: 24px;
  }

  .btm-bg {
    padding: 30px 0 0;
  }

  .btm-bg .joins-heading {
    font-size: 24px;
  }

  .footer {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1289.98px) {
  h1 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  .tabs__link {
    min-width: inherit;
  }

  .btabs__link {
    min-width: inherit;
  }

  .form-col {
    width: calc(100% / 12 * 6 - 30px - 0.1px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .form-end {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .form-confirm {
    max-width: 500px;
    margin-right: 30px;
  }

  .btn {
    min-width: 220px;
  }

  .header-row {
    height: 70px;
  }

  .page {
    margin-top: 70px;
  }

  .welcome {
    margin-top: 70px;
    background-position: left center;
  }

  .welcome .container {
    min-height: 600px;
    height: calc(100vh - 70px);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .welcome-heading {
    font-size: 45px;
    margin-bottom: 30px;
  }

  .joins {
    margin-top: 40px;
    padding-bottom: 100px;
  }

  .joins-content {
    margin-left: calc(100% / 12 * 0 + 0px);
  }

  .joins-block {
    min-width: 100%;
    -webkit-box-shadow: -20px -20px 50px rgba(139, 153, 156, 0.05), 20px 50px 50px rgba(139, 153, 156, 0.07);
    box-shadow: -20px -20px 50px rgba(139, 153, 156, 0.05), 20px 50px 50px rgba(139, 153, 156, 0.07);
  }

  .joins-wrap {
    max-width: 100%;
  }

  .joins-text br {
    display: none;
  }

  .feauters-text {
    font-size: 48px;
  }

  .feauters-cards {
    padding-top: 50px;
  }

  .feauters-card__title {
    font-size: 36px;
  }

  .feauters-right {
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .footer {
    margin-top: -40px;
  }

  .welcome .joins-block,
  .btm-bg .joins-content {
    display: none;
  }

  .feauters {
    padding-top: 0;
  }
  
  .btm-bg {
    min-height: 690px;
  }

  .vouvou-item__title {
    font-size: 24px;
  }

  .vouvou-item__desc {
    font-size: 22px;
  }
}

@media screen and (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }

  .tabs__wrap {
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0 -30px;
  }

  .tabs__list {
    display: inline-block;
    white-space: nowrap;
  }

  .tabs__item {
    width: auto;
  }

  .tabs__item:last-child {
    margin-right: 30px;
  }

  .tabs__item:first-child {
    margin-left: 30px;
  }

  .tabs__content {
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 30px;
  }

  .tabs__content > .tabs__pane {
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 30px;
  }

  .btabs__wrap {
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0 -30px;
  }

  .btabs__list {
    display: inline-block;
    white-space: nowrap;
  }

  .btabs__item {
    width: auto;
  }

  .btabs__item:last-child {
    margin-right: 30px;
  }

  .btabs__item:first-child {
    margin-left: 30px;
  }

  .btabs__content {
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 30px;
  }

  .btabs__content > .btabs__pane {
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 30px;
  }

  .header-phone {
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMSAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0yMy41NzE4IDIwLjUwNzFDMjIuNTU5IDE5LjUwNzMgMjEuMjk0NyAxOS41MDczIDIwLjI4ODQgMjAuNTA3MUMxOS41MjA3IDIxLjI2ODMgMTguNzUzMSAyMi4wMjk1IDE3Ljk5ODMgMjIuODAzNkMxNy43OTE5IDIzLjAxNjUgMTcuNjE3NyAyMy4wNjE2IDE3LjM2NjEgMjIuOTE5N0MxNi44Njk0IDIyLjY0ODggMTYuMzQwNSAyMi40Mjk1IDE1Ljg2MzEgMjIuMTMyN0MxMy42Mzc2IDIwLjczMjkgMTEuNzczMyAxOC45MzMxIDEwLjEyMTkgMTYuOTA3NkM5LjMwMjYzIDE1LjkwMTMgOC41NzM2OSAxNC44MjQgOC4wNjQwOCAxMy42MTEyQzcuOTYwODcgMTMuMzY2MSA3Ljk4MDIyIDEzLjIwNDggOC4xODAxOSAxMy4wMDQ4QzguOTQ3ODQgMTIuMjYzIDkuNjk2MTMgMTEuNTAxOCAxMC40NTA5IDEwLjc0MDZDMTEuNTAyNCA5LjY4MjY4IDExLjUwMjQgOC40NDQxMiAxMC40NDQ0IDcuMzc5NzRDOS44NDQ1IDYuNzczMzYgOS4yNDQ1OCA2LjE3OTg5IDguNjQ0NjUgNS41NzM1MUM4LjAyNTM3IDQuOTU0MjQgNy40MTI1NSA0LjMyODUxIDYuNzg2ODIgMy43MTU2OEM1Ljc3NDA0IDIuNzI4NzEgNC41MDk2OCAyLjcyODcxIDMuNTAzMzYgMy43MjIxM0MyLjcyOTI2IDQuNDgzMzMgMS45ODc0MiA1LjI2Mzg3IDEuMjAwNDIgNi4wMTIxN0MwLjQ3MTQ3OCA2LjcwMjQgMC4xMDM3ODIgNy41NDc0NiAwLjAyNjM3MiA4LjUzNDQzQy0wLjA5NjE5MzQgMTAuMTQwNyAwLjI5NzMwNiAxMS42NTY2IDAuODUyMDc1IDEzLjEzMzlDMS45ODc0MiAxNi4xOTE1IDMuNzE2MjMgMTguOTA3MyA1LjgxMjc1IDIxLjM5NzNDOC42NDQ2NSAyNC43NjQ3IDEyLjAyNDkgMjcuNDI4OCAxNS45NzkyIDI5LjM1MTJDMTcuNzU5NiAzMC4yMTU2IDE5LjYwNDYgMzAuODggMjEuNjEwOCAzMC45ODk3QzIyLjk5MTIgMzEuMDY3MSAyNC4xOTExIDMwLjcxODggMjUuMTUyMyAyOS42NDE1QzI1LjgxMDMgMjguOTA2MSAyNi41NTIxIDI4LjIzNTIgMjcuMjQ4OCAyNy41MzIxQzI4LjI4MDkgMjYuNDg3IDI4LjI4NzQgMjUuMjIyNyAyNy4yNjE3IDI0LjE5MDVDMjYuMDM2IDIyLjk1ODQgMjQuODAzOSAyMS43MzI4IDIzLjU3MTggMjAuNTA3MVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPHBhdGggZD0iTTIyLjM0MDIgMTUuMzY1OEwyNC43MjA1IDE0Ljk1OTRDMjQuMzQ2NCAxMi43NzI2IDIzLjMxNDMgMTAuNzkyMiAyMS43NDY3IDkuMjE4MjFDMjAuMDg4OSA3LjU2MDM1IDE3Ljk5MjMgNi41MTUzMiAxNS42ODMgNi4xOTI3OEwxNS4zNDc1IDguNTg2MDNDMTcuMTM0NCA4LjgzNzYxIDE4Ljc2IDkuNjQzOTYgMjAuMDQzNyAxMC45Mjc3QzIxLjI1NjUgMTIuMTQwNCAyMi4wNDk5IDEzLjY3NTcgMjIuMzQwMiAxNS4zNjU4WiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyKSIvPgo8cGF0aCBkPSJNMjYuMDYwNiA1LjAxODczQzIzLjMxMjUgMi4yNzA2OCAxOS44MzU1IDAuNTM1NDE3IDE1Ljk5NzMgMEwxNS42NjE5IDIuMzkzMjVDMTguOTc3NiAyLjg1NzcxIDIxLjk4MzcgNC4zNjA3NSAyNC4zNTc2IDYuNzI4MTlDMjYuNjA4OSA4Ljk3OTUyIDI4LjA4NjEgMTEuODI0MyAyOC42MjE1IDE0Ljk1M0wzMS4wMDE5IDE0LjU0NjZDMzAuMzc2MiAxMC45MjEyIDI4LjY2NjcgNy42MzEzMSAyNi4wNjA2IDUuMDE4NzNaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXIpIi8+CjwvZz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjAuMDAzOTA2MjUiIHkxPSIxOS44NTk0IiB4Mj0iMjYuNDczNyIgeTI9IjE5Ljg2MTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0RFQjk0RiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNCQThEMzIiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyIiB4MT0iMC4wMDM5MDYyNSIgeTE9IjE5Ljg1OTQiIHgyPSIyNi40NzM3IiB5Mj0iMTkuODYxOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjREVCOTRGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0JBOEQzMiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXIiIHgxPSIwLjAwMzkwNjI1IiB5MT0iMTkuODU5NCIgeDI9IjI2LjQ3MzciIHkyPSIxOS44NjE5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNERUI5NEYiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQkE4RDMyIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") center no-repeat;
  }

  .header-phone span {
    display: none;
  }

  .header-link {
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMSAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0zMC43MjcgNi4xNTg5MkwyMS4zMjUzIDE1LjVMMzAuNzI3IDI0Ljg0MTFDMzAuODk3IDI0LjQ4NTkgMzEuMDAwMSAyNC4wOTMyIDMxLjAwMDEgMjMuNjczOVY3LjMyNjIxQzMxLjAwMDEgNi45MDY4IDMwLjg5NyA2LjUxNDE1IDMwLjcyNyA2LjE1ODkyWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPgo8cGF0aCBkPSJNMjguMjc0MiA0LjYwMTU2SDIuNzIzNDVDMi4zMDQwNCA0LjYwMTU2IDEuOTExNCA0LjcwNDY3IDEuNTU2MTcgNC44NzQ2M0wxMy41NzI1IDE2LjgzMDRDMTQuNjM1IDE3Ljg5MjkgMTYuMzYyNyAxNy44OTI5IDE3LjQyNTIgMTYuODMwNEwyOS40NDE1IDQuODc0NjNDMjkuMDg2MyA0LjcwNDY3IDI4LjY5MzYgNC42MDE1NiAyOC4yNzQyIDQuNjAxNTZaIiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXIpIi8+CjxwYXRoIGQ9Ik0wLjI3MzA2NiA2LjE1ODkyQzAuMTAzMTExIDYuNTE0MTUgMCA2LjkwNjggMCA3LjMyNjIxVjIzLjY3MzlDMCAyNC4wOTMzIDAuMTAzMTExIDI0LjQ4NiAwLjI3MzA2NiAyNC44NDExTDkuNjc0NzMgMTUuNUwwLjI3MzA2NiA2LjE1ODkyWiIgZmlsbD0idXJsKCNwYWludDJfbGluZWFyKSIvPgo8cGF0aCBkPSJNMjAuMDM5OSAxNi43ODQzTDE4LjcwOTUgMTguMTE0N0MxNi45MzkxIDE5Ljg4NSAxNC4wNTg1IDE5Ljg4NSAxMi4yODgyIDE4LjExNDdMMTAuOTU3OCAxNi43ODQzTDEuNTU2MTcgMjYuMTI1NEMxLjkxMTQgMjYuMjk1NCAyLjMwNDA0IDI2LjM5ODUgMi43MjM0NSAyNi4zOTg1SDI4LjI3NDJDMjguNjkzNiAyNi4zOTg1IDI5LjA4NjMgMjYuMjk1NCAyOS40NDE1IDI2LjEyNTRMMjAuMDM5OSAxNi43ODQzWiIgZmlsbD0idXJsKCNwYWludDNfbGluZWFyKSIvPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIxLjQ4MDkyZS0wOSIgeTE9IjE4LjU2NTIiIHgyPSIyNi40NzE2IiB5Mj0iMTguNTY4OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjREVCOTRGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0JBOEQzMiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXIiIHgxPSIxLjQ4MDkyZS0wOSIgeTE9IjE4LjU2NTIiIHgyPSIyNi40NzE2IiB5Mj0iMTguNTY4OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjREVCOTRGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0JBOEQzMiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXIiIHgxPSIxLjQ4MDkyZS0wOSIgeTE9IjE4LjU2NTIiIHgyPSIyNi40NzE2IiB5Mj0iMTguNTY4OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjREVCOTRGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0JBOEQzMiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50M19saW5lYXIiIHgxPSIxLjQ4MDkyZS0wOSIgeTE9IjE4LjU2NTIiIHgyPSIyNi40NzE2IiB5Mj0iMTguNTY4OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjREVCOTRGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0JBOEQzMiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjMxIiBoZWlnaHQ9IjMxIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") center no-repeat;
    border: none;
    -webkit-animation: none !important;
    animation: none !important;
  }

  .header-link:hover {
    background-position: center;
  }

  .header-link span {
    display: none;
  }

  .joins-block {
    padding: 30px;
  }

  .feauters-card:nth-child(2) {
    order: 1;
  }

  .feauters-card__desc {
    padding: 15px;
    display: block;
    min-height: auto;
  }

  .feauters-card__title {
    padding-right: 0;
    font-size: 23px;
    max-width: none;
  }
  
  .feauters-card__price {
    margin-top: 10px;
    font-size: 18px;
    text-align: left;
    max-width: none;
  }

  .vouvou-item {
    width: 33.33333%;
  }

  .vouvou-item:nth-child(-n+2),
  .vouvou-item:nth-child(n+6) {
    width: 50%;
  }

  .vouvou .swiper-pagination-bullet {
    width: 30px;
  }

}

@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 15px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  .table {
    font-size: 14px;
  }

  .table-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }

  .tabs__wrap {
    margin: 0 -15px;
  }

  .tabs__item:last-child {
    margin-right: 15px;
  }

  .tabs__item:first-child {
    margin-left: 15px;
  }

  .tabs__content {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .tabs__content > .tabs__pane {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .btabs__wrap {
    margin: 0 -15px;
  }

  .btabs__item:last-child {
    margin-right: 15px;
  }

  .btabs__item:first-child {
    margin-left: 15px;
  }

  .btabs__content {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .btabs__content > .btabs__pane {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .col-1 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-2 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-3 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-4 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-5 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-6 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-7 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-8 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-9 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-10 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-11 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .modal-dialog {
    display: block;
  }

  .modal-content {
    display: block;
    height: auto;
    min-height: 100%;
  }

  .modal-header {
    padding: 25px 15px 15px;
  }

  .modal-header .close {
    top: 10px !important;
    right: 10px;
  }

  .modal-title {
    font-size: 36px;
  }

  .modal-body {
    padding: 0 15px 25px;
    display: block;
  }

  .modal-footer {
    padding: 20px;
  }

  .modal-dialog {
    margin: 0px;
  }

  .modal-default__text {
    margin-bottom: 15px;
  }

  .form-col4 {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .form-col5 {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-group--last {
    text-align: center;
  }

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

  .form-confirm {
    margin-right: 0;
  }

  .form-textarea {
    padding: 10px 15px;
  }

  .jq-file {
    padding: 10px 15px;
  }

  .jq-file__browse {
    height: auto;
  }

  .header .container {
    padding: 0 10px;
  }

  .header-row {
    height: 60px;
  }

  .header.fixed .header-row {
    height: 60px;
  }

  .header-phone {
    margin-left: auto;
    margin-right: 10px;
    background-size: 26px;
  }

  .header-logo {
    max-width: 240px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: -5px;
  }

  .header-link {
    background-size: 26px;
  }

  .page {
    margin-top: 60px;
    padding: 60px 0;
  }

  .welcome {
    margin-top: 60px;
    background-position: 30% center;
  }

  .welcome:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    content: '';
    z-index: 1;
  }

  .welcome .container {
    min-height: 80vh;
    height: calc(100vh - 60px);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .welcome-heading {
    font-size: 36px;
    line-height: 1.2;
  }

  .welcome-name {
    font-size: 28px;
  }

  .joins {
    padding-bottom: 60px;
  }

  .joins-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  .feauters {
    padding-bottom: 60px;
  }

  .feauters-left {
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .feauters-text {
    font-size: 32px;
    position: relative;
    top: 0;
  }

  .main--vt .feauters-text {
    font-size: 22px;
  }

  .feauters-cards {
    padding-top: 0;
  }

  .feauters-card {
    margin-top: 30px;
    width: calc(100% - 20px);
  }

  .feauters-card__desc {
    min-height: initial;
    padding: 10px;
  }

  .feauters-right {
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .videos-content {
    min-height: 80vh;
  }

  .videos-logo {
    margin-bottom: 30px;
    max-width: 220px;
  }

  .videos-text {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .videos-label {
    font-size: 24px;
  }

  .vouvou {
    padding: 60px 0;
  }

  .vouvou .swiper-container {
    padding-bottom: 20px;
  }

  .vouvou .swiper-button-next,
  .vouvou .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 12px;
    display: none;
  }

  .vouvou .swiper-button-prev {
    right: 60px;
  }

  .vouvou .swiper-pagination {
    bottom: -30px;
    width: 100%;
  }

  .vouvou .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    margin-right: 6px !important;
  }

  .vouvou-heading {
    font-size: 32px;
  }

  .swiper-slide-active .vouvou-item:before {
    opacity: 1;
  }

  .vouvou-item:nth-child(n+1) {
    width: 50%;
  }
  
  .vouvou-item:nth-child(1) {
    width: 100%;
  }

  .vouvou-item__img {
    height: 300px;
  }

  .vouvou-item__title {
    font-size: 24px;
  }

  .vouvou-item__desc {
    font-size: 20px;
  }

  .btm-bg {
    min-height: 80vh;
  }

  .btm-bg__text {
    font-size: 30px;
  }

  .footer-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-row {
    justify-content: center;
  }

  .footer-left {
    width: 50%;
  }

  .footer-menu {
    order: 1;
    margin-top: 20px;
  }

  .footer-text {
    width: 50%;
  }

}

@media screen and (max-width: 567.98px) {
  .page-image {
    margin-bottom: 15px;
  }

  .welcome .container {
    height: calc(100vh - 60px - 200px);
    min-height: 450px;
  }

  .btm-bg {
    background-position: left 36% center;
  }

  .form-col {
    width: calc(100% / 12 * 12 - 30px - 0.1px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .feauters-card__title {
    font-size: 22px;
  }

  .main--vt .feauters-card__title {
    font-size: 13px;
    max-width: 100px;
  }

  .feauters-card__price {
    font-size: 15px;
  }

  .main--vt .feauters-card__price {
    font-size: 12px;
  }

  .footer {
    padding-bottom: 80px;
  }

  .fixbtn {
    display: block;
  }

  .vouvou-item:nth-child(n) {
    width: 100%;
  }

  .footer-left {
    width: 100%;
  }

  .footer-menu {
    order: 0;
    margin: 15px 0;
  }

  .footer-text {
    display: none;
  }
}

@media screen and (max-width: 359.98px) {
  .header-row {
    height: 50px;
  }

  .header.fixed .header-row {
    height: 50px;
  }

  .header-phone {
    margin-right: 5px;
    background-size: 24px;
  }

  .header-logo {
    max-width: 200px;
  }

  .header-link {
    background-size: 24px;
  }
  
  .page {
    margin-top: 50px;
    padding: 50px 0;
  }

  .welcome {
    margin-top: 50px;
  }

  .welcome .container {
    height: calc(100vh - 50px - 200px);
  }

  .welcome-heading {
    font-size: 32px;
  }

  .welcome-name {
    font-size: 21px;
  }

  .joins-heading {
    font-size: 32px;
  }

  .joins-heading span {
    font-size: 36px;
  }

  .joins-text span {
    font-size: 36px;
  }

  .main--vt .feauters-text {
    font-size: 18px;
  }

  .feauters-text p {
    margin-bottom: 30px;
  }

  .feauters-card {
    margin-top: 15px;
  }

  .videos-text {
    font-size: 32px;
  }

  .footer-menu a {
    margin: 0 10px;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.grecaptcha-badge {
  display: none;
}

.footer-phone{
  color: #2E3034;
  z-index: 4;
  position: relative;
}

.hide-xl {
  display: none;
}

@media screen and (max-width: 1289.98px) {
  .footer {
    margin-top: -40px;
  }
  .hide-xl {
    display: block;
  }
}