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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 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.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 */ }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* 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; }

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

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

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

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

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

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

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

/*

small: till 376

medium: from 377 till 768

large: from 769 till 1000

xlarge: from 1001 till 1200

xxlarge: from 1201

*/
/*

height:

small: till 600

large: from 601

*/
/*

  Device resolutions

*/
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fill-horizontal {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes fill-horizontal {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-vertical {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes fill-vertical {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@-webkit-keyframes watch-arrow {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes watch-arrow {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes watch-arrows-beat {
  0%, 30%, 100% {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0); }
  15% {
    -webkit-transform: scale(1.04) translateX(-2px);
    transform: scale(1.04) translateX(-2px); } }

@keyframes watch-arrows-beat {
  0%, 30%, 100% {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0); }
  15% {
    -webkit-transform: scale(1.04) translateX(-2px);
    transform: scale(1.04) translateX(-2px); } }

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes blink {
  0%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@-webkit-keyframes fill-watch {}

@keyframes fill-watch {}html {
  height: 100%; }

.index-header {
  font-size: 15px;
  line-height: 1.47;
  font-family: Butler, "Times New Roman", Times, serif;
  color: #202020;
  background-color: #F4F5F9;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale; }
  @media all and (min-width: 769px) {
    .index-header {
      font-size: 16px;
      line-height: 1.69; } }

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

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

.container {
  max-width: 1600px;
  margin: 0 auto; }

.page {
  min-height: 100%;
  display: grid;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content; }

.index-page {
  background: linear-gradient(0deg, #F4F5F9, #F4F5F9), linear-gradient(0deg, #000000, #000000), linear-gradient(128deg, #F8F8FE 28.07%, #D2D2DB 100%); 
  font-family: Butler, "Times New Roman", Times, serif;
  color: #202020;
}

.page-main {
  min-width: 0; }
  .page-main > * {
    min-width: 0; }

.visually-hidden:not(:focus):not(:active),
input[type='file'].visually-hidden,
input[type='checkbox'].visually-hidden,
input[type='radio'].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.overflow-hidden {
  overflow: hidden; }

.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 27px 15px 29px;
  min-height: 80px;
  border: 1px solid rgba(32, 32, 32, 0.5);
  font-family: Butler, "Times New Roman", Times, serif;
  font-size: 21px;
  line-height: 1;
  color: #202020;
  font-weight: normal;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-align: center;
  background: #F4F5F9;
  cursor: pointer;
  border-radius: 30px;
  -webkit-transition: border-color .2s ease 0s,
 background .2s ease 0s;
  transition: border-color .2s ease 0s,
 background .2s ease 0s; }
  .btn:not(:disabled):hover {
    text-decoration: none;
    border-color: #FFF;
    background: linear-gradient(0deg, #F4F5F9, #F4F5F9), linear-gradient(0deg, #000000, #000000), linear-gradient(128deg, #F8F8FE 28.07%, #D2D2DB 100%); }
  .btn[disabled], .btn_disabled {
    cursor: not-allowed;
    opacity: 0.7; }
  .btn_with-svg {
    padding: 24px 15px 21px; }
  .btn__svg {
    fill: #8A8B8D;
    -webkit-transition: fill .2s ease 0s;
    transition: fill .2s ease 0s; }
  .btn:hover .btn__svg {
    fill: #202020; }

.btn-shadow {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .btn-shadow:before, .btn-shadow:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 20px;
    right: 20px;
    background-color: #D2D2DB;
    border-radius: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    pointer-events: none; }
  .btn-shadow:before {
    bottom: -16px;
    height: 38px;
    -webkit-filter: blur(10px);
    filter: blur(10px); }
  .btn-shadow:after {
    bottom: -60px;
    height: 90px;
    opacity: 0.7;
    -webkit-filter: blur(48px);
    filter: blur(48px); }
  .btn-shadow:hover:before, .btn-shadow:hover:after {
    opacity: 1;
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s; }
  .btn-shadow .btn {
    z-index: 1; }

.sound-btn {
  margin: 0;
  min-height: 26px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url("../img/svg-sprite/sprite.view.svg#sound-on");
  background-repeat: no-repeat;
  background-size: 30px 27px;
  font-family: Circe, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #CDCDD4;
  cursor: pointer; }
  @media all and (max-width: 768px) {
    .sound-btn {
      width: 35px;
      font-size: 0;
      background-position: center center; } }
  @media all and (min-width: 769px) {
    .sound-btn {
      background-position: right center; } }
  @media all and (min-width: 769px) and (max-width: 1000px) {
    .sound-btn {
      background-size: 24px 22px;
      padding: 5px 33px 5px 7px; } }
  @media all and (min-width: 1001px) and (max-width: 1380px) {
    .sound-btn {
      background-size: 24px 22px;
      padding: 5px 33px 5px 7px; } }
  @media all and (min-width: 1381px) {
    .sound-btn {
      font-size: 20px;
      padding: 5px 43px 5px 10px; } }
  .sound-btn_off {
    background-image: url("../img/svg-sprite/sprite.view.svg#sound-off");
    background-size: 37px 24px; }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .sound-btn_off {
        background-size: 27px 19px; } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .sound-btn_off {
        background-size: 27px 19px; } }
  .sound-btn:hover {
    opacity: 0.8; }

.slider-bullet {
  margin: 5px;
  padding: 7px;
  outline: none;
  cursor: pointer;
  border: 0 none;
  border-radius: 50%;
  background-color: transparent; }
  .slider-bullet__fill {
    position: relative;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #D2D2DB;
    border-radius: 5px;
    -webkit-transition: width 0.2s ease 0s,
 height 0.2s ease 0s;
    transition: width 0.2s ease 0s,
 height 0.2s ease 0s; }
    .slider-bullet__fill:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #FFF;
      border-radius: 5px; }
  @media all and (max-width: 768px) {
    .slider-bullet_active .slider-bullet__fill {
      width: 100px; } }
  @media all and (min-width: 769px) {
    .slider-bullet_active .slider-bullet__fill {
      height: 100px; } }
  .slider-bullet_active .slider-bullet__fill:before {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 5900ms;
    animation-duration: 5900ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.25); }
    @media all and (max-width: 768px) {
      .slider-bullet_active .slider-bullet__fill:before {
        width: 0;
        -webkit-animation-name: fill-horizontal;
        animation-name: fill-horizontal; } }
    @media all and (min-width: 769px) {
      .slider-bullet_active .slider-bullet__fill:before {
        height: 114px;
        -webkit-animation-name: fill-vertical;
        animation-name: fill-vertical; } }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

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

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

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* 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: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-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 {
    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)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    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)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    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)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    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)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

.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; }

.slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .slider__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .slider__btn {
    display: none;
    position: absolute;
    z-index: 1;
    top: 142px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    background-image: url("../img/svg-sprite/sprite.view.svg#arrow");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s; }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .slider__btn {
        top: 153px; } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .slider__btn {
        top: 153px;
        background-size: 22px 22px; } }
    @media all and (min-width: 1381px) {
      .slider__btn {
        top: 195px;
        background-size: 26px 26px; } }
    .swiper-container-initialized .slider__btn {
      display: block; }
    .slider__btn:hover {
      opacity: 0.6; }
    .slider__btn_prev {
      left: 10px; }
      @media all and (min-width: 1001px) {
        .slider__btn_prev {
          left: 0; } }
    .slider__btn_next {
      right: 10px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
      @media all and (min-width: 1001px) {
        .slider__btn_next {
          right: 0; } }
    .slider__btn.swiper-button-disabled {
      opacity: 0.4;
      cursor: not-allowed; }
    .slider__btn_hidden {
      display: none; }
    .swiper-container-initialized .slider__btn_hidden {
      display: none; }
  .slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
    @media all and (max-width: 768px) {
      .slider__pagination {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media all and (min-width: 769px) {
      .slider__pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }

.vertical-slider {
  position: relative;
  overflow: hidden; }
  .vertical-slider__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .vertical-slider__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

.watch {
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .watch__base {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    .watch__base:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      background-size: contain;
      background: url("../img/watch/circles.svg") no-repeat center center; }
  .watch__center {
    position: absolute;
    border-radius: 50%; }
    .watch__center:after {
      content: '';
      position: absolute;
      border-radius: 50%;
      background: url("../img/watch/overlay.png") no-repeat center center;
      background-size: contain;
      mix-blend-mode: overlay; }
  .watch__bezel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: no-repeat center center;
    background-size: contain;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s ease-out 0s;
    transition: -webkit-transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s; }
  .watch__watch-arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/watch/watch-arrow.png") no-repeat center top;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: 60s watch-arrow linear infinite;
    animation: 60s watch-arrow linear infinite; }
  .watch__blink {
    position: absolute;
    left: 0;
    background: url("../img/watch/arrow-pulse.svg") no-repeat 0 0;
    background-size: contain;
    opacity: 0; }
    .watch__blink_active {
      -webkit-animation: 0.8s ease-out 0.2s 2 blink;
      animation: 0.8s ease-out 0.2s 2 blink; }
  .watch__mark {
    position: absolute;
    border: 0;
    outline: none;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-family: Circe, Arial, Helvetica, sans-serif;
    color: #3A3A3C;
    text-align: right;
    cursor: pointer; }
    @media all and (max-width: 768px) {
      .watch__mark {
        font-size: 14px;
        bottom: calc(50% - 126px); }
        .watch__mark_top {
          left: calc(50% + 80px);
          text-align: left; }
        .watch__mark_bottom {
          right: calc(50% + 80px); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) {
  .watch__mark {
    right: calc(50% + 152px);
    font-size: 14px; }
    .watch__mark_top {
      top: calc(50% - 129px); }
    .watch__mark_bottom {
      bottom: calc(50% - 96px); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) {
  .watch__mark {
    right: calc(50% + 152px);
    font-size: 14px; }
    .watch__mark_top {
      top: calc(50% - 129px); }
    .watch__mark_bottom {
      bottom: calc(50% - 96px); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) {
  .watch__mark {
    right: calc(50% + 152px);
    font-size: 14px; }
    .watch__mark_top {
      top: calc(50% - 129px); }
    .watch__mark_bottom {
      bottom: calc(50% - 96px); } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .watch__mark {
    right: calc(50% + 152px);
    font-size: 14px; }
    .watch__mark_top {
      top: calc(50% - 129px); }
    .watch__mark_bottom {
      bottom: calc(50% - 96px); } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) {
  .watch__mark {
    right: calc(50% + 178px);
    font-size: 17px; }
    .watch__mark_top {
      top: calc(50% - 171px); }
    .watch__mark_bottom {
      bottom: calc(50% - 140px); } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .watch__mark {
    right: calc(50% + 152px);
    font-size: 14px; }
    .watch__mark_top {
      top: calc(50% - 129px); }
    .watch__mark_bottom {
      bottom: calc(50% - 96px); } }

@media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) {
  .watch__mark {
    right: calc(50% + 178px);
    font-size: 17px; }
    .watch__mark_top {
      top: calc(50% - 171px); }
    .watch__mark_bottom {
      bottom: calc(50% - 140px); } }

@media all and (min-width: 1381px) and (min-height: 779px) {
  .watch__mark {
    right: calc(50% + 301px);
    font-size: 21px; }
    .watch__mark_top {
      top: calc(50% - 283px); }
    .watch__mark_bottom {
      bottom: calc(50% - 208px); } }
  .watch__arrows {
    position: absolute;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: 1s watch-arrows-beat linear infinite;
    animation: 1s watch-arrows-beat linear infinite; }
    @media all and (max-width: 768px) {
      .watch__arrows {
        left: calc(50% - 144px);
        top: calc(50% - 93px);
        width: 286px;
        height: 163px;
        background: url("../img/watch/arrow-white.svg") no-repeat center center;
        background-size: 286px 163px;
        -webkit-transform-origin: center center;
        transform-origin: center center; } }

@media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) {
  .watch__arrows {
    left: calc(50% - 145px);
    top: calc(50% - 105px);
    width: 27px;
    height: 163px;
    background: url("../img/watch/arrow-red.svg") no-repeat center center;
    background-size: 27px 163px;
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) {
  .watch__arrows {
    left: calc(50% - 145px);
    top: calc(50% - 105px);
    width: 27px;
    height: 163px;
    background: url("../img/watch/arrow-red.svg") no-repeat center center;
    background-size: 27px 163px;
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) {
  .watch__arrows {
    left: calc(50% - 145px);
    top: calc(50% - 105px);
    width: 27px;
    height: 163px;
    background: url("../img/watch/arrow-red.svg") no-repeat center center;
    background-size: 27px 163px;
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .watch__arrows {
    left: calc(50% - 145px);
    top: calc(50% - 105px);
    width: 27px;
    height: 163px;
    background: url("../img/watch/arrow-red.svg") no-repeat center center;
    background-size: 27px 163px;
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) {
  .watch__arrows {
    left: calc(50% - 178px);
    top: calc(50% - 126px);
    width: 33px;
    height: 203px;
    background: url("../img/watch/arrow-red.svg") no-repeat center center;
    background-size: 33px 203px;
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .watch__arrows {
    left: calc(50% - 145px);
    top: calc(50% - 105px);
    width: 27px;
    height: 163px;
    background: url("../img/watch/arrow-red.svg") no-repeat center center;
    background-size: 27px 163px;
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) {
  .watch__arrows {
    left: calc(50% - 178px);
    top: calc(50% - 126px);
    width: 33px;
    height: 203px;
    background: url("../img/watch/arrow-red.svg") no-repeat center center;
    background-size: 33px 203px;
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@media all and (min-width: 1381px) and (min-height: 779px) {
  .watch__arrows {
    left: calc(50% - 299px);
    top: calc(50% - 204px);
    width: 55px;
    height: 336px;
    background: url("../img/watch/arrow-red.svg") no-repeat center center;
    background-size: 55px 336px;
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
  .watch__arrow {
    position: absolute;
    background: transparent;
    border: 0 none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer; }
    @media all and (min-width: 769px) {
      .watch__arrow_minus-mob, .watch__arrow_plus-mob {
        display: none; } }
    .watch__arrow_plus-mob {
      top: 0;
      right: 0; }
    .watch__arrow_minus-mob {
      bottom: 0;
      right: 0; }
  .watch__points {
    position: absolute;
    top: 0;
    right: 0; }
  .watch__points-text {
    margin: 0;
    line-height: 1;
    font-family: Circe, Arial, Helvetica, sans-serif;
    color: #3A3A3C;
    text-align: left; }
  .watch__points-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    width: 100%; }
  .watch__points-item {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-weight: bold;
    background: linear-gradient(97.21deg, #FFFFFF 0%, #F0F2F8 100%), #FFFFFF;
    border-radius: 15px;
    letter-spacing: 0.03em;
    -webkit-box-shadow: inset 0 0 0 1px #FFF;
    box-shadow: inset 0 0 0 1px #FFF;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease 0s,
 -webkit-transform 0.2s linear 0s,
 -webkit-box-shadow 0.2s ease 0s;
    transition: opacity 0.2s ease 0s,
 -webkit-transform 0.2s linear 0s,
 -webkit-box-shadow 0.2s ease 0s;
    transition: transform 0.2s linear 0s,
 opacity 0.2s ease 0s,
 box-shadow 0.2s ease 0s;
    transition: transform 0.2s linear 0s,
 opacity 0.2s ease 0s,
 box-shadow 0.2s ease 0s,
 -webkit-transform 0.2s linear 0s,
 -webkit-box-shadow 0.2s ease 0s; }
    .watch__points-item_active {
      background: radial-gradient(34.87% 34.87% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%), rgba(255, 255, 255, 0.5); }
      @media all and (min-width: 769px) {
        .watch__points-item_active:after {
          content: '';
          position: absolute;
          background: url("../img/watch/city-pulse.svg") no-repeat 0 0;
          background-size: 100% 100%;
          opacity: 0;
          -webkit-animation: 0.8s ease-out 0.2s 2 blink;
          animation: 0.8s ease-out 0.2s 2 blink; } }
    .watch__points-item_before-1, .watch__points-item_after-1 {
      opacity: 0.6; }
    .watch__points-item_before-2, .watch__points-item_after-2 {
      opacity: 0.3; }
    .watch__points-item_after-3 {
      opacity: 0.15; }
    .watch__points-item_before-3, .watch__points-item_after-4 {
      opacity: 0; }
  .watch__points-btn {
    border: 0 none;
    outline: none;
    padding: 0;
    margin: -6px 0 0;
    width: 50px;
    height: 50px;
    background-image: url("../img/svg-sprite/sprite.view.svg#arrow");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
    cursor: pointer; }
    @media all and (min-width: 769px) {
      .watch__points-btn {
        display: none; } }
    .watch__points-btn_plus {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      margin: -6px 0 0 -10px; }
    .watch__points-btn_minus {
      margin: -6px -10px 0 0; }
  @media all and (max-width: 768px) {
    .watch__points {
      top: 100%;
      left: 0;
      margin-top: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .watch__points-text {
        display: none; }
      .watch__points-wrapper {
        width: 220px;
        height: 70px; }
      .watch__points-item {
        left: 50%;
        width: 170px;
        padding: 9px 5px;
        font-size: 21px; }
        .watch__points-item_active {
          -webkit-transform: translateX(-83px);
          transform: translateX(-83px);
          -webkit-box-shadow: inset 0 0 0 1px #FFF, 0 13px 13px 0 rgba(210, 210, 219, 0.4);
          box-shadow: inset 0 0 0 1px #FFF, 0 13px 13px 0 rgba(210, 210, 219, 0.4); }
        .watch__points-item_before-1 {
          -webkit-transform: translateX(-313px);
          transform: translateX(-313px); }
        .watch__points-item_before-2 {
          -webkit-transform: translateX(-543px);
          transform: translateX(-543px); }
        .watch__points-item_before-3 {
          -webkit-transform: translateX(-773px);
          transform: translateX(-773px); }
        .watch__points-item_after-1 {
          -webkit-transform: translateX(147px);
          transform: translateX(147px); }
        .watch__points-item_after-2 {
          -webkit-transform: translateX(377px);
          transform: translateX(377px); }
        .watch__points-item_after-3 {
          -webkit-transform: translateX(607px);
          transform: translateX(607px); }
        .watch__points-item_after-4 {
          -webkit-transform: translateX(837px);
          transform: translateX(837px); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) {
  .watch__points {
    top: calc(50% - 129px);
    left: calc(50% + 100px); }
    .watch__points-text {
      margin: 0 0 12px 10px;
      font-size: 14px; }
    .watch__points-wrapper {
      height: 180px; }
    .watch__points-item {
      min-width: 123px;
      padding: 3px 3px;
      font-size: 15px; }
      .watch__points-item_active {
        -webkit-transform: translate(30px, 62px);
        transform: translate(30px, 62px);
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 9px 9px 0 rgba(210, 210, 219, 0.4);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 9px 9px 0 rgba(210, 210, 219, 0.4); }
        .watch__points-item_active:after {
          left: -6px;
          top: -6px;
          right: -6px;
          bottom: -6px; }
      .watch__points-item_before-1 {
        -webkit-transform: translate(20px, 31px);
        transform: translate(20px, 31px); }
      .watch__points-item_before-2 {
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px); }
      .watch__points-item_before-3 {
        -webkit-transform: translate(0px, -31px);
        transform: translate(0px, -31px); }
      .watch__points-item_after-1 {
        -webkit-transform: translate(20px, 93px);
        transform: translate(20px, 93px); }
      .watch__points-item_after-2 {
        -webkit-transform: translate(10px, 124px);
        transform: translate(10px, 124px); }
      .watch__points-item_after-3 {
        -webkit-transform: translate(0px, 155px);
        transform: translate(0px, 155px); }
      .watch__points-item_after-4 {
        -webkit-transform: translate(-10px, 186px);
        transform: translate(-10px, 186px); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) {
  .watch__points {
    top: calc(50% - 129px);
    left: calc(50% + 100px); }
    .watch__points-text {
      margin: 0 0 12px 10px;
      font-size: 14px; }
    .watch__points-wrapper {
      height: 180px; }
    .watch__points-item {
      min-width: 123px;
      padding: 3px 3px;
      font-size: 15px; }
      .watch__points-item_active {
        -webkit-transform: translate(30px, 62px);
        transform: translate(30px, 62px);
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 9px 9px 0 rgba(210, 210, 219, 0.4);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 9px 9px 0 rgba(210, 210, 219, 0.4); }
        .watch__points-item_active:after {
          left: -6px;
          top: -6px;
          right: -6px;
          bottom: -6px; }
      .watch__points-item_before-1 {
        -webkit-transform: translate(20px, 31px);
        transform: translate(20px, 31px); }
      .watch__points-item_before-2 {
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px); }
      .watch__points-item_before-3 {
        -webkit-transform: translate(0px, -31px);
        transform: translate(0px, -31px); }
      .watch__points-item_after-1 {
        -webkit-transform: translate(20px, 93px);
        transform: translate(20px, 93px); }
      .watch__points-item_after-2 {
        -webkit-transform: translate(10px, 124px);
        transform: translate(10px, 124px); }
      .watch__points-item_after-3 {
        -webkit-transform: translate(0px, 155px);
        transform: translate(0px, 155px); }
      .watch__points-item_after-4 {
        -webkit-transform: translate(-10px, 186px);
        transform: translate(-10px, 186px); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) {
  .watch__points {
    top: calc(50% - 129px);
    left: calc(50% + 100px); }
    .watch__points-text {
      margin: 0 0 12px 10px;
      font-size: 14px; }
    .watch__points-wrapper {
      height: 180px; }
    .watch__points-item {
      min-width: 123px;
      padding: 3px 3px;
      font-size: 15px; }
      .watch__points-item_active {
        -webkit-transform: translate(30px, 62px);
        transform: translate(30px, 62px);
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 9px 9px 0 rgba(210, 210, 219, 0.4);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 9px 9px 0 rgba(210, 210, 219, 0.4); }
        .watch__points-item_active:after {
          left: -6px;
          top: -6px;
          right: -6px;
          bottom: -6px; }
      .watch__points-item_before-1 {
        -webkit-transform: translate(20px, 31px);
        transform: translate(20px, 31px); }
      .watch__points-item_before-2 {
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px); }
      .watch__points-item_before-3 {
        -webkit-transform: translate(0px, -31px);
        transform: translate(0px, -31px); }
      .watch__points-item_after-1 {
        -webkit-transform: translate(20px, 93px);
        transform: translate(20px, 93px); }
      .watch__points-item_after-2 {
        -webkit-transform: translate(10px, 124px);
        transform: translate(10px, 124px); }
      .watch__points-item_after-3 {
        -webkit-transform: translate(0px, 155px);
        transform: translate(0px, 155px); }
      .watch__points-item_after-4 {
        -webkit-transform: translate(-10px, 186px);
        transform: translate(-10px, 186px); } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .watch__points {
    top: calc(50% - 129px);
    left: calc(50% + 100px); }
    .watch__points-text {
      margin: 0 0 12px 10px;
      font-size: 14px; }
    .watch__points-wrapper {
      height: 180px; }
    .watch__points-item {
      min-width: 123px;
      padding: 3px 3px;
      font-size: 15px; }
      .watch__points-item_active {
        -webkit-transform: translate(30px, 62px);
        transform: translate(30px, 62px);
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 9px 9px 0 rgba(210, 210, 219, 0.4);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 9px 9px 0 rgba(210, 210, 219, 0.4); }
        .watch__points-item_active:after {
          left: -6px;
          top: -6px;
          right: -6px;
          bottom: -6px; }
      .watch__points-item_before-1 {
        -webkit-transform: translate(20px, 31px);
        transform: translate(20px, 31px); }
      .watch__points-item_before-2 {
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px); }
      .watch__points-item_before-3 {
        -webkit-transform: translate(0px, -31px);
        transform: translate(0px, -31px); }
      .watch__points-item_after-1 {
        -webkit-transform: translate(20px, 93px);
        transform: translate(20px, 93px); }
      .watch__points-item_after-2 {
        -webkit-transform: translate(10px, 124px);
        transform: translate(10px, 124px); }
      .watch__points-item_after-3 {
        -webkit-transform: translate(0px, 155px);
        transform: translate(0px, 155px); }
      .watch__points-item_after-4 {
        -webkit-transform: translate(-10px, 186px);
        transform: translate(-10px, 186px); } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) {
  .watch__points {
    top: calc(50% - 172px);
    left: calc(50% + 114px); }
    .watch__points-text {
      margin: 0 0 20px 16px;
      font-size: 17px; }
    .watch__points-wrapper {
      height: 232px; }
    .watch__points-item {
      min-width: 135px;
      padding: 5px 5px;
      font-size: 17px; }
      .watch__points-item_active {
        -webkit-transform: translate(60px, 84px);
        transform: translate(60px, 84px);
        -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4), 0 11px 11px 0 rgba(210, 210, 219, 0.4);
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4), 0 11px 11px 0 rgba(210, 210, 219, 0.4); }
        .watch__points-item_active:after {
          left: -8px;
          top: -8px;
          right: -8px;
          bottom: -8px; }
      .watch__points-item_before-1 {
        -webkit-transform: translate(45px, 44px);
        transform: translate(45px, 44px); }
      .watch__points-item_before-2 {
        -webkit-transform: translate(30px, 4px);
        transform: translate(30px, 4px); }
      .watch__points-item_before-3 {
        -webkit-transform: translate(15px, -36px);
        transform: translate(15px, -36px); }
      .watch__points-item_after-1 {
        -webkit-transform: translate(45px, 124px);
        transform: translate(45px, 124px); }
      .watch__points-item_after-2 {
        -webkit-transform: translate(30px, 164px);
        transform: translate(30px, 164px); }
      .watch__points-item_after-3 {
        -webkit-transform: translate(15px, 204px);
        transform: translate(15px, 204px); }
      .watch__points-item_after-4 {
        -webkit-transform: translate(0px, 244px);
        transform: translate(0px, 244px); } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .watch__points {
    top: calc(50% - 129px);
    left: calc(50% + 100px); }
    .watch__points-text {
      margin: 0 0 12px 10px;
      font-size: 14px; }
    .watch__points-wrapper {
      height: 180px; }
    .watch__points-item {
      min-width: 123px;
      padding: 3px 3px;
      font-size: 15px; }
      .watch__points-item_active {
        -webkit-transform: translate(30px, 62px);
        transform: translate(30px, 62px);
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 9px 9px 0 rgba(210, 210, 219, 0.4);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 9px 9px 0 rgba(210, 210, 219, 0.4); }
        .watch__points-item_active:after {
          left: -6px;
          top: -6px;
          right: -6px;
          bottom: -6px; }
      .watch__points-item_before-1 {
        -webkit-transform: translate(20px, 31px);
        transform: translate(20px, 31px); }
      .watch__points-item_before-2 {
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px); }
      .watch__points-item_before-3 {
        -webkit-transform: translate(0px, -31px);
        transform: translate(0px, -31px); }
      .watch__points-item_after-1 {
        -webkit-transform: translate(20px, 93px);
        transform: translate(20px, 93px); }
      .watch__points-item_after-2 {
        -webkit-transform: translate(10px, 124px);
        transform: translate(10px, 124px); }
      .watch__points-item_after-3 {
        -webkit-transform: translate(0px, 155px);
        transform: translate(0px, 155px); }
      .watch__points-item_after-4 {
        -webkit-transform: translate(-10px, 186px);
        transform: translate(-10px, 186px); } }

@media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) {
  .watch__points {
    top: calc(50% - 172px);
    left: calc(50% + 114px); }
    .watch__points-text {
      margin: 0 0 20px 16px;
      font-size: 17px; }
    .watch__points-wrapper {
      height: 232px; }
    .watch__points-item {
      min-width: 135px;
      padding: 5px 5px;
      font-size: 17px; }
      .watch__points-item_active {
        -webkit-transform: translate(60px, 84px);
        transform: translate(60px, 84px);
        -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4), 0 11px 11px 0 rgba(210, 210, 219, 0.4);
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4), 0 11px 11px 0 rgba(210, 210, 219, 0.4); }
        .watch__points-item_active:after {
          left: -8px;
          top: -8px;
          right: -8px;
          bottom: -8px; }
      .watch__points-item_before-1 {
        -webkit-transform: translate(45px, 44px);
        transform: translate(45px, 44px); }
      .watch__points-item_before-2 {
        -webkit-transform: translate(30px, 4px);
        transform: translate(30px, 4px); }
      .watch__points-item_before-3 {
        -webkit-transform: translate(15px, -36px);
        transform: translate(15px, -36px); }
      .watch__points-item_after-1 {
        -webkit-transform: translate(45px, 124px);
        transform: translate(45px, 124px); }
      .watch__points-item_after-2 {
        -webkit-transform: translate(30px, 164px);
        transform: translate(30px, 164px); }
      .watch__points-item_after-3 {
        -webkit-transform: translate(15px, 204px);
        transform: translate(15px, 204px); }
      .watch__points-item_after-4 {
        -webkit-transform: translate(0px, 244px);
        transform: translate(0px, 244px); } }

@media all and (min-width: 1381px) and (min-height: 779px) {
  .watch__points {
    top: calc(50% - 283px);
    left: calc(50% + 196px); }
    .watch__points-text {
      margin: 0 0 26px 24px;
      font-size: 21px; }
    .watch__points-wrapper {
      height: 410px; }
    .watch__points-item {
      min-width: 170px;
      padding: 8px 5px;
      font-size: 21px; }
      .watch__points-item_active {
        -webkit-transform: translate(80px, 155px);
        transform: translate(80px, 155px);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 13px 13px 0 rgba(210, 210, 219, 0.4);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 13px 13px 0 rgba(210, 210, 219, 0.4); }
        .watch__points-item_active:after {
          left: -10px;
          top: -10px;
          right: -10px;
          bottom: -10px; }
      .watch__points-item_before-1 {
        -webkit-transform: translate(60px, 85px);
        transform: translate(60px, 85px); }
      .watch__points-item_before-2 {
        -webkit-transform: translate(40px, 14px);
        transform: translate(40px, 14px); }
      .watch__points-item_before-3 {
        -webkit-transform: translate(20px, -56px);
        transform: translate(20px, -56px); }
      .watch__points-item_after-1 {
        -webkit-transform: translate(60px, 225px);
        transform: translate(60px, 225px); }
      .watch__points-item_after-2 {
        -webkit-transform: translate(40px, 295px);
        transform: translate(40px, 295px); }
      .watch__points-item_after-3 {
        -webkit-transform: translate(20px, 365px);
        transform: translate(20px, 365px); }
      .watch__points-item_after-4 {
        -webkit-transform: translate(0px, 435px);
        transform: translate(0px, 435px); } }
  @media all and (max-width: 768px) {
    .watch__base {
      width: 200px;
      height: 306px;
      margin: 0 0 0 9px;
      background-image: url("../img/watch/base.png"); } }
  @media all and (max-width: 768px) and (min-device-pixel-ratio: 2), all and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), all and (max-width: 768px) and (min-resolution: 192dpi) {
    .watch__base {
      background-image: url("../img/watch/base@2x.png"); } }
  @media all and (max-width: 768px) {
      .watch__base:before {
        width: 222px;
        height: 222px;
        background-size: 222px 222px;
        margin: -128px 0 0 -116px; }
    .watch__center {
      left: 18px;
      top: 59px;
      width: 153px;
      height: 153px; }
      .watch__center:after {
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px; }
    .watch__bezel {
      background-image: url("../img/watch/bezel.png"); } }
  @media all and (max-width: 768px) and (min-device-pixel-ratio: 2), all and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), all and (max-width: 768px) and (min-resolution: 192dpi) {
    .watch__bezel {
      background-image: url("../img/watch/bezel@2x.png"); } }
  @media all and (max-width: 768px) {
    .watch__watch-arrow {
      background-size: auto 62px;
      background-position: center 30px; }
    .watch__blink {
      top: 26px;
      left: 3px;
      width: 73px;
      height: 52px; }
    .watch__arrow {
      width: 40px;
      height: 60px; }
      .watch__arrow_minus, .watch__arrow_plus {
        left: -4px; }
      .watch__arrow_minus, .watch__arrow_plus-mob {
        top: -9px; }
      .watch__arrow_plus, .watch__arrow_minus-mob {
        bottom: -9px; }
      .watch__arrow_plus-mob, .watch__arrow_minus-mob {
        right: -4px; } }

@media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) {
  .watch__base {
    width: 200px;
    height: 306px;
    margin: 0 0 0 9px;
    background-image: url("../img/watch/base.png"); } }
  @media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) and (min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) and (min-resolution: 192dpi) {
    .watch__base {
      background-image: url("../img/watch/base@2x.png"); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) {
    .watch__base:before {
      width: 222px;
      height: 222px;
      background-size: 222px 222px;
      margin: -128px 0 0 -116px; }
  .watch__center {
    left: 18px;
    top: 59px;
    width: 153px;
    height: 153px; }
    .watch__center:after {
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px; }
  .watch__bezel {
    background-image: url("../img/watch/bezel.png"); } }
  @media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) and (min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) and (min-resolution: 192dpi) {
    .watch__bezel {
      background-image: url("../img/watch/bezel@2x.png"); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) {
  .watch__watch-arrow {
    background-size: auto 62px;
    background-position: center 30px; }
  .watch__blink {
    top: 26px;
    left: 3px;
    width: 73px;
    height: 52px; }
  .watch__arrow {
    width: 40px;
    height: 60px; }
    .watch__arrow_minus, .watch__arrow_plus {
      left: -4px; }
    .watch__arrow_minus, .watch__arrow_plus-mob {
      top: -9px; }
    .watch__arrow_plus, .watch__arrow_minus-mob {
      bottom: -9px; }
    .watch__arrow_plus-mob, .watch__arrow_minus-mob {
      right: -4px; } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) {
  .watch__base {
    width: 200px;
    height: 306px;
    margin: 0 0 0 9px;
    background-image: url("../img/watch/base.png"); } }
  @media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) and (min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) and (min-resolution: 192dpi) {
    .watch__base {
      background-image: url("../img/watch/base@2x.png"); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) {
    .watch__base:before {
      width: 222px;
      height: 222px;
      background-size: 222px 222px;
      margin: -128px 0 0 -116px; }
  .watch__center {
    left: 18px;
    top: 59px;
    width: 153px;
    height: 153px; }
    .watch__center:after {
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px; }
  .watch__bezel {
    background-image: url("../img/watch/bezel.png"); } }
  @media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) and (min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) and (min-resolution: 192dpi) {
    .watch__bezel {
      background-image: url("../img/watch/bezel@2x.png"); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) and (max-height: 778px) {
  .watch__watch-arrow {
    background-size: auto 62px;
    background-position: center 30px; }
  .watch__blink {
    top: 26px;
    left: 3px;
    width: 73px;
    height: 52px; }
  .watch__arrow {
    width: 40px;
    height: 60px; }
    .watch__arrow_minus, .watch__arrow_plus {
      left: -4px; }
    .watch__arrow_minus, .watch__arrow_plus-mob {
      top: -9px; }
    .watch__arrow_plus, .watch__arrow_minus-mob {
      bottom: -9px; }
    .watch__arrow_plus-mob, .watch__arrow_minus-mob {
      right: -4px; } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) {
  .watch__base {
    width: 200px;
    height: 306px;
    margin: 0 0 0 9px;
    background-image: url("../img/watch/base.png"); } }
  @media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) and (min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) and (min-resolution: 192dpi) {
    .watch__base {
      background-image: url("../img/watch/base@2x.png"); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) {
    .watch__base:before {
      width: 222px;
      height: 222px;
      background-size: 222px 222px;
      margin: -128px 0 0 -116px; }
  .watch__center {
    left: 18px;
    top: 59px;
    width: 153px;
    height: 153px; }
    .watch__center:after {
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px; }
  .watch__bezel {
    background-image: url("../img/watch/bezel.png"); } }
  @media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) and (min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) and (min-resolution: 192dpi) {
    .watch__bezel {
      background-image: url("../img/watch/bezel@2x.png"); } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 779px) {
  .watch__watch-arrow {
    background-size: auto 62px;
    background-position: center 30px; }
  .watch__blink {
    top: 26px;
    left: 3px;
    width: 73px;
    height: 52px; }
  .watch__arrow {
    width: 40px;
    height: 60px; }
    .watch__arrow_minus, .watch__arrow_plus {
      left: -4px; }
    .watch__arrow_minus, .watch__arrow_plus-mob {
      top: -9px; }
    .watch__arrow_plus, .watch__arrow_minus-mob {
      bottom: -9px; }
    .watch__arrow_plus-mob, .watch__arrow_minus-mob {
      right: -4px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .watch__base {
    width: 200px;
    height: 306px;
    margin: 0 0 0 9px;
    background-image: url("../img/watch/base.png"); } }
  @media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) and (min-device-pixel-ratio: 2), all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) and (min-resolution: 192dpi) {
    .watch__base {
      background-image: url("../img/watch/base@2x.png"); } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
    .watch__base:before {
      width: 222px;
      height: 222px;
      background-size: 222px 222px;
      margin: -128px 0 0 -116px; }
  .watch__center {
    left: 18px;
    top: 59px;
    width: 153px;
    height: 153px; }
    .watch__center:after {
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px; }
  .watch__bezel {
    background-image: url("../img/watch/bezel.png"); } }
  @media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) and (min-device-pixel-ratio: 2), all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) and (min-resolution: 192dpi) {
    .watch__bezel {
      background-image: url("../img/watch/bezel@2x.png"); } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .watch__watch-arrow {
    background-size: auto 62px;
    background-position: center 30px; }
  .watch__blink {
    top: 26px;
    left: 3px;
    width: 73px;
    height: 52px; }
  .watch__arrow {
    width: 40px;
    height: 60px; }
    .watch__arrow_minus, .watch__arrow_plus {
      left: -4px; }
    .watch__arrow_minus, .watch__arrow_plus-mob {
      top: -9px; }
    .watch__arrow_plus, .watch__arrow_minus-mob {
      bottom: -9px; }
    .watch__arrow_plus-mob, .watch__arrow_minus-mob {
      right: -4px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) {
  .watch__base {
    width: 250px;
    height: 383px;
    margin: 0 0 0 13px;
    background-image: url("../img/watch/base-lg.png"); } }
  @media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) and (min-device-pixel-ratio: 2), all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) and (min-resolution: 192dpi) {
    .watch__base {
      background-image: url("../img/watch/base-lg@2x.png"); } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) {
    .watch__base:before {
      width: 276px;
      height: 276px;
      background-size: 276px 276px;
      margin: -158px 0 0 -145px; }
  .watch__center {
    left: 24px;
    top: 75px;
    width: 189px;
    height: 189px; }
    .watch__center:after {
      top: 4px;
      left: 4px;
      right: 4px;
      bottom: 4px; }
  .watch__bezel {
    background-image: url("../img/watch/bezel-lg.png"); }
  .watch__watch-arrow {
    background-size: auto 79px;
    background-position: center 35px; }
  .watch__blink {
    top: 30px;
    width: 97px;
    height: 69px; }
  .watch__arrow {
    width: 54px;
    height: 72px; }
    .watch__arrow_minus, .watch__arrow_plus {
      left: -9px; }
    .watch__arrow_minus {
      top: -10px; }
    .watch__arrow_plus {
      bottom: -10px; } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .watch__base {
    width: 200px;
    height: 306px;
    margin: 0 0 0 9px;
    background-image: url("../img/watch/base.png"); } }
  @media all and (min-width: 1381px) and (max-height: 600px) and (min-device-pixel-ratio: 2), all and (min-width: 1381px) and (max-height: 600px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1381px) and (max-height: 600px) and (min-resolution: 192dpi) {
    .watch__base {
      background-image: url("../img/watch/base@2x.png"); } }

@media all and (min-width: 1381px) and (max-height: 600px) {
    .watch__base:before {
      width: 222px;
      height: 222px;
      background-size: 222px 222px;
      margin: -128px 0 0 -116px; }
  .watch__center {
    left: 18px;
    top: 59px;
    width: 153px;
    height: 153px; }
    .watch__center:after {
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px; }
  .watch__bezel {
    background-image: url("../img/watch/bezel.png"); } }
  @media all and (min-width: 1381px) and (max-height: 600px) and (min-device-pixel-ratio: 2), all and (min-width: 1381px) and (max-height: 600px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1381px) and (max-height: 600px) and (min-resolution: 192dpi) {
    .watch__bezel {
      background-image: url("../img/watch/bezel@2x.png"); } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .watch__watch-arrow {
    background-size: auto 62px;
    background-position: center 30px; }
  .watch__blink {
    top: 26px;
    left: 3px;
    width: 73px;
    height: 52px; }
  .watch__arrow {
    width: 40px;
    height: 60px; }
    .watch__arrow_minus, .watch__arrow_plus {
      left: -4px; }
    .watch__arrow_minus, .watch__arrow_plus-mob {
      top: -9px; }
    .watch__arrow_plus, .watch__arrow_minus-mob {
      bottom: -9px; }
    .watch__arrow_plus-mob, .watch__arrow_minus-mob {
      right: -4px; } }

@media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) {
  .watch__base {
    width: 250px;
    height: 383px;
    margin: 0 0 0 13px;
    background-image: url("../img/watch/base-lg.png"); } }
  @media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) and (min-device-pixel-ratio: 2), all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) and (min-resolution: 192dpi) {
    .watch__base {
      background-image: url("../img/watch/base-lg@2x.png"); } }

@media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) {
    .watch__base:before {
      width: 276px;
      height: 276px;
      background-size: 276px 276px;
      margin: -158px 0 0 -145px; }
  .watch__center {
    left: 24px;
    top: 75px;
    width: 189px;
    height: 189px; }
    .watch__center:after {
      top: 4px;
      left: 4px;
      right: 4px;
      bottom: 4px; }
  .watch__bezel {
    background-image: url("../img/watch/bezel-lg.png"); }
  .watch__watch-arrow {
    background-size: auto 79px;
    background-position: center 35px; }
  .watch__blink {
    top: 30px;
    width: 97px;
    height: 69px; }
  .watch__arrow {
    width: 54px;
    height: 72px; }
    .watch__arrow_minus, .watch__arrow_plus {
      left: -9px; }
    .watch__arrow_minus {
      top: -10px; }
    .watch__arrow_plus {
      bottom: -10px; } }

@media all and (min-width: 1381px) and (min-height: 779px) {
  .watch__base {
    width: 416px;
    height: 634px;
    margin: 0 0 0 19px;
    background-image: url("../img/watch/base-xlg.png"); } }
  @media all and (min-width: 1381px) and (min-height: 779px) and (min-device-pixel-ratio: 2), all and (min-width: 1381px) and (min-height: 779px) and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1381px) and (min-height: 779px) and (min-resolution: 192dpi) {
    .watch__base {
      background-image: url("../img/watch/base-lg@2x.png"); } }

@media all and (min-width: 1381px) and (min-height: 779px) {
    .watch__base:before {
      width: 460px;
      height: 460px;
      background-size: 460px 460px;
      margin: -266px 0 0 -240px; }
  .watch__center {
    left: 38px;
    top: 122px;
    width: 317px;
    height: 317px; }
    .watch__center:after {
      top: 6px;
      left: 6px;
      right: 6px;
      bottom: 6px; }
  .watch__bezel {
    background-image: url("../img/watch/bezel-xlg.png"); }
  .watch__watch-arrow {
    background-position: center 59px; }
  .watch__blink {
    top: 50px;
    width: 163px;
    height: 114px; }
  .watch__arrow {
    width: 75px;
    height: 100px; }
    .watch__arrow_minus, .watch__arrow_plus {
      left: -7px; }
    .watch__arrow_minus {
      top: -15px; }
    .watch__arrow_plus {
      bottom: -15px; } }

.voyager-logo__img {
  width: 153px; }

@media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) {
  .voyager-logo__img {
    width: 162px; } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) {
  .voyager-logo__img {
    width: 175px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .voyager-logo__img {
    width: 162px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) and (max-height: 778px) {
  .voyager-logo__img {
    width: 175px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 779px) {
  .voyager-logo__img {
    width: 215px; } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .voyager-logo__img {
    width: 175px; } }

@media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) {
  .voyager-logo__img {
    width: 215px; } }

@media all and (min-width: 1381px) and (min-height: 779px) {
  .voyager-logo__img {
    width: 250px; } }

@media all and (max-width: 768px) {
  .voyager-logo_mob-lg .voyager-logo__img {
    width: 208px; } }

@media all and (min-width: 769px) and (max-width: 1000px) {
  .voyager-logo_mob-lg .voyager-logo__img {
    width: 218px; } }
  @media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) {
    .voyager-logo_mob-lg .voyager-logo__img {
      width: 227px; } }
  @media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) {
    .voyager-logo_mob-lg .voyager-logo__img {
      width: 238px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .voyager-logo_mob-lg .voyager-logo__img {
    width: 227px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) and (max-height: 778px) {
  .voyager-logo_mob-lg .voyager-logo__img {
    width: 238px; } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .voyager-logo_mob-lg .voyager-logo__img {
    width: 238px; } }

.voyager-logo__text {
  margin: 6px 0 0 0.18em;
  font-size: 13px;
  line-height: 1;
  font-family: Circe, Arial, Helvetica, sans-serif;
  color: #A7A7AC;
  letter-spacing: 0.18em; }

@media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) {
  .voyager-logo__text {
    margin: 6px 0 0 0.18em;
    font-size: 15px; } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) {
  .voyager-logo__text {
    margin: 8px 0 0 0.18em;
    font-size: 17px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .voyager-logo__text {
    margin: 6px 0 0 0.18em;
    font-size: 16px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) and (max-height: 778px) {
  .voyager-logo__text {
    margin: 8px 0 0 0.18em;
    font-size: 17px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 779px) {
  .voyager-logo__text {
    margin: 10px 0 0 0.18em;
    font-size: 20px; } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .voyager-logo__text {
    margin: 8px 0 0 0.18em;
    font-size: 17px; } }

@media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) {
  .voyager-logo__text {
    margin: 10px 0 0 0.18em;
    font-size: 20px; } }

@media all and (min-width: 1381px) and (min-height: 779px) {
  .voyager-logo__text {
    margin: 12px 0 0 0.18em;
    font-size: 21px; } }

@media all and (max-width: 768px) {
  .voyager-logo_mob-lg .voyager-logo__text {
    margin: 8px 0 0 0.18em;
    font-size: 17px; } }

@media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) {
  .voyager-logo_mob-lg .voyager-logo__text {
    margin: 8px 0 0 0.18em;
    font-size: 18px; } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) {
  .voyager-logo_mob-lg .voyager-logo__text {
    margin: 10px 0 0 0.18em;
    font-size: 19px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .voyager-logo_mob-lg .voyager-logo__text {
    margin: 8px 0 0 0.18em;
    font-size: 18px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) and (max-height: 778px) {
  .voyager-logo_mob-lg .voyager-logo__text {
    margin: 10px 0 0 0.18em;
    font-size: 19px; } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .voyager-logo_mob-lg .voyager-logo__text {
    margin: 10px 0 0 0.18em;
    font-size: 19px; } }

.currency {
  list-style: none;
  margin: 0;
  padding: 0; }
  .currency__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 7px;
    font-size: 18px;
    line-height: 1.2;
    font-family: Circe, Arial, Helvetica, sans-serif;
    color: #B4B5B8; }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .currency__item {
        margin: 0 18px 10px;
        font-size: 20px; } }
    @media all and (min-width: 1001px) {
      .currency__item {
        margin: 0 21px 10px;
        font-size: 24px; } }
    .currency__item_active {
      color: #202020; }
  .currency__link {
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s; }
    .currency__link:hover {
      color: #202020;
      text-decoration: none; }

.product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 75px;
  margin: 0 0 25px;
  text-align: center; }
  @media all and (min-width: 769px) and (max-width: 1000px) {
    .product {
      width: 50%; } }
  @media all and (min-width: 769px) {
    .product {
      padding: 20px 0 82px; } }
  @media all and (min-width: 1001px) {
    .product {
      width: 25%; } }
  .product__inner {
    display: inline-block;
    vertical-align: top; }
  .product__img-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 350px;
    margin: 0 0 24px; }
    @media all and (min-width: 1001px) {
      .product__img-wrapper {
        margin: 0 0 35px; } }
  .product__img {
    display: block;
    margin: 0 0 0 10px;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s; }
    @media all and (min-width: 1001px) {
      .product__img {
        margin: 0 0 0 13px; } }
    .product__img_turned {
      position: absolute;
      top: 4px;
      left: calc(50% - 138px);
      opacity: 0; }
      @media all and (min-width: 1001px) {
        .product__img_turned {
          left: calc(50% - 161px); } }
    .product__img img {
      display: block;
      width: 217px; }
      @media all and (min-width: 1381px) {
        .product__img img {
          width: 273px; } }
  .product__inner:hover .product__img_face {
    opacity: 0; }
  .product__inner:hover .product__img_turned {
    opacity: 1; }
  .product__title {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 0.3em; }
    .product__title b {
      display: block;
      font-weight: bold;
      text-transform: uppercase; }
    @media all and (min-width: 1001px) {
      .product__title {
        margin: 0 0 30px;
        font-size: 21px;
        line-height: 1.5; } }
  .product__title-link:hover {
    text-decoration: none; }
  .product__price {
    margin: 0 0 17px;
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.1; }
    @media all and (min-width: 1381px) {
      .product__price {
        margin: 0 0 43px; } }
  .product__btn {
    min-width: 136px; }
  .product__pdf-btn-shadow {
    margin-left: 6px; }
  .product__pdf-btn {
    min-width: 80px; }

@media all and (min-width: 769px) {
  .index-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 500px;
    height: 1100px;
    max-height: 100vh; } }

.presentation {
  position: relative; }
  @media all and (max-width: 768px) {
    .presentation {
      min-height: 408px; } }
  @media all and (min-width: 769px) {
    .presentation {
      width: 42%; } }
  .presentation__slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media all and (min-width: 769px) {
      .presentation__slider:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%); } }
  .presentation__img {
    background-color: #A7A7B2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media all and (max-width: 768px) {
      .presentation__img_auckland {
        background-image: url("../img/countries/nz/auckland.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_auckland {
        background-image: url("../img/countries/nz/auckland-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_auckland {
        background-image: url("../img/countries/nz/auckland-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_auckland {
        background-image: url("../img/countries/nz/auckland-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_honolulu {
        background-image: url("../img/countries/us/honolulu.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_honolulu {
        background-image: url("../img/countries/us/honolulu-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_honolulu {
        background-image: url("../img/countries/us/honolulu-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_honolulu {
        background-image: url("../img/countries/us/honolulu-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_los-angeles {
        background-image: url("../img/countries/us/los-angeles.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_los-angeles {
        background-image: url("../img/countries/us/los-angeles-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_los-angeles {
        background-image: url("../img/countries/us/los-angeles-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_los-angeles {
        background-image: url("../img/countries/us/los-angeles-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_chicago {
        background-image: url("../img/countries/us/chicago.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_chicago {
        background-image: url("../img/countries/us/chicago-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_chicago {
        background-image: url("../img/countries/us/chicago-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_chicago {
        background-image: url("../img/countries/us/chicago-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_new-york {
        background-image: url("../img/countries/us/new-york.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_new-york {
        background-image: url("../img/countries/us/new-york-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_new-york {
        background-image: url("../img/countries/us/new-york-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_new-york {
        background-image: url("../img/countries/us/new-york-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_caracas {
        background-image: url("../img/countries/ve/caracas.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_caracas {
        background-image: url("../img/countries/ve/caracas-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_caracas {
        background-image: url("../img/countries/ve/caracas-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_caracas {
        background-image: url("../img/countries/ve/caracas-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_rio-de-janeiro {
        background-image: url("../img/countries/br/rio-de-janeiro.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_rio-de-janeiro {
        background-image: url("../img/countries/br/rio-de-janeiro-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_rio-de-janeiro {
        background-image: url("../img/countries/br/rio-de-janeiro-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_rio-de-janeiro {
        background-image: url("../img/countries/br/rio-de-janeiro-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_london {
        background-image: url("../img/countries/uk/london.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_london {
        background-image: url("../img/countries/uk/london-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_london {
        background-image: url("../img/countries/uk/london-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_london {
        background-image: url("../img/countries/uk/london-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_paris {
        background-image: url("../img/countries/fr/paris.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_paris {
        background-image: url("../img/countries/fr/paris-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_paris {
        background-image: url("../img/countries/fr/paris-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_paris {
        background-image: url("../img/countries/fr/paris-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_istanbul {
        background-image: url("../img/countries/tr/istanbul.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_istanbul {
        background-image: url("../img/countries/tr/istanbul-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_istanbul {
        background-image: url("../img/countries/tr/istanbul-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_istanbul {
        background-image: url("../img/countries/tr/istanbul-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_dubai {
        background-image: url("../img/countries/ae/dubai.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_dubai {
        background-image: url("../img/countries/ae/dubai-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_dubai {
        background-image: url("../img/countries/ae/dubai-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_dubai {
        background-image: url("../img/countries/ae/dubai-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_hong-kong {
        background-image: url("../img/countries/hk/hong-kong.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_hong-kong {
        background-image: url("../img/countries/hk/hong-kong-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_hong-kong {
        background-image: url("../img/countries/hk/hong-kong-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_hong-kong {
        background-image: url("../img/countries/hk/hong-kong-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_tokyo {
        background-image: url("../img/countries/jp/tokyo.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_tokyo {
        background-image: url("../img/countries/jp/tokyo-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_tokyo {
        background-image: url("../img/countries/jp/tokyo-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_tokyo {
        background-image: url("../img/countries/jp/tokyo-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .presentation__img_sydney {
        background-image: url("../img/countries/au/sydney.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .presentation__img_sydney {
        background-image: url("../img/countries/au/sydney-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__img_sydney {
        background-image: url("../img/countries/au/sydney-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .presentation__img_sydney {
        background-image: url("../img/countries/au/sydney-xlg.jpg"); } }
  .presentation__text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #FFF;
    text-align: center; }
    @media all and (max-width: 768px) {
      .presentation__text {
        padding: 25px 0 0;
        overflow: hidden; } }
    @media all and (min-width: 769px) {
      .presentation__text {
        top: 15.45%;
        bottom: 8.1%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .presentation__logo {
    display: inline-block;
    vertical-align: top; }
    @media all and (max-width: 768px) {
      .presentation__logo {
        margin: 0 0 19px; } }
  .presentation__logo-img {
    display: block;
    width: 126px; }

@media all and (min-width: 769px) and (max-width: 1000px) and (max-height: 600px) {
  .presentation__logo-img {
    width: 170px; } }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) {
  .presentation__logo-img {
    width: 230px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .presentation__logo-img {
    width: 170px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) and (max-height: 778px) {
  .presentation__logo-img {
    width: 230px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 779px) {
  .presentation__logo-img {
    width: 272px; } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .presentation__logo-img {
    width: 230px; } }

@media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) {
  .presentation__logo-img {
    width: 272px; } }

@media all and (min-width: 1381px) and (min-height: 779px) {
  .presentation__logo-img {
    width: 364px; } }
  .presentation__time {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-right: -0.1em; }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) {
  .presentation__time {
    font-size: 30px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .presentation__time {
    font-size: 24px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) and (max-height: 778px) {
  .presentation__time {
    font-size: 30px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 779px) {
  .presentation__time {
    font-size: 40px; } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .presentation__time {
    font-size: 30px; } }

@media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) {
  .presentation__time {
    font-size: 40px; } }

@media all and (min-width: 1381px) and (min-height: 779px) {
  .presentation__time {
    font-size: 48px; } }
  .presentation__name {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.3em;
    margin-right: -0.3em;
    margin-bottom: 4px; }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) {
  .presentation__name {
    font-size: 52px;
    margin-bottom: 8px; } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .presentation__name {
        letter-spacing: 0.2em;
        margin-right: -0.2em; } }
  @media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
    .presentation__name {
      font-size: 50px;
      margin-bottom: 6px; } }
  @media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) and (max-height: 778px) {
    .presentation__name {
      font-size: 52px;
      margin-bottom: 8px; } }
  @media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 779px) {
    .presentation__name {
      font-size: 58px;
      margin-bottom: 10px; } }
    @media all and (min-width: 1381px) {
      .presentation__name {
        letter-spacing: 0.2em;
        margin-right: -0.2em; } }
  @media all and (min-width: 1381px) and (max-height: 600px) {
    .presentation__name {
      font-size: 52px;
      margin-bottom: 8px; } }
  @media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) {
    .presentation__name {
      font-size: 58px;
      margin-bottom: 10px; } }
  @media all and (min-width: 1381px) and (min-height: 779px) {
    .presentation__name {
      font-size: 64px;
      margin-bottom: 12px; } }
  .presentation__description {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.3em;
    margin-right: -0.3em; }

@media all and (min-width: 769px) and (max-width: 1000px) and (min-height: 601px) {
  .presentation__description {
    font-size: 18px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (max-height: 600px) {
  .presentation__description {
    font-size: 16px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 601px) and (max-height: 778px) {
  .presentation__description {
    font-size: 18px; } }

@media all and (min-width: 1001px) and (max-width: 1380px) and (min-height: 779px) {
  .presentation__description {
    font-size: 22px; } }

@media all and (min-width: 1381px) and (max-height: 600px) {
  .presentation__description {
    font-size: 18px; } }

@media all and (min-width: 1381px) and (min-height: 601px) and (max-height: 778px) {
  .presentation__description {
    font-size: 22px; } }

@media all and (min-width: 1381px) and (min-height: 779px) {
  .presentation__description {
    font-size: 26px; } }

.mechanism {
  position: relative; }
  @media all and (max-width: 768px) {
    .mechanism {
      background: linear-gradient(107.11deg, #F1F1F5 0%, #E5E5EE 100%), #000000; } }
  @media all and (min-width: 769px) {
    .mechanism {
      background: linear-gradient(128deg, #F8F8FE 28.07%, #D2D2DB 100%), #000000; } }
  @media all and (min-width: 769px) {
    .mechanism {
      width: 58%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .mechanism__wrapper {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .mechanism__watch {
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    @media all and (max-width: 768px) {
      .mechanism__watch {
        margin: -143px 0 112px; } }
  .mechanism__mouse {
    position: absolute;
    bottom: -50px;
    left: calc(50% - 10px);
    width: 20px;
    height: 35px;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media all and (max-width: 768px) {
      .mechanism__mouse {
        display: none; } }
    @media all and (max-height: 600px) {
      .mechanism__mouse {
        display: none; } }

@media all and (min-width: 1381px) and (min-height: 779px) and (max-height: 900px) {
  .mechanism__mouse {
    display: none; } }

@media all and (min-width: 1381px) and (min-height: 901px) {
  .mechanism__mouse {
    bottom: -75px;
    left: calc(50% - 15px);
    width: 29px;
    height: 49px; } }
  .mechanism__mouse-fill {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-animation-name: fill-vertical, fade-out;
    animation-name: fill-vertical, fade-out;
    -webkit-animation-duration: 1.3s, 1.3s;
    animation-duration: 1.3s, 1.3s;
    -webkit-animation-direction: reverse, normal;
    animation-direction: reverse, normal;
    -webkit-animation-timing-function: linear, ease-in;
    animation-timing-function: linear, ease-in;
    -webkit-animation-iteration-count: infinite, infinite;
    animation-iteration-count: infinite, infinite; }
    .mechanism__mouse-fill:before, .mechanism__mouse-fill:after {
      content: '';
      position: absolute; }
    .mechanism__mouse-fill:before {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      left: 0;
      bottom: 0;
      width: 20px;
      height: 35px;
      border: 2px solid #FFF;
      border-radius: 42px; }

@media all and (min-width: 1381px) and (min-height: 901px) {
  .mechanism__mouse-fill:before {
    width: 29px;
    height: 49px;
    border-width: 3px;
    border-radius: 58px; } }
    .mechanism__mouse-fill:after {
      top: 9px;
      left: calc(50% - 2px);
      height: 4px;
      width: 4px;
      background-color: #FFF;
      border-radius: 50%;
      -webkit-animation-name: fade-out;
      animation-name: fade-out;
      -webkit-animation-duration: 1.3s;
      animation-duration: 1.3s;
      -webkit-animation-direction: normal;
      animation-direction: normal;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
      @media all and (min-height: 779px) {
        .mechanism__mouse-fill:after {
          top: 12px;
          left: calc(50% - 3px);
          height: 6px;
          width: 6px; } }
  .mechanism__sound-btn {
    position: absolute; }
    @media all and (max-width: 768px) {
      .mechanism__sound-btn {
        right: 20px; } }
    @media all and (min-width: 376px) and (max-width: 768px) {
      .mechanism__sound-btn {
        top: 20px; } }
    @media all and (max-width: 376px) {
      .mechanism__sound-btn {
        top: 276px; } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .mechanism__sound-btn {
        right: 20px;
        top: 12px; } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .mechanism__sound-btn {
        right: 20px;
        top: 12px; } }
    @media all and (min-width: 1381px) {
      .mechanism__sound-btn {
        right: 35px;
        top: 30px; } }
  .mechanism__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%; }
    @media all and (max-width: 768px) {
      .mechanism__text-wrapper {
        padding: 0 20px 57px; } }

@media all and (min-width: 1381px) and (min-width: 1001px) {
  .mechanism__text-wrapper {
    margin: -17px 0 0; } }
  .mechanism__text {
    text-align: center; }
    @media all and (max-width: 376px) {
      .mechanism__text {
        width: 240px;
        max-width: 100%; } }
    @media all and (min-width: 376px) and (max-width: 768px) {
      .mechanism__text {
        width: 360px;
        max-width: 100%; } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .mechanism__text {
        padding: 0 20px; } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .mechanism__text {
        padding: 0 20px; } }
    @media all and (min-width: 1381px) {
      .mechanism__text {
        width: 592px;
        max-width: 100%; } }
    .mechanism__text p {
      margin: 0;
      font-size: 18px;
      line-height: 1.22;
      letter-spacing: 0.1em; }
      @media all and (min-width: 769px) and (max-width: 1000px) {
        .mechanism__text p {
          font-size: 16px; } }
      @media all and (min-width: 1001px) and (max-width: 1380px) {
        .mechanism__text p {
          font-size: 19px;
          line-height: 1.2; } }
      @media all and (min-width: 1381px) {
        .mechanism__text p {
          font-size: 20px;
          line-height: 1.2; } }
  .mechanism__logo {
    margin: 0 0 20px; }

.products {
  padding: 90px 0 0;
  position: relative;
  text-align: center; }
  @media all and (min-width: 1001px) {
    .products {
      padding: 122px 0 5px; } }
  .products__currency {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 1; }
    @media all and (min-width: 769px) {
      .products__currency {
        top: 54px;
        right: 36px; } }
  .products__container {
    position: relative; }
  .products__logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 35px; }
    @media all and (max-width: 768px) {
      .products__logo {
        display: none; } }
  .products__slider {
    padding: 0 20px; }
  @media all and (min-width: 769px) {
    .products__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }


.description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 768px) {
    .description {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media all and (min-width: 769px) {
    .description {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media all and (max-width: 768px) {
    .description__slider {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; } }
  @media all and (min-width: 769px) {
    .description__slider {
      width: 50%; } }
  .description__slider-list {
    position: relative; }
  .description__slider-item {
    width: 100%;
    height: 100%;
    background-color: #A7A7B2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media all and (max-width: 768px) {
      .description__slider-item {
        min-height: 435px; } }
    @media all and (min-width: 769px) {
      .description__slider-item {
        min-height: 500px; } }

@media all and (min-width: 1001px) and (min-height: 779px) {
  .description__slider-item {
    min-height: 100vh; } }
    @media all and (max-width: 768px) {
      .description__slider-item_1 {
        background-image: url("../img/watches-slider/watch-1.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_1 {
        background-image: url("../img/watches-slider/watch-1-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_1 {
        background-image: url("../img/watches-slider/watch-1-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_1 {
        background-image: url("../img/watches-slider/watch-1-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_2 {
        background-image: url("../img/watches-slider/watch-2.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_2 {
        background-image: url("../img/watches-slider/watch-2-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_2 {
        background-image: url("../img/watches-slider/watch-2-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_2 {
        background-image: url("../img/watches-slider/watch-2-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_3 {
        background-image: url("../img/watches-slider/watch-3.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_3 {
        background-image: url("../img/watches-slider/watch-3-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_3 {
        background-image: url("../img/watches-slider/watch-3-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_3 {
        background-image: url("../img/watches-slider/watch-3-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_4 {
        background-image: url("../img/watches-slider/watch-4.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_4 {
        background-image: url("../img/watches-slider/watch-4-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_4 {
        background-image: url("../img/watches-slider/watch-4-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_4 {
        background-image: url("../img/watches-slider/watch-4-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_5 {
        background-image: url("../img/watches-slider/watch-5.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_5 {
        background-image: url("../img/watches-slider/watch-5-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_5 {
        background-image: url("../img/watches-slider/watch-5-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_5 {
        background-image: url("../img/watches-slider/watch-5-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_6 {
        background-image: url("../img/watches-slider/watch-6.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_6 {
        background-image: url("../img/watches-slider/watch-6-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_6 {
        background-image: url("../img/watches-slider/watch-6-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_6 {
        background-image: url("../img/watches-slider/watch-6-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_7 {
        background-image: url("../img/watches-slider/watch-7.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_7 {
        background-image: url("../img/watches-slider/watch-7-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_7 {
        background-image: url("../img/watches-slider/watch-7-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_7 {
        background-image: url("../img/watches-slider/watch-7-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_8 {
        background-image: url("../img/watches-slider/watch-8.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_8 {
        background-image: url("../img/watches-slider/watch-8-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_8 {
        background-image: url("../img/watches-slider/watch-8-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_8 {
        background-image: url("../img/watches-slider/watch-8-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_9 {
        background-image: url("../img/watches-slider/watch-9.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_9 {
        background-image: url("../img/watches-slider/watch-9-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_9 {
        background-image: url("../img/watches-slider/watch-9-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_9 {
        background-image: url("../img/watches-slider/watch-9-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_10 {
        background-image: url("../img/watches-slider/watch-10.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_10 {
        background-image: url("../img/watches-slider/watch-10-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_10 {
        background-image: url("../img/watches-slider/watch-10-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_10 {
        background-image: url("../img/watches-slider/watch-10-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_11 {
        background-image: url("../img/watches-slider/watch-11.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_11 {
        background-image: url("../img/watches-slider/watch-11-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_11 {
        background-image: url("../img/watches-slider/watch-11-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_11 {
        background-image: url("../img/watches-slider/watch-11-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_12 {
        background-image: url("../img/watches-slider/watch-12.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_12 {
        background-image: url("../img/watches-slider/watch-12-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_12 {
        background-image: url("../img/watches-slider/watch-12-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_12 {
        background-image: url("../img/watches-slider/watch-12-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_13 {
        background-image: url("../img/watches-slider/watch-13.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_13 {
        background-image: url("../img/watches-slider/watch-13-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_13 {
        background-image: url("../img/watches-slider/watch-13-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_13 {
        background-image: url("../img/watches-slider/watch-13-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_14 {
        background-image: url("../img/watches-slider/watch-14.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_14 {
        background-image: url("../img/watches-slider/watch-14-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_14 {
        background-image: url("../img/watches-slider/watch-14-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_14 {
        background-image: url("../img/watches-slider/watch-14-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_15 {
        background-image: url("../img/watches-slider/watch-15.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_15 {
        background-image: url("../img/watches-slider/watch-15-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_15 {
        background-image: url("../img/watches-slider/watch-15-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_15 {
        background-image: url("../img/watches-slider/watch-15-xlg.jpg"); } }
    @media all and (max-width: 768px) {
      .description__slider-item_16 {
        background-image: url("../img/watches-slider/watch-16.jpg"); } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__slider-item_16 {
        background-image: url("../img/watches-slider/watch-16-lg.jpg"); } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__slider-item_16 {
        background-image: url("../img/watches-slider/watch-16-lg.jpg"); } }
    @media all and (min-width: 1381px) {
      .description__slider-item_16 {
        background-image: url("../img/watches-slider/watch-16-xlg.jpg"); } }
  .description__slider-pagination {
    position: absolute; }
    @media all and (max-width: 768px) {
      .description__slider-pagination {
        left: 20px;
        right: 20px;
        bottom: 9px; } }
    @media all and (min-width: 769px) {
      .description__slider-pagination {
        top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 275px;
        min-height: 358px;
        padding: 38px 0 0 38px;
        background: url("../img/bg/slider-shadow.png") no-repeat 0 0; } }
    @media all and (min-width: 769px) {
      .description__slider-pagination_left {
        left: 0;
        padding: 38px 0 0 38px;
        background: url("../img/bg/slider-shadow.png") no-repeat 0 0; } }
    .description__slider-pagination_right {
      right: 0;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 38px 38px 0 0;
      background: url("../img/bg/slider-shadow-right.png") no-repeat 100% 0; }
  .description__text {
    padding: 69px 0 30px; }
    .description__head {
      font-family: Butler, Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 30px;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 20px;
    }
    @media all and (min-width: 769px) {
      .description__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 50%;
        padding: 60px 0 30px; } }
    .description__text p {
      margin: 0 0 31px;
      font-size: 18px;
      line-height: 1.5;
      letter-spacing: 0.04em; }
      @media all and (min-width: 1001px) {
        .description__text p {
          margin: 0 0 28px;
          font-size: 20px; } }
  .description__text-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (max-width: 768px) {
      .description__text-wrapper {
        padding: 0 20px; } }
    @media all and (min-width: 769px) and (max-width: 1000px) {
      .description__text-wrapper {
        padding: 20px 20px 10px; } }
    @media all and (min-width: 1001px) {
      .description__text-wrapper {
        margin: 0 auto; } }
    @media all and (min-width: 1001px) and (max-width: 1380px) {
      .description__text-wrapper {
        width: 440px; } }
    @media all and (min-width: 1381px) {
      .description__text-wrapper {
        width: 600px; } }
  .description__logo {
    text-align: center; }
    @media all and (max-width: 768px) {
      .description__logo {
        margin: 0 0 33px; } }
    @media all and (min-width: 769px) {
      .description__logo {
        margin: 0 0 23px; } }