

/* Start:/local/templates/akbmaster/build/build.css?1769707537271344*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #90aabd; color: #fff; text-shadow: none; }
::selection { background: #90aabd; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

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


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor:default; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */




/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/**
 * Swiper 4.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
.ui-timepicker-wrapper{overflow-y:auto;max-height:150px;width:6.5em;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);outline:0;z-index:10001;margin:0}.ui-timepicker-wrapper.ui-timepicker-with-duration{width:13em}.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60{width:11em}.ui-timepicker-list{margin:0;padding:0;list-style:none}.ui-timepicker-duration{margin-left:5px;color:#888}.ui-timepicker-list:hover .ui-timepicker-duration{color:#888}.ui-timepicker-list li{padding:3px 0 3px 5px;cursor:pointer;white-space:nowrap;color:#000;list-style:none;margin:0}.ui-timepicker-list:hover .ui-timepicker-selected{background:#fff;color:#000}li.ui-timepicker-selected,.ui-timepicker-list li:hover,.ui-timepicker-list .ui-timepicker-selected:hover{background:#1980EC;color:#fff}li.ui-timepicker-selected .ui-timepicker-duration,.ui-timepicker-list li:hover .ui-timepicker-duration{color:#ccc}.ui-timepicker-list li.ui-timepicker-disabled,.ui-timepicker-list li.ui-timepicker-disabled:hover,.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled{color:#888;cursor:default}.ui-timepicker-list li.ui-timepicker-disabled:hover,.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled{background:#f2f2f2}
@font-face {
  font-display: swap;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/akbmaster/build/../font/Exo-2.eot?#iefix") format("embedded-opentype"), url("/local/templates/akbmaster/build/../font/Exo-2.woff2") format("woff2"), url("/local/templates/akbmaster/build/../font/Exo-2.woff") format("woff"), url("/local/templates/akbmaster/build/../font/Exo-2.svg#Exo 2") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/akbmaster/build/../font/Exo-2-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/akbmaster/build/../font/Exo-2-Medium.woff2") format("woff2"), url("/local/templates/akbmaster/build/../font/Exo-2-Medium.woff") format("woff"), url("/local/templates/akbmaster/build/../font/Exo-2-Medium.svg#Exo 2") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/akbmaster/build/../font/Exo-2-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/akbmaster/build/../font/Exo-2-Semibold.woff2") format("woff2"), url("/local/templates/akbmaster/build/../font/Exo-2-Semibold.woff") format("woff"), url("/local/templates/akbmaster/build/../font/Exo-2-Semibold.svg#Exo 2") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/akbmaster/build/../font/Exo-2-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/akbmaster/build/../font/Exo-2-Bold.woff2") format("woff2"), url("/local/templates/akbmaster/build/../font/Exo-2-Bold.woff") format("woff"), url("/local/templates/akbmaster/build/../font/Exo-2-Bold.svg#Exo 2") format("svg");
}

a, .link {
  outline: none;
  color: #ff5e00;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover, .link:hover {
  text-decoration: underline;
}

.link--active {
  color: #ff5e00;
}

.link--bordered {
  text-decoration: none !important;
  border-bottom: 1px solid;
  border-color: inherit;
}

.link--bordered:hover {
  border-color: inherit;
}

.link--dashed {
  text-decoration: none !important;
  border-bottom: 1px dashed;
  border-color: inherit;
}

.link--dashed:hover {
  border-color: inherit;
}

.link--dashed-btn {
  text-decoration: none !important;
  color: #454F59;
  padding-bottom: 1px;
  border-bottom: 1px dashed #454F59;
}

.link--dashed-btn:hover {
  color: #ff5e00;
  border-color: #ff5e00;
}

.link--dashed-btn-active {
  border-color: #ff5e00;
  color: #ff5e00;
}

.link--dashed-btn-active:hover {
  color: #ff5e00;
  border-color: #ff5e00;
}

sub, sup {
  font-size: 65%;
}

img {
  max-width: 100%;
}

img.fullwidth {
  display: block;
  width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

h1, .h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0 0;
}

h1:first-child, .h1:first-child {
  margin-top: 0;
}

@media (max-width: 359px) {
  h1, .h1 {
    font-size: 32px;
  }
}

.h1--upper {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 45px;
}

.h1-top-compensate:first-child {
  margin-top: -10px;
}

h2, .h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 40px 0 0;
}

h2:first-child, .h2:first-child {
  margin-top: 0;
}

h3, .h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 80px 0 0;
}

h3:first-child, .h3:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  h3, .h3 {
    margin-top: 50px;
  }
}

.h3--larger {
  font-size: 24px;
}

.h3--larger:first-child {
  margin-top: 0;
}

h4, .h4 {
  font-size: 18px;
  line-height: 1.334;
  margin: 25px 0 0;
}

h4:first-child, .h4:first-child {
  margin-top: 0;
}

p {
  margin: 20px 0 0;
  -webkit-text-size-adjust: 100%;
}

p:first-child {
  margin-top: 0;
}

ol, ul {
  margin: 20px 0 0;
  padding: 0;
}

ol:first-child, ul:first-child {
  margin-top: 0;
}

ol li, ul li {
  margin: 12px 0 0;
  padding: 0 0 0 20px;
}

ol li:first-child, ul li:first-child {
  margin-top: 0;
}

li ul, li ol {
  margin-top: 12px;
}

li li {
  margin-top: 6px;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  text-indent: -20px;
}

ul li * {
  text-indent: 0;
}

ul li:before {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 14px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: inherit;
  text-indent: 0;
  content: "";
}

nav ul {
  margin: 0;
  padding: 0;
}

nav li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

nav li:before {
  display: none;
}

table th, table td {
  padding: 3px 10px;
}

/*

Icons

*/
.icon {
  position: relative;
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  letter-spacing: 0;
  line-height: 1;
}

.icon--question {
  font-size: 16px;
  width: 0.5625em;
}

.icon--truck-fast {
  font-size: 11px;
  width: 1.78398em;
  top: -2px;
  left: -1px;
}

.icon--cargo {
  font-size: 22px;
  width: 0.87983em;
  top: 3px;
}

/*
.icon--vk {
    height: (13em/22);
}

.icon--facebook {
    width: (12em/22);
}*/
/*

Column Layout

*/
.cols {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.cols:first-child {
  margin-top: 0;
}

.cols--auto {
  table-layout: auto;
}

.cols--fullheight {
  height: 100%;
}

.cols__inner {
  display: table-row;
}

.col {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}

.col:first-child {
  padding-left: 0;
}

.col:last-child {
  padding-right: 0;
}

.col--fullheight {
  height: 100%;
}

.cols-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.cols-wrapper:first-child {
  margin-top: 0;
}

.cols-wrapper > .cols > .col:first-child,
.cols-wrapper > .cols > .cols__inner > .col:first-child {
  padding-left: 15px;
}

.cols-wrapper > .cols > .col:last-child,
.cols-wrapper > .cols > .cols__inner > .col:last-child {
  padding-right: 15px;
}

.cols--reverse {
  direction: rtl;
}

.cols--reverse > .col {
  direction: ltr;
}

.cols--mspace > .col {
  padding-left: 23px;
  padding-right: 23px;
}

.cols--mspace > .col:first-child {
  padding-left: 0;
}

.cols--mspace > .col:last-child {
  padding-right: 0;
}

.cols-wrapper--mspace {
  margin-left: -23px;
  margin-right: -23px;
}

.cols-wrapper--mspace > .cols > .col:first-child,
.cols-wrapper--mspace > .cols > .cols__inner > .col:first-child {
  padding-left: 23px;
}

.cols-wrapper--mspace > .cols > .col:last-child,
.cols-wrapper--mspace > .cols > .cols__inner > .col:last-child {
  padding-right: 23px;
}

.cols--compact > .col {
  padding-left: 10px;
  padding-right: 10px;
}

.cols--compact > .col:first-child {
  padding-left: 0;
}

.cols--compact > .col:last-child {
  padding-right: 0;
}

.cols-wrapper--compact {
  margin-left: -10px;
  margin-right: -10px;
}

.cols-wrapper--compact > .cols > .col:first-child,
.cols-wrapper--compact > .cols > .cols__inner > .col:first-child {
  padding-left: 10px;
}

.cols-wrapper--compact > .cols > .col:last-child,
.cols-wrapper--compact > .cols > .cols__inner > .col:last-child {
  padding-right: 10px;
}

.cols--xcompact > .col {
  padding-left: 5px;
  padding-right: 5px;
}

.cols--xcompact > .col:first-child {
  padding-left: 0;
}

.cols--xcompact > .col:last-child {
  padding-right: 0;
}

.cols-wrapper--xcompact {
  margin-left: -5px;
  margin-right: -5px;
}

.cols-wrapper--xcompact > .cols > .col:first-child,
.cols-wrapper--xcompact > .cols > .cols__inner > .col:first-child {
  padding-left: 5px;
}

.cols-wrapper--xcompact > .cols > .col:last-child,
.cols-wrapper--xcompact > .cols > .cols__inner > .col:last-child {
  padding-right: 5px;
}

.cols--xxcompact > .col {
  padding-left: 0;
  padding-right: 0;
}

.cols--xxcompact > .col:first-child {
  padding-left: 0;
}

.cols--xxcompact > .col:last-child {
  padding-right: 0;
}

.cols-wrapper--xxcompact {
  margin-left: 0;
  margin-right: 0;
}

.cols-wrapper--xxcompact > .cols > .col:first-child,
.cols-wrapper--xxcompact > .cols > .cols__inner > .col:first-child {
  padding-left: 0;
}

.cols-wrapper--xxcompact > .cols > .col:last-child,
.cols-wrapper--xxcompact > .cols > .cols__inner > .col:last-child {
  padding-right: 0;
}

.col--fit {
  width: 1px;
}

.col--1-4 {
  width: 25%;
}

.col--3-4 {
  width: 75%;
}

.col--1-3 {
  width: 33.33%;
}

.col--2-3 {
  width: 66.66%;
}

.col--1-2 {
  width: 50%;
}

.cols--floats {
  display: block;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}

.cols--floats:after {
  content: "";
  display: table;
  clear: both;
}

.cols--floats > .cols__inner {
  display: block;
  float: left;
  width: 100%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.cols--floats > .cols__inner > .col {
  float: left;
  display: block;
  padding: 10px;
}

.cols--floats > .cols__inner > .col--right {
  float: right;
}

/*

Form's layout

*/
.form {
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form:after {
  content: "";
  display: table;
  clear: both;
}

.form:first-child {
  margin-top: 0;
}

@media (max-width: 639px) {
  .form {
    margin-top: 25px;
  }
}

.form__items {
  margin-top: 25px;
}

.form__items:after {
  content: "";
  display: table;
  clear: both;
}

.form__items:first-child {
  margin-top: 0;
}

.form__item {
  position: relative;
  margin-top: 20px;
}

.form__item:after {
  content: "";
  display: table;
  clear: both;
}

.form__item:first-child {
  margin-top: 0;
}

.form__item-label {
  display: block;
  margin-top: 10px;
}

.form__item-label:first-child {
  margin-top: 0;
}

.form__item-field {
  position: relative;
  margin-top: 10px;
}

.form__item-field:first-child {
  margin-top: 0;
}

.form__item-tip {
  margin-top: 5px;
  font-size: 14px;
  color: #9AA9B8;
}

.form__item-tip:first-child {
  margin-top: 0;
}

.form__actions {
  position: relative;
  margin-top: 20px;
}

.form__actions:first-child {
  margin-top: 0;
}

.form__error {
  padding: 5px 0 0;
  color: #f00;
  -webkit-animation: 0.5s ease-out;
          animation: 0.5s ease-out;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.form__item-field--error-absolute .form__error {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

.form__error.active {
  -webkit-animation-name: pulsateError;
          animation-name: pulsateError;
}

@-webkit-keyframes pulsateError {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes pulsateError {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

/*

Textfields

*/
textarea,
input,
button {
  -webkit-font-smoothing: antialiased;
  outline: none;
  line-height: 1.25;
  font-family: "Exo 2", Tahoma, Arial, Helvetica, sans-serif;
}

.textfield {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-family: "Exo 2", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.285714285714286;
  background: #fff;
  color: #1d2329;
  padding: 6px 10px;
  height: 40px;
  width: 100%;
  border: 1px solid #ced5dd;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  -webkit-appearance: none !important;
  outline: none;
  resize: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

@media (max-width: 767px) {
  .textfield {
    height: 46px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.textfield:focus {
  outline: none;
}

.textfield:invalid {
  background-color: #fff;
}

.textfield:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
}

.textfield::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.textfield::-webkit-input-placeholder {
  color: #1d2329;
  opacity: 1;
}

.textfield::-moz-placeholder {
  color: #1d2329;
  opacity: 1;
}

.textfield:-moz-placeholder {
  color: #1d2329;
  opacity: 1;
}

.textfield:-ms-input-placeholder {
  color: #1d2329;
  opacity: 1;
}

.textfield.error {
  border-color: #f00;
}

.textfield.error + .textfield-placeholder {
  color: #f00 !important;
}

.textfield[disabled], .textfield.disabled {
  color: #000;
  background-color: #f8f8f8;
  opacity: 0.8;
  border-color: transparent;
  cursor: default;
  cursor: not-allowed;
  z-index: 2;
}

.textfield--autowidth {
  width: auto;
}

.textfield--dark {
  background-color: #65717D;
  border-color: #CED5DD;
  color: #fff;
}

.textfield--dark::-webkit-input-placeholder {
  color: #fff;
}

.textfield--dark::-moz-placeholder {
  color: #fff;
}

.textfield--dark:-moz-placeholder {
  color: #fff;
}

.textfield--dark:-ms-input-placeholder {
  color: #fff;
}

.textfield--dark[disabled], .textfield--dark.disabled {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(206, 213, 221, 0.5);
  background-color: #65717D;
}

.textfield--dark + .textfield-icon {
  color: #9DABBB;
}

.textfield-wrapper {
  position: relative;
}

.textfield-wrapper--autowidth {
  display: inline-block;
  width: auto;
}

.textfield-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  pointer-events: none;
  color: #9dabbb;
  font-size: 16px;
  z-index: 1;
}

@media (max-width: 767px) {
  .textfield-icon {
    line-height: 46px;
  }
}

.textfield-icon .icon {
  vertical-align: -0.15em;
}

.textfield-icon + .textfield {
  padding-right: 40px;
}

textarea.textfield {
  white-space: normal;
  overflow: auto;
  height: auto;
}

/*

Checkboxes

*/
.checkboxes {
  margin-top: 30px;
  margin-right: -30px;
}

.checkboxes:first-child {
  margin-top: 0;
}

.checkboxes:after {
  content: "";
  display: table;
  clear: both;
}

.checkboxes__inner {
  float: left;
  width: 100%;
  margin-bottom: -30px;
}

.checkbox {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 30px;
  margin-right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox__icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 8px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border-radius: 2px;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox__icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 1px solid #ff5e00;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox__icon .icon {
  position: relative;
  vertical-align: middle;
  width: 1.3em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox > input[type='radio'],
.checkbox > input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.checkbox.checked .checkbox__icon:before {
  background-color: #ff5e00;
}

.checkbox.checked .checkbox__icon .icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.checkbox.disabled {
  cursor: default;
  cursor: not-allowed;
}

.checkbox.disabled .checkbox__icon {
  border-color: #ebebeb;
  background-color: #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkbox--small {
  font-size: 12px;
}

.checkbox--small .checkbox__icon {
  top: 1px;
}

.checkbox--radio .checkbox__icon {
  border-radius: 50%;
  background: transparent;
}

.checkbox--radio .checkbox__icon .icon {
  display: none;
}

.checkbox--radio .checkbox__icon:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 50%;
  border: 1px solid #ff5e00;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox--radio .checkbox__icon:after {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #ff5e00;
  border-radius: 50%;
  content: '';
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox--radio.checked .checkbox__icon {
  background: transparent;
}

.checkbox--radio.checked .checkbox__icon:before {
  background: transparent;
}

.checkbox--radio.checked .checkbox__icon:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.checkbox--block {
  width: 100%;
  margin-right: 0;
}

.checkbox--large {
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 479px) {
  .checkbox--large {
    font-size: 16px;
    line-height: 1.2;
  }
}

.checkbox--separate {
  width: 18px;
  height: 18px;
  padding-left: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox.checked .checkbox__icon:after,
.checkbox-plain-js.checked .checkbox__icon:after {
  visibility: visible;
}

/*

Selectboxes

*/
.selectbox-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  text-align: left;
}

.selectbox-wrapper:first-child {
  margin-left: 0;
}

select.selectbox {
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-family: "Exo 2", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #9dabbb;
  background: #65717d;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  select.selectbox {
    height: 46px;
    line-height: 46px;
  }
}

select.selectbox ::-webkit-scrollbar {
  display: none;
}

select.selectbox.error {
  border-color: #f00;
}

select.selectbox.error + .select2-container .select2-selection {
  border-color: #f00;
}

select.selectbox[disabled] {
  background-color: #f8f8f8;
  opacity: 0.8;
  border-color: transparent;
}

select.selectbox option {
  padding: 8px 0;
}

select.selectbox--inline {
  width: auto;
}

select.selectbox--inline-width-auto + .select2-container {
  width: auto !important;
}

select.hidden + .select2-container {
  display: none;
}

select.selectbox--fullwidth + .select2 {
  width: 100% !important;
}

.select2-container--default {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
}

.select2.select2-container--default {
  max-width: 100%;
}

.select2-container--default .select2-selection {
  background-color: #65717d;
  border: 1px solid #ced5dd;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}

.select2-container--focus .select2-selection,
.select2-container--open .select2-selection,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-radius: 3px;
  border: 1px solid #ced5dd;
}

.select2-container--disabled .select2-selection {
  border-color: transparent;
  background-color: #f8f8f8 !important;
  opacity: 0.8 !important;
  cursor: default !important;
  cursor: not-allowed !important;
}

.select2-container--disabled .select2-selection .select2-selection__arrow {
  opacity: 0.3;
}

.select2-container--disabled .select2-selection:hover {
  border-color: transparent;
}

.select2-container .select2-selection {
  height: 40px;
  outline: none;
}

@media (max-width: 767px) {
  .select2-container .select2-selection {
    height: 46px;
  }
}

.select2-container--default .select2-selection .select2-selection__rendered {
  color: #fff;
  line-height: 38px;
}

@media (max-width: 767px) {
  .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 44px;
  }
}

.select2-container--filled .select2-selection .select2-selection__rendered {
  color: #fff;
}

.select2-container .select2-selection .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 35px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 10px;
  padding-bottom: 6px;
}

.select2-container--default .select2-selection .select2-selection__placeholder {
  color: #fff;
  display: none;
}

.select2-container--default .select2-selection--multiple {
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  text-indent: 0;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  display: none;
}

.select2-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 38px;
  padding-right: 45px;
  padding-left: 10px;
  max-width: 100%;
  color: #fff;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.select2-placeholder__inner {
  position: relative;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  z-index: 0;
}

.select2-container--placeholder-top .select2-placeholder,
.select2-container--filled .select2-placeholder {
  /*top: -9px;
    font-size: 12px;
    color: $color2;*/
  display: none;
}

.textfield-placeholder ~ .select2-container--filled .select2-placeholder {
  opacity: 0;
}

.select2-container--disabled .select2-placeholder {
  color: #888;
}

.select2-container--placeholder-top .select2-placeholder__inner:before,
.select2-container--filled .select2-placeholder__inner:before {
  background-color: #fff;
}

/*
.select2-container--placeholder-always .select2-placeholder {
    opacity: 1!important;
}*/
.select2-container--default .select2-selection {
  position: relative;
}

.select2-container--default .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  font-size: 16px;
  width: auto;
  height: auto;
  color: rgba(40, 40, 40, 0.5);
  margin-top: -2px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

.select2-container--focus .select2-selection .select2-selection__arrow,
.select2-container--open .select2-selection .select2-selection__arrow {
  color: rgba(40, 40, 40, 0.5);
}

.select2-container--open .select2-selection .select2-selection__arrow {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}

.select2-container--disabled .select2-selection {
  border-color: transparent;
  background-color: #f8f8f8;
  opacity: 0.8;
  cursor: default;
  cursor: not-allowed;
}

.select2-container--disabled .select2-selection:hover {
  border-color: transparent;
}

.select2-container--disabled .select2-selection .select2-selection__arrow:before, .select2-container--disabled .select2-selection .select2-selection__arrow:after {
  background-color: #c3c3c3 !important;
}

.select2-container--disabled .select2-placeholder__inner:before {
  background-color: transparent;
}

.select2-container--default .select2-selection .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection .select2-selection__clear {
  position: absolute;
  top: -1px;
  right: 10px;
  z-index: 1;
  width: 25px;
  height: 38px;
  line-height: 42px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  font-family: "Times New Roman";
  font-size: 22px;
}

.select2-container--default .select2-selection .select2-selection__clear:hover:before {
  opacity: 1;
}

.select2-container--default .select2-selection.select2-selection--with-clear .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection.select2-selection--with-clear .select2-selection__rendered {
  padding-right: 45px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  background-color: rgba(206, 213, 221, 0.15);
  border-color: transparent;
  border-radius: 4px;
  white-space: nowrap;
  height: 26px;
  line-height: 25px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0 32px 0 9px;
  overflow: hidden;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 26px;
  margin: 0;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*
    &:after {
        @include position(absolute, -500px -500px -500px -500px);
        content: '';
    }*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/local/templates/akbmaster/build/../img/svg/icon-cross.svg") 6px 6px no-repeat;
  opacity: 0.5;
  content: '';
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover:before {
  opacity: 1;
}

.select2-container .select2-selection--multiple.select2-selection--notags {
  cursor: pointer;
}

.select2-container .select2-selection--multiple.select2-selection--notags .select2-selection__rendered {
  display: block;
  padding-left: 18px;
  padding-bottom: 0;
}

.select2-container--default .select2-selection--multiple.select2-selection--notags .select2-selection__choice {
  background-color: transparent;
  white-space: nowrap;
  float: none;
  height: auto;
  line-height: 1.2;
  margin-right: 0;
  border: none;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  display: inline;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple.select2-selection--notags .select2-selection__choice:before {
  display: none;
  background: none;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  content: ",\00a0";
}

.select2-container--default .select2-selection--multiple.select2-selection--notags .select2-selection__choice + .select2-selection__choice:before {
  display: inline;
}

.select2-container--default .select2-selection--multiple.select2-selection--notags .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

.select2-search--inline {
  display: none;
}

.select2-dropdown {
  background-color: #65717d;
  border: 1px solid #ced5dd;
  color: #fff;
  border-radius: 3px;
  padding-bottom: 3px;
  margin-top: 1px;
}

.select2-dropdown--below {
  margin-top: -1px;
  padding-bottom: 0;
}

.select2-dropdown--below:before {
  top: 0;
  bottom: auto;
}

.select2-search--dropdown {
  padding: 10px 10px;
}

.select2-search--dropdown .select2-search__field {
  padding: 6px 10px;
  border-color: #ced5dd;
}

.select2-search--dropdown .textfield-icon + .select2-search__field {
  padding-right: 40px;
}

.select2-container--default .select2-results {
  padding: 0;
}

.select2-container--default .select2-results__group {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: inherit;
  background-attachment: local;
  padding: 7px 12px;
}

.select2-results ::-webkit-scrollbar:vertical {
  width: 5px;
}

.select2-results ::-webkit-scrollbar-track {
  border: none;
}

.select2-results ::-webkit-scrollbar-thumb {
  border: none;
}

.select2-container--default .select2-results > .select2-results__options {
  overflow-x: hidden;
}

.select2-container--default .select2-results__option {
  padding: 10px 10px 11px;
  border-radius: 3px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 300;
  text-indent: 0;
  margin-top: 0;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.select2-container--default .select2-results__option:before {
  display: none;
}

.select2-container--default .select2-results__option.select2-results__message {
  cursor: default;
  background-color: rgba(196, 201, 204, 0.25);
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
  cursor: not-allowed;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #b8bec3;
  color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #b8bec3;
  color: #fff;
}

.select2-container--default [aria-multiselectable="true"] .select2-results__option[aria-selected=true] {
  position: absolute;
  left: -9999px;
}

.select2-container--default .select2-dropdown--notags [aria-multiselectable="true"] .select2-results__option {
  /*
    &:before {
        display: block;
        position: absolute;
        top: 11px;
        left: 11px;
        width: 11px;
        height: 8px;
        border-radius: 0;
        background: url("/local/templates/akbmaster/build/../img/checkbox-tick.svg") center center no-repeat;
        background-size: contain;
        content: '';
        visibility: hidden;
    }*/
}

.select2-container--default .select2-dropdown--notags [aria-multiselectable="true"] .select2-results__message {
  padding-left: 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
  background-color: #b8bec3;
}

.select2-container--default .select2-dropdown--notags [aria-multiselectable="true"] .select2-results__option[aria-selected=true] {
  position: relative;
  left: auto;
  background-color: #b8bec3;
}

.select2-container--default .select2-dropdown--notags [aria-multiselectable="true"] .select2-results__option[aria-selected=true]:before {
  visibility: visible;
}

.select2-container--default .select2-dropdown--notags .select2-results__option--highlighted[aria-selected] {
  background-color: #b8bec3;
}

.select2-container--default .select2-dropdown--notags .select2-results__option--highlighted[aria-selected=true] {
  background-color: #b8bec3;
}

.select2-container--default .select2-dropdown--notags [aria-multiselectable="true"] .select2-results__option--highlighted[aria-selected=true] {
  background-color: #b8bec3;
}

.select2-container--tags-destination .select2-selection__arrow {
  display: none;
}

.select2-container--tags-destination .select2-selection {
  cursor: default;
  border-color: #c3c3c3 !important;
}

.select2-container--tags-destination .select2-selection:hover {
  border-color: #c3c3c3 !important;
}

.select2-container--tags-destination .select2-selection .select2-selection__rendered {
  padding-right: 10px;
}

.select2-container--tags-destination + .select2-container--tags-destination {
  display: none !important;
}

.selectbox-tags__source {
  position: relative;
  margin-bottom: 20px;
}

.selectbox-tags__source .select2-container + .select2-container {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  margin-top: 10px;
}

.selectbox-tags__source .select2-container + .select2-container .select2-dropdown {
  position: relative !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  z-index: auto;
}

body > .select2-container--in-fancybox,
.wrap > .select2-container--in-fancybox {
  z-index: 99995;
}

.select2-container--dropdown {
  z-index: 1051;
}

.select2-container--in-fancybox {
  max-width: 410px;
}

.select2-container--dropdown-nowrap .select2-results__option {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

/*

Date picker

*/
.date-picker[readonly] {
  cursor: pointer;
}

.datepick-popup {
  z-index: 100;
  margin-top: -99999px;
  opacity: 0;
  visibility: hidden;
}

.datepick-popup.active {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.datepick {
  position: relative;
  width: 100% !important;
  max-width: 280px;
  min-width: 280px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 0;
  font-size: 17px;
  font-family: "Exo 2", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #65717D;
  cursor: default;
  z-index: 5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.datepick a {
  border: none;
}

.date-picker .datepick {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: none;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.datepick-nav {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #2C3B48;
  padding: 0 25px 25px;
}

.datepick-nav:after {
  content: "";
  display: table;
  clear: both;
}

.datepick-nav a {
  color: #2C3B48;
  text-decoration: none;
}

.datepick-nav .datepick-cmd {
  position: relative;
  top: 0.5em;
  float: right;
  height: 16px;
  width: auto;
  line-height: 16px;
  font-size: 16px;
}

.datepick-nav .datepick-cmd:first-child {
  float: left;
}

.datepick-nav .datepick-cmd:hover, .datepick-nav .datepick-cmd:focus {
  opacity: 0.8;
}

.datepick-nav .datepick-cmd:active {
  opacity: 0.8;
}

.datepick-nav .datepick-cmd.datepick-disabled {
  cursor: default;
  color: #C2C2C2;
}

.datepick-nav .datepick-cmd:before {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: "";
}

.datepick-nav .datepick-cmd .icon {
  width: 0.57143em;
}

.datepick-nav-year {
  display: none;
  margin-bottom: 5px;
}

.date-picker--w-year-select .datepick-nav-year {
  display: block;
}

.datepick-nav-month-name,
.datepick-nav-year-name {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  min-width: 30px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.datepick-month-header {
  display: none;
}

.datepick-cmd-today {
  display: none;
}

.datepick-month {
  min-height: 285px;
}

.datepick-month table {
  margin: 0;
  border: none;
  width: 100%;
}

.datepick-month tr {
  background: transparent !important;
}

.datepick-month th {
  font-size: 17px;
  font-weight: 500;
  font-family: "Exo 2", Tahoma, Arial, Helvetica, sans-serif;
  border: none !important;
  color: #65717D;
  background-color: transparent !important;
  padding: 7px 0 6px;
  text-align: center;
}

.datepick-month td {
  font-size: 17px;
  font-weight: 500;
  font-family: "Exo 2", Tahoma, Arial, Helvetica, sans-serif;
  border: none;
  padding: 7px 0 0;
  text-align: center;
}

.datepick-month td a, .datepick-month td span {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  color: #65717D;
}

.datepick-month td span {
  color: #c2c2c2;
  cursor: default;
  cursor: not-allowed;
}

.datepick-month td a.datepick-selected {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF8F4F), to(#F05800));
  background-image: -webkit-linear-gradient(top, #FF8F4F, #F05800);
  background-image: -o-linear-gradient(top, #FF8F4F, #F05800);
  background-image: linear-gradient(to bottom, #FF8F4F, #F05800);
}

.datepick-month td a:hover, .datepick-month td a:focus {
  color: #fff;
  background-color: #65717D;
}

.datepick-month td a:active {
  color: #fff;
  background-color: #65717D;
}

.no-touchevents .datepick-month table tr:hover, .no-touchevents .datepick-month table tr.hover {
  background-color: transparent !important;
}

.datepick-ctrl {
  display: none;
}

.form__item-field .datepick-popup {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  margin-left: -140px;
  z-index: 5;
}

.form__item-field .datepick-popup.from-bottom {
  top: auto !important;
  bottom: 100% !important;
}

/*

Buttons

*/
.btn {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Exo 2", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  padding: 0 30px;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 38px;
  height: 40px;
  min-width: 40px;
  border-radius: 3px;
  color: #fff !important;
  -webkit-appearance: none;
  background: #ff8f4f -webkit-gradient(linear, left top, left bottom, from(#ff8f4f), to(#f05800));
  background: #ff8f4f -webkit-linear-gradient(top, #ff8f4f, #f05800);
  background: #ff8f4f -o-linear-gradient(top, #ff8f4f, #f05800);
  background: #ff8f4f linear-gradient(to bottom, #ff8f4f, #f05800);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .btn {
    height: 46px;
    line-height: 44px;
    min-width: 46px;
  }
}

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ff5e00;
  border-radius: 3px;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

.btn:hover {
  color: #fff !important;
  background: #ff5e00;
  text-decoration: none;
}

.btn:active {
  text-decoration: none;
}

.btn[disabled], .btn.disabled {
  background: #aaa;
  opacity: 0.8;
  color: #666 !important;
  border-color: inherit;
  border-color: currentColor;
  cursor: default;
  cursor: not-allowed;
}

.btn + .btn {
  margin-left: 30px;
}

.btn > input[type='file'] {
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 120px;
  position: absolute;
  top: -20px;
  right: -10px;
  vertical-align: top;
  z-index: 3;
  cursor: pointer;
}

.btn.loading .btn__inner {
  opacity: 0;
}

.btn .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.btn .loader svg path {
  fill: #000;
}

.btn--dark {
  background: #1d2329 -webkit-gradient(linear, left top, left bottom, from(#47515e), to(#1d2329));
  background: #1d2329 -webkit-linear-gradient(top, #47515e, #1d2329);
  background: #1d2329 -o-linear-gradient(top, #47515e, #1d2329);
  background: #1d2329 linear-gradient(to bottom, #47515e, #1d2329);
}

.btn--dark:before {
  border-color: #1d2329;
}

.btn--dark:hover {
  background: #1d2329;
}

.btn--hfixed {
  line-height: 38px;
  height: 40px;
  min-width: 40px;
}

.btn--w-icon {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  text-align: left;
}

.btn--w-icon:before {
  display: none;
}

.btn--outline {
  background: transparent;
  color: #edb13e !important;
}

.btn--outline:hover {
  color: #000 !important;
  background-color: #eeba49;
}

.btn--nominwidth {
  min-width: 0;
}

.btn--pseudo {
  background: transparent !important;
  border-color: transparent !important;
}

.btn--pseudo:before {
  display: none;
}

.btn--compact {
  padding-left: 20px;
  padding-right: 20px;
}

.btn--xcompact {
  padding-left: 10px;
  padding-right: 10px;
}

.btn--xxcompact {
  padding-left: 0;
  padding-right: 0;
}

.btn--link {
  color: #ff5e00 !important;
}

.btn--expansible {
  display: block;
  text-transform: none;
  line-height: 1.2;
  height: auto;
  padding-top: 14px;
  padding-bottom: 13px;
  text-align: left;
  white-space: normal;
}

.btn--expansible-thin {
  padding-top: 10px;
  padding-bottom: 11px;
  font-weight: 400;
}

.btn--expansible-tab {
  background: #65717d;
}

.btn--expansible-tab:before {
  border-color: #9dabbb;
}

.btn--expansible-tab:hover {
  background: #65717d;
}

.btn--expansible-tab.btn .btn-counter {
  position: static;
}

.btn--expansible-tab.active {
  background: #ff8f4f -webkit-gradient(linear, left top, left bottom, from(#ff8f4f), to(#f05800));
  background: #ff8f4f -webkit-linear-gradient(top, #ff8f4f, #f05800);
  background: #ff8f4f -o-linear-gradient(top, #ff8f4f, #f05800);
  background: #ff8f4f linear-gradient(to bottom, #ff8f4f, #f05800);
}

.btn--expansible-tab.active:before {
  border-color: #ff5e00;
}

.btn--expansible-tab.active:hover {
  background: #ff8f4f -webkit-gradient(linear, left top, left bottom, from(#ff8f4f), to(#f05800));
  background: #ff8f4f -webkit-linear-gradient(top, #ff8f4f, #f05800);
  background: #ff8f4f -o-linear-gradient(top, #ff8f4f, #f05800);
  background: #ff8f4f linear-gradient(to bottom, #ff8f4f, #f05800);
}

.btn--expansible-tab.active .btn-counter {
  color: #ff5e00;
  background-color: #fff;
}

.btn--no-hover {
  cursor: default;
}

.btn--no-hover:hover {
  background: #ff8f4f -webkit-gradient(linear, left top, left bottom, from(#ff8f4f), to(#f05800));
  background: #ff8f4f -webkit-linear-gradient(top, #ff8f4f, #f05800);
  background: #ff8f4f -o-linear-gradient(top, #ff8f4f, #f05800);
  background: #ff8f4f linear-gradient(to bottom, #ff8f4f, #f05800);
}

.btn--no-hover.btn--dark:hover {
  background: #1d2329 -webkit-gradient(linear, left top, left bottom, from(#47515e), to(#1d2329));
  background: #1d2329 -webkit-linear-gradient(top, #47515e, #1d2329);
  background: #1d2329 -o-linear-gradient(top, #47515e, #1d2329);
  background: #1d2329 linear-gradient(to bottom, #47515e, #1d2329);
}

.btn--no-hover:before {
  display: none;
}

.btn--minw-default {
  min-width: 150px;
}

.btn--fullwidth {
  width: 100%;
  margin-top: 20px;
}

.btn--fullwidth:first-child {
  margin-top: 0;
}

.btn .icon {
  vertical-align: -0.15em;
}

.btn .icon--user {
  font-size: 19px;
  vertical-align: bottom;
  position: relative;
  top: -2px;
}

.btn .icon--cart {
  font-size: 16px;
  position: relative;
  top: 1px;
}

.btn .btn-counter {
  position: absolute;
  top: -4px;
  right: -4px;
}

.btn-icon:first-child {
  margin-right: 10px;
}

.btn-icon:first-child:last-child {
  margin-left: 0;
  margin-right: 0;
}

.btn-icon:last-child {
  margin-left: 10px;
}

.btn-icon--circle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}

.btn-icon--circle:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  content: '';
}

.btn-counter {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background-color: #f00;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/*

Loaders

*/
.loader {
  text-indent: 0;
}

.loader svg {
  max-width: 100%;
  max-height: 100%;
}

.input-spin {
  font-size: 0;
  margin-left: 15px;
  color: #9dabbb;
  white-space: nowrap;
}

.input-spin:first-child {
  margin-left: 0;
}

.input-spin-label {
  font-size: 14px;
}

.input-spin .btn {
  vertical-align: top;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  min-width: 35px;
  line-height: 38px;
  height: 40px;
  background: transparent;
  border-color: #9dabbb;
  color: #9dabbb !important;
}

.input-spin .btn:before {
  border-color: #9dabbb;
  border-width: 2px;
}

.input-spin .btn:first-child {
  border-radius: 3px 0 0 3px;
}

.input-spin .btn:first-child:before {
  border-radius: 3px 0 0 3px;
}

.input-spin .btn:last-child {
  border-radius: 0 3px 3px 0;
}

.input-spin .btn:last-child:before {
  border-radius: 0 3px 3px 0;
}

.input-spin .textfield {
  vertical-align: top;
  background-color: #9dabbb;
  color: #fff;
  border-color: #9dabbb;
  border-width: 2px;
  border-radius: 0;
  border-left: none;
  border-right: none;
  text-align: center;
  padding: 5px;
  height: 40px;
}

.input-spin--dark {
  color: inherit;
}

.input-spin--dark .textfield {
  background-color: #65717d;
}

.input-spin--dark .btn {
  background: #9dabbb;
  border-color: #9dabbb;
  color: #fff !important;
}

.icon-minus,
.icon-plus {
  position: relative;
  display: inline-block;
  vertical-align: -0.15em;
  height: 15px;
  width: 15px;
}

.icon-minus:before, .icon-minus:after,
.icon-plus:before,
.icon-plus:after {
  position: absolute;
  background-color: currentColor;
  border-radius: 2px;
  content: '';
}

.icon-minus:before,
.icon-plus:before {
  top: 6px;
  right: 0;
  left: 0;
  height: 3px;
}

.icon-plus:after {
  top: 0;
  bottom: 0;
  left: 6px;
  width: 3px;
}

/*

Panels

 */
.panel {
  position: relative;
  padding: 30px;
  margin-top: 50px;
  max-width: 770px;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}

.panel:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .panel {
    max-width: 640px;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .panel {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .panel {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.panel__title {
  margin-top: 20px;
  font-size: 24px;
}

.panel__title:first-child {
  margin-top: 0;
}

.panel__title:first-child {
  margin-top: -10px;
}

.panel__title--active {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8F4F), to(#F05800));
  background: -webkit-linear-gradient(top, #FF8F4F, #F05800);
  background: -o-linear-gradient(top, #FF8F4F, #F05800);
  background: linear-gradient(to bottom, #FF8F4F, #F05800);
  color: #fff;
}

@media (max-width: 479px) {
  .panel__title--active {
    font-size: 18px;
    padding: 15px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.panel__title--active:first-child {
  margin-top: -30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel__title--active:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel__title--active .panel__close {
  color: #fff;
}

.panel__title--active .panel__close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.panel__title--active + .panel__content {
  padding-top: 0;
  border-top: none;
  margin-top: 25px;
}

.panel__content {
  margin-top: 20px;
  border-top: 1px solid #ced5dd;
  padding-top: 20px;
}

.panel__content:first-child {
  margin-top: 0;
}

.panel__content:first-child {
  padding-top: 0;
  border-top: none;
}

.panel__content--noborder {
  padding-top: 0;
  border-top: none;
  margin-top: 20px;
}

.panel__footer {
  margin-top: 20px;
  border-top: 1px solid #ced5dd;
  padding-top: 20px;
  margin-bottom: -10px;
}

.panel__footer:first-child {
  margin-top: 0;
}

.panel__footer:first-child {
  padding-top: 0;
  border-top: none;
}

@media (max-width: 479px) {
  .panel .form__actions {
    text-align: center;
  }
  .panel .form__actions .cols {
    display: block;
  }
  .panel .form__actions .col {
    display: block;
    margin-top: 10px;
  }
  .panel .form__actions .col:first-child {
    margin-top: 0;
  }
}

.panel__close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  font-size: 12px;
  color: #9dabbb;
}

.panel__close:before {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: '';
}

.panel__close:hover {
  color: #1d2329;
}

.panel--compact {
  max-width: 270px;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.panel--medium {
  max-width: 490px;
  width: 490px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 539px) {
  .panel--medium {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .panel--medium .panel__footer {
    text-align: center;
    padding-top: 10px;
  }
  .panel--medium .panel__footer .cols {
    display: block;
  }
  .panel--medium .panel__footer .col {
    display: block;
    margin-top: 10px;
  }
  .panel--medium .panel__footer .col:first-child {
    margin-top: 0;
  }
}

.panel--large {
  max-width: 780px;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 799px) {
  .panel--large {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .panel--large .panel__footer {
    text-align: center;
    padding-top: 10px;
  }
  .panel--large .panel__footer .cols {
    display: block;
  }
  .panel--large .panel__footer .col {
    display: block;
    margin-top: 10px;
  }
  .panel--large .panel__footer .col:first-child {
    margin-top: 0;
  }
}

@media (max-width: 539px) {
  .panel--cart-added {
    max-width: 300px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .panel--cart-added .panel__footer {
    text-align: center;
    padding-top: 10px;
  }
  .panel--cart-added .panel__footer .cols {
    display: block;
  }
  .panel--cart-added .panel__footer .col {
    display: block;
    margin-top: 10px;
  }
  .panel--cart-added .panel__footer .col:first-child {
    margin-top: 0;
  }
}

.panel--datepick {
  max-width: 380px;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 413px) {
  .panel--datepick {
    width: 100vw;
  }
}

.panel--map {
  max-width: 850px;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 879px) {
  .panel--map {
    width: 320px;
    width: 95vw;
    width: calc(100vw - 40px);
  }
  .panel--map .cols-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .panel--map .cols-wrapper > .cols {
    display: block;
  }
  .panel--map .cols-wrapper > .cols > .col {
    display: block;
    width: auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .panel--map .cols-wrapper > .cols > .col:first-child {
    margin-top: 0;
  }
  .panel--map .cols-wrapper > .cols > .col:first-child {
    padding-left: 0;
  }
  .panel--map .cols-wrapper > .cols > .col:last-child {
    padding-right: 0;
  }
}

@media (max-width: 479px) {
  .panel--map {
    width: 100vw;
  }
}

.panel--map .map {
  height: 520px;
}

@media (max-width: 879px) {
  .panel--map .map {
    max-height: 50vh;
  }
}

/*

Maps

 */
[class^=ymaps][class$=-copyright],
[class^=ymaps][class$=copyright_logo_no],
[class^=ymaps][class*=-copyright],
[class^=ymaps][class*=copyright_logo_no] {
  display: none;
}

[class^=ymaps][class$=map-lang-ru] {
  background: transparent;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.map {
  position: relative;
  height: 320px;
  background: #eee url("/local/templates/akbmaster/build/../img/loader.svg") center center no-repeat;
  background-size: 48px 48px;
  margin-top: 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.map:first-child {
  margin-top: 0;
}

.map:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  content: "";
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

.map > [class^=ymaps] {
  width: 100% !important;
}

.no-svg .map {
  background-image: url("/local/templates/akbmaster/build/../img/loader.gif");
}

.map--rounded {
  border-radius: 5px;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.map--greyscale [class$='-ground-pane'] {
  -webkit-filter: grayscale(85%) hue-rotate(150deg);
  filter: grayscale(85%) hue-rotate(150deg);
}

.map--absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.map--cropped {
  overflow: hidden;
}

.map [class$='-balloon__close-button'] {
  margin-right: 0;
  height: 32px;
}

.map [class$='-balloon__content'] {
  min-height: 10px;
}

.map [class$='-balloon__content'] > * {
  height: auto !important;
}

.map [class$='-balloon__tail'] {
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
}

/*

Tabs

 */
.tabs-wrapper {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}

.tabs-wrapper:first-child {
  margin-top: 0;
}

.tabs {
  position: relative;
  z-index: 0;
  margin-top: 20px;
  overflow: hidden;
}

.tabs:first-child {
  margin-top: 0;
}

.tabs ul {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.tabs li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
  font-size: 16px;
}

@media (max-width: 479px) {
  .tabs li {
    font-size: 14px;
  }
}

.tabs li:first-child a {
  border-radius: 3px 0 0 3px;
}

.tabs li:first-child a:before {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.tabs li:last-child a {
  border-radius: 0 3px 3px 0;
}

.tabs li:last-child a:before {
  border-radius: 0 3px 3px 0;
}

.tabs li.active {
  z-index: 1;
}

.tabs li.active a {
  color: #fff;
  background-color: #ff5e00;
  cursor: default;
}

.tabs li.active a:before {
  border-color: #ff5e00;
}

.tabs li.active a .btn-counter {
  color: #ff5e00;
  background-color: #fff;
}

.tabs li.disabled {
  cursor: default;
  cursor: not-allowed;
}

.tabs li.disabled:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
}

.tabs li.disabled a {
  color: #888;
}

.tabs a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 10px 11px;
  color: #fff !important;
  background-color: #65717d;
  text-align: center;
  text-decoration: none;
}

.tabs a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  border: 1px solid #9dabbb;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.tabs a:hover {
  color: #fff !important;
}

.tabs a .btn-counter {
  background-color: #ff5e00;
}

.tabs--vert {
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}

@media (max-width: 1259px) {
  .tabs--vert {
    border-radius: 0;
  }
}

.tabs--vert .tabs__inner:before, .tabs--vert .tabs__inner:after {
  display: none;
}

.tabs--vert ul {
  display: block;
}

@media (max-width: 1259px) {
  .tabs--vert ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}

@media (max-width: 539px) {
  .tabs--vert ul {
    display: block;
    white-space: normal;
  }
}

.tabs--vert li {
  display: block;
  white-space: normal;
}

@media (max-width: 1259px) {
  .tabs--vert li {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
  }
}

@media (max-width: 539px) {
  .tabs--vert li {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 1260px) {
  .tabs--vert li:first-child a {
    border-bottom-left-radius: 0 !important;
  }
}

.tabs--vert li:first-child a:before {
  border: none;
}

.tabs--vert li.active .tab-cicon {
  border-color: #ff5e00;
  color: #ff5e00;
}

.tabs--vert li.active a {
  background-color: #ebecee;
  color: #1d2329 !important;
}

@media (max-width: 539px) {
  .tabs--vert li.active a {
    color: #ff5e00 !important;
  }
}

.tabs--vert li.active a:before {
  border-top-color: #464f58;
}

@media (max-width: 1259px) {
  .tabs--vert li.active a:before {
    border-color: #ebecee !important;
  }
}

.tabs--vert a {
  background-color: #39424b;
  padding: 20px 40px 20px 20px;
  min-height: 60px;
  text-align: right;
}

@media (min-width: 1260px) {
  .tabs--vert a {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

@media (max-width: 1259px) {
  .tabs--vert a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 5px 15px;
    min-height: 105px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center;
  }
}

@media (max-width: 539px) {
  .tabs--vert a {
    display: block;
    min-height: 0;
    background-color: transparent !important;
    text-align: left;
    padding: 10px 0 10px 35px;
  }
}

.tabs--vert a:before {
  border-color: #464f58 !important;
  border-bottom: none;
}

@media (min-width: 1260px) {
  .tabs--vert a:before {
    left: 0;
    border-width: 0;
    border-radius: 0 !important;
    border-top-width: 1px;
  }
}

@media (max-width: 1259px) {
  .tabs--vert a:before {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

@media (max-width: 539px) {
  .tabs--vert a:before {
    border: none !important;
  }
}

.tabs__scroll {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.touchevents .tabs__scroll {
  overflow-x: auto;
}

.touchevents .tabs__scroll::-webkit-scrollbar {
  display: none;
}

.tabs__scroll-inner {
  position: relative;
  display: inline-block;
  min-width: 100%;
  vertical-align: top;
  font-size: 14px;
}

.tabs__inner {
  position: relative;
}

.tabs--large li {
  font-size: 18px;
}

@media (max-width: 767px) {
  .tabs--large li {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .tabs--large li {
    font-size: 14px;
  }
}

.tabs--large a {
  padding: 15px;
}

@media (max-width: 479px) {
  .tabs--large a {
    padding: 10px;
  }
}

.ready .tabs--w-gradients .tabs__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 20px;
  width: 30px;
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  content: "";
  z-index: 2;
  pointer-events: none;
}

.ready .tabs--w-gradients .tabs__inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  width: 30px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  content: "";
  z-index: 2;
  pointer-events: none;
}

.ready .tabs--w-gradients .tabs__inner.scroll-in-start:before {
  opacity: 0;
  visibility: hidden;
}

.ready .tabs--w-gradients .tabs__inner.scroll-in-end:after {
  opacity: 0;
  visibility: hidden;
}

.tabs--equals ul {
  table-layout: fixed;
}

.tabs--inline ul {
  display: block;
}

.tabs--inline li {
  display: inline-block;
}

.tabs--flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.tabs-item-end {
  margin-left: auto;
}

.tab-panes {
  position: relative;
  margin-top: 25px;
}

.tab-panes:first-child {
  margin-top: 0;
}

.tab-pane {
  position: absolute;
  top: -9999px;
}

.tab-pane.active {
  position: relative;
  top: 0;
}

.tab-pane--smoothly {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
}

.tab-pane--smoothly.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.tab-cicon {
  float: left;
  margin: -3px 10px -3px -3px;
  height: 25px;
  width: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  line-height: 23px;
  text-align: left;
}

@media (max-width: 1259px) {
  .tab-cicon {
    display: block;
    float: none;
    margin: 0 auto 5px;
  }
}

@media (max-width: 539px) {
  .tab-cicon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
  }
}

.tab-cicon .icon {
  vertical-align: -0.15em;
}

@media (max-width: 374px) {
  .tabs--tech-types {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 374px) {
  .tabs--tech-types ul {
    table-layout: auto;
  }
}

@media (max-width: 374px) {
  .tabs--tech-types li:first-child a:before {
    border-left: none;
  }
}

@media (max-width: 374px) {
  .tabs--tech-types li:last-child a:before {
    border-right: none;
  }
}

@media (max-width: 374px) {
  .tabs--tech-types a {
    border-radius: 0 !important;
  }
  .tabs--tech-types a:before {
    border-radius: 0 !important;
  }
}

/*

Expansible content

 */
.expand-it-container {
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.expand-it-container.overflow-visible {
  overflow: visible;
  max-height: 99999px !important;
}

.expand-it-container.active {
  max-height: 99999px;
  pointer-events: auto;
}

/*

Pager (including for JS dataTables plugin)

 */
.pager {
  font-size: 0;
  color: #1d2329;
  margin-top: 80px;
  margin-right: -10px;
  margin-bottom: -10px;
}

.pager:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pager {
    margin-top: 55px;
  }
}

.pager__item {
  display: inline-block;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding: 0 10px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  color: #1d2329;
  background-color: #F9FAFC;
  border: 1px solid #E9EDF5;
  margin: 0 10px 10px 0;
  border-radius: 2px;
  text-align: center;
  cursor: default;
}

.pager__item.active, .pager__item.current {
  background-color: #B9C0CA;
  border-color: #B9C0CA;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.pager__item.active:hover, .pager__item.current:hover {
  color: #fff;
}

.pager__item a {
  text-decoration: none;
}

.pager__item .icon {
  font-size: 7px;
  width: 3em;
  vertical-align: middle;
}

.pager__item--prev, .pager__item--next {
  line-height: 46px;
}

.pager__item--pseudo {
  border-color: transparent;
  background-color: transparent;
  min-width: 40px;
  line-height: 40px;
  font-size: 19px;
}

a.pager__item {
  text-decoration: none;
  cursor: pointer;
}

a.pager__item:hover {
  color: #5D41A8;
}

/*

Sliders

 */
.swiper-slider {
  position: relative;
  margin-top: 40px;
}

.swiper-slider:first-child {
  margin-top: 0;
}

.swiper-lazy-preloader {
  top: 50% !important;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  margin-top: -20px;
  margin-left: 0 !important;
  background: none;
  height: 40px;
  width: auto;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  color: #ff5e00;
  opacity: 1;
  z-index: 2;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  position: absolute;
  top: -5px;
  right: -10px;
  bottom: -5px;
  left: -10px;
  content: '';
}

.lt-ie9 .swiper-button-prev, .lt-ie9
.swiper-button-next {
  display: none;
}

.swiper-button-prev *,
.swiper-button-next * {
  vertical-align: -0.15em;
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
  width: 0.625em;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  color: #CED5DD;
  opacity: 1;
}

.swiper-button-next.swiper-button-unneeded, .swiper-button-prev.swiper-button-unneeded {
  opacity: 0;
  pointer-events: none;
}

.swiper-slide img.swiper-lazy {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.swiper-slide img.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-slider--gimage {
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.swiper-slider--gimage:first-child {
  margin-top: 0;
}

.swiper-slider--gimage .swiper-slide {
  height: 190px;
  line-height: 190px;
  text-align: center;
}

@media (max-width: 1023px) {
  .swiper-slider--gimage .swiper-slide {
    height: 165px;
    line-height: 165px;
  }
}

.swiper-slider--gimage .swiper-slide img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
}

@media (max-width: 1023px) {
  .swiper-slider--gimage .swiper-button-prev {
    left: -10px;
  }
}

@media (max-width: 767px) {
  .swiper-slider--gimage .swiper-button-prev {
    left: -5px;
  }
}

@media (max-width: 1023px) {
  .swiper-slider--gimage .swiper-button-next {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .swiper-slider--gimage .swiper-button-next {
    right: -5px;
  }
}

.swiper-slider--gpreviews {
  margin-top: 20px;
}

.swiper-slider--gpreviews:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .swiper-slider--gpreviews {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .swiper-slider--gpreviews {
    margin-top: 10px;
  }
}

@media (max-width: 1023px) {
  .swiper-slider--gpreviews {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .swiper-slider--gpreviews {
    max-width: 340px;
  }
}

@media (max-width: 374px) {
  .swiper-slider--gpreviews {
    max-width: 220px;
  }
}

.swiper-slider--gpreviews .swiper-slide {
  position: relative;
  height: 100px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}

.swiper-slider--gpreviews .swiper-slide:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ced5dd;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  content: '';
}

.swiper-slider--gpreviews .swiper-slide.is-selected {
  cursor: default;
  pointer-events: none;
}

.swiper-slider--gpreviews .swiper-slide.is-selected:before {
  border-color: #ff5e00;
}

.swiper-slider--gpreviews .swiper-slide img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.swiper-slider--cproducts {
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: -15px;
}

.swiper-slider--cproducts:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .swiper-slider--cproducts {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 1023px) {
  .swiper-slider--cproducts {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  .swiper-slider--cproducts {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .swiper-slider--cproducts {
    margin-top: 5px;
  }
}

.swiper-slider--cproducts .swiper-button-prev,
.swiper-slider--cproducts .swiper-button-next {
  top: auto;
  margin-top: 0;
  bottom: 100%;
  margin-bottom: -5px;
}

.swiper-slider--cproducts .swiper-button-prev {
  left: auto;
  right: 50px;
}

.swiper-slider--cproducts .swiper-button-next {
  right: 15px;
}

.cproducts-slider-navigation-compensate {
  padding-right: 65px;
}

/*

Tooltips

 */
/*
.tooltip {
    cursor: default;
}

a.tooltip,
.btn.tooltip {
    cursor: pointer;
}*/
.tooltipster-default .tooltipster-content {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 6px 10px;
  color: #1d2329;
}

.tooltipster-default .tooltipster-content ul {
  margin-top: 5px;
}

.tooltipster-default .tooltipster-content ul:first-child {
  margin-top: 0;
}

.tooltipster-default .tooltipster-content ul li {
  text-indent: -13px;
  margin-top: 5px;
}

.tooltipster-default .tooltipster-content ul li:first-child {
  margin-top: 0;
}

.tooltipster-default .tooltipster-content ul li * {
  text-indent: 0;
}

.tooltipster-default .tooltipster-content ul li:before {
  top: 0;
  width: 4px;
  height: 4px;
  margin-right: 9px;
  background-color: #1d2329;
}

.tooltipster-default .tooltipster-box {
  background-color: #ebecee;
  color: #1d2329;
  border-radius: 3px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
  margin: 10px;
}

.tooltipster-default .tooltipster-box a {
  color: inherit;
  border-bottom-color: rgba(29, 35, 41, 0.5);
}

.tooltipster-default .tooltipster-box a:hover {
  color: inherit;
  border-bottom-color: rgba(29, 35, 41, 0.75);
}

.tooltipster-default .tooltipster-box p {
  margin-top: 10px;
}

.tooltipster-default .tooltipster-box p:first-child {
  margin-top: 0;
}

.tooltipster-compact .tooltipster-content {
  padding: 4px 8px;
}

.tooltipster-as-action .tooltipster-box:hover {
  background-color: #ccc;
}

.tooltipster-as-action .tooltipster-box:active {
  background-color: #aaa;
}

.tooltipster-default.tooltipster-top .tooltipster-arrow {
  bottom: -1px;
}

.tooltipster-default.tooltipster-bottom .tooltipster-arrow {
  top: -1px;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  display: none;
}

.tooltipster-default.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ebecee;
}

.tooltipster-default .tooltipster-arrow-border {
  border-width: 9px;
}

.tooltipster-default.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -9px;
}

.tooltipster-default.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ebecee;
}

.tooltipster-default.tooltipster-top .tooltipster-arrow-uncropped {
  top: 1px;
}

.tooltipster-default.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ebecee;
}

.tooltipster-default.tooltipster-right .tooltipster-arrow-uncropped {
  left: -9px;
}

.tooltipster-default.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ebecee;
}

.tooltipster-default.tooltipster-left .tooltipster-arrow-uncropped {
  left: 1px;
}

.touchevents .tooltipster-base.tooltipster-hide-on-mobiles {
  display: none;
}

/*

Popups

 */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-thumbs > ul > li:before {
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border-radius: 0;
}

.fancybox-container ~ .fancybox-container {
  z-index: 9992;
}

.fancybox-container {
  z-index: 9993;
}

.fancybox-container--popup {
  opacity: 0;
  -webkit-transition-duration: 0.5s !important;
       -o-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}

.fancybox-container--popup .fancybox-inner {
  -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
          transform: translateY(-5%);
  -webkit-transition-duration: 0.5s !important;
       -o-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}

.fancybox-container .fancybox-bg {
  background-color: rgba(29, 35, 41, 0.65);
}

.fancybox-container--popup.fancybox-is-open {
  opacity: 1;
}

.fancybox-container--popup.fancybox-is-open .fancybox-inner {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.fancybox-container--popup.fancybox-is-open .fancybox-bg {
  opacity: .8;
}

.fancybox-container--popup .fancybox-slide {
  overflow-x: hidden;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-container--popup .fancybox-slide > * {
  white-space: normal;
  font-size: 16px;
  padding: 0;
  background-color: transparent;
  overflow: visible;
}

@media (max-width: 374px) {
  .fancybox-container--popup .fancybox-slide > * {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}

.fancybox-container--popup .fancybox-slide > .fancybox-loading {
  width: 50px;
  margin-top: -25px;
}

.fancybox-container--popup .fancybox-close-small {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 27px;
  text-align: center;
}

.fancybox-container--popup .fancybox-close-small .icon {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .fancybox-container--popup .fancybox-close-small {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 479px) {
  .fancybox-container--popup .fancybox-close-small {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }
}

.fancybox-container--popup .fancybox-close-small:after {
  display: none;
}

.fancybox-container--popup .fancybox-close-small:hover:after {
  opacity: 1;
}

.fancybox-thumbs {
  background-color: #000;
}

.fancybox-thumbs > ul > li {
  border-color: transparent;
}

.fancybox-thumbs > ul > li:before {
  border-color: #ff5e00;
  border-width: 2px;
}

.fancybox-show-thumbs .fancybox-button--thumbs {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1259px) {
  .fancybox-caption-wrap {
    padding-top: 40px;
  }
}

@media (max-width: 1259px) {
  .fancybox-caption {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .fancybox-slide > div {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  background: #fafafa;
  height: 100%;
}

body {
  position: relative;
  font-family: "Exo 2", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d2329;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%;
  background: #fff;
  min-width: 320px;
}

@media (max-width: 319px) {
  body {
    overflow-x: auto;
  }
}

.notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.touchevents body {
  cursor: pointer;
}

.touchevents .touch-focused {
  cursor: pointer;
}

.no-touchevents body ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.no-touchevents body ::-webkit-scrollbar:vertical {
  width: 5px;
}

.no-touchevents body ::-webkit-scrollbar:horizontal {
  height: 5px;
}

.no-touchevents body ::-webkit-scrollbar-thumb {
  background-color: rgba(29, 35, 41, 0.3) !important;
  border-radius: 0;
  border: none;
}

.no-touchevents body ::-webkit-scrollbar-track {
  border-radius: 0;
  margin: 0;
  border: none;
  background-color: rgba(29, 35, 41, 0.1) !important;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.no-animation *, .no-animation *:before, .no-animation *:after {
  -webkit-animation: none !important;
          animation: none !important;
}

.no-transition *, .no-transition *:before, .no-transition *:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

::-moz-selection {
  background: #eee;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #eee;
  color: #000;
  text-shadow: none;
}

/*
*
* Skeleton elements
*
*/
.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollable-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1023px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #e8e8e8;
          box-shadow: 0 0 0 1px #e8e8e8;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/*

Responsive Helpers

 */
.respon-meter {
  position: absolute;
  z-index: 9999;
}

@media (max-width: 1259px) {
  .respon-meter {
    z-index: 1199;
  }
}

@media (max-width: 1023px) {
  .respon-meter {
    z-index: 1023;
  }
}

@media (max-width: 767px) {
  .respon-meter {
    z-index: 479;
  }
}

.only-for-notouch,
.only-for-touch,
.only-for-notouch-inline,
.only-for-touch-inline,
.only-for-notouch-inline-block,
.only-for-touch-inline-block {
  display: none !important;
}

.no-touchevents .only-for-notouch {
  display: block !important;
}

.no-touchevents .only-for-notouch-inline {
  display: inline !important;
}

.no-touchevents .only-for-notouch-inline-block {
  display: inline-block !important;
}

.touchevents .only-for-touch {
  display: block !important;
}

.touchevents .only-for-touch-inline {
  display: inline !important;
}

.touchevents .only-for-touch-inline-block {
  display: inline-block !important;
}

.tablet-show,
.tablet-show-inline-block,
.tablet-show-inline,
.tablet-show-table-row,
.tablet-show-table-cell {
  display: none !important;
}

@media (max-width: 1259px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
  .tablet-show-inline-block {
    display: inline-block !important;
  }
  .tablet-show-inline {
    display: inline !important;
  }
  .tablet-show-table-row {
    display: table-row !important;
  }
  .tablet-show-table-cell {
    display: table-cell !important;
  }
}

.tablet-small-show,
.tablet-small-show-inline-block,
.tablet-small-show-inline,
.tablet-small-show-table-row,
.tablet-small-show-table-cell {
  display: none !important;
}

@media (max-width: 1023px) {
  .tablet-small-hide {
    display: none !important;
  }
  .tablet-small-show {
    display: block !important;
  }
  .tablet-small-show-inline-block {
    display: inline-block !important;
  }
  .tablet-small-show-inline {
    display: inline !important;
  }
  .tablet-small-show-table-row {
    display: table-row !important;
  }
  .tablet-small-show-table-cell {
    display: table-cell !important;
  }
}

.mobile-show,
.mobile-show-inline-block,
.mobile-show-inline,
.mobile-show-table-cell {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .mobile-show-inline-block {
    display: inline-block !important;
  }
  .mobile-show-inline {
    display: inline !important;
  }
  .mobile-show-table-cell {
    display: table-cell !important;
  }
}

.mobile-small-show,
.mobile-small-show-inline-block,
.mobile-small-show-inline,
.mobile-small-show-table-cell {
  display: none !important;
}

@media (max-width: 479px) {
  .mobile-small-hide {
    display: none !important;
  }
  .mobile-small-show {
    display: block !important;
  }
  .mobile-small-show-inline-block {
    display: inline-block !important;
  }
  .mobile-small-show-inline {
    display: inline !important;
  }
  .mobile-small-show-table-cell {
    display: table-cell !important;
  }
}

.mobile-xsmall-show,
.mobile-xsmall-show-inline-block,
.mobile-xsmall-show-inline,
.mobile-xsmall-show-table-cell {
  display: none !important;
}

@media (max-width: 374px) {
  .mobile-xsmall-hide {
    display: none !important;
  }
  .mobile-xsmall-show {
    display: block !important;
  }
  .mobile-xsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xsmall-show-inline {
    display: inline !important;
  }
  .mobile-xsmall-show-table-cell {
    display: table-cell !important;
  }
}

.mobile-xxsmall-show,
.mobile-xxsmall-show-inline-block,
.mobile-xxsmall-show-inline,
.mobile-xxsmall-show-table-cell {
  display: none !important;
}

@media (max-width: 359px) {
  .mobile-xxsmall-hide {
    display: none !important;
  }
  .mobile-xxsmall-show {
    display: block !important;
  }
  .mobile-xxsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xxsmall-show-inline {
    display: inline !important;
  }
  .mobile-xxsmall-show-table-cell {
    display: table-cell !important;
  }
}

.topbar {
  position: relative;
  z-index: 20;
  background-color: #ebecee;
  text-align: center;
}

.topbar__inner {
  padding: 25px 0;
  min-height: 70px;
}

.topbar__close {
  float: right;
  margin-left: 30px;
  margin-right: 12px;
  cursor: pointer;
}

.header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.header a {
  color: #1d2329;
}

.header a:hover {
  color: #ff5e00;
}

.header-fixed .header {
  position: fixed;
}

@media (max-width: 767px) {
  .header-fixed .header {
    position: relative;
  }
}

body:not(.header-fixed) .header .header__bottom.compensate-for-scrollbar {
  margin-left: 0;
  margin-right: 0;
}

.header-top {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 15;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8f4f), to(#f05800));
  background-image: -webkit-linear-gradient(top, #ff8f4f, #f05800);
  background-image: -o-linear-gradient(top, #ff8f4f, #f05800);
  background-image: linear-gradient(to bottom, #ff8f4f, #f05800);
  line-height: 80px;
}

.header-top:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8f4f), to(#f05800));
  background-image: -webkit-linear-gradient(top, #ff8f4f, #f05800);
  background-image: -o-linear-gradient(top, #ff8f4f, #f05800);
  background-image: linear-gradient(to bottom, #ff8f4f, #f05800);
  content: '';
}

.header-top .container {
  position: relative;
}

@media (max-width: 767px) {
  .header-top-fixed .header-top {
    position: fixed;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .header-top-fixed .header-top-replace {
    height: 70px;
  }
}

.header-top a {
  color: #fff;
}

.header__bottom {
  border-bottom: 1px solid #ced5dd;
  padding: 8px 0;
}

@media (max-width: 1259px) {
  .header__bottom {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .header__bottom {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-width: 1px;
  }
}

.header-fixed .header__bottom {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .header-fixed .header__bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header__bottom .hsearch {
  display: none;
}

.header-fixed .header__bottom .hsearch {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1259px) {
  .header-fixed .header__bottom .hsearch {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__bottom .header__grid {
    display: block;
  }
}

@media (max-width: 767px) {
  .header__bottom .header__grid-wrapper {
    display: block;
  }
}

@media (max-width: 767px) {
  .header__bottom .header__cell {
    display: block;
    height: auto;
  }
}

.header__grid {
  display: table;
  width: 100%;
}

.header__grid-wrapper {
  margin: 0 -15px;
}

.header__cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .header__cell {
    height: 70px;
  }
}

.header__cell:last-child {
  text-align: right;
}

.header__cell--fit {
  width: 1%;
}

.header__cell--logo {
  white-space: nowrap;
  font-size: 0;
}

@media (max-width: 1259px) {
  .header__cell--logo {
    width: auto;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .header__cell--logo {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.header-fixed .header__cell--logo {
  padding-right: 55px;
}

@media (max-width: 1259px) {
  .header-fixed .header__cell--logo {
    padding-right: 5px;
  }
}

.header__cell--contacts {
  width: 260px;
  padding-right: 45px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .header__cell--contacts {
    width: auto;
    border-top: 1px solid #ced5dd;
    padding: 25px 57px 25px 15px;
  }
}

.header-fixed .header__cell--contacts {
  width: auto;
}

@media (max-width: 1259px) {
  .header-fixed .header__cell--contacts {
    width: 260px;
  }
}

@media (max-width: 767px) {
  .header-fixed .header__cell--contacts {
    width: auto;
  }
}

.header__cell--actions {
  white-space: nowrap;
  font-size: 0;
}

@media (max-width: 767px) {
  .header__cell--actions {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__cell--actions .btn {
    line-height: 42px;
    height: 44px;
    min-width: 44px;
  }
}

.header-fixed .header__cell--timesheet {
  display: none;
}

.header__cell--timesheet a {
  text-decoration: none;
}

.header-fixed .header-replace {
  height: 120px;
}

@media (max-width: 767px) {
  .header-fixed .header-replace {
    height: 0;
  }
}

.header__slogan {
  display: inline-block;
  vertical-align: middle;
  width: 175px;
  white-space: normal;
  font-size: 16px;
  margin-left: 20px;
}

@media (max-width: 1259px) {
  .header__slogan {
    font-size: 14px;
    margin-left: 15px;
    width: 150px;
  }
}

@media (max-width: 767px) {
  .header__slogan {
    display: none;
  }
}

.header__slogan:first-child {
  margin-left: 0;
}

.header-fixed .header__slogan {
  display: none;
}

.header__ocontacts {
  position: relative;
  text-align: right;
}

@media (max-width: 767px) {
  .header__ocontacts {
    text-align: left;
  }
}

.header-fixed .header__ocontacts {
  display: inline-block;
  vertical-align: middle;
  margin-right: 75px;
}

@media (max-width: 1259px) {
  .header-fixed .header__ocontacts {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .header-fixed .header__ocontacts {
    display: block;
  }
}

.header__ocontacts-switcher {
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: 2;
  line-height: 1;
  margin-top: -7px;
  font-size: 16px;
  color: #ff5e00;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header__ocontacts-switcher:before {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: '';
}

@media (max-width: 767px) {
  .header__ocontacts-switcher:before {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }
}

.header__ocontacts.active .header__ocontacts-switcher {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.header__ocontact {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.header__ocontact a {
  color: inherit;
  text-decoration: none;
}

.header__mcontacts {
  position: absolute;
  top: -10px;
  right: -45px;
  left: -10px;
  padding: 10px 45px 20px 10px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s, visibility 0s 0.2s;
  -o-transition: all 0.2s, visibility 0s 0.2s;
  transition: all 0.2s, visibility 0s 0.2s;
}

@media (max-width: 767px) {
  .header__mcontacts {
    -webkit-box-shadow: 0 7px 2px -5px rgba(0, 0, 0, 0.24), 0 5px 2px -5px rgba(0, 0, 0, 0.12);
            box-shadow: 0 7px 2px -5px rgba(0, 0, 0, 0.24), 0 5px 2px -5px rgba(0, 0, 0, 0.12);
    right: -62px;
    left: -20px;
    padding-left: 20px;
    padding-right: 77px;
    border-radius: 0;
  }
}

.header__ocontacts.active .header__mcontacts {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.header__mcontacts .icon {
  font-size: 18px;
  color: #ff5e00;
  vertical-align: middle;
  margin-right: 20px;
}

.header__mcontacts a {
  color: #1d2329;
  text-decoration: none;
}

.header__mcontact {
  margin-top: 25px;
}

.header__mcontact:first-child {
  margin-top: 0;
}

.header__order {
  margin-top: 10px;
  font-size: 14px;
  white-space: normal;
  text-align: right;
}

.header__order:first-child {
  margin-top: 0;
}

.header-fixed .header__order {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  text-align: left;
}

.header__order a {
  text-decoration: underline;
}

.header__actions {
  width: 195px;
}

.header__actions .btn-counter {
  display: none;
}

@media (max-width: 1259px) {
  .header__actions .btn-counter {
    display: block;
  }
}

.header-fixed .header__actions {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
  margin-left: 20px;
}

.header-fixed .header__actions:first-child {
  margin-left: 0;
}

.header-fixed .header__actions .btn-counter {
  display: block;
}

@media (max-width: 1259px) {
  .header__actions {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
    margin-left: 20px;
  }
  .hsearch + .header__actions {
    margin-left: 0;
  }
  .header__actions:first-child {
    margin-left: 0;
  }
}

.header__action {
  margin-top: 10px;
}

.header__action:first-child {
  margin-top: 0;
}

.header-fixed .header__action {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 20px;
}

.header-fixed .header__action:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .header-fixed .header__action {
    margin-left: 15px;
  }
}

.header-fixed .header__action .btn--header {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.header-fixed .header__action .btn .btn-icon {
  margin-right: 0;
}

.header-fixed .header__action .btn .btn-icon + * {
  display: none;
}

@media (max-width: 1259px) {
  .header__action {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 20px;
  }
  .header__action:first-child {
    margin-left: 0;
  }
  .header__action .btn--header {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .header__action .btn .btn-icon {
    margin-right: 0;
  }
  .header__action .btn .btn-icon + * {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__action {
    margin-left: 15px;
  }
}

.logo-wrapper {
  display: inline-block;
  text-decoration: none !important;
}

.logo {
  position: relative;
  top: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 93px;
  line-height: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (max-width: 1259px) {
  .logo {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .logo {
    font-size: 44px;
    top: 0;
  }
}

.header-fixed .header .logo {
  font-size: 58px;
}

@media (max-width: 1259px) {
  .header-fixed .header .logo {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .header-fixed .header .logo {
    font-size: 44px;
  }
}

.logo .icon {
  width: 3.13em;
}

.hmenu {
  position: relative;
  margin: 0 -15px;
}

.hmenu > ul {
  font-size: 0;
  white-space: nowrap;
}

.hmenu__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  white-space: normal;
}

.hmenu__item > a {
  display: block;
  padding: 0 15px;
  line-height: 80px;
  min-height: 80px;
  text-decoration: none;
}

.hmenu__item.active a {
  color: #1d2329;
}

.hmenu__item--w-sub > a {
  position: relative;
  padding-right: 35px;
}

.hmenu__item--w-sub > a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.hmenu__item:hover > a {
  color: #fff;
  background-color: #1d2329;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#47515e), to(#1d2329));
  background-image: -webkit-linear-gradient(top, #47515e, #1d2329);
  background-image: -o-linear-gradient(top, #47515e, #1d2329);
  background-image: linear-gradient(to bottom, #47515e, #1d2329);
}

.hmenu__item:hover > a:before {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.hmenu__item:hover .hmenu__sub {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hmenu__item.focused > a {
  color: #fff;
  background-color: #1d2329;
}

.hmenu__item.focused .hmenu__sub {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hmenu__sub {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 215px;
  background-color: #1d2329;
  line-height: 1.2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s, visibility 0s 0.2s;
  -o-transition: all 0.2s, visibility 0s 0.2s;
  transition: all 0.2s, visibility 0s 0.2s;
}

.hmenu__sub a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.hmenu__sub a:hover {
  background-color: #555a5e;
}

.hsearch {
  position: relative;
  font-size: 16px;
  white-space: normal;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 767px) {
  .hsearch {
    padding-right: 60px;
  }
}

.hsearch__inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  font-size: 0;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .hsearch__inner {
    width: 100%;
    padding-right: 40px;
  }
}

.hsearch__textfield {
  width: 270px;
  vertical-align: top;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

@media (max-width: 767px) {
  .hsearch__textfield {
    width: 100%;
  }
}

.hsearch__btn {
  vertical-align: top;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .hsearch__btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.hsearch__results {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  /*margin-top: -3px;*/
  padding-top: 3px;
  color: #1d2329;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s, visibility 0s 0.2s;
  -o-transition: all 0.2s, visibility 0s 0.2s;
  transition: all 0.2s, visibility 0s 0.2s;
}

@media (max-width: 767px) {
  .hsearch__results {
    margin-top: 0;
    border-radius: 3px;
  }
}

.hsearch__results a {
  color: #1d2329;
}

.hsearch__results a:hover {
  color: #ff5e00;
}

.hsearch__result {
  border-top: 1px solid #ced5dd;
}

.hsearch__result:first-child {
  border-top: none;
}

.hsearch__result-more-link {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.hsearch.active .hsearch__results {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hsmenu {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 -15px;
}

@media (max-width: 1259px) {
  .hsmenu {
    font-size: 14px;
    font-weight: 300;
    margin: 0 -5px;
  }
}

@media (max-width: 1023px) {
  .hsmenu {
    font-size: 16px;
  }
}

.hsmenu ul {
  display: table;
  table-layout: fixed;
}

.hsmenu li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding: 0 15px;
  width: 1%;
}

@media (max-width: 1259px) {
  .hsmenu li {
    padding: 0 5px;
  }
}

@media (max-width: 1023px) {
  .hsmenu li {
    padding: 0 10px;
  }
}

.hsmenu a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 78px;
  text-decoration: none;
  text-align: left;
}

@media (max-width: 1023px) {
  .hsmenu a {
    line-height: 50px;
  }
}

.hsmenu a:hover {
  color: #edb63f;
}

.hsmenu .fa {
  font-size: 15px;
  margin-right: 10px;
}

@media (max-width: 1259px) {
  .hsmenu .fa {
    margin-right: 3px;
  }
}

@media (max-width: 1023px) {
  .hsmenu .fa {
    margin-right: 5px;
  }
}

.hsmenu .fa-location-arrow {
  font-size: 12px;
}

.hsmenu__city {
  max-width: 300px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .hsmenu__city {
    max-width: 200px;
  }
}

@media (max-width: 479px) {
  .hsmenu__city {
    max-width: 150px;
  }
}

@media (max-width: 413px) {
  .hsmenu__city {
    max-width: 120px;
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .hsmenu__city {
    max-width: 105px;
  }
}

.cbutton {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  height: 26px;
  width: 28px;
  margin-top: -13px;
  line-height: 26px;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #fff !important;
  cursor: pointer;
}

@media (max-width: 479px) {
  .cbutton {
    margin-left: 10px;
  }
}

.cbutton:before {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: '';
}

.cbutton__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 1;
}

.cbutton__item {
  display: block;
  height: 2px;
  width: 28px;
  background-color: #fff;
  margin: 10px auto 0;
  border-radius: 1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.menu-overlay-active .cbutton__item {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.cbutton__item:first-child {
  margin-top: 0;
}

.menu-overlay-active .cbutton__item:first-child {
  width: 28px;
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
  border-radius: 0;
}

.menu-overlay-active .cbutton__item:last-child {
  width: 28px;
  -webkit-transform: translateY(-12px) rotate(-45deg);
      -ms-transform: translateY(-12px) rotate(-45deg);
          transform: translateY(-12px) rotate(-45deg);
  border-radius: 0;
}

.menu-overlay {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  color: #1d2329;
  max-height: none;
  -webkit-box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.17);
  overflow-y: auto;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.2s, -webkit-transform 0.2s, visibility 0s 0.2s;
  z-index: -1;
}

.header-top-fixed .menu-overlay {
  max-height: calc(100vh - 70px);
}

.menu-overlay-active .menu-overlay {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.mmenu li {
  border-top: 1px solid #ced5dd;
}

.mmenu li:first-child {
  border-top: none;
}

.mmenu li.expand-it-wrapper > a {
  position: relative;
  padding-right: 35px;
}

.mmenu li.expand-it-wrapper > a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #1d2329 transparent transparent transparent;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.mmenu li.expand-it-wrapper > a.active:before {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #1d2329 transparent;
}

.mmenu a {
  display: block;
  color: #1d2329;
  padding: 13px 15px;
  text-align: left;
  text-decoration: none;
}

.mmenu a:hover {
  color: #1d2329;
}

.mmenu a.mmenu-default-link {
  color: #ff5e00;
  text-decoration: underline;
}

.mmenu__sub {
  background-color: #d9e1eb;
}

.mmenu__sub ul {
  border-top: 1px solid #ced5dd;
}

.mmenu__sub li {
  border-top: 1px solid #fff;
}

.mmenu__sub li:first-child {
  border-top: none;
}

.footer {
  background-color: #1d2329;
  color: #fff;
  padding: 30px 0 15px;
}

@media (max-width: 1259px) {
  .footer {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 50px;
    font-size: 14px;
  }
}

.footer a {
  color: #fff;
  text-decoration: underline;
}

.footer a:hover {
  color: #ff5e00;
}

.footer__grid {
  display: table;
  width: 100%;
}

@media (max-width: 1259px) {
  .footer__grid {
    display: block;
    text-align: right;
  }
}

.footer__cell {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}

@media (max-width: 1259px) {
  .footer__cell {
    display: block;
    text-align: left;
    padding: 0;
    margin-top: 20px;
  }
  .footer__cell:first-child {
    margin-top: 0;
  }
  .footer__cell:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (max-width: 767px) {
  .footer__cell {
    margin-top: 25px;
  }
}

.footer__cell:first-child {
  padding-left: 0;
}

.footer__cell:last-child {
  padding-right: 0;
}

.footer__cell--logo {
  position: relative;
  width: 305px;
}

@media (max-width: 1259px) {
  .footer__cell--logo {
    width: auto;
  }
}

@media (max-width: 767px) {
  .footer__cell--logo {
    padding-bottom: 5px;
  }
}

@media (max-width: 1259px) {
  .footer__cell--fmenu {
    float: left;
    width: 40%;
  }
}

@media (max-width: 767px) {
  .footer__cell--fmenu {
    float: none;
    width: auto;
  }
}

@media (max-width: 1259px) {
  .footer__cell--contacts {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin-left: 30px;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .footer__cell--contacts {
    display: block;
    width: auto;
    margin-left: 0;
    margin-top: 35px;
  }
}

.footer__cell--ymreviews {
  width: 195px;
}

@media (max-width: 1259px) {
  .footer__cell--ymreviews {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .footer__cell--ymreviews {
    display: block;
    width: auto;
    margin-left: 0;
    text-align: center;
  }
}

.footer__cell--fit {
  width: 1%;
}

.footer .logo {
  display: inline-block;
  vertical-align: top;
  top: 0;
  margin-top: -15px;
}

@media (max-width: 1259px) {
  .footer .logo {
    float: left;
    margin-top: 5px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .footer .logo {
    font-size: 52px;
    margin-top: 0;
  }
}

@media (max-width: 374px) {
  .footer .logo {
    font-size: 40px;
  }
}

.footer .logo .icon {
  vertical-align: top;
}

.footer__slogan {
  margin-top: 30px;
}

.footer__slogan:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .footer__slogan {
    float: left;
    margin-top: 5px;
    margin-left: 30px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer__slogan {
    float: left;
    margin-top: 2px;
    margin-left: 20px;
    margin-right: -5px;
  }
}

@media (max-width: 374px) {
  .footer__slogan {
    margin-top: 0;
  }
}

.footer__copyright {
  margin-top: 20px;
}

@media (max-width: 1259px) {
  .footer__copyright {
    float: right;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer__copyright {
    clear: both;
    float: none;
    margin-left: 0;
  }
}

.footer__ymreviews {
  width: 195px;
}

@media (max-width: 767px) {
  .footer__ymreviews {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

.footer__social {
  margin-top: 20px;
  margin-left: -11px;
}

.footer__social:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .footer__social {
    text-align: center;
    margin-top: 35px;
  }
}

.footer__dev {
  margin-top: 15px;
}

.footer__dev:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .footer__dev {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer__dev {
    margin-top: 20px;
  }
}

.fmenu {
  display: table;
  width: 100%;
  font-size: 0;
}

.fmenu__col {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  min-width: 150px;
  font-size: 16px;
}

@media (max-width: 1023px) {
  .fmenu__col {
    padding: 0 5px;
  }
}

.fmenu__col:first-child {
  padding-left: 0;
}

.fmenu__col:last-child {
  padding-right: 0;
}

.fmenu__title {
  font-weight: 700;
}

.fmenu ul {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.33;
}

.fmenu ul:first-child {
  margin-top: 0;
}

.fmenu li {
  margin-top: 10px;
}

.fmenu li:first-child {
  margin-top: 0;
}

.fcontacts {
  margin-top: 15px;
}

.fcontacts:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .fcontacts {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .fcontacts {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: -20px;
  }
}

@media (max-width: 359px) {
  .fcontacts {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.fcontact {
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid-column;
}

.fcontact:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .fcontact {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .fcontact {
    margin-top: 0;
    padding-bottom: 20px;
  }
}

.fcontact__icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1259px) {
  .fcontact__icon {
    line-height: 24px;
  }
}

.fcontact .icon--mail {
  font-size: 18px;
}

.fcontact .icon--marker {
  font-size: 18px;
}

.fcontact a {
  text-decoration: none;
}

.social-list {
  margin-right: -10px;
  margin-bottom: -25px;
  font-size: 0;
  margin-top: 10px;
}

.social-list:first-child {
  margin-top: 0;
}

.social-button {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 25px;
  margin-right: 10px;
  font-size: 22px;
  background-color: #fff;
  color: #1d2329 !important;
  border-radius: 50%;
}

.social-button:hover {
  color: #ff5e00 !important;
}

.social-button .icon {
  vertical-align: -0.1em;
  /*vertical-align: middle;
        top: -3px;*/
}

.section {
  position: relative;
  padding: 30px 0;
}

.ctitle {
  font-size: 23px;
  margin-top: 30px;
}

.ctitle:first-child {
  margin-top: 0;
}

@media (max-width: 479px) {
  .expc {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.expc.sblock {
  padding: 0;
}

@media (max-width: 767px) {
  .expc.sblock .sblock--dark {
    background: #d9e1eb;
    color: #454F59;
  }
  .expc.sblock .sblock--dark a {
    color: #454F59;
  }
  .expc.sblock .sblock__title {
    color: #454F59;
  }
}

.expc__title {
  display: none;
}

.expc__title .btn {
  text-align: left;
  padding-left: 15px;
  padding-right: 35px;
}

.expc__title .btn:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.expc__title .btn.active {
  border-radius: 3px 3px 0 0;
}

.expc__title .btn.active:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}

@media (max-width: 767px) {
  .expc--default {
    margin-top: 30px;
  }
  .expc--default:first-child {
    margin-top: 0;
  }
}

.expc--default .expc__title {
  display: none;
}

@media (max-width: 767px) {
  .expc--default .expc__title {
    display: block;
  }
}

@media (min-width: 768px) {
  .expc--default .expc__content {
    max-height: none !important;
    overflow: visible !important;
    pointer-events: auto;
  }
}

@media (max-width: 1259px) {
  .expc--categories {
    margin-top: 30px;
  }
  .expc--categories:first-child {
    margin-top: 0;
  }
}

.expc--categories .expc__title {
  display: none;
}

@media (max-width: 1259px) {
  .expc--categories .expc__title {
    display: block;
  }
}

@media (min-width: 1260px) {
  .expc--categories .expc__content {
    max-height: none !important;
    overflow: visible !important;
    pointer-events: auto;
  }
}

@media (max-width: 1259px) {
  .expc--categories .tiles-wrapper {
    padding: 15px;
    background-color: #d9e1eb;
  }
}

@media (max-width: 767px) {
  .tiles-wrapper {
    padding: 15px;
    background-color: #d9e1eb;
  }
}

.tiles {
  margin-top: 30px;
  margin: 0 -15px;
}

.tiles:first-child {
  margin-top: 0;
}

.tiles:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .tiles {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.tiles__inner {
  float: left;
  width: 100%;
  font-size: 0;
  margin: -15px 0;
}

@media (max-width: 767px) {
  .tiles__inner {
    margin: -7px 0;
  }
}

.tile {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  width: 16.66667%;
  padding: 15px;
}

@media (max-width: 1259px) {
  .tile {
    width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .tile {
    width: 50%;
    padding: 7px;
  }
}

.tile__inner {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 3px;
  color: #1d2329;
  text-decoration: none;
  height: 165px;
}

.tile__inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ced5dd;
  border-radius: 3px;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.tile__inner:hover:before {
  border-color: #ff5e00;
}

.tile__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 200px;
  padding: 0 10px;
}

@media (max-width: 359px) {
  .tile__overlay {
    padding: 0 5px;
  }
}

.tile__image {
  font-size: 70px;
  line-height: 105px;
  color: #ff5e00;
}

.tile__image .icon {
  vertical-align: bottom;
}

.tile__title {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  margin-top: 10px;
}

.tile__title:first-child {
  margin-top: 0;
}

.tile__title-inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1.2;
}

.tile .icon--auto {
  width: 2.82609em;
  font-size: 46px;
}

@media (max-width: 359px) {
  .tile .icon--auto {
    font-size: 42px;
  }
}

.tile .icon--truck {
  width: 1.53846em;
  font-size: 65px;
}

@media (max-width: 359px) {
  .tile .icon--truck {
    font-size: 60px;
  }
}

.tile .icon--moto {
  width: 1.47107em;
  font-size: 60px;
}

@media (max-width: 359px) {
  .tile .icon--moto {
    font-size: 54px;
  }
}

.tile .icon--yacht {
  width: 1.9469em;
  font-size: 56px;
}

@media (max-width: 359px) {
  .tile .icon--yacht {
    font-size: 50px;
  }
}

.tile .icon--accu {
  width: 1.32353em;
  font-size: 68px;
}

@media (max-width: 359px) {
  .tile .icon--accu {
    font-size: 60px;
  }
}

.tile .icon--canister {
  width: 0.81875em;
  font-size: 80px;
}

@media (max-width: 359px) {
  .tile .icon--canister {
    font-size: 70px;
  }
}

.sproduct__inner {
  display: block;
  padding: 10px;
  color: #1d2329 !important;
  background-color: #fff;
  text-decoration: none !important;
}

.sproduct__inner:after {
  content: "";
  display: table;
  clear: both;
}

.sproduct__image {
  position: relative;
  float: left;
  height: 74px;
  width: 74px;
  line-height: 74px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
}

.sproduct__image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ced5dd;
  border-radius: 3px;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sproduct__image img {
  vertical-align: middle;
}

.sproduct__content {
  margin-left: 88px;
}

.sproduct__title {
  text-decoration: none;
  color: inherit;
}

.sproduct__title:hover {
  color: inherit;
  text-decoration: none;
}

.sproduct__summary {
  margin-top: 5px;
  font-size: 14px;
}

.sproduct__summary:first-child {
  margin-top: 0;
}

.sproduct__price {
  margin-top: 5px;
  font-weight: 700;
}

.sproduct__price:first-child {
  margin-top: 0;
}

.sproduct__price-old {
  position: relative;
  color: #454F59;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 15px;
}

.sproduct__price-old:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid #f00;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sproduct--cart .sproduct__image {
  height: 90px;
  width: 90px;
  line-height: 90px;
}

.sproduct--cart .sproduct__image img {
  max-width: 95%;
  max-height: 95%;
}

@media (max-width: 1023px) {
  .sproduct--cart .sproduct__image {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}

.sproduct--cart .sproduct__content {
  margin-left: 110px;
}

@media (max-width: 1023px) {
  .sproduct--cart .sproduct__content {
    margin-left: 90px;
  }
}

a.sproduct__inner:hover {
  color: #fff !important;
  background-color: #ff5e00;
}

a.sproduct__inner:hover .sproduct__price-old {
  color: #fff;
}

a.sproduct__inner:hover .sproduct__price-old:before {
  border-color: #fff;
}

a.sproduct__inner:hover .sproduct__image:before {
  border-color: #fff;
}

.brands {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}

.brands:first-child {
  margin-top: 0;
}

.brands:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .brands {
    margin-top: 10px;
  }
}

.brands__inner {
  float: left;
  width: 100%;
  font-size: 0;
  margin: -10px 0;
}

.brands--auto {
  margin-top: 20px;
}

.brands--auto .brand {
  width: 8.33333%;
  padding: 10px 0;
}

@media (max-width: 1259px) {
  .brands--auto .brand {
    width: 14.28571%;
  }
}

@media (max-width: 767px) {
  .brands--auto .brand {
    width: 16.66667%;
  }
}

@media (max-width: 639px) {
  .brands--auto .brand {
    width: 25%;
  }
}

@media (max-width: 479px) {
  .brands--auto .brand {
    width: 33.33333%;
  }
}

.brands--auto .brand__inner {
  padding: 1px 0;
  border-radius: 3px;
}

.brands--auto .brand__image {
  line-height: 44px;
  height: 44px;
}

.brands--auto .brand__title {
  margin-left: -15px;
  margin-right: -15px;
}

.brand {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  width: 16.66667%;
  padding: 15px 5px;
}

@media (max-width: 1259px) {
  .brand {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .brand {
    width: 33.33333%;
  }
}

@media (max-width: 479px) {
  .brand {
    width: 50%;
  }
}

.brand__inner {
  position: relative;
  display: block;
  color: #1d2329;
  text-decoration: none !important;
}

.brand__inner:hover .brand__title-inner {
  background-color: #ff5e00;
  color: #fff;
}

.brand__image {
  line-height: 120px;
  height: 120px;
}

.brand__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.brand__title:first-child {
  margin-top: 0;
}

.brand__title-inner {
  border-radius: 3px;
  padding: 6px 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.subtitle {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1259px) {
  .subtitle {
    font-size: 16px;
  }
}

.sblock {
  margin-top: 20px;
  border-radius: 3px;
  padding: 15px 20px 15px;
}

.sblock:first-child {
  margin-top: 0;
}

@media (max-width: 479px) {
  .sblock {
    margin-top: 15px;
  }
}

.sblock-title {
  font-size: 24px;
  padding: 20px 30px;
  background: #F05800 -webkit-gradient(linear, left top, left bottom, from(#FF8F4F), to(#F05800));
  background: #F05800 -webkit-linear-gradient(top, #FF8F4F, #F05800);
  background: #F05800 -o-linear-gradient(top, #FF8F4F, #F05800);
  background: #F05800 linear-gradient(to bottom, #FF8F4F, #F05800);
  color: #fff;
}

.sblock-title--dark {
  background: #1d2329 -webkit-gradient(linear, left top, left bottom, from(#47515e), to(#1d2329));
  background: #1d2329 -webkit-linear-gradient(top, #47515e, #1d2329);
  background: #1d2329 -o-linear-gradient(top, #47515e, #1d2329);
  background: #1d2329 linear-gradient(to bottom, #47515e, #1d2329);
}

.sblock-title--bordered {
  border: 1px solid #ff5e00;
}

@media (max-width: 479px) {
  .sblock-title {
    font-size: 18px;
    padding: 15px 20px;
  }
}

.sblock-title:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.sblock-title:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.sblock-title + .sblock {
  border-top: none;
}

.sblock .sblock-title {
  margin: 0 -30px;
}

@media (max-width: 479px) {
  .sblock .sblock-title {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.sblock .sblock-title:first-child {
  margin-top: -30px;
}

.sblock .sblock-title:last-child {
  margin-bottom: -45px;
}

.sblock-stitle {
  margin: 0 -30px;
  font-size: 18px;
  padding: 15px 30px;
  background: #D9E1EB;
  color: #454F59;
  margin-top: 30px;
}

.sblock-stitle:first-child {
  margin-top: 0;
}

@media (max-width: 479px) {
  .sblock-stitle {
    font-size: 16px;
    padding: 15px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.sblock-wrapper {
  border-radius: 3px;
  margin-top: 30px;
}

.sblock-wrapper:first-child {
  margin-top: 0;
}

@media (max-width: 479px) {
  .sblock-wrapper {
    margin-top: 15px;
  }
}

.sblock-wrapper .sblock-title + .sblock {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.sblock-wrapper--shadowed {
  -webkit-box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
          box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
}

.sblock-wrapper .sblock-title {
  margin-left: 0;
  margin-right: 0;
}

.sblock-wrapper .sblock-title:first-child {
  margin-top: 0;
}

.sblock-wrapper .sblock-title:last-child {
  margin-bottom: 0;
}

.sblock-content {
  margin-top: 40px;
}

.sblock-content:first-child {
  margin-top: 0;
}

@media (max-width: 479px) {
  .sblock-content {
    margin-top: 25px;
  }
}

@media (max-width: 479px) {
  .sblock--mobile-fullwidth {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
  }
}

@media (max-width: 359px) {
  .sblock--wide-on-mobile-small {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.sblock--in-product {
  padding: 20px;
}

@media (max-width: 767px) {
  .sblock--in-product {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sblock--dark {
  background: #1d2329 -webkit-gradient(linear, left top, left bottom, from(#47515e), to(#1d2329));
  background: #1d2329 -webkit-linear-gradient(top, #47515e, #1d2329);
  background: #1d2329 -o-linear-gradient(top, #47515e, #1d2329);
  background: #1d2329 linear-gradient(to bottom, #47515e, #1d2329);
  color: #fff;
}

@media (max-width: 767px) {
  .sblock--dark {
    padding-bottom: 25px;
  }
}

.sblock--dark a {
  color: #fff;
}

.sblock--dark a:hover {
  color: #ff5e00;
}

.sblock--dark .sblock__title {
  color: #9dabbb;
}

.sblock--active {
  background: #ff5e00;
  color: #fff;
}

.sblock--active a {
  color: #fff;
}

.sblock--active a:hover {
  color: #1d2329;
}

.sblock--active .form__error {
  color: #fff;
}

.sblock--greyblue {
  background: #d9e1eb;
}

.sblock--bordered {
  border: 1px solid #ced5dd;
}

@media (max-width: 767px) {
  .sblock--bordered {
    border: none;
  }
}

.sblock--bordered-1 {
  border: 1px solid #ced5dd;
}

.sblock--shadowed {
  -webkit-box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
          box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
}

.sblock--pb {
  padding-bottom: 25px;
}

.sblock__footer {
  margin-top: 20px;
  font-size: 14px;
}

.sblock__footer:first-child {
  margin-top: 0;
}

.sblock__label {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  padding: 0 20px;
  margin-bottom: -0.5em;
  font-size: 36px;
  font-weight: 700;
  -webkit-transform: translateY(calc(50% - 0.6em));
      -ms-transform: translateY(calc(50% - 0.6em));
          transform: translateY(calc(50% - 0.6em));
}

@media (max-width: 1023px) {
  .sblock__label {
    font-size: 28px;
  }
}

@media (max-width: 639px) {
  .sblock__label {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .sblock__label {
    font-size: 20px;
  }
}

.sblock__label-inner {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.sblock__title {
  position: relative;
  font-size: 16px;
  display: table;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -3px;
}

.sblock__title:first-child {
  margin-top: 0;
}

.sblock__title:before {
  position: relative;
  top: 10px;
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #9dabbb;
  content: '';
}

.sblock__title-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 13px;
  width: 1%;
}

.sblock__title:after {
  position: relative;
  top: 10px;
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #9dabbb;
  content: '';
}

.banners {
  margin-top: 30px;
}

.banners:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .banners .cols {
    display: block;
  }
}

@media (max-width: 767px) {
  .banners .col {
    margin-top: 15px;
    display: block;
    padding: 0;
  }
  .banners .col:first-child {
    margin-top: 0;
  }
}

.banner {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  height: 220px;
  background: #1d2329 -webkit-gradient(linear, left top, left bottom, from(#47515e), to(#1d2329));
  background: #1d2329 -webkit-linear-gradient(top, #47515e, #1d2329);
  background: #1d2329 -o-linear-gradient(top, #47515e, #1d2329);
  background: #1d2329 linear-gradient(to bottom, #47515e, #1d2329);
  border-radius: 3px;
  color: #fff;
}

@media (max-width: 1259px) {
  .banner {
    height: 200px;
  }
}

@media (max-width: 374px) {
  .banner {
    font-size: 15px;
  }
}

@media (max-width: 359px) {
  .banner {
    font-size: 14px;
  }
}

.banner:hover {
  color: #fff;
}

.banner a {
  color: #fff;
}

.banner__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 3px;
}

.banner__image img {
  display: none;
}

.banner__image--right {
  background-position: right bottom;
  background-size: auto;
}

@media (max-width: 1259px) {
  .banner__image--right {
    background-size: auto 85%;
  }
}

.banner__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.banner__title {
  font-size: 18px;
  font-weight: 700;
  min-height: 42px;
}

@media (max-width: 1259px) {
  .banner__title {
    font-size: 16px;
    margin-top: -3px;
  }
}

@media (max-width: 374px) {
  .banner__title {
    font-size: 15px;
    min-height: 54px;
  }
}

@media (max-width: 359px) {
  .banner__title {
    font-size: 14px;
    min-height: 48px;
  }
}

.banner__value {
  font-size: 36px;
  font-weight: 700;
  margin-top: 5px;
  padding-left: 50px;
}

.banner__value:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .banner__value {
    padding-left: 0;
    margin-top: -5px;
  }
}

@media (max-width: 374px) {
  .banner__value {
    margin-top: 0;
  }
}

@media (max-width: 359px) {
  .banner__value {
    font-size: 30px;
  }
}

.banner__value-em {
  font-size: 72px;
}

@media (max-width: 374px) {
  .banner__value-em {
    font-size: 62px;
  }
}

@media (max-width: 359px) {
  .banner__value-em {
    font-size: 56px;
  }
}

.banner__value-suffix {
  font-weight: 300;
}

.banner__subtitle {
  margin-left: 100px;
  margin-top: 5px;
}

.banner__subtitle:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .banner__subtitle {
    margin-left: 0;
  }
}

.fcall {
  position: relative;
  background-color: #ff5e00;
  color: #fff;
  border-radius: 3px;
  padding: 20px;
  text-align: left;
  margin-top: 30px;
}

.fcall:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fcall {
    padding: 25px 30px 25px;
  }
}

.fcall a {
  color: #fff;
}

.fcall__grid {
  display: table;
  width: 100%;
  font-size: 0;
}

@media (max-width: 1259px) {
  .fcall__grid {
    display: block;
    margin-left: -20px;
    margin-bottom: -15px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .fcall__grid {
    margin-bottom: -25px;
  }
}

.fcall__cell {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  margin-top: 0;
  font-size: 16px;
}

@media (max-width: 1259px) {
  .fcall__cell {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 15px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .fcall__cell {
    display: block;
    margin-bottom: 25px;
  }
}

.fcall__cell:first-child {
  padding-left: 0;
}

.fcall__title {
  font-size: 18px;
  font-weight: 700;
  width: 440px;
  white-space: nowrap;
}

@media (max-width: 1259px) {
  .fcall__title {
    display: block;
    width: auto;
    font-size: 16px;
  }
  .fcall__title:first-child {
    margin-top: -5px;
  }
}

@media (max-width: 767px) {
  .fcall__title {
    white-space: normal;
  }
}

@media (max-width: 1259px) {
  .fcall__title br {
    display: none;
  }
}

.fcall__form {
  font-size: 0;
  white-space: nowrap;
  padding-left: 30px;
  width: 1%;
}

@media (max-width: 1259px) {
  .fcall__form {
    width: auto;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .fcall__form {
    white-space: normal;
    margin-bottom: 20px;
  }
}

.fcall__textfield {
  width: 180px;
  vertical-align: top;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

@media (max-width: 1259px) {
  .fcall__textfield {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .fcall__textfield {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 100%;
    max-width: 320px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .fcall__textfield:first-child {
    margin-top: 0;
  }
}

.fcall__btn {
  vertical-align: top;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  padding-left: 22px;
  padding-right: 42px;
}

@media (max-width: 767px) {
  .fcall__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 100%;
    max-width: 320px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .fcall__btn:first-child {
    margin-top: 0;
  }
}

.fcall__tip {
  margin-top: 9px;
}

@media (max-width: 767px) {
  .fcall__tip {
    margin-top: 20px;
  }
}

@media (max-width: 1259px) {
  .fcall__tip br {
    display: none;
  }
}

.tforms {
  margin-top: 30px;
}

.tforms:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .tforms {
    margin-top: 15px;
  }
}

@media (max-width: 1023px) {
  .tforms .subtitle {
    min-height: 2.4em;
  }
}

@media (max-width: 767px) {
  .tforms .subtitle {
    min-height: 0;
  }
}

.tforms .sblock {
  min-height: 325px;
}

@media (max-width: 1259px) {
  .tforms .sblock {
    min-height: 440px;
  }
}

@media (max-width: 767px) {
  .tforms .sblock {
    min-height: 0;
    border-radius: 3px;
    padding: 20px 30px 30px;
  }
}

@media (max-width: 539px) {
  .tforms .sblock {
    padding: 20px 30px;
  }
}

@media (max-width: 374px) {
  .tforms .sblock {
    padding: 20px 20px;
  }
}

.tforms .sblock__footer {
  margin-top: 20px;
}

.tforms .sblock__footer:first-child {
  margin-top: 0;
}

.tforms .form {
  margin-top: 20px;
}

.tforms .form:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .tforms .form {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .tforms > .cols {
    display: block;
  }
}

@media (max-width: 767px) {
  .tforms > .cols > .col {
    display: block;
    width: auto;
    margin-top: 15px;
  }
  .tforms > .cols > .col:first-child {
    margin-top: 0;
  }
}

@media (max-width: 1259px) {
  .tform1 .cols {
    display: block;
  }
}

@media (max-width: 1259px) {
  .tform1 .col {
    display: block;
    padding: 0;
    margin-top: 20px;
  }
  .tform1 .col:first-child {
    margin-top: 0;
  }
}

@media (max-width: 1259px) {
  .tform1 .sblock__footer {
    text-align: right;
  }
}

@media (max-width: 1259px) {
  .tform1 .form__actions {
    font-size: 14px;
  }
}

@media (max-width: 1259px) {
  .tform1 .form__actions .col {
    margin-top: 20px;
  }
  .tform1 .form__actions .col:first-child {
    margin-top: 0;
  }
}

@media (max-width: 1259px) {
  .tform1 .form__actions .btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tform2 .cols {
    display: block;
  }
}

@media (max-width: 767px) {
  .tform2 .col {
    display: block;
    padding: 0;
    width: auto;
    margin-top: 20px;
  }
  .tform2 .col:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .tform2 .form__actions {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tform2 .form__actions .col {
    margin-top: 20px;
  }
  .tform2 .form__actions .col:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .tform2 .form__actions .btn {
    width: 100%;
  }
}

.vtabs {
  display: table;
  width: 100%;
  margin-top: 20px;
}

.vtabs:first-child {
  margin-top: 0;
}

.vtabs__left {
  display: table-cell;
  vertical-align: top;
  width: 47.888%;
}

@media (max-width: 1259px) {
  .vtabs__left {
    display: block;
    width: auto;
  }
}

.vtabs__right {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 1259px) {
  .vtabs__right {
    display: block;
  }
}

@media (max-width: 539px) {
  .vtabs__right {
    margin-top: 20px;
  }
  .vtabs__right:first-child {
    margin-top: 0;
  }
}

.vtabs__right .tab-panes {
  background-color: #ebecee;
  color: #1d2329;
  padding: 10px;
}

@media (max-width: 539px) {
  .vtabs__right .tab-panes {
    background-color: transparent;
    color: #fff;
    padding: 0;
  }
}

.vtabs__right .tab-panes a {
  color: #1d2329;
}

@media (max-width: 539px) {
  .vtabs__right .tab-panes a {
    color: #fff;
  }
}

@media (max-width: 1259px) {
  .catalog-sidebar {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .catalog-sidebar .expc--filter-by-model, .catalog-sidebar .sblock--free-call {
    display: none;
  }
}

@media (max-width: 1259px) {
  .catalog-cols {
    table-layout: auto;
  }
}

@media (max-width: 767px) {
  .catalog-cols {
    display: block;
  }
}

@media (max-width: 1259px) {
  .catalog-col {
    width: auto;
  }
}

@media (max-width: 767px) {
  .catalog-col {
    display: block;
    margin-top: 30px;
  }
  .catalog-col:first-child {
    margin-top: 0;
  }
}

.tcheckboxes {
  position: relative;
  z-index: 0;
  font-size: 0;
  padding-bottom: 1px;
}

.tcheckbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  line-height: 1.2;
  padding: 9px 5px 12px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: -1px;
  color: #fff;
  cursor: pointer;
}

.tcheckbox:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #65717d;
  border: 1px solid #9dabbb;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}

.tcheckbox:first-child:before {
  border-top-left-radius: 3px;
}

.tcheckbox:nth-child(2):before {
  border-top-right-radius: 3px;
}

.tcheckbox:nth-last-child(2):before {
  border-bottom-left-radius: 3px;
}

.tcheckbox:last-child:before {
  border-bottom-right-radius: 3px;
}

.tcheckbox input {
  position: absolute;
  opacity: 0;
  z-index: -2;
}

.tcheckbox:nth-child(2n):before {
  left: -1px;
}

.tcheckbox.checked {
  cursor: default;
  z-index: 1;
}

.tcheckbox.checked:before {
  background-color: #ff5e00;
  border-color: transparent;
}

.tags {
  font-size: 0;
  margin-top: 25px;
  margin-right: -8px;
  margin-bottom: -8px;
}

.tags:first-child {
  margin-top: 0;
}

.tags--compact .tag {
  margin-right: 8px;
  margin-bottom: 8px;
}

.tag {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  min-height: 32px;
  padding: 7px 10px;
  color: #1d2329;
  background-color: #ebecee;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}

.tag.checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF670F), to(#F05800));
  background: -webkit-linear-gradient(top, #FF670F, #F05800);
  background: -o-linear-gradient(top, #FF670F, #F05800);
  background: linear-gradient(to bottom, #FF670F, #F05800);
  border-color: #F05800;
  color: #fff;
}

.tag--link {
  background-color: transparent;
  text-decoration: underline;
}

.tag--pseudo {
  background-color: transparent;
  color: inherit;
  padding: 0;
  line-height: 28px;
}

@media (max-width: 479px) {
  .tag--block-on-mobiles {
    display: block;
    margin-bottom: 0;
  }
}

.tag__close {
  position: relative;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin-left: 7px;
}

.tag__close:before {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: '';
}

.tag > input[type='radio'],
.tag > input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.cfilters {
  border: 1px solid #ced5dd;
  border-radius: 3px;
  padding: 20px;
  margin-top: 30px;
}

.cfilters:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .cfilters {
    margin-top: 25px;
  }
}

.cfilter {
  margin-top: 20px;
  display: table;
  width: 100%;
}

.cfilter:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .cfilter {
    margin-top: 15px;
  }
}

.cfilter__cell {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 1259px) {
  .cfilter__cell {
    display: block;
    margin-top: 15px;
  }
  .cfilter__cell:first-child {
    margin-top: 0;
  }
}

.cfilter__cell:first-child {
  width: 145px;
  padding-right: 20px;
  text-align: right;
}

@media (max-width: 1259px) {
  .cfilter__cell:first-child {
    width: auto;
    padding-right: 0;
    text-align: left;
    margin-top: -5px;
  }
}

.breadcrumb {
  padding: 30px 0;
  color: #454F59;
  font-size: 14px;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.breadcrumb a {
  color: #454F59;
}

.breadcrumb__sep {
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 11px;
  color: #9dabbb;
  margin: 0 12px;
}

.breadcrumb__sep:first-child {
  margin-left: 0;
}

.breadcrumb__sep:last-child {
  margin-right: 0;
}

.link-list {
  margin-top: 30px;
}

.link-list:first-child {
  margin-top: 0;
}

.link-list li {
  margin-top: 10px;
}

.link-list li:first-child {
  margin-top: 0;
}

.link-list a {
  color: #ff5e00;
  text-decoration: underline;
}

.sblock--sort {
  margin-top: 25px;
}

@media (max-width: 1259px) {
  .sblock--sort {
    margin-top: 20px;
  }
}

.ifilter-list {
  margin-right: -25px;
  margin-left: -5px;
  margin-bottom: -20px;
}

.ifilter-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
}

.ifilter {
  margin-left: 5px;
  margin-right: 5px;
}

a.ifilter {
  color: #ff5e00;
  text-decoration: underline;
}

.ifilter--selected {
  color: inherit;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.ifilter--selected:hover {
  color: inherit;
}

a.ifilter--selected {
  color: inherit;
  text-decoration: none;
}

.cproducts {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.cproducts:first-child {
  margin-top: 0;
}

.cproducts:after {
  content: "";
  display: table;
  clear: both;
}

.cproducts__inner {
  float: left;
  width: 100%;
  margin-top: -15px;
  margin-bottom: -15px;
  font-size: 0;
}

@media (max-width: 767px) {
  .cproducts__inner {
    margin-top: -25px;
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .cproducts__inner {
    margin-top: -15px;
  }
}

.cproduct {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: 14px;
  padding: 15px;
}

@media (max-width: 1259px) {
  .cproduct {
    width: 50%;
  }
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cproduct {
    padding-top: 25px;
    padding-bottom: 0;
  }
}

@media (max-width: 479px) {
  .cproduct {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.swiper-slide .cproduct {
  display: block;
  width: 100%;
}

.cproduct__inner {
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #CED5DD;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cproduct__inner:hover {
  -webkit-box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
          box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__grid {
    display: table;
    width: 100%;
  }
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__cell {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
  }
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__cell:first-child {
    width: 150px;
    padding-left: 0;
  }
}

@media (max-width: 374px) {
  .cproduct__cell:first-child {
    width: 130px;
  }
}

@media (max-width: 359px) {
  .cproduct__cell:first-child {
    width: 90px;
  }
}

.cproduct__image {
  position: relative;
  display: block;
  margin: 0 -15px;
  line-height: 170px;
  text-align: center;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__image {
    line-height: 120px;
    margin: 0;
  }
}

.cproduct__image:hover {
  color: inherit;
}

.cproduct__image:first-child {
  margin-top: -15px;
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__image:first-child {
    margin-top: 0;
  }
}

.cproduct__image img {
  vertical-align: middle;
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__image img {
    max-height: 120px;
  }
}

.cproduct__stickers {
  position: absolute;
  top: 10px;
  right: -1px;
  z-index: 1;
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__stickers {
    top: -5px;
    right: auto;
    left: -16px;
  }
}

.cproduct__sticker {
  float: right;
  clear: both;
  border-radius: 3px 0 0 3px;
  padding: 1px 10px 2px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background-color: #61BB4C;
  white-space: nowrap;
  margin-top: 5px;
}

.cproduct__sticker:first-child {
  margin-top: 0;
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__sticker {
    float: left;
    border-radius: 0 3px 3px 0;
  }
}

.cproduct__sticker--blue {
  background-color: #4891e1;
}

.cproduct__sticker--bordo {
  background-color: #b9333a;
}

.cproduct__title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  height: 48px;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.cproduct__title:hover {
  color: inherit;
}

.cproduct__price {
  margin-top: 10px;
}

.cproduct__price:first-child {
  margin-top: 0;
}

.cproduct__price-current {
  font-size: 24px;
  font-weight: 700;
  color: #ff5e00;
}

.cproduct__meta {
  margin-top: 15px;
}

.cproduct__meta:first-child {
  margin-top: 0;
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__meta {
    margin-top: 20px;
  }
}

.cproduct__status {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  padding: 1px 5px 2px;
  font-size: 12px;
  line-height: 1.2;
  /*
        @media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
            padding-left: 5px;
            padding-right: 5px;
        }*/
}

.cproduct__status:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ff5e00;
  border-radius: 3px;
  content: '';
}

.cproduct__status--grey {
  background-color: #d9e1eb;
  color: #454F59;
}

.cproduct__status--grey:before {
  border-color: transparent;
}

.cproduct__status--pseudo {
  padding-left: 0;
  padding-right: 0;
}

.cproduct__status--pseudo:before {
  border-color: transparent;
}

.cproduct__bottom {
  position: relative;
  margin-top: 15px;
}

.cproduct__bottom:first-child {
  margin-top: 0;
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__bottom {
    padding-left: 165px;
    margin-top: 20px;
    min-height: 90px;
  }
}

@media (max-width: 374px) {
  .cproduct__bottom {
    padding-left: 145px;
  }
}

@media (max-width: 359px) {
  .cproduct__bottom {
    padding-left: 105px;
  }
}

.cproduct__summary {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5;
}

.cproduct__summary:first-child {
  margin-top: 0;
}

.cproduct__action {
  margin-top: 15px;
}

.cproduct__action:first-child {
  margin-top: 0;
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__action {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
  }
}

@media (max-width: 374px) {
  .cproduct__action {
    width: 130px;
  }
}

@media (max-width: 359px) {
  .cproduct__action {
    width: 90px;
  }
  .cproduct__action .btn {
    line-height: 36px;
    height: 36px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
}

.cproduct__action-alt {
  margin-top: 20px;
  text-align: center;
}

.cproduct__action-alt:first-child {
  margin-top: 0;
}

@media (max-width: 559px), (min-width: 768px) and (max-width: 919px) {
  .cproduct__action-alt {
    position: absolute;
    top: 50px;
    left: 0;
    width: 150px;
  }
}

@media (max-width: 374px) {
  .cproduct__action-alt {
    width: 130px;
  }
}

@media (max-width: 359px) {
  .cproduct__action-alt {
    width: 90px;
    top: 35px;
  }
}

.cproduct__action-alt a {
  text-decoration: underline;
}

.cproduct--horz {
  width: 100%;
  /*
    .cproduct__status {
        padding-left: 10px;
        padding-right: 10px;
    }*/
}

.cproduct--horz .cproduct__inner {
  display: table;
  width: 100%;
  padding: 0;
  border: none;
}

@media (max-width: 539px) {
  .cproduct--horz .cproduct__inner {
    padding: 0;
  }
}

.cproduct--horz .cproduct__image {
  display: table-cell;
  vertical-align: top;
  width: 190px;
  line-height: 1.2;
}

@media (max-width: 539px) {
  .cproduct--horz .cproduct__image {
    display: block;
    width: auto;
    line-height: 170px;
  }
}

.cproduct--horz .cproduct__image img {
  max-height: 170px;
}

.cproduct--horz .cproduct__sticker {
  border-radius: 3px;
  left: 0;
  right: auto;
  top: 10px;
}

.cproduct--horz .cproduct__meta {
  margin-top: 15px;
}

.cproduct--horz .cproduct__meta:first-child {
  margin-top: 0;
}

.cproduct--horz .cproduct__content {
  padding-left: 20px;
}

@media (max-width: 539px) {
  .cproduct--horz .cproduct__content {
    padding-left: 0;
  }
}

.svproducts {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

.svproducts:first-child {
  margin-top: 0;
}

.svproducts:after {
  content: "";
  display: table;
  clear: both;
}

.svproducts__inner {
  float: left;
  width: 100%;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 0;
}

@media (max-width: 767px) {
  .svproducts__inner {
    margin-top: -25px;
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .svproducts__inner {
    margin-top: -15px;
  }
}

.svproduct {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: 14px;
  padding: 10px 15px;
}

@media (max-width: 1259px) {
  .svproduct {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .svproduct {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 0;
  }
}

@media (max-width: 479px) {
  .svproduct {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.svproduct--grey .svproduct__inner {
  border: 1px solid transparent;
  background-color: #EBECEE;
}

.svproduct--text {
  font-size: 16px;
  color: #454F59;
}

.svproduct--text .svproduct__inner {
  padding: 15px 35px 15px;
}

@media (max-width: 374px) {
  .svproduct--text .svproduct__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.svproduct--text .svproduct__inner:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swiper-slide .svproduct {
  width: auto;
}

.svproduct__inner {
  padding: 15px 20px 25px;
  border-radius: 3px;
  border: 1px solid #CED5DD;
  height: 157px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .svproduct__inner {
    height: auto;
  }
}

.svproduct__inner:hover {
  -webkit-box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
          box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
}

.svproduct__top {
  min-height: 70px;
}

.svproduct__title {
  display: block;
  padding-top: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}

.svproduct__title:hover {
  color: inherit;
}

.svproduct__price {
  margin-top: 5px;
  font-weight: 700;
  color: #ff5e00;
  position: relative;
  top: -3px;
}

.svproduct__price:first-child {
  margin-top: 0;
}

.svproduct__price-current {
  font-size: 24px;
}

.svproduct__bottom {
  position: relative;
  margin-top: 5px;
}

.svproduct__bottom:first-child {
  margin-top: 0;
}

.svproduct__bottom .col {
  vertical-align: middle;
}

.svproduct__summary {
  padding-top: 3px;
}

.svproduct__action {
  margin-top: 15px;
}

.svproduct__action:first-child {
  margin-top: 0;
}

@media (max-width: 374px) {
  .svproduct__action .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 359px) {
  .svproduct__action .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.svproduct .input-spin .textfield {
  width: 60px;
}

@media (max-width: 359px) {
  .svproduct .input-spin .textfield {
    width: 45px;
  }
}

.more {
  margin-top: 30px;
}

.more:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .more {
    margin-top: 20px;
  }
  .more .cols {
    display: block;
  }
  .more .col {
    display: block;
    margin-top: 15px;
    width: auto;
    text-align: center;
  }
  .more .col:first-child {
    margin-top: 0;
  }
  .more .col.invisible {
    display: none;
  }
  .more .col.invisible + .col {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .expc--filter {
    margin-top: 30px;
  }
  .expc--filter:first-child {
    margin-top: 0;
  }
  .expc--filter .sblock {
    padding-top: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .expc--filter .subtitle.mobile-hide + .form {
    margin-top: 0;
  }
}

.expc--filter .btn-counter {
  position: relative;
}

.sblock--w-title {
  padding: 30px 30px 45px;
}

@media (max-width: 479px) {
  .sblock--w-title {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
}

.sblock--order-delivery .form__item-tip + .form__item-tip {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .sblock--order-delivery .form__item-tip + .form__item-tip {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .sblock--order-delivery .checkboxes__inner {
    margin-bottom: -20px;
  }
  .sblock--order-delivery .checkbox {
    display: block;
    margin-bottom: 20px;
  }
}

.sblock--order-actions {
  padding-top: 30px;
  padding-bottom: 30px;
}

.form--order {
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .form--order .cols--mspace > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form--order .cols--mspace > .col:first-child {
    padding-left: 0;
  }
  .form--order .cols--mspace > .col:last-child {
    padding-right: 0;
  }
  .form--order .cols-wrapper--mspace {
    margin-left: -10px;
    margin-right: -10px;
  }
  .form--order .cols-wrapper--mspace > .cols > .col:first-child {
    padding-left: 10px;
  }
  .form--order .cols-wrapper--mspace > .cols > .col:last-child {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .form--order .cols-wrapper--mspace {
    margin-left: 0;
    margin-right: 0;
  }
  .form--order .cols-wrapper--mspace > .cols {
    display: block;
  }
  .form--order .cols-wrapper--mspace > .cols > .col {
    display: block;
    width: auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .form--order .cols-wrapper--mspace > .cols > .col:first-child {
    margin-top: 0;
  }
  .form--order .cols-wrapper--mspace > .cols > .col:first-child {
    padding-left: 0;
  }
  .form--order .cols-wrapper--mspace > .cols > .col:last-child {
    padding-right: 0;
  }
}

.cols-wrapper--cart {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}

.cols-wrapper--cart:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .cols-wrapper--cart {
    margin-left: 0;
    margin-right: 0;
  }
  .cols-wrapper--cart > .cols {
    display: block;
  }
  .cols-wrapper--cart > .cols:after {
    content: "";
    display: table;
    clear: both;
  }
  .cols-wrapper--cart > .cols > .col {
    display: block;
    width: auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols-wrapper--cart > .cols > .col:first-child {
    margin-top: 0;
  }
  .cols-wrapper--cart > .cols > .col:first-child {
    padding-left: 0;
  }
  .cols-wrapper--cart > .cols > .col:last-child {
    padding-right: 0;
  }
}

.cols-wrapper--cart:before {
  position: absolute;
  top: 0;
  right: 10px;
  left: 10px;
  border-top: 1px solid #CED5DD;
  content: '';
}

.cols-wrapper--cart:first-child {
  padding-top: 0;
}

.cols-wrapper--cart:first-child:before {
  border-top: none;
}

.cols-wrapper--cart.disabled {
  opacity: 0.3;
}

.cols-wrapper--cart.disabled:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 5;
}

.cols-wrapper--cart .sproduct {
  padding: 0;
}

.cols-wrapper--cart .sproduct__inner {
  padding: 0;
}

.cols-wrapper--cart .sproduct__price {
  padding-top: 10px;
}

@media (max-width: 479px) {
  .cols-wrapper--cart .sproduct__price {
    padding-top: 0;
  }
}

.cols-wrapper--cart .form__item-label {
  margin-bottom: 10px;
}

@media (max-width: 479px) {
  .cols-wrapper--cart .form__item-label {
    margin-bottom: 5px;
  }
}

.cols-wrapper-cart-restore {
  position: relative;
  z-index: 6;
}

.col--cart-price {
  width: 150px;
  text-align: center;
}

@media (max-width: 1023px) {
  .col--cart-price {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .col--cart-price {
    float: left;
    width: 33.33% !important;
    padding-top: 10px;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .col--cart-price {
    float: right;
    width: 50% !important;
    text-align: right !important;
  }
  .col--cart-price .form__item-label {
    margin-bottom: 15px;
  }
}

.col--cart-quantity {
  width: 310px;
  text-align: center;
}

.col--cart-quantity .input-spin {
  margin-left: 0;
}

@media (max-width: 1259px) {
  .col--cart-quantity {
    width: 200px;
  }
}

@media (max-width: 1023px) {
  .col--cart-quantity {
    width: 135px;
  }
}

@media (max-width: 767px) {
  .col--cart-quantity {
    float: left;
    width: 33.33% !important;
    padding-top: 10px;
  }
}

@media (max-width: 479px) {
  .col--cart-quantity {
    float: left;
    width: 50% !important;
    text-align: left !important;
  }
}

.col--cart-quantity-thin {
  width: 170px;
}

@media (max-width: 1023px) {
  .col--cart-quantity-thin {
    width: 135px;
  }
}

.col--cart-sum {
  width: 150px;
  text-align: center;
}

@media (max-width: 1023px) {
  .col--cart-sum {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .col--cart-sum {
    float: left;
    width: 33.33% !important;
    padding-top: 10px;
  }
}

@media (max-width: 479px) {
  .col--cart-sum {
    width: 100% !important;
    text-align: right !important;
  }
  .col--cart-sum .form__item-label {
    margin-bottom: 0;
    margin-top: 0;
  }
  .col--cart-sum .sproduct__price {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.btn--order {
  min-width: 330px;
}

@media (max-width: 479px) {
  .btn--order {
    min-width: 0;
    width: 100%;
  }
}

.cart-footer {
  position: relative;
  padding-top: 25px;
  margin-top: 30px;
}

.cart-footer:first-child {
  margin-top: 0;
}

.cart-footer:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #CED5DD;
  content: '';
}

.cart-footer:first-child {
  padding-top: 0;
}

.cart-footer:first-child:before {
  border-top: none;
}

.cart-footer--no-border:before {
  display: none;
}

.cart-footer__services {
  margin-top: 20px;
  background-color: rgba(217, 225, 235, 0.7);
  margin-left: -30px;
  margin-right: 40px;
  padding: 25px 30px 25px 30px;
}

.cart-footer__services:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .cart-footer__services {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .cart-footer__services {
    margin-right: -30px;
  }
}

@media (max-width: 479px) {
  .cart-footer__services {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cart-footer__services .checkboxes__inner {
  margin-bottom: -25px;
}

.cart-footer__services .checkbox {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .cols-wrapper--cart-footer {
    margin-left: 0;
    margin-right: 0;
  }
  .cols-wrapper--cart-footer > .cols > .col:first-child {
    padding-left: 0;
  }
  .cols-wrapper--cart-footer > .cols > .col:last-child {
    padding-right: 0;
  }
  .cols-wrapper--cart-footer > .cols {
    display: block;
  }
  .cols-wrapper--cart-footer > .cols > .col {
    display: block;
    width: auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols-wrapper--cart-footer > .cols > .col:first-child {
    margin-top: 0;
  }
}

.cols-wrapper--cart-footer-section {
  position: relative;
  padding-top: 20px;
  margin-top: 15px;
}

.cols-wrapper--cart-footer-section:first-child {
  margin-top: 0;
}

.cols-wrapper--cart-footer-section:before {
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  border-top: 1px solid #CED5DD;
  content: '';
}

.cols-wrapper--cart-footer-section:first-child {
  padding-top: 0;
}

.cols-wrapper--cart-footer-section:first-child:before {
  border-top: none;
}

.cols-wrapper--cart-footer-section .col {
  vertical-align: baseline;
}

@media (max-width: 479px) {
  .cols-wrapper--cart-footer-section {
    margin-left: -5px;
    margin-right: -5px;
  }
  .cols-wrapper--cart-footer-section:before {
    left: 5px;
    right: 5px;
  }
  .cols-wrapper--cart-footer-section > .cols > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cols-wrapper--cart-footer-section > .cols > .col:first-child {
    padding-left: 5px;
    text-align: left;
  }
  .cols-wrapper--cart-footer-section > .cols > .col:last-child {
    padding-right: 5px;
  }
}

.cols-wrapper--cart-footer-section-discount {
  margin-top: 5px;
}

.cols-wrapper--cart-footer-section-discount:before {
  border-top: none;
}

.cols-wrapper--cart-footer-section-discount .col:first-child {
  font-size: 20px;
}

.cols-wrapper--cart-footer-section-sum {
  margin-top: 20px;
}

.cols-wrapper--cart-footer-section-sum .col:last-child {
  font-size: 24px;
  min-width: 165px;
}

@media (max-width: 479px) {
  .cols-wrapper--cart-footer-section-sum .col:last-child {
    min-width: 0;
  }
}

.cols-wrapper--cart-discount {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
}

.cols-wrapper--cart-discount:first-child {
  margin-top: 0;
}

@media (max-width: 374px) {
  .cols-wrapper--cart-discount {
    padding-left: 0;
    padding-right: 0;
  }
}

.panel__title--active .cols-wrapper--cart-discount {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-left: 0;
  padding-right: 0;
  margin-left: -30px;
}

@media (max-width: 479px) {
  .panel__title--active .cols-wrapper--cart-discount {
    margin-left: -10px;
  }
}

@media (max-width: 479px) {
  .col.col--cart-discount-capacity {
    text-align: left;
  }
}

.col--cart-discount-quantity {
  width: 135px;
}

.label-prev-text {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 1259px) {
  .label-prev-text {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .label-prev-text {
    display: inline-block;
    margin-right: 15px;
  }
}

@media (max-width: 359px) {
  .label-prev-text {
    display: block;
    margin-right: 0;
  }
}

.label {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  padding: 1px 5px 2px;
  font-size: 12px;
  line-height: 1.2;
}

.label:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  content: '';
}

.label--white {
  background-color: #fff;
  color: #1d2329;
}

.label--blue {
  background-color: #4891e1;
  color: #fff;
}

.label--blue-light {
  background-color: #D9E1EB;
  color: #454F59;
}

.label--orange {
  background-color: #ff5e00;
  color: #fff;
}

.label--green {
  background-color: #61BB4C;
  color: #fff;
}

.label--grey {
  background-color: #c4c4c4;
  color: #fff;
}

.label--color-red {
  background-color: #fff;
  color: rgba(255, 0, 0, 0.7);
}

.label--large {
  font-size: 14px;
  padding: 8px 10px;
  margin-top: -8px;
  margin-bottom: -8px;
}

.label--bordered-active:before {
  border-color: #ff5e00;
}

.tabs--profile {
  margin-top: 30px;
}

.tabs--profile:first-child {
  margin-top: 0;
}

.tabs--profile ul {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tabs--profile ul {
    table-layout: auto;
  }
}

.tab-panes--profile {
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1023px) {
  .tab-panes--profile {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}

.sblock--profile {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .sblock--profile .cols-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .sblock--profile .cols-wrapper > .cols {
    display: block;
  }
  .sblock--profile .cols-wrapper > .cols > .col {
    display: block;
    width: auto;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .sblock--profile .cols-wrapper > .cols > .col:first-child {
    margin-top: 0;
  }
  .sblock--profile .cols-wrapper > .cols > .col:first-child {
    padding-left: 0;
  }
  .sblock--profile .cols-wrapper > .cols > .col:last-child {
    padding-right: 0;
  }
  .sblock--profile .form__item {
    margin-top: 30px;
  }
  .sblock--profile .form__item:first-child {
    margin-top: 0;
  }
}

.tab-panes--orders {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1023px) {
  .tab-panes--orders {
    padding-left: 0;
    padding-right: 0;
  }
}

.sblock--orders {
  margin-top: 20px;
  padding-bottom: 30px;
}

.orders-content {
  position: relative;
  padding-bottom: 30px;
}

.orders-content:before {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  border-top: 1px solid #CED5DD;
  content: '';
}

.cols-wrapper--orders {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}

.cols-wrapper--orders:first-child {
  margin-top: 0;
}

.cols-wrapper--orders > .cols > .col {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .cols-wrapper--orders {
    margin-left: 0;
    margin-right: 0;
  }
  .cols-wrapper--orders > .cols {
    display: block;
  }
  .cols-wrapper--orders > .cols:after {
    content: "";
    display: table;
    clear: both;
  }
  .cols-wrapper--orders > .cols > .col {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .cols-wrapper--orders > .cols > .col:first-child {
    padding-left: 0;
  }
  .cols-wrapper--orders > .cols > .col:last-child {
    padding-right: 0;
  }
  .cols-wrapper--orders .label {
    margin-left: 5px;
    padding: 2px 7px 3px;
    font-size: 12px;
  }
  .cols-wrapper--orders .label--color-red:before {
    border-color: rgba(255, 0, 0, 0.7);
  }
}

@media (max-width: 479px) {
  .cols-wrapper--orders .form__item-label {
    display: block !important;
    margin-bottom: 5px;
  }
  .cols-wrapper--orders .label {
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
  }
}

.cols-wrapper--orders:before {
  position: absolute;
  top: 0;
  right: 10px;
  left: 10px;
  border-top: 1px solid #CED5DD;
  content: '';
}

@media (max-width: 767px) {
  .cols-wrapper--orders:before {
    left: 0;
    right: 0;
  }
}

.cols-wrapper--orders:first-child {
  padding-top: 0;
}

.cols-wrapper--orders:first-child:before {
  border-top: none;
}

.cols-wrapper--orders a {
  color: #ff5e00;
}

.col--orders-date {
  width: 140px;
  text-align: center;
}

@media (max-width: 1023px) {
  .col--orders-date {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .col--orders-date {
    float: right;
    text-align: right;
    width: 50% !important;
  }
}

.col--orders-id {
  width: 200px;
  text-align: center;
}

@media (max-width: 1023px) {
  .col--orders-id {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .col--orders-id {
    float: left;
    width: 50% !important;
    text-align: left;
  }
}

.col--orders-status {
  width: 290px;
  text-align: center;
}

.col--orders-status .input-spin {
  margin-left: 0;
}

@media (max-width: 1259px) {
  .col--orders-status {
    width: 200px;
  }
}

@media (max-width: 1023px) {
  .col--orders-status {
    width: 135px;
  }
}

@media (max-width: 767px) {
  .col--orders-status {
    clear: both;
    float: left;
    width: 50% !important;
    padding-top: 20px;
    text-align: left;
  }
}

.col--orders-sum {
  text-align: center;
}

@media (max-width: 1023px) {
  .col--orders-sum {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .col--orders-sum {
    float: right;
    width: 50% !important;
    padding-top: 20px;
    text-align: right;
  }
}

.col--orders-more {
  width: 150px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 1023px) {
  .col--orders-more {
    width: 100px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .col--orders-more {
    clear: both;
    width: 100% !important;
    padding-top: 20px;
    text-align: right;
  }
}

.orders-price {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #454F59;
  margin-top: -5px;
}

@media (max-width: 1023px) {
  .orders-price {
    font-size: 20px;
  }
}

.tab-panes--order {
  margin-top: 45px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1023px) {
  .tab-panes--order {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .tab-panes--order {
    margin-top: 30px;
  }
}

.sblock--order {
  margin-top: 35px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .sblock--order {
    margin-top: 30px;
  }
}

@media (max-width: 1023px) {
  .sblock--order .sblock-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 479px) {
  .sblock--order .sblock-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 1023px) {
  .sblock--order .sblock-wrapper .sblock {
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .sblock--order .sblock-wrapper .sblock-title {
    border-radius: 0;
  }
}

.cols-wrapper--order-d {
  margin-top: 30px;
}

.cols-wrapper--order-d:first-child {
  margin-top: 0;
}

.cols-wrapper--order-d > .cols {
  margin-top: 30px;
}

.cols-wrapper--order-d > .cols:first-child {
  margin-top: 0;
}

@media (max-width: 479px) {
  .cols-wrapper--order-d > .cols {
    display: block;
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .cols-wrapper--order-d > .cols > .col {
    display: block;
    margin-top: 5px;
  }
  .cols-wrapper--order-d > .cols > .col:first-child {
    margin-top: 0;
  }
}

.cols-wrapper--order-d > .cols > .col:first-child {
  width: 230px;
}

@media (max-width: 767px) {
  .cols-wrapper--order-d > .cols > .col:first-child {
    width: 140px;
  }
}

@media (max-width: 479px) {
  .cols-wrapper--order-d > .cols > .col:first-child {
    width: auto;
    opacity: 0.6;
  }
}

@media (max-width: 479px) {
  .cols-wrapper--order-d > .cols > .col--content-large {
    margin-top: 15px;
  }
}

.price {
  display: inline-block;
  margin: -10px 0;
  font-size: 24px;
  font-weight: 700;
}

.product__section {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
}

.product__section:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .product__section {
    display: block;
  }
}

@media (max-width: 479px) {
  .product__section {
    margin-top: 15px;
  }
}

.product__section-left {
  display: table-cell;
  vertical-align: top;
  width: 460px;
}

@media (max-width: 1259px) {
  .product__section-left {
    width: 340px;
  }
}

@media (max-width: 1023px) {
  .product__section-left {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .product__section-left {
    display: block;
    width: auto;
    margin-top: 20px;
  }
  .product__section-left:first-child {
    margin-top: 0;
  }
}

.product__section-right {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .product__section-right {
    display: block;
    padding-left: 0;
    margin-top: 20px;
  }
  .product__section-right:first-child {
    margin-top: 0;
  }
}

.product__section--alt {
  direction: rtl;
}

@media (max-width: 1259px) {
  .product__section--alt {
    display: block;
  }
}

.product__section--alt .product__section-left {
  padding-left: 30px;
  width: auto;
}

.product__section--alt .product__section-right {
  padding-left: 0;
  width: 460px;
}

.product__section--alt .product__section-left,
.product__section--alt .product__section-right {
  direction: ltr;
}

@media (max-width: 1259px) {
  .product__section--alt .product__section-left,
  .product__section--alt .product__section-right {
    display: block;
    padding-left: 0;
    width: auto;
    margin-top: 20px;
  }
  .product__section--alt .product__section-left:first-child,
  .product__section--alt .product__section-right:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .product__section--alt .product__section-left,
  .product__section--alt .product__section-right {
    margin-top: 15px;
  }
}

@media (max-width: 1259px) {
  .product__section--alt .sblock {
    height: auto !important;
  }
}

.product__image .cproduct__stickers {
  top: 10px;
  right: -1px;
  left: auto;
}

.product__image .cproduct__sticker {
  float: right;
  border-radius: 3px 0 0 3px;
}

.product__image-height-opposite {
  min-height: 265px;
}

@media (max-width: 1259px) {
  .product__image-height-opposite {
    min-height: 250px;
  }
}

@media (max-width: 1023px) {
  .product__image-height-opposite {
    min-height: 220px;
  }
}

@media (max-width: 1259px) {
  .product__title {
    font-size: 28px;
  }
}

@media (max-width: 1023px) {
  .product__title {
    font-size: 18px;
  }
  .product__title.h1-top-compensate {
    margin-top: -5px;
  }
}

.product__meta {
  margin-top: 20px;
}

.product__meta:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .product__meta .cproduct__status {
    vertical-align: top;
  }
}

.product__artikul {
  font-size: 18px;
  color: #454F59;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .product__artikul {
    font-size: 14px;
  }
}

.product__price-wrapper {
  margin-top: 30px;
  font-size: 14px;
}

.product__price-wrapper:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .product__price-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .product__price-wrapper {
    margin-top: 20px;
  }
}

.product__price-block {
  margin-top: 5px;
}

.product__price-block:first-child {
  margin-top: 0;
}

@media (max-width: 479px) {
  .product__price-block .cols-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product__price-block .cols .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product__price-block .cols .col:first-child {
    padding-left: 10px;
  }
  .product__price-block .cols .col:last-child {
    padding-right: 10px;
  }
}

.product__price-value {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  height: 50px;
  min-width: 165px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #ff5e00;
  white-space: nowrap;
}

@media (max-width: 479px) {
  .product__price-value {
    min-width: 140px;
  }
}

@media (max-width: 359px) {
  .product__price-value {
    min-width: 135px;
  }
}

.product__price-value:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ff5e00;
  border-radius: 3px 0 0 3px;
  border-right: none;
  content: '';
}

.product__price-value-number {
  font-size: 32px;
}

.product__price-action {
  display: inline-block;
  vertical-align: top;
}

.product__price-action .btn {
  line-height: 50px;
  height: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 479px) {
  .product__price-action .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.product__price-old {
  margin-top: 10px;
}

.product__price-old:first-child {
  margin-top: 0;
}

.product__price-old-value {
  font-size: 20px;
}

@media (max-width: 1259px) {
  .product__brand {
    float: right;
    margin: -15px 0 -40px;
    width: 70px;
    height: 70px;
  }
  .product__brand img {
    max-width: 100%;
    max-height: 100%;
  }
}

.product__question {
  display: inline-block;
  font-size: 0;
}

.product__question .link {
  font-size: 14px;
  margin-left: 20px;
  vertical-align: middle;
}

.product__question .link:first-child {
  margin-left: 0;
}

.product__delivery {
  margin: 0 -10px;
  margin-top: 20px;
}

.product__delivery:first-child {
  margin-top: 0;
}

.product__delivery-grid {
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .product__delivery-grid {
    display: block;
  }
}

.product__delivery-cell {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .product__delivery-cell {
    display: block;
  }
}

.product__delivery-cell--icon {
  width: 1%;
}

@media (max-width: 767px) {
  .product__delivery-cell--icon {
    float: left;
    width: auto;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .product__delivery-cell--summary {
    margin-left: 60px;
  }
}

.product__delivery-cell--action {
  width: 1%;
}

@media (max-width: 767px) {
  .product__delivery-cell--action {
    width: auto;
    margin-top: 20px;
  }
  .product__delivery-cell--action:first-child {
    margin-top: 0;
  }
}

.product__delivery-cell--action .btn {
  min-width: 240px;
}

@media (max-width: 767px) {
  .product__delivery-cell--action .btn {
    width: 100%;
  }
}

.product__delivery-summary {
  font-size: 14px;
  color: #454F59;
}

.product .sblock--free-call {
  font-size: 14px;
  padding-bottom: 15px;
}

@media (max-width: 1259px) {
  .product .sblock--free-call {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .product .sblock--free-call {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 479px) {
  .product .sblock--free-call {
    display: none;
  }
}

@media (max-width: 767px) {
  .product .sblock--free-call .col:first-child {
    width: 47%;
  }
}

.sblock--product-question {
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .sblock--product-question {
    display: block;
  }
}

.product-desc {
  padding: 20px;
}

@media (max-width: 767px) {
  .product-desc {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 479px) {
  .product-desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tabs--product {
  margin-top: 15px;
}

.tabs--product:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .tabs--product {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .tabs--product {
    display: none;
  }
}

.tabs--product ul {
  table-layout: fixed;
}

@media (max-width: 1023px) {
  .tabs--product ul {
    table-layout: auto;
  }
}

.tabs--product li a {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.tab-panes--product {
  margin-top: 0;
}

@media (max-width: 767px) {
  .tab-panes--product {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .tab-panes--product {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .tab-panes--product > .tab-pane {
    position: relative;
    top: auto;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .tab-panes--expansible > .tab-pane {
    margin-top: -1px;
  }
  .tab-panes--expansible > .tab-pane:first-child {
    margin-top: 0;
  }
  .tab-panes--expansible > .tab-pane > .expc > .expc__title .btn {
    border-radius: 0;
  }
  .tab-panes--expansible > .tab-pane > .expc > .expc__title .btn:before {
    border-radius: 0;
  }
  .tab-panes--expansible > .tab-pane:first-child > .expc > .expc__title .btn {
    border-radius: 3px 3px 0 0;
  }
  .tab-panes--expansible > .tab-pane:first-child > .expc > .expc__title .btn:before {
    border-radius: 3px 3px 0 0;
  }
  .tab-panes--expansible > .tab-pane:last-child > .expc > .expc__title .btn {
    border-radius: 0 0 3px 3px;
  }
  .tab-panes--expansible > .tab-pane:last-child > .expc > .expc__title .btn:before {
    border-radius: 0 0 3px 3px;
  }
}

.cols-wrapper--product-params {
  font-size: 14px;
  color: #454F59;
  padding-left: 10px;
  padding-right: 10px;
}

.cols-wrapper--product-params .cols__inner {
  background-color: #eaf0f7;
}

.cols-wrapper--product-params .cols__inner:nth-child(2n) {
  background-color: #d9e1eb;
}

.cols-wrapper--product-params .col {
  padding: 12px 10px;
}

.cols-wrapper--product-params .col:first-child {
  width: 280px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .cols-wrapper--product-params .col:first-child {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--product-params .col:first-child {
    width: auto;
  }
}

.cols-wrapper--product-params .col-value {
  display: inline-block;
  min-width: 190px;
}

@media (max-width: 767px) {
  .cols-wrapper--product-params .col-value {
    display: block;
    min-width: 0;
  }
}

.stars {
  display: inline-block;
  margin-right: -6px;
  font-size: 0;
  margin-left: 15px;
}

.stars:first-child {
  margin-left: 0;
}

.stars--btn {
  margin-right: -10px;
}

@media (max-width: 359px) {
  .stars--btn {
    margin-right: -7px;
  }
}

.star {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1;
  margin-right: 6px;
  cursor: default;
  color: transparent;
}

.star.hover, .star.active {
  color: #ffb400;
}

.star.unhover {
  color: transparent;
}

.star .icon {
  vertical-align: top;
}

.star--btn {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
}

@media (max-width: 359px) {
  .star--btn {
    margin-right: 7px;
  }
}

.star--btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ced5dd;
  border-radius: 3px;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.star--btn .icon {
  vertical-align: -0.15em;
}

.stars[data-input] .star {
  cursor: pointer;
  color: #dadada;
}

.stars[data-input] .star.hover, .stars[data-input] .star.active {
  color: #ffb400;
}

.stars[data-input] .star.unhover {
  color: #dadada;
}

.stars[data-input] .star--btn:after {
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: -5px;
  content: '';
}

.reviews-action {
  padding: 15px 40px 0;
}

@media (max-width: 767px) {
  .reviews-action {
    padding-top: 5px;
  }
}

.reviews {
  margin-top: 15px;
}

.reviews:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reviews {
    margin-top: 5px;
  }
}

.review {
  color: #454F59;
  background-color: #eaf0f7;
  font-size: 14px;
  padding: 30px 20px;
}

@media (max-width: 767px) {
  .review {
    padding: 20px;
  }
}

.review:nth-child(2n) {
  background-color: #d9e1eb;
}

@media (max-width: 767px) {
  .review__inner {
    display: block;
  }
}

.review__meta {
  width: 270px;
  text-align: right;
}

@media (max-width: 1259px) {
  .review__meta {
    width: 240px;
  }
}

@media (max-width: 1023px) {
  .review__meta {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .review__meta {
    display: block;
    width: auto;
    text-align: left;
    margin-top: 10px;
  }
  .review__meta:first-child {
    margin-top: 0;
  }
}

.review__name {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .review__name {
    display: inline;
  }
}

.review__date {
  font-size: 10px;
  margin-top: 10px;
}

.review__date:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .review__date {
    float: right;
    margin-top: 6px;
  }
  .review__date br {
    display: none;
  }
}

@media (max-width: 767px) {
  .review__content {
    display: block;
    margin-top: 10px;
  }
  .review__content:first-child {
    margin-top: 0;
  }
}

.review__rating {
  padding-top: 3px;
}

.review__summary {
  margin-top: 8px;
}

.review__summary:first-child {
  margin-top: 0;
}

.review .stars {
  vertical-align: top;
}

.product-services {
  padding-top: 30px;
}

.product-slider {
  margin-top: 30px;
}

.product-slider:first-child {
  margin-top: 0;
}

.product-slider__title {
  font-size: 20px;
  line-height: 1.2;
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .product-slider__title {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .product-slider__title {
    font-size: 16px;
  }
}

.product-slider__title:first-child {
  margin-top: 0;
}

.expc--product-services {
  margin-top: 30px;
}

.expc--product-services:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .expc--product-services {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .expc--product-services {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.expc--product-services .expc__title {
  display: block;
}

.expc--product-services .expc__title .btn.active {
  border-radius: 3px;
}

@media (min-width: 768px) {
  .expc--product-services .expc__title .btn:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .expc--product-services .expc__content {
    max-width: none;
  }
}

.expc--product-services .expc__content-inner {
  padding-top: 20px;
}

.b404 {
  padding-top: 10px;
  padding-bottom: 30px;
}

.b404__title {
  font-size: 144px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1023px) {
  .b404__title {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .b404__title {
    font-size: 100px;
  }
}

@media (max-width: 479px) {
  .b404__title {
    font-size: 80px;
  }
}

.b404__summary {
  font-size: 24px;
}

@media (max-width: 1023px) {
  .b404__summary {
    font-size: 18px;
  }
}

.sblock--404 {
  margin-top: 80px;
  padding-top: 70px;
  padding-bottom: 60px;
}

@media (max-width: 1023px) {
  .sblock--404 {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.cols-wrapper--contacts {
  margin-top: 30px;
}

.cols-wrapper--contacts:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .cols-wrapper--contacts {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--contacts > .cols {
    display: block;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--contacts > .cols > .col {
    display: block;
    width: auto;
    margin-top: 20px;
  }
  .cols-wrapper--contacts > .cols > .col:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--additionals > .cols {
    display: block;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--additionals > .cols > .col {
    display: block;
    width: auto;
    margin-top: 20px;
  }
  .cols-wrapper--additionals > .cols > .col:first-child {
    margin-top: 0;
  }
}

.sblock--map .sblock-title {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sblock--contact {
  padding: 30px;
}

@media (max-width: 479px) {
  .sblock--contact {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sblock--contact p {
  margin-top: 10px;
}

.sblock--contact p:first-child {
  margin-top: 0;
}

.map--in-sblock {
  margin: 0 -20px -15px;
}

.map--in-sblock-w-title {
  margin: 0 -30px -45px;
}

@media (max-width: 479px) {
  .map--in-sblock-w-title {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -35px;
  }
}

.map--in-contacts {
  height: 600px;
  max-height: 80vw;
}

.sblock--mpadd {
  padding: 20px 30px;
}

@media (max-width: 359px) {
  .sblock--mpadd {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.icontacts {
  margin-top: 30px;
}

.icontacts:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .icontacts {
    padding-bottom: 20px;
  }
}

.icontact {
  position: relative;
  margin-top: 23px;
  padding-left: 90px;
}

.icontact:first-child {
  margin-top: 0;
}

.iframe-video {
    width: 100%;
    height: 480px;
}

@media (max-width: 1023px) {
  .icontact {
    padding-left: 30px;
    margin-top: 30px;
  }
  #modal-video {
      width: 100%;
  }
}

@media (max-width: 767px) {
  .icontact {
    padding-left: 80px;
  }
  .map--in-contacts {
      margin-bottom: 30px;
      height: 500px;
  }
  .map--in-contacts iframe {
      height: 500px;
  }
  #modal-video {
      width: 100%;
  }
  .iframe-video {
      height: 360px;
  }
}

@media (max-width: 639px) {
    .map--in-contacts {
        height: 450px;
    }
    .map--in-contacts iframe {
        height: 450px;
    }
}

@media (max-width: 539px) {
    .map--in-contacts {
        height: 400px;
    }
    .map--in-contacts iframe {
        height: 400px;
    }
}

@media (max-width: 479px) {
    .map--in-contacts {
        height: 350px;
        margin-bottom: 50px;
    }
    .map--in-contacts iframe {
        height: 350px;
    }
    .iframe-video {
        height: 315px;
    }
}

@media (max-width: 374px) {
    .map--in-contacts {
        height: 300px;
    }
    .map--in-contacts iframe {
        height: 300px;
    }
    .iframe-video {
        height: 200px;
    }
}

.icontact__icon {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
}

@media (max-width: 1023px) {
  .icontact__icon {
    position: static;
    width: 45px;
  }
}

@media (max-width: 767px) {
  .icontact__icon {
    position: absolute;
  }
}

.icontact__icon .icon {
  vertical-align: -0.1em;
}

.icontact__icon .icon--phone {
  font-size: 34px;
}

.icontact__icon .icon--mail {
  font-size: 40px;
}

@media (max-width: 1023px) {
  .icontact__content {
    margin-top: 5px;
  }
  .icontact__content:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .icontact__content {
    margin-top: 0;
  }
}

.icontact__label {
  margin-top: 7px;
}

.icontact__label:first-child {
  margin-top: 0;
}

.icontact__value {
  font-size: 24px;
  margin-top: 7px;
}

.icontact__value:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .icontact__value {
    font-size: 20px;
  }
}

.cols-wrapper--delivery {
  margin-top: 60px;
}

.cols-wrapper--delivery:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .cols-wrapper--delivery {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--delivery > .cols {
    display: block;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--delivery > .cols > .col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--delivery > .cols > .col {
    display: block;
    width: auto;
    margin-top: 30px;
  }
  .cols-wrapper--delivery > .cols > .col:first-child {
    margin-top: 0;
  }
}

.sblock--w-title-delivery {
  padding: 0 !important;
}

.sblock-title--delivery {
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 !important;
}

@media (max-width: 1023px) {
  .sblock-title--delivery {
    padding: 8px 10px;
    font-size: 16px;
  }
}

.tblocks {
  margin-top: 20px;
}

.tblocks:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .tblocks {
    margin-top: 15px;
  }
}

.tblocks + .sblock {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .tblocks + .sblock {
    margin-top: 15px;
  }
}

.tblock {
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #ff5e00;
}

.tblock:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .tblock {
    margin-top: 15px;
  }
}

.tblock__inner {
  display: table;
  width: 100%;
}

.tblock__icon {
  display: table-cell;
  vertical-align: middle;
  width: 75px;
  padding-right: 5px;
  text-align: center;
  height: 73px;
  font-size: 38px;
  color: #ff5e00;
}

@media (max-width: 374px) {
  .tblock__icon {
    width: 50px;
    padding-right: 0;
    font-size: 30px;
    height: 80px;
  }
}

.tblock__icon .icon {
  vertical-align: -0.15em;
}

.tblock__content {
  display: table-cell;
  vertical-align: middle;
  height: 73px;
  padding-right: 15px;
}

.sblock--delivery-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 227px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .sblock--delivery-right {
    min-height: 0;
    padding: 30px 25px;
    margin-top: 30px;
  }
}

.dtgbs {
  margin: 0 -20px;
  margin-top: 50px;
}

.dtgbs:first-child {
  margin-top: 0;
}

.dtgbs:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1023px) {
  .dtgbs {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .dtgbs {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.dtgbs__inner {
  float: left;
  width: 100%;
  font-size: 0;
  margin: -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .dtgbs__inner {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

@media (max-width: 767px) {
  .dtgbs__inner {
    margin-top: -8px;
    margin-bottom: -8px;
  }
}

.dtgb {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 20px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 1023px) {
  .dtgb {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .dtgb {
    width: 50%;
    padding: 8px;
  }
}

@media (max-width: 374px) {
  .dtgb {
    font-size: 14px;
  }
}

.dtgb:before {
  content: '';
  float: left;
  padding-top: 90%;
}

.dtgb__inner {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  height: 100%;
  color: #454F59;
  text-decoration: none;
}

@media (max-width: 479px) {
  .dtgb__inner {
    padding: 10px;
  }
}

@media (max-width: 374px) {
  .dtgb__inner {
    padding: 10px 5px;
  }
}

.dtgb__inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #CED5DD;
  border-radius: 3px;
  content: '';
}

.dtgb__inner:hover {
  color: #454F59;
  text-decoration: none;
}

.dtgb__inner:hover .dtgb__overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.dtgb__inner.focused {
  color: #454F59;
  text-decoration: none;
}

.dtgb__inner.focused .dtgb__overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.dtgb__icon {
  position: relative;
  height: 148px;
  width: 148px;
  line-height: 148px;
  font-size: 100px;
  text-align: center;
  border-radius: 50%;
  color: #ff5e00;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.dtgb__icon:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .dtgb__icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 60px;
  }
}

@media (max-width: 479px) {
  .dtgb__icon {
    height: 72px;
    width: 72px;
    line-height: 72px;
    font-size: 50px;
  }
}

.dtgb__icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid #ff5e00;
  content: '';
  display: none;
}

.dtgb__icon--bordered:before {
  display: block;
}

.dtgb__icon .icon {
  vertical-align: -0.08em;
}

.dtgb__icon .icon--delivery-door {
  font-size: 126px;
  top: 11px;
  left: -6px;
}

@media (max-width: 1023px) {
  .dtgb__icon .icon--delivery-door {
    font-size: 82px;
    top: 10px;
    left: -5px;
  }
}

@media (max-width: 479px) {
  .dtgb__icon .icon--delivery-door {
    font-size: 60px;
    top: 5px;
    left: -4px;
  }
}

.dtgb__icon .icon--timer {
  font-size: 108px;
  top: -5px;
}

@media (max-width: 1023px) {
  .dtgb__icon .icon--timer {
    font-size: 71px;
    top: -1px;
  }
}

@media (max-width: 479px) {
  .dtgb__icon .icon--timer {
    font-size: 51px;
    top: -3px;
  }
}

.dtgb__icon .icon--courier {
  font-size: 92px;
}

@media (max-width: 1023px) {
  .dtgb__icon .icon--courier {
    font-size: 58px;
  }
}

@media (max-width: 479px) {
  .dtgb__icon .icon--courier {
    font-size: 42px;
  }
}

.dtgb__icon .icon--man-trolley {
  font-size: 92px;
}

@media (max-width: 1023px) {
  .dtgb__icon .icon--man-trolley {
    font-size: 60px;
  }
}

@media (max-width: 479px) {
  .dtgb__icon .icon--man-trolley {
    font-size: 44px;
  }
}

.dtgb__icon .icon--russia {
  font-size: 119px;
  top: 10px;
}

@media (max-width: 1023px) {
  .dtgb__icon .icon--russia {
    font-size: 75px;
    top: 7px;
  }
}

@media (max-width: 479px) {
  .dtgb__icon .icon--russia {
    font-size: 55px;
    top: 3px;
  }
}

.dtgb__icon .icon--weight-100 {
  font-size: 97px;
}

@media (max-width: 1023px) {
  .dtgb__icon .icon--weight-100 {
    font-size: 64px;
  }
}

@media (max-width: 479px) {
  .dtgb__icon .icon--weight-100 {
    font-size: 47px;
  }
}

.dtgb__icon .icon--cash {
  font-size: 128px;
}

@media (max-width: 1023px) {
  .dtgb__icon .icon--cash {
    font-size: 82px;
  }
}

@media (max-width: 479px) {
  .dtgb__icon .icon--cash {
    font-size: 60px;
  }
}

.dtgb__icon .icon--credit-cards {
  font-size: 144px;
}

@media (max-width: 1023px) {
  .dtgb__icon .icon--credit-cards {
    font-size: 92px;
  }
}

@media (max-width: 479px) {
  .dtgb__icon .icon--credit-cards {
    font-size: 67px;
  }
}

.dtgb__icon .icon--docs {
  font-size: 130px;
}

@media (max-width: 1023px) {
  .dtgb__icon .icon--docs {
    font-size: 82px;
  }
}

@media (max-width: 479px) {
  .dtgb__icon .icon--docs {
    font-size: 60px;
  }
}

.dtgb__content {
  margin-top: 35px;
  min-height: 65px;
}

.dtgb__content:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .dtgb__content {
    margin-top: 25px;
  }
}

@media (max-width: 479px) {
  .dtgb__content {
    margin-top: 15px;
  }
}

.dtgb__content--closer {
  margin-top: 25px;
}

@media (max-width: 1023px) {
  .dtgb__content--closer {
    margin-top: 10px;
  }
}

.dtgb__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}

.dtgb__title:first-child {
  margin-top: 0;
}

.dtgb__title + .dtgb__summary {
  margin-top: 17px;
}

@media (max-width: 1023px) {
  .dtgb__title + .dtgb__summary {
    margin-top: 5px;
  }
}

@media (max-width: 479px) {
  .dtgb__title + .dtgb__summary {
    margin-top: 0;
  }
}

.dtgb__summary {
  margin-top: 17px;
}

.dtgb__summary:first-child {
  margin-top: 0;
}

.dtgb__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #ff5e00;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s, visibility 0s 0.2s;
  -o-transition: all 0.2s, visibility 0s 0.2s;
  transition: all 0.2s, visibility 0s 0.2s;
  z-index: 1;
}

@media (max-width: 479px) {
  .dtgb__overlay {
    padding: 10px;
  }
}

.pdtgbs {
  margin-top: 20px;
  padding-top: 10px;
}

.pdtgbs:first-child {
  margin-top: 0;
}

.pdtgb {
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid #e6eaee;
}

.pdtgb:first-child {
  margin-top: 0;
}

@media (max-width: 479px) {
  .pdtgb {
    margin-top: 30px;
  }
}

.pdtgb:first-child {
  padding-top: 0;
  border-top: none;
}

.pdtgb__inner {
  display: table;
  width: 100%;
}

@media (max-width: 479px) {
  .pdtgb__inner {
    display: block;
  }
}

.pdtgb__icon {
  display: table-cell;
  vertical-align: top;
  width: 85px;
  padding-right: 15px;
  text-align: center;
  font-size: 65px;
  color: #ff5e00;
}

.pdtgb__icon .icon {
  vertical-align: top;
}

@media (max-width: 479px) {
  .pdtgb__icon .icon {
    vertical-align: bottom;
  }
}

.pdtgb__icon .icon--building {
  font-size: 72px;
}

@media (max-width: 479px) {
  .pdtgb__icon {
    display: block;
    margin-top: 20px;
    line-height: 65px;
  }
  .pdtgb__icon:first-child {
    margin-top: 0;
  }
}

.pdtgb__content {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 479px) {
  .pdtgb__content {
    display: block;
    margin-top: 20px;
  }
  .pdtgb__content:first-child {
    margin-top: 0;
  }
}

.pdtgb__title {
  margin-top: 20px;
  font-weight: 700;
}

.pdtgb__title:first-child {
  margin-top: 0;
}

.pdtgb__summary {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.25;
}

.pdtgb__summary:first-child {
  margin-top: 0;
}

.dtable-wrapper {
  margin-top: 30px;
}

.dtable-wrapper:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .dtable-wrapper > .cols-wrapper > .cols {
    display: block;
  }
}

@media (max-width: 767px) {
  .dtable-wrapper > .cols-wrapper > .cols > .col {
    display: block;
    width: auto;
  }
}

.sblock--dtable {
  padding: 0;
  font-size: 14px;
}

@media (max-width: 374px) {
  .sblock--dtable {
    font-size: 13px;
  }
}

.sblock--dtable .cols-wrapper {
  height: 100%;
}

@media (max-width: 479px) {
  .sblock--dtable .cols-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 479px) {
  .sblock--dtable .cols-wrapper > .cols > .col,
  .sblock--dtable .cols-wrapper > .cols > .cols__inner > .col {
    padding-right: 0;
  }
}

@media (max-width: 479px) {
  .sblock--dtable .cols-wrapper > .cols > .col:first-child,
  .sblock--dtable .cols-wrapper > .cols > .cols__inner > .col:first-child {
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .sblock--dtable .cols-wrapper > .cols > .col:last-child,
  .sblock--dtable .cols-wrapper > .cols > .cols__inner > .col:last-child {
    padding-right: 10px;
  }
}

.sblock--dtable .cols {
  height: 100%;
}

.sblock--dtable .col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sblock--dtable .col p {
  margin-top: 10px;
}

.sblock--dtable .col p:first-child {
  margin-top: 0;
}

.sblock--dtable .sblock-title {
  padding: 0 15px;
  margin: 0 !important;
  font-size: 100%;
}

@media (max-width: 479px) {
  .sblock--dtable .sblock-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sblock--dtable .sblock-title .col {
  height: 73px;
}

@media (max-width: 374px) {
  .sblock--dtable .sblock-title .col {
    height: 65px;
  }
}

.sblock--dtable .sblock-content {
  margin: 0;
  padding: 0 15px;
}

@media (max-width: 479px) {
  .sblock--dtable .sblock-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sblock--dtable .sblock-content .col {
  background-color: #eaf0f7;
}

.sblock--dtable .sblock-content .col--highlight {
  background-color: #d9e1eb;
}

@media (max-width: 479px) {
  .sblock--dtable .col--delivery-type {
    width: 85px;
  }
}

@media (max-width: 374px) {
  .sblock--dtable .col--delivery-type {
    width: 80px;
  }
}

.sblock--dtable .col--delivery-mkad-out p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sblock--dtable .col--delivery-mkad-out p {
    margin-top: 10px;
  }
}

.sblock--dtable .col--delivery-door p {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .sblock--dtable .col--delivery-door p {
    margin-top: 10px;
  }
}

.col--delivery-mkad {
  width: 27%;
}

@media (max-width: 479px) {
  .col--delivery-mkad {
    width: 110px;
  }
}

@media (max-width: 374px) {
  .col--delivery-mkad {
    width: 100px;
  }
}

.col--dtable-col .sblock-title {
  border-radius: 0;
}

@media (max-width: 767px) {
  .col--dtable-col .sblock-title {
    border-radius: 3px 3px 0 0;
  }
}

.col--dtable-col:first-child .sblock-title {
  border-radius: 3px 0 0 0;
}

@media (max-width: 767px) {
  .col--dtable-col:first-child .sblock-title {
    border-radius: 3px 3px 0 0;
  }
}

.col--dtable-col:first-child .sblock-content .col {
  height: 110px;
}

.col--dtable-col:last-child {
  width: 38%;
}

.col--dtable-col:last-child .sblock-title {
  border-radius: 0 3px 0 0;
}

@media (max-width: 767px) {
  .col--dtable-col:last-child .sblock-title {
    border-radius: 3px 3px 0 0;
  }
}

/*

Common property classes

 */
.relative {
  position: relative;
}

.inline {
  display: inline;
}

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

.overflow-hidden {
  overflow: hidden;
}

.reset-margin {
  margin: 0;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.hidden-absolute {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

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

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

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

@media (max-width: 767px) {
  .text-align-left-on-mobile {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-align-right-on-mobile {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .text-align-center-on-mobile {
    text-align: center;
  }
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.vbaseline {
  vertical-align: baseline;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.no-text-transform {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.nounderline {
  text-decoration: none;
}

.line-through {
  text-decoration: line-through;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

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

.color-default {
  color: #1d2329;
}

.color-active {
  color: #ff5e00;
}

.color-blue-grey {
  color: #454F59;
}

.font-0 {
  font-size: 0;
}

.font-small {
  font-size: 12px;
}

.font-smaller {
  font-size: 14px;
}

.font-normal {
  font-size: 16px;
}

.font-larger {
  font-size: 18px;
}

.font-xlarger {
  font-size: 20px;
}

.font-regular {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.ml10 {
  margin-left: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mw180 {
  max-width: 180px;
}

.mw200 {
  max-width: 200px;
}

.mw250 {
  max-width: 250px;
}

.mw830 {
  max-width: 830px;
}

.minw200 {
  min-width: 200px;
}

.fullheight {
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=build.css.map */

/* End */


/* Start:/local/templates/akbmaster/css/widget/zcallback_widget.css?17309410407635*/
.zcwPopup-bg {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 99991 !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
    background-color: rgba(29, 35, 41, 0.65);
}

.zcwPopup {
    display: none;
    position: fixed;
    left: calc(50% - 510px / 2);
    top: calc(50% - 307px / 2);
    z-index: 99992 !important;
    max-width: 510px;
    width: 510px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}

h3.zcwPopup-title {
    margin: -10px 0;
    font-size: 24px;
    font-weight: normal;
}

.zcwPopup-description {
    margin-top: 20px;
    border-top: 1px solid #ced5dd;
    padding-top: 20px;
}

.zcwPopup-form {
    margin-top: 10px;
}

.zcwPopup-form .zcwPopup-active, .zcwPopup-form .zcwPopup-deferred {
    text-decoration: none !important;
    color: #454F59;
    padding-bottom: 1px;
    border-bottom: 1px dashed #454F59;
    cursor: pointer;
}

.zcwPopup-form #zcwPopup-error {
    margin: 10px 0;
}

.zcwPopup-form input, .zcwPopup-form select {
    margin-top: 10px;
}

#zcwPopup-raty img {
    display: inline !important;
}

.zcwPopup-close {
    z-index: 99992 !important;
    cursor: pointer !important;
    text-decoration: none;
    color: grey;
    position: absolute;
    top: 10px;
    right: 10px;
}

.zcwPopup-countdown {
    font-weight: bold;
    margin-left: 10px;
    display: none;
}

.zcwPopup .powered_by {
    margin-top: 7px;
    font-size: 12px;
    color: #777777 !important;
}

.zcwPopup .powered_by a {
    font-weight: bold !important;
    color: #777777 !important;
    text-decoration: underline !important;
}

#zcwMiniButton {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 99990;
}

#zcwMiniButton #zcwMiniButtonMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(255, 117, 18);
    width: 70px;
    height: 70px;

    box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);

}

#zcwMiniButton #zcwMiniButtonMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/local/templates/akbmaster/css/widget/images/mini.png);
    background-repeat: no-repeat;
    background-position: center center;

}

#zcwMiniButton:hover {
    opacity: 0.8;
}

.zcwPopup-form input[type='text'] {
    position: relative;
    z-index: 0;
    display: inline-block;
    font-family: "Exo 2", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.285714285714286;
    background: #fff;
    color: #1d2329;
    padding: 6px 10px;
    height: 40px;
    width: 245px;
    border: 1px solid #ced5dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-appearance: none !important;
    outline: none;
    resize: none;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
    -o-transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

@media (max-width: 767px) {
    .zcwPopup-form input[type='text'] {
        height: 40px;
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

.zcwPopup-form input[type='text']:focus {
    outline: none;
}

.zcwPopup-form input[type='text']:invalid {
    background-color: #fff;
}

.zcwPopup-form input[type='text']:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
}

.zcwPopup-form input[type='text']::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.zcwPopup-form input[type='text']::-webkit-input-placeholder {
    color: #1d2329;
    opacity: 1;
}

.zcwPopup-form input[type='text']::-moz-placeholder {
    color: #1d2329;
    opacity: 1;
}

.zcwPopup-form input[type='text']:-moz-placeholder {
    color: #1d2329;
    opacity: 1;
}

.zcwPopup-form input[type='submit'], .zcwPopup-callresult input[type='submit'] {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Exo 2", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.285714285714286;
    border: none;
    padding: 0 30px;
    margin-left: 10px;
    white-space: nowrap;
    height: 40px;
    min-width: 40px;
    border-radius: 3px;
    color: #fff !important;
    -webkit-appearance: none;
    background: #ff8f4f -webkit-gradient(linear, left top, left bottom, from(#ff8f4f), to(#f05800));
    background: #ff8f4f -webkit-linear-gradient(top, #ff8f4f, #f05800);
    background: #ff8f4f -o-linear-gradient(top, #ff8f4f, #f05800);
    background: #ff8f4f linear-gradient(to bottom, #ff8f4f, #f05800);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    cursor: pointer;
    vertical-align: top;
}

@media (max-width: 767px) {
    .zcwPopup-form input[type='submit'] {
        height: 40px;
        line-height: 44px;
        min-width: 46px;
    }
}

.zcwPopup-form input[type='submit']:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ff5e00;
    border-radius: 3px;
    content: '';
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.zcwPopup-form input[type='submit']::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}

.zcwPopup-form input[type='submit']:hover {
    color: #fff !important;
    background: #ff5e00;
    text-decoration: none;
}

.zcwPopup-form input[type='submit']:active {
    text-decoration: none;
}

.zcwPopup-form select[name=day] {
    margin-left: 10px;
}

.zcwPopup-form select {
    height: 40px;
    vertical-align: top;
    border: 1px solid #ced5dd;
    background: #fff;
}

@media only screen and (min-width: 960px) {
    .zcwPopup {
        /* margin: -120px 0 0 -255px; */
    }
}

@media (max-width: 510px) {
    .zcwPopup-form form {
    }

    .zcwPopup {
        left: 0;
        top: calc(50vh - 150px);
        width: 100%;
    }

    .zcwPopup-form input[name=n] {
        margin-right: calc(100% - 259px);
        margin-top: 0;
    }

    .zcwPopup-close {
        display: block;
    }

    .zcwPopup-form input, .zcwPopup-form select {
        vertical-align: middle;
    }

}

@media (max-width: 410px) {
    .zcwPopup {

        top: calc(50% - 376px / 2);
    }
}
/* End */


/* Start:/local/templates/akbmaster/styles.css?1764685594191*/
.pt-0 {
    padding-top: 0;
}

.pr-0 {
    padding-right: 0;
}

.mr-0 {
    margin-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.ml-0 {
    margin-left: 0;
}

.ml-5 {
    margin-left: 5px;
}

/* End */


/* Start:/local/templates/akbmaster/template_styles.css?176468891415768*/
html {
    scroll-behavior: smooth;
}

.popular_product_slider {
    margin: 40px 0;
}

.popular_product_slider .swiper-slider--cproducts {
    padding: 0;
}

.h3 {
    display: block;
    font-weight: bold;
}

.hmenu__item.active > a {
    color: #fff;
    background-color: #1d2329;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#47515e), to(#1d2329));
    background-image: -webkit-linear-gradient(top, #47515e, #1d2329);
    background-image: -o-linear-gradient(top, #47515e, #1d2329);
    background-image: linear-gradient(to bottom, #47515e, #1d2329);
}

.breadcrumb div {
    display: inline-block;
}

.catalog-col ul {
    list-style: disc;
    padding-left: 20px;
}

.catalog-col ul li {
    padding-left: 0;
}

.tile.active .tile__inner:before {
    border-color: #ff5e00;
}

.expc.sblock .sblock--dark a.tag.checked {
    color: #fff;
}

.tag.checked:hover {
    text-decoration: none;
    background: linear-gradient(to bottom, #ff5e00, #ff5e00);
    color: #fff;
}

.tag--link:hover {
    color: #ff5e00;
}

.display__none {
    display: none
}

#select2-MAX_196-results li[aria-disabled="true"] {
    display: none;
}

#select2-MIN_196-results li[aria-disabled="true"] {
    display: none;
}

.tags--compact .tag.disabled, .tags--compact .tag.tag_disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

#MANUFACTURE .tags--compact .tag.disabled {
    display: none;
}

.fcontact_wtsp {
    padding-left: 0 !important;
}

.table_blog_wrap {
    overflow-x: auto;
}

.table_blog {
    min-width: 480px;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.table_blog td {
    padding: 5px;
    border: 1px solid #000;
}

.wtsp_link {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/akbmaster/img/whatsapp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.telegram_link {
    display: inline-block;
    margin-left: 10px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid #fff;
    height: 24px;
    background-image: url(/local/templates/akbmaster/img/telegram_ic.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.telegram_link.black {
    background-image: url(/local/templates/akbmaster/img/telegram_ic_b.svg);
    margin-left: 0;
    border-color: #000;
}

.icontact.flex {
    display: flex;
    flex-wrap: wrap;
}

.icontact.flex > div {
    flex: 0 0 50%;
    max-width: 50%;
}

.wtsp_link.black {
    background-image: url(/local/templates/akbmaster/img/whatsappB.svg);
}

.contact-callback-form {
    max-width: 700px;
    width: 100%;
    text-align: center;
    margin: 50px auto;
}

.cproduct--horz .cproduct__inner:hover {
    box-shadow: none;
}

.contacts ul li:before {
    background-color: #000;
}

.contacts img {
    height: auto !important;
}

/*.header {
    z-index: 20;
}*/

.fancybox-close-small {
    display: none;
}

.hsearch__textfield.width-100 {
    width: 100%;
}

.hmenu__item.active .hmenu__sub a {
    color: #ffff;
}

.mark {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    width: 15.77%;
    margin: 0 10px 10px 0;
    border: 1px solid #ced5dd;
}

@media (max-width: 1259px) {
    .mark {
        width: 23%;
    }
}

.expand-it-wrapper_custom {
    text-align: left;
    position: relative;
}

.expand-it-wrapper_custom .open_sub-menu {
    display: inline-block;
    width: 40px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/local/templates/akbmaster/img/next.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}

.expand-it-wrapper_custom .open_sub-menu.active {
    transform: rotate(90deg);
}

.expand-it-container_custom {
    display: none;
}

.expand-it-wrapper_custom .expand-it_custom {
    display: inline-block;
}

@media (max-width: 767px) {
    .mark {
        width: 30%;
    }

    .header__action.mobile-show {
        display: inline-block !important;
    }

    .tel_ic {
        display: inline-block;
        width: 45px;
        height: 44px;
        background-image: url(/local/templates/akbmaster/img/tel_ic.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
    }

    .logo {
        font-size: 34px;
    }

    .header__cell--logo {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media (max-width: 479px) {
    .mark {
        width: 46%;
    }
}

.mark__overlay {
    min-height: 120px;
}

.mark__inner {
    position: relative;
    display: block;
    color: #1d2329;
    text-decoration: none !important;
}

.mark:hover {
    border-color: #ff5e00;
}

.mark__image {
    line-height: 60px;
    height: 75px;
    padding-top: 15px;
}

.mark__title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 15px;
}

.mark__title:first-child {
    margin-top: 0;
}

.mark__title-inner {
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.hsearch__inner.catalog {
    margin-top: 30px;
    margin-right: 40px;
    display: block;
}

.link-list .active a {
    color: #1d2329;
    text-decoration: none;
}

.brand_manufacture {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    width: 23.88%;
    margin: 0 10px 10px 0;
    border: 1px solid #ced5dd;
}

.brand_manufacture:hover {
    border-color: #ff5e00;
}

@media (max-width: 1259px) {
    .brand_manufacture {
        width: 23%
    }
}

@media (max-width: 767px) {
    .brand_manufacture {
        width: 47%;
    }
}

@media (max-width: 479px) {
    .brand_manufacture {
        width: 100%;
    }
}

.brand_manufacture__overlay {
    min-height: 210px;
}

.brand_manufacture__inner {
    position: relative;
    display: block;
    color: #1d2329;
    text-decoration: none !important;
    padding: 15px 5px;
}

.brand_manufacture__image {
    line-height: 160px;
    height: 160px;
}

.brand_manufacture__title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 15px;
}

.brand_manufacture__title:first-child {
    margin-top: 0;
}

.brand_manufacture__title-inner {
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.buy-one-click .form__item-field .checkbox,
.modal-take-order-item__form .form__item-field .checkbox {
    margin-bottom: 0;
    margin-right: 0;
}

.item-blog__date {
    text-align: center;
    line-height: 1.25;
    font-weight: 700;
    font-size: 18px;
    margin-left: -4px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: normal;
}

.item-blog__preview::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item-blog__preview {
    float: left;
    width: calc(20% + 1px);
    height: 125px;
    background: #e8f0f8;
    min-width: 64px;
    white-space: nowrap;
    border-radius: 4px;
}

.item-blog__description {
    float: left;
    margin: 0px 20px 0px;
    width: calc(70% - 39px);
}

.list-blog {
    width: 100%;
    overflow: hidden;
}

.list-blog__item {
    float: left;
    width: 100%;
    padding: 15px 20px 14px;
    margin: 10px 0px;
}

.item-blog__header {
    color: #ff5e00;
    line-height: 21px;
    margin-bottom: 16px;
}

.item-blog__text {
    font-size: 14px;
    min-height: 56px;
}

.item-blog__link-detail {
    display: block;
    font-size: 12px;
    text-align: center;
    float: left;
    padding: 0px 15px;
    line-height: 21px;
    border-radius: 3px;
    border: 1px solid #ced5dd;
    margin-top: 10px;
}

.item-blog__link-detail:hover {
    border: 1px solid #ff5e00;
    background: #ff5e00;
    color: #fff;
}

.item-blog__link-detail:hover {
    text-decoration: none;
}

.date__row {
    width: 100%;
}

.container .ctitle {
    color: #1d2329;
}

a.recycling {
    color: #ffffff;
}

.contacts h2, .contacts .h2 {
    font-size: 24px;
}

.contacts .h2 {
    margin-top: 20px !important;
    display: block;
}

.footer__dev {
    display: flex;
}

.footer__dev .development,
.footer__dev .alisa {
    display: inline;
    width: 50%;
    font-size: 12px;
}

.footer__dev .alisa {
    padding-right: 10px;
}

.footer__dev .alisa a {
    text-decoration: none;
}

.relink_blog_wrap {
    padding: 30px 0;
}

.relink_blog_wrap h2 {
    margin-bottom: 30px;
}

.relink_blog {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.relink_blog_item {
    border: 1px solid #ced5dd;
    transition: .2s;
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    text-align: center;
    padding: 15px;
}

.relink_blog_item_img > div {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}

.relink_blog_item_img > div > div {
    padding: 50% 0;
    position: relative;
}

.relink_blog_item:hover {
    -webkit-box-shadow: 0 1px 5px rgb(153 153 153 / 50%);
    box-shadow: 0 1px 5px rgb(153 153 153 / 50%);
}

.relink_blog_item img {
    max-width: 100%;
}

.relink_blog_item .icon {
    width: 100px;
    max-width: 100%;
    height: 100px;
    max-height: 100%;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.relink_blog_item_name {
    min-height: 40px;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.relink_blog_item_name span {
    width: 100%;
}

@media (max-width: 1199px) {

    .relink_blog_item_name {
        min-height: 60px;
    }
}

@media (max-width: 991px) {

    .relink_blog_item {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .footer__dev {
        display: block;
    }
}

@media (max-width: 479px) {

    .relink_blog_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.cols--compact .select2-placeholder {
    padding-right: 20px;
    font-size: 14px;
}

.cols--compact .select2-container--default .select2-selection.select2-selection--with-clear .select2-selection__rendered {
    padding-right: 25px;
}

.cols--compact .select2-container--default .select2-selection .select2-selection__clear {
    right: 5px;
    width: 25px;
}

.cols--compact .select2-container--default .select2-selection .select2-selection__arrow {
    right: 7px;
}

a.ifilter--selected.ifilter--disabled {
    opacity: .5;
}

.form__item.size_new .cols {
    display: none;
    margin-top: 15px;
}

.form__item.size .cols {
    display: none;
}

.form__item.size_new .size_new-open {
    cursor: pointer;
}

.form__item.size_new .cols.active {
    display: table;
}

.form__item.size {
    margin: 0;
}

.form__item.size .cols.active {
    display: table;
    margin-top: 20px;
}

.form__item.size_new .size_new-open.active {
    color: #ff5e00;
}

.form__item.size_new .size_new-open .arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transition: .2s;
    margin-bottom: 2px;
    margin-left: 10px;
}

.form__item.size_new .size_new-open.active .arrow-down {
    transform: rotate(180deg);
    border-top: 6px solid #ff5e00;
}

.tforms .sblock {
    min-height: 366px;
}

ul.content-list li:before {
    background-color: #ff5e00 !important;
}

.contacts h3 {
    margin: 30px 0;
}

.contacts .table_wrap table td {
    padding: 5px;
    text-align: center;
    border: 1px solid #1d2329;
    border-collapse: collapse;
}

.level_1.hmenu__sub > .is_parent > a {
    position: relative;
}

.hmenu > ul {
    position: relative;
}

.hmenu > ul > li.hmenu__item:first-child {
    position: unset;
}

.hmenu__item--w-sub > span:before {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -2px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    content: '';
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.hmenu__item > span {
    display: block;
    padding: 0 15px;
    line-height: 80px;
    min-height: 80px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.hmenu__item--w-sub > span {
    position: relative;
    padding-right: 35px;
}

.hmenu__item:hover > span:before {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.hmenu__item:hover > span {
    color: #fff;
    background-color: #1d2329;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#47515e), to(#1d2329));
    background-image: -webkit-linear-gradient(top, #47515e, #1d2329);
    background-image: -o-linear-gradient(top, #47515e, #1d2329);
    background-image: linear-gradient(to bottom, #47515e, #1d2329);
}

.level_1.hmenu__sub > .is_parent > a:before, .level_1.hmenu__sub > .is_parent > span:before {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -2px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    content: '';
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.level_1.hmenu__sub > li {
    position: unset
}

.level_1.hmenu__sub > .is_parent:hover > a:before, .level_1.hmenu__sub > .is_parent:hover > span:before {
    transform: rotate(270deg);
}

.level_1.hmenu__sub > .is_parent > .level_2 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 645px;
    background-color: #1d2329;
}

.level_1.hmenu__sub > .is_parent:hover > .level_2 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    padding: 15px;
}

.level_1.hmenu__sub > .is_parent > .level_2 > li {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.level_1.hmenu__sub > .is_parent > .level_2 > li.is_parent > ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
}

.parent.title_menu {
    padding: 10px;
    color: #ff5e00;
    font-weight: 500;
}

.hsearch__textfield {
    width: 200px;
}

.mmenu span.parent.title_menu {
    display: block;
    color: #1d2329;
    padding: 13px 15px;
    text-align: left;
    text-decoration: none;
}

.mmenu span.root-item {
    display: block;
    color: #1d2329;
    padding: 13px 15px;
    text-align: left;
    text-decoration: none;
}

.mmenu__sub.level_2 {
    background-color: #ecf0f5;
}

.mmenu__sub.level_3 {
    background-color: #f7f9fb;
}

.mmenu__sub.level_3 .expand-it-inner {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    padding: 10px;
}

.mmenu__sub.level_3 .expand-it-inner li {
    border: 1px solid #d9e1eb;
}

.mmenu__sub.level_3 .expand-it-inner li > a {
    padding: 5px;
}

@media (max-width: 991px) {
    .level_1.hmenu__sub > .is_parent > .level_2 {
        width: 515px;
    }
}

.cproduct__sticker--orange {
    background-color: #f66f26;
}

.section .catalog > ul li:before {
    background-color: #000;
}

.product__rating {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    display: none;
}

.product__rating-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.cols--product-meta {
    display: flex;
    flex-direction: column; /* складываем в колонку */
    gap: 6px;               /* опционально, отступ между строками */
}

.cols--product-meta .cols-product-meta__left,
.cols--product-meta .col.text-align-right {
    flex: 0 0 auto;
    width: 100%;            /* каждая на всю ширину */
}

/* End */
/* /local/templates/akbmaster/build/build.css?1769707537271344 */
/* /local/templates/akbmaster/css/widget/zcallback_widget.css?17309410407635 */
/* /local/templates/akbmaster/styles.css?1764685594191 */
/* /local/templates/akbmaster/template_styles.css?176468891415768 */
