/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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.
 */
a {
  background-color: transparent; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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; }

/*! jQuery UI - v1.12.1 - 2017-12-19
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.iti {
  position: relative;
  display: inline-block; }

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px; }

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555; }

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px; }

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal; } }

.iti__flag-box {
  display: inline-block;
  width: 20px; }

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }

.iti__country {
  padding: 5px 10px;
  outline: none; }

.iti__dial-code {
  color: #999; }

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle; }

.iti__flag-box, .iti__country-name {
  margin-right: 6px; }

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0; }

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer; }

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default; }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent; }

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px; }

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.iti--container:hover {
  cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }

.iti__flag.iti__be {
  width: 18px; }

.iti__flag.iti__ch {
  width: 15px; }

.iti__flag.iti__mc {
  width: 19px; }

.iti__flag.iti__ne {
  width: 18px; }

.iti__flag.iti__np {
  width: 13px; }

.iti__flag.iti__va {
  width: 15px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px; } }

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px; }

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px; }

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px; }

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px; }

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px; }

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px; }

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px; }

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px; }

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px; }

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px; }

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px; }

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px; }

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px; }

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px; }

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px; }

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px; }

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px; }

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px; }

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px; }

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px; }

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px; }

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px; }

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px; }

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px; }

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px; }

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px; }

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px; }

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px; }

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px; }

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px; }

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px; }

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px; }

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px; }

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px; }

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px; }

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px; }

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px; }

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px; }

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px; }

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px; }

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px; }

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px; }

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px; }

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px; }

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px; }

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px; }

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px; }

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px; }

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px; }

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px; }

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px; }

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px; }

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px; }

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px; }

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px; }

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px; }

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px; }

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px; }

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px; }

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px; }

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px; }

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px; }

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px; }

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px; }

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px; }

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px; }

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px; }

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px; }

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px; }

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px; }

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px; }

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px; }

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px; }

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px; }

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px; }

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px; }

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px; }

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px; }

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px; }

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px; }

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px; }

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px; }

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px; }

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px; }

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px; }

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px; }

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px; }

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px; }

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px; }

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px; }

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px; }

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px; }

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px; }

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px; }

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px; }

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px; }

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px; }

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px; }

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px; }

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px; }

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px; }

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px; }

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px; }

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px; }

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px; }

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px; }

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px; }

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px; }

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px; }

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px; }

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px; }

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px; }

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px; }

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px; }

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px; }

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px; }

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px; }

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px; }

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px; }

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px; }

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px; }

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px; }

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px; }

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px; }

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px; }

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px; }

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px; }

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px; }

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px; }

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px; }

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px; }

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px; }

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px; }

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px; }

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px; }

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px; }

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px; }

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px; }

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px; }

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px; }

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px; }

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px; }

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px; }

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px; }

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px; }

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px; }

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px; }

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px; }

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px; }

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px; }

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px; }

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px; }

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px; }

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px; }

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px; }

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px; }

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px; }

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px; }

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px; }

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px; }

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px; }

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px; }

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px; }

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px; }

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px; }

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px; }

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px; }

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px; }

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px; }

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px; }

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px; }

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px; }

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px; }

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px; }

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px; }

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px; }

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px; }

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px; }

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px; }

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px; }

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px; }

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px; }

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px; }

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px; }

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px; }

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px; }

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px; }

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px; }

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px; }

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px; }

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px; }

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px; }

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px; }

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px; }

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px; }

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px; }

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px; }

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px; }

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px; }

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px; }

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px; }

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px; }

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px; }

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px; }

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px; }

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px; }

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px; }

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px; }

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px; }

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px; }

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px; }

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px; }

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px; }

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px; }

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px; }

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px; }

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px; }

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px; }

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px; }

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px; }

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px; }

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px; }

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px; }

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px; }

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px; }

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px; }

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px; }

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px; }

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px; }

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px; }

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px; }

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px; }

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px; }

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px; }

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px; }

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px; }

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px; }

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px; }

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px; }

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px; }

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px; }

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px; }

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px; }

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px; }

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px; }

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px; }

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px; }

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px; }

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px; }

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px; }

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px; }

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px; }

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px; }

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

@font-face {
  font-family: "icon-font";
  src: url("../fonts/icon-font/icon-font.eot");
  src: url("../fonts/icon-font/icon-font.eot?#iefix&") format("embedded-opentype"), url("../fonts/icon-font/icon-font.woff2") format("woff2"), url("../fonts/icon-font/icon-font.woff") format("woff"), url("../fonts/icon-font/icon-font.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Rubik-Regular";
  src: url("../fonts/Rubik-Regular/Rubik-Regular.eot");
  src: url("../fonts/Rubik-Regular/Rubik-Regular.eot?#iefix&") format("embedded-opentype"), url("../fonts/Rubik-Regular/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Rubik-Medium";
  src: url("../fonts/Rubik-Medium/Rubik-Medium.eot");
  src: url("../fonts/Rubik-Medium/Rubik-Medium.eot?#iefix&") format("embedded-opentype"), url("../fonts/Rubik-Medium/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium/Rubik-Medium.woff") format("woff"), url("../fonts/Rubik-Medium/Rubik-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Rubik-Bold";
  src: url("../fonts/Rubik-Bold/Rubik-Bold.eot");
  src: url("../fonts/Rubik-Bold/Rubik-Bold.eot?#iefix&") format("embedded-opentype"), url("../fonts/Rubik-Bold/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold/Rubik-Bold.woff") format("woff"), url("../fonts/Rubik-Bold/Rubik-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

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

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-0.5px, 0, 0);
            transform: translate3d(-0.5px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); } }

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-0.5px, 0, 0);
            transform: translate3d(-0.5px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); } }

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

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

.icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
  .icon:before {
    display: block;
    font-family: "icon-font";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none; }

.icon-arrow-left:before {
  content: '\EA01'; }

.icon-arrow-up:before {
  content: '\EA02'; }

.icon-arrow-right:before {
  content: '\EA03'; }

.icon-arrow-down:before {
  content: '\EA04'; }

.icon-arrow-left-2:before {
  content: '\EA05'; }

.icon-arrow-up-2:before {
  content: '\EA06'; }

.icon-arrow-right-2:before {
  content: '\EA07'; }

.icon-arrow-down-2:before {
  content: '\EA08'; }

.icon-cross:before {
  content: '\EA31'; }

.icon-cross-2:before {
  content: '\EA32'; }

.icon-quotes:before {
  content: '\EA34'; }

.icon-datepicker:before {
  content: '\EA35'; }

.icon-checkmark:before {
  content: '\EA41'; }

.icon-search:before {
  content: '\EA61'; }

.icon-pin:before {
  content: '\EA62'; }

.icon-pin-2:before {
  content: '\EA63'; }

.icon-phone:before {
  content: '\EA64'; }

.icon-upload:before {
  content: '\EA65'; }

.icon-replacement:before {
  content: '\EA66'; }

.icon-triangle-stop:before {
  content: '\EA67'; }

.icon-download:before {
  content: '\EA68'; }

.icon-play:before {
  content: '\EA71'; }

.icon-play-2:before {
  content: '\EA72'; }

.icon-line-chart:before {
  content: '\EA73'; }

.icon-cart:before {
  content: '\EA80'; }

.icon-arrows-loader:before {
  content: '\EA81'; }

.icon-dual-ring-loader:before {
  content: '\EA82'; }

.icon-facebook:before {
  content: '\EA101'; }

.icon-twitter:before {
  content: '\EA102'; }

.icon-instagram:before {
  content: '\EA103'; }

.icon-google-plus:before {
  content: '\EA104'; }

.icon-linkedin:before {
  content: '\EA105'; }

.icon-vkontakte:before {
  content: '\EA106'; }

.icon-medium:before {
  content: '\EA107'; }

.icon-youtube:before {
  content: '\EA108'; }

.cols {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: calc(100% + 30px);
  margin: -19px -15px; }
  .cols--test > * {
    background: #556;
    background-clip: content-box; }
  .cols > * {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    padding: 19px 15px;
    width: 100%;
    font-size: 15px; }
    .cols > *[class*=col].col-1 {
      width: 100%; }
    .cols > *[class*=col].col-2 {
      width: 50%; }
    .cols > *[class*=col].col-3 {
      width: 33.3333%; }
    .cols > *[class*=col].col-4 {
      width: 25%; }
    .cols > *[class*=col].col-5 {
      width: 20%; }
    .cols > *[class*=col].col-13 {
      width: 33.3333%; }
    .cols > *[class*=col].col-23 {
      width: 66.6666%; }
    .cols > *[class*=col].col-34 {
      width: 75%; }
    .cols > *[class*=col].col-25 {
      width: 40%; }
    .cols > *[class*=col].col-35 {
      width: 60%; }
    .cols > *[class*=col].col-45 {
      width: 80%; }
  @media screen and (max-width: 1700px) {
    .cols {
      width: calc(100% + 24px);
      margin: -19px -12px; }
      .cols > * {
        padding: 19px 12px; } }
  @media screen and (max-width: 750px) {
    .cols {
      width: calc(100% + 10px);
      margin: -14px -6px; }
      .cols > * {
        padding: 14px 6px; } }
  @media screen and (max-width: 470px) {
    .cols > * {
      margin: -7px 0; }
      .cols > *:first-child {
        margin-top: 0; }
      .cols > *:last-child {
        margin-bottom: 0; }
      .cols > *[class*=col].col-13, .cols > *[class*=col].col-23, .cols > *[class*=col].col-2, .cols > *[class*=col].col-3 {
        width: 100%; } }
  @media screen and (min-width: 471px) {
    .cols.cols-comment-uploader {
      flex-wrap: nowrap; }
      .cols.cols-comment-uploader > [class*=col].comment-file {
        width: auto;
        -webkit-box-flex: 1;
                flex: auto; }
      .cols.cols-comment-uploader > [class*=col].btns-ct {
        -webkit-box-flex: 0;
                flex: none;
        width: auto; }
        .cols.cols-comment-uploader > [class*=col].btns-ct .btn {
          width: 180px;
          min-width: 0; }
    .cols.btns-links > *[class*=col].col-2 {
      width: 50%; } }
  @media screen and (min-width: 981px) {
    .cols.cols-comment-uploader > [class*=col].btns-ct .btn {
      width: 250px; } }

.cols-captcha-btn .btn {
  width: 100%;
  margin-top: 21px; }
  @media screen and (max-width: 750px) {
    .cols-captcha-btn .btn {
      margin-top: 18px; } }
  @media screen and (max-width: 470px) {
    .cols-captcha-btn .btn {
      margin-top: 0; } }

.cols-inputs-free {
  display: -webkit-box;
  display: flex; }
  .cols-inputs-free > * {
    -webkit-box-flex: 0;
            flex: 0 1 230px;
    margin-right: 30px; }
    .cols-inputs-free > *:last-child {
      margin-right: 0; }
    .cols-inputs-free > *.col-daterange {
      flex-basis: 260px; }
    .cols-inputs-free > *.col-radio {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
      .cols-inputs-free > *.col-radio .field {
        margin-top: 21px; }
  @media screen and (max-width: 1700px) {
    .cols-inputs-free > * {
      margin-right: 24px; } }
  @media screen and (max-width: 1200px) {
    .cols-inputs-free > * {
      -webkit-box-flex: 0;
              flex: 0 1 200px;
      margin-right: 18px; } }
  @media screen and (max-width: 750px) {
    .cols-inputs-free {
      flex-wrap: wrap; }
      .cols-inputs-free > * {
        -webkit-box-flex: 1;
                flex: auto;
        margin-right: 0;
        margin-bottom: 12px; }
        .cols-inputs-free > *.col-m-1 {
          width: 100%; }
        .cols-inputs-free > *.col-m-2 {
          width: calc(50% - 6px);
          margin-right: 12px; }
          .cols-inputs-free > *.col-m-2 + .col-m-2 {
            margin-right: 0; }
        .cols-inputs-free > *.col-daterange, .cols-inputs-free > *.col-radio {
          -webkit-box-flex: 1;
                  flex: auto; }
        .cols-inputs-free > *.col-radio .field {
          margin-top: 2px; } }
  @media screen and (max-width: 470px) {
    .cols-inputs-free > *.col-m-2 {
      width: 100%;
      margin-right: 0; } }

.cols-inputs-free-reset {
  display: -webkit-box;
  display: flex; }
  .cols-inputs-free-reset > * {
    -webkit-box-flex: 1;
            flex: 1 1 95%;
    margin-right: 30px; }
    .cols-inputs-free-reset > *:first-child {
      flex-basis: 105%; }
    .cols-inputs-free-reset > *:last-child {
      margin-right: 0; }
    .cols-inputs-free-reset > *.col-btn-reset {
      -webkit-box-flex: 0;
              flex: none;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start; }
      .cols-inputs-free-reset > *.col-btn-reset .btn {
        margin-top: 21px; }
    .cols-inputs-free-reset > *.col-btn-text-icon {
      -webkit-box-flex: 0;
              flex: none;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start; }
      .cols-inputs-free-reset > *.col-btn-text-icon .btn {
        margin-top: 35px; }
  .cols-inputs-free-reset--import {
    margin-bottom: 19px; }
    .cols-inputs-free-reset--import > * {
      -webkit-box-flex: 1;
              flex: auto; }
      .cols-inputs-free-reset--import > *:first-child {
        -webkit-box-flex: 500px;
                flex: 500px 0 0; }
    .cols-inputs-free-reset--import:last-child {
      margin-bottom: 0; }
    .cols-inputs-free-reset--import--excel > *.col-btn-text-icon {
      -webkit-box-flex: 230px;
              flex: 230px 0 0;
      -webkit-box-pack: center;
              justify-content: center; }
  @media screen and (max-width: 1700px) {
    .cols-inputs-free-reset > * {
      margin-right: 24px; }
    .cols-inputs-free-reset--import--excel > *.col-btn-text-icon {
      -webkit-box-flex: 210px;
              flex: 210px 0 0; } }
  @media screen and (max-width: 1400px) {
    .cols-inputs-free-reset--import > *:first-child {
      -webkit-box-flex: 450px;
              flex: 450px 0 0; }
    .cols-inputs-free-reset--import--excel > *.col-btn-text-icon {
      -webkit-box-flex: 0;
              flex: none; } }
  @media screen and (max-width: 1200px) {
    .cols-inputs-free-reset > * {
      margin-right: 18px; }
    .cols-inputs-free-reset--import > *:first-child {
      -webkit-box-flex: 1;
              flex: auto; } }
  @media screen and (max-width: 750px) {
    .cols-inputs-free-reset {
      flex-wrap: wrap; }
      .cols-inputs-free-reset > * {
        -webkit-box-flex: 1;
                flex: auto;
        margin-right: 0;
        margin-bottom: 12px; }
        .cols-inputs-free-reset > *.col-m-1 {
          width: 100%; }
        .cols-inputs-free-reset > *.col-m-2 {
          -webkit-box-flex: 0;
                  flex: none;
          width: calc(50% - 6px);
          margin-right: 12px; }
          .cols-inputs-free-reset > *.col-m-2:nth-child(even) {
            margin-right: 0; }
          .cols-inputs-free-reset > *.col-m-2:nth-last-child(2) {
            width: auto;
            -webkit-box-flex: 1;
                    flex: auto; }
        .cols-inputs-free-reset > *.col-btn-reset .btn {
          margin-top: 18px; }
        .cols-inputs-free-reset > *.col-btn-text-icon {
          margin-bottom: 0; }
          .cols-inputs-free-reset > *.col-btn-text-icon .btn {
            margin-top: 9px; }
      .cols-inputs-free-reset--import > *.col-m-2:nth-last-child(2) {
        width: calc(50% - 6px);
        -webkit-box-flex: 0;
                flex: none; } }
  @media screen and (max-width: 470px) {
    .cols-inputs-free-reset > *.col-m-2 {
      width: 100%;
      margin-right: 0; }
      .cols-inputs-free-reset > *.col-m-2:nth-last-child(2) {
        margin-right: 12px; }
    .cols-inputs-free-reset--import > *.col-m-2:nth-last-child(2) {
      width: 100%;
      margin-right: 0; } }

.cols-inputs-free-grid {
  display: grid;
  grid-column-gap: 30px;
  grid-auto-flow: column;
  -webkit-box-align: center;
          align-items: center; }
  .cols-inputs-free-grid > .col.col-radio .field {
    margin-top: 21px; }
  .cols-inputs-free-grid > .col.col-radio:last-child {
    margin-right: -21px; }
    @media screen and (max-width: 1400px) {
      .cols-inputs-free-grid > .col.col-radio:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1700px) {
    .cols-inputs-free-grid {
      grid-column-gap: 24px; } }
  @media screen and (max-width: 1200px) {
    .cols-inputs-free-grid {
      grid-column-gap: 18px;
      grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (max-width: 980px) {
    .cols-inputs-free-grid {
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: row;
      grid-gap: 12px; } }
  @media screen and (max-width: 470px) {
    .cols-inputs-free-grid {
      grid-template-columns: 1fr; }
      .cols-inputs-free-grid > .col.col-radio .field {
        margin-top: 4px; } }

.cols-search-button-right-aligned {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-bottom: 19px; }
  .cols-search-button-right-aligned > * {
    margin-right: 30px; }
    .cols-search-button-right-aligned > *:last-child {
      margin-right: 0; }
    .cols-search-button-right-aligned > *.col-search {
      -webkit-box-flex: 1;
              flex: auto; }
      .cols-search-button-right-aligned > *.col-search .search-params {
        margin-top: -21px; }
    .cols-search-button-right-aligned > *.col-button {
      -webkit-box-flex: 0;
              flex: none;
      flex-basis: 28.07018%; }
      .cols-search-button-right-aligned > *.col-button .btn {
        width: 100%; }
        .cols-search-button-right-aligned > *.col-button .btn .btn-text {
          white-space: nowrap; }
  @media screen and (max-width: 1700px) {
    .cols-search-button-right-aligned > * {
      margin-right: 24px; } }
  @media screen and (max-width: 1200px) {
    .cols-search-button-right-aligned > * {
      margin-right: 18px; } }
  @media screen and (max-width: 980px) {
    .cols-search-button-right-aligned > *.col-search .search-params {
      margin-top: 0; } }
  @media screen and (max-width: 750px) {
    .cols-search-button-right-aligned > * {
      margin-right: 12px; } }
  @media screen and (max-width: 600px) {
    .cols-search-button-right-aligned {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: stretch;
              align-items: stretch; }
      .cols-search-button-right-aligned > * {
        margin-right: 0;
        margin-bottom: 10px; }
        .cols-search-button-right-aligned > *.col-button {
          -webkit-box-flex: 1;
                  flex: auto; }
        .cols-search-button-right-aligned > *:last-child {
          margin-bottom: 0; } }

.cols-button-right-aligned {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-bottom: 19px; }
  .cols-button-right-aligned > *.col-button {
    -webkit-box-flex: 0;
            flex: none; }
    .cols-button-right-aligned > *.col-button .btn {
      min-width: 180px;
      width: 180px; }
  @media screen and (max-width: 600px) {
    .cols-button-right-aligned > *.col-button .btn {
      min-width: 150px;
      width: 150px; } }
  @media screen and (max-width: 470px) {
    .cols-button-right-aligned > *.col-button {
      width: 100%; }
      .cols-button-right-aligned > *.col-button .btn {
        min-width: 0;
        width: 100%; } }

.cols-invoices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-auto-flow: column;
  -webkit-box-align: start;
          align-items: start; }
  .cols-invoices > *.col-radio .field {
    margin-top: 27px; }
  .cols-invoices > *.col-btns .btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 21px; }
    .cols-invoices > *.col-btns .btns .btn {
      min-width: 0;
      -webkit-box-flex: 0;
              flex: none;
      margin-right: 30px; }
      .cols-invoices > *.col-btns .btns .btn:last-child {
        margin-right: 0; }
    .cols-invoices > *.col-btns .btns .btn-fill-sm {
      width: 160px; }
  @media screen and (max-width: 1700px) {
    .cols-invoices {
      grid-column-gap: 24px; }
      .cols-invoices.col-btns .btns .btn {
        margin-right: 24px; } }
  @media screen and (max-width: 1200px) {
    .cols-invoices {
      grid-column-gap: 18px; }
      .cols-invoices > *.col-btns .btns .btn {
        margin-right: 18px; }
      .cols-invoices > *.col-btns .btns .btn-fill-sm {
        width: 130px; } }
  @media screen and (max-width: 980px) {
    .cols-invoices {
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: row;
      grid-gap: 12px; }
      .cols-invoices > *.col-radio .field {
        margin-top: 6px; }
      .cols-invoices > *.col-btns .btns {
        margin-top: 0; }
        .cols-invoices > *.col-btns .btns .btn {
          margin-right: 12px; }
        .cols-invoices > *.col-btns .btns .btn-fill-sm {
          -webkit-box-flex: 1;
                  flex: auto; } }
  @media screen and (max-width: 470px) {
    .cols-invoices {
      grid-template-columns: 1fr; }
      .cols-invoices > *.col-radio .field {
        margin-top: 4px; }
      .cols-invoices > *.col-btns .btns {
        margin-top: 4px; } }

.btn {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center; }

.info-indicator {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 5px 5px 2px;
  text-align: center;
  background: #478ffb;
  color: #fff;
  border-radius: 50%; }
  .info-indicator span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px; }
    .info-indicator span:before, .info-indicator span:after {
      content: '';
      display: block;
      width: 2px;
      background: #fff; }
    .info-indicator span:before {
      height: 2px;
      margin-bottom: 1px; }
    .info-indicator span:after {
      height: 5px; }

.btn-text-icon .info-indicator {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 9px; }

.btn-text-icon .btn-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #000;
  -webkit-transition: border 0.22s;
  transition: border 0.22s; }

.desktop .btn-text-icon:hover .btn-text {
  border-color: transparent; }

.btn-download-inline {
  white-space: nowrap;
  color: #478ffb;
  -webkit-transition: color 0.22s;
  transition: color 0.22s; }
  .btn-download-inline .icon {
    margin-right: 10px;
    margin-top: -1px;
    font-size: 13px; }
  .btn-download-inline .btn-text {
    display: inline-block;
    vertical-align: middle;
    font-family: "Rubik-Medium", sans-serif;
    font-size: 13px;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: normal; }

.desktop .btn-download-inline:hover {
  color: #1571fa; }

.btn-process .dots {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1; }
  .btn-process .dots .dot {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 50%;
    background: #478ffb;
    opacity: 0; }
    .btn-process .dots .dot:last-child {
      margin-right: 0; }

.btn-process .btn-text {
  -webkit-transition: opacity 0.22s;
  transition: opacity 0.22s; }

.btn-process--blue .dots .dot {
  background: #fff; }

.btn-process.active .btn-text {
  opacity: 0; }

.btn-process.active .dots .dot {
  -webkit-animation: opacity .7s infinite;
          animation: opacity .7s infinite; }
  .btn-process.active .dots .dot:nth-child(2) {
    -webkit-animation-delay: .15s;
            animation-delay: .15s; }
  .btn-process.active .dots .dot:nth-child(3) {
    -webkit-animation-delay: .3s;
            animation-delay: .3s; }
  .btn-process.active .dots .dot:nth-child(4) {
    -webkit-animation-delay: .45s;
            animation-delay: .45s; }

.btn-fill {
  padding: 9px 27px 7px;
  border-width: 3px;
  border-style: solid;
  color: #fff; }
  .btn-fill .btn-text {
    font-family: "Rubik-Medium", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .3px;
    text-transform: uppercase; }
  .btn-fill--black {
    border-color: #000;
    background: #000; }
  .btn-fill--blue {
    border-color: #478ffb;
    background: #478ffb; }
  @media screen and (max-width: 750px) {
    .btn-fill {
      padding: 8px 12px 6px; }
      .btn-fill .btn-text {
        font-size: 14px;
        letter-spacing: .2px; } }

.desktop .btn-fill {
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }
  .desktop .btn-fill:hover {
    background: transparent; }
  .desktop .btn-fill--black:hover {
    color: #000; }
  .desktop .btn-fill--blue:hover {
    color: #478ffb; }

.btn-fill-sm {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 40px;
  padding: 3px 12px 2px;
  border-width: 2px;
  border-style: solid;
  color: #fff; }
  .btn-fill-sm .icon-upload {
    margin-right: 15px;
    font-size: 21px; }
  .btn-fill-sm .btn-text {
    font-family: "Rubik-Medium", sans-serif;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: .2px;
    text-transform: uppercase;
    word-break: break-word; }
  .btn-fill-sm--blue {
    border-color: #478ffb;
    background: #478ffb; }
  .btn-fill-sm--black {
    border-color: #000;
    background: #000; }
    .btn-fill-sm--black .icon-upload {
      color: #478ffb; }
    .btn-fill-sm--black.selected {
      border-color: #478ffb;
      background: #478ffb; }

.desktop .btn-fill-sm {
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }
  .desktop .btn-fill-sm:hover {
    background: transparent; }
  .desktop .btn-fill-sm--black:hover {
    color: #000; }
    .desktop .btn-fill-sm--black:hover.selected {
      color: #478ffb; }
  .desktop .btn-fill-sm--blue:hover {
    color: #478ffb; }

.processing .btn-fill-sm--blue.active {
  background: transparent;
  color: #478ffb;
  pointer-events: none;
  cursor: pointer; }

.btn-border-sm {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 40px;
  padding: 3px 12px 2px;
  border-width: 2px;
  border-style: solid;
  color: #478ffb;
  border-color: #478ffb;
  background: transparent; }
  .btn-border-sm .btn-text {
    font-family: "Rubik-Medium", sans-serif;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: .2px;
    text-transform: uppercase;
    word-break: break-word; }
  .btn-border-sm--blue {
    border-color: #478ffb;
    color: #fff; }
    .btn-border-sm--blue--bg {
      background: rgba(0, 0, 0, 0.5); }

.desktop .btn-border-sm {
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .desktop .btn-border-sm:hover {
    background: #478ffb;
    color: #fff; }

.btn-border-boldtext {
  padding: 12px 25px 13px;
  border: 2px solid #478ffb;
  color: #478ffb;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s; }
  .btn-border-boldtext .btn-text {
    font-family: "Rubik-Bold";
    font-size: 16px;
    line-height: 1.3; }
  .btn-border-boldtext--white {
    border-color: #fff;
    color: #fff; }
  @media screen and (max-width: 750px) {
    .btn-border-boldtext {
      padding: 10px 20px 11px; }
      .btn-border-boldtext .btn-text {
        font-size: 14px; } }

.desktop .btn-border-boldtext:hover {
  background: #478ffb;
  color: #fff; }

.desktop .btn-border-boldtext--white:hover {
  background: #fff;
  color: #478ffb; }

.processing .btn-border-boldtext--white.active {
  background: #fff;
  color: #478ffb;
  pointer-events: none;
  cursor: pointer; }

.btns-ct {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .btns-ct--center {
    -webkit-box-pack: center;
            justify-content: center; }
  .btns-ct--sct-bottom {
    margin-top: 70px; }
    .btns-ct--sct-bottom .btn {
      min-width: 230px;
      margin-right: 30px; }
      .btns-ct--sct-bottom .btn:last-child {
        margin-right: 0; }
  .btns-ct--2 {
    margin: 22px 0; }
    .btns-ct--2 .btn {
      min-width: 230px;
      margin-right: 30px; }
      .btns-ct--2 .btn:last-child {
        margin-right: 0; }
  .btns-ct--post-bottom {
    margin-top: 30px; }
    .btns-ct--post-bottom .btn {
      min-width: 160px; }
  @media screen and (max-width: 1700px) {
    .btns-ct .btn {
      margin-right: 20px; }
      .btns-ct .btn:last-child {
        margin-right: 0; }
    .btns-ct--sct-bottom {
      margin-top: 50px; } }
  @media screen and (max-width: 1400px) {
    .btns-ct .btn {
      margin-right: 16px; } }
  @media screen and (max-width: 1200px) {
    .btns-ct .btn {
      margin-right: 10px; }
    .btns-ct--sct-bottom {
      margin-top: 45px; } }
  @media screen and (max-width: 980px) {
    .btns-ct .btn {
      min-width: 180px; } }
  @media screen and (max-width: 750px) {
    .btns-ct .btn {
      margin-right: 8px; }
    .btns-ct--sct-bottom {
      margin-top: 32px; }
    .btns-ct--post-bottom {
      margin-top: 20px; } }
  @media screen and (max-width: 470px) {
    .btns-ct {
      flex-wrap: wrap; }
      .btns-ct .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px; }
        .btns-ct .btn:last-child {
          margin-bottom: 0; } }

.btn-icon-plus {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #478ffb;
  -webkit-transition: background 0.22s;
  transition: background 0.22s; }
  .btn-icon-plus:before, .btn-icon-plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff; }
  .btn-icon-plus:before {
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: -5px; }
  .btn-icon-plus:after {
    width: 2px;
    height: 10px;
    margin-top: -5px;
    margin-left: -1px; }
  @media screen and (max-width: 750px) {
    .btn-icon-plus {
      width: 24px;
      height: 24px;
      margin-top: -12px; } }

.btn-plus-ct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: rgba(71, 143, 251, 0.6); }
  .btn-plus-ct .btn-icon-plus {
    position: relative;
    left: auto;
    top: auto;
    margin: 0; }

.btn-filter-reset svg {
  display: block;
  width: 36px;
  height: 36px; }
  .btn-filter-reset svg circle {
    -webkit-transition: fill 0.22s;
    transition: fill 0.22s; }

.desktop .btn-filter-reset:hover svg circle {
  fill: #000; }

.btn-burger {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  display: block;
  position: relative;
  width: 35px;
  height: 26px;
  font-size: 0;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .btn-burger span {
    display: block;
    position: absolute;
    top: 11px;
    left: 0px;
    right: 0px;
    height: 4px;
    background: #000;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    .btn-burger span:before, .btn-burger span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 4px;
      background: #000;
      content: "";
      -webkit-transition: background 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
      transition: background 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
      transition: background 0.3s, top 0.3s, bottom 0.3s, transform 0.3s;
      transition: background 0.3s, top 0.3s, bottom 0.3s, transform 0.3s, -webkit-transform 0.3s; }
    .btn-burger span:before {
      top: -11px; }
    .btn-burger span:after {
      bottom: -11px; }
  @media screen and (max-width: 750px) {
    .btn-burger {
      width: 32px;
      height: 21px; }
      .btn-burger span {
        top: 9px;
        height: 3px; }
        .btn-burger span:before, .btn-burger span:after {
          height: 3px; }
        .btn-burger span:before {
          top: -9px; }
        .btn-burger span:after {
          bottom: -9px; } }

.menu-active .wh .btn-burger span {
  background: rgba(0, 0, 0, 0); }
  .menu-active .wh .btn-burger span:before, .menu-active .wh .btn-burger span:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #000; }
  .menu-active .wh .btn-burger span:before {
    top: 0; }
  .menu-active .wh .btn-burger span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html,
body {
  background: #fff;
  font-family: "Rubik-Regular", sans-serif;
  font-size: 0;
  color: #000; }

body {
  padding-top: 100px; }
  body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 199;
    -webkit-transition: opacity, visibility;
    transition: opacity, visibility;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  body.submenu-active:after, body.header-search-active:after {
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 1700px) {
    body {
      padding-top: 80px; } }
  @media screen and (max-width: 1200px) {
    body {
      padding-top: 65px; }
      body.menu-active:after {
        opacity: 1;
        visibility: visible; } }
  @media screen and (max-width: 750px) {
    body {
      padding-top: 57px; } }
  @media screen and (max-width: 470px) {
    body {
      padding-top: 54px; } }

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

ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    margin: 0;
    padding: 0; }

a {
  text-decoration: none;
  color: #000; }

.pwr {
  position: relative;
  width: 1530px;
  max-width: 100%;
  margin: 0 auto; }
  .pwr:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .pwr .pct {
    padding: 60px 0; }
  @media screen and (max-width: 1700px) {
    .pwr {
      padding: 0 24px; }
      .pwr .pct {
        padding: 45px 0; } }
  @media screen and (max-width: 1400px) {
    .pwr .pct {
      padding: 40px 0; } }
  @media screen and (max-width: 750px) {
    .pwr {
      padding: 0 12px; }
      .pwr .pct {
        padding: 32px 0; } }

.inner-ct-wide {
  position: relative;
  margin: 20px 0; }
  .inner-ct-wide:first-child {
    margin-top: 0; }
  .inner-ct-wide:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 1251px) {
    .inner-ct-wide {
      width: 1220px;
      left: 50%;
      margin-left: -610px; } }
  @media screen and (min-width: 1531px) {
    .inner-ct-wide {
      width: 1530px;
      left: 50%;
      margin-left: -765px; } }

.toggler__body {
  height: 0;
  overflow: hidden; }

.toggler .content-active {
  display: none; }

.toggler.active > .toggler__body {
  height: auto; }

.toggler.active .content-default {
  display: none; }

.toggler.active .content-active {
  display: initial; }

.toggler.active > .toggler__body, .toggler.toggling > .toggler__body {
  -webkit-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

.toggler--notransition.active > .toggler__body, .toggler--notransition.toggling > .toggler__body {
  -webkit-transition-duration: 0s;
          transition-duration: 0s; }

.mobile .toggler__body {
  -webkit-transition: none !important;
  transition: none !important; }

.toggler-simple {
  padding: 25px 0;
  border-bottom: 1px solid #f2f2f4; }
  .toggler-simple:first-child {
    padding-top: 0; }
  .toggler-simple:last-child {
    padding-bottom: 0;
    border: none; }
  .toggler-simple .toggler__trigger {
    position: relative;
    float: left;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 50px;
    font-family: "Rubik-Medium";
    font-size: 16px;
    line-height: 1.35; }
    .toggler-simple .toggler__trigger .btn-icon-plus {
      top: 0;
      margin-top: 0; }
  .toggler-simple .toggler__body {
    clear: left;
    position: relative; }
    .toggler-simple .toggler__body__ct {
      position: relative;
      padding-left: 51px;
      padding-top: 3px; }
  .toggler-simple.active .btn-icon-plus {
    background: #000; }
    .toggler-simple.active .btn-icon-plus:after {
      display: none; }
  @media screen and (max-width: 1700px) {
    .toggler-simple {
      padding: 20px 0; } }
  @media screen and (max-width: 750px) {
    .toggler-simple {
      padding: 10px 0; }
      .toggler-simple .toggler__trigger {
        padding-left: 34px;
        font-size: 14px; }
      .toggler-simple .toggler__body__ct {
        padding-left: 35px; } }

.desktop .toggler-simple .toggler__trigger:hover .btn-icon-plus {
  background: #000; }

.sct-toggler .toggler__trigger:after {
  content: '';
  display: table;
  height: 0;
  clear: both; }

.sct-toggler .toggler__trigger__ct {
  float: left;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer; }

.sct-toggler .toggler__trigger .sct-title-sm {
  margin-bottom: 0; }

.sct-toggler .toggler__trigger .messages {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px; }
  .sct-toggler .toggler__trigger .messages__count {
    position: relative;
    display: block;
    vertical-align: middle;
    min-width: 20px;
    height: 20px;
    margin-top: -5px;
    padding: 5px 5px 2px;
    font-family: "Rubik-Regular";
    font-size: 13px;
    line-height: 1;
    text-align: center;
    background: #000;
    color: #fff;
    -webkit-transition: color, background;
    transition: color, background;
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s; }
    .sct-toggler .toggler__trigger .messages__count:after {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      border-top: 3px solid #000;
      border-left: 4px solid transparent; }

.sct-toggler .toggler__trigger .icon-arrow-down {
  margin-left: 30px;
  -webkit-box-flex: 0;
          flex: none;
  font-size: 6px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.sct-toggler .toggler__body {
  clear: left;
  position: relative; }
  .sct-toggler .toggler__body__ct {
    position: relative;
    padding-top: 30px; }

.sct-toggler.active .toggler__trigger .icon-arrow-down {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg); }

@media screen and (min-width: 1200px) {
  .sct-toggler .toggler__trigger {
    width: 1010px;
    margin-left: auto;
    margin-right: auto; } }

.toggler-btns-options .btn {
  margin-right: 0;
  margin-bottom: 1px; }
  .toggler-btns-options .btn .btn-text {
    white-space: nowrap; }

.toggler-btns-options .toggler__trigger .icon-arrow-down {
  margin-top: -1px;
  margin-left: 8px;
  font-size: 6px; }

.toggler-btns-options.active .toggler__trigger .icon-arrow-down {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg); }

@media screen and (max-width: 1700px) {
  .toggler-btns-options .toggler__trigger .icon-arrow-down {
    margin-left: 6px; } }

.toggler-inline-btns .btn {
  margin-right: 0;
  margin-bottom: 2px; }
  .toggler-inline-btns .btn .btn-text {
    white-space: nowrap; }
  .toggler-inline-btns .btn .icon-download {
    font-size: 11px;
    margin-top: -2px;
    margin-right: 5px;
    color: #d1d1d1; }

.toggler-inline-btns .toggler__trigger {
  padding-bottom: 3px; }
  .toggler-inline-btns .toggler__trigger .icon-arrow-down {
    margin-top: -1px;
    margin-left: 8px;
    font-size: 6px; }

.toggler-inline-btns .toggler__body__ct {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start; }
  .toggler-inline-btns .toggler__body__ct .btn .btn-text {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }

.toggler-inline-btns.active .toggler__trigger .icon-arrow-down {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg); }

.toggler-inline-btns.active .toggler__body__ct .btn .btn-text {
  max-width: 135px; }

@media screen and (max-width: 1700px) {
  .toggler-inline-btns .toggler__trigger .icon-arrow-down {
    margin-left: 6px; } }

@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .toggler-inline-btns .content-adaptive {
    display: none; }
  .toggler-inline-btns.active .toggler__body__ct .btn .btn-text {
    max-width: 100px; } }

@media screen and (max-width: 750px) {
  .toggler-inline-btns.active .toggler__body__ct .btn .btn-text {
    max-width: 250px; } }

@media screen and (max-width: 470px) {
  .toggler-inline-btns .content-adaptive {
    display: none; }
  .toggler-inline-btns.active .toggler__body__ct .btn .btn-text {
    max-width: 160px; } }

.desktop .toggler-inline-btns .btn {
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }
  .desktop .toggler-inline-btns .btn .icon-download {
    -webkit-transition: color 0.15s;
    transition: color 0.15s; }
  .desktop .toggler-inline-btns .btn:hover {
    color: #478ffb; }
    .desktop .toggler-inline-btns .btn:hover .icon-download {
      color: #478ffb; }

.slider-slick {
  position: relative;
  overflow: hidden;
  max-height: 400px; }
  .slider-slick .slide {
    position: absolute;
    top: 0;
    left: 0; }
  .slider-slick * {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
  .slider-slick.slick-initialized {
    max-height: none;
    overflow: visible; }
    .slider-slick.slick-initialized .slide {
      position: relative; }
    .slider-slick.slick-initialized * {
      opacity: 1;
      visibility: visible; }

.loaded-data {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.processing .loaded-data {
  opacity: .8; }

.prl--local {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity, visibility;
  transition: opacity, visibility;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s; }
  .prl--local svg {
    -webkit-box-flex: 0;
            flex: none;
    width: 58px;
    height: 58px;
    -webkit-animation: infinite-rotation .9s infinite linear;
            animation: infinite-rotation .9s infinite linear; }
    .prl--local svg path {
      fill: #069; }
  @media screen and (max-width: 750px) {
    .prl--local svg {
      width: 44px;
      height: 44px; } }

.processing .prl--local {
  opacity: 1;
  visibility: visible; }

.prl-local-ct {
  position: relative; }

*:-webkit-autofill {
  background: transparent !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background 50000s ease-in-out 0s, border 0.3s !important;
  transition: background 50000s ease-in-out 0s, border 0.3s !important; }

.iti__flag {
  background-image: url("../img/icons-general/flags@2x.png") !important; }

.iti {
  display: -webkit-box;
  display: flex; }
  .iti__flag-container {
    position: static;
    width: 115px;
    z-index: 4; }
  .iti__flag-box {
    margin-top: 3px; }
  .iti__selected-flag {
    padding-left: 15px;
    border-right: 1px solid #000;
    -webkit-transition: background 0.22s;
    transition: background 0.22s; }
  .iti__country {
    display: -webkit-box;
    display: flex;
    font-size: 14px; }
  .iti__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border: none;
    margin-left: 0; }
    .iti__arrow:before {
      display: block;
      font-family: "icon-font";
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-shadow: 0 0 0 rgba(255, 255, 255, 0);
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: '\EA04';
      font-size: 5px; }
  .iti__country-list {
    width: 100%;
    white-space: normal; }
  .iti .text-input {
    margin-left: -115px !important;
    padding-left: 130px !important;
    z-index: 1; }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-top: 1px;
    font-size: 14px;
    line-height: 1; }
  .iti--separate-dial-code .iti__selected-flag {
    background: transparent !important; }
  @media screen and (max-width: 750px) {
    .iti__flag-container {
      width: 110px; }
    .iti__selected-flag {
      padding-left: 10px; }
    .iti .text-input {
      margin-left: -110px !important;
      padding-left: 120px !important; } }

.form-msg {
  position: relative; }
  .form-msg__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px; }
  .form-msg__text {
    display: inline-block;
    padding-top: 3px;
    font-size: 12px;
    line-height: 1.45; }
  .form-msg__wr {
    position: relative;
    padding-left: 32px; }
  .form-msg--red .form-msg__text {
    color: #ff2736; }
  @media screen and (max-width: 980px) {
    .form-msg__wr {
      padding-left: 30px; } }

.form-msgs {
  margin: 20px 0; }
  .form-msgs:first-child {
    margin-top: 0; }
  .form-msgs:last-child {
    margin-bottom: 0; }
  .form-msgs .form-msg {
    display: none;
    margin-bottom: 5px; }
    .form-msgs .form-msg.active {
      display: block; }
    .form-msgs .form-msg:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 750px) {
    .form-msgs {
      margin: 15px 0; } }

.f-style-alt .field {
  display: block;
  margin-bottom: 29px; }
  .f-style-alt .field .bg {
    position: absolute;
    top: -5px;
    left: -10px;
    width: 100%;
    bottom: -10px;
    z-index: 1;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .f-style-alt .field .border {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    display: -webkit-box;
    display: flex;
    z-index: 3; }
    .f-style-alt .field .border:before, .f-style-alt .field .border:after {
      content: '';
      position: relative;
      height: 3px;
      width: 50%;
      background: #fff;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      opacity: 0;
      z-index: 2;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
    .f-style-alt .field .border:before {
      -webkit-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
              transform-origin: 100% 50%; }
    .f-style-alt .field .border:after {
      -webkit-transform-origin: 0% 50%;
          -ms-transform-origin: 0% 50%;
              transform-origin: 0% 50%; }
  .f-style-alt .field__input {
    position: relative; }
  .f-style-alt .field__msg {
    display: none;
    margin: 14px 0 -13px;
    padding: 0 9px;
    font-size: 12px;
    line-height: 1.2;
    color: #fff; }
  .f-style-alt .field .text-input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    color: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    appearance: none;
    display: block;
    position: relative;
    width: 100%;
    height: 36px;
    padding: 6px 9px;
    font-size: 16px;
    letter-spacing: .2px;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    line-height: normal;
    resize: none;
    z-index: 2; }
    .f-style-alt .field .text-input::-webkit-input-placeholder {
      font-size: 14px;
      opacity: 1;
      color: #fff; }
    .f-style-alt .field .text-input::-moz-placeholder {
      font-size: 14px;
      opacity: 1;
      color: #fff; }
    .f-style-alt .field .text-input:-ms-input-placeholder {
      font-size: 14px;
      opacity: 1;
      color: #fff; }
    .f-style-alt .field .text-input::-ms-input-placeholder {
      font-size: 14px;
      opacity: 1;
      color: #fff; }
    .f-style-alt .field .text-input::placeholder {
      font-size: 14px;
      opacity: 1;
      color: #fff; }
    .f-style-alt .field .text-input:focus + .border:before, .f-style-alt .field .text-input:focus + .border:after {
      opacity: 1;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
    .f-style-alt .field .text-input:focus + .border + .bg {
      background: #3d67fb; }
  .f-style-alt .field.field-invalid .field__msg {
    display: block; }
  .f-style-alt .field.field-invalid .text-input {
    border-color: #ff2736; }
  .f-style-alt .field--textarea-expandable .hiddendiv {
    display: none;
    white-space: pre-wrap;
    min-height: 36px;
    padding: 6px 9px;
    font-size: 16px;
    letter-spacing: .2px;
    border-bottom: 2px solid transparent;
    color: transparent;
    line-height: normal;
    word-wrap: break-word;
    text-transform: none; }
  @media screen and (max-width: 1400px) {
    .f-style-alt .field {
      margin-bottom: 27px; } }
  @media screen and (max-width: 750px) {
    .f-style-alt .field {
      margin-bottom: 22px; } }

.f-style .field {
  display: block; }
  .f-style .field__title {
    margin-bottom: 7px; }
    .f-style .field__title__text {
      height: 14px;
      font-size: 12px;
      line-height: 1.2;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: #93939d; }
    @media screen and (max-width: 750px) {
      .f-style .field__title {
        margin-bottom: 4px; } }
  .f-style .field .border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    z-index: 2;
    -webkit-transition: border 0.22s;
    transition: border 0.22s; }
  .f-style .field__input {
    position: relative; }
  .f-style .field__msg {
    display: none;
    margin: 6px 0 -5px;
    font-size: 12px;
    line-height: 1.2;
    text-align: right; }
    .f-style .field__msg--error {
      color: #ff2736; }
  .f-style .field .text-input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    color: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    appearance: none;
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 9px 15px;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    line-height: normal;
    resize: none;
    -webkit-transition: border 0.22s;
    transition: border 0.22s;
    z-index: 3; }
    .f-style .field .text-input::-webkit-input-placeholder {
      opacity: 1;
      color: #93939d; }
    .f-style .field .text-input::-moz-placeholder {
      opacity: 1;
      color: #93939d; }
    .f-style .field .text-input:-ms-input-placeholder {
      opacity: 1;
      color: #93939d; }
    .f-style .field .text-input::-ms-input-placeholder {
      opacity: 1;
      color: #93939d; }
    .f-style .field .text-input::placeholder {
      opacity: 1;
      color: #93939d; }
    .f-style .field .text-input:focus + .border {
      border-color: #000; }
    .f-style .field .text-input:disabled {
      pointer-events: none;
      border-color: #93939d;
      color: #93939d; }
    @media screen and (max-width: 750px) {
      .f-style .field .text-input {
        padding-left: 10px;
        padding-right: 10px; } }
  .f-style .field.field-invalid .field__msg {
    display: block; }
  .f-style .field.field-invalid .text-input {
    border-color: #ff2736; }
    .f-style .field.field-invalid .text-input:focus + .border {
      border-color: #ff2736; }
  .f-style .field--icon-search .icon-search {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -8px;
    font-size: 16px; }
  .f-style .field--icon-search .text-input {
    padding-left: 40px; }
  @media screen and (max-width: 750px) {
    .f-style .field--icon-search .icon-search {
      margin-top: -7px;
      font-size: 15px;
      left: 10px; }
    .f-style .field--icon-search .text-input {
      padding-left: 32px; } }
  .f-style .field--date .text-input {
    padding-right: 30px;
    padding-left: 10px; }
  .f-style .field--date .field__input:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    display: block;
    font-family: "icon-font";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\EA35';
    font-size: 12px;
    line-height: 1; }
  .f-style .field--textarea .text-input {
    height: 92px;
    padding-top: 11px;
    padding-bottom: 11px; }
  .f-style .field--textarea-expandable .hiddendiv {
    display: none;
    white-space: pre-wrap;
    min-height: 36px;
    padding: 6px 9px;
    font-size: 14px;
    color: transparent;
    line-height: normal;
    word-wrap: break-word;
    text-transform: none; }
  .f-style .field--captcha .captcha {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    width: calc(50% - 15px);
    overflow: hidden; }
    .f-style .field--captcha .captcha > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .f-style .field--captcha .text-input {
    padding-left: 50%; }
  .f-style .field--captcha__ct {
    position: relative; }
  @media screen and (max-width: 750px) {
    .f-style .field--captcha .captcha {
      width: calc(50% - 6px); } }
  .f-style .field--radio {
    display: inline-block;
    cursor: pointer; }
    .f-style .field--radio .box {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 0;
              flex: none;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      width: 20px;
      height: 20px;
      margin-right: 12px;
      border: 1px solid #000; }
      .f-style .field--radio .box:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: #478ffb;
        opacity: 0;
        -webkit-transition: opacity 0.15s;
        transition: opacity 0.15s; }
    .f-style .field--radio input {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      opacity: 0; }
      .f-style .field--radio input:checked + .box:after {
        opacity: 1; }
    .f-style .field--radio .field__ct {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
    .f-style .field--radio .field__value {
      font-size: 14px;
      text-align: left;
      line-height: 1.25; }
      .f-style .field--radio .field__value a {
        color: #478ffb; }
    .f-style .field--radio--sm .field__value {
      font-size: 12px; }
    .f-style .field--radio--big .box {
      width: 28px;
      height: 28px;
      margin-right: 9px; }
      .f-style .field--radio--big .box:after {
        width: 14px;
        height: 14px; }
    .f-style .field--radio--note .box {
      margin-right: 13px; }
    .f-style .field--radio--note .field__ct {
      -webkit-box-align: start;
              align-items: flex-start; }
    .f-style .field--radio--note .field__value {
      margin-top: -3px; }
      .f-style .field--radio--note .field__value .note {
        display: block;
        margin-top: 2px;
        font-size: 12px;
        color: #93939d; }
    .f-style .field--radio--row-details .box {
      width: 24px;
      height: 24px; }
      .f-style .field--radio--row-details .box:after {
        width: 10px;
        height: 10px; }
    @media screen and (max-width: 980px) {
      .f-style .field--radio .box {
        margin-right: 10px; } }
  .f-style .field--select .text-input {
    padding-right: 40px; }
    .f-style .field--select .text-input[readonly] {
      cursor: pointer; }
  .f-style .field--select .field__input {
    position: relative;
    cursor: pointer; }
    .f-style .field--select .field__input .icon-arrow-down {
      position: absolute;
      top: 1px;
      bottom: 1px;
      right: 1px;
      width: 40px;
      line-height: 1;
      text-align: center;
      -webkit-transition: -webkit-transform 0.22s;
      transition: -webkit-transform 0.22s;
      transition: transform 0.22s;
      transition: transform 0.22s, -webkit-transform 0.22s; }
      .f-style .field--select .field__input .icon-arrow-down:before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -3px;
        margin-top: -3px;
        font-size: 5px;
        color: #000; }
      .f-style .field--select .field__input .icon-arrow-down:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-image: url("../img/icons-general/loading-grey-dark.svg");
        -webkit-transition: opacity 0.15s;
        transition: opacity 0.15s;
        -webkit-animation: infinite-rotation 1s infinite linear;
                animation: infinite-rotation 1s infinite linear;
        z-index: 3; }
  .f-style .field--select .dpd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 175px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #000;
    border-top: none;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transition: opacity 0.22s, visibility 0.22s, border 0.15s, -webkit-transform 0.22s;
    transition: opacity 0.22s, visibility 0.22s, border 0.15s, -webkit-transform 0.22s;
    transition: opacity 0.22s, visibility 0.22s, transform 0.22s, border 0.15s;
    transition: opacity 0.22s, visibility 0.22s, transform 0.22s, border 0.15s, -webkit-transform 0.22s; }
    .f-style .field--select .dpd::-webkit-scrollbar {
      width: 5px; }
    .f-style .field--select .dpd::-webkit-scrollbar-track {
      background-color: #eff1f5; }
    .f-style .field--select .dpd::-webkit-scrollbar-thumb {
      background-color: #d1d1d1; }
    .f-style .field--select .dpd .fss {
      padding: 5px 4px; }
      .f-style .field--select .dpd .fss__ct {
        position: relative; }
      .f-style .field--select .dpd .fss .icon {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 32px;
        font-size: 14px;
        cursor: default;
        z-index: 4; }
        .f-style .field--select .dpd .fss .icon:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          display: block;
          line-height: 1; }
      .f-style .field--select .dpd .fss input {
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        box-shadow: none;
        background: none;
        border-radius: 0;
        color: inherit;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        position: relative;
        width: 100%;
        height: 32px;
        padding: 8px 11px;
        padding-right: 32px;
        border: 1px solid #000;
        font-size: 13px;
        color: #000;
        line-height: normal;
        z-index: 3;
        -webkit-transition: border 0.15s;
        transition: border 0.15s; }
        .f-style .field--select .dpd .fss input::-webkit-input-placeholder {
          opacity: 1;
          font-size: 13px;
          color: #a0a5ae; }
        .f-style .field--select .dpd .fss input::-moz-placeholder {
          opacity: 1;
          font-size: 13px;
          color: #a0a5ae; }
        .f-style .field--select .dpd .fss input:-ms-input-placeholder {
          opacity: 1;
          font-size: 13px;
          color: #a0a5ae; }
        .f-style .field--select .dpd .fss input::-ms-input-placeholder {
          opacity: 1;
          font-size: 13px;
          color: #a0a5ae; }
        .f-style .field--select .dpd .fss input::placeholder {
          opacity: 1;
          font-size: 13px;
          color: #a0a5ae; }
    .f-style .field--select .dpd ul {
      position: relative; }
    .f-style .field--select .dpd li .option {
      display: block;
      padding: 7px 15px;
      font-size: 14px;
      line-height: 1.1;
      color: #000;
      cursor: pointer; }
      .f-style .field--select .dpd li .option span {
        display: block;
        margin-top: 4px;
        font-size: 14px;
        line-height: 1.1; }
      @media screen and (max-width: 750px) {
        .f-style .field--select .dpd li .option {
          padding-left: 10px;
          padding-right: 10px; } }
    .f-style .field--select .dpd li.backlight .option {
      background: #eff1f5; }
    .f-style .field--select .dpd li.active .option {
      background: #eff1f5; }
    .f-style .field--select .dpd li.active.backlight .option {
      background: #e3e7ee; }
    .f-style .field--select .dpd li.hidden {
      display: none; }
  .f-style .field--select.active .text-input + .border {
    border-color: #000; }
  .f-style .field--select.active .field__input .icon-arrow-down {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .f-style .field--select.active .dpd {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    border-color: #a0a5ae; }
  .f-style .field--select.processing .field__input .icon:before, .f-style .field--select.loading .field__input .icon:before {
    opacity: 0; }
  .f-style .field--select.processing .field__input .icon:after, .f-style .field--select.loading .field__input .icon:after {
    opacity: 1; }

.desktop .f-style .field--radio .field__value a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.22s;
  transition: border 0.22s; }
  .desktop .f-style .field--radio .field__value a:hover {
    border-color: #478ffb; }

.desktop .f-style .field--select .dpd .option:hover {
  background: #eff1f5; }

.form-readonly .field {
  pointer-events: none;
  cursor: default; }

.form-readonly .form-readonly-toggler {
  pointer-events: all;
  cursor: pointer; }

.fields-title {
  margin-bottom: 7px; }
  .fields-title__text {
    height: 14px;
    font-size: 12px;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #93939d; }
  @media screen and (max-width: 750px) {
    .fields-title {
      margin-bottom: 4px; } }

.fields-radio-inline {
  margin-bottom: -8px; }
  .fields-radio-inline .field {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 8px; }
    .fields-radio-inline .field:last-child {
      margin-right: 0; }

.cols:first-child .fields-radio-inline {
  margin-top: 10px; }
  @media screen and (max-width: 750px) {
    .cols:first-child .fields-radio-inline {
      margin-top: 3px; } }

.fields-date {
  display: -webkit-box;
  display: flex; }
  .fields-date .field {
    width: calc(50% - 8px);
    margin-right: 16px; }
    .fields-date .field:first-child {
      position: relative; }
      .fields-date .field:first-child:after {
        content: "";
        position: absolute;
        bottom: 18px;
        right: -11px;
        width: 6px;
        height: 2px;
        background: #000; }
    .fields-date .field:last-child {
      margin-right: 0; }
  @media screen and (max-width: 750px) {
    .fields-date .field {
      width: calc(50% - 6px);
      margin-right: 12px; }
      .fields-date .field:first-child:after {
        right: -9px; } }

.fields-ct {
  -webkit-transition: opacity 0.22s;
  transition: opacity 0.22s; }
  .fields-ct > .field > *:first-child {
    margin-top: 0; }
  .fields-ct > .field > *:last-child {
    margin-bottom: 0; }
  .fields-ct > .field:last-child {
    margin-bottom: 0; }

.form-f {
  margin-top: 22px; }
  .form-f > *:first-child {
    margin-top: 0; }
  .form-f > *:last-child {
    margin-bottom: 0; }
  .form-f .btns .btn {
    width: 100%; }
  .form-f .links {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    text-align: right;
    -webkit-transition: opacity 0.22s;
    transition: opacity 0.22s; }
    .form-f .links .link {
      margin: 3px 0;
      font-size: 12px;
      line-height: 1.2;
      color: #93939d; }
  .form-f .btns-links {
    -webkit-box-align: center;
            align-items: center; }
  @media screen and (max-width: 750px) {
    .form-f {
      margin-top: 14px; } }
  @media screen and (max-width: 470px) {
    .form-f .links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center; }
      .form-f .links .link {
        margin: 3px 10px; } }

.desktop .form-f .links .link {
  -webkit-transition: color 0.22s;
  transition: color 0.22s; }
  .desktop .form-f .links .link:hover {
    color: #000; }

.form-tabs__nav {
  display: -webkit-box;
  display: flex;
  -webkit-transition: opacity 0.22s;
  transition: opacity 0.22s; }
  .form-tabs__nav .btn {
    padding: 11px 12px;
    -webkit-box-flex: 100%;
            flex: 100%;
    text-align: center;
    color: #cecece;
    border-bottom: 2px solid #000;
    -webkit-transition: color 0.22s;
    transition: color 0.22s; }
    .form-tabs__nav .btn .btn-text {
      font-family: "Rubik-Bold";
      font-size: 24px;
      line-height: 1;
      text-transform: uppercase; }
    .form-tabs__nav .btn:after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 6px;
      background: #000;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .form-tabs__nav .btn.active {
      color: #000; }
      .form-tabs__nav .btn.active:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
    .form-tabs__nav .btn.disabled {
      pointer-events: none; }

.form-tabs__tabs {
  position: relative; }
  .form-tabs__tabs .tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }
    .form-tabs__tabs .tab.active {
      position: relative;
      height: auto;
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity, visibility;
      transition: opacity, visibility;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
    .form-tabs__tabs .tab .tab-ct {
      padding-top: 40px;
      padding-left: 12.87129%;
      padding-right: 12.87129%; }

.form-tabs .fields-ct {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.form-tabs--mw .form-tabs__nav .btn .btn-text {
  font-size: 16px; }

.form-tabs--mw .form-tabs__nav .btn:after {
  background: #478ffb; }

.form-tabs--mw .form-tabs__tabs .tab .tab-ct {
  padding: 25px 0 0; }

@media screen and (max-width: 1700px) {
  .form-tabs .form-tabs__tabs .tab .tab-ct {
    padding-top: 30px; }
  .form-tabs--mw .form-tabs__tabs .tab .tab-ct {
    padding: 25px 0 0; } }

@media screen and (max-width: 980px) {
  .form-tabs .form-tabs__nav .btn .btn-text {
    font-size: 20px; }
  .form-tabs .form-tabs__tabs .tab .tab-ct {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 750px) {
  .form-tabs .form-tabs__nav .btn {
    padding: 8px; }
    .form-tabs .form-tabs__nav .btn .btn-text {
      font-size: 17px; }
    .form-tabs .form-tabs__nav .btn:after {
      height: 4px;
      bottom: -3px; }
  .form-tabs .form-tabs__tabs .tab .tab-ct {
    padding: 25px 0 0; } }

@media screen and (max-width: 470px) {
  .form-tabs .form-tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .form-tabs .form-tabs__nav .btn {
      padding: 10px 8px; }
      .form-tabs .form-tabs__nav .btn:after {
        bottom: -2px; } }

.desktop .form-tabs__nav .btn:hover {
  color: #000; }

.mw .form-tabs__tabs .tab {
  visibility: hidden; }
  .mw .form-tabs__tabs .tab.active {
    visibility: hidden; }

.mw.active .form-tabs__tabs .tab.active {
  visibility: visible; }

.processing .form-tabs__nav,
.processing .fields-ct,
.processing .form-f .links {
  opacity: .6;
  pointer-events: none; }

.search-params {
  margin-bottom: 7px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start; }
  .search-params__title {
    font-size: 12px;
    line-height: 1.2;
    color: #93939d; }
  .search-params__param {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #478ffb;
    -webkit-transition: color 0.22s;
    transition: color 0.22s; }
    .search-params__param .btn-text {
      font-family: "Rubik-Medium";
      font-size: 12px;
      line-height: 1.2; }
    .search-params__param:after {
      content: '';
      position: absolute;
      right: -10px;
      top: 50%;
      margin-top: -6px;
      width: 1px;
      height: 11px;
      background: #000; }
    .search-params__param:last-child {
      margin-right: 0; }
      .search-params__param:last-child:after {
        display: none; }
    .search-params__param.active {
      cursor: default;
      pointer-events: none;
      color: #000 !important; }
  .search-params__list {
    margin-left: 10px; }
  @media screen and (max-width: 750px) {
    .search-params {
      margin-bottom: 10px; } }
  @media screen and (max-width: 470px) {
    .search-params {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .search-params__list {
        margin-left: 0;
        margin-top: 3px; } }

.desktop .search-params__param:hover {
  color: #1571fa; }

.link-back {
  display: inline-block;
  margin-bottom: 13px;
  color: #478ffb; }
  .link-back .icon {
    margin-right: 9px;
    font-size: 9px;
    margin-top: -2px; }
  .link-back .text {
    display: inline-block;
    vertical-align: middle;
    font-family: "Rubik-Medium";
    font-size: 14px;
    line-height: 1.2; }
  @media screen and (max-width: 750px) {
    .link-back {
      margin-bottom: 12px; } }

.desktop .link-back {
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .desktop .link-back .icon {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .desktop .link-back:hover {
    color: #000; }
    .desktop .link-back:hover .icon {
      -webkit-transform: translate(-3px, 0);
          -ms-transform: translate(-3px, 0);
              transform: translate(-3px, 0); }

.post-title {
  margin-left: -2px;
  margin-bottom: 19px;
  font-family: "Rubik-Medium";
  font-size: 36px;
  line-height: 1.17; }
  @media screen and (max-width: 1200px) {
    .post-title {
      font-size: 33px; } }
  @media screen and (max-width: 750px) {
    .post-title {
      margin-left: -1px;
      margin-bottom: 12px;
      font-size: 25px; } }
  @media screen and (max-width: 470px) {
    .post-title {
      margin-left: 0;
      font-size: 21px; } }

.post-date {
  font-size: 12px;
  line-height: 1;
  letter-spacing: .5px;
  text-transform: uppercase; }

.post-location {
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  display: flex; }
  .post-location .icon {
    -webkit-box-flex: 0;
            flex: none;
    margin-right: 8px;
    text-align: center;
    color: #93939d;
    font-size: 0; }
    .post-location .icon:before {
      display: inline-block;
      margin-top: -1px;
      font-size: 15px;
      line-height: 1.25; }

.post-h {
  margin-bottom: 40px; }
  .post-h--job {
    margin-bottom: 22px; }
    .post-h--job .post-title {
      margin-bottom: 4px; }
  @media screen and (max-width: 1700px) {
    .post-h {
      margin-bottom: 30px; }
      .post-h--job {
        margin-bottom: 22px; } }
  @media screen and (max-width: 750px) {
    .post-h {
      margin-bottom: 22px; }
      .post-h--job .post-title {
        margin-bottom: 7px; } }

.post-f {
  margin-top: 26px;
  text-align: center; }
  .post-f .socials-inline {
    margin-top: 0; }
    .post-f .socials-inline a img {
      width: 22px;
      height: 22px; }
  .post-f:last-child {
    padding-bottom: 5px; }
  .post-f.animate .socials-inline a img {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.45s;
            transition-duration: 0.45s; }
  .post-f.animate .socials-inline a:nth-child(2) img {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .post-f.animate .socials-inline a:nth-child(3) img {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .post-f.animate .socials-inline a:nth-child(4) img {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .post-f.animate .socials-inline a:nth-child(5) img {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .post-f.animate .socials-inline a:nth-child(6) img {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .post-f.animate .socials-inline a:nth-child(7) img {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .post-f.animate .socials-inline a:nth-child(8) img {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
  .post-f.animate.animated .socials-inline a img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media screen and (max-width: 750px) {
    .post-f {
      margin-top: 20px; } }

.typo {
  font-size: 14px;
  line-height: 1.6; }
  .typo:first-child {
    margin-top: 0; }
  .typo:last-child {
    margin-bottom: 0; }
  .typo > *:first-child {
    margin-top: 0; }
  .typo > *:last-child {
    margin-bottom: 0; }
  .typo > * {
    margin: 20px 0; }
    @media screen and (max-width: 750px) {
      .typo > * {
        margin: 18px 0; } }
  .typo a {
    color: #478ffb; }
  .typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {
    margin-top: 24px;
    margin-bottom: 18px;
    font-family: "Rubik-Medium";
    line-height: 1.38; }
    .typo h1 + *, .typo h2 + *, .typo h3 + *, .typo h4 + *, .typo h5 + *, .typo h6 + * {
      margin-top: 18px !important; }
      .typo h1 + *.single-img, .typo h2 + *.single-img, .typo h3 + *.single-img, .typo h4 + *.single-img, .typo h5 + *.single-img, .typo h6 + *.single-img {
        margin-top: 0 !important; }
    @media screen and (max-width: 750px) {
      .typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {
        margin-top: 20px;
        margin-bottom: 15px; }
        .typo h1 + *, .typo h2 + *, .typo h3 + *, .typo h4 + *, .typo h5 + *, .typo h6 + * {
          margin-top: 15px !important; }
          .typo h1 + *.single-img, .typo h2 + *.single-img, .typo h3 + *.single-img, .typo h4 + *.single-img, .typo h5 + *.single-img, .typo h6 + *.single-img {
            margin-top: 0 !important; } }
  .typo h1, .typo h2 {
    font-size: 27px; }
    @media screen and (max-width: 1200px) {
      .typo h1, .typo h2 {
        font-size: 26px; } }
    @media screen and (max-width: 750px) {
      .typo h1, .typo h2 {
        font-size: 23px; } }
    @media screen and (max-width: 470px) {
      .typo h1, .typo h2 {
        font-size: 21px; } }
  .typo h3 {
    font-size: 23px; }
    @media screen and (max-width: 750px) {
      .typo h3 {
        font-size: 20px; } }
    @media screen and (max-width: 470px) {
      .typo h3 {
        font-size: 18px; } }
  .typo h4, .typo h5, .typo h6 {
    font-size: 20px; }
    @media screen and (max-width: 750px) {
      .typo h4, .typo h5, .typo h6 {
        font-size: 17px; } }
    @media screen and (max-width: 470px) {
      .typo h4, .typo h5, .typo h6 {
        font-size: 16px; } }
  .typo h5 {
    font-size: 18px; }
  .typo h6 {
    font-size: 16px; }
    @media screen and (max-width: 750px) {
      .typo h6 {
        font-size: 15px; } }
    @media screen and (max-width: 470px) {
      .typo h6 {
        font-size: 15px; } }
  .typo .highlight {
    clear: both;
    position: relative;
    padding-left: 30px;
    font-family: "Rubik-Medium"; }
    .typo .highlight > *:first-child {
      margin-top: 0; }
    .typo .highlight > *:last-child {
      margin-bottom: 0; }
    .typo .highlight:before {
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      bottom: 3px;
      width: 4px;
      background: #478ffb; }
    .typo .highlight.animate:before {
      opacity: 0;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transition: opacity, -webkit-transform;
      transition: opacity, -webkit-transform;
      transition: opacity, transform;
      transition: opacity, transform, -webkit-transform;
      -webkit-transition-duration: .53s;
              transition-duration: .53s; }
    .typo .highlight.animate.animated:before {
      opacity: 1;
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1); }
    @media screen and (max-width: 1200px) {
      .typo .highlight {
        padding-left: 24px; } }
    @media screen and (max-width: 470px) {
      .typo .highlight {
        padding-left: 14px; } }
  .typo .text-table {
    border-collapse: collapse; }
    .typo .text-table th {
      font-weight: normal;
      text-align: left;
      color: #93939d; }
    .typo .text-table th, .typo .text-table td {
      padding: 0;
      padding-right: 20px;
      vertical-align: top; }
      .typo .text-table th:last-child, .typo .text-table td:last-child {
        padding-right: 0; }
  .typo blockquote {
    clear: both;
    position: relative;
    margin: 26px 0;
    padding: 32px 100px;
    font-family: "Rubik-Medium";
    font-size: 18px;
    line-height: 1.38; }
    .typo blockquote:before {
      position: absolute;
      top: 30px;
      right: 100%;
      margin-right: -89px;
      display: block;
      font-family: "icon-font";
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-shadow: 0 0 0 rgba(255, 255, 255, 0);
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: '\EA34';
      font-size: 25px;
      color: #478ffb;
      z-index: 2; }
    .typo blockquote:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f2f2f4;
      z-index: 1; }
    .typo blockquote span {
      position: relative;
      display: block;
      z-index: 2; }
    .typo blockquote.animate {
      opacity: 0;
      -webkit-transition: opacity .8s;
      transition: opacity .8s; }
      .typo blockquote.animate:after {
        -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .typo blockquote.animate span {
        -webkit-transform: translate(0, 30px);
            -ms-transform: translate(0, 30px);
                transform: translate(0, 30px);
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .typo blockquote.animate.animated {
        opacity: 1; }
        .typo blockquote.animate.animated:after {
          -webkit-transform: scaleY(1);
              -ms-transform: scaleY(1);
                  transform: scaleY(1); }
        .typo blockquote.animate.animated span {
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); }
    @media screen and (max-width: 980px) {
      .typo blockquote {
        padding: 32px 70px; }
        .typo blockquote:before {
          margin-right: -59px; } }
    @media screen and (max-width: 750px) {
      .typo blockquote {
        margin: 20px 0;
        padding: 24px 55px;
        padding-right: 25px;
        font-size: 17px; }
        .typo blockquote:before {
          top: 23px;
          margin-right: -46px;
          font-size: 20px; } }
    @media screen and (max-width: 470px) {
      .typo blockquote {
        padding: 20px 45px;
        padding-right: 16px;
        font-size: 16px; }
        .typo blockquote:before {
          top: 19px;
          margin-right: -39px;
          font-size: 18px; } }
  .typo ul, .typo ol {
    margin: 22px 0;
    padding: 0;
    padding-left: 18px;
    list-style-position: inside;
    list-style-type: none; }
    .typo ul ul, .typo ul ol, .typo ol ul, .typo ol ol {
      margin: 0 !important; }
    .typo ul ul li:before, .typo ol ul li:before {
      background: #979798; }
    .typo ul.animate li:before, .typo ol.animate li:before {
      opacity: 0;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: opacity, -webkit-transform;
      transition: opacity, -webkit-transform;
      transition: opacity, transform;
      transition: opacity, transform, -webkit-transform;
      -webkit-transition-duration: 0.6s;
              transition-duration: 0.6s;
      -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.7);
              transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.7); }
    .typo ul.animate li:nth-child(2):before, .typo ol.animate li:nth-child(2):before {
      -webkit-transition-delay: 0.07s;
              transition-delay: 0.07s; }
    .typo ul.animate li:nth-child(3):before, .typo ol.animate li:nth-child(3):before {
      -webkit-transition-delay: 0.14s;
              transition-delay: 0.14s; }
    .typo ul.animate li:nth-child(4):before, .typo ol.animate li:nth-child(4):before {
      -webkit-transition-delay: 0.21s;
              transition-delay: 0.21s; }
    .typo ul.animate li:nth-child(5):before, .typo ol.animate li:nth-child(5):before {
      -webkit-transition-delay: 0.28s;
              transition-delay: 0.28s; }
    .typo ul.animate li:nth-child(6):before, .typo ol.animate li:nth-child(6):before {
      -webkit-transition-delay: 0.35s;
              transition-delay: 0.35s; }
    .typo ul.animate li:nth-child(7):before, .typo ol.animate li:nth-child(7):before {
      -webkit-transition-delay: 0.42s;
              transition-delay: 0.42s; }
    .typo ul.animate li:nth-child(8):before, .typo ol.animate li:nth-child(8):before {
      -webkit-transition-delay: 0.49s;
              transition-delay: 0.49s; }
    .typo ul.animate li:nth-child(9):before, .typo ol.animate li:nth-child(9):before {
      -webkit-transition-delay: 0.56s;
              transition-delay: 0.56s; }
    .typo ul.animate li:nth-child(10):before, .typo ol.animate li:nth-child(10):before {
      -webkit-transition-delay: 0.63s;
              transition-delay: 0.63s; }
    .typo ul.animate li:nth-child(11):before, .typo ol.animate li:nth-child(11):before {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .typo ul.animate li:nth-child(12):before, .typo ol.animate li:nth-child(12):before {
      -webkit-transition-delay: 0.77s;
              transition-delay: 0.77s; }
    .typo ul.animate li:nth-child(13):before, .typo ol.animate li:nth-child(13):before {
      -webkit-transition-delay: 0.84s;
              transition-delay: 0.84s; }
    .typo ul.animate li:nth-child(14):before, .typo ol.animate li:nth-child(14):before {
      -webkit-transition-delay: 0.91s;
              transition-delay: 0.91s; }
    .typo ul.animate li:nth-child(15):before, .typo ol.animate li:nth-child(15):before {
      -webkit-transition-delay: 0.98s;
              transition-delay: 0.98s; }
    .typo ul.animate.animated li:before, .typo ol.animate.animated li:before {
      opacity: 1;
      -webkit-transform: scale(1) !important;
          -ms-transform: scale(1) !important;
              transform: scale(1) !important; }
    @media screen and (max-width: 750px) {
      .typo ul, .typo ol {
        margin: 20px 0; } }
  .typo ul li {
    position: relative;
    padding-left: 0; }
    .typo ul li:before {
      content: '';
      position: absolute;
      top: 8px;
      left: -18px;
      width: 6px;
      height: 6px;
      background: #478ffb; }
  .typo ol {
    counter-reset: counter-list;
    padding-left: 24px; }
    .typo ol li {
      position: relative;
      counter-increment: counter-list; }
      .typo ol li:before {
        content: counter(counter-list) ".";
        position: absolute;
        top: 0;
        left: -24px;
        color: #478ffb; }
  .typo .single-img {
    clear: both;
    margin-top: 0; }
    .typo .single-img img {
      display: inline-block;
      width: 100%;
      max-width: 500px; }
    .typo .single-img.align-center {
      text-align: center; }
    .typo .single-img.align-right {
      float: right;
      margin-left: 30px; }
    .typo .single-img.align-left {
      float: left;
      margin-right: 30px; }
    .typo .single-img.animate {
      opacity: 0;
      -webkit-transform: translate(0, 30px);
          -ms-transform: translate(0, 30px);
              transform: translate(0, 30px);
      -webkit-transition: opacity, -webkit-transform;
      transition: opacity, -webkit-transform;
      transition: opacity, transform;
      transition: opacity, transform, -webkit-transform;
      -webkit-transition-duration: 0.6s;
              transition-duration: 0.6s; }
      .typo .single-img.animate.animated {
        opacity: 1;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    @media screen and (max-width: 980px) {
      .typo .single-img img {
        max-width: 340px; }
      .typo .single-img.align-center img {
        max-width: 450px; } }
    @media screen and (max-width: 750px) {
      .typo .single-img.align-right {
        margin-left: 12px; }
      .typo .single-img.align-left {
        margin-right: 12px; }
      .typo .single-img.align-center img {
        max-width: 380px; } }
    @media screen and (max-width: 600px) {
      .typo .single-img img {
        max-width: 250px; }
      .typo .single-img.align-center img {
        max-width: 320px; } }
    @media screen and (max-width: 470px) {
      .typo .single-img {
        float: none !important;
        margin: 18px 0; }
        .typo .single-img img {
          max-width: 100%; }
        .typo .single-img.align-right {
          margin-left: 0; }
        .typo .single-img.align-left {
          margin-right: 0; }
        .typo .single-img.align-center img {
          max-width: 100%; } }
  .typo .bp-imgs {
    clear: both;
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-auto-flow: column;
    margin: 22px 0; }
    .typo .bp-imgs.grid-3 {
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      grid-auto-flow: initial !important; }
    .typo .bp-imgs.grid-4 {
      grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
      grid-auto-flow: initial !important; }
    .typo .bp-imgs .btn-plus-ct {
      opacity: 0; }
    .typo .bp-imgs .bp-img {
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .typo .bp-imgs .bp-img__ct {
        padding-top: 66.6666%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover; }
    .typo .bp-imgs.animate .bp-img {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate(0, 20px);
          -ms-transform: translate(0, 20px);
              transform: translate(0, 20px);
      -webkit-transition: opacity, visibility, -webkit-transform;
      transition: opacity, visibility, -webkit-transform;
      transition: opacity, visibility, transform;
      transition: opacity, visibility, transform, -webkit-transform;
      -webkit-transition-duration: 0.6s;
              transition-duration: 0.6s; }
      .typo .bp-imgs.animate .bp-img:nth-child(2) {
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      .typo .bp-imgs.animate .bp-img:nth-child(3) {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      .typo .bp-imgs.animate .bp-img:nth-child(4) {
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      .typo .bp-imgs.animate .bp-img:nth-child(5) {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s; }
      .typo .bp-imgs.animate .bp-img:nth-child(6) {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; }
      .typo .bp-imgs.animate .bp-img:nth-child(7) {
        -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s; }
      .typo .bp-imgs.animate .bp-img:nth-child(8) {
        -webkit-transition-delay: 0.7s;
                transition-delay: 0.7s; }
    .typo .bp-imgs.animate.animated .bp-img {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
    @media screen and (max-width: 1200px) {
      .typo .bp-imgs {
        grid-gap: 25px; } }
    @media screen and (max-width: 980px) {
      .typo .bp-imgs.grid-3 {
        grid-template-columns: repeat(auto-fill, minmax(214px, 1fr)); } }
    @media screen and (max-width: 750px) {
      .typo .bp-imgs {
        margin: 20px 0;
        grid-gap: 12px; }
        .typo .bp-imgs.grid-3, .typo .bp-imgs.grid-4 {
          grid-template-columns: repeat(auto-fill, minmax(184.2px, 1fr)); } }
    @media screen and (max-width: 600px) {
      .typo .bp-imgs {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row; } }
    @media screen and (max-width: 470px) {
      .typo .bp-imgs.grid-3, .typo .bp-imgs.grid-4 {
        grid-template-columns: repeat(auto-fill, minmax(141px, 1fr)); } }
  @media screen and (max-width: 470px) {
    .typo .chapter {
      padding-left: 0 !important; } }
  .typo.animate {
    opacity: 0;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1s;
            transition-duration: 1s; }
    .typo.animate.animated {
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .typo--sm > * {
    margin: 16px 0; }
    @media screen and (max-width: 750px) {
      .typo--sm > * {
        margin: 16px 0; } }
  .typo--sm h1, .typo--sm h2, .typo--sm h3, .typo--sm h4, .typo--sm h5, .typo--sm h6 {
    margin-top: 22px;
    margin-bottom: 16px;
    line-height: 1.25; }
    .typo--sm h1 + *, .typo--sm h2 + *, .typo--sm h3 + *, .typo--sm h4 + *, .typo--sm h5 + *, .typo--sm h6 + * {
      margin-top: 16px !important; }
      .typo--sm h1 + *.single-img, .typo--sm h2 + *.single-img, .typo--sm h3 + *.single-img, .typo--sm h4 + *.single-img, .typo--sm h5 + *.single-img, .typo--sm h6 + *.single-img {
        margin-top: 0 !important; }
  .typo--sm ul, .typo--sm ol {
    margin: 20px 0; }

.desktop .typo a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.22s;
  transition: border 0.22s; }
  .desktop .typo a:hover {
    border-color: #478ffb; }

.desktop .typo .bp-imgs .bp-img__ct .btn-plus-ct {
  -webkit-transition: opacity 0.22s;
  transition: opacity 0.22s; }

.desktop .typo .bp-imgs .bp-img__ct:hover .btn-plus-ct {
  opacity: 1; }

.gradient-blue-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#478ffb), to(#3d67fb));
  background: linear-gradient(to bottom, #478ffb 0%, #3d67fb 100%); }

.title-with-search {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }
  .title-with-search .sct-title {
    margin-bottom: 0; }
  .title-with-search > * {
    width: calc(50% - 15px); }
    .title-with-search > *.search-with-btn {
      margin-top: 10px; }
  @media screen and (max-width: 1700px) {
    .title-with-search > * {
      width: calc(50% - 12px); } }
  @media screen and (max-width: 1200px) {
    .title-with-search > * {
      width: calc(50% - 6px); } }
  @media screen and (max-width: 750px) {
    .title-with-search > *.search-with-btn {
      margin-top: 4px; } }
  @media screen and (max-width: 600px) {
    .title-with-search {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse; }
      .title-with-search > * {
        width: 100%;
        margin-top: 25px; }
        .title-with-search > *.search-with-btn {
          margin-top: 0; }
        .title-with-search > *:last-child {
          margin-top: 0; } }

.sct-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 50px; }
  .sct-title__ct {
    display: -webkit-box;
    display: flex;
    font-size: 48px;
    line-height: 1.15;
    text-transform: uppercase; }
    .sct-title__ct .reg {
      font-family: "Rubik-Regular"; }
    .sct-title__ct .bold {
      font-family: "Rubik-Bold"; }
  .sct-title__company {
    font-size: 13px;
    letter-spacing: 2.5px;
    line-height: 1.2;
    text-transform: uppercase; }
  @media screen and (max-width: 1700px) {
    .sct-title {
      margin-bottom: 35px; } }
  @media screen and (max-width: 1400px) {
    .sct-title__ct {
      font-size: 46px; }
    .sct-title__company {
      letter-spacing: 2px; } }
  @media screen and (max-width: 1200px) {
    .sct-title__ct {
      font-size: 44px; } }
  @media screen and (max-width: 980px) {
    .sct-title {
      margin-bottom: 30px; }
      .sct-title__ct {
        font-size: 38px; }
      .sct-title__company {
        font-size: 12px;
        letter-spacing: 1.5px; } }
  @media screen and (max-width: 750px) {
    .sct-title {
      margin-bottom: 24px; }
      .sct-title__ct {
        font-size: 34px; }
      .sct-title__company {
        font-size: 11px;
        letter-spacing: 1.2px; } }
  @media screen and (max-width: 470px) {
    .sct-title {
      margin-bottom: 16px; }
      .sct-title__ct {
        font-size: 28px; }
      .sct-title__company {
        font-size: 10px;
        letter-spacing: 1px; } }

.page-title {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff; }
  .page-title .reg {
    font-family: "Rubik-Regular"; }
  .page-title .bold {
    font-family: "Rubik-Bold"; }
  @media screen and (max-width: 1200px) {
    .page-title {
      font-size: 33px; } }
  @media screen and (max-width: 750px) {
    .page-title {
      font-size: 28px; } }
  @media screen and (max-width: 470px) {
    .page-title {
      font-size: 24px; } }

.sct-title-sm {
  margin-bottom: 15px; }
  .sct-title-sm__ct {
    font-size: 36px;
    line-height: .95;
    text-transform: uppercase;
    text-align: center; }
  .sct-title-sm .reg {
    font-family: "Rubik-Regular"; }
  .sct-title-sm .bold {
    font-family: "Rubik-Bold"; }
  .sct-title-sm.animate {
    opacity: 0;
    -webkit-transform: translate(0, 12px);
        -ms-transform: translate(0, 12px);
            transform: translate(0, 12px);
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .53s;
            transition-duration: .53s; }
    .sct-title-sm.animate.animated {
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  @media screen and (max-width: 1200px) {
    .sct-title-sm__ct {
      font-size: 33px; } }
  @media screen and (max-width: 750px) {
    .sct-title-sm__ct {
      font-size: 28px; } }
  @media screen and (max-width: 470px) {
    .sct-title-sm__ct {
      font-size: 24px; } }

.sct-title-sm--xsm {
  margin-bottom: 7px; }
  .sct-title-sm--xsm .sct-title-sm__ct {
    font-size: 24px; }
    @media screen and (max-width: 750px) {
      .sct-title-sm--xsm .sct-title-sm__ct {
        font-size: 22px; } }

.sct-text {
  font-size: 14px;
  line-height: 1.6; }
  .sct-text > *:first-child {
    margin-top: 0; }
  .sct-text > *:last-child {
    margin-bottom: 0; }

.search-with-btn {
  display: -webkit-box;
  display: flex;
  height: 56px; }
  .search-with-btn input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    color: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 16px;
    padding-left: 58px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: .2px;
    border: 2px solid #000;
    border-right: none;
    color: #000; }
    .search-with-btn input::-webkit-input-placeholder {
      opacity: 1;
      color: #000; }
    .search-with-btn input::-moz-placeholder {
      opacity: 1;
      color: #000; }
    .search-with-btn input:-ms-input-placeholder {
      opacity: 1;
      color: #000; }
    .search-with-btn input::-ms-input-placeholder {
      opacity: 1;
      color: #000; }
    .search-with-btn input::placeholder {
      opacity: 1;
      color: #000; }
  .search-with-btn .icon-search {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -8px;
    font-size: 16px; }
  .search-with-btn__field {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1; }
  .search-with-btn .btn-search {
    width: 180px;
    border-width: 2px; }
    .search-with-btn .btn-search .btn-text {
      font-size: 14px;
      letter-spacing: .5px; }
  .search-with-btn--light {
    color: #fff;
    background: rgba(0, 0, 0, 0.5); }
    .search-with-btn--light input {
      border-color: #478ffb;
      color: #fff; }
      .search-with-btn--light input::-webkit-input-placeholder {
        color: #fff; }
      .search-with-btn--light input::-moz-placeholder {
        color: #fff; }
      .search-with-btn--light input:-ms-input-placeholder {
        color: #fff; }
      .search-with-btn--light input::-ms-input-placeholder {
        color: #fff; }
      .search-with-btn--light input::placeholder {
        color: #fff; }
  @media screen and (max-width: 1200px) {
    .search-with-btn .btn-search {
      width: 160px; } }
  @media screen and (max-width: 980px) {
    .search-with-btn input {
      padding-left: 40px; }
    .search-with-btn .icon-search {
      left: 12px; }
    .search-with-btn .btn-search {
      width: 120px;
      padding-left: 12px;
      padding-right: 12px; } }
  @media screen and (max-width: 750px) {
    .search-with-btn {
      height: 46px; }
      .search-with-btn .icon-search {
        margin-top: -7px;
        font-size: 15px;
        left: 10px; }
      .search-with-btn input {
        padding-right: 12px;
        padding-left: 33px;
        font-size: 14px;
        letter-spacing: 0; }
      .search-with-btn .btn-search {
        width: 100px;
        padding-left: 12px;
        padding-right: 12px; }
        .search-with-btn .btn-search .btn-text {
          letter-spacing: 0px; } }
  @media screen and (max-width: 600px) {
    .search-with-btn .btn-search {
      width: 130px; } }
  @media screen and (max-width: 470px) {
    .search-with-btn .btn-search {
      width: 100px; } }

.search-with-btn.search-with-btn--sm {
  height: 40px; }
  .search-with-btn.search-with-btn--sm input {
    padding: 8px 36px 8px 15px;
    font-size: 14px;
    letter-spacing: 0; }
  .search-with-btn.search-with-btn--sm .icon-search {
    display: none; }
  .search-with-btn.search-with-btn--sm .btn-clear {
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0;
    width: 36px;
    color: #478ffb;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: color 0.15s, opacity 0.15s, visibility 0.15s;
    transition: color 0.15s, opacity 0.15s, visibility 0.15s; }
    .search-with-btn.search-with-btn--sm .btn-clear .icon {
      font-size: 9px; }
  .search-with-btn.search-with-btn--sm .btn-search {
    width: 130px; }
    .search-with-btn.search-with-btn--sm .btn-search .btn-text {
      font-size: 13px;
      letter-spacing: .2px; }
  .search-with-btn.search-with-btn--sm.active .btn-clear {
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 750px) {
    .search-with-btn.search-with-btn--sm .btn-clear {
      width: 27px; } }
  @media screen and (max-width: 470px) {
    .search-with-btn.search-with-btn--sm input {
      padding-left: 12px; }
    .search-with-btn.search-with-btn--sm .btn-search {
      width: 100px; } }

.desktop .search-with-btn.search-with-btn--sm .btn-clear:hover {
  color: #000; }

.search-with-btn.search-with-btn--sm.search-with-btn--sm--icon .icon-search {
  display: block; }

@media screen and (min-width: 751px) {
  .search-with-btn.search-with-btn--sm.search-with-btn--sm--icon input {
    padding-left: 40px; }
  .search-with-btn.search-with-btn--sm.search-with-btn--sm--icon .icon-search {
    display: block;
    left: 16px; }
  .search-with-btn.search-with-btn--sm.search-with-btn--sm--icon .btn-search {
    width: 165px; } }

@media screen and (max-width: 750px) {
  .search-with-btn.search-with-btn--sm.search-with-btn--sm--icon input {
    padding-right: 27px;
    padding-left: 32px; } }

.search-with-btn.search-with-btn--h {
  height: 49px; }
  .search-with-btn.search-with-btn--h input {
    padding: 8px 36px 8px 47px;
    font-size: 14px;
    letter-spacing: 0; }
  .search-with-btn.search-with-btn--h .icon-search {
    left: 17px; }
  .search-with-btn.search-with-btn--h .btn-clear {
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0;
    width: 36px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: color 0.15s, opacity 0.15s, visibility 0.15s;
    transition: color 0.15s, opacity 0.15s, visibility 0.15s; }
    .search-with-btn.search-with-btn--h .btn-clear .icon {
      font-size: 9px; }
  .search-with-btn.search-with-btn--h .btn-search {
    width: 130px; }
  .search-with-btn.search-with-btn--h.active .btn-clear {
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 600px) {
    .search-with-btn.search-with-btn--h {
      height: 40px; } }
  @media screen and (max-width: 470px) {
    .search-with-btn.search-with-btn--h .icon-search {
      left: 10px; }
    .search-with-btn.search-with-btn--h input {
      padding-left: 34px; }
    .search-with-btn.search-with-btn--h .btn-search {
      width: 100px; } }

.search-with-btn.search-with-btn--fullwidth .btn-search {
  width: 230px; }

@media screen and (max-width: 980px) {
  .search-with-btn.search-with-btn--fullwidth .btn-search {
    width: 200px; } }

@media screen and (max-width: 750px) {
  .search-with-btn.search-with-btn--fullwidth .btn-search {
    width: 180px; } }

@media screen and (max-width: 600px) {
  .search-with-btn.search-with-btn--fullwidth .btn-search {
    width: 130px; } }

@media screen and (max-width: 470px) {
  .search-with-btn.search-with-btn--fullwidth .btn-search {
    width: 100px; } }

.our-product {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .our-product img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .our-product .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 390px;
    max-width: 100%;
    color: #fff;
    background: #000;
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .our-product .info .title {
      font-size: 30px;
      line-height: 1.05;
      text-transform: uppercase; }
    .our-product .info hr {
      margin: 0;
      padding: 0;
      border: none;
      outline: none;
      box-shadow: none;
      background: none;
      border-radius: 0;
      color: inherit;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: block;
      width: 79px;
      height: 6px;
      margin: 13px 0 18px;
      background: #85abff;
      background: rgba(255, 255, 255, 0.5);
      opacity: 0;
      -webkit-transform: translate(-25px, 0);
          -ms-transform: translate(-25px, 0);
              transform: translate(-25px, 0);
      -webkit-transition: opacity, -webkit-transform;
      transition: opacity, -webkit-transform;
      transition: opacity, transform;
      transition: opacity, transform, -webkit-transform;
      -webkit-transition-duration: .55s;
              transition-duration: .55s;
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .our-product .info .brand {
      position: relative;
      display: inline-block;
      margin-right: 18px;
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 1.1;
      letter-spacing: .6px;
      text-transform: uppercase; }
      .our-product .info .brand:after {
        content: '';
        position: absolute;
        top: 2px;
        right: -9px;
        width: 1px;
        height: 13px;
        background: rgba(255, 255, 255, 0.2); }
      .our-product .info .brand:last-child:after {
        display: none; }
    .our-product .info .brands {
      margin-bottom: -5px;
      opacity: 0;
      -webkit-transform: translate(0, 10px);
          -ms-transform: translate(0, 10px);
              transform: translate(0, 10px);
      -webkit-transition: opacity;
      transition: opacity;
      -webkit-transition-duration: 0.45s;
              transition-duration: 0.45s; }
    .our-product .info .gradient-blue-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 1;
      -webkit-transition: opacity 0.45s;
      transition: opacity 0.45s; }
    .our-product .info .ct {
      position: relative;
      -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .our-product .info .wr {
      position: relative;
      padding: 26px 50px 53px;
      z-index: 2; }
  .our-product.animate {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity, visibility;
    transition: opacity, visibility;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s; }
    .our-product.animate img {
      -webkit-transform: scale(1.07);
          -ms-transform: scale(1.07);
              transform: scale(1.07);
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s; }
    .our-product.animate.animated {
      opacity: 1;
      visibility: visible; }
      .our-product.animate.animated img {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
  @media screen and (max-width: 1400px) {
    .our-product .info .title {
      font-size: 27px; }
    .our-product .info .wr {
      padding: 24px 38px 45px; } }
  @media screen and (max-width: 1200px) {
    .our-product .info .title {
      font-size: 25px; }
    .our-product .info .wr {
      padding: 22px 28px 40px; } }
  @media screen and (max-width: 980px) {
    .our-product .info .brand {
      font-size: 15px;
      letter-spacing: .3px; }
      .our-product .info .brand:after {
        height: 12px; } }
  @media screen and (max-width: 750px) {
    .our-product .info .title {
      font-size: 20px; }
    .our-product .info .brand {
      margin-bottom: 3px;
      font-size: 13px;
      letter-spacing: 0px; }
      .our-product .info .brand:after {
        height: 10px; }
    .our-product .info hr {
      width: 70px;
      height: 4px;
      margin: 10px 0 15px; }
    .our-product .info .wr {
      padding: 15px 25px 24px; } }

.our-products {
  margin-top: 96px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 441px 441px; }
  .our-products .our-product:first-child {
    grid-area: 1 / 1 / 2 / span 3; }
  .our-products .our-product:nth-child(2) {
    grid-area: 1 / 4 / 2 / span 3; }
  .our-products .our-product:nth-child(3) {
    grid-area: 2 / 1 / 3 / span 2; }
  .our-products .our-product:nth-child(4) {
    grid-area: 2 / 3 / 3 / span 2; }
  .our-products .our-product:nth-child(5) {
    grid-area: 2 / 5 / 3 / span 2; }
  @media screen and (max-width: 1700px) {
    .our-products {
      margin-top: 55px;
      grid-gap: 25px; } }
  @media screen and (max-width: 1400px) {
    .our-products {
      margin-top: 50px;
      grid-template-rows: 385px 385px; } }
  @media screen and (max-width: 1200px) {
    .our-products {
      grid-gap: 12px;
      grid-template-rows: 316px 316px; } }
  @media screen and (max-width: 980px) {
    .our-products {
      grid-template-rows: 280px 320px 280px; }
      .our-products .our-product:nth-child(3) {
        grid-area: 2 / 1 / 3 / span 6; }
      .our-products .our-product:nth-child(4) {
        grid-area: 3 / 1 / 4 / span 3; }
      .our-products .our-product:nth-child(5) {
        grid-area: 3 / 4 / 4 / span 3; } }
  @media screen and (max-width: 750px) {
    .our-products {
      margin-top: 36px;
      grid-template-rows: 220px 280px 220px; }
      .our-products:last-child {
        margin-bottom: -20px; } }
  @media screen and (max-width: 600px) {
    .our-products {
      margin-top: 28px;
      grid-template-rows: 220px 260px 220px; } }
  @media screen and (max-width: 470px) {
    .our-products {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(5, 200px); }
      .our-products:last-child {
        margin-bottom: -24px; }
      .our-products .our-product {
        grid-area: initial !important; }
        .our-products .our-product .info hr {
          margin: 7px 0 11px; }
        .our-products .our-product .info .brand {
          font-size: 12px; }
          .our-products .our-product .info .brand:after {
            top: 1px; }
        .our-products .our-product .info .wr {
          padding: 13px 15px 23px; } }
  @media screen and (max-width: 360px) {
    .our-products {
      grid-template-rows: repeat(5, 190px); } }

.our-product:hover .info {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important; }
  .our-product:hover .info hr {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .our-product:hover .info .brands {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .our-product:hover .info .gradient-blue-bg {
    opacity: 1; }
  .our-product:hover .info .ct {
    -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
            transform: translate(0, 5px); }

.service {
  display: inline-block;
  margin-bottom: 11.22449%;
  padding-left: 20.40816%;
  padding-right: 10.20408%; }
  .service .icon-ct {
    display: inline-block;
    overflow: hidden;
    padding: 1px 0 23px; }
    .service .icon-ct img {
      -o-object-position: 50% 100%;
         object-position: 50% 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .service .title {
    margin: 0 0 14px;
    margin-left: -1px;
    font-family: "Rubik-Bold";
    font-size: 24px;
    line-height: 1.2; }
  .service .text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6; }
  .service .link {
    position: relative;
    display: inline-block;
    font-family: "Rubik-Medium";
    font-size: 14px;
    line-height: 1.6;
    color: #478ffb; }
    .service .link:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      opacity: 0;
      background: #478ffb;
      -webkit-transition: opacity 0.22s;
      transition: opacity 0.22s; }
  .service.animate .title {
    opacity: 0;
    -webkit-transition: opacity .8s;
    transition: opacity .8s; }
  .service.animate .icon-ct img {
    opacity: 0;
    -webkit-transform: translate(0, 105%);
        -ms-transform: translate(0, 105%);
            transform: translate(0, 105%);
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .service.animate:nth-child(3) .icon-ct img, .service.animate:nth-child(3) .title, .service.animate:nth-child(4) .icon-ct img, .service.animate:nth-child(4) .title {
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
  .service.animate:nth-child(5) .icon-ct img, .service.animate:nth-child(5) .title, .service.animate:nth-child(6) .icon-ct img, .service.animate:nth-child(6) .title {
    -webkit-transition-delay: .4s;
            transition-delay: .4s; }
  .service.animate.animated .title {
    opacity: 1; }
  .service.animate.animated .icon-ct img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media screen and (max-width: 1400px) {
    .service {
      margin-bottom: 8.16327%;
      padding-left: 16.32653%; }
      .service .icon-ct {
        margin-top: -7px;
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
        -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
                transform-origin: 0% 100%; }
      .service .title {
        font-size: 22px; } }
  @media screen and (max-width: 1200px) {
    .service {
      padding-left: 10.20408%;
      padding-right: 8.16327%; }
      .service .title {
        font-size: 20px; } }
  @media screen and (max-width: 750px) {
    .service {
      margin-bottom: 22px; }
      .service .title {
        font-size: 18px; }
      .service .icon-ct {
        padding-bottom: 15px;
        margin-top: -14px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  @media screen and (max-width: 600px) {
    .service {
      margin-bottom: 16px;
      padding: 0 5%;
      text-align: center; }
      .service .icon-ct {
        padding-bottom: 13px;
        -webkit-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
                transform-origin: 50% 100%; }
      .service .title {
        margin-bottom: 9px;
        padding: 0 7%; }
      .service .text {
        font-size: 13px; } }

.desktop .service .link:hover:before {
  opacity: 1; }

.services {
  position: relative;
  margin-top: 83px;
  margin-bottom: 6px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1.96078%;
     -moz-column-gap: 1.96078%;
          column-gap: 1.96078%; }
  .services:before, .services:after {
    content: '';
    position: absolute;
    width: 2px;
    background: #f2f2f4; }
  .services:before {
    top: -63px;
    left: 34.2%;
    bottom: 60px; }
  .services:after {
    top: 8px;
    left: 68.2%;
    bottom: -15px; }
  .services.animate:before, .services.animate:after {
    opacity: 0;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .8s;
            transition-duration: .8s; }
  .services.animate:before {
    -webkit-transform: translate(0, 20%);
        -ms-transform: translate(0, 20%);
            transform: translate(0, 20%); }
  .services.animate:after {
    -webkit-transform: translate(0, -20%);
        -ms-transform: translate(0, -20%);
            transform: translate(0, -20%); }
  .services.animate.animated:before, .services.animate.animated:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media screen and (max-width: 1700px) {
    .services {
      margin-top: 65px; }
      .services:before {
        top: -45px; }
      .services:after {
        bottom: 0; } }
  @media screen and (max-width: 1400px) {
    .services {
      margin-top: 45px;
      margin-bottom: 0; }
      .services:before {
        top: -20px; }
      .services:after {
        bottom: 15px; } }
  @media screen and (max-width: 980px) {
    .services {
      margin-top: 0;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
      .services:after {
        display: none; }
      .services:before {
        top: 1%;
        bottom: 5%;
        left: 50%; } }
  @media screen and (max-width: 600px) {
    .services {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
      .services:before {
        display: none; } }

.list-icons {
  position: relative;
  margin: 30px 0;
  display: grid;
  grid: auto / auto-flow 1fr;
  grid-gap: 30px; }
  .list-icons:before {
    top: -63px;
    left: 34.2%;
    bottom: 60px; }
  .list-icons:after {
    top: 8px;
    left: 68.2%;
    bottom: -15px; }
  .list-icons .item {
    position: relative;
    padding-right: 25px; }
    .list-icons .item:after {
      content: '';
      position: absolute;
      width: 2px;
      top: -5px;
      bottom: 0;
      right: -2px;
      background: #f2f2f4; }
    .list-icons .item:last-child:after {
      display: none; }
    .list-icons .item .icon-ct {
      display: inline-block;
      overflow: hidden;
      padding: 1px 0 17px; }
      .list-icons .item .icon-ct img {
        -o-object-position: 50% 100%;
           object-position: 50% 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .list-icons .item .title {
      margin: 0 0 7px -1px;
      font-family: "Rubik-Medium";
      font-size: 20px;
      line-height: 1.2; }
    .list-icons .item .text {
      margin: 0;
      font-size: 14px;
      line-height: 1.6; }
    .list-icons .item .link {
      position: relative;
      display: inline-block;
      font-family: "Rubik-Medium";
      font-size: 14px;
      line-height: 1.6;
      color: #478ffb; }
      .list-icons .item .link:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        opacity: 0;
        background: #478ffb;
        -webkit-transition: opacity 0.22s;
        transition: opacity 0.22s; }
    .list-icons .item.animate .title {
      opacity: 0;
      -webkit-transition: opacity .8s;
      transition: opacity .8s; }
    .list-icons .item.animate .icon-ct img {
      opacity: 0;
      -webkit-transform: translate(0, 105%);
          -ms-transform: translate(0, 105%);
              transform: translate(0, 105%);
      -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
      transition: opacity 0.6s, -webkit-transform 0.6s;
      transition: transform 0.6s, opacity 0.6s;
      transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .list-icons .item.animate:nth-child(2) .icon-ct img, .list-icons .item.animate:nth-child(2) .title {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .list-icons .item.animate:nth-child(3) .icon-ct img, .list-icons .item.animate:nth-child(3) .title {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .list-icons .item.animate:nth-child(4) .icon-ct img, .list-icons .item.animate:nth-child(4) .title {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .list-icons .item.animate:nth-child(5) .icon-ct img, .list-icons .item.animate:nth-child(5) .title {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .list-icons .item.animate:nth-child(6) .icon-ct img, .list-icons .item.animate:nth-child(6) .title {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .list-icons .item.animate.animated .title {
      opacity: 1; }
    .list-icons .item.animate.animated .icon-ct img {
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  @media screen and (max-width: 1200px) {
    .list-icons {
      grid-gap: 24px; }
      .list-icons .item {
        padding-right: 20px; }
        .list-icons .item .icon-ct {
          margin-top: -7px;
          -webkit-transform: scale(0.9);
              -ms-transform: scale(0.9);
                  transform: scale(0.9);
          -webkit-transform-origin: 0% 100%;
              -ms-transform-origin: 0% 100%;
                  transform-origin: 0% 100%; }
        .list-icons .item .title {
          font-size: 19px; } }
  @media screen and (max-width: 980px) {
    .list-icons {
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: row;
      grid-row-gap: 30px;
      padding: 0 5%; }
      .list-icons .item:last-child:after {
        display: block; }
      .list-icons .item:nth-child(even):after {
        display: none; } }
  @media screen and (max-width: 750px) {
    .list-icons .item .title {
      font-size: 18px; }
    .list-icons .item .icon-ct {
      padding-bottom: 15px;
      margin-top: -14px;
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); } }
  @media screen and (max-width: 600px) {
    .list-icons {
      grid-template-columns: 1fr;
      grid-row-gap: 16px;
      padding: 0; }
      .list-icons .item {
        padding: 0 5%;
        text-align: center; }
        .list-icons .item:after {
          display: none; }
        .list-icons .item .icon-ct {
          padding-bottom: 13px;
          -webkit-transform-origin: 50% 100%;
              -ms-transform-origin: 50% 100%;
                  transform-origin: 50% 100%; }
        .list-icons .item .title {
          margin-bottom: 9px;
          padding: 0 7%; }
        .list-icons .item .text {
          font-size: 13px; } }

.about-numbers {
  position: relative; }
  .about-numbers .gradient-blue-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .about-numbers .number {
    font-family: "Rubik-Medium";
    font-size: 36px;
    line-height: 1; }
  .about-numbers .text {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .4px; }
  .about-numbers .property {
    position: relative;
    padding: 25px 70px 28px;
    text-align: center;
    color: #fff; }
    .about-numbers .property:after {
      content: '';
      position: absolute;
      right: 0;
      left: 15%;
      bottom: 0;
      height: 2px;
      background: #3b69fa; }
    .about-numbers .property:last-child:after {
      display: none; }
  .about-numbers .ct {
    position: relative;
    padding: 32px 0;
    z-index: 2; }
  @media screen and (max-width: 1400px) {
    .about-numbers .ct {
      padding: 25px 0; } }
  @media screen and (max-width: 1200px) {
    .about-numbers .property {
      padding: 25px 55px 28px; } }
  @media screen and (max-width: 980px) {
    .about-numbers .number {
      font-size: 32px; }
    .about-numbers .property {
      padding: 22px 45px 25px; } }
  @media screen and (max-width: 750px) {
    .about-numbers .number {
      font-size: 28px; }
    .about-numbers .text {
      font-size: 14px;
      letter-spacing: .2px; }
    .about-numbers .property {
      padding: 17px 40px 19px; }
    .about-numbers .ct {
      padding: 16px 0; } }
  @media screen and (max-width: 600px) {
    .about-numbers .text {
      font-size: 13px; }
    .about-numbers .property {
      padding: 14px 30px 16px; } }
  @media screen and (max-width: 470px) {
    .about-numbers .ct {
      padding: 9px 0; } }

.slick-controls {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
  .slick-controls .btn-arrow {
    height: 18px;
    width: 30px; }
    .slick-controls .btn-arrow:before {
      content: '';
      position: absolute;
      bottom: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background: #000; }
  .slick-controls .counters {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 10px;
    font-size: 16px;
    line-height: 1; }
    .slick-controls .counters .dash {
      margin: 0 4px; }
  @media screen and (max-width: 750px) {
    .slick-controls .counters {
      font-size: 14px; } }

.desktop .slick-controls .btn-arrow:before {
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s; }

.desktop .slick-controls .btn-arrow--prev:before {
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%; }

.desktop .slick-controls .btn-arrow--next:before {
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%; }

.desktop .slick-controls .btn-arrow:hover:before {
  -webkit-transform: scaleX(2.2);
      -ms-transform: scaleX(2.2);
          transform: scaleX(2.2); }

.news-slider {
  width: calc(100% + 30px);
  margin-left: -15px; }
  .news-slider .slick-controls {
    margin-top: 80px; }
  .news-slider .bg-ct .bg {
    height: 165px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    .news-slider .bg-ct .bg img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-height: 100%;
      opacity: 0; }
  .news-slider .date {
    font-size: 12px;
    line-height: 1;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #93939d; }
  .news-slider .title {
    margin-top: 19px;
    font-family: "Rubik-Medium";
    font-size: 24px;
    line-height: 1.2; }
  .news-slider .content {
    position: relative;
    padding-top: 7.7551%;
    padding-left: 10.20408%;
    padding-right: 10.20408%;
    padding-bottom: 9.38776%; }
    .news-slider .content:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 10.61224%;
      right: 0;
      height: 6px;
      background: #478ffb;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .news-slider .slide {
    padding-top: 6px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .news-slider .slick-slide > div {
    padding: 15px; }
  .news-slider .slider-ct {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .news-slider .slider-ct.slick-initialized {
      opacity: 1; }
  .news-slider.animate {
    opacity: 0;
    -webkit-transform: scale(0.96) translate(0, 3.5%);
        -ms-transform: scale(0.96) translate(0, 3.5%);
            transform: scale(0.96) translate(0, 3.5%);
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .news-slider.animate.animated {
      opacity: 1;
      -webkit-transform: scale(1) translate(0, 0);
          -ms-transform: scale(1) translate(0, 0);
              transform: scale(1) translate(0, 0); }
  @media screen and (min-width: 1701px) {
    .news-slider {
      margin-top: 85px; } }
  @media screen and (max-width: 1700px) {
    .news-slider {
      width: calc(100% + 24px);
      margin-left: -12px; }
      .news-slider .slick-controls {
        margin-top: 40px; }
      .news-slider .slide {
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }
      .news-slider .slick-slide > div {
        padding: 12px; } }
  @media screen and (max-width: 1400px) {
    .news-slider .title {
      margin-top: 15px;
      font-size: 21px; } }
  @media screen and (max-width: 1200px) {
    .news-slider .title {
      margin-top: 10px;
      font-size: 19px; }
    .news-slider .content {
      padding-top: 6.12245%;
      padding-left: 7.14286%;
      padding-right: 7.14286%;
      padding-bottom: 8.57143%; }
      .news-slider .content:after {
        left: 7.34694%; }
    .news-slider .slick-controls {
      margin-top: 30px; } }
  @media screen and (max-width: 750px) {
    .news-slider {
      width: calc(100% + 12px);
      margin-left: -6px; }
      .news-slider .title {
        margin-top: 8px;
        font-size: 16px; }
      .news-slider .content {
        padding: 18px 16px 22px; }
        .news-slider .content:after {
          height: 4px;
          left: 16px; }
      .news-slider .slide {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }
      .news-slider .slick-slide > div {
        padding: 6px; }
      .news-slider .slick-controls {
        margin-top: 22px; } }
  @media screen and (max-width: 600px) {
    .news-slider .slick-controls {
      padding: 0 6px;
      -webkit-box-pack: start;
              justify-content: flex-start; } }

.news-slider .slide:hover .content:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.socials-inline {
  margin-top: 19px;
  margin-bottom: -4px;
  font-size: 0; }
  .socials-inline a {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px; }
    .socials-inline a:last-child {
      margin-right: 0; }
  .socials-inline img {
    width: 26px;
    height: 26px; }

.desktop .socials-inline a {
  -webkit-transition: opacity 0.22s;
  transition: opacity 0.22s; }
  .desktop .socials-inline a:hover {
    opacity: .6; }

.contact-block {
  font-size: 14px;
  line-height: 1.45; }
  .contact-block a {
    color: #000; }
  .contact-block .socials-inline {
    margin-top: 19px; }

.desktop .contact-block a {
  -webkit-transition: color 0.22s;
  transition: color 0.22s; }
  .desktop .contact-block a:hover {
    color: #478ffb; }

.desktop .contact-block .socials-inline a {
  -webkit-transition: opacity 0.22s;
  transition: opacity 0.22s; }
  .desktop .contact-block .socials-inline a:hover {
    opacity: .6; }

.contact-blocks {
  position: relative;
  margin: 25px 0;
  padding-left: 32px;
  overflow: hidden; }
  .contact-blocks:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #478ffb; }
  .contact-blocks .contact-block {
    margin-bottom: 12px; }
    .contact-blocks .contact-block:last-child {
      margin-bottom: 0; }
  .contact-blocks.animate:after {
    opacity: 0;
    -webkit-transition: opacity;
    transition: opacity;
    -webkit-transition-duration: .8s;
            transition-duration: .8s; }
  .contact-blocks.animate .contact-block {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(25px, 0px);
        -ms-transform: translate(25px, 0px);
            transform: translate(25px, 0px);
    -webkit-transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, transform;
    transition: opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .contact-blocks.animate .contact-block:nth-child(2) {
      -webkit-transition-delay: 0.15s;
              transition-delay: 0.15s; }
    .contact-blocks.animate .contact-block:nth-child(3) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .contact-blocks.animate .contact-block:nth-child(4) {
      -webkit-transition-delay: 0.45s;
              transition-delay: 0.45s; }
    .contact-blocks.animate .contact-block:nth-child(5) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .contact-blocks.animate .contact-block:nth-child(6) {
      -webkit-transition-delay: 0.75s;
              transition-delay: 0.75s; }
    .contact-blocks.animate .contact-block:nth-child(7) {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .contact-blocks.animate .contact-block:nth-child(8) {
      -webkit-transition-delay: 1.05s;
              transition-delay: 1.05s; }
  .contact-blocks.animate.animated:after {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; }
  .contact-blocks.animate.animated .contact-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media screen and (max-width: 1700px) {
    .contact-blocks {
      padding-left: 29px; } }
  @media screen and (max-width: 750px) {
    .contact-blocks {
      margin: 20px 0;
      padding-left: 16px; } }

.messages {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  cursor: pointer; }
  .messages__new {
    display: inline-block;
    vertical-align: middle; }
  .messages__count {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 7px;
    padding: 5px 5px 2px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    background: #478ffb;
    color: #fff;
    -webkit-transition: color, background;
    transition: color, background;
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s; }
    .messages__count:after {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      border-top: 3px solid #478ffb;
      border-left: 4px solid transparent; }
    .messages__count .waiting {
      display: inline-block;
      vertical-align: middle;
      margin-top: -3px; }
      .messages__count .waiting:before, .messages__count .waiting:after {
        content: '';
        display: block;
        width: 2px;
        background: #fff; }
      .messages__count .waiting:before {
        height: 7px;
        margin-bottom: 1px; }
      .messages__count .waiting:after {
        height: 2px; }
    .messages__count .clock {
      display: inline-block;
      vertical-align: middle;
      margin-top: -2px; }
      .messages__count .clock:before, .messages__count .clock:after {
        content: '';
        display: block;
        background: #fff; }
      .messages__count .clock:before {
        width: 2px;
        height: 7px; }
      .messages__count .clock:after {
        width: 7px;
        height: 2px;
        margin-top: -2px; }
  .messages--read .messages__count {
    background: #eaeaea;
    color: #000; }
    .messages--read .messages__count:after {
      border-top-color: #eaeaea; }
  .messages--empty {
    cursor: default;
    color: #93939d; }
    .messages--empty .messages__count {
      display: none; }
  .messages--waiting-your-answer .messages__count {
    background: #ff0000;
    color: #fff; }
    .messages--waiting-your-answer .messages__count:after {
      display: none; }
  .messages--waiting-manager-response .messages__count {
    background: #fcd201;
    color: #fff; }
    .messages--waiting-manager-response .messages__count:after {
      display: none; }

.desktop .messages:hover .messages__count {
  background: #1571fa; }

.desktop .messages--read:hover .messages__count {
  background: #d1d1d1; }

.desktop .messages--waiting-your-answer:hover .messages__count {
  background: #d60000; }

.desktop .messages--waiting-manager-response:hover .messages__count {
  background: #e5bf01; }

.page-msg .text {
  padding: 2% 20%;
  text-align: center;
  font-size: 16px; }
  @media screen and (max-width: 750px) {
    .page-msg .text {
      padding: 15px 5%;
      font-size: 15px; } }

.presentation-list {
  position: relative;
  padding: 3% 11% 3.2%;
  color: #fff;
  background: #478ffb;
  list-style-position: inside;
  list-style-type: none; }
  .presentation-list:before {
    content: '';
    position: absolute;
    left: 7%;
    top: -10px;
    width: 4px;
    height: 100%;
    background: #000; }
  .presentation-list li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 16px;
    font-family: "Rubik-Medium";
    font-size: 14px;
    line-height: 1.6; }
    .presentation-list li:before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 6px;
      height: 6px;
      background: #000; }
    .presentation-list li:last-child {
      margin-bottom: 0; }
  .presentation-list.animate:before {
    opacity: 0;
    -webkit-transform: translate(0, 10px) scaleY(0);
        -ms-transform: translate(0, 10px) scaleY(0);
            transform: translate(0, 10px) scaleY(0);
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transition: opacity 1s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .presentation-list.animate li {
    opacity: 0;
    -webkit-transform: translate(0, 7px);
        -ms-transform: translate(0, 7px);
            transform: translate(0, 7px);
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .5s;
            transition-duration: .5s; }
    .presentation-list.animate li:nth-last-child(2) {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .presentation-list.animate li:nth-last-child(3) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .presentation-list.animate li:nth-last-child(4) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .presentation-list.animate li:nth-last-child(5) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .presentation-list.animate li:nth-last-child(6) {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .presentation-list.animate li:nth-last-child(7) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .presentation-list.animate li:nth-last-child(8) {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .presentation-list.animate li:nth-last-child(9) {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .presentation-list.animate li:nth-last-child(10) {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
  .presentation-list.animate.animated:before {
    opacity: 1;
    -webkit-transform: translate(0, 0) scaleY(1);
        -ms-transform: translate(0, 0) scaleY(1);
            transform: translate(0, 0) scaleY(1); }
  .presentation-list.animate.animated li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media screen and (max-width: 980px) {
    .presentation-list {
      padding-top: 4%;
      padding-bottom: 4.2%; } }
  @media screen and (max-width: 470px) {
    .presentation-list {
      padding-top: 20px;
      padding-bottom: 20px; } }

.presentation {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 50px 0; }
  .presentation:first-child {
    margin-top: 0; }
  .presentation:last-child {
    margin-bottom: 0; }
  .presentation:first-child {
    padding-top: 13px; }
  .presentation__list {
    -webkit-box-flex: 0;
            flex: none;
    width: 48.5%;
    margin-left: 30px;
    margin-top: 5px; }
  @media screen and (max-width: 1700px) {
    .presentation:first-child {
      padding-top: 0; } }
  @media screen and (max-width: 750px) {
    .presentation {
      margin: 32px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .presentation__list {
        margin-left: 0;
        margin-top: 22px;
        width: 100%; } }

.brands-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  padding-left: 1px;
  padding-top: 1px; }
  .brands-grid .brand {
    position: relative;
    border: 1px solid #e3e7ee;
    margin-top: -1px;
    margin-left: -1px; }
    .brands-grid .brand:before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 90%; }
    .brands-grid .brand .brand-ct {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      opacity: .4;
      -webkit-transition: opacity 0.22s;
      transition: opacity 0.22s; }
      .brands-grid .brand .brand-ct .logo-image {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        width: 65%;
        height: 45%;
        margin-top: 8%; }
        .brands-grid .brand .brand-ct .logo-image img {
          max-width: 100%;
          max-height: 100%; }
      .brands-grid .brand .brand-ct .brand-name {
        width: 100%;
        padding: 0 5%;
        margin-top: 8%;
        font-size: 13px;
        line-height: 1.2;
        text-align: center; }
  @media screen and (max-width: 1200px) {
    .brands-grid {
      grid-template-columns: repeat(5, 1fr); } }
  @media screen and (max-width: 600px) {
    .brands-grid {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (max-width: 470px) {
    .brands-grid {
      grid-template-columns: repeat(2, 1fr); } }

.desktop .brands-grid .brand:hover .brand-ct {
  opacity: 1; }

.brand-logo-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 5px 0 18px; }
  .brand-logo-card:first-child {
    margin-top: 0; }
  .brand-logo-card:last-child {
    margin-bottom: 0; }
  .brand-logo-card .logo-image {
    position: relative;
    -webkit-box-flex: 0;
            flex: none;
    margin-right: 18px;
    padding-right: 22px; }
    .brand-logo-card .logo-image:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      width: 4px;
      height: 100%;
      max-height: 68px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background: #e3e7ee; }
    .brand-logo-card .logo-image img {
      display: block;
      width: 110px;
      max-height: 70px; }
  .brand-logo-card .brand-name {
    font-family: "Rubik-Bold";
    font-size: 48px; }
  .brand-logo-card.animate .brand-name {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s; }
  .brand-logo-card.animate.animated .brand-name {
    opacity: 1; }
  @media screen and (max-width: 1400px) {
    .brand-logo-card .brand-name {
      font-size: 46px; } }
  @media screen and (max-width: 1200px) {
    .brand-logo-card .brand-name {
      font-size: 44px; } }
  @media screen and (max-width: 980px) {
    .brand-logo-card .brand-name {
      font-size: 38px; } }
  @media screen and (max-width: 750px) {
    .brand-logo-card .logo-image {
      margin-right: 16px;
      padding-right: 20px; }
      .brand-logo-card .logo-image img {
        width: 90px;
        max-height: 55px; }
    .brand-logo-card .brand-name {
      font-size: 34px; } }
  @media screen and (max-width: 470px) {
    .brand-logo-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center; }
      .brand-logo-card .logo-image {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 20px; }
        .brand-logo-card .logo-image:after {
          display: none; }
      .brand-logo-card .brand-name {
        width: 100%;
        font-size: 24px;
        word-break: break-word; } }

.search-row-module {
  margin: 45px 0 20px; }
  .search-row-module:first-child {
    margin-top: 0; }
  .search-row-module:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1700px) {
    .search-row-module {
      margin: 35px 0 20px; } }
  @media screen and (max-width: 750px) {
    .search-row-module {
      margin: 25px 0 20px; } }
  @media screen and (max-width: 470px) {
    .search-row-module {
      margin: 18px 0 20px; } }

.parts-range-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin: 30px 0; }
  .parts-range-grid:first-child {
    margin-top: 0; }
  .parts-range-grid:last-child {
    margin-bottom: 0; }
  .parts-range-grid .item__title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.2;
    font-family: "Rubik-Bold"; }
    .parts-range-grid .item__title a {
      color: #000;
      -webkit-transition: color 0.22s;
      transition: color 0.22s; }
  .parts-range-grid .item__description {
    margin: 0;
    font-size: 14px;
    line-height: 1.5; }
  @media screen and (max-width: 750px) {
    .parts-range-grid {
      margin: 20px 0;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 24px; }
      .parts-range-grid .item__title {
        margin-bottom: 5px;
        font-size: 17px; } }
  @media screen and (max-width: 470px) {
    .parts-range-grid {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 16px; } }

.desktop .parts-range-grid .item__title a:hover {
  color: #478ffb; }

.cards-grid {
  margin: 15px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px; }
  .cards-grid:first-child {
    margin-top: 0; }
  .cards-grid:last-child {
    margin-bottom: 0; }
  .cards-grid .card {
    position: relative;
    padding: 22px 25px 25px;
    font-size: 14px;
    line-height: 1.25;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12); }
    .cards-grid .card > *:first-child {
      margin-top: 0; }
    .cards-grid .card > *:last-child {
      margin-bottom: 0; }
    .cards-grid .card:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      left: 25px;
      height: 6px;
      background: #478ffb;
      opacity: 0;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-transition: opacity, -webkit-transform;
      transition: opacity, -webkit-transform;
      transition: transform, opacity;
      transition: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 0.45s;
              transition-duration: 0.45s; }
    .cards-grid .card__title {
      margin-bottom: 9px;
      font-family: "Rubik-Medium", sans-serif;
      font-size: 18px;
      line-height: 1.25;
      letter-spacing: .2px; }
    .cards-grid .card__row {
      display: -webkit-box;
      display: flex;
      margin-bottom: 8px; }
      .cards-grid .card__row .icon {
        -webkit-box-flex: 0;
                flex: none;
        width: 23px;
        text-align: center;
        color: #666;
        font-size: 0;
        padding-right: 4px; }
        .cards-grid .card__row .icon:before {
          display: inline-block;
          margin-top: -1px;
          font-size: 15px;
          line-height: 1.25; }
  .cards-grid.animate .card {
    opacity: 0;
    -webkit-transform: translate(0, 16px);
        -ms-transform: translate(0, 16px);
            transform: translate(0, 16px);
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .5s;
            transition-duration: .5s; }
    .cards-grid.animate .card:nth-child(2) {
      -webkit-transition-delay: 0.15s;
              transition-delay: 0.15s; }
    .cards-grid.animate .card:nth-child(3) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .cards-grid.animate .card:nth-child(4) {
      -webkit-transition-delay: 0.45s;
              transition-delay: 0.45s; }
    .cards-grid.animate .card:nth-child(5) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .cards-grid.animate .card:nth-child(6) {
      -webkit-transition-delay: 0.75s;
              transition-delay: 0.75s; }
    .cards-grid.animate .card:nth-child(7) {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .cards-grid.animate .card:nth-child(8) {
      -webkit-transition-delay: 1.05s;
              transition-delay: 1.05s; }
    .cards-grid.animate .card:nth-child(9) {
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }
    .cards-grid.animate .card:nth-child(10) {
      -webkit-transition-delay: 1.35s;
              transition-delay: 1.35s; }
    .cards-grid.animate .card:nth-child(11) {
      -webkit-transition-delay: 1.5s;
              transition-delay: 1.5s; }
    .cards-grid.animate .card:nth-child(12) {
      -webkit-transition-delay: 1.65s;
              transition-delay: 1.65s; }
  .cards-grid.animate.animated .card {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media screen and (max-width: 1200px) {
    .cards-grid {
      grid-gap: 24px; } }
  @media screen and (max-width: 750px) {
    .cards-grid {
      grid-gap: 12px; }
      .cards-grid .card {
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.12); } }
  @media screen and (max-width: 600px) {
    .cards-grid {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 470px) {
    .cards-grid .card {
      padding: 18px 16px 22px; }
      .cards-grid .card:before {
        left: 16px;
        height: 4px; } }

.desktop .cards-grid .card:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.info-cards {
  margin: 37px 0; }
  .info-cards:first-child {
    margin-top: 0; }
  .info-cards:last-child {
    margin-bottom: 0; }
  .info-cards .rep-blocks {
    margin-bottom: -12px; }
    .info-cards .rep-blocks .rep-block {
      margin-bottom: 12px;
      padding: 23px 24px 39px; }
      .info-cards .rep-blocks .rep-block .btn {
        min-width: 140px; }
  @media screen and (max-width: 1700px) {
    .info-cards {
      margin: 30px 0; } }
  @media screen and (max-width: 1200px) {
    .info-cards {
      margin: 24px 0; } }
  @media screen and (max-width: 600px) {
    .info-cards .rep-blocks .rep-block {
      padding: 20px 12px 39px; } }
  @media screen and (max-width: 470px) {
    .info-cards {
      margin: 18px 0; }
      .info-cards .rep-blocks {
        margin-bottom: 0; }
        .info-cards .rep-blocks .rep-block {
          padding: 20px 12px 39px; }
          .info-cards .rep-blocks .rep-block:last-child {
            margin-bottom: 0; } }
  @media screen and (min-width: 601px) {
    .info-cards .rep-blocks {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; }
      .info-cards .rep-blocks .rep-block {
        margin-right: 12px; } }
  @media screen and (min-width: 981px) {
    .info-cards .rep-blocks .rep-block {
      margin-right: 18px; } }
  @media screen and (min-width: 1201px) {
    .info-cards .rep-blocks .rep-block {
      margin-right: 24px; } }
  @media screen and (min-width: 1701px) {
    .info-cards .rep-blocks .rep-block {
      margin-right: 30px; } }

.socials-list {
  display: inline-grid;
  grid-template-columns: auto auto;
  margin: 0;
  grid-gap: 3px 30px;
  font-size: 0; }
  .socials-list a {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    text-align: left;
    -webkit-transition: color 0.22s;
    transition: color 0.22s; }
    .socials-list a:last-child {
      margin-right: 0; }
  .socials-list img {
    -webkit-box-flex: 0;
            flex: none;
    width: 19px;
    height: 19px;
    margin-right: 10px; }
  .socials-list .text {
    margin-top: 1px;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid transparent;
    -webkit-transition: border 0.22s;
    transition: border 0.22s; }

.desktop .socials-list a:hover {
  color: #478ffb !important; }
  .desktop .socials-list a:hover .text {
    border-color: #478ffb; }

.psc-caption {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start; }
  .psc-caption .psc-img {
    position: relative;
    -webkit-box-flex: 0;
            flex: none;
    width: 362px;
    margin-right: 30px;
    padding: 22px; }
    .psc-caption .psc-img::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 65.05682%;
      background: -webkit-gradient(linear, left top, left bottom, from(#478ffb), to(#3d67fb));
      background: linear-gradient(to bottom, #478ffb 0%, #3d67fb 100%);
      z-index: 1; }
    .psc-caption .psc-img__img {
      position: relative;
      padding-top: 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      z-index: 2; }
    .psc-caption .psc-img.animate::before {
      opacity: 0;
      -webkit-transition: opacity;
      transition: opacity;
      -webkit-transition-duration: .53s;
              transition-duration: .53s; }
    .psc-caption .psc-img.animate.animated::before {
      opacity: 1; }
  .psc-caption .psc-content {
    padding-top: 40px; }
    .psc-caption .psc-content .typo > * {
      margin: 13px 0; }
    .psc-caption .psc-content .typo ul {
      padding-left: 13px; }
      .psc-caption .psc-content .typo ul li::before {
        left: -13px;
        background: #000; }
    .psc-caption .psc-content .typo .socials-list {
      margin: 0; }
      .psc-caption .psc-content .typo .socials-list a {
        border: none;
        color: #000;
        -webkit-transition: color 0.22s;
        transition: color 0.22s; }
    .psc-caption .psc-content .typo > *:first-child {
      margin-top: 0; }
    .psc-caption .psc-content .typo > *:last-child {
      margin-bottom: 0; }
    .psc-caption .psc-content .sct-title-sm__ct {
      text-align: left; }
    .psc-caption .psc-content.animate .sct-title-sm {
      opacity: 0;
      -webkit-transform: translate(-20px, 0);
          -ms-transform: translate(-20px, 0);
              transform: translate(-20px, 0);
      -webkit-transition: opacity, -webkit-transform;
      transition: opacity, -webkit-transform;
      transition: opacity, transform;
      transition: opacity, transform, -webkit-transform;
      -webkit-transition-duration: .53s;
              transition-duration: .53s; }
    .psc-caption .psc-content.animate.animated .sct-title-sm {
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .psc-caption--alt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse; }
    .psc-caption--alt .psc-img {
      margin-right: 0;
      margin-left: 30px; }
      .psc-caption--alt .psc-img::before {
        top: 44px;
        left: auto;
        right: 0; }
  @media screen and (max-width: 1200px) {
    .psc-caption .psc-img {
      width: 340px;
      margin-right: 20px; }
    .psc-caption--alt .psc-img {
      margin-right: 0;
      margin-left: 20px; }
    .psc-caption .psc-content {
      padding-top: 20px; } }
  @media screen and (max-width: 980px) {
    .psc-caption .psc-img {
      padding: 18px;
      width: 280px; }
    .psc-caption .psc-content {
      padding-top: 16px; }
    .psc-caption--alt .psc-img::before {
      top: 36px; } }
  @media screen and (max-width: 750px) {
    .psc-caption .psc-img {
      width: 240px;
      padding: 16px;
      margin-right: 16px; }
    .psc-caption--alt .psc-img {
      margin-right: 0;
      margin-left: 16px; }
      .psc-caption--alt .psc-img::before {
        top: 32px; } }
  @media screen and (max-width: 600px) {
    .psc-caption {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center; }
      .psc-caption .psc-img {
        margin: 0 0 10px 0 !important; }
      .psc-caption--alt .psc-img {
        margin-top: -16px !important; } }

.comment-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .comment-file input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0; }
  .comment-file .btn-delete {
    align-self: flex-start;
    margin-right: -5px;
    margin-top: 1px;
    margin-left: 15px;
    padding: 5px;
    -webkit-transition: color 0.22s;
    transition: color 0.22s; }
    .comment-file .btn-delete .icon {
      font-size: 9px; }
  .comment-file .icons-ct {
    position: relative;
    -webkit-box-flex: 0;
            flex: none;
    width: 40px;
    height: 40px;
    margin-right: 10px; }
    .comment-file .icons-ct img {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: opacity 0.22s;
      transition: opacity 0.22s; }
    .comment-file .icons-ct .action-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .comment-file .icons-ct .btn-plus {
      width: 100%;
      height: 100%;
      background: #478ffb;
      -webkit-transition: background 0.22s;
      transition: background 0.22s; }
      .comment-file .icons-ct .btn-plus:before, .comment-file .icons-ct .btn-plus:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff; }
      .comment-file .icons-ct .btn-plus:before {
        width: 16px;
        height: 2px;
        margin-top: -1px;
        margin-left: -8px; }
      .comment-file .icons-ct .btn-plus:after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        margin-left: -1px; }
  .comment-file .file-info {
    text-align: left;
    font-size: 0; }
    .comment-file .file-info > * {
      margin-bottom: 1px; }
      .comment-file .file-info > *:last-child {
        margin-bottom: 0; }
    .comment-file .file-info .filename {
      display: block;
      margin-top: 2px;
      max-width: 250px;
      font-size: 14px;
      line-height: 1.05;
      word-break: break-word;
      -webkit-transition: color 0.22s;
      transition: color 0.22s; }
    .comment-file .file-info .file-meta {
      display: block;
      font-size: 12px;
      line-height: 1.4;
      color: #93939d; }
      .comment-file .file-info .file-meta:first-child {
        margin-top: -2px; }
  .comment-file__ct {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
            align-items: center; }

.desktop .comment-file .btn-delete:hover {
  color: #ff0000; }
  .desktop .comment-file .btn-delete:hover + .file-info .filename {
    color: #ff0000; }
  .desktop .comment-file .btn-delete:hover + .file-info + .icons-ct .main-icon {
    opacity: 0; }
  .desktop .comment-file .btn-delete:hover + .file-info + .icons-ct .action-icon {
    opacity: 1; }

.desktop .comment-file a.comment-file__ct:hover .file-info .filename {
  color: #478ffb; }

.desktop .comment-file .icons-ct .btn-plus:hover {
  background: #1571fa; }

.comment-files {
  margin-bottom: -6px; }
  .comment-files .comment-file {
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    margin-bottom: 6px; }
    .comment-files .comment-file:last-child {
      margin-right: 0; }
  .comment-files + .comment-uploader {
    margin-top: 10px; }

.comment-block {
  position: relative;
  min-height: 100px;
  padding-top: 18px;
  padding-left: 128px; }
  .comment-block__h {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .comment-block__h .title {
      margin: 0;
      margin-top: -2px;
      font-family: "Rubik-Medium";
      font-size: 18px;
      line-height: 1.2;
      font-weight: normal; }
    .comment-block__h .img {
      position: absolute;
      top: 0;
      left: -128px;
      width: 100px;
      height: 100px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    .comment-block__h .date {
      display: block;
      font-size: 12px;
      line-height: 1;
      color: #93939d; }
      .comment-block__h .date span {
        display: inline-block;
        margin-right: 15px; }
  .comment-block__main {
    display: block;
    width: 100%;
    margin-top: 7px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea; }
    .comment-block__main .sct-text {
      margin: 0;
      text-align: justify; }
      .comment-block__main .sct-text > * {
        margin: 10px 0; }
        .comment-block__main .sct-text > *:first-child {
          margin-top: 0; }
        .comment-block__main .sct-text > *:last-child {
          margin-bottom: 0; }
    .comment-block__main .comment-files {
      margin-top: 12px; }
  .comment-block .form-f {
    margin-top: 5px; }
  .comment-block .f-style .field--textarea .text-input {
    height: 130px;
    resize: auto;
    max-height: 250px;
    min-height: 130px;
    max-width: 100%;
    min-width: 100%;
    width: 100%; }
  .comment-block .form-msgs {
    margin-top: 0; }
  .comment-block--redactor .comment-block__main {
    margin-top: 0; }
    .comment-block--redactor .comment-block__main .comment-files {
      margin-top: 16px;
      margin-bottom: -20px; }
  .comment-block:first-child {
    padding-top: 0; }
  .comment-block:last-child .comment-block__main {
    padding-bottom: 0;
    border-bottom: none; }
  @media screen and (max-width: 1200px) {
    .comment-block {
      padding-left: 124px; }
      .comment-block__h .img {
        left: -124px; } }
  @media screen and (max-width: 750px) {
    .comment-block {
      padding-left: 0;
      padding-right: 0;
      padding-top: 14px; }
      .comment-block__h {
        min-height: 50px;
        padding-left: 62px; }
        .comment-block__h .img {
          left: 0;
          width: 50px;
          height: 50px; }
        .comment-block__h .title {
          position: relative;
          padding-right: 12px;
          font-size: 16px; }
      .comment-block__main {
        padding-bottom: 14px; }
      .comment-block--redactor .comment-block__h {
        display: none; }
      .comment-block--redactor .comment-block__main .comment-files {
        margin-bottom: -15px; } }
  @media screen and (max-width: 470px) {
    .comment-block__main .form-footer {
      margin-top: 25px; } }

.comment-blocks > *:first-child {
  margin-top: 0; }

.comment-blocks > *:last-child {
  margin-bottom: 0; }

.psc-chat-form {
  margin-top: -60px; }
  .psc-chat-form .sct-title-sm {
    margin-bottom: 34px; }
    .psc-chat-form .sct-title-sm__ct {
      text-align: left; }
  .psc-chat-form .pwr .pct {
    padding: 20px 0; }
    .psc-chat-form .pwr .pct > *:first-child {
      margin-top: 0; }
    .psc-chat-form .pwr .pct > *:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 1700px) {
    .psc-chat-form {
      margin-top: -40px; }
      .psc-chat-form .sct-title-sm {
        margin-bottom: 29px; }
      .psc-chat-form .pwr .pct {
        padding: 15px 0; } }
  @media screen and (max-width: 1200px) {
    .psc-chat-form {
      margin-top: -35px; } }
  @media screen and (max-width: 750px) {
    .psc-chat-form {
      margin-top: -24px; }
      .psc-chat-form .sct-title-sm {
        margin-bottom: 12px; }
      .psc-chat-form .pwr .pct {
        padding: 12px 0; } }
  @media screen and (min-width: 751px) {
    .psc-chat-form .sct-title-sm__ct {
      font-size: 30px; } }

.psc-chat-messages .pwr .pct {
  padding-top: 20px;
  padding-bottom: 70px; }
  .psc-chat-messages .pwr .pct > *:first-child {
    margin-top: 0; }
  .psc-chat-messages .pwr .pct > *:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 1700px) {
  .psc-chat-messages .pwr .pct {
    padding-bottom: 55px; } }

@media screen and (max-width: 1200px) {
  .psc-chat-messages .pwr .pct {
    padding-bottom: 50px; } }

@media screen and (max-width: 750px) {
  .psc-chat-messages .pwr .pct {
    padding-top: 16px;
    padding-bottom: 37px; } }

.ui-datepicker {
  width: 220px;
  margin: 5px 0;
  padding: 5px;
  background-color: #fff;
  border: 3px solid #f2f2f4; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: 0;
    left: 0;
    width: 24px;
    height: 32px;
    border-radius: 2px;
    background-color: transparent;
    cursor: pointer; }
    .ui-datepicker .ui-datepicker-prev .ui-icon,
    .ui-datepicker .ui-datepicker-next .ui-icon {
      width: 11px;
      height: 11px;
      top: 50%;
      left: 50%;
      margin-top: -6px;
      margin-left: -6px;
      text-indent: 0;
      font-size: 0;
      text-align: center; }
      .ui-datepicker .ui-datepicker-prev .ui-icon:before,
      .ui-datepicker .ui-datepicker-next .ui-icon:before {
        display: block;
        font-family: "icon-font";
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-shadow: 0 0 0 rgba(255, 255, 255, 0);
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 10px;
        line-height: 1;
        color: #000; }
  .ui-datepicker .ui-datepicker-prev .ui-icon:before {
    content: '\EA05'; }
  .ui-datepicker .ui-datepicker-next {
    left: auto;
    right: 0; }
    .ui-datepicker .ui-datepicker-next .ui-icon:before {
      content: '\EA07'; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 24px;
    padding: 7px 0 4px;
    font-family: "Rubik-Medium";
    font-size: 13px;
    line-height: 1.2; }
  .ui-datepicker .ui-datepicker-header {
    padding: 2px 0 3px; }
  .ui-datepicker th {
    padding: 6px 3px;
    line-height: 1.1;
    font-family: "Rubik-Medium";
    font-size: 13px;
    font-weight: normal; }
  .ui-datepicker td {
    padding: 0; }
    .ui-datepicker td span, .ui-datepicker td a {
      padding: 5px 4px 4px;
      text-align: center;
      font-size: 13px;
      line-height: 1.2; }
    .ui-datepicker td a {
      -webkit-transition: color, background;
      transition: color, background;
      -webkit-transition-duration: 0.22s;
              transition-duration: 0.22s; }
      .ui-datepicker td a:hover {
        background: #478ffb;
        color: #fff; }
    .ui-datepicker td.ui-datepicker-current-day {
      background: #478ffb; }
      .ui-datepicker td.ui-datepicker-current-day span, .ui-datepicker td.ui-datepicker-current-day a {
        color: #fff; }
    .ui-datepicker td.ui-datepicker-unselectable span, .ui-datepicker td.ui-datepicker-unselectable a {
      color: #d5d5d5; }
      .ui-datepicker td.ui-datepicker-unselectable span:hover, .ui-datepicker td.ui-datepicker-unselectable a:hover {
        color: #d5d5d5; }

.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0;
  line-height: 1.2; }
  .tbl .title-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    font-size: 0;
    background: #f2f2f4;
    display: none;
    font-size: 0; }
    .tbl .title-mobile:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .tbl .title-mobile > * {
      display: inline-block;
      vertical-align: middle; }
    .tbl .title-mobile .text {
      display: inline-block;
      vertical-align: middle;
      font-family: "Rubik-Medium";
      font-size: 10px;
      line-height: 1;
      word-break: break-word; }
  .tbl .icon-triangle-stop {
    color: #ff0000; }
  .tbl .link {
    color: #478ffb;
    border-bottom: 1px solid transparent; }
    .tbl .link--md {
      font-family: "Rubik-Medium"; }
  .tbl .num {
    white-space: nowrap; }
  .tbl .long-text {
    display: inline-block;
    max-width: 180px; }
  .tbl .nowrap {
    white-space: nowrap; }
  .tbl .replacement {
    color: #93939d; }
    .tbl .replacement .icon-replacement {
      margin-top: -2px;
      font-size: 11px;
      color: #478ffb;
      margin-right: 4px; }
  .tbl .partcode {
    padding: 0 4px;
    text-align: left; }
  .tbl .progress {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 -6px; }
    .tbl .progress__scale {
      width: 75px;
      height: 9px;
      margin-top: -1px;
      margin-right: 4px;
      background: #eaeaea; }
      .tbl .progress__scale span {
        display: block;
        height: 100%;
        background: #478ffb; }
    .tbl .progress__value {
      font-size: 13px;
      line-height: 1; }
  .tbl .additional-note {
    display: inline-block;
    margin-top: 1px;
    padding-top: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 12px; }
  .tbl .inp-text {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    color: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    appearance: none;
    height: 24px;
    padding: 4px 9px 2px;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    color: #000;
    background: #f2f2f4;
    border-bottom: 1px solid #f2f2f4;
    -webkit-transition: border 0.15s, opacity 0.22s;
    transition: border 0.15s, opacity 0.22s; }
    .tbl .inp-text::-webkit-input-placeholder {
      opacity: 1; }
    .tbl .inp-text::-moz-placeholder {
      opacity: 1; }
    .tbl .inp-text:-ms-input-placeholder {
      opacity: 1; }
    .tbl .inp-text::-ms-input-placeholder {
      opacity: 1; }
    .tbl .inp-text::placeholder {
      opacity: 1; }
    .tbl .inp-text:focus {
      border-color: #000; }
    .tbl .inp-text.inp-quantity {
      width: 40px; }
    .tbl .inp-text.inp-cart-quantity, .tbl .inp-text.inp-claim-quantity {
      width: 65px; }
    .tbl .inp-text.inp-textarea {
      width: 160px;
      height: 24px;
      padding: 5px 9px 2px;
      resize: none;
      overflow: hidden;
      text-align: left;
      word-break: break-word;
      letter-spacing: 0 !important; }
      .tbl .inp-text.inp-textarea::-webkit-input-placeholder {
        text-align: center; }
      .tbl .inp-text.inp-textarea::-moz-placeholder {
        text-align: center; }
      .tbl .inp-text.inp-textarea:-ms-input-placeholder {
        text-align: center; }
      .tbl .inp-text.inp-textarea::-ms-input-placeholder {
        text-align: center; }
      .tbl .inp-text.inp-textarea::placeholder {
        text-align: center; }
      .tbl .inp-text.inp-textarea.noscroll {
        overflow: hidden; }
      .tbl .inp-text.inp-textarea--sm {
        width: 130px; }
  .tbl .hiddendiv {
    display: none;
    width: 160px;
    margin: 0 auto;
    min-height: 24px;
    padding: 5px 9px 2px;
    font-size: 12px;
    line-height: normal;
    border-bottom: 1px solid transparent;
    color: transparent;
    line-height: normal;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: left;
    letter-spacing: 0 !important; }
  .tbl .logo-image {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: -3px 0; }
    .tbl .logo-image img {
      display: inline-block;
      max-width: 50px;
      max-height: 32px; }
  .tbl .brand-ct {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 15px; }
    .tbl .brand-ct .logo-image {
      -webkit-box-flex: 0;
              flex: none;
      width: 50px;
      margin-right: 10px;
      opacity: .4;
      -webkit-transition: opacity 0.22s;
      transition: opacity 0.22s; }
    .tbl .brand-ct .logo-name {
      text-align: left; }
  .tbl .btn-replacement {
    margin-left: 5px; }
    .tbl .btn-replacement svg {
      width: 24px;
      height: 24px; }
  .tbl .btn-tbl {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    min-height: 24px;
    padding: 2px 6px;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: background, color, border;
    transition: background, color, border;
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s; }
    .tbl .btn-tbl .btn-text {
      position: relative;
      font-family: "Rubik-Medium", sans-serif;
      font-size: 12px;
      line-height: 1;
      text-transform: uppercase;
      z-index: 2; }
    .tbl .btn-tbl .js_progress-bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1;
      background: #478ffb;
      -webkit-transition: background 0.22s;
      transition: background 0.22s; }
    .tbl .btn-tbl--grey {
      background: #eaeaea;
      border-color: #eaeaea;
      color: #000; }
    .tbl .btn-tbl--blue {
      background: #478ffb;
      border-color: #478ffb; }
      .tbl .btn-tbl--blue--border {
        background: transparent;
        color: #478ffb; }
    .tbl .btn-tbl--grey-red {
      background: #eaeaea;
      border-color: #eaeaea;
      color: #ff0000; }
    .tbl .btn-tbl--black {
      background: #000;
      border-color: #000;
      color: #fff; }
    .tbl .btn-tbl.progress-processing {
      pointer-events: none;
      color: #000; }
    .tbl .btn-tbl.progress-complete {
      background: #478ffb;
      color: #fff; }
    .tbl .btn-tbl.disabled {
      pointer-events: none;
      border-color: #eaeaea !important;
      background: #eaeaea !important; }
  .tbl .btn-tbl-reg {
    min-width: 100px; }
  .tbl .btn-tbl-square {
    width: 24px;
    padding-left: 2px;
    padding-right: 2px; }
    .tbl .btn-tbl-square .icon-arrow-right {
      font-size: 11px; }
    .tbl .btn-tbl-square .icon-cross {
      font-size: 9px; }
    .tbl .btn-tbl-square .icon-plus {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      margin-left: -5px; }
      .tbl .btn-tbl-square .icon-plus:before, .tbl .btn-tbl-square .icon-plus:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: #000;
        -webkit-transition: background 0.22s;
        transition: background 0.22s; }
      .tbl .btn-tbl-square .icon-plus:before {
        width: 10px;
        height: 2px;
        margin-top: -1px;
        margin-left: -5px; }
      .tbl .btn-tbl-square .icon-plus:after {
        width: 2px;
        height: 10px;
        margin-top: -5px;
        margin-left: -1px; }
  .tbl .btn-tbl-corner:after {
    content: '';
    position: absolute;
    top: calc(100% + 2px);
    right: -2px;
    border-top: 3px solid #eaeaea;
    border-left: 4px solid transparent;
    -webkit-transition: border 0.22s;
    transition: border 0.22s; }
  .tbl .row-details-active .btn-tbl--grey {
    background: #000;
    border-color: #000;
    color: #fff; }
    .tbl .row-details-active .btn-tbl--grey--blue-hover {
      background: #478ffb;
      border-color: #478ffb; }
  .tbl .row-details-active .btn-tbl-square .icon-plus:before, .tbl .row-details-active .btn-tbl-square .icon-plus:after {
    background: #fff; }
  .tbl .row-details-active .btn-tbl-square .icon-plus:after {
    background: transparent !important; }
  .tbl .row-details-active .btn-tbl-corner:after {
    border-top-color: #478ffb; }
  .tbl .btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
    .tbl .btns .btn {
      margin-right: 10px; }
      .tbl .btns .btn:last-child {
        margin-right: 0; }
    .tbl .btns--vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .tbl .btns--vertical .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; }
        .tbl .btns--vertical .btn:last-child {
          margin-bottom: 0; }
  .tbl .tbl-chbx {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: -4px; }
    .tbl .tbl-chbx .box {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      width: 24px;
      height: 24px; }
      .tbl .tbl-chbx .box:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #eaeaea;
        -webkit-transition: background 0.15s;
        transition: background 0.15s; }
    .tbl .tbl-chbx input {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      opacity: 0; }
      .tbl .tbl-chbx input:checked + .box:after {
        background: #478ffb; }
  .tbl .toggler-btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start; }
    .tbl .toggler-btns > * {
      margin-right: 10px; }
      .tbl .toggler-btns > *:last-child {
        margin-right: 0; }
  .tbl .content-btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .tbl .content-btns > * {
      margin-right: 15px; }
      .tbl .content-btns > *:last-child {
        margin-right: 0; }
      .tbl .content-btns > *:empty {
        margin-right: 0; }
      .tbl .content-btns > *.btns {
        margin-top: -5px; }
        .tbl .content-btns > *.btns:first-child {
          justify-self: flex-end; }
  .tbl th, .tbl td {
    position: relative;
    vertical-align: middle;
    padding: 12px 12px 9px;
    text-align: center;
    border: 1px solid #ededed;
    border-top: none; }
    .tbl th.cell-align-left, .tbl td.cell-align-left {
      text-align: left; }
    .tbl th.cell-btns, .tbl td.cell-btns {
      width: 50px; }
    .tbl th.cell-progress, .tbl td.cell-progress {
      width: 50px; }
    .tbl th.cell-btns-nowrap, .tbl td.cell-btns-nowrap {
      width: 50px; }
    .tbl th.cell-status, .tbl td.cell-status {
      width: 130px;
      text-align: center; }
      .tbl th.cell-status:before, .tbl td.cell-status:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: 11px solid transparent;
        border-right: 11px solid transparent; }
    .tbl th.cell-toggle, .tbl td.cell-toggle {
      width: 20px;
      border-right: none; }
      .tbl th.cell-toggle + th,
      .tbl th.cell-toggle + td, .tbl td.cell-toggle + th,
      .tbl td.cell-toggle + td {
        border-left: none; }
    .tbl th.cell-offers-logo, .tbl td.cell-offers-logo {
      width: 190px; }
      .tbl th.cell-offers-logo .logo-image, .tbl td.cell-offers-logo .logo-image {
        opacity: .4;
        -webkit-transition: opacity 0.22s;
        transition: opacity 0.22s; }
    .tbl th.cell-offers-middle, .tbl td.cell-offers-middle {
      width: 345px; }
    .tbl th.cell-order-middle, .tbl td.cell-order-middle {
      width: 128px; }
    .tbl th.cell-mw-middle, .tbl td.cell-mw-middle {
      width: 95px; }
    .tbl th.cell-cart-middle, .tbl td.cell-cart-middle {
      width: 85px; }
    .tbl th.cell-brand, .tbl td.cell-brand {
      text-align: left; }
      .tbl th.cell-brand .cell-value, .tbl td.cell-brand .cell-value {
        padding: 0 15px; }
    .tbl th.cell-import-brand .logo-image img, .tbl td.cell-import-brand .logo-image img {
      max-width: 45px;
      max-height: 30px; }
    .tbl th.cell-import-brand .brand-ct, .tbl td.cell-import-brand .brand-ct {
      padding-left: 0; }
      .tbl th.cell-import-brand .brand-ct .logo-image, .tbl td.cell-import-brand .brand-ct .logo-image {
        width: 45px; }
    .tbl th.cell-import-reference, .tbl th.cell-import-comment, .tbl td.cell-import-reference, .tbl td.cell-import-comment {
      width: 140px; }
    .tbl th.cell-comparison, .tbl td.cell-comparison {
      width: 190px;
      text-align: center;
      line-height: 1.6; }
      .tbl th.cell-comparison .cell-value, .tbl td.cell-comparison .cell-value {
        margin: -6px 0; }
    .tbl th.best:before, .tbl td.best:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(50% + 1px);
      background: #b4e7af; }
    .tbl th.best .cell-value, .tbl td.best .cell-value {
      position: relative;
      z-index: 2; }
    .tbl th.status-complete:before, .tbl td.status-complete:before {
      border-top-color: #34b423; }
    .tbl th.status-in-progress:before, .tbl td.status-in-progress:before {
      border-top-color: #ffd200; }
    .tbl th.status-waiting:before, .tbl td.status-waiting:before {
      border-top-color: #cd1619; }
    .tbl th.status-bg-success, .tbl td.status-bg-success {
      background: #b4e7af; }
    .tbl th.status-bg-alert, .tbl td.status-bg-alert {
      background: #fff494; }
    .tbl th.status-bg-error, .tbl td.status-bg-error {
      background: #ffabab; }
    .tbl th:first-child, .tbl td:first-child {
      border-left: none; }
    .tbl th:last-child, .tbl td:last-child {
      border-right: none; }
  .tbl th {
    height: 56px;
    padding-top: 15px;
    padding-bottom: 12px; }
    .tbl th .cell-value {
      font-size: 12px;
      font-weight: normal;
      line-height: 1; }
      .tbl th .cell-value .price {
        display: inline-block; }
    .tbl th.sorting, .tbl th.sorting_asc, .tbl th.sorting_desc {
      position: relative;
      cursor: pointer; }
      .tbl th.sorting .cell-value, .tbl th.sorting_asc .cell-value, .tbl th.sorting_desc .cell-value {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center; }
        .tbl th.sorting .cell-value:after, .tbl th.sorting_asc .cell-value:after, .tbl th.sorting_desc .cell-value:after {
          content: '';
          -webkit-box-flex: 0;
                  flex: none;
          width: 9px;
          height: 11px;
          margin-right: -7px;
          margin-top: -1px;
          margin-left: 4px;
          background-size: contain;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-image: url("../img/icons-general/sort-icon-default.svg"); }
    .tbl th.sorting_asc .cell-value:after {
      background-image: url("../img/icons-general/sort-icon-asc.svg"); }
    .tbl th.sorting_desc .cell-value:after {
      background-image: url("../img/icons-general/sort-icon-desc.svg"); }
  .tbl td {
    height: 50px;
    border: 1px solid #ededed; }
    .tbl td .cell-value {
      font-size: 12px; }
    .tbl td:last-child {
      border-right: none; }
  .tbl tr {
    -webkit-transition: background 0.22s;
    transition: background 0.22s; }
  .tbl thead {
    position: relative; }
    .tbl thead th, .tbl thead td {
      z-index: 2;
      background: #f3f3f3; }
    .tbl thead tr {
      border-bottom: 2px solid #000; }
    @media screen and (max-width: 750px) {
      .tbl thead {
        display: none; } }
  .tbl tbody tr {
    border-bottom: 2px solid #ededed; }
    .tbl tbody tr:nth-child(even) {
      background: #fbfbfb; }
    .tbl tbody tr.row-details-active {
      background: #f3f3f3;
      border-bottom-width: 1px; }
      .tbl tbody tr.row-details-active td.cell-offers-logo .logo-image {
        opacity: 1; }
      .tbl tbody tr.row-details-active.row-details {
        border-bottom-width: 2px; }
    .tbl tbody tr.row-import-section {
      background: #000;
      color: #fff; }
      .tbl tbody tr.row-import-section .title-mobile {
        background: none; }
      .tbl tbody tr.row-import-section td {
        height: 38px;
        padding-top: 10px;
        border-color: #000; }
    .tbl tbody tr.row-import-error {
      background: #ffabab; }
    .tbl tbody tr.row-import-warning {
      background: #ffd1a0; }
    .tbl tbody tr.row-import-alert {
      background: #fff494; }
    .tbl tbody tr.row-import-found {
      background: #b4e7af; }
  .tbl--align-left th, .tbl--align-left td {
    padding-left: 15px;
    padding-right: 15px; }
  .tbl--align-left td {
    text-align: left; }
  .tbl--align-left-sm td {
    text-align: left;
    padding-left: 12px;
    padding-right: 12px; }
  .tbl--sm-h th {
    height: 47px;
    padding-top: 10px;
    padding-bottom: 7px; }
  .tbl--font13 .inp-text {
    font-size: 13px; }
  .tbl--font13 .hiddendiv {
    font-size: 13px; }
  .tbl--font13 td .cell-value {
    font-size: 13px; }
  .tbl--mw .long-text {
    max-width: 160px; }
  .tbl--mw th.cell-btns, .tbl--mw td.cell-btns {
    width: 55px; }
  .tbl--import th, .tbl--import td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px; }
  .tbl--select-offers {
    border: 1px solid #000; }
    .tbl--select-offers .link {
      font-family: "Rubik-Medium", sans-serif; }
    .tbl--select-offers th, .tbl--select-offers td {
      border: none;
      height: auto;
      padding: 11px 12px 9px;
      text-align: left; }
      .tbl--select-offers th.cell-checkbox, .tbl--select-offers td.cell-checkbox {
        width: 20px; }
    .tbl--select-offers thead th, .tbl--select-offers thead td {
      background: none; }
    .tbl--select-offers thead tr {
      border: none;
      border-bottom: 1px solid #000; }
    .tbl--select-offers tbody tr {
      border: none; }
  .tbl--inline-togglers .toggler-btns {
    margin-top: -5px;
    margin-bottom: -5px; }
  .tbl--inline-togglers td {
    vertical-align: top;
    padding-top: 17px;
    padding-bottom: 12px; }
  .tbl.tbl-offers .cell-btns-nowrap .btns {
    width: 170px; }
    .tbl.tbl-offers .cell-btns-nowrap .btns .btn-tbl-reg {
      width: 100%; }
  .tbl .row-details {
    display: none;
    background: #fbfbfb !important; }
    .tbl .row-details td {
      padding-top: 20px;
      padding-bottom: 18px;
      border: none;
      vertical-align: top; }
    .tbl .row-details .cell-details-terms {
      padding-left: 100px;
      padding-right: 40px; }
    .tbl .row-details .f-style {
      margin: 12px 0; }
      .tbl .row-details .f-style:first-child {
        margin-top: 0; }
      .tbl .row-details .f-style:last-child {
        margin-bottom: 0; }
    .tbl .row-details.row-details-active {
      display: table-row; }
  .tbl .pricelist-tbl {
    border-spacing: 0;
    margin-left: -8px;
    margin-right: -8px; }
    .tbl .pricelist-tbl:first-child {
      margin-top: -8px; }
    .tbl .pricelist-tbl th, .tbl .pricelist-tbl td {
      height: auto !important;
      border: none !important;
      background: none !important;
      vertical-align: middle; }
      .tbl .pricelist-tbl th .cell-value, .tbl .pricelist-tbl td .cell-value {
        font-size: 14px !important; }
    .tbl .pricelist-tbl tr {
      background: none !important;
      border: none !important; }
    .tbl .pricelist-tbl th, .tbl .pricelist-tbl td {
      text-align: left; }
    .tbl .pricelist-tbl thead th, .tbl .pricelist-tbl thead td {
      padding: 5px 8px 8px !important; }
      .tbl .pricelist-tbl thead th .cell-value, .tbl .pricelist-tbl thead td .cell-value {
        font-family: "Rubik-Medium"; }
    .tbl .pricelist-tbl tbody th {
      color: #93939d; }
    .tbl .pricelist-tbl tbody th, .tbl .pricelist-tbl tbody td {
      padding: 3px 8px !important; }
  @media screen and (min-width: 1701px) {
    .tbl--mw--sm th, .tbl--mw--sm td {
      padding-left: 6px;
      padding-right: 6px; } }
  @media screen and (max-width: 1700px) {
    .tbl .brand-ct {
      padding: 0 10px; }
    .tbl .partcode {
      padding: 0 6px; }
    .tbl th, .tbl td {
      padding-left: 6px;
      padding-right: 6px; }
      .tbl th .cell-value, .tbl td .cell-value {
        letter-spacing: -.1px; }
      .tbl th.cell-status, .tbl td.cell-status {
        width: 120px; }
      .tbl th.cell-order-middle, .tbl td.cell-order-middle {
        width: 120px; }
      .tbl th.cell-brand .cell-value, .tbl td.cell-brand .cell-value {
        padding: 0 10px; }
    .tbl .btn-tbl-reg {
      min-width: 80px; }
    .tbl .btns .btn {
      margin-right: 6px; }
    .tbl .btns--vertical .btn {
      margin-right: 0; }
    .tbl .toggler-btns > * {
      margin-right: 6px; }
    .tbl .content-btns > * {
      margin-right: 10px; }
    .tbl--align-left th, .tbl--align-left td {
      padding-left: 15px;
      padding-right: 15px; }
    .tbl--import th, .tbl--import td {
      padding-left: 10px;
      padding-right: 10px; }
    .tbl--select-offers th, .tbl--select-offers td {
      padding-left: 12px;
      padding-right: 12px; } }
  @media screen and (min-width: 1401px) {
    .tbl.tbl-offers th, .tbl.tbl-offers td {
      padding-left: 20px;
      padding-right: 20px; }
      .tbl.tbl-offers th.cell-toggle, .tbl.tbl-offers td.cell-toggle {
        padding-left: 12px;
        padding-right: 12px; } }
  @media screen and (max-width: 1400px) {
    .tbl .progress {
      margin: 0 -2px; }
      .tbl .progress__scale {
        width: 65px; }
    .tbl th.cell-status, .tbl td.cell-status {
      width: 90px; }
    .tbl th.cell-order-middle, .tbl td.cell-order-middle {
      width: 100px; }
    .tbl--align-left th, .tbl--align-left td {
      padding-left: 10px;
      padding-right: 10px; }
    .tbl .row-details .cell-details-terms {
      padding-left: 85px;
      padding-right: 20px; } }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .tbl.tbl-offers th, .tbl.tbl-offers td {
      padding-left: 15px;
      padding-right: 15px; }
      .tbl.tbl-offers th.cell-toggle, .tbl.tbl-offers td.cell-toggle {
        padding-left: 10px;
        padding-right: 10px; } }
  @media screen and (max-width: 1200px) {
    .tbl .row-details .cell-details-terms {
      padding-left: 10px;
      padding-right: 10px; }
    .tbl .pricelist-tbl th .cell-value, .tbl .pricelist-tbl td .cell-value {
      font-size: 13px !important; } }
  @media screen and (min-width: 750px) and (max-width: 1200px) {
    .tbl.tbl-offers th, .tbl.tbl-offers td {
      padding-left: 10px;
      padding-right: 10px; }
      .tbl.tbl-offers th.cell-toggle, .tbl.tbl-offers td.cell-toggle {
        padding-left: 10px;
        padding-right: 10px; } }
  @media screen and (max-width: 980px) {
    .tbl.tbl-offers .cell-btns-nowrap .btns {
      width: 145px; } }
  @media screen and (max-width: 750px) {
    .tbl .title-mobile {
      display: block; }
    .tbl .nowrap, .tbl .num {
      white-space: normal; }
    .tbl .btn-tbl-reg {
      min-width: 120px; }
    .tbl .btn-tbl-square {
      -webkit-box-flex: 0;
              flex: none;
      width: 60px; }
      .tbl .btn-tbl-square.btn-tbl-corner {
        width: 24px; }
    .tbl .progress {
      display: inline-block;
      white-space: nowrap; }
      .tbl .progress__scale {
        display: inline-block;
        vertical-align: middle;
        width: 75px; }
      .tbl .progress__value {
        display: inline-block;
        vertical-align: middle; }
    .tbl .brand-ct {
      -webkit-box-pack: center;
              justify-content: center; }
    .tbl .partcode {
      display: inline-block; }
    .tbl .messages {
      -webkit-box-pack: center;
              justify-content: center; }
    .tbl .inp-text.inp-textarea {
      width: 80%; }
      .tbl .inp-text.inp-textarea.import-row-textarea {
        width: 80%; }
    .tbl .tbl-chbx {
      margin-top: -6px; }
    .tbl .toggler-btns {
      -webkit-box-pack: center;
              justify-content: center; }
    .tbl .content-btns {
      margin-top: 5px;
      margin-bottom: 5px;
      -webkit-box-pack: center;
              justify-content: center; }
      .tbl .content-btns > *.btns {
        margin-bottom: -5px; }
    .tbl td {
      display: block;
      width: 100% !important;
      height: auto;
      padding: 9px 12px 7px;
      padding-left: 117px;
      border-left: none;
      border-right: none;
      border-top: none; }
      .tbl td .cell-value {
        letter-spacing: 0;
        font-size: 13px; }
      .tbl td.cell-btns {
        padding-top: 12px;
        padding-bottom: 12px; }
      .tbl td.cell-comparison .cell-value {
        margin: -2px 0; }
      .tbl td:first-child {
        padding-top: 15px; }
        .tbl td:first-child:after {
          display: none; }
        .tbl td:first-child .title-mobile {
          padding-top: 6px; }
      .tbl td:last-child {
        border-bottom: none; }
    .tbl tbody tr {
      display: block; }
      .tbl tbody tr:last-child {
        margin-bottom: 0; }
      .tbl tbody tr:first-child {
        border-top: 2px solid #ededed; }
      .tbl tbody tr.row-import-section {
        padding-top: 7px;
        padding-bottom: 7px;
        border: none; }
        .tbl tbody tr.row-import-section td {
          padding-top: 3px;
          padding-bottom: 3px;
          height: auto;
          padding-left: 12px; }
          .tbl tbody tr.row-import-section td .title-mobile {
            display: none; }
          .tbl tbody tr.row-import-section td.empty {
            display: none; }
    .tbl--align-left td {
      text-align: center; }
    .tbl--align-left-sm td {
      text-align: center; }
    .tbl--import th, .tbl--import td {
      text-align: center; }
    .tbl--inline-togglers .toggler-btns {
      margin-top: 0;
      margin-bottom: 0; }
    .tbl .btns--vertical {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-pack: start;
              justify-content: flex-start; }
      .tbl .btns--vertical .btn-tbl-reg {
        margin-right: 6px;
        margin-bottom: 0; }
        .tbl .btns--vertical .btn-tbl-reg:last-child {
          margin-right: 0; }
    .tbl .row-details {
      margin-bottom: 20px;
      padding: 20px 12px; }
      .tbl .row-details .title-mobile {
        display: none; }
      .tbl .row-details td {
        width: auto !important;
        padding: 0 !important;
        text-align: left; }
        .tbl .row-details td.cell-btns-nowrap {
          grid-column: span 2; }
      .tbl .row-details.row-details-active {
        display: grid;
        grid-column-gap: 30px;
        grid-row-gap: 16px;
        grid: auto auto / 3fr 2fr; }
    .tbl .pricelist-tbl thead {
      display: table-header-group; }
    .tbl .pricelist-tbl th, .tbl .pricelist-tbl td {
      display: table-cell; }
    .tbl .pricelist-tbl tr {
      display: table-row; }
    .tbl.tbl-offers .cell-btns-nowrap .btns {
      width: auto; }
      .tbl.tbl-offers .cell-btns-nowrap .btns .btn-tbl-reg {
        max-width: 200px; } }
  @media screen and (max-width: 470px) {
    .tbl .btn-tbl-reg {
      -webkit-box-flex: 1;
              flex: auto;
      min-width: 0; }
    .tbl .btn-tbl-square {
      -webkit-box-flex: 0;
              flex: none; }
    .tbl .btns--vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .tbl .btns--vertical .btn-tbl-reg {
        margin-right: 0;
        margin-bottom: 8px; }
    .tbl .inp-text.inp-textarea {
      width: 100%; }
      .tbl .inp-text.inp-textarea.import-row-textarea {
        width: 100%; }
    .tbl .pricelist-tbl {
      margin-left: -4px;
      margin-right: -4px; }
      .tbl .pricelist-tbl thead th, .tbl .pricelist-tbl thead td, .tbl .pricelist-tbl tbody th, .tbl .pricelist-tbl tbody td {
        padding-left: 4px !important;
        padding-right: 4px !important; }
      .tbl .pricelist-tbl th:first-child, .tbl .pricelist-tbl td:first-child {
        width: 42%; }
    .tbl .row-details td.cell-btns-nowrap {
      grid-column: 1; }
    .tbl .row-details .f-style {
      margin: 9px 0; }
    .tbl .row-details.row-details-active {
      display: grid;
      grid-column-gap: 30px;
      grid-row-gap: 16px;
      grid: auto / 1fr; }
    .tbl.tbl-offers .cell-btns-nowrap .btns .btn-tbl-reg {
      max-width: none; } }

.desktop .tbl .link {
  -webkit-transition: border 0.22s;
  transition: border 0.22s; }
  .desktop .tbl .link:hover {
    border-color: #478ffb; }

.desktop .tbl .btn-replacement svg circle, .desktop .tbl .btn-replacement svg path {
  -webkit-transition: fill 0.22s;
  transition: fill 0.22s; }

.desktop .tbl .btn-replacement:hover svg circle {
  fill: #fff; }

.desktop .tbl .btn-replacement:hover svg path {
  fill: #478ffb; }

.desktop .tbl .btn-tbl--grey:hover {
  background: #000;
  border-color: #000;
  color: #fff; }
  .desktop .tbl .btn-tbl--grey:hover .icon-plus:before, .desktop .tbl .btn-tbl--grey:hover .icon-plus:after {
    background: #fff; }

.desktop .tbl .btn-tbl--grey--blue-hover:hover {
  border-color: #478ffb;
  background: #478ffb;
  color: #fff; }
  .desktop .tbl .btn-tbl--grey--blue-hover:hover.btn-tbl-corner:after {
    border-top-color: #478ffb; }

.desktop .tbl .btn-tbl--grey-red:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff; }

.desktop .tbl .btn-tbl--blue:hover {
  background: transparent;
  color: #478ffb; }

.desktop .tbl .btn-tbl--blue--border:hover {
  background: #478ffb;
  color: #fff; }

.desktop .tbl .btn-tbl--black:hover {
  background: #478ffb;
  border-color: #478ffb; }

.desktop .tbl .btn-tbl.progress-complete:hover {
  background: transparent;
  color: #478ffb; }
  .desktop .tbl .btn-tbl.progress-complete:hover .js_progress-bar {
    background: transparent; }

.desktop .tbl .row-details-active .btn-tbl--grey:hover {
  background: transparent;
  color: #000; }
  .desktop .tbl .row-details-active .btn-tbl--grey:hover .icon-plus:before, .desktop .tbl .row-details-active .btn-tbl--grey:hover .icon-plus:after {
    background: #000; }

.desktop .tbl .row-details-active .btn-tbl--grey--blue-hover:hover {
  color: #478ffb; }

.desktop .tbl tr:hover .brand-ct .logo-image {
  opacity: 1; }

.processing .tbl .inp-text {
  opacity: .6;
  pointer-events: none; }

.processing .tbl .btn-tbl,
.processing .tbl .toggler-inline-btns {
  pointer-events: none; }

.tbl-ct {
  position: relative; }
  .tbl-ct .tbl-wr {
    position: relative; }
  @media screen and (min-width: 751px) and (max-width: 1250px) {
    .tbl-ct {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .tbl-ct .tbl-wr {
        width: 1200px; }
      .tbl-ct--noscroll {
        overflow: visible; }
        .tbl-ct--noscroll .tbl-wr {
          width: 100%; }
      .tbl-ct--mw-medium {
        overflow: visible; }
        .tbl-ct--mw-medium .tbl-wr {
          width: 100%; }
      .tbl-ct .dataTables_paginate {
        -webkit-box-pack: start;
                justify-content: flex-start; } }
  @media screen and (min-width: 1801px) {
    .tbl-ct--wide .tbl-wr {
      width: 1750px;
      left: 50%;
      margin-left: -875px; } }
  @media screen and (min-width: 751px) and (max-width: 1250px) {
    .tbl-ct--wide {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .tbl-ct--wide .tbl-wr {
        width: 1350px; } }
  @media screen and (min-width: 1251px) and (max-width: 1400px) {
    .tbl-ct--scroll-desktop {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .tbl-ct--scroll-desktop .tbl-wr {
        width: 1270px; }
      .tbl-ct--scroll-desktop--noscroll {
        overflow: visible; }
        .tbl-ct--scroll-desktop--noscroll .tbl-wr {
          width: 100%; }
      .tbl-ct--scroll-desktop--mw-medium {
        overflow: visible; }
        .tbl-ct--scroll-desktop--mw-medium .tbl-wr {
          width: 100%; }
      .tbl-ct--scroll-desktop .dataTables_paginate {
        -webkit-box-pack: start;
                justify-content: flex-start; } }

.tbl-title {
  margin-top: -3px;
  margin-bottom: 15px;
  font-family: "Rubik-Medium", sans-serif;
  font-size: 16px; }

.dataTables_paginate {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  align-left: center;
  margin-top: 24px; }
  .dataTables_paginate .paginate_button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    color: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-flex: 0;
            flex: none;
    position: relative;
    cursor: pointer;
    text-align: center;
    min-width: 32px;
    margin: 0 2px;
    padding: 8px 8px 7px;
    font-size: 14px;
    line-height: 1.25;
    -webkit-transition: background, color, border;
    transition: background, color, border;
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s; }
    .dataTables_paginate .paginate_button.current {
      background: #478ffb;
      color: #fff;
      pointer-events: none;
      cursor: default; }
    .dataTables_paginate .paginate_button.previous, .dataTables_paginate .paginate_button.next {
      font-size: 0; }
      .dataTables_paginate .paginate_button.previous:before, .dataTables_paginate .paginate_button.next:before {
        display: block;
        font-family: "icon-font";
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-shadow: 0 0 0 rgba(255, 255, 255, 0);
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 10px;
        line-height: 17px; }
    .dataTables_paginate .paginate_button.previous {
      margin-right: 5px; }
      .dataTables_paginate .paginate_button.previous:before {
        content: '\EA01'; }
    .dataTables_paginate .paginate_button.next {
      margin-left: 5px; }
      .dataTables_paginate .paginate_button.next:before {
        content: '\EA03'; }
    .dataTables_paginate .paginate_button.disabled {
      color: #93939d;
      pointer-events: none;
      cursor: default; }
  .dataTables_paginate > span {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    align-left: center; }
  .dataTables_paginate .ellipsis {
    padding: 8px 4px 7px;
    font-size: 14px;
    line-height: 1.25; }
  .dataTables_paginate > *:first-child {
    margin-left: 0; }
  .dataTables_paginate > *:last-child {
    margin-right: 0; }
  @media screen and (max-width: 750px) {
    .dataTables_paginate {
      margin-top: 18px; }
      .dataTables_paginate .paginate_button {
        min-width: 28px;
        padding: 6px 6px 5px; }
        .dataTables_paginate .paginate_button.previous {
          margin-right: 3px; }
        .dataTables_paginate .paginate_button.next {
          margin-left: 3px; }
      .dataTables_paginate .ellipsis {
        padding: 6px 4px 5px; } }

.desktop .dataTables_paginate .paginate_button:hover {
  color: #478ffb; }

.processing .dataTables_paginate {
  pointer-events: none; }

.mw {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  z-index: 200;
  -webkit-transition: opacity .35s, visibility .35s, -webkit-transform .35s;
  transition: opacity .35s, visibility .35s, -webkit-transform .35s;
  transition: opacity .35s, visibility .35s, transform .35s;
  transition: opacity .35s, visibility .35s, transform .35s, -webkit-transform .35s; }
  .mw.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .mw:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .mw.mCustomScrollbar:before {
    display: none; }
  .mw.mCustomScrollbar .mCustomScrollBox:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .mw.mCustomScrollbar .mCSB_container {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
    @media screen and (max-width: 750px) {
      .mw.mCustomScrollbar .mCSB_container {
        vertical-align: top; } }
  .mw .btn-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
    z-index: 5;
    color: #478ffb; }
    .mw .btn-modal-close .icon {
      font-size: 9px; }
  @media screen and (max-width: 750px) {
    .mw .btn-modal-close {
      padding: 12px; } }

.desktop .mw .btn-modal-close {
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }
  .desktop .mw .btn-modal-close:hover {
    color: #000; }

.mobile .mw.active {
  cursor: pointer;
  pointer-events: all;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.mwr {
  display: inline-block;
  vertical-align: middle;
  margin: 60px 0;
  max-width: 85%;
  width: 800px; }
  @media screen and (max-width: 750px) {
    .mwr {
      width: 100%;
      max-width: none;
      margin: 0;
      vertical-align: top; } }

.mct {
  display: inline-block;
  position: relative;
  max-height: 100%;
  width: 100%; }

.mw__content {
  position: relative;
  background: #fff;
  padding: 55px 60px;
  font-size: 16px;
  text-align: left; }
  @media screen and (max-width: 750px) {
    .mw__content {
      padding: 25px 12px 30px; } }

.mw-text {
  font-size: 15px;
  line-height: 1.4; }
  .mw-text > *:first-child {
    margin-top: 0; }
  .mw-text > *:last-child {
    margin-bottom: 0; }
  .mw-text a {
    color: #478ffb;
    border-bottom: 1px solid transparent; }
  .mw-text .text-md {
    font-family: "Rubik-Medium";
    font-size: 18px; }
    .mw-text .text-md .text-bg {
      display: inline-block;
      padding: 4px 10px 3px;
      background: #f3f3f3; }
  .mw-text--terms {
    padding-top: 18px; }
  @media screen and (max-width: 750px) {
    .mw-text .text-md {
      font-size: 16px; }
    .mw-text--terms {
      padding-top: 8px; } }

.desktop .mw-text a {
  -webkit-transition: border 0.22s;
  transition: border 0.22s; }
  .desktop .mw-text a:hover {
    border-color: #478ffb; }

.mw-margin {
  margin: 24px 0; }
  .mw-margin:first-child {
    margin-top: 0; }
  .mw-margin:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 751px) {
  .sct-title-sm + .mw-margin {
    margin-top: 30px; } }

.mw-btns-ct {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 30px; }
  .mw-btns-ct .btn {
    min-width: 160px;
    margin-right: 20px; }
    .mw-btns-ct .btn:last-child {
      margin-right: 0; }
    .mw-btns-ct .btn.wider {
      min-width: 220px; }
  .mw-btns-ct--center {
    -webkit-box-pack: center;
            justify-content: center; }
  .mw-btns-ct--right {
    -webkit-box-pack: end;
            justify-content: flex-end; }
  @media screen and (max-width: 1400px) {
    .mw-btns-ct .btn {
      margin-right: 16px; } }
  @media screen and (max-width: 1200px) {
    .mw-btns-ct .btn {
      margin-right: 10px; } }
  @media screen and (max-width: 980px) {
    .mw-btns-ct .btn {
      min-width: 180px; } }
  @media screen and (max-width: 750px) {
    .mw-btns-ct {
      margin-top: 23px; }
      .mw-btns-ct .btn {
        margin-right: 8px; } }
  @media screen and (max-width: 470px) {
    .mw-btns-ct {
      flex-wrap: wrap; }
      .mw-btns-ct .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px; }
        .mw-btns-ct .btn:last-child {
          margin-bottom: 0; } }

.ttu {
  margin-bottom: 13px; }
  .ttu > *:first-child {
    margin-top: 0; }
  .ttu > *:last-child {
    margin-bottom: 0; }
  .ttu__title {
    margin-bottom: 18px;
    font-family: "Rubik-Bold";
    font-size: 36px;
    line-height: .9;
    letter-spacing: .2px;
    text-transform: uppercase; }
  .ttu__str {
    margin-bottom: 7px;
    font-family: "Rubik-Medium";
    font-size: 16px;
    line-height: 1.4; }
    .ttu__str .reg {
      font-family: "Rubik-Regular";
      font-size: 14px; }
    .ttu__str:last-child {
      margin-bottom: 0; }
  .ttu__str-center {
    margin: 7px 0;
    font-family: "Rubik-Medium";
    font-size: 16px;
    line-height: 1.4;
    text-align: center; }
  @media screen and (max-width: 1200px) {
    .ttu__title {
      margin-bottom: 15px;
      font-size: 33px; } }
  @media screen and (max-width: 750px) {
    .ttu__title {
      font-size: 28px; }
    .ttu__str {
      font-size: 15px; } }
  @media screen and (max-width: 470px) {
    .ttu__title {
      font-size: 24px; } }

.mw-dark-h {
  padding-top: 25px;
  padding-bottom: 22px;
  background: #000;
  color: #fff; }
  .mw-dark-h .title {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.2; }
  .mw-dark-h .text-large {
    margin-left: -2px;
    font-family: "Rubik-Medium";
    font-size: 36px;
    line-height: 1; }
  @media screen and (max-width: 1700px) {
    .mw-dark-h {
      padding-top: 22px;
      padding-bottom: 17px; } }
  @media screen and (max-width: 1200px) {
    .mw-dark-h .text-large {
      font-size: 33px; } }
  @media screen and (max-width: 750px) {
    .mw-dark-h {
      padding-top: 17px;
      padding-bottom: 10px; }
      .mw-dark-h .text-large {
        margin-left: -1px;
        font-size: 28px; } }
  @media screen and (max-width: 470px) {
    .mw-dark-h .text-large {
      font-size: 24px; } }

.info-blocks-tbl {
  float: left;
  width: auto;
  margin-right: 75px;
  font-size: 13px;
  line-height: 1.2;
  border-spacing: 0;
  border-collapse: collapse; }
  .info-blocks-tbl:last-child {
    margin-right: 0; }
  .info-blocks-tbl th, .info-blocks-tbl td {
    padding: 2px 15px 3px 0; }
  .info-blocks-tbl th {
    font-weight: normal;
    color: #93939d; }
  @media screen and (max-width: 470px) {
    .info-blocks-tbl {
      float: none;
      width: 100%;
      margin-right: 0; }
      .info-blocks-tbl th, .info-blocks-tbl td {
        padding-bottom: 2px; }
      .info-blocks-tbl th {
        width: 130px;
        padding-right: 25px; }
      .info-blocks-tbl td {
        padding-right: 0; } }

.info-blocks-tbl-ct:after {
  content: '';
  display: table;
  height: 0;
  clear: both; }

@media screen and (max-width: 470px) {
  .info-blocks-tbl-ct + .f-style {
    margin-top: 20px; } }

.partcode-mw-info {
  padding-top: 23px;
  padding-bottom: 22px; }
  .partcode-mw-info__main {
    padding-bottom: 14px;
    border-bottom: 1px solid #ededed; }
    .partcode-mw-info__main table {
      width: 100%;
      border-spacing: 0;
      border-collapse: collapse; }
      .partcode-mw-info__main table td {
        padding-top: 4px;
        padding-left: 18px;
        padding-right: 35px;
        border-right: 1px solid #ededed; }
        .partcode-mw-info__main table td .logo-image {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center;
          margin: -3px 0; }
          .partcode-mw-info__main table td .logo-image img {
            display: inline-block;
            max-width: 62px;
            max-height: 45px; }
        .partcode-mw-info__main table td .info-block .title {
          margin-bottom: 6px;
          font-size: 13px;
          line-height: 1.2;
          color: #93939d; }
        .partcode-mw-info__main table td .info-block .value {
          font-family: "Rubik-Medium";
          font-size: 16px;
          line-height: 1.2; }
          .partcode-mw-info__main table td .info-block .value .icon-replacement {
            margin-top: -1px;
            margin-right: 6px;
            color: #478ffb; }
        .partcode-mw-info__main table td:first-child {
          padding-left: 0; }
        .partcode-mw-info__main table td:last-child {
          border: none; }
        .partcode-mw-info__main table td.cell-logo {
          width: 50px; }
        .partcode-mw-info__main table td.cell-discount {
          width: 170px; }
  .partcode-mw-info__specs {
    padding-top: 15px; }
    .partcode-mw-info__specs:after {
      content: '';
      display: table;
      height: 0;
      clear: both; }
  @media screen and (max-width: 1700px) {
    .partcode-mw-info {
      padding-top: 17px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 750px) {
    .partcode-mw-info {
      padding-top: 15px;
      padding-bottom: 16px; }
      .partcode-mw-info__main {
        padding-bottom: 12px; }
        .partcode-mw-info__main table td .info-block .title {
          margin-bottom: 3px; }
        .partcode-mw-info__main table td .info-block .value {
          font-size: 15px; }
      .partcode-mw-info__specs {
        padding-top: 12px; } }
  @media screen and (max-width: 600px) {
    .partcode-mw-info__main table td {
      padding-right: 18px; } }
  @media screen and (max-width: 470px) {
    .partcode-mw-info__main table {
      display: block; }
      .partcode-mw-info__main table tbody, .partcode-mw-info__main table tr, .partcode-mw-info__main table td {
        display: block; }
      .partcode-mw-info__main table td {
        width: 100% !important;
        border-right: none;
        padding: 4px 0; }
        .partcode-mw-info__main table td .logo-image {
          margin: 0;
          margin-bottom: 3px;
          -webkit-box-pack: start;
                  justify-content: flex-start; }
        .partcode-mw-info__main table td .info-block .title {
          margin-bottom: 1px; }
        .partcode-mw-info__main table td:first-child {
          padding-top: 0; }
        .partcode-mw-info__main table td:last-child {
          padding-bottom: 0; } }

.mw-tbl-sct {
  margin-bottom: 30px; }
  .mw-tbl-sct__title {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000;
    color: #fff; }
    .mw-tbl-sct__title .title {
      font-family: "Rubik-Medium";
      font-size: 12px;
      line-height: 1.2;
      letter-spacing: .3px;
      text-transform: uppercase; }
  .mw-tbl-sct__main {
    margin-top: 20px; }
  .mw-tbl-sct:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1700px) {
    .mw-tbl-sct {
      margin-bottom: 25px; }
      .mw-tbl-sct__main {
        margin-top: 16px; } }
  @media screen and (max-width: 750px) {
    .mw-tbl-sct__main {
      margin-top: 12px; } }

.mw-fav-brands {
  margin: 24px 0;
  text-align: left; }
  .mw-fav-brands > *:first-child {
    margin-top: 0; }
  .mw-fav-brands > *:last-child {
    margin-bottom: 0; }
  .mw-fav-brands .title-text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4; }
  .mw-fav-brands .brands-checkboxes {
    border-bottom: 2px solid #d3d5d8; }
    .mw-fav-brands .brands-checkboxes .title {
      padding: 12px 16px 10px;
      background: #d3d5d8;
      font-size: 13px;
      line-height: 1.2;
      text-transform: uppercase; }
    .mw-fav-brands .brands-checkboxes .checkboxes {
      display: grid;
      grid-template-columns: repeat(4, 1fr); }
      .mw-fav-brands .brands-checkboxes .checkboxes .checkbox {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
                align-items: flex-start;
        padding: 12px 16px 10px;
        cursor: pointer; }
        .mw-fav-brands .brands-checkboxes .checkboxes .checkbox .box {
          -webkit-box-flex: 0;
                  flex: none;
          width: 9px;
          height: 9px;
          margin-top: 2px;
          margin-right: 9px;
          background: #f3f3f3;
          -webkit-transition: background 0.22s;
          transition: background 0.22s; }
        .mw-fav-brands .brands-checkboxes .checkboxes .checkbox .value {
          font-size: 13px;
          line-height: 1.2; }
        .mw-fav-brands .brands-checkboxes .checkboxes .checkbox input {
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          opacity: 0; }
          .mw-fav-brands .brands-checkboxes .checkboxes .checkbox input:checked + .box {
            background: #478ffb !important; }
        .mw-fav-brands .brands-checkboxes .checkboxes .checkbox:nth-child(8n+1), .mw-fav-brands .brands-checkboxes .checkboxes .checkbox:nth-child(8n+3), .mw-fav-brands .brands-checkboxes .checkboxes .checkbox:nth-child(8n+6), .mw-fav-brands .brands-checkboxes .checkboxes .checkbox:nth-child(8n) {
          background: #fbfbfb; }
  @media screen and (min-width: 751px) {
    .mw-fav-brands + .mw-btns-ct {
      margin-top: 40px; }
      .mw-fav-brands + .mw-btns-ct .btn {
        padding-left: 30px;
        padding-right: 30px; } }
  @media screen and (max-width: 750px) {
    .mw-fav-brands {
      margin: 18px 0; }
      .mw-fav-brands .title-text {
        margin-bottom: 10px; } }
  @media screen and (max-width: 600px) {
    .mw-fav-brands .brands-checkboxes .title {
      padding-left: 12px;
      padding-right: 12px; }
    .mw-fav-brands .brands-checkboxes .checkboxes .checkbox {
      padding-left: 12px;
      padding-right: 12px; } }
  @media screen and (max-width: 470px) {
    .mw-fav-brands .brands-checkboxes .checkboxes {
      grid-template-columns: repeat(2, 1fr); }
      .mw-fav-brands .brands-checkboxes .checkboxes .checkbox:nth-child(8n+1), .mw-fav-brands .brands-checkboxes .checkboxes .checkbox:nth-child(8n+3), .mw-fav-brands .brands-checkboxes .checkboxes .checkbox:nth-child(8n+6), .mw-fav-brands .brands-checkboxes .checkboxes .checkbox:nth-child(8n) {
        background: none; }
      .mw-fav-brands .brands-checkboxes .checkboxes .checkbox:nth-child(4n+1), .mw-fav-brands .brands-checkboxes .checkboxes .checkbox:nth-child(4n) {
        background: #fbfbfb; } }

.desktop .mw-fav-brands .brands-checkboxes .checkboxes .checkbox:hover .box {
  background: #d3d4d8; }

.mw-total-amount {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin: 13px 0;
  padding-right: 10px; }
  .mw-total-amount:first-child {
    margin-top: 0; }
  .mw-total-amount:last-child {
    margin-bottom: 0; }
  .mw-total-amount table {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 13px; }
    .mw-total-amount table td {
      padding: 1px 20px 1px 0; }
      .mw-total-amount table td span {
        display: block; }

@media screen and (max-width: 750px) {
  .mw--msl {
    background: #000; }
    .mw--msl .mCSB_container {
      height: 100%; } }

.mw--msl .mwr {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0; }

.mw--msl .mct {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0; }

.mw--msl .mw__content {
  width: 100%;
  height: 100%; }

.mw--msl .msl__ct {
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.mw--msl.active .video-ct {
  visibility: visible; }

.mw--msl.active .msl__ct {
  opacity: 1; }

.mw--general .sct-title-sm,
.mw--general .ttu__title,
.mw--general .mw-dark-h .text-large {
  margin-left: -2px;
  opacity: 0;
  -webkit-transform: translate(0, 12px);
      -ms-transform: translate(0, 12px);
          transform: translate(0, 12px);
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: .53s;
          transition-duration: .53s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }
  .mw--general .sct-title-sm__ct,
  .mw--general .ttu__title__ct,
  .mw--general .mw-dark-h .text-large__ct {
    text-align: left; }
  .mw--general .sct-title-sm span,
  .mw--general .ttu__title span,
  .mw--general .mw-dark-h .text-large span {
    display: block; }

.mw--general .f-style .field--textarea .text-input {
  resize: auto;
  max-height: 250px;
  max-width: 100%;
  min-width: 100%;
  min-height: 92px; }

.mw--general .form-f .cols-btns {
  -webkit-box-pack: end;
          justify-content: flex-end; }
  .mw--general .form-f .cols-btns .btn {
    width: 100%; }
  .mw--general .form-f .cols-btns > *[class*=col].col-2:last-child {
    width: calc(50% + 12px + 15px); }

.mw--general .form-tabs {
  margin: 17px 0; }
  .mw--general .form-tabs:first-child {
    margin-top: 0; }
  .mw--general .form-tabs:last-child {
    margin-bottom: 0; }

.mw--general .mwr {
  position: relative;
  width: 580px;
  z-index: 1; }
  .mw--general .mwr:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: 20px;
    right: 20px;
    background: #478ffb;
    z-index: 2; }

.mw--general .mct {
  position: relative;
  z-index: 3; }

.mw--general.active .sct-title-sm,
.mw--general.active .ttu__title,
.mw--general.active .mw-dark-h .text-large {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

@media screen and (min-width: 751px) {
  .mw--general .sct-title-sm__ct {
    line-height: .85; }
  .mw--general--670 .mwr {
    width: 670px; }
  .mw--general--860 .mwr {
    width: 860px; }
  .mw--general--940 .mwr {
    width: 940px; } }

@media screen and (max-width: 750px) {
  .mw--general .mwr {
    width: 100%; }
    .mw--general .mwr:after {
      display: none; }
  .mw--general .sct-title-sm,
  .mw--general .ttu__title {
    margin-left: -1px; }
  .mw--general .form-f .cols-btns > *[class*=col].col-2:last-child {
    width: calc(50% + 6px + 6px); } }

@media screen and (max-width: 470px) {
  .mw--general .form-f .cols-btns > *[class*=col].col-2:last-child {
    width: 100%; } }

.mw--tables .btn-modal-close {
  color: #fff; }

.mw--tables .mw__content {
  padding: 0;
  padding-bottom: 60px; }

.mw--tables .mw-ct {
  padding-left: 60px;
  padding-right: 60px; }
  .mw--tables .mw-ct.mw-tbl-sct__title {
    padding-right: 30px; }

@media screen and (max-width: 1700px) {
  .mw--tables .mw__content {
    padding-bottom: 50px; } }

@media screen and (max-width: 1200px) {
  .mw--tables .mw-ct {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (max-width: 980px) {
  .mw--tables .mw-ct {
    padding-left: 24px;
    padding-right: 24px; }
    .mw--tables .mw-ct.mw-tbl-sct__title {
      padding-right: 24px; }
  .mw--tables .mwr {
    width: 100% !important;
    max-width: none;
    margin: 0;
    vertical-align: top; }
    .mw--tables .mwr:after {
      display: none; } }

@media screen and (max-width: 750px) {
  .mw--tables .mw-ct {
    padding-left: 12px;
    padding-right: 12px; }
    .mw--tables .mw-ct.mw-tbl-sct__title {
      padding-right: 12px; }
  .mw--tables .mw__content {
    padding-bottom: 30px; } }

.desktop .mw--tables .btn-modal-close:hover {
  color: #478ffb; }

/*** Modal slider ***/
.msl {
  width: 100%;
  height: 100%; }
  .msl__ct,
  .msl .slick-list,
  .msl .slick-track {
    height: 100%; }
  .msl .slick-slide > div {
    height: 100%; }
    .msl .slick-slide > div .msl-slide {
      height: 100%; }
  .msl .btn-msl-ui {
    position: absolute;
    height: 58px;
    width: 58px;
    cursor: pointer;
    font-size: 0;
    font-size: 0;
    text-align: center;
    color: #fff;
    background: #478ffb;
    z-index: 5; }
    .msl .btn-msl-ui:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .msl .btn-msl-ui > * {
      display: inline-block;
      vertical-align: middle; }
    .msl .btn-msl-ui .icon {
      font-size: 15px;
      line-height: 1; }
      .msl .btn-msl-ui .icon:before {
        display: block; }
    .msl .btn-msl-ui.btn-msl-close {
      top: 20px;
      right: 20px;
      z-index: 7; }
    .msl .btn-msl-ui.btn-msl-arrow {
      top: 50%;
      margin-top: -29px; }
      .msl .btn-msl-ui.btn-msl-arrow .icon {
        font-size: 18px; }
      .msl .btn-msl-ui.btn-msl-arrow--prev {
        left: 20px;
        padding-right: 1px; }
      .msl .btn-msl-ui.btn-msl-arrow--next {
        right: 20px;
        padding-left: 1px; }
    @media screen and (max-width: 980px) {
      .msl .btn-msl-ui.btn-msl-close {
        top: 0;
        right: 0; }
      .msl .btn-msl-ui.btn-msl-arrow.btn-arrow-prev {
        left: 0; }
      .msl .btn-msl-ui.btn-msl-arrow.btn-arrow-next {
        right: 0; } }
    @media screen and (max-width: 750px) {
      .msl .btn-msl-ui {
        width: 44px;
        height: 44px; }
        .msl .btn-msl-ui .icon {
          font-size: 13px; }
        .msl .btn-msl-ui.btn-msl-arrow {
          top: auto;
          bottom: 0;
          width: 50%;
          height: 36px;
          margin-top: 0; }
          .msl .btn-msl-ui.btn-msl-arrow--prev {
            left: 0; }
          .msl .btn-msl-ui.btn-msl-arrow--next {
            right: 0; }
          .msl .btn-msl-ui.btn-msl-arrow .icon {
            font-size: 15px; } }
  .msl .msl-slide {
    font-size: 0;
    font-size: 0;
    text-align: center; }
    .msl .msl-slide:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .msl .msl-slide > * {
      display: inline-block;
      vertical-align: middle; }
    @media screen and (max-width: 750px) {
      .msl .msl-slide:before {
        display: none; } }
    .msl .msl-slide .msl-info {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      text-align: left;
      color: #fff;
      z-index: 3; }
      .msl .msl-slide .msl-info__text__ct {
        -webkit-box-align: center;
                align-items: center;
        padding: 18px 25px;
        background: #000;
        color: #fff; }
        .msl .msl-slide .msl-info__text__ct .inner-ct {
          font-size: 18px;
          line-height: 1.25; }
          .msl .msl-slide .msl-info__text__ct .inner-ct b {
            font-weight: 700; }
      @media screen and (max-width: 1700px) {
        .msl .msl-slide .msl-info__text__ct {
          padding: 10px 12px; }
          .msl .msl-slide .msl-info__text__ct .inner-ct {
            font-size: 16px; } }
      @media screen and (max-width: 750px) {
        .msl .msl-slide .msl-info {
          top: auto;
          bottom: 36px; }
          .msl .msl-slide .msl-info__text__ct {
            padding: 10px 10px; }
            .msl .msl-slide .msl-info__text__ct .inner-ct {
              font-size: 14px; } }
    .msl .msl-slide .msl-counters {
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      padding: 17px 0; }
      .msl .msl-slide .msl-counters .slides-count {
        display: inline-block;
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 1.5px;
        color: #478ffb; }
      @media screen and (max-width: 1700px) {
        .msl .msl-slide .msl-counters {
          padding: 7px; }
          .msl .msl-slide .msl-counters .slides-count {
            font-size: 22px; } }
      @media screen and (max-width: 750px) {
        .msl .msl-slide .msl-counters {
          top: 0;
          bottom: auto;
          padding: 11px 56px 0;
          min-height: 44px; }
          .msl .msl-slide .msl-counters .slides-count {
            font-size: 18px;
            letter-spacing: .6px; } }
    .msl .msl-slide .msl-slide-inner__ct {
      position: relative;
      background: none !important;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      z-index: 2; }
      .msl .msl-slide .msl-slide-inner__ct:before {
        content: '';
        position: absolute;
        top: -70px;
        left: -70px;
        bottom: 70px;
        width: 40%;
        background: #478ffb; }
      .msl .msl-slide .msl-slide-inner__ct > * {
        position: relative;
        z-index: 2; }
      .msl .msl-slide .msl-slide-inner__ct img {
        display: block;
        max-width: calc(100vw - 338px);
        max-height: calc(100vh - 300px); }
        @media screen and (max-width: 1700px) {
          .msl .msl-slide .msl-slide-inner__ct img {
            max-width: calc(100vw - 278px);
            max-height: calc(100vh - 200px); } }
        @media screen and (max-width: 980px) {
          .msl .msl-slide .msl-slide-inner__ct img {
            max-width: calc(100vw - 96px); } }
        @media screen and (max-width: 750px) {
          .msl .msl-slide .msl-slide-inner__ct img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: calc(100vh - 134px);
            margin-top: -23px; } }
        @media screen and (max-width: 470px) {
          .msl .msl-slide .msl-slide-inner__ct img {
            max-height: calc(100vh - 160px);
            margin-top: -27px; } }
      .msl .msl-slide .msl-slide-inner__ct .video-ct {
        width: 960px;
        height: auto;
        padding-top: 56.25%;
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .msl .msl-slide .msl-slide-inner__ct .video-ct .video-element {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        @media screen and (max-width: 1950px) {
          .msl .msl-slide .msl-slide-inner__ct .video-ct {
            width: 920px; } }
        @media screen and (max-width: 1700px) {
          .msl .msl-slide .msl-slide-inner__ct .video-ct {
            width: 750px; } }
        @media screen and (max-width: 980px) {
          .msl .msl-slide .msl-slide-inner__ct .video-ct {
            width: calc(100vw - 96px); } }
        @media screen and (max-width: 750px) {
          .msl .msl-slide .msl-slide-inner__ct .video-ct {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-top: 0; }
            .msl .msl-slide .msl-slide-inner__ct .video-ct .video-element {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              max-width: 100%;
              max-height: calc(100vh - 134px);
              width: 450px;
              height: 253px;
              margin-top: -23px; } }
        @media screen and (max-width: 470px) {
          .msl .msl-slide .msl-slide-inner__ct .video-ct .video-element {
            max-height: calc(100vh - 160px);
            margin-top: -27px; } }
      .msl .msl-slide .msl-slide-inner__ct .video-js {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
      @media screen and (max-width: 1700px) {
        .msl .msl-slide .msl-slide-inner__ct:before {
          top: -40px;
          left: -40px;
          bottom: 40px; } }
      @media screen and (max-width: 750px) {
        .msl .msl-slide .msl-slide-inner__ct {
          width: 100%;
          height: 100%; }
          .msl .msl-slide .msl-slide-inner__ct:before {
            display: none; } }
    .msl .msl-slide .msl-slide-inner {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      max-width: 100%;
      max-height: 100%; }
      @media screen and (max-width: 750px) {
        .msl .msl-slide .msl-slide-inner {
          display: block;
          width: 100%;
          height: 100%; } }
    .msl .msl-slide--nocaption .msl-slide-inner .msl-info {
      display: none; }
    .msl .msl-slide--nocaption .btn-msl-arrow {
      display: none; }
  .msl--single .btn-msl-arrow {
    display: none; }
  .msl--single .msl-slide .msl-counters {
    display: none; }
  .msl.prl-local-ct .prl {
    background: none;
    z-index: 8; }
    @media screen and (max-width: 750px) {
      .msl.prl-local-ct .prl svg {
        margin-top: -55px; } }
    @media screen and (max-width: 470px) {
      .msl.prl-local-ct .prl svg {
        margin-top: -50px; } }
  .msl.processing .msl-slide .msl-slide-inner__ct {
    opacity: 0; }

.desktop .msl .btn-msl-ui {
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }
  .desktop .msl .btn-msl-ui:hover {
    color: #478ffb;
    background: #fff; }

.wh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.23); }
  .wh .logo img {
    display: block;
    width: 212px;
    max-height: 53px; }
  .wh .submenu {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
    .wh .submenu .item {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      padding-left: 41.5%;
      padding-right: 10%;
      height: 162px;
      background: #fff;
      -webkit-transition: background 0.22s;
      transition: background 0.22s; }
      .wh .submenu .item .icon-ct {
        position: absolute;
        right: 100%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        -webkit-box-flex: 0;
                flex: none;
        padding-right: 32px;
        overflow: hidden; }
        .wh .submenu .item .icon-ct .icon-wr {
          position: relative;
          opacity: 0;
          -webkit-transform: translate(115%, 0);
              -ms-transform: translate(115%, 0);
                  transform: translate(115%, 0);
          -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
          transition: opacity 0.6s, -webkit-transform 0.6s;
          transition: transform 0.6s, opacity 0.6s;
          transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
          -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
        .wh .submenu .item .icon-ct img {
          display: block;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
          .wh .submenu .item .icon-ct img:last-child {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 2; }
      .wh .submenu .item .title {
        font-family: "Rubik-Medium";
        font-size: 18px;
        line-height: 1.2;
        text-transform: uppercase;
        text-align: left; }
      .wh .submenu .item .ct {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center; }
      .wh .submenu .item:nth-child(1), .wh .submenu .item:nth-child(4) {
        padding-left: 47.2%; }
      .wh .submenu .item:nth-child(2) .icon-ct .icon-wr {
        -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s; }
      .wh .submenu .item:nth-child(3) .icon-ct .icon-wr {
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      .wh .submenu .item:nth-child(4) .icon-ct .icon-wr {
        -webkit-transition-delay: 0.15s;
                transition-delay: 0.15s; }
      .wh .submenu .item:nth-child(5) .icon-ct .icon-wr {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      .wh .submenu .item:nth-child(6) .icon-ct .icon-wr {
        -webkit-transition-delay: 0.25s;
                transition-delay: 0.25s; }
      .wh .submenu .item:nth-child(7) .icon-ct .icon-wr {
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      .wh .submenu .item:nth-child(8) .icon-ct .icon-wr {
        -webkit-transition-delay: 0.35s;
                transition-delay: 0.35s; }
      .wh .submenu .item.active {
        background: #478ffb !important;
        color: #fff !important;
        cursor: default;
        pointer-events: none; }
        .wh .submenu .item.active .icon-ct img {
          opacity: 0; }
          .wh .submenu .item.active .icon-ct img:last-child {
            opacity: 1; }
    .wh .submenu .grid {
      position: relative;
      display: grid;
      grid: auto/repeat(3, 1fr);
      grid-gap: 2px;
      background: #fff;
      z-index: 2; }
    .wh .submenu--languages {
      position: absolute;
      top: 100% !important;
      left: 50%;
      width: auto;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      .wh .submenu--languages .item {
        width: 100px;
        padding: 8px !important;
        height: 40px !important;
        -webkit-box-pack: center;
                justify-content: center; }
        .wh .submenu--languages .item .title-sm {
          font-size: 18px;
          line-height: 1.25; }
      .wh .submenu--languages .grid {
        grid: auto/repeat(2, 1fr); }
    .wh .submenu .p-h-tabs {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start; }
      .wh .submenu .p-h-tabs__nav {
        -webkit-box-flex: 0;
                flex: none;
        width: 225px;
        padding: 3px 0;
        border-right: 2px solid #fff; }
        .wh .submenu .p-h-tabs__nav .btn {
          display: block;
          width: 100%;
          padding: 14px 18px 12px;
          text-align: left;
          -webkit-transition: color;
          transition: color;
          word-break: break-word;
          -webkit-transition-duration: 0.22s;
                  transition-duration: 0.22s; }
          .wh .submenu .p-h-tabs__nav .btn .btn-text {
            position: relative;
            font-family: "Rubik-Medium";
            font-size: 18px;
            line-height: 1.1;
            letter-spacing: .2px;
            text-transform: uppercase;
            z-index: 2; }
          .wh .submenu .p-h-tabs__nav .btn:after {
            content: '';
            position: absolute;
            top: -3px;
            bottom: -3px;
            left: 0;
            right: 0;
            -webkit-transition: background;
            transition: background;
            -webkit-transition-duration: 0.22s;
                    transition-duration: 0.22s; }
          .wh .submenu .p-h-tabs__nav .btn.active {
            color: #000 !important; }
            .wh .submenu .p-h-tabs__nav .btn.active:after {
              background: #478ffb; }
      .wh .submenu .p-h-tabs__tabs {
        -webkit-box-flex: 1;
                flex: 1 1 auto;
        position: relative; }
        .wh .submenu .p-h-tabs__tabs .tab-ct {
          padding-left: 6.4%;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: start;
                  align-items: flex-start; }
        .wh .submenu .p-h-tabs__tabs .brands {
          -webkit-column-count: 4;
             -moz-column-count: 4;
                  column-count: 4;
          -webkit-column-gap: 30px;
             -moz-column-gap: 30px;
                  column-gap: 30px;
          margin-bottom: -6px; }
          .wh .submenu .p-h-tabs__tabs .brands .brand {
            display: inline-block;
            width: 100%;
            margin-bottom: 6px;
            font-size: 13px;
            line-height: 1.25;
            letter-spacing: .2px;
            text-transform: uppercase;
            word-break: break-word;
            text-align: left; }
            .wh .submenu .p-h-tabs__tabs .brands .brand a {
              border-bottom: 1px solid transparent;
              -webkit-transition: color, border;
              transition: color, border;
              -webkit-transition-duration: 0.22s;
                      transition-duration: 0.22s; }
        .wh .submenu .p-h-tabs__tabs .pic {
          -webkit-box-flex: 0;
                  flex: none;
          width: 23.6%;
          margin-left: 5%; }
          .wh .submenu .p-h-tabs__tabs .pic .pic-ct {
            padding-top: 100%;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: cover; }
        .wh .submenu .p-h-tabs__tabs .tab {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          opacity: 0;
          height: 0;
          visibility: hidden;
          pointer-events: none;
          -webkit-transition: opacity, visibility;
          transition: opacity, visibility;
          -webkit-transition-duration: 0.22s;
                  transition-duration: 0.22s; }
          .wh .submenu .p-h-tabs__tabs .tab.active {
            position: relative;
            opacity: 1;
            visibility: visible;
            height: auto; }
    .wh .submenu .submenu-ct {
      min-height: 326px;
      width: 1290px;
      margin: 0 auto;
      padding: 45px 0; }
    .wh .submenu .submenu-wr {
      background: #fff;
      -webkit-transition: background 0.22s;
      transition: background 0.22s; }
  .wh .wh-nav-link {
    height: 100%; }
    .wh .wh-nav-link .icon {
      margin-left: 10px;
      font-size: 5px; }
    .wh .wh-nav-link__text {
      font-size: 18px;
      line-height: 1.25; }
    .wh .wh-nav-link__ct {
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-transition: background 0.22s, color 0.22s;
      transition: background 0.22s, color 0.22s; }
      .wh .wh-nav-link__ct * {
        height: auto; }
    .wh .wh-nav-link.has-submenu .wh-nav-link__text, .wh .wh-nav-link.languages .wh-nav-link__text {
      cursor: default; }
    .wh .wh-nav-link.active .wh-nav-link__ct {
      color: #fff !important;
      background: #478ffb !important; }
    .wh .wh-nav-link.active-hover .wh-nav-link__ct {
      background: #f2f2f4; }
    .wh .wh-nav-link.active-hover .submenu {
      opacity: 1;
      visibility: visible; }
      .wh .wh-nav-link.active-hover .submenu .item {
        background: #f2f2f4;
        -webkit-transition: background 0.3s;
        transition: background 0.3s; }
        .wh .wh-nav-link.active-hover .submenu .item .icon-ct .icon-wr {
          opacity: 1;
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); }
      .wh .wh-nav-link.active-hover .submenu .p-h-tabs__tabs .tab.active {
        pointer-events: all; }
      .wh .wh-nav-link.active-hover .submenu .submenu-wr {
        background: #f2f2f4; }
  .wh nav {
    height: 100%; }
    .wh nav .wh-nav-link__ct {
      padding: 0 15px; }
      .wh nav .wh-nav-link__ct * {
        height: auto; }
    .wh nav ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      height: 100%; }
      .wh nav ul li {
        display: inline-block; }
  .wh .menu {
    padding-right: 3%;
    padding-left: 6.5%;
    -webkit-box-flex: 1;
            flex: auto;
    height: 100%; }
    .wh .menu .auth-btns {
      display: none; }
  .wh .wh-search {
    position: relative;
    height: 40px;
    width: 22px;
    z-index: 3; }
    @media screen and (max-width: 1200px) {
      .wh .wh-search {
        height: 36px; } }
    @media screen and (max-width: 980px) {
      .wh .wh-search {
        position: static; } }
    .wh .wh-search .btn-search-mobile {
      width: 100%;
      height: 100%;
      display: none; }
      @media screen and (max-width: 980px) {
        .wh .wh-search .btn-search-mobile {
          display: block; }
          .wh .wh-search .btn-search-mobile .icon {
            font-size: 19px; } }
    .wh .wh-search form {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      -webkit-transition: width, right, -webkit-transform;
      transition: width, right, -webkit-transform;
      transition: width, transform, right;
      transition: width, transform, right, -webkit-transform;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
      .wh .wh-search form:before {
        content: '';
        position: absolute;
        top: -10px;
        left: -18px;
        right: -18px;
        bottom: -10px;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        background: #f2f2f4; }
      @media screen and (max-width: 1700px) {
        .wh .wh-search form {
          max-width: 50vw; } }
      @media screen and (max-width: 1200px) {
        .wh .wh-search form:before {
          top: -8px;
          left: -14px;
          right: -14px;
          bottom: -8px; } }
      @media screen and (max-width: 980px) {
        .wh .wh-search form {
          position: fixed;
          top: 65px;
          left: 0;
          right: 0;
          width: 100% !important;
          height: auto;
          max-width: none;
          padding: 8px 12px 10px;
          background: #f2f2f4;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translate(0, -30%);
              -ms-transform: translate(0, -30%);
                  transform: translate(0, -30%);
          -webkit-transform-origin: 50% 0%;
              -ms-transform-origin: 50% 0%;
                  transform-origin: 50% 0%;
          -webkit-transition: opacity, visibility, -webkit-transform;
          transition: opacity, visibility, -webkit-transform;
          transition: transform, opacity, visibility;
          transition: transform, opacity, visibility, -webkit-transform;
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s; }
          .wh .wh-search form:before {
            display: none; } }
      @media screen and (max-width: 750px) {
        .wh .wh-search form {
          top: 57px; } }
      @media screen and (max-width: 470px) {
        .wh .wh-search form {
          top: 54px; } }
      .wh .wh-search form .btn-search {
        position: absolute;
        top: 0;
        left: 0;
        width: 22px;
        height: 100%;
        z-index: 3;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        .wh .wh-search form .btn-search .icon {
          font-size: 21px; }
          @media screen and (max-width: 1700px) {
            .wh .wh-search form .btn-search .icon {
              font-size: 20px; } }
          @media screen and (max-width: 1200px) {
            .wh .wh-search form .btn-search .icon {
              font-size: 19px; } }
          @media screen and (max-width: 980px) {
            .wh .wh-search form .btn-search .icon {
              margin-top: -2px; } }
        @media screen and (max-width: 980px) {
          .wh .wh-search form .btn-search {
            left: 12px; } }
      .wh .wh-search form .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 22px;
        height: 100%;
        text-align: right;
        opacity: 0;
        visibility: hidden;
        z-index: 3;
        -webkit-transition: opacity, visibility, color;
        transition: opacity, visibility, color;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s; }
        .wh .wh-search form .btn-close .icon {
          font-size: 14px; }
        @media screen and (max-width: 980px) {
          .wh .wh-search form .btn-close {
            right: 12px; } }
      .wh .wh-search form label {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: 2;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s; }
        .wh .wh-search form label input {
          margin: 0;
          padding: 0;
          border: none;
          outline: none;
          box-shadow: none;
          background: none;
          border-radius: 0;
          color: inherit;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          display: block;
          width: 100%;
          height: 100%;
          padding: 4px 36px 3px;
          font-size: 18px;
          line-height: normal;
          color: #000;
          border-bottom: 2px solid transparent;
          -webkit-transition: border 0.3s;
          transition: border 0.3s; }
          .wh .wh-search form label input::-webkit-input-placeholder {
            opacity: 1;
            color: #000; }
          .wh .wh-search form label input::-moz-placeholder {
            opacity: 1;
            color: #000; }
          .wh .wh-search form label input:-ms-input-placeholder {
            opacity: 1;
            color: #000; }
          .wh .wh-search form label input::-ms-input-placeholder {
            opacity: 1;
            color: #000; }
          .wh .wh-search form label input::placeholder {
            opacity: 1;
            color: #000; }
          @media screen and (max-width: 1700px) {
            .wh .wh-search form label input {
              font-size: 17px; } }
          @media screen and (max-width: 1200px) {
            .wh .wh-search form label input {
              padding: 4px 32px 3px; } }
          @media screen and (max-width: 980px) {
            .wh .wh-search form label input {
              padding: 8px 32px 6px; } }
  .wh .btn-call .icon {
    font-size: 23px; }
  .wh .auth-btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .wh .auth-btns .btn {
      margin-left: 24px; }
      .wh .auth-btns .btn:first-child {
        margin-left: 0; }
    .wh .auth-btns .btn-fill {
      padding-left: 24px;
      padding-right: 24px; }
      .wh .auth-btns .btn-fill .icon-cart {
        display: inline-block;
        vertical-align: middle;
        margin-right: 14px;
        margin-top: -3px;
        margin-left: -6px;
        font-size: 14px;
        color: #478ffb; }
  .wh .wh-elements {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 100%; }
    .wh .wh-elements > * {
      margin-left: 30px; }
      .wh .wh-elements > *:first-child {
        margin-left: 0; }
      .wh .wh-elements > *.wh-nav-link.languages {
        position: relative;
        margin-right: -10px;
        margin-left: 11px; }
        .wh .wh-elements > *.wh-nav-link.languages .wh-nav-link__ct {
          padding: 0 10px; }
  .wh .btn-burger {
    -webkit-box-flex: 0;
            flex: none;
    display: none; }
  .wh .pwr .pct {
    position: relative;
    height: 100px;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .wh--logged-in .wh-search form {
    cursor: pointer; }
  @media screen and (max-width: 1700px) {
    .wh .submenu .item {
      height: 148px;
      padding-left: 35%; }
      .wh .submenu .item .icon-ct {
        -webkit-transform: translate(0, -50%) scale(0.93);
            -ms-transform: translate(0, -50%) scale(0.93);
                transform: translate(0, -50%) scale(0.93);
        -webkit-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
                transform-origin: 100% 50%; }
      .wh .submenu .item .title {
        font-size: 17px; }
      .wh .submenu .item:nth-child(1), .wh .submenu .item:nth-child(4) {
        padding-left: 38%; }
    .wh .submenu--languages {
      left: auto;
      right: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .wh .submenu--languages .item .title-sm {
        font-size: 17px; }
    .wh .submenu .p-h-tabs__nav {
      width: 215px; }
      .wh .submenu .p-h-tabs__nav .btn .btn-text {
        font-size: 17px; }
    .wh .submenu .p-h-tabs__tabs .brands .brand {
      font-size: 12px; }
    .wh .submenu .submenu-ct {
      min-height: 298px;
      padding: 21px 0; }
    .wh .wh-nav-link .icon {
      margin-left: 8px; }
    .wh .wh-nav-link__text {
      font-size: 17px; }
    .wh .menu {
      padding-left: 5.2%;
      padding-right: 2.8%; }
    .wh .submenu {
      top: 80px; }
    .wh .btn-call .icon {
      font-size: 21px; }
    .wh .auth-btns .btn {
      margin-left: 20px; }
    .wh .wh-elements > * {
      margin-left: 25px; }
    .wh .pwr .pct {
      height: 80px; } }
  @media screen and (max-width: 1400px) {
    .wh .submenu .item {
      height: 143px; }
    .wh .submenu .submenu-ct {
      min-height: 288px;
      width: 100%;
      padding: 24px 0; }
    .wh .submenu .submenu-wr {
      padding: 0 24px; }
    .wh .submenu .p-h-tabs__tabs .pic {
      width: 22%; }
    .wh .auth-btns .btn {
      margin-left: 16px; }
    .wh .menu {
      padding-left: 4%;
      padding-right: 2%; }
    .wh .wh-elements > * {
      margin-left: 20px; } }
  @media screen and (min-width: 1201px) {
    .wh--logged-in .wh-search form {
      width: 670px !important;
      right: 0 !important; }
      .wh--logged-in .wh-search form:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000; }
      .wh--logged-in .wh-search form label input {
        border-color: #000; }
      .wh--logged-in .wh-search form .btn-search {
        left: auto;
        right: 0; }
      .wh--logged-in .wh-search form .btn-close {
        -webkit-transition: none;
        transition: none; }
    .wh--logged-in .wh-elements {
      width: 100%;
      -webkit-box-pack: end;
              justify-content: flex-end; }
    .wh--logged-in nav ul {
      -webkit-box-pack: end;
              justify-content: flex-end; }
    .wh--logged-in nav .wh-nav-link__ct {
      padding: 0 21px; }
    .wh--logged-in .menu {
      position: absolute;
      right: 65px;
      width: calc(100% - 65px - 212px - 24px);
      top: 0;
      opacity: 0;
      padding: 0 31px !important;
      visibility: hidden;
      z-index: 10;
      background: #fff;
      -webkit-transition: opacity, visibility;
      transition: opacity, visibility;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
    .wh--logged-in .btn-burger {
      display: block;
      margin-left: 34px; } }
  @media screen and (min-width: 1201px) and (max-width: 1700px) {
    .wh--logged-in .btn-burger {
      margin-left: 24px; }
    .wh--logged-in .menu {
      width: calc(100% - 54px - 212px - 24px);
      right: 54px; } }
  @media screen and (min-width: 1201px) and (max-width: 1550px) {
    .wh--logged-in .wh-search form {
      width: calc(100vw - 48px - 212px - 600px) !important; } }
  @media screen and (min-width: 751px) and (max-width: 1200px) {
    .wh .auth-btns .btn-fill .btn-text {
      font-size: 15px; } }
  @media screen and (max-width: 1200px) {
    .wh .logo img {
      width: 165px; }
    .wh .submenu {
      top: 130px; }
      .wh .submenu .item {
        height: 158px; }
        .wh .submenu .item .icon-ct {
          padding-right: 27px; }
      .wh .submenu .p-h-tabs__tabs .tab-ct {
        padding-left: 4%; }
      .wh .submenu .p-h-tabs__tabs .brands {
        grid-gap: 24px; }
      .wh .submenu .p-h-tabs__tabs .pic {
        margin-left: 3%; }
      .wh .submenu .submenu-ct {
        min-height: 318px;
        padding: 34px 0; }
    .wh .wh-nav-link .icon {
      margin-left: 6px; }
    .wh .wh-nav-link__ct {
      -webkit-box-pack: center;
              justify-content: center; }
    .wh nav .wh-nav-link .icon {
      margin-left: 10px;
      font-size: 5px; }
    .wh nav .wh-nav-link__text {
      font-size: 19px; }
    .wh .menu {
      position: fixed;
      top: 65px;
      left: 0;
      width: 100%;
      height: 65px;
      padding: 0;
      opacity: 0;
      visibility: hidden;
      text-align: center;
      background: #fff;
      -webkit-transition: opacity, visibility;
      transition: opacity, visibility;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
    .wh .auth-btns .btn {
      margin-left: 10px; }
    .wh .wh-search .btn-search .icon {
      font-size: 19px; }
    .wh .btn-call .icon {
      font-size: 20px; }
    .wh .btn-burger {
      display: block;
      margin-left: 24px; }
    .wh .wh-elements {
      -webkit-box-flex: 1;
              flex: auto;
      margin-left: 20px;
      -webkit-box-pack: end;
              justify-content: flex-end; }
      .wh .wh-elements > * {
        margin-left: 25px; }
    .wh .pwr .pct {
      height: 65px; } }
  @media screen and (max-width: 980px) {
    .wh .submenu .item {
      height: 134px;
      padding-left: 29%; }
      .wh .submenu .item:nth-child(1), .wh .submenu .item:nth-child(4) {
        padding-left: 29%; }
    .wh .submenu .grid {
      grid: auto/repeat(2, 1fr); }
    .wh .submenu .p-h-tabs__nav {
      align-self: stretch;
      width: 180px; }
      .wh .submenu .p-h-tabs__nav .btn {
        padding-left: 8px;
        padding-right: 8px; }
        .wh .submenu .p-h-tabs__nav .btn .btn-text {
          font-size: 16px;
          letter-spacing: 0px; }
    .wh .submenu .p-h-tabs__tabs .tab-ct {
      padding-left: 24px; }
    .wh .submenu .p-h-tabs__tabs .brands {
      grid-gap: 24px;
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; }
      .wh .submenu .p-h-tabs__tabs .brands .brand {
        margin-bottom: 8px; }
    .wh .submenu .p-h-tabs__tabs .pic {
      display: none; }
    .wh .submenu .submenu-ct {
      min-height: 406px;
      padding: 28px 0; }
    .wh .auth-btns .btn-fill {
      padding-left: 17px;
      padding-right: 17px; }
    .wh .wh-elements > * {
      margin-left: 20px; }
      .wh .wh-elements > *.wh-nav-link.languages {
        margin-left: 6px; } }
  @media screen and (max-width: 750px) {
    .wh .logo img {
      width: 150px; }
    .wh .btn-burger {
      margin-left: 18px; }
    .wh .submenu {
      top: 114px; }
      .wh .submenu .item {
        height: 78px; }
        .wh .submenu .item .icon-ct {
          -webkit-transform: translate(0, -50%) scale(0.7);
              -ms-transform: translate(0, -50%) scale(0.7);
                  transform: translate(0, -50%) scale(0.7); }
        .wh .submenu .item .title {
          font-size: 14px;
          letter-spacing: .1px; }
      .wh .submenu--languages .item .title-sm {
        font-size: 15px; }
      .wh .submenu .p-h-tabs__nav .btn {
        padding-top: 12px;
        padding-bottom: 10px; }
        .wh .submenu .p-h-tabs__nav .btn .btn-text {
          font-size: 15px; }
      .wh .submenu .p-h-tabs__tabs {
        max-height: calc(100vh - 57px - 57px - 16px - 16px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
        .wh .submenu .p-h-tabs__tabs .tab-ct {
          padding-left: 20px;
          padding-right: 8px; }
        .wh .submenu .p-h-tabs__tabs .brands {
          grid-gap: 20px; }
          .wh .submenu .p-h-tabs__tabs .brands .brand {
            margin-bottom: 6px; }
      .wh .submenu .submenu-ct {
        min-height: 0;
        padding: 16px 0; }
      .wh .submenu .submenu-wr {
        padding: 0 12px; }
    .wh .wh-nav-link .icon {
      margin-left: 5px;
      font-size: 4px; }
    .wh .wh-nav-link__text {
      font-size: 15px; }
    .wh nav .wh-nav-link .icon {
      margin-left: 5px;
      font-size: 4px; }
    .wh nav .wh-nav-link__text {
      font-size: 15px; }
    .wh .menu {
      top: 57px;
      height: 57px; }
    .wh .wh-search .btn-search .icon {
      font-size: 17px; }
    .wh .btn-call .icon {
      font-size: 18px; }
    .wh .wh-elements {
      margin-left: 12px; }
      .wh .wh-elements > * {
        margin-left: 16px; }
    .wh .auth-btns .btn {
      margin-left: 8px; }
    .wh .auth-btns .btn-fill {
      padding-left: 8px;
      padding-right: 8px; }
      .wh .auth-btns .btn-fill .btn-text {
        font-size: 13px; }
      .wh .auth-btns .btn-fill .icon-cart {
        margin-right: 7px;
        margin-left: -4px; }
    .wh .wh-elements > *.wh-nav-link.languages {
      margin-right: -12px; }
    .wh .pwr .pct {
      height: 57px; } }
  @media screen and (max-width: 600px) {
    .wh .submenu {
      position: relative;
      top: auto;
      height: 0;
      overflow: hidden; }
      .wh .submenu .item .icon-ct {
        -webkit-transform: translate(0, -50%) scale(0.6);
            -ms-transform: translate(0, -50%) scale(0.6);
                transform: translate(0, -50%) scale(0.6); }
      .wh .submenu--languages {
        position: absolute;
        height: auto; }
      .wh .submenu .p-h-tabs__tabs {
        overflow: visible;
        max-height: none; }
        .wh .submenu .p-h-tabs__tabs .brands {
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2; }
      .wh .submenu .submenu-ct {
        padding: 20px 0; }
    .wh .wh-nav-link.active-hover .submenu {
      height: auto; }
    .wh nav .wh-nav-link__ct {
      padding: 8px 12px; }
    .wh nav .wh-nav-link .icon {
      margin-right: -14px; }
    .wh nav ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .wh nav ul li {
        width: 100%;
        margin-left: 0; }
    .wh .menu {
      padding-top: 0;
      height: auto;
      max-height: calc(100% - 57px);
      padding-bottom: 12px;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .wh .menu nav {
        -webkit-box-flex: 1;
                flex: auto;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; }
      .wh .menu .auth-btns {
        -webkit-box-flex: 0;
                flex: none;
        margin-top: 12px;
        display: -webkit-box;
        display: flex;
        padding: 0 12px; }
        .wh .menu .auth-btns .btn {
          width: calc(50% - 4px); }
          .wh .menu .auth-btns .btn .btn-text {
            font-size: 14px;
            letter-spacing: .2px; }
          .wh .menu .auth-btns .btn:first-child {
            margin-left: 0; }
    .wh .wh-elements .auth-btns {
      display: none; } }
  @media screen and (max-width: 470px) {
    .wh .logo img {
      width: 120px; }
    .wh .submenu .item {
      height: 55px;
      padding-left: 22%;
      padding-right: 8%; }
      .wh .submenu .item .title {
        font-size: 13px;
        line-height: 1.15; }
        .wh .submenu .item .title br {
          display: none; }
      .wh .submenu .item:nth-child(1), .wh .submenu .item:nth-child(4) {
        padding-left: 22%; }
    .wh .submenu .grid {
      grid: auto-flow / 100%; }
    .wh .submenu .p-h-tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .wh .submenu .p-h-tabs__nav {
        width: calc(100% + 24px);
        margin-left: -12px;
        border-right: none;
        border-bottom: 2px solid #fff;
        padding: 2px 0; }
        .wh .submenu .p-h-tabs__nav .btn {
          padding-top: 8px;
          padding-bottom: 7px;
          text-align: center; }
          .wh .submenu .p-h-tabs__nav .btn:after {
            top: -2px;
            bottom: -2px; }
      .wh .submenu .p-h-tabs__tabs .tab-ct {
        padding: 16px 0 20px; }
    .wh .submenu .submenu-ct {
      padding: 0; }
    .wh .menu {
      top: 54px;
      max-height: calc(100% - 54px); }
    .wh .wh-elements > *.wh-nav-link.languages .wh-nav-link__ct {
      padding-left: 6px;
      padding-right: 6px; }
    .wh .pwr .pct {
      height: 54px; } }
  @media screen and (max-width: 360px) {
    .wh .menu .auth-btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .wh .menu .auth-btns .btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 6px; }
        .wh .menu .auth-btns .btn:last-child {
          margin-bottom: 0; } }

.desktop .wh .submenu .item:hover {
  background: #478ffb; }
  .desktop .wh .submenu .item:hover .icon-ct img {
    opacity: 0; }
    .desktop .wh .submenu .item:hover .icon-ct img:last-child {
      opacity: 1; }

.desktop .wh .submenu .p-h-tabs__nav .btn:hover {
  color: #478ffb; }

.desktop .wh .submenu .p-h-tabs__tabs .brands .brand a:hover {
  color: #478ffb;
  border-color: #478ffb; }

.header-search-active .wh .wh-search form {
  position: absolute;
  right: 20%; }
  .header-search-active .wh .wh-search form:before {
    opacity: 1; }
  @media screen and (max-width: 1200px) {
    .header-search-active .wh .wh-search form {
      width: 260px !important; } }
  @media screen and (max-width: 980px) {
    .header-search-active .wh .wh-search form {
      right: auto;
      left: -24px;
      width: calc(100% + 48px) !important;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); } }
  @media screen and (max-width: 750px) {
    .header-search-active .wh .wh-search form {
      left: -12px;
      width: calc(100% + 24px) !important; } }
  .header-search-active .wh .wh-search form .btn-close {
    opacity: 1;
    visibility: visible; }
  .header-search-active .wh .wh-search form label {
    opacity: 1;
    visibility: visible; }
    .header-search-active .wh .wh-search form label input {
      border-color: #000; }

.header-search-active .wh--logged-in .wh-search form {
  cursor: auto; }

@media screen and (min-width: 1201px) {
  .header-search-active .wh--logged-in .wh-search form .btn-search {
    right: auto;
    left: 0; } }

.menu-active .wh .menu {
  opacity: 1;
  visibility: visible; }

.wf {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .2px;
  background: #e4e4e4; }
  .wf .title {
    font-size: inherit;
    margin-bottom: 21px;
    font-family: "Rubik-Bold";
    line-height: 1.2;
    letter-spacing: 0; }
  .wf .block {
    margin-bottom: 21px; }
    .wf .block:last-child {
      margin-bottom: 0; }
  .wf .brand {
    grid-row-end: span 2; }
    .wf .brand .logo img {
      display: block;
      width: 212px;
      max-height: 53px; }
    .wf .brand .info {
      max-width: 250px;
      margin-top: 27px;
      font-size: 12px;
      line-height: 1.7;
      letter-spacing: .2px; }
      .wf .brand .info a span {
        border-bottom: 1px solid transparent;
        -webkit-transition: border 0.22s;
        transition: border 0.22s; }
      .wf .brand .info > *:first-child {
        margin-top: 0; }
      .wf .brand .info > *:last-child {
        margin-bottom: 0; }
  .wf .contacts {
    grid-row-end: span 2; }
    .wf .contacts .title {
      margin-bottom: 2px; }
    .wf .contacts p {
      margin: 0; }
    .wf .contacts a span {
      border-bottom: 1px solid transparent;
      -webkit-transition: border 0.22s;
      transition: border 0.22s; }
  .wf .payments:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  .wf .payments .options {
    float: left;
    display: grid;
    margin-top: 4px;
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
            align-items: center;
    justify-items: center; }
    .wf .payments .options a {
      -webkit-transition: opacity 0.22s;
      transition: opacity 0.22s; }
    .wf .payments .options img {
      display: block;
      max-width: 80px;
      max-height: 35px; }
  .wf .socials .options {
    display: grid;
    margin-top: 23px;
    grid-gap: 8px;
    grid: auto auto / auto-flow 28px 28px; }
    .wf .socials .options a {
      display: inline-block;
      -webkit-transition: opacity 0.22s;
      transition: opacity 0.22s; }
    .wf .socials .options img {
      display: block;
      width: 28px;
      height: 28px; }
  .wf .navs {
    grid-column-end: span 2;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    .wf .navs .nav > * {
      clear: left;
      float: left; }
    .wf .navs .nav a {
      margin-bottom: 7px;
      line-height: 1.25; }
      .wf .navs .nav a span {
        border-bottom: 1px solid transparent;
        -webkit-transition: border 0.22s;
        transition: border 0.22s; }
      .wf .navs .nav a:last-child {
        margin-bottom: 0; }
  .wf .other-info {
    grid-column-end: span 2;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .wf .grid {
    display: grid;
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    grid-template-columns: 4fr 3fr 6fr 5fr;
    padding-bottom: 70px; }
  .wf .basement {
    padding-top: 22px;
    padding-left: 50px;
    border-top: 1px solid #bebec0;
    font-size: 11px;
    letter-spacing: 0;
    text-align: center; }
    .wf .basement .slash {
      margin: 0 10px; }
    .wf .basement > * {
      display: inline-block;
      margin: 2px 0; }
    .wf .basement .dev {
      display: inline-block;
      margin: 0 50px; }
    .wf .basement a {
      position: relative; }
      .wf .basement a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        opacity: 0;
        background: #000;
        -webkit-transition: opacity 0.22s;
        transition: opacity 0.22s; }
  .wf .pwr .pct {
    padding: 65px 0 38px; }
  @media screen and (max-width: 1700px) {
    .wf .grid {
      grid-row-gap: 45px;
      padding-bottom: 45px; }
    .wf .pwr .pct {
      padding: 50px 0 25px; } }
  @media screen and (max-width: 1400px) {
    .wf .grid {
      grid-row-gap: 40px;
      padding-bottom: 40px; }
    .wf .pwr .pct {
      padding: 42px 0 28px; } }
  @media screen and (max-width: 1200px) {
    .wf {
      font-size: 13px;
      letter-spacing: 0; }
      .wf .brand .logo img {
        width: 165px; }
      .wf .navs,
      .wf .other-info {
        grid-gap: 30px;
        grid-template-columns: 5fr 5fr 4fr 4fr; }
      .wf .grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        padding-bottom: 40px; }
      .wf .basement {
        padding-top: 16px; } }
  @media screen and (max-width: 980px) {
    .wf .title {
      margin-bottom: 14px; }
    .wf .brand .info {
      max-width: none; }
    .wf .block {
      margin-bottom: 0; }
    .wf .brand {
      grid-row-end: initial; }
    .wf .socials .options {
      margin-top: 0; }
    .wf .contacts {
      grid-row-end: initial;
      display: grid;
      grid-gap: 30px;
      grid-template-columns: 1fr 1fr; }
    .wf .navs,
    .wf .other-info {
      grid-column-end: span 2;
      grid-template-columns: 1fr 1fr 1fr 1fr; }
    .wf .grid {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 1fr; }
    .wf .basement {
      padding-top: 12px;
      padding-left: 5%;
      padding-right: 5%; }
    .wf .pwr .pct {
      padding: 42px 0 15px; } }
  @media screen and (max-width: 750px) {
    .wf .brand .logo img {
      width: 150px; }
    .wf .brand .info {
      margin-top: 18px; }
    .wf .contacts {
      grid-column-gap: 20px;
      grid-row-gap: 24px; }
    .wf .navs,
    .wf .other-info {
      grid-column-gap: 20px;
      grid-row-gap: 24px; }
    .wf .grid {
      padding-bottom: 32px;
      grid-column-gap: 20px;
      grid-row-gap: 24px; }
    .wf .basement .dev {
      margin-right: 0; }
    .wf .pwr .pct {
      padding: 32px 0 15px; } }
  @media screen and (max-width: 600px) {
    .wf .brand {
      grid-column-end: initial; }
    .wf .contacts {
      grid-column-end: initial; }
    .wf .navs,
    .wf .other-info {
      grid-column-end: initial;
      grid-template-columns: 1fr 1fr; }
    .wf .grid {
      grid-column-gap: 0;
      grid-template-columns: 1fr; }
    .wf .basement {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .wf .basement .slash {
        display: none; }
      .wf .basement > * {
        margin: 2px 0 !important; } }
  @media screen and (max-width: 470px) {
    .wf .brand .logo img {
      width: 120px; }
    .wf .basement {
      padding-left: 0;
      padding-right: 0; } }

.desktop .wf .socials .options a:hover {
  opacity: .6; }

.desktop .wf .payments .options a:hover {
  opacity: .6; }

.desktop .wf .brand .info a:hover span,
.desktop .wf .contacts a:hover span,
.desktop .wf .navs .nav a:hover span {
  border-color: #000; }

.desktop .wf .basement a:hover:before {
  opacity: 1; }

.homeslider {
  width: 100%;
  height: 545px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s; }
  .homeslider .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
  .homeslider .content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9; }
  .homeslider .content-ct {
    position: relative;
    padding: 45px 62px 60px;
    color: #fff;
    z-index: 2; }
  .homeslider .content {
    width: 573px; }
  .homeslider .slick-controls {
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .homeslider .slick-controls .btn-arrow:before {
      background: #fff; }
    .homeslider .slick-controls .counters {
      font-family: "Rubik-Medium"; }
  .homeslider .title {
    margin-top: 34px;
    margin-left: -2px;
    font-family: "Rubik-Bold";
    font-size: 46px;
    line-height: 1.1; }
  .homeslider .btns {
    margin-top: 20px; }
    .homeslider .btns .btn {
      min-width: 161px;
      max-width: calc(50% - 5px);
      padding: 8px 21px 6px;
      margin-right: 10px; }
      .homeslider .btns .btn:last-child {
        margin-right: 0; }
  .homeslider .pwr {
    position: relative;
    width: 1920px;
    padding-left: 5.72917%;
    padding-right: 5.72917%;
    z-index: 2; }
    .homeslider .pwr .pct {
      display: -webkit-box !important;
      display: flex !important;
      -webkit-box-align: center;
              align-items: center;
      padding: 30px 0;
      height: 545px; }
  .homeslider.slick-initialized {
    opacity: 1; }
  @media screen and (max-width: 1700px) {
    .homeslider {
      height: 490px; }
      .homeslider .title {
        margin-top: 30px;
        font-size: 43px; }
      .homeslider .content {
        width: 560px; }
      .homeslider .pwr .pct {
        height: 490px; } }
  @media screen and (min-width: 1401px) {
    .homeslider .slick-controls .counters {
      font-size: 18px; }
      .homeslider .slick-controls .counters .dash {
        margin: 0 5px; }
    .homeslider .btns .btn .btn-text {
      font-size: 18px;
      letter-spacing: 0; } }
  @media screen and (max-width: 1400px) {
    .homeslider {
      height: 470px; }
      .homeslider .title {
        margin-top: 30px;
        margin-left: 0;
        font-size: 40px; }
      .homeslider .content-ct {
        padding: 40px 55px 50px; }
      .homeslider .content {
        width: 520px; }
      .homeslider .pwr .pct {
        height: 470px; } }
  @media screen and (max-width: 1200px) {
    .homeslider .title {
      margin-top: 22px;
      margin-left: 0;
      font-size: 36px; }
    .homeslider .content-ct {
      padding: 32px 30px 40px; }
    .homeslider .content {
      width: 450px; } }
  @media screen and (max-width: 980px) {
    .homeslider .btns .btn {
      min-width: 146px;
      padding: 8px 10px 6px; } }
  @media screen and (max-width: 750px) {
    .homeslider {
      height: 280px; }
      .homeslider .title {
        margin-top: 16px;
        font-size: 27px; }
      .homeslider .btns .btn {
        min-width: 130px; }
      .homeslider .content {
        width: 380px; }
      .homeslider .content-ct {
        padding: 32px 30px 30px; }
      .homeslider .pwr .pct {
        height: 280px;
        padding: 20px 0; } }
  @media screen and (max-width: 470px) {
    .homeslider {
      height: 320px; }
      .homeslider .title {
        font-size: 22px; }
      .homeslider .btns .btn {
        margin-right: 8px;
        min-width: 0; }
      .homeslider .content {
        width: 100%; }
      .homeslider .content-ct {
        padding: 24px 16px 25px; }
      .homeslider .pwr {
        padding-left: 12px;
        padding-right: 12px; }
        .homeslider .pwr .pct {
          height: 320px; } }
  @media screen and (max-width: 360px) {
    .homeslider .btns {
      margin-top: 24px; }
      .homeslider .btns .btn {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 6px; }
        .homeslider .btns .btn:last-child {
          margin-bottom: 0; } }

.homeslider .content {
  opacity: 0;
  -webkit-transform: translate(-5%, 0) rotateY(30deg);
          transform: translate(-5%, 0) rotateY(30deg);
  -webkit-transition: opacity 5s, -webkit-transform 5s;
  transition: opacity 5s, -webkit-transform 5s;
  transition: transform 5s, opacity 5s;
  transition: transform 5s, opacity 5s, -webkit-transform 5s; }

.homeslider .slide {
  -webkit-perspective: 1500px;
          perspective: 1500px; }

.homeslider .slick-active .content {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotateY(0deg);
          transform: translate(0, 0) rotateY(0deg);
  -webkit-transition: opacity .2s, -webkit-transform .7s;
  transition: opacity .2s, -webkit-transform .7s;
  transition: transform .7s, opacity .2s;
  transition: transform .7s, opacity .2s, -webkit-transform .7s; }

.tags-filter .btn {
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 9px 4px;
  background: #f2f2f4;
  border: 1px solid #f2f2f4;
  -webkit-transition: border 0.22s, color 0.22s;
  transition: border 0.22s, color 0.22s; }
  .tags-filter .btn .btn-text {
    font-size: 14px;
    line-height: 1.2; }
  .tags-filter .btn.active {
    color: #478ffb; }
    .tags-filter .btn.active .btn-text {
      font-family: "Rubik-Medium"; }

@media screen and (max-width: 750px) {
  .tags-filter .btn {
    margin-right: 7px;
    padding: 5px 6px 4px; }
    .tags-filter .btn .btn-text {
      font-size: 13px; } }

.desktop .tags-filter .btn:hover {
  border-color: #000; }

.news-block {
  margin-bottom: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .news-block .img {
    -webkit-box-flex: 0;
            flex: none;
    width: 310px;
    margin-right: 50px; }
    .news-block .img .img-ct {
      padding-top: 66.666%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      position: relative;
      overflow: hidden; }
      .news-block .img .img-ct img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 100%;
        opacity: 0; }
      .news-block .img .img-ct .gradient-blue-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .7;
        -webkit-transform: translate(101%, 0);
            -ms-transform: translate(101%, 0);
                transform: translate(101%, 0);
        z-index: 2; }
  .news-block .date {
    font-size: 12px;
    line-height: 1;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #93939d; }
  .news-block .title {
    margin-top: 19px;
    font-family: "Rubik-Medium";
    font-size: 24px;
    line-height: 1.2; }
  .news-block .sct-text {
    margin-top: 7px; }
  .news-block .tags {
    margin-top: 23px;
    border-top: 1px solid #f2f2f4;
    padding-top: 12px;
    padding-bottom: 7px; }
    .news-block .tags .tag {
      position: relative;
      display: inline-block;
      margin-right: 13px;
      margin-bottom: 4px;
      font-size: 13px;
      line-height: 1.2;
      color: #93939d; }
      .news-block .tags .tag:after {
        content: '';
        position: absolute;
        top: 2px;
        right: -7px;
        width: 1px;
        height: 10px;
        background: #f2f2f4; }
      .news-block .tags .tag:last-child:after {
        display: none; }
  @media screen and (max-width: 1700px) {
    .news-block .img {
      margin-right: 35px; } }
  @media screen and (max-width: 1200px) {
    .news-block .img {
      margin-right: 25px; }
    .news-block .title {
      font-size: 22px; } }
  @media screen and (max-width: 980px) {
    .news-block {
      -webkit-box-align: start;
              align-items: flex-start; }
      .news-block .img {
        width: 270px;
        margin-right: 16px; }
      .news-block .title {
        margin-top: 11px;
        font-size: 18px; }
      .news-block .sct-text {
        margin-top: 6px;
        font-size: 13px;
        line-height: 1.5; }
      .news-block .tags {
        margin-top: 11px;
        padding-top: 9px;
        padding-bottom: 0; }
      .news-block .content {
        padding-top: 5px; } }
  @media screen and (max-width: 750px) {
    .news-block .img {
      width: 250px;
      margin-right: 12px; }
    .news-block .title {
      margin-top: 8px;
      font-size: 17px; }
    .news-block .tags {
      margin-top: 8px;
      padding-top: 6px; }
      .news-block .tags .tag {
        font-size: 12px; }
    .news-block .content {
      padding-top: 3px; } }
  @media screen and (max-width: 600px) {
    .news-block .img {
      width: 200px; } }
  @media screen and (max-width: 470px) {
    .news-block {
      margin-bottom: 17px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: stretch;
              align-items: stretch; }
      .news-block .img {
        width: 100%; }
        .news-block .img .img-ct {
          padding-top: 50%; }
      .news-block .tags {
        margin-top: 4px;
        padding-top: 5px; }
      .news-block .content {
        padding-top: 10px; } }

.desktop .news-block .img .gradient-blue-bg {
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s; }

.desktop .news-block .img:hover .gradient-blue-bg {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.desktop .news-block .title a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .desktop .news-block .title a:hover {
    color: #478ffb; }

.animate .news-block {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 25px);
      -ms-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-transition: opacity, visibility, -webkit-transform;
  transition: opacity, visibility, -webkit-transform;
  transition: opacity, visibility, transform;
  transition: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s; }
  .animate .news-block:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s; }
  .animate .news-block:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .animate .news-block:nth-child(4) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s; }
  .animate .news-block:nth-child(5) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }

.animate.animated .news-block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.news {
  padding-top: 5px;
  -webkit-transition: opacity 0.22s;
  transition: opacity 0.22s; }
  .news__panel {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .news__panel .search-with-btn {
      width: 40.5%;
      -webkit-box-flex: 0;
              flex: none; }
    .news__panel .tags-filter {
      -webkit-box-flex: 1;
              flex: 1;
      margin-left: 30px;
      margin-bottom: -5px; }
  .news__feed {
    margin-top: 40px; }
    .news__feed__ct {
      margin-bottom: -4px; }
    .news__feed__pagination {
      margin-top: 65px; }
  .news.processing {
    opacity: .6;
    pointer-events: none; }
  @media screen and (max-width: 1700px) {
    .news {
      padding-top: 0; }
      .news__panel .tags-filter {
        margin-left: 25px; }
      .news__feed {
        margin-top: 25px; }
        .news__feed__pagination {
          margin-top: 50px; } }
  @media screen and (max-width: 1200px) {
    .news__panel .search-with-btn {
      width: calc(50% - 25px); }
    .news__feed__pagination {
      margin-top: 45px; } }
  @media screen and (max-width: 980px) {
    .news__panel {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: stretch;
              align-items: stretch; }
      .news__panel .search-with-btn {
        width: 100%; }
      .news__panel .tags-filter {
        margin-top: 15px;
        margin-left: 0; } }
  @media screen and (max-width: 750px) {
    .news__feed__pagination {
      margin-top: 32px; } }

.search-r-info {
  font-size: 14px;
  line-height: 1.2;
  padding: 7px 8px 6px;
  background: #f2f2f4; }

.layout-modes {
  display: -webkit-box;
  display: flex; }
  .layout-modes .btn {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    margin-right: 8px;
    border: 2px solid #f2f2f4;
    background: #f2f2f4;
    -webkit-transition: border 0.22s;
    transition: border 0.22s; }
    .layout-modes .btn .icon {
      display: block; }
    .layout-modes .btn:last-child {
      margin-right: 0; }
    .layout-modes .btn.active {
      border-color: #000; }
  .layout-modes .btn-layout-grid .icon {
    margin-bottom: -3px;
    width: 15px; }
    .layout-modes .btn-layout-grid .icon span {
      display: inline-block;
      width: 6px;
      height: 6px;
      margin-bottom: 3px;
      margin-right: 3px;
      background: #000; }
      .layout-modes .btn-layout-grid .icon span:nth-child(even) {
        margin-right: 0; }
  .layout-modes .btn-layout-table .icon span {
    display: block;
    width: 15px;
    height: 3px;
    margin-bottom: 3px;
    background: #000; }
    .layout-modes .btn-layout-table .icon span:last-child {
      margin-bottom: 0; }

.desktop .layout-modes .btn:hover {
  border-color: #000; }

.counter-input {
  position: relative;
  display: -webkit-box;
  display: flex;
  height: 32px; }
  .counter-input input[type="text"] {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    color: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 50%;
    margin: 0 2px;
    padding: 0 5px;
    font-size: 12px;
    line-height: normal;
    color: #000;
    text-align: center;
    background: #f2f2f4; }
  .counter-input .btn {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    color: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 100%;
    width: 25%;
    background: #f2f2f4; }
    .counter-input .btn span {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 12px;
      margin-top: -6px;
      margin-left: -6px; }
      .counter-input .btn span:before, .counter-input .btn span:after {
        position: absolute;
        content: '';
        background: #000; }
      .counter-input .btn span:before {
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        margin-top: -1px; }
      .counter-input .btn span:after {
        width: 2px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -1px; }
    .counter-input .btn.minus span:after {
      display: none; }
    .counter-input .btn.plus {
      left: auto;
      right: 0; }

.desktop .counter-input .btn {
  -webkit-transition: background 0.15s;
  transition: background 0.15s; }
  .desktop .counter-input .btn:hover {
    background: #d5d5d5; }

.product {
  padding: 20px 18px;
  padding-bottom: 0;
  border: 2px solid #f2f2f4;
  -webkit-transition: border 0.3s;
  transition: border 0.3s; }
  .product__ct.js_tabs-target {
    display: none; }
    .product__ct.js_tabs-target.active {
      display: block; }
  .product .togglers {
    display: inline-block;
    margin: -7px 5px;
    white-space: nowrap; }
    .product .togglers .btn-toggle {
      padding: 7px 6px; }
  .product .warning {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -1px;
    padding: 2px 3px;
    background: #ff2736; }
    .product .warning:before, .product .warning:after {
      content: '';
      display: block;
      width: 2px;
      background: #fff; }
    .product .warning:before {
      height: 4px;
      margin-bottom: 1px; }
    .product .warning:after {
      height: 1px; }
  .product .link {
    color: #478ffb;
    border-bottom: 1px solid transparent; }
  .product__h {
    display: -webkit-box;
    display: flex; }
    .product__h .logo-image {
      width: 41%;
      padding-top: 3px; }
      .product__h .logo-image img {
        display: block;
        max-width: 70%;
        max-height: 60px;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        opacity: .8; }
    .product__h .info {
      -webkit-box-flex: 1;
              flex: auto; }
  .product .info-block {
    margin-bottom: 3px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.2; }
    .product .info-block:last-child {
      margin-bottom: 0; }
    .product .info-block .title {
      display: block;
      color: #93939d; }
    .product .info-block .value {
      display: block; }
  .product .col-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 1px 10px; }
    .product .col-block .title {
      font-size: 12px;
      line-height: 1.2; }
    .product .col-block .bold-value {
      margin-left: 12px;
      font-family: "Rubik-Medium";
      font-size: 14px;
      line-height: 1;
      color: #478ffb; }
    .product .col-block--center {
      -webkit-box-pack: center;
              justify-content: center; }
  .product .bg-blocks {
    margin-bottom: 2px;
    padding: 7px 0 6px;
    background: #f2f2f4; }
    .product .bg-blocks:last-child {
      margin-bottom: 0; }
  .product .btn-product {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 32px;
    padding: 3px 6px 2px;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: background, color, border;
    transition: background, color, border;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .product .btn-product .btn-text {
      font-family: "Rubik-Medium", sans-serif;
      font-size: 12px;
      line-height: 1.15;
      letter-spacing: .1px;
      text-transform: uppercase;
      word-break: break-word; }
    .product .btn-product--grey {
      background: #d5d5d5;
      border-color: #d5d5d5; }
    .product .btn-product--blue {
      background: #478ffb;
      border-color: #478ffb; }
  .product__h {
    padding: 8px 10px;
    border-bottom: 2px solid #f2f2f4; }
  .product__main {
    padding: 8px 0 10px; }
    .product__main + .product__f {
      padding-top: 8px;
      border-top: 2px solid #f2f2f4; }
    .product__main:last-child {
      padding-bottom: 27px; }
  .product__f {
    padding-top: 8px; }
    .product__f .buy-block {
      margin-bottom: 17px;
      display: -webkit-box;
      display: flex; }
      .product__f .buy-block .counter-input {
        width: 58%; }
        .product__f .buy-block .counter-input:after {
          content: '';
          position: absolute;
          bottom: 0;
          height: 2px;
          width: 100%;
          background: #000;
          opacity: 0;
          z-index: 4;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
      .product__f .buy-block .btn-product {
        -webkit-box-flex: 1;
                flex: auto;
        margin-left: 2px; }
        .product__f .buy-block .btn-product .btn-text {
          word-break: normal; }
      .product__f .buy-block:last-child {
        margin-bottom: 0; }
      .product__f .buy-block--disabled {
        pointer-events: none;
        cursor: default; }
        .product__f .buy-block--disabled .counter-input:after {
          display: none; }
        .product__f .buy-block--disabled .btn-product--blue {
          background: #d5d5d5;
          border-color: #d5d5d5; }
    .product__f .bottom {
      padding: 8px 10px 0; }
    .product__f .btn-details {
      margin-bottom: -2px; }
  @media screen and (max-width: 1200px) {
    .product {
      padding: 16px 10px 0; }
      .product__main:last-child {
        padding-bottom: 23px; } }

.desktop .product .link {
  -webkit-transition: border 0.22s;
  transition: border 0.22s; }
  .desktop .product .link:hover {
    border-color: #478ffb; }

.desktop .product:hover {
  border-color: #000; }
  .desktop .product:hover .product__f .buy-block .counter-input:after {
    opacity: 1; }
  .desktop .product:hover .btn-product {
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s; }
    .desktop .product:hover .btn-product--grey {
      background: #000;
      border-color: #000; }
      .desktop .product:hover .btn-product--grey:hover {
        color: #000;
        background: transparent; }

.desktop .product .btn-product:hover {
  background: transparent; }

.desktop .product .btn-product--blue:hover {
  color: #478ffb; }

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250.1px, 1fr));
  -webkit-box-align: start;
          align-items: start;
  grid-gap: 30px; }
  @media screen and (max-width: 1700px) {
    .products-grid {
      grid-gap: 25px; } }
  @media screen and (max-width: 750px) {
    .products-grid {
      grid-column-gap: 12px;
      grid-row-gap: 20px; } }

.search-r__h {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }
  .search-r__h > * {
    margin-right: 12px; }
    .search-r__h > *:last-child {
      margin-right: 0; }

.search-r__main {
  padding-top: 30px; }

@media screen and (max-width: 1700px) {
  .search-r__main {
    padding-top: 25px; } }

@media screen and (max-width: 750px) {
  .search-r__main {
    padding-top: 20px; } }

.card-info .card-info-tab.js_tabs-target {
  display: none; }
  .card-info .card-info-tab.js_tabs-target.active {
    display: block; }

.card-info .togglers {
  display: inline-block;
  margin: -5px 5px;
  white-space: nowrap; }
  .card-info .togglers .btn-toggle {
    padding: 5px 6px; }

.card-info .code-title {
  margin-bottom: 9px;
  font-family: "Rubik-Medium";
  font-size: 40px;
  line-height: .9;
  word-break: break-word; }
  .card-info .code-title .reg {
    font-family: "Rubik-Regular"; }
  .card-info .code-title .bold {
    font-family: "Rubik-Bold"; }

.card-info .link {
  color: #478ffb;
  border-bottom: 1px solid transparent; }

.card-info .info-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 2px 0;
  font-size: 14px;
  line-height: 1.2;
  word-break: break-word; }
  .card-info .info-block .title {
    -webkit-box-flex: 0;
            flex: none;
    width: 30%;
    min-width: 120px;
    margin-right: 12px;
    color: #93939d; }
  .card-info .info-block .value {
    -webkit-box-flex: 1;
            flex: auto; }
  .card-info .info-block .bold-value {
    -webkit-box-flex: 1;
            flex: auto;
    font-family: "Rubik-Medium";
    color: #478ffb; }
  .card-info .info-block--lg .title {
    line-height: 21px;
    color: #000; }
  .card-info .info-block--lg .bold-value {
    font-size: 18px; }

.card-info .bg-block {
  margin: 14px 0 15px;
  padding: 6px 12px 5px;
  background: #f2f2f4;
  text-align: center; }
  .card-info .bg-block .title {
    font-size: 12px;
    line-height: 1.2; }
  .card-info .bg-block + .bg-block {
    margin-top: 2px; }

.card-info .btn-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px;
  padding: 3px 6px 2px;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: background, color, border;
  transition: background, color, border;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .card-info .btn-card .btn-text {
    font-family: "Rubik-Medium", sans-serif;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .1px;
    word-break: break-word; }
  .card-info .btn-card--grey {
    background: #d5d5d5;
    border-color: #d5d5d5; }
  .card-info .btn-card--blue {
    background: #478ffb;
    border-color: #478ffb; }

.card-info .progress {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 -10px;
  padding: 8px 10px;
  background: #fbfbfb; }
  .card-info .progress__scale {
    width: 200px;
    height: 9px;
    margin-top: -1px;
    margin-right: 10px;
    background: #eaeaea; }
    .card-info .progress__scale span {
      display: block;
      height: 100%;
      background: #478ffb; }
  .card-info .progress__value {
    font-size: 14px;
    line-height: 1; }

.card-info .progress-ct {
  display: inline-block;
  margin: 4px 0 2px; }

.card-info__main {
  padding: 12px 0; }

.card-info__f {
  padding-top: 12px;
  border-top: 2px solid #f2f2f4; }
  .card-info__f .buy-block {
    margin-top: 24px;
    display: -webkit-box;
    display: flex; }
    .card-info__f .buy-block .counter-input {
      -webkit-box-flex: 0;
              flex: none;
      width: 30%;
      min-width: 120px;
      margin-right: 12px; }
      .card-info__f .buy-block .counter-input:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 2px;
        width: 100%;
        background: #000;
        z-index: 4;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .card-info__f .buy-block .counter-input .btn,
      .card-info__f .buy-block .counter-input input[type="text"] {
        background: none; }
      .card-info__f .buy-block .counter-input input[type="text"] {
        font-size: 14px; }
    .card-info__f .buy-block .btn-card {
      flex-basis: 120px; }
      .card-info__f .buy-block .btn-card .btn-text {
        word-break: normal; }

.card-info__description {
  margin-top: 8px; }
  .card-info__description .text {
    font-size: 14px;
    line-height: 1.6; }
    .card-info__description .text > *:first-child {
      margin-top: 0; }
    .card-info__description .text > *:last-child {
      margin-bottom: 0; }
    .card-info__description .text .title {
      font-family: "Rubik-Medium";
      font-size: 18px;
      line-height: 1.3; }
    .card-info__description .text > * {
      margin: 7px 0; }

.card-info.animate .code-title {
  opacity: 0;
  -webkit-transform: translate(-15px, 0);
      -ms-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.card-info.animate.animated .code-title {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

.card-info--profile .info-block {
  display: table-row;
  padding: 0; }
  .card-info--profile .info-block .title, .card-info--profile .info-block .value {
    display: table-cell;
    padding-top: 2px;
    padding-bottom: 2px; }
  .card-info--profile .info-block .title {
    width: auto;
    min-width: 130px;
    padding-right: 25px; }

.card-info--profile .card-info__main {
  display: table;
  width: auto; }

@media screen and (max-width: 1700px) {
  .card-info .code-title {
    margin-bottom: 6px;
    font-size: 36px; }
  .card-info .bg-block {
    margin: 12px 0 13px; }
    .card-info .bg-block + .bg-block {
      margin-top: 2px; }
  .card-info__main {
    padding: 10px 0; }
  .card-info__f {
    padding-top: 10px; }
    .card-info__f .buy-block {
      margin-top: 18px; } }

@media screen and (max-width: 1200px) {
  .card-info .code-title {
    font-size: 30px; } }

@media screen and (max-width: 750px) {
  .card-info .code-title {
    font-size: 25px; }
  .card-info .bg-block {
    margin: 10px 0 11px; }
    .card-info .bg-block + .bg-block {
      margin-top: 2px; }
  .card-info .progress {
    margin: 0 -6px;
    padding-left: 6px;
    padding-right: 6px; }
    .card-info .progress__scale {
      width: 165px;
      margin-right: 6px; }
  .card-info__main {
    padding: 8px 0; }
  .card-info__f {
    padding-top: 8px; }
    .card-info__f .buy-block {
      margin-top: 15px; } }

@media screen and (max-width: 470px) {
  .card-info .code-title {
    font-size: 22px; }
  .card-info__f .buy-block .btn-card {
    flex-basis: 100%; } }

.desktop .card-info .link {
  -webkit-transition: border 0.22s;
  transition: border 0.22s; }
  .desktop .card-info .link:hover {
    border-color: #478ffb; }

.desktop .card-info:hover {
  border-color: #000; }
  .desktop .card-info:hover .product__f .buy-block .counter-input:after {
    opacity: 1; }
  .desktop .card-info:hover .btn-card {
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s; }
    .desktop .card-info:hover .btn-card--grey {
      background: #000;
      border-color: #000; }
      .desktop .card-info:hover .btn-card--grey:hover {
        color: #000;
        background: transparent; }

.desktop .card-info .btn-card:hover {
  background: transparent; }

.desktop .card-info .btn-card--blue:hover {
  color: #478ffb; }

.rep-block {
  position: relative;
  margin-bottom: 16px;
  padding: 22px 8% 33px;
  font-size: 14px;
  line-height: 1.2;
  word-break: break-word;
  background: #f2f2f4; }
  .rep-block .code {
    font-size: 16px; }
  .rep-block .brands {
    margin-top: 4px; }
  .rep-block .title {
    margin-bottom: 11px;
    font-size: 16px;
    font-family: "Rubik-Medium", sans-serif; }
  .rep-block .text-table {
    border-collapse: collapse;
    font-size: 13px; }
    .rep-block .text-table .nowrap {
      white-space: nowrap; }
    .rep-block .text-table th {
      font-weight: normal;
      text-align: left;
      color: #93939d; }
    .rep-block .text-table th, .rep-block .text-table td {
      padding: 3px 0 2px;
      padding-right: 20px;
      vertical-align: top; }
      .rep-block .text-table th .sm, .rep-block .text-table td .sm {
        color: #93939d; }
      .rep-block .text-table th:last-child, .rep-block .text-table td:last-child {
        padding-right: 0; }
  .rep-block .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 120px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 24px;
    padding: 3px 6px 2px;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    background: #d5d5d5;
    border-color: #d5d5d5;
    -webkit-transition: background, color, border;
    transition: background, color, border;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .rep-block .btn .btn-text {
      font-size: 12px;
      line-height: 1.15;
      letter-spacing: .1px;
      word-break: break-word; }
    .rep-block .btn--blue {
      background: #478ffb;
      border-color: #478ffb; }
  .rep-block:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1700px) {
    .rep-block {
      margin-bottom: 12px;
      padding: 20px 8% 30px; } }
  @media screen and (max-width: 600px) {
    .rep-block {
      padding: 17px 6% 30px; } }
  @media screen and (min-width: 471px) and (max-width: 600px) {
    .rep-block .text-table th, .rep-block .text-table td {
      padding-right: 10px; } }

.animate .rep-block {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 12px);
      -ms-transform: translate(0, 12px);
          transform: translate(0, 12px);
  -webkit-transition: opacity, visibility, -webkit-transform;
  transition: opacity, visibility, -webkit-transform;
  transition: opacity, visibility, transform;
  transition: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s; }
  .animate .rep-block:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .animate .rep-block:nth-child(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .animate .rep-block:nth-child(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .animate .rep-block:nth-child(5) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .animate .rep-block:nth-child(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .animate .rep-block:nth-child(7) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .animate .rep-block:nth-child(8) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }

.animate.animated .rep-block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.desktop .rep-block .btn:hover {
  background: #478ffb;
  border-color: #478ffb; }

.desktop .rep-block .btn--blue:hover {
  background: #1571fa;
  border-color: #1571fa; }

@media screen and (min-width: 471px) and (max-width: 600px) {
  .rep-blocks {
    display: grid;
    grid: auto / 1fr 1fr;
    grid-gap: 12px; }
    .rep-blocks .rep-block {
      margin-bottom: 0; } }

.product-card {
  display: -webkit-box;
  display: flex; }
  .product-card .link-back .text {
    font-family: "Rubik-Regular";
    color: #000; }
  .product-card .ticket-preview {
    margin-top: 10px;
    margin-bottom: 12px;
    width: 100%;
    padding: 12px 20px;
    background: #fbfbfb; }
    .product-card .ticket-preview.ticket-preview-mobile {
      display: none; }
    .product-card .ticket-preview .info-block {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 3px 0 2px;
      font-size: 13px;
      line-height: 1.2;
      word-break: break-word; }
      .product-card .ticket-preview .info-block .title {
        -webkit-box-flex: 0;
                flex: none;
        width: 27%;
        min-width: 95px;
        margin-right: 12px;
        color: #93939d; }
      .product-card .ticket-preview .info-block .value {
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
                flex: auto; }
        .product-card .ticket-preview .info-block .value .link {
          color: #478ffb;
          border-bottom: 1px solid transparent; }
        .product-card .ticket-preview .info-block .value .messages {
          display: inline-block; }
          .product-card .ticket-preview .info-block .value .messages__count {
            min-width: 14px;
            height: 14px;
            padding: 2px 3px 1px;
            font-size: 11px; }
            .product-card .ticket-preview .info-block .value .messages__count:after {
              border-top-width: 2px;
              border-left-width: 3px; }
            .product-card .ticket-preview .info-block .value .messages__count .waiting {
              margin-top: -1px; }
              .product-card .ticket-preview .info-block .value .messages__count .waiting:before {
                height: 5px; }
            .product-card .ticket-preview .info-block .value .messages__count .clock:before {
              height: 6px; }
            .product-card .ticket-preview .info-block .value .messages__count .clock:after {
              width: 6px; }
      .product-card .ticket-preview .info-block .bold-value {
        -webkit-box-flex: 1;
                flex: auto;
        font-family: "Rubik-Medium";
        color: #478ffb; }
      .product-card .ticket-preview .info-block--title .title {
        width: 100%;
        color: #000; }
  .product-card__main {
    -webkit-box-flex: 1;
            flex: auto; }
    .product-card__main__h .btns-ct {
      float: right;
      margin-top: 25px; }
      .product-card__main__h .btns-ct .btn {
        width: 180px;
        z-index: 2; }
    .product-card__main__h .ticket-preview-ct {
      width: 390px;
      float: right;
      margin-top: -5px; }
      .product-card__main__h .ticket-preview-ct .btns-ct {
        margin-top: 0;
        float: none; }
        .product-card__main__h .ticket-preview-ct .btns-ct .btn {
          margin-right: 30px; }
          .product-card__main__h .ticket-preview-ct .btns-ct .btn:last-child {
            margin-right: 0; }
  .product-card__aside {
    width: 33.66337%;
    margin-left: 17.82178%; }
    .product-card__aside .title {
      margin-bottom: 13px;
      font-size: 14px;
      line-height: 1.2; }
  @media screen and (max-width: 1700px) {
    .product-card__main__h .ticket-preview-ct {
      width: 380px; }
      .product-card__main__h .ticket-preview-ct .btns-ct .btn {
        margin-right: 20px; } }
  @media screen and (max-width: 1400px) {
    .product-card__main__h .ticket-preview-ct {
      width: 376px; }
      .product-card__main__h .ticket-preview-ct .btns-ct .btn {
        margin-right: 16px; } }
  @media screen and (max-width: 1200px) {
    .product-card__aside {
      width: 36.63366%;
      margin-left: 50px; }
    .product-card__main__h .btns-ct {
      margin-top: 20px; }
    .product-card__main__h .ticket-preview-ct {
      width: 370px; }
      .product-card__main__h .ticket-preview-ct .btns-ct .btn {
        margin-right: 10px; } }
  @media screen and (max-width: 980px) {
    .product-card__main__h .ticket-preview-ct {
      width: 350px; }
      .product-card__main__h .ticket-preview-ct .btns-ct .btn {
        min-width: 170px; } }
  @media screen and (max-width: 750px) {
    .product-card .ticket-preview {
      padding-left: 16px;
      padding-right: 16px; }
    .product-card__aside {
      width: 39.60396%;
      margin-left: 30px; }
    .product-card__main__h .btns-ct {
      margin-top: 16px; }
    .product-card__main__h .ticket-preview-ct {
      width: 310px; }
      .product-card__main__h .ticket-preview-ct .btns-ct .btn {
        min-width: 150px; } }
  @media screen and (max-width: 600px) {
    .product-card {
      flex-wrap: wrap; }
      .product-card .ticket-preview {
        width: calc(100% + 24px);
        margin-left: -12px;
        padding-left: 12px;
        padding-right: 12px;
        display: none; }
        .product-card .ticket-preview.ticket-preview-mobile {
          display: block; }
      .product-card__aside {
        width: 100%;
        margin-left: 0;
        margin-top: 30px; }
        .product-card__aside .title {
          margin-bottom: 12px;
          font-size: 15px; }
      .product-card__main__h {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
                align-items: flex-start; }
        .product-card__main__h:after {
          content: '';
          display: table;
          height: 0;
          clear: both; }
        .product-card__main__h .btns-ct {
          width: 100%;
          float: none;
          margin-top: 0;
          padding-top: 5px;
          padding-bottom: 20px; }
          .product-card__main__h .btns-ct .btn {
            min-width: 100%;
            width: 100%; }
        .product-card__main__h .ticket-preview-ct {
          width: 100%; } }
  @media screen and (max-width: 470px) {
    .product-card .ticket-preview .info-block .title {
      width: auto;
      min-width: 130px;
      padding-right: 25px;
      margin-right: 0; }
    .product-card__main__h .ticket-preview-ct .btns-ct .btn {
      margin-right: 0; } }

.desktop .product-card .ticket-preview .info-block .value .link {
  -webkit-transition: border 0.22s;
  transition: border 0.22s; }
  .desktop .product-card .ticket-preview .info-block .value .link:hover {
    border-color: #478ffb; }

.p-menu {
  position: relative;
  height: 55px;
  z-index: 15; }
  .p-menu .btn-burger {
    -webkit-box-flex: 0;
            flex: none; }
    .p-menu .btn-burger span {
      background: #fff; }
      .p-menu .btn-burger span:before, .p-menu .btn-burger span:after {
        background: #fff; }
  .p-menu .nav-ct {
    display: none;
    -webkit-box-align: center;
            align-items: center; }
    .p-menu .nav-ct .text {
      -webkit-box-flex: 0;
              flex: none;
      margin-right: 12px;
      font-family: "Rubik-Medium";
      font-size: 15px;
      color: #fff;
      white-space: nowrap; }
  .p-menu li {
    margin-right: 41px; }
    .p-menu li a {
      display: block;
      color: #fff;
      -webkit-transition: background, color;
      transition: background, color;
      -webkit-transition-duration: 0.22s;
              transition-duration: 0.22s; }
      .p-menu li a .text {
        position: relative;
        display: block;
        padding: 19px 0 18px;
        font-family: "Rubik-Medium";
        font-size: 16px;
        line-height: 1.15;
        letter-spacing: .3px;
        text-transform: uppercase; }
        .p-menu li a .text:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 4px;
          background: #478ffb;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transition: -webkit-transform 0.3s;
          transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
          transition: transform 0.3s, -webkit-transform 0.3s; }
    .p-menu li:last-child {
      margin-right: 0; }
    .p-menu li.active a .text:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  .p-menu .submenu {
    display: none; }
    .p-menu .submenu li a {
      color: #000; }
      .p-menu .submenu li a .text:after {
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0); }
    .p-menu .submenu li.active a .text:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  .p-menu ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
  .p-menu__wr {
    background: #000;
    height: 55px; }
  .p-menu.p-menu-active .btn-burger span {
    background: rgba(255, 255, 255, 0); }
    .p-menu.p-menu-active .btn-burger span:before, .p-menu.p-menu-active .btn-burger span:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .p-menu.p-menu-active .btn-burger span:before {
      top: 0; }
    .p-menu.p-menu-active .btn-burger span:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  @media screen and (max-width: 1700px) {
    .p-menu {
      height: 52px; }
      .p-menu li {
        margin-right: 30px; }
        .p-menu li a .text {
          padding: 18px 0 17px;
          font-size: 15px; }
      .p-menu__wr {
        height: 52px;
        padding: 0 24px; } }
  @media screen and (min-width: 981px) {
    .p-menu li.desktop-hidden {
      display: none; } }
  @media screen and (max-width: 980px) {
    .p-menu {
      height: 44px; }
      .p-menu .nav-ct {
        display: -webkit-box;
        display: flex; }
      .p-menu li {
        margin: 0; }
        .p-menu li a {
          text-align: center;
          padding: 2px 12px; }
          .p-menu li a .text {
            display: inline-block;
            vertical-align: middle;
            padding: 6px 0 5px;
            font-size: 18px; }
            .p-menu li a .text:after {
              height: 3px; }
          .p-menu li a .icon {
            margin-left: 6px;
            margin-right: -12px;
            font-size: 5px; }
        .p-menu li:last-child a {
          padding-bottom: 11px; }
        .p-menu li.local-submenu-active a {
          background: #f2f2f4;
          color: #000; }
          .p-menu li.local-submenu-active a .icon {
            -webkit-transform: rotateZ(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotateZ(180deg); }
        .p-menu li.local-submenu-active .submenu {
          display: block; }
      .p-menu ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
      .p-menu .submenu li a .text {
        padding-bottom: 4px;
        font-family: "Rubik-Regular";
        font-size: 15px;
        letter-spacing: .1px; }
        .p-menu .submenu li a .text:after {
          height: 2px; }
      .p-menu .submenu li:first-child a {
        padding-top: 11px; }
      .p-menu__ct {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: calc(100vw - 65px - 44px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s; }
      .p-menu__wr {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
                align-items: center;
        height: 44px; }
      .p-menu.p-menu-active .p-menu__ct {
        opacity: 1;
        visibility: visible; } }
  @media screen and (max-width: 750px) {
    .p-menu li a {
      padding-top: 1px;
      padding-bottom: 1px; }
      .p-menu li a .text {
        font-size: 15px; }
    .p-menu .submenu li a {
      padding-top: 0;
      padding-bottom: 0; }
      .p-menu .submenu li a .text {
        font-size: 13px; }
    .p-menu .submenu li:first-child a {
      padding-top: 6px; }
    .p-menu .submenu li:last-child a {
      padding-bottom: 11px; }
    .p-menu__ct {
      max-height: calc(100vw - 57px - 44px); }
    .p-menu__wr {
      padding: 0 12px; } }
  @media screen and (max-width: 470px) {
    .p-menu__ct {
      max-height: calc(100vw - 54px - 44px); } }

.desktop li a:hover .text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.js_fixed-scope.fixed .p-menu__wr {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 199; }
  @media screen and (max-width: 1700px) {
    .js_fixed-scope.fixed .p-menu__wr {
      top: 80px; } }
  @media screen and (max-width: 1200px) {
    .js_fixed-scope.fixed .p-menu__wr {
      top: 65px; } }
  @media screen and (max-width: 750px) {
    .js_fixed-scope.fixed .p-menu__wr {
      top: 57px; } }
  @media screen and (max-width: 470px) {
    .js_fixed-scope.fixed .p-menu__wr {
      top: 54px; } }

.p-sidebar {
  padding: 12px 0;
  background: #f2f2f4; }
  .p-sidebar li {
    display: block; }
    .p-sidebar li a {
      display: block;
      padding: 9px 20px;
      -webkit-transition: background, color;
      transition: background, color;
      -webkit-transition-duration: 0.15s;
              transition-duration: 0.15s; }
      .p-sidebar li a .text {
        font-family: "Rubik-Medium";
        font-size: 14px;
        line-height: 1.25;
        text-transform: uppercase; }
    .p-sidebar li.active a {
      background: #478ffb !important;
      color: #fff !important; }
  @media screen and (max-width: 1700px) {
    .p-sidebar li a {
      padding: 9px 15px 8px; }
      .p-sidebar li a .text {
        font-size: 13px; } }
  @media screen and (max-width: 1200px) {
    .p-sidebar li a {
      padding-left: 10px;
      padding-right: 10px; }
      .p-sidebar li a .text {
        letter-spacing: -.1px; } }

.desktop .p-sidebar li a:hover {
  color: #478ffb; }

.p-layout {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start; }
  .p-layout .p-sidebar {
    -webkit-box-flex: 0;
            flex: none;
    width: 220px;
    margin-right: 40px; }
  .p-layout .p-main {
    width: calc(100% - 260px); }
    .p-layout .p-main > *:first-child {
      margin-top: 0; }
    .p-layout .p-main > *:last-child {
      margin-bottom: 0; }
    .p-layout .p-main:first-child {
      width: 100%; }
    .p-layout .p-main__panel {
      margin: 40px 0; }
      .p-layout .p-main__panel .cols-inputs-free {
        margin-top: -3px; }
    .p-layout .p-main .cols:first-child .fields-radio-inline {
      margin-top: 0; }
  .p-layout--narrow .p-main {
    width: calc(100% - 260px - 130px); }
  .p-layout--x-narrow .p-main {
    width: 750px; }
  @media screen and (max-width: 1700px) {
    .p-layout .p-sidebar {
      width: 200px;
      margin-right: 24px; }
    .p-layout .p-main {
      width: calc(100% - 224px); }
      .p-layout .p-main__panel {
        margin: 24px 0; }
    .p-layout--narrow .p-main {
      width: calc(100% - 224px - 115px); }
    .p-layout--x-narrow .p-main {
      width: 750px; } }
  @media screen and (max-width: 1400px) {
    .p-layout--narrow .p-main {
      width: calc(100% - 224px); } }
  @media screen and (max-width: 1200px) {
    .p-layout .p-sidebar {
      width: 160px;
      margin-right: 18px; }
    .p-layout .p-main {
      width: calc(100% - 178px); }
      .p-layout .p-main__panel {
        margin: 18px 0; } }
  @media screen and (max-width: 980px) {
    .p-layout .p-sidebar {
      display: none; }
    .p-layout .p-main {
      width: 100%; } }

.profile .product-card {
  margin: 22px 0; }
  @media screen and (min-width: 1201px) {
    .profile .product-card {
      width: 1010px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 750px) {
    .profile .product-card {
      margin: 12px 0; } }

.profile .psc-page .pwr .pct > *:first-child.product-card {
  margin-top: -20px; }
  @media screen and (max-width: 750px) {
    .profile .psc-page .pwr .pct > *:first-child.product-card {
      margin-top: -8px; } }

.cart-h {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
  .cart-h .btns-ct {
    -webkit-box-flex: 0;
            flex: none;
    margin-right: 30px; }
    .cart-h .btns-ct .btn {
      padding-left: 30px;
      padding-right: 30px; }
  .cart-h .search-with-btn {
    -webkit-box-flex: 0;
            flex: 0 1 490px; }
  .cart-h + .tbl-ct {
    margin-top: 40px; }
  @media screen and (max-width: 1700px) {
    .cart-h .btns-ct {
      margin-right: 20px; }
    .cart-h + .tbl-ct {
      margin-top: 24px; } }
  @media screen and (max-width: 1400px) {
    .cart-h .btns-ct {
      margin-right: 16px; }
      .cart-h .btns-ct .btn {
        padding-left: 25px;
        padding-right: 25px; } }
  @media screen and (max-width: 1200px) {
    .cart-h .btns-ct {
      margin-right: 10px; }
    .cart-h .search-with-btn {
      -webkit-box-flex: 1;
              flex: auto; } }
  @media screen and (min-width: 751px) {
    .cart-h .search-with-btn.search-with-btn--sm.search-with-btn--sm--icon .btn-search {
      width: 120px; } }
  @media screen and (max-width: 750px) {
    .cart-h .btns-ct .btn {
      padding-left: 12px;
      padding-right: 12px; } }
  @media screen and (max-width: 600px) {
    .cart-h {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: stretch;
              align-items: stretch; }
      .cart-h .btns-ct {
        margin-right: 0;
        margin-bottom: 10px; }
        .cart-h .btns-ct .btn {
          width: 100%; } }

.cart-f {
  margin-top: 40px;
  font-size: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start; }
  .cart-f .total-amount {
    margin-right: 40px; }
    .cart-f .total-amount table {
      border: none;
      border-collapse: collapse;
      line-height: 1.2; }
      .cart-f .total-amount table .text {
        font-size: 16px;
        letter-spacing: .2px; }
      .cart-f .total-amount table .value {
        font-family: "Rubik-Medium";
        font-size: 16px;
        color: #478ffb; }
      .cart-f .total-amount table td {
        padding-top: 1px;
        padding-bottom: 1px;
        vertical-align: top; }
        .cart-f .total-amount table td:first-child {
          min-width: 155px;
          padding-right: 20px; }
      .cart-f .total-amount table .field--textarea {
        margin-top: 5px; }
        .cart-f .total-amount table .field--textarea .text-input {
          width: 335px !important;
          min-width: 335px;
          max-width: 335px;
          height: 75px;
          min-height: 75px;
          max-height: 200px;
          resize: auto; }
  .cart-f .cart-actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
            flex: 0 1 820px; }
    .cart-f .cart-actions .btns-ct {
      -webkit-box-flex: 0;
              flex: none; }
      .cart-f .cart-actions .btns-ct .btn {
        padding-left: 30px;
        padding-right: 30px; }
        .cart-f .cart-actions .btns-ct .btn .btn-text {
          white-space: nowrap; }
    .cart-f .cart-actions .form-msg {
      margin-top: -4px;
      -webkit-box-flex: 1;
              flex: auto;
      padding: 0 3%; }
      .cart-f .cart-actions .form-msg__icon {
        top: 4px; }
      .cart-f .cart-actions .form-msg__text {
        padding-top: 0;
        font-size: 13px; }
        .cart-f .cart-actions .form-msg__text .bold {
          display: inline-block;
          font-family: "Rubik-Medium";
          color: #478ffb; }
  .cart-f .cart-actions-ct {
    -webkit-box-flex: 0;
            flex: 0 1 820px; }
    .cart-f .cart-actions-ct .cart-actions {
      margin-top: 40px; }
  @media screen and (max-width: 1700px) {
    .cart-f {
      margin-top: 32px; }
      .cart-f .cart-actions-ct .cart-actions {
        margin-top: 23px; } }
  @media screen and (max-width: 1400px) {
    .cart-f .total-amount table .field--textarea .text-input {
      width: 250px !important;
      min-width: 250px;
      max-width: 250px; }
    .cart-f .cart-actions .btns-ct .btn {
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 1200px) {
    .cart-f .f-style .field--radio--note .box {
      width: 22px;
      height: 22px;
      margin-right: 10px; }
      .cart-f .f-style .field--radio--note .box:after {
        width: 10px;
        height: 10px; }
    .cart-f .cart-actions {
      flex-wrap: wrap;
      -webkit-box-pack: end;
              justify-content: flex-end; }
      .cart-f .cart-actions .form-msg {
        -webkit-box-ordinal-group: 2;
                order: 1;
        margin-bottom: 20px;
        padding: 0; }
      .cart-f .cart-actions .btns-ct {
        -webkit-box-ordinal-group: 3;
                order: 2;
        margin-right: 10px; }
        .cart-f .cart-actions .btns-ct:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 980px) {
    .cart-f {
      flex-wrap: wrap;
      margin-top: 25px; }
      .cart-f .total-amount {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
        margin-top: 0; }
        .cart-f .total-amount table {
          width: 100%; }
          .cart-f .total-amount table td {
            padding-left: 20px; }
            .cart-f .total-amount table td:first-child {
              min-width: 0;
              width: 155px;
              padding-left: 0;
              padding-right: 0; }
          .cart-f .total-amount table .field--textarea .text-input {
            width: 100% !important;
            min-width: 100%;
            max-width: 100%; }
      .cart-f .cart-actions {
        width: 100%; }
        .cart-f .cart-actions .form-msg {
          padding: 0; }
        .cart-f .cart-actions .btns-ct .btn {
          padding-left: 12px;
          padding-right: 12px; }
      .cart-f .cart-actions-ct {
        width: 100%; } }
  @media screen and (max-width: 750px) {
    .cart-f .total-amount {
      margin-bottom: 28px; }
      .cart-f .total-amount table .text {
        font-size: 14px;
        letter-spacing: 0; }
      .cart-f .total-amount table .value {
        font-size: 15px; }
      .cart-f .total-amount table td {
        padding-left: 8px; }
        .cart-f .total-amount table td:first-child {
          width: 120px; } }
  @media screen and (max-width: 470px) {
    .cart-f .total-amount table {
      display: block; }
      .cart-f .total-amount table tbody, .cart-f .total-amount table tr, .cart-f .total-amount table td {
        display: block; }
      .cart-f .total-amount table tr {
        margin-bottom: 8px; }
        .cart-f .total-amount table tr:last-child {
          margin-bottom: 0; }
      .cart-f .total-amount table td {
        padding: 0;
        margin-bottom: 1px;
        width: 100%; }
      .cart-f .total-amount table .value {
        font-size: 17px; }
    .cart-f .cart-actions .btns-ct {
      width: 100%;
      margin-bottom: 6px;
      margin-right: 0; }
      .cart-f .cart-actions .btns-ct:last-child {
        margin-bottom: 0; } }

.radio-block {
  position: relative;
  cursor: pointer; }
  .radio-block .values {
    position: relative;
    width: auto;
    border-spacing: 0;
    border-collapse: collapse;
    z-index: 3; }
    .radio-block .values td {
      width: 100px;
      height: 39px;
      padding: 5px;
      padding-top: 7px;
      text-align: center;
      vertical-align: middle;
      border: 1px solid #000;
      -webkit-transition: border 0.22s;
      transition: border 0.22s; }
      .radio-block .values td .text {
        font-size: 12px;
        line-height: 1.2;
        text-transform: uppercase; }
  .radio-block .border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    z-index: 2;
    -webkit-transition: border 0.22s;
    transition: border 0.22s; }
  .radio-block input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
    .radio-block input:checked + .border {
      border-color: #478ffb; }
      .radio-block input:checked + .border + .values td {
        border-color: #478ffb; }
  @media screen and (max-width: 1400px) {
    .radio-block .values td {
      width: 90px; } }
  @media screen and (max-width: 1200px) {
    .radio-block .values td {
      width: 110px; } }
  @media screen and (max-width: 470px) {
    .radio-block .values {
      width: 100%; }
      .radio-block .values td {
        padding-left: 4px;
        padding-right: 4px; }
        .radio-block .values td .text {
          font-size: 11px;
          letter-spacing: -.2px; } }

.radio-blocks {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start; }
  .radio-blocks .radio-block {
    margin-bottom: 11px; }
    .radio-blocks .radio-block:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 470px) {
    .radio-blocks .radio-block {
      width: 100%; } }

.choose-delimiter {
  display: -webkit-box;
  display: flex; }
  .choose-delimiter .fields-radio-inline {
    -webkit-box-flex: 0;
            flex: none;
    margin-right: 25px; }
    .choose-delimiter .fields-radio-inline:after {
      content: '';
      display: table;
      height: 0;
      clear: both; }
    .choose-delimiter .fields-radio-inline .field {
      clear: left;
      float: left;
      margin-right: 0;
      margin-bottom: 11px; }
      .choose-delimiter .fields-radio-inline .field--radio .field__value {
        font-size: 12px; }
  .choose-delimiter .input-block {
    -webkit-box-flex: 1;
            flex: auto;
    padding-top: 21px; }
  .choose-delimiter .import-actions {
    margin-top: 11px; }
    .choose-delimiter .import-actions .btns-ct {
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .choose-delimiter .import-actions .btns-ct .btn {
        padding-left: 30px;
        padding-right: 30px; }
  @media screen and (max-width: 1700px) {
    .choose-delimiter .fields-radio-inline {
      margin-right: 18px; } }
  @media screen and (max-width: 750px) {
    .choose-delimiter .input-block {
      padding-top: 18px; } }
  @media screen and (max-width: 600px) {
    .choose-delimiter {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .choose-delimiter .fields-radio-inline .field {
        clear: none;
        margin-right: 18px; }
      .choose-delimiter .input-block {
        padding-top: 10px; } }

.file-uploader {
  display: -webkit-box;
  display: flex; }
  .file-uploader .file-input {
    position: relative; }
    .file-uploader .file-input input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden; }
    .file-uploader .file-input .btn {
      width: 132px; }
  .file-uploader .field {
    -webkit-box-flex: 1;
            flex: auto; }
    .file-uploader .field .text-input {
      border-left: none;
      padding-right: 36px; }
      .file-uploader .field .text-input::-webkit-input-placeholder {
        color: #000; }
      .file-uploader .field .text-input::-moz-placeholder {
        color: #000; }
      .file-uploader .field .text-input:-ms-input-placeholder {
        color: #000; }
      .file-uploader .field .text-input::-ms-input-placeholder {
        color: #000; }
      .file-uploader .field .text-input::placeholder {
        color: #000; }
      .file-uploader .field .text-input:disabled {
        pointer-events: none;
        border-color: #000;
        color: #000; }
  .file-uploader .btn-clear {
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0;
    width: 36px;
    color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: color 0.15s, opacity 0.15s, visibility 0.15s;
    transition: color 0.15s, opacity 0.15s, visibility 0.15s; }
    .file-uploader .btn-clear .icon {
      font-size: 9px; }
  .file-uploader.active .btn-clear {
    opacity: 1;
    visibility: visible; }

.desktop .file-uploader .btn-clear:hover {
  color: #478ffb; }

.import-file-actions .btns-ct {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .import-file-actions .btns-ct .btn {
    margin-right: 0;
    margin-bottom: 8px; }
    .import-file-actions .btns-ct .btn:last-child {
      margin-bottom: 0; }
  .import-file-actions .btns-ct .btn-fill-sm {
    width: 230px; }
  .import-file-actions .btns-ct .btn-download-inline {
    margin-top: 8px; }

@media screen and (max-width: 1700px) {
  .import-file-actions .btns-ct .btn-fill-sm {
    width: 210px; } }

@media screen and (max-width: 1400px) {
  .import-file-actions .btns-ct {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .import-file-actions .btns-ct .btn {
      margin-bottom: 0; }
    .import-file-actions .btns-ct .btn-download-inline {
      margin-top: 0;
      margin-left: 12px; } }

@media screen and (max-width: 1200px) {
  .import-file-actions .btns-ct .btn-fill-sm {
    width: 180px; } }

@media screen and (max-width: 470px) {
  .import-file-actions .btns-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .import-file-actions .btns-ct .btn-fill-sm {
      width: 100%; }
    .import-file-actions .btns-ct .btn-download-inline {
      width: auto;
      margin-top: 16px;
      margin-left: 0; } }

.import-file {
  display: -webkit-box;
  display: flex; }
  .import-file .import-file-field {
    -webkit-box-flex: 1;
            flex: auto;
    margin-right: 30px; }
  .import-file .import-file-actions {
    padding-top: 21px; }
  @media screen and (max-width: 1700px) {
    .import-file .import-file-field {
      margin-right: 24px; } }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .import-file {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .import-file .import-file-field {
        margin-right: 0; } }
  @media screen and (max-width: 1200px) {
    .import-file .import-file-field {
      margin-right: 18px; } }
  @media screen and (max-width: 750px) {
    .import-file {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .import-file .import-file-field {
        margin-right: 0; }
      .import-file .import-file-actions {
        padding-top: 12px; } }
  @media screen and (max-width: 470px) {
    .import-file .import-file-actions {
      padding-top: 6px; } }

.cols-import {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .cols-import .col {
    margin-right: 30px; }
    .cols-import .col:last-child {
      margin-right: 0; }
  .cols-import .col-source {
    -webkit-box-flex: 1;
            flex: auto; }
  @media screen and (max-width: 1700px) {
    .cols-import {
      padding-bottom: 16px; }
      .cols-import .col {
        margin-right: 24px; } }
  @media screen and (max-width: 1200px) {
    .cols-import {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .cols-import .col {
        margin-right: 0;
        margin-bottom: 19px; }
        .cols-import .col:last-child {
          margin-bottom: 0; } }

.cols-comparison {
  display: -webkit-box;
  display: flex;
  margin-bottom: 19px; }
  .cols-comparison .col {
    flex-basis: 50%;
    min-width: 500px; }
  @media screen and (max-width: 980px) {
    .cols-comparison .col {
      flex-basis: 100%;
      min-width: 0; } }

.import-results-h {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px; }
  .import-results-h > * {
    margin-right: 24px; }
    .import-results-h > *:last-child {
      margin-right: 0; }
  .import-results-h .sct-title-sm {
    margin-bottom: 0; }
    .import-results-h .sct-title-sm__ct {
      font-size: 24px;
      line-height: 1;
      text-transform: uppercase;
      text-align: left; }
    @media screen and (max-width: 1200px) {
      .import-results-h .sct-title-sm__ct {
        font-size: 24px; } }
    @media screen and (max-width: 750px) {
      .import-results-h .sct-title-sm__ct {
        font-size: 22px; } }
    @media screen and (max-width: 470px) {
      .import-results-h .sct-title-sm__ct {
        font-size: 20px; } }
  .import-results-h .result-types {
    margin-bottom: -4px; }
    .import-results-h .result-types__type {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      margin-bottom: 4px;
      padding: 7px 10px 6px;
      font-size: 12px;
      line-height: 1;
      text-transform: uppercase;
      background: #f3f3f3;
      -webkit-transition: background 0.22s;
      transition: background 0.22s; }
      .import-results-h .result-types__type--error {
        background: #ffabab; }
      .import-results-h .result-types__type--warning {
        background: #ffd1a0; }
      .import-results-h .result-types__type--alert {
        background: #fff494; }
      .import-results-h .result-types__type--found {
        background: #b4e7af; }
      .import-results-h .result-types__type:last-child {
        margin-right: 0; }
  .import-results-h .tbl-results-summary {
    -webkit-box-flex: 1;
            flex: auto;
    text-align: right;
    margin-bottom: -4px; }
    .import-results-h .tbl-results-summary > div {
      display: inline-block;
      vertical-align: middle;
      margin-left: 50px;
      margin-bottom: 4px;
      font-size: 13px;
      line-height: 1.2; }
      .import-results-h .tbl-results-summary > div:first-child {
        margin-left: 0; }
    @media screen and (max-width: 1700px) {
      .import-results-h .tbl-results-summary > div {
        margin-left: 35px; } }
  @media screen and (max-width: 1700px) {
    .import-results-h {
      margin-bottom: 24px; }
      .import-results-h .result-types__type {
        margin-right: 8px;
        padding-left: 8px;
        padding-right: 8px; } }
  @media screen and (max-width: 1400px) {
    .import-results-h {
      flex-wrap: wrap; }
      .import-results-h .sct-title-sm {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
  @media screen and (max-width: 1200px) {
    .import-results-h {
      margin-bottom: 18px; } }
  @media screen and (max-width: 980px) {
    .import-results-h > * {
      width: 100%; }
    .import-results-h .result-types {
      margin-bottom: 14px; }
    .import-results-h .tbl-results-summary {
      text-align: left; }
      .import-results-h .tbl-results-summary > div {
        margin-left: 0;
        margin-right: 18px; }
        .import-results-h .tbl-results-summary > div:last-child {
          margin-right: 0; } }

.desktop .import-results-h .result-types__type:hover {
  background: #e1e1e1; }

.desktop .import-results-h .result-types__type--error:hover {
  background: #ff8c8c; }

.desktop .import-results-h .result-types__type--warning:hover {
  background: #ffbb72; }

.desktop .import-results-h .result-types__type--alert:hover {
  background: #ffef61; }

.desktop .import-results-h .result-types__type--found:hover {
  background: #8fdb88; }

.dashboard-block {
  position: relative;
  padding: 28px 30px 23px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }
  .dashboard-block__title {
    margin-bottom: 7px;
    font-family: "Rubik-Medium", sans-serif;
    font-size: 18px;
    line-height: 1;
    word-break: break-word;
    text-transform: uppercase; }
  .dashboard-block__info > div {
    display: inline-block;
    white-space: nowrap; }
    .dashboard-block__info > div > * {
      display: inline-block; }
  .dashboard-block__info strong {
    margin-left: -1px;
    margin-right: 5px;
    font-family: "Rubik-Bold", sans-serif;
    font-size: 32px;
    line-height: 1;
    word-break: break-word; }
  .dashboard-block__info sup {
    top: -15px;
    font-family: "Rubik-Regular", sans-serif;
    font-size: 14px;
    font-style: italic; }
  .dashboard-block__list {
    margin-top: 9px; }
  .dashboard-block__list-ct {
    max-height: 215px;
    overflow-y: auto;
    padding-right: 30px; }
    .dashboard-block__list-ct::-webkit-scrollbar {
      width: 4px; }
    .dashboard-block__list-ct::-webkit-scrollbar-track {
      background-color: #eff1f5; }
    .dashboard-block__list-ct::-webkit-scrollbar-thumb {
      background-color: #a4a4ac; }
  .dashboard-block__list-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
            align-items: baseline;
    padding: 9px 0;
    -webkit-box-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ededed; }
    .dashboard-block__list-item:last-child {
      border-bottom: none; }
  .dashboard-block__list-item-title {
    width: calc(100% - 110px);
    font-size: 14px;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dashboard-block__list-item-meta {
    width: 110px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .2px;
    color: #93939d;
    text-align: right; }
  .dashboard-block__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 22px;
    padding: 2px 10px 2px;
    color: #478ffb;
    background: #f2f2f4;
    -webkit-transition: background, color;
    transition: background, color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .dashboard-block__btn .btn-text {
      font-family: "Rubik-Medium", sans-serif;
      font-size: 14px;
      line-height: 1.15; }
  .dashboard-block--list {
    padding-top: 37px;
    padding-bottom: 37px; }
  .dashboard-block--news {
    grid-column-start: span 3; }
  .dashboard-block--ntf {
    grid-column-start: span 2; }
  @media screen and (max-width: 1700px) {
    .dashboard-block {
      padding: 26px 27px 23px; }
      .dashboard-block__title {
        font-size: 16px; }
      .dashboard-block__info strong {
        font-size: 28px; }
      .dashboard-block__info sup {
        top: -11px; }
      .dashboard-block__list-ct {
        padding-right: 27px; }
      .dashboard-block--list {
        padding-top: 32px;
        padding-bottom: 37px; } }
  @media screen and (max-width: 1400px) {
    .dashboard-block {
      padding-left: 24px;
      padding-right: 24px; }
      .dashboard-block__info strong {
        font-size: 26px; }
      .dashboard-block__info sup {
        top: -10px; }
      .dashboard-block__list-ct {
        padding-right: 24px; } }
  @media screen and (max-width: 1200px) {
    .dashboard-block:nth-child(1) {
      -webkit-box-ordinal-group: 2;
              order: 1; }
    .dashboard-block:nth-child(2) {
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .dashboard-block:nth-child(3) {
      -webkit-box-ordinal-group: 4;
              order: 3; }
    .dashboard-block:nth-child(4) {
      -webkit-box-ordinal-group: 5;
              order: 4; }
    .dashboard-block:nth-child(5) {
      -webkit-box-ordinal-group: 6;
              order: 5; }
    .dashboard-block:nth-child(6) {
      -webkit-box-ordinal-group: 7;
              order: 6; }
    .dashboard-block:nth-child(7) {
      -webkit-box-ordinal-group: 8;
              order: 7; }
    .dashboard-block:nth-child(2) {
      grid-column-start: span 2;
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .dashboard-block:nth-child(3) {
      grid-column-start: span 3;
      -webkit-box-ordinal-group: 5;
              order: 4; }
    .dashboard-block:nth-child(4) {
      grid-column-start: span 2;
      -webkit-box-ordinal-group: 4;
              order: 3; }
    .dashboard-block:nth-child(5) {
      grid-column-start: span 2; }
    .dashboard-block__list-item-meta {
      letter-spacing: 0; } }
  @media screen and (max-width: 980px) {
    .dashboard-block:nth-child(2) {
      grid-column-start: span 1;
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .dashboard-block:nth-child(3) {
      grid-column-start: span 1; }
    .dashboard-block:nth-child(4) {
      grid-column-start: span 1; }
    .dashboard-block--news, .dashboard-block--ntf {
      grid-column-start: span 3; } }
  @media screen and (max-width: 750px) {
    .dashboard-block {
      padding: 21px 16px 22px;
      box-shadow: 0 0 14px rgba(0, 0, 0, 0.07); }
      .dashboard-block__title {
        font-size: 15px; }
      .dashboard-block__info strong {
        margin-left: 0;
        font-size: 24px; }
      .dashboard-block__info sup {
        top: -9px; }
      .dashboard-block__list-ct {
        padding-right: 16px; }
      .dashboard-block--list {
        padding-top: 28px;
        padding-bottom: 35px; } }
  @media screen and (max-width: 600px) {
    .dashboard-block--news, .dashboard-block--ntf {
      grid-column-start: span 2;
      padding-right: 0; } }
  @media screen and (max-width: 470px) {
    .dashboard-block {
      -webkit-box-ordinal-group: initial !important;
              order: initial !important;
      grid-column-start: initial !important;
      padding: 18px 16px 21px; }
      .dashboard-block__list-item-title {
        width: calc(100% - 95px); }
      .dashboard-block__list-item-meta {
        width: 95px;
        letter-spacing: -.2px; }
      .dashboard-block__list-ct {
        padding-right: 12px; }
      .dashboard-block--list {
        padding-top: 24px;
        padding-bottom: 33px;
        padding-right: 12px; } }

.desktop .dashboard-block:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.14); }

.desktop .dashboard-block a.dashboard-block__list-item-title {
  -webkit-transition: color 0.22s;
  transition: color 0.22s; }
  .desktop .dashboard-block a.dashboard-block__list-item-title:hover {
    color: #1571fa; }

.desktop .dashboard-block__btn:hover {
  color: #fff;
  background: #1571fa; }

@media screen and (max-width: 750px) {
  .desktop .dashboard-block:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.14); } }

.dashboard {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 23px 33px; }
  @media screen and (max-width: 1700px) {
    .dashboard {
      grid-gap: 22px 27px; } }
  @media screen and (max-width: 1400px) {
    .dashboard {
      grid-gap: 22px 24px; } }
  @media screen and (max-width: 1200px) {
    .dashboard {
      grid-gap: 18px 24px; } }
  @media screen and (max-width: 980px) {
    .dashboard {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 750px) {
    .dashboard {
      grid-gap: 16px; } }
  @media screen and (max-width: 600px) {
    .dashboard {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 470px) {
    .dashboard {
      grid-template-columns: 100%;
      grid-gap: 12px 0; } }

.psc {
  position: relative; }

.psc-grey {
  background: #f2f2f4; }

.psc-lightgrey {
  background: #fafafa; }

@media screen and (min-width: 1201px) {
  .psc-narrow .pwr {
    width: 1010px;
    padding: 0; } }

.psc-page-h .sct-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.psc-page-h .page-title {
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 12px);
      -ms-transform: translate(0, 12px);
          transform: translate(0, 12px);
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: .53s;
          transition-duration: .53s; }

.psc-page-h .page-title-ct {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .psc-page-h .page-title-ct .btn-border-sm {
    margin-top: -4px;
    -webkit-box-flex: 0;
            flex: none;
    min-width: 150px;
    margin-right: -150px;
    margin-left: 45px;
    padding-left: 22px;
    padding-right: 22px; }
    .psc-page-h .page-title-ct .btn-border-sm .btn-text {
      white-space: nowrap; }

.psc-page-h .pwr .pct {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 121px;
  padding: 19px 5% 16px; }

.psc-page-h--composite .page-title {
  flex-shrink: 100;
  width: auto;
  text-align: left;
  margin-top: 3px;
  margin-right: 60px; }

.psc-page-h--composite .login-block {
  align-self: stretch;
  height: 150px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }
  .psc-page-h--composite .login-block .text {
    margin: -1px 0 7px;
    font-size: 14px;
    line-height: 1.35; }
  .psc-page-h--composite .login-block .btns {
    display: -webkit-box;
    display: flex; }
    .psc-page-h--composite .login-block .btns .btn {
      width: 160px;
      margin-right: 20px; }
      .psc-page-h--composite .login-block .btns .btn .btn-text {
        word-break: normal;
        letter-spacing: 0; }
      .psc-page-h--composite .login-block .btns .btn:last-child {
        margin-right: 0; }

.psc-page-h--composite .search-with-btn {
  flex-basis: 750px;
  margin-left: 40px;
  margin-top: 36px;
  margin-bottom: 35px; }

.psc-page-h--composite .pwr .pct {
  height: auto;
  padding: 0;
  -webkit-box-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 1400px) {
  .psc-page-h--composite .login-block .btns .btn {
    margin-right: 16px; } }

@media screen and (max-width: 1200px) {
  .psc-page-h .page-title-ct .btn-border-sm {
    margin-top: -2px;
    margin-left: 30px; }
  .psc-page-h--composite .page-title {
    margin-right: 25px; }
  .psc-page-h--composite .login-block {
    padding: 0 25px; }
    .psc-page-h--composite .login-block .btns .btn {
      margin-right: 10px; }
  .psc-page-h--composite .search-with-btn {
    margin-left: 25px; } }

@media screen and (max-width: 980px) {
  .psc-page-h--composite .page-title {
    -webkit-box-flex: 0;
            flex: none;
    width: calc(40% - 25px);
    margin-right: 25px;
    margin-top: 22px;
    margin-bottom: 20px; }
  .psc-page-h--composite .search-with-btn {
    -webkit-box-flex: 0;
            flex: none;
    width: 60%;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
  .psc-page-h--composite .login-block {
    -webkit-box-flex: 0;
            flex: none;
    width: calc(100% + 50px);
    margin-top: -10px;
    margin-left: -25px;
    height: auto;
    padding: 25px 12px;
    padding-top: 13px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 4;
            order: 3; }
    .psc-page-h--composite .login-block .btns .btn {
      width: 180px; }
  .psc-page-h--composite .pwr .pct {
    flex-wrap: wrap; } }

@media screen and (max-width: 750px) {
  .psc-page-h .page-title-ct .btn-border-sm {
    margin-right: -140px; }
  .psc-page-h .page-title-ct {
    width: 100%;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .psc-page-h .page-title-ct .page-title {
      width: auto; }
    .psc-page-h .page-title-ct .btn-border-sm {
      margin-right: 0;
      margin-left: 12px; }
  .psc-page-h .pwr .pct {
    height: 90px;
    padding-left: 0;
    padding-right: 0; }
  .psc-page-h--composite .login-block {
    width: calc(100% + 24px);
    margin-left: -12px; }
    .psc-page-h--composite .login-block .text {
      text-align: center; }
  .psc-page-h--composite .pwr .pct {
    height: auto; } }

@media screen and (max-width: 600px) {
  .psc-page-h--composite .page-title {
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
    margin-bottom: 10px;
    text-align: center; }
  .psc-page-h--composite .search-with-btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px; } }

@media screen and (max-width: 470px) {
  .psc-page-h .page-title-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .psc-page-h .page-title-ct .btn-border-sm {
      margin-top: 12px;
      margin-left: 0;
      width: 100%; }
  .psc-page-h--profile .pwr .pct {
    height: auto;
    padding-top: 24px;
    padding-bottom: 25px; }
  .psc-page-h--composite .login-block {
    -webkit-box-align: stretch;
            align-items: stretch; }
    .psc-page-h--composite .login-block .btns .btn {
      width: calc(50% - 4px);
      margin-right: 8px; } }

.page-ready .psc-page-h .page-title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.psc-page .pwr .pct {
  padding: 65px 0; }
  .psc-page .pwr .pct > *:first-child {
    margin-top: 0; }
  .psc-page .pwr .pct > *:last-child {
    margin-bottom: 0; }
  .psc-page .pwr .pct > .form-tabs:first-child {
    margin-top: -9px; }
  .psc-page .pwr .pct > .sct-title-sm:first-child {
    margin-top: -5px; }
  .psc-page .pwr .pct > .p-layout:first-child {
    margin-top: 5px; }
  .psc-page .pwr .pct > .form-tabs:last-child,
  .psc-page .pwr .pct > .f-style:last-child,
  .psc-page .pwr .pct > .product-card:last-child,
  .psc-page .pwr .pct > .p-layout:last-child {
    margin-bottom: 6px; }

.psc-page + .psc-seo .pwr .pct {
  padding-top: 5px; }

@media screen and (max-width: 1700px) {
  .psc-page .pwr .pct {
    padding: 50px 0; }
    .psc-page .pwr .pct > .p-layout:first-child {
      margin-top: 0; }
    .psc-page .pwr .pct > .sct-title-sm:first-child {
      margin-top: -2px; }
    .psc-page .pwr .pct > .form-tabs:last-child,
    .psc-page .pwr .pct > .f-style:last-child,
    .psc-page .pwr .pct > .product-card:last-child,
    .psc-page .pwr .pct > .p-layout:last-child {
      margin-bottom: 10px; } }

@media screen and (max-width: 1200px) {
  .psc-page .pwr .pct {
    padding: 45px 0; }
    .psc-page .pwr .pct > .form-tabs:first-child {
      margin-top: -13px; }
    .psc-page .pwr .pct > .sct-title-sm:first-child {
      margin-top: 0; }
    .psc-page .pwr .pct > .form-tabs:last-child,
    .psc-page .pwr .pct > .f-style:last-child,
    .psc-page .pwr .pct > .product-card:last-child,
    .psc-page .pwr .pct > .p-layout:last-child {
      margin-bottom: 5px; } }

@media screen and (max-width: 750px) {
  .psc-page .pwr .pct {
    padding: 32px 0; } }

.psc-main-slider + .psc .pwr .pct {
  padding-top: 120px; }
  @media screen and (max-width: 1700px) {
    .psc-main-slider + .psc .pwr .pct {
      padding-top: 50px; } }
  @media screen and (max-width: 1400px) {
    .psc-main-slider + .psc .pwr .pct {
      padding-top: 45px; } }
  @media screen and (max-width: 750px) {
    .psc-main-slider + .psc .pwr .pct {
      padding-top: 32px; } }
  @media screen and (max-width: 600px) {
    .psc-main-slider + .psc .pwr .pct {
      padding-top: 24px; } }

.psc-our-services .pwr .pct {
  padding-bottom: 130px; }
  @media screen and (max-width: 1700px) {
    .psc-our-services .pwr .pct {
      padding-bottom: 75px; } }
  @media screen and (max-width: 1400px) {
    .psc-our-services .pwr .pct {
      padding-bottom: 65px; } }
  @media screen and (max-width: 750px) {
    .psc-our-services .pwr .pct {
      padding-bottom: 32px; } }

.psc-home-about {
  position: relative;
  padding: 130px 0;
  z-index: 2;
  overflow: hidden; }
  .psc-home-about .psc-img {
    -webkit-box-flex: 0;
            flex: none;
    width: 35.78125%;
    margin: -130px 0;
    align-self: stretch;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
  .psc-home-about .about-numbers {
    -webkit-box-flex: 0;
            flex: none;
    margin-left: -6.51042%;
    margin-right: 4.94792%; }
  .psc-home-about .psc-content {
    max-width: 420px;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    margin-right: 4.94792%; }
    .psc-home-about .psc-content .sct-title {
      float: left; }
    .psc-home-about .psc-content .text {
      margin: 0;
      font-size: 14px;
      line-height: 1.6; }
    .psc-home-about .psc-content .link {
      position: relative;
      display: inline-block;
      margin-top: 15px;
      font-family: "Rubik-Bold";
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: .1px;
      color: #478ffb; }
      .psc-home-about .psc-content .link:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        opacity: 0;
        background: #478ffb;
        -webkit-transition: opacity 0.22s;
        transition: opacity 0.22s; }
    .psc-home-about .psc-content .info {
      clear: both; }
  .psc-home-about .sct-ct {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  .psc-home-about .animate .psc-img,
  .psc-home-about .animate .about-numbers,
  .psc-home-about .animate .psc-content {
    opacity: 0;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .8s;
            transition-duration: .8s; }
  .psc-home-about .animate .psc-img {
    -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
            transform: translate(-10%, 0); }
  .psc-home-about .animate .about-numbers {
    -webkit-transform: translate(5%, 0);
        -ms-transform: translate(5%, 0);
            transform: translate(5%, 0); }
  .psc-home-about .animate .psc-content {
    -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
            transform: translate(10%, 0); }
  .psc-home-about .animate.animated .psc-img,
  .psc-home-about .animate.animated .about-numbers,
  .psc-home-about .animate.animated .psc-content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media screen and (max-width: 1700px) {
    .psc-home-about {
      padding: 85px 0; }
      .psc-home-about .psc-img {
        margin: -85px 0; } }
  @media screen and (max-width: 1400px) {
    .psc-home-about {
      padding: 75px 0; }
      .psc-home-about .psc-img {
        margin: -75px 0; } }
  @media screen and (max-width: 1200px) {
    .psc-home-about .about-numbers {
      margin-right: 4.16667%; } }
  @media screen and (max-width: 980px) {
    .psc-home-about .about-numbers {
      margin-left: -145px; } }
  @media screen and (max-width: 750px) {
    .psc-home-about {
      padding: 40px 0; }
      .psc-home-about .psc-img {
        width: 31.25%;
        margin: -40px 0; }
      .psc-home-about .about-numbers {
        margin-left: -120px; }
      .psc-home-about .psc-content .link {
        margin-top: 7px;
        font-size: 14px; } }
  @media screen and (max-width: 600px) {
    .psc-home-about .psc-img {
      width: 120px;
      margin-right: -108px; }
    .psc-home-about .about-numbers {
      margin-left: 0;
      margin-right: 12px; }
    .psc-home-about .psc-content .text {
      font-size: 13px; } }
  @media screen and (max-width: 470px) {
    .psc-home-about {
      padding: 10px 0 32px; }
      .psc-home-about .psc-img {
        display: none; }
      .psc-home-about .about-numbers {
        width: 100%;
        margin: 0; }
      .psc-home-about .psc-content {
        max-width: none;
        margin: 0;
        margin-top: 30px;
        padding: 0 12px;
        text-align: center; }
        .psc-home-about .psc-content .sct-title {
          float: none; }
      .psc-home-about .sct-ct {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }

.desktop .psc-home-about .psc-content .link:hover:before {
  opacity: 1; }

.psc-about {
  overflow: hidden; }
  .psc-about .psc-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1; }
  .psc-about .about-numbers {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
            flex: none;
    width: 280px;
    margin-right: -220px;
    margin-left: -60px;
    margin-top: 60px;
    margin-bottom: -60px; }
  .psc-about .sct-ct {
    width: calc(100% + 120px);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    margin: 60px 0; }
    .psc-about .sct-ct .col-text {
      -webkit-box-flex: 56vw;
              flex: 56vw;
      margin-top: -8px; }
    .psc-about .sct-ct .col-img {
      position: relative;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      flex-basis: calc(44vw - (50vw - 765px) + 120px);
      margin-left: 120px;
      margin-bottom: 60px; }
      .psc-about .sct-ct .col-img.animate .psc-img,
      .psc-about .sct-ct .col-img.animate .about-numbers {
        opacity: 0;
        -webkit-transition: opacity, -webkit-transform;
        transition: opacity, -webkit-transform;
        transition: transform, opacity;
        transition: transform, opacity, -webkit-transform;
        -webkit-transition-duration: .8s;
                transition-duration: .8s; }
      .psc-about .sct-ct .col-img.animate .psc-img {
        -webkit-transform: translate(10%, 0);
            -ms-transform: translate(10%, 0);
                transform: translate(10%, 0); }
      .psc-about .sct-ct .col-img.animate .about-numbers {
        -webkit-transform: translate(-5%, 0);
            -ms-transform: translate(-5%, 0);
                transform: translate(-5%, 0); }
      .psc-about .sct-ct .col-img.animate.animated .psc-img,
      .psc-about .sct-ct .col-img.animate.animated .about-numbers {
        opacity: 1;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
  @media screen and (max-width: 1800px) {
    .psc-about .sct-ct {
      width: 100%; }
      .psc-about .sct-ct .col-img {
        flex-basis: calc(44vw - (50vw - 765px)); } }
  @media screen and (max-width: 1700px) {
    .psc-about .sct-ct .col-img {
      flex-basis: calc(44vw - (50vw - 741px)); } }
  @media screen and (max-width: 1530px) {
    .psc-about .sct-ct .col-img {
      flex-basis: calc(44vw - 24px); } }
  @media screen and (max-width: 1200px) {
    .psc-about .sct-ct {
      margin: 45px 0; } }
  @media screen and (max-width: 980px) {
    .psc-about .about-numbers {
      margin: -60px auto 60px; }
    .psc-about .sct-ct {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: stretch;
              align-items: stretch; }
      .psc-about .sct-ct .col-text {
        -webkit-box-flex: 1;
                flex: auto;
        margin-top: 0; }
      .psc-about .sct-ct .col-img {
        position: relative;
        -webkit-box-flex: 1;
                flex: auto;
        margin-left: 0;
        margin-top: 90px;
        margin-bottom: 0; }
        .psc-about .sct-ct .col-img.animate .psc-img {
          -webkit-transform: translate(0, 10%);
              -ms-transform: translate(0, 10%);
                  transform: translate(0, 10%); }
        .psc-about .sct-ct .col-img.animate .about-numbers {
          -webkit-transform: translate(0, -5%);
              -ms-transform: translate(0, -5%);
                  transform: translate(0, -5%); }
        .psc-about .sct-ct .col-img.animate.animated .psc-img,
        .psc-about .sct-ct .col-img.animate.animated .about-numbers {
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); } }
  @media screen and (min-width: 751px) {
    .psc-about .about-numbers .number {
      font-size: 30px; }
    .psc-about .about-numbers .text {
      font-size: 14px; }
    .psc-about .about-numbers .property {
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (max-width: 750px) {
    .psc-about .sct-ct {
      margin: 32px 0; } }
  @media screen and (max-width: 470px) {
    .psc-about .about-numbers {
      width: 255px; } }

.psc-news {
  position: relative;
  z-index: 1; }
  .psc-news:before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 77%;
    bottom: 0;
    background: #f5f5f5; }
  .psc-news .btns-ct {
    float: right;
    margin-top: -33px; }
    .psc-news .btns-ct .btn {
      min-width: 150px; }
  .psc-news .pwr {
    z-index: 2; }
    .psc-news .pwr .pct {
      padding: 120px 0 125px; }
  @media screen and (max-width: 1700px) {
    .psc-news:before {
      top: -45px; }
    .psc-news .pwr .pct {
      padding: 80px 0 90px; } }
  @media screen and (max-width: 1400px) {
    .psc-news:before {
      top: -38px; }
    .psc-news .pwr .pct {
      padding: 65px 0 90px; } }
  @media screen and (max-width: 980px) {
    .psc-news:before {
      width: 73%; } }
  @media screen and (max-width: 750px) {
    .psc-news:before {
      top: -22px; }
    .psc-news .btns-ct .btn {
      min-width: 130px;
      max-width: 170px; }
    .psc-news .pwr .pct {
      padding: 32px 0 65px; } }
  @media screen and (max-width: 600px) {
    .psc-news:before {
      width: 60%; } }
  @media screen and (max-width: 470px) {
    .psc-news:before {
      width: 100%;
      height: 224px;
      top: 0; }
    .psc-news .pwr .pct {
      padding: 32px 0 165px; } }

.psc-contact {
  position: relative; }
  .psc-contact .contact-form {
    position: relative;
    width: 490px;
    top: -105px;
    color: #fff;
    pointer-events: all; }
    .psc-contact .contact-form .btns-ct {
      margin-top: 42px; }
      .psc-contact .contact-form .btns-ct .btn-border-boldtext {
        min-width: 180px; }
    .psc-contact .contact-form .gradient-blue-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .psc-contact .contact-form .additional-info {
      margin-top: 40px;
      font-size: 16px;
      line-height: 1.5; }
      .psc-contact .contact-form .additional-info a {
        position: relative;
        color: #fff;
        text-decoration: none; }
        .psc-contact .contact-form .additional-info a:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 1px;
          opacity: 1;
          background: #fff;
          -webkit-transition: opacity 0.22s;
          transition: opacity 0.22s; }
    .psc-contact .contact-form .wr {
      position: relative;
      padding: 102px 65px;
      z-index: 2; }
    .psc-contact .contact-form.animate {
      opacity: 0;
      -webkit-transform: translate(0, 10%);
          -ms-transform: translate(0, 10%);
              transform: translate(0, 10%);
      -webkit-transition: opacity 0.45s, -webkit-transform 1s;
      transition: opacity 0.45s, -webkit-transform 1s;
      transition: transform 1s, opacity 0.45s;
      transition: transform 1s, opacity 0.45s, -webkit-transform 1s; }
      .psc-contact .contact-form.animate.animated {
        opacity: 1;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
  .psc-contact .contact-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .psc-contact .pwr {
    z-index: 2;
    -webkit-perspective: 1500px;
            perspective: 1500px;
    pointer-events: none; }
  @media screen and (max-width: 1700px) {
    .psc-contact .contact-form {
      top: -70px;
      width: 470px; }
      .psc-contact .contact-form .wr {
        padding: 75px 55px; } }
  @media screen and (max-width: 1400px) {
    .psc-contact .contact-form {
      top: -60px; }
      .psc-contact .contact-form .additional-info {
        margin-top: 25px; }
      .psc-contact .contact-form .btns-ct {
        margin-top: 37px; }
      .psc-contact .contact-form .wr {
        padding: 60px 55px; } }
  @media screen and (max-width: 1200px) {
    .psc-contact .contact-form {
      top: -60px;
      width: 420px; }
      .psc-contact .contact-form .btns-ct {
        margin-top: 37px; }
      .psc-contact .contact-form .wr {
        padding: 55px 40px 55px; } }
  @media screen and (min-width: 751px) {
    .psc-contact .contact-form .sct-title {
      margin-bottom: 23px; } }
  @media screen and (max-width: 750px) {
    .psc-contact .contact-form {
      top: -35px;
      width: 350px; }
      .psc-contact .contact-form .additional-info {
        margin-top: 25px; }
      .psc-contact .contact-form .btns-ct {
        margin-top: 35px; }
        .psc-contact .contact-form .btns-ct .btn-border-boldtext {
          min-width: 160px; }
      .psc-contact .contact-form .wr {
        padding: 40px 25px; }
      .psc-contact .contact-form .additional-info {
        margin-top: 15px;
        font-size: 14px; } }
  @media screen and (max-width: 470px) {
    .psc-contact .contact-form {
      top: -120px;
      width: 100%; } }

.desktop .psc-contact .contact-form .additional-info a:hover:before {
  opacity: 0; }

@media screen and (min-width: 471px) {
  .psc-page-contacts-form .fields-ct > .cols > .col-2:last-child {
    display: -webkit-box;
    display: flex; }
    .psc-page-contacts-form .fields-ct > .cols > .col-2:last-child .col-1 {
      display: -webkit-box;
      display: flex; }
    .psc-page-contacts-form .fields-ct > .cols > .col-2:last-child .field--textarea {
      width: 100%;
      display: -webkit-box;
      display: flex; }
      .psc-page-contacts-form .fields-ct > .cols > .col-2:last-child .field--textarea > .field__ct {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .psc-page-contacts-form .fields-ct > .cols > .col-2:last-child .field--textarea > .field__ct .field__input {
          -webkit-box-flex: 100%;
                  flex: 100%; }
          .psc-page-contacts-form .fields-ct > .cols > .col-2:last-child .field--textarea > .field__ct .field__input > .text-input {
            height: 100%; } }

.psc-map-wr {
  position: relative; }
  .psc-map-wr .psc .pwr .pct {
    padding-right: 51%; }
  .psc-map-wr .contact-page-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44%; }
  @media screen and (min-width: 1701px) {
    .psc-map-wr .psc .pwr .pct {
      padding-top: 65px;
      padding-bottom: 65px; } }
  @media screen and (max-width: 1700px) {
    .psc-map-wr .psc .pwr .pct {
      padding-right: calc(44% + 25px); } }
  @media screen and (max-width: 980px) {
    .psc-map-wr .psc .pwr .pct {
      padding-right: 0; }
    .psc-map-wr .contact-page-map {
      position: relative;
      width: 100%;
      height: 300px; } }

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

.psc-parts-range {
  margin-top: -25px; }
  @media screen and (min-width: 751px) {
    .psc-parts-range .pwr .pct {
      padding-top: 40px; } }
  @media screen and (max-width: 750px) {
    .psc-parts-range {
      margin-top: -15px; } }

.ct-404 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  max-width: 100%; }
  .ct-404 .code {
    position: relative;
    padding: 6px 0;
    font-family: "Rubik-Medium";
    font-size: 70px;
    line-height: 1;
    letter-spacing: .5px; }
    .ct-404 .code:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 2px;
      width: 88px;
      height: 4px;
      background: #478ffb; }
  .ct-404 .descr {
    margin-left: 20px;
    margin-top: -10px; }
    .ct-404 .descr .error {
      position: relative;
      display: inline-block;
      padding: 4px 12px 3px;
      padding-right: 0; }
      .ct-404 .descr .error:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #478ffb;
        -webkit-transform: skewX(-16deg);
            -ms-transform: skewX(-16deg);
                transform: skewX(-16deg);
        -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
                transform-origin: 0% 100%; }
      .ct-404 .descr .error .text {
        position: relative;
        font-family: "Rubik-Medium";
        font-size: 12px;
        line-height: 1;
        letter-spacing: 6px;
        text-transform: uppercase;
        z-index: 2; }
    .ct-404 .descr .subtitle {
      margin-top: 6px;
      font-family: "Rubik-Medium";
      font-size: 16px;
      line-height: 1.3;
      letter-spacing: .2px;
      text-transform: uppercase; }
  .ct-404.animate .code:after {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
  .ct-404.animate .descr .error {
    opacity: 0;
    -webkit-transform: translate(-12px, 0);
        -ms-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .8s;
            transition-duration: .8s; }
    .ct-404.animate .descr .error:after {
      -webkit-transform: skewX(-16deg) scaleX(0);
          -ms-transform: skewX(-16deg) scaleX(0);
              transform: skewX(-16deg) scaleX(0);
      -webkit-transition: -webkit-transform;
      transition: -webkit-transform;
      transition: transform;
      transition: transform, -webkit-transform;
      -webkit-transition-duration: .8s;
              transition-duration: .8s; }
    .ct-404.animate .descr .error .text {
      letter-spacing: 4px;
      -webkit-transition: letter-spacing .8s;
      transition: letter-spacing .8s; }
  .ct-404.animate.animated .code:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .ct-404.animate.animated .descr .error {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
    .ct-404.animate.animated .descr .error:after {
      -webkit-transform: skewX(-16deg) scaleX(1);
          -ms-transform: skewX(-16deg) scaleX(1);
              transform: skewX(-16deg) scaleX(1); }
    .ct-404.animate.animated .descr .error .text {
      letter-spacing: 6px; }
  @media screen and (max-width: 750px) {
    .ct-404 .code {
      font-size: 60px; }
      .ct-404 .code:after {
        width: 80px; }
    .ct-404 .descr {
      margin-left: 12px; }
      .ct-404 .descr .subtitle {
        font-size: 15px; } }
  @media screen and (max-width: 470px) {
    .ct-404 .code {
      font-size: 50px; }
      .ct-404 .code:after {
        width: 70px; }
    .ct-404.animate .descr .error .text {
      letter-spacing: 2px; }
    .ct-404.animate.animated .descr .error .text {
      letter-spacing: 4px; } }

.psc-404 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden; }
  .psc-404 .pwr .pct {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    min-height: 400px;
    padding: 0;
    padding-bottom: 30px; }
  @media screen and (max-width: 1700px) {
    .psc-404 .pwr .pct {
      padding-bottom: 15px;
      min-height: 270px; } }
  @media screen and (max-width: 750px) {
    .psc-404 .pwr .pct {
      min-height: 200px;
      padding-bottom: 10px; } }

.page-tech {
  padding-top: 0 !important;
  overflow: auto !important; }
  .page-tech .page-content {
    margin-top: 0; }

.tech-header {
  padding: 20px 20px 0;
  text-align: center; }
  .tech-header a {
    display: inline-block;
    width: 212px;
    max-height: 53px; }
    .tech-header a img, .tech-header a svg {
      display: block;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 1200px) {
    .tech-header a {
      width: 165px; } }
  @media screen and (max-width: 750px) {
    .tech-header {
      padding: 12px 12px 0; }
      .tech-header a {
        width: 150px; } }
  @media screen and (max-width: 750px) {
    .tech-header a {
      width: 120px; } }

.psc-tech table td {
  padding: 6px 20px;
  vertical-align: middle; }
  .psc-tech table td:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  @media screen and (max-width: 750px) {
    .psc-tech table td {
      display: block;
      padding: 4px 0; } }

.psc-tech .number {
  display: inline-block;
  width: 38px;
  margin-right: 8px;
  vertical-align: baseline;
  font-family: "Rubik-Bold";
  font-size: 19px;
  line-height: 19px; }

.psc-tech .blue {
  color: #4098f3;
  opacity: .7;
  margin: 0px 0 3px;
  display: block;
  font-size: 120%; }

.psc-tech .title {
  float: left;
  clear: both;
  font-family: "Rubik-Bold";
  font-size: 19px;
  font-weight: normal;
  line-height: 19px;
  text-transform: uppercase; }

.psc-tech a {
  float: left;
  margin-top: -2px;
  word-break: break-all;
  font-size: 17px;
  line-height: 1;
  color: #478ffb;
  border-bottom: 1px solid transparent; }
  @media screen and (max-width: 750px) {
    .psc-tech a {
      margin-top: -9px;
      line-height: 1.3; } }

.psc-tech .pwr {
  width: 1010px; }
  .psc-tech .pwr .pct {
    padding: 4% 0 10%; }

@media screen and (max-width: 750px) {
  .psc-tech .pwr .pct {
    padding-top: 27px; } }

.desktop .psc-tech a {
  -webkit-transition: border 0.15s;
  transition: border 0.15s; }
  .desktop .psc-tech a:hover {
    border-color: #478ffb; }

.wtm-title {
  font-weight: 700;
  line-height: 1.25; }
  .wtm-title--1, .wtm-title--2 {
    text-align: center;
    line-height: 1.05; }
  .wtm-title--1 {
    font-size: 35px; }
  .wtm-title--2 {
    font-size: 28px; }
  .wtm-title--3 {
    font-size: 26px; }
  .wtm-title--4 {
    font-size: 16px; }

.wtm-nav__link {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #069;
  color: #069; }

.wtm-btn {
  padding: 8px 22px;
  background: #e7efff;
  border: 1px solid #b2b6dc;
  border-radius: 2px;
  -webkit-transition: background, border, color;
  transition: background, border, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .wtm-btn .btn-text {
    font-size: 16px; }

.desktop .wtm-btn:hover {
  background: #c0d5ff; }

.wtm-btns .wtm-btn {
  margin-right: 12px; }

.wtm-text {
  font-size: 15px;
  line-height: 1.5; }
  .wtm-text code {
    font-size: 14px;
    font-weight: 700; }

.wtm-code {
  display: block;
  padding: 20px;
  font-size: 13px;
  background: #efefef;
  border-radius: 8px; }

.wtm-pre {
  white-space: pre-wrap;
  word-break: break-word; }

.wtm-blocks-divider {
  height: 2px;
  background: #F5F6FA; }

.wtm-msl-preview {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .wtm-msl-preview__item {
    width: calc(25% - 12px); }
    .wtm-msl-preview__item div {
      position: relative;
      padding-top: 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      cursor: pointer; }
      .wtm-msl-preview__item div:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #069;
        opacity: 0;
        z-index: 2;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }

.desktop .wtm-msl-preview__item:hover div:after {
  opacity: .6; }

.wtm-psc {
  max-width: 1150px;
  margin: 0 auto;
  padding: 10px 0; }
  .wtm-psc__ct {
    padding: 35px 45px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
    .wtm-psc__ct > * {
      margin: 25px 0; }
      .wtm-psc__ct > *:first-child {
        margin-top: 0; }
      .wtm-psc__ct > *:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 1700px) {
    .wtm-psc {
      max-width: 1050px; }
      .wtm-psc__ct {
        padding: 30px 35px; } }
  @media screen and (max-width: 1200px) {
    .wtm-psc {
      max-width: calc(100% - 50px); }
      .wtm-psc__ct {
        padding: 25px; } }
  @media screen and (max-width: 750px) {
    .wtm-psc {
      max-width: calc(100% - 24px); }
      .wtm-psc__ct {
        padding: 20px 12px; } }

.wtm-page-content {
  padding: 30px 0 80px; }

.page-manual {
  font-size: 0;
  color: #333;
  background: #F5F6FA; }
