/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'din-black';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/din/black/din-black.woff2') format('woff2'), url('../fonts/din/black/din-black.woff') format('woff'), url('../fonts/din/black/din-black.ttf') format('truetype');
}

@font-face {
  font-family: 'din-light';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/din/light/din-light.woff2') format('woff2'), url('../fonts/din/light/din-light.woff') format('woff'), url('../fonts/din/light/din-light.ttf') format('truetype');
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  width: 1080px;
  transform: rotate(90deg);
  transform-origin: 960px 960px;
}

body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  width: 1080px;
  background-color: #393939;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

.svgstore {
  display: none;
  overflow: hidden;
  height: 0;
}

.layout-body {
  position: relative;
  overflow: hidden;
  width: 1080px;
  height: 1920px;
  margin: 0;
}

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

h1,
h2 {
  color: #fff;
}

.b-slide-body {
  padding-right: 42px;
  padding-left: 115px;
}

.b-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 13px 20px 11px;
  transition: opacity .5s linear;
  opacity: 0;
  background-image: url(../img/main-bg.jpg);
  background-position: center;
  background-size: cover;
}

.b-slide .title-2 {
  margin-bottom: 78px;
}

.b-slide.animated {
  opacity: 1;
}

.b-slide__title-text {
  font-family: 'din-black';
  font-size: 106px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
}

.b-slide__title-text.title-1 {
  margin-bottom: 16px;
}

#slide-1 .b-slide__title-text.title-1,
#slide-1 .b-slide__title-text.title-2 {
  margin-left: 130%;
  transition-timing-function: ease;
  transition-duration: 2s;
  transition-property: margin;
}

#slide-1 .b-slide__title-text.title-1 {
  margin-bottom: 16px;
  transition-delay: .3s;
}

#slide-1 .b-slide__title-text.title-2 {
  transition-delay: .7s;
}

#slide-1 .features-list li {
  transition-timing-function: ease;
  transition-duration: 1.5s;
  transition-property: transform;
  transform: translateX(130%);
}

#slide-1 .features-list li:first-child {
  transition-delay: .9s;
}

#slide-1 .features-list li:nth-child(2) {
  transition-delay: 1.1s;
}

#slide-1 .features-list li:nth-child(3) {
  transition-delay: 1.3s;
}

#slide-1 .features-list li:nth-child(4) {
  transition-delay: 1.5s;
}

#slide-1 .features-list li:nth-child(5) {
  transition-delay: 1.7s;
}

#slide-1 .features-list li:nth-child(6) {
  transition-delay: 1.9s;
}

#slide-1 .features-list li:nth-child(7) {
  transition-delay: 2.1s;
}

#slide-1 .b-deposit {
  transition-delay: 2.1s;
  transition-timing-function: ease;
  transition-duration: 1.5s;
  transition-property: transform;
  transform: translateX(130%);
}

#slide-1 .b-info-2 span {
  display: block;
  transition-delay: 2.3s;
  transition-timing-function: ease;
  transition-duration: 1.5s;
  transition-property: transform;
  transform: translateX(130%);
}

#slide-1 .b-info-2 ul li {
  transition-timing-function: ease;
  transition-duration: 1.5s;
  transition-property: transform;
  transform: translateX(130%);
}

#slide-1 .b-info-2 ul li:first-child {
  transition-delay: 2.5s;
}

#slide-1 .b-info-2 ul li:nth-child(2) {
  transition-delay: 2.7s;
}

#slide-1 .b-info-2 ul li:nth-child(3) {
  transition-delay: 2.9s;
}

#slide-1 .b-info-2 ul li:nth-child(3) {
  transition-delay: 3.1s;
}

#slide-1 .b-info-2 ul li:nth-child(4) {
  transition-delay: 3.2s;
}

#slide-1 .b-info-2__bootom-slogan {
  transition-delay: 3.4s;
  transition-timing-function: ease;
  transition-duration: 1.5s;
  transition-property: transform;
  transform: translateX(130%);
}

#slide-1 .b-bottom-slogan {
  transition-delay: 3.6s;
  transition-timing-function: ease;
  transition-duration: 1.5s;
  transition-property: transform;
  transform: translateX(130%);
}

#slide-1.animated .b-slide__title-text.title-1,
#slide-1.animated .b-slide__title-text.title-2 {
  margin-left: 0;
}

#slide-1.animated .features-list li,
#slide-1.animated .b-info-2 li {
  transform: translateX(0);
}

#slide-1.animated .b-deposit,
#slide-1.animated .b-info-2 span,
#slide-1.animated .b-info-2__bootom-slogan,
#slide-1.animated .b-bottom-slogan {
  transform: translateX(0);
}

.b-slide__title-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 454px;
  margin-left: 126px;
}

#slide-1 .features-list {
  margin-top: 196px;
}

.features-list {
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}

.features-list li {
  font-family: 'din-light';
  font-size: 50px;
  line-height: 1;
  margin-bottom: 7px;
  color: #fff;
}

.b-deposit {
  position: relative;
  margin-bottom: 28px;
  margin-left: 6px;
  padding: 23px 92px 20px 27px;
  background-color: #6a2b3f;
}

.b-deposit .b-deposit__text {
  font-family: 'din-black';
  font-size: 48px;
  line-height: 1;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: #fff;
}

.b-deposit .b-deposit__text:first-child {
  margin-bottom: 6px;
}

.b-deposit:after {
  position: absolute;
  top: 6px;
  right: 0;
  width: 130px;
  height: 130px;
  margin-right: -36px;
  content: '';
  transform: rotate(45deg);
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
}

.b-deposit__triangle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  background-color: #0d0000;
}

.b-deposit__triangle:before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  content: '';
  border-width: 74.5px 74px 74.5px 0;
  border-style: solid;
  border-color: transparent #0d0000 transparent transparent;
}

.b-info-2 {
  font-family: 'din-light';
  font-size: 36px;
  line-height: 1;
  margin-bottom: 110px;
  padding-left: 4px;
  color: #fff;
}

.b-info-2 ul {
  margin: 7px 0 50px 0;
  padding-left: 34px;
}

.b-info-2 li {
  line-height: 1;
  margin-bottom: 8px;
}

.b-info-2__bootom-slogan {
  font-size: 50px;
}

.b-bottom-slogan {
  font-family: 'din-black';
  font-size: 48px;
  line-height: 1;
  padding-left: 4px;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: #fff;
}

.b-info-3 {
  margin-top: 190px;
  margin-bottom: 90px;
  padding-left: 4px;
}

.b-info-3 span {
  font-family: 'din-black';
  font-size: 48px;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: #fff;
}

#slide-2 .b-slide__title-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 454px;
  margin-left: 126px;
}

.b-currency-table__title {
  font-family: 'din-black';
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: #fff;
}

.b-currency-table {
  margin-bottom: 88px;
  padding-left: 5px;
}

.b-currency-table table {
  width: 100%;
  border: 1px solid #000;
}

.b-currency-table th,
.b-currency-table td {
  height: 63px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .1em;
  border: 1px solid #000;
}

.b-currency-table th {
  font-family: 'din-black';
  font-size: 38px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.b-currency-table td {
  font-family: 'din-light';
  font-size: 30px;
  line-height: 1;
  color: #000;
}

.b-currency-table .th-vinos {
  width: 50%;
  background-color: #6a2b3f;
}

.b-currency-table .td-head-vions {
  background-color: #996c75;
}

.b-currency-table .td-vinos {
  width: 25%;
  background-color: #c3aaad;
}

.b-currency-table .th-grey {
  background-color: #909194;
}

.b-currency-table .td-head-grey {
  background-color: #b9bbbe;
}

.b-currency-table .td-grey {
  font-family: 'din-black';
  width: 25%;
  background-color: #dbdbdd;
}

.b-info-3__bottom-slogan {
  font-family: 'din-light';
  font-size: 47px;
  line-height: 1;
  margin-bottom: 116px;
  padding-left: 4px;
  letter-spacing: 0;
  color: #fff;
}

#slide-3 .b-slide__title-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 454px;
  margin-left: 126px;
}

#slide-3 .b-info-3 {
  margin-bottom: 616px;
}

#slide-3 .features-list li {
  margin-bottom: 50px;
  letter-spacing: -.008em;
}