/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fa.woff?v=4.7.0') format('woff'), url('fonts/fa.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
     margin: 0px;
     padding: 0px;
     border: 0px;
     outline: 0px;
}
body{
     padding:0px;
     margin:0px;
     font-family: "Regular", Arial, Helvetica, sans-serif;
     font-size: 16px;
     background:#000000;
     position: relative;
     overflow-x: hidden;
     overflow:hidden;
}
 body.scrollavail{
     overflow-y:auto;
}

.hidden {display:none;}
.clear:after {content:''; clear:both; display:block; width:100%;}
 .footer {
     display:none;
}
 div[id^="bx_incl_area_"], div[id^="bxdynamic_"]{
     display:inline;
}
 #bx-panel{
     position:absolute!important;
     width:100%!important;
}
 .tablebodytext{
     display:none;
}
 a, a:link, a:active{
}
 a:hover{
}
 b{
     font-weight:normal;
}
 input, textarea {
     outline:none;
}
 input[type="text"], input[type="number"], select{
     -webkit-appearance: none;
}
 label{
     font-weight:normal;
}
 .rotate{
     position:fixed;
     left:0;
     top:0;
     width:100%;
     height:100%;
     background:#2e2e30;
     z-index:9999;
     display:none;
}
 .rotate i{
     display: block;
     width: 100%;
     height: 22%;
     background-image: url('img/rotate.png');
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     left: 0%;
     position: relative;
     top: 23%;
     z-index: 1;
}
 .rotate .logo{
     display: block;
     width: 76%;
     height: 10%;
     background-image: url('img/logo.png');
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     left: 12%;
     position: relative;
     top: 7%;
     z-index: 1;
}
 .loading-progress{
     display: block;
     position: fixed;
     z-index: 20;
     top: 0;
     right: 0;
     background: #1D1E20;
     width: 100%;
     height: 100%;
     box-sizing: border-box;
     text-align: right;
}
 .loading-progress svg{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 40%;
    width: 40%; 
    transform: translate(-50%, -50%);
}
 .loading-progress svg path{
     stroke: #fff;
     fill:transparent;
     stroke-dasharray: 0px;
     stroke-dashoffset: 0px;
     stroke-width: 2px;
}
 .loading-progress svg path.line {
     stroke-dasharray: 1327px;
     stroke-dashoffset: 1327px;
}
 .loading-progress span{
    display: block;
    color: #a28f6f;
    font-family: "Light", Arial, Helvetica, sans-serif;
    font-size: 230%;
    line-height: 1;
    z-index: 2;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    text-align: center;
    width: auto;
    transform: translate(-50%, -50%);
}
 header, .models .header{
     position: fixed;
     top: 0;
     left: 20%;
     height: 100%;
     width: 15%;
     max-width:280px;
     background: #1d1e20;
     z-index: 4;
}
.welcome-page header {transform: translate(-50%, 0); left:50% !important;}
 header .logo{
     display: block;
     width: 76%;
     height: 10%;
     background-image: url('img/logo.png');
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     left: 12%;
     position: relative;
     top: 7%;
     z-index: 1;
}

 header .logo/*.watches*/{background-image: url('img/watches_logo.png');}
 
 header ul.menu , .models .header ul.menu {
     background: #574a36;
     width: 250px;
     position: absolute;
     list-style: none;
     z-index: 3;
     padding: 0px;
     box-sizing: border-box;
     opacity: 0;
     display: none;
     transition: .3s;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -o-transition: .3s;
     left: 50%;
     margin: 0px 0px 0px -125px;
     box-sizing: border-box;
     padding: 100px 35px 50px;
     top: 18%;
}

.menu ul {list-style: none;}

 .models .header.active ul.menu, header.active ul.menu {
     opacity: 1;
     display: block;
}
 .models .header ul.menu li, header ul.menu li{
}
 .models .header ul.menu li a, header ul.menu li a{
     color:#fff;
     font-family: "Light", Arial, Helvetica, sans-serif;
     text-transform:uppercase;
     font-size: 110%;
     text-decoration: none;
     display: block;
     line-height: 2.2;
     letter-spacing: 0.07em;
     transition: .3s;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -o-transition: .3s;
}

 header ul.menu li a:hover, .models .header ul.menu li a:hover {opacity:0.8;}
 header ul.sub-menu li a, .models .header ul.sub-menu li a { font-size: 90%; color:#a28f6f; font-family: "Regular", Arial, Helvetica, sans-serif;}
 .models .header ul.menu li a:hover, header ul.menu li a:hover{
     color:#ffffff;
}

.header ul.sub-menu li, header ul.sub-menu li {max-height:0; opacity:0; visibility:hidden; transition:all 0.5s;}
.header .active ul.sub-menu li, header .active ul.sub-menu li {max-height:50px; opacity:1; visibility: visible;}

.menu .flex {display:flex; align-items:center;}
.menu .toggler {cursor:pointer;}
.menu .toggler .handle { cursor:pointer; width:1em; height:1em; margin-top: -0.2em; margin-left:5px; background:url(img/ch-right.svg) no-repeat center center / contain; transition:all 0.5s;}
.menu .toggler.active .handle {transform:rotate(90deg);}

 header .menu-toggle , .models .header .menu-toggle {
     position: absolute;
     cursor: pointer;
     top: 20%;
     left: 50%;
     z-index: 4;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     height: 62px;
     width: 45px;
     margin: 0px 0px 0px -22px;
     text-decoration:none;
}
 header .menu-toggle span, .models .header .menu-toggle span {
     color: #a28f6f;
     font-family: "Bold", Arial, Helvetica, sans-serif;
     text-transform: uppercase;
     font-size: 90%;
     display: block;
     text-align: center;
     line-height: 1;
     margin-bottom: 16px;
     transition: .3s;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -o-transition: .3s;
}
 header .menu-toggle:active , .models .header .menu-toggle:active {
     transition: none;
     -webkit-transition: none;
     -moz-transition: none;
     -o-transition: none;
}
 header .menu-toggle .lines, header .menu-toggle .lines:before, header .menu-toggle .lines:after, .models .header .menu-toggle .lines, .models .header .menu-toggle .lines:before, .models .header .menu-toggle .lines:after {
     display: inline-block;
     width: 45px;
     height: 2px;
     /*background: #a28f6f;*/
	    background: #CCCCCC;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -o-border-radius: 2px;
     transition: .3s;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -o-transition: .3s;
}
 header .menu-toggle .lines , .models .header .menu-toggle .lines {
     position: relative;
     top: 10px;
}
 header .menu-toggle .lines:before, header .menu-toggle .lines:after, .models .header .menu-toggle .lines:before, .models .header .menu-toggle .lines:after {
     position: absolute;
     left: 0;
     content: '';
     transform-origin: 0.28571rem center;
     -moz-transform-origin: 0.28571rem center;
     -webkit-transform-origin: 0.28571rem center;
     -o-transform-origin: 0.28571rem center;
}
 header .menu-toggle .lines:before, .models .header .menu-toggle .lines:before {
     top: 16px;
}
 header .menu-toggle .lines:after, .models .header .menu-toggle .lines:after {
     top: -16px;
}
 header .menu-toggle:hover .lines, header .menu-toggle:hover .lines:before, header .menu-toggle:hover .lines:after, .models .header .menu-toggle:hover .lines, .models .header .menu-toggle:hover .lines:before, .models .header .menu-toggle:hover .lines:after {
     background:#cccccc;
}
 header .menu-toggle:hover span, .models .header .menu-toggle:hover span {
     color:#cccccc;
}
 header.active .menu-toggle .lines, .models .header.active .menu-toggle .lines {
     background: transparent;
}
 header.active .menu-toggle span, .models .header.active .menu-toggle span {
     opacity:0;
}
 header.active .menu-toggle .lines:before, header.active .menu-toggle .lines:after, .models .header.active .menu-toggle .lines:before, .models .header.active .menu-toggle .lines:after {
     transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
     -webkit-transform-origin: 50% 50%;
     -o-transform-origin: 50% 50%;
     width: 45px;
     background: #a28f6f;
     top:0;
}
 header.active .menu-toggle .lines:before, .models .header.active .menu-toggle .lines:before {
     transform: rotate3d(0, 0, 1, 45deg);
     -webkit-transform: rotate3d(0, 0, 1, 45deg);
     -moz-transform: rotate3d(0, 0, 1, 45deg);
     -o-transform: rotate3d(0, 0, 1, 45deg);
}
 header.active .menu-toggle .lines:after, .models .header.active .menu-toggle .lines:after {
     transform: rotate3d(0, 0, 1, -45deg);
     -webkit-transform: rotate3d(0, 0, 1, -45deg);
     -moz-transform: rotate3d(0, 0, 1, -45deg);
     -o-transform: rotate3d(0, 0, 1, -45deg);
}
 header .video-play, .models .video-play{
     display: block;
     width: 50px;
     position: absolute;
     top: 30%;
     left: 50%;
     margin: 0px 0px 0px -25px;
     transition: border-color .3s;
     -webkit-transition: border-color .3s;
     -moz-transition: border-color .3s;
     -o-transition: border-color .3s;
     overflow:hidden;
     z-index: 1;
}
 header .video-play svg, .models .video-play svg{
}
 header .video-play svg polygon, .models .video-play svg polygon{
     transition:0.4s;
     opacity:1;
}
 header .video-play svg path, .models .video-play svg path{
     stroke: #a28f6f;
     stroke-width: 1.5px;
     stroke-linecap: round;
     fill: rgba(0, 0, 0, 0);
     stroke-dasharray: 190px;
     stroke-dashoffset: 80px;
     transition: 0.6s;
}
 header .video-play svg path:nth-child(3), .models .video-play svg path:nth-child(3){
     transition: 0.6s 0.3s;
}
 header .video-play:hover svg path, .models .video-play:hover svg path{
     stroke: #ccc;
}
 header .video-play.active svg polygon, .models .video-play.active svg polygon{
     opacity:0;
}
 header .video-play.active svg path, .models .video-play.active svg path{
     stroke-dashoffset: -189px;
}
 .header .language{
     display:none;
}
 header .language{
     width: 100%;
     z-index: 2;
     padding:20px 0;
}
 header .language a{
     font-size: 110%;
     color: #a28f6f;
     display: inline-block;
     vertical-align: top;
     text-decoration: none;
}
 header .language a:first-child::after{
     content:"|";
     color: #666;
     display: inline-block;
     vertical-align: top;
     margin: 0px 1px 0px 3px;
}
 header .language a.current{
     color: #fff;
}
 header ul.social{
     font-size: 0px;
     line-height: 0px;
     width: 100%;
     z-index: 1;
     margin: 0 0 20px;
}
 header ul.social li{
     list-style:none;
     display:inline-block;
     vertical-align:top;
     margin: 0 5% 0 0;
}
 header ul.social li a{
     display: block;
     width: 24px;
     height: 20px;
     cursor: pointer;
     transition: .2s;
     -webkit-transition: .2s;
     -moz-transition: .2s;
     -o-transition: .2s;
     background-image: url('img/icons.png');
     background-size: 166px;
     background-repeat: no-repeat;
}
 header ul.social li a.ml{
     background-position: 0px 0px;
}
 header ul.social li a.wp{
    background-position: -29px 0px;
}
 header ul.social li a.tg{
    background-position: -142px 0px;
}
 header ul.social li a.fb{
    background-position: -59px 0px;
}
 header ul.social li a.in{
    background-position: -89px 0px;
}
 header ul.social li a.vk{
    background-position: -118px 0px;
}
 header ul.social li a.ml:hover{
     background-position: 0px -21px;
}
 header ul.social li a.wp:hover{
     background-position: -29px -21px;
}
 header ul.social li a.tg:hover{
    background-position: -142px -21px;
}
 header ul.social li a.fb:hover{
     background-position: -59px -21px;
}
 header ul.social li a.in:hover{
     background-position: -89px -21px;
}
 header ul.social li a.vk:hover{
     background-position: -118px -21px;
}
 header .background, .models .header .background{
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-color: #1d1e20;
     background-image: url('img/smoke.gif');
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     z-index: 0;
     animation: smoke 8s ease infinite;
}
 header .background.watches, .models .header .background.watches{background-image: url('img/watches.gif');}

 header .background video{
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
}
 .models .header .background video{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
}
 .models .header{
     width: 100%;
     max-width: 100%;
     left: 0!important;
     height: 30%;
     background: rgba(0, 0, 0, 0);
     opacity:0;
     visibility:hidden;
}
 .models .header .logo, .models .header ul.social{
     opacity:0;
     visibility:hidden;
}
 .models .header .video-play{
     top:6%;
}
 .models .header .menu-toggle {
     top: 50%;
}
 .models .header ul.menu {
     top: 43%;
}
 .models .header .background {
     background-image: url('img/smoke_h.gif');
     height: 30%;
     overflow:hidden;
}

.models .header .background.watches {
    background-image: url(img/watches_h.gif);
}
 .scroll{
     background-image: url('img/icons.png');
     background-size: 166px;
     background-repeat: no-repeat;
     background-position: -1px -44px;
     display: block;
     width: 27px;
     height: 48px;
     position: absolute;
     z-index: 5;
     right: 5%;
     top: 7%;
}
 a.full-table {
    cursor:pointer;
}
 .product-specs tr td:nth-child(2) span {
    color:#a28f6f;
}
 .scroll.product{
     bottom: 10%;
     top: auto;
     margin: 0px 0.1% 0px 0px;
     right:50%;
}
 .scroll i{
     background-image: url('img/icons.png');
     background-size: 166px;
     background-repeat: no-repeat;
     display: block;
     width: 13px;
     height: 11px;
     position: absolute;
     z-index: 5;
     background-position: -33px -46px;
     left: 6.5px;
     bottom: 12px;
     -webkit-animation: scroll 1s infinite linear;
     -moz-animation: scroll 1s infinite linear;
     animation: scroll 1s infinite linear;
}
 @-moz-keyframes scroll {
     0% {
         transform: translate3d(0, 0, 0);
         -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         opacity:0;
    }
     50% {
         transform: translate3d(0, 5px, 0);
         -webkit-transform: translate3d(0, 5px, 0);
         -moz-transform: translate3d(0, 5px, 0);
         -o-transform: translate3d(0, 5px, 0);
         opacity:1;
    }
     99% {
         transform: translate3d(0, 10px, 0);
         -webkit-transform: translate3d(0, 10px, 0);
         -moz-transform: translate3d(0, 10px, 0);
         -o-transform: translate3d(0, 10px, 0);
         opacity:0;
    }
     100% {
         transform: translate3d(0, 0, 0);
         -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         opacity:0;
    }
}
 @-webkit-keyframes scroll {
     0% {
         transform: translate3d(0, 0, 0);
         -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         opacity:0;
    }
     50% {
         transform: translate3d(0, 5px, 0);
         -webkit-transform: translate3d(0, 5px, 0);
         -moz-transform: translate3d(0, 5px, 0);
         -o-transform: translate3d(0, 5px, 0);
         opacity:1;
    }
     99% {
         transform: translate3d(0, 10px, 0);
         -webkit-transform: translate3d(0, 10px, 0);
         -moz-transform: translate3d(0, 10px, 0);
         -o-transform: translate3d(0, 10px, 0);
         opacity:0;
    }
     100% {
         transform: translate3d(0, 0, 0);
         -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         opacity:0;
    }
}
 @keyframes scroll {
     0% {
         transform: translate3d(0, 0, 0);
         -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         opacity:0;
    }
     50% {
         transform: translate3d(0, 5px, 0);
         -webkit-transform: translate3d(0, 5px, 0);
         -moz-transform: translate3d(0, 5px, 0);
         -o-transform: translate3d(0, 5px, 0);
         opacity:1;
    }
     99% {
         transform: translate3d(0, 10px, 0);
         -webkit-transform: translate3d(0, 10px, 0);
         -moz-transform: translate3d(0, 10px, 0);
         -o-transform: translate3d(0, 10px, 0);
         opacity:0;
    }
     100% {
         transform: translate3d(0, 0, 0);
         -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         opacity:0;
    }
}
 .background-gray{
     position: fixed;
     width:100%;
     height:100%;
     top:0;
     left:0;
     z-index:0;
     background:#18191B;
}
 .video-wrapper{
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0;
     left: calc(20% + 280px);
     z-index: 20;
     background: transparent;
     clip: rect(0px, 0px, auto, 0px);
     opacity: 1;
     visibility: hidden;
 }
 
 .video-wrapper video { width:100%; aspect-ratio: 1.8; background: #000D;}
 
 .models{
     position: fixed;
     width: 100%;
     height: 100%;
     display: block;
     z-index: 3;
     overflow:hidden;
}
 .models .model-item{
     position: fixed;
     display: block;
     z-index: 1;
     width: 100%;
     height: 100%;
     opacity:0;
     visibility:hidden;
}
 .models .model-item .sections.background{
     position: fixed;
     width:100%;
     height:100%;
     top:0;
     left:0;
     z-index:1;
}
.models .model-item .sections.background:after {
     position: fixed;
     content: '';
     display: block;
     width: 20%;
     height: 100%;
     opacity:0;
     background: radial-gradient(#333,#111);
     background-color: #222;
     transition:opacity 3s;
}
.home-page .models .model-item .sections.background:after { opacity:1; }
.models .model-item .sections.background .section {
     display:block;
     height:100%;
     position:absolute;
     top:0;
     right: 0;
     z-index:1;
     width:80%;
     background-position: left center;
     background-repeat: no-repeat;
     background-size: cover;
     overflow:hidden;
}
 .models .model-item .sections.background .section.single{
     width:100%;
}
 .models .model-item .sections.titles{
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 2;
     position: relative;
     overflow:hidden;
}
 .models .model-item .sections.titles .section{
     display: block;
     z-index: 4;
     position: absolute;
     bottom: 6%;
     left: 37%;
     width: 61%;
     text-align: right;
}
 .models .model-item .sections.titles .section h2{
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-weight: normal;
     font-size: 470%;
     color: #a28f6f;
}
 .models .model-item .sections.phone{
     position: absolute;
     width:100%;
     height:100%;
     top:0;
     left:0;
     z-index:2;
     overflow:hidden;
     cursor: move;
     cursor: grab;
     cursor: -moz-grab;
     cursor: -webkit-grab;
}
 .models .model-item .sections.phone:active, .models .model-item .sections.phone.grabbing{
     cursor: grabbing;
     cursor: -moz-grabbing;
     cursor: -webkit-grabbing;
}
 .models .model-item .sections.phone .wrapper{
     position: relative;
     width:100%;
     height:100%;
     top:0;
     left:0;
}
 .models .model-item .sections.phone a.section{
     display: block;
     position: absolute;
     width: 15%;
     height: 55%;
     top: 26%;
     left: 0%;
     margin: 0px 2.5%;
     z-index: 2;
     text-decoration: none;
}

 .models .model-item .sections.phone a.section i.img{
     background-position: center center;
     background-repeat: no-repeat;
     background-size: contain;
     position: relative;
     width: 100%;
     height: 100%;
     display: block;
     z-index: 2;
     transform: translate3d(0px, 0px, 0);
     -webkit-transform: translate3d(0px, 0px, 0);
     -moz-transform: translate3d(0px, 0px, 0);
     -o-transform: translate3d(0px, 0px, 0);
     transition: transform .7s cubic-bezier(.19,1,.22,1);
     -webkit-transition:transform .7s cubic-bezier(.19,1,.22,1);
     -moz-transition: transform .7s cubic-bezier(.19,1,.22,1);
     -o-transition: transform .7s cubic-bezier(.19,1,.22,1);
}
 .models .model-item .sections.phone a.section i.img.scnd{
     position: absolute;
     top: 0;
     z-index: 1;
}
 .models .model-item[data-item="carbon"] .sections.phone a.section:hover i.img.scnd, .models .model-item[data-item="russia"] .sections.phone a.section:hover i.img.scnd, .models .model-item .sections.phone a.section:hover i.img{
     transform: translate3d(20px, 0px, 0);
     -webkit-transform: translate3d(20px, 0px, 0);
     -moz-transform: translate3d(20px, 0px, 0);
     -o-transform: translate3d(20px, 0px, 0);
}
 .models .model-item[data-item="carbon"] .sections.phone a.section:hover i.img, .models .model-item[data-item="russia"] .sections.phone a.section:hover i.img, .models .model-item .sections.phone a.section:hover i.img.scnd{
     transform: translate3d(-20px, 0px, 0);
     -webkit-transform: translate3d(-20px, 0px, 0);
     -moz-transform: translate3d(-20px, 0px, 0);
     -o-transform: translate3d(-20px, 0px, 0);
}
 .models .model-item .sections.phone a.section .i{
     opacity:0;
     visibility:hidden;
     transform: translate3d(0, 300px, 0);
     -webkit-transform: translate3d(0, 300px, 0);
     -moz-transform: translate3d(0, 300px, 0);
     -o-transform: translate3d(0, 300px, 0);
     display:block;
}
 .models .model-item .sections.phone a.section span.name{
     color:#ffffff;
     display: block;
     font-family: "Light", Arial, Helvetica, sans-serif;
     text-align: center;
     font-size: 180%;
     line-height: 1;
     margin: 0px 0px 0px;
}
 .models .model-item .sections.phone a.section span.name span{
     display: block;
}
 .models .model-item .sections.phone a.section span.buy{
     color:#a28f6f;
     display: block;
     text-align: center;
     font-size: 160%;
     text-decoration: underline;
     line-height: 1;
     margin: 15px 0px 0px;
}
 .models .btn-models {
     position: fixed;
     z-index: 5;
     top: 16%;
     left: 8%;
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-size: 100%;
     color: #CCCCCC;
     text-decoration: none;
     display:block;
     opacity: 0;
     visibility: hidden;
}
 .models .btn-models a{
     width: 100%;
     display: block;
     position: relative;
     text-align: left;
     color:#333;
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-size: 100%;
     text-decoration: none;
     text-transform:uppercase;
}
 .models .btn-models a:nth-child(1){
     color:#fff;
}
 .models .btn-models:before, .models .btn-models:after{
     top: 9px!important;
}
 .models .btn-full {
     position: fixed;
     z-index: 5;
     bottom: 10%;
     left: 4%;
     display: block;
     width: 12%;
}
 .models .btn-full a{
     display: block;
     position: relative;
     transition: opacity 1s cubic-bezier(.19,1,.22,1), visibility 1s cubic-bezier(.19,1,.22,1), color 1s cubic-bezier(.19,1,.22,1), transform 1s cubic-bezier(.19,1,.22,1);
     -webkit-transition: opacity 1s cubic-bezier(.19,1,.22,1), visibility 1s cubic-bezier(.19,1,.22,1), color 1s cubic-bezier(.19,1,.22,1), transform 1s cubic-bezier(.19,1,.22,1);
     -moz-transition: opacity 1s cubic-bezier(.19,1,.22,1), visibility 1s cubic-bezier(.19,1,.22,1), color 1s cubic-bezier(.19,1,.22,1), transform 1s cubic-bezier(.19,1,.22,1);
     -o-transition: opacity 1s cubic-bezier(.19,1,.22,1), visibility 1s cubic-bezier(.19,1,.22,1), color 1s cubic-bezier(.19,1,.22,1), transform 1s cubic-bezier(.19,1,.22,1);
     text-align: center;
    /* width:200px;
     */
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-size: 100%;
     color: #CCCCCC;
     text-decoration: none;
}
 .models .btn-full a:nth-child(2){
     position: absolute;
     width: 100%;
     opacity:0;
     visibility:hidden;
     color:#999;
}
 .models .btn-full:hover a {
     -moz-transform: translate3d(10px,0,0);
     -webkit-transform: translate3d(10px,0,0);
     -o-transform: translate3d(10px,0,0);
     transform: translate3d(10px,0,0);
}
 .models .btn-models:before, .models .btn-full:before {
     content: "";
     right: 100%;
     -moz-transform: translate3d(-60%, -50% ,0);
     -webkit-transform: translate3d(-60%, -50% ,0);
     -o-transform: translate3d(-60%, -50% ,0);
     transform: translate3d(-60%, -50% ,0);
     position: absolute;
     top: 50%;
     width: 100%;
     height: 2px;
     background: #CCCCCC;
     transition: background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
     -webkit-transition:background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
     -moz-transition: background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
     -o-transition: background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
}
 .models .btn-models:after, .models .btn-full:after {
     right:-20%;
     -moz-transform: translate3d(-140%, -50%, 0);
     -webkit-transform: translate3d(-140%, -50%, 0);
     -o-transform: translate3d(-140%, -50%, 0);
     transform: translate3d(-140%, -50%, 0);
     content: "";
     position: absolute;
     top: 50%;
     width: 100%;
     height: 2px;
     background: #CCCCCC;
     transition: background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
     -webkit-transition:background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
     -moz-transition: background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
     -o-transition: background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
}
 .models .btn-models:hover:before, .models .btn-full:hover:before {
     -moz-transform: translate3d(-10%, -50%, 0);
     -webkit-transform: translate3d(-10%, -50%, 0);
     -o-transform: translate3d(-10%, -50%, 0);
     transform: translate3d(-10%, -50%, 0);
}
 .models .btn-models:hover:after, .models .btn-full:hover:after {
     width: 0%;
}
 .models .btn-full.active a:nth-child(1){
     -moz-transform: translate3d(0, -22px, 0);
     -o-transform: translate3d(0, -22px, 0);
     -webkit-transform: translate3d(0, -22px, 0);
     transform: translate3d(0, -22px, 0);
     opacity:0;
     visibility:hidden;
}
 .models .btn-full.active a:nth-child(2){
     -moz-transform: translate3d(0, -22px, 0);
     -o-transform: translate3d(0, -22px, 0);
     -webkit-transform: translate3d(0, -22px, 0);
     transform: translate3d(0, -22px, 0);
     opacity:1;
     visibility:visible;
}
 .models .btn-full.active:hover a{
     -moz-transform: translate3d(10px, -22px, 0);
     -o-transform: translate3d(10px, -22px, 0);
     -webkit-transform: translate3d(10px, -22px, 0);
     transform: translate3d(10px, -22px, 0);
}
 .models .btn-full.active:before, .models .btn-full.active:after {
     background: #333;
}
 .models .section-about{
     display: block;
     position: absolute;
     text-align: center;
     color: #fff;
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-size: 100%;
     text-decoration: none;
     top: 16%;
     text-transform: uppercase;
     left: calc(8% + 230px);
     opacity:0;
     visibility:hidden;
     z-index:9;
     transition: color 1s cubic-bezier(.19,1,.22,1);
     -webkit-transition: color 1s cubic-bezier(.19,1,.22,1);
     -moz-transition: color 1s cubic-bezier(.19,1,.22,1);
     -o-transition: color 1s cubic-bezier(.19,1,.22,1);
}
 .models .section-about:hover{
     color: #a28f6f;
}
 .models .section-about::before{
     content: "";
     right: 100%;
     -moz-transform: translate3d(-60%, -50% ,0);
     -webkit-transform: translate3d(-60%, -50% ,0);
     -o-transform: translate3d(-60%, -50% ,0);
     transform: translate3d(-60%, -50% ,0);
     position: absolute;
     top: 38%;
     width: 25px;
     height: 2px;
     background: #2D2D2D;
     transition: background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
     -webkit-transition: background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
     -moz-transition: background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
     -o-transition: background 2s cubic-bezier(.19,1,.22,1),color 2s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1),width .8s cubic-bezier(.19,1,.22,1);
}
 .section-description{
     position: absolute;
     z-index: 20;
     width: 50%;
     top: 50%;
     left: 25%;
     color: #9C9C9C;
     font-family: "Light";
     font-size: 100%;
     line-height: 1.4;
     text-align: left;
     background: #09090A;
     padding: 4%;
     box-sizing: border-box;
     transform: translate3d(0px, -50%, 0px);
     -webkit-transform: translate3d(0px, -50%, 0px);
     -moz-transform: translate3d(0px, -50%, 0px);
     -o-transform: translate3d(0px, -50%, 0px);
     opacity:0;
     visibility:hidden;
}
 .section-description .close{
     position: absolute;
     cursor: pointer;
     top: 30px;
     right: 10px;
     z-index: 3;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     height: 62px;
     width: 45px;
     text-decoration: none;
}
 .section-description .close:active {
     transition: none;
     -webkit-transition: none;
     -moz-transition: none;
     -o-transition: none;
}
 .section-description .close:before, .section-description .close:after {
     display: inline-block;
     width: 45px;
     height: 2px;
     background: #574a36;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -o-border-radius: 2px;
     transition: .3s;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -o-transition: .3s;
     position: absolute;
     left: 0;
     content: '';
     background:#cccccc;
     transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
     -webkit-transform-origin: 50% 50%;
     -o-transform-origin: 50% 50%;
     width: 45px;
     background: #cccccc;
     top:0;
}
 .section-description .close:before{
     transform: rotate3d(0, 0, 1, 45deg);
     -webkit-transform: rotate3d(0, 0, 1, 45deg);
     -moz-transform: rotate3d(0, 0, 1, 45deg);
     -o-transform: rotate3d(0, 0, 1, 45deg);
}
 .section-description .close:after{
     transform: rotate3d(0, 0, 1, -45deg);
     -webkit-transform: rotate3d(0, 0, 1, -45deg);
     -moz-transform: rotate3d(0, 0, 1, -45deg);
     -o-transform: rotate3d(0, 0, 1, -45deg);
}
 .section-description .close:hover:before, .section-description .close:hover:after {
     background:#574a36;
}
 .info-wrapper{
     z-index: 2;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     position: relative;
}
 .info-wrapper .left{
     position: relative;
     height: 100%;
     width: 55%;
     left: 15%;
     top: 0;
     z-index: 4;
     box-sizing: border-box;
     opacity:0;
     visibility:hidden;
}
 .info-wrapper .right{
     position: fixed;
     height: 100%;
     width: 30%;
     left: 70%;
     top: 0;
     z-index: 3;
     box-sizing: border-box;
     opacity:0;
     visibility:hidden;
}
 .info-wrapper .background-1{
     position:fixed;
     left: 0;
     top:0;
     height:100%;
     background:#18191b;
     width: 70%;
     z-index: 2;
}
 #particles {
     position: fixed;
     left: 70%;
     top: 0;
     height: 100%;
     width: 30%;
     z-index: 1;
}
 .info-wrapper .background-2{
     position:fixed;
     left:0;
     top:0;
     height:100%;
     width:100%;
     left:0;
     z-index: 1;
}
 .info-wrapper .about{
}
 .info-wrapper .about .left{
     padding: 6% 13% 4% 0;
}
 .info-wrapper .about .left h1{
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-weight: normal;
     color: #67573d;
     display: inline-block;
     margin: 0px 0px 5%;
     border-bottom: 1px solid #67573d;
     line-height: 1;
}
 .info-wrapper .about .left h2{
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-weight: normal;
     color: #67573d;
     display: block;
     margin: 30px 0px;
     line-height: 1;
}
 .info-wrapper .about .left p{
     font-family: "Light", Arial, Helvetica, sans-serif;
     color: #ccc;
     margin: 0px 0% 2% 4%;
     line-height: 1.4;
     font-size: 100%;
     padding: 0px;
}
 .info-wrapper .about .left b{
     font-family: "Bold", Arial, Helvetica, sans-serif;
}
 .info-wrapper .about .left a{
     color: #766547;
}
 .info-wrapper .about .right{
     overflow: hidden;
}
 .info-wrapper .about .right .name{
     display: block;
     font-family: "Light", Arial, Helvetica, sans-serif;
     color: #67573D;
     line-height: 1.4;
     font-size: 100%;
     position: absolute;
     top: 35%;
     z-index: 2;
}
 .info-wrapper .about .right .name:nth-child(1){
     left: 20%;
}
 .info-wrapper .about .right .name:nth-child(2){
     left: 65%;
}
 .info-wrapper .about .right .image-1{
     position: absolute;
     display: block;
     width: 100%;
     height: 63%;
     background: url('img/bg-brothers.jpg') right bottom no-repeat;
     background-size: contain;
     bottom: -6%;
     right: -5%;
}
 .info-wrapper .about .right .image-2{
     position: absolute;
     display: block;
     width: 120%;
     height: 45%;
     background: url('img/bg-sobor-top.jpg') center top no-repeat;
     background-size: cover;
     top: -12%;
     left: -10%;
}
 .info-wrapper .about .background-2{
     background:#fff;
}
 .info-wrapper .contacts .left{
     padding: 6% 2% 4% 20%;
     width: 59%;
     left: 0%;
}
 .info-wrapper .contacts .contacts-image{
     background-position: center top;
     background-repeat: no-repeat;
     background-image: url(img/bg-1.jpg);
     width: 104%;
     height: 104%;
     position: absolute;
     background-size: cover;
     left: -2%;
     top: -2%;
     opacity:0;
     transition: opacity 0.6s;
     -webkit-transition: opacity 0.6s;
     -moz-transition: opacity 0.6s;
     -o-transition: opacity 0.6s;
}
 .info-wrapper .contacts .contacts-image.bg-2 {
     background-image: url(img/bg-2.jpg);
}
 .info-wrapper .contacts .contacts-image.active{
     opacity:1;
}
 .info-wrapper .contacts .map-wrapper{
     position: relative;
     width: 160%;
     left: -54%;
     margin: 40px 0px 0px;
}
 .info-wrapper .contacts .map{
     width: 100%;
     height: 600px;
}
 .info-wrapper .contacts .map-selects{
     display: block;
     text-align: left;
     width: 64%;
     left: 36%;
     position: relative;
     margin: 30px 0px 0px;
}
 .info-wrapper .contacts .map-selects a { font-size:18px; padding:10px; display:inline-block; cursor:pointer; color:#a28f6f;}
  .info-wrapper .contacts .map-selects a.current {color:#FFF; text-decoration:underline;}
 .info-wrapper .contacts .infowindow{
}
 .info-wrapper .contacts .infowindow h3{
     font-family: "Regular", Arial, Helvetica, sans-serif;
     font-weight: normal;
     color: #67573d;
     display: block;
     margin: 10px 0px 10px;
     line-height: 1;
     font-size: 150%;
}
 .info-wrapper .contacts .infowindow p{
     color: #222;
     margin: 6px 0px;
}
 .info-wrapper .contacts .map-selects label{
     color: #777;
}
 .info-wrapper .contacts .map-selects select{
     display: inline-block;
     background: transparent;
     color: #eee;
     border: 0px;
     font-size: 150%;
     font-family: "Light", Arial, Helvetica, sans-serif;
     margin: 0px 20px 0px 0px;
     position: relative;
     padding-right:20px;
     background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDIwMS40NTggMjAxLjQ1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAxLjQ1OCAyMDEuNDU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTE5My4xNzcsNDYuMjMzbDguMjgsOC4yOEwxMDAuNzM0LDE1NS4yNDFMMCw1NC40OTVsOC4yOC04LjI3OWw5Mi40Niw5Mi40NkwxOTMuMTc3LDQ2LjIzM3oiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat center right;
     background-color: #18191b;
     background-size: 14px;
}
 .info-wrapper .contacts .map-selects select[disabled="disabled"]{
     opacity: 0.5;
     background: none;
}
 .info-wrapper .contacts .map-items{
     margin: 30px;
     color: #ccc;
     font-family: "Light", Arial, Helvetica, sans-serif;
}
 .info-wrapper .contacts .map-items .item{
     margin: 20px 0px;
}
 .info-wrapper .contacts .map-items .item .title{
     font-size: 120%;
     color: #766547;
}
 .info-wrapper .contacts .map-items .item .desc{
     font-size: 90%;
}
 .info-wrapper .contacts .map-items .item .desc b{
     color: #FFF;
}
 .info-wrapper .brothers{
     line-height: 3.5;
     font-size: 100%;
     color: #FFF;
     font-family: "Light", Arial, Helvetica, sans-serif;
     background: #574A36;
     text-transform: uppercase;
     letter-spacing: 0.03em;
     overflow: hidden;
     position: relative;
     transition: 0.2s;
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
     display: inline-block;
     position: absolute;
     bottom: 6%;
     text-decoration: none;
     left: 25%;
     padding: 0px 30px;
     transform: translate3d(-50%, 0, 0);
     -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
     -o-transform: translate3d(-50%, 0, 0);
     white-space: nowrap;
}
 .info-wrapper .brothers:hover{
     color:#fff;
}
 .info-wrapper .brothers::before{
     content:"";
     width:100%;
     height:100%;
     top:0;
     left:0;
     z-index:-1;
     position:absolute;
     background:#18191B;
     transform:translate3d(-100%, 0, 0);
     -webkit-transform:translate3d(-100%, 0, 0);
     -moz-transform:translate3d(-100%, 0, 0);
     -o-transform:translate3d(-100%, 0, 0);
     transition: 0.2s;
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
}
 .info-wrapper .brothers:hover::before{
     transform:translate3d(1px, 0, 0);
     -webkit-transform:translate3d(1px, 0, 0);
     -moz-transform:translate3d(1px, 0, 0);
     -o-transform:translate3d(1px, 0, 0);
}
 .info-wrapper .product-detail{
}
 .info-wrapper .product-detail .left{
     padding: 14% 0% 0 15%;
     text-align: center;
}
 .info-wrapper .product-detail .left.hold{
     z-index:5;
}
 .info-wrapper .product-detail .left .prev-product, .info-wrapper .product-detail .left .next-product{
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-size: 90%;
     text-transform: uppercase;
     text-decoration: none;
     line-height: 1;
     display: inline-block;
     position: absolute;
     top: 10%;
     width:180px;
     color: #777;
     transition: all 1s cubic-bezier(.19,1,.22,1);
     -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
     -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
     -o-transition: all 1s cubic-bezier(.19,1,.22,1);
}
 .info-wrapper .product-detail .left .prev-product i, .info-wrapper .product-detail .left .next-product i{
     display: block;
     background-image: url('img/icons.png');
     background-size: 166px;
     background-repeat: no-repeat;
     margin: 8px auto 30px;
     transition: all 1s cubic-bezier(.19,1,.22,1);
     -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
     -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
     -o-transition: all 1s cubic-bezier(.19,1,.22,1);
}
 .info-wrapper .product-detail .left .prev-product{
     left: 43%;
}
 .info-wrapper .product-detail .left .next-product {
     right: 15%;
}
 .info-wrapper .product-detail .left .prev-product i, .info-wrapper .product-detail .left .next-product i{
     width: 38px;
     height: 31px;
     background-position: 0px -141px;
}
 .info-wrapper .product-detail .left .next-product i{
     transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
}
 .info-wrapper .product-detail .left .prev-product:hover, .info-wrapper .product-detail .left .next-product:hover{
     color:#67573d;
}
 .info-wrapper .product-detail .left .prev-product:hover i{
     background-position: -39px -141px;
     transform: scale(1.3);
     -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
     -o-transform: scale(1.3);
}
 .info-wrapper .product-detail .left .next-product:hover i{
     background-position: -39px -141px;
     transform: rotate(180deg) scale(1.3);
     -webkit-transform: rotate(180deg) scale(1.3);
     -moz-transform: rotate(180deg) scale(1.3);
     -o-transform: rotate(180deg) scale(1.3);
}
 .info-wrapper .product-detail .left .product-nav{
     display: inline-block;
     position: absolute;
     top: 45%;
     left: 4%;
     text-align: left;
     transform: translate3d(0, -50.1%, 0);
     -webkit-transform: translate3d(0, -50.1%, 0);
     -moz-transform: translate3d(0, -50.1%, 0);
     -o-transform: translate3d(0, -50.1%, 0);
}
 .info-wrapper .product-detail .left .product-nav li{
     list-style: none;
     display: block;
     margin: 0;
     padding: 15px 0px;
     font-family: "Light", Arial, Helvetica, sans-serif;
     color: #67573D;
     text-decoration: none;
     text-transform: uppercase;
     font-size: 100%;
     line-height: 1.4;
     position: relative;
     letter-spacing: 1px;
}
 .info-wrapper .product-detail .left .product-nav li a{
     font-family: "Light", Arial, Helvetica, sans-serif;
     color: #cccccc;
     font-weight: bold;
     text-decoration: none;
     text-transform: uppercase;
     font-size: 90%;
     display: block;
     line-height: 1.4;
     position: relative;
     letter-spacing: 1px;
     transition: all 1s cubic-bezier(.19,1,.22,1);
     -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
     -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
     -o-transition: all 1s cubic-bezier(.19,1,.22,1);
}
 .info-wrapper .product-detail .left .product-nav li a::before{
     content:"";
     display: block;
     position: absolute;
     left: -20px;
     top: 50%;
     width: 4px;
     height: 4px;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -o-border-radius: 50%;
     background: #000000;
     margin: -2px 0px 0px 0px;
     transition: all 1s cubic-bezier(.19,1,.22,1);
     -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
     -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
     -o-transition: all 1s cubic-bezier(.19,1,.22,1);
}
 .info-wrapper .product-detail .left .product-nav li.active a, .info-wrapper .product-detail .left .product-nav li a:hover{
     color:#67573d;
}
 .info-wrapper .product-detail .left .product-nav li.active a::before, .info-wrapper .product-detail .left .product-nav li a:hover::before{
     background:#67573d;
}
 .info-wrapper .product-detail .left .buy{
     display: inline-block;
     position: absolute;
     left: 0%;
     bottom: 20%;
}

.video-button {
    color: #67573d;
    background-color: #0000;
    border:1px solid #67573d;
    text-decoration:none;
    font-size: 18px;
    padding: 5px 15px;
    display: block;
    margin-bottom:20px;
    transition:0.5s;
}
.video-button:hover { color: #ccc;  border-color: #ccc;}
.video-button:after {
    display: inline-block;
    margin-left: 1vh;
    content: '\f04b';
    font-family: FontAwesome;
}

 .info-wrapper .product-detail .left .buy .price{
     color: #67573d;
     font-size: 196%;
     line-height: 1;
     font-family: "Light", Arial, Helvetica, sans-serif;
}

 .info-wrapper .product-detail .left .buy .price-warning {color: #444; line-height: 15px; font-size: 12px; position: absolute; bottom: calc(100% + 20px); }

 .info-wrapper .product-detail .left .buy .btn{
     color: #67573d;
     font-size: 130%;
     line-height: 3;
     font-family: "Light", Arial, Helvetica, sans-serif;
     transition: all 1s cubic-bezier(.19,1,.22,1);
     -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
     -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
     -o-transition: all 1s cubic-bezier(.19,1,.22,1);
}
 .info-wrapper .product-detail .left .buy .btn:hover{
}
 .info-wrapper .product-detail .left .product-info{
}
 .info-wrapper .product-detail .left .line{
     display: block;
     position: absolute;
     border-bottom: 1px solid #2a2b2d;
     width: 100%;
     height: 0px;
     margin-top: -50px;
     left: 0px;
}
 .info-wrapper .product-detail .left .product-info .pretitle{
     font-size: 90%;
     color: #CCC;
     font-family: "Light", Arial, Helvetica, sans-serif;
     width: 50%;
     margin: 0px auto;
     line-height: 2;
     border-bottom: 1px solid #2a2b2d;
}
 .info-wrapper .product-detail .left .product-info h1{
     color: #67573d;
     font-size: 196%;
     line-height: 1.6;
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-weight: normal;
     text-transform: uppercase;
}
 .info-wrapper .product-detail .left .product-info .product-sections{
     position: relative;
}
 .info-wrapper .product-detail .left .product-info .scheme-main{
     width: 100%;
     height: 414px;
     display: block;
     left: 0;
     position: absolute;
     margin: 30px auto 20px;
     perspective: 1000px;
     opacity:0;
}
 .info-wrapper .product-detail .left .product-info .scheme-svg{
     width: 100%;
     height: 414px;
     display: block;
     left: 0;
     position: absolute;
     margin: 30px auto 20px;
}
 .info-wrapper .product-detail .left .product-info .scheme-svg svg{
     height:100%;
}
 .info-wrapper .product-detail .left .product-info .scheme-main i{
     content:"";
     display:block;
     position:absolute;
     width:100%;
     height:100%;
     left:0;
     top:0;
     background-position:center;
     background-repeat:no-repeat;
     background-size:contain;
     position:absolute;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     transform: rotateY(0deg);
     -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
     -o-transform: rotateY(0deg);
     transition: all 500ms linear 300ms;
     -webkit-transition: all 500ms linear 300ms;
     -moz-transition: all 500ms linear 300ms;
     -o-transition: all 500ms linear 300ms;
}
 .info-wrapper .product-detail .left .product-info .scheme-main i:nth-child(2){
     transform: rotateY(180deg);
     -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
}
 .info-wrapper .product-detail .left .product-info .scheme-main.back i:nth-child(1) {
     transform: rotateY(180deg);
     -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
}
 .info-wrapper .product-detail .left .product-info .scheme-main.back i:nth-child(2) {
     transform: rotateY(0deg);
     -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
     -o-transform: rotateY(0deg);
}
 .scheme-main .scheme-front {
    background-image: url('img/scheme-front.png');
}
 .scheme-main .scheme-backside {
    background-image: url('img/scheme-backside.png');
}
 .info-wrapper .product-detail .left .product-info .section{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     visibility: hidden;
     z-index:1;
     transform: translate3d(0, -5000px, 0);
     -webkit-transform: translate3d(0, -5000px, 0);
     -moz-transform: translate3d(0, -5000px, 0);
     -o-transform: translate3d(0, -5000px, 0);
}
 .info-wrapper .product-detail .left .product-info .section.active{
     opacity: 1;
     visibility: visible;
     z-index:2;
     transform:translate3d(0, 0px, 0);
     -webkit-transform:translate3d(0, 0px, 0);
     -moz-transform: translate3d(0, 0px, 0);
     -o-transform: translate3d(0, 0px, 0);
}
 .info-wrapper .product-detail .left .product-info .section .description {
     font-size: 90%;
     color: #a28f6f;
     font-family: "Light", Arial, Helvetica, sans-serif;
     width: 40%;
     margin: 0px auto;
     line-height: 1.6;
     margin-bottom:35px;
}
 .product-detail.designer .left .product-info .section .description {
     color:#CCC;
}
 .info-wrapper .product-detail .left .product-info .section table{
     width: 100%;
     text-align: left;
     margin-top: 20px;
}
 .info-wrapper .product-detail .left .product-info .section table tr{
}
 .info-wrapper .product-detail .left .product-info .section table tr td{
     font-size: 70%;
     color: #CCC;
     font-family: "Light", Arial, Helvetica, sans-serif;
     width: 40%;
     line-height: 1.6;
     padding: 3px 20px;
     vertical-align: top;
}
 .info-wrapper .product-detail .left .product-info .section table tr td:first-child{
     white-space:nowrap;
}
 .info-wrapper .product-detail .left .product-info .section table tr td b{
     font-family: "Regular", Arial, Helvetica, sans-serif;
}
 .info-wrapper .product-detail .left .product-info .section table tr th{
     font-weight: normal;
     font-family: "Regular", Arial, Helvetica, sans-serif;
     padding: 21px 20px 2px;
     text-align: center;
     color: #fff;
     font-size: 110%;
}
 .info-wrapper .product-detail .left .product-info .section table tbody{
     display:none;
}
 .info-wrapper .product-detail .left .product-info .section table a{
     color: #65553C;
     font-family: "Bold", Arial, Helvetica, sans-serif;
     line-height: 3;
     transition: .3s;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -o-transition: .3s;
}
 .info-wrapper .product-detail .left .product-info .section table a:hover{
     color: #fff;
     text-decoration:none;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider{
     margin: 0px;
     padding: 0px;
     list-style: none;
     margin:30px auto 20px;
     position: relative;
     height:414px;
}
/* .info-wrapper .product-detail .left .product-info .section ul.slider li.item{
     position: absolute;
     top: 0;
     left: 0;
     text-align: center;
     width: 100%;
     height: 100%;
     opacity: 0;
     visibility: hidden;
     color:#ffffff;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider li.item:first-child {
     position: relative;
     opacity: 1;
     visibility: visible;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider li.item .scheme{
     width:100%;
     height:420px;
     display:block;
     background-position:center;
     background-repeat:no-repeat;
     background-size:contain;
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
     -webkit-transition: 0.2s;
     transition: 0.2s;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider li.item{
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
     -webkit-transition: 0.2s;
     transition: 0.2s;
     transform-origin:center;
     -webkit-transform-origin:center;
     -moz-transform-origin:center;
     -o-transform-origin:center;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider li.item img{
     transform: scale(0.5, 0.5) translateZ(0) rotate(0.1deg);
     -webkit-transform: scale(0.5, 0.5) translateZ(0) rotate(0.1deg);
     -moz-transform: scale(0.5, 0.5) translateZ(0) rotate(0.1deg);
     -o-transform: scale(0.5, 0.5) translateZ(0) rotate(0.1deg);
     height: 200%;
     left: 0%;
     top: -50%;
     position: relative;
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
     -webkit-transition: 0.2s;
     transition: 0.2s;
     margin: 0px auto;
     transform-origin: center;
     -webkit-transform-origin: center;
     -moz-transform-origin: center;
     -o-transform-origin: center;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider li.item.hold img{
     transform: scale(1, 1) translateZ(0) rotate(0.1deg);
     -webkit-transform: scale(1, 1) translateZ(0) rotate(0.1deg);
     -moz-transform: scale(1, 1) translateZ(0) rotate(0.1deg);
     -o-transform: scale(1, 1) translateZ(0) rotate(0.1deg);
     z-index: 6;
     -webkit-backface-visibility: hidden;
}
 */
 .info-wrapper .product-detail .left .product-info .section ul.slider li.item{
     position: absolute;
     top: 0;
     left: 0;
     text-align: center;
     width: 100%;
     height: 100%;
     opacity: 0;
     visibility: hidden;
     color:#ffffff;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider li.item:first-child {
     position: relative;
     opacity: 1;
     visibility: visible;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider li.item img{
     height: 100%;
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
     -webkit-transition: 0.2s;
     transition: 0.2s;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider li.item .scheme{
     width:100%;
     height:420px;
     display:block;
     background-position:center;
     background-repeat:no-repeat;
     background-size:contain;
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
     -webkit-transition: 0.2s;
     transition: 0.2s;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider li.item{
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
     -webkit-transition: 0.2s;
     transition: 0.2s;
     transform-origin:center;
     -webkit-transform-origin:center;
     -moz-transform-origin:center;
     -o-transform-origin:center;
}
/* .info-wrapper .product-detail .left .product-info .section ul.slider li.item.hold .scheme.img, */
 .info-wrapper .product-detail .left .product-info .section ul.slider li.item.hold{
     transform: scale(2) translateZ(0) rotate(0.1deg);
     -webkit-transform: scale(2) translateZ(0) rotate(0.1deg);
     -moz-transform: scale(2) translateZ(0) rotate(0.1deg);
     -o-transform: scale(2) translateZ(0) rotate(0.1deg);
     z-index: 6;
}

 .info-wrapper .product-detail .left .product-info .section ul.slider-nav{
     margin: 20px 0px;
     padding: 0px;
     list-style: none;
     text-align: center;
     font-size: 0px;
     line-height: 0px;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider-nav li.item{
     display: inline-block;
     vertical-align: top;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider-nav li.item a{
     display: block;
     background-image: url('img/icons.png');
     background-size: 167px;
     background-repeat: no-repeat;
     width: 9px;
     height: 9px;
     background-position: -32px -62px;
     margin: 0px 2px;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider-nav li.item a:hover {
     background-position: -32px -70px;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider-nav li.item.active a {
     background-position: -41px -62px;
}
 .info-wrapper .product-detail .left .product-info .section ul.slider-nav li.item.active a:hover {
     background-position: -41px -70px;
}
 .info-wrapper .product-detail .right{
     cursor: url('img/cursor-open.png'), auto;
     background: #191b1e;
     width: 54%;
     left: 46%;
     top: 0;
     z-index:4;
}
 .info-wrapper .product-detail .right.open{
     cursor: default;
}
body[data-lang="en"] .info-wrapper .product-detail .right{
     cursor: url('img/cursor-open-en.png'), auto;
}
body[data-lang="en"] .info-wrapper .product-detail .right.open{
     cursor: auto;
}
 body[data-lang="en"] .info-wrapper .product-detail .left:has(+ .right.open) {
     cursor: url('img/cursor-close-en.png'), auto;
}

 .info-wrapper .product-detail .right .close{
     position: absolute;
     top: 5%;
     left: 6%;
     font-size: 100%;
     color: #999;
     text-decoration: none;
     border-bottom: 1px solid;
     z-index:10;
}
 .info-wrapper .product-detail .right .info, .info-wrapper .product-detail .right .info-dark{
     position: absolute;
     display: block;
     z-index: 5;
     top: 26%;
     left: 9%;
     width: 20%;
     transition: all 1s cubic-bezier(.19,1,.22,1);
     -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
     -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
     -o-transition: all 1s cubic-bezier(.19,1,.22,1);
}
 .info-wrapper .product-detail .right .info-dark{
     color:#fff;
}
 .info-wrapper .product-detail .right .info-dark{
     opacity:0;
     visibility:hidden;
     transform: translate3d(-100px, 0, 0);
     -webkit-transform: translate3d(-100px, 0, 0);
     -moz-transform: translate3d(-100px, 0, 0);
     -o-transform: translate3d(-100px, 0, 0);
}
 .info-wrapper .product-detail .right.isdarked .info{
     opacity:0;
     visibility:hidden;
     transform: translate3d(100px, 0, 0);
     -webkit-transform: translate3d(100px, 0, 0);
     -moz-transform: translate3d(100px, 0, 0);
     -o-transform: translate3d(100px, 0, 0);
}
 .info-wrapper .product-detail .right.isdarked .info-dark{
     opacity:1;
     visibility:visible;
     transform: translate3d(0, 0px, 0);
     -webkit-transform: translate3d(0, 0px, 0);
     -moz-transform: translate3d(0, 0px, 0);
     -o-transform: translate3d(0, 0px, 0);
}
 .info-wrapper .product-detail .right .info p, .info-wrapper .product-detail .right .info-dark p{
     font-family: "Light", Arial, Helvetica, sans-serif;
     color: #a28f6f;
     line-height: 1.4;
     font-size: 100%;
     padding: 0px;
}
 .info-wrapper .product-detail .right .info-dark p{
     color: #cccccc;
}
 .info-wrapper .product-detail .right .toggle-dark{
     position: absolute;
     display: block;
     cursor: pointer;
     z-index: 5;
     top: 10%;
     left: 50%;
     margin-left: -50px;
     width:100px;
     color:#67573d;
     font-size:13px;
     text-align:center;
     text-decoration:none;
     font-family:"Regular";
}
 .info-wrapper .product-detail .right .toggle-dark i{
     display: block;
     width: 46px;
     height: 46px;
     cursor: pointer;
     background-image: url('img/icons.png');
     background-size: 166px;
     background-repeat: no-repeat;
     background-position: -52px -44px;
     margin:0px auto 5px;
}
 .info-wrapper .product-detail .right.isdarked .toggle-dark i{
     background-position: -98px -44px;
}
 .info-wrapper .product-detail .right .image{
     position: absolute;
     left: 0;
     top: 13%;
     width: 100%;
     height: 74%;
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     z-index: 3;
     transition: background 300ms;
     -webkit-transition: background 300ms;
     -moz-transition: background 300ms;
     -o-transition: background 300ms;
}
 .info-wrapper .product-detail .right .shine{
	position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.info-wrapper .product-detail .right .shine img{
	margin: 15% auto;
    display: block;
    height: 70%;
}
 .info-wrapper .product-detail .right .images{
     display:none;
}
 .info-wrapper .product-detail .right .swiper-slider .images {display:flex; }
 .info-wrapper .product-detail .right .swiper-slider img {
    margin: 15% auto;
    display: block;
    height: 70%;
}
 .info-wrapper .product-detail .right .images-parts{
     z-index:4;
     position:relative;
}
 .info-wrapper .product-detail .right .dark{
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background:#000000AA;
     opacity:0;
     visibility:hidden;
     z-index:1;
}
 .info-wrapper .product-detail .background-2{
     background:#222;
}
 .info-wrapper .product-detail.designer .scroll {
     visibility: visible!important;
     opacity: 1!important;
     transform: none!important;
     position: relative;
     margin: 7% auto;
     left: 0px;
}
 .info-wrapper .product-detail.designer .left {
     padding: 0px;
     left: 280px;
     width: calc(70% - 280px);
}
 .info-wrapper .product-detail.designer .left .product-info .pretitle {
     font-size: 200%;
     width: 30%;
     line-height: 1.4;
     border-bottom: 0px;
     text-align: left;
     padding: 8% 0%;
}
 .info-wrapper .product-detail.designer .left .product-info h1 {
     border-bottom: 1px solid #2a2b2d;
     width: 30%;
     margin: 0px auto;
}
 .info-wrapper .product-detail.designer .left .product-info .section{
     opacity:1!important;
     visibility:visible!important;
     transform:none;
     -webkit-transform:none;
     -moz-transform:none;
     -o-transform:none;
     position:relative;
}
 .info-wrapper .product-detail.designer .left .product-info .section .description {
     width: 100%;
     text-align: left;
}
 .info-wrapper .product-detail.designer .left .product-info .section .description h2{
     color: #67573d;
     font-size: 140%;
     line-height: 1.6;
     font-family: "Regular", Arial, Helvetica, sans-serif;
     font-weight: normal;
}
 .info-wrapper .product-detail .left .at-2 {
     width: 100%;
}
 .info-wrapper .product-detail .left .at-3{
     width: 60%;
}
 .info-wrapper .product-detail .left .at-4{
     display: inline-block;
     vertical-align: top;
     width: 50%;
}
 .info-wrapper .product-detail .left .at-5{
     display: inline-block;
     vertical-align: top;
     width: 50.2%;
     margin-left: -0.5%;
}
 .info-wrapper .product-detail .left .at-6{
     margin: 50px auto;
     display: block;
}
 .info-wrapper .product-detail .left .at-2-t{
     width: 60%;
     margin: 50px auto;
}
 .info-wrapper .product-detail .left .at-3-t{
     margin: 50px auto;
}
 .info-wrapper .product-detail .left .at-3-t .p{
     display: inline-block;
     vertical-align: bottom;
     width: 25%;
     margin: 0px 30px;
}
 .info-wrapper .product-detail .left .at-3-t img{
     display: inline-block;
     vertical-align: bottom;
}
 .info-wrapper .product-detail .left .at-4-t{
     width: 60%;
     margin: 50px auto;
}
 .info-wrapper .product-detail .left .at-5-t{
     width: 60%;
     margin: 50px auto 150px;
}
 .info-wrapper .product-detail.designer .right {
     width: 85%;
     left: 15%;
}
 .info-wrapper .designer .right .params{
     display: block;
     width: 30%;
     background: #ebebeb;
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     box-sizing: border-box;
     padding: 7% 5% 2%;
     overflow-y:scroll;
}
 .info-wrapper .designer .right .params .description{
     font-size: 85%;
     font-family: "Light", Arial, Helvetica, sans-serif;
     color: #333333;
}
 .info-wrapper .designer .right .params .item{
     margin: 30px 0px;
}
 .info-wrapper .designer .right .params .item h3{
     font-weight: normal;
     font-size: 85%;
     color: #67573d;
     font-family: "Light", Arial, Helvetica, sans-serif;
     line-height: 2;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin: 0px 0px 5px 0px;
}
 .info-wrapper .designer .right .params .item textarea{
     font-size: 14px;
     color: #333;
     font-family: "Light", Arial, Helvetica, sans-serif;
     text-decoration: none;
     line-height: 1.4;
     width: 100%;
     background: #FDFDFD;
     border: 0px;
     resize: none;
     padding: 10px;
}
 .info-wrapper .designer .right .params .item ul{
     list-style: none;
}
 .info-wrapper .designer .right .params .item ul li{
     color: #ccc;
     font-size: 0px;
     text-decoration: none;
     display: inline-block;
     vertical-align: top;
     margin: 0px 10px 10px 0px;
}
 .info-wrapper .designer .right .params .item ul li a{
     font-size: 14px;
     color: #333333;
     font-family: "Light", Arial, Helvetica, sans-serif;
     text-decoration: none;
     transition: .3s;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -o-transition: .3s;
}
 .info-wrapper .designer .right .params .item ul li a .preview{
     display: block;
     width: 76px;
     height: 76px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     margin: 0px;
     transition: .3s;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -o-transition: .3s;
}
 .info-wrapper .designer .right .params .item ul li a.active{
     font-family: "Bold", Arial, Helvetica, sans-serif;
     color: #000;
}
 .info-wrapper .designer .right .params .item ul li a.active .preview{
     box-shadow: 0px 0px 0px 2px #CCC;
}
 .info-wrapper .designer .right .items-collection{
     display:none;
}
 .info-wrapper .designer .right .items-collection.active{
     display:block;
}
 .info-wrapper .designer .right .images{
     display: block;
     position: absolute;
     width: 70%;
     height: 100%;
     top: 0;
     left: 30%;
     background: #191B1F;
     text-align: center;
}
 .info-wrapper .designer .right .images h2{
     position: absolute;
     right: 10%;
     top: 15%;
     font-weight: normal;
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-size: 120%;
     text-decoration: none;
     color: #67573d;
     border-bottom: 1px solid;
     line-height: 1;
}
 .info-wrapper .designer .right .images .buy{
     line-height: 3.5;
     font-size: 100%;
     color: #FFF;
     font-family: "Light", Arial, Helvetica, sans-serif;
     background: #574A36;
     text-transform: uppercase;
     letter-spacing: 0.03em;
     overflow: hidden;
     position: relative;
     transition: 0.2s;
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
     display: inline-block;
     position: absolute;
     bottom: 10%;
     text-decoration: none;
     left: 50%;
     padding: 0px 30px;
     transform: translate3d(-50%, 0, 0);
     -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
     -o-transform: translate3d(-50%, 0, 0);
     white-space:nowrap;
}
 .info-wrapper .designer .right .images .buy:hover{
     color:#fff;
}
 .info-wrapper .designer .right .images .buy::before{
     content:"";
     width:100%;
     height:100%;
     top:0;
     left:0;
     z-index:-1;
     position:absolute;
     background:#18191B;
     transform:translate3d(-100%, 0, 0);
     -webkit-transform:translate3d(-100%, 0, 0);
     -moz-transform:translate3d(-100%, 0, 0);
     -o-transform:translate3d(-100%, 0, 0);
     transition: 0.2s;
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
}
 .info-wrapper .designer .right .images .buy:hover::before{
     transform:translate3d(1px, 0, 0);
     -webkit-transform:translate3d(1px, 0, 0);
     -moz-transform:translate3d(1px, 0, 0);
     -o-transform:translate3d(1px, 0, 0);
}
 .info-wrapper .designer .right .canvas{
     position:absolute;
     width:100%;
     height:93%;
     left:0;
     top:0;
}
 .info-wrapper .designer .right .image-front{
     display: inline-block;
     width: 25.5%;
     height: 100%;
     position: relative;
     margin: 0px 3%;
}
 .info-wrapper .designer .right .image-back{
     display: inline-block;
     width: 25.5%;
     height: 100%;
     position: relative;
     margin: 0px 0%;
}
 .info-wrapper .designer .right .image-side{
     display: inline-block;
     width: 6%;
     height: 100%;
     position: relative;
     margin: 0px 3%;
}
 .info-wrapper .designer .right .image-front .image-part, .info-wrapper .designer .right .image-back .image-part, .info-wrapper .designer .right .image-side .image-part{
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
}
 .info-wrapper .designer .right .image-side .etching_text_side, .info-wrapper .designer .right .image-back .etching_text_top, .info-wrapper .designer .right .image-back .etching_text_bottom{
     background: none!important;
     font-size: 14px;
     z-index: 12;
     text-align: center;
     font-family: "Regular";
     color: rgba(255, 255, 255, 0.65);
}
 .info-wrapper .designer .right .image-side .etching_text_side{
     width: 100%;
     left: 37%;
     height: 2%;
     transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     transform-origin: top left;
     -webkit-transform-origin: top left;
     -moz-transform-origin: top left;
     -o-transform-origin: top left;
     white-space: nowrap;
     text-align: left;
}
 .info-wrapper .designer .right .image-back .etching_text_top{
     width: 80%;
     left: 10%;
     height: 4%;
}
 .info-wrapper .designer .right .image-back .etching_text_bottom{
     width: 80%;
     left: 10%;
     height: 4%;
}



.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}
.checkbox + label:before {
  content: '';
  position: absolute;
  left: 0;
  line-height:15px;
  height:15px;
  width: 15px;
  font-size:18px;
  background: #111;
  color:#B94;
  border:1px solid #B94;
  transition: .2s;
}
.checkbox.error + label:before {border:1px solid #F33;}
.checkbox:checked + label:before {
	content: "\2713";
}

/* SEND REQUEST FORM */

 .send-request{
     position: fixed;
     z-index: 999;
     left:0;
     top: 0;
     width: 100%;
     background: rgba(0, 0, 0, 0.61);
     font-family: "Light", Arial, Helvetica, sans-serif;
     height: 100%;
     opacity:0;
     visibility:hidden;
     display:none;
}
 .send-request h2{
     margin: 0px 0px 20px;
     color: #574A36;
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-weight: normal;
     font-size: 200%;
     white-space: nowrap;
}
 .designer .send-request h2 {
     font-size: 130%;
     white-space:normal;
}
 .send-request .message{
     margin: 0px 0px 20px;
     font-size: 14px;
     color:#777;
     min-height:20px;
     font-family: "Light", Arial, Helvetica, sans-serif;
     font-weight: normal;
}
 .send-request .message.error{
     color: #F33;
}
 .send-request select, .send-request input {
     border:1px solid transparent;
}
 .send-request .error{
     border-color:#F33 !important;
     color: #F33 !important;
}
 .send-request .message.success{
     color: #574A36;
}
 .send-request .close{
     position: absolute;
     cursor: pointer;
     top: -23px;
     right: -45px;
     z-index: 3;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     height: 62px;
     width: 45px;
     margin: 0px 0px 0px -22px;
     text-decoration:none;
}
 .send-request .close:active {
     transition: none;
     -webkit-transition: none;
     -moz-transition: none;
     -o-transition: none;
}
 .send-request .close:before, .send-request .close:after {
     display: inline-block;
     width: 45px;
     height: 2px;
     background: #574a36;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -o-border-radius: 2px;
     transition: .3s;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -o-transition: .3s;
     position: absolute;
     left: 0;
     content: '';
     background:#cccccc;
     transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
     -webkit-transform-origin: 50% 50%;
     -o-transform-origin: 50% 50%;
     width: 45px;
     background: #cccccc;
     top:0;
}
 .send-request .close:before{
     transform: rotate3d(0, 0, 1, 45deg);
     -webkit-transform: rotate3d(0, 0, 1, 45deg);
     -moz-transform: rotate3d(0, 0, 1, 45deg);
     -o-transform: rotate3d(0, 0, 1, 45deg);
}
 .send-request .close:after{
     transform: rotate3d(0, 0, 1, -45deg);
     -webkit-transform: rotate3d(0, 0, 1, -45deg);
     -moz-transform: rotate3d(0, 0, 1, -45deg);
     -o-transform: rotate3d(0, 0, 1, -45deg);
}

.send-request .close:hover:before,
.send-request .close:hover:after {
     background:#574a36;
}

.send-request form {
     position: fixed;
     z-index: 999;
     left: 50%;
     top: 50%;
     width: 500px;
     background: #262526;
     text-align: center;
     margin: -250px 0px 0px -250px;
     padding: 30px 60px 30px;
     box-sizing: border-box;
     font-family: "Light", Arial, Helvetica, sans-serif;
}


.send-request form .row .small {
    font-size: 11px;
    opacity: 0.5;
}
.send-request form .row{
     display: block;
     margin: 0px 0px 15px;
     color: #EEE;
     font-size: 100%;
}
.send-request form .choise {text-align:center;}
.send-request form .row > div {float:left;}
.send-request form .row .m10 { margin: 0 0 0 10px; width: calc(100% - 10px); }
.send-request form .row.last {
    margin:0;
}
.send-request form .row a:hover { color: #a28f6f; }
.send-request form .row a {
    text-decoration: none;
    color: #B94;
    transition: all .5s;
}

.send-request form select,
.send-request form textarea,
.send-request form input {
     background: #111;
     width: 100%;
     font-size: 100%;
     line-height: 2;
     color: #FFF;
     box-sizing: border-box;
     padding: 10px 15px;
     outline:none;
     border:1px solid #111;
     resize:vertical;
}

.send-request form .row .tab-btn {
	display:block;
	padding:10px 15px;
	background: #333;
	color:#a28f6f;
	text-transform:uppercase;
}
.send-request form .row .tab-btn.active {
	background: #574A36;
	color:#fff;
}
.send-request form .row .tab-btn:hover{color:#fff;}

.send-request form .tab {display:none;}
.send-request form .tab.active {display:block;}

 .send-request form .row button.off{
		color: #777;
	    border-color: transparent;
	    background: #555;
	    cursor:default;
    }
 .send-request form .row button{
     width: 100%;
     line-height: 3;
     font-size: 100%;
     color: #574A36;
     font-family: "Regular", Arial, Helvetica, sans-serif;
     margin: 0px 0px 0px;
     background: rgba(0, 0, 0, 0);
     border: 2px solid #574A36;
     text-transform: uppercase;
     letter-spacing: 0.03em;
     overflow:hidden;
     outline:none;
     position:relative;
     transition: 0.2s;
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
}
 .send-request form .row button:hover{
     color:#fff;
}
 .send-request form .row button::before{
     content:"";
     width:100%;
     height:100%;
     top:0;
     left:0;
     z-index:-1;
     position:absolute;
     background:#574A36;
     transform:translate3d(-100%, 0, 0);
     -webkit-transform:translate3d(-100%, 0, 0);
     -moz-transform:translate3d(-100%, 0, 0);
     -o-transform:translate3d(-100%, 0, 0);
     transition: 0.2s;
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -o-transition: 0.2s;
}
 .send-request form .row button:hover::before{
     transform:translate3d(0%, 0, 0);
     -webkit-transform:translate3d(0%, 0, 0);
     -moz-transform:translate3d(0%, 0, 0);
     -o-transform:translate3d(0%, 0, 0);
}

/* SEND REQUEST FORM END */

.row:after {content:''; display:block; width:100%; clear:both;}

.col-1 {width:100%;}
.col-1-2 {width:50%;}

.col-1-3 {width:33.33%;}
.col-2-3 {width:66.66%;}

.col-1-4 {width:25%;}
.col-2-4 {width:50%;}
.col-3-4 {width:75%;}

.col-1-5 {width:20%;}
.col-2-5 {width:40%;}
.col-3-5 {width:60%;}
.col-4-5 {width:80%;}

.col-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-2-4, .col-3-4, .col-1-5, .col-2-5, .col-3-5, .col-4-5 {position:relative;}

.pad-10 {padding:10px;}
.pad-20 {padding:20px;}
.pad-30 {padding:30px;}
.pad-40 {padding:40px;}
.pad-50 {padding:50px;}

.pad-10vh {padding:10vh;}
.pad-20vh {padding:20vh;}
.pad-30vh {padding:30vh;}
.pad-40vh {padding:40vh;}
.pad-50vh {padding:50vh;}

.pad-tb-10vh {padding:10vh 0;}
.pad-tb-20vh {padding:20vh 0;}
.pad-tb-30vh {padding:30vh 0;}
.pad-tb-40vh {padding:40vh 0;}
.pad-tb-50vh {padding:50vh 0;}

.pad-tb-10 {padding:10px 0;}
.pad-tb-20 {padding:20px 0;}
.pad-tb-30 {padding:30px 0;}
.pad-tb-40 {padding:40px 0;}
.pad-tb-50 {padding:50px 0;}

.pad-b-10 {padding-bottom:10px;}
.pad-b-20 {padding-bottom:20px;}
.pad-b-30 {padding-bottom:30px;}
.pad-b-40 {padding-bottom:40px;}
.pad-b-50 {padding-bottom:50px;}

.pad-t-10 {padding-top:10px;}
.pad-t-20 {padding-top:20px;}
.pad-t-30 {padding-top:30px;}
.pad-t-40 {padding-top:40px;}
.pad-t-50 {padding-top:50px;}

.txt-justify {text-align:justify;}
.txt-left {text-align:left;}
.txt-right {text-align:right;}
.txt-center {text-align:center;}
.vmiddle {vertical-align:middle;}

img.img-cover {position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
img.img-cov-top {object-position: top center;}
img.height-50p {height:50%;}
img.top-50p {top:50%;}

.info-wrapper .product-detail.full-content .left {padding:0; width:85%; left:15%;}
.info-wrapper .product-detail.full-content .left img {max-width:100%;}
.info-wrapper .product-detail.full-content .background-1 {width:100%;}

.full-content .block {display:table; width:100%;}
.full-content .row {display:table-row;}
.full-content .row > div {display:table-cell;}
.full-content .left {color:#CCC; font-size:20px;}
.full-content h4 {color:#FFF; font-size:34px; text-transform:uppercase; margin-bottom:40px; letter-spacing:4px; }
.full-content .wrap {padding:5vh 5vw;}
.full-content .row img {box-sizing:border-box;}

.cap-w-frame {position:relative;display:inline-block; padding:5px 0; }
.cap-w-frame:after {border:2px solid #FFFA; position:absolute; width:80%; height:100%; top:0; left:10%; content:'';}

.black-frame {background:#0007; color:#FFF; padding:20px;}

.bg-fixed {background-attachment:fixed;}
.bg-cover {background-size:cover !important; background-position:center center;}
.bg-contain {background-size:contain; background-position:center center;}
.bg-top-right {background-position:top right; background-repeat:no-repeat;}
.bg-top-center {background-position:top center; background-repeat:no-repeat;}
.bg-bottom-center {background-position:bottom center; background-repeat:no-repeat;}

.bg-scale-10 {background-size:10%;}
.bg-scale-20 {background-size:20%;}
.bg-scale-30 {background-size:30%;}
.bg-scale-40 {background-size:40%;}
.bg-scale-50 {background-size:50%;}

.height-100vh {height:100vh;}
.height-50vh {height:50vh;}
.height-25vh {height:25vh;}
.height-10vh {height:10vh;}

.bg-poligon { background-image:url(img/bg-poligon.jpg) !important;}
.bg-brothers { background-image:url(img/bg-brothers.jpg);}
.bg-watches { background-image:url(img/bg-watches.png);}
.bg-studio { background-image:url(img/bg-studio.jpg);}
.bg-logo { background-image:url(img/logo.png);}
.bg-glove { background-image:url(img/bg-glove.jpg);}

.bg-clr-FFF {background-color:#FFF;}
.bg-clr-0007 {background-color:#0007;}
.bg-clr-5557 {background-color:#0007;}
.clr-gold {color: #a28f6f;}
.clr-EEE {color: #EEE;}
.iblock {display:inline-block;}

.hscale {transition:transform 0.5s;}
.hscale:hover {cursor:pointer; transform:scale(1.2);}


.customers .customer-phone {
	position: absolute;
    height: 50%;
    bottom: 5%;
    left: 100%;
    z-index: 10;
    margin-left:-12%;
    transition:all 0.5s;
    cursor:pointer;
}
.customers .reverse .customer-phone {left: unset; right:0; margin:0; margin-right:-12%; }

.customers .customer-phone:hover { transform:scale(1.1); }
.customers .customer-phone:active { transform:scale(2.5); }

.customers .customer-info {
	overflow:hidden;
	background:#0007;
}
.pre-customers .wrap,
.customers .wrap {position:relative; z-index:1;}

.customers .row:nth-child(even) .customer-photo {left:25%;}
.customers .row:nth-child(even) .customer-info {left:-25%;}
.customers .row:nth-child(even) .customer-photo a.insta {left:unset; right:10px;}
.customers .row:nth-child(even) .customer-photo .customer-phone {left:0;}

.customer-bg {
	position: absolute;
	width: 120%;
	max-width: 120% !important;
	left:-10%;
	top:-25%;
}
.customers .customer-name,
.customers .customer-name a {
    color: #a28f6f;
    font-weight:bold;
    text-decoration:none;
}
.customers a.insta {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: url(img/insta.png) no-repeat center center / contain;
    background-color: #000;
    border-radius: 50%;
    border: 2px solid #000;
}
.customers .reverse a.insta { right: unset; left: 10px; }
.customers a.insta:hover {  background-image: url(img/insta-h.png); }

.collaboration .row .col-1-3:nth-child(even) {top:5vh;}
.collaboration .row .col-1-3 img {max-width:90%!important;}
.collaboration .block {margin-bottom:15vh;}

.full-content .fader:before {
	position: absolute;
	content:'';
	top: 0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:#000C;
}

.full-content .shine {position:relative;}
.full-content .shine:hover:before { animation-duration: 1s; }
.full-content .shine:before {
	position: absolute;
	content:'';
	opacity: 0;
	top: 0;
	left: 0;
	background: linear-gradient(to right, transparent 0%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%, transparent 100%); /* W3C */
	width: 15%;
	height: 100%;
	transform: skew(-20deg);
    animation: move 4s;
	animation-iteration-count: infinite;
	animation-delay: 0.5s;
}
@keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.4}
	80% {opacity: 0.0}
	100% { left: 82%}
}

.model-sku-selector {
    border: 1px solid #333;
    font-size: 1.2em;
    color: #FFF;
    padding: 10px;
    margin: 0 0 10px;
	padding-right:30px;
	outline:none;
	width:100%;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDIwMS40NTggMjAxLjQ1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAxLjQ1OCAyMDEuNDU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTE5My4xNzcsNDYuMjMzbDguMjgsOC4yOEwxMDAuNzM0LDE1NS4yNDFMMCw1NC40OTVsOC4yOC04LjI3OWw5Mi40Niw5Mi40NkwxOTMuMTc3LDQ2LjIzM3oiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat calc(100% - 10px) center;
	background-color: #111;
	background-size: 14px;
}

.block.home {height:100%; background: #1e1e1e;}
.block.home .col-1-2 { text-align:center; vertical-align:middle; }
.block.home a.logo {color:#FFF; text-decoration:none; left: 5%; top: 10%; position:absolute;}
.block.home .watches a.logo {left: unset; right:5%;}
.block.home a.logo img {height:50px; margin:0 0 10px; }
.block.home a.logo span {display:block; font-size:16px;}


.block.home img.a-img {max-height:50vh; display:block; width:unset; margin:50px auto; transition:all 0.3s; }
.block.home img.a-img:hover {transform:scale(1.1);}
.block.home .col-1-2:nth-child(1) {padding: 0 100px 0 0;}
.block.home .col-1-2:nth-child(2) {padding: 0 0 0 100px;}

.block.home .col-1-2 .name {text-transform:uppercase; font-size:2.2em;}
.block.home .col-1-2:nth-child(2) .name {color:#FFF;}

.home-choice {position:absolute;text-transform:uppercase; font-size:2.2em; letter-spacing:2px; width:100%; text-align:center; z-index: 1; font-weight:bold; color:#555; top:5%;}
.home-choice span {color:#FFF; display:inline-block; padding-left:30px;  margin-right: -10px;}
.home-copyright {position:absolute; left:20px; bottom:20px; color: #777; }
.home-copyright a { color: #555; }

.header-end {
	position: absolute;
	width: calc(100% - 40px);
    bottom: 0%;
    color: #333;
    z-index: 1;
    padding: 10px 10px 10px 30px;
    text-align: left;
}
.header-end .b-menu {margin:0 0 20px;}
.header-end .b-menu a {
	font: 14px/22px "Regular", Arial, Helvetica, sans-serif;
	display:block;
    text-decoration: none;
    color: #777;
    transition: all .5s;
}
.header-end .b-menu a:hover {color: #a28f6f;}

.header .header-end {display:none;}

.mobile-only {display:none;}

.splash {
	position: fixed;
    bottom: 20px;
    left: 38%;
    color: #777;
    z-index: 1000;
    width: 24%;
}

.splash-wrap {
	background: #111111F7;
	padding: 30px;
}

.splash .button {
    display: block;
    padding: 10px 15px;
    background: #574a36;
    color: #000000;
    text-align: center;
    cursor: pointer;
    text-transform:uppercase;
    margin: 20px 0 0;
}

.splash .button:hover {
	background:#a28f6f;
}

.splash p { margin:0 0 20px; }

.splash .scroll-text {
    max-height: 30vh;
    padding-right:10px;
}
.splash .text-fader:after {
	background:linear-gradient(to top, #111111F7, transparent);
	width:calc(100% - 5px);
}

.scroll-text {
	position:relative;
	overflow-y: scroll;
	max-height: 50%;
	scrollbar-width: thin;
	scrollbar-color: #574A36;
}

.text-fader { position:relative; }
.text-fader:after {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:50px;
	width:100%;
	background:linear-gradient(to top, #000, transparent);
}

.scroll-text::-webkit-scrollbar {
	width: 5px;
}

.scroll-text::-webkit-scrollbar-track {
	background:#0007;
}

.scroll-text::-webkit-scrollbar-thumb {
	background:#574a36;
}
.scroll-text::-webkit-scrollbar-thumb:hover  {
	cursor:pointer;
	background:#a28f6f;
}

.modal-overlay,
.modal-window {display:none;}

.modal-overlay {position:fixed; top:0; left:0; width:100%; height:100%; z-index:1000; background:#222; }

.modal-window {position:fixed; top:50%; left:50%; width:250px; transform:translate(-50%, -50%); z-index:1001;}

.modal-window.open,
.modal-overlay.open {display:block;}

.modal-window input {
    background: #111;
    width: 100%;
    font-size: 100%;
    line-height: 2;
    color: #FFF;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid transparent;
}

.modal-window h3,
.modal-window p,
.modal-window a.button,
.modal-window input {margin-bottom:20px;}

.modal-window,
.modal-window p {color:#555;}

.modal-window h3 {color:#777; font-size:18px;}
.modal-window a.close {float:right; display:block; color:#EEE; line-height:20px; font-size:30px; cursor:pointer;}

.modal-window a.button {
    display: block;
    padding: 10px 15px;
    background: #574a36;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform:uppercase;
    transition:background 0.3s;
}

.modal-window a.button.off { background: #555; }

.modal-window a.button:hover {background: #a28f6f;}
.modal-window .success {color:#FFF; font-size:20px; display:none;}
.modal-window .error { color:#D00 !important; border-color:#D00 !important; }

.model-filters {
	position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}

.btn-filters {
	width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 2vw;
    top: 15vh;
    z-index: 1000;
    cursor:pointer;
    opacity:0.8;
    transition:opacity 0.5s;
    background: url(img/filter.svg) no-repeat center center / contain;
}
.model-filters.open .btn-filters { background: url(img/close.svg) no-repeat center center / contain; }
.btn-filters:hover {opacity:1; cursor:pointer;}

.model-filters.open .filters { right:0; }
.model-filters .filters {
    display:block;
    padding: 15vh 2vw;
	width:400px;
	overflow-y: scroll;
	height:100vh;
	background:#000E;
	position: absolute;
	color:#fff;
	right:calc(-400px - 4vw);
	transition:right 0.5s;
}

.model-filters .caption {
    font-size: 30px;
    line-height:40px;
    margin: 0 0 20px;
    opacity:0.8;
}
.model-filters .filter-item { margin: 0 0 20px; }
.model-filters .filter-name {
    font-size: 20px;
    border-bottom:1px solid #a28f6f;
    margin: 0 0 20px;
    color:#a28f6f;
    text-transform:uppercase;
}

.model-filters .filter-val {
	font-size: 16px;
	line-height:20px;
	margin: 0 0 10px;
	transition:opacity 0.5s;
	cursor:pointer;
	position:relative;
	color:#bbb;
	padding-left:30px;
}
.model-filters .filter-val:hover {opacity:0.8;}
.model-filters .filter-val.active {color:#fff;}
.model-filters .filter-val.active:after {
	display:block;
	content:'';
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	background: url(img/check.svg) no-repeat center center / contain;
	width:20px;
	height:20px;
}

.model-filters .filter-val:before {
	display:block;
	content:'';
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	width:18px;
	height:18px;
	border:1px solid #777;
}

.model-filters .button {
	display: block;
	padding: 10px 15px;
	background: #574a36;
	color: #fff;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	transition: background 0.3s;
	margin: 0 0 20px;
}
.model-filters .button:hover {
    background: #a28f6f;
}
.model-filters .filter-apply {display:none;}
.model-filters .filter-archive {margin: 0 0 20px; color:#ccc; font-size: 16px;}
.model-filters .filter-archive .filter-val:before { border-radius: 0; }
.model-filters .filter-archive .filter-val:after { background: url(img/checked.svg) no-repeat center center / contain; }
.info-page .button {
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #766547;
    color: #766547;
    padding: 5px 10px;
    transition: all 0.5s;
    display: inline-block;
    margin: 5px;
    line-height: 20px;
    text-align: center;
    
}
.info-page .button.wide {min-width: 200px;}
.info-page .button:hover {
	border: 1px solid #EEE;
	color:#EEE!important;
}

/* NEW ATELIER */

.blc {overflow:hidden;}
.blc:after {width:100%; content:''; display:block; clear:both;}
.blc .col-1-2 {width:50%; float:left;}

.blc.flex {	display: flex; }
.blc.flex .col-1-2 {flex: 1 0 50%; width:unset; float:none;}

.flex.vcenter { align-items: center; }
.flex.reverse { flex-direction: row-reverse; }

.shadow {box-shadow: 15px 15px 20px #0007;}

.hline {
	display: block;
	height: 2px;
	width: 100%;
	background: #a28f6f;
	background: linear-gradient(to left, #b970, #b97C 10%, #b97C 90%, #b970);
}

.skew-box {
  width: 100%;
  height: 555px;
  overflow: hidden;
  position: relative;
}

.skew {
  width: 100%;
  height: 100%;
  z-index:5;
  position: absolute;
  transform: skewX(-30deg);
  overflow: hidden;
}

.skew.n1 { right: 50%; }
.skew.n2 { left: 50%; }

.skew-line {
  position: absolute;
  z-index:10;
  transform: skewX(-30deg);
  left: calc(50% - 1px);
  height: 100%;
  width: 2px;
  background: #a28f6f;
  background: linear-gradient(to top, #b970, #b97C 10%, #b97C 90%, #b970);
}

.skew-content {
  width: 150%;
  height: 100%;
  position:relative;
  transform: skewX(30deg);
}

.skew.n1 .skew-content { right: calc(50% - 160px); }
.skew.n2 .skew-content { left: calc(0% - 160px); }

.skew-content img { max-height:90%; }

.n1 .skew-content img {
    right:60px;
    position: absolute;
    top: 5%;
}

.n2 .skew-content img {
    left: 100px;
    position: absolute;
    top: 5%;
}

/* ANIMATION */

.anim-block .caption .block { animation: 1s ease 2s both fade-in-up;}

.anim-block img {display:none;}

.anim-block .n1 img.active {display:block; animation: 3.5s ease 0s both slide-right;}
.anim-block .n2 img.active {display:block; animation: 3.5s ease 0.5s both slide-left;}

@keyframes fade-in-up {
  0% { opacity:0; transform:translateY(100px); }
  100% { opacity:1; transform:translateY(0px); }
}
@keyframes slide-left {
  0% { opacity:0; left:30%; }
  30% { opacity:1; left:100px; }
  70% { opacity:1; left:100px; }
  100% { opacity:0; left:-10%; }
}
@keyframes slide-right {
  0% { opacity:0; right:30%; }
  30% { opacity:1; right:100px; }
  70% { opacity:1; right:100px; }
  100% { opacity:0; right:-10%; }
}

#p-atelier .blc {
	position:relative;
	margin:0 0 90px;
}

#p-atelier .caption {
	color:#A28F6F;
	text-align:left;
	text-transform: uppercase;
	font: 36px/40px "Light", Arial, Helvetica, sans-serif;
}

#p-atelier .text {
	color:#eee;
	text-align:left;
	font-size: 17px;
}

#p-atelier .text p { line-height:1.6; }

#p-atelier .blc.n-1 {margin:0;}
#p-atelier .blc.n-1 .caption { font-size: 90px; line-height: 90px; margin:150px 90px 0; }

#p-atelier .blc.n-2 {margin:0 0 150px;}
#p-atelier .blc.n-2 .caption { top:50%; left:calc(50% + 230px); position:absolute; transform:translateY(-50%);}

#p-atelier .blc.n-3 .img { width:80%; margin:0 auto; }
#p-atelier .blc.n-3 .t-block { width:50%; margin:30px 0; }

#p-atelier .blc.n-4 {margin:150px 0;}
#p-atelier .blc.n-4 .img { height:100%; left:50%; position:absolute; top:0; }
#p-atelier .blc.n-4 .img img { height:100%; max-width:unset; }
#p-atelier .blc.n-4 .t-block { width:25%; margin:0 auto; padding:60px 0; z-index:1; position:relative;}

#p-atelier .blc.n-5 { margin:0 5%; }

#p-atelier .blc.n-6 .text { width:80%; margin:60px auto;}
#p-atelier .blc.n-6 .img { width: 105%; margin: 0 0 5%; }

#p-atelier .blc.n-6 .img.n-1 {position:relative; z-index:1;}
#p-atelier .blc.n-6 .img.n-2 {position:relative; z-index:2;}
#p-atelier .blc.n-6 .img.n-3 {position:relative; z-index:3;}
#p-atelier .blc.n-6 .img.n-4 {position:relative; z-index:4;}

#p-atelier .blc.n-h {display:flex; align-items:center; margin-bottom: 150px;}
#p-atelier .blc.n-h .img-slider {flex:0 0 50%; height:0; margin-left:5%; padding-top:35%; position:relative; }
#p-atelier .blc.n-h .img-slider .slide {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
#p-atelier .blc.n-h .img-slider .slide img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
#p-atelier .blc.n-h .img-slider .thumbs {display:flex; justify-content: space-evenly; flex-direction:column; position:absolute; top:0; right:0; transform:translateX(20%); width:20%; height:100%; }
#p-atelier .blc.n-h .img-slider .thumbs a { filter:grayscale(100%); box-shadow:5px 10px 15px #000; cursor:pointer;}
#p-atelier .blc.n-h .img-slider .thumbs a.active { opacity:0.5; }
#p-atelier .blc.n-h .t-block { flex:0 0 30%; margin:0 5%; }

#p-atelier .blc.n-7 .img { height:100%; left:50%; position:absolute; top:0; }
#p-atelier .blc.n-7 .img img { height:100%; max-width:unset; }
#p-atelier .blc.n-7 .t-block { width:40%; margin:0 5%; padding:60px 0; z-index:1; position:relative;}

#p-atelier .blc.n-8 .img { width:100%; }
#p-atelier .blc.n-8 .img img { width:100%; }
#p-atelier .blc.n-8 .t-block { width:40%; left:50%; top:50%; transform:translateY(-50%); z-index:1; position:absolute;}
#p-atelier .blc.n-8 .img.n-1 { margin: 0 0 0 0; z-index:1; position:relative;}
#p-atelier .blc.n-8 .img.n-2 { margin: 10% 0 0 -40%; }

#p-atelier .blc.n-9 .caption { margin:0 5%; }

#p-atelier .blc.n-p .caption { margin: 0 5%; }

.collaboration {display: flex; flex-wrap: wrap; }
.collaboration > .col-1-2 {flex: 0 0 50%; width:unset; float:none;}
.collaboration > .col-1-2:nth-child(even) { margin:180px 0 0; }
.collaboration .flex {display: flex; width:90%; margin:0 0 90px; }
.collaboration .flex .col-1-2 { flex: 0 0 50%; width:unset; float:none;}

.collaboration .text,
.collaboration .logo { width:80%; margin:0 auto 30px; text-align:center!important; }

.collaboration .img-2 { margin: 0 0 0 -10%; }
.collaboration .reverse .img-2 { margin: 0 -10% 0 0; }
.collaboration .reverse .img-2 {position:relative; z-index:2;}
.collaboration .img-1 {position:relative; z-index:1; }

.customers {display: flex; flex-wrap: wrap; }
.customers .col-1-3 {flex: 0 0 33%; width:unset; float:none; position:relative;}

.customers .customer {position:relative; width:80%; margin:0 auto;}
.customers .customer-ava {width:80%}
.customers .customer-phone {
	position: absolute;
    height: 40%;
    bottom: 0;
    left: 85%;
    z-index: 10;
    margin-left:-12%;
    transition:all 0.5s;
    cursor:pointer;
}

.customers .customer-info {
    width: 55%;
    color: #EEE;
    text-align: right;
    margin: 30px 0;
    margin-left: 10%;
    background:none;
    overflow:visible;
}

.customers .customer-desc {
	font-size:16px;
	width:80%;
	margin-left:20%;
}
.customers .col-1-3:nth-child(3n+2) {margin:120px 0 0;}
.customers .col-1-3:nth-child(3n+3) {margin:60px 0 0;}

/*****************/
#p-about .text p {
    line-height: 1.6;
}

#p-about .blc {
	position:relative;
	margin:0 0 150px;
}

#p-about .caption {
	color:#A28F6F;
	text-align:left;
	text-transform: uppercase;
	font: 120px/150px "Light", Arial, Helvetica, sans-serif;
}

#p-about .text {
	color:#eee;
	text-align:left;
	font-size: 17px;
}

#p-about .blc.n-1 {margin:0 auto 90px; width:60%; overflow:visible;}
#p-about .blc.n-1 .caption {line-height: 100px;  letter-spacing: 15px; margin: -130px 0 30px -15%;}
#p-about .blc.n-1 .img img {width:100%;}
#p-about .blc.n-1 .text {width:80%;}

#p-about .blc.n-2 { overflow:visible; }
#p-about .blc.n-2 .slider {width:50%; height:0; padding-bottom:40%; overflow: hidden;}
#p-about .blc.n-2 .slider img {width:100%;}
#p-about .blc.n-2 .caption {margin-left:-60%; height: auto;}
#p-about .blc.n-2 .t-block {width:40%; position:absolute; top:10%; left:55%; z-index:100;}

#p-about .blc.n-3 { overflow:visible; }
#p-about .blc.n-3 .t-block {width:30%; margin:0 auto 30px; padding:210px 0;}
#p-about .blc.n-3 .caption { margin-left: -60%; width: 200%; text-align: center; }
#p-about .blc.n-3 .img {width:30%; position:absolute; top:0; right:0; z-index:0;}

#p-about .blc.n-4 .img {width: 150%; max-width: unset;}
#p-about .blc.n-4 .caption {padding: 30px 0 0; margin: 30px 0 0 -30%; }
#p-about .blc.n-4 .text {width:80%;}

#p-about .blc.n-5 { overflow: visible; }
#p-about .blc.n-5 .t-block {width: 80%; margin-left:20%; background:url(img/bg-abstract.jpg) no-repeat top center / cover;}
#p-about .blc.n-5 .watches {float:right; height:320px; margin:0 5% 5%;}
#p-about .blc.n-5 .watches .img-2 {margin-top:-30%;}
#p-about .blc.n-5 .watches img {height: 130%; max-width: unset;}
#p-about .blc.n-5 .caption { margin:0 0 0 -10%; padding-top:30px;}
#p-about .blc.n-5 .text {width:60%; margin:30px;}

#p-about .blc.n-6 .caption { margin:0 5% 30px; text-align: center;}
#p-about .blc.n-6 .text {width:30%; margin:0 auto;}
/*****************/

.thanks { padding:20vh 0 30vh; }
.thanks .rectangle {
	letter-spacing:3px; 
	display:inline-block; 
	text-transform:uppercase;
	font-size: 24px; 
	color: #A28F6F; 
	padding:10px; 
	/* border:1px solid #A28F6F; */
}

#p-about .blc.n-5 .watches.desktop {display:block;}
#p-about .blc.n-5 .watches.mobile {display:none;}

/* ATELIER MEDIA */

@media (max-width:1760px) {
	#p-about .caption { font-size:100px; line-height:100px; }
}
@media (max-width:1460px) {
	#p-about .caption { font-size:80px; line-height:80px; }
}
@media (max-width:1366px) {
	#p-atelier .blc.n-2 .caption { position:initial; text-align:center; transform:none; }
	#p-about .caption { font-size: 75px; line-height:80px;}
}

@media (max-width:1280px) {
	#p-atelier .blc.n-4 .t-block { width:50%; }
	
	
	.collaboration .text {font-size:14px;}
	
	#p-about .blc.n-1 .caption { line-height:80px; font-size:70px; }
	#p-about .blc.n-2 .caption {font-size:60px; line-height: 60px;}
	
	.thanks { padding: 150px 0; }
	
	#p-about .blc.n-3 .t-block {padding:120px 0;}
	#p-about .blc.n-3 .img {width:25%;}
}

@media (max-width:1024px) {
	#p-atelier .caption { font-size:30px; }
	
	#p-atelier .blc.n-1 .caption { text-align:center; }
	#p-atelier .blc.n-1 .caption.small { font-size:30px; }
	
	#p-atelier .blc.n-8 .t-block { width:80%; margin:30px auto; position:initial; transform:none;}
	#p-atelier .blc.n-8 .img.n-2 { display:none; }
	
	.collaboration > .col-1-2 {flex: 1 0 100%; width:unset; float:none;}
	
	#p-about .blc.n-1 .caption { font-size: 60px; letter-spacing: 10px; }
	
	#p-about .blc.n-3 .t-block {padding:30px 0;}
	#p-about .blc.n-3 .img {width:35%;}
	#p-about .blc.n-3 .caption { font-size: 42px; }
	
	#p-about .blc.n-4 .caption { font-size: 60px; }
	#p-about .blc.n-5 .caption { font-size: 60px; }
	
}

@media (max-width:768px) {
	#p-atelier .caption { font-size:24px; line-height: 30px; }
	#p-about .blc.n-6 .caption { font-size: 30px; }
	
}

/* patch */

@media (max-width: 1920px) and (min-width: 1365px) {
	#p-atelier .blc.n-1 .caption { font-size: 70px; letter-spacing: 10px; }
	#p-atelier .caption { letter-spacing: 5px; }
	#p-atelier .blc.n-3 .t-block { width: 70%; }
	#p-atelier .blc.n-4 .t-block { width: 36%; margin: 0 0 0 23%; }
	#p-atelier .blc.n-5 { width: 40%; margin: 3% 5%; }
	#p-atelier .blc.n-6 .text { margin: 0px auto 100px auto; }
}

@media (max-width: 1460px) and (min-width: 1024px) {
	#p-about .blc.n-1 .caption { margin: -100px 0 0px -15%; }
	#p-about .blc.n-2 .caption { margin-left: -30%; letter-spacing: 10px; }
	#p-about .blc.n-3 .caption { margin-left: -90%; }
	#p-about .text { margin-left: -30%; }
	#p-about .blc.n-3 .img { width: 40%; }
	#p-about .blc.n-3 .t-block { padding: 130px 0; }
	#p-about .blc.n-4 .caption { margin: 30px 0 0 -10%; }
	#p-about .blc.n-4 .text { margin-left: 10%; }
	#p-about .text { margin-left: 10%; }
}

.show_more {
    /* background: linear-gradient( 45deg, #fff0 0%, #fff1 50%, #0000 100%); */
    border-radius: 25px;
    transition:all 0.5s;
}
.show_more:hover { /* background: linear-gradient( 45deg, #fff0 0%, #fff1 60%, #0000 100%); */ }

.show_more .btn {
	position:absolute;
	top:50%; left:50%;
	transform:translate(-50%, -50%);
	padding:10px 20px;
	font-size:20px;
	text-transform:uppercase;
	border:1px solid #a28f6f;
	color: #a28f6f;
}

/* CART */

.cart-item {
	border-bottom: 1px solid #333;
	color:#777;
	padding:2vh 0;
	position:relative;
}

.cart-item .item-info {display:flex; gap:10px;}
.cart-item .item-info .text {flex:1 0;}

.cart-item .pricing {display:flex; gap:10px; margin:10px 0 0; align-items:center; justify-content:right;}

.cart-item .remove {font-size:3vh; line-height:2vh;}
.cart-item a { color: #a28f6f; text-decoration: none;}
.cart-item .name {
	font-size:3vh; 
	line-height:4vh;
	display:block;
    color: #a28f6f;
}
.cart-item .name i { font-style:normal; font-size:0.8rem; color:#555; }
.cart-item .actions {
	display:block;
	width:20%;
}
.cart-item .remove a,
.cart-item .qty a { color: #67573d; }
.cart-item .remove a:active,
.cart-item .qty a:active { color: #a28f6f; }
.cart-item input {
	width:50px;
	display:inline-block;
    color: #CCC;
    background:#000;
    border:none;
    margin:0 5px;
    text-align:center;
}
.cart-item:after {content:''; display: block; clear:both; }

.cart .p-img {width:20%; display: block; text-align:center; }
.cart .p-img img { max-height:12vh; display: block; margin: auto;}
.cart .sub-total {font-weight:bold;  font-size:2.8vh; line-height:3vh; }
.cart .cart-total {
	font-size: 3vh;
    color: #888;
    text-align:right;
    margin: 20px 0;
}
.cart .cart-total em {font-style:normal; display:inline-block; padding-right:10px;}
.cart h4 { padding-bottom: 2vh; color: #777; }
.cart h3 { font-size: 3vh; padding-bottom: 2vh; }

.cart .send-request form .row button {
	background-color: #67573d; 
	color:#000;
	text-transform:uppercase; 
	margin: 2vh 0;
    display: block;
    text-align: center;
    padding: 2vh;
    line-height:2vh;
    border:none;
}
.cart .send-request form .row > div {float:left;}
.cart .send-request form .row .col-1-2 {width:50%;}
.cart .send-request form .row .col-2-3 {width:67%;}
.cart .send-request form .row .col-1-3 {width:33%;}

.cart .send-request form .row button:active {background-color: #a28f6f;}
.cart .send-request form h2 {
    border-bottom: 1px solid #67573d;
    line-height: 1;
    display: inline-block;
}
.cart .send-request form {
	position:initial;
    left: 0;
    top: 0;
    width: unset;
    background: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.cart .send-request {
	position:initial;
    opacity: 1;
    visibility: visible;
    display: block;
    background: none;
    margin:4vh 0 0;
}
.cart .send-request form .row input[type="text"][name="timefrom"], .send-request form .row input[type="text"][name="timeto"] { width: 32%; margin:0 0 0 2%; }
.cart .send-request form .row.call span {width:32%; display:inline-block;}

.cart-content form .close {display:none;}
.cart-content form input[type=checkbox] {width:auto;}

.header .menu {display:none;}
.header.active .menu {display:block;}

.video-wrapper .swiper-pagination {background: #000D; padding: 10px; border-radius: 5px;}
.video-wrapper .swiper-pagination-bullet { width: 16px; height: 16px; }

.link {color:#67573d; text-decoration:none; transition: all 0.5s;}
.link:hover {color:#eee;}
