/*!
Theme Name: repairing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: repair
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

repairing is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

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

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

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

dfn {
  font-style: italic
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

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

img {
  border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul > li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  transform: rotate(90deg)
}

.fa-rotate-180 {
  transform: rotate(180deg)
}

.fa-rotate-270 {
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  transform: scaleX(-1)
}

.fa-flip-vertical {
  transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\f26e"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-ad:before {
  content: "\f641"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-adn:before {
  content: "\f170"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-air-freshener:before {
  content: "\f5d0"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-alipay:before {
  content: "\f642"
}

.fa-allergies:before {
  content: "\f461"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angry:before {
  content: "\f556"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-angular:before {
  content: "\f420"
}

.fa-ankh:before {
  content: "\f644"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-apper:before {
  content: "\f371"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-alt:before {
  content: "\f5d1"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-archive:before {
  content: "\f187"
}

.fa-archway:before {
  content: "\f557"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-atlas:before {
  content: "\f558"
}

.fa-atom:before {
  content: "\f5d2"
}

.fa-audible:before {
  content: "\f373"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-award:before {
  content: "\f559"
}

.fa-aws:before {
  content: "\f375"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-bed:before {
  content: "\f236"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bible:before {
  content: "\f647"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-blender:before {
  content: "\f517"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-bold:before {
  content: "\f032"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-bone:before {
  content: "\f5d7"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-brain:before {
  content: "\f5dc"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-bug:before {
  content: "\f188"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-bus:before {
  content: "\f207"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-business-time:before {
  content: "\f64a"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-cannabis:before {
  content: "\f55f"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-car-alt:before {
  content: "\f5de"
}

.fa-car-battery:before {
  content: "\f5df"
}

.fa-car-crash:before {
  content: "\f5e1"
}

.fa-car-side:before {
  content: "\f5e4"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-chalkboard:before {
  content: "\f51b"
}

.fa-chalkboard-teacher:before {
  content: "\f51c"
}

.fa-charging-station:before {
  content: "\f5e7"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-church:before {
  content: "\f51d"
}

.fa-circle:before {
  content: "\f111"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-city:before {
  content: "\f64f"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-dollar:before {
  content: "\f651"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-comments:before {
  content: "\f086"
}

.fa-comments-dollar:before {
  content: "\f653"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compress:before {
  content: "\f066"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-crop:before {
  content: "\f125"
}

.fa-crop-alt:before {
  content: "\f565"
}

.fa-cross:before {
  content: "\f654"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-crow:before {
  content: "\f520"
}

.fa-crown:before {
  content: "\f521"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-dharmachakra:before {
  content: "\f655"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-dice:before {
  content: "\f522"
}

.fa-dice-five:before {
  content: "\f523"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-dice-two:before {
  content: "\f528"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-directions:before {
  content: "\f5eb"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-divide:before {
  content: "\f529"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-dna:before {
  content: "\f471"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-donate:before {
  content: "\f4b9"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-door-open:before {
  content: "\f52b"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-dove:before {
  content: "\f4ba"
}

.fa-download:before {
  content: "\f019"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-drafting-compass:before {
  content: "\f568"
}

.fa-draw-polygon:before {
  content: "\f5ee"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drum:before {
  content: "\f569"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dumbbell:before {
  content: "\f44b"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ello:before {
  content: "\f5f1"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-text:before {
  content: "\f658"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-envira:before {
  content: "\f299"
}

.fa-equals:before {
  content: "\f52c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-feather:before {
  content: "\f52d"
}

.fa-feather-alt:before {
  content: "\f56b"
}

.fa-female:before {
  content: "\f182"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-download:before {
  content: "\f56d"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-export:before {
  content: "\f56e"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-import:before {
  content: "\f56f"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-file-medical-alt:before {
  content: "\f478"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-fill:before {
  content: "\f575"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-film:before {
  content: "\f008"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fingerprint:before {
  content: "\f577"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-first-aid:before {
  content: "\f479"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-fish:before {
  content: "\f578"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-fly:before {
  content: "\f417"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-minus:before {
  content: "\f65d"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-folder-plus:before {
  content: "\f65e"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-flag:before {
  content: "\f425"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-frown:before {
  content: "\f119"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-funnel-dollar:before {
  content: "\f662"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-github:before {
  content: "\f09b"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-globe-africa:before {
  content: "\f57c"
}

.fa-globe-americas:before {
  content: "\f57d"
}

.fa-globe-asia:before {
  content: "\f57e"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-gopuram:before {
  content: "\f664"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-greater-than:before {
  content: "\f531"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-grimace:before {
  content: "\f57f"
}

.fa-grin:before {
  content: "\f580"
}

.fa-grin-alt:before {
  content: "\f581"
}

.fa-grin-beam:before {
  content: "\f582"
}

.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-grin-hearts:before {
  content: "\f584"
}

.fa-grin-squint:before {
  content: "\f585"
}

.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-grin-stars:before {
  content: "\f587"
}

.fa-grin-tears:before {
  content: "\f588"
}

.fa-grin-tongue:before {
  content: "\f589"
}

.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-grin-wink:before {
  content: "\f58c"
}

.fa-grip-horizontal:before {
  content: "\f58d"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-hackerrank:before {
  content: "\f5f7"
}

.fa-hamsa:before {
  content: "\f665"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-haykal:before {
  content: "\f666"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-headphones-alt:before {
  content: "\f58f"
}

.fa-headset:before {
  content: "\f590"
}

.fa-heart:before {
  content: "\f004"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-highlighter:before {
  content: "\f591"
}

.fa-hips:before {
  content: "\f452"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-history:before {
  content: "\f1da"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-home:before {
  content: "\f015"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hospital-alt:before {
  content: "\f47d"
}

.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-hot-tub:before {
  content: "\f593"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-jedi:before {
  content: "\f669"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-joint:before {
  content: "\f595"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-journal-whills:before {
  content: "\f66a"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-kaaba:before {
  content: "\f66b"
}

.fa-kaggle:before {
  content: "\f5fa"
}

.fa-key:before {
  content: "\f084"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-khanda:before {
  content: "\f66d"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-landmark:before {
  content: "\f66f"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-laptop-code:before {
  content: "\f5fc"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-laugh:before {
  content: "\f599"
}

.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-laugh-squint:before {
  content: "\f59b"
}

.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-layer-group:before {
  content: "\f5fd"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-less:before {
  content: "\f41d"
}

.fa-less-than:before {
  content: "\f536"
}

.fa-less-than-equal:before {
  content: "\f537"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-mail-bulk:before {
  content: "\f674"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-male:before {
  content: "\f183"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-map:before {
  content: "\f279"
}

.fa-map-marked:before {
  content: "\f59f"
}

.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-markdown:before {
  content: "\f60f"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-medal:before {
  content: "\f5a2"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

.fa-memory:before {
  content: "\f538"
}

.fa-menorah:before {
  content: "\f676"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-alt:before {
  content: "\f3c9"
}

.fa-microphone-alt-slash:before {
  content: "\f539"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-microscope:before {
  content: "\f610"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-modx:before {
  content: "\f285"
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-money-bill:before {
  content: "\f0d6"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-moon:before {
  content: "\f186"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-mosque:before {
  content: "\f678"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-neos:before {
  content: "\f612"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-nintendo-switch:before {
  content: "\f418"
}

.fa-node:before {
  content: "\f419"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-oil-can:before {
  content: "\f613"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-om:before {
  content: "\f679"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-parking:before {
  content: "\f540"
}

.fa-passport:before {
  content: "\f5ab"
}

.fa-pastafarianism:before {
  content: "\f67b"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-peace:before {
  content: "\f67c"
}

.fa-pen:before {
  content: "\f304"
}

.fa-pen-alt:before {
  content: "\f305"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-people-carry:before {
  content: "\f4ce"
}

.fa-percent:before {
  content: "\f295"
}

.fa-percentage:before {
  content: "\f541"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-phoenix-squadron:before {
  content: "\f511"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-php:before {
  content: "\f457"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

.fa-pills:before {
  content: "\f484"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-plane:before {
  content: "\f072"
}

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-poll:before {
  content: "\f681"
}

.fa-poll-h:before {
  content: "\f682"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-poop:before {
  content: "\f619"
}

.fa-portrait:before {
  content: "\f3e0"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-pray:before {
  content: "\f683"
}

.fa-praying-hands:before {
  content: "\f684"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

.fa-prescription-bottle-alt:before {
  content: "\f486"
}

.fa-print:before {
  content: "\f02f"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-question:before {
  content: "\f128"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-quran:before {
  content: "\f687"
}

.fa-r-project:before {
  content: "\f4f7"
}

.fa-random:before {
  content: "\f074"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-react:before {
  content: "\f41b"
}

.fa-readme:before {
  content: "\f4d5"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-receipt:before {
  content: "\f543"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-rendact:before {
  content: "\f3e4"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-rev:before {
  content: "\f5b2"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-road:before {
  content: "\f018"
}

.fa-robot:before {
  content: "\f544"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-route:before {
  content: "\f4d7"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-ruler:before {
  content: "\f545"
}

.fa-ruler-combined:before {
  content: "\f546"
}

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-safari:before {
  content: "\f267"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-school:before {
  content: "\f549"
}

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-search:before {
  content: "\f002"
}

.fa-search-dollar:before {
  content: "\f688"
}

.fa-search-location:before {
  content: "\f689"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-seedling:before {
  content: "\f4d8"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-shapes:before {
  content: "\f61f"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-shopware:before {
  content: "\f5b5"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-sith:before {
  content: "\f512"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f3ef"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-socks:before {
  content: "\f696"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-square-root-alt:before {
  content: "\f698"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-stamp:before {
  content: "\f5bf"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-and-crescent:before {
  content: "\f699"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-star-half-alt:before {
  content: "\f5c0"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-star-of-life:before {
  content: "\f621"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-strava:before {
  content: "\f428"
}

.fa-stream:before {
  content: "\f550"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-stroopwafel:before {
  content: "\f551"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-subway:before {
  content: "\f239"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-sun:before {
  content: "\f185"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-surprise:before {
  content: "\f5c2"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-swimmer:before {
  content: "\f5c4"
}

.fa-swimming-pool:before {
  content: "\f5c5"
}

.fa-synagogue:before {
  content: "\f69b"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-teeth:before {
  content: "\f62e"
}

.fa-teeth-open:before {
  content: "\f62f"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f3fe"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-the-red-yeti:before {
  content: "\f69d"
}

.fa-theater-masks:before {
  content: "\f630"
}

.fa-themeco:before {
  content: "\f5c6"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tint:before {
  content: "\f043"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-torah:before {
  content: "\f6a0"
}

.fa-torii-gate:before {
  content: "\f6a1"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-traffic-light:before {
  content: "\f637"
}

.fa-train:before {
  content: "\f238"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-trello:before {
  content: "\f181"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-truck-loading:before {
  content: "\f4de"
}

.fa-truck-monster:before {
  content: "\f63b"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-truck-pickup:before {
  content: "\f63c"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-uber:before {
  content: "\f402"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-university:before {
  content: "\f19c"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-upload:before {
  content: "\f093"
}

.fa-usb:before {
  content: "\f287"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-alt-slash:before {
  content: "\f4fa"
}

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-user-cog:before {
  content: "\f4fe"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-minus:before {
  content: "\f503"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-user-slash:before {
  content: "\f506"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-tie:before {
  content: "\f508"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-users:before {
  content: "\f0c0"
}

.fa-users-cog:before {
  content: "\f509"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-venus:before {
  content: "\f221"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-vial:before {
  content: "\f492"
}

.fa-vials:before {
  content: "\f493"
}

.fa-viber:before {
  content: "\f409"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-slash:before {
  content: "\f4e2"
}

.fa-vihara:before {
  content: "\f6a7"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-vk:before {
  content: "\f189"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-walking:before {
  content: "\f554"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-weebly:before {
  content: "\f5cc"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-weight:before {
  content: "\f496"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-wine-glass:before {
  content: "\f4e3"
}

.fa-wine-glass-alt:before {
  content: "\f5ce"
}

.fa-wix:before {
  content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-yin-yang:before {
  content: "\f6ad"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-square:before {
  content: "\f431"
}

.fa-zhihu:before {
  content: "\f63f"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url(./webfonts/fa-brands-400.eot);
  src: url(./webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(./webfonts/fa-brands-400.woff2) format("woff2"), url(./webfonts/fa-brands-400.woff) format("woff"), url(./webfonts/fa-brands-400.ttf) format("truetype"), url(./webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(./webfonts/fa-regular-400.eot);
  src: url(./webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(./webfonts/fa-regular-400.woff2) format("woff2"), url(./webfonts/fa-regular-400.woff) format("woff"), url(./webfonts/fa-regular-400.ttf) format("truetype"), url(./webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
  font-weight: 400
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(./webfonts/fa-solid-900.eot);
  src: url(./webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(./webfonts/fa-solid-900.woff2) format("woff2"), url(./webfonts/fa-solid-900.woff) format("woff"), url(./webfonts/fa-solid-900.ttf) format("truetype"), url(./webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
  font-weight: 900
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

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

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

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

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

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

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

@font-face {
  font-family: roboto-example;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/RobotoRegular/RobotoRegular.eot);
  src: url(./fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(./fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(./fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
  font-family: roboto-example;
  font-weight: 700;
  font-style: normal;
  src: url(./fonts/RobotoBold/RobotoBold.eot);
  src: url(./fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(./fonts/RobotoBold/RobotoBold.woff) format("woff"), url(./fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1
}

:-moz-placeholder {
  color: #666;
  opacity: 1
}

::-moz-placeholder {
  color: #666;
  opacity: 1
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666
}

body input:required:valid,
body textarea:required:valid {
  color: #666
}

body,
html {
  height: 100%
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: roboto-example, sans-serif;
  overflow-x: hidden
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.text-center {
  text-align: center
}

::-moz-selection {
  background-color: orange;
  color: #fff
}

::selection {
  background-color: orange;
  color: #fff
}

.b-nav__list,
.c-cityChange:before {
  text-align: center
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=52c2412065273d794e023ea685db64ac)
 * Config saved to config.json and https: */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  background-color: #fff
}

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

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

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

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

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

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

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

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

small {
  font-size: 80%
}

img {
  border: 0;
  vertical-align: middle
}

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

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto
}

button {
  overflow: visible;
  text-transform: none
}

select {
  text-transform: none
}

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto
}

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

td,
th {
  padding: 0
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 970px
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}

.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table
}

.container:after,
.container:before {
  content: " ";
  display: table
}

.row:after,
.row:before {
  content: " ";
  display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.b-infoMenu {
  float: right
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pbm-button,
.pbm-icon {
  -moz-user-select: none;
  -ms-user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

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

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

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

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

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-border-radius: 30px;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  position: relative;
  line-height: 1.6
}

li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.m0 {
  margin: 0 !important
}

div.wpcf7-response-output {
  margin: 15px 0 0;
  padding: 10px 20px;
  -webkit-border-radius: 27px;
  border-radius: 27px
}

div.wpcf7-validation-errors {
  color: #fff;
  border: none;
  background-color: #d70000
}

div.wpcf7-mail-sent-ok {
  color: #fff;
  border: none;
  background-color: rgba(0, 217, 0, .8)
}

.b-request--short div.wpcf7-validation-errors {
  color: #000;
  background-color: rgba(255, 0, 0, .1)
}

.b-request--short div.wpcf7-mail-sent-ok {
  color: #000;
  background-color: rgba(0, 255, 0, .2)
}

.b-request__title,
div.wpcf7 .ajax-loader {
  display: none
}

.b-topBar {
  display: none;
  background-color: #353537;
  color: #fff;
  font-weight: 600
}

.b-infoMenu__item {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  padding: 13px 0
}

.b-infoMenu__item + .b-infoMenu__item {
  margin-left: 25px
}

.b-infoMenu__item a {
  color: inherit;
  text-decoration: none
}

.b-infoMenu__item a:hover {
  text-decoration: underline
}

.c-cityChange__item.chosed .c-cityChange__link {
  text-decoration: underline
}

.c-cityChange {
  font-size: 14px;
  line-height: 1;
  float: left;
  padding: 13px 0 13px 35px;
  position: relative
}

.c-cityChange__list {
  position: absolute;
  top: 3px;
  left: 80px;
  width: 160px;
  padding: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 5
}

.c-cityChange__list:hover .c-cityChange__item {
  display: block
}

.c-cityChange__item {
  display: none
}

.c-cityChange__item + .c-cityChange__item {
  margin-top: 10px
}

.c-cityChange__item.chosed {
  display: block
}

.c-cityChange__link {
  color: inherit;
  text-decoration: none
}

.c-cityChange__link:hover {
  text-decoration: underline
}

.c-cityChange:before {
  content: "\f3c5";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 25px;
  margin-top: -12px;
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  color: gold
}

.b-midleBar {
  padding: 15px 0;
  position: relative
}

.b-midleBar__inner {
  max-width: 970px;
  margin: 0 auto;
  display: table;
  width: 100%;
  table-layout: fixed
}

.b-midleBar__section {
  display: table-cell;
	vertical-align: middle;
}
.geo_marker{
	margin-top: 5px;
}
.geo_marker span{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	background: url("img/placeholder3.svg")no-repeat 0 50%;
	padding: 3px 0 3px 25px;
	background-size: 20px;
}
.adress{
	display: inline-block;
	background: url("img/placeholder3.svg")no-repeat 0 50%;
	padding: 3px 0 3px 25px;
	background-size: 20px;
}
.b-midleBar__section--phone {
  text-align: right
}

.b-midleBar__section--menu {
  width: 390px
}

.b-midleBar__logo {
  color: inherit;
  text-decoration: none
}

.b-nav__item {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase
}

.b-midleBar__logo img {
  max-width: 100%;
  max-width: 180px;
}

.b-midleBar .c-call,
.b-secondaryMenu {
  display: inline-block;
  vertical-align: middle
}
.c-call p{
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
	margin-top: 5px;
}

.b-secondaryMenu__list {
  font-size: 0
}

.b-secondaryMenu__item {
  padding: 9px 0;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  width: 33.3333%
}

.b-secondaryMenu__item a,
.b-secondaryMenu__list a {
  color: #353537;
  font-size: 18px;
  text-decoration: none
}
.b-secondaryMenu__list a:hover,
.b-secondaryMenu__item a:hover {
  text-decoration: underline
}

.b-nav {
  background-color: #26a8be;
  border-bottom: 6px solid #007b9c;
  font-size: 16px;
  line-height: 1;
  color: #fff
}

.b-nav__item {
  position: relative
}

.b-nav__item:hover .b-nav__submenu {
  display: block
}

.b-nav__item--pc a:before,
.b-nav__item--pc span:before {
  background-position: 0 0
}
#menu-item-3207 a:before,
.b-nav__item--laptop a:before,
.b-nav__item--laptop span:before {
  background-position: center;
  background-image: url(./img/icon-1.PNG);
}
#menu-item-3211 a:before,
.b-nav__item--laptop a:before,
.b-nav__item--laptop span:before {
  background-position: center;
  background-image: url(./img/icon-2.PNG);
}
#menu-item-3215 a:before,
.b-nav__item--windows a:before,
.b-nav__item--windows span:before {
  background-position: center;
  background-image: url(./img/icon-3.PNG);
}
#menu-item-3219 a:before,
.b-nav__item--virus a:before,
.b-nav__item--virus span:before {
  background-position: center;
  background-image: url(./img/icon-4.PNG);
}
#menu-item-3224 a:before,
.b-nav__item--programm a:before,
.b-nav__item--programm span:before {
  background-position: center;
  background-image: url(./img/icon-5.PNG);
}
#menu-item-3497 a:before,
.b-nav__item--programm a:before,
.b-nav__item--programm span:before {
  background-position: center;
  background-image: url(./img/placeholder2.svg);
}

.b-nav__item a,
.b-nav__item span {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 15px 0px 15px 38px;
	position: relative;
	font-size: 14px;
}
.sub-menu,
.b-submenu,
.b-submenu__item a:before {
  display: none
}

.b-nav__item a:before,
.b-nav__item span:before {
  content: "";
  /*background-image: url(./img/nav-sprite.png);*/
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -14px
}
.sub-menu,
.b-submenu {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 200px;
  background-color: #fff;
  border: 4px solid #007b9c;
  border-top: none;
  -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, .2);
  box-shadow: 1px 2px 15px rgba(0, 0, 0, .2)
}

.b-submenu__item {
  color: #353537;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  text-transform: none
}

.b-hero__caption,
.b-hero__text,
.b-request__caption,
.c-call__text {
  text-transform: uppercase
}

.b-submenu__item + .b-submenu__item {
  border-top: 1px solid #eaecef
}

.b-submenu__item a {
  color: inherit;
  text-decoration: none;
  padding: 8px 10px
}

.b-submenu__item a:hover {
  text-decoration: underline
}

.b-popular__inner,
.c-btn,
.c-call__phone a {
  text-decoration: none
}

.b-submenu__item.current-menu-item {
  background-color: #ffe766;
  padding: 8px 10px
}

.b-guaranteesBar {
  color: #1a190f;
  text-align: center;
  background-color: #fcfcfc;
  border-bottom: 1px solid #f9f9f9;
  display: none
}

.b-guaranteesBar__item {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding-left: 70px;
  margin: 0 20px
}

.b-guaranteesBar__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.b-guaranteesBar__item--delivery:before {
  background-image: url(./img/gb-delivery.png)
}

.b-guaranteesBar__item--diagnostics:before {
  background-image: url(./img/gb-diagnostics.png)
}

.b-guaranteesBar__item--guarantees:before {
  background-image: url(./img/gb-guarantees.png)
}

.b-guaranteesBar__item--lowprice:before {
  background-image: url(./img/gb-lowprice.png)
}

.b-guaranteesBar strong {
  display: block
}

.b-hero {
  background-color: #f4f0ed
}

.b-hero .container {
  padding: 60px 0 60px 60px;
  background-image: url(./img/hero-index.jpg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 80% 50%
}

.b-hero__caption {
  font-size: 38px;
  width: 400px;
  line-height: 1.2;
  margin: 0
}

.b-hero__caption b {
  display: block;
  font-size: 80px;
  line-height: 1;
  color: #007a9b
}

.b-hero__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  width: 300px;
  margin: 5px 0 0
}

.l-content {
  overflow: hidden
}

.b-hero .c-btn,
.l-content__section + .l-content__section {
  margin-top: 30px
}

.b-hero--partner .container {
  padding: 30px 0 30px 60px;
  background-image: url(./img/hero-partner.png)
}

.b-hero--partner .b-hero__caption {
  font-weight: 400
}

.l-content__main,
.l-content__sidebar {
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0
}

.l-content__main--withoutPaddings,
.l-content__sidebar--withoutPaddings {
  padding-top: 0
}

.c-call {
  color: #020101;
  text-align: right
}

.c-call__btn,
.c-call__phone {
  display: block;
  line-height: 1
}

.c-call__text {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  border-bottom: 4px solid #007a9b;
  margin-bottom: 8px
}

.c-call__phone {
  font-size: 25px;
  position: relative
}

.c-call__phone a {
  color: inherit
}

.c-call__phone .fas {
  color: #606a7a;
  font-size: 33px;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -16px;
  left: 0
}

.stycky .c-call {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  min-width: 320px;
  margin: 0 !important;
  z-index: 5 !important
}

.b-popular__item {
  position: relative
}

.c-form__item--submit {
  position: relative;
  padding-top: 6px
}

.c-btn {
  display: inline-block;
  background-color: #DC901F;
  border: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-border-radius: 27px;
  border-radius: 15px;
  padding: 15px 20px;
  color: #fff;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, .12);
  box-shadow: 0 4px 9px rgba(0, 0, 0, .12);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-align: center
}

.c-btn:hover {
  background-color: #f8b117;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.c-btn--darkerBG {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .77);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .77)
}

.c-btn--darkerBG:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .8);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .8)
}

.c-btn--center {
  display: block;
  margin: 0 auto
}

.c-btn--marginY {
  margin-top: 30px;
  margin-bottom: 30px
}

.c-btn--marginYBottomLower {
  margin-top: 30px;
  margin-bottom: 10px
}

.c-btn--withoutShadow {
  -webkit-box-shadow: none;
  box-shadow: none
}

.c-btn--withoutShadow:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.c-btn--small {
  font-size: 16px;
  padding: 8px 16px
}

.c-btn--block {
  display: block
}

.b-request {
  margin: 45px 0;
  position: relative
}

.b-request__caption {
  background-color: #007b9c;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  -webkit-border-radius: 0 50px 0 0;
  border-radius: 0 50px 0 0;
  color: #fff;
  padding: 10px 45px 10px 25px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 600;
  -webkit-box-shadow: inset 0 -2px 17px rgba(0, 0, 0, .25);
  box-shadow: inset 0 -2px 17px rgba(0, 0, 0, .25);
  position: relative
}

.b-request__inner {
  position: relative
}

.b-request__caption b {
  display: block;
  color: gold
}

.b-request__inner {
  width: 100%
}

.b-request__form {
  background-color: #4B5667;
  -webkit-border-radius: 0 50px 50px 50px;
  border-radius: 0 50px 50px;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .45);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, .45);
  position: relative
}

.b-request--short {
  margin: 20px 0
}

.b-request--short::before {
  display: none
}

.b-request--short .b-request__form {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.b-request--short .c-form__item--field {
  width: 300px
}

.b-request--short .c-form__item--submit {
  width: 200px
}

.b-request--short .c-form__submit {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  font-size: 17px
}

.b-request--services .c-btn {
  color: #000;
  background-color: #f8b117 !important
}

.c-form {
  overflow: auto;
  font-size: 15px
}

.c-form__item {
  width: 32%;
  float: left
}

.c-form__item + .c-form__item {
  margin-left: 2%
}

.c-form__item--response {
  width: 100%;
  margin-left: 0 !important
}

.c-form__label {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
  margin-left: 5px
}

.c-form__field {
  display: block;
  width: 100%;
  border: 1px solid #606a7a;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 11px 7px;
  outline: 0;
  text-transform: capitalize;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .5);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .5)
}

.b-advantages__link {
  text-transform: uppercase
}

.b-main h1,
.page-h2,
.b-main > h1,
.b-main > h2 {
  text-transform: uppercase
}

.b-popular__title,
.b-sidebarMenu__item,
.c-caption,
.pbm-text {
  text-transform: uppercase
}

.c-form__submit {
  padding: 12px 20px;
  width: 100%
}

.c-form--lightBG .c-form__field {
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  box-shadow: none
}

.c-form--lightBG .c-form__label {
  color: #555
}

.c-form p {
  margin: 0
}

.b-popular .container {
  overflow: hidden
}

.b-advantages__list,
.b-contacts,
.b-popular__list,
.b-priceTable__row,
.b-scheme__list,
.b-whyUs__list {
  overflow: auto
}

.b-popular__item {
  width: 24%;
  float: left;
  padding-bottom: 5px
}

.b-popular__item--hit:before,
.b-popular__item--sale:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.b-popular__item + .b-popular__item {
  margin-left: 1.3333333%
}

.b-popular__item--hit:before {
  width: 70px;
  height: 70px;
  background-image: url(./img/hit.png)
}

.b-popular__item--sale:before {
  width: 90px;
  height: 90px;
  background-image: url(./img/sale.png)
}

.b-popular__inner {
  display: block;
  color: inherit;
  text-align: center;
  padding: 10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.b-popular__img {
  width: 100%;
  max-width: 150px
}

.b-popular__title {
  background-color: #f8b117;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  margin: 10px 0;
  border-radius: 10px;
}

.b-popular__text {
  color: #6e6e6e;
  font-size: 14px;
  margin: 5px 0 15px
}

.b-popular__prices {
  line-height: 1;
  font-size: 28px
}

.b-popular__oldPrice {
  color: #cd000c;
  font-size: 15px;
  vertical-align: top
}

.b-popular__actualPrice {
  vertical-align: top;
  margin-left: 15px;
      color: #4B5667;
}

.b-popular__actualPrice:after {
  content: "\f158";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin-left: 4px;
  font-size: 20px
}

.b-advantages {
  margin: 50px 0
}

.b-advantages__item {
  width: 22%;
  float: left;
  position: relative;
  padding: 15px 15px 15px 80px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #f8b117;
}

.b-advantages__item:after {
  position: absolute;
  content: "";
  top: 50%
}

.b-advantages__item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 18px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-repeat: no-repeat;
  background-image: url(./img/advantages-widget-sprite--black.png)
}

.b-advantages__item + .b-advantages__item {
  margin-left: 4%
}

.b-advantages__item:after {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  left: 100%;
  border: 10px solid transparent;
  border-left: 15px solid #f8b117;
  border-right: 0
}

.b-advantages__item:nth-child(even) {
  background-color: #4B5667;
  color: #fff
}

.b-advantages__link,
.b-mainServices__item {
  color: inherit;
  font-weight: 600;
  text-decoration: none
}

.b-advantages__item:nth-child(even):before {
  background-image: url(./img/advantages-widget-sprite--white.png)
}

.b-advantages__item:nth-child(even):after {
  border-left-color: #4B5667
}

.b-advantages__item:last-child:after {
  display: none
}

.b-advantages__item--delivery:before {
  background-position: 0 0
}

.b-advantages__item--diagnostics:before {
  background-position: -50px 0
}

.b-advantages__item--guarantees:before {
  background-position: -100px 0
}

.b-advantages__item--sale:before {
  background-position: -150px 0
}

.b-advantages__link {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 15px;
  line-height: 1.6
}

.b-advantages__link b {
  display: block;
  font-size: 30px;
  line-height: 1
}

.b-advantages--horizontal {
  margin: 10px 0 0
}

.b-advantages--horizontal .b-advantages__item {
  float: none;
  width: 100%
}

.b-advantages--horizontal .b-advantages__item:after {
  display: none
}

.b-advantages--horizontal .b-advantages__item + .b-advantages__item {
  margin-left: 0;
  margin-top: 10px
}

.b-seo {
  margin: 45px 0
}

.b-seo p {
  margin: 0 0 4px;
  font-size: 15px
}
.color-yellow,
.b-seo h3 b {
  border-bottom: 2px solid gold
}

.b-mainServices__items {
  overflow: auto;
  padding: 8px 0
}

.b-mainServices__items--withImg .b-mainServices__item {
  padding: 80px 40px;
  width: 49%;
  float: left;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.2;
  position: relative
}
.b-mainServices__items-bg,
.b-mainServices__items--withImg .b-mainServices__item:after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  top: 50%;
  right: 20px;
  margin-top: -75px;
  background-repeat: no-repeat;
  /*background-image: url(./img/main-services-sprite.png)*/
  background-size: cover;
}

.b-mainServices__items--withImg .b-mainServices__item:first-child {
  background-color: #3499dd;
  border-radius: 15px;
}

.b-mainServices__items--withImg .b-mainServices__item:first-child:after {
  background-position: 0 0
}

.b-mainServices__items--withImg .b-mainServices__item:last-child {
  margin-left: 2%;
  background-color: #ff7d1d;
  border-radius: 15px;
}

.b-mainServices__items--withImg .b-mainServices__item:last-child:after {
  background-position: -150px 0
}

.b-mainServices__items--withoutImg .b-mainServices__item {
  padding-top: 35px;
  padding-left: 50px;
  padding-right: 80px;
  width: 32%;
  height: 190px;
  float: left;
  font-size: 36px;
  line-height: 1.1
}

.b-mainServices__items--withoutImg .b-mainServices__item:first-child {
  background-color: #f8b117;
  border-radius: 15px;
}

.b-mainServices__items--withoutImg .b-mainServices__item:nth-child(2) {
  margin-left: 2%;
  background-color: #4B5667;
  border-radius: 15px;
  
}

.b-mainServices__items--withoutImg .b-mainServices__item:last-child {
  margin-left: 2%;
  background-color: #8364ca;
  border-radius: 15px;
}

.b-mainServices__item {
  display: block;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.b-mainServices__item:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.b-mainServices__item--lightText {
  color: #fff
}

.c-caption {
  color: #000
}

.b-brands {
  margin: 30px 0
}

.b-brands img {
  max-width: 100%
}

.b-brands .container {
  padding: 0 50px
}

.b-brands .owl-carousel .owl-stage-outer {
  z-index: 5
}

.b-brands .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0
}

.b-brands .owl-theme .owl-nav [class*=owl-] {
  color: #000;
  background-color: #dadada;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 100px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

.b-brands .owl-theme .owl-nav [class*=owl-]:before {
  width: 15px;
  height: 15px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -7px
}

.b-brands .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #bbb
}

.b-brands .owl-carousel .owl-nav .owl-prev {
  left: -50px
}

.b-brands .owl-carousel .owl-nav .owl-prev:before {
  content: "\f053"
}

.b-brands .owl-carousel .owl-nav .owl-next {
  right: -50px
}

.b-brands .owl-carousel .owl-nav .owl-next:before {
  content: "\f054"
}

.b-brands--notSlider {
  font-size: 0;
  text-align: center;
  margin-bottom: 120px
}

.b-brands--notSlider .b-brands__item {
  width: 70px;
  height: 70px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 8px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1)
}

.b-brands--notSlider .b-brands__item:hover {
  -webkit-transform: scale(1.1) translateY(-3px);
  -ms-transform: scale(1.1) translateY(-3px);
  transform: scale(1.1) translateY(-3px);
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .1)
}

.b-brands__title {
  font-size: 20px;
  color: #555
}

.b-about__caption:before {
  content: ""
}

.c-caption {
  font-size: 15px !important;
  line-height: 1.3;
  position: relative;
  padding-right: 15px;
  margin: 0 0 20px
}

.c-caption:after {
  content: ""
}

.c-caption span {
  display: inline;
  background-color: #fff;
  padding-right: 10px
}

.c-caption a {
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid gold
}

.c-caption:after {
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #26a8be;
}

.b-about {
  margin: 50px 0;
  padding: 50px 0;
  background-color: #f0f5f8;
  background-image: url(./img/b-about-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 80% 50%
}

.b-about__caption {
  width: 500px
}

.b-about__text {
  width: 500px
}

.b-about__text + .b-about__caption {
  margin-top: 30px
}

.b-about__caption {
  margin: 0 0 10px;
  font-size: 23px;
  position: relative
}

.b-about__caption:before {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -60px;
  background-image: url(./img/b-about-caption.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.b-scheme__item:before,
.b-whyUs__item:before {
  /*content: "";*/
  top: 0;
  left: 50%;
  background-repeat: no-repeat
}
.b-whyUs__item:before {
  /*content: "";*/
  top: 0;
  left: 50%;
  background-repeat: no-repeat
}
.b-whyUs__item-icon {
	position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #f8b117;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 60%;
    background-size: 60%;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 40px;
}
.b-whyUs__item-icon:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid gray;
	transform: scale(1.3)
}
.b-about__text {
  margin: 0
}

.b-about .container {
  padding-left: 80px
}

.b-whyUs__list {
  margin: 50px 0
}

.b-whyUs__item {
  width: 32%;
  float: left;
  padding: 5px 15px 0;
  text-align: center;
  position: relative
}

.b-whyUs__item + .b-whyUs__item {
  margin-left: 2%
}

.b-whyUs__item:before {
  position: absolute;
  width: 140px;
  height: 128px;
  margin-left: -76px;
  background-image: url(./img/whyUs-sprite.png)
}

.b-whyUs__item--fast:before {
  background-position: 0 0
}

.b-whyUs__item--guarantees:before {
  background-position: -140px 0
}

.b-whyUs__item--lowprice:before {
  background-position: -280px 0
}

.b-whyUs__title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px
}

.b-whyUs__text {
  margin: 0;
  font-size: 15px
}

.b-scheme__list {
  margin: 50px 0
}

.b-scheme__item {
  width: 22%;
  float: left;
  padding: 15px 0 0;
  text-align: center;
  position: relative
}

.b-scheme__item + .b-scheme__item {
  margin-left: 4%
}
.b-scheme__item-bg {
	position: relative;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 60%;
	background-size: 60%;
	margin: auto;
	margin-top: 30px;
}
.b-scheme__item-bg:before {
	position: absolute;
	content: '';
	top: 0;
	left: -20px;
	width: 90px;
	height: 90px;
	border-radius: 59%;
	background-color: #f8b117;
	z-index: -1;
}
.b-scheme__item:before {
  position: absolute;
  width: 140px;
  height: 130px;
  margin-left: -76px;
  background-image: url(./img/scheme-sprite.png)
}

.b-scheme__item--request:before {
  background-position: 0 0
}

.b-scheme__item--diagnosctics:before {
  width: 132px;
  background-position: -131px 0
}

.b-scheme__item--price:before {
  width: 131px;
  background-position: -261px 0
}

.b-scheme__item--done:before {
  width: 131px;
  background-position: -393px 0
}

.b-scheme__title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px
}

.b-scheme__text {
  margin: 0;
  font-size: 14px
}
#thanks{
	max-width: 500px;
	width: 100%;
}
.b-main h1,
.b-main > h1 {
  font-size: 36px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: Montserrat
}
.b-main h1 span,
.b-main > h1 span{
	font-size: 30px;
	color: #f8b117;
	padding-left: 50px;
	margin-top: 10px;
	position: relative;
	display: inline-block;
}
.b-main h1 span.city,
.b-main > h1 span.city{
	color: #007b9c;
	padding-left: 50px;
	margin-top: 10px;
	position: relative;
	display: inline-block;
}
.b-main h1 span.city::before,
.b-main > h1 span.city::before{
	content: '';
	background: url(img/placeholder.svg)no-repeat;
	width: 40px;
	background-size: 40px;
	height: 40px;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.b-main h1 span.metro::before,
.b-main > h1 span.metro::before{
	content: '';
	background: url(img/logom.png)no-repeat;
	width: 40px;
	background-size: 40px;
	height: 48px;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -24px;
}

.b-main > h1 b {
  color: #ea526f
}

.b-main > h1 em {
  color: #00e072;
  display: block;
  font-style: normal
}

.page-h2,
.b-main > h2 {
  font-size: 17px;
  margin-top: 30px;
  color: #606a7a
}

.b-main .b-whyUs__title {
  font-size: 15px
}

.b-main > p {
  font-size: 15px
}

.b-main > h1 + h2 {
  margin-top: 0
}

.b-main > p {
  margin: 0 0 4px
}

.b-main > img {
  max-width: 100%
}

.b-main .b-whyUs {
  margin-top: 30px
}

.b-main .b-whyUs__text {
  font-size: 13px
}

.b-main .c-caption {
  color: #000
}

.b-sidebar__brandLogo {
  position: absolute;
  top: 50px;
  width: 125px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .1)
}

.b-sidebar__brandLaptop {
  display: block;
  margin: 22px auto 0
}

.b-sidebar--withGradient {
  background-color: #fafafa;
  background: -webkit-linear-gradient(225deg, #f0f0f0 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(225deg, #f0f0f0 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(225deg, #f0f0f0 0, rgba(255, 255, 255, 0) 100%)
}

.b-sidebar {
  position: relative
}

.b-sidebar__girl,
.b-sidebar__img,
.b-sidebar__map {
  max-width: 100%
}

.b-sidebar__discount {
  width: 100%;
  text-transform: uppercase;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0 15px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700
}

.b-sidebar__discount b {
  display: block;
  color: #26a8be;
}

@supports (display:flex) {
  .l-content__section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.b-sidebarMenu {
  border: 2px solid #007b9c;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 5px;
  margin-bottom: 30px
}

.b-sidebarMenu__item {
  background-color: #eee;
  color: #353537;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.4
}

.b-sidebarMenu__item a {
  text-decoration: none;
  color: inherit
}

.b-sidebarMenu__item.current-menu-item,
.b-sidebarMenu__item:hover {
  text-decoration: underline;
  background-color: #f8b117
}

.b-sidebarMenu__item + .b-sidebarMenu__item {
  margin-top: 5px
}

.b-sidebarMenu--services {
  border: none;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  margin-top: 23px;
  padding: 12px 0 0
}

.b-sidebarMenu--services .b-sidebarMenu__title {
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 5px
}

.b-sidebarMenu--services .b-sidebarMenu__link {
  display: inline;
  background-color: transparent;
  text-transform: none;
  text-decoration: underline;
  padding: 0;
  color: #00659a;
  font-size: 15px
}

.b-discountWidget {
  border: 2px dashed #ff5700;
  position: relative;
  padding: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto
}

.b-discountWidget__title {
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-top: 65px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.b-discountWidget__title b {
  display: block;
  font-size: 37px;
  margin-top: 10px
}

.b-discountWidget__percents {
  position: absolute;
  top: -15px;
  right: -8px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #1db300;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.b-advantagesPage__item:before,
.b-discounts__item:before {
  top: 0;
  /*content: "";*/
  background-repeat: no-repeat
}
.b-advantagesPage__item {
	background-repeat: no-repeat;
	-webkit-background-size: 19%;
	background-size: 19%;
}
.b-discounts {
  margin: 45px 0
}

.b-discounts__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-background-size: contain;
  background-size: contain;
}
.b-discounts__bg {
	flex-shrink: 0;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 70%;
	background-size: 70%;
	border-radius: 50%;
	border: 3px solid gray;
	margin-left: 20px;
}
.b-discounts__item + .b-discounts__item {
  margin-top: 30px
}

.b-discounts__item:before {
  width: 98px;
  height: 100px;
  position: absolute;
  right: 20px
}

.b-discounts__item--online:before {
  background-image: url(./img/discounts-sprite.png);
  background-position: 0 0
}

.b-discounts__item--antivirus:before {
  background-image: url(./img/discounts-sprite.png);
  background-position: -99px 0
}

.b-discounts__item--delivery:before {
  background-image: url(./img/discounts-sprite.png);
  background-position: -198px 0
}

.b-discounts__item--diagnostics:before {
  background-image: url(./img/discounts-sprite.png);
  background-position: -296px 0
}

.b-discounts__item--seconddevice:before {
  background-image: url(./img/discounts-sprite.png);
  background-position: -395px 0
}

.b-discounts__item--olders:before {
  background-image: url(./img/discounts-sprite.png);
  background-position: -494px 0
}

.b-discounts__title {
  text-transform: uppercase;
  color: #353537;
  margin: 0 0 5px;
  font-size: 17px
}

.b-discounts__description {
  color: #606a7a;
  margin: 0
}

.b-discounts__more {
  border: none;
  background-color: transparent;
  padding: 0;
  font-style: italic;
  font-size: 13px;
  margin-top: 15px;
  color: #aaa
}

.b-discounts__more::before {
  content: "Подробнее"
}

.b-discounts__more.opened::before {
  content: "Свернуть"
}

.b-discounts__hide {
  display: none;
  background-color: #efefef;
  padding: 10px;
  font-size: 13px
}

.b-advantagesPage {
  margin: 45px 0
}

.b-advantagesPage__item {
  padding-left: 200px;
  position: relative
}

.b-advantagesPage__item + .b-advantagesPage__item {
  margin-top: 50px
}

.b-advantagesPage__item:before {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 10px
}

.b-advantagesPage__item:after {
  /*content: "";*/
  position: absolute;
  width: 150px;
  height: 150px;
  top: -15px;
  left: -5px;
  border: 5px dotted gold;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 10px
}

.b-advantagesPage__item--delivery:before {
  background-image: url(./img/advantages-sprite.png);
  background-position: 0 0
}

.b-advantagesPage__item--diagnostics:before {
  background-image: url(./img/advantages-sprite.png);
  background-position: -120px 0
}

.b-advantagesPage__item--guarantees:before {
  background-image: url(./img/advantages-sprite.png);
  background-position: -240px 0
}

.b-advantagesPage__item--lowprices:before {
  background-image: url(./img/advantages-sprite.png);
  background-position: -360px 0
}

.b-advantagesPage__title {
  text-transform: uppercase;
  color: #353537;
  margin: 0 0 15px;
  font-size: 17px
}

.b-advantagesPage__description {
  color: #606a7a;
  margin: 0
}

.b-advantagesPage__hide {
  display: none;
  background-color: #efefef;
  padding: 10px;
  font-size: 13px
}

.b-advantagesPage__more {
  border: none;
  background-color: transparent;
  padding: 0;
  font-style: italic;
  font-size: 13px;
  margin-top: 15px;
  color: #aaa
}

.b-advantagesPage__more::before {
  content: "Подробнее"
}

.b-advantagesPage__more.opened::before {
  content: "Свернуть"
}

.b-contacts {
  margin: 30px 0
}

.b-contacts__item {
  width: 32%;
  float: left;
  position: relative;
  line-height: 1
}

.b-contacts__item + .b-contacts__item {
  margin-left: 2%
}

.b-contacts__item:before {
  background-color: #007b9c;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  -webkit-border-radius: 0 50% 50% 50%;
  border-radius: 0 50% 50%;
  content: ""
}

.b-contacts__item--phone:before {
  content: "\f095";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-phone {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.b-contacts__item--time:before {
  content: "\f017"
}

.b-contacts__item--email:before {
  content: "\f0e0"
}

.b-contacts__contact {
  font-size: 21px;
  line-height: 40px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  padding-left: 55px;
  background-color: #26a8be;
  color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px
}

.b-contacts__item--email .b-contacts__contact {
  font-size: 15px
}

.b-contacts__description {
  margin: 10px 0 0 55px;
  line-height: 1.2
}

.b-contacts__btn {
  margin: 15px 0 0 55px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid gold
}

.b-feedbacks__form .c-form {
  display: none;
  padding: 20px;
  background-color: #fafafa;
  margin-bottom: 45px;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.b-feedbacks__form .c-form__item--name,
.b-feedbacks__form .c-form__item--phone {
  width: 49%
}

.c-form__item--phone .c-form__field {
  background-image: url(./img/field-icon-phone-2.png);
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  background-position: 12px 8px;
  background-repeat: no-repeat;
  padding-left: 44px
}

.c-form__item--name .c-form__field {
  background-image: url(./img/field-icon-user.png);
  -webkit-background-size: 23px 23px;
  background-size: 23px;
  background-position: 10px 6px;
  background-repeat: no-repeat;
  padding-left: 44px
}

.b-priceTable__row--onlyName .b-priceTable__colName,
.b-priceTable__row--section .b-priceTable__colName {
  width: 100%
}

.b-feedbacks__form .c-form__item--feedback,
.b-feedbacks__form .c-form__item--recomend {
  width: 100%;
  margin-left: 0;
  margin-top: 15px
}

.b-feedbacks__form .c-form__item--submit {
  display: block;
  margin-top: 15px;
  float: right
}

.b-feedbacks {
  position: relative;
  min-height: 200px;
  margin: 45px 0;
  max-width: 100%
}

.b-feedbacks--noslider .b-feedbacks__item + .b-feedbacks__item {
  margin-top: 45px
}

.b-feedbacks__name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px
}

.b-feedbacks__head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-left: 12px
}

.b-feedbacks__head img {
  width: 50px !important;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden
}

.b-feedbacks__tail {
  border: 1px solid #eee;
  margin-top: 10px;
  margin-right: 1px;
  padding: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.b-feedbacks__raiting {
  margin: 0 0 15px;
  color: #555;
  font-size: 13px
}

.b-feedbacks__raiting b {
  display: inline-block;
  vertical-align: middle;
  background-color: gold;
  height: 30px;
  width: 40px;
  text-align: center;
  line-height: 30px;
  position: relative;
  color: #000;
  margin-left: -16px;
  margin-right: 20px
}

.b-feedbacks__raiting b::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  right: -11px;
  width: 22px;
  height: 22px;
  background-color: gold;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.b-feedbacks__text {
  margin: 0;
  font-size: 15px
}

.b-feedbacks__text + .b-feedbacks__text {
  margin-top: 8px
}

.b-feedbacks__next {
  background-color: #fff;
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 0;
  color: #aaa;
  font-size: 14px;
  line-height: 25px;
  border: none;
  padding: 0 15px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  outline: 0
}

.b-feedbacks__next::after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
  color: #ccc;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.b-feedbacks__next:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
  color: #555
}

.b-feedbacks__next:hover::after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px)
}

.b-feedbacks__more {
  margin: 8px 0 0;
  text-align: right;
  font-size: 15px;
  color: #bbb
}

.b-feedbacks__more a {
  color: inherit
}

.b-feedbacks__more a:hover {
  color: #000
}

.b-priceTable {
  margin: 45px 0
}

.b-priceTable__row {
  background-color: #f0f1f3;
  color: inherit;
  text-decoration: none;
  -webkit-border-radius: 12px;
  border-radius: 50px;
  margin-bottom: 5px;
  overflow: hidden
}

.b-priceTable__row--accent,
.b-priceTable__row:hover {
  background-color: #ffef99
}

.b-priceTable__row--section {
  font-weight: 700;
  font-size: 18px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 0
}

.b-priceTable__row--section:hover {
  background-color: #ffe766
}

.b-priceTable__row--header {
  background-color: transparent;
  font-size: 13px;
  color: #888;
  padding-top: 0;
  padding-bottom: 0
}

.b-priceTable__row--header:hover {
  background-color: transparent
}

.b-priceTable__row--header .b-priceTable__colPrice {
  font-weight: 300
}

.b-priceTable__row {
  display: table;
  width: 100%
}

#overlay,
#overlay--new,
.b-popup {
  position: fixed;
  display: none
}

.b-priceTable__colName,
.b-priceTable__colPrice {
  display: table-cell;
  padding: 5px 30px;
  vertical-align: middle
}

.b-priceTable__colName {
  width: 75%
}

.b-priceTable__colPrice {
  width: 25%;
  font-weight: 600;
  background-color: #f8b117;
  text-align: center
}

.b-priceTable > p {
  margin: 0
}

#overlay {
  z-index: 10005;
  background-color: #000;
  opacity: .8;
  -moz-opacity: .8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer
}

#overlay--new {
  z-index: 10005;
  background-color: gold;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.b-popup {
  max-width: 700px;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 8%;
  left: 50%;
  margin-left: -350px;
  opacity: 0;
  z-index: 10006;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: auto;
  background-color: #fff;
  padding: 35px
}

.b-popup__inner {
  display: table;
  width: 100%;
  table-layout: fixed
}

.b-popup__left,
.b-popup__right {
  display: table-cell
}

.b-popup__left {
  background-image: url(./img/popup-bg.jpg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.b-popup--new {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 !important;
  top: 100px
}

.b-popup--new::after {
  display: none
}

.b-popup--new .b-popup__close {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  left: auto;
  right: 15px;
  bottom: auto;
  top: 135px;
  margin-left: 0;
  width: auto;
  height: auto;
  z-index: 1;
  background-color: transparent;
  color: #f6b6c2
}

.b-popup--new .b-promoForm {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.b-popup__caption {
  margin: 0 0 20px;
  font-size: 25px;
  text-transform: none
}

.b-popup__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #606a7a;
  background-color: transparent;
  cursor: pointer;
  border: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

.b-popup__close:hover {
  color: #000
}

.b-popup .c-form {
  overflow: visible;
  margin-top: 30px
}

.b-popup .c-form__item {
  width: 100%;
  float: none
}

.b-popup .c-form .c-form__item + .c-form__item {
  margin-left: 0;
  margin-top: 20px
}

.b-popup--fluid {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 100px bottom;
  background-image: url(./img/popup-fluid-bg.png);
  -webkit-background-size: 45% 45%;
  background-size: 45%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
  padding: 0;
  overflow-y: scroll;
  max-width: none
}

.b-popup--fluid .b-popup__close {
  color: #555;
  font-size: 30px;
  top: 94px;
  right: 10%;
  bottom: auto;
  left: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.b-popup--fluid .b-popup__close:hover {
  color: #000
}

.b-popup--fluid .b-popup__caption {
  text-align: center;
  font-size: 40px;
  margin: 80px 0 50px
}

.b-popup--fluid .b-popup__subcaption {
  margin: 0;
  font-size: 20px;
  font-weight: 400
}

.b-popup--fluid .b-popup__text {
  text-align: center
}

.b-popup--fluid .b-popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.b-popup--fluid .b-popup__form {
  padding-left: 55%;
  padding-right: 10%
}

.b-popup--fluid .c-form {
  margin-top: 15px
}

.b-popup--fluid .c-form__label {
  color: #000
}

.b-popup--fluid .c-form__submit {
  text-transform: uppercase;
  font-size: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.b-popup--fluid .c-form__field {
  font-size: 20px;
  padding: 12px 20px 12px 44px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-position: 10px 13px
}

.b-popup--fluid .c-form__smalltext {
  margin-top: 20px;
  display: block;
  font-weight: 700;
  font-size: 14px
}

.b-popup--fluid .c-form__smalltext b {
  font-size: 20px;
  color: #fd6212
}

.b-popup--fluid .c-form__privacypolicy {
  display: block;
  line-height: 1;
  margin-top: 15px;
  color: #c4aa07
}

.b-popup--fluid .c-form__privacypolicy a {
  color: inherit
}

.b-whyUsPage {
  margin: 45px 0
}

.b-whyUsPage__item {
  min-height: 275px;
  padding-left: 450px;
  position: relative
}

.b-whyUsPage__item + .b-whyUsPage__item {
  margin-top: 40px
}

.b-whyUsPage__img {
  width: 400px;
  position: absolute;
  left: 0
}

.b-whyUsPage__title {
  font-size: 19px
}

.b-whyUsPage__btn {
  width: 150px;
  padding: 5px 0;
  font-size: 15px;
  -webkit-border-radius: 8px;
  border-radius: 8px
}

.b-bannerDiscount {
  background-image: url(./img/bannerspring.jpg);
  background-position: 50% 50%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%
}

.b-bannerDiscount__inner {
  text-align: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  opacity: .99;
  max-width: 970px;
  margin: 0 auto
}

.b-bannerDiscount__title {
  color: #222;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 1
}

.b-bannerDiscount__title b {
  color: #222
}

.b-bannerDiscount__btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
  border: 2px solid #222;
  color: #222;
  text-decoration: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 15px;
  font-weight: 800
}

.b-bannerDiscount__leaf {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: -1;
  left: 50%
}

.b-bannerDiscount__leaf--1 {
  background-image: url(./img/snowflakes-1.png);
  width: 100px;
  height: 98px;
  top: 20px;
  margin-left: 340px;
  z-index: 1;
  display: none
}

.b-bannerDiscount__leaf--2 {
  background-image: url(./img/snowflakes-2.png);
  width: 100px;
  height: 113px;
  top: -110px;
  margin-left: -380px;
  -webkit-animation: leaf-1 4s .6s infinite;
  animation: leaf-1 4s .6s infinite
}

.b-bannerDiscount__leaf--3 {
  background-image: url(./img/snowflakes-3.png);
  width: 80px;
  height: 92px;
  top: -100px;
  margin-left: -450px;
  -webkit-animation: leaf-2 3.5s infinite linear;
  animation: leaf-2 3.5s infinite linear
}

.b-bannerDiscount__phone {
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  opacity: 0;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

.b-bannerDiscount__phone.show {
  opacity: 1
}

@-webkit-keyframes leaf-1 {
  from {
    -webkit-transform: 0;
    transform: 0
  }

  to {
    -webkit-transform: translateY(200px);
    transform: translateY(200px)
  }
}

@keyframes leaf-1 {
  from {
    -webkit-transform: 0;
    transform: 0
  }

  to {
    -webkit-transform: translateY(200px);
    transform: translateY(200px)
  }
}

@-webkit-keyframes leaf-2 {
  from {
    -webkit-transform: 0;
    transform: 0
  }

  to {
    -webkit-transform: translateY(180px);
    transform: translateY(180px)
  }
}

@keyframes leaf-2 {
  from {
    -webkit-transform: 0;
    transform: 0
  }

  to {
    -webkit-transform: translateY(180px);
    transform: translateY(180px)
  }
}

.b-servicesPage {
  margin: 45px 0
}

.b-servicesPage__item {
  min-height: 275px;
  padding-left: 450px;
  position: relative
}

.b-servicesPage__item + .b-servicesPage__item {
  margin-top: 40px
}

.b-servicesPage__img {
  width: 400px;
  position: absolute;
  left: 0
}

.b-servicesPage__title {
  font-size: 19px;
  margin-top: 0
}

.b-servicesPage__btn {
  width: 150px;
  padding: 5px 0;
  font-size: 15px;
  -webkit-border-radius: 8px;
  border-radius: 8px
}

.b-servicesPage__service {
  list-style: square inside
}

.b-servicesPage__service + .b-servicesPage__service {
  margin-top: 5px
}

.b-servicesPage__link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #26a8be;
  padding: 0 5px;

}

.b-servicesPage__link:hover {
  background-color: #26a8be;
  color: #fff;
}

.b-servicesPage__details {
  margin-top: 25px
}

.b-servicesPage__adv {
  margin-left: 20px
}

.b-malfunctionsMenu__list {
  border: 2px solid #555;
  padding: 5px 0;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  background: rgba(255, 215, 0, .2);
  background: -webkit-linear-gradient(top, rgba(255, 215, 0, .2) 0, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 215, 0, .2)), to(rgba(125, 185, 232, 0)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 215, 0, .2)), to(rgba(125, 185, 232, 0)));
  background: -o-linear-gradient(top, rgba(255, 215, 0, .2) 0, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 215, 0, .2) 0, rgba(125, 185, 232, 0) 100%)
}

.b-malfunctionsMenu__caption {
  font-size: 17px;
  margin: 0;
  color: #fff;
  background-color: #555;
  padding: 10px;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  position: relative;
  overflow: hidden
}

.b-malfunctionsMenu__caption:before {
  content: "";
  position: absolute;
  top: -35px;
  left: -9px;
  width: 80px;
  height: 80px;
  background-image: url(./img/gear-white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  opacity: .12
}

.b-malfunctionsMenu__item.current-menu-item,
.b-malfunctionsMenu__item:hover {
  background-color: #ffef99
}

.b-malfunctionsMenu__item + .b-malfunctionsMenu__item {
  border-top: 1px solid #eee
}

.b-malfunctionsMenu__link {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase
}

.b-malfunctionsMenu__link:hover {
  text-decoration: underline
}

.b-copyrights {
  padding: 0 15px;
  margin: 30px 0 0
}

.b-copyrights__wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px
}

.b-copyrights__item {
  position: relative;
  display: table-cell
}

.b-copyrights__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-background-size: contain;
  background-size: contain;
  /*background-image: url(./img/copyrights-sprite.png)*/
}

.b-copyrights__item--copyright:before {
  background-image: url(./img/technical-support.svg);
}

.b-copyrights__item--license:before {
  background-image: url(./img/file.svg);
}

.b-copyrights__item + .b-copyrights__item {
  margin-top: 20px
}

.b-copyrights__title {
  display: block;
  padding: 9px 0 9px 80px;
  font-weight: 700;
  font-size: 15px
}

.b-copyrights__text {
  font-size: 14px;
  margin: 0
}

.b-copyrights__text a {
  color: inherit;
  text-decoration: none;
  font-weight: 700
}

.b-advantagesBlock {
  padding: 10px;
  border: 1px solid #606a7a;
  overflow: auto;
  margin-bottom: 45px
}

.b-advantagesBlock__item {
  font-weight: 700;
  float: left;
  width: 50%;
  font-size: 12px;
  margin: 10px 0;
  position: relative;
  padding-left: 45px
}

.b-advantagesBlock__item:before {
  content: "";
  background-color: #00659a;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(./img/advantages-block-sprite.png)
}

.b-advantagesBlock__item--parts:before {
  background-position: -21px 0
}

.b-advantagesBlock__item--master:before {
  background-position: 6px 3px
}

.b-advantagesBlock__item--guarantees:before {
  background-position: -51px 0
}

.b-advantagesBlock__item--limits:before {
  background-position: -84px 0
}

.b-advantagesBlock__item--delivery:before {
  background-position: -119px 0
}

.b-advantagesBlock__item:last-child {
  width: 100%
}

.b-btnWithDesc {
  padding: 0 15px
}

.b-footer {
  background-color: #353537;
  overflow: auto;
  padding: 60px 0
}

.b-footer__column {
  width: 22%;
  float: left
}

.b-footer__column + .b-footer__column {
  margin-left: 4%
}

.b-footer__column--c2 {
  width: 15%
}

.b-footer__column--c4 {
  width: 29%;
  margin-top: 20px
}

.b-footer__logo {
  width: 100%;
  max-width: 175px
}

.b-footer .c-call__phone,
.b-footer .c-call__text {
  color: #fff
}

.b-footer .c-call .fas {
  left: auto
}

.b-footermenu__item {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase
}

.b-footermenu__item + .b-footermenu__item {
  margin-top: 10px
}

.b-footermenu__item a {
  color: inherit;
  text-decoration: none
}

.b-footermenu__item a:hover {
  text-decoration: underline
}

.b-partnerSheme {
  font-size: 0;
  margin-bottom: 50px
}

.b-partnerSheme__item {
  max-width: 300px;
  margin: 0 auto;
  font-family: BebasNeue-Regular, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #353537;
  padding: 10px 15px;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative
}

.b-partnerSheme__item--gold {
  background-color: gold;
  color: #000
}

.b-partnerSheme__item--gold::after {
  border-left-color: gold !important
}

.b-partnerSheme__item--accent {
  background-color: #00e072
}

.b-partnerSheme__item--accent::after {
  display: none
}

.b-partnerSheme__item::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -15px;
  border-left: 15px solid #353537;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent
}

.b-partnerSheme__img {
  display: block;
  margin: 0 auto
}

.b-partnerSheme__name {
  margin-top: 15px
}

.b-partnerSheme__other {
  height: 120px;
  margin-top: 25px;
  font-size: 16px;
  line-height: normal;
  background-color: #eef0f2;
  padding: 30px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.b-partnerSheme__banner {
  height: 120px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #5c6b7b;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  margin-top: 25px;
  background-image: url(./img/partner-sheme6.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-left: 245px;
  padding-top: 30px
}

.b-partnerSheme__banner span {
  display: inline-block;
  vertical-align: middle
}

.b-partnerSheme__banner strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  color: #353537;
  line-height: 1;
  padding: 8px;
  margin-left: 10px
}

.b-partnerSheme__banner i {
  font-style: normal;
  font-family: BebasNeue-Regular, sans-serif;
  color: #ca000f
}

.b-partnerSheme__banner b {
  font-size: 30px
}

.b-partnerSteps {
  margin-bottom: 50px;
  font-size: 0;
  overflow: auto
}

.b-partnerSteps__item {
  background-color: #eef0f2;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  height: 208px;
  overflow: hidden
}

.b-partnerSteps__head {
  font-size: 24px;
  margin: 0;
  line-height: 1
}

.b-partnerSteps__num {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #545454;
  text-align: center;
  background-color: gold;
  margin-right: 15px;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0
}

.b-partnerSteps__body {
  font-size: 16px;
  margin: 0;
  padding: 15px 25px
}

.b-partnerGuarantees {
  margin-bottom: 50px
}

.b-partnerGuarantees__right h3 {
  margin: 0;
  font-size: 24px
}

.b-partnerGuarantees__right img {
  margin: 10px;
  max-width: 100%
}

.b-partnerGuarantees__item {
  display: table;
  width: 100%;
  table-layout: fixed
}

.b-partnerGuarantees__item + .b-partnerGuarantees__item {
  margin-top: 20px
}

.b-partnerGuarantees__icon {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-color: #00e072;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.b-partnerGuarantees__icon--1 {
  background-image: url(./img/partner-guarantees1.png)
}

.b-partnerGuarantees__icon--2 {
  background-image: url(./img/partner-guarantees2.png)
}

.b-partnerGuarantees__icon--3 {
  background-image: url(./img/partner-guarantees3.png)
}

.b-partnerGuarantees__icon--4 {
  background-image: url(./img/partner-guarantees4.png)
}

.b-partnerGuarantees__icon--5 {
  background-image: url(./img/partner-guarantees5.png)
}

.b-partnerGuarantees__text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px
}

.b-partnerCustomers {
  background-color: #ffef99;
  opacity: .99;
  padding: 50px 0
}

.b-partnerCustomers__item + .b-partnerCustomers__item {
  margin-top: 15px
}

.b-partnerCustomers__item:hover .b-partnerCustomers__tab {
  background-color: #353537;
  color: #fff
}

.b-partnerCustomers__item--active .b-partnerCustomers__tab {
  background-color: #353537;
  color: #fff
}

.b-partnerCustomers__body {
  display: none;
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 25px;
  margin-top: 15px
}

.b-partnerCustomers__body h3 {
  margin-top: 0
}

.b-partnerCustomers__body p {
  margin-bottom: 0
}

.b-partnerCustomers__tab {
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid #353537;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 25px;
  line-height: normal;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  background-color: transparent
}

.b-partnerCustomers__desc {
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 25px
}

.b-partnerCustomers__desc h3 {
  margin-top: 0
}

.b-partnerCustomers__desc p {
  margin-bottom: 0
}

.b-partnerCustomers .c-caption span {
  background-color: #ffef99
}

.b-partnerCustomers .c-caption::after {
  background-color: #353537
}

.b-partnerForm {
  background-color: #353537;
  opacity: .99;
  padding: 50px 0;
  color: #fff;
  margin-bottom: 50px
}

.b-partnerForm__caption {
  margin: 0;
  font-size: 24px
}

.b-partnerForm__text {
  margin: 15px 0 !important
}

.b-partnerForm label,
.b-partnerForm__radio {
  display: table;
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #eef0f2;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 65px;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  line-height: 1;
  margin-bottom: 15px
}

.b-partnerForm label span,
.b-partnerForm__radio span {
  display: table-cell;
  vertical-align: middle
}

.b-partnerForm label input,
.b-partnerForm__radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer
}

.b-partnerForm__radio--checked,
.b-partnerForm__radio.active .b-partnerForm__radio:hover {
  background-color: #eef0f2;
  color: #353537
}

.b-partnerForm label--checked,
.b-partnerForm label.active .b-partnerForm__radio:hover {
  background-color: #eef0f2;
  color: #353537
}

.b-partnerForm label.active .b-partnerForm label:hover,
.b-partnerForm__radio.active .b-partnerForm label:hover {
  background-color: #eef0f2;
  color: #353537
}

.b-partnerForm__submit {
  width: 100%;
  margin-top: 25px
}

.b-partnerForm small {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 1.2;
  margin: 30px 0
}

.b-partnerForm .c-form__field {
  color: #000
}

.b-partnerForm .c-caption span {
  background-color: #353537;
  color: #fff
}

.b-partnerForm span.wpcf7-list-item {
  width: 100%;
  max-width: 267px
}

.b-partnerFAQ {
  margin-bottom: 50px
}

.b-partnerFAQ__num {
  font-size: 200px;
  color: #ffef99;
  line-height: 1;
  font-weight: 900
}

.b-partnerFAQ__text h3 {
  margin: 10px 0 0;
  font-size: 24px
}

.subway-line-1 {
  color: #ef0e18
}

.subway-line-2 {
  color: #29bf28
}

.subway-line-3 {
  color: #0079bf
}

.subway-line-4 {
  color: #00c0ff
}

.subway-line-5 {
  color: #8e5b29
}

.subway-line-6 {
  color: #ed9121
}

.subway-line-7 {
  color: #810081
}

.subway-line-8 {
  color: #ffd800
}

.subway-line-9 {
  color: #999
}

.subway-line-10 {
  color: #9acd00
}

.subway-line-11 {
  color: #83c1c1
}

.subway-line-12 {
  color: #cfd8e9
}

.subway-line-18 {
  color: #e56e73
}

.subway-line-19 {
  color: #99f
}

.subway-line-13 {
  color: #d6083b
}

.subway-line-14 {
  color: #0078c9
}

.subway-line-15 {
  color: #009a49
}

.subway-line-16 {
  color: #ea7125
}

.subway-line-17 {
  color: #702785
}

.team {
  text-align: center
}

.team__title {
  font-size: 18px;
  font-weight: 700
}

.team__list {
  width: 100%
}

.team__item p {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 700
}

.team__item img {
  display: block;
  max-width: 100%
}

.b-promoForm {
  background-color: #e56a74;
  background-image: -webkit-gradient(linear, right top, left top, from(#26a8be), to(#ffd166));
  background-image: -webkit-linear-gradient(right, #26a8be, #ffd166);
  background-image: -o-linear-gradient(right, #26a8be, #ffd166);
  background-image: linear-gradient(to left, #26a8be, #ffd166);
  position: relative;
  padding: 30px 50px 30px 280px;
  margin: 120px 0 70px
}

.b-promoForm__img {
  background-image: url(./img/promoform-img.png);
  width: 250px;
  height: 296px;
  position: absolute;
  bottom: -27px;
  left: 3px;
  background-size: contain;
  background-repeat: no-repeat;
}

.b-promoForm__title {
  color: #000;
  font-size: 25px;
  line-height: 1;
  margin: 0 0 23px
}

.b-promoForm__title i {
  text-transform: uppercase;
  font-style: normal;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  color: #fff
}

.b-promoForm__title strong {
  color: #fff
}

.b-promoForm__field {
  border: none;
  background-image: url(./img/field-icon-phone.png);
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  background-position: 5px 7px;
  background-repeat: no-repeat;
  padding: 8px 8px 8px 37px;
  max-width: 180px;
  font-size: 16px;
  line-height: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.b-promoForm__btn {
  border: none;
  display: inline-block;
  line-height: 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #000;
  height: 35px;
  padding: 0 20px;
  text-decoration: none;
  margin-left: 15px
}

.b-promoForm__response {
  position: absolute;
  bottom: -47px;
  left: 0
}

.b-sidebar__wrapper {
  padding-bottom: 150px;
  background-image: -webkit-linear-gradient(top, #fff, #eee 250px, transparent);
  background-image: -o-linear-gradient(top, #fff, #eee 250px, transparent);
  background-image: linear-gradient(to bottom, #fff, #eee 250px, transparent)
}

.b-sidebarAdv {
  padding: 45px 15px 25px
}

.b-sidebarAdv__item {
  display: block;
  margin: 0;
  position: relative;
  padding: 5px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
  color: #353535;
  line-height: 1.7;
  background-color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none
}

.b-sidebarAdv__item::before {
  content: '\f058';
  position: absolute;
  top: 50%;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  color: #26a8be;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  text-align: center
}

.b-sidebarAdv__item + .b-sidebarAdv__item {
  margin-top: 20px
}

.b-rait {
  padding: 0 15px;
  text-align: center
}

.b-rait__inner {
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #555;
  padding: 15px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

.b-rait__title {
  margin: 0
}

.b-rait__stars {
  margin-top: 5px
}

.b-rait__stars span::before {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: gold;
  font-size: 18px
}

.b-rait__grade {
  font-family: "Open Sans", sans-serif;
  font-size: 43px;
  line-height: 1;
  color: #222;
  margin: 15px 0 0
}

.b-rait__more {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #888;
  margin-top: 5px
}

.b-rait__more:hover {
  color: #000
}

.b-sideform {
  position: relative;
  margin: 15px;
  opacity: .99
}

.b-sideform__inner {
  background-color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 15px
}

.b-sideform__title {
  font-weight: 700;
  font-size: 20px;
  margin: 0
}

.b-sideform__subtitle {
  margin: 0
}

.b-sideform__field {
  border: none;
  background-image: url(./img/field-icon-phone-2.png);
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  background-position: 5px 7px;
  background-repeat: no-repeat;
  padding: 8px 8px 8px 37px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bbb;
  margin-top: 10px
}

.b-sideform__btn {
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #000;
  height: 35px;
  line-height: 33px;
  text-decoration: none;
  padding: 0 20px;
  display: table;
  margin: 15px auto 0
}

.b-sedebarBreakages {
  padding: 20px 15px;
  position: relative;
  border-top: 1px solid #bbb
}

.b-sedebarBreakages a {
	color: #e56a74;
}

.b-sedebarBreakages__title {
  margin: 0 0 5px;
  font-size: 17px;
  padding-right: 25px
}

.b-sedebarBreakages__link {
  color: #e56a74
}

.b-sedebarBreakages__link:hover {
  color: #000
}

.b-sedebarBreakages__trigger {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 23px;
  right: 15px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.b-sedebarBreakages__trigger:hover {
  background-color: #e56a74;
  color: #fff
}
#mapLine {
    height: 480px;
}
.b-sedebarBreakages__trigger::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '\f0dd';
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-size: 15px;
  font-weight: 900
}

.b-mobileAdv {
  padding: 45px 15px 0;
  max-width: 320px;
  margin: 0 auto
}

.b-mobileAdv__item {
  margin: 0;
  position: relative;
  padding: 8px;
  padding-left: 65px;
  font-size: 15px;
  font-weight: 700;
  color: #353535;
  line-height: 1.7;
  background-color: #f7f7f7;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.b-mobileAdv__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover
}

.b-mobileAdv__item--1::before {
  background-image: url(./img/house.png)
}

.b-mobileAdv__item--2::before {
  background-image: url(./img/search.png)
}

.b-mobileAdv__item--3::before {
  background-image: url(./img/shield.png);
  width: 32px;
  height: 32px;
  margin-top: -16px
}

.b-mobileAdv__item + .b-mobileAdv__item {
  margin-top: 15px
}

#phone-button-module {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 140px;
  height: 140px;
  padding-left: 30px;
  padding-top: 30px;
  z-index: 999;
  display: none !important
}

#phone-button-module:hover .pbm-button {
  background-color: #00e072
}

.pbm-wrap {
  position: absolute;
  width: 100%;
  height: 100%
}

.pbm-button {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s
}

.pbm-outside {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  background-color: rgba(0, 224, 114, .2);
  padding: 15px;
  display: inline-block
}
@-webkit-keyframes pbm-animate {

    0%,
    100%,
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    10%,
    20% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    15% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    30%,
    40% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    35%,
    45% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
}

@keyframes pbm-animate {

    0%,
    100%,
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    10%,
    20% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    15% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    30%,
    40% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    35%,
    45% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
}
.pbm-button {
  display: block;
  background-color: #32e68e;
  width: 80px;
  height: 80px;
  -webkit-animation: pbm-animate 1.8s infinite ease-in-out;
  animation: pbm-animate 1.8s infinite ease-in-out;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  padding: 0;
  border: none;
  position: relative;
  outline: 0
}

.pbm-button:hover .pbm-text {
  display: block
}

.pbm-button:hover .pbm-icon {
  -webkit-transform: scale(.6, .6);
  -ms-transform: scale(.6, .6);
  transform: scale(.6, .6);
  top: 7px
}

.pbm-icon {
  width: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.pbm-text {
  display: none;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-family: sans-serif;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  position: absolute;
  bottom: 8px
}

.b-sidebarAdvSec {
  padding: 25px 15px
}

.b-sidebarAdvSec__item {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  position: relative;
  padding-left: 45px;
  margin: 0
}

.b-sidebarAdvSec__item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  color: #26a8be;
  width: 32px;
  text-align: center
}

.b-sidebarAdvSec__item--all::before {
  content: '\f7d9'
}

.b-sidebarAdvSec__item--quick::before {
  content: '\f0d1'
}

.b-sidebarAdvSec__item--master::before {
  content: '\f158'
}

.b-sidebarAdvSec__item--license::before {
  content: '\f772'
}

.b-sidebarAdvSec__item + .b-sidebarAdvSec__item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0
}

.b-mobileAdv {
  display: none
}

.b-tooltipPopup {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-image: url(./img/clocks-benner-bg.jpg);
  width: 200px;
  height: 100px;
  background-repeat: no-repeat;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
  -webkit-box-shadow: 2px 5px 12px rgba(0, 0, 0, .3);
  box-shadow: 2px 5px 12px rgba(0, 0, 0, .3);
  -webkit-animation: tooltipPopup 1s 3s both;
  animation: tooltipPopup 1s 3s both;
  -webkit-transform: translate(100px, -15px) rotate(15deg);
  -ms-transform: translate(100px, -15px) rotate(15deg);
  transform: translate(100px, -15px) rotate(15deg);
  opacity: 0
}

@-webkit-keyframes tooltipPopup {
  to {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    opacity: 1
  }
}

@keyframes tooltipPopup {
  to {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    opacity: 1
  }
}

.b-geo__caption {
  margin: 0
}

.b-geo ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3
}

.b-geo__subcaption {
  margin: 0;
  position: absolute;
  top: -16px;
  left: 7px;
  background-color: #fff;
  padding: 0 8px
}

.b-geo__metro {
  border: 3px solid currentColor;
  padding: 15px 15px 15px;
  position: relative;
  margin-top: 25px
}

.b-geo__metro--1 {
  color: #ef0e18
}

.b-geo__metro--2 {
  color: #29bf28
}

.b-geo__metro--3 {
  color: #0079bf
}

.b-geo__metro--4 {
  color: #00c0ff
}

.b-geo__metro--5 {
  color: #8e5b29
}

.b-geo__metro--6 {
  color: #ed9121
}

.b-geo__metro--7 {
  color: #810081
}

.b-geo__metro--8 {
  color: #ffd800
}

.b-geo__metro--9 {
  color: #999
}

.b-geo__metro--10 {
  color: #9acd00
}

.b-geo__metro--11 {
  color: #83c1c1
}

.b-geo__metro--12 {
  color: #cfd8e9
}

.b-geo__metro--13 {
  color: #d6083b
}

.b-geo__metro--14 {
  color: #0078c9
}

.b-geo__metro--15 {
  color: #009a49
}

.b-geo__metro--16 {
  color: #ea7125
}

.b-geo__metro--17 {
  color: #702785
}

.b-geo__metro--18 {
  color: #e56e73
}

.b-geo__metro--19 {
  color: #99f
}

.b-geo a {
  color: #000
}

.b-geo__section + .b-geo__section {
  margin-top: 50px
}

.b-map__geo {
  display: block;
  text-align: right;
  position: relative;
  line-height: 35px;
  padding-right: 45px;
  color: #000
}

.b-map__geo::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-image: url(./img/map-icon.png);
  background-color: #585a59;
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
  background-size: 25px;
  background-position: 50% 50%;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px
}

.mobile-phone {
  display: none
}

.policy {
	color: #fff;
}
#metroInput {
	width: 100%;
}
#mapLineFind {
	min-height: 300px;
	margin-top: 20px;
}
.l-content__sidebar {
	margin-bottom: 20px;
}
.box-modal {
  position: relative;
  width: 500px;
  padding: 16px;
  margin: auto;
  background: #fff;
  color: #3c3c3c;
  font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
  border-radius: 6px;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }
#services-modal {
	width: 700px;
}
#modal-form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
#modal-form > * {
	width: 90%;
}
#price-online {
	width: 700px;
	background-color: transparent;
	box-shadow: none;
}
#reviews-modal {
	width: 700px;
}
#reviews-modal .c-form__item {
	margin-bottom: 20px;
}
#reviews-modal textarea {
	height: 120px;
	border-radius: 27px;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: 600;
}
.stationRez {
	margin-top: 14px;
}
.stationRez a.cat12, #geoModal ul li a {
    background: url(./img/metro.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 75%;
    color: black;
    padding-left: 37px;
    margin: 5px 0;
    display: inline-block;
}
.stationRez a.cat14, #geoModal ul li a {
    background: url(./img/placeholder.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 75%;
    color: black;
    padding-left: 37px;
    margin: 5px 0;
    display: inline-block;
}
.note-footer {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #fff;
}
.note-footer p{
	margin-bottom: 0;
}
.mobile-phone {
	display: none;
}
@media only screen and (max-width:992px) {
  .mobile-phone {
    position: fixed;
    left: 10px;
    bottom: 10px;
    right: 10px;
    padding: 10px 12px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: gold;
    color: #333;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
  }

  .mobile-phone span {
    font-size: 10px;
    font-weight: 400
  }

  .mobile-phone p {
    font-size: 19px;
    font-weight: 400;
    margin: 0
  }

  .mobile-phone i {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./img/phone-icon.png);
    -webkit-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-animation: pbm-animate 1.8s infinite ease-in-out;
    animation: pbm-animate 1.8s infinite ease-in-out
  }

  .b-bannerDiscount__inner {
    padding: 14px
  }

  .b-bannerDiscount {
    overflow: hidden
  }

  .b-bannerDiscount__title {
    display: block;
    font-size: 21px
  }

  .b-bannerDiscount__btn {
    margin-left: 0;
    margin-top: 13px;
    padding: 2px 15px
  }

  .b-nav {
    font-size: 14px
  }

  .b-bannerDiscount__phone {
    display: none !important
  }
	.sub-menu,
  .b-submenu {
    display: none
  }

  .b-midleBar {
    padding: 30px 15px
  }

  .b-midleBar__section--menu {
    display: none
  }

  .b-advantages__item {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px
  }

  .b-advantages__link {
    font-size: 12px
  }

  .b-mainServices__items--withImg .b-mainServices__item {
    font-size: 26px
  }

  .b-mainServices__items--withoutImg .b-mainServices__item {
    font-size: 23px;
    height: 150px
  }

  .b-mainServices__items--withImg .b-mainServices__item:after {
    width: 120px
  }

  .b-about .container {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, .8)
  }

  .b-footer .c-call__phone {
    padding-left: 0
  }

  .b-contacts__contact,
  .c-call__phone {
    font-size: 19px
  }

  .b-request--short .b-request__form {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .b-request--short .c-form__item {
    float: none
  }

  .b-request--short .c-form__item--field {
    width: 100%;
    margin: 0 auto
  }

  .b-request--short .c-form__item--submit {
    width: 100%;
    margin: 0 auto !important
  }

  .b-servicesPage__img,
  .b-whyUsPage__img {
    width: 300px
  }

  .b-request--short .c-form__item + .c-form__item {
    margin-top: 15px
  }

  .b-whyUsPage {
    padding: 0 15px
  }

  .b-whyUsPage__item {
    padding-left: 330px
  }

  .b-servicesPage {
    padding: 0 15px
  }

  .b-servicesPage__item {
    padding-left: 330px
  }

  .b-partnerSheme__item {
    margin-top: 25px
  }

  .b-partnerSheme__item::after {
    display: none
  }

  .b-partnerSheme__other {
    height: auto;
    max-width: 300px;
    margin: 25px auto 0
  }

  .b-partnerSheme__banner {
    height: auto;
    max-width: 300px;
    margin: 25px auto 0;
    background-position: 50% 100%;
    padding: 35px 15px 150px;
    text-align: center
  }

  .b-partnerSheme__banner span,
  .b-partnerSheme__banner strong {
    margin: 5px 10px
  }

  .b-partnerSteps {
    margin-bottom: 0
  }

  .b-partnerSteps__item {
    height: auto
  }

  .b-partnerSteps__item:first-child {
    margin-bottom: 50px
  }

  .b-partnerForm span.wpcf7-list-item {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto
  }

  .b-promoForm__btn {
    margin-left: 0;
    margin-top: 15px
  }
}

@media only screen and (max-width:768px) {
	.b-footer__column--c2{display: block !important;padding-bottom: 20px}
	#price-online {
		width: 80%;
	}
  .row {
    margin: 0
  }

  .team__list {
    max-width: 320px;
    margin: 0 auto
  }

  .team__item {
    max-width: 320px
  }

  .hide-sm {
    display: none
  }

  .b-hero .container {
    -webkit-background-size: cover;
    background-size: cover
  }

  .b-request__caption::after {
    left: 350px
  }

  .b-request,
  .b-request__inner {
    overflow: hidden
  }

  .b-request::before {
    top: 40px
  }

  #phone-button-module {
    width: 120px;
    height: 120px
  }

  .pbm-outside {
    padding: 15px
  }

  .pbm-button {
    width: 60px;
    height: 60px
  }

  .pbm-button:hover .pbm-icon {
    top: 7px
  }

  .pbm-icon {
    width: 30px;
    top: 15px;
    left: 15px
  }

  .pbm-text {
    font-size: 9px;
    line-height: 10px
  }

  .c-form__submit {
    margin-top: 15px
  }

  .c-form__item--field {
    width: 49%
  }

  .c-form__item--submit {
    margin: 0 !important;
    width: 100%
  }

  .c-form__label {
    font-size: 14px
  }

  .c-caption {
    font-size: 23px
  }

  .b-popular__item {
    width: 49%
  }

  .b-about__caption,
  .b-about__text,
  .b-scheme__item,
  .b-whyUs__item {
    width: 100%
  }

  .b-popular__item {
    margin: 0 .5%
  }

  .b-popular__item + .b-popular__item {
    margin: 0 .5%
  }

  .b-scheme__item + .b-scheme__item,
  .b-whyUs__item + .b-whyUs__item {
    margin-top: 30px;
    margin-left: 0
  }

  .b-advantages,
  .b-guaranteesBar,
  .b-mainServices,
  .l-content__sidebar {
    display: none
  }

  .b-mainServices__items--withoutImg .b-mainServices__item {
    font-size: 18px;
    height: 122px
  }

  .b-footer .c-call {
    display: inline-block
  }

  .b-footer .c-call__phone {
    font-size: 19px
  }

  .b-footer .c-call__text {
    font-size: 12px
  }

  .b-footer .c-call__btn {
    margin-top: 10px
  }

  .b-request__caption {
    font-size: 18px
  }

  .b-footer__column {
    width: 100%;
    text-align: center
  }

  .b-footer__column + .b-footer__column {
    margin-top: 10px;
    margin-left: 0
  }

  .b-footer__logo {
    margin: 0 0 50px;
    display: block
  }

  .b-contacts,
  .b-whyUsPage {
    margin-bottom: 0
  }

  .b-footermenu {
    text-align: left
  }

  .b-infoMenu,
  .c-cityChange {
    float: none
  }

  .b-infoMenu {
    text-align: center
  }

  .b-contacts {
    padding: 0 15px;
    overflow: visible
  }

  .b-servicesPage__item,
  .b-whyUsPage__item {
    padding-left: 0
  }

  .b-contacts__item {
    width: 100%;
    float: none;
    line-height: 22px
  }

  .b-contacts__item + .b-contacts__item {
    margin-left: 0;
    margin-top: 25px
  }

  .b-contacts__item .fas {
    top: 50%;
    font-size: 25px;
    margin-top: -14px
  }

  .b-contacts__contact {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: none
  }

  .b-contacts__btn,
  .b-contacts__description {
    display: none
  }

  .b-servicesPage__img {
    position: relative;
    display: block;
    width: 300px
  }

  .b-whyUsPage__img {
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto
  }

  .b-servicesPage {
    margin-bottom: 0
  }

  .b-servicesPage__img {
    margin: 0 auto
  }

  .b-partnerGuarantees__right {
    margin: 25px 0 50px
  }

  .b-partnerForm .c-form__field,
  .b-partnerForm__submit {
    max-width: 300px;
    margin: 0 auto;
    display: block
  }

  .b-partnerForm__radio {
    max-width: 300px;
    margin: 0 auto 15px
  }

  .b-partnerSteps__head {
    padding: 0 25px
  }

  .b-partnerSteps__num {
    display: block;
    margin-left: -25px;
    margin-bottom: 15px
  }

  .b-copyrights__item,
  .b-copyrights__wrapper {
    display: block
  }

  .b-promoForm {
    margin: 45px 0;
    padding: 30px 15px;
    text-align: center
  }

  .b-popup--new .b-promoForm {
    margin-top: 20px
  }

  .b-popup--new .b-popup__close {
    top: 40px
  }

  .b-promoForm::after {
    left: 50%;
    margin-left: -50px;
    top: -85px
  }

  .b-promoForm__field {
    display: block;
    margin: 0 auto
  }

  .b-promoForm__img {
    -webkit-background-size: cover;
    background-size: cover;
    width: 150px;
    height: 130px;
    left: 50%;
    margin-left: -76px;
    bottom: auto;
    top: -85px;
    display: none
  }

  .b-feedbacks {
    max-width: 320px;
    margin: 0 auto
  }

  .b-feedbacks__next {
    right: 15px
  }

  .b-popup {
    max-width: 320px;
    margin-left: -160px;
    padding: 25px
  }

  .b-popup__left {
    display: none
  }

  .b-popup--pbm {
    top: 0
  }

  .b-popup--fluid {
    background-image: none;
    margin-left: 0;
    max-width: none
  }

  .b-popup--fluid .b-popup__container {
    display: block;
    height: auto
  }

  .b-popup--fluid .b-popup__form {
    padding: 0 15px;
    max-width: 400px;
    margin: 0 auto
  }

  #services-modal {
  	width: 80%;
  }
}

@media only screen and (max-width:480px) {
  body {
    padding-top: 0
  }

  .b-request__caption::after {
    display: none
  }

  .b-request::before {
    top: 50px
  }

  .b-geo {
    padding: 0 15px
  }

  .b-geo ul {
    -webkit-columns: unset;
    -moz-columns: unset;
    columns: unset
  }

  .b-bannerDiscount {
    position: relative;
    top: auto;
    left: auto;
    width: auto
  }

  .b-bannerDiscount__title {
    font-size: 20px;
    display: block
  }

  .b-bannerDiscount__btn {
    font-size: 15px;
    padding: 4px 8px;
    margin-left: 0;
    margin-top: 8px
  }

  .b-bannerDiscount__leaf--1 {
    left: auto;
    margin-left: 0;
    right: -34px
  }

  .b-bannerDiscount__leaf--2 {
    margin-left: -170px
  }

  .b-about,
  .b-advantagesBlock,
  .b-bannerDiscount__leaf--3,
  .b-brands,
  .b-hero {
    display: none
  }

  .b-midleBar .c-call .fas,
  .b-midleBar .c-call__btn,
  .b-midleBar .c-call__text {
    display: none
  }

  .b-nav,
  .b-popular,
  .b-secondaryMenu,
  .b-seo,
  .b-tooltipPopup,
  .b-topBar,
  .b-whyUs {
    display: none
  }

  #phone-button-module {
    width: 80px;
    height: 80px;
    padding-top: 10px;
    padding-left: 10px;
    bottom: 10px;
    right: 10px
  }

  .pbm-outside {
    padding: 10px
  }

  .pbm-button {
    width: 50px;
    height: 50px;
    cursor: default
  }

  .pbm-button:hover .pbm-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 15px
  }

  .pbm-button:hover .pbm-text {
    display: none
  }

  .pbm-icon {
    width: 20px;
    top: 15px;
    left: 15px
  }

  .b-mobileAdv {
    display: block
  }

  .b-request__caption,
  .b-submenu__item,
  .c-caption {
    text-align: center
  }

  .l-content__indexCaption {
    font-family: Montserrat, sans-serif;
    margin: 0;
    line-height: 1.5;
    font-size: 21px;
    background-color: #fff9d6;
    padding: 10px 15px;
	  text-transform: uppercase;
  }

  .container {
    padding: 0
  }

  .b-request {
    background-color: #e7e9eb
  }

  .b-request--services {
    background-color: transparent
  }

  .b-request--services .b-request__form {
    padding-bottom: 0
  }

  .b-request--services .b-request__title {
    display: block;
    text-align: center;
    font-size: 22px;
    padding: 0 15px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2
  }

  .c-form__field {
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3);
    border: none
  }

  .b-request .c-form__label {
    color: #555
  }

  .b-request .c-form__submit {
    background-color: #f8b117!important;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5)
  }

  .b-request .c-form__submit:hover {
    background-color: #00c765;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .6)
  }

  .b-midleBar {
    padding: 30px 0
  }

  .b-midleBar__section {
    text-align: left;
    display: block
  }

  .b-midleBar__section--phone {
    position: absolute;
    top: 25px;
    right: 10px
  }

  .b-midleBar__logo {
    position: relative;
    top: auto;
    text-align: center;
    display: block
  }

  .b-midleBar__logo img {
    width: 65%;
    max-width: 130px
  }

  .c-toggleMenuBtn {
    position: absolute;
    top: 23px;
    left: 10px;
    border: none;
    background-color: transparent;
    padding: 15px;
    margin: 0;
    line-height: 1;
    outline: 0
  }

  .b-midleBar .c-call,
  .b-midleBar .container .c-call {
    top: auto;
    right: auto;
    position: relative
  }

  .c-toggleMenuBtn:after {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 32px
  }

  .b-midleBar .container {
    padding: 0
  }

  .b-midleBar .c-call {
    display: block;
    background-color: #f8b117;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url(./img/phone-icon.png);
    -webkit-background-size: 27px;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 50% 50%
  }

  .b-midleBar .c-call__phone {
    padding-left: 0;
    font-size: 0
  }

  .b-midleBar .c-call a,
  .b-midleBar .c-call__phone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .deskMainPic {
    display: none
  }

  .mobileMainPic {
    display: block
  }

  .b-nav {
    background-color: #f8b117;
    color: #000;
    padding: 5px 0;
    border-top: 5px solid #353537
  }

  .b-nav__item {
    display: block;
    width: 80%;
    margin: 0 auto;
    border: 2px dashed #f8b117;
    padding: 10px
  }

  .b-nav:hover .b-nav__submenu {
    display: none
  }

  .b-nav__item > a:before,
  .b-nav__item > span:before {
    display: none
  }

  .b-nav__mobileItems a:before,
  .b-nav__mobileItems span:before {
    display: none
  }

  .b-scheme__item:before,
  .c-caption:after {
    display: none
  }

  .b-nav__item > a,
  .b-nav__item > span {
    padding: 0;
    text-transform: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Lato, sans-serif
  }

  .b-nav__item.current-menu-item,
  .b-nav__item:hover {
    border: 2px dashed #222
  }

  .b-nav__mobileItems {
    border-top: 2px solid #e0e0e0
  }
	.sub-menu,
  .b-submenu,
  .b-submenu__item + .b-submenu__item {
    border: none
  }

  .b-nav__mobileItems a,
  .b-nav__mobileItems span {
    padding: 8px 10px;
    font-weight: 300
  }

  .b-nav__mobileItems .b-nav__item + .b-nav__item {
    border-top: none
  }

  .b-nav .container {
    padding: 0
  }
.sub-menu,
  .b-submenu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
  }

  .b-mobileHero {
    padding: 15px 15px 0
  }

  .b-mobileHero__caption {
    font-size: 23px;
    margin: 0 0 20px
  }

  .b-mobileHero__caption b {
    color: gold
  }

  .b-mobileHero__advantages {
    margin-bottom: 30px
  }

  .b-mobileHero__advantages-item {
    padding-left: 30px;
    position: relative
  }

  .b-mobileHero__advantages-item:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 11px;
    background-color: gold
  }

  .b-mobileHero__advantages-item + .b-mobileHero__advantages-item {
    margin-top: 8px
  }

  .b-mobileHero__advantages-item a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid gold
  }

  .b-mobileHero__img {
    width: 100%
  }

  .b-mobileAdvantages {
    margin: 45px 0;
    padding: 0 15px
  }

  .b-mobileAdvantages__item {
    padding-left: 80px;
    position: relative
  }

  .b-mobileAdvantages__item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    background-repeat: no-repeat !important;
    width: 50px;
    height: 50px;
    margin-top: -27px;
	  background-size: cover;
  }
	.b-mobileAdvantages__item:nth-of-type(1):before {
		background-image: url(./img/shipped_1.svg)
	}

	.b-mobileAdvantages__item:nth-of-type(2):before {
		background-image: url(./img/diagnostic.svg)
	}

	.b-mobileAdvantages__item:nth-of-type(3):before {
		background-image: url(./img/medal.svg)
	}

  .b-mobileAdvantages__item--delivery:before {
    background-position: 0 0
  }


  .b-mobileAdvantages__item + .b-mobileAdvantages__item {
    margin-top: 30px
  }

  .b-mobileAdvantages__link {
    color: inherit;
    text-decoration: none;
    font-weight: 600
  }

  .b-request__caption {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f3f5f7;
    color: #000;
    font-size: 15px;
    width: 100%;
    margin: 20px 0 10px;
    padding: 10px 0 10px 0
  }

  .b-request__caption b {
    color: inherit;
    font-weight: 300
  }

  .b-request__form {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e7e9eb;
    padding: 20px
  }

  .c-form__item--field {
    width: 100%;
    margin-left: 0 !important
  }

  .b-feedbacks__form .c-form__item--name,
  .b-feedbacks__form .c-form__item--phone {
    width: 100%;
    margin-left: 0
  }

  .b-feedbacks__form .c-form__item + .c-form__item {
    margin-top: 15px
  }

  .c-caption {
    padding: 0;
    font-size: 13px !important
  }

  .c-caption span {
    padding: 0
  }

  .c-caption--textAlign-left {
    text-align: left
  }

  .b-scheme__list {
    margin: 0
  }

  .b-scheme__item {
    padding: 10px;
    position: relative
  }

  .b-scheme__item:after {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    left: 50%;
    content: "";
    top: 100%;
    display: block;
    border: 15px solid transparent;
    border-top: 15px solid #353537
  }

  .b-main--single > p,
  .b-scheme__item--done:after,
  .mobilehide,
  .pbm-button:hover .pbm-text {
    display: none
  }

  .b-scheme__item--done,
  .b-scheme__item--request {
    background-color: rgba(96, 106, 122, .15)
  }

  .b-scheme__item--done:after,
  .b-scheme__item--request:after {
    border-top-color: rgba(96, 106, 122, .15)
  }

  .b-scheme__item--diagnosctics {
    background-color: rgba(255, 215, 0, .4)
  }

  .b-scheme__item--diagnosctics:after {
    border-top-color: rgba(255, 215, 0, .4)
  }

  .b-scheme__title {
    font-size: 18px;
    margin-bottom: 4px
  }

  .b-scheme__text {
    font-size: 13px
  }

  .b-footer {
    padding: 30px 15px 40px
  }

  .b-footer__logo {
    margin-bottom: 30px;
  }

  .b-mobileContacts {
    margin-bottom: 30px
  }

  .b-discounts,
  .b-feedbacks {
    margin-bottom: 0
  }

  .b-mobileContacts__item {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    color: #fff;
    font-size: 15px
  }

  .b-mobileContacts__item + .b-mobileContacts__item {
    margin-top: 15px
  }

  .b-mobileContacts__item .fas {
    position: absolute;
    color: gold;
    left: 0;
    line-height: 1.5
  }

  .b-mobileContacts__item a {
    color: inherit;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600
  }

  .b-main {
    padding-left: 0;
    padding-right: 0
  }

  .b-main > h1 {
    line-height: 1.5;
    font-size: 20px;
    background-color: #fff9d6;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 0
  }

  .b-main > h1 + h2 {
    font-size: 15px;
    line-height: 1.4
  }

  .b-discounts {
    padding: 0 15px
  }

  .b-main > h2,
  .b-main > p {
    padding: 0 15px
  }
  .b-main > img {
  	margin-top: 20px;
  	margin-bottom: 20px;
  }

  .b-discounts__item {
    padding-right: 0
  }

  .b-discounts__item:before {
    left: 0;
    right: auto
  }

  .b-discounts__title {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    /*padding-left: 120px;*/
    font-size: 14px
  }

  .b-discounts__description {
    line-height: 1.4;
    margin-top: 10px
  }
	.b-discounts__item {
		-ms-align-items: flex-start;
		align-items: flex-start;	
	}
	.b-discounts__bg {
		width: 90px;
		height: 90px;
		margin-top: 30px;
	}
  .b-advantagesPage {
    margin-bottom: 0;
    padding: 0 15px
  }

  .b-advantagesPage__item {
    padding-left: 0;
    padding-top: 150px;
    text-align: center
  }

  .b-advantagesPage__item:before {
    left: 50%;
    margin-left: -60px
  }

  .b-advantagesPage__item:after {
    left: 50%;
    margin-left: -75px
  }

  .b-feedbacks {
    padding: 0 15px
  }

  .b-feedbacks__inner {
    padding: 0
  }

  .b-feedbacks--marginNormal {
    margin-bottom: 45px
  }

  .b-feedbacks .owl-dots {
    position: relative;
    top: auto;
    right: auto
  }

  .b-feedbacks .owl-theme .owl-dots .owl-dot {
    display: inline-block
  }

  .b-priceTable {
    margin: 30px 0 0;
    padding: 0 15px
  }

  .b-priceTable__row {
    font-size: 14px
  }

  .b-priceTable__row--header {
    font-size: 12px
  }

  .b-priceTable__row--section {
    font-size: 16px
  }

  .b-priceTable__colName {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px
  }

  .b-priceTable__colPrice {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px
  }

  .b-servicesPage__img,
  .b-whyUsPage__img {
    width: 100%
  }

  .b-popup__caption {
    font-size: 22px
  }

  .b-popup__text {
    font-size: 15px
  }

  .b-whyUsPage__btn {
    display: block;
    margin: 0 auto
  }

  .b-servicesPage__btn {
    display: block
  }

  .b-servicesPage__adv {
    margin-left: 0;
    margin-top: 10px;
    display: block
  }

  .l-content__main,
  .l-content__sidebar {
    padding: 0
  }

  .l-content__main--paddings {
    padding-top: 20px
  }

  .b-popup--fluid {
    width: 100%;
    margin-left: 0;
    top: 0;
    padding: 0
  }

  .b-popup--fluid .b-popup__caption {
    font-size: 28px;
    margin: 50px 0 20px
  }

  .b-popup--fluid .b-popup__subcaption {
    font-size: 18px
  }

  .b-popup--fluid .b-popup__close {
    font-size: 18px;
    top: 10px;
    right: 10px
  }
  .l-content .col-sm-12 {
  	width: 100%!important;
  }
}


@media only screen and (min-width:768px) {
  .b-request--withBG {
    -webkit-background-size: contain;
    background-size: contain;
    height: 380px;
    position: relative;
    margin-top: 0;
    background-repeat: no-repeat;
    background-image: url(./img/about-request-bg.jpg)
  }

  .b-request--withBG::before {
    top: 218px
  }

  .b-request--withBG .b-request__inner {
    position: absolute;
    bottom: 0
  }
}

@media only screen and (min-width:992px) {
  .b-request--withBG {
    height: 450px
  }

  .b-request--withBG::before {
    top: 288px
  }
}

25% {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg)
}

25% {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg)
}


@media only screen and (min-width:480px) {

  .b-mobileAdvantages,
  .b-mobileContacts,
  .b-mobileHero,
  .b-nav__mobileItems,
  .c-toggleMenuBtn,
  .desktophide,
  .l-content__indexCaption,
  .mobilevisible {
    display: none
  }

  .b-nav {
    display: block !important
  }
}

@media only screen and (max-width:480px) {

	.b-scheme__item--price {
	    background-color: rgba(96, 106, 122, .15);
	} 
	.b-scheme__item:after {
	    border-top: 15px solid rgba(96, 106, 122, .15);
	}

  .b-mobileAdv__item--1::before {
	background-image: url(./img/shipped_1.svg);
  }
  .b-mobileAdv__item--2::before {
	background-image: url(./img/diagnostic.svg);
  }
  .b-mobileAdv__item--3::before {
	background-image: url(./img/medal.svg);
  }
  .b-scheme__item {
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  }
  .b-scheme__item > div:last-child {
  	text-align: left;
  	padding-left: 14px;
  }
  .b-scheme__item-bg {
  	-ms-align-self: flex-start;
  	align-self: flex-start;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	margin-top: 0;
  }
  .b-scheme__item-bg:before {
  	width: 60px;
  	height: 60px;
  	top: 0;
  	left: 0;
  }
}