

/* www/wp-content/themes/cfmoto/css/import-fonts.css */


/*@font-face {
    font-family: 'HelveticaNeue';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    
    src: local('HelveticaNeue'), 
         url('../fonts/helveticaneue/helveticaneue.woff2') format('woff2'), 
         url('../fonts/helveticaneue/helveticaneue.woff') format('woff');
}*/
@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    
    src: local('RobotoRegular'), local('Roboto-Regular'), 
         url('../fonts/roboto-regular/roboto-regular.woff2') format('woff2'), 
         url('../fonts/roboto-regular/roboto-regular.woff') format('woff');
}
@font-face {
    font-family: 'Play';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    
    src: local('PlayRegular'), local('Play-Reglar'), 
         url('../fonts/play-regular/play-regular.woff2') format('woff2'), 
         url('../fonts/play-regular/play-regular.woff') format('woff');
}
@font-face {
    font-family: 'Play';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    
    src: local('PlayBold'), local('Play-Bold'), 
         url('../fonts/play-bold/play-bold.woff2') format('woff2'), 
         url('../fonts/play-bold/play-bold.woff') format('woff');
}




/* some animations */
@-webkit-keyframes loading-opacity {
  0%   { opacity: 1.0; }
  50%  { opacity: 0.6; }
  100% { opacity: 1.0; }
}
@keyframes loading-opacity {
  0%   { opacity: 1.0; }
  50%  { opacity: 0.6; }
  100% { opacity: 1.0; }
}

/* www/wp-content/themes/cfmoto/css/reset.css */

html, body, div, span, applet, object, iframe, p, blockquote,
a, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	/*border-spacing: 0;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html, body, div, span, applet, object, iframe, p, blockquote,
a, cite, code, span, b, i,
table, caption, td, th,
ol, ul, li,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike,
fieldset, form, label, legend,
input, select, textarea {

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* www/wp-content/themes/cfmoto/css/font-awesome.css */

/*!
 *  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/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
       url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
       url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
       url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
       url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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;
}


/* www/wp-content/themes/cfmoto/css/fotorama.css */

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../images/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../images/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

/* www/wp-content/themes/cfmoto/css/jquery.qtip.css */

/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Fri Jan 6 2017 05:03 EST-0500
 * Plugins: tips
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}


/* www/wp-content/themes/cfmoto/css/owl.carousel.css */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* www/wp-content/themes/cfmoto/style.css */

/*
Theme Name: Cfmoto
Theme URI:
Description: Theme for cfmoto.com.ua
Author: Psyho LTD
Author URI: http://psyho.ua
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
Tags: 
*/

/* Basic styles see at css/style-normal.css */

/* www/wp-content/themes/cfmoto/css/style-normal.css */

#debug {
    position: fixed;
    right: 10px;
    top: 10px;
    padding: 6px 8px;
    z-index: 1900000;

    background: #cccccc;
    color: #000000;
    font-size: 10px;
}
#debug .res {
    display: none;
}
@media screen and (max-width: 1300px) and (min-width: 1025px) {
    #debug .res.normal {
        display: block;
    }
}




html, body {
    min-height: 100%;
    
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    position: relative;
    background: #ffffff;
    color: #535353;
    padding: 0;
    margin: 0;

    font-family: 'Play', sans-serif;
    font-weight: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.clearfix:after {
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
a {
    text-decoration: underline;
    outline: none;
    color: #535353;
}
a:hover {
    color: #080808;
    text-decoration: underline;
}
a.phone-mobile-link {
    text-decoration: none!important;
}
.on-mobile {
    display: none;
}
.phone {
    white-space: nowrap!important;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

body > .block {
    position: relative;
    z-index: 10;
}
body > .block  .wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 20;
}

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

.btn {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #0099b9;
    
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
}
/*.btn:after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    
    background-color: #ffffff;
    border-radius: 6px;
}*/
.btn:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #00374c;
}
.btn:active {
    top: 1px;
    text-decoration: none;
    color: #ffffff;
}
.btn:active:after {
    top: -2px;
    bottom: 0;
}




.popup-shadow {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    
    background-color: #000000;
    
    opacity: 0;
    transition: opacity 0.15s linear 0s;
    display: none;
}
.popup-shadow.visible {
    opacity: 0.8;
    display: block;
}
.popup {
    position: fixed;
    top: -25%;
    left: 10%;
    height: 85%;
    width: 80%;
    z-index: 1050;
    
    background-color: #767b82;
    background-image: linear-gradient(to right, #52565b, #7f848c 50%, #52565b);
    background-repeat: no-repeat;
    
    opacity: 0;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
    
    display: none;
}
.popup.visible {
    top: 10%;
    opacity: 1;
}
.popup .popup-inner {
    height: 100%;
    padding: 30px;
}
.video-popup iframe {
    height: 100%;
    width: 100%;
}
.popup.image-popup {
    background-color: #ffffff;
    background-image: none;
}
.image-popup img {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.content {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3em;
}
.content:after {
    content: '';
    display: block;
    clear: both;
}
.content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 12px 0;
}
.content iframe {
    display: block;
    max-width: 100%;
    /*height: auto;*/
    margin: 12px 0;
}
.content h1 {
    margin: 0 0 20px 0;
    /*text-transform: uppercase;*/
    font-family: 'Play', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
}
.content h2 {
    margin: 0 0 15px 0;
    /*text-transform: uppercase;*/
    font-family: 'Play', sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2em;
}
.content h3 {
    margin: 0 0 15px 0;
    /*text-transform: uppercase;*/
    font-family: 'Play', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2em;
}
.content h1:before,
.content h2:before,
.content h3:before {
    content: '';
    display: block;
    clear: both;
}
.content .block-title {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Play', sans-serif;
}
.content .post-date {
    margin-bottom: 15px;
    font-size: 14px;
}
.content p + h2 {
    margin-top: 45px;
}
.content p + h3 {
    margin-top: 30px;
}
.content p,
.content ul,
.content ol {
    margin-bottom: 17px;
}
.content p {
}
.content ul {
    list-style-position: inside;
    list-style-type: disc;
}
.content ol {
    list-style-position: inside;
    list-style-type: decimal;
}
.content p+ul,
.content p+ol {
    margin-top: -10px;
}
.content li {
    margin-left: 10px;
    margin-bottom: 6px;
}
.content sup {
    position: relative;
    top: -2px;
    font-size: 0.6em;
}
.content table {
    width: 100%;
    margin-bottom: 17px;
}
.content table td {
    vertical-align: top;
}
.content table td img {
    margin: 0;
}
.content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 17px auto;
}
.content img.fotorama__img {
    margin: 0;
}
.content .alignleft {
    float: left;
}
.content .alignright {
    float: right;
}
.content .wp-caption {
    position: relative;
    width: 100% !important;
    margin-bottom: 30px;
    
    text-align: center;
}
.content .wp-caption.alignleft + .wp-caption {
    margin-left: 20px;
}
.content .wp-caption > img {
    margin-bottom: 7px;
}
.content .wp-caption-text {
    margin-top: -8px;
    font-style: italic;
    color: #878787;
}
.content .gallery {
    font-size: 0;
}
.content .gallery .item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 12px)/2);
    margin-right: 12px;
    margin-bottom: 14px;
    
    cursor: pointer;
}
.content .gallery .item:nth-child(2n) {
    margin-right: 0;
}
.content .gallery .item img {
    display: block;
    width: 100%;
    cursor: pointer;
}
.content .gallery-fs {
    height: 0;
    overflow: hidden;
}


.product-spc {
    width: 100%;
    
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.product-spc th {
    padding: 0 15px 5px 0;
}
.product-spc td {
    padding: 0 0 5px 0;
}


.header-holder {
    height: 92px;
}
.block.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    
    color: #ffffff;
    background-color: #494949
}
.admin-bar .block.header {
    top: 32px;
}
.block.header a {
    color: #ffffff;
    text-decoration: none;
}
.block.header .header-row {
    position: relative;
    width: 100%;
    /*left: 0;
    top: 0;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    background-color: #494949;
    font-size: 0;
}
.block.header .header-block {
    display: inline-block;
    vertical-align: middle;
    
    font-size: 18px;
}
.block.header .header-block.mobile {
    display: none;
}
.block.header .header-block.logo {
    /*min-width: 190px;*/
    padding: 0;
}
.block.header .header-block.lang {
    width: 115px;
    padding: 0;
    display: none;
}
.block.header .header-block.menu {
    /*width: calc(100% - 190px - 115px);*/
}

.block.header .header-block.logo a,
.block.header .header-block.logo img {
    display: block;
    width: 100%;
    width: 190px;
}
.block.header .header-block.logo .title {
    margin: 10px 3px 0 3px;
    font-size: 12px;
}

.block.header .header-block.lang ul {
    font-size: 0;
    text-align: right;
}
.block.header .header-block.lang .lang-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 12px;
}
.block.header .header-block.lang .lang-item:first-child {
    margin-left: 0;
}
.block.header .header-block.lang .lang-item a,
.block.header .header-block.lang .lang-item span {
    display: block;
    padding: 5px 0px 3px 0;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}
.block.header .header-block.lang .lang-item a:hover {
    color: rgba(5, 152, 183, 0.6);
    border-bottom-color: rgba(5, 152, 183, 0.6);
}
.block.header .header-block.lang .lang-item span {
    color: #0598b7;
    border-bottom-color: rgba(5, 152, 183, 1);
    cursor: default;
}

.block.header .pc-menu-container {
    display: table;
    width: 100%;
    margin-right: -8px;
}
.block.header .pc-menu {
    font-size: 0;
    display: table-row
}
.block.header .pc-menu > .menu-item {
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    /*position: relative;*/
    margin-right: 10px;
    padding: 0px 8px;
    
    font-size: 18px;
    text-align: center;
}
.block.header .pc-menu > .menu-item > a,
.block.header .pc-menu > .menu-item > span {
    display: inline-block;
    padding: 5px 0px;
    margin: 31px 0;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
}
.block.header .pc-menu > .menu-item > a:hover,
.block.header .pc-menu > .menu-item > span:hover {
    border-bottom-color: rgba(5, 152, 183, 0.6);
    color: #0598b7;
}
.block.header .pc-menu > .menu-item.current-menu-parent > a,
.block.header .pc-menu > .menu-item.current-menu-item > a,
.block.header .pc-menu > .menu-item.current-menu-parent > span,
.block.header .pc-menu > .menu-item.current-menu-item > span {
    border-bottom-color: rgba(5, 152, 183, 1);
    color: #0598b7;
}
.block.header .pc-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 2px;
    
    display: none;
}
.block.header .pc-menu > .menu-item:hover .sub-menu,
.block.header .pc-menu > .menu-item.current-menu-item .sub-menu,
.block.header .pc-menu > .menu-item.current-menu-parent .sub-menu {
    
    display: block;
}
.block.header .pc-menu .sub-menu > .menu-item {
    display: block;
    padding: 9px 8px 6px 8px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1em;
    
    background-color: #1e5369;
}
.block.header .pc-menu .sub-menu > .menu-item:hover {
    background-color: #165672;
}
.block.header .pc-menu .sub-menu > .menu-item.current-menu-item,
.block.header .pc-menu .sub-menu > .menu-item.current-menu-parent {
    background-color: #2a6883;
}
.block.header .pc-menu .sub-menu > .menu-item > a {
    
}

.block.header .pc-menu .sub-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 89px;
    padding: 35px 45px;
    
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    scrollbar-width: none;
    
    background-color: #ffffff;
    box-shadow: 0 1px 15px 0 rgba(0,0,0,0.65);
    
    text-align: left;
    
    display: none;
}
.block.header .pc-menu > .menu-item:hover .sub-block {
    display: block;
}
.block.header .pc-menu .sub-block a {
    color: #004461;
}

.block.header .pc-menu .cols {
    font-size: 0;
}
.block.header .pc-menu .cols .col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    
    margin-right: 30px;
    margin-bottom: 35px;
    padding-top: 35px;
    
    font-size: 12px;
}

.block.header .pc-menu .cols.cols-1 .col { width: 100%; margin-right: 0; }
.block.header .pc-menu .cols.cols-2 .col { width: calc((100% - 30px)/2); }
.block.header .pc-menu .cols.cols-2 .col:nth-child(2n) { margin-right: 0; }
.block.header .pc-menu .cols.cols-3 .col { width: calc((100% - 2*30px)/3); }
.block.header .pc-menu .cols.cols-3 .col:nth-child(3n) { margin-right: 0; }
.block.header .pc-menu .cols.cols-4 .col { width: calc((100% - 3*30px)/4); }
.block.header .pc-menu .cols.cols-4 .col:nth-child(4n) { margin-right: 0; }
.block.header .pc-menu .cols.cols-5 .col { width: calc((100% - 4*30px)/5); }
.block.header .pc-menu .cols.cols-5 .col:nth-child(5n) { margin-right: 0; }
.block.header .pc-menu .cols.cols-6 .col { width: calc((100% - 5*30px)/6); }
.block.header .pc-menu .cols.cols-6 .col:nth-child(6n) { margin-right: 0; }
.block.header .pc-menu .cols.cols-7 .col { width: calc((100% - 6*30px)/7); }
.block.header .pc-menu .cols.cols-7 .col:nth-child(7n) { margin-right: 0; }

.block.header .pc-menu .cols .col .title {
    position: absolute;
    height: 30px;
    top: 0;
    
    font-size: 18px;
    line-height: 1.1em;
    color: #004461;
    
    
    display: none;
}
.block.header .pc-menu .cols .col .title.b {
    letter-spacing: 0.05ex;
    font-weight: normal;
}
.block.header .pc-menu .cols .col.first .title,
.block.header .pc-menu .cols.cols-6 .col:nth-child(6n+1) .title,
.block.header .pc-menu .cols.cols-2 .col:nth-child(2n+1) .title {
    display: block;
}
.block.header .pc-menu .cols .col:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: calc(100% + 30px);
    
    border-bottom: 2px solid #0598b7;
}
.block.header .pc-menu .cols .col.last:after {
    width: 100%;
}
.block.header .pc-menu .cols .col .caption {
    /*min-height: 70px;*/
    padding: 0 10px;
    margin-top: 15px;
    
    color: #282828;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}
.block.header .pc-menu .cols .col .caption a {
    color: #282828;
}
.block.header .pc-menu .cols .col .image img {
    width: 100%;
}
.block.header .mobile-menu-frame {
    display: none;
}




.block.footer {
    padding-top: 50px;
    padding-bottom: 20px;
    
    background-color: #494949;
    color: #ffffff;
    
    font-size: 0;
}
.block.footer a {
    color: #ffffff;
    text-decoration: none;
}
.block.footer .col {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 3*20px)/4);
    margin-right: 20px;
    
    font-size: 16px;
    line-height: 1.3em;
}
.block.footer .col:nth-child(4n) {
    margin-right: 0;
}
.block.footer .col.social {
    display: block;
    width: 100% !important;
    margin: 0 0 20px 0;
    
    text-align: center;
}
.block.footer .col.products {
    width: calc((100% - 3*20px)/2);
    
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 20px;
}
.block.footer .col.products .menu-block {
    break-inside: avoid-column;
}
.block.footer .col.copy {
    display: block;
    width: 100%;
    margin: 50px 0 0 0;
    
    font-size: 14px;
    text-align: center;
}
.block.footer .col.copy .contact-email {
    float: right;
    transform: translateY(-100%);
}
.block.footer .col-title {
    margin-bottom: 15px;
    font-size: 28px;
}
.block.footer .socials {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    justify-content: center;
}
.block.footer .socials .sc-link {
    display: block;
    width: 40px;
    height: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    
    background-color: #1e1e1e;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.block.footer .menu-block {
    margin-bottom: 20px;
}
.block.footer .menu-block:last-child {
    margin-bottom: 0;
}
.block.footer .footer-menu {
    line-height: 1.6em;
}
.block.footer .footer-menu a:hover {
    text-decoration: underline;
}
.block.footer .qr > img {
    display: block;
    width: 100%;
}

.block.footer .social {
    /*padding-top: 36px;*/
}
.block.footer .social ul {
    margin-top: 3px;
}
.block.footer .social ul > li {
    display: inline-block;
    margin: 0 5px;
}
.block.footer .subscribe-form {
    position: relative;
    max-width: 300px;
    margin: 3px auto 12px auto;
    
    font-size: 0;
}
.block.footer .subscribe-form .input-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px - 7px);
    height: 32px;
    padding: 4px 32px 4px 4px;
    margin-right: 7px;
    
    background-color: #ffffff;
    color: #4c4c4c;
    border: none;
    border-radius: 2px;
    
    font-family: "Play",sans-serif;
    font-size: 14px;
    line-height: 1.71em;
}
.block.footer .subscribe-form .btn {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 32px;
    
    padding: 0 3px;
    top: 0;
    right: 0;
    
    font-family: "Play",sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    cursor: pointer;
}
.block.footer .subscribe-form .message {
    position: absolute;
    z-index: 10;
    max-width: calc(100% + 20px);
    left: -10px;
    top: calc(100% + 10px);
    padding: 10px;
    
    border-radius: 15px;
    
    font-size: 12px;
    background: #F1F1F1;
    color: #333436;
    display: none;
}
.block.footer .subscribe-form .message:after,
.block.footer .subscribe-form .message:before {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	bottom: 100%;
	left: 40px;
	
	pointer-events: none;
    -webkit-transform:rotate(360deg);
}
.block.footer .subscribe-form .message:after {
	margin-left: -20px;
    border-style: solid;
	border-color: transparent;
	border-bottom-color: #f1f1f1;
	border-width: 0 8px 16px 8px ;
}
/*.block.footer .subscribe-form .message:before {
	margin-left: -22px;
    border-style: solid;
	border-color: transparent;
	border-bottom-color: #ff0000;
	border-width: 0 8px 22px 8px ;
}*/
.block.footer .subscribe-form .message.error {
    background: #CEB3B3;
}
.block.footer .subscribe-form .message.error:after {
    border-bottom-color: #CEB3B3;
}
.block.footer .subscribe-form .message.ok {
    background: #C5CEAF;
}
.block.footer .subscribe-form .message.ok:after {
    border-bottom-color: #C5CEAF;
}





.block.top-slider {
    
}
.block.top-slider .slider {
    position: relative;
}
.block.top-slider .slider .slides {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 19;
}
.block.top-slider .slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 20;
    
    transition: top 0.5s ease;
}
.block.top-slider .slider.custom .slide {
    top: 100%;
}
.block.top-slider .slider.custom .slide.current {
    top: 0;
}
.block.top-slider .slider.custom .slide.prev {
    top: 0;
}
.block.top-slider .slider .back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 19;
    
    overflow: hidden;
}
.block.top-slider .slider .back img {
    display: block;
    position: relative;
    width: 100%;
    /*height: 100%;
    
    object-fit: cover;*/
}
.block.top-slider .slider .back > img.on-mobile,
.block.top-slider .slider .back > img.on-tablet {
    display: none;
}
.block.top-slider .slider .back .video-bg {
    position: relative;
    /*width: 100%;*/
    /*height: 100%;*/
    
    height: 125%;
    
    /* video: 872/480  =  1063/585 */
    /* image: 1322/585 = 2.26/1 */
}
.block.top-slider .slider .slide .wrapper {
    height: 100%;
    position: relative;
    z-index: 21;
}
.block.top-slider .slider .slide-inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 20px 20px 20px;
    font-size: 0;
}
.block.top-slider .slider .text {
    /*display: inline-block;
    vertical-align: bottom;*/
    text-align: center;
}
.block.top-slider .slider .text.schema-dark,
.block.top-slider .slider .text.schema-dark a {
    color: #000000;
}
.block.top-slider .slider .text.schema-light,
.block.top-slider .slider .text.schema-light a {
    color: #ffffff;
}
.block.top-slider .slider .text .line-1 {
    font-size: 56px;
    font-weight: normal;
    font-style: normal;
}
.block.top-slider .slider .text .line-2 {
    font-size: 72px;
    font-style: normal;
    font-weight: bold;
}
.block.top-slider .slider .text .line-3 {
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
}
.block.top-slider .slider .text .button {
    margin-top: 30px;
}





.block.top-block {
    /*padding-top: 120px;
    padding-bottom: 50px;*/
    
    background-color: #ececec;
    color: #494949;
}
.block.top-block.schema-light {
    color: #ffffff;
}
.block.top-block .wrapper {
    text-align: center;
}
.block.top-block a {
    color: #494949;
}
.block.top-block.schema-light a {
    color: #ffffff;
}
.block.top-block .block-title {
    margin-bottom: 0;
    padding-bottom: 25px;
    font-size: 72px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
}
.block.top-block.schema-light .block-title {
    text-shadow: 0 0 5px #000;
}
.block.top-block .text {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25em;
}
.block.top-block.post-top .block-title {
    padding-bottom: 60px;
    font-size: 48px;
    line-height: 1.11em;
}
.block.top-block.page-top .block-title {
    padding-bottom: 80px;
    font-size: 100px;
}
.block.top-block.with-bg {
    padding: 0;
    background-color: transparent;
}
.block.top-block.with-bg .back {
    position: relative;
    overflow: hidden;
}
.block.top-block.with-bg .back > img {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    
    object-fit: cover;
}
.block.top-block.with-bg .back > img.on-mobile,
.block.top-block.with-bg .back > img.on-tablet {
    display: none;
}
.block.top-block.with-bg .back .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.block.top-block.products-top .block-title {
    margin-bottom: 12px;
    font-size: 72px;
}
.block.top-block.products-top.with-bg .content {
    bottom: 50%;
    transform: translateY(50%);
}
.block.top-block.products-top .wrapper {
    text-align: left;
    color: #ffffff;
}
.block.top-block.products-top .text {
    margin-top: 50px;
    max-width: 400px;
}

.block.top-block.dealer-top {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    z-index: 11;
}
.block.top-block.dealer-top .bg-icon {
    position: absolute;
    height: 250px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    
}
.block.top-block.dealer-top .block-title {
    padding-bottom: 50px;
    font-size: 36px;
}
.block.top-block.dealer-top .description {
    margin: 20px auto 0 auto;
    max-width: 75%;
    font-size: 20px;
}
.block.top-block.dealer-top .details {
    margin: 20px auto 30px auto;
    max-width: /*60%*/600px;
    text-align: left;
    font-size: 0;
}
.block.top-block.dealer-top .details li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    margin-bottom: 20px;
    padding-left: 26px;
    
    font-size: 16px;
    line-height: 1.3em;
}
.block.top-block.dealer-top .details li:nth-child(2n) {
    margin-right: 0;
}
.block.top-block.dealer-top .details li .fa {
    position: absolute;
    left: 0;
    top: 0.2em;
}
.block.top-block.dealer-top .back-link .btn {
    padding: 3px 30px;
    text-transform: none;
    font-size: 24px;
    color: #ffffff;
}


.block.top-block.error-404::after {
    display: none;
}
.block.top-block.error-404 .back .content {
    bottom: 50%;
    transform: translateY(60%);
    z-index: 3;
}
.block.top-block.error-404 .back:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
    
    opacity: 0.74;
    background-image: linear-gradient(to left, rgba(128, 128, 128, 0), #494949);
}
.block.top-block.error-404 .wrapper {
    text-align: left;
}
.block.top-block.error-404 .block-title {
    max-width: 400px;
    font-size: 48px;
}
.block.top-block.error-404 p {
    max-width: 400px;
    margin-bottom: 0.5em;
    
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3em;
}
.block.top-block.error-404 p.big {
    font-size: 22px;
}




.block.products-categories-plate {
    padding: 0;
    font-size: 0;
}
.block.products-categories-plate .plate {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100%/4);
}
.block.products-categories-plate .plate > a {
    display: block;
    text-decoration: none;
}
.block.products-categories-plate .plate .image {
    overflow: hidden;
}
.block.products-categories-plate .plate .image img {
    display: block;
    width: 100%;
}
.block.products-categories-plate .plate .caption {
    position: absolute;
    bottom: 14%;
    left: 0;
    width: 100%;
    
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}



.block.news  {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
}
.block.news .block-title {
    margin-bottom: 20px;
    
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    color: #535353;
}
.block.news.big-title .block-title {
    font-size: 48px;
}
.block.news .articles {
    font-size: 0;
}
.block.news .articles .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 2*20px)/3);
    margin-right: 20px;
    margin-bottom: 50px;
}
.block.news .articles .item:nth-child(3n) {
    margin-right: 0;
}
.block.news .articles .item .post-image {
    display: block;
    margin-bottom: 10px;
}
.block.news .articles .item .post-image > img {
    display: block;
    width: 100%;
    height: auto;
}
.block.news .articles .item .post-details {
    font-size: 16px;
    line-height: 1.38em;
}
.block.news .articles .item .post-title {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    
    text-decoration: none;
    text-transform: uppercase;
    color: #535353;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1em;
}
.block.news .articles .item .post-date {
    margin-bottom: 10px;
    margin-top: 10px;
    
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
    color: #9e9e9e;
}
.block.news .articles .item .post-date.v2 {
    display: none;
}
.block.news .articles .item .post-teaser {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}

.block.news .pagination {
    margin-top: 15px;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}
.block.news .pagination li {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 9px;
    margin: 0 3px;
    
    font-size: 16px;
}
.block.news .pagination li.current {
    background-color: #004461;
    color: #ffffff
}
.block.news .pagination li:hover {
    background-color: #004461;
    color: #ffffff
}
.block.news .pagination li a,
.block.news .pagination li span {
    display: block;
    text-decoration: none;
}
.block.news .pagination li span {
    cursor: default;
}
.block.news .pagination li:hover a {
    color: #ffffff;
}
.block.news .more-link {
    font-size: 18px;
    margin-top: 20px;
}
.block.news .more-link a {
    color: #004461;
    text-decoration: none;
}
.block.news .more-link a:hover {
    text-decoration: underline;
}

.block.news.articles-style {
    
}
.block.news.articles-style .articles .item .post-image {
    margin-bottom: 0;
}
.block.news.articles-style .articles .item .post-details {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 23px 20px;
    
    background-color: #0598b7;
}
.block.news.articles-style .articles .item .post-details .post-title {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    text-transform: none;
}


.block.in-cols {
    padding-top: 40px;
    padding-bottom: 40px;
}
.block.in-cols .wrapper {
    font-size: 0;
}

.block.in-cols .col {
    display: inline-block;
    vertical-align: top;
}
.block.in-cols .col.left-col {
    width: 67%;
    padding-right: 25px;
}
.block.in-cols .col.right-col {
    width: 33%;
}
.block.in-cols .col.center-col {
    display: block;
    width: 60%;
    margin: 0 auto;
    
}
.block.in-cols .side-list {
    font-size: 16px;
}
.block.in-cols .side-list .block-title {
    margin-bottom: 56px;
    font-size: 28px;
    font-weight: bold;
}
.block.in-cols .side-list .articles {}
.block.in-cols .side-list .articles .item {
    margin-bottom: 40px;
}
.block.in-cols .side-list .articles .item:last-child {
    margin-bottom: 0;
}
.block.in-cols .side-list .articles .post-image {
    display: block;
    margin-bottom: 18px;
}
.block.in-cols .side-list .articles .post-image > img {
    display: block;
    width: 100%;
}
.block.in-cols .side-list .articles .post-date {
    margin-bottom: 5px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #535353;
}
.block.in-cols .side-list .articles .post-title {
    display: block;
    margin-bottom: 12px;
    
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    text-decoration: none;
}
.block.in-cols .side-list .articles .post-teaser {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}


.block.dealers {
    font-size: 0;
    background-color: #f6f6f6;
}
.block.dealers .dealers-list,
.block.dealers .dealers-map {
    display: inline-block;
    vertical-align: top;
    /*width: 50%;*/
}
.block.dealers .dealers-list {
    width: 35%;
}
.block.dealers .dealers-map {
    width: 65%;
}
.block.dealers .dealers-list .wrapper {
    max-width: 380px;
    padding: 25px 10px 25px 20px;
    margin: 0 0 0 auto;
}
.block.dealers .block-title {
    position: relative;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: normal;
}
.block.dealers .block-title .fa {
    position: absolute;
    left: -19px;
    top: 12px;
    
    font-weight: normal;
    font-size: 18px;
}
.block.dealers .block-title.city {
    font-weight: normal;
}
.block.dealers .block-title.city a {
    text-decoration: none;
    color: #0598b7;
}
.block.dealers .block-title.city a:hover{
    text-decoration: underline;
}
.block.dealers .back-city-link {
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: normal;
}
.block.dealers .back-city-link .fa {
    position: absolute;
    left: -19px;
    top: 6px;
    
    font-weight: normal;
    font-size: 14px;
}
.block.dealers .back-city-link a {
    text-decoration: none;
    color: #0598b7;
}

.block.dealers .dealer {
    padding: 0px 0 18px 0;
    font-size: 18px;
}
.block.dealers .dealer:last-child {
    padding: 0;
}
.block.dealers .dealer .title {
    position: relative;
    padding-left: 20px;
    font-size: 24px;
    font-weight: normal;
    color: #0598b7;
    cursor: pointer;
    
    transition: all 0.3s linear;
}
.block.dealers .dealer .title.city {
    padding-left: 0;
}
.block.dealers .dealer .title a {
    text-decoration: none;
    color: #0598b7;
}
.block.dealers .dealer .title a:hover {
    text-decoration: underline;
}
.block.dealers .dealer .title > .fa {
    position: absolute;
    width: 20px;
    left: 0;
    top: 5px;
    
    font-size: 18px;
    text-align: center;
    color: #535353;
    
    transition: all 0.3s linear;
}
.block.dealers .dealer .details {
    padding-left: 40px;
    padding-top: 10px;
    display: none;
    font-size: 16px;
}
.block.dealers .dealer .details table {
    width: 100%;
}
.block.dealers .dealer .details td {
    vertical-align: top;
    padding: 7px 0;
    line-height: 1.3em;
}
.block.dealers .dealer .details .icon {
    padding-right: 14px;
    padding-top: 11px;
    font-size: 14px;
    text-align: center;
}
.block.dealers .dealer .details .value {
    width: 100%;
}
.block.dealers .dealer .details .btn {
    padding: 6px 12px;
    font-size: 16px;
}
.block.dealers .dealer.opened .title {
    /*font-size: 32px;
    font-weight: bold;*/
}
.block.dealers .dealer.opened .title > .fa {
    top: 5px;
    /*font-size: 22px;*/
    transform: rotate(90deg);
}
.block.dealers .dealer.opened .details {
    
}
.block.dealers .dealers-map {
    
}
.block.dealers .dealers-map .container {
    height: 65vw;
}


.block.dealer-map {
    
}
.block.dealer-map .container {
    height: 70vh;
}


.block.products-list {
    padding-top: 50px;
    padding-bottom: 10px;
}
.block.products-list .category-item {
    margin-bottom: 30px;
}
.block.products-list .category-title {
    margin-bottom: 20px;
    
    font-size: 72px;
    font-weight: normal;
}
.block.products-list .category-products {
    font-size: 0;
}
.block.products-list .category-products .product-item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 2*30px)/3);
    margin-right: 30px;
    margin-bottom: 55px;
}
.block.products-list .category-products .product-item:nth-child(3n) {
    margin-right: 0;
}
.block.products-list .category-products .product-image {
    display: block;
}
.block.products-list .category-products .product-image > img {
    display: block;
    width: 100%;
}
.block.products-list .category-products .product-title {
    display: block;
    margin-bottom: 10px;
    
    font-size: 36px;
    text-decoration: none;
}
.block.products-list .category-products .accessories-image {
    position: relative;
    display: block;
    height: 20vw;
    max-height: 316px;
    margin-bottom: 25px;
    
    overflow: hidden;
}
.block.products-list .category-products .accessories-image > img {
    position: relative;
    display: block;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.block.products-list .category-products .accessories-title {
    margin-bottom: 10px;
    
    font-size: 24px;
    text-decoration: none;
    text-align: center;
}
.block.products-list .category-products .accessories-price {
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}


.block.product-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 92px;
    z-index: 90;
    
    background-color: #0598b7;
}
.admin-bar .block.product-nav { 
    top: 124px;
}
.block.product-nav.hidden {
    z-index: -1;
}
.block.product-nav.sticky {
    position: fixed;
    top: 0;
}
.admin-bar .block.product-nav.sticky {
    top: 32px;
}
.block.product-nav .wrapper {
    padding: 0 20px;
}
.block.product-nav .nav {
    display: table;
    width: 100%;
    position: relative;
    font-size: 0;
}
.block.product-nav .nav-inner {
    display: table-row;
}
.block.product-nav .nav .item {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 20px 12px 0;
    
    font-size: 18px;
    white-space: nowrap;
}
.block.product-nav .nav .item.title {
    width: 100%;
}
.block.product-nav .nav .item:last-child {
    padding-right: 0;
}
.block.product-nav .nav a,
.block.product-nav .nav .a {
    position: relative;
    display: inline-block;
    
    font-family: 'Play', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    
    border-bottom: 1px solid transparent;
}
.block.product-nav .nav a:hover,
.block.product-nav .nav .a:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}
.block.product-nav .nav a.current,
.block.product-nav .nav .a.current {
    color: #ffffff;
    cursor: default;
    border-bottom-color: #ffffff;
}





.block.product-top {
    position: relative;
    padding: 70px 0 90px 0;
    min-height: 500px;
    background-color: transparent;
    color: #ffffff;
}
.block.product-top a {
    color: #ffffff;
}
.block.product-top .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.block.product-top .back:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    
    background: linear-gradient(to bottom, rgba(0,0,0, 0.6) 0%, rgba(0,0,0, 0) 100%);
}
.block.product-top.left-side .back:after { 
    /*right: 30%;*/
    background: linear-gradient(to right, rgba(0,0,0, 0.6) 0%, rgba(0,0,0, 0) 100%);
}
.block.product-top.right-side .back:after { 
    /*left: 30%;*/
    background: linear-gradient(to left, rgba(0,0,0, 0.6) 0%, rgba(0,0,0, 0) 100%);
}
.block.product-top .back > img {
    display: block;
    position: relative;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
    
    object-fit: cover;
    /*filter: blur(2px);*/
}
.block.product-top .back > img.on-mobile,
.block.product-top .back > img.on-tablet {
    display: none;
}
.block.product-top .wrapper {
    display: flex;
    min-height: 400px;
}
.block.product-top .inner-content {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-self: center;
    justify-content: center;
}
.block.product-top.left-side .inner-content {
    width: 50%;
    margin-right: auto;
    text-align: left;
}
.block.product-top.right-side .inner-content {
    width: 50%;
    margin-left: auto;
    text-align: left;
}
.block.product-top .block-title {
    margin-bottom: 0;
    padding-bottom: 25px;
    font-size: 56px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
}
.block.product-top .text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25em;
}

.block.product-top .price {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 36px;
}
.block.product-top .files {
    font-size: 18px;
}
.block.product-top .files .file {
    margin-bottom: 5px;
}
.block.product-top .files .fa {
    width: 20px;
}
.block.product-top .files a {
    text-decoration: none;
}


.block.product-details {
    padding-top: 30px;
    padding-bottom: 25px;
    background-color: #f5f5f5;
}
.block.product-details .on-tablet {
    display: none;
}
.block.product-details .wrapper {
    display: flex;
}
.block.product-details .details-col {
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
}
.block.product-details .colors-col {
    flex-basis: 66%;
    display: flex;
    flex-direction: column;
    padding-left: 10%;
}
.block.product-details .details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block.product-details .text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
}
.block.product-details .text p {
    margin-bottom: 1.5em;
}
.block.product-details .text :last-child {
    margin-bottom: 0;
}
.block.product-details .price {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 36px;
}
.block.product-details .mods {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 18px;
}
.block.product-details .mods .mod {
    display: flex;
    justify-content: stretch;
}
.block.product-details .mods .mod + .mod {
    margin-top: 8px;
}
.block.product-details .mods .mod .mod-title {
    flex-grow: 1;
    padding-right: 12px;
}
.block.product-details .mods .mod .mod-price {
    flex-grow: 0;
    flex-shrink: 0;
    white-space: nowrap;
}
.block.product-details .files {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 18px;
}
.block.product-details .files.on-tablet {
    display: none;
}
.block.product-details .files .file {
    
}
.block.product-details .files .fa {
    width: 20px;
}
.block.product-details .files a {
    text-decoration: none;
}
.block.product-details .colors {
    position: relative;
    margin: 0 auto -8px auto;
    z-index: 10;
    
    font-size: 0;
    text-align: center;
}
.block.product-details .colors .color {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 15px;
    cursor: pointer;
}
.block.product-details .colors .color > img {
    display: block;
}
.block.product-details .colors .color.active {
    
}
.block.product-details .image {
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: 9;
    overflow: hidden;
    
    background-color: #f5f5f5;
}
.block.product-details .image img {
    display: block;
    width: 100%;
    margin: 0 0 0 auto;
    
    opacity: 0;
    transition: opacity 0.5s ease;
    
    mix-blend-mode: multiply;
}
.block.product-details .image img:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
}
.block.product-details .image img.active {
    opacity: 1;
}


.block.product-colors {
    padding-top: 30px;
    padding-bottom: 25px;
}
.block.product-colors .colors {
    position: relative;
    margin: 0 auto -8px auto;
    z-index: 10;
    
    font-size: 0;
    text-align: center;
}
.block.product-colors .colors .color {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 15px;
    cursor: pointer;
}
.block.product-colors .colors .color > img {
    display: block;
}
.block.product-colors .colors .color.active {
    
}
.block.product-colors .image {
    position: relative;
    width: 760px;
    margin: 0 auto 0 auto;
    z-index: 9;
    overflow: hidden;
}
.block.product-colors .image img {
    display: block;
    width: 100%;
    margin: 0 0 0 auto;
    
    opacity: 0;
    transition: opacity 0.5s ease;
}
.block.product-colors .image img:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
}
.block.product-colors .image img.active {
    opacity: 1;
}


.block.product-main {
    padding-top: 60px;
    padding-bottom: 25px;
}
.block.product-main .info {
    position: relative;
    width: 40%;
    height: 100%;
    min-height: 400px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.block.product-main .block-title {
    margin-bottom: 45px;
    font-size: 72px;
    font-weight: normal;
}
.block.product-main .text {
    margin-bottom: 36px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.33em;
}
.block.product-main .price {
    margin-bottom: 10px;
    font-size: 36px;
}
.block.product-main .price.discontinued {
    font-size: 30px;
    line-height: 1.2em;
}
.block.product-main .colors {
    margin-bottom: 36px;
    font-size: 0;
}
.block.product-main .colors .color {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    cursor: pointer;
}
.block.product-main .colors .color > img {
    display: block;
}
.block.product-main .colors .color.active {
    
}
.block.product-main .files {
    font-size: 18px;
}
.block.product-main .files .file {
    margin-bottom: 5px;
}
.block.product-main .files .fa {
    width: 20px;
}
.block.product-main .files a {
    text-decoration: none;
}
.block.product-main .image {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 150%;
}
.block.product-main .image img {
    top: 0;
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 0 0 auto;
    
    opacity: 0;
    transition: opacity 0.5s ease;
}
.block.product-main .image img:nth-child(n+2) {
    position: absolute;
    right: 0;
}
.block.product-main .image img.active {
    opacity: 1;
}


.block.product-main-feature {
    
}
.block.product-main-feature .back {
    position: relative;
}
.block.product-main-feature .back > img {
    display: block;
    width: 100%;
}
.block.product-main-feature .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 100px;
    
    color: #ffffff;
}
.block.product-main-feature .block-title {
    max-width: 400px;
    margin-bottom: 25px;
    
    font-size: 72px;
    font-weight: normal;
}
.block.product-main-feature .product-spc {
    max-width: 400px;
}
.block.product-main-feature .on-mobile {
    display: none;
}
.block.product-main-feature .text {
    max-width: 400px;
    
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.25em;
}



.block.product-features {
    margin-top: -100px;
    padding-bottom: 60px;
}
.block.product-features .features {
    font-size: 0;
}
.block.product-features .item {
    display: inline-block;
    vertical-align: top;
    
    width: calc((100% - 3*10px)/4);
    margin-right: 10px;
    margin-bottom: 20px;
}
.block.product-features .item:nth-child(4n) {
    margin-right: 0;
}
.block.product-features .c-5 .item {
    width: calc((100% - 4*10px)/5);
}
.block.product-features .c-5 .item:nth-child(4n) {
    margin-right: 10px;
}
.block.product-features .c-5 .item:nth-child(5n) {
    margin-right: 0;
}
.block.product-features .item img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.block.product-features .item .block-title {
    margin-bottom: 10px;
    /*font-size: 24px;*/
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}
.block.product-features .item .text {
    font-family: 'Roboto', sans-serif;
    /*font-size: 18px;
    line-height: 1.33em;*/
    font-size: 14px;
    line-height: 1.33em;
}


.block.product-feature {
    
}
.block.product-feature > .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
.block.product-feature .back {
    position: relative;
}
.block.product-feature .back > img {
    display: block;
    width: 100%;
}
.block.product-feature .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    mix-blend-mode: multiply;
}
.block.product-feature .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    padding-bottom: 0px;
    
    color: #ffffff;
}
.block.product-feature .content .wrapper {
    display: flex;
    height: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}
.block.product-feature.a-left .gradient {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
}
.block.product-feature.a-left .content .wrapper {
    align-items: center;
    justify-content: flex-start;
}
.block.product-feature.a-left .content .text-content {
    width: 33%;
}
.block.product-feature.a-center .gradient {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
}
.block.product-feature.a-center .content .wrapper {
    align-items: flex-start;
    justify-content: center;
}
.block.product-feature.a-center .content .text-content {
    width: 66%;
    text-align: center;
}
.block.product-feature.a-right .gradient {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
}
.block.product-feature.a-right .content .wrapper {
    align-items: center;
    justify-content: flex-end;
}
.block.product-feature.a-right .content .text-content {
    width: 33%;
}
.block.product-feature .block-title {
    margin-bottom: 18px;
    font-size: 36px;
}
.block.product-feature .text {
    font-size: 16px;
    line-height: 1.5em;
}
.block.product-feature .text p {
    margin-bottom: 1.5em;
}
.block.product-feature .text :last-child {
    margin-bottom: 0;
}
.block.product-feature .images {
    display: flex;
    column-gap: 8px;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}
.block.product-feature .images .image {
    flex: 10 1 auto;
    height: 40vh;
}
.block.product-feature .images img {
    display: block;
    min-width: 100%;
    object-fit: cover;
    max-height: 100%;
}
.block.product-feature .images.images-carousel {
    display: block;
    white-space: nowrap;
}
.block.product-feature .images.images-carousel .image {
    display: inline-block;
}
.block.product-feature .images.images-carousel.owl-carousel .image img {
    width: auto;
    height: 100%;
}
.block.product-feature .images.images-carousel.owl-carousel {
    overflow: visible;
    padding-bottom: 20px;
}
.block.product-feature .images.images-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: flex-start;
}
.block.product-feature .images.images-carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
}
.block.product-feature .images.images-carousel.owl-carousel .owl-dot {
    margin: 0 4px;
}
.block.product-feature .images.images-carousel.owl-carousel .owl-dot > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    
    background-color: #f0f0f0;
    transition: all 0.2s linear;
    box-shadow: 0 0 3px -1px rgba(0,0,0, 0.5);
}
.block.product-feature .images.images-carousel.owl-carousel .owl-dot.active {
    
}
.block.product-feature .images.images-carousel.owl-carousel .owl-dot.active > span {
    background-color: #494949;
    box-shadow: 0 0 2px 0px rgba(0,0,0, 0.9);
}
.block.product-feature .images.images-carousel.owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 4;
    
    opacity: 0;
}
.block.product-feature .images.images-carousel.owl-carousel:hover .owl-nav {
    opacity: 1;
}
.block.product-feature .images.images-carousel.owl-carousel .owl-nav .owl-prev,
.block.product-feature .images.images-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 36px;
    /*min-width: max(10%, 32px);*/
    
    background-color: rgba(255,255,255, 0.5);
}
.block.product-feature .images.images-carousel.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.block.product-feature .images.images-carousel.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.block.product-feature .images.images-carousel.owl-carousel .owl-nav .arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    
    background-image: url(../images/fotorama.png);
    background-repeat: no-repeat;
}
.block.product-feature .images.images-carousel.owl-carousel .owl-nav .arrow-left {
    left: 2px;
   
    background-position: -0px 0;
}
.block.product-feature .images.images-carousel.owl-carousel .owl-nav .arrow-right {
    right: 2px;
    
    background-position: -32px 0;
}


.block.gen-features {
    padding-top: 45px;
    padding-bottom: 55px;
    
    background-color: #ffffff;
}
.block.gen-features .wrapper {
    display: flex;
    align-items: center;
}
.block.gen-features .features {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    
    padding-right: 10px;
}
.block.gen-features .block-title {
    margin-bottom: 20px;
    
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 400;
    font-family: 'Play', sans-serif;
}
.block.gen-features ul {
    
}
.block.gen-features li {
    position: relative;
    margin: 0 0 15px 0;
    padding-left: 15px;
    
    font-size: 14px;
    line-height: 1.65em;
}
.block.gen-features li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0598B7;
}
.block.gen-features li:last-child {
    margin-bottom: 0;
}
.block.gen-features .image {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    
    padding-left: 10px;
}
.block.gen-features .image img {
    display: block;
    width: 100%;
}



.block.gen-spec {
    padding-top: 45px;
    padding-bottom: 55px;
    
    background-color: #eaeaea;
}
.block.gen-spec .spc-table {
    width: 100%;
}
.block.gen-spec .label {
    width: 40%;
    padding: 14px 9px;
    vertical-align: top;
    
    font-size: 18px;
    line-height: 1.4em;
    
}
.block.gen-spec .value {
    padding: 14px 9px;
    vertical-align: top;
    
    font-size: 18px;;
    line-height: 1.4em;
    text-align: center;
}
.block.gen-spec .c-2 .value {
    width: 30%; /* 60/2 */
}
.block.gen-spec .c-3 .value {
    width: 20%; /* 60/3 */
}
.block.gen-spec tbody tr:nth-child(2n+1) {
    background-color: #fbfbfb;
}
.block.gen-spec tbody tr:nth-child(2n):last-child {
    border-bottom: 1px solid #fbfbfb;
}
.block.gen-spec .notes {
    padding: 30px 9px 0 9px;
    
    font-size: 14px;
    line-height: 1.3em;
    color: #4a4a4a;
}



.block.product-spec {
    padding-top: 45px;
    padding-bottom: 55px;
    
    background-color: #eaeaea;
}
.block.product-spec .block-title {
    margin-bottom: 20px;
    
    font-size: 36px;
    line-height: 1.1em;
    font-weight: bold;
    font-family: 'Play', sans-serif;
}
.block.product-spec .spc-table {
    width: 100%;
}
.block.product-spec .group-label {
    padding: 14px 9px;
    vertical-align: top;
    
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}
.block.product-spec tbody:nth-child(n+2) .group-label { 
    padding-top: 40px;
}
.block.product-spec .label {
    padding: 14px 9px;
    vertical-align: top;
    
    font-size: 18px;
    line-height: 1.4em;
    
}
.block.product-spec .value {
    padding: 14px 9px;
    vertical-align: top;
    
    font-size: 18px;;
    line-height: 1.4em;
}
.block.product-spec tr:nth-child(2n) {
    background-color: #fbfbfb;
}
.block.product-spec .spc-nav {
    display: flex;
    gap: 25px;
    width: 50%;
    position: relative;
    margin-bottom: 15px;
}
.block.product-spec .spc-nav:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    
    border-bottom: 2px solid #d8d8d8;
}
.block.product-spec .spc-nav .spc-nav-item {
    padding: 5px 0 15px 0;
    position: relative;
    
    font-size: 18px;
    color: #4a4a4a;
    cursor: pointer;
}
.block.product-spec .spc-nav .spc-nav-item.active {
    font-weight: bold;
}
.block.product-spec .spc-nav .spc-nav-item.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    
    border-bottom: 2px solid #0598b7;
}
.block.product-spec .spc-details {
    display: flex;
}
.block.product-spec .spc-details .spc-tabs {
    flex: 1;
}
.block.product-spec .spc-details .spc-tabs .spc-tab {
    display: none;
}
.block.product-spec .spc-details .spc-tabs .spc-tab.active {
    display: block;
}
.block.product-spec .spc-details .spc-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
    background-color: #eaeaea;
}
.block.product-spec .spc-details .spc-image img {
    display: block;
    width: 95%;
    mix-blend-mode: multiply;
}
.block.product-spec .spc-details tr {
    background-color: transparent !important;
}
.block.product-spec .spc-details .label {
    padding-left: 0;
}




.block.product-gallery {
    padding-top: 30px;
    /*padding-bottom: 30px;*/
}
.block.product-gallery .block-title {
    margin-bottom: 20px;
    
    font-size: 36px;
    line-height: 1.1em;
    font-weight: bold;
    font-family: 'Play', sans-serif;
}
.block.product-gallery .gallery {
    font-size: 0;
}
.block.product-gallery .gallery-fs {
    height: 0;
    overflow: hidden;
}
.block.product-gallery .col {
    display: inline-block;
    vertical-align: top;
    
    width: calc((100% - 10px)/2);
    margin-right: 10px;
}
.block.product-gallery .item {
    display: inline-block;
    vertical-align: top;
}
.block.product-gallery .item img {
    display: block;
    width: 100%;
    
    cursor: pointer;
}
.block.product-gallery .item .counter {
    display: none;
}

.block.product-gallery .col:nth-child(2n) {
    margin-right: 0;
}
.block.product-gallery .col:nth-child(2n-1) .item:nth-child(3n-2) {
    width: 100%;
    margin-bottom: 10px;
}
.block.product-gallery .col:nth-child(2n-1) .item:nth-child(3n-1) {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
}
.block.product-gallery .col:nth-child(2n-1) .item:nth-child(3n) {
    width: calc((100% - 10px)/2);
}
.block.product-gallery .col:nth-child(2n) .item:nth-child(3n-2) {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
}
.block.product-gallery .col:nth-child(2n) .item:nth-child(3n-1) {
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
}
.block.product-gallery .col:nth-child(2n) .item:nth-child(3n) {
    width: 100%;
}
.block.product-gallery .item.blured {
    position: relative;
    overflow: hidden;
}
.block.product-gallery .item.blured img {
    filter: blur(5px);
}
.block.product-gallery .item.blured .counter {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;

    font-size: 28px;
    color: #ffffff;
}

.block.product-gallery .gallery.fotorama {
    /*height: calc(100vh - 128px); */
    /* 100% - headers  */
}
.block.product-gallery .gallery.fotorama .item {
    /*height: calc(100vh - 126px - 106px); /* 100% - headers - nav */
}


.block.product-accessories {
    padding-top: 50px;
    padding-bottom: 50px;
    
    background-color: #ffffff;
}
.block.product-accessories .block-title {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.1em;
    font-weight: bold;
    font-family: 'Play', sans-serif;
}
.block.product-accessories .accessories-blocks {
    
}
.block.product-accessories .accessories-blocks .item {
    display: flex;
    flex-direction: row;
    grid-column-gap: 20px;
    gap: 20px;
    padding: 30px 0;
    
    border-bottom: 1px solid #eeeeee;
}
.block.product-accessories .accessories-blocks .item:last-child {
    border-bottom: none;
}
.block.product-accessories .accessories-blocks .item.text-position-left {
    
}
.block.product-accessories .accessories-blocks .item.text-position-right {
    flex-direction: row-reverse;
}
.block.product-accessories .accessories-blocks .images {
    flex-basis: 50%;
    
    overflow: hidden;
}
.block.product-accessories .accessories-blocks .images-gallery {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.block.product-accessories .accessories-blocks .image {
    
}
.block.product-accessories .accessories-blocks .image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel {
    
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-stage {
    display: flex;
    align-items: flex-start;
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-dot {
    margin: 0 4px;
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-dot > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    
    background-color: #f0f0f0;
    transition: all 0.2s linear;
    box-shadow: 0 0 3px -1px rgba(0,0,0, 0.5);
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-dot.active {
    
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-dot.active > span {
    background-color: #494949;
    box-shadow: 0 0 2px 0px rgba(0,0,0, 0.9);
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 4;
    
    opacity: 0;
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel:hover .owl-nav {
    opacity: 1;
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-nav .owl-prev,
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 36px;
    /*min-width: max(10%, 32px);*/
    
    background-color: rgba(255,255,255, 0.3);
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-nav .arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    
    background-image: url(../images/fotorama.png);
    background-repeat: no-repeat;
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-nav .arrow-left {
    left: 2px;
   
    background-position: -0px 0;
}
.block.product-accessories .accessories-blocks .images-gallery.owl-carousel .owl-nav .arrow-right {
    right: 2px;
    
    background-position: -32px 0;
}
.block.product-accessories .accessories-blocks .text {
    flex-basis: 50%;
}




.block.price-note {
    padding-top: 20px;
    padding-bottom: 30px;
}
.block.price-note .note {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    color: #585858;
}



.block.related-products {
    padding-top: 45px;
    padding-bottom: 20px;
    
    background-color: #ececec;
    text-align: center;
}
.block.related-products .block-title {
    margin-bottom: 50px;
    
    font-size: 28px;
    font-weight: normal;
}
.block.related-products .list {
    font-size: 0;
}
.block.related-products .list .item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 2*30px)/3);
    margin-right: 30px;
    margin-bottom: 55px;
}
.block.related-products .list .item:nth-child(3n),
.block.related-products .list .item:last-child {
    margin-right: 0;
}
.block.related-products .list .item .product-image {
    display: block;
    margin-bottom: 25px;
    
    text-decoration: none;
    background-color: #ececec;
}
.block.related-products .list .item .product-image img {
    display: block;
    width: 100%;
    
    mix-blend-mode: multiply;
}
.block.related-products .list .item .btn {
    padding: 3px 18px;
    
    font-size: 24px;
}

/* www/wp-content/themes/cfmoto/css/style-large.css */

@media screen and (min-width: 1301px) {
    #debug .res.large {
        display: block;
    }
    
    
}

/* www/wp-content/themes/cfmoto/css/style-small.css */

@media screen and (max-width: 1024px) and (min-width: 981px) {
    #debug .res.x-small {
        display: block;
    }
    
}
@media screen and (max-width: 980px) and (min-width: 769px) {
    #debug .res.small {
        display: block;
    }
    
    
    .header-holder {
        height: 78px;
    }
    .block.header .header-block.logo {
        /*width: 150px;*/
    }
    .block.header .header-block.logo a,
    .block.header .header-block.logo img {
        width: 150px;
    }
    .block.header .header-block.menu {
        /*width: calc(100% - 150px - 115px);*/
    }
    .block.header .pc-menu > .menu-item {
        font-size: 16px;
    }
    .block.header .pc-menu > .menu-item > a, .block.header .pc-menu > .menu-item > span {
        margin: 25px 0;
    }
    .block.header .pc-menu .sub-block {
        top: 77px;
        padding: 30px 25px;
    }
    .block.header .header-block.lang .lang-item {
        font-size: 16px;
    }
    
    
    
    .block.footer .col-title {
        font-size: 22px;
    }
    .block.footer .col {
        font-size: 15px;
    }
    .block.footer .subscribe-form .input-text {
        display: block;
        width: 100%;
        margin: 0 0 8px 0;
    }
    
    
    .block.top-slider .slider .text .line-1 {
        font-size: 52px;
    }
    
    .block.top-block.products-top .block-title {
        font-size: 64px;
    }
    .block.top-block .text {
        font-size: 22px;
    }
    
    
    .block.product-top .block-title {
        font-size: 64px;
    }
    .block.product-top .text {
        font-size: 22px;
    }
    .block.product-top .inner-content.left-side,
    .block.product-top .inner-content.right-side { 
        width: 60%;
    }
    
    .block.products-categories-plate .plate .caption {
        font-size: 24px;
    }
    
    
    
    
    .block.news .articles .item .post-title {
        font-size: 20px;
    }
    .block.news.articles-style .articles .item .post-details {
        padding: 15px 12px;
    }
    .block.news.articles-style .articles .item .post-details .post-title {
        font-size: 18px;
    }
    
    
    
    .block.products-list .category-products .product-item {
        width: calc((100% - 30px)/2);
        margin-right: 30px;
    }
    .block.products-list .category-products .product-item:nth-child(3n) {
        margin-right: 30px;
    }
    .block.products-list .category-products .product-item:nth-child(2n) {
        margin-right: 0;
    }
    
    
    
    .block.dealers .block-title {
        font-size: 32px;
    }
    .block.dealers .dealer .title {
        font-size: 20px;
    }
    .block.dealers .dealer .title > .fa {
        top: 2px;
    }
    
    
    .block.product-nav {
        top: 78px;
    }
    .admin-bar .block.product-nav {
        top: 110px;
    }
    .block.product-nav .nav .item { 
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .block.product-nav .nav a,
    .block.product-nav .nav .a {
        font-size: 22px;
        line-height: 27px;
    }
    
    
    .block.product-main .info {
        width: 45%;
    }
    .block.product-main .image {
        width: 120%;
    }
    .block.product-main .block-title {
        font-size: 64px;
    }
    .block.product-main-feature .block-title {
        font-size: 64px;
    }
    .block.product-main-feature .text {
        font-size: 20px;
    }
    .block.product-features {
        margin-top: -50px;
    }
    .block.product-features .item .block-title {
        font-size: 22px;
    }
    .block.product-features .item .text {
        font-size: 16px;
    }

    .block.product-feature .images .image {
        height: 40vh;
    }
    
    .block.product-spec .group-label {
        font-size: 22px;
    }
    .block.product-spec .label {
        font-size: 16px;
    }
    .block.product-spec .value {
        font-size: 16px;
    }
}

@media screen and (max-width: 850px) and (min-width: 769px) {
    .block.product-details .details-col {
        flex-basis: 50%;
        padding-right: 10px;
    }
    .block.product-details .colors-col {
        flex-basis: 50%;
        padding-left: 10px;
    }
    
    .block.product-feature.a-left .gradient {
        
    }
    .block.product-feature.a-right .gradient {
        
    }
    .block.product-feature.a-left .content .text-content,
    .block.product-feature.a-center .content .text-content,
    .block.product-feature.a-right .content .text-content {
        width: 50%;
    }
    .block.product-spec .spc-nav {
        width: 100%;
    }
    .block.product-spec .spc-details .spc-image {
        display: none;
    }
}


@media screen and (max-width: 782px) and (min-width: 601px) {
    .admin-bar .block.header {
        top: 46px;
    }
   
}

/* www/wp-content/themes/cfmoto/css/style-tablet.css */

@media screen and (max-width: 768px)/* and (min-width: 481px)*/ {
    #debug .res.tablet {
        display: block;
    }
    
    .hide-on-tablet {
        display: none !important;
    }
    
    
    .header-holder {
        height: 87px;
    }
    .block.header {
        z-index: 100000;
    }
    .block.header .header-row {
        display: block;
    }
    .block.header .header-block.mobile {
        display: inline-block;
        width: 70px;
        text-align: center;
    }
    .block.header .header-block.mobile .fa {
        font-size: 32px;
        cursor: pointer;
    }
    .block.header .header-block.menu,
    .block.header .header-block.lang {
        display: none;
    }
    .block.header .header-block.logo {
        width: calc(100% - 70px - 70px);
        padding: 25px 0 25px 0;
        text-align: center;
    }
    .block.header .header-block.logo a {
        display: inline-block;
    }
    .block.header .header-block.logo img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .block.header .mobile-menu-frame {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px;
        
        background-color: #4c4c4e;
        color: #ffffff;
    }
    
    .block.header .mobile-head {
        font-size: 0;
    }
    .block.header .mobile-head .item {
        display: inline-block;
        vertical-align: middle;
    }
    .block.header .mobile-head .item.button {
        width: 90px;
        font-size: 24px;
    }
    .block.header .mobile-head .item.button .fa {
        cursor: pointer;
    }
    .block.header .mobile-head .item.lang {
        width: 90px;
        text-align: right;
        font-size: 20px;
    }
    .block.header .mobile-head .item.lang .lang-item {
        display: inline-block;
        margin-left: 10px;
    }
    .block.header .mobile-head .item.lang .lang-item:first-child {
        margin-left: 0;
    }
    .block.header .mobile-head .item.lang .lang-item a, 
    .block.header .mobile-head .item.lang .lang-item span {
        border-bottom: 1px solid transparent;
        display: block;
        padding: 5px 0;
        
        text-transform: uppercase;
    }
    .block.header .mobile-head .item.lang .lang-item span {
        border-bottom-color: rgba(255, 255, 255, 1);
        cursor: default;
    }
    .block.header .mobile-head .item.logo {
        width: calc(100% - 90px - 90px);
        text-align: center;
    }
    .block.header .mobile-head .item.logo a {
        display: inline-block;
    }
    .block.header .mobile-head .item.logo img {
        display: block;
        height: 34px;
    }
    .block.header .mobile-menu {
        margin-top: 20px;
    }
    .block.header .mobile-menu > .menu-item {
        margin: 0 20px 25px 20px;
        
        font-size: 28px;
        font-weight: bold;
    }
    .block.header .mobile-menu > .menu-item:last-child {
        margin-bottom: 0;
    }
    .block.header .mobile-menu .sub {
        margin-top: 14px;
    }
    .block.header .mobile-menu .sub > .menu-item,
    .block.header .mobile-menu .sub > .sub-menu .menu-item {
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: normal
    }
    .block.header .mobile-menu .menu-item {
        position: relative;
    }
    .block.header .mobile-menu .menu-item > .current-marker {
        position: absolute;
        top: 6px;
        left: -20px;
        
        font-size: 18px;
        font-weight: normal;
    }
    .block.header .mobile-menu .sub .menu-item > .current-marker {
        top: 0;
    }
    
    
    
    
    .block.footer .col {
        
        
        font-size: 18px;
    }
    .block.footer .col.products {
        width: calc((100% - 20px)/2);
        margin-right: 20px;
        
        column-count: 1;
    }
    .block.footer .col.info {
        width: calc((100% - 20px)/2);
        margin-right: 0;
    }
    .block.footer .col.social {
        
    }
    .block.footer .col .sc-col-title {
        margin-bottom: 15px;
        font-size: 28px;
        text-align: center;
    }
    .block.footer .col.qr {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .block.footer .qr > img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .block.footer .col.copy .contact-email {
        float: none;
        transform: none;
    }
    
    
    
    .block.top-slider .slider .back > img.on-pc {
        display: none;
    }
    .block.top-slider .slider .back > img.on-tablet {
        display: block;
    }
    
    
    .block.products-categories-plate .plate .caption {
        font-size: 23px;
    }
    
    
    
    .block.top-block .block-title {
        font-size: 60px;
    }
    .block.top-block.with-bg .back > img.on-pc {
        display: none;
    }
    .block.top-block.with-bg .back > img.on-tablet {
        display: block;
    }
    .block.top-block.page-top .block-title {
        padding-bottom: 50px;
        font-size: 64px;
    }
    .block.top-block.products-top .text {
        max-width: 100%;
    }
    
    
    .block.product-top .block-title {
        font-size: 60px;
    }
    .block.product-top .inner-content {
        width: 100% !important;
    }
    .block.product-top .back:after {
        left: 0 !important;
        right: 0 !important;
        background: rgba(0,0,0, 0.6) !important;
    }
    .block.product-top .back > img {
        filter: blur(3px);
    }
    
    .block.product-colors .image {
        width: 100%;
    }
    
    .block.gen-features .wrapper {
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .block.gen-features .features {
        width: 100%;
        padding-right: 0;
    }
    .block.gen-features .image {
        width: 100%;
        padding-left: 0;
    }
    
    
    .block.product-details .wrapper {
        flex-direction: column;
        gap: 15px;
    }
    .block.product-details .details-col {
        flex-basis: 0;
        padding: 0;
    }
    .block.product-details .colors-col {
        flex-basis: 0;
        padding: 0;
    }
    .block.product-details .files.on-tablet {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 30px;
        justify-content: center;
    }
    .block.product-details .text {
        text-align: center;
    }
    .block.product-details .price {
        text-align: center;
    }
    .block.product-details .mods {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .block.product-feature.a-left .gradient,
    .block.product-feature.a-center .gradient,
    .block.product-feature.a-right .gradient {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
    }
    .block.product-feature.a-left .content .wrapper,
    .block.product-feature.a-center .content .wrapper,
    .block.product-feature.a-right .content .wrapper {
        align-items: flex-start;
    }
    .block.product-feature.a-left .content .text-content,
    .block.product-feature.a-center .content .text-content,
    .block.product-feature.a-right .content .text-content {
        width: 100%;
        text-align: center;
    }
    .block.product-spec .spc-nav {
        width: 100%;
    }
    .block.product-spec .spc-details .spc-image {
        display: none;
    }
    

    .block.product-feature .images.images-plate {
        flex-direction: column;
        row-gap: 8px;
    }
    .block.product-feature .images.images-plate .image {
        height: auto;
        width: 100%;
    }
    .block.product-feature .images.images-plate img {
        height: auto;
        width: 100%;
    }
    
    
    
    
    .block.in-cols .col {
        display: block;
        padding-right: 0;
        width: 100% !important;
    }
    .block.in-cols .col.right-col {
        margin-top: 55px;
    }
    .block.in-cols .side-list .block-title {
        margin-bottom: 20px;
    }
    .block.in-cols .side-list .articles {
        font-size: 0;
    }
    .block.in-cols .side-list .articles .item {
        display: inline-block;
        vertical-align: top;
        width: calc((100% - 30px)/2);
        margin-right: 30px;
    }
    .block.in-cols .side-list .articles .item:last-child, 
    .block.in-cols .side-list .articles .item:nth-child(2n) {
        margin-right: 0;
    }
    
    
    .block.related-products .list .item {
        width: calc((100% - 30px)/2);
    }
    .block.related-products .list .item:nth-child(3n) {
        margin-right: 30px;
    }
    .block.related-products .list .item:nth-child(2n) {
        margin-right: 0;
    }
    
    
    .block.news .articles .item {
        width: calc((100% - 20px)/2);
    }
    .block.news .articles .item:nth-child(3n) {
        margin-right: 20px;
    }
    .block.news .articles .item:nth-child(2n) {
        margin-right: 0;
    }
    
    
    .block.products-list .category-products {
        text-align: center;
    }
    .block.products-list .category-products .product-item {
        width: 100%;
        max-width: 500px;
        margin-right: 0;
    }
    .block.products-list .category-products .product-spc {
        width: auto;
        margin: 0 auto;
    }
    
    
    .block.dealers {
        padding-top: 40px;
    }
    .block.dealers .dealers-list {
        display: block;
        width: 100%;
    }
    .block.dealers .dealers-map {
        display: block;
        width: 100%;
    }
    .block.dealers .dealers-list .wrapper {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .block.dealers .cities {
        
    }
    .block.dealers .cities  .dealer {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px 0 0;
        
    }
    .block.dealers .dealers {
        margin-bottom: 40px;
    }
    
    .block.dealers .dealers-map .container {
        height: 85vw;
    }
    
    
    .block.product-nav {
        display: none;
    }
    
    .block.product-main {
        padding-top: 40px;
    }
    .block.product-main .pc-item {
        display: none;
    }
    .block.product-main .mobile-item {
        display: block;
    }
    .block.product-main .info {
        display: block;
        width: 100%;
        padding-right: 0;
        
        padding-bottom: 25px;
    }
    .block.product-main .block-title {
        font-size: 64px;
        margin-bottom: 20px;
    }
    .block.product-main .image {
        position: relative;
        left: 0;
        width: 100%;
    }
    .block.product-main-feature .block-title {
        max-width: 100%;
        font-size: 64px;
    }
    .block.product-main-feature .text {
        max-width: 100%;
        font-size: 18px;
    }
    .block.product-features {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block.product-features .item {
        width: calc((100% - 20px)/2) !important;
        margin-right: 20px !important;
        margin-bottom: 30px;
    }
    .block.product-features .item:nth-child(2n) {
        margin-right: 0 !important;
    }
    
    /*.block.product-features .item {
        display: block !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px;
        
        font-size: 0;
    }
    .block.product-features .item:last-child {
        margin-bottom: 0;
    }
    .block.product-features .item > img {
        display: inline-block;
        vertical-align: top;
        
        width: 40%;
    }
    .block.product-features .item > .text-content {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        padding-left: 20px;
    }*/
    
    .block.product-gallery .item.i1,
    .block.product-gallery .item.i2 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .block.product-gallery .item.i3,
    .block.product-gallery .item.i4,
    .block.product-gallery .item.i5,
    .block.product-gallery .item.i6 {
        display: none;
    }
    
    .block.product-gallery .item.i2 {
        position: relative;
        overflow: hidden;
    }
    .block.product-gallery .item.i2 img {
        filter: blur(5px);
    }
    .block.product-gallery .item.i2 .counter {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        
        font-size: 28px;
        color: #ffffff;
    }
    
    .block.product-accessories .accessories-blocks .item { 
        flex-direction: column-reverse !important;
    }
    .block.product-accessories .accessories-blocks .image img {
        max-width: min(600px, 100%);
        margin: 0 auto;
    }
    
}


@media screen and (max-width: 600px) {
    
    .admin-bar .block.header {
        top: 46px;
    }
    
}

@media screen and (max-width: 550px) {
    
    .block.product-main-feature .content {
        position: static;
        padding: 0;
        transform: none;
        color: #3e3e3e;
    }
    .block.product-main-feature .block-title {
        font-size: 36px;
    }
    .block.product-main-feature .back > img {
        display: none;
    }
    .block.product-main-feature .on-mobile {
        display: block;
        width: 100%;
    }
    .block.product-features .item {
        width: 100%  !important;
        margin-right: 0px !important;
    }
    .block.product-features .item:last-child {
        margin-bottom: 0;
    }
}

/* www/wp-content/themes/cfmoto/css/style-mobile.css */

@media screen and (max-width: 480px) {
    #debug .res.mobile {
        display: block;
    }
    
    .hide-on-mobile {
        display: none !important;
    }
    
    body > .block .wrapper {
        padding: 0 15px;
    }
 
    
    
    .block.footer .col {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
        
        text-align: center;
        font-size: 20px;
        line-height: 1.6em;
    }
    .block.footer .col-title {
        font-size: 32px;
    }
    .block.footer .footer-menu {
        line-height: 1.9em;
    }
    .block.footer .menu-block {
        margin-bottom: 30px;
    }
    .block.footer .subscribe-form {
        max-width: 90%;
    }
    .block.footer .subscribe-form .input-text {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 18px;
    }
    
    
    .block.top-slider .slider .back > img.on-pc,
    .block.top-slider .slider .back > img.on-tablet {
        display: none;
    }
    .block.top-slider .slider .back > img.on-mobile {
        display: block;
    }
    
    
    
    .block.top-block.with-bg .back > img.on-pc,
    .block.top-block.with-bg .back > img.on-tablet {
        display: none;
    }
    .block.top-block.with-bg .back > img.on-mobile {
        display: block;
    }
    .block.top-block.error-404 .back:after {
        width: 100%;
    }
    .block.top-block.products-top .block-title {
        font-size: 48px;
    }
    .block.top-block.products-top.with-bg .content {
        bottom: 50px;
    }
    
    
    .block.products-categories-plate .plate {
        width: 100%;
    }
    .block.products-categories-plate .plate .caption {
        font-size: 32px;
    }
    
    
    
    .block.product-top .block-title {
        font-size: 48px;
    }
    
    .block.news .articles .item {
        width: 100%;
        margin-right: 0 !important;
    }
    
    .block.in-cols .side-list .articles .item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
    .block.in-cols .side-list .articles .item:last-child {
        margin-bottom: 0;
    }
    
    
    .block.related-products .list .item {
        width: 100%;
        margin-right: 0 !important;
    }
    .block.related-products .list .item:last-child {
        margin-bottom: 30px;
    }
    
    
    .block.top-block.dealer-top .details li {
        width: 100%;
        margin-right: 0;
    }
    
    
    .block.product-main {
        
    }
    .block.product-main .block-title {
        font-size: 36px;
    }
    
    .block.product-main-feature .content {
        position: static;
        padding: 0;
        transform: none;
        color: #3e3e3e;
    }
    .block.product-main-feature .block-title {
        font-size: 36px;
    }
    .block.product-main-feature .back > img {
        display: none;
    }
    .block.product-main-feature .on-mobile {
        display: block;
        width: 100%;
    }
    .block.product-features .item {
        width: 100%  !important;
        margin-right: 0px !important;
    }
    .block.product-features .item:last-child {
        margin-bottom: 0;
    }
    
    .block.product-feature .block-title {
        font-size: 28px;
    }
    .block.product-feature.a-left .gradient,
    .block.product-feature.a-center .gradient,
    .block.product-feature.a-right .gradient {
        display: none;
        /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0));*/
    }
    .block.product-feature .content {
        position: relative;
        
        /*height: calc(1.917 * 100vw);*/
        color: #535353;
    }
    .block.product-feature .content .wrapper {
        
    }
    .block.product-feature .back > img {
        /*position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;*/
    }
    .block.product-feature.a-left .content .wrapper, 
    .block.product-feature.a-center .content .wrapper, 
    .block.product-feature.a-right .content .wrapper {
        padding-top: 15px;
    }

    .block.product-feature .images.images-plate {
        flex-direction: column;
        row-gap: 8px;
    }
    .block.product-feature .images.images-plate .image {
        height: auto;
        width: 100%;
    }
    .block.product-feature .images.images-plate img {
        height: auto;
        width: 100%;
    }
    
    .block.product-spec .wrapper {
        
    }
    .block.product-spec .block-title {
        font-size: 30px;
    }
    .block.product-spec .group-label {
        font-size: 20px;
    }
    .block.product-spec .label,
    .block.product-spec .value {
        padding: 10px 9px;
        font-size: 15px;
    }
    
    
    .block.gen-spec .label,
    .block.gen-spec .value {
        padding: 10px 9px;
        font-size: 15px;
    }
    
    
    .block.product-gallery .block-title {
        font-size: 30px;
    }
    .block.product-gallery .col.c1 {
        width: 100%;
        margin-right: 0;
    }
    .block.product-gallery .col.c2 {
        display: none;
    }
    .block.product-gallery .item.i1 {
        position: relative;
    }
    .block.product-gallery .item.i1 .counter {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
        z-index: 10;
        
        font-size: 28px;
        color: #ffffff;
        text-align: center;
    }
    

    .block.product-accessories .block-title {
        font-size: 30px;
    }
}