

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

/*@import url('https://fonts.googleapis.com/css?family=Oswald:500&subset=cyrillic');*/

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

@font-face {
    font-family: 'HelveticaNeue';
    /*src: url('../fonts/helveticaneue/helveticaneue.eot');
    src: local('HelveticaNeue'), 
        url('../fonts/helveticaneue/helveticaneue.eot') format('embedded-opentype'), 
        url('../fonts/helveticaneue/helveticaneue.woff2') format('woff2'), 
        url('../fonts/helveticaneue/helveticaneue.woff') format('woff'), 
        url('../fonts/helveticaneue/helveticaneue.ttf') format('truetype'), 
        url('../fonts/helveticaneue/helveticaneue.svg') format('svg');*/
    src: local('HelveticaNeue'), 
         url('../fonts/helveticaneue/helveticaneue.woff2') format('woff2'), 
         url('../fonts/helveticaneue/helveticaneue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeueBold';
    /*src: url('../fonts/helveticaneuecondensedbold/helveticaneuecondensedbold.eot');
    src: local('HelveticaNeueCondensedBold'), local('HelveticaNeue-CondensedBold'), 
         local('HelveticaNeueBold'), local('HelveticaNeue-Bold'),
        url('../fonts/helveticaneuecondensedbold/helveticaneuecondensedbold.eot') format('embedded-opentype'), 
        url('../fonts/helveticaneuecondensedbold/helveticaneuecondensedbold.woff2') format('woff2'), 
        url('../fonts/helveticaneuecondensedbold/helveticaneuecondensedbold.woff') format('woff'), 
        url('../fonts/helveticaneuecondensedbold/helveticaneuecondensedbold.ttf') format('truetype'), 
        url('../fonts/helveticaneuecondensedbold/helveticaneuecondensedbold.svg') format('svg');*/
    src: local('HelveticaNeueCondensedBold'), local('HelveticaNeue-CondensedBold'), 
         local('HelveticaNeueBold'), local('HelveticaNeue-Bold'),
         url('../fonts/helveticaneuecondensedbold/helveticaneuecondensedbold.woff2') format('woff2'), 
         url('../fonts/helveticaneuecondensedbold/helveticaneuecondensedbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* 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/logos/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/logos/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/logos/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(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/logos/css/social-likes.css */

.social-likes {
    display: inline-block;
}

.social-likes,
.social-likes__widget {
    padding: 0;
    vertical-align: middle!important;
    word-spacing: 0!important;
    text-indent: 0!important;
    list-style: none!important;
}
.social-likes {
    opacity: 0;
}
.social-likes_visible {
    opacity: 1;
    transition: opacity .1s ease-in;
}
.social-likes>* {
    display: inline-block;
    visibility: hidden;
}
.social-likes_vertical>* {
    display: block;
}
.social-likes_visible>* {
    visibility: inherit;
}
.social-likes__widget {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.social-likes__widget:before,
.social-likes__widget:after {
    display: none!important;
}
.social-likes_vertical .social-likes__widget {
    float: left;
    clear: left;
}
.social-likes__button,
.social-likes__icon,
.social-likes__counter {
    text-decoration: none;
    text-rendering: optimizeLegibility;
}
.social-likes__button {
    display: inline-block;
    margin: 0;
    outline: 0;
}
.social-likes__counter {
    margin: 0;
    outline: 0;
}
.social-likes__button {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.social-likes__button:before {
    content: "";
    display: inline-block;
}
.social-likes__icon {
    position: absolute;
}
.social-likes__counter {
    display: none;
    position: relative;
}
.social-likes_ready .social-likes__counter,
.social-likes__counter_single {
    display: inline-block;
}
.social-likes_ready .social-likes__counter_empty {
    display: none;
}
.social-likes_vertical .social-likes__widget {
    display: block;
}
.social-likes_notext .social-likes__button {
    padding-left: 0;
}
.social-likes_single-w {
    position: relative;
    display: inline-block;
}
.social-likes_single {
    position: absolute;
    text-align: left;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .11s,opacity .1s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.social-likes_single.social-likes_opened {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s ease-out;
}
.social-likes__button_single {
    position: relative;
}
@font-face {
    font-family: "social-likes";
    src: url("data: application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABLoABAAAAAAHYgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABbAAAABkAAAAcd4wOLUdERUYAAAGIAAAAHAAAAB4AJwAST1MvMgAAAaQAAABKAAAAYEDWXQVjbWFwAAAB8AAAAEIAAAFCAA/0tGN2dCAAAAI0AAAAFAAAACQDq/+YZnBnbQAAAkgAAAXBAAAL4j+uG59nYXNwAAAIDAAAAAgAAAAIAAAAEGdseWYAAAgUAAAIHgAACmSiJD5KaGVhZAAAEDQAAAAwAAAANgai5nZoaGVhAAAQZAAAACAAAAAkA/gBzGhtdHgAABCEAAAAKwAAAC4P2AAKbG9jYQAAELAAAAAaAAAAGg9aDQZtYXhwAAAQzAAAACAAAAAgATUBSW5hbWUAABDsAAABMQAAAknEptfwcG9zdAAAEiAAAABIAAAAgphlvwlwcmVwAAASaAAAAIAAAACNE0njCnicY2BgYGQAgkvSGTZgekfQDxgNAEKiBzsAAAB4nGNgZGBg4AFiMSBmYmAEQm4gZgHzGAAEFwA6eJxjYGG8zDiBgZWBgdGHMY2BgcEdSn9lkGRoYWBgYmBlZoADAQSTISDNNYWh4SPjR07GA/8PMOgxnmRwAAozIilRYGAEAFYxDG8AAHicY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+R87//4Ek4////ExQlQyMbAwwJgMjE5BgYkAFjAzDHgAARicGtQAAeJxjYMACeCCQ8eT/AyAMABbCBUN4nK1WaXPTVhSVvMVJyFKy0KIuT7w4Te0nk1IIBkwIkmUX3MXZWglKK8VOui/QMsNv0K+5Mu0M/cZP67mSbQxJ2hmmmYzuee8dvbtfmTQlSNv3XF+I9jNtdrtNhd17Hl02aM0PjkS071GmFP5d1IpatysPDNMkzSfNkY2+pmtOYFukKxLBkUUZJXqCnncot3qvv6ZPOW7XpYLrmZQt+Tv3PVOaRuQJ6nSwteUbgmqMar4v4pQd9mgNW4OVoHU+X2fm844nYE0UCprqeAF2BJ9NMdpgtBEYge/7BukV35ekdbxD37coqwTuyZVCWJZ3Oh7lpU0FacMPn/TAopySsEv04vyBLfiELTZSC/gJktulbNnEoSMiEUFBvJ4vwcltL+gY4Y7vSd/0BW3tejgz2LWBfovyiiacSl/LpJEqYCltiYhLO6TMwRHpXSigfNmiCSXY1Gmn+yynHQi+gbYCnylBIzG1qPoT05rj2mVzFPtJ9XIuptJb9ApMcOB3INxIhpyXJF6awTElYcDIoZXIjgwbqYrpU16nFbylGS9cG3/pjEoc6k9PZZFsQ5p+2bRoRsWZjEu9sGHRrAJRCDrj3OXXAaTt0wyvdrCawcqiOVwzn4REIAJd6KVZJxBRIGgWQbNoXrX3vDjXa/grNHMon1j0hmpve+3ddNMwsb+Q7J9VsTbn7Hvx3BwSGNo0V+GaRSXb8Rl+zOBB+jIykS11vJiDB2/tCPlltWVT4rUhNtJzfgWtwDs+PGnB/hZ2X07VKQmMNW1BIloOaZt9XdeTXC0oLdYy7p5Hc9IWLk2j+KagOLBFAPV/zc/r2qxm21EQny1U6HHFuIAwLcK3hYpFSyrWWS4jzizPqTjL8k0V51i+peI8y/MqLrA0VDzB8m0VF1m+o+JJlh8oOYw7FQJEWIoq6Q+4QSwqjx0ujw4fpoeVscPV0eGj9PBdpdFM5TX8ew/+vQu7BPxjacI/lhfgH0sJ/1iuwD+WJfjHchX+sXwf/rFcg38slRL1pEwtBbXzgXDYBCdJJVpPca1WFVkVstCFF9EALXFKFmVYkzwR/5VhsPfro9Tqy3SxHOf1JdfDIGMHPxyPzPHjS0pcSez9CDzdPa4E3Xmict7Xlv/U+K+xKWvxJX0JHl2G/zD4ZHvRFGHNoiuqeq5u0cZ/UVHAXdCvIiXacklURYsbH6G8E0Ut2cKk8PCFwGDFNNjQ9aVF6K9hQi2jufCfUGjSqRxGVSlEPcJd114ci2p6B+VwJ1iCAp4VW9ve04zICuNpZjV73rd5fhYximXClk10rvNqGwY8w9LPRcYJepKyTtjDccYJDeCA59er74QwCVNdNpFDCQ1N+AWRaMF9JyiR6aTMYTgg9nkUVP7YrbiRPSolRuDZSSfkC11I+XWOgcBOfnUQA1lHaG4k21RE8wjRlC1WxtmqJyFjBwYR1fa8qqjj68oWDzYF2zIMeaGE1Z3xD3maqJMqeJAZyWV8c2CBM0xNwF/6V10cpnIT86DKUWtiqNf9alzVF9GAt0bbnfHtrZfZJ3JuK6pVTrzUVnStEkExFwusPc5BWqpUBdUZVdgwulxcEqVeRZOk1zUwNDD/X6MUW/9X9bH5PF/qEiNkLN+mP7DR5WAM/W+y/6YcBGDgx8jlFlxeSpsTvwzQhwtVuoxe/PiU/TuYufriAl0BvqvoKkSbo+YirqKJz+AwTp8oLkdqA36q+pgzAJ8B6Aw+V3092ekAJDvbzHEBdpjDYJc5DPaYw2CfObcBvmAOgy+Zw8BjDgOfOQ7APeYwuM8cBl8xh8ED5jQBvmYOg2+YwyBgDoOQOTbAAXMYdJnDoMccBoeKro/CfMQL2gT6NkG3gL5L6gmLLSy+V3RjxP6BFwn7xwQx+6cEMfVnRfUR9RdeJNRfE8TU3xLE1IeKbo6oj3iRUH9PEFP/SBBTH6unk7nM8IeXXaHiIWVXOk+G3xTrH4qiY04AAAAAAQAB//8AD3icPVZbb9zGFZ4zQ86QXC4vuyR3peVexL1qV15pl3uRrNt6JVmyLFmxa2XtKGmhCDVcN2gd1YnTok3RpGgLJEDbBxdwmv6Couh7XyIDhYEW7UOB/IL2HxTtSwJIPaTjYghyhuQMz3znO99HQolNCHkKh4QRQZqjOo4YJeyYUAB6SCiFuxL2YJ8QwWUJX2O2LNxWaId2PbTL9i8e37sHh+e/tyHEuUDIxRlcwBmpkN3RdgokGXYFUAaMwkMFAN5W8R1cSD4hEmPSIZEkdpcDk9g+kIKfm57Kumnb1BOaqnBSgbImnBZ0Pdd2eAv64bDc7w2WoV8rBzwPZTd0y0Gtb/cGIfxLtyz9g7G2Z3mzbv3SYDz+b3QHzmz9fEm3nu93U+kt1u8s3nhu6/Bcx61zjPeCEnhGkuQW+Tn5Nfkt+ZR8e3R/UCvbEmewSyijp4RxdqoBF/xUBaGIU6IklFOS0BOnRAf9lEASiAzkBHcmyYdElqUjIsnSAZBPnn780Yc/+fGPfviD7z9+59HJN7a3qhU/JzhJgm7g1qpBvTbIeN3hwBO8XO30hrU6tsE6dMNuxovboJsZDONWhAIIDEN4rhNfv2plXKXehno8N9NxvpqIbZl2h4OXrd+L3wiEAeVoToCjchAtkOn0Bgiyw2tD7EUdRBWIYQpDqLqKZ9O4IM2IC5QrSA4udNUyp6zwzdCa8tQUS1BJ4cgXkJqC60nLSdvFqp2fCXKpSqnkpXSd8038kmKmNNP1E61Wwk9bSctUuJBLalK3XU2e4r6q+XxK1lzDsERpJeWnSqWzUgmvoziWOJSnmwsKV027ksF4GFcM3TR1Q6cSMhUyFdtUubKwOVMuelkzrSqqQhmjimo5tucVC+lpx0sYaoLJDMknS5pqJDyr0KxqXMb5EG0Cs6xUpx3fx8P3c3hEfcIuvrz4HB//hRhkm+yQ9dGKCYReyUSfRq7IRKbkIUE2f4/IWA4yUgIkCSYEcUFKgHSwfXVjvDA/qHS5yLSqbWhBwF3HC7uDYX8YUbvr5YF7wzWIMsoxVZjGAiA/oj7muA2YScwsYlnr1zFPmLkM3KHDOm12evXmgMq6yvQE2DyVdZqNe6+Wam0GRvHpSiojUtnrdya5nLpy5eBP61ekUX4DWo8mk0dzf2t2Ls+2ev164lhL2uKvmuDp29+tlrO2N/1GODOzPciKdEnRmL08v/Du+/X57HjrH6FXDMzWnUd35giRLs6x9pew9lukT1bJGtkcXcnZnKGW/B8awOp/m3CBBc8ZSgBWygQlQD7CypEP2nPLl4eDbmeu3+43qp6vCK9V7UQ7FRnPMYEHEckFD+ah1lunEUCIE6JThKiA6p2AO1530Kt5MSqeI2BBtfzi8rGqMjWrKn1rDy+Squ47w3LOEDznWvOWtVxx/V9N12q9Ws1/a2/vrb0P/pDKpBxxjC8zVVV6OC1eYN+RMrbrJoWRNADyhvhzrVet9mrPrkfTrhMa6985fEbGZIO8MtpfApkngMqrWDOU7RKZUyTZQ4EwMFRTRICgrPKTWG8nkd4eESTxASVhp9moBG7aTAqZjOlYiXSwg3uKChfloQBImX4v0kEX630dBvUaSmMYVzFq4nCN9nvxQ68YKVemDdFjcvHgyZMHlUpKpETFWd17bfvwuKcxmXL76mJ3sV12shLTReDkJUp9DHfr9pMH8NmTz3+TyPlXk+mTveXJm6t7HtMcIZxid2fYWjrIO9psQUPwEo4svetmKoX3bzx4Ql7o6xn8GznRIIvkGtklE3KHvDd6x0FMkBUSN7h0nxgqN9TvkAQokFCwfAiXGD8xsXyoJtOTJKg6aKBqx2gwigDlxAKBhjTBiyBH2CMHK0tzs5NXD29/7dbNVw5u7F/fHC9dW7kWdmYX5xbtatVt2GKqVV2CAn0BT7+HghidXw6WQZQj6AR3MvWliE8xuCICMI3jaFh/eSOEDhqPW+6X+2E/dEGk06mv39raDWcnuIIRrrQ6+x+2ZufzuXRqlEtb7Voubc415sNiU9YqwdKoTy42Nmbw+NROVb3w+mIjLEzxXEqzYL3ZqzZys52ZWTftm5fT1kzzppcuzt44/0+jlA0KkEh3Km0wgo2NYDwmMeeewU3EWCFO5LqRUaPdCraDNJMir0VIQWKHBDhIqEfHWIo0til6FwuTork76ZRtmUYy8l1cR4nYNuyL+jAj6u4wtGfsaL9hv/xR2Hj8XqN3+fb5H2/5/8y99mUvHn/xyfnfoT98/jyOh5Tif4BLpE22RuO5ZqOIMivnsq4tMUmDF5Ugyaf4CyChuVJ2ivxHm8WqiKUyyimQg4pftoM6F9NIfC5cB10rqKNSDlEEXlxWwctE2YvPyH30SS4GQ7jI5Mcfv353R7F3LgcDTVfMZGXByc2bt3/KVucuFeu+HhQK8MvATe787I15uASNEmXKUo0maGk4nbvPdb21NqPYNUdK4n7oxTl5ihp/hpG9TlqjxgQwzN04aobxwqmE6ka+xcjBjdWVRs02yBE74hGISxDEoo2ShVq1DEMsx1jQ16Bfj/04cmYMvUANcH1aoGuAxbwOIf4WiJiOsZFzk/J6O3pHcBPKXyhTm9P5VctiEhWMXeOySFjelCJkUIQpq0wyO44lFIwOjVnLWHlEfi8j8TZPTOcAarpAX9wy05rvWSq6U7L4O+r7hW+Wy6qE/2sgqflcbVqWqraVTagMVEoFfso2ZpI0pRiKJOVzK2j4TLPX1GSQngIoZ40k6hhLihmHZxKaImP9/w9y8F1WAAB4nGNgZGBgAGLmbGHTeH6brwzyTAwgcGlH0A8Y/f/3/wNMLIwngVwOBrA0ADc0DLR4nGNgZGBgPPn/AIMeE8P/3wwMTCwMQBEUwA0AgHMEx3icY9jNIMgAAqsYGBj/MzAwMYDo/78ZTf//Y/wHZH8C4kCI3P9/APiKDOcAAAAAKAAoACgAgAGYAiYCqAMwA+IEKgSUBTIAAAABAAAADACdAAYAAAAAAAIAIgAyAHcAAACJAHgAAAAAeJyNj8FqwkAQhv/VKLRI6VF6mt4UTNhI8eDNWjwLgvcQtnExJrLJxVtfoL331Dfou/UN+icuxUvBwGa+mfln518Ad/iGwvl7xItnhQHePHfQw6fnLkb48RxgoJ4893CvUs991j+oVMENs+d2qmGFIV49d3CLd89drPHlOcBQPXjuQdTCc5/1GkuUOOIEB4sMO9QQ+kkxZpxCI8YME/KCihoGB/IGCWcM9RYFsCyPJ2ezXS2jdCxTHc8msnC1OcgmOZrMUlJxS0p1ghwhj8We8xUbZWqTPMzt3jC7aPjKioMFFzfRcaFpbUU0Jpjz/HfxuRtTF/If/j0Fq7KoV6XLjEwjLXO5NMA01mEcNk+42vOWRceybZ0K9zSbojY2LrE1rrJlIVrHkdZarr35F9yKXukAAAB4nGNgYgCD/ysYJBmwAR4gZmRgYmRiZGZkYWRlZGNkZ+Rg5GTkYi/Ny3QzNDCE0kZQ2hhKm0BpUyhtBqXNobQFlLYEAL8JFbh4nGPw3sFwIihiIyNjX+QGxp0cDBwMyQUbGdidNjEwMmiBGJt5mBg5ICwBBjCLw2kXswNQmhPI5nTaxQBlMzO4bFRh7AiM2ODQEbGROcVloxqIt4ujgYGRxaEjOSQCpCQSCDbzMTHyaO1g/N+6gaV3IxODy2bWFDYGFxcA620lLw==") format("woff");
    font-weight: 400;
    font-style: normal;
}
.social-likes__icon_facebook:before {
    content: "\f101";
}
.social-likes__icon_github:before {
    content: "\f102";
}
.social-likes__icon_mailru:before {
    content: "\f103";
}
.social-likes__icon_odnoklassniki:before {
    content: "\f104";
}
.social-likes__icon_pinterest:before {
    content: "\f105";
}
.social-likes__icon_plusone:before {
    content: "\f106";
}
.social-likes__icon_single:before {
    content: "\f107";
}
.social-likes__icon_twitter:before {
    content: "\f108";
}
.social-likes__icon_vkontakte:before {
    content: "\f109";
}
.social-likes {
    min-height: 36px;
    margin: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.social-likes,
.social-likes_single-w {
    line-height: 1.5;
}
.social-likes,
.social-likes__widget_single {
    font-size: 14px;
}
.social-likes__widget {
    margin: .5em;
    line-height: 1.5;
    border: 0;
    text-align: left;
    cursor: pointer;
    
    border-radius: 5px;
}
.social-likes__widget:first-child {
    margin-left: 0;
}
.social-likes__widget:last-child {
    margin-right: 0;
}
.social-likes__button,
.social-likes__counter {
    box-sizing: border-box;
    font-family: "Roboto",Arial,sans-serif;
    vertical-align: baseline;
    color: #fff;
}
.social-likes__button {
    padding: 0.18em 0.7em 0.24em 1.65em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-likes__icon {
    top: 0;
    left: .21em;
    font-family: "social-likes";
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    font-size: 1.15em;
    vertical-align: baseline;
}
.social-likes__counter {
    padding-right: .5em;
    font-weight: 400;
    font-size: .85em;
}

.social-likes.fa_icons .social-likes__button {
    padding-left: 0.7em;
}
.social-likes.fa_icons .social-likes__button .fa {
    position: relative;
    vertical-align: middle;
    margin-right: 0.25em;
    
    font-size: 1.2em;
}
.social-likes.fa_icons .social-likes__button_facebook .fa {
    margin-right: 0.35em;
}
.social-likes.fa_icons .social-likes__button_twitter .fa {
    top: -1px;
}
.social-likes.fa_icons .social-likes__button_vkontakte .fa {
    top: -2px;
}
.social-likes.fa_icons .social-likes__button_plusone .fa {
    top: -1px;
}
.social-likes.fa_icons .social-likes__button_email .fa {
    top: -1px;
}

.social-likes_vertical .social-likes__widget {
    min-width: 13em;
}
.social-likes_vertical .social-likes__counter {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: .3em;
}
.social-likes_light .social-likes__widget {
    min-width: 0;
    background: 0 0;
}
.social-likes_light .social-likes__button,
.social-likes_single-light + .social-likes__button {
    min-width: 0;
    padding-left: 1.35em;
    font-weight: 400;
    text-decoration: underline;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.social-likes_light .social-likes__icon {
    margin-top: -.1em;
    margin-left: -.25em;
}
.social-likes_light .social-likes__counter,
.social-likes_single-light + .social-likes__button + .social-likes__counter {
    position: static;
    margin-top: 0;
    color: #999;
}
.social-likes_notext .social-likes__button {
    width: 1.85em;
}
.social-likes_notext .social-likes__icon {
    margin-left: .1em;
}
.social-likes_notext.social-likes_light,
.social-likes_notext.social-likes_light .social-likes__widget,
.social-likes_notext.social-likes_light .social-likes__icon {
    margin: 0;
    left: 0;
}
.social-likes_notext.social-likes_light .social-likes__button {
    width: 1.4em;
    padding-left: 0;
}
.social-likes_single {
    margin-top: -1.2em;
    padding: .5em;
    background: #fff;
    border: 1px solid #ddd;
}
.social-likes__widget_single {
    height: 1.7em;
    margin: 0;
    padding: .1em 0;
    line-height: 1.5;
    background: #007aff;
}
.social-likes_single-light + .social-likes__widget_single {
    color: #007aff;
}
.social-likes__icon_single {
    left: .4em;
    font-size: 1.1em;
}
.social-likes__widget_facebook {
    background: #2e4c8f;
}
.social-likes_light .social-likes__button_facebook {
    color: #2e4c8f;
}
.social-likes__icon_facebook {
    left: .25em;
    top: .05em;
    font-size: 1.1em;
}
.social-likes_notext .social-likes__icon_facebook {
    margin-left: .15em;
}
.social-likes__widget_twitter {
    background: #53b0f1;
}
.social-likes_light .social-likes__button_twitter {
    color: #53b0f1;
}
.social-likes__icon_twitter {
    top: .1em;
    left: .25em;
}
.social-likes_light .social-likes__icon_twitter {
    left: .1em;
}
.social-likes__widget_plusone {
    background: #d23e30;
}
.social-likes_light .social-likes__button_plusone {
    color: #d23e30;
}
.social-likes_notext .social-likes__icon_plusone {
    margin-left: 0;
}
.social-likes__icon_plusone {
    left: .25em;
}
.social-likes_light .social-likes__icon_plusone {
    margin-top: 0;
}
.social-likes__widget_mailru {
    background: #00468c;
}
.social-likes_light .social-likes__button_mailru {
    color: #00468c;
}
.social-likes__icon_mailru {
    left: .25em;
}
.social-likes_light .social-likes__icon_mailru {
    left: .1em;
}
.social-likes_notext .social-likes__icon_mailru {
    margin-left: .075em;
}
.social-likes__widget_vkontakte {
    background: #577595;
}
.social-likes_light .social-likes__button_vkontakte {
    color: #577595;
}
.social-likes__icon_vkontakte {
    top: .2em;
    left: .25em;
}
.social-likes__widget_odnoklassniki {
    background: #f59310;
}
.social-likes_light .social-likes__button_odnoklassniki {
    color: #f59310;
}
.social-likes__icon_odnoklassniki {
    left: .4em;
}
.social-likes_light .social-likes__icon_odnoklassniki {
    left: .25em;
}
.social-likes_notext.social-likes_light .social-likes__button_odnoklassniki {
    width: 1em;
}
.social-likes__widget_pinterest {
    background: #cb132d;
}
.social-likes_light .social-likes__button_pinterest {
    color: #cb132d;
}
.social-likes_light .social-likes__icon_pinterest {
    left: .1em;
}
.social-likes__widget_email {
    background: #53b33b;
}

.social-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    
    color: #343434;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
}
.social-popup .popup-inner {
    position: absolute;
    left: calc(50% - 250px);
    top: calc(50% - 80px);
    width: 450px;
    padding: 15px 20px;
    
    text-align: left;
    background: #ffffff none repeat scroll 0 0;
}
.social-popup .close {
    height: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    
    cursor: pointer;
    background-image: url("../images/x.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.social-popup p {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 1em;
}
.social-popup p:last-of-type {
    margin-bottom: 0;
}
.social-popup p.title {
    font-size: 16px;
    font-weight: bold;
}
.social-popup form {
    position: relative;
}
.social-popup .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    
    background-color: rgba(255,255,255,0.3);
    
    display: none;
}
.social-popup .overlay .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    
    color: rgba(34,34,34,0.7);
    font-size: 36px;
    
}
.social-popup input {
    margin: 0;
    padding: 4px 6px;
    height: 34px;
    
    background: #ffffff;
    border: 1px solid #e2e6e7;
    color: #444;
    font-family: "HelveticaNeue",sans-serif;
    line-height: 22px;
    font-size: 16px;
}
.social-popup .input-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 250px;
}
.social-popup .btn {
    background: #ebe9eb none repeat scroll 0 0;
    border: medium none;
    color: #515151;
    display: inline-block;
    font-weight: 600;
    line-height: 1.1em;
    padding: 7px 17px;
    vertical-align: middle;
}
.social-popup .submit {
    background: #53b33b none repeat scroll 0 0;
    color: #ffffff;
}
.social-popup .thanks {
    display: none;
}
.social-popup p.title {
    font-size: 16px;
    font-weight: bold;
}

@-webkit-keyframes spin{
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes spin{
    100%{-moz-transform:rotate(360deg)}
}
@keyframes spin{
    100%{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

.social-popup .blockUI.blockOverlay::before, 
.social-popup .loader::before {
    -webkit-animation:spin 1s ease-in-out infinite;
    -moz-animation:spin 1s ease-in-out infinite;
    animation:spin 1s ease-in-out infinite;
    
    background: rgba(0, 0, 0, 0) url("../images/loader.svg") repeat scroll center center / cover ;
    color: rgba(0, 0, 0, 0.75);
    content: "";
    display: block;
    font-size: 2em;
    height: 1em;
    left: 50%;
    line-height: 1;
    margin-left: -0.5em;
    margin-top: -0.5em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1em;
}

/* www/wp-content/themes/logos/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/logos/style.css */

/*
Theme Name: Logos
Theme URI:
Description: Theme for logos-sport.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/logos/css/style-normal.css */

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

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


html, body {
    min-height: 100%;
}

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

    font-family: 'HelveticaNeue', sans-serif;

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

.grecaptcha-badge {
    z-index: 5000;
}

.clearfix:after {
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
a {
    text-decoration: underline;
    outline: none;
    color: #ffffff;
}
a:hover {
    color: #FFCB00;
    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-family: "Oswald","HelveticaNeueBold", sans-serif;
    margin: 0;
    padding: 0;
}

input[type="time"]::-webkit-clear-button,
input[type="time"]::-moz-clear,
input[type="date"]::-webkit-clear-button,
input[type="date"]::-moz-clear {
    display: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-clear-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

body > .block {
    position: relative;
    z-index: 10;
}
body > .block  .wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 20;
}
.block .big-caption {
    font-size: 48px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #ffcb00;
}
.block .page-title {
    font-size: 36px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.block .page-title.orange {
    color: #ffcb00;
}


/* >> blog */
.blog {

}
.blog .post-image {
    display: block;
    margin-bottom: 10px;
}
.blog .post-image img {
    display: block;
    width: 100%;
    height: auto;
}
.blog .post-date {
    font-size: 12px;
    margin-bottom: 10px;
}
.blog .post-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
}
.blog .post.single .post-title {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 30px;
    font-weight: normal;
}
.blog .post-title a {
    text-decoration: none;
}
.blog .post-title a:hover {
    text-decoration: underline;
}
.blog .marked .post-date,
.blog .marked .post-title a {
    color: #ffcb00;
}
.blog .action-finished {
    opacity: 0.5;
}
.blog .post-content {
    font-size: 16px;
    line-height: 1.3em;
}
.blog .post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 12px 0;
}
.blog .post-content iframe {
    display: block;
    max-width: 100%;
    /*height: auto;*/
    margin: 12px 0;
}
.blog .post-content h1 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
}
.blog .post-content h2 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2em;
}
.blog .post-content h3 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2em;
}
.blog .post-content p + h2 {
    margin-top: 45px;
}
.blog .post-content p,
.blog .post-content table,
.blog .post-content ul,
.blog .post-content ol {
    margin-bottom: 17px;
}
.blog .post-content p {
}

.blog .post-content table td,
.blog .post-content table th {
    padding-right: 7px;
    padding-bottom: 5px;
}
.blog .post-content ul {
    list-style-position: inside;
    list-style-type: disc;
}
.blog .post-content ol {
    list-style-position: inside;
    list-style-type: decimal;
}
.blog .post-content p+ul,
.blog .post-content p+ol {
    margin-top: -10px;
}
.blog .post-content li {
    margin-left: 10px;
    margin-bottom: 6px;
}
.blog .post-content sup {
    position: relative;
    top: -2px;
    font-size: 0.6em;
}

.blog .post-content img.fotorama__img {
    margin: 0;
}
/* << post */



/* >> page content */
.page-content {
    font-size: 16px;
    line-height: 1.3em;
}
.page-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 12px 0;
}
.page-content iframe {
    display: block;
    max-width: 100%;
    /*height: auto;*/
    margin: 12px 0;
}
.page-content h1 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
}
.page-content h2 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2em;
}
.page-content h3 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2em;
}
.page-content p + h2 {
    margin-top: 45px;
}
.page-content p,
.page-content ul,
.page-content ol {
    margin-bottom: 17px;
}
.page-content p {

}
.page-content ul {
    list-style-position: inside;
    list-style-type: disc;
}
.page-content ol {
    list-style-position: inside;
    list-style-type: decimal;
}
.page-content p+ul,
.page-content p+ol {
    margin-top: -10px;
}
.page-content li {
    margin-left: 10px;
    margin-bottom: 6px;
}
.page-content sup {
    position: relative;
    top: -2px;
    font-size: 0.6em;
}

.page-content img.fotorama__img {
    margin: 0;
}
/* << page content */



/* >> pagination */
.pagination {
    margin-top: 25px;
    font-size: 0;
    text-align: center;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0 2px;

    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.pagination li a {
    display: block;
    color: #ffffff;
}
.pagination li a:hover {
    text-decoration: none;
    background: #ffcb00;
    color: #000000;
}
.pagination li span {
    display: block;
    cursor: default;
    background: #ffcb00;
    color: #000000;
}
/* << pagination */


/* >> events post */
.event-tabs {
    margin: 0 0 20px 0 !important;
    font-size: 0;
}
.event-tabs .tab {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 10px 0 !important;
    padding: 4px 7px;
    
    border: 1px solid #ffcb00;
    cursor: pointer;
    font-size: 18px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    
}
.event-tabs .tab.selected {
    background-color: #ffcb00;
    cursor: default;
}
.event-tab-content {
    margin-bottom: 40px;
    min-height: 150px;
    display: none;
}
.event-tab-content.selected {
    display: block;
}

.event-tab-content .map-container {
    position: relative;
    height: 150px;
    overflow: hidden;
    margin: 0 0 17px 0;
}
.event-tab-content .map-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.event-tab-content .map {
    width: 100%;
    height: 450px;
    margin-top: -150px;
}
.event-tab-content .map-container.expanded {
    height: 450px;
    transition: height 0.5s ease;
}
.event-tab-content .map-container.expanded:before {
    display: none;
}
.event-tab-content .map-container.expanded .map {
    margin-top: 0;
    transition: margin 0.5s ease;
}
.event-tab-content .map img {
    margin: 0;
}
.event-tab-content .files {
    margin-bottom: 17px;
}
.event-tab-content p.file {
    margin-bottom: 6px;
}
.event-tab-content .file .fa {
    margin-right: 7px;
}
/* << events post */


/* >> social share buttons */
.social-likes-block {
    padding: 20px 0 0 0;
    text-align: center;
}
/* << social share buttons */


/* >> compare button */
.compare-btn {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    
    background-color: #191918;
    color: #ffcb00!important;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 18px;
    text-decoration: none!important;
    text-transform: uppercase;
    cursor: pointer;
    
    border-radius: 2px;
    border: 1px solid #191918;
    border-top-color: #5f5e5e;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
}
.compare-btn .fa {
    /*color: #ffcb00;*/
}
.compare-btn.disabled {
    background-color: #535354;
    color: #6f6e6e!important;
    border-color: #535354;
    border-top-color: #cdcdcd;
    cursor: default;
}
.compare-btn.loading {
    -webkit-animation: loading-opacity 1.5s infinite linear;
    animation: loading-opacity 1.5s infinite linear;
}
.compare-notice {
    margin-top: 12px;
    color: #ffffff;
    opacity: 0.5;
    font-size: 12px;
    line-height: 1.2em;
}
/* << compare button */


/* >> forms */
.input-text {
    height: 48px;
    padding: 12px;

    font-family: 'HelveticaNeue', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #333436;

    border: none;
    background: #868787;
}
textarea.input-text {
    height: auto;
    resize: vertical;
}
.btn {
    height: 48px;
    padding: 12px;

    /*font-family: 'HelveticaNeue', sans-serif;
    font-size: 18px;*/
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 22px;
    test-decoration: none;
    line-height: 24px;
    color: #333436;
    cursor: pointer;

    border: none;
    background-color: #ffcb00;
}
.btn:hover {
    background-color: #000000;
    color: #ffffff;
}
.btn-i {
    height: 48px;
    padding: 6px;

    font-size: 36px;
    line-height: 36px;
    color: #333436;
    cursor: pointer;

    background: none;
    border: none;
}
.btn-i:hover {
    color: #000000;
} 
.btn-i > .fa {
    vertical-align: top;
}
a.btn {
    text-decoration: none !important;
}
a.btn:hover {
    color: #ffcb00 !important;
}
.btn:disabled {
    background-color: #999999!important;
    color: #eeeeee!important;
    cursor: default;
}
/* << forms */



/* >> header */
.block.header {
    position: relative;
    z-index: 100;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e6e70+0,333436+100 */
    background: rgb(110,110,112); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(110,110,112,1) 0%, rgba(51,52,54,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(110,110,112,1) 0%,rgba(51,52,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(110,110,112,1) 0%,rgba(51,52,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e70', endColorstr='#333436',GradientType=0 ); /* IE6-9 */

}
.block.header .wrapper {
    z-index: 100;
}
.header .header-row {
    font-size: 0;
    position: relative;
}
.header .header-row.text-plate-row {
    padding: 0;

    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.header .header-row.logo-products-row {
    padding: 0;
    height: 100px;
}
.header .header-row.menu-row {
    height: 30px;
    z-index: 100;
}
.header .header-block {
    display: inline-block;
    vertical-align: middle;
}
.header-block.logo {
    width: 115px;
    padding: 22px 0;
}
.header-block.logo a {
    display: block;
}
.header-block.logo img {
    display: block;
    width: 100px;
    height: 55px;

    background-image: url(../images/logo.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.header-block.lang {
    width: 75px;
    text-align: right;
}
.header-block.lang .lang-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    padding: 2px 5px;

    font-size: 12px;
    line-height: 13px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
    
    /*border: 1px solid #000000;*/
    box-shadow: 0 0 0 1px #000000;
    border-radius: 10px;
    
    color: #000000;
}
.header-block.lang .lang-item:first-child {
    margin-left: 0;
}
.header-block.lang .lang-item a {
    text-decoration: none;
    color: #000000;
}
.header-block.lang .lang-item:hover {
    background-color: rgba(255, 203, 0, 0.5);
}
.header-block.lang .lang-item.current-lang {
    background-color: #ffcb00!important;
}
.header-block.products {
    width: calc(100% - 115px - 75px);
    height: 100%;
}
.header-block.products ul {
    flex-direction: row;
    display: flex;
    justify-content: space-evenly;
}
.header-block.products li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 6);

    text-align: center;
}
.header-block.products.no-acc li {
    width: calc(100% / 5);
}
.header-block.products a {
    position: relative;
    display: inline-block;
    padding: 28px 0 29px 0;

    text-decoration: none;
    margin: 0 auto;
}
.header-block.products li.selected a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 15px);
    left: 0;
    top: 0;

    transform: skewX(-15deg);

    border-color: #FFCB00;
    border-style: solid;
    border-width: 8px 0 9px 0;
}
.header-block.products img {
    display: block;
    height: 43px;
    margin: 0 auto;
}

.header-block.menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.header-block.menu .mobile-menu-box,
.block.header .open-mobile-menu-link {
    display: none;
}
.header-block.menu .pc-menu-box {
    position: relative;

}
.header-block.menu .pc-menu-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 54px;
    left: 0;
    top: 0;
    z-index: -1;

    background: #ffcb00;
    transform: skewX(-15deg);
}
.header-block.menu .pc-menu {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
}
.header-block.menu .pc-menu > li {
    display: table-cell;
    vertical-align: top;
}
.header-block.menu .pc-menu > li > a,
.header-block.menu .pc-menu > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;

    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 22px;
    line-height: 34px;
    color: #333436;
}
.header-block.menu .pc-menu > li > span {
    cursor: default;
}
.header-block.menu .pc-menu > li > span.search-form-open {
    cursor: pointer;
}
.header-block.menu .pc-menu > li.x-current-page-parent > a,
.header-block.menu .pc-menu > li.x-current-page-item > a,
.header-block.menu .pc-menu > li.x-current-menu-parent > a,
.header-block.menu .pc-menu > li.x-current-menu-item > a,
.header-block.menu .pc-menu > li.x-current-page-parent > span,
.header-block.menu .pc-menu > li.x-current-page-item > span,
.header-block.menu .pc-menu > li.x-current-menu-parent > span,
.header-block.menu .pc-menu > li.x-current-menu-item > span {
    color: #ffcb00;
}
.header-block.menu .pc-menu > li.x-current-page-parent > a:after,
.header-block.menu .pc-menu > li.x-current-page-item > a:after,
.header-block.menu .pc-menu > li.x-current-menu-parent > a:after,
.header-block.menu .pc-menu > li.x-current-menu-item > a:after,
.header-block.menu .pc-menu > li.x-current-page-parent > span:after,
.header-block.menu .pc-menu > li.x-current-page-item > span:after,
.header-block.menu .pc-menu > li.x-current-menu-parent > span:after,
.header-block.menu .pc-menu > li.x-current-menu-item > span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 55px;
    left: 0;
    top: 0;
    z-index: -1;

    background: #000000;
    transform: skewX(-15deg);
    opacity: 0.2;
}
.header-block.menu .pc-menu > li.current-page-parent > a,
.header-block.menu .pc-menu > li.current-page-item > a,
.header-block.menu .pc-menu > li.current-menu-parent > a,
.header-block.menu .pc-menu > li.current-menu-item > a,
.header-block.menu .pc-menu > li.current-page-parent > span,
.header-block.menu .pc-menu > li.current-menu-parent > span,
.header-block.menu .pc-menu > li.current-menu-item > span,
/*.header-block.menu .pc-menu > li:hover > a,
.header-block.menu .pc-menu > li > a:hover,
.header-block.menu .pc-menu > li > span:hover,*/
.header-block.menu .pc-menu > li.hovered > a,
.header-block.menu .pc-menu > li.hovered > span {
    color: #ffcb00;
    text-decoration: none;
}
.header-block.menu .pc-menu > li.current-page-parent > a:after,
.header-block.menu .pc-menu > li.current-page-item > a:after,
.header-block.menu .pc-menu > li.current-menu-parent > a:after,
.header-block.menu .pc-menu > li.current-menu-item > a:after,
.header-block.menu .pc-menu > li.current-page-parent > span:after,
.header-block.menu .pc-menu > li.current-menu-parent > span:after,
.header-block.menu .pc-menu > li.current-menu-item > span:after,
/*.header-block.menu .pc-menu > li:hover > a:after,
.header-block.menu .pc-menu > li > a:hover:after,
.header-block.menu .pc-menu > li > span:hover:after,*/
.header-block.menu .pc-menu > li.hovered > a:after,
.header-block.menu .pc-menu > li.hovered > span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 55px;
    left: 0;
    top: 0;
    z-index: -1;

    background: #000000;
    transform: skewX(-15deg);
    opacity: 1;
}
.header-block.menu .pc-menu .sub-menu {
    position: absolute;
    /*left: -11px;
    right: 11px;*/
    top: 100%;
    white-space: nowrap;
    z-index: 3;

    display: none;
}
.header-block.menu .pc-menu > li:nth-child(1) .sub-menu {
    left: 3%;
}
.header-block.menu .pc-menu > li:nth-child(2) .sub-menu {
    left: 20%;
}
.header-block.menu .pc-menu > li:nth-child(3) .sub-menu {
    left: 33%;
}
.header-block.menu .pc-menu > li:nth-child(4) .sub-menu {
    left: 44%;
}
.header-block.menu .pc-menu > li:nth-child(5) .sub-menu {
    left: 52%;
}
.header-block.menu .pc-menu > li:nth-child(6) .sub-menu {
    right: 4%;
}
.header-block.menu .pc-menu > li.current-page-parent .sub-menu,
.header-block.menu .pc-menu > li.current-page-item .sub-menu,
.header-block.menu .pc-menu > li.current-menu-parent .sub-menu,
.header-block.menu .pc-menu > li.current-menu-item .sub-menu,
/*.header-block.menu .pc-menu > li:hover .sub-menu,*/
.header-block.menu .pc-menu > li.hovered .sub-menu {
    display: block;
}
.header-block.menu .pc-menu .sub-menu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 45px;
    left: 0;
    top: 0;
    z-index: -1;

    background: #000000;
    transform: skewX(-15deg);
}
.header-block.menu .pc-menu .sub-menu > li {
    display: inline-block;
    vertical-align: top;
}
.header-block.menu .pc-menu .sub-menu > li > a,
.header-block.menu .pc-menu .sub-menu > li > span {
    position: relative;
    display: block;
    padding: 0px 15px;

    text-transform: uppercase;
    text-decoration: none;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 16px;
    line-height: 45px;
    color: #ffcb00;
    cursor: pointer;
}
.header-block.menu .pc-menu .sub-menu > li.current-page-item > a,
.header-block.menu .pc-menu .sub-menu > li.current-menu-item > a,
.header-block.menu .pc-menu .sub-menu > li:hover > a,
.header-block.menu .pc-menu .sub-menu > li > a:hover,
.header-block.menu .pc-menu .sub-menu > li > span:hover {
    color: #ffffff;
    text-decoration: none;
}
.header-block.menu .pc-menu > li.search-menu-item.hovered > span:after { 
    width: calc(100% + 1px);
}
.header-block.menu .pc-menu .menu-item.disabled > a,
.header-block.menu .pc-menu .menu-item.disabled > span {
    cursor: default;
    color: #ad8f19!important;
}
.header-block.menu .pc-menu .search-menu-item .search-block {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 5;
    
    transition: width 0.3s ease-in-out;
}
.header-block.menu .pc-menu.search-mode .search-menu-item .search-block {
    width: 100%;
}
.header-block.menu .pc-menu .search-menu-item .search-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 55px;
    left: 0;
    top: 0;
    z-index: -1;

    background: #ffcb00;
    transform: skewX(-15deg);
}
.header-block.menu .pc-menu .search-menu-item .search-form {
    position: relative;
    padding: 17px 0px 17px 0px;
    overflow: hidden;
}
.header-block.menu .pc-menu .search-menu-item .search-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    z-index: 7;
}
.header-block.menu .pc-menu .search-menu-item .search-inner:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    
    background: #ffffff;
    transform: skewX(-15deg);
}
.header-block.menu .pc-menu .search-menu-item .search-field {
    position: relative;
    width: 100%;
    padding: 3px 30px 4px 10px;

    background: none;
    border: none;
    
    font-size: 14px;
    line-height: 1.1em;
}
.header-block.menu .pc-menu .search-menu-item .search-form-submit {
    position: absolute;
    top: 2px;
    right: 6px;

    color: #000000;
    font-size: 16px;
    cursor: pointer;
}
.header-block.menu .pc-menu .search-menu-item .search-form-close {
    position: absolute;
    top: 16px;
    right: 18px;

    color: #000000;
    font-size: 22px;
    cursor: pointer;
}

.header-block.menu .pc-menu.search-mode .sub-menu {
    display: none!important;
}

.header-block.menu .pc-menu.hide-active > li.current-page-parent > a,
.header-block.menu .pc-menu.hide-active > li.current-page-item > a,
.header-block.menu .pc-menu.hide-active > li.current-menu-parent > a,
.header-block.menu .pc-menu.hide-active > li.current-menu-item > a {
    color: #333436;
}
.header-block.menu .pc-menu.hide-active > li.current-page-parent > a:after,
.header-block.menu .pc-menu.hide-active > li.current-page-item > a:after,
.header-block.menu .pc-menu.hide-active > li.current-menu-parent > a:after,
.header-block.menu .pc-menu.hide-active > li.current-menu-item > a:after {
    background: #ffcb00;
}
.header-block.menu .pc-menu.hide-active > li.current-page-parent .sub-menu,
.header-block.menu .pc-menu.hide-active > li.current-page-item .sub-menu,
.header-block.menu .pc-menu.hide-active > li.current-menu-parent .sub-menu,
.header-block.menu .pc-menu.hide-active > li.current-menu-item .sub-menu {
    display: none;
}
.header-block.menu .pc-menu .products-compare-item span {
    padding-left: 5px;
}

.header-block.menu .pc-menu .products-catalog {
    position: absolute;
    width: 100%;
    left: 0; 
    top: 100%;
    padding: 25px 80px;
    
    border-radius: 5px;
	background-color: #4a4a4a;
    white-space: normal;
    
    display: none;
}

.header-block.menu .pc-menu .sub-menu > li:hover .products-catalog {
    display: block;
}
.header-block.menu .pc-menu .products-catalog .years-nav {
    margin-bottom: 20px;
    text-align: center;
}
.header-block.menu .pc-menu .products-catalog .years-nav > li {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 20px; 
    margin: 0 3px;
    
    border-radius: 21px;
    /*background-color: #ffcb00;
    color: #333436;*/
    background-color: #cbc8cc;
    color: #ffffff;
    
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}
.header-block.menu .pc-menu .products-catalog .years-nav > li.selected {
	/*background-color: #cbc8cc;
    color: #ffffff;*/
    background-color: #ffcb00;
    color: #333436;
    
    cursor: default;
}
.header-block.menu .pc-menu .products-catalog .year {
    
}
.header-block.menu .pc-menu .products-catalog .items {
    position: relative;
    display: inline;
    vertical-align: top;
    padding-top: 10px;
    
    
    border-image: url("../images/menu-subsection-stripe.png") 2 0 0 0 repeat repeat;
    border-width: 2px 0 0 0;
    border-style: solid;
    /*border-color: transparent;*/
    
}
.header-block.menu .pc-menu .products-catalog .items:hover {
    border-image: url("../images/menu-subsection-stripe-hover.png") 2 0 0 0 repeat repeat;
}
.header-block.menu .pc-menu .products-catalog .items > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 3*60px)/4);
    margin: 0 60px 60px 0;
    padding: 35px 0 0 0;
    
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    /*opacity: 0.6;*/
}
/*.header-block.menu .pc-menu .products-catalog .items > li:nth-child(4n) {*/
.header-block.menu .pc-menu .products-catalog .items > li.nth-child-4n {
    margin-right: 0;
}
.header-block.menu .pc-menu .products-catalog .items > li:hover {
    background: -moz-radial-gradient(center, circle cover, rgba(132,132,132,1) 0%, rgba(74,74,74,0) 60%);
    background: -webkit-radial-gradient(center, circle cover, rgba(132,132,132,1) 0%,rgba(74,74,74,0) 60%);
    background: radial-gradient(circle at center, rgba(132,132,132,1) 0%,rgba(74,74,74,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#004a4a4a',GradientType=1 );
}

.header-block.menu .pc-menu .products-catalog .items:before {
    /*content: '';
    display: block;
    position: absolute;
    width: calc(100%);
    height: 14px;
    left: 0;
    top: -10px;
    
    background-image: url(../images/menu-subsection-stripe.png);
    background-position: center -28px;
    background-repeat: no-repeat;
    
    /*border-color: #b1b1b1 transparent transparent transparent;
    border-width: 1px 1px 0 1px;
    border-style: dotted;*/
}
/*.header-block.menu .pc-menu .products-catalog .items > li:nth-child(4n)::before {*/

.header-block.menu .pc-menu .products-catalog .items > li.first-in-cat:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: -12px;
    width: 17px;
    height: 14px;
    
    background-color: #4a4a4a;
    background-image: url(../images/menu-subsection-stripe.png);
    background-position: 6px -11px;
    background-repeat: no-repeat;
    
}
.header-block.menu .pc-menu .products-catalog .items > li.last-in-cat:after {
    content: '';
    display: block;
    position: absolute;
    right: -60px;
    top: -12px;
    width: 71px;
    height: 14px;
    
    background-color: #4a4a4a;
    background-image: url(../images/menu-subsection-stripe.png);
    background-position: 0px -29px;
    background-repeat: no-repeat;
}
.header-block.menu .pc-menu .products-catalog .items > li.nth-child-4n.last-in-cat:after {
    width: 13px;
    right: 0;
}
.header-block.menu .pc-menu .products-catalog .items:hover > li.first-in-cat:before,
.header-block.menu .pc-menu .products-catalog .items:hover > li.last-in-cat:after{
    background-image: url("../images/menu-subsection-stripe-hover.png");
}

.header-block.menu .pc-menu .products-catalog .items > li .sub-category {
    position: absolute;
    left: 25px;
    top: -18px;
    padding: 0 7px;
    
    background-color: #4a4a4a;
    
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 12px;
    color: #cdcdcd;
    
    display: none;
}
.header-block.menu .pc-menu .products-catalog .items > li.first-in-cat .sub-category,
/*.header-block.menu .pc-menu .products-catalog .items > li:nth-child(4n-3) .sub-category {*/
.header-block.menu .pc-menu .products-catalog .items > li.nth-child-4n-3 .sub-category {
    display: block;
}
.header-block.menu .pc-menu .products-catalog .items:hover > li .sub-category {
    color: #ffcb00;
}


.header-block.menu .pc-menu .products-catalog .items .product-price {
    position: absolute;
    right: 0;
    top: 10px;
    
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 18px;
    color: #7F7F81;
}


.header-block.menu .pc-menu .products-catalog .items .product-image {
    display: block;
    padding-bottom: 15px;
    text-decoration: none;
}
.header-block.menu .pc-menu .products-catalog .items .product-image img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.header-block.menu .pc-menu .products-catalog .items .product-title {
    
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 18px;
    
    text-decoration: none;
    color: #b1b1b1;
}
.header-block.menu .pc-menu .products-catalog .items > li.in-compare .product-title {
    color: #ffffff;
}
.header-block.menu .pc-menu .products-catalog .items .compare-switcher {
    position: absolute;
    left: 0;
    top: 10px;
    
    cursor: pointer;
}
.header-block.menu .pc-menu .products-catalog .items .compare-switcher.disabled {
    cursor: not-allowed;
    opacity: 0.4;
}
.header-block.menu .pc-menu .products-catalog .items .compare-switcher.loading {
    -webkit-animation: loading-opacity 1.5s infinite linear;
    animation: loading-opacity 1.5s infinite linear;
}
.header-block.menu .pc-menu .products-catalog .to-compare-link {
    text-align: center;
}
/* << header */


/* >> footer */
.block.footer {
    /*background: #1c1d1e;*/
}
.block.footer a {
    text-decoration: none;
    color: #ffffff;
}
.block.footer a:hover {
    text-decoration: underline;
}
.block.footer .wrapper {
    padding-top: 30px;
}
.block.footer .cols {
    font-size: 0;
}
.block.footer .col {
    display: inline-block;
    vertical-align: top;
    /*width: calc((100% - 3*20px)/4);*/
    width: calc((100% - 2*20px)/3);
    margin-right: 20px;

    font-size: 14px;
}
.block.footer .col:nth-child(3) {
    margin-right: 0;
}
/*.block.footer .col:nth-child(4) {
    margin-right: 0;
}*/
.block.footer .col.subscribe {
    position: absolute;
    right: 20px;
    /*width: calc((100% - 3 * 20px - 40px) / 4);*/
    width: calc((100% - 2 * 20px - 40px) / 3);
    margin-right: 0;
}
.block.footer .caption {
    margin-bottom: 15px;
    font-size: 24px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
}
.block.footer .caption.secondary {
    margin-top: 30px;
    font-size: 22px;
    text-transform: none;
}
.block.footer .copy {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.block.footer .menu {
    font-size: 18px;
    line-height: 1.2em;
}
.block.footer .menu li {
    margin-bottom: 4px;
}
.block.footer .menu .fa {
    font-size: 24px;
}
.block.footer .menu span {
    margin-left: 10px;
}
.block.footer .menu.big-icons li {
    display: inline-block;
    margin-left: 7px; 
}
.block.footer .menu.big-icons li:first-child {
    margin-left: 0;
}
.block.footer .menu.big-icons .fa {
    font-size: 36px;
}
.block.footer .menu.big-icons span {
    display: none;
}
.block.footer .subscribe-form {
    position: relative;
}
.block.footer .subscribe-form .input-text {
    width: 100%;
    padding-right: 60px;
}
.block.footer .subscribe-form .btn-i {
    position: absolute;
    top: 0;
    right: 0;
}
.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;
}
/* << footer */


/* >> page-top */
.block.page-top {
    position: relative;
    z-index: 20;
    /*padding-bottom: 20px;*/
}
.block.page-top .wrapper {
    z-index: 25;
}
.block.page-top.dark {
    background-color: #212121;
}
.block.page-top.post-top {
    background-color: #f1f1f1;
}
.block.page-top .slider {
    padding-bottom: 20px;
}
.block.page-top .slider .slide {
    width: 100%;
    height: 100%;

    position: relative;
}
.block.page-top .gradient {
    position: absolute;
    z-index: 23;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 50px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333436+0,333436+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(51,52,54,0) 0%, rgba(51,52,54,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(51,52,54,0) 0%,rgba(51,52,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(51,52,54,0) 0%,rgba(51,52,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333436', endColorstr='#333436',GradientType=0 ); /* IE6-9 */
}
.block.page-top.dark .gradient {
    background: -moz-linear-gradient(top, rgba(33,33,33,0) 0%, rgba(33,33,33,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(33,33,33,0) 0%,rgba(33,33,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(33,33,33,0) 0%,rgba(33,33,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212121', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
}
.block.page-top.post-top .gradient {
    display: none;
    background: -moz-linear-gradient(top, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.block.page-top.no-padding .gradient {
    bottom: 0;
}
.block.page-top .pattern {
    position: absolute;
    z-index: 24;
    width: 100%;
    height: 130px;
    left: 0;
    bottom: 50px;

    background-image: url(../images/dot-pattern.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}
.block.page-top.post-top .pattern {
    display: none;
    background-image: url(../images/dot-pattern-white.png);
}
.block.page-top.no-padding .pattern {
    bottom: 0;
}
.block.page-top .slider .slide .back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 23;
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden;
}
.block.page-top .slider .slide .back img {
    display: block;
    width: 100%;
    height: 100%;
}
.block.page-top .slider .slide .back .video-bg {
    position: relative;
    /*width: 100%;*/
    /*height: 100%;*/
    
    height: 125%;
    
    /* video: 872/480  =  1063/585 */
    /* image: 1322/585 = 2.26/1 */
}
.block.page-top .slider .slide .wrapper {
    /*min-height: 570px;*/
    height: 100%;
    position: relative;
    z-index: 25;
}
.block.page-top .slider .slide-inner {
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: calc(50% - 30px);
}
.block.page-top .slider .slide-inner p {
    font-size: 24px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    line-height: 1.3em;
    text-transform: uppercase;
}
.block.page-top .slider .slide-inner p.caption {
    font-size: 72px;
    line-height: 1em;
}
.block.page-top .slider .slide-inner p.more {
    font-size: 18px;
    margin-top: 8px;
}
.block.page-top .slider .slide-inner p.more a {
    display: inline-block;
    padding: 3px 8px;
    color: #000000;
    background-color: #ffcb00;
    text-decoration: none;
}
.block.page-top .add-blocks {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 50%;
    padding: 0 20px 0 10px;

    font-size: 0;
}
.block.page-top .add-block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 15px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
}
.block.page-top .add-block a {
    text-decoration: none;
}
.block.page-top .add-block a:hover {
    text-decoration: underline;
}
.block.page-top .add-block.event,
.block.page-top .add-block.event a {
    color: #ffcb00;
}
.block.page-top .add-block.report,
.block.page-top .add-block.report a {
    color: #ffffff;
}
.block.page-top .add-block .caption {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.block.page-top .add-block .caption .fa {
    vertical-align: baseline;
    font-size: 30px;
    margin-right: 5px;
}
.block.page-top .add-block .link {
    font-size: 18px;
    line-height: 1.2em;
}

.block.page-top .big-thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.block.page-top .big-thumbnail .back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 23;
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden;
}
.block.page-top.no-padding .big-thumbnail .back {
    height: 100%;
}
.block.page-top .big-thumbnail img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.block.page-top .big-thumbnail .wrapper {
    /*min-height: 570px;*/
    height: 100%;
    position: relative;
    z-index: 25;
}
.block.page-top .big-thumbnail .inner {
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: calc(50% - 30px);
}
.block.page-top .big-thumbnail .inner.full {
    width: 100%;
}
.block.page-top .inner h1 {
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.block.page-top .inner .compare-items {
    font-size: 0;
}
.block.page-top .inner .compare-items > li {
    display: inline-block;
    vertical-align: top;
    padding: 7px 9px;
    margin-right: 6px;
    margin-bottom: 8px;
    
    color: #333436;
    font-size: 16px;
    line-height: 19px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    
    background-color: #9b9b9b;
    border-radius: 21px;
}
.block.page-top .inner .compare-items > li .fa {
    cursor: pointer;
    margin-left: 4px;
}
.block.page-top .inner .compare-items > li.loading {
    -webkit-animation: loading-opacity 1.5s infinite linear;
    animation: loading-opacity 1.5s infinite linear;
}

.block.page-top.page-top-empty .wrapper.compare {
    padding-top: 90px;
}

/*.block.page-top .empty {
    height: 60px;
    background: #F1F1F1;
}*/
.block.page-top.page-top-empty + .block {
    padding-top: 90px;
}
.block.page-top .mobile-item {
    display: none;
}
/* << page-top */


/* >> seo texts */
.block.seo-texts {
    background-color: #212121;
    padding-top: 20px;
    padding-bottom: 30px;
}
.block.seo-texts .cols {
    font-size: 0;
}
.block.seo-texts .seo-col {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    z-index: 20;
}
.block.seo-texts .seo-col:nth-child(2n) { 
    margin-right: 0px;
}
.block.seo-texts .page-title {
    margin-bottom: 20px;
}
.block.seo-texts p {
    font-size: 15px;
    line-height: 1.3em;
    opacity: 0.5;
    margin-bottom: 12px;
}

.block.seo-texts ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 12px;
}
.block.seo-texts ol {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 12px;
}
.block.seo-texts li {
    font-size: 15px;
    line-height: 1.3em;
    opacity: 0.5;
    margin-bottom: 7px;
    
}
.block.seo-texts h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2em;
}
.block.seo-texts h2,
.block.seo-texts h3,
.block.seo-texts h4,
.block.seo-texts h5,
.block.seo-texts h6 {
    font-size: 17px;
    line-height: 1.3em;
    opacity: 0.5;
    margin-bottom: 12px;
}
.block.seo-texts .teaser {
    
}
.block.seo-texts .more-less {
    
}
.block.seo-texts .more-less span {
    display: inline-block;
    margin-bottom: 12px;
    
    cursor: pointer;
    border-bottom: 1px dashed;
    
    font-size: 15px;
    line-height: 1.3em;
    opacity: 0.5;
}
.block.seo-texts .more-less span:after {
    content: attr(data-text);
}
.block.seo-texts .extended + .more-less {
    display: none;
}

.block.seo-texts .extended {
    overflow: hidden;
    height: 0;
}
/* << seo texts */


/* >> banners */
.block.banners {
    font-size: 0;
    padding-bottom: 30px;
}
/*.block.banners:after {
    content: '';
    position: absolute;
    z-index: 19;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: -100px;
    
    background-image: url(../images/dot-pattern.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}*/
.block.banners .banner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    z-index: 20;
}
.block.banners .banner:nth-child(2n) { 
    margin-right: 0px;
}
.block.banners .banner .pic {
    width: 100%;
}
.block.banners .banner .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 100%;*/
    padding: 12px;
    z-index: 20;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333436+0,000000+100&0.2+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(51,52,54,0.2) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(51,52,54,0.2) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(51,52,54,0.2) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33333436', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    
    color: #ffffff;
}
/*.block.banners .banner .text.light {
    color: #ffffff;
}
.block.banners .banner .text.dark {
    color: #333436;
}*/
.block.banners .banner .caption {
    font-size: 24px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    line-height: 1.2em;
    text-transform: uppercase;
}
.block.banners .banner .link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
}
.block.banners.max2 .banner:nth-child(n+3),
.block.banners.max4 .banner:nth-child(n+5) {
    display: none;
}
.block.banners .gradient {
    position: absolute;
    z-index: 13;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: -60px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333436+0,333436+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(51,52,54,1) 0%, rgba(51,52,54,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(51,52,54,1) 0%,rgba(51,52,54,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(51,52,54,1) 0%,rgba(51,52,54,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333436', endColorstr='#00333436',GradientType=0 ); /* IE6-9 */
}
.block.banners .pattern {
    position: absolute;
    z-index: 14;
    width: 100%;
    height: 130px;
    left: 0;
    bottom: -60px;

    background-image: url(../images/dot-pattern.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}
/* << banners */



/* >> posts */
.block.posts-grid {
    font-size: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.block.posts-grid.on-main {
    background: #212121;
}
.block.posts-grid .post {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 2 * 20px)/3);
    margin: 0 20px 30px 0;
}
.block.posts-grid .post:nth-child(3n) {
    margin-right: 0;
}

.block.posts-grid .gradient {
    position: absolute;
    z-index: 13;
    width: 100%;
    height: 80px;
    left: 0;
    top: 0px;

    background: -moz-linear-gradient(top, rgba(51,52,54,1) 0%, rgba(51,52,54,1) 50%, rgba(51,52,54,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(51,52,54,1) 0%, rgba(51,52,54,1) 50%, rgba(51,52,54,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(51,52,54,1) 0%, rgba(51,52,54,1) 50%, rgba(51,52,54,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333436', endColorstr='#00333436',GradientType=0 ); /* IE6-9 */
}
.block.posts-grid .pattern {
    position: absolute;
    z-index: 14;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0px;

    background-image: url(../images/dot-pattern.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}
.block.posts-grid .posts-subblock {
    margin-top: 35px;
}
.block.posts-grid .more {
    margin-top: -8px;
    
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Oswald","HelveticaNeueBold",sans-serif;
    line-height: 1.3em;
}
.block.posts-grid .more a {
    display: inline-block;
    padding: 3px 8px;
    
    background-color: #ffcb00;
    color: #000000;
    text-decoration: none;
}
/* << posts */


/* >> products */
.block.products-grid {
    padding-top: 30px;
}
.block.products-grid a {
    text-decoration: none;
}
.block.products-grid a:hover {
    text-decoration: underline;
}
.block.products-grid .categories-list {
    font-size: 0;
}
.block.products-grid .categories-list > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 2 * 20px) / 3);
    margin: 0 20px 30px 0;

    font-size: 14px;
    line-height: 1.3em;
}
.block.products-grid .categories-list > li:nth-child(3n) {
    margin-right: 0;
}
.block.products-grid .categories-list .category-link {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #000000;
}
.block.products-grid .categories-list .category-link img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px auto;
}
.block.products-grid .categories-list .category-link img.lazy {
    width: 100%;
}
.block.products-grid .categories-list .category-link span {
    display: block;
    height: 37px;

    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 26px;
    line-height: 34px;
    background: #FFCB01;
}
.block.products-grid .categories-list .subcategories {

}
.block.products-grid .categories-list .subcategory {
    float: left;
    min-width: 50%;
    padding: 0 20px 10px 0;
}
.block.products-grid .categories-list .subcategory p {
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #8E8E90;
    /*font-family: "Oswald","HelveticaNeueBold", sans-serif;*/
    font-weight: bold;
}
.block.products-grid .categories-list .products-list {
    padding-left: 5px;
}
.block.products-grid .categories-list .products-list > li {
    margin-bottom: 7px;
}
.block.products-grid .categories-list .products-list a,
.block.products-grid .categories-list .products-list span {
    display: inline-block;
    padding: 0 5px;
    line-height: 1.3em;
}
.block.products-grid .categories-list .products-list a:hover {
    background: #FFCB01;
    text-decoration: none;
    color: #000000;
}
/* << products */


/* >> products catalog */
.block.products-catalog {
    padding-top: 30px;
}
.block.products-catalog .products-list {
    font-size: 0;
}
.block.products-catalog .product {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    padding: 60px 0;

    color: #ffffff;
}
.block.products-catalog .product:nth-child(3n) {
    margin-right: 0;
}
.block.products-catalog .product .subcategory-name {
    position: absolute;
    /*max-width: 50%;*/
    height: 40px;
    left: 0;
    top: 0;
    z-index: 5;
    padding-left: 3px;

    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 12px;
    color: #ffcb00;
    
    white-space: nowrap;
}
.block.products-catalog .product .subcategory-name:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 24px;
    height: 67px;

    background-image: url(../images/subcategory-arrow.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.block.products-catalog .product .subcategory-name .c-name {
    display: block;
    font-size: 24px;
}
.block.products-catalog .product .subcategory-name .c-desc {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
}
.block.products-catalog .product .product-image {
    display: block;
    position: relative;
    margin-bottom: 15px;

    min-height: 50px;
}
.block.products-catalog .product .product-image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.block.products-catalog .product .product-image img.lazy {
    width: 100%;
}
.block.products-catalog .product .product-price {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 3px 9px 3px 5px;

    background: #000000;
    color: #7f7f81
}
.block.products-catalog .product.marked .product-price {
    background: #ffcb00;
    color: #333436;
}
.block.products-catalog .product .product-price span {
    display: block;

    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-size: 12px;
    line-height: 1em;
}
.block.products-catalog .product .product-price .price {
    font-size: 24px;
    line-height: 1em;
}
.block.products-catalog .product .product-title {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.3em;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-decoration: none;
}
.block.products-catalog .product .product-title:hover {
    text-decoration: underline;
}
.block.products-catalog .product .product-title .product-year {
    /*padding-left: 0.3em;*/
    color: #adaeae;
}
.block.products-catalog .product .product-content {
    font-size: 14px;
    line-height: 1.3em;
}
.block.products-catalog .product .description {
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 10px;
}
.block.products-catalog .product .short-features {
    opacity: 0.5;
    margin-top: 20px;
}
.block.products-catalog .product .short-features p {
    margin-bottom: 7px;
}
.block.products-catalog .product .short-features .caption {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
}
.block.products-catalog .product .compare {
    margin-top: 22px;
}

.block.products-catalog .subcategory {
    font-size: 0;
    margin-bottom: 50px;
}
.block.products-catalog .subcategory-image { 
    display: inline-block;
    vertical-align: top;
    width: 353px;
    margin-right: 30px;
}
.block.products-catalog .subcategory-image img { 
    width: 100%;
}
.block.products-catalog .subcategory-items { 
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 353px - 30px);
    padding: 25px 0;
    font-size: 14px;
}
.block.products-catalog .subcategory-items .subcategory-name {
    font-size: 28px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    color: #ffcb00;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.block.products-catalog .products-list-simple .product {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 5px 0;
    
}
.block.products-catalog .products-list-simple .product-title {
    cursor: pointer;
    /*display: block;*/
    font-size: 16px;
    font-family: 'HelveticaNeue', sans-serif;
}
.block.products-catalog .products-list-simple .product-content {
    display: none;
    padding: 10px 0 30px 0;
}
.block.products-catalog .products-list-simple .opened .product-title {
    
}
.block.products-catalog .products-list-simple .opened .product-content {
    
}
.block.products-catalog .note {
    margin-top: 30px;
    margin-bottom: 30px;

    font-size: 10px;
    line-height: 1.3em;
    color: #ffffff;
    opacity: 0.5;
}
/* << products catalog */


/* >> products-links */
.block.products-links {
    background-color: #212121;
    padding-top: 20px;
    padding-bottom: 20px;
}
.block.seo-texts + .block.products-links {
    padding-top: 0;
}
.block.products-links ul {
    
}
.block.products-links li {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 25px;
    
    color: #ffcb00;
    font-size: 18px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-weight: normal;
}
.block.products-links li a {
    display: inline-block;
    vertical-align: baseline;
    
    color: #ffcb00;
    text-decoration: none;
}
.block.products-links li a span {
    margin-left: 4px;
}
.block.products-links li a:hover span {
    text-decoration: underline;
}
/* << products-links */


/* >> in 2col */
.block.in-2col {
    background: #F1F1F1;
    color: #333436;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0;
}
.block.in-2col a {
    color: #333436;
    /*text-decoration: none;*/
}
.block.in-2col a:hover {
    text-decoration: underline;
}
.block.in-2col .left-col {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    padding-right: 50px;
}
.block.in-2col .right-col {
    display: inline-block;
    vertical-align: top;
    width: 25%;

    font-size: 14px;
}
.block.in-2col.inverse .wrapper:after {
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.block.in-2col.inverse .left-col {

}
.block.in-2col.inverse .right-col {
    float: right;
}
.block.in-2col .widget {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.block.in-2col .widgettitle {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2em;
}
.block.in-2col .widget ul li {
    padding-bottom: 5px;
}
.block.in-2col .widget ul li:last-child {
    padding-bottom: 0;
}
.block.in-2col .widget a {
    text-decoration: none;
}
.block.in-2col .widget a:hover {
    text-decoration: underline;
}
.block.in-2col .widget .selected {
    position: relative;
    font-weight: bold;
    color: #ffffff!important;
    text-decoration: none!important;
}
.block.in-2col .widget .selected:after {
    content: "";
    position: absolute;
    height: 26px;
    width: calc(100% + 10px);
    left: -5px;
    top: -1px;
    z-index: -1;
    
    background-color: #000000;
    transform: skewX(-15deg);
}
.block.in-2col .widget li span.empty,
.block.in-2col .widget .inactive span.empty,
.block.in-2col .widget .inactive a {
    color: #9B9B9B;
}
.block.in-2col .widget .like-link {
    cursor: pointer;
}
.block.in-2col .widget ul.sub {
    padding-left: 15px;
    padding-top: 5px;

    display: none;
}
.block.in-2col .widget ul.sub.opened {
    display: block;
}
.block.in-2col .widget select {
    display: block;
    height: 35px;
    margin-bottom: 25px;
    
    font-size: 18px;
    line-height: 30px;
    
    
    border: none;
    background-color: rgba(255,255,255,0.5);
    
}
.block.in-2col .widget.cities-list .widgettitle:first-child {
    margin-top: 23px;
}
/* << in 2col */



/* >> dealers map */
.block.dealers-map {

}
.block.dealers-map .regions-links {
    position: absolute;
    z-index: -1;
    width: 100%;
    text-align: center;
    font-size: 1px;
}
.block.dealers-map .regions-links li {
    display: inline-block;
    margin-right: 10px;
}
.block.dealers-map .dealers-notice {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.4em;
}
.block.dealers-map .dealers-notice p {
    margin-bottom: 7px;
}
.block.dealers-map .dealers-notice a {
    color: #ffffff;
}
.block.dealers-map .switcher {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
    
    font-size: 0;
    white-space: nowrap;
}
.block.dealers-map .switcher > li {
    display: inline-block;
    vertical-align: top;
    padding: 8px 12px;
    min-width: 150px;
    cursor: pointer;
    
    border: 1px solid #000000;
    background-color: #333436;
    
    white-space: nowrap;
    font-size: 16px;
    line-height: 19px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-align: center;
    color: #ffffff;
}
.block.dealers-map .switcher > li.active {
    background-color: #ffcb00;
    color: #333436;
    cursor: default;
}
.block.dealers-map .switcher > li:first-child {
    border-radius: 21px 0 0 21px;
}
.block.dealers-map .switcher > li:last-child {
    border-radius: 0 21px 21px 0;
}
#dealers-map {
    position: relative;
    z-index: 1;
    height: 600px;
}

/* << dealers map */



/* >> dealers-list */
.dealers-list {
    font-size: 14px;
}
.dealers-list .city {
    position: relative;
    margin-bottom: 10px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.2em;
}
.dealers-list .city::before {
    content: "";
    position: absolute;
    height: 67px;
    width: 24px;
    left: -7px;
    top: 3px;
    
    background-image: url(../images/region-arrow.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.dealers-list .dealer {
    margin-bottom: 35px;
}
.dealers-list .dealer .title {
    margin: 0 0 25px 0;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
}
.dealers-list .dealer .image {
    margin-bottom: 15px;
}
.dealers-list .dealer .image > img {
    display: block;
    width: 100%;
}
.dealers-list .dealer .map-container {
    position: relative;
    height: 150px;
    overflow: hidden;
    margin: 0 0 17px 0;
}
.dealers-list .dealer .map-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.dealers-list .dealer .map {
    width: 100%;
    height: 450px;
    margin-top: -150px;
}
.dealers-list .dealer .map-container.expanded {
    height: 450px;
    transition: height 0.5s ease;
}
.dealers-list .dealer .map-container.expanded:before {
    display: none;
}
.dealers-list .dealer .map-container.expanded .map {
    margin-top: 0;
    transition: margin 0.5s ease;
}
.dealers-list .dealer .details td {
    padding: 0 0 10px 0;
    vertical-align: top;
}
.dealers-list .dealer .details td.caption {
    width: 100px;
    padding-right: 15px;
}
.dealers-list .no-dealers {
    
}
.dealers-list .no-dealers p {
    margin: 23px 0 45px 0;
    
    font-family: "Oswald","HelveticaNeueBold",sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    text-transform: uppercase;
}
.dealers-list .no-dealers .fa {
    display: block;
    text-align: center;
    font-size: 288px;
    color: #d5d5d5;
}

.dealer-details {
    
}
.dealer-details p {
    margin-bottom: 7px;
    line-height: 1.3em;
}
.dealer-details.on-about {
    padding-top: 80px;
}
.dealer-details .drive-btn {
    margin-top: 35px;
}

/* << dealers-list */



/* >> страница продукта */
.block.product-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 154px;
    z-index: 200;
}
.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 40px;
}
.block.product-nav .nav {
    display: table;
    width: 100%;
    position: relative;
    font-size: 0;
}
.block.product-nav .nav::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
    z-index: -1;
    transform: skewX(-15deg);
    background-color: #000000;
}
.block.product-nav .nav-inner {
    display: table-row;
}
.block.product-nav .nav .item {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    white-space: nowrap;
}
.block.product-nav .nav .item.title {
    width: 100%;
}
.block.product-nav .nav a,
.block.product-nav .nav .a {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    
    font-family: "Oswald","HelveticaNeueBold",sans-serif;
    font-size: 16px;
    line-height: 45px;
    color: #ffcb00;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
.block.product-nav .nav a:hover,
.block.product-nav .nav .a:hover {
    color: #ffffff;
    text-decoration: none;
}
.block.product-nav .nav a.current,
.block.product-nav .nav .a.current {
    color: #ffffff;
    cursor: default;
}
.block.product-nav .nav .compare-switcher.disabled a,
.block.product-nav .nav .compare-switcher.disabled .a {
    cursor: default;
    color: #aaaaaa!important;
}
.block.product-nav .nav .compare-switcher.loading {
    -webkit-animation: loading-opacity 1.5s infinite linear;
    animation: loading-opacity 1.5s infinite linear;
}



.block.product-main {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333436+0,4b4c4e+9,dadada+78,f3f3ed+100 */
    background: #333436; /* Old browsers */
    /*background: -moz-linear-gradient(top, #333436 0%, #4b4c4e 9%, #dadada 78%, #f3f3ed 100%);
    background: -webkit-linear-gradient(top, #333436 0%,#4b4c4e 9%,#dadada 78%,#f3f3ed 100%);
    background: linear-gradient(to bottom, #333436 0%,#4b4c4e 9%,#dadada 78%,#f3f3ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333436', endColorstr='#f3f3ed',GradientType=0 );
    */

    /*background-image: linear-gradient(to bottom, #969696 0px, rgba(150, 150, 150, 0) 35em, #969696 40em);
    background-image: url("../images/environment-background.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #999;
    background-position: center bottom;*/
    
    padding-top: 25px;
    padding-bottom: 25px;
}
.block.product-main .wrapper {
    width: 100%;
    font-size: 0;
}
.block.product-main .mobile-item {
    display: none;
}
.block.product-main .info {
    position: relative;
    width: 40%;
    height: 100%;
    min-height: 400px;
    padding-right: 30px;
    padding-bottom: 30px;
    
    /*display: flex;
    align-items: center;*/

    color: #ffffff;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
}
.block.product-main .info h1 {
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.block.product-main .info p {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 35px;
    /*text-transform: uppercase;*/
}
.block.product-main .info .attachments {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.1em;
}
.block.product-main .info .attachments li {
    padding: 6px 0;
}
.block.product-main .info .attachments a {
    margin-left: 5px;
    color: #ffffff;
    text-decoration: none;
}
.block.product-main .info .attachments a:hover {
    text-decoration: underline;
}

.block.product-main .prices {
    font-size: 0;
    margin-bottom: 35px;
}
.block.product-main .price-item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;

    font-size: 38px;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    
    color: #FFCB00;
}
.block.product-main .price-item.old {
    text-decoration: line-through;
    opacity: 0.5;
}
.block.product-main .price-item span {
    display: block;
    font-size: 18px;
}
.block.product-main .price-item.old span {
    opacity: 0;
}
.block.product-main .price-item.unavailable {
    width: 100%;
    color: #777777;
    font-size: 22px;
}

.block.product-main .modifications {
    margin-top: 35px;
    font-size: 13px;
    line-height: 1.3em;
    color: #FFCB00;
    font-family: 'HelveticaNeue', sans-serif;
}
.block.product-main .modifications table {
    width: 100%;
}
.block.product-main .modifications td {
    padding-bottom: 4px;
}
.block.product-main .modifications .price {
    width: 17%;
    padding-left: 20px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}
.block.product-main .modifications .price.old {
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 11px;
}
.block.product-main .modifications .title {
    width: 66%;
    vertical-align: top;
}
.block.product-main .note {
    margin-top: 30px;

    font-size: 10px;
    line-height: 1.3em;
    color: #ffffff;
    opacity: 0.5;
}

.block.product-main .colors {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 150%;
    
    /*display: flex;
    align-items: center;*/
}
.block.product-main .images {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px);
    /*height: 100%;*/
}
.block.product-main .images div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;

    opacity: 0;
    text-align: center;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    transition: opacity 0.5s ease-in-out;
}
.block.product-main .images div:nth-child(1) {
    position: relative;
} 
.block.product-main .images div.current {
    opacity: 1;
}
.block.product-main .images div img {
    max-height: 100%;
    max-width: 100%;
}
.block.product-main .labels {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    
    text-align: right;
}
.block.product-main .labels li {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: auto;

    border: 1px solid #979797;
    background-color: #333436;

    cursor: pointer;
}
.block.product-main .labels.multycol li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.block.product-main .labels li img {
    width: 100%;
    height: 100%;
}
.block.product-main .labels li.current {
    border-color: #ffffff;
}
.block.product-main .compare {
    margin-top: 35px;
}


.block.product-dimensions {
    background: #f1f1f1;
    color: #333436;
}
.block.product-dimensions a {
    color: #333436;
}
.block.product-dimensions h2 {
    font-size: 36px;
    padding-bottom: 25px;
}
.block.product-dimensions .wrapper {
    display: table;
    width: 100%;
}
.block.product-dimensions .short-spec {
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    padding: 40px 30px 40px 0;

    font-size: 14px;
    line-height: 1.3em;
}
.block.product-dimensions .short-spec th {
    vertical-align: top;
    /*white-space: nowrap;*/
    width: 40%;
    padding: 3px 15px 3px 0;
    
    font-size: 12px;
    text-transform: uppercase;

    border-bottom: 1px solid #979797;
}
.block.product-dimensions .short-spec td {
    vertical-align: top;
    padding: 3px 0 3px 0;

    border-bottom: 1px solid #979797;
}
.block.product-dimensions .short-spec .color {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.block.product-dimensions .short-spec .color img {
    display: block;
    width: 100%;
}

.block.product-dimensions .short-spec .value {
    display: inline-block;
    vertical-align: top;
    min-width: 45%;
    padding-right: 20px;
}
.block.product-dimensions .short-spec .specifications-download {
    margin-top: 15px;
    text-align: center;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
}
.block.product-dimensions .dimensions {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
    text-align: center;
}
.block.product-dimensions .dimensions-image {
    position: relative;
}
.block.product-dimensions .dimensions-image img {
    max-width: 100%;
    max-height: 100%;
}
.block.product-dimensions .dimensions .legend {
    display: none;
}
.block.product-dimensions .dimensions .marks {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.block.product-dimensions .dimensions .dm {
    position: absolute;
    text-align: left;
}
.block.product-dimensions .dimensions .dm .mark {
    display: none;
}
.block.product-dimensions .dimensions .dm .label {
    display: block;
    max-width: 90px;
    margin-bottom: 3px;
    
    font-size: 12px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.block.product-dimensions .dimensions .dm .value {
    display: block;
    font-size: 11px;
    line-height: 1.3em;
}
.block.product-dimensions .dimensions.l-none .dm {
    display: none;
}
/* квадро, мотовездеходы */
.block.product-dimensions .dimensions.l-atv .dm.dm-width {
    top: 85.0452%;
    left: 70.5292%;
}
.block.product-dimensions .dimensions.l-atv .dm.dm-length {
    top: 90.2685%;
    left: 50.6966%;
}
.block.product-dimensions .dimensions.l-atv .dm.dm-height {
    top: 47.19%;
    left: 83.52%;
}
.block.product-dimensions .dimensions.l-atv .dm.dm-seat_height {
    display: none;
}
.block.product-dimensions .dimensions.l-atv .dm.dm-clearance {
    top: 61.6947%;
    right: 81.059%;
}
.block.product-dimensions .dimensions.l-atv .dm.dm-wheelbase {
    top: 84.4%;
    right: 62.86%;
}
/* трайки */
.block.product-dimensions .dimensions.l-spyder .dm.dm-width {
    top: 76.61%;
    left: 82.38%;
}
.block.product-dimensions .dimensions.l-spyder .dm.dm-length {
    top: 83.31%;
    left: 54.29%;
}
.block.product-dimensions .dimensions.l-spyder .dm.dm-height {
    top: 26.69%;
    left: 90.90%;
}
.block.product-dimensions .dimensions.l-spyder .dm.dm-seat_height {
    top: 49.93%;
    left: 93.19%;
}
.block.product-dimensions .dimensions.l-spyder .dm.dm-clearance {
    top: 63.44%;
    right: 92.5%;
}
.block.product-dimensions .dimensions.l-spyder .dm.dm-wheelbase {
    top: 81.71%;
    right: 60.5%;
}
.block.product-dimensions .dimensions.l-spyder2 .dm.dm-width {
    top: 79.61%;
    left: 77.38%;
}
.block.product-dimensions .dimensions.l-spyder2 .dm.dm-length {
    top: 86.61%;
    left: 44%;
}
.block.product-dimensions .dimensions.l-spyder2 .dm.dm-height {
    top: 26.69%;
    left: 90.90%;
}
.block.product-dimensions .dimensions.l-spyder2 .dm.dm-seat_height {
    top: 49.93%;
    left: 93.19%;
}
.block.product-dimensions .dimensions.l-spyder2 .dm.dm-clearance {
    top: 61.44%;
    right: 86.5%;
}
.block.product-dimensions .dimensions.l-spyder2 .dm.dm-wheelbase {
    top: 80.71%;
    right: 73.5%;
}
/* гидроциклы */
.block.product-dimensions .dimensions.l-sea-doo .dm.dm-width {
    top: 87.893%;
    left: 74.9173%;
}
.block.product-dimensions .dimensions.l-sea-doo .dm.dm-length {
    top: 69.11%;
    right: 66.55%;
}
.block.product-dimensions .dimensions.l-sea-doo .dm.dm-height {
    display: none;
}
.block.product-dimensions .dimensions.l-sea-doo .dm.dm-seat_height {
    display: none;
}
.block.product-dimensions .dimensions.l-sea-doo .dm.dm-clearance {
    display: none;
}
.block.product-dimensions .dimensions.l-sea-doo .dm.dm-wheelbase {
    display: none;
}
/* снегоходы */

.block.product-dimensions .dimensions.l-ski-doo .dm.dm-width {
    left: 76.52%;
    top: 84.2%;
}
.block.product-dimensions .dimensions.l-ski-doo .dm.dm-length {
    left: 20%;
    top: 73%;
}
.block.product-dimensions .dimensions.l-ski-doo .dm.dm-height {
    top: 20%;
    left: 0%;
}


.block.product-specifications {
    padding-top: 40px;
    padding-bottom: 40px;
}
.block.product-specifications .group {
    
}
.block.product-specifications .group-title {
    position: relative;
    padding: 6px 0;
    
    font-size: 24px;
    line-height: 1.3em;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    cursor: pointer;
    color: #ffcb00;
}
.block.product-specifications .group-title .fa {
    position: absolute;
    top: 16px;
    left: -15px;
    height: 12px;
    width: 12px;
    
    font-size: 14px;
    text-align: center;
    line-height: 12px;
    
    transform: rotate(-90deg);
    transition: transform 0.5s ease-in-out;
}
.block.product-specifications .group-title .fa {
    color: #ffffff;
}
.block.product-specifications .group-title.expanded .fa {
    transform: rotate(0deg);
}
.block.product-specifications .group-items {
    padding-bottom: 30px;
    margin: 0 -15px;
    width: calc(100% + 30px);
}
.block.product-specifications .group:nth-last-of-type(1) .group-items {
    padding-bottom: 0;
}
.block.product-specifications .group-items table {
    width: 100%;
}
.block.product-specifications .group-items tr:nth-child(2n-1) {
    background: rgba(255,255,255, 0.1);
}
.block.product-specifications .group-items th {
    vertical-align: top;
    padding: 8px 10px 9px 15px;
    
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1em;
    
    box-sizing: border-box;
}
.block.product-specifications .group-items td {
    vertical-align: top;
    padding: 8px 0px 9px 10px;
    
    font-size: 14px;
    line-height: 1.2em;
    
    box-sizing: border-box;
}
.block.product-specifications .group-items td:last-child {
    padding-right: 15px;
}



.block.product-features {
    color: #ffffff;
    background: #000000;
    font-size: 0;
}
.block.product-features a {
    color: #ffffff;
}
.block.product-features .feature-row {
    background: #000000;
    font-size: 0;
}
.block.product-features .feature-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.block.product-features .feature-block > .wrapper {
    z-index: 26;
}
.block.product-features .blocks-1 > .wrapper {
    max-width: 100%;
    padding: 0;
}
.block.product-features .blocks-1 .text-left .wrapper,
.block.product-features .blocks-1 .text-right .wrapper {
    position: absolute;
    max-width: 1140px;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    
    transform: translateX(-50%);
}
.block.product-features .blocks-2 > .wrapper {
    padding: 0;
}
.block.product-features .blocks-2 .feature-block {
    width: calc(50% - 5px);
    margin-right: 10px;
}
.block.product-features .blocks-2 .feature-block:nth-child(2) {
    margin-right: 0;
}
.block.product-features .blocks-3 > .wrapper {
    padding: 0;
}
.block.product-features .blocks-3 .feature-block {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
}
.block.product-features .blocks-1 + .blocks-2,
.block.product-features .blocks-1 + .blocks-3 {
    padding-top: 40px;
}
.block.product-features .blocks-3 .feature-block:nth-child(3) {
    margin-right: 0;
}
.block.product-features .mobile-image {
    display: none;
}
.block.product-features .image-container {
    height: 100%;
    position: relative;
    /*z-index: 20;*/
}
.block.product-features .image-container .background-image img {
    display: block;
    width: 100%;
}
.block.product-features .text-top .image-container {
    margin-top: -100px;
}
.block.product-features .image-container .video-link {
    position: absolute;
    font-size: 90px;
    z-index: 28;
    color: #ffffff;
    cursor: pointer;
    
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.block.product-features .text-left .image-container .video-link {
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}
.block.product-features .text-right .image-container .video-link {
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.block.product-features .text-bottom .image-container .video-link,
.block.product-features .text-bottom-alt .image-container .video-link { 
    left: 50%;
    top: calc(50% - 70px);
    
    transform: translateX(-50%);
}
.block.product-features .mobile-gradient-container {
    display: none;
}
.block.product-features .gradient-container {
    position: relative;
    z-index: 22;
}
.block.product-features .text-left .gradient-container,
.block.product-features .text-right .gradient-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    pointer-events: none;
    
    background-color: transparent;
}
.block.product-features .gradient-dark-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    
    background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0));
}
.block.product-features .gradient-dark-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000 100%, #000000);
}
.block.product-features .gradient-dark-bottom,
.block.product-features .gradient-dark-bottom-alt {
    position: absolute;
    height: 150px;
    width: 100%;
    left: 0;
    bottom: 0;
    
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.99) 100%);
}
.block.product-features .gradient-dark-top {
    position: absolute;
    height: 70px;
    width: 100%;
    left: 0;
    bottom: -70px;
    
    background-image: linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.block.product-features .text-container {
    position: relative;
    height: 100%;
    z-index: 26;
}
.product-features .text-left .text-container .text,
.product-features .text-right .text-container .text {
    position: absolute;
    z-index: 30;
    
    color: #ffffff;
}
.product-features .text-left .text-container .pc-image,
.product-features .text-right .text-container .pc-image {
    position: absolute;
    z-index: 26;
    text-align: center;
}
.product-features .text-container .pc-image img {
    max-width: 100%;
    max-height: 100%;
}
.block.product-features .text-left .text-container .text {
    left: 0;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
}
.block.product-features .text-left .text-container .pc-image {
    width: 40%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.block.product-features .text-right .text-container .text {
    right: 0;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
}
.block.product-features .text-right .text-container .pc-image {
    width: 40%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.block.product-features .text-bottom .text-container,
.block.product-features .text-bottom-alt .text-container {
    transform: translateY(-70px);
}
.block.product-features .text-bottom .text-container .text,
.block.product-features .text-bottom-alt .text-container .text {
    /*padding-bottom: 50px;*/
}
.block.product-features .text-top .text-container {
    
}
.block.product-features .text-top .text-container .text { 
    position: relative;
    max-width: 740px;
    min-height: 320px;
    padding: 50px 0;
    margin: 0 auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    text-align: center;
    box-sizing: border-box;
}

.block.product-features .text-container p {
    font-size: 16px;
    line-height: 1.3em;
}
.block.product-features .text-container p.sub-title {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.5em;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
}
.block.product-features .text-container p.title {
    margin-bottom: 19px;
    font-size: 48px;
    line-height: 1.2em;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
}
.block.product-features .blocks-2 .text-container p.title,
.block.product-features .blocks-3 .text-container p.title {
    font-size: 40px;
}


.block.product-accessories {
    padding-top: 40px;
    padding-bottom: 40px;
    
    background: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff -40%, #ffcb00 100%);
}
.block.product-accessories .catalog-btn {
    display: inline-block;
    padding: 5px 10px;
    
    font-size: 18px;
    text-decoration: none;
    color: #FFCB00;
    text-transform: uppercase;
    
    background-color: #000000;
}
.block.product-accessories .catalog-btn:hover {
    color: #ffffff;
}
.block.product-accessories > .wrapper {
    color: #333436;
    font-family: "Oswald","HelveticaNeueBold",sans-serif;
}
.block.product-accessories > .wrapper h2 {
    font-size: 48px;
    padding-bottom: 20px;
}
.block.product-accessories > .wrapper p {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.block.product-accessories > .wrapper .catalog-link {
    position: relative;
    font-size: 22px;
    margin-bottom: 0;
    padding-right: 200px;
}
.block.product-accessories > .wrapper .catalog-link span {
    display: inline-block;
    padding: 5px 0;
}
.block.product-accessories > .wrapper .catalog-link a {
    position: absolute;
    right: 0;
    top: 0;
}
.block.product-accessories .columns {
    font-size: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.block.product-accessories .columns .col {
    position: relative;
    display: table-cell;
    vertical-align: top;
    /*width: calc((100% - 20px) / 3);*/
    width: 33%;
    margin-right: 5px;
    padding-bottom: 20px;
    
    background: #000000;
}
.block.product-accessories .columns .col:nth-child(3) {
    margin-right: 0;
}
.block.product-accessories .columns > .wrapper {
    padding: 0 10px;
    border-spacing: 10px 0;
}
.block.product-accessories .columns .col > .wrapper {
    z-index: 26;
    
    margin-top: -190px;
    min-height: 190px;
    
    /*margin-bottom: -190px;
    transform: translateY(-190px);*/
}
.block.product-accessories .columns .image-container {
    height: 100%;
    height: 29vw; /* 27% ширины экрана, 29 - получим квадратное */
    position: relative;
    overflow: hidden;
    /*z-index: 20;*/
    
    background-color: #ffffff;
}
.block.product-accessories .columns .image-container .background-image img {
    display: block;
    width: 100%;
}
.block.product-accessories .gradient-container {
    position: relative;
    z-index: 22;
}
.block.product-accessories .gradient {
    position: absolute;
    height: 250px;
    width: 100%;
    left: 0;
    bottom: 0;
    
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.99) 100%);
}
.block.product-accessories .text-container {
    position: relative;
    height: 100%;
    z-index: 26;
    
    /*transform: translateY(-70px);
    margin-bottom: -70px;*/
    /*margin-top: -70px;*/
}
.block.product-accessories .text-container p {
    font-size: 16px;
    line-height: 1.3em;
}
.block.product-accessories .text-container p.sub-title {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.5em;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
}
.block.product-accessories .text-container p.title {
    margin-bottom: 19px;
    font-size: 30px;
    line-height: 1.2em;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
}
.block.product-accessories .text-container .link {
    display: inline-block;
    vertical-align: baseline;
    padding: 2px 7px;
    
    text-decoration: none;
    color: #000000;
    font-family: "Oswald","HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
    
    background-color: #FFCB00;
}
.block.product-accessories .text-container .link:hover {
    background-color: #ffba00;
}

.block.product-accessories .single-row {
    font-size: 0;
}
.block.product-accessories .single-row .left-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-right: 20px;
    
    text-align: center;
    text-transform: uppercase;
}
.block.product-accessories .single-row .left-col p {
    margin-bottom: 15px;
}
.block.product-accessories .single-row .right-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 20px;
    
    text-align: right;
}
.block.product-accessories .single-row .right-col img {
    max-width: 90%;
}



.block.product-gallery {
    background: #000000;
}
.block.product-gallery .fotorama.gallery .fotorama__nav.fotorama__nav--thumbs {
    background-color: #000000;
    /*padding: 0 20px;*/
}
.block.product-gallery .fotorama.gallery .fotorama__thumb-border {
    border-color: #ffcb00;
}

/* << страница продукта */




/* >> результаты поиска */
.block.search-results  {
    padding-top: 60px;
}
.block.search-results .summary {
    margin: 0 0 15px;
    
    font-family: "Oswald","HelveticaNeueBold",sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}
.block.search-results .categories {
    text-align: left;
    margin-bottom: 20px;
}
.block.search-results .categories li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    
    font-size: 18px;
    line-height: 1.2em;
}
.block.search-results .categories li.active a {
    text-decoration: underline;
    cursor: default;
}
.block.search-results .results-block {
    margin-bottom: 30px;
}
.block.search-results .type-label {
    font-family: "Oswald","HelveticaNeueBold",sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffcb00;
}
.block.search-results .post {
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.block.search-results .date {
    display: block;
    margin-bottom: 2px;
    
    font-size: 14px;
    opacity: 0.5;
    
}
.block.search-results .short-features {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.2em;
    opacity: 0.5;
}
.block.search-results .nothing-found {
    margin: 0 0 55px;
    
    font-family: "Oswald","HelveticaNeueBold",sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}
/* >> результаты поиска */


/* >> старница FAQ */
.block.faq {
    background: #f1f1f1;
    color: #333436;
    padding-top: 30px;
    padding-bottom: 30px;
}
.block.faq .faq-item {
    padding: 10px 0 10px 0;
}
.block.faq .faq-item > div {
    position: relative;
    margin-bottom: 17px;
}
.block.faq .faq-item .question {
    font-weight: bold;
    margin-bottom: 7px;
    padding-left: 25px;
}
.block.faq .faq-item .question:before {
    content: 'Q:';
    display: block;
    position: absolute;
    left: 0;
}
.block.faq .faq-item .answer {
    padding-left: 25px;
}
.block.faq .faq-item .answer:before {
    content: 'A:';
    display: block;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.block.faq form {
    
}
.block.faq .input-text {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    
    background-color: #fefefe;
    border: 1px solid #555555;
}
.block.faq .captcha {
    display: flex;
    grid-gap: 15px;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}
.block.faq .captcha .input-text {
    width: 150px;
    margin: 0;
}
.block.faq .captcha .captcha-image img {
    display: block;
    height: 48px;
    margin: 0;
    cursor: pointer;
}
.block.faq .captcha .captcha-image.refreshing {
    position: relative;
}
.block.faq .captcha .captcha-image.refreshing:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    
    background-color: rgba(255,255,255,0.7);
    background-repeat: no-repeat;
    background-position: center center;
}
.block.faq .captcha .captcha-image.refreshing:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    
    background-image: url('../images/icon-save-process.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px 36px;
    
    -webkit-animation: a-spin 1.5s infinite linear;
    animation: a-spin 1.5s infinite linear;
}
.block.faq .btn {
    
}
.block.faq .btn:hover {
    
}
.block.faq .btn:active {
    
}
/* << старница FAQ */



/* >> страница аксесуаров для мождели */
.block.accessories {
    
}
.block.accessories .page-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.block.accessories .cols {
    font-size: 0;
}
.block.accessories .col {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 65px;
}
.block.accessories .col.catalogs {
    width: calc(200%/3 - 10px); /*calc(2*(100% - 60px)/3 + 30px);*/
    margin-right: 30px;
}
.block.accessories .col.links {
    width: calc((100% - 60px)/3);
}
.block.accessories .col .image {
    height: 300px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.block.accessories .col .image img {
    position: relative;
    /*left: 50%;*/
    height: 100%;
    
    /*transform: translateX(-50%);*/
}
.block.accessories .col .items li {
    margin-bottom: 6px;
    font-size: 18px;
    font-family: "Oswald","HelveticaNeueBold",sans-serif; 
    color: #ffcb00;
    line-height: 1.1em;
}
.block.accessories .col .items a {
    color: #ffcb00;
    text-decoration: none;
}
.block.accessories .col .items a:hover {
    color: #ffffff;
}
.block.accessories .col .items .fa {
    margin-right: 5px;
}
.block.accessories .videos ul {
    font-size: 0;
    margin-top: 20px;
}
.block.accessories .videos li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    padding-bottom: 50px;

    color: #ffffff;
}
.block.accessories .videos li:nth-child(3n) {
    margin-right: 0;
}
.block.accessories .video-item {
    cursor: pointer;
}
.block.accessories .video-item .image {
    position: relative;
}
.block.accessories .video-item .image img {
    display: block;
    width: 100%;
}
.block.accessories .video-item .image .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    
    font-size: 55px;
    
    transform: translate(-50%, -50%);
}
.block.accessories .video-item .title {
    margin-top: 12px;
    
    font-size: 14px;
    line-height: 1.3em;
}
/* << страница аксесуаров для мождели */


/* >> страница сравнения моделей */
.block.products-compare-header-holder {
    display: none;
}
.block.products-compare-header-holder.active {
    display: block;
}
.block.products-compare {
    
}
.block.products-compare .left-hider {
    position: absolute;
    z-index: 10;
    width: 500px;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -495px; /* width - 5px space */
    
    background-color: #333436;
}
.block.products-compare .compare-table {
    /*min-width: 100%;*/
    /*table-layout: fixed;*/
}

.block.products-compare .compare-table .product-th {
    
}
.block.products-compare .compare-table .product-image {
    display: block;
    width: 145px;
}
.block.products-compare .compare-table .product-image img {
    display: block;
    width: 100%;
}
.block.products-compare .compare-table .product-title {
    /*display: block;*/
    
    font-size: 24px;
    line-height: 1.1em;
    font-family: "Oswald","HelveticaNeueBold",sans-serif; 
    text-transform: uppercase;
    text-decoration: none;
}
.block.products-compare .compare-table .product-title .product-year {
    color: #adaeae;
}
#compare-header {
    position: static;
    background-color: #333436;
}
#compare-header td,
#compare-header th,
#compare-header th .c:before {
    background-color: #333436;
}
#compare-header td,
#compare-header th {
    padding-bottom: 0;
}
#compare-header tr:last-child td,
#compare-header tr:last-child th {
    padding-bottom: 9px;
}
#compare-header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200;
}
#compare-header .group-items {
    padding-bottom: 0;
}
.admin-bar #compare-header.sticky { 
    top: 32px;
}

.block.products-compare .group-title {
    position: relative;
    padding: 6px 0;
    
    color: #ffffff;
    /*cursor: pointer;*/
    font-family: "Oswald","HelveticaNeueBold",sans-serif;
    font-size: 24px;
    line-height: 1.3em;
}
.block.products-compare .group-items {
    margin: 0 -15px;
    padding-bottom: 30px;
    width: calc(100% + 30px);
}
.block.products-compare .compare-table tr:nth-child(2n-1) td {
    background-color: rgba(255, 255, 255, 0.1);
}
.block.products-compare .compare-table td {
    padding: 8px 0px 9px 10px;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2em;
    
    transition: color 0.5s ease;
}
.block.products-compare .compare-table td:nth-last-of-type(1) {
    padding-right: 10px;
}
.block.products-compare .compare-table th {
    position: relative;
    padding: 8px 10px 9px 15px;
    vertical-align: top;
    
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.1em;
    text-transform: uppercase;
}
.block.products-compare .compare-table th .c {
    position: absolute;
    padding: 8px 10px 9px 15px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    
    background-color: #333436;
}
.block.products-compare .compare-table th .c:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #333436;
}
.block.products-compare .compare-table tr:nth-child(2n-1) th .c:before {
    background-color: rgba(255, 255, 255, 0.1);
}
.block.products-compare .compare-table th .c:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 100%;
    top: 0;
    z-index: 10;
    background-color: #333436;
}
.block.products-compare .compare-table tr.highlight th,
.block.products-compare .compare-table tr.highlight td {
    color: #ffcb00;
}
.block.products-compare .compare-table td.removing {
    /*-webkit-animation: loading-opacity 1.5s infinite linear;
    animation: loading-opacity 1.5s infinite linear;*/
    color: rgba(255,255,255, 0.3)!important;
}
.block.products-compare .compare-table td.removing.product-th .product-image,
.block.products-compare .compare-table td.removing.product-th .product-title,
.block.products-compare .compare-table td.removing.product-th .compare-filter {
    opacity: 0.3;
}

.block.products-compare .compare-table td .val {
    display: block;
}

.block.products-compare .compare-table .space {
    width: 0;
    min-width: 0;
    padding: 0;
    border-left: 10px solid transparent;
    border-right: 5px solid #333436;
}
.block.products-compare .compare-table th+.space {
    border-left: none;
}

.block.products-compare .compare-table .row-caption {
    width: 18vw;
    min-width: 150px;
    max-width: 226px;
}
.block.products-compare .compare-table .cs-1 {
    width: 22vw;
    min-width: 200px;
    max-width: 300px;
}
.block.products-compare .compare-table .cs-2 {
    width: 44vw;
    min-width: 400px;
    max-width: 600px;
}
.block.products-compare .compare-table .cs-3 {
    width: 66vw;
    min-width: 600px;
    max-width: 900px;
}
.block.products-compare .compare-table .cs-4 {
    width: 88vw;
    min-width: 800px;
    max-width: 1200px;
}
#compare-left-hider {
    position: absolute;
}
.block.products-compare .compare-table .compare-filter {
    font-size: 0;
}
.block.products-compare .compare-table .compare-filter .item {
    display: inline-block;
    vertical-align: top;
    padding: 4px 12px;
    margin: 0 10px 10px 0;
    
    background-color: #dddddd;
    border-radius: 20px;
    
    color: #333436;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
}
.block.products-compare .compare-table .compare-filter .item.active {
    color: #f1f1f1;
    background-color: #9b9b9b;
}

.block.empty-products-compare .wrapper {
    /*padding-top: 80px;
    padding-bottom: 80px;*/
}
.block.empty-products-compare p {
    text-align: center;
    font-family: "Oswald","HelveticaNeueBold",sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    font-style: normal;
    text-transform: uppercase;
}
.block.empty-products-compare .fa {
    display: block;
    text-align: center;
    font-size: 288px;
    color: #d5d5d5;
}
/* << страница сравнения моделей */


/* >> стрница записи на тест-драйв */
.block.test-drive {
    padding-top: 50px;
    padding-bottom: 50px;
    
    background: #f1f1f1;
    color: #333436;
    font-size: 0;
}
.block.test-drive a {
    color: #333436;
}
/*.block.test-drive .page-title {
    font-size: 24px;
    margin-bottom: 10px;
}*/
.block.test-drive .drive-form {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    padding-right: 50px;
    
    font-size: 16px;
}
.block.test-drive .drive-info {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.block.test-drive .drive-form .custom-drive-form {
    min-height: 150px;
}
.block.test-drive .drive-form .prompt {
    font-size: 18px;
    margin-bottom: 20px;
}
.block.test-drive .drive-form .field {
    margin-top: 15px;
    margin-bottom: 15px;
}
.block.test-drive .drive-form label {
    display: block;
    margin-bottom: 10px;
}
.block.test-drive .drive-form .input-text {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    
    background-color: #fefefe;
    border: 1px solid #555555;
}
.block.test-drive .drive-form .input-text.i-phone {
    width: 220px;
}
.block.test-drive .drive-form .input-text.i-date {
    display: inline-block;
    margin-right: 15px;
    width: 170px;
}
.block.test-drive .drive-form .input-text.i-time {
    display: inline-block;
    width: 110px;
}

/* << стрница записи на тест-драйв */



/* >> 404 */
.block.error-404 {
    
}
.block.error-404 .image {
    width: 100%;
    
}
.block.error-404 .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.block.error-404 .page-inner {
    position: relative;
    top: 50%;
    max-width: 400px;
}
.block.error-404 .page-title {
    margin-bottom: 12px;
}
.block.error-404 p {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.block.error-404 p.big {
    font-size: 22px;
}
.block.error-404 .searchform {
    width: 100%;
}
.block.error-404 .searchform-container {
    position: relative;
}
.block.error-404 .searchform input {
    width: 100%;
    padding-right: 35px;
    
    font-size: 16px;
    line-height: 30px;
}
.block.error-404 .searchform .fa {
    position: absolute;
    right: 10px;
    top: 2px;
    
    color: #333436;
    font-size: 22px;
    line-height: 32px;
    cursor: pointer;
}
/* << 404 */


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


@media screen and (max-device-width: 480px)
{
    body
    {
        -webkit-text-size-adjust: none;
    }
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE 10+ */
    
    .block.posts-grid .post {
        width: calc((100% - 2 * 20px)/3 - 1px);
    }

    .block.products-grid .categories-list > li {
        width: calc((100% - 2 * 20px)/3 - 1px);
    }

    .block.products-catalog .product {
        width: calc((100% - 60px)/3 - 1px);
    }
    
    .block.accessories .col.catalogs {
        width: calc(2*(100% - 60px)/3 + 30px - 1px);
    }
    .block.accessories .col.links {
        width: calc((100% - 60px)/3 - 1px);
    }
    .block.accessories .videos li {
        width: calc((100% - 60px)/3 - 1px);
    }
}



@-webkit-keyframes a-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* www/wp-content/themes/logos/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 6px;
    }
    
    
    .block.seo-texts .seo-col {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .block.seo-texts .seo-col .page-title {
        font-size: 30px;
    }
    .block.seo-texts .seo-col p {
        font-size: 14px;
    }
    
    
    .block .big-caption {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    
    .pagination {
        text-align: left;
    }
    
    .header .header-row.text-plate-row {
        font-size: 14px;
    }
    .header .header-row.menu-row {
        height: 0;
    }
    .header-block.products {
        display: none;
    }
    .header-block.lang {
        display: none;
    }
    .menu-opened  .block.header .header-block.logo,
    .menu-opened  .block.header .open-mobile-menu-link {
        display: none;
    }
    
    .block.header .pc-menu-box,
    .header-block.menu .pc-menu-box::after {
        display: none;
    }
    .block.header .open-mobile-menu-link {
        display: block;
        position: absolute;
        right: 0;
        top: 19px;
        
        font-size: 36px;
        color: #ffcb00;
        cursor: pointer;
    }
    .block.header .open-mobile-menu-link:hover {
        color: #ffffff;
    }
    .block.header .close-mobile-menu-link {
        display: block;
        position: absolute;
        right: 10px;
        top: 2px;
        
        font-size: 30px;
        color: #ffffff;
        cursor: pointer;
    }
    .block.header .close-mobile-menu-link:hover {
        color: #ffffff;
    }
    .block.header .mobile-menu-box {
        display: block;
        position: fixed;
        z-index: 9000;
        left: 0;
        top: 0;
        right: 0;
        bottom: 100%;
        overflow: hidden;
        
        background-color: #333436;
        font-size: 16px;
        
        
        transition: all 0.3s ease-in-out;
    }
    body.menu-opened:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #333436;
    }
    
    .admin-bar .block.header .mobile-menu-box {
        z-index: 100000;
        /* admin-bar position is absolute*/
        top: 46px;
        bottom: calc(100% - 46px);
    }
    .block.header .mobile-menu-box.opened {
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .block.header .mobile-menu-box .languages {
        text-align: center;
        padding: 10px 35px;
        height: 38px;
    }
    .block.header .mobile-menu-box .languages li {
        display: inline-block;
        vertical-align: top;
        margin: 0 6px;
    
        font-size: 16px;
        line-height: 1em;
        text-transform: uppercase;
    }
    .block.header .mobile-menu-box .languages li.current-lang {
        color: #ffcb00;
        font-weight: bold;
    }
    .block.header .mobile-menu-box .languages li a {
        text-decoration: none;
    }
    .block.header .mobile-menu-box .languages li.current-lang a {
        text-decoration: underline;
        color: #ffcb00;
        font-weight: bold;
    }
    .block.header .mobile-menu-box .search-block {
        
        margin: 0 auto;
        height: 50px;
        padding: 8px 10px 0 10px;
    }
    .block.header .mobile-menu-box .search-form {
        position: relative;
    }
    .block.header .mobile-menu-box .search-field {
        width: 100%;
        padding: 6px 10px;
        
        font-size: 16px;
        background: rgba(255,255,255, 0.5);
        border: 1px solid #555555;
        
        transition: background 0.5s ease;
    }
    .block.header .mobile-menu-box .search-field:focus {
        background: rgba(255,255,255, 0.9);
    }
    .block.header .mobile-menu-box .search-form-submit {
        position: absolute;
        top: 8px;
        right: 6px;

        color: #000000;
        font-size: 16px;
        cursor: pointer;
    }
    .block.header .mobile-menu-container {
        height: calc(100% - 38px - 50px);
    }
    .block.header .mobile-menu {
        position: relative;
        min-height: 100%;
    }
    .block.header .mobile-menu .a-show-sublevel,
    .block.header .mobile-menu .a-hide-sublevel {
        cursor: pointer;
    }
    .block.header .mobile-menu > li {
        /*padding: 10px 15px;*/
        border-bottom: 1px solid #555555;
    }
    .block.header .mobile-menu > li > a,
    .block.header .mobile-menu > li > span {
        display: inline-block;
        vertical-align: middle;
        padding: 21px 15px;
        width: calc(100% - 40px);
    }
    .block.header .mobile-menu li > .fa {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        padding-right: 10px;
        
        text-align: right;
        line-height: 48px;
    }
    .block.header .mobile-menu .sub {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        min-height: 100%;
        background-color: #333436;
        
        display: no-ne;
        transition: left 0.3s ease-in-out;
    }
    .block.header .mobile-menu .opened > .sub {
        display: block;
        left: 0;
    }
    .block.header .mobile-menu .parent-link {
        padding: 15px 15px;
        border-bottom: 1px solid #555555;
        font-size: 20px;
        cursor: pointer;
    }
    .block.header .mobile-menu .parent-link .fa {
        margin-right: 10px;
    }
    .block.header .mobile-menu .sub-menu > li {
        /*padding: 10px 15px;*/
        border-bottom: 1px solid #555555;
    }
    .block.header .mobile-menu .sub-menu > li > a {
        display: inline-block;
        vertical-align: middle;
        padding: 16px 15px;
        width: calc(100% - 30px);
    }
    .block.header .mobile-menu  .sub-menu > li > .fa {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
    }
    .block.header .mobile-menu .menu-item.disabled > a,
    .block.header .mobile-menu .menu-item.disabled > span {
        cursor: default;
        color: #aaaaaa!important;
    }
    .block.header .mobile-menu .products-compare-item {
        display: none;
    }
    
    
    
    .block.page-top .slider .slide .back img {
        width: 226%;
        position: relative;
        left: -63%;
    }
    .block.page-top .slider .slide .back .video-bg {
        height: 100%;
        width: 226%;
        left: -63%;
    }
    .block.page-top .slider .slide-inner {
        width: 75%;
        left: 6px;
    }
    .block.page-top .slider .slide-inner p {
        font-size: 18px;
    }
    .block.page-top .slider .slide-inner p.caption {
        font-size: 36px;
    }
    .block.page-top .slider .slide-inner p.more {
        
    }
    .block.page-top .pattern {
        height: 60px;
        background-size: 384px 60px;
    }
    .block.page-top .pc-item {
        display: none;
    }
    
    
    .block.page-top .add-blocks {
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        padding: 10px 0 25px 0;
    }
    .block.page-top .add-block:nth-child(1) {
        padding-right: 10px;
    }
    .block.page-top .add-block:nth-child(2) {
        padding-left: 10px;
    }
    .block.page-top .add-block .link {
        font-size: 14px;
    }
    .block.page-top .add-block .caption {
        font-size: 15px;
    }
    .block.page-top .add-block .caption .fa {
        font-size: 24px;
    }
    .block.page-top.page-top-empty + .block {
        padding-top: 30px;
    }
    
    
    .block.banners.on-pc {
        display: none;
    }
    .block.banners.on-mobile {
        display: block;
    }
    .block.banners .wrapper {
        padding: 0;
    }
    .block.banners .banner {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .block.banners .banner:nth-child(n+3) {
        display: none;
    }
    
    
    .block.posts-grid .post { 
        width: 100%;
        margin: 0 0 20px 0;
    }
    .block.posts-grid .post .post-image {
        display: none;
    }
    .blog .post-date {
        margin-bottom: 6px;
        opacity: 0.5;
    }
    .block.posts-grid .more {
        margin-top: 0;
    }
    /*.block.posts-grid .pattern {
        height: 60px;
        background-size: 384px 60px;
    }*/
    
    
    
    .block.products-grid .on-pc {
        display: none!important;
    }
    .block.products-grid .on-mobile {
        display: block;
    }
    .block.products-grid .categories-list .category-expander {
        position: relative;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .block.products-grid .categories-list .category-expander span {
        display: block;
        padding: 0 20px;

        font-family: "Oswald","HelveticaNeueBold", sans-serif;
        font-size: 26px;
        line-height: 36px;
        text-align: center;
        color: #000000;
        
        background: #FFCB01;
    }
    .block.products-grid .categories-list .category-expander .fa {
        position: absolute;
        width: 18px;
        height: 18px;
        top: 10px;
        left: 5px;
        
        font-size: 14px;
        line-height: 12px;
        text-align: center;
        color: #000000;
        
        transform: rotate(-90deg);
        transition: transform 0.5s ease-in-out 0s;
    }
    .block.products-grid .categories-list .expanded .category-expander .fa {
        transform: rotate(0deg);
    }
    .block.products-grid .categories-list > li { 
        width: 100%;
        margin: 0 0 30px 0;
    }
    .block.products-grid .categories-list .category-inner {
        display: none;
    }
    .block.products-grid .categories-list .subcategory {
        float: none;
        font-size: 18px;
    }
    .block.products-grid .categories-list .products-list {
        font-size: 18px;
    }
    .block.products-grid .categories-list .subcategory p {
        line-height: 1.2em;
        text-transform: none;
    }
    .block.products-catalog .product .compare {
        display: none;
    }
    
    .block.products-links li {
        display: block;
        margin-bottom: 15px;
    }
    .block.products-links li:last-child {
        margin-bottom: 0;
    }
    
    
    .block.in-2col .left-col,
    .block.in-2col.inverse .left-col {
        width: 100%;
        padding-right: 0;
    }
    .block.in-2col .right-col,
    .block.in-2col.inverse .right-col {
        float: none;
        display: block;
        width: 100%;
        padding-top: 0;
    }
    .block.in-2col .right-col {
        padding-top: 50px;
    }
    
    .block.in-2col .cities-list {
        font-size: 14px;
    }
    .block.in-2col .widget.cities-list ul {
        text-align: center;
    }
    .block.in-2col .widget.cities-list li {
        display: inline-block;
        margin: 0 5px 10px 5px;
        padding: 0;
    }
    .block.in-2col .widget.cities-list li a,
    .block.in-2col .widget.cities-list li span {
        display: block;
        padding: 4px 12px;
        height: 25px;
        
        background: #dddddd;
        border-radius: 13px;
    }
    .block.in-2col .widget.cities-list li .selected {
        background: #9b9b9b;
        color: #f1f1f1 !important;
    }
    .block.in-2col .widget.cities-list li .selected:after {
        display: none;
    }
    .block.in-2col .widget select {
        width: 100%;
    }
    .dealers-list .city {
        display: none;
    }
    
    
    
    .block.products-catalog .product {
        width: 100%;
        margin-right: 0;
        padding: 60px 0 30px 0;
    }
    .block.products-catalog .product .subcategory-name {
        width: 100%;
        padding-left: 10px;
        white-space: normal;
    }
    .block.products-catalog .product .subcategory-name::before {
        left: 0px;
    }
    .block.products-catalog .product .short-features {
        
    }
    .block.products-catalog .subcategory-image { 
        display: block;
        margin: 0;
        width: 100%;
    }
    .block.products-catalog .subcategory-items { 
        display: block;
        width: 100%;
    }
    .block.products-catalog .note {
        margin-top: 15px;
        /*margin-bottom: 15px;*/
    }
    
    
    .block.product-nav {
        display: none;
    }
    
    .block.product-main {
        /*padding-top: 30px;
        padding-bottom: 0;*/
        
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333436+0,4b4c4e+9,dadada+78,f3f3ed+100 */
        /*background: #333436; 
        background: -moz-linear-gradient(top, #333436 0%, #4b4c4e 39%, #dadada 91%, #f3f3ed 100%);
        background: -webkit-linear-gradient(top, #333436 0%,#4b4c4e 39%,#dadada 91%,#f3f3ed 100%);
        background: linear-gradient(to bottom, #333436 0%,#4b4c4e 39%,#dadada 91%,#f3f3ed 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333436', endColorstr='#f3f3ed',GradientType=0 );*/
    
    }
    .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 .info h1 {
        font-size: 36px;
    }
    .block.product-main .colors {
        display: block;
        position: static;
        width: 100%;
        margin-bottom: 25px;
    }
    .block.product-main .images {
        display: block;
        width: 100%;
    }
    .block.product-main .images div img {
        max-width: 100%;
    }
    .block.product-main .labels {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .block.product-main .labels li { 
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 10px 5px !important;
    }
    .block.product-main .compare {
        display: none;
    }
    
    .block.product-price .price-item {
        width: 50%;
        text-align: center;
    }
    .block.product-price .price-item .price {
        display: inline-block;
        text-align: left;
    }
    .block.product-price .modifications {
        display: block;
        width: 100%;
        margin-top: 35px;
    }
    .block.product-price .price-list {
        display: block;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .block.product-price .note {
        margin-top: 15px;
    }
    
    .block.product-dimensions .wrapper {
        display: block;
    }
    .block.product-dimensions .short-spec {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .block.product-dimensions .dimensions {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .block.product-dimensions .dimensions .dm .mark {
        display: block;
        width: 25px;
        height: 25px;
        
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
        line-height: 25px;
        
        border-radius: 100%;
        border: 1px solid;
    }
    .block.product-dimensions .dimensions .marks .dm .label,
    .block.product-dimensions .dimensions .marks .dm .value {
        display: none;
    }
    .block.product-dimensions .dimensions .legend {
        display: block;
        padding: 10px 0 20px 0;
    }
    .block.product-dimensions .dimensions .legend .dm {
        position: static;
        padding: 0 0 10px 0;
    }
    .block.product-dimensions .dimensions .legend .dm .mark,
    .block.product-dimensions .dimensions .legend .dm .label,
    .block.product-dimensions .dimensions .legend .dm .value {
        display: inline-block;
        vertical-align: text-top;
        max-width: 100%;
    }
    .block.product-dimensions .dimensions .legend .dm .mark {
        margin-right: 10px;
        vertical-align: middle;
    }
    .block.product-dimensions .dimensions .legend .dm .label,
    .block.product-dimensions .dimensions .legend .dm .value {
        font-size: 16px;
    }
    .block.product-dimensions .dimensions .legend .dm .label:after {
        content: ":";
        padding-right: 10px;
    }
    
    .block.product-specifications {
        display: none;
    }
    .block.product-specifications .group-title .fa {
        left: auto;
        right: 0;
        transform: rotate(90deg);
    }
    .block.product-specifications .group-items th {
        /*width: 100px;*/
        line-height: 1.3em;
    }
    .block.product-specifications .group-items td {
        line-height: 1.3em;
    }
    
    
    .block.product-features .pc-image {
        display: none;
    }
    .block.product-features .mobile-image {
        display: block;
        position: absolute;
        z-index: 25;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .block.product-features .mobile-image img {
        display: block;
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .block.product-features .feature-row > .wrapper {
        padding: 0;
    }
    .block.product-features .feature-block {
        width: 100%!important;
        margin-right: 0 !important;
    }
    .block.product-features .feature-block > .wrapper {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
    }
    .block.product-features .text-left,
    .block.product-features .text-right,
    .block.product-features .text-bottom {
        background: #555555!important;
    }
    .block.product-features .text-left .text-container,
    .block.product-features .text-right .text-container {
        
    }
    .block.product-features .text-bottom .text-container {
        transform: none;
    }
    .block.product-features .text-bottom-alt .text-container {
        text-align: center;
    }
    .block.product-features .text-left .image-container .video-link {
        left: 50%;
    }
    .block.product-features .text-right .image-container .video-link {
        left: 50%;
    }
    .block.product-features .text-top .image-container {
        
    }
    .block.product-features .text-left .text-container .text, 
    .block.product-features .text-right .text-container .text,
    .block.product-features .text-bottom .text-container .text {
        position: relative;
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        
        padding: 30px 0;
    }
    .block.product-features .text-left .gradient-container,
    .block.product-features .text-right .gradient-container,
    .block.product-features .text-bottom .gradient-container {
        display: none;
    }
    
    .block.product-features .text-container .text p.sub-title {
        font-size: 18px;
    }
    .block.product-features .text-container .text p.title {
        font-size: 30px;
        line-height: 1.2em;
    }
    
    
    .block.product-accessories {
        
    }
    .block.product-accessories > .wrapper .catalog-link {
        padding-right: 0;
    }
    .block.product-accessories > .wrapper .catalog-link span {
        display: block;
        margin-bottom: 15px;
    }
    .block.product-accessories > .wrapper .catalog-link a {
        position: static;
    }
    .block.product-accessories .columns > .wrapper {
        padding: 0;
    }
    .block.product-accessories .columns .col {
        display: block;
        width: 100%;
    }
    .block.product-accessories .columns .image-container {
        height: auto;
    }
    /*.block.product-accessories .gradient-container {
        display: none;
    }
    .block.product-accessories .text-container {
        margin-top: 0;
    }*/
    .block.product-accessories .single-row .left-col,
    .block.product-accessories .single-row .right-col {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .block.product-accessories .single-row .right-col {
        padding-top: 20px;
    }
    
    
    
    
    .block.accessories .col.catalogs,
    .block.accessories .col.links {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .block.accessories .videos li {
        width: 100%;
        margin-right: 0!important;
    }
    
    
    .block.dealers-map .switcher {
        left: 20px;
        transform: none;
    }
    
    
    .block.test-drive {}
    .block.test-drive .drive-form {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .block.test-drive .drive-info {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-top: 50px;
    }
    .block.test-drive .drive-form .input-text.i-phone {
        width: 100%;
    }
    
    
    
    /*.block.footer .caption {
        font-size: 18px;
    }
    .block.footer .menu {
        font-size: 14px;
    }*/
    .block.footer .col {
        /*width: calc((100% - 20px)/2);*/
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .block.footer .col:nth-child(2) {
        margin-right: 0;
    }
    .block.footer .menu li {
        margin-bottom: 10px;
    }
    .block.footer .menu li a {
        padding: 5px 0;
        display: inline-block;
    }
    .block.footer .col.subscribe {
        display: block;
        position: static;
        width: 100%;
        max-width: 305px;
        margin: 0 auto 50px auto;
        text-align: center;
    }
    .block.footer .col.social {
        width: 100%;
        margin: 40px 0 0 0;
        text-align: center;
    }
    .block.footer .col.social .menu li {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
    }
    .block.footer .col.social .menu .fa {
        font-size: 36px;
    }
    .block.footer .col.social .menu li span {
        display: none;
    }
    .block.footer .subscribe-form .input-text {
        height: 36px;
        padding-bottom: 6px;
        padding-top: 6px;
        line-height: 20px;
    }
    .block.footer .subscribe-form .btn-i {
        height: 36px;
        padding: 3px;
        font-size: 28px;
        line-height: 28px;
    }
    
}
@media screen and (max-width: 360px) {
    .block.footer .col {
        width: 100%;
        margin-bottom: 35px;
        margin-right: 0;
        padding: 0 10px;
    }
    .block.footer .col.social {
        margin-top: 0;
    }
}

/* www/wp-content/themes/logos/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;
    }
    
    .block.seo-texts .seo-col {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    
    .block .big-caption {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    
    .header-block.products {
        width: calc(100% - 100px - 40px);
    }
    .header-block.products a {
        padding: 25px 0 23px;
    }
    .header-block.products img {
        height: 25px;
    }
    .header-block.products li.selected a::after {
        border-width: 6px 0 7px;
        height: calc(100% - 11px);
    }
    
    .header-block.lang {
        display: none;
    }
    .header-block.logo {
        padding: 10px 0;
        width: 100px;
    }
    .header-block.logo img {
        height: 46px;
        width: 92px;
        background-size: 92px 46px;
    }
    .header .header-row.logo-products-row {
        height: 75px;
    }
    .header .header-row.menu-row {
        height: 0;
    }
    
    .menu-opened  .block.header .header-block.logo,
    .menu-opened  .block.header .open-mobile-menu-link {
        display: none;
    }
    
    .block.header .pc-menu-box,
    .header-block.menu .pc-menu-box::after {
        display: none;
    }
    .block.header .open-mobile-menu-link {
        display: block;
        position: absolute;
        right: 0;
        top: 19px;
        
        font-size: 36px;
        color: #ffcb00;
        cursor: pointer;
    }
    .block.header .open-mobile-menu-link:hover {
        color: #ffffff;
    }
    .block.header .close-mobile-menu-link {
        display: block;
        position: absolute;
        right: 10px;
        top: 2px;
        
        font-size: 30px;
        color: #ffffff;
        cursor: pointer;
    }
    .block.header .close-mobile-menu-link:hover {
        color: #ffffff;
    }
    .block.header .mobile-menu-box {
        display: block;
        position: fixed;
        z-index: 9000;
        left: 0;
        top: 0;
        right: 0;
        bottom: 100%;
        overflow: hidden;
        
        background-color: #333436;
        font-size: 16px;
        
        
        transition: all 0.3s ease-in-out;
    }
    body.menu-opened:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #333436;
    }
    .admin-bar .block.header .mobile-menu-box {
        z-index: 100000;
        top: 46px;
        bottom: calc(100% - 46px);
    }
    .block.header .mobile-menu-box.opened {
        bottom: 0!important;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .block.header .mobile-menu-box .languages {
        text-align: center;
        padding: 10px 35px;
        height: 38px;
    }
    .block.header .mobile-menu-box .languages li {
        display: inline-block;
        vertical-align: top;
        margin: 0 6px;
    
        font-size: 16px;
        line-height: 1em;
        text-transform: uppercase;
    } 
    .block.header .mobile-menu-box .languages li.current-lang {
        color: #ffcb00;
        font-weight: bold;
    }
    .block.header .mobile-menu-box .languages li a {
        text-decoration: none;
    }
    .block.header .mobile-menu-box .languages li.current-lang a {
        text-decoration: underline;
        color: #ffcb00;
        font-weight: bold;
    }
    .block.header .mobile-menu-box .search-block {
        max-width: 400px;
        height: 50px;
        padding: 8px 10px 0 10px;
        margin: 0 auto;
    }
    .block.header .mobile-menu-box .search-form {
        position: relative;
    }
    .block.header .mobile-menu-box .search-field {
        width: 100%;
        padding: 6px 10px;
        
        font-size: 16px;
        background: rgba(255,255,255, 0.5);
        border: 1px solid #555555;
        
        transition: background 0.5s ease;
    }
    .block.header .mobile-menu-box .search-field:focus {
        background: rgba(255,255,255, 0.9);
    }
    .block.header .mobile-menu-box .search-form-submit {
        position: absolute;
        top: 8px;
        right: 6px;

        color: #000000;
        font-size: 16px;
        cursor: pointer;
    }
    .block.header .mobile-menu-container {
        height: calc(100% - 38px - 50px);
    }
    .block.header .mobile-menu {
        position: relative;
        min-height: 100%;
    }
    .block.header .mobile-menu .a-show-sublevel,
    .block.header .mobile-menu .a-hide-sublevel {
        cursor: pointer;
    }
    .block.header .mobile-menu > li {
        /*padding: 10px 15px;*/
        border-bottom: 1px solid #555555;
    }
    .block.header .mobile-menu > li > a,
    .block.header .mobile-menu > li > span {
        display: inline-block;
        vertical-align: middle;
        padding: 21px 15px;
        width: calc(100% - 40px);
    }
    .block.header .mobile-menu li > .fa {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        padding-right: 10px;
        
        text-align: right;
        line-height: 48px;
    }
    .block.header .mobile-menu .sub {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        min-height: 100%;
        background-color: #333436;
        
        display: no-ne;
        transition: left 0.3s ease-in-out;
    }
    .block.header .mobile-menu .opened > .sub {
        display: block;
        left: 0;
    }
    .block.header .mobile-menu .parent-link {
        padding: 15px 15px;
        border-bottom: 1px solid #555555;
        font-size: 20px;
        cursor: pointer;
    }
    .block.header .mobile-menu .parent-link .fa {
        margin-right: 10px;
    }
    .block.header .mobile-menu .sub-menu > li {
        /*padding: 10px 15px;*/
        border-bottom: 1px solid #555555;
    }
    .block.header .mobile-menu .sub-menu > li > a {
        display: inline-block;
        vertical-align: middle;
        padding: 16px 15px;
        width: calc(100% - 30px);
    }
    .block.header .mobile-menu  .sub-menu > li > .fa {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
    }
    .block.header .mobile-menu .menu-item.disabled > a,
    .block.header .mobile-menu .menu-item.disabled > span {
        cursor: default;
        color: #aaaaaa!important;
    }
    .block.header .mobile-menu .compare-count {
        
    }
    .block.header .mobile-menu .compare-count:before {
        content: ' (';
    }
    .block.header .mobile-menu .compare-count:after {
        content: ')';
    }
    
    
    
    .block.page-top .slider .slide-inner {
        min-width: 350px;
    }
    .block.page-top .slider .slide-inner p {
        font-size: 18px;
    }
    .block.page-top .slider .slide-inner p.caption {
        font-size: 36px;
    }
    .block.page-top .slider .slide-inner p.more {
        
    }
    .block.page-top .big-thumbnail .inner {
        width: calc(100% - 40px);
    }
    .block.page-top .big-thumbnail .inner h1 {
        font-size: 32px;
    }
    .block.page-top .pattern {
        height: 60px;
        background-size: 384px 60px;
    }
    
    
    
    .block.page-top .add-blocks {
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        padding: 10px 0 25px 0;
    }
    .block.page-top .add-block:nth-child(1) {
        padding-right: 10px;
    }
    .block.page-top .add-block:nth-child(2) {
        padding-left: 10px;
    }
    .block.page-top .add-block .link {
        font-size: 14px;
    }
    .block.page-top .add-block .caption .fa {
        font-size: 24px;
    }
    .block.page-top.page-top-empty + .block {
        padding-top: 30px;
    }
    
    
    .block.banners .wrapper {
        padding: 0;
    }
    .block.banners .banner {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .block.banners .banner:nth-child(n+3) {
        display: none;
    }
    
    
    
    
    .block.posts-grid .post {
        width: calc((100% - 20px)/2);
    }
    .block.posts-grid .post:nth-child(3n) {
        margin-right: 20px;
    }
    .block.posts-grid .post:nth-child(2n) {
        margin-right: 0;
    }
    /*.block.posts-grid .pattern {
        height: 60px;
        background-size: 384px 60px;
    }*/
    
    
    .block.products-grid .categories-list > li {
        width: calc((100% - 20px)/2);
    }
    .block.products-grid .categories-list > li:nth-child(3n) {
        margin-right: 20px;
    }
    .block.products-grid .categories-list > li:nth-child(2n) {
        margin-right: 0;
    }
    .block.products-grid .categories-list .subcategory {
        float: none;
    }
    
    
    .block.in-2col .left-col,
    .block.in-2col.inverse .left-col {
        width: 100%;
        padding-right: 0;
    }
    .block.in-2col .right-col,
    .block.in-2col.inverse .right-col {
        float: none;
        display: block;
        width: 100%;
        padding-top: 0;
    }
    .block.in-2col .right-col {
        padding-top: 50px;
    }
    
    
    .block.in-2col .cities-list {
        font-size: 14px;
    }
    .block.in-2col .widget.cities-list ul {
        text-align: center;
    }
    .block.in-2col .widget.cities-list li {
        display: inline-block;
        margin: 0 5px 10px 5px;
        padding: 0;
    }
    .block.in-2col .widget.cities-list li a,
    .block.in-2col .widget.cities-list li span {
        display: block;
        padding: 4px 12px;
        height: 25px;
        
        background: #dddddd;
        border-radius: 13px;
    }
    .block.in-2col .widget.cities-list li .selected {
        background: #9b9b9b;
        color: #f1f1f1 !important;
    }
    .block.in-2col .widget.cities-list li .selected:after {
        display: none;
    }
    .dealers-list .city {
        display: none;
    }
    .block.in-2col .widget select {
        width: 100%;
    }
    /*#dealers-map {
        height: 500px;
    }*/
    
    
    
    .block.products-catalog .product {
        width: calc((100% - 30px)/2);
        padding: 60px 0 30px 0;
    }
    .block.products-catalog .product:nth-child(3n) {
        margin-right: 30px;
    }
    .block.products-catalog .product:nth-child(2n) {
        margin-right: 0;
    }
    .block.products-catalog .subcategory-image { 
        display: block;
        margin: 0;
    }
    .block.products-catalog .subcategory-items { 
        display: block;
        width: 100%;
    }
    
    
    .block.product-nav {
        display: none;
    }
    
    .block.product-main {
        /*padding-top: 30px;
        padding-bottom: 0;*/
        
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333436+0,4b4c4e+9,dadada+78,f3f3ed+100 */
        /*background: #333436; 
        background: -moz-linear-gradient(top, #333436 0%, #4b4c4e 39%, #dadada 91%, #f3f3ed 100%); 
        background: -webkit-linear-gradient(top, #333436 0%,#4b4c4e 39%,#dadada 91%,#f3f3ed 100%);
        background: linear-gradient(to bottom, #333436 0%,#4b4c4e 39%,#dadada 91%,#f3f3ed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333436', endColorstr='#f3f3ed',GradientType=0 );*/
    
    }
    .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 .info h1 {
        display: none;
    }
    .block.product-main .colors {
        display: block;
        position: static;
        width: 100%;
        margin-bottom: 25px;
    }
    .block.product-main .images {
        display: block;
        width: 100%;
    }
    .block.product-main .images div img {
        max-width: 100%;
    }
    .block.product-main .labels {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .block.product-main .labels li { 
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 10px 5px !important;
    }
    
    .block.product-dimensions .wrapper {
        display: block;
    }
    .block.product-dimensions .short-spec {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .block.product-dimensions .dimensions {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .block.product-dimensions .dimensions .dm .mark {
        display: block;
        width: 25px;
        height: 25px;
        
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
        line-height: 25px;
        
        border-radius: 100%;
        border: 1px solid;
    }
    .block.product-dimensions .dimensions .marks .dm .label,
    .block.product-dimensions .dimensions .marks .dm .value {
        display: none;
    }
    .block.product-dimensions .dimensions .legend {
        display: block;
        padding: 10px 0 20px 0;
    }
    .block.product-dimensions .dimensions .legend .dm {
        position: static;
        padding: 0 0 10px 0;
    }
    .block.product-dimensions .dimensions .legend .dm .mark,
    .block.product-dimensions .dimensions .legend .dm .label,
    .block.product-dimensions .dimensions .legend .dm .value {
        display: inline-block;
        vertical-align: text-top;
        max-width: 100%;
    }
    .block.product-dimensions .dimensions .legend .dm .mark {
        margin-right: 10px;
        vertical-align: middle;
    }
    .block.product-dimensions .dimensions .legend .dm .label,
    .block.product-dimensions .dimensions .legend .dm .value {
        font-size: 16px;
    }
    .block.product-dimensions .dimensions .legend .dm .label:after {
        content: ":";
        padding-right: 10px;
    }
    
    .block.product-features .pc-image {
        display: none;
    }
    .block.product-features .mobile-image {
        display: block;
        position: absolute;
        z-index: 25;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .block.product-features .mobile-image img {
        display: block;
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .block.product-features .feature-row > .wrapper {
        padding: 0;
    }
    .block.product-features .feature-block {
        width: 100%!important;
        margin-right: 0 !important;
    }
    .block.product-features .feature-block > .wrapper {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
    }
    .block.product-features .text-left,
    .block.product-features .text-right,
    .block.product-features .text-bottom {
        background: #555555!important;
    }
    .block.product-features .text-left .text-container,
    .block.product-features .text-right .text-container {
        
    }
    .block.product-features .text-bottom .text-container {
        transform: none;
    }
    .block.product-features .text-bottom-alt .text-container {
        text-align: center;
    }
    .block.product-features .text-left .image-container .video-link {
        left: 50%;
    }
    .block.product-features .text-right .image-container .video-link {
        left: 50%;
    }
    .block.product-features .text-top .image-container {
         
    }
    .block.product-features .text-left .text-container .text, 
    .block.product-features .text-right .text-container .text,
    .block.product-features .text-bottom .text-container .text {
        position: relative;
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        
        padding: 50px 0;
    }
    .block.product-features .text-left .gradient-container,
    .block.product-features .text-right .gradient-container,
    .block.product-features .text-bottom .gradient-container {
        display: none;
    }
    
    
    
    .block.product-features .feature .text {
        display: block;
        width: 100%;
        height: auto;
        padding: 20px 0 10px 0;
    }
    .block.product-features .feature .text p.sub-title {
        font-size: 18px;
    }
    .block.product-features .feature .text p.title {
        font-size: 36px;
        line-height: 1.2em;
    }
    .block.product-features .feature .space {
        display: none;
    }
    .block.product-features .feature .image {
        position: static;
    }
    
    .block.product-features .feature.image_top {
        width: 100%;
    }
    .block.product-features .feature.image_top + .feature.image_top {
        padding-top: 0;
    }
    .block.product-features .feature.image_top .wrapper {
        margin: 0;
        max-width: 100%;
    }
    
    
    .block.product-accessories {
        
    }
    .block.product-accessories > .wrapper .catalog-link {
        padding-right: 0;
    }
    .block.product-accessories > .wrapper .catalog-link span {
        display: block;
        margin-bottom: 15px;
    }
    .block.product-accessories > .wrapper .catalog-link a {
        position: static;
    }
    .block.product-accessories .columns > .wrapper {
        padding: 0;
    }
    .block.product-accessories .columns .col {
        display: block;
        width: 100%;
    }
    .block.product-accessories .columns .image-container {
        height: auto;
    }
    /*.block.product-accessories .gradient-container {
        display: none;
    }
    .block.product-accessories .text-container {
        margin-top: 0;
    }*/
    .block.product-accessories .single-row .left-col,
    .block.product-accessories .single-row .right-col {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .block.product-accessories .single-row .right-col {
        padding-top: 20px;
    }
    
    
    .block.accessories {
        
    }
    .block.accessories .col.catalogs,
    .block.accessories .col.links {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .block.accessories .videos li {
        width: calc((100% - 20px)/2);
        margin-right: 20px;
    }
    .block.accessories .videos li:nth-child(3n) {
        margin-right: 20px;
    }
    .block.accessories .videos li:nth-child(2n) {
        margin-right: 0;
    }
    
    
    .block.test-drive {}
    .block.test-drive .drive-form {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .block.test-drive .drive-info {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-top: 50px;
    }
    
    
    .block.footer .col {
        /*width: calc((100% - 20px)/2);*/
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .block.footer .col:nth-child(2) {
        margin-right: 0;
    }
    .block.footer .menu li {
        margin-bottom: 10px;
    }
    .block.footer .menu li a {
        padding: 5px 0;
        display: inline-block;
    }
    .block.footer .col.subscribe {
        display: block;
        position: static;
        width: 100%;
        max-width: 305px;
        margin: 0 auto 50px auto;
        text-align: center;
    }
    .block.footer .col.social {
        width: 100%;
        margin: 40px 0 0 0;
        text-align: center;
    }
    .block.footer .col.social .menu li {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
    }
    .block.footer .col.social .menu .fa {
        font-size: 36px;
    }
    .block.footer .col.social .menu li a {
        padding: 0;
    }
    .block.footer .col.social .menu li span {
        display: none;
    }
    
    
}

@media screen and (max-width:600px){
    /* fix for WP admin bar */
    .admin-bar .block.header .mobile-menu-box {
        /*top: 0;
        bottom: 100%;*/
    }
    
    .block.products-links li {
        display: block;
        margin-bottom: 15px;
    }
    .block.products-links li:last-child {
        margin-bottom: 0;
    }
    
    .admin-bar #compare-header.sticky {
        top: 0!important;
    }
}

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

@media screen and (max-width: 980px) and (min-width: 769px) {
    #debug .res.small {
        display: block;
    }
    
    
    .block .big-caption {
        font-size: 44px;
    }
    
    
    .header-block.menu .pc-menu-box::after {
        height: 47px;
    }
    .header-block.menu .pc-menu > li > a, 
    .header-block.menu .pc-menu > li > span {
        padding: 8px 13px;
        font-size: 20px;
        line-height: 31px;
    }
    .header-block.menu .pc-menu > li.x-current-menu-parent > a::after, 
    .header-block.menu .pc-menu > li.x-current-menu-item > a::after, 
    .header-block.menu .pc-menu > li.current-menu-parent > a::after, 
    .header-block.menu .pc-menu > li.current-menu-item > a::after, 
    .header-block.menu .pc-menu > li.current-page-parent > span::after, 
    .header-block.menu .pc-menu > li.current-menu-parent > span::after, 
    .header-block.menu .pc-menu > li.current-menu-item > span::after, 
    /*.header-block.menu .pc-menu > li:hover > a::after, 
    .header-block.menu .pc-menu > li > a:hover::after, 
    .header-block.menu .pc-menu > li > span:hover::after,*/
    .header-block.menu .pc-menu > li.hovered > a:after,
    .header-block.menu .pc-menu > li.hovered > span:after {
        height: 47px;
    }
    .header-block.menu .pc-menu .sub-menu {
        /*left: -9px;
        right: 9px;*/
    }
    .header-block.menu .pc-menu .sub-menu:after {
        height: 39px;
    }
    .header-block.menu .pc-menu .sub-menu > li > a, 
    .header-block.menu .pc-menu .sub-menu > li > span {
        font-size: 14px;
        line-height: 39px;
    }
    .header-block.menu .pc-menu .search-menu-item .search-block:after {
        height: 47px;
    }
    .header-block.menu .pc-menu .search-menu-item .search-form {
       padding: 12px 0 13px 0;
    }
    .header-block.menu .pc-menu .search-menu-item .search-form-close {
        font-size: 20px;
        top: 13px;
    }
    .header-block.menu .pc-menu .products-catalog .items > li {
        width: calc((100% - 2*60px)/3);
        margin: 0 60px 60px 0;
    }
    /*.header-block.menu .pc-menu .products-catalog .items > li:nth-child(4n) {*/
    .header-block.menu .pc-menu .products-catalog .items > li.nth-child-4n {
        margin-right: 60px;
    }
    /*.header-block.menu .pc-menu .products-catalog .items > li:nth-child(3n) {*/
    .header-block.menu .pc-menu .products-catalog .items > li.nth-child-3n {
        margin-right: 0px;
    }
    
    .header-block.menu .pc-menu .products-catalog .items > li.nth-child-4n.last-in-cat:after {
        right: -60px;
        width: 71px;
    }
    .header-block.menu .pc-menu .products-catalog .items > li.nth-child-3n.last-in-cat:after {
        width: 13px;
        right: 0;
    }
    .header-block.menu .pc-menu .products-catalog .items > li.nth-child-4n-3 .sub-category {
        display: none;
    }
    .header-block.menu .pc-menu .products-catalog .items > li.first-in-cat .sub-category,
    .header-block.menu .pc-menu .products-catalog .items > li.nth-child-3n-2 .sub-category {
        display: block;
    }
    
    
    .block.page-top .slider .slide-inner p {
        font-size: 23px;
    }
    .block.page-top .slider .slide-inner p.caption {
        font-size: 60px;
    }
    .block.page-top .add-block .link {
        font-size: 15px;
    }
    .block.page-top .add-block .caption .fa {
        font-size: 24px;
    }
    .block.page-top .big-thumbnail .inner h1 {
        font-size: 40px;
    }
    
    .block.posts-grid .post {
        width: calc((100% - 20px)/2);
    }
    .block.posts-grid .post:nth-child(3n) {
        margin-right: 20px;
    }
    .block.posts-grid .post:nth-child(2n) {
        margin-right: 0;
    }
    
    
    .block.products-grid .categories-list > li {
        width: calc((100% - 20px)/2);
    }
    .block.products-grid .categories-list > li:nth-child(3n) {
        margin-right: 20px;
    }
    .block.products-grid .categories-list > li:nth-child(2n) {
        margin-right: 0;
    }
    
    
    
    .block.product-nav {
        top: 147px;
    }
    .block.product-nav .nav::after { 
        height: 39px;
    }
    .block.product-nav .nav a { 
        font-size: 14px;
        line-height: 39px;
    }
    
    
    .block.product-features .text-container p { 
        font-size: 14px;
    }
    .block.product-features .text-container p.sub-title {
        font-size: 15px;
    }
    .block.product-features .text-container p.title {
        font-size: 22px;
    }
    
    
    .block.footer .col {
        /*width: calc((100% - 2*20px)/3);*/
        width: calc((100% - 1*20px)/2);
    }
    .block.footer .col:nth-child(2) {
        margin-right: 0;
    }
    /*.block.footer .col:nth-child(3) {
        margin-right: 0;
    }*/
    .block.footer .col.subscribe {
        display: block;
        position: static;
        width: 100%;
        max-width: 305px;
        margin: 0 auto 40px auto;
        text-align: center;
    }
    .block.footer .col.social .menu li {
        display: inline-block;
        margin-right: 15px;
    }
    .block.footer .col.social .menu .fa {
        font-size: 36px;
    }
    .block.footer .col.social .menu li span {
        display: none;
    }
    
}
@media screen and (max-width: 782px) {
    .admin-bar .block.product-nav.sticky {
        top: 46px;
    }
    .admin-bar #compare-header.sticky {
        top: 46px;
    }
}

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

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