

/* Start:/local/templates/100system/css/reset.css?16164009197441*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* End */


/* Start:/local/templates/100system/libs/fancybox/jquery.fancybox.min.css?161640092212795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/100system/libs/swiper/swiper.min.css?161640093519778*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;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-slide-invisible-blank{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-button-lock{display:none}.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-main{-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,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.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-pagination-lock{display:none}.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-scrollbar-lock{display:none}.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}
/* End */


/* Start:/local/templates/100system/libs/selectric/selectric.css?16164009363189*/
.selectric-wrapper{position:relative;cursor:pointer}.selectric-responsive{width:100%}.selectric{border:1px solid #ddd;border-radius:0;background:#f8f8f8;position:relative;overflow:hidden}.selectric .label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 38px 0 10px;font-size:12px;line-height:38px;color:#444;height:38px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric .button{display:block;position:absolute;right:0;top:0;width:38px;height:38px;line-height:38px;background-color:#f8f8f8;color:#bbb;text-align:center;font:0/0 a}.selectric .button:after{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:0;height:0;border:4px solid transparent;border-top-color:#bbb;border-bottom:none}.selectric-focus .selectric{border-color:#aaa}.selectric-hover .selectric{border-color:#c4c4c4}.selectric-hover .selectric .button{color:#a2a2a2}.selectric-hover .selectric .button:after{border-top-color:#a2a2a2}.selectric-open{z-index:9999}.selectric-open .selectric{border-color:#c4c4c4}.selectric-open .selectric-items{display:block}.selectric-disabled{opacity:.5;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric-hide-select{position:relative;overflow:hidden;width:0;height:0}.selectric-hide-select select{position:absolute;left:-100%}.selectric-hide-select.selectric-is-native{position:absolute;width:100%;height:100%;z-index:10}.selectric-hide-select.selectric-is-native select{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;z-index:1;box-sizing:border-box;opacity:0}.selectric-input{position:absolute!important;top:0!important;left:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;margin:0!important;padding:0!important;width:1px!important;height:1px!important;outline:0!important;border:none!important;background:0 0!important}.selectric-temp-show{position:absolute!important;visibility:hidden!important;display:block!important}.selectric-items{display:none;position:absolute;top:100%;left:0;background:#f8f8f8;border:1px solid #c4c4c4;z-index:-1;box-shadow:0 0 10px -6px}.selectric-items .selectric-scroll{height:100%;overflow:auto}.selectric-above .selectric-items{top:auto;bottom:100%}.selectric-items li,.selectric-items ul{list-style:none;padding:0;margin:0;font-size:12px;line-height:20px;min-height:20px}.selectric-items li{display:block;padding:10px;color:#666;cursor:pointer}.selectric-items li.selected{background:#e0e0e0;color:#444}.selectric-items li.highlighted{background:#d0d0d0;color:#444}.selectric-items li:hover{background:#d5d5d5;color:#444}.selectric-items .disabled{opacity:.5;cursor:default!important;background:0 0!important;color:#666!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric-items .selectric-group .selectric-group-label{font-weight:700;padding-left:10px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;color:#444}.selectric-items .selectric-group.disabled li{opacity:1}.selectric-items .selectric-group li{padding-left:25px}
/* End */


/* Start:/local/templates/100system/libs/perfect-scrollbar/perfect-scrollbar.css?16164009361669*/
.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps__rail-x:focus,.ps__rail-x:hover,.ps__rail-y:focus,.ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}
/* End */


/* Start:/local/templates/100system/css/styles.css?1769171383531020*/
@font-face {
  font-family: "PT sans";
  src: url("/local/templates/100system/css/../fonts/PTsans/PT-sans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT sans";
  src: url("/local/templates/100system/css/../fonts/PTsans/PT-sans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/100system/css/../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/100system/css/../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/100system/css/../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/100system/css/../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 560px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .footer .footer-phone a{
      font-size:16px !important;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
    max-width: 20%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
    max-width: 20%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 560px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1390px;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 560px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.mt-6,
.my-6 {
  margin-top: 60px !important;
}

.mr-6,
.mx-6 {
  margin-right: 60px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 60px !important;
}

.ml-6,
.mx-6 {
  margin-left: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.mt-7,
.my-7 {
  margin-top: 70px !important;
}

.mr-7,
.mx-7 {
  margin-right: 70px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 70px !important;
}

.ml-7,
.mx-7 {
  margin-left: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.mt-8,
.my-8 {
  margin-top: 80px !important;
}

.mr-8,
.mx-8 {
  margin-right: 80px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 80px !important;
}

.ml-8,
.mx-8 {
  margin-left: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.mt-9,
.my-9 {
  margin-top: 90px !important;
}

.mr-9,
.mx-9 {
  margin-right: 90px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 90px !important;
}

.ml-9,
.mx-9 {
  margin-left: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.mt-10,
.my-10 {
  margin-top: 100px !important;
}

.mr-10,
.mx-10 {
  margin-right: 100px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 100px !important;
}

.ml-10,
.mx-10 {
  margin-left: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

.pr-1,
.px-1 {
  padding-right: 10px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
  padding-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

.pr-2,
.px-2 {
  padding-right: 20px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
  padding-left: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

.pr-3,
.px-3 {
  padding-right: 30px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

.pr-4,
.px-4 {
  padding-right: 40px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
  padding-left: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

.pr-5,
.px-5 {
  padding-right: 50px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
  padding-left: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.pt-6,
.py-6 {
  padding-top: 60px !important;
}

.pr-6,
.px-6 {
  padding-right: 60px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 60px !important;
}

.pl-6,
.px-6 {
  padding-left: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.pt-7,
.py-7 {
  padding-top: 70px !important;
}

.pr-7,
.px-7 {
  padding-right: 70px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 70px !important;
}

.pl-7,
.px-7 {
  padding-left: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.pt-8,
.py-8 {
  padding-top: 80px !important;
}

.pr-8,
.px-8 {
  padding-right: 80px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 80px !important;
}

.pl-8,
.px-8 {
  padding-left: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.pt-9,
.py-9 {
  padding-top: 90px !important;
}

.pr-9,
.px-9 {
  padding-right: 90px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 90px !important;
}

.pl-9,
.px-9 {
  padding-left: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.pt-10,
.py-10 {
  padding-top: 100px !important;
}

.pr-10,
.px-10 {
  padding-right: 100px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 100px !important;
}

.pl-10,
.px-10 {
  padding-left: 100px !important;
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !important;
}

.m-n6 {
  margin: -60px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -60px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -60px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -60px !important;
}

.m-n7 {
  margin: -70px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -70px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -70px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -70px !important;
}

.m-n8 {
  margin: -80px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -80px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -80px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -80px !important;
}

.m-n9 {
  margin: -90px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -90px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -90px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -90px !important;
}

.m-n10 {
  margin: -100px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -100px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -100px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -100px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 560px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 10px !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 10px !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 10px !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 10px !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 10px !important;
  }
  .m-xs-2 {
    margin: 20px !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 20px !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 20px !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 20px !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 20px !important;
  }
  .m-xs-3 {
    margin: 30px !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 30px !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 30px !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 30px !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 30px !important;
  }
  .m-xs-4 {
    margin: 40px !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 40px !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 40px !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 40px !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 40px !important;
  }
  .m-xs-5 {
    margin: 50px !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 50px !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 50px !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 50px !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 50px !important;
  }
  .m-xs-6 {
    margin: 60px !important;
  }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 60px !important;
  }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 60px !important;
  }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 60px !important;
  }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 60px !important;
  }
  .m-xs-7 {
    margin: 70px !important;
  }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 70px !important;
  }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 70px !important;
  }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 70px !important;
  }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 70px !important;
  }
  .m-xs-8 {
    margin: 80px !important;
  }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 80px !important;
  }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 80px !important;
  }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 80px !important;
  }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 80px !important;
  }
  .m-xs-9 {
    margin: 90px !important;
  }
  .mt-xs-9,
  .my-xs-9 {
    margin-top: 90px !important;
  }
  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 90px !important;
  }
  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 90px !important;
  }
  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 90px !important;
  }
  .m-xs-10 {
    margin: 100px !important;
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 100px !important;
  }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 100px !important;
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 100px !important;
  }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 100px !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 10px !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 10px !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 10px !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 10px !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 10px !important;
  }
  .p-xs-2 {
    padding: 20px !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 20px !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 20px !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 20px !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 20px !important;
  }
  .p-xs-3 {
    padding: 30px !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 30px !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 30px !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 30px !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 30px !important;
  }
  .p-xs-4 {
    padding: 40px !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 40px !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 40px !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 40px !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 40px !important;
  }
  .p-xs-5 {
    padding: 50px !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 50px !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 50px !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 50px !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 50px !important;
  }
  .p-xs-6 {
    padding: 60px !important;
  }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 60px !important;
  }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 60px !important;
  }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 60px !important;
  }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 60px !important;
  }
  .p-xs-7 {
    padding: 70px !important;
  }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 70px !important;
  }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 70px !important;
  }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 70px !important;
  }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 70px !important;
  }
  .p-xs-8 {
    padding: 80px !important;
  }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 80px !important;
  }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 80px !important;
  }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 80px !important;
  }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 80px !important;
  }
  .p-xs-9 {
    padding: 90px !important;
  }
  .pt-xs-9,
  .py-xs-9 {
    padding-top: 90px !important;
  }
  .pr-xs-9,
  .px-xs-9 {
    padding-right: 90px !important;
  }
  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 90px !important;
  }
  .pl-xs-9,
  .px-xs-9 {
    padding-left: 90px !important;
  }
  .p-xs-10 {
    padding: 100px !important;
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 100px !important;
  }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 100px !important;
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 100px !important;
  }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 100px !important;
  }
  .m-xs-n1 {
    margin: -10px !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -10px !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -10px !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -10px !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -10px !important;
  }
  .m-xs-n2 {
    margin: -20px !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -20px !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -20px !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -20px !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -20px !important;
  }
  .m-xs-n3 {
    margin: -30px !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -30px !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -30px !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -30px !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -30px !important;
  }
  .m-xs-n4 {
    margin: -40px !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -40px !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -40px !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -40px !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -40px !important;
  }
  .m-xs-n5 {
    margin: -50px !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -50px !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -50px !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -50px !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -50px !important;
  }
  .m-xs-n6 {
    margin: -60px !important;
  }
  .mt-xs-n6,
  .my-xs-n6 {
    margin-top: -60px !important;
  }
  .mr-xs-n6,
  .mx-xs-n6 {
    margin-right: -60px !important;
  }
  .mb-xs-n6,
  .my-xs-n6 {
    margin-bottom: -60px !important;
  }
  .ml-xs-n6,
  .mx-xs-n6 {
    margin-left: -60px !important;
  }
  .m-xs-n7 {
    margin: -70px !important;
  }
  .mt-xs-n7,
  .my-xs-n7 {
    margin-top: -70px !important;
  }
  .mr-xs-n7,
  .mx-xs-n7 {
    margin-right: -70px !important;
  }
  .mb-xs-n7,
  .my-xs-n7 {
    margin-bottom: -70px !important;
  }
  .ml-xs-n7,
  .mx-xs-n7 {
    margin-left: -70px !important;
  }
  .m-xs-n8 {
    margin: -80px !important;
  }
  .mt-xs-n8,
  .my-xs-n8 {
    margin-top: -80px !important;
  }
  .mr-xs-n8,
  .mx-xs-n8 {
    margin-right: -80px !important;
  }
  .mb-xs-n8,
  .my-xs-n8 {
    margin-bottom: -80px !important;
  }
  .ml-xs-n8,
  .mx-xs-n8 {
    margin-left: -80px !important;
  }
  .m-xs-n9 {
    margin: -90px !important;
  }
  .mt-xs-n9,
  .my-xs-n9 {
    margin-top: -90px !important;
  }
  .mr-xs-n9,
  .mx-xs-n9 {
    margin-right: -90px !important;
  }
  .mb-xs-n9,
  .my-xs-n9 {
    margin-bottom: -90px !important;
  }
  .ml-xs-n9,
  .mx-xs-n9 {
    margin-left: -90px !important;
  }
  .m-xs-n10 {
    margin: -100px !important;
  }
  .mt-xs-n10,
  .my-xs-n10 {
    margin-top: -100px !important;
  }
  .mr-xs-n10,
  .mx-xs-n10 {
    margin-right: -100px !important;
  }
  .mb-xs-n10,
  .my-xs-n10 {
    margin-bottom: -100px !important;
  }
  .ml-xs-n10,
  .mx-xs-n10 {
    margin-left: -100px !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 10px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important;
  }
  .m-sm-6 {
    margin: 60px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important;
  }
  .m-sm-7 {
    margin: 70px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !important;
  }
  .m-sm-8 {
    margin: 80px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 80px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 80px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 80px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 80px !important;
  }
  .m-sm-9 {
    margin: 90px !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 90px !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 90px !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 90px !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 90px !important;
  }
  .m-sm-10 {
    margin: 100px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 100px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 100px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 100px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 100px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 10px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important;
  }
  .p-sm-6 {
    padding: 60px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important;
  }
  .p-sm-7 {
    padding: 70px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important;
  }
  .p-sm-8 {
    padding: 80px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 80px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 80px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 80px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 80px !important;
  }
  .p-sm-9 {
    padding: 90px !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 90px !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 90px !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 90px !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 90px !important;
  }
  .p-sm-10 {
    padding: 100px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 100px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 100px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 100px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 100px !important;
  }
  .m-sm-n1 {
    margin: -10px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important;
  }
  .m-sm-n2 {
    margin: -20px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important;
  }
  .m-sm-n4 {
    margin: -40px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important;
  }
  .m-sm-n5 {
    margin: -50px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !important;
  }
  .m-sm-n6 {
    margin: -60px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -60px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -60px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -60px !important;
  }
  .m-sm-n7 {
    margin: -70px !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -70px !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -70px !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -70px !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -70px !important;
  }
  .m-sm-n8 {
    margin: -80px !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -80px !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -80px !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -80px !important;
  }
  .m-sm-n9 {
    margin: -90px !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -90px !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -90px !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -90px !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -90px !important;
  }
  .m-sm-n10 {
    margin: -100px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -100px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -100px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -100px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -100px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 10px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important;
  }
  .m-md-6 {
    margin: 60px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important;
  }
  .m-md-7 {
    margin: 70px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !important;
  }
  .m-md-8 {
    margin: 80px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important;
  }
  .m-md-9 {
    margin: 90px !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 90px !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 90px !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 90px !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 90px !important;
  }
  .m-md-10 {
    margin: 100px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 100px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 100px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 100px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 100px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 10px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important;
  }
  .p-md-6 {
    padding: 60px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important;
  }
  .p-md-7 {
    padding: 70px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important;
  }
  .p-md-8 {
    padding: 80px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 80px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 80px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 80px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 80px !important;
  }
  .p-md-9 {
    padding: 90px !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 90px !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 90px !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 90px !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 90px !important;
  }
  .p-md-10 {
    padding: 100px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 100px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 100px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 100px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 100px !important;
  }
  .m-md-n1 {
    margin: -10px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important;
  }
  .m-md-n2 {
    margin: -20px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important;
  }
  .m-md-n4 {
    margin: -40px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important;
  }
  .m-md-n5 {
    margin: -50px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important;
  }
  .m-md-n6 {
    margin: -60px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -60px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -60px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -60px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -60px !important;
  }
  .m-md-n7 {
    margin: -70px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -70px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -70px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -70px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -70px !important;
  }
  .m-md-n8 {
    margin: -80px !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -80px !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -80px !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -80px !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -80px !important;
  }
  .m-md-n9 {
    margin: -90px !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -90px !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -90px !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -90px !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -90px !important;
  }
  .m-md-n10 {
    margin: -100px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -100px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -100px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -100px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -100px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 10px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important;
  }
  .m-lg-6 {
    margin: 60px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important;
  }
  .m-lg-7 {
    margin: 70px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important;
  }
  .m-lg-8 {
    margin: 80px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important;
  }
  .m-lg-9 {
    margin: 90px !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 90px !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 90px !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 90px !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 90px !important;
  }
  .m-lg-10 {
    margin: 100px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 100px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 100px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 100px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 100px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 10px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important;
  }
  .p-lg-6 {
    padding: 60px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important;
  }
  .p-lg-7 {
    padding: 70px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important;
  }
  .p-lg-8 {
    padding: 80px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important;
  }
  .p-lg-9 {
    padding: 90px !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 90px !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 90px !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 90px !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 90px !important;
  }
  .p-lg-10 {
    padding: 100px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 100px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 100px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 100px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 100px !important;
  }
  .m-lg-n1 {
    margin: -10px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important;
  }
  .m-lg-n2 {
    margin: -20px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important;
  }
  .m-lg-n4 {
    margin: -40px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important;
  }
  .m-lg-n5 {
    margin: -50px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important;
  }
  .m-lg-n6 {
    margin: -60px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -60px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -60px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -60px !important;
  }
  .m-lg-n7 {
    margin: -70px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -70px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -70px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -70px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -70px !important;
  }
  .m-lg-n8 {
    margin: -80px !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -80px !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -80px !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -80px !important;
  }
  .m-lg-n9 {
    margin: -90px !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -90px !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -90px !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -90px !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -90px !important;
  }
  .m-lg-n10 {
    margin: -100px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -100px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -100px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -100px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -100px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 10px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important;
  }
  .m-xl-6 {
    margin: 60px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 60px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 60px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 60px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 60px !important;
  }
  .m-xl-7 {
    margin: 70px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 70px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 70px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 70px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 70px !important;
  }
  .m-xl-8 {
    margin: 80px !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 80px !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 80px !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 80px !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 80px !important;
  }
  .m-xl-9 {
    margin: 90px !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 90px !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 90px !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 90px !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 90px !important;
  }
  .m-xl-10 {
    margin: 100px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 100px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 100px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 100px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 100px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 10px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important;
  }
  .p-xl-6 {
    padding: 60px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 60px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 60px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 60px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 60px !important;
  }
  .p-xl-7 {
    padding: 70px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 70px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 70px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 70px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 70px !important;
  }
  .p-xl-8 {
    padding: 80px !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 80px !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 80px !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 80px !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 80px !important;
  }
  .p-xl-9 {
    padding: 90px !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 90px !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 90px !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 90px !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 90px !important;
  }
  .p-xl-10 {
    padding: 100px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 100px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 100px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 100px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 100px !important;
  }
  .m-xl-n1 {
    margin: -10px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -10px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -10px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -10px !important;
  }
  .m-xl-n2 {
    margin: -20px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -20px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -20px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -20px !important;
  }
  .m-xl-n3 {
    margin: -30px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -30px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -30px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -30px !important;
  }
  .m-xl-n4 {
    margin: -40px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -40px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -40px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -40px !important;
  }
  .m-xl-n5 {
    margin: -50px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -50px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -50px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -50px !important;
  }
  .m-xl-n6 {
    margin: -60px !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -60px !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -60px !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -60px !important;
  }
  .m-xl-n7 {
    margin: -70px !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -70px !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -70px !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -70px !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -70px !important;
  }
  .m-xl-n8 {
    margin: -80px !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -80px !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -80px !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -80px !important;
  }
  .m-xl-n9 {
    margin: -90px !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -90px !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -90px !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -90px !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -90px !important;
  }
  .m-xl-n10 {
    margin: -100px !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -100px !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -100px !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -100px !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -100px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.col-1-of-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2-of-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200%;
          flex: 0 0 200%;
  max-width: 200%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3-of-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300%;
          flex: 0 0 300%;
  max-width: 300%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4-of-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400%;
          flex: 0 0 400%;
  max-width: 400%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5-of-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500%;
          flex: 0 0 500%;
  max-width: 500%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6-of-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600%;
          flex: 0 0 600%;
  max-width: 600%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7-of-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700%;
          flex: 0 0 700%;
  max-width: 700%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8-of-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 800%;
          flex: 0 0 800%;
  max-width: 800%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9-of-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 900%;
          flex: 0 0 900%;
  max-width: 900%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10-of-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1000%;
          flex: 0 0 1000%;
  max-width: 1000%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11-of-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1100%;
          flex: 0 0 1100%;
  max-width: 1100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-1-of-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2-of-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3-of-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150%;
          flex: 0 0 150%;
  max-width: 150%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4-of-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200%;
          flex: 0 0 200%;
  max-width: 200%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5-of-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250%;
          flex: 0 0 250%;
  max-width: 250%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6-of-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300%;
          flex: 0 0 300%;
  max-width: 300%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7-of-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350%;
          flex: 0 0 350%;
  max-width: 350%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8-of-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400%;
          flex: 0 0 400%;
  max-width: 400%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9-of-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450%;
          flex: 0 0 450%;
  max-width: 450%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10-of-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500%;
          flex: 0 0 500%;
  max-width: 500%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11-of-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550%;
          flex: 0 0 550%;
  max-width: 550%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-1-of-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2-of-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3-of-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4-of-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 133.33333%;
          flex: 0 0 133.33333%;
  max-width: 133.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5-of-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 166.66667%;
          flex: 0 0 166.66667%;
  max-width: 166.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6-of-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200%;
          flex: 0 0 200%;
  max-width: 200%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7-of-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 233.33333%;
          flex: 0 0 233.33333%;
  max-width: 233.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8-of-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 266.66667%;
          flex: 0 0 266.66667%;
  max-width: 266.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9-of-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300%;
          flex: 0 0 300%;
  max-width: 300%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10-of-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 333.33333%;
          flex: 0 0 333.33333%;
  max-width: 333.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11-of-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 366.66667%;
          flex: 0 0 366.66667%;
  max-width: 366.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-1-of-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2-of-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3-of-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4-of-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5-of-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125%;
          flex: 0 0 125%;
  max-width: 125%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6-of-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150%;
          flex: 0 0 150%;
  max-width: 150%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7-of-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175%;
          flex: 0 0 175%;
  max-width: 175%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8-of-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200%;
          flex: 0 0 200%;
  max-width: 200%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9-of-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225%;
          flex: 0 0 225%;
  max-width: 225%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10-of-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250%;
          flex: 0 0 250%;
  max-width: 250%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11-of-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 275%;
          flex: 0 0 275%;
  max-width: 275%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-1-of-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2-of-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3-of-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4-of-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5-of-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6-of-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120%;
          flex: 0 0 120%;
  max-width: 120%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7-of-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140%;
          flex: 0 0 140%;
  max-width: 140%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8-of-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160%;
          flex: 0 0 160%;
  max-width: 160%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9-of-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180%;
          flex: 0 0 180%;
  max-width: 180%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10-of-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200%;
          flex: 0 0 200%;
  max-width: 200%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11-of-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220%;
          flex: 0 0 220%;
  max-width: 220%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-1-of-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2-of-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3-of-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4-of-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5-of-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6-of-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7-of-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 116.66667%;
          flex: 0 0 116.66667%;
  max-width: 116.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8-of-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 133.33333%;
          flex: 0 0 133.33333%;
  max-width: 133.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9-of-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150%;
          flex: 0 0 150%;
  max-width: 150%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10-of-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 166.66667%;
          flex: 0 0 166.66667%;
  max-width: 166.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11-of-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 183.33333%;
          flex: 0 0 183.33333%;
  max-width: 183.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-1-of-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  max-width: 14.28571%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2-of-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.57143%;
          flex: 0 0 28.57143%;
  max-width: 28.57143%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3-of-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.85714%;
          flex: 0 0 42.85714%;
  max-width: 42.85714%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4-of-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.14286%;
          flex: 0 0 57.14286%;
  max-width: 57.14286%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5-of-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 71.42857%;
          flex: 0 0 71.42857%;
  max-width: 71.42857%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6-of-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85.71429%;
          flex: 0 0 85.71429%;
  max-width: 85.71429%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7-of-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8-of-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 114.28571%;
          flex: 0 0 114.28571%;
  max-width: 114.28571%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9-of-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128.57143%;
          flex: 0 0 128.57143%;
  max-width: 128.57143%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10-of-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 142.85714%;
          flex: 0 0 142.85714%;
  max-width: 142.85714%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11-of-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 157.14286%;
          flex: 0 0 157.14286%;
  max-width: 157.14286%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-1-of-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2-of-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3-of-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  max-width: 37.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4-of-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5-of-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6-of-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7-of-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8-of-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9-of-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 112.5%;
          flex: 0 0 112.5%;
  max-width: 112.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10-of-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125%;
          flex: 0 0 125%;
  max-width: 125%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11-of-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 137.5%;
          flex: 0 0 137.5%;
  max-width: 137.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-1-of-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%;
  max-width: 11.11111%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2-of-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.22222%;
          flex: 0 0 22.22222%;
  max-width: 22.22222%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3-of-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4-of-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.44444%;
          flex: 0 0 44.44444%;
  max-width: 44.44444%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5-of-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.55556%;
          flex: 0 0 55.55556%;
  max-width: 55.55556%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6-of-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7-of-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 77.77778%;
          flex: 0 0 77.77778%;
  max-width: 77.77778%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8-of-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88.88889%;
          flex: 0 0 88.88889%;
  max-width: 88.88889%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9-of-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10-of-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 111.11111%;
          flex: 0 0 111.11111%;
  max-width: 111.11111%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11-of-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122.22222%;
          flex: 0 0 122.22222%;
  max-width: 122.22222%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-1-of-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2-of-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3-of-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4-of-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5-of-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6-of-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7-of-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8-of-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9-of-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10-of-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11-of-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110%;
          flex: 0 0 110%;
  max-width: 110%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-1-of-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.09091%;
          flex: 0 0 9.09091%;
  max-width: 9.09091%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2-of-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.18182%;
          flex: 0 0 18.18182%;
  max-width: 18.18182%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3-of-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.27273%;
          flex: 0 0 27.27273%;
  max-width: 27.27273%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4-of-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.36364%;
          flex: 0 0 36.36364%;
  max-width: 36.36364%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5-of-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.45455%;
          flex: 0 0 45.45455%;
  max-width: 45.45455%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6-of-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.54545%;
          flex: 0 0 54.54545%;
  max-width: 54.54545%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7-of-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.63636%;
          flex: 0 0 63.63636%;
  max-width: 63.63636%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8-of-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72.72727%;
          flex: 0 0 72.72727%;
  max-width: 72.72727%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9-of-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 81.81818%;
          flex: 0 0 81.81818%;
  max-width: 81.81818%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10-of-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90.90909%;
          flex: 0 0 90.90909%;
  max-width: 90.90909%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11-of-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 560px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .col-xs-1-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-2-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-3-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-4-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400%;
            flex: 0 0 400%;
    max-width: 400%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-5-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500%;
            flex: 0 0 500%;
    max-width: 500%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-6-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600%;
            flex: 0 0 600%;
    max-width: 600%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-7-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700%;
            flex: 0 0 700%;
    max-width: 700%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-8-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 800%;
            flex: 0 0 800%;
    max-width: 800%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-9-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 900%;
            flex: 0 0 900%;
    max-width: 900%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-10-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1000%;
            flex: 0 0 1000%;
    max-width: 1000%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-11-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1100%;
            flex: 0 0 1100%;
    max-width: 1100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-1-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-2-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-3-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-4-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-5-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250%;
            flex: 0 0 250%;
    max-width: 250%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-6-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-7-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350%;
            flex: 0 0 350%;
    max-width: 350%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-8-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400%;
            flex: 0 0 400%;
    max-width: 400%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-9-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450%;
            flex: 0 0 450%;
    max-width: 450%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-10-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500%;
            flex: 0 0 500%;
    max-width: 500%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-11-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 550%;
            flex: 0 0 550%;
    max-width: 550%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-1-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-2-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-3-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-4-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133.33333%;
            flex: 0 0 133.33333%;
    max-width: 133.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-5-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 166.66667%;
            flex: 0 0 166.66667%;
    max-width: 166.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-6-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-7-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 233.33333%;
            flex: 0 0 233.33333%;
    max-width: 233.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-8-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 266.66667%;
            flex: 0 0 266.66667%;
    max-width: 266.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-9-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-10-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 333.33333%;
            flex: 0 0 333.33333%;
    max-width: 333.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-11-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 366.66667%;
            flex: 0 0 366.66667%;
    max-width: 366.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-1-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-2-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-3-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-4-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-5-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125%;
            flex: 0 0 125%;
    max-width: 125%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-6-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-7-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175%;
            flex: 0 0 175%;
    max-width: 175%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-8-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-9-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225%;
            flex: 0 0 225%;
    max-width: 225%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-10-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250%;
            flex: 0 0 250%;
    max-width: 250%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-11-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275%;
            flex: 0 0 275%;
    max-width: 275%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-1-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-2-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-3-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-4-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-5-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-6-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120%;
            flex: 0 0 120%;
    max-width: 120%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-7-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140%;
            flex: 0 0 140%;
    max-width: 140%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-8-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160%;
            flex: 0 0 160%;
    max-width: 160%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-9-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180%;
            flex: 0 0 180%;
    max-width: 180%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-10-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-11-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220%;
            flex: 0 0 220%;
    max-width: 220%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-1-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-2-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-3-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-4-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-5-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-6-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-7-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 116.66667%;
            flex: 0 0 116.66667%;
    max-width: 116.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-8-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133.33333%;
            flex: 0 0 133.33333%;
    max-width: 133.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-9-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-10-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 166.66667%;
            flex: 0 0 166.66667%;
    max-width: 166.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-11-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 183.33333%;
            flex: 0 0 183.33333%;
    max-width: 183.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-1-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-2-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.57143%;
            flex: 0 0 28.57143%;
    max-width: 28.57143%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-3-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.85714%;
            flex: 0 0 42.85714%;
    max-width: 42.85714%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-4-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.14286%;
            flex: 0 0 57.14286%;
    max-width: 57.14286%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-5-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71.42857%;
            flex: 0 0 71.42857%;
    max-width: 71.42857%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-6-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85.71429%;
            flex: 0 0 85.71429%;
    max-width: 85.71429%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-7-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-8-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 114.28571%;
            flex: 0 0 114.28571%;
    max-width: 114.28571%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-9-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 128.57143%;
            flex: 0 0 128.57143%;
    max-width: 128.57143%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-10-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 142.85714%;
            flex: 0 0 142.85714%;
    max-width: 142.85714%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-11-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 157.14286%;
            flex: 0 0 157.14286%;
    max-width: 157.14286%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-1-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-2-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-3-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-4-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-5-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-6-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-7-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-8-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-9-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112.5%;
            flex: 0 0 112.5%;
    max-width: 112.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-10-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125%;
            flex: 0 0 125%;
    max-width: 125%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-11-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 137.5%;
            flex: 0 0 137.5%;
    max-width: 137.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-1-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
    max-width: 11.11111%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-2-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
    max-width: 22.22222%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-3-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-4-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%;
    max-width: 44.44444%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-5-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%;
    max-width: 55.55556%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-6-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-7-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%;
    max-width: 77.77778%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-8-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%;
    max-width: 88.88889%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-9-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-10-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 111.11111%;
            flex: 0 0 111.11111%;
    max-width: 111.11111%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-11-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 122.22222%;
            flex: 0 0 122.22222%;
    max-width: 122.22222%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-1-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-2-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-3-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-4-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-5-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-6-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-7-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-8-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-9-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-10-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-11-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110%;
            flex: 0 0 110%;
    max-width: 110%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-1-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.09091%;
            flex: 0 0 9.09091%;
    max-width: 9.09091%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-2-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.18182%;
            flex: 0 0 18.18182%;
    max-width: 18.18182%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-3-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27273%;
            flex: 0 0 27.27273%;
    max-width: 27.27273%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-4-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.36364%;
            flex: 0 0 36.36364%;
    max-width: 36.36364%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-5-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.45455%;
            flex: 0 0 45.45455%;
    max-width: 45.45455%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-6-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.54545%;
            flex: 0 0 54.54545%;
    max-width: 54.54545%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-7-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.63636%;
            flex: 0 0 63.63636%;
    max-width: 63.63636%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-8-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.72727%;
            flex: 0 0 72.72727%;
    max-width: 72.72727%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-9-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.81818%;
            flex: 0 0 81.81818%;
    max-width: 81.81818%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-10-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.90909%;
            flex: 0 0 90.90909%;
    max-width: 90.90909%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-11-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .col-sm-1-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400%;
            flex: 0 0 400%;
    max-width: 400%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500%;
            flex: 0 0 500%;
    max-width: 500%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600%;
            flex: 0 0 600%;
    max-width: 600%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700%;
            flex: 0 0 700%;
    max-width: 700%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 800%;
            flex: 0 0 800%;
    max-width: 800%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 900%;
            flex: 0 0 900%;
    max-width: 900%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1000%;
            flex: 0 0 1000%;
    max-width: 1000%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1100%;
            flex: 0 0 1100%;
    max-width: 1100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250%;
            flex: 0 0 250%;
    max-width: 250%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350%;
            flex: 0 0 350%;
    max-width: 350%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400%;
            flex: 0 0 400%;
    max-width: 400%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450%;
            flex: 0 0 450%;
    max-width: 450%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500%;
            flex: 0 0 500%;
    max-width: 500%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 550%;
            flex: 0 0 550%;
    max-width: 550%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133.33333%;
            flex: 0 0 133.33333%;
    max-width: 133.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 166.66667%;
            flex: 0 0 166.66667%;
    max-width: 166.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 233.33333%;
            flex: 0 0 233.33333%;
    max-width: 233.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 266.66667%;
            flex: 0 0 266.66667%;
    max-width: 266.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 333.33333%;
            flex: 0 0 333.33333%;
    max-width: 333.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 366.66667%;
            flex: 0 0 366.66667%;
    max-width: 366.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125%;
            flex: 0 0 125%;
    max-width: 125%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175%;
            flex: 0 0 175%;
    max-width: 175%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225%;
            flex: 0 0 225%;
    max-width: 225%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250%;
            flex: 0 0 250%;
    max-width: 250%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275%;
            flex: 0 0 275%;
    max-width: 275%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120%;
            flex: 0 0 120%;
    max-width: 120%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140%;
            flex: 0 0 140%;
    max-width: 140%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160%;
            flex: 0 0 160%;
    max-width: 160%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180%;
            flex: 0 0 180%;
    max-width: 180%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220%;
            flex: 0 0 220%;
    max-width: 220%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 116.66667%;
            flex: 0 0 116.66667%;
    max-width: 116.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133.33333%;
            flex: 0 0 133.33333%;
    max-width: 133.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 166.66667%;
            flex: 0 0 166.66667%;
    max-width: 166.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 183.33333%;
            flex: 0 0 183.33333%;
    max-width: 183.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.57143%;
            flex: 0 0 28.57143%;
    max-width: 28.57143%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.85714%;
            flex: 0 0 42.85714%;
    max-width: 42.85714%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.14286%;
            flex: 0 0 57.14286%;
    max-width: 57.14286%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71.42857%;
            flex: 0 0 71.42857%;
    max-width: 71.42857%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85.71429%;
            flex: 0 0 85.71429%;
    max-width: 85.71429%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 114.28571%;
            flex: 0 0 114.28571%;
    max-width: 114.28571%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 128.57143%;
            flex: 0 0 128.57143%;
    max-width: 128.57143%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 142.85714%;
            flex: 0 0 142.85714%;
    max-width: 142.85714%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 157.14286%;
            flex: 0 0 157.14286%;
    max-width: 157.14286%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112.5%;
            flex: 0 0 112.5%;
    max-width: 112.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125%;
            flex: 0 0 125%;
    max-width: 125%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 137.5%;
            flex: 0 0 137.5%;
    max-width: 137.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
    max-width: 11.11111%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
    max-width: 22.22222%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%;
    max-width: 44.44444%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%;
    max-width: 55.55556%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%;
    max-width: 77.77778%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%;
    max-width: 88.88889%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 111.11111%;
            flex: 0 0 111.11111%;
    max-width: 111.11111%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 122.22222%;
            flex: 0 0 122.22222%;
    max-width: 122.22222%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110%;
            flex: 0 0 110%;
    max-width: 110%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.09091%;
            flex: 0 0 9.09091%;
    max-width: 9.09091%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.18182%;
            flex: 0 0 18.18182%;
    max-width: 18.18182%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27273%;
            flex: 0 0 27.27273%;
    max-width: 27.27273%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.36364%;
            flex: 0 0 36.36364%;
    max-width: 36.36364%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.45455%;
            flex: 0 0 45.45455%;
    max-width: 45.45455%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.54545%;
            flex: 0 0 54.54545%;
    max-width: 54.54545%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.63636%;
            flex: 0 0 63.63636%;
    max-width: 63.63636%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.72727%;
            flex: 0 0 72.72727%;
    max-width: 72.72727%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.81818%;
            flex: 0 0 81.81818%;
    max-width: 81.81818%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.90909%;
            flex: 0 0 90.90909%;
    max-width: 90.90909%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .col-md-1-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400%;
            flex: 0 0 400%;
    max-width: 400%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500%;
            flex: 0 0 500%;
    max-width: 500%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600%;
            flex: 0 0 600%;
    max-width: 600%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700%;
            flex: 0 0 700%;
    max-width: 700%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 800%;
            flex: 0 0 800%;
    max-width: 800%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 900%;
            flex: 0 0 900%;
    max-width: 900%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1000%;
            flex: 0 0 1000%;
    max-width: 1000%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1100%;
            flex: 0 0 1100%;
    max-width: 1100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250%;
            flex: 0 0 250%;
    max-width: 250%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350%;
            flex: 0 0 350%;
    max-width: 350%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400%;
            flex: 0 0 400%;
    max-width: 400%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450%;
            flex: 0 0 450%;
    max-width: 450%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500%;
            flex: 0 0 500%;
    max-width: 500%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 550%;
            flex: 0 0 550%;
    max-width: 550%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133.33333%;
            flex: 0 0 133.33333%;
    max-width: 133.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 166.66667%;
            flex: 0 0 166.66667%;
    max-width: 166.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 233.33333%;
            flex: 0 0 233.33333%;
    max-width: 233.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 266.66667%;
            flex: 0 0 266.66667%;
    max-width: 266.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 333.33333%;
            flex: 0 0 333.33333%;
    max-width: 333.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 366.66667%;
            flex: 0 0 366.66667%;
    max-width: 366.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125%;
            flex: 0 0 125%;
    max-width: 125%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175%;
            flex: 0 0 175%;
    max-width: 175%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225%;
            flex: 0 0 225%;
    max-width: 225%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250%;
            flex: 0 0 250%;
    max-width: 250%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275%;
            flex: 0 0 275%;
    max-width: 275%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120%;
            flex: 0 0 120%;
    max-width: 120%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140%;
            flex: 0 0 140%;
    max-width: 140%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160%;
            flex: 0 0 160%;
    max-width: 160%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180%;
            flex: 0 0 180%;
    max-width: 180%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220%;
            flex: 0 0 220%;
    max-width: 220%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 116.66667%;
            flex: 0 0 116.66667%;
    max-width: 116.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133.33333%;
            flex: 0 0 133.33333%;
    max-width: 133.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 166.66667%;
            flex: 0 0 166.66667%;
    max-width: 166.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 183.33333%;
            flex: 0 0 183.33333%;
    max-width: 183.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.57143%;
            flex: 0 0 28.57143%;
    max-width: 28.57143%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.85714%;
            flex: 0 0 42.85714%;
    max-width: 42.85714%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.14286%;
            flex: 0 0 57.14286%;
    max-width: 57.14286%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71.42857%;
            flex: 0 0 71.42857%;
    max-width: 71.42857%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85.71429%;
            flex: 0 0 85.71429%;
    max-width: 85.71429%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 114.28571%;
            flex: 0 0 114.28571%;
    max-width: 114.28571%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 128.57143%;
            flex: 0 0 128.57143%;
    max-width: 128.57143%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 142.85714%;
            flex: 0 0 142.85714%;
    max-width: 142.85714%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 157.14286%;
            flex: 0 0 157.14286%;
    max-width: 157.14286%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112.5%;
            flex: 0 0 112.5%;
    max-width: 112.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125%;
            flex: 0 0 125%;
    max-width: 125%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 137.5%;
            flex: 0 0 137.5%;
    max-width: 137.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
    max-width: 11.11111%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
    max-width: 22.22222%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%;
    max-width: 44.44444%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%;
    max-width: 55.55556%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%;
    max-width: 77.77778%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%;
    max-width: 88.88889%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 111.11111%;
            flex: 0 0 111.11111%;
    max-width: 111.11111%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 122.22222%;
            flex: 0 0 122.22222%;
    max-width: 122.22222%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110%;
            flex: 0 0 110%;
    max-width: 110%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.09091%;
            flex: 0 0 9.09091%;
    max-width: 9.09091%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.18182%;
            flex: 0 0 18.18182%;
    max-width: 18.18182%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27273%;
            flex: 0 0 27.27273%;
    max-width: 27.27273%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.36364%;
            flex: 0 0 36.36364%;
    max-width: 36.36364%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.45455%;
            flex: 0 0 45.45455%;
    max-width: 45.45455%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.54545%;
            flex: 0 0 54.54545%;
    max-width: 54.54545%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.63636%;
            flex: 0 0 63.63636%;
    max-width: 63.63636%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.72727%;
            flex: 0 0 72.72727%;
    max-width: 72.72727%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.81818%;
            flex: 0 0 81.81818%;
    max-width: 81.81818%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.90909%;
            flex: 0 0 90.90909%;
    max-width: 90.90909%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .col-lg-1-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400%;
            flex: 0 0 400%;
    max-width: 400%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500%;
            flex: 0 0 500%;
    max-width: 500%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600%;
            flex: 0 0 600%;
    max-width: 600%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700%;
            flex: 0 0 700%;
    max-width: 700%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 800%;
            flex: 0 0 800%;
    max-width: 800%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 900%;
            flex: 0 0 900%;
    max-width: 900%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1000%;
            flex: 0 0 1000%;
    max-width: 1000%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1100%;
            flex: 0 0 1100%;
    max-width: 1100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250%;
            flex: 0 0 250%;
    max-width: 250%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350%;
            flex: 0 0 350%;
    max-width: 350%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400%;
            flex: 0 0 400%;
    max-width: 400%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450%;
            flex: 0 0 450%;
    max-width: 450%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500%;
            flex: 0 0 500%;
    max-width: 500%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 550%;
            flex: 0 0 550%;
    max-width: 550%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133.33333%;
            flex: 0 0 133.33333%;
    max-width: 133.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 166.66667%;
            flex: 0 0 166.66667%;
    max-width: 166.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 233.33333%;
            flex: 0 0 233.33333%;
    max-width: 233.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 266.66667%;
            flex: 0 0 266.66667%;
    max-width: 266.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 333.33333%;
            flex: 0 0 333.33333%;
    max-width: 333.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 366.66667%;
            flex: 0 0 366.66667%;
    max-width: 366.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125%;
            flex: 0 0 125%;
    max-width: 125%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175%;
            flex: 0 0 175%;
    max-width: 175%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225%;
            flex: 0 0 225%;
    max-width: 225%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250%;
            flex: 0 0 250%;
    max-width: 250%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275%;
            flex: 0 0 275%;
    max-width: 275%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120%;
            flex: 0 0 120%;
    max-width: 120%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140%;
            flex: 0 0 140%;
    max-width: 140%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160%;
            flex: 0 0 160%;
    max-width: 160%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180%;
            flex: 0 0 180%;
    max-width: 180%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220%;
            flex: 0 0 220%;
    max-width: 220%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 116.66667%;
            flex: 0 0 116.66667%;
    max-width: 116.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133.33333%;
            flex: 0 0 133.33333%;
    max-width: 133.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 166.66667%;
            flex: 0 0 166.66667%;
    max-width: 166.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 183.33333%;
            flex: 0 0 183.33333%;
    max-width: 183.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.57143%;
            flex: 0 0 28.57143%;
    max-width: 28.57143%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.85714%;
            flex: 0 0 42.85714%;
    max-width: 42.85714%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.14286%;
            flex: 0 0 57.14286%;
    max-width: 57.14286%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71.42857%;
            flex: 0 0 71.42857%;
    max-width: 71.42857%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85.71429%;
            flex: 0 0 85.71429%;
    max-width: 85.71429%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 114.28571%;
            flex: 0 0 114.28571%;
    max-width: 114.28571%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 128.57143%;
            flex: 0 0 128.57143%;
    max-width: 128.57143%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 142.85714%;
            flex: 0 0 142.85714%;
    max-width: 142.85714%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 157.14286%;
            flex: 0 0 157.14286%;
    max-width: 157.14286%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112.5%;
            flex: 0 0 112.5%;
    max-width: 112.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125%;
            flex: 0 0 125%;
    max-width: 125%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 137.5%;
            flex: 0 0 137.5%;
    max-width: 137.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
    max-width: 11.11111%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
    max-width: 22.22222%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%;
    max-width: 44.44444%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%;
    max-width: 55.55556%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%;
    max-width: 77.77778%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%;
    max-width: 88.88889%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 111.11111%;
            flex: 0 0 111.11111%;
    max-width: 111.11111%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 122.22222%;
            flex: 0 0 122.22222%;
    max-width: 122.22222%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110%;
            flex: 0 0 110%;
    max-width: 110%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.09091%;
            flex: 0 0 9.09091%;
    max-width: 9.09091%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.18182%;
            flex: 0 0 18.18182%;
    max-width: 18.18182%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27273%;
            flex: 0 0 27.27273%;
    max-width: 27.27273%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.36364%;
            flex: 0 0 36.36364%;
    max-width: 36.36364%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.45455%;
            flex: 0 0 45.45455%;
    max-width: 45.45455%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.54545%;
            flex: 0 0 54.54545%;
    max-width: 54.54545%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.63636%;
            flex: 0 0 63.63636%;
    max-width: 63.63636%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.72727%;
            flex: 0 0 72.72727%;
    max-width: 72.72727%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.81818%;
            flex: 0 0 81.81818%;
    max-width: 81.81818%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.90909%;
            flex: 0 0 90.90909%;
    max-width: 90.90909%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .col-xl-1-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400%;
            flex: 0 0 400%;
    max-width: 400%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500%;
            flex: 0 0 500%;
    max-width: 500%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600%;
            flex: 0 0 600%;
    max-width: 600%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700%;
            flex: 0 0 700%;
    max-width: 700%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 800%;
            flex: 0 0 800%;
    max-width: 800%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 900%;
            flex: 0 0 900%;
    max-width: 900%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1000%;
            flex: 0 0 1000%;
    max-width: 1000%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11-of-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1100%;
            flex: 0 0 1100%;
    max-width: 1100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250%;
            flex: 0 0 250%;
    max-width: 250%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350%;
            flex: 0 0 350%;
    max-width: 350%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400%;
            flex: 0 0 400%;
    max-width: 400%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450%;
            flex: 0 0 450%;
    max-width: 450%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500%;
            flex: 0 0 500%;
    max-width: 500%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11-of-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 550%;
            flex: 0 0 550%;
    max-width: 550%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133.33333%;
            flex: 0 0 133.33333%;
    max-width: 133.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 166.66667%;
            flex: 0 0 166.66667%;
    max-width: 166.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 233.33333%;
            flex: 0 0 233.33333%;
    max-width: 233.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 266.66667%;
            flex: 0 0 266.66667%;
    max-width: 266.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300%;
            flex: 0 0 300%;
    max-width: 300%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 333.33333%;
            flex: 0 0 333.33333%;
    max-width: 333.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11-of-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 366.66667%;
            flex: 0 0 366.66667%;
    max-width: 366.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125%;
            flex: 0 0 125%;
    max-width: 125%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175%;
            flex: 0 0 175%;
    max-width: 175%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225%;
            flex: 0 0 225%;
    max-width: 225%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250%;
            flex: 0 0 250%;
    max-width: 250%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11-of-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275%;
            flex: 0 0 275%;
    max-width: 275%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120%;
            flex: 0 0 120%;
    max-width: 120%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140%;
            flex: 0 0 140%;
    max-width: 140%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160%;
            flex: 0 0 160%;
    max-width: 160%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180%;
            flex: 0 0 180%;
    max-width: 180%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200%;
            flex: 0 0 200%;
    max-width: 200%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11-of-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220%;
            flex: 0 0 220%;
    max-width: 220%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 116.66667%;
            flex: 0 0 116.66667%;
    max-width: 116.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133.33333%;
            flex: 0 0 133.33333%;
    max-width: 133.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150%;
            flex: 0 0 150%;
    max-width: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 166.66667%;
            flex: 0 0 166.66667%;
    max-width: 166.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11-of-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 183.33333%;
            flex: 0 0 183.33333%;
    max-width: 183.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.57143%;
            flex: 0 0 28.57143%;
    max-width: 28.57143%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.85714%;
            flex: 0 0 42.85714%;
    max-width: 42.85714%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.14286%;
            flex: 0 0 57.14286%;
    max-width: 57.14286%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71.42857%;
            flex: 0 0 71.42857%;
    max-width: 71.42857%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85.71429%;
            flex: 0 0 85.71429%;
    max-width: 85.71429%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 114.28571%;
            flex: 0 0 114.28571%;
    max-width: 114.28571%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 128.57143%;
            flex: 0 0 128.57143%;
    max-width: 128.57143%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 142.85714%;
            flex: 0 0 142.85714%;
    max-width: 142.85714%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11-of-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 157.14286%;
            flex: 0 0 157.14286%;
    max-width: 157.14286%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112.5%;
            flex: 0 0 112.5%;
    max-width: 112.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125%;
            flex: 0 0 125%;
    max-width: 125%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11-of-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 137.5%;
            flex: 0 0 137.5%;
    max-width: 137.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
    max-width: 11.11111%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
    max-width: 22.22222%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%;
    max-width: 44.44444%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%;
    max-width: 55.55556%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%;
    max-width: 77.77778%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%;
    max-width: 88.88889%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 111.11111%;
            flex: 0 0 111.11111%;
    max-width: 111.11111%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11-of-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 122.22222%;
            flex: 0 0 122.22222%;
    max-width: 122.22222%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11-of-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110%;
            flex: 0 0 110%;
    max-width: 110%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.09091%;
            flex: 0 0 9.09091%;
    max-width: 9.09091%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.18182%;
            flex: 0 0 18.18182%;
    max-width: 18.18182%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27273%;
            flex: 0 0 27.27273%;
    max-width: 27.27273%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.36364%;
            flex: 0 0 36.36364%;
    max-width: 36.36364%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.45455%;
            flex: 0 0 45.45455%;
    max-width: 45.45455%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.54545%;
            flex: 0 0 54.54545%;
    max-width: 54.54545%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.63636%;
            flex: 0 0 63.63636%;
    max-width: 63.63636%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.72727%;
            flex: 0 0 72.72727%;
    max-width: 72.72727%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.81818%;
            flex: 0 0 81.81818%;
    max-width: 81.81818%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.90909%;
            flex: 0 0 90.90909%;
    max-width: 90.90909%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11-of-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

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

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

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

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  background: #fafafa;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header,
.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row [class^="col"] {
    padding-right: 5px;
    padding-left:5px;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.simple-toggler {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 35px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .simple-toggler {
    padding-right: 25px;
  }
}

.simple-toggler:before {
  content: "";
  border: 4px solid transparent;
  border-bottom: 0;
  border-top: 5px solid currentColor;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}

.simple-toggler.active:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

img {
  display: block;
  max-width: 100%;
}

.icon-in-circle {
  border-radius: 50%;
  padding: 15px;
  background: #fff;
  border: 2px solid transparent;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  width: 54px;
  height: 54px;
}

.icon-in-circle .icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

#site-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -100;
}

.align-items-height.row,
.align-items-height .row,
.align-items-height .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-items-height [class^="col"],
.align-items-height .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.align-items-height [class^="col"] > *,
.align-items-height .swiper-slide > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  min-width: 0;
}

.catalog-slider {
  position: relative;
}

.catalog-slider .swiper-container {
  margin: -20px -10px -150px;
  padding: 20px 10px 150px;
}

@media (max-width: 767.98px) {
  .catalog-slider .swiper-container {
    margin: -30px -20px;
    padding: 30px 20px;
  }
}

.catalog-slider .swiper-pagination {
  display: none;
}

.catalog-slider .arrow-nav-btn {
  margin-top: -92px;
}

.cover-pic-item {
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.text-block {
  position: relative;
  overflow: hidden;
}

.text-block__show {
  position: absolute;
  background: #fafafa;
  display: inline-block;
  vertical-align: top;
  right: 0;
  bottom: 0;
  padding: 0 25px;
}

.text-block__show, .text-block__show:focus {
  color: inherit;
}

.text-block__show:hover, .text-block__show:focus:hover {
  color: #e6670a;
}

.text-block.active {
  overflow: visible;
}

.text-block.active .text-block__show {
  display: none;
}

.scroll-horizontal-simple .ps__rail-x,
.scroll-horizontal-simple .ps__rail-y {
  display: none !important;
}

.main-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 16%;
  background: #fff;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-call {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .main-call {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 38px;
  }
}

.main-call__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 75px;
}

@media (max-width: 767.98px) {
  .main-call__image {
    display: none;
  }
}

.main-call__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  font-size: 20px;
  padding: 0 50px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-call__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .main-call__text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 10px;
  }
}

.main-call__text p {
  margin-bottom: 0.3em;
}

@media (max-width: 767.98px) {
  .main-call__text p {
    margin-bottom: 0;
  }
}

.main-call__text p:last-child {
  margin-bottom: 0;
}

.main-call__phone {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .main-call__phone {
    font-size: 22px;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.site-block {
  background: #fff;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px;
}

@media (max-width: 1023.98px) {
  .site-block {
    padding: 20px;
  }
}

@media (max-width: 559.98px) {
  .site-block {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
}

[class*="price"] .currency {
  color: #afafaf;
  font-weight: 400;
}

.stick-to-footer {
  margin-bottom: -75px;
}

@media (max-width: 767.98px) {
  .stick-to-footer {
    margin-bottom: -40px;
  }
}

.stick-to-header {
  margin-top: -16px;
}

@media (max-width: 767.98px) {
  .stick-to-header {
    margin-top: -6px;
  }
}

.aside-nav {
  position: fixed;
  z-index: 50;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  margin: 0;
  padding: 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.aside-nav li {
  margin: 20px 0 20px -45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.aside-nav li:before {
  display: block;
  border-radius: 50px;
  border: 1px solid #fff;
  background: #f5791f;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 15px;
  height: 15px;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1;
}

.aside-nav li span {
  display: block;
  position: absolute;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  max-width: 100vw;
  border-radius: 10px 0 0 10px;
  background: #f5791f;
  font-family: "Montserrat", sans-serif;
  top: 50%;
  margin-top: -20px;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  padding: 10px 80px 10px 40px;
  right: -30px;
  color: #fff;
  white-space: nowrap;
  border: 1px solid #fff;
  border-right: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.aside-nav li:hover:before {
  background-color: #fff;
}

.aside-nav li:hover span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 768px) {
  .aside-nav li.active:before {
    background-color: #fff;
  }
  .aside-nav li.active span {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 767.98px) {
  .aside-nav li {
    margin-left: -15px;
  }
  .aside-nav li:before {
    width: 10px;
    height: 10px;
  }
  .aside-nav li span {
    right: -5px;
    font-size: 13px;
    padding: 5px 35px 5px 25px;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
  }
}

@media screen and (max-height: 700px) {
  .aside-nav li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: "PT sans", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
  color: #4e4e4e;
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
    line-height: 1.28571;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #333333;
  text-align: left;
  text-transform: none;
  font-family: "PT sans", sans-serif;
}

h1, .h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.3em;
  letter-spacing: 0;
}

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

h1 small, .h1 small {
  font-size: 16px;
  font-weight: 400;
  padding-right: 5px;
}

h2, .h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1em;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 22px;
  }
}

h3, .h3, .section-title h1 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h4, .h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 16px;
  }
}

h5, .h5 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: none;
}

h6, .h6 {
  font-size: inherit;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 2em;
  text-transform: none;
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

strong {
  font-weight: 600;
}

sub {
  vertical-align: sub;
  font-size: 0.6em;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

p {
  margin: 0 0 1em;
}

hr {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 1em auto;
  height: 1px;
  display: block;
  background: #ddd;
}

.text-underlined {
  text-decoration: underline;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-orange {
  color: #f5791f !important;
}

.text-orange-dark {
  color: #e6670a !important;
}

.text-red {
  color: #ff0000 !important;
}

.text-red-dark {
  color: #db0000 !important;
}

.text-green {
  color: #52ac62 !important;
}

.text-green-dark {
  color: #219653 !important;
}

.text-blue-dark {
  color: #3f4e5d !important;
}

.text-blue-light {
  color: #78a9ff !important;
}

.text-gray-darkest {
  color: #242424 !important;
}

.text-gray-darker {
  color: #333333 !important;
}

.text-gray-dark {
  color: #4e4e4e !important;
}

.text-gray {
  color: #afafaf !important;
}

.text-gray-light {
  color: #e1e1e1 !important;
}

.text-gray-lightest {
  color: #f5f5f5 !important;
}

a {
  outline: none !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

a, a:focus {
  color: #f5791f;
  text-decoration: none;
}

a:hover, a:focus:hover {
  color: #e6670a;
  text-decoration: none;
}

a[disabled], a:disabled,
a .disabled {
  cursor: default;
  pointer-events: none;
  color: #e1e1e1;
}

a[disabled], a[disabled]:focus, a:disabled, a:disabled:focus,
a .disabled,
a .disabled:focus {
  color: #e1e1e1;
  text-decoration: none;
}

a[disabled]:hover, a[disabled]:focus:hover, a:disabled:hover, a:disabled:focus:hover,
a .disabled:hover,
a .disabled:focus:hover {
  color: #e1e1e1;
  text-decoration: none;
}

button {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

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

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 23px;
  border: 1px solid transparent;
  border-radius: 28px;
  padding: 10px 50px;
  font-weight: 400;
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background 0.3s, border-color 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  font-family: "PT sans", sans-serif;
  outline: none !important;
  text-align: center;
}

.btn, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  color: #fff;
  background: #f5791f;
}

.orders-page .bx-blue .btn.btn-default {
  background: #f5791f!important;
}

.btn:hover, .btn:focus:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f5791f;
  color: #f5791f;
  background: transparent;
}

.orders-page .bx-blue .btn.btn-default:hover {
  border-color: #f5791f!important;
  background: transparent!important;
  color: #f5791f!important;
}

.btn-outlined, .btn-outlined:focus, .orders-page .bx-blue .btn.btn-default:focus {
  border-color: #f5791f;
  color: #f5791f;
  background: transparent;
}

/* .orders-page .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 198, 102, 0.6)!important;
} */
.bx-blue .btn.btn-default, .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #f5791f!important;
}

.orders-page .bx-soa-tooltip.bx-soa-tooltip-static {
  position: absolute;
}

.orders-page .form-group input[type="checkbox"], .orders-page .form-group input[type="radio"], .orders-page #bx-soa-orderSave input[type="checkbox"] {
  display: block!important;
}

/*
.orders-page .bx-soa-pp-company .bx-soa-pp-list, .orders-page .bx-soa-pp-delivery-cost, .orders-page .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2), .orders-page #bx-soa-paysystem {
  display: none!important;
} 
*/

.btn-outlined:hover, .btn-outlined:focus:hover {
  border-color: transparent;
  color: #fff;
  background: #f5791f;
}

.btn-light, .btn-light:focus {
  border-color: transparent;
  color: #333333;
  background: #e5e6e8;
}

.btn-light:hover, .btn-light:focus:hover {
  border-color: #b6b4b6;
  color: #4e4e4e;
  background: transparent;
}

.btn-light-outlined, .btn-light-outlined:focus {
  border-color: #b6b4b6;
  color: #4e4e4e;
  background: transparent;
}

.btn-light-outlined:hover, .btn-light-outlined:focus:hover {
  border-color: transparent;
  color: #333333;
  background: #e5e6e8;
}

.btn-white-outlined, .btn-white-outlined:focus {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.btn-white-outlined:hover, .btn-white-outlined:focus:hover {
  border-color: #fff;
  color: #f5791f;
  background: #fff;
}

.btn .icon {
  width: 33px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: currentColor;
}

.btn .icon:only-child {
  width: 23px;
  height: 20px;
}

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

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

.btn-xs {
  border-width: 1px;
  line-height: 20px;
  padding: 4px 25px;
  font-size: 14px;
  min-width: 0;
  border-radius: 15px;
}

.btn-xs .icon {
  height: 20px;
  width: 22px;
  margin: 0 10px;
}

.btn-sm {
  border-width: 1px;
  line-height: 19px;
  padding: 10.5px 22px;
  font-size: 14px;
  min-width: 0;
  border-radius: 21px;
}

.btn-sm .icon {
  height: 19px;
  width: 17px;
  margin: 0 15px;
}

.btn.disabled, .btn:disabled,
.btn .disabled {
  background-color: #f5f5f5 !important;
  color: #e1e1e1 !important;
  cursor: default !important;
  pointer-events: none !important;
}

ul,
ol {
  margin: 0.7em 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  position: relative;
}

ul li {
  padding-left: 18px;
}

ul li:before {
  content: "";
  position: absolute;
  background: #f5791f;
  width: 6px;
  height: 6px;
  top: calc(1em*(22/16)/2);
  margin: -3px 0 0;
  left: 0;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  ul li:before {
    top: calc(1em*1.5/2);
  }
}

ol {
  counter-reset: itemsCounter;
}

ol li {
  counter-increment: itemsCounter;
  padding-left: 20px;
}

ol li:before {
  content: counter(itemsCounter) ".";
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  color: #f5791f;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}

ol ol {
  counter-reset: subItemsCounter;
}

ol ol li {
  counter-increment: subItemsCounter;
  padding-left: 35px;
}

ol ol li:before {
  content: counter(itemsCounter) "." counter(subItemsCounter) ".";
}

.site-form {
  position: relative;
}

.site-form .form-control {
  font-size: inherit;
  line-height: 1.8125;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  padding: 8px 20px;
  height: 45px;
  border: 1px solid #e1e1e1;
  display: block;
  width: 100%;
  border-radius: 10px;
  color: inherit;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background: #fff;
  letter-spacing: inherit;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

.site-form .form-control::-webkit-input-placeholder {
  color: #afafaf;
}

.site-form .form-control::-moz-placeholder {
  color: #afafaf;
}

.site-form .form-control:-moz-placeholder {
  color: #afafaf;
}

.site-form .form-control:-ms-input-placeholder {
  color: #afafaf;
}

.site-form .form-control:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

.site-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.site-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.site-form .form-control:focus:-moz-placeholder {
  color: transparent;
}

.site-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.site-form textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

@media (max-width: 767.98px) {
  .site-form textarea.form-control {
    min-height: 80px;
  }
}

.site-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.site-form .input-button {
  position: absolute;
  right: 0;
  height: 100%;
  width: 63px;
  cursor: pointer;
  z-index: 1;
  top: 0;
}

.site-form .input-button, .site-form .input-button:focus {
  color: #afafaf;
}

.site-form .input-button:hover, .site-form .input-button:focus:hover {
  color: #000;
}

.site-form .input-button .icon {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  fill: currentColor;
  display: block;
}

.site-form .input-button + .form-control {
  padding-right: 65px;
}

.site-form .form-control-label {
  font-size: 14px;
  color: #afafaf;
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .site-form .form-control-label {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  .site-form .form-control-label {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 5px;
  }
}

.site-form .form-control-label + .form-control.style-min {
  margin-top: -18px;
}

.site-form .buttons-line {
  margin: 20px -10px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-form .buttons-line > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 10px;
}

@media (max-width: 767.98px) {
  .site-form .buttons-line > * {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.site-form .buttons-line .btn-submit {
  padding-left: 55px;
  padding-right: 55px;
}

.site-form .buttons-line button:not(.btn) {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: inherit;
}

.site-form .buttons-line button:not(.btn), .site-form .buttons-line button:not(.btn):focus {
  color: inherit;
}

.site-form .buttons-line button:not(.btn):hover, .site-form .buttons-line button:not(.btn):focus:hover {
  color: #f5791f;
}

.site-form .form-control-btn {
  position: absolute;
  height: 45px;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 45px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.site-form .form-control-btn, .site-form .form-control-btn:focus {
  color: #afafaf;
}

.site-form .form-control-btn:hover, .site-form .form-control-btn:focus:hover {
  color: #000;
}

.site-form .form-control-btn .icon {
  width: 24px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -12px;
  fill: currentColor;
  display: block;
}

.site-form .form-control.style-min + .form-control-btn {
  width: 25px;
}

.site-form .password-control:before {
  width: 20px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  display: block;
}

.site-form input[type="text"] + .password-control:before {
  opacity: 1;
}

.site-form__success {
  display: none;
}

.site-form.submit-success .site-form__success {
  display: block;
}

.site-form.submit-success .site-form__inner {
  display: none;
}

.header input[type="checkbox"],
.header input[type="radio"],
.footer input[type="checkbox"],
.footer input[type="radio"],
.site-content input[type="checkbox"],
.site-content input[type="radio"],
.site-form input[type="checkbox"],
.site-form input[type="radio"] {
  display: none;
}

.header label.radio-label, .header label.checkbox-label,
.footer label.radio-label,
.footer label.checkbox-label,
.site-content label.radio-label,
.site-content label.checkbox-label,
.site-form label.radio-label,
.site-form label.checkbox-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.header label.radio-label:before, .header label.radio-label:after, .header label.checkbox-label:before, .header label.checkbox-label:after,
.footer label.radio-label:before,
.footer label.radio-label:after,
.footer label.checkbox-label:before,
.footer label.checkbox-label:after,
.site-content label.radio-label:before,
.site-content label.radio-label:after,
.site-content label.checkbox-label:before,
.site-content label.checkbox-label:after,
.site-form label.radio-label:before,
.site-form label.radio-label:after,
.site-form label.checkbox-label:before,
.site-form label.checkbox-label:after {
  position: absolute;
  content: "";
}

.header label.radio-label:after, .header label.checkbox-label:after,
.footer label.radio-label:after,
.footer label.checkbox-label:after,
.site-content label.radio-label:after,
.site-content label.checkbox-label:after,
.site-form label.radio-label:after,
.site-form label.checkbox-label:after {
  opacity: 0;
}

.header label.checkbox-label:before, .header label.checkbox-label:after,
.footer label.checkbox-label:before,
.footer label.checkbox-label:after,
.site-content label.checkbox-label:before,
.site-content label.checkbox-label:after,
.site-form label.checkbox-label:before,
.site-form label.checkbox-label:after {
  width: 26px;
  height: 26px;
  top: calc(1em*(22/16)/2);
  left: 0;
  margin-top: -13px;
  border-radius: 5px;
}

.header label.checkbox-label:before,
.footer label.checkbox-label:before,
.site-content label.checkbox-label:before,
.site-form label.checkbox-label:before {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background: #fff;
}

.header label.checkbox-label:after,
.footer label.checkbox-label:after,
.site-content label.checkbox-label:after,
.site-form label.checkbox-label:after {
  background-color: #f5791f;
  background-image: url(/local/templates/100system/css/../images/check-white.svg);
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

.header label.checkbox-label:hover:before,
.footer label.checkbox-label:hover:before,
.site-content label.checkbox-label:hover:before,
.site-form label.checkbox-label:hover:before {
  border-color: transparent;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

.header label.radio-label:before,
.footer label.radio-label:before,
.site-content label.radio-label:before,
.site-form label.radio-label:before {
  width: 26px;
  height: 26px;
  top: calc(1em*(22/16)/2);
  left: 0;
  margin-top: -13px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: #fff;
}

.header label.radio-label:after,
.footer label.radio-label:after,
.site-content label.radio-label:after,
.site-form label.radio-label:after {
  width: 18px;
  height: 18px;
  top: calc(1em*(22/16)/2);
  left: 4px;
  margin-top: -9px;
  border-radius: 50%;
  background: #f5791f;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

.header label.radio-label:hover:before,
.footer label.radio-label:hover:before,
.site-content label.radio-label:hover:before,
.site-form label.radio-label:hover:before {
  border-color: transparent;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

.header input[type="checkbox"]:checked + .checkbox-label:after,
.header input[type="radio"]:checked + .radio-label:after,
.footer input[type="checkbox"]:checked + .checkbox-label:after,
.footer input[type="radio"]:checked + .radio-label:after,
.site-content input[type="checkbox"]:checked + .checkbox-label:after,
.site-content input[type="radio"]:checked + .radio-label:after,
.site-form input[type="checkbox"]:checked + .checkbox-label:after,
.site-form input[type="radio"]:checked + .radio-label:after {
  opacity: 1;
}

.selectric-wrapper {
  position: relative;
  font-size: inherit;
}

.selectric-wrapper select {
  display: none;
}

.selectric-wrapper .selectric {
  background: transparent;
  height: 45px;
  overflow: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: inherit;
  background: #fff;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 0;
}

.selectric-wrapper .selectric .label {
  line-height: 24px;
  margin-right: 45px;
  margin-left: 20px;
  font-size: inherit;
  color: inherit;
  height: auto;
  padding: 10.5px 0;
  font-weight: 700;
}

.selectric-wrapper .selectric .label.placeholder-active {
  font-weight: 400;
  color: #9f9f9f;
}

.selectric-wrapper .selectric .button {
  width: 45px;
  height: 45px;
  background: transparent;
  color: inherit;
}

.selectric-wrapper .selectric .button:after {
  content: "";
  font-size: 0;
  line-height: 0;
  border: 4px solid transparent;
  border-top: 5px solid #4e4e4e;
  border-bottom: 0;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -2px;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.selectric-wrapper .selectric-items {
  background: #fff;
  border: none;
  border-radius: 0 0 10px 10px;
  margin: 0;
  padding: 0;
  font-size: calc((14/16)*1em);
  line-height: inherit;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.selectric-wrapper .selectric-items ul {
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  z-index: 2;
}

.selectric-wrapper .selectric-items ul li {
  margin: 0;
  display: block;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
  color: #4e4e4e;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
}

.selectric-wrapper .selectric-items ul li:hover {
  background: #f5f5f5;
}

.selectric-wrapper .selectric-items ul li.selected {
  background: #f5f5f5;
}

.selectric-wrapper .selectric-items ul li:before {
  display: none;
}

.selectric-wrapper .selectric-items ul li.disabled:first-of-type {
  display: none;
}

.selectric-wrapper.selectric-open .selectric {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
  border-bottom: 1px solid #e1e1e1;
}

.selectric-wrapper.selectric-open .selectric-button {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selectric-wrapper.selectric-open .selectric-items {
  z-index: auto;
}

.selectric-wrapper.selectric-open .selectric-items ul {
  z-index: 1;
}

.dropdown-block {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.dropdown-toggler {
  position: relative;
  padding-right: 35px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .dropdown-toggler {
    padding-right: 25px;
  }
}

.dropdown-toggler:before {
  content: "";
  border: 4px solid transparent;
  border-bottom: 0;
  border-top: 5px solid currentColor;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}

.dropdown-toggler.active:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown-content {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin: 0;
  padding: 20px;
  display: none;
  position: absolute;
  vertical-align: top;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 20;
  margin-top: 13px;
  overflow: hidden;
}

.dropdown-content .arrow {
  background: inherit;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  top: -8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dropdown-content ul {
  margin: -20px;
  padding: 0;
  list-style: none;
  font-size: inherit;
  line-height: inherit;
}

.dropdown-content ul li {
  margin: 0;
  display: block;
  padding: 0;
  white-space: nowrap;
  color: inherit;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
}

.dropdown-content ul li.selected {
  background: #f5f5f5;
}

.dropdown-content ul li:before {
  display: none;
}

.dropdown-content ul li.disabled:first-of-type {
  display: none;
}

.dropdown-content ul a {
  display: block;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.dropdown-content ul a, .dropdown-content ul a:focus {
  color: #4e4e4e;
  background: transparent;
}

.dropdown-content ul a:hover, .dropdown-content ul a:focus:hover {
  background: #f5f5f5;
}

.dropdown-block.active .dropdown-content {
  display: inline-block;
}

.dropdown-block.selectric-like {
  display: block;
}

.dropdown-block.selectric-like .dropdown-toggler {
  background: #fff;
  overflow: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: inherit;
  line-height: 24px;
  color: inherit;
  height: auto;
  padding: 10.5px 0;
  font-weight: 700;
  padding-right: 45px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.dropdown-block.selectric-like .dropdown-toggler:before {
  content: "";
  font-size: 0;
  line-height: 0;
  border: 4px solid transparent;
  border-top: 5px solid #4e4e4e;
  border-bottom: 0;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -2px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.dropdown-block.selectric-like .dropdown-toggler.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-block.selectric-like .dropdown-content {
  background: #fff;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
  font-size: calc((14/16)*1em);
  margin-top: 0;
  line-height: inherit;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  max-height: 300px;
  overflow: auto;
  border: 0;
}

.dropdown-block.selectric-like.active .dropdown-toggler {
  border-bottom: 1px solid #e1e1e1;
}

.dropdown-block.selectric-like.active .dropdown-content {
  display: block;
  left: 0;
  right: 0;
}

.fancybox-bg {
  background: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 767.98px) {
  .fancybox-navigation {
    display: none;
  }
}

.fancybox-is-modal .fancybox-navigation {
  display: none !important;
}

.fancybox-navigation .fancybox-button {
  width: 40px;
  height: 30px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 solid transparent;
  border-radius: 0;
  background: none;
  cursor: pointer;
  position: absolute;
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-navigation .fancybox-button, .fancybox-navigation .fancybox-button:focus {
  color: #fff;
}

.fancybox-navigation .fancybox-button:hover, .fancybox-navigation .fancybox-button:focus:hover {
  color: #e6670a;
}

@media (max-width: 767.98px) {
  .fancybox-navigation .fancybox-button {
    width: 30px;
    height: 20px;
  }
}

.fancybox-navigation .fancybox-button .icon {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  right: auto;
  margin-left: -15px;
  fill: currentColor;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

@media (max-width: 767.98px) {
  .fancybox-navigation .fancybox-button .icon {
    width: 20px;
    height: 12px;
    margin-top: -6px;
    margin-right: -10px;
  }
}

.fancybox-navigation .fancybox-button-prev, .fancybox-navigation .fancybox-button-next {
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin: -15px 0 0;
}

@media (max-width: 767.98px) {
  .fancybox-navigation .fancybox-button-prev, .fancybox-navigation .fancybox-button-next {
    margin-top: -10px;
  }
}

.fancybox-navigation .fancybox-button-prev {
  left: 30px;
}

@media (max-width: 767.98px) {
  .fancybox-navigation .fancybox-button-prev {
    left: 20px;
  }
}

.fancybox-navigation .fancybox-button-prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fancybox-navigation .fancybox-button-next {
  right: 30px;
}

@media (max-width: 767.98px) {
  .fancybox-navigation .fancybox-button-next {
    right: 20px;
  }
}

.fancybox-navigation .fancybox-button-disabled {
  opacity: 0.3;
}

.fancybox-button-close {
  width: 40px;
  height: 40px;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 solid transparent;
  border-radius: 0;
  background: none;
  cursor: pointer;
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  top: 30px;
  right: 30px;
}

.fancybox-button-close, .fancybox-button-close:focus {
  color: #fff;
}

.fancybox-button-close:hover, .fancybox-button-close:focus:hover {
  color: #e6670a;
}

@media (max-width: 767.98px) {
  .fancybox-button-close {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }
}

.fancybox-button-close .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  fill: currentColor;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  right: 50%;
  margin-right: -10px;
}

@media (max-width: 767.98px) {
  .fancybox-button-close .icon {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-right: -6px;
  }
}

.fancybox-is-modal .fancybox-button-close {
  display: none !important;
}

.fancybox-slide {
  padding: 40px 80px;
  overflow: auto;
}

@media (max-width: 767.98px) {
  .fancybox-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

.fancybox-slide img {
  max-width: 100%;
  border-radius: 0;
  border: none;
  display: block;
}

.fancybox-content {
  overflow: visible;
  border-radius: 0;
  padding: 40px;
}

@media (max-width: 767.98px) {
  .fancybox-content {
    padding: 20px;
  }
}

.fancybox-content > img {
  display: inline-block;
  vertical-align: middle;
}

.fancybox-container.fancybox-story .fancybox-button-close {
  display: block !important;
}

.fancybox-container.fancybox-story .fancybox-slide {
  padding-top: 40px;
  padding-bottom: 250px;
}

@media (max-width: 767.98px) {
  .fancybox-container.fancybox-story .fancybox-slide {
    padding-top: 20px;
    padding-bottom: 190px;
  }
}

.fancybox-container.fancybox-story .fancybox-stories-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
  overflow: hidden;
  z-index: 99995;
}

@media (max-width: 767.98px) {
  .fancybox-container.fancybox-story .fancybox-stories-thumbs {
    padding: 20px 0;
  }
}

.fancybox-container.fancybox-story .fancybox-stories-thumbs .swiper-container {
  height: 170px;
  width: 140px;
  margin: 0 auto;
  overflow: visible;
}

@media (max-width: 767.98px) {
  .fancybox-container.fancybox-story .fancybox-stories-thumbs .swiper-container {
    height: 150px;
    width: 120px;
  }
}

.fancybox-container.fancybox-story .fancybox-stories-thumbs .swiper-slide,
.fancybox-container.fancybox-story .fancybox-stories-thumbs .swiper-wrapper {
  height: 100%;
}

.fancybox-container.fancybox-story .fancybox-stories-thumbs .swiper-slide {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.fancybox-container.fancybox-story .fancybox-stories-thumbs .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.fancybox-container.fancybox-story .fancybox-stories-thumbs .news-item-simple {
  height: 100%;
  position: relative;
}

.modal {
  width: calc(100% - 20px);
  background: #fff;
  padding: 30px 40px 40px;
  max-width: 600px;
  display: none;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .modal {
    padding: 15px 20px 20px;
  }
}

.modal-close {
  width: 24px;
  height: 24px;
  padding: 5px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .modal-close {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 767.98px) {
  .modal-close {
    top: 15px;
    right: 15px;
  }
}

.modal-close, .modal-close:focus {
  color: #c1bfc1;
}

.modal-close:hover, .modal-close:focus:hover {
  color: #f5791f;
}

.modal-close .icon {
  display: block;
  position: static;
  margin: 0;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.modal.xs {
  max-width: 400px;
}

.modal.lg {
  max-width: 700px;
}

.modal-review .rating-group {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .modal-review .rating-group {
    margin: 20px 0;
  }
}

.modal-review .rating-group .rating {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}

@media (max-width: 1023.98px) {
  .modal-review .rating-group .rating {
    margin-right: 20px;
  }
}

.modal-review .buttons-line {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-question .agreement-label {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767.98px) {
  .modal-question .agreement-label {
    margin-top: 0;
  }
}

.modal-question .buttons-line {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-authorize .modal-title {
  text-align: center;
}

.modal-authorize .buttons-line {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-authorize .btn-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

.modal-registration .modal-title {
  text-align: center;
}

.modal-registration .buttons-line {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-registration .btn-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

.swiper-container {
  z-index: auto;
}

.swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  z-index: auto;
}

.swiper-slide {
  height: auto;
  z-index: auto;
}

.swiper-pagination {
  text-align: center;
  font-size: 0;
  line-height: 0;
  position: static;
  z-index: auto;
  margin: -6px 0;
}

.swiper-pagination > .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  padding: 1px;
  background: none;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  margin: 6px;
  position: relative;
  opacity: 1;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  z-index: auto;
}

.swiper-pagination > .swiper-pagination-bullet:before {
  content: "";
  position: static;
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 2px solid #fff;
  -webkit-transition: background 0.3s, border-color 0.3s;
  -o-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .swiper-pagination > .swiper-pagination-bullet:before {
    width: 6px;
    height: 6px;
  }
}

.swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #f5791f;
  border-color: #fff;
}

.arrow-nav {
  position: static;
  margin: 0;
}

@media (max-width: 767.98px) {
  .arrow-nav {
    display: none;
  }
}

.arrow-nav-btn {
  position: absolute;
  top: 50%;
  width: 53px;
  height: 53px;
  padding: 16px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border-radius: 50%;
  margin-top: -27px;
}

.arrow-nav-btn .icon {
  width: 21px;
  height: 21px;
}

.arrow-nav-btn, .arrow-nav-btn:focus {
  color: #f5791f;
  background: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

.arrow-nav-btn:hover, .arrow-nav-btn:focus:hover {
  color: #fff;
  background: #f5791f;
  border-color: transparent;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

.arrow-nav-btn.prev {
  left: -27px;
}

.arrow-nav-btn.next {
  right: -27px;
}

.arrow-nav-btn.swiper-button-disabled {
  display: none;
}

.arrow-nav-btn {
  cursor: pointer;
}

.arrow-nav-btn .icon {
  display: block;
  fill: currentColor;
}

.arrow-nav-btn.prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tooltip {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 10px;
  line-height: 1.6;
  max-width: 200px;
  opacity: 0;
  z-index: -1000;
  left: -1000px;
  top: -1000px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  font-size: 14px;
}

.tooltip:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
}

.tooltip.top {
  margin-top: -8px;
}

.tooltip.top:before {
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.tooltip.bottom {
  margin-top: 8px;
}

.tooltip.bottom:before {
  top: -5px;
  left: 50%;
  margin-left: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tooltip.left {
  margin-left: -8px;
}

.tooltip.left:before {
  right: -5px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tooltip.right {
  margin-left: 8px;
}

.tooltip.right:before {
  left: -5px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.tooltip.open {
  opacity: 1;
  z-index: 100;
}

.tooltip p:not(:last-child) {
  margin-bottom: 0.4em;
}

.ui-range-slider {
  position: relative;
  height: 20px;
  background: transparent;
  margin-left: 10px;
  margin-right: 10px;
}

.ui-range-slider:before {
  position: absolute;
  height: 4px;
  background: #e5e5e5;
  left: -10px;
  right: -10px;
  top: 8px;
  content: "";
  border-radius: 2px;
}

.ui-range-slider .ui-widget-header {
  position: absolute;
  top: 8px;
  bottom: auto;
  height: 4px;
  background: #f5791f;
}

.ui-range-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  background: #f5791f;
  cursor: pointer;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.swiper-lazy[data-background]:not(.swiper-lazy-loaded):before,
[data-lazy-bg]:before {
  content: "" !important;
  width: 50px !important;
  height: 50px !important;
  background-image: url(/local/templates/100system/css/../images/loader.svg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-animation: rotation 2s linear infinite !important;
          animation: rotation 2s linear infinite !important;
  background-color: transparent !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -25px !important;
  margin-left: -25px !important;
}

.swiper-lazy[data-background]:not(.swiper-lazy-loaded):after,
[data-lazy-bg]:after {
  display: none !important;
}

[loading="lazy"][src*="loader.svg"],
.swiper-lazy[data-src]:not(.swiper-lazy-loaded) {
  width: 50px !important;
  height: 50px !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-animation: rotation 2s linear infinite !important;
          animation: rotation 2s linear infinite !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

[loading="lazy"]:not([src*="loader.svg"]),
.swiper-lazy-loaded,
.lazy-loaded {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s 0.3s;
          animation: fadeIn 0.3s 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-tabs-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.nav-tabs {
  margin: 0;
  padding: 0 0 1px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  min-width: 100%;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #e1e1e1;
}

.nav-tabs li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.nav-tabs li:not(:last-of-type) {
  padding-right: 57px;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .nav-tabs li:not(:last-of-type) {
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {
  .nav-tabs li:not(:last-of-type) {
    padding-right: 20px;
  }
}

.nav-tabs li:before {
  display: none;
}

.nav-tabs a {
  display: block;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  font-size: 15px;
    font-weight: bold;
  line-height: 20px;
  padding: 14px 0;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

.nav-tabs a, .nav-tabs a:focus {
  color: #000;
}

.nav-tabs a:hover, .nav-tabs a:focus:hover {
  color: #e6670a;
}

.nav-tabs a.active {
  border-bottom-color: #f5791f;
}

.nav-tabs a.active, .nav-tabs a.active:focus {
  color: #f5791f;
}

.nav-tabs a.active:hover, .nav-tabs a.active:focus:hover {
  color: #f5791f;
}

@media (max-width: 767.98px) {
  .nav-tabs a {
    font-size: 13px;
    padding: 10px 0;
  }
}

.tab-container {
  margin: 0;
  padding: 0;
}

.tab-container .tab-pane {
  display: none;
}

.tab-container .tab-pane.active {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}

.nav-tabs + .tab-container {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .nav-tabs + .tab-container {
    margin-top: 30px;
  }
}

.header {
  line-height: 25px;
  margin-bottom: 16px;
  position: relative;
}

@media (max-width: 767.98px) {
  .header {
    margin-bottom: 6px;
  }
}

.header-top {
  padding-top: 25px;
  padding-bottom: 20px;
  z-index: 6;
}

@media (max-width: 767.98px) {
  .header-top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.header-top .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767.98px) {
  .header-top .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-top .row [class^="col-"] {
    position: static;
  }
}

.header-logo {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 230px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header-logo {
    width: 200px;
  }
}

@media (max-width: 767.98px) {
  .header-logo {
    width: 140px;
  }
}

.header-logo img {
  width: 100%;
}

.header-logo b {
  display: block;
  font-size: 0.94em;
  letter-spacing: 0;
  margin: -0.3em -0.3em 0 0;
  color: #354d5d;
  line-height: 1;
  text-align: right;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header-logo b {
    font-size: 0.82em;
  }
}

@media (max-width: 767.98px) {
  .header-logo b {
    display: none;
  }
}

.header-city {
  font-size: 14px;
}

.header-city .dropdown-toggler {
  padding-right: 12px;
}

.header-city .dropdown-toggler, .header-city .dropdown-toggler:focus {
  color: inherit;
}

.header-city .dropdown-toggler:hover, .header-city .dropdown-toggler:focus:hover {
  color: #e6670a;
}

.header-city .dropdown-toggler:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border-width: 3px;
  border-top-width: 4px;
  margin-top: -1px;
}

.header-city.active .dropdown-toggler:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-city-confirm {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  min-width: 270px;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header-city-confirm {
    left: auto;
    right: 0;
  }
}

.header-city-confirm .arrow {
  left: 50px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header-city-confirm .arrow {
    left: auto;
    right: 50px;
  }
}

.header-city-confirm .buttons-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header-city-confirm .buttons-line .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header-city-confirm .buttons-line .btn:not(:last-child) {
  margin-right: 16px;
}

.header-workhours {
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
}

.header-search-toggler {
  display: block;
  width: 20px;
  height: 20px;
  padding: 1px;
}

.header-search-toggler, .header-search-toggler:focus {
  color: #afafaf;
}

.header-search-toggler:hover, .header-search-toggler:focus:hover {
  color: #e6670a;
}

.header-search-toggler .active, .header-search-toggler .active:focus {
  color: #f5791f;
}

.header-search-toggler .active:hover, .header-search-toggler .active:focus:hover {
  color: #e6670a;
}

.header-search-toggler .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .header-search {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .header-search {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .header-search.active {
    display: block;
  }
}

.header-search .form-group {
  margin-bottom: 0;
}

.header-search .btn-activate-search,
.header-search .btn-deactivate-search {
  display: none;
}

.header-search .input-button {
  width: 57px;
}

.header-search .input-button, .header-search .input-button:focus {
  color: #a4a4a6;
}

.header-search .input-button:hover, .header-search .input-button:focus:hover {
  color: #242424;
}

.header-search .input-button .icon {
  width: 17px;
  height: 17px;
  margin-top: -8px;
  margin-left: -8px;
}

@media (max-width: 767.98px) {
  .header-search .btn-submit {
    display: none;
  }
  .header-search .btn-deactivate-search {
    display: block;
  }
}

.header-search .form-control {
  background: #e5e6e8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
}

.header-search .form-control::-webkit-input-placeholder {
  color: #4e4e4e;
}

.header-search .form-control::-moz-placeholder {
  color: #4e4e4e;
}

.header-search .form-control:-moz-placeholder {
  color: #4e4e4e;
}

.header-search .form-control:-ms-input-placeholder {
  color: #4e4e4e;
}

.header-search .form-control:not(:focus) {
  border-color: transparent;
}

.header-search .form-control:focus {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .header-search .form-control {
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    height: 40px;
  }
}

.header-contacts {
  text-align: right;
  margin-top: -3px;
  margin-bottom: -3px;
}

.header-contacts a, .header-contacts a:focus {
  color: inherit;
}

.header-contacts a:hover, .header-contacts a:focus:hover {
  color: #e6670a;
}

.header .header-phone a,
.header .header-email a,
.header .soc-list {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

.header .soc-list {
  margin: 0;
}

.header .soc-list li {
  margin: 0 0 0 20px;
  vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header .soc-list li {
    margin: 0 0 0 10px;
  }
}

.header .soc-list img {
  width: 26px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header .soc-list img {
    width: 20px;
  }
}

.header .header-phone a {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header .header-phone a {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.header .header-email a {
  font-size: 14px;
  line-height: 1.4;
}

.header .header-bottom {
  background: #3f4e5d;
  padding: 8px 0;
  z-index: 5;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .header .header-bottom {
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  .header .header-bottom {
    background: transparent;
    padding: 0;
  }
}

.header .header-bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-catalog-toggler {
  display: block;
  border-radius: 22px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  margin: 0;
  line-height: 16px;
  border: 0;
  padding: 14px 20px;
  padding-left: 55px;
  font-size: 16px;
  position: relative;
}

.header-catalog-toggler, .header-catalog-toggler:focus {
  color: #fff;
  background-color: #f5791f;
}

.header-catalog-toggler:hover, .header-catalog-toggler:focus:hover {
  color: #f5791f;
  background-color: #fff;
}

.header-catalog-toggler .toggle-menu {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}

.header-catalog-toggler .toggle-menu div,
.header-catalog-toggler .toggle-menu div:before,
.header-catalog-toggler .toggle-menu div:after {
  background-color: currentColor;
}

@media (min-width: 1024px) {
  .header-catalog-toggler.active {
    z-index: 101;
  }
}

.header-top-menu {
  margin: 0 -20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .header-top-menu {
    margin: 0 -15px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header-top-menu {
    margin: 0 -10px;
  }
}

.header-top-menu li {
  margin: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
  padding: 0;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .header-top-menu li {
    margin: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header-top-menu li {
    margin: 0 10px;
  }
}

.header-top-menu li:before {
  display: none;
}

.header-top-menu a {
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: top;
}

.header-top-menu a, .header-top-menu a:focus {
  color: #fff;
}

.header-top-menu a:hover, .header-top-menu a:focus:hover {
  color: #c4c4c4;
}

.header-top-menu a.selected, .header-top-menu a.selected:focus {
  color: #c4c4c4;
}

.header-top-menu a.selected:hover, .header-top-menu a.selected:focus:hover {
  color: #fff;
}

.header-top-menu a.dropdown-toggler {
  padding-right: 18px;
}

.header-top-menu a.dropdown-toggler:before {
  margin-top: -1px;
  border-width: 3px;
  border-top-width: 4px;
}

.header-user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 0 -34px;
  padding: 0;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .header-user-menu {
    margin-left: -25px;
  }
}

@media (max-width: 767.98px) {
  .header-user-menu {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: -2px -1px 8px 2px rgba(0, 0, 0, 0.15);
            box-shadow: -2px -1px 8px 2px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
  }
}

.header-user-menu li {
  margin: 0 0 0 34px;
  padding: 0;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .header-user-menu li {
    margin-left: 25px;
  }
}

@media (max-width: 767.98px) {
  .header-user-menu li {
    margin: 0 20px;
  }
}

.header-user-menu li.home {
  display: none;
}

@media (max-width: 767.98px) {
  .header-user-menu li.home {
    display: block;
  }
}

.header-user-menu li:before {
  display: none;
}

.header-user-menu a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}

.header-user-menu a, .header-user-menu a:focus {
  color: #fff;
}

.header-user-menu a:hover, .header-user-menu a:focus:hover {
  color: #c4c4c4;
}

.header-user-menu a.selected, .header-user-menu a.selected:focus {
  color: #c4c4c4;
}

.header-user-menu a.selected:hover, .header-user-menu a.selected:focus:hover {
  color: #fff;
}

@media (max-width: 1279.98px) {
  .header-user-menu a {
    font-size: 0;
    line-height: 0;
  }
}

@media (max-width: 767.98px) {
  .header-user-menu a, .header-user-menu a:focus {
    color: #242424;
  }
  .header-user-menu a:hover, .header-user-menu a:focus:hover {
    color: #f5791f;
  }
  .header-user-menu a.selected, .header-user-menu a.selected:focus {
    color: #f5791f;
  }
  .header-user-menu a.selected:hover, .header-user-menu a.selected:focus:hover {
    color: #e6670a;
  }
}

.header-user-menu .icon {
  fill: currentColor;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 20px;
  margin-right: 10px;
}

@media (max-width: 1279.98px) {
  .header-user-menu .icon {
    display: block;
    margin: 0;
  }
}

.header-user-menu sup {
  display: block;
  vertical-align: top;
  font-size: 9px;
  line-height: 20px;
  padding: 0 2px 0;
  color: #fff;
  text-align: center;
  min-width: 20px;
  border-radius: 10px;
  position: absolute;
  background: #f5791f;
  top: -10px;
  left: 15px;
}

.header-mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 20px;
  left: 0;
  right: 0;
}

.header-mega-menu.active {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}

.header-mega-menu .main-menu {
  z-index: 10;
}

.header-mega-menu .main-menu ul.first-level {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-mega-menu .mega-menu-close,
.header-mega-menu .mega-menu-title,
.header-mega-menu .mega-menu-bottom {
  display: none;
}

@media (max-width: 1023.98px) {
  .header-mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    line-height: 1.57143;
    overflow: auto;
    z-index: 20;
    margin-top: 0;
  }
  .header-mega-menu .mega-menu-close,
  .header-mega-menu .mega-menu-title {
    display: block;
  }
  .header-mega-menu .mega-menu-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 1.5em;
    font-weight: 600;
    font-size: calc((20/14)*1em);
  }
  .header-mega-menu .mega-menu-close {
    position: absolute;
    padding: 5px;
  }
  .header-mega-menu .mega-menu-close, .header-mega-menu .mega-menu-close:focus {
    color: inherit;
  }
  .header-mega-menu .mega-menu-close .icon {
    display: block;
    width: 12px;
    height: 12px;
    fill: currentColor;
  }
  .header-mega-menu .mega-menu-bottom {
    display: block;
    margin-top: 32px;
  }
  .header-mega-menu .mega-menu-bottom ul {
    margin: 0;
    padding: 0;
  }
  .header-mega-menu .mega-menu-bottom ul li {
    padding-left: 0;
  }
  .header-mega-menu .mega-menu-bottom ul li:before {
    display: none;
  }
  .header-mega-menu .mega-menu-bottom a, .header-mega-menu .mega-menu-bottom a:focus {
    color: inherit;
  }
  .header-mega-menu .main-menu.sub-open + .mega-menu-bottom {
    display: none;
  }
  .header-mega-menu .mega-menu-bottom .mega-menu-nav {
    margin-bottom: -10px;
  }
  .header-mega-menu .mega-menu-bottom .mega-menu-nav > li {
    margin-bottom: 10px;
  }
  .header-mega-menu .mega-menu-bottom .mega-menu-nav > li > a {
    font-size: 20px;
    font-weight: 600;
  }
  .header-mega-menu .mega-menu-bottom .mega-menu-nav > li > a:not(:only-child) {
    position: relative;
    padding-right: 30px;
  }
  .header-mega-menu .mega-menu-bottom .mega-menu-nav > li > a:not(:only-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top: 5px solid currentColor;
  }
  .header-mega-menu .mega-menu-bottom .mega-menu-nav > li > .sub {
    display: none;
  }
  .header-mega-menu .mega-menu-bottom .mega-menu-nav > li.sub-open > a:not(:only-child):before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-mega-menu .mega-menu-bottom .mega-menu-nav > li.sub-open > .sub {
    display: block;
  }
  .header-mega-menu .mega-menu-contacts {
    margin-top: 30px;
  }
  .header-mega-menu .mega-menu-contacts .header-phone {
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 0 0;
  }
  .header-mega-menu .mega-menu-email {
    margin-top: 20px;
    vertical-align: top;
  }
  .header-mega-menu .mega-menu-bottom .soc-list {
    margin-left: 0;
    margin-top: 25px;
  }
  .header-mega-menu .mega-menu-bottom .soc-list li:first-child {
    margin-left: 0;
  }
  .header-mega-menu .header-city {
    margin-top: 25px;
  }
  .header-mega-menu .header-city .dropdown-toggler {
    font-size: 16px;
    font-weight: 600;
  }
  .header-mega-menu .header-city .header-city-confirm {
    position: static;
    border: 0;
    padding: 0;
  }
  .header-mega-menu .header-city .header-city-confirm .arrow {
    display: none;
  }
  .header-mega-menu .header-city.active .header-city-confirm {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .header-mega-menu {
    padding: 35px;
  }
  .header-mega-menu .mega-menu-close {
    right: 30px;
    top: 35px;
  }
  .header-mega-menu .mega-menu-nav {
    margin-left: -24px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-mega-menu .mega-menu-nav > li {
    margin: 0;
    padding: 0 24px 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .header-mega-menu {
    padding: 30px 20px;
  }
  .header-mega-menu .container {
    padding: 0;
    max-width: 100%;
  }
  .header-mega-menu .mega-menu-close {
    right: 15px;
    top: 30px;
  }
}

body.mega-menu-open {
  position: relative;
}

body.mega-menu-open:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  z-index: 5;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}

body.mega-menu-open .main-menu.sub-open {
  z-index: 101;
}

@media (max-width: 1023.98px) {
  body.mega-menu-open {
    overflow: hidden;
  }
  body.mega-menu-open:before {
    display: none;
  }
}

.soc-list {
  font-size: 0;
  line-height: 0;
  margin: 0 -17px -12px 0;
  padding: 0;
}

.soc-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px 12px 0;
  padding: 0;
}

.soc-list li:before {
  display: none;
}

.soc-list a {
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.soc-list a:hover, .soc-list a:focus:hover {
  opacity: 0.5;
}

.soc-list img {
  display: block;
  max-width: 25px;
  max-height: 25px;
  margin: 0;
}

.toggle-menu {
  display: block;
  position: relative;
  width: 24px;
  height: 16px;
  border: none;
}

.toggle-menu div,
.toggle-menu div:before,
.toggle-menu div:after {
  display: block;
  background: #f5791f;
  position: absolute;
  height: 2px;
  left: 0;
  width: 100%;
}

.toggle-menu div {
  top: 50%;
  margin-top: -1px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.toggle-menu div:before,
.toggle-menu div:after {
  content: '';
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.toggle-menu div:before {
  top: -7px;
}

.toggle-menu div:after {
  top: 7px;
}

.toggle-menu:hover div,
.toggle-menu:hover div:before,
.toggle-menu:hover div:after {
  background: #e6670a;
}

@media (min-width: 1024px) {
  .toggle-menu.active div, .header-catalog-toggler.active .toggle-menu div {
    background: transparent !important;
  }
  .toggle-menu.active div:before, .header-catalog-toggler.active .toggle-menu div:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .toggle-menu.active div:after, .header-catalog-toggler.active .toggle-menu div:after {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.breadcrumb {
  margin: 0 0 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0;
  font-size: 13px;
}

.breadcrumb li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  padding: 0;
}

.breadcrumb li:before {
  display: none;
}

.breadcrumb li:not(:last-child) {
  padding-right: 20px;
}

.breadcrumb li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #afafaf;
  border-right: 2px solid #afafaf;
  right: 10px;
  top: calc(1em*(22/16)/2);
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 767.98px) {
  .breadcrumb li:not(:last-child):after {
    margin-top: -4px;
  }
}

.breadcrumb a, .breadcrumb a:focus {
  color: inherit;
}

.breadcrumb a:hover, .breadcrumb a:focus:hover {
  color: #e6670a;
}

@media (max-width: 767.98px) {
  .breadcrumb {
    margin-bottom: 13px;
  }
  .breadcrumb li:last-child {
    display: none;
  }
  .breadcrumb li:nth-last-child(2) {
    margin-right: 0;
  }
  .breadcrumb li:nth-last-child(2):after {
    display: none;
  }
}

.footer {
  background: #2c3946;
  margin-top: 75px;
  color: #c4c4c4;
  padding-top: 66px;
  overflow: hidden;
  padding-bottom: 15px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .footer {
    padding-top: 35px;
    padding-bottom: 90px;
    margin-top: 40px;
  }
}

.footer .inner {
  position: relative;
}

.footer a, .footer a:focus {
  color: #c4c4c4;
}

.footer a:hover, .footer a:focus:hover {
  color: #fff;
}

.footer-logo img {
  height: 40px;
  margin-bottom: 35px;
  margin-top: -15px;
}

@media (max-width: 767.98px) {
  .footer-logo img {
    height: 38px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.footer .footer-widget {
  display: block;
  max-width: 190px;
  text-align: center;
  border: 1px solid;
  color: rgba(250, 250, 250, 0.8);
  -webkit-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  padding: 9px;
}

.footer .footer-widget, .footer .footer-widget:focus {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(250, 250, 250, 0.8);
}

.footer .footer-widget:hover, .footer .footer-widget:focus:hover {
  border-color: #fafafa;
  color: #fafafa;
}

.footer .footer-widget p {
  font-size: 10px;
  margin-bottom: 0;
}

.footer .footer-widget p.lg {
  font-size: 13px;
}

.footer .footer-widget__logo {
  display: block;
  margin: 0 auto;
  max-height: 20px;
}

.footer .footer-widget .rating {
  margin: 5px 0 7px;
}

.footer .footer-widget .rating-default > *, .footer .footer-widget .rating-calculated > * {
  margin: 0 3px;
}

.footer .footer-widget .rating-default > *:first-of-type, .footer .footer-widget .rating-calculated > *:first-of-type {
  margin-left: 0;
}

.footer .footer-widget .rating-default > *:last-of-type, .footer .footer-widget .rating-calculated > *:last-of-type {
  margin-right: 0;
}

.footer .footer-widget .rating-default .icon, .footer .footer-widget .rating-calculated .icon {
  width: 24px;
  height: 24px;
}

.footer-menu {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .footer-menu {
    margin-bottom: 20px;
  }
}

.footer-menu .title {
  color: #fff;
  margin-bottom: 2.2em;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer-menu .title {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 767.98px) {
  .footer-menu .title {
    margin-bottom: 0.6em;
  }
}

.footer-menu a.title, .footer-menu a.title:focus {
  color: #fff;
}

.footer-menu a.title:hover, .footer-menu a.title:focus:hover {
  color: #c4c4c4;
}

.footer-menu ul {
  margin: 0 0 0;
  padding: 0;
}

.footer-menu ul li {
  margin: 0 0 7px;
  padding: 0;
}

.footer-menu ul li:before {
  display: none;
}

.footer-menu a.selected, .footer-menu a.selected:focus {
  color: #fff;
}

.footer-menu a.selected:hover, .footer-menu a.selected:focus:hover {
  color: #c4c4c4;
}

.footer-contacts {
  line-height: 1.85714;
  margin-bottom: 20px;
  margin-top: -5px;
}

@media (max-width: 767.98px) {
  .footer-contacts {
    margin-right: 0;
    margin-top: 0;
    font-size: 5px;
  }
}

.footer-contacts p {
  margin-bottom: 0;
  font-size: 14px;
}

.footer .footer-phone a {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  margin-left: -0.5em;
}

.footer .footer-phone a, .footer .footer-phone a:focus {
  color: #fff;
}

.footer .footer-phone a:hover, .footer .footer-phone a:focus:hover {
  color: #c4c4c4;
}

@media (max-width: 767.98px) {
  .footer .footer-phone a {
    font-size: 16px;
    line-height: 1.3;
    white-space: nowrap;
    margin-top: 0;
padding-left:7px;
  }
}

.footer .footer-email a {
  font-size: 14px;
}

.footer-copyright {
  color: #fff;
  font-size: 12px;
}

.footer .soc-list {
  margin: 0 -8px;
}

@media (max-width: 767.98px) {
  .footer .soc-list {
    margin-bottom: 15px;
  }
}

.footer .soc-list li {
  margin: 0 8px;
}

.footer .soc-list img {
  width: 27px;
  max-width: none;
  max-height: none;
}

.btn-scroll-to-top {
  position: absolute;
  right: 40px;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: -100;
  -webkit-transition: z-index 0s 0.3s, opacity 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0s 0.3s, opacity 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: z-index 0s 0.3s, opacity 0.3s, color 0.3s, box-shadow 0.3s;
  transition: z-index 0s 0.3s, opacity 0.3s, color 0.3s, box-shadow 0.3s;
  transition: z-index 0s 0.3s, opacity 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.btn-scroll-to-top.active {
  z-index: 50;
  opacity: 1;
  -webkit-transition: z-index 0s, opacity 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0s, opacity 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: z-index 0s, opacity 0.3s, color 0.3s, box-shadow 0.3s;
  transition: z-index 0s, opacity 0.3s, color 0.3s, box-shadow 0.3s;
  transition: z-index 0s, opacity 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.btn-scroll-to-top, .btn-scroll-to-top:focus {
  color: #f5791f;
  background: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

.btn-scroll-to-top:hover, .btn-scroll-to-top:focus:hover {
  background: #fff;
  color: #4e4e4e;
  border-color: transparent;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  .btn-scroll-to-top {
    display: none;
  }
}

.btn-scroll-to-top .icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main-menu {
  position: relative;
  z-index: 4;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  background: #fff;
  position: static;
  z-index: 1;
}

.main-menu ul li {
  margin: 0;
  padding: 0;
  position: static;
}

.main-menu ul li:before {
  display: none;
}

.main-menu ul a {
  display: block;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  line-height: 1.125;
  padding: 12px 30px 11px;
  font-size: 16px;
}

.main-menu ul a, .main-menu ul a:focus {
  color: inherit;
  background: transparent;
}

.main-menu ul a:hover, .main-menu ul a:focus:hover {
  color: inherit;
  background: #f5f5f5;
}

.main-menu ul.first-level {
  padding: 3px 0 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

.main-menu ul.first-level > li > a {
  position: relative;
  padding: 12px 20px 11px 60px;
}

.main-menu ul.first-level > li > a img {
  position: absolute;
  left: 35px;
  top: 50%;
  max-width: 26px;
  max-height: 28px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-menu ul.first-level > li > a img[src*="loader.svg"] {
  margin-top: -25px;
  margin-left: -25px;
}

.main-menu.sub-open ul.first-level {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-menu .main-menu-sub {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  width: 1042.5px;
  border-left: 1px solid #e8e8e8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.main-menu .main-menu-sub__head {
  height: 170px;
}

.main-menu .main-menu-sub__head img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-menu .main-menu-sub__body {
  height: calc(100% - 170px);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main-menu .main-menu-sub__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 17px 30px;
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .main-menu .main-menu-sub__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .main-menu .main-menu-sub__container {
    padding: 10px 15px;
  }
}

.main-menu .main-menu-sub__container:not(:first-of-type) {
  border-left: 1px solid #e8e8e8;
}

.main-menu .main-menu-sub__container .ps__rail-y {
  width: 4px !important;
  background: transparent !important;
  right: 0 !important;
  opacity: 1 !important;
}

.main-menu .main-menu-sub__container .ps__thumb-y {
  width: 4px !important;
  background: #e8e8e8;
  right: 0 !important;
  opacity: 1 !important;
}

@media (min-width: 1024px) {
  .main-menu .main-menu-sub__container.width-small {
    width: 20%;
    max-width: 20%;
  }
  .main-menu .main-menu-sub__container.width-normal {
    width: 25%;
    max-width: 25%;
  }
  .main-menu .main-menu-sub__container.width-large {
    width: 30%;
    max-width: 30%;
  }
}

.main-menu .main-menu-sub__title {
  color: #333333;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 1em;
}

@media (max-width: 1399.98px) {
  .main-menu .main-menu-sub__title {
    white-space: normal;
  }
}

.main-menu .main-menu-sub ul {
  margin: 0 -30px;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .main-menu .main-menu-sub ul {
    margin: 0 -20px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .main-menu .main-menu-sub ul {
    margin: 0 -15px;
  }
}

.main-menu .main-menu-sub ul a:hover, .main-menu .main-menu-sub ul a:focus:hover {
  color: #f5791f;
  background: #f5f5f5;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .main-menu .main-menu-sub ul a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .main-menu .main-menu-sub ul a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .main-menu .main-menu-sub {
    width: 813.33333px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .main-menu .main-menu-sub {
    width: 750px;
  }
}

.main-menu li.sub-open > .main-menu-sub {
  display: block;
}

.main-menu li.sub-open > a {
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .main-menu ul a:hover, .main-menu ul a:focus:hover {
    background: transparent;
  }
  .main-menu ul.first-level {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-menu ul.first-level > li > a {
    padding-left: 55px;
  }
  .main-menu ul.first-level > li > a img {
    left: 18px;
  }
  .main-menu .main-menu-sub {
    position: static;
    width: auto;
    border-radius: 0;
    border: 0;
  }
  .main-menu .main-menu-sub__head {
    display: none;
  }
  .main-menu .main-menu-sub__body {
    height: auto;
    display: block;
  }
  .main-menu .main-menu-sub__container {
    padding: 0 55px;
    margin: 0 0 15px;
  }
  .main-menu .main-menu-sub__container:not(:first-of-type) {
    border-left: 0;
  }
  .main-menu .main-menu-sub__container:first-of-type {
    margin-top: 15px;
  }
  .main-menu .main-menu-sub__container .ps__rail-y {
    display: none !important;
  }
  .main-menu .main-menu-sub__container .ps__thumb-y {
    display: none !important;
  }
  .main-menu .main-menu-sub__container > ul {
    display: none;
  }
  .main-menu .main-menu-sub__container.sub-open > ul {
    display: block;
  }
  .main-menu .main-menu-sub__title {
    cursor: pointer;
    font-weight: 400;
  }
  .main-menu .main-menu-sub__container.sub-open > .main-menu-sub__title {
    font-weight: 700;
    margin-left: -55px;
    padding-left: 55px;
    position: relative;
  }
  .main-menu .main-menu-sub__container.sub-open > .main-menu-sub__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    width: 30px;
    background-image: url(/local/templates/100system/css/../images/arrow-black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li.sub-open > a {
    font-weight: 700;
  }
  .main-menu li.sub-open > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    width: 30px;
    background-image: url(/local/templates/100system/css/../images/arrow-black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li.sub-open > a img {
    display: none;
  }
  .main-menu ul.sub-open > li:not(.sub-open) {
    display: none;
  }
}

body.main-sub-menu-open {
  position: relative;
}

body.main-sub-menu-open:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
  z-index: 100;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}

body.main-sub-menu-open .main-menu.sub-open {
  z-index: 101;
}

.action-item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.action-item.bg-blue-dark {
  background: #3f4e5d;
  color: #fff;
}

.action-item.bg-orange {
  background: #f5791f;
  color: #fff;
}

.action-item__title {
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 0;
}

.action-item__title, .action-item__title:focus {
  color: inherit;
}

.action-item__title:hover, .action-item__title:focus:hover {
  color: inherit;
}

.action-item__image {
  display: block;
  position: relative;
  text-align: right;
  margin: 0 -20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}

.action-item__image:not(:last-child) {
  margin-bottom: 15px;
}

.action-item__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  right: 0;
  bottom: -40px;
  background-image: -o-radial-gradient(50% 50%, circle closest-side, #fff, transparent);
  background-image: radial-gradient(circle closest-side at 50% 50%, #fff, transparent);
  opacity: 0.3;
}

.action-item__image img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 75%;
  max-height: 140px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.action-item__button {
  position: relative;
  z-index: 1;
}

.action-item__btn-simple {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-right: 16px;
}

.action-item__btn-simple, .action-item__btn-simple:focus {
  color: inherit;
}

.action-item__btn-simple:hover, .action-item__btn-simple:focus:hover {
  color: inherit;
}

.action-item__btn-simple:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border: 5px solid transparent;
  border-right: 0;
  border-left: 7px solid currentColor;
  margin-top: -4px;
}

@media (max-width: 559.98px) {
  .action-item {
    min-height: 220px;
  }
  .action-item__title, .action-item__buttons {
    max-width: 50%;
  }
  .action-item__title {
    margin-bottom: 1em;
  }
  .action-item__image {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .brands-list .swiper-slide {
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .brands-list .swiper-slide {
    width: 20%;
    max-width: 20%;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .brands-list .swiper-slide {
    width: 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .brands-list .swiper-slide {
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .brands-list {
    margin-bottom: -20px;
  }
  .brands-list .brand-item {
    margin-bottom: 20px;
  }
  .brands-list .swiper-pagination {
    display: none !important;
  }
  .brands-list .swiper-container {
    margin: 0 -10px !important;
    overflow: visible !important;
  }
  .brands-list .swiper-wrapper {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .brands-list .swiper-slide {
    padding: 0 10px;
    min-width: 0;
    margin-right: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .brands-list .swiper-container {
    margin: -10px -20px -30px;
    padding: 10px 20px 30px;
  }
  .brands-list .brand-item {
    margin-bottom: 0;
  }
  .brands-list .swiper-slide {
    width: 130px !important;
  }
}

.brand-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 93px;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  display: block;
  background: #fff;
}

.brand-item:hover, .brand-item:focus:hover {
  -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
}

.brand-item img {
  position: relative;
  display: block;
  max-width: 90px;
  max-height: 45px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.brand-item img[loading="lazy"][src*="loader.svg"] {
  margin-top: -25px;
  margin-left: -25px;
}

@media (max-width: 767.98px) {
  .brand-item {
    height: 60px;
  }
  .brand-item img {
    max-width: 55px;
    max-height: 30px;
  }
}

.brand-item.outlined {
  border: 1px solid #e1e1e1;
  background: transparent;
}

.site-block .brand-item {
  -webkit-box-shadow: 0 0 0 1px #e1e1e1;
          box-shadow: 0 0 0 1px #e1e1e1;
}

.site-block .brand-item:hover {
  -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
}

.quick-select {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

.quick-select__head {
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
  background: #3f4e5d;
  text-align: center;
  padding: 24px 20px 26px;
  color: #fff;
  font-weight: 400;
  line-height: 1.46667;
}

@media (max-width: 767.98px) {
  .quick-select__head {
    padding: 15px 30px;
  }
}

.quick-select__head p {
  margin: 0 0 24px;
}

@media (max-width: 767.98px) {
  .quick-select__head p {
    margin-bottom: 5px;
  }
}

.quick-select__head p:last-child {
  margin-bottom: 0;
}

.quick-select__title {
  font-size: 15px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .quick-select__title {
    font-size: 12px;
  }
}

.quick-select__result {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .quick-select__result {
    font-size: 12px;
  }
}

.quick-select__result strong {
  font-size: calc((20/16)*1em);
  font-weight: inherit;
}

.quick-select__body {
  background: #fff;
  border-top: 0;
  padding: 30px 40px;
  border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .quick-select__body {
    padding: 30px 20%;
  }
}

@media (max-width: 767.98px) {
  .quick-select__body {
    padding: 20px 25px;
  }
}

.quick-select__body .buttons-line {
  text-align: center;
  margin: 20px 0 0;
  display: block;
}

.quick-select__body .form-group {
  margin-bottom: 10px;
}

.quick-select .selectric {
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e1e1e1;
}

.quick-select .selectric-items {
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e1e1e1;
  border-top: 0;
}

.quick-select .btn-submit {
  margin: 0;
  min-width: 230px;
}

.news-list {
  margin-bottom: -20px;
}

.news-list .news-item {
  margin-bottom: 20px;
}

.news-item {
  font-size: 14px;
  line-height: 1.28571;
}

.news-item, .news-item:focus {
  color: inherit;
}

.news-item:hover, .news-item:focus:hover {
  color: #f5791f;
}

.news-item__image {
  height: 278px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .news-item__image {
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .news-item__image {
    height: 144px;
  }
}

.news-item__image[data-lazy-bg] {
  position: relative;
}

.news-item__image.contain-image {
  background-size: contain;
}

.news-item:hover .news-item__image {
  -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
}

.news-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
  .news-item__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-item__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 13px;
  margin-right: 20px;
  display: block;
  color: #333333;
  padding-top: 2px;
}

@media (max-width: 767.98px) {
  .news-item__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 10px;
  }
}

.news-item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.news-item__title {
  color: inherit;
  margin-bottom: 0.6em;
}

.news-item__text {
  margin-bottom: 0;
  color: #333333;
}

.news-item-simple {
  border-radius: 10px;
  border: 2px solid #f5791f;
  height: 180px;
  padding: 3px;
  display: block;
}

@media (max-width: 767.98px) {
  .news-item-simple {
    height: 150px;
  }
}
.bg-black{background:#000;opacity:0.2;height:100%;width:100%;  position:absolute; top:0;z-index:-2;}
.news-item-simple__image {
  width: 100%;
  height: 100%;
  position:relative;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.news-item-simple:hover .news-item-simple__image {
  -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
}

.news-item-simple__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  box-shadow: 0px 6px 20px 8px #00000085;
  padding: 7px 9px;
  background-color: #00000085;
}

.catalog-item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  font-size: 14px;
}

.catalog-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 210px;
  display: block;
  margin-bottom: 18px;
}

.catalog-item__image img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.catalog-item__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.catalog-item__info {
  margin-bottom: 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.catalog-item__title {
  display: block;
  margin-bottom: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.catalog-item__title, .catalog-item__title:focus {
  color: inherit;
}

.catalog-item__title:hover, .catalog-item__title:focus:hover {
  color: #e6670a;
}

.catalog-item__title h5 {
  color: inherit;
  margin-bottom: 0;
  font-weight: inherit;
  line-height: 1.375;
  height: calc(1em * 22 / 16 * 2);
  overflow: hidden;
}

.catalog-item__rating {
  line-height: 1.25;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 11px;
}

.catalog-item__rating__value, .catalog-item__rating__reviews {
  display: inline;
}

.catalog-item__rating__value {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  padding-right: 15px;
}

.catalog-item__rating__value:before {
  position: absolute;
  height: 15px;
  width: 15px;
  background-image: url(/local/templates/100system/css/../images/star-orange.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.catalog-item__chars {
  padding: 0;
  margin: 0;
  line-height: 1.2;
  display: none;
}

.catalog-item__chars li {
  margin: 0 0 0.3em;
  padding: 0;
}

.catalog-item__chars li:last-child {
  margin-bottom: 0;
}

.catalog-item__chars li:before {
  display: none;
}

.catalog-item__chars .name {
  color: #afafaf;
}

.catalog-item__bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.catalog-item__buy-now-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 10px;
}

.catalog-item__buy-now-block .buy-now,
.catalog-item__buy-now-block .profit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  display: block;
}

.catalog-item__buy-now-block .buy-now {
  margin-left: auto;
}

.catalog-item__buy-now-block .buy-now, .catalog-item__buy-now-block .buy-now:focus {
  color: inherit;
}

.catalog-item__buy-now-block .buy-now:hover, .catalog-item__buy-now-block .buy-now:focus:hover {
  color: #f5791f;
}

.catalog-item__buy-now-block-mobile {
  display: none;
}

.catalog-item .profit {
  font-weight: 700;
  color: #ff0000;
}

.catalog-item__buttons-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.catalog-item__offer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  line-height: 1.2;
  margin: -1px 0;
}

.catalog-item__price {
  display: block;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}

.catalog-item__price-old {
  display: inline-block;
  vertical-align: top;
  color: #afafaf;
  text-decoration: line-through;
}

.catalog-item__basket-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
  padding: 12px 11px 8px 9px;
  font-size: 0;
  line-height: 0;
}

.catalog-item__basket-btn .icon {
  display: block;
}

.catalog-item__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  padding: 5px;
  position: absolute;
  right: 10px;
  cursor: pointer;
  z-index: 1;
}

.catalog-item__button .icon {
  width: 21px;
  height: 17px;
  display: block;
  -webkit-transition: fill 0.3s, stroke 0.3s;
  -o-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}

.catalog-item__button.like {
  top: 15px;
}

.catalog-item__button.like .icon, .catalog-item__button.like:focus .icon {
  fill: none;
  stroke: #afafaf;
  stroke-width: 1px;
}

.catalog-item__button.like:hover .icon, .catalog-item__button.like:focus:hover .icon {
  stroke: #e6670a;
}

.catalog-item__button.like.active .icon, .catalog-item__button.like.active:focus .icon {
  fill: #ff0000;
  stroke: #ff0000;
}

.catalog-item__button.like.active:hover .icon, .catalog-item__button.like.active:focus:hover .icon {
  fill: #db0000;
  stroke: #db0000;
}

.catalog-item__button.like input:checked + .icon, .catalog-item__button.like input:checked:focus + .icon {
  fill: #ff0000;
  stroke: #ff0000;
}

.catalog-item__button.like input:checked:hover + .icon, .catalog-item__button.like input:checked:focus:hover + .icon {
  fill: #db0000;
  stroke: #db0000;
}

.catalog-item__button.compare {
  top: 45px;
}

.catalog-item__button.compare .icon, .catalog-item__button.compare:focus .icon {
  fill: #afafaf;
}

.catalog-item__button.compare:hover .icon, .catalog-item__button.compare:focus:hover .icon {
  fill: #e6670a;
}

.catalog-item__button.compare.active .icon, .catalog-item__button.compare.active:focus .icon {
  fill: #ff0000;
}

.catalog-item__button.compare.active:hover .icon, .catalog-item__button.compare.active:focus:hover .icon {
  fill: #db0000;
}

.catalog-item__button.compare input:checked + .icon, .catalog-item__button.compare input:checked:focus + .icon {
  fill: #ff0000;
}

.catalog-item__button.compare input:checked:hover + .icon, .catalog-item__button.compare input:checked:focus:hover + .icon {
  fill: #db0000;
}

.catalog-item__labels {
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  max-width: 70%;
  z-index: 1;
}

.catalog-item__labels li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

.catalog-item__labels li:before {
  display: none;
}

.catalog-item__label {
  font-size: 13px;
  line-height: 23px;
  display: block;
  font-weight: 400;
  border-radius: 4px;
  padding: 0 5px;
margin-left:20px;
}

.catalog-item__label.red {
  background: #ff0000;
  color: #fff;
}

.catalog-item__label.yellow {
  background: #ffd34e;
  color: #333;
}

.catalog-item:hover {
  -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.catalog-item.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

.catalog-item.hover .catalog-item__chars {
  display: block;
}

.catalog-item.hover .catalog-item__title h5 {
  height: auto;
}

.catalog-item.simple .catalog-item__image {
  height: 135px;
  margin-bottom: 5px;
}

.catalog-item.simple .catalog-item__title {
  margin-bottom: 0;
}

.catalog-item.simple .catalog-item__title h5 {
  height: auto;
}

.catalog-item.simple .catalog-item__price {
  font-size: 20px;
}

.catalog-item.simple .catalog-item__price-old {
  margin-right: 10px;
}

.catalog-item.simple .catalog-item__offer .profit {
  display: inline-block;
  vertical-align: top;
}

.catalog-item.model {
  padding: 20px 15px 25px;
}

.catalog-item.model .catalog-item__info {
  margin-bottom: 0;
}

.catalog-item.model .catalog-item__title {
  margin-bottom: 0;
}

.catalog-item.model .catalog-item__title h5 {
  height: auto;
}

.catalog-item.model .catalog-item__rating {
  display: none;
}

.catalog-item.model .catalog-item__chars {
  display: none;
}

.catalog-item.model .catalog-item__bottom {
  display: none;
}

.catalog-item.model .catalog-item__labels {
  display: none;
}

.catalog-item.compare .catalog-item__rating {
  display: none;
}

.catalog-item.compare .catalog-item__chars {
  display: none;
}

.catalog-item.compare .catalog-item__info {
  margin-bottom: 54px;
}

.catalog-item.compare .catalog-item__title {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .catalog-item.minimized {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 15px;
    overflow: hidden;
  }
  .catalog-item.minimized .catalog-item__image {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    margin: 0 15px 0 0;
    height: auto;
  }
  .catalog-item.minimized .catalog-item__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  .catalog-item.minimized .catalog-item__info {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .catalog-item.minimized .catalog-item__image {
    height: 90px;
  }
  .catalog-item.minimized .catalog-item__info {
    margin-bottom: 10px;
  }
}

.catalog-item.minimized .catalog-item__price {
  font-size: 20px;
}

.catalog-item.minimized .catalog-item__title h5 {
  font-size: 14px;
}

.catalog-item.minimized .catalog-item__labels,
.catalog-item.minimized .catalog-item__rating,
.catalog-item.minimized .catalog-item__chars,
.catalog-item.minimized .catalog-item__buy-now-block,
.catalog-item.minimized .catalog-item__price-old,
.catalog-item.minimized .catalog-item__button,
.catalog-item.minimized .catalog-item__basket-btn {
  display: none;
}

@media (max-width: 767.98px) {
  .catalog-item {
    padding: 10px;
    font-size: 12px;
  }
  .catalog-item__labels {
    position: absolute;
    top: 10px;
    max-width: 100%;
  }
  .catalog-item__labels li {
    margin-right: 5px;
  }
  .catalog-item__label {
    font-size: 11px;
    line-height: 20px;
  }
  .catalog-item__image {
    height: 110px;
    margin-bottom: 4px;
  }
  .catalog-item__info {
    margin-bottom: 20px;
  }
  .catalog-item__title {
    margin-bottom: 3px;
  }
  .catalog-item__title h5 {
    font-size: 13px;
  }
  .catalog-item__rating {
    font-size: 10px;
    margin-bottom: 0;
  }
  .catalog-item__rating__value {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 12px;
  }
  .catalog-item__rating__value:before {
    height: 11px;
    width: 11px;
    margin-top: -4px;
  }
  .catalog-item__chars {
    display: none !important;
  }
  .catalog-item__buy-now-block {
    display: none;
  }
  .catalog-item__buy-now-block-mobile {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin: 7px 0;
  }
  .catalog-item__buttons-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-item__offer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  .catalog-item__price {
    font-size: 15px;
  }
  .catalog-item__button {
    position: static;
  }
  .catalog-item__button .icon {
    width: 20px;
    height: 15px;
  }
  .catalog-item__basket-btn {
    padding: 8px 8px 8px 6px;
  }
  .catalog-item__basket-btn .icon {
    width: 20px;
    height: 17px;
  }
  .catalog-item.simple .catalog-item__info {
    margin-bottom: 10px;
  }
  .catalog-item.model {
    padding: 15px;
  }
  .catalog-item.compare .catalog-item__info {
    margin-bottom: 20px;
  }
}

.catalog-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.catalog-item-wrapper .catalog-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  min-width: 0;
}

.site-block .catalog-item {
  -webkit-box-shadow: 0 0 0 1px #e1e1e1 inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #e1e1e1 inset, 0 0 0 0 transparent;
}

.site-block .catalog-item:hover {
  -webkit-box-shadow: 0 0 0 0 transparent inset, 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0 transparent inset, 0 9px 20px 5px rgba(0, 0, 0, 0.2);
}

ul.contents-table {
  display: table;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  background: #fff;
}

ul.contents-table > li {
  display: table-row;
  padding: 0;
  margin: 0;
}

ul.contents-table > li:before {
  display: none;
}

ul.contents-table .name,
ul.contents-table .value {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
}

ul.contents-table .name {
  position: relative;
  padding-right: 2em;
}

ul.contents-table .name > * {
  display: inline;
  background: #fff;
  padding-right: 5px;
  position: relative;
  z-index: 1;
}

ul.contents-table .name:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  display: block;
  bottom: 0.4em;
  border-bottom: 1px dotted #e1e1e1;
}

ul.contents-table .value {
  vertical-align: bottom;
}

.category-item {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 27px 45px;
  height: 240px;
  -webkit-transition: color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.category-item, .category-item:focus {
  color: #000;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

.category-item:hover, .category-item:focus:hover {
  color: #000;
  -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .category-item {
    padding: 25px;
  }
}

.category-item__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1.2;
  font-size: 16px;
  color: #4e4e4e;
}

@media (max-width: 767.98px) {
  .category-item__title {
    margin-bottom: 0;
  }
}

.category-item__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
  margin-right: -25px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .category-item__image {
    margin-right: -15px;
  }
}

@media (max-width: 767.98px) {
  .category-item__image {
    margin-right: 0;
  }
}

.category-item__image img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.category-item__image img[src*="loader.svg"] {
  margin-top: -25px;
  margin-bottom: -25px;
}

.category-item.high {
  height: auto;
  min-height: 480px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .category-item.wide {
    min-height: 480px;
  }
}

@media (max-width: 767.98px) {
  .category-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
  }
  .category-item__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: 14px;
  }
  .category-item__image {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 140px;
    margin-left: 30px;
    margin-right: -15px;
  }
  .category-item__image img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
  }
  .category-item, .category-item.high, .category-item.small {
    height: 110px;
    min-height: 0;
  }
}

.categories-list {
  margin-bottom: -20px;
}

@media (max-width: 767.98px) {
  .categories-list {
    margin-bottom: -10px;
  }
}

.categories-list .category-item {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .categories-list .category-item {
    margin-bottom: 10px;
  }
}

.categories-list .category-item.high {
  height: 500px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .categories-list .category-item.wide {
    height: 500px;
  }
}

@media (max-width: 767.98px) {
  .categories-list .category-item, .categories-list .category-item.high, .categories-list .category-item.small {
    height: 110px;
    min-height: 0;
  }
}

.advantage-item {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 20px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
  .advantage-item {
    display: block;
    height: auto;
    padding: 15px;
  }
}

.advantage-item__image, .advantage-item__title {
  min-width: 0;
}

@media (max-width: 767.98px) {
  .advantage-item__image, .advantage-item__title {
    max-width: none !important;
    width: auto !important;
  }
}

.advantage-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
  max-width: 65%;
  width: 65%;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .advantage-item__title {
    font-size: 14px;
    line-height: 1.14286;
  }
}

.advantage-item__image {
  text-align: right;
  padding-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  max-width: 35%;
  width: 35%;
}

@media (max-width: 767.98px) {
  .advantage-item__image {
    text-align: left;
    padding-right: 0;
    margin-bottom: 22px;
    height: 50px;
  }
}

.advantage-item__image img {
  display: inline-block;
  vertical-align: top;
  max-height: 100%;
  max-width: 100%;
}

.advantages-list {
  margin-bottom: -20px;
}

@media (max-width: 767.98px) {
  .advantages-list {
    margin-bottom: -10px;
  }
}

.advantages-list .advantage-item {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .advantages-list .advantage-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 1023.98px) {
  .catalog-filter {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
  }
  .catalog-filter.active {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .catalog-filter {
    padding: 35px;
  }
}

@media (max-width: 1023.98px) {
  .catalog-filter {
    padding: 30px 20px;
  }
}

.catalog-filter-inner {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  padding: 30px 15px 50px;
  margin-right: -10px;
}

@media (max-width: 1023.98px) {
  .catalog-filter-inner {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    background: transparent;
    margin-right: 0;
  }
}

.catalog-filter-title {
  padding-top: 7px;
  margin-bottom: 21px;
  color: #f5791f;
}

.catalog-filter-title .icon {
  display: none;
}

@media (max-width: 1023.98px) {
  .catalog-filter-title {
    padding-top: 0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .catalog-filter-title .icon {
    display: block;
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    top: 50%;
    margin-top: -9px;
    fill: currentColor;
  }
}

.catalog-filter-item {
  padding: 0 0 20px;
  font-size: 14px;
}

.catalog-filter-item:not(:first-child) {
  border-top: 1px solid #e5e5e5;
  padding-top: 18px;
}

.catalog-filter-item .head {
  margin-bottom: 22px;
}

.catalog-filter .tags-list {
  margin-top: -5px;
  margin-bottom: 10px;
  display: block;
}

.catalog-filter .tags-list .tag {
  padding: 5px 15px;
  font-size: 14px;
}

.catalog-filter .range-block {
  position: relative;
  margin-top: -11px;
  margin-bottom: 20px;
}

.catalog-filter .range-block-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -15px;
  line-height: 1.2;
}

.catalog-filter .range-block-inputs .form-control {
  font-size: 14px;
  line-height: 1.8125;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  padding: 5.5px 10px;
  height: 40px;
  border: 1px solid #e1e1e1;
  display: block;
  width: calc(100% - 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 5px;
  color: inherit;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background: #fff;
  letter-spacing: inherit;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

.catalog-filter .range-block-inputs .form-control::-webkit-input-placeholder {
  color: #afafaf;
}

.catalog-filter .range-block-inputs .form-control::-moz-placeholder {
  color: #afafaf;
}

.catalog-filter .range-block-inputs .form-control:-moz-placeholder {
  color: #afafaf;
}

.catalog-filter .range-block-inputs .form-control:-ms-input-placeholder {
  color: #afafaf;
}

.catalog-filter .range-block-inputs .form-control:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

.catalog-filter .range-block-inputs .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.catalog-filter .range-block-inputs .form-control:focus::-moz-placeholder {
  color: transparent;
}

.catalog-filter .range-block-inputs .form-control:focus:-moz-placeholder {
  color: transparent;
}

.catalog-filter .range-block-inputs .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.catalog-filter .range-block .range-selected-min,
.catalog-filter .range-block .range-selected-max {
  font-size: 18px;
  color: #4e4e4e;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 15px;
}

@media (max-width: 767.98px) {
  .catalog-filter .range-block .range-selected-min,
  .catalog-filter .range-block .range-selected-max {
    font-size: 14px;
  }
}

.catalog-filter .range-block-slider {
  margin-top: 6px;
}

.catalog-filter .variants-list {
  margin: -5px 0 -15px;
  padding: 0;
}

.catalog-filter .variants-list > li {
  margin: 0 0 15px;
  padding: 0;
}

.catalog-filter .variants-list > li:before {
  display: none;
}

.catalog-filter .icons-list {
  margin: 0 -15px -15px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-filter .icons-list > li {
  padding: 0 15px 15px 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .catalog-filter .icons-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 560px) and (max-width: 767.98px) {
  .catalog-filter .icons-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

.catalog-filter .icons-list > li:before {
  display: none;
}

.catalog-filter .icon-label {
  height: 40px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  display: block;
  border-radius: 5px;
  padding: 11px;
  cursor: pointer;
}

.catalog-filter .icon-label:hover {
  -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
}

.catalog-filter .icon-label img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.catalog-filter .icon-label img[src*="loader.svg"] {
  max-width: none;
  max-height: none;
  margin-left: -25px;
  margin-right: -25px;
}

.catalog-filter input:checked + .icon-label {
  border-color: #f5791f;
}

.catalog-filter .buttons-line {
  margin-top: 20px;
}

.catalog-filter .buttons-line .btn {
  display: block;
  width: 100%;
}

.catalog-filter .btn-close {
  display: none;
  width: 22px;
  height: 22px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  padding: 5px;
  position: absolute;
}

.catalog-filter .btn-close, .catalog-filter .btn-close:focus {
  color: #242424;
}

.catalog-filter .btn-close:hover, .catalog-filter .btn-close:focus:hover {
  color: #e6670a;
}

@media (max-width: 1023.98px) {
  .catalog-filter .btn-close {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .catalog-filter .btn-close {
    top: 35px;
    right: 30px;
  }
}

@media (max-width: 767.98px) {
  .catalog-filter .btn-close {
    top: 30px;
    right: 15px;
  }
}

.catalog-filter .btn-close .icon {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

@media (max-width: 1023.98px) {
  body.catalog-filter-open {
    overflow: hidden;
  }
}

#catalog-filter .checkbox-label,
#catalog-filter .radio-label {
  padding-left: 30px;
}

#catalog-filter .checkbox-label:before, #catalog-filter .checkbox-label:after {
  width: 18px;
  height: 18px;
  margin-top: -9px;
}

#catalog-filter .checkbox-label:after {
  background-size: 14px auto;
}

#catalog-filter .radio-label:before {
  width: 18px;
  height: 18px;
  margin-top: -9px;
}

#catalog-filter .radio-label:after {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  left: 3px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
  font-size: 16px;
}

@media (max-width: 1023.98px) {
  .pagination {
    font-size: 14px;
  }
}

.pagination li {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 2px;
}

.pagination li:before {
  display: none;
}

.pagination a {
  display: block;
  border-radius: 19px;
  line-height: 37px;
  min-width: 37px;
  padding: 0 5px;
  text-align: center;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.pagination a, .pagination a:focus {
  color: inherit;
  background: transparent;
}

.pagination a:hover, .pagination a:focus:hover {
  color: #f5791f;
}

.pagination li.active a, .pagination li.active a:focus {
  color: #000;
  background: #e5e6e8;
}

.pagination li.active a:hover, .pagination li.active a:focus:hover {
  color: #000;
}

.pagination li.prev a,
.pagination li.next a {
  border-radius: 0;
  position: relative;
}

.pagination li.prev a, .pagination li.prev a:focus,
.pagination li.next a,
.pagination li.next a:focus {
  color: inherit;
  background: transparent;
}

.pagination li.prev a:hover, .pagination li.prev a:focus:hover,
.pagination li.next a:hover,
.pagination li.next a:focus:hover {
  color: #f5791f;
}

.pagination li.prev .icon,
.pagination li.next .icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  display: block;
  fill: #f5791f;
}

.pagination li.prev.disabled,
.pagination li.next.disabled {
  display: none;
}

.pagination li.prev a {
  padding-left: 67px;
}

.pagination li.prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  left: 0;
}

.pagination li.next a {
  padding-right: 67px;
}

.pagination li.next .icon {
  right: 0;
}

.tags-list {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.tags-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 5px;
}

.tags-list li:before {
  display: none;
}

.tags-list:not(.active) li.hidden {
  display: none !important;
}

.tags-list .show-all-tags, .tags-list .show-all-tags:focus,
.tags-list .hide-all-tags,
.tags-list .hide-all-tags:focus {
  color: #4e4e4e;
}

.tags-list .show-all-tags:hover, .tags-list .show-all-tags:focus:hover,
.tags-list .hide-all-tags:hover,
.tags-list .hide-all-tags:focus:hover {
  color: #f5791f;
}

.tags-list:not(.active) .hide-all-tags,
.tags-list.active .show-all-tags {
  display: none !important;
}

.tag {
    line-height: 20px;
    padding: 7px 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    color: #000;
    box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: bold;
    border: none;
}
@media(max-width:500px){.tag{font-size:14px!important;}}


.tag .info {
  font-weight: 700;
  font-size: 13px;
}



a.tag:hover, a.tag:focus:hover,
button.tag:hover,
button.tag:focus:hover {
  color: #f5791f;
}

a.tag.active, a.tag.active:focus,
button.tag.active,
button.tag.active:focus {
  color: #f5791f;
  border-color: #f5791f;
}

a.tag.active:hover, a.tag.active:focus:hover,
button.tag.active:hover,
button.tag.active:focus:hover {
  color: #e6670a;
  border-color: #e6670a;
}

.btn-remove-tag {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  padding: 2px;
}

.btn-remove-tag, .btn-remove-tag:focus {
  color: #0a0a0a;
}

.btn-remove-tag:hover, .btn-remove-tag:focus:hover {
  color: #e6670a;
}

.btn-remove-tag .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.tag + .btn-remove-tag {
  vertical-align: middle;
  margin-left: 5px;
}

.review {
  background: #fafafa;
  border-radius: 10px;
  padding: 20px 80px 50px 20px;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .review {
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .review {
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .review {
    padding: 15px;
  }
}

.review__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.review__photo {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: #f5f5f5;
  margin-right: 10px;
}

.review__photo .icon {
  position: absolute;
  width: 22px;
  height: 20px;
  display: block;
  fill: #000;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -11px;
}

.review__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review__author {
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  line-height: 22px;
  margin-right: 57px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media (max-width: 1399.98px) {
  .review__author {
    margin-right: 1em;
  }
}

@media (max-width: 767.98px) {
  .review__author {
    margin-right: auto;
  }
}

.review__rating {
  font-size: 22px;
  position: relative;
  padding-left: 30px;
  margin-right: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1;
}

.review__rating:before {
  content: "";
  width: 24px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-image: url(/local/templates/100system/css/../images/star-orange.svg);
  background-position: left;
  background-size: contain;
}

.review__date {
  line-height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.review__feedback {
  font-size: 14px;
  text-align: right;
  line-height: 1.2;
  margin: 10px 0 -10px;
}

@media (max-width: 767.98px) {
  .review__feedback {
    margin: 20px 0 0;
  }
}

.review__feedback p {
  margin-bottom: 0;
}

.review__feedback strong {
  font-size: 16px;
  font-weight: 700;
}

.review__vote-btn {
  display: inline;
}

.review__vote-btn, .review__vote-btn:focus {
  color: inherit;
}

.review__vote-btn:hover, .review__vote-btn:focus:hover {
  color: #f5791f;
}

.review__vote-btn.yes {
  border-bottom: 1px solid currentColor;
}

.review__content {
  line-height: 1.2;
  margin-top: 16px;
}

.review__title {
  font-weight: 700;
  margin-bottom: 0.4em;
}

.review__text:not(:last-child) {
  margin-bottom: 1em;
}

.rating {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.rating-default {
  display: block;
}

.rating-default .icon {
  fill: #b6b4b6;
}

.rating-calculated {
  position: absolute;
  top: 0;
  left: 0;
}

.rating-calculated .icon {
  fill: #f5791f;
}

.rating-default, .rating-calculated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}

.rating-default > *, .rating-calculated > * {
  margin: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
}

.rating-default > *:first-of-type, .rating-calculated > *:first-of-type {
  margin-left: 0;
}

.rating-default > *:last-of-type, .rating-calculated > *:last-of-type {
  margin-right: 0;
}

.rating-default .icon, .rating-calculated .icon {
  width: 18px;
  height: 18px;
  display: block;
}

@media (max-width: 767.98px) {
  .rating-default .icon, .rating-calculated .icon {
    width: 16px;
    height: 16px;
  }
}

.rating.interactive label {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}

.rating.interactive .icon {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.rating.interactive label .icon {
  fill: #f5791f;
}

.rating.interactive input:indeterminate + label .icon {
  fill: #b6b4b6;
}

.rating.interactive input:checked ~ label .icon {
  fill: #b6b4b6;
}

.rating.interactive input:checked + label .icon {
  fill: #f5791f;
}

.rating-empty {
  color: #afafaf !important;
}

.rating-empty [class*="__value"] {
  padding-right: 0;
  color: inherit !important;
}

.rating-empty [class*="__value"]:before {
  background-image: url(/local/templates/100system/css/../images/star-gray.svg) !important;
}

.question-item {
  background: #fafafa;
  border-radius: 10px;
  padding: 35px 80px 20px;
  position: relative;
}

@media (max-width: 767.98px) {
  .question-item {
    padding: 25px 40px 15px 65px;
  }
}

.question-item__photo {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background: #f5f5f5;
  position: absolute;
  left: 20px;
  top: 25px;
}

@media (max-width: 767.98px) {
  .question-item__photo {
    top: 15px;
    left: 15px;
  }
}

.question-item__photo .icon {
  position: absolute;
  width: 22px;
  height: 20px;
  display: block;
  fill: #000;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -11px;
}

.question-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.question-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.question-item__author {
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  .question-item__author {
    margin-right: 1em;
  }
}

.question-item__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.question-item__content {
  margin-top: 15px;
}

.question-item__toggler {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 22px;
  top: 72px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .question-item__toggler {
    right: 15px;
    top: 55px;
  }
}

.question-item__toggler, .question-item__toggler:focus {
  color: inherit;
}

.question-item__toggler:hover, .question-item__toggler:focus:hover {
  color: #e6670a;
}

.question-item__toggler:before {
  border: 4px solid transparent;
  border-bottom: 0;
  border-top: 5px solid currentColor;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -4px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.question-item-block .question-item-block {
  display: none;
}

.question-item-block.active > .question-item-block {
  display: block;
}

.question-item-block.active > .question-item .question-item__toggler:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.profile-menu {
  display: block;
  border-top: 1px solid #e5e5e5;
  line-height: 1.2;
  margin: 0;
  padding: 37px 0 0;
}

@media (max-width: 1023.98px) {
  .profile-menu {
    border-bottom: 1px solid #e5e5e5;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .profile-menu {
    padding: 25px 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .profile-menu {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}

.profile-menu li {
  display: block;
  padding: 0;
  margin: 0;
}

.profile-menu li:not(:last-of-type) {
  margin-bottom: 17px;
}

@media (max-width: 767.98px) {
  .profile-menu li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

.profile-menu li:before {
  display: none;
}

.profile-menu a {
  font-weight: 400;
}

.profile-menu a, .profile-menu a:focus {
  color: #afafaf;
}

.profile-menu a:hover, .profile-menu a:focus:hover {
  color: #f5791f;
}

.profile-menu a.selected, .profile-menu a.selected:focus {
  color: #242424;
}

.profile-menu a.selected:hover, .profile-menu a.selected:focus:hover {
  color: #242424;
}

.story {
  height: calc(100vh - 310px);
  width: calc((100vh - 310px) / 16 * 9);
  padding: 0;
  position: relative;
  background: transparent;
  display: none;
}

@media (max-width: 767.98px) {
  .story {
    height: calc(100vh - 210px);
    width: calc((100vh - 210px) / 16 * 9);
  }
}

.story:before {
  content: "" !important;
  width: 50px !important;
  height: 50px !important;
  background-image: url(/local/templates/100system/css/../images/loader.svg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-animation: rotation 2s linear infinite !important;
          animation: rotation 2s linear infinite !important;
  background-color: transparent !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -25px !important;
  margin-left: -25px !important;
}

.story .swiper-container,
.story .swiper-pagination {
  opacity: 0;
  visibility: hidden;
  z-index: -1000;
  pointer-events: none;
}

.story.story-loaded:before {
  display: none;
}

.story.story-loaded .swiper-container-initialized,
.story.story-loaded .swiper-pagination {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.story.story-loaded .swiper-container {
  z-index: auto;
}

.story.story-loaded .swiper-pagination {
  z-index: 1;
}

.story .swiper-container,
.story .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.story .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.story .swiper-pagination {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 19px 40px;
  margin: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.story .swiper-pagination-bullet {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 1px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  overflow: hidden;
}

.story .swiper-pagination-bullet span {
  position: absolute;
  left: 0;
  width: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
}

.story .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  opacity: 1;
}

.story .swiper-pagination-bullet:before {
  display: none;
}

.main-page {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .main-page {
    margin-top: -6px;
  }
}

.main-page .brands-list {
  margin-bottom: 65px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .main-page .brands-list {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .main-page .brands-list {
    margin-bottom: 55px;
  }
}

.main-first {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.main-actions-slider {
		height: 275px;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.main-slider .main-slider-item {
		background-position: top;
	}
	.main-first .row {
		height: 500px;
	}
}
@media (min-width: 1280px) and (max-width: 1399.9px) {
	.main-slider .main-slider-item {
		background-position: top;
	}
	.main-actions-slider .action-item {
		min-height: 300px;
	}
}

.main-first > .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.main-first > .row > [class^="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1023.98px) {
  .main-first > .row > [class^="col"] {
    display: block;
  }
}

.main-first .main-menu,
.main-first .main-slider,
.main-first .main-actions-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1023.98px) {
  .main-first .main-menu,
  .main-first .main-slider,
  .main-first .main-actions-slider {
    width: auto;
    max-width: none;
  }
}

.main-first .main-menu,
.main-first .main-slider {
  margin-bottom: 20px;
}

.main-first .main-actions-slider {
  margin-bottom: 0;
}

.main-slider {
  position: relative;
  overflow: hidden;
  background: #e8e8e8;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main-slider .arrow-nav {
  position: static;
  margin: 0;
  padding: 0;
}

.main-slider .arrow-nav-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid currentColor;
  padding: 13px 18px;
  top: 50%;
  margin-top: -24px;
  z-index: 2;
}

.main-slider .arrow-nav-btn, .main-slider .arrow-nav-btn:focus {
  color: #fff;
  background: transparent;
}

.main-slider .arrow-nav-btn:hover, .main-slider .arrow-nav-btn:focus:hover {
  color: #e6670a;
  background: #fff;
}

.main-slider .arrow-nav-btn.swiper-button-disabled {
  display: block;
}

.main-slider .arrow-nav-btn.swiper-button-disabled, .main-slider .arrow-nav-btn.swiper-button-disabled:focus {
  color: #e5e6e8;
  background: transparent;
  border-color: currentColor;
}

.main-slider .arrow-nav-btn.swiper-button-disabled:hover, .main-slider .arrow-nav-btn.swiper-button-disabled:focus:hover {
  color: #e5e6e8;
  background: transparent;
  border-color: currentColor;
}

.main-slider .arrow-nav-btn .icon {
  width: 10px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
}

.main-slider .arrow-nav-btn.prev {
  left: 30px;
}

.main-slider .arrow-nav-btn.prev .icon {
  margin-left: -7px;
}

.main-slider .arrow-nav-btn.next {
  right: 30px;
}

.main-slider .arrow-nav-btn.next .icon {
  margin-left: -3px;
}

.main-slider .swiper-pagination {
  position: absolute;
  z-index: 2;
  bottom: 26px;
  left: 0;
  right: 0;
}

.main-slider .swiper-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.main-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main-slider-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 45px 27% 105px;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-slider-item {
    padding: 40px 20% 80px;
  }
}
@media(max-width:500px){
.swiper-wrapper .swiper-slide:first-child .main-slider-item{    background-position: 15%!important;}
.swiper-wrapper .swiper-slide:nth-child(2) .main-slider-item{    background-position: 54%!important;}
}
.main-slider-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 314px;
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-slider-item__image {
    height: 250px;
  }
}

.main-slider-item__image img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-slider-item__text {
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #4e4e4e;
}

.main-slider-item__title {
  display: block;
}

.main-slider-item__title, .main-slider-item__title:focus {
  color: #4e4e4e;
}

.main-slider-item__title:hover, .main-slider-item__title:focus:hover {
  color: #e6670a;
}

.main-slider-item__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}

.main-actions-slider .swiper-pagination {
  display: none;
}

.main-actions-slider, .main-actions-slider .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main-actions-slider .swiper-container,
.main-actions-slider .swiper-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.main-actions-slider .swiper-wrapper {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main-actions-slider .swiper-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  height: 50%;
  max-height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 20px;
}

.main-actions-slider .swiper-slide:nth-child(n+3) {
  display: none;
}

.main-actions-slider .action-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .main-actions-slider .swiper-container {
    display: block;
    max-width: none;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .main-actions-slider .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-actions-slider .swiper-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33333%;
            flex: 1 1 33.33333%;
    height: auto;
    max-height: none;
    padding-bottom: 30px;
    min-width: 0;
    max-width: 33.33333%;
    width: 33.333333%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-actions-slider .swiper-slide:nth-child(n+3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .main-actions-slider .swiper-container {
    display: block;
    max-width: none;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .main-actions-slider .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-actions-slider .swiper-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    height: auto;
    max-height: none;
    padding-bottom: 20px;
    min-width: 0;
    max-width: 50%;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-actions-slider .swiper-slide:nth-child(n+3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .main-actions-slider .swiper-pagination {
    display: block;
    margin-top: 22px;
  }
  .main-actions-slider, .main-actions-slider .swiper-container {
    display: block;
  }
  .main-actions-slider .swiper-container,
  .main-actions-slider .swiper-wrapper {
    width: auto;
    max-width: none;
  }
  .main-actions-slider .swiper-container {
    margin-bottom: -30px;
  }
  .main-actions-slider .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-actions-slider .swiper-slide {
    height: auto;
    max-height: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .main-actions-slider .swiper-slide:nth-child(n+3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-actions-slider .action-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 559.98px) {
  .main-actions-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .main-actions-slider .action-item {
    border-radius: 0;
  }
}

.main-quick-select,
.main-news {
  margin-bottom: 70px;
}

.main-quick-select .section-title,
.main-news .section-title {
  margin-bottom: 19px;
}

@media (max-width: 767.98px) {
  .main-quick-select .section-title,
  .main-news .section-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .main-quick-select {
    margin-bottom: 25px;
  }
}

.main-quick-select .section-title {
  position: relative;
  padding-left: 53px;
}

.main-quick-select .section-title:before {
  content: "";
  left: 0;
  top: 50%;
  width: 28px;
  height: 40px;
  background-image: url(/local/templates/100system/css/../images/quick-select.png);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -25px;
}

@media (max-width: 767.98px) {
  .main-quick-select .section-title {
    padding-left: 40px;
  }
  .main-quick-select .section-title:before {
    width: 23px;
    height: 31px;
    margin-top: -20px;
  }
}

.main-quick-select .quick-select .btn-submit {
  min-width: 230px;
}

@media (max-width: 767.98px) {
  .main-news {
    margin-bottom: 50px;
  }
}

.main-news-slider {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .main-news-slider {
    margin-bottom: 10px;
  }
}

.main-news-slider .swiper-container {
  padding: 10px 10px 30px;
  margin: -10px -10px -30px;
}

@media (max-width: 767.98px) {
  .main-news-slider .swiper-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -15px;
    margin-left: -20px;
  }
}

.main-news-slider .arrow-nav-btn {
  top: 100px;
}

.main-news-slider .swiper-pagination {
  display: none;
}

@media (max-width: 767.98px) {
  .main-news-slider .swiper-slide {
    width: 260px !important;
  }
}

.main-news .news-item__image {
  height: 180px;
}

@media (max-width: 767.98px) {
  .main-news .news-item__image {
    height: 144px;
  }
}

.main-news .news-item__title {
  height: calc(1em * 1.2 * 2);
  overflow: hidden;
}

.main-news .news-item__text {
  position: relative;
  height: calc(1em*(22/16)*2);
  overflow: hidden;
}

.main-news-slider-simple {
  position: relative;
}

.main-news-slider-simple .swiper-container {
  padding: 10px 10px 30px;
  margin: -10px -10px -30px;
}

@media (max-width: 767.98px) {
  .main-news-slider-simple .swiper-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -15px;
    margin-left: -20px;
  }
}

.main-news-slider-simple .swiper-pagination {
  display: none;
}

@media (max-width: 767.98px) {
  .main-news-slider-simple .swiper-slide {
    width: 120px !important;
  }
}

.main-news-slider-simple .arrow-nav-btn {
  margin-top: -37px;
}

.main-news__btn {
  display: none;
}

@media (max-width: 767.98px) {
  .main-news__btn {
    margin-top: 20px;
    display: block;
  }
}

.main-hits {
  margin-bottom: 75px;
}

@media (max-width: 767.98px) {
  .main-hits {
    margin-bottom: 33px;
  }
}

.main-hits .section-title {
  position: relative;
  padding-left: 50px;
  margin-bottom: 0.6em;
}

.main-hits .section-title:before {
  content: "";
  left: 0;
  top: 50%;
  width: 28px;
  height: 36px;
  background-image: url(/local/templates/100system/css/../images/hits.svg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -22px;
}

@media (max-width: 767.98px) {
  .main-hits .section-title {
    padding-left: 40px;
    margin-bottom: 1.1em;
  }
  .main-hits .section-title:before {
    width: 26px;
    height: 32px;
    margin-top: -17px;
  }
}

.main-categories {
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .main-categories {
    margin-bottom: 40px;
  }
}

.main-categories .section-title {
  margin-bottom: 20px;
}

.main-advantages {
  margin-bottom: 70px;
}

@media (max-width: 767.98px) {
  .main-advantages {
    margin-bottom: 36px;
  }
}

.main-offers {
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .main-offers {
    margin-bottom: 40px;
  }
}

.main-offers .section-title {
  margin-bottom: 19px;
}

.main-offers .tags-list {
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}

@media (max-width: 767.98px) {
  .main-offers .tags-list {
    display: none;
  }
}

.main-offers .section-nav-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .main-offers .section-nav-mobile {
    display: block;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
  }
}

.main-offers .selectric-wrapper {
  position: relative;
  z-index: 2;
}

.main-about {
  position: relative;
}

@media (max-width: 767.98px) {
  .main-about .section-title {
    margin-bottom: 1.2em;
  }
}

.main-about__info {
  margin-top: -3px;
  margin-bottom: 80px;
}

@media (max-width: 1023.98px) {
  .main-about__info {
    margin-bottom: 35px;
  }
}

.main-about__info p:last-child {
  margin-bottom: 0;
}

.main-about__image {
  min-height: 460px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .main-about__image {
    min-height: 300px;
  }
}

@media (max-width: 767.98px) {
  .main-about__image {
    min-height: 188px;
  }
}

.main-about__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .main-about__btn {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
  .main-about__btn .btn {
    display: block;
    width: 100%;
  }
}

.catalog-page {
  margin-top: 11px;
  margin-bottom: 81px;
}

@media (max-width: 767.98px) {
  .catalog-page {
    margin-top: 17px;
    margin-bottom: 40px;
  }
}

.catalog-page-description {
  max-width: 50%;
  max-height: calc(1em*(22/16)*2);
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .catalog-page-description {
    display: none;
  }
}

.catalog-page-description.active {
  max-width: none;
  max-height: none;
}

.catalog-page .catalog-variants {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .catalog-page .catalog-variants {
    display: none;
  }
}

.catalog-page .catalog-variants .category-item {
  height: 245px;
  padding-left: 35px;
  padding-right: 35px;
}

.catalog-page .catalog-variants-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .catalog-page .catalog-variants-mobile {
    display: block;
    margin-bottom: 12px;
  }
}

.catalog-page .pagination {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .catalog-page .pagination {
    margin-top: 25px;
  }
}

@media (min-width: 1024px) {
  .catalog-page .pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.catalog-page__content {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .catalog-page__content {
    margin-bottom: 30px;
  }
}

.catalog-page .main-call {
  margin-bottom: 53px;
}

@media (max-width: 767.98px) {
  .catalog-page .main-call {
    margin-bottom: 28px;
  }
}

.catalog-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .catalog-controls {
    font-size: 13px;
  }
}

.catalog-controls-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .catalog-controls-info {
    display: none;
  }
}

.catalog-controls-sort {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
  .pagination li:not(.prev) a{min-width:27px!important;line-height: 27px;}
.pagination li{margin:0px;}
.pagination li.active a, .pagination li.active a:focus{padding:0px}
.pagination li.prev a{padding-left:47px;}
}

.catalog-controls-sort .control-label,
.catalog-controls-sort .selectric-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.catalog-controls-sort .control-label {
  margin-right: 30px;
}

@media (max-width: 1279.98px) {
  .catalog-controls-sort .control-label {
    display: none;
  }
}

.catalog-controls-sort .selectric-wrapper {
  min-width: 265px;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .catalog-controls-sort .selectric-wrapper {
    min-width: 292px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .catalog-controls-sort .selectric-wrapper {
    min-width: 318px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .catalog-controls-sort .selectric-wrapper {
    min-width: 247px;
  }
}

@media (max-width: 767.98px) {
  .catalog-controls-sort .selectric-wrapper {
    min-width: 0;
  }
}

.catalog-controls-filter {
  display: none;
}

@media (max-width: 1023.98px) {
  .catalog-controls-filter {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 30px;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
  }
  .catalog-controls-filter, .catalog-controls-filter:focus {
    color: #f5791f;
  }
  .catalog-controls-filter:hover, .catalog-controls-filter:focus:hover {
    color: #e6670a;
  }
  .catalog-controls-filter .icon {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    top: 50%;
    margin-top: -9px;
    fill: currentColor;
  }
}

@media (max-width: 767.98px) {
  .catalog-controls-filter {
    margin-left: auto;
  }
}

.catalog-list {
  margin-bottom: -10px;
}

.catalog-list .row {
  margin-left: -5px;
  margin-right: -5px;
}

.catalog-list [class^="col"] {
  padding-right: 5px;
  padding-left: 5px;
}

.catalog-list .catalog-item {
  margin-bottom: 10px;
}

.catalog-list .catalog-item.hover {
  min-height: calc(100% - 10px);
}

.btn-catalog-more {
  display: block;
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .btn-catalog-more {
    margin-top: 40px;
    border-radius: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.catalog-recommended .section-title {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .catalog-recommended .section-title {
    margin-bottom: 20px;
  }
}

.product-page {
  margin-top: -7px;
}

@media (max-width: 767.98px) {
  .product-page {
    margin-top: 0;
  }
}

.product-page .catalog-recommended {
  margin-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-page .catalog-recommended {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .product-page .catalog-recommended {
    margin-bottom: 35px;
  }
}

.product-page .catalog-recommended:last-child {
  margin-bottom: 0;
}

.product-page .catalog-recommended .section-title {
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  .product-page .catalog-recommended .section-title {
    margin-bottom: 15px;
  }
}

.product-page .catalog-recommended .tags-list {
  margin-bottom: 35px;
}

@media (max-width: 767.98px) {
  .product-page .catalog-recommended .tags-list {
    margin-bottom: 10px;
  }
}

.product-page .main-call {
  margin-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-page .main-call {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .product-page .main-call {
    margin-bottom: 30px;
  }
}

.product-main {
  padding-top: 55px;
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .product-main {
    padding-top: 20px;
  }
}

.product-main__sliders {
  height: 544px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
  padding: 30px 10px 30px;
  margin: -30px -10px;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .product-main__sliders {
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-main__sliders {
    margin: -20px -10px 10px;
  }
}

@media (max-width: 767.98px) {
  .product-main__sliders {
    height: auto;
    padding: 0;
    display: block;
    overflow: visible;
    margin: 0 0 50px;
  }
}

.product-main__nav-slider, .product-main__gallery {
  height: 100%;
}

.product-main__nav-slider .swiper-container, .product-main__gallery .swiper-container {
  height: 100%;
}

.product-main__nav-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  position: relative;
}

@media (max-width: 767.98px) {
  .product-main__nav-slider {
    display: none;
  }
}

.product-main__nav-slider .swiper-slide {
  cursor: pointer;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 2px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.product-main__nav-slider .swiper-slide.active {
  border-color: #f5791f;
}

.product-main__nav-slider .swiper-slide:hover, .product-main__nav-slider .swiper-slide.active:hover {
  border-color: #e6670a;
}

.product-main__nav-slider .swiper-slide img {
  max-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-main__nav-slider .swiper-slide img[src*="loader.svg"] {
  margin-top: -25px;
  margin-left: -25px;
  max-width: none;
  max-height: none;
}

.product-main__nav-slider .arrow-nav {
  position: static;
  margin: 0;
}

.product-main__nav-slider .arrow-nav-btn {
  left: 50%;
  margin: 0 0 0 -27px;
}

.product-main__nav-slider .arrow-nav-btn.prev {
  top: -27px;
}

.product-main__nav-slider .arrow-nav-btn.prev .icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product-main__nav-slider .arrow-nav-btn.next {
  top: auto;
  right: auto;
  bottom: -27px;
}

.product-main__nav-slider .arrow-nav-btn.next .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.product-main__gallery {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .product-main__gallery {
    height: calc(100vw - 50px);
    max-height: calc(100vh - 90px);
    position: relative;
  }
}

.product-main__gallery .swiper-pagination {
  display: none;
}

@media (max-width: 767.98px) {
  .product-main__gallery .swiper-pagination {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
  }
}

.product-main__gallery .swiper-slide {
  cursor: pointer;
  display: block;
  padding: 30px;
}

@media (max-width: 767.98px) {
  .product-main__gallery .swiper-slide {
    padding: 0;
  }
}

.product-main__gallery .swiper-slide img {
  max-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-main__gallery .swiper-slide img[src*="loader.svg"] {
  margin-top: -25px;
  margin-left: -25px;
  max-width: none;
  max-height: none;
}

.product-main__info {
  margin-top: -7px;
  margin-bottom: -15px;
}

@media (max-width: 1023.98px) {
  .product-main__info {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-main__title {
  font-weight: 400;
  margin-bottom: 29px;
  text-transform: uppercase;
}

.product-main__title.mobile {
  display: none;
}

@media (max-width: 1023.98px) {
  .product-main__title.mobile {
    display: block;
  }
  .product-main__title.desktop {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .product-main__title {
    margin-bottom: 20px;
  }
}

.product-main__info-row {
  font-size: 14px;
  margin-bottom: 35px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-main__info-row {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .product-main__info-row {
    line-height: 2;
    margin-bottom: 15px;
  }
}
.product-main__rating {
	display: flex;
	align-items: center;
}
.product-main__rating__value, .product-main__rating__reviews {
  display: inline;
}

.product-main__rating__value {
  font-size: 18px;
  position: relative;
  padding-left: 22px;
  padding-right: 12px;
  color: #f5791f;
}

.product-main__rating__value:before {
  position: absolute;
  height: 18px;
  width: 18px;
  background-image: url(/local/templates/100system/css/../images/star-orange.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -11px;
}

.product-main .product-status {
  text-transform: uppercase;
  position: relative;
  padding: 0.2em 0.5em;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  background: transparent;
}

.product-main .product-status.green {
  border-color: #52ac62;
  color: #52ac62;
}

.product-main .product-status.orange {
  border-color: #f5791f;
  color: #f5791f;
}

.product-main .product-status.red {
  border-color: #ff0000;
  color: #ff0000;
}

.product-main .product-status.gray {
  border-color: #afafaf;
  color: #afafaf;
}
.product-main .product-status.yellow {
  border-color: #b7b814;
  color: #b7b814;
}

.product-main__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 45px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-main__offer {
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .product-main__offer {
    margin-bottom: 20px;
  }
}

.product-main__offer .price,
.product-main__offer .price-old {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 10px;
}

.product-main__offer .price {
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .product-main__offer .price {
    font-size: 24px;
  }
}

.product-main__offer .price-old {
  font-size: 24px;
  color: #afafaf;
  text-decoration: line-through;
}

@media (max-width: 767.98px) {
  .product-main__offer .price-old {
    font-size: 18px;
  }
}

.product-main__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -10px 20px;
}

@media (max-width: 767.98px) {
  .product-main__buttons {
    margin: -5px -5px 20px;
  }
}

.product-main__buttons > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 10px;
}

@media (max-width: 767.98px) {
  .product-main__buttons > * {
    margin: 5px;
  }
}

.product-main__buttons .btn {
  padding-left: 35px;
  padding-right: 35px;
  min-width: 210px;
}

@media (max-width: 1399.98px) {
  .product-main__buttons .btn {
    min-width: 0;
  }
}

@media (max-width: 559.98px) {
  .product-main__buttons .btn.product-buy-now-btn {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    padding: 0;
    margin-top: 10px;
  }
  .product-main__buttons .btn.product-buy-now-btn, .product-main__buttons .btn.product-buy-now-btn:focus {
    color: #f5791f;
    background: transparent;
    border-color: transparent;
  }
  .product-main__buttons .btn.product-buy-now-btn:hover, .product-main__buttons .btn.product-buy-now-btn:focus:hover {
    color: #e6670a;
    background: transparent;
    border-color: transparent;
  }
}

.product-main__button {
  width: 45px;
  height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  padding: 13px 9px 9px 10px;
  cursor: pointer;
}

.product-main__button, .product-main__button:focus {
  color: #afafaf;
  border-color: #afafaf;
}

.product-main__button:hover, .product-main__button:focus:hover {
  color: #e6670a;
  border-color: #e6670a;
}

.product-main__button .icon {
  width: 24px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.product-main__button .icon.icon-heart {
  fill: none;
  stroke: currentColor;
  stroke-width: 1px;
}

.product-main__button.active, .product-main__button.active:focus,
input:checked + .product-main__button,
input:checked + .product-main__button:focus {
  color: #f5791f;
  border-color: #f5791f;
}

.product-main__button.active:hover, .product-main__button.active:focus:hover,
input:checked + .product-main__button:hover,
input:checked + .product-main__button:focus:hover {
  color: #e6670a;
  border-color: #e6670a;
}

.product-main__button.active .icon.icon-heart,
input:checked + .product-main__button .icon.icon-heart {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1px;
}

.product-main__delivery {
  margin: 0 0 38px;
  padding: 0;
  line-height: 1.3125;
}

@media (max-width: 767.98px) {
  .product-main__delivery {
    margin-bottom: 25px;
  }
}

.product-main__delivery li {
  margin: 0 0 19px;
  padding: 0 40% 0 57px;
  position: relative;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .product-main__delivery li {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .product-main__delivery li {
    padding: 0 0 0 45px;
    margin-bottom: 15px;
  }
}

.product-main__delivery li:before {
  display: none;
}

.product-main__delivery li img {
  position: absolute;
  left: 0;
  top: calc((21/16)*1em);
  max-width: 35px;
  max-height: 28px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 767.98px) {
  .product-main__delivery li img {
    max-width: 30px;
    max-height: 24px;
  }
}

.product-main__delivery li img[src*="loader.svg"] {
  max-height: none;
  max-width: none;
  margin-top: -25px;
  margin-left: -25px;
}

@media (max-width: 767.98px) {
  .product-main__delivery li img[src*="loader.svg"] {
    margin-left: 0;
  }
}

.product-main__delivery__link {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 38%;
  text-align: right;
  text-decoration: underline;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .product-main__delivery__link {
    position: static;
    display: inline-block;
    vertical-align: top;
    max-width: none;
    margin-top: 7px;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .product-main__delivery__link {
    position: static;
    display: inline-block;
    vertical-align: top;
    max-width: none;
    margin: 10px 0 0 -45px;
    text-align: left;
  }
}

.product-main__delivery__link, .product-main__delivery__link:focus {
  color: inherit;
}

.product-main__delivery__link:hover, .product-main__delivery__link:focus:hover {
  color: #e6670a;
}

.product-main__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.product-main__brand > *:not(:last-child) {
  margin-right: 20px;
}

.product-main__brand .brand-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 130px;
  height: 70px;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media (max-width: 767.98px) {
  .product-main__brand .brand-item {
    width: 100px;
    height: 55px;
  }
}

.product-main__brand .brand-text {
  text-decoration: underline;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}

.product__addition-info-block {
  padding-top: 15px;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .product__addition-info-block {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .product-chars {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-chars {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .product-chars {
    margin-bottom: 50px;
  }
}

.product-chars-title {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .product-chars-title {
    margin-bottom: 15px;
  }
}

.product-chars-list {
  margin: 0 0 -19px;
  padding: 0;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .product-chars-list {
    margin-bottom: -10px;
  }
}

.product-chars-list li {
  margin: 0 0 19px;
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .product-chars-list li {
    margin-bottom: 10px;
    padding-left: 25px;
  }
}

.product-chars-list li:before {
  background-color: transparent;
  background-image: url(/local/templates/100system/css/../images/check-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  width: 22px;
  left: 0;
  height: 16px;
  margin-top: -5px;
  top: calc((1em * 1.2) / 2);
}

@media (max-width: 767.98px) {
  .product-chars-list li:before {
    width: 14px;
    height: 12px;
    margin-top: -6px;
  }
}

.product-icons-items {
  margin-bottom: -10px;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .product-icons-items {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-icons-items {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .product-icons-items {
    margin-bottom: 30px;
  }
}

.product-icons-items .product-icon-item {
  margin-bottom: 10px;
}

.product-icon-item {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  display: block;
  position: relative;
  padding: 21px 10px 21px 90px;
  white-space: nowrap;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

.product-icon-item, .product-icon-item:focus {
  color: inherit;
  border-color: #e1e1e1;
}

.product-icon-item:hover, .product-icon-item:focus:hover {
  color: #f5791f;
  border-color: #f5791f;
}

@media (max-width: 767.98px) {
  .product-icon-item {
    padding: 10px 10px 10px 50px;
  }
}

.product-icon-item:after {
  height: calc(1em*(22/16)*2);
  content: "";
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.product-icon-item span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  white-space: normal;
  max-width: 100%;
}

.product-icon-item img {
  position: absolute;
  top: 50%;
  max-width: 50px;
  max-height: 30px;
  left: 50px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .product-icon-item img {
    left: 25px;
    max-width: 30px;
    max-height: 20px;
  }
}

.product-icon-item img[src*="loader.svg"] {
  max-width: none;
  max-height: none;
  margin-top: -25px;
  margin-left: -25px;
}

.product-brand-block {
  margin-right: 30px;
}

@media (max-width: 1399.98px) {
  .product-brand-block {
    margin-right: 0;
  }
}

.product-brand-block__title {
  text-decoration: underline;
  margin-bottom: 20px;
}

.product-brand-block__title .brand-name {
  font-weight: 400;
  color: #78a9ff;
  text-decoration: underline;
}

.product-brand-block__title .icon {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 1.5em;
  margin-left: 15px;
  fill: currentColor;
}

@media (max-width: 767.98px) {
  .product-brand-block__title .icon {
    display: none;
  }
}

.product-brand-block a.product-brand-block__title, .product-brand-block a.product-brand-block__title:focus {
  color: #000;
  text-decoration: underline;
}

.product-brand-block a.product-brand-block__title:hover, .product-brand-block a.product-brand-block__title:focus:hover {
  color: #e6670a;
  text-decoration: underline;
}

.product-brand-block__image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.product-brand-block__image img {
  margin: 0 auto;
}

.product-kit {
  margin-bottom: 27px;
}

@media (max-width: 767.98px) {
  .product-kit {
    margin-bottom: 20px;
  }
}

.product-kit__title {
  position: relative;
  padding-left: 65px;
  margin-bottom: 15px;
}

.product-kit__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  height: 40px;
  margin-top: -20px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .product-kit__title {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .product-kit__title:before {
    width: 26px;
    height: 32px;
    margin-top: -17px;
  }
}

.product-kit.min-kit .product-kit__title:before {
  background-image: url(/local/templates/100system/css/../images/min-kit.svg);
}

.product-kit.opt-kit .product-kit__title:before {
  background-image: url(/local/templates/100system/css/../images/opt-kit.svg);
}

.product-kit.max-kit .product-kit__title:before {
  background-image: url(/local/templates/100system/css/../images/max-kit.svg);
}

.product-kit .kit-symbol-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  right: -26px;
  margin-top: -36px;
  background: #f5f5f5;
  border: 3px solid #fff;
  padding: 17px;
}

@media (max-width: 1023.98px) {
  .product-kit .kit-symbol-btn {
    display: none;
  }
}

.product-kit .kit-symbol-btn .icon {
  fill: #000;
  width: 12px;
  height: 12px;
  display: block;
}

.product-kit .kit-result-item {
  padding: 22px 22px 50px;
  border-radius: 10px;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-shadow: 0 0 0 1px #e1e1e1 inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #e1e1e1 inset, 0 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.product-kit .kit-result-item:hover {
  -webkit-box-shadow: 0 0 0 0 transparent inset, 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0 transparent inset, 0 9px 20px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1023.98px) {
  .product-kit .kit-result-item {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 22px;
  }
}

.product-kit .kit-result-item__button, .product-kit .kit-result-item__text, .product-kit .kit-result-item__sum {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.product-kit .kit-result-item__text {
  height: 45px;
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
}

.product-kit .kit-result-item__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.product-kit .kit-result-item__sum {
  margin: 20px 0;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .product-kit .kit-result-item__sum {
    line-height: 1.2;
  }
}

.product-kit .kit-result-item__price-old {
  display: inline-block;
  vertical-align: top;
  text-decoration: line-through;
  color: #afafaf;
  margin-right: 10px;
  font-size: 14px;
}

.product-kit .kit-result-item__profit {
  display: inline-block;
  vertical-align: top;
  color: #ff0000;
  font-weight: 700;
  font-size: 14px;
}

.product-kit .kit-result-item__price {
  font-size: 30px;
  font-weight: 700;
  display: block;
}

@media (max-width: 767.98px) {
  .product-kit .kit-result-item__price {
    font-size: 24px;
  }
}

.product-kit .kit-result-item__button {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 0;
  width: 100%;
  display: block;
}

.product-kit .catalog-list .kit-result-item {
  margin-bottom: 10px;
}

.product-kit .catalog-item:hover {
  z-index: 1;
}

.product-info-tabs {
  margin-top: 35px;
  padding: 14px 0 60px;
  margin-bottom: 75px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-info-tabs {
    margin-bottom: 60px;
  }
}

@media (max-width: 1023.98px) {
  .product-info-tabs {
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
}

.product-info-tabs .nav-tabs-container {
  margin-bottom: 15px;
}

.product-info-tabs .nav-tabs {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

@media (max-width: 1023.98px) {
  .product-info-tabs .nav-tabs {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.product-info-tabs .nav-tabs {
	display: flex;
}
.product-info-tabs .nav-tabs li {
	display: flex;
}
.product-info-tabs .nav-tabs li:not(:last-of-type) {
	padding-right: 2px;
}

.product-info-tabs .nav-tabs li:first-of-type a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.product-info-tabs .nav-tabs li:last-of-type a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.product-info-tabs .nav-tabs a {
	display: block;
	background: #f5f5f5;
	padding: 8px 21px;
}
.product-info-tabs .nav-tabs a.active,
.product-info-tabs .nav-tabs a.active:hover	{
	color: #fff;
	background: #f5791f;
}

.product-info-tabs .nav-tabs:before {
	display: none;
}
	
@media (min-width: 900px) {
}


.product-info-tabs .tab-pane {
  padding: 0 30px;
}

@media (max-width: 1023.98px) {
  .product-info-tabs .tab-pane {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-info-tabs .tab-pane .section-title {
  font-weight: 400;
}

.product-info-tabs .tab-pane .tab-pane {
  padding-left: 0;
  padding-right: 0;
}

.product-description .section-title {
  margin-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-description .section-title {
    margin-bottom: 50px;
  }
}

.product-description img {
  margin: 35px auto;
  width: 700px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-description img {
    width: 400px;
  }
}

@media (max-width: 767.98px) {
  .product-description img {
    margin: 25px auto;
    width: auto;
  }
}

.product-description img:first-child {
  margin-top: 0;
}

.product-description__gallery {
  position: relative;
}

.product-description__gallery .swiper-pagination {
  display: none;
}

@media (max-width: 767.98px) {
  .product-description__gallery .swiper-container {
    margin-left: -20px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-description__gallery .swiper-slide {
  display: block;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 30px 10px;
  height: 422px;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .product-description__gallery .swiper-slide {
    height: 400px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .product-description__gallery .swiper-slide {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-description__gallery .swiper-slide {
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .product-description__gallery .swiper-slide {
    height: 250px;
    width: 250px !important;
  }
}

.product-description__gallery .swiper-slide img {
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-description__gallery .swiper-slide img[scr*="loader.svg"] {
  margin-top: -25px;
  margin-left: -25px;
}

.product-specifications {
  margin-bottom: -40px;
}

@media (max-width: 767.98px) {
  .product-specifications {
    margin-bottom: -20px;
  }
}

.product-specifications .title {
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .product-specifications .title {
    font-weight: 700;
  }
}

.product-specifications .contents-table {
  margin-bottom: 40px;
  margin-top: 5px;
}

@media (max-width: 767.98px) {
  .product-specifications .contents-table {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.product-specifications .contents-table .name,
.product-specifications .contents-table .value {
  padding-bottom: 10px;
  width: 50%;
}

.product-specifications .contents-table .name:before {
  bottom: calc(10px + 0.3em);
  right: 10px;
}

.product-specifications .contents-table .name > * {
  padding-right: 10px;
}

.product-accessories .section-title {
  font-weight: 700;
  margin-bottom: 43px;
}

@media (max-width: 767.98px) {
  .product-accessories .section-title {
    margin-bottom: 21px;
  }
}

.product-accessories .tags-list {
  margin-bottom: 10px;
}

.product-consumables .section-title {
  font-weight: 700;
  margin-bottom: 43px;
}

@media (max-width: 767.98px) {
  .product-consumables .section-title {
    margin-bottom: 21px;
  }
}

.product-consumables .tags-list {
  margin-bottom: 10px;
}

.product-reviews .section-title {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .product-reviews .section-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 1023.98px) {
  .product-reviews .section-desc {
    margin-bottom: 30px;
  }
}

.product-reviews .product-rating {
  margin-bottom: 26px;
}

@media (max-width: 1023.98px) {
  .product-reviews .product-rating {
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
  }
}

.product-reviews .product-rating__value {
  font-size: 24px;
  position: relative;
  padding-left: 40px;
  padding-right: 26px;
}

@media (max-width: 1023.98px) {
  .product-reviews .product-rating__value {
    padding-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .product-reviews .product-rating__value {
    font-size: 20px;
    padding-left: 30px;
  }
}

.product-reviews .product-rating__value:before {
  content: "";
  width: 33px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  background-repeat: no-repeat;
  background-image: url(/local/templates/100system/css/../images/star-orange.svg);
  background-position: left;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .product-reviews .product-rating__value:before {
    width: 24px;
    height: 23px;
    margin-top: -12px;
  }
}

.product-reviews .product-rating__reviews {
  font-size: 18px;
}

@media (max-width: 1023.98px) {
  .product-reviews__btn {
    margin-bottom: 10px;
    vertical-align: middle;
  }
}

.product-reviews-list {
  margin-bottom: -10px;
}

.product-reviews-list .review {
  margin-bottom: 10px;
}

.product-questions .section-title {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .product-questions .section-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 1023.98px) {
  .product-questions .section-desc {
    margin-bottom: 30px;
  }
}

.product-questions .section-desc p {
  margin-bottom: 26px;
}

@media (max-width: 1023.98px) {
  .product-questions .section-desc p {
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
  }
}

.product-questions-btn {
  min-width: 0;
}

@media (max-width: 1023.98px) {
  .product-questions-btn {
    vertical-align: middle;
    margin-bottom: 10px;
  }
}

.product-questions-list {
  margin-bottom: -10px;
}

.product-questions-list .question-item-block {
  margin-bottom: 10px;
}

.product-questions .question-item:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-left: 22%;
  padding-top: 7px;
  display: none;
}

@media (max-width: 767.98px) {
  .product-questions .question-item:not(:first-child) {
    padding-left: 115px;
    padding-right: 15px;
  }
}

.product-questions .question-item:not(:first-child) .question-item__photo {
  left: calc(22% - 60px);
  top: 5px;
}

@media (max-width: 767.98px) {
  .product-questions .question-item:not(:first-child) .question-item__photo {
    left: 65px;
  }
}

.product-questions .question-item:not(:first-child) .question-item__content {
  margin-top: 0;
}

.product-questions .question-item-block.active .question-item:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.product-questions .question-item-block.active .question-item:not(:first-child) {
  display: block;
}

.product-models {
  margin-top: 35px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .product-models {
    margin-bottom: 20px;
  }
}

.product-models .section-title {
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .product-models .catalog-list {
    margin-bottom: -20px;
  }
  .product-models .catalog-list .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product-models .catalog-list [class^="col"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-models .catalog-list .catalog-item {
    margin-bottom: 20px;
  }
  .product-models .catalog-list .catalog-item.hover {
    position: static;
    min-height: calc(100% - 20px);
  }
}

.compare-page__categories {
  margin-bottom: 10px;
}

.compare-page__content {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
}

.compare-page__controls {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .compare-page__controls {
    margin-bottom: 10px;
  }
}

.compare-page__controls .checkbox-label {
  font-size: 14px;
  line-height: 20px;
}

.compare-page__controls [class^="col"] {
  margin-bottom: 10px;
}

.compare-wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 35px;
}

.compare-placeholder {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
}

.compare-placeholder__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  margin-top: -5px;
  height: 253px;
}

.compare-placeholder__model {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: 700;
}

.compare-placeholder__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 22px;
  font-weight: 700;
}

.compare-items-container {
  margin-bottom: 15px;
  position: relative;
}

.compare-items-slider {
  position: relative;
}

@media (max-width: 1023.98px) {
  .compare-items-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.compare-items-slider .swiper-container {
  margin: -30px -10px;
  padding: 30px 10px;
}

.compare-items-slider .swiper-pagination {
  display: none;
}

@media (max-width: 767.98px) {
  .compare-items-slider .swiper-slide {
    width: 155px !important;
  }
}

.compare-items-slider .catalog-item:hover {
  z-index: 1;
}

.compare-items-slider .arrow-nav-btn {
  z-index: 2;
}

.compare-chars-container {
  overflow: hidden;
}

.compare-chars-list {
  width: auto;
  border-spacing: 0;
  border-collapse: separate;
  border: 0;
  table-layout: fixed;
  font-size: 14px;
  line-height: 1.2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}

@media (max-width: 767.98px) {
  .compare-chars-list {
    font-size: 12px;
  }
}

.compare-chars-list th, .compare-chars-list td {
  width: 278px;
  min-width: 278px;
  max-width: 278px;
  padding-left: 0;
  padding-right: 30px;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
}

.compare-chars-list th:first-child, .compare-chars-list td:first-child {
  padding-left: 30px;
  background: #fff;
}

@media (max-width: 1023.98px) {
  .compare-chars-list th, .compare-chars-list td {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .compare-chars-list th, .compare-chars-list td {
    width: 305px;
    min-width: 305px;
    max-width: 305px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .compare-chars-list th, .compare-chars-list td {
    width: 333.33333px;
    min-width: 333.33333px;
    max-width: 333.33333px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .compare-chars-list th, .compare-chars-list td {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
  }
}

@media (max-width: 767.98px) {
  .compare-chars-list th, .compare-chars-list td {
    width: 165px;
    min-width: 165px;
    max-width: 165px;
  }
}

.compare-chars-list th {
  font-size: 16px;
  text-align: inherit;
  line-height: 16.8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.compare-chars-list td {
  font-size: inherit;
  text-align: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

.compare-chars-list td:first-child {
  font-weight: 700;
}

.compare-chars-list tr.highlighted {
  background: #f5f5f5;
}

.compare-chars-list tr.highlighted th,
.compare-chars-list tr.highlighted td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
}

.compare-chars-list tr.highlighted th:first-child,
.compare-chars-list tr.highlighted td:first-child {
  background: #f5f5f5;
}

.compare-chars-list th,
.compare-chars-list td.row-title {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023.98px) {
  .compare-chars-list .row-title {
    display: none;
  }
}

.compare-chars-list .row-title-mobile {
  display: none;
}

@media (max-width: 1023.98px) {
  .compare-chars-list .row-title-mobile {
    display: table-row;
  }
}

.compare-chars-list .subsection-title {
  margin: 0;
  display: table-cell;
}

.compare-chars-list .simple-rating {
  margin-bottom: 7px;
  display: inline-block;
  vertical-align: top;
  line-height: 16.8px;
}

@media (max-width: 767.98px) {
  .compare-chars-list .simple-rating {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.compare-chars-list .simple-rating__value {
  font-size: 20px;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  color: #f5791f;
}

.compare-chars-list .simple-rating__value:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-image: url(/local/templates/100system/css/../images/star-orange.svg);
  background-position: left;
  background-size: contain;
}

.compare-slider-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  padding: 20px 0;
  z-index: 10;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.compare-slider-fixed .compare-placeholder__title {
  height: auto;
  margin-top: 5px;
}

.compare-slider-fixed .compare-items-container {
  margin: 0;
}

.compare-wrapper.visible-fixed .compare-slider-fixed {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.personal-page {
  margin-top: 105px;
  margin-bottom: 110px;
}

@media (max-width: 1023.98px) {
  .personal-page {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.brand-page {
  margin-top: -8px;
  margin-bottom: 85px;
}

@media (max-width: 767.98px) {
  .brand-page {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.brand-page-main-image {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .brand-page-main-image {
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .brand-page-main-image {
    height: 150px;
    margin-bottom: 40px;
  }
}

.brand-page-logo {
  margin: -85px 0 35px;
  width: 200px;
  height: 170px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  padding: 20px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .brand-page-logo {
    width: 150px;
    height: 120px;
  }
}

@media (max-width: 767.98px) {
  .brand-page-logo {
    width: 100px;
    height: 80px;
    margin: -60px 0 20px;
  }
}

.brand-page-logo img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.brand-page-logo img[src*="loader.svg"] {
  margin-top: -25px;
  margin-bottom: -25px;
}

.brand-page .main-call {
  margin-bottom: 0;
}

.brand-description {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 50px;
}

@media (max-width: 767.98px) {
  .brand-description {
    margin-bottom: 30px;
  }
}

.brand-description .section-title {
  margin-bottom: 0.6em;
  text-align: center;
}

@media (min-width: 1280px) {
  .brand-description .text {
    font-size: 18px;
  }
}

.brand-description .text p:last-child {
  margin-bottom: 0;
}

.brand-categories {
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .brand-categories {
    margin-bottom: 40px;
  }
}

.brand-categories .section-title {
  margin-bottom: 0.6em;
}

@media (min-width: 768px) {
  .brand-categories .category-item {
    height: 215px;
    padding: 20px 25px;
  }
}

.brand-categories .category-item__image {
  margin-right: 0;
}

.brand-hits {
  margin-bottom: 85px;
}

@media (max-width: 767.98px) {
  .brand-hits {
    margin-bottom: 30px;
  }
}

.brand-hits .section-title {
  position: relative;
  padding-left: 50px;
  margin-bottom: 0.6em;
}

.brand-hits .section-title:before {
  content: "";
  left: 0;
  top: 50%;
  width: 28px;
  height: 36px;
  background-image: url(/local/templates/100system/css/../images/hits.svg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -22px;
}

@media (max-width: 767.98px) {
  .brand-hits .section-title {
    padding-left: 40px;
    margin-bottom: 1.1em;
  }
  .brand-hits .section-title:before {
    width: 26px;
    height: 32px;
    margin-top: -17px;
  }
}

.search-page {
  margin-top: -5px;
}

@media (max-width: 767.98px) {
  .search-page {
    margin-top: 0;
  }
}

.search-page__result {
  margin-bottom: 1.2em;
}

.search-page .btn-more {
  display: block;
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .search-page .btn-more {
    margin-top: 40px;
    border-radius: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.search-page .pagination {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .search-page .pagination {
    margin-top: 25px;
  }
}

@media (min-width: 1024px) {
  .search-page .pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.news-page {
  margin-top: 16px;
}

@media (max-width: 1023.98px) {
  .news-page {
    margin-top: 0;
  }
}

.news-page .btn-more {
  display: block;
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .news-page .btn-more {
    margin-top: 40px;
    border-radius: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.news-detail-page {
  margin-top: 30px;
  margin-bottom: 110px;
}

@media (max-width: 1023.98px) {
  .news-detail-page {
    margin-top: 0;
  }
}

.news-detail-page .news-detail__title {
  margin-bottom: 0.5em;
}

.news-detail-page .news-detail__date {
  margin-bottom: 1.4em;
}

.news-detail-page .news-detail-image {
  border-radius: 10px;
  margin: 55px auto 30px;
}

.news-detail-page .news-detail-image:not([src*="loader.svg"]) {
  width: 100%;
}

@media (max-width: 767.98px) {
  .news-detail-page .news-detail-image {
    margin: 15px auto;
  }
}

.news-detail-content p,
.news-detail-content ul {
  margin-bottom: 1.2em;
}

@media (max-width: 1023.98px) {
  .news-detail-content p,
  .news-detail-content ul {
    margin-bottom: 1em;
  }
}

.news-detail-content h1, .news-detail-content .h1,
.news-detail-content h2, .news-detail-content .h2,
.news-detail-content h3, .news-detail-content .h3,
.news-detail-content h4, .news-detail-content .h4,
.news-detail-content h5, .news-detail-content .h5,
.news-detail-content h6, .news-detail-content .h6 {
  margin: 2em 0 1em;
}

@media (max-width: 1023.98px) {
  .news-detail-content h1, .news-detail-content .h1,
  .news-detail-content h2, .news-detail-content .h2,
  .news-detail-content h3, .news-detail-content .h3,
  .news-detail-content h4, .news-detail-content .h4,
  .news-detail-content h5, .news-detail-content .h5,
  .news-detail-content h6, .news-detail-content .h6 {
    margin: 1.5em 0 1em;
  }
}

.news-detail-content h1:first-child, .news-detail-content .h1:first-child,
.news-detail-content h2:first-child, .news-detail-content .h2:first-child,
.news-detail-content h3:first-child, .news-detail-content .h3:first-child,
.news-detail-content h4:first-child, .news-detail-content .h4:first-child,
.news-detail-content h5:first-child, .news-detail-content .h5:first-child,
.news-detail-content h6:first-child, .news-detail-content .h6:first-child {
  margin-top: 0;
}

.news-detail-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .news-detail-bottom {
    margin-top: 30px;
    display: block;
  }
}

.news-detail-bottom ul {
  max-width: 48%;
}

@media (max-width: 767.98px) {
  .news-detail-bottom ul {
    max-width: none;
  }
}

.news-detail-bottom .download-links {
  margin: 0 -17px -12px 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .news-detail-bottom .download-links {
    margin-bottom: 13px;
  }
}

.news-detail-bottom .download-links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px 12px 0;
  padding: 0;
}

.news-detail-bottom .download-links li:before {
  display: none;
}

.news-detail-bottom .download-links a {
  display: block;
  position: relative;
  padding-left: 50px;
}

.news-detail-bottom .download-links a, .news-detail-bottom .download-links a:focus {
  color: inherit;
}

.news-detail-bottom .download-links a:hover, .news-detail-bottom .download-links a:focus:hover {
  color: #e6670a;
}

.news-detail-bottom .download-links .icon {
  display: block;
  width: 33px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  fill: #ff0000;
}

.news-detail-bottom .soc-list {
  font-size: inherit;
  line-height: inherit;
  margin-right: -13px;
}

.news-detail-bottom .soc-list li {
  margin-right: 13px;
}

.news-detail-bottom .soc-list:before {
  content: attr(data-label);
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 12px 0;
}

.page-not-found {
  margin-top: 37px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .page-not-found {
    margin-top: 25px;
  }
}

.page-not-found .image {
  max-height: 210px;
  margin-bottom: 72px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .page-not-found .image {
    max-height: 170px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .page-not-found .image {
    max-height: 100px;
    margin-bottom: 20px;
  }
}

.page-not-found .title {
  font-size: 40px;
  color: #f5791f;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  margin-bottom: 0.4em;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .page-not-found .title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .page-not-found .title {
    font-size: 24px;
  }
}

.page-not-found .subtitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  margin-bottom: 0.7em;
  font-weight: 600;
}

.page-not-found .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  margin-bottom: 3em;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .page-not-found .text {
    margin-bottom: 2em;
  }
}

@media (max-width: 767.98px) {
  .page-not-found .text {
    margin-bottom: 1.5em;
  }
}

.page-not-found .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 768px) {
  .page-not-found .btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.about-page {
  font-size: 18px;
  line-height: 1.27778;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-page {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .about-page {
    font-size: 14px;
  }
}

.about-page .section-title {
  font-size: 48px;
  line-height: 1.22917;
  color: inherit;
  margin-bottom: 100px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-page .section-title {
    font-size: 38px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about-page .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.about-page .section-subtitle {
  display: block;
  margin-top: -94px;
  margin-bottom: 110px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f5791f;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-page .section-subtitle {
    font-size: 22px;
    margin-bottom: 60px;
    margin-top: -54px;
  }
}

@media (max-width: 767.98px) {
  .about-page .section-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: -26px;
  }
}

@media (min-width: 1024px) {
  .about-page .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1400px) {
  .about-page .container {
    max-width: 1602px;
  }
}

@media (min-width: 1024px) {
  .about-page .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-page [class^="col"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.about-page .arrow-nav-btn {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  padding: 20px;
}

.about-page .arrow-nav-btn.prev {
  left: -32px;
}

.about-page .arrow-nav-btn.next {
  right: -32px;
}

.about-page .arrow-nav-btn .icon {
  width: 100%;
  height: 100%;
}

.about-form .form-group {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .about-form .form-group {
    margin-bottom: 20px;
  }
}

.about-form .form-control {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 1px #e5e5e5 inset;
          box-shadow: 0 0 0 0 transparent, 0 0 0 1px #e5e5e5 inset;
  font-size: 15px;
  line-height: 20px;
  border-radius: 10px;
  padding: 20px 27px;
  height: 60px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-form .form-control {
    padding: 15px 25px;
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .about-form .form-control {
    font-size: 14px;
    padding: 10px 15px;
    height: 40px;
  }
}

.about-form .form-control:focus {
  -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2), 0 0 0 0 transparent inset;
          box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2), 0 0 0 0 transparent inset;
}

.about-page .btn,
.about-page .about-form .buttons-line .btn,
.modal .about-form .buttons-line .btn {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 19px 34px;
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-page .btn,
  .about-page .about-form .buttons-line .btn,
  .modal .about-form .buttons-line .btn {
    padding: 14px 29px;
  }
}

@media (max-width: 767.98px) {
  .about-page .btn,
  .about-page .about-form .buttons-line .btn,
  .modal .about-form .buttons-line .btn {
    font-size: 14px;
    padding: 10px 25px;
  }
}

.about-page .btn .icon,
.about-page .about-form .buttons-line .btn .icon,
.modal .about-form .buttons-line .btn .icon {
  height: 20px;
  width: 20px;
  margin: 0 30px;
}

.about-page .btn .icon:first-child,
.about-page .about-form .buttons-line .btn .icon:first-child,
.modal .about-form .buttons-line .btn .icon:first-child {
  margin-left: -10px;
}

.about-page .btn .icon:last-child,
.about-page .about-form .buttons-line .btn .icon:last-child,
.modal .about-form .buttons-line .btn .icon:last-child {
  margin-right: -10px;
}

@media (max-width: 767.98px) {
  .about-page .btn .icon,
  .about-page .about-form .buttons-line .btn .icon,
  .modal .about-form .buttons-line .btn .icon {
    margin: 0 10px;
  }
  .about-page .btn .icon:first-child,
  .about-page .about-form .buttons-line .btn .icon:first-child,
  .modal .about-form .buttons-line .btn .icon:first-child {
    margin-left: 0;
  }
  .about-page .btn .icon:last-child,
  .about-page .about-form .buttons-line .btn .icon:last-child,
  .modal .about-form .buttons-line .btn .icon:last-child {
    margin-right: 0;
  }
}

.about__section-main {
  height: 635px;
  margin-bottom: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about__section-main {
    height: 400px;
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__section-main {
    height: 200px;
    padding: 30px 0;
    margin-bottom: 40px;
  }
}

.about__section-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#111111), to(rgba(17, 17, 17, 0)));
  background: -o-linear-gradient(bottom, #111111 0%, rgba(17, 17, 17, 0) 100%);
  background: linear-gradient(360deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.about__section-main.lazy-loaded:before {
  opacity: 1;
}

.about__section-main .container {
  height: 100%;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}

.about__section-main .section-title {
  color: #fff !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 0 !important;
  text-transform: none !important;
}

.about__section-info {
  margin-bottom: 72px;
}

@media (max-width: 767.98px) {
  .about__section-info {
    margin-bottom: 40px;
  }
}

.about__info-manager {
  padding: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e5e5e5;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about__info-manager {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__info-manager {
    padding: 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 559.98px) {
  .about__info-manager {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

.about__info-manager .author {
  padding-right: 50px;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about__info-manager .author {
    padding-right: 0;
  }
}

@media (max-width: 1023.98px) {
  .about__info-manager .author {
    padding-right: 0;
  }
}

@media (max-width: 559.98px) {
  .about__info-manager .author {
    margin-bottom: 30px;
  }
}

.about__info-manager .author .photo {
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about__info-manager .author .photo {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__info-manager .author .photo {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .about__info-manager .author .photo {
    margin-bottom: 15px;
  }
}

.about__info-manager .author .name,
.about__info-manager .author .info {
  display: block;
}

.about__info-manager .author .name {
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about__info-manager .author .name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__info-manager .author .name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  .about__info-manager .author .name {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.about__info-manager .author .info {
  color: #afafaf;
}

.about__info-manager .words {
  position: relative;
  padding-left: 21px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 1.3;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about__info-manager .words {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .about__info-manager .words {
    font-size: 18px;
  }
}

@media (max-width: 1023.98px) {
  .about__info-manager .words {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .about__info-manager .words {
    font-size: 14px;
  }
}

.about__info-manager .words:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url(/local/templates/100system/css/../images/quotes-orange-decorated.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about__info-manager .words:before {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__info-manager .words:before {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .about__info-manager .words:before {
    width: 24px;
    height: 24px;
    margin-bottom: 15px;
  }
}

.about__info-manager .words p {
  margin-bottom: 1.2em;
}

.about__info-manager .words p:last-child {
  margin-bottom: 0;
}

.about__info-digits {
  margin: -27px 0 -20px;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about__info-digits {
    margin-top: -24px;
    margin-bottom: -27px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about__info-digits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .about__info-digits {
    font-size: 14px;
    margin: -15px -20px;
  }
}

.about__info-digits li {
  margin: 0;
  padding: 27px 0 30px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about__info-digits li {
    padding-top: 24px;
    padding-bottom: 27px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about__info-digits li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .about__info-digits li {
    padding: 15px 20px;
  }
}

.about__info-digits li:before {
  display: block;
  height: 1px;
  width: 50px;
  border-radius: 0;
  left: 0;
  top: auto;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

.about__info-digits li:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #e1e1e1;
}

.about__info-digits li:last-of-type:before, .about__info-digits li:last-of-type:after {
  display: none;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about__info-digits li:nth-last-child(-n+2):before, .about__info-digits li:nth-last-child(-n+2):after {
    display: none;
  }
}

.about__info-digits li > span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  min-width: 0;
  width: 50%;
}

.about__info-digits li > span.digit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  min-width: 0;
  width: 50%;
  line-height: 1;
  color: #f5791f;
  font-size: 48px;
  font-weight: 700;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about__info-digits li > span.digit {
    font-size: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__info-digits li > span.digit {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .about__info-digits li > span.digit {
    font-size: 36px;
  }
}

.about-items-list {
  margin-bottom: -30px;
}

.about-items-list .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.about-items-list [class^="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.about-items-list .about-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about-items-list {
    margin-bottom: -20px;
  }
  .about-items-list .about-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .about-items-list {
    margin-bottom: -10px;
  }
  .about-items-list .about-item {
    margin-bottom: 10px;
  }
}

.about__section-specialization {
  margin-bottom: 103px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__section-specialization {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__section-specialization {
    margin-bottom: 40px;
  }
}

.spec-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 338px;
}

@media (max-width: 1399.98px) {
  .spec-item {
    min-height: 0;
  }
}

@media (max-width: 559.98px) {
  .spec-item {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
    -ms-flex-preferred-size: calc(100% + 40px) !important;
        flex-basis: calc(100% + 40px) !important;
    border-radius: 0;
  }
}

.spec-item:before, .spec-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.spec-item:before {
  background-color: rgba(17, 17, 17, 0.5);
  background-image: -o-linear-gradient(336.55deg, #C4C4C4 0%, #111111 0.01%, rgba(17, 17, 17, 0) 77.52%);
  background-image: linear-gradient(113.45deg, #C4C4C4 0%, #111111 0.01%, rgba(17, 17, 17, 0) 77.52%);
}

.spec-item:after {
  background-image: -o-linear-gradient(336.55deg, #000000 0%, #111111 0.01%, rgba(17, 17, 17, 0.63) 77.52%), -o-linear-gradient(336.55deg, #C4C4C4 0%, #F5791F 0.01%, rgba(245, 121, 31, 0) 77.52%);
  background-image: linear-gradient(113.45deg, #000000 0%, #111111 0.01%, rgba(17, 17, 17, 0.63) 77.52%), linear-gradient(113.45deg, #C4C4C4 0%, #F5791F 0.01%, rgba(245, 121, 31, 0) 77.52%);
  visibility: hidden;
}

.spec-item.lazy-loaded:before, .spec-item.lazy-loaded:after {
  opacity: 1;
}

.spec-item__title {
  color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  line-height: 1.20833;
  font-size: 24px;
  padding: 25px 30px;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .spec-item__title {
    font-size: 22px;
  }
}

@media (max-width: 1023.98px) {
  .spec-item__title {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .spec-item__title {
    font-size: 17px;
    padding: 15px 20px;
  }
}

.spec-item__text {
  color: inherit;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  text-align: justify;
}

@media (min-width: 1024px) and (max-width: 1399.98px) {
  .spec-item__text {
    font-size: 18px;
  }
}

@media (max-width: 1023.98px) {
  .spec-item__text {
    font-size: 16px;
    padding: 40px 30px;
  }
}

@media (max-width: 767.98px) {
  .spec-item__text {
    font-size: 14px;
    padding: 25px 20px;
  }
}

.spec-item:hover:before {
  visibility: hidden;
}

.spec-item:hover:after {
  visibility: visible;
}

.spec-item:hover .spec-item__title {
  opacity: 0;
}

.spec-item:hover .spec-item__text {
  opacity: 1;
}

.about__section-callback {
  background-image: url(/local/templates/100system/css/../images/about-callback-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  padding: 90px 0;
  overflow: hidden;
  position: relative;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__section-callback {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__section-callback {
    margin-bottom: 40px;
    padding: 30px 0;
  }
}

.about__section-callback:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 90px;
  background: #111111;
  opacity: 0.55;
}

@media (max-width: 1279.98px) {
  .about__section-callback:before {
    top: 0;
    bottom: 0;
  }
}

.about__section-callback .container {
  position: relative;
  z-index: 1;
}

.about__section-callback .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.about__section-callback [class^="col"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.about__callback-person {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (max-width: 1279.98px) {
  .about__callback-person {
    display: none;
  }
}

.about__callback-person .photo,
.about__callback-person .photo-bg {
  position: absolute;
  left: 50%;
}

.about__callback-person .photo-bg {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% + 150px);
}

.about__callback-person .photo {
  bottom: -90px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: none;
  height: calc(100% + 180px);
}

.about__callback-person__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
  position: relative;
  z-index: 1;
  padding-left: 100px;
}

.about__callback-person .name,
.about__callback-person .info {
  display: block;
}

.about__callback-person .name {
  font-size: 24px;
  margin-bottom: 10px;
}

.about__callback-person .info {
  font-size: 18px;
}

.about__callback-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 80px 70px 100px;
}

@media (max-width: 1399.98px) {
  .about__callback-form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1279.98px) {
  .about__callback-form {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.about__callback-form .form-title {
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 50px;
}

@media (max-width: 1279.98px) {
  .about__callback-form .form-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.about__callback-form .form-desc {
  margin-bottom: 50px;
}

@media (max-width: 1279.98px) {
  .about__callback-form .form-desc {
    margin-bottom: 30px;
  }
}

.about__callback-form .buttons-line {
  margin-top: -10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about__callback-form .site-form__success {
  padding: 137px 0;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .about__callback-form .site-form__success {
    padding: 110px 0;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__callback-form .site-form__success {
    padding: 85px 0;
  }
}

@media (max-width: 767.98px) {
  .about__callback-form .site-form__success {
    padding: 0;
  }
}

.about__callback-form .site-form__success .form-title,
.about__callback-form .site-form__success .form-desc {
  text-align: center;
}

.about__callback-form .site-form__success .form-desc {
  margin-bottom: 0;
}

.about__callback-form .site-form__success .buttons-line {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__section-callback.soc-callback {
  background-image: -o-radial-gradient(21.28% 38.98%, 28.72% 88.1%, #D4DAE8 0%, #BFC5D5 100%);
  background-image: radial-gradient(28.72% 88.1% at 21.28% 38.98%, #D4DAE8 0%, #BFC5D5 100%);
}

.about__section-callback.soc-callback:before {
  display: none;
}

.about__section-callback.soc-callback .about__callback-person {
  margin-top: 0;
  display: block;
}

.about__section-callback.soc-callback .about__callback-person .photo {
  height: calc(100% + 190px);
  left: 40%;
}

.about__section-callback.soc-callback .about__callback-person__info {
  position: absolute;
  right: -35px;
  border: 4px solid #f5791f;
  border-radius: 10px;
  top: 5px;
  padding: 42px 100px 42px 50px;
  max-width: 315px;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about__section-callback.soc-callback .about__callback-person__info {
    right: 0;
  }
}

.about__section-callback.soc-callback .about__callback-form {
  padding: 0 130px 0 135px;
  margin-top: -10px;
}

@media (max-width: 1399.98px) {
  .about__section-callback.soc-callback .about__callback-form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .about__section-callback.soc-callback .about__callback-form {
    margin-top: 0;
  }
}

.about__section-callback.soc-callback .about__callback-form .form-title {
  font-size: 48px;
  line-height: 1.22917;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about__section-callback.soc-callback .about__callback-form .form-title {
    font-size: 36px;
  }
}

@media (max-width: 1279.98px) {
  .about__section-callback.soc-callback .about__callback-form .form-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.about__section-callback.soc-callback .about__callback-form .site-form__success {
  padding: 97px 0;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about__section-callback.soc-callback .about__callback-form .site-form__success {
    padding: 126.5px 0;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .about__section-callback.soc-callback .about__callback-form .site-form__success {
    padding: 112px 0;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__section-callback.soc-callback .about__callback-form .site-form__success {
    padding: 90px 0;
  }
}

@media (max-width: 767.98px) {
  .about__section-callback.soc-callback .about__callback-form .site-form__success {
    padding: 0;
  }
}

.about__section-callback.soc-callback .soc-list {
  margin: -20px -20px -10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .about__section-callback.soc-callback .soc-list {
    margin: -10px -10px -5px;
  }
}

.about__section-callback.soc-callback .soc-list li {
  margin: 10px;
}

@media (max-width: 767.98px) {
  .about__section-callback.soc-callback .soc-list li {
    margin: 5px;
  }
}

.about__section-callback.soc-callback .soc-list label {
  display: block;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s, background-color 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  padding: 10px;
  background: rgba(255, 255, 255, 0);
  position: relative;
}

@media (max-width: 767.98px) {
  .about__section-callback.soc-callback .soc-list label {
    padding: 5px;
  }
}

.about__section-callback.soc-callback .soc-list label img {
  width: 50px;
  height: 50px;
  max-width: none;
  max-height: none;
}

@media (max-width: 767.98px) {
  .about__section-callback.soc-callback .soc-list label img {
    width: 35px;
    height: 35px;
  }
}

.about__section-callback.soc-callback .soc-list label:before {
  content: "";
  position: absolute;
  bottom: -32px;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  left: 50%;
  margin-left: -15px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 767.98px) {
  .about__section-callback.soc-callback .soc-list label:before {
    border-width: 10px;
    margin-left: -10px;
    bottom: -22px;
  }
}

.about__section-callback.soc-callback .soc-list label:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.about__section-callback.soc-callback .soc-list input:checked + label {
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.about__section-callback.soc-callback .soc-list input:checked + label:before {
  opacity: 1;
}

.about__section-work-with-us {
  margin-bottom: 100px;
}

@media (min-width: 1400px) {
  .about__section-work-with-us .about-items-list {
    margin-bottom: -40px;
  }
  .about__section-work-with-us .about-items-list .about-item {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__section-work-with-us {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__section-work-with-us {
    margin-bottom: 40px;
  }
}

.work-with-us-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 559.98px) {
  .work-with-us-item {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
    -ms-flex-preferred-size: calc(100% + 40px) !important;
        flex-basis: calc(100% + 40px) !important;
  }
}

.work-with-us-item__front {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}

@media (max-width: 559.98px) {
  .work-with-us-item__front {
    border-radius: 0;
  }
}

.work-with-us-item__title {
  color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  line-height: 1.25;
  padding: 25px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .work-with-us-item__title {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .work-with-us-item__title {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .work-with-us-item__title {
    padding: 15px 20px;
    font-size: 17px;
  }
}

.work-with-us-item__back {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  padding: 153px 100px 63px 65px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .work-with-us-item__back {
    padding: 130px 80px 40px 40px;
  }
}

@media (max-width: 767.98px) {
  .work-with-us-item__back {
    padding: 80px 20px 25px;
  }
}

@media (max-width: 559.98px) {
  .work-with-us-item__back {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}

.work-with-us-item__icon {
  position: absolute;
  right: 40px;
  top: 40px;
  height: 80px;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .work-with-us-item__icon {
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  .work-with-us-item__icon {
    height: 40px;
    top: 25px;
    right: 20px;
  }
}

.work-with-us-item__text {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.25;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .work-with-us-item__text {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .work-with-us-item__text {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .work-with-us-item__text {
    font-size: 14px;
  }
}

.work-with-us-item__back {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.work-with-us-item:hover .work-with-us-item__back {
  opacity: 1;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .work-with-us-item {
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .work-with-us-item__front, .work-with-us-item__back {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    opacity: 1 !important;
  }
  .work-with-us-item__back {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .work-with-us-item:hover {
    z-index: 1;
  }
  .work-with-us-item:hover .work-with-us-item__front {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .work-with-us-item:hover .work-with-us-item__back {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}

.about__section-contracts {
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about__section-contracts {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__section-contracts {
    padding: 30px 0;
    margin-bottom: 40px;
  }
}

.about__section-contracts:before {
  content: "";
  background: #333333;
  opacity: 0.65;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.about__section-contracts .container {
  position: relative;
  z-index: 1;
}

.about__section-contracts .digits-list {
  margin-bottom: 100px;
  font-size: 24px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about__section-contracts .digits-list {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__section-contracts .digits-list {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.about__section-contracts .digits-list .digit {
  display: inline;
  font-size: 96px;
  line-height: 1.2;
  color: #f5791f;
  padding-right: 15px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about__section-contracts .digits-list .digit {
    font-size: 60px;
    padding-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .about__section-contracts .digits-list .digit {
    padding-right: 7px;
    font-size: 30px;
  }
}

.about__section-contracts .buttons-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.about__section-contracts .buttons-line .btn {
  margin: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.about__section-services {
  margin-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__section-services {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__section-services {
    margin-bottom: 40px;
  }
}

.about__hr {
  min-height: 0;
  height: 1px;
  background: #e1e1e1;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__hr {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__hr {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.about__hr:before {
  content: "";
  background: #f5791f;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}

.about-service-item {
  border: 2px solid #e5e5e5;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-service-item {
    padding: 38px 33px 28px;
  }
}

@media (max-width: 767.98px) {
  .about-service-item {
    padding: 30px 20px;
  }
}

@media (max-width: 559.98px) {
  .about-service-item {
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
  }
}

.about-service-item:hover {
  -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
  border-color: #f5791f;
}

.about-service-item__label {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 28px;
  padding: 0 10px 0 15px;
  position: absolute;
  z-index: 1;
  left: -2px;
  top: -2px;
  border-radius: 10px 0 10px 0;
}

.about-service-item__label.orange {
  background: #f5791f;
}

.about-service-item__label.green {
  background: #219653;
}

@media (max-width: 767.98px) {
  .about-service-item__label {
    font-size: 10px;
    line-height: 20px;
    padding: 0 10px;
  }
}

.about-service-item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 0;
  width: 50%;
  max-width: 50%;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}

@media (max-width: 1279.98px) {
  .about-service-item__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
}

.about-service-item__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 1.22222;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about-service-item__title {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-service-item__title {
    font-size: 26px;
    padding-right: 80px;
    word-break: break-word;
  }
}

@media (max-width: 767.98px) {
  .about-service-item__title {
    font-size: 24px;
    word-break: break-word;
    margin-bottom: 20px;
    padding-right: 70px;
  }
}

.about-service-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 56px;
  line-height: 1.25;
  color: #afafaf;
}

@media (max-width: 767.98px) {
  .about-service-item__text {
    margin-bottom: 30px;
    line-height: 1.4;
  }
}

.about-service-item__btn.btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-right: 45px;
  padding-left: 45px;
}

@media (max-width: 767.98px) {
  .about-service-item__btn.btn {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.about-service-item__pics {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 0;
  width: 50%;
  max-width: 50%;
  position: relative;
  padding-top: 80px;
}

@media (max-width: 1279.98px) {
  .about-service-item__pics {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 0;
    width: 0;
    max-width: 0;
  }
}

.about-service-item__icon {
  width: 120px;
  height: 120px;
  border: 2px solid #f5791f;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-service-item__icon {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767.98px) {
  .about-service-item__icon {
    width: 60px;
    height: 60px;
  }
}

.about-service-item__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 74px;
  max-height: 74px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-service-item__icon img {
    max-width: 40px;
    max-height: 40px;
  }
}

@media (max-width: 767.98px) {
  .about-service-item__icon img {
    max-width: 30px;
    max-height: 30px;
  }
}

.about-service-item__icon img[src*="loader.svg"] {
  margin-top: -25px;
  margin-left: -25px;
  max-width: none;
  max-height: none;
}

.about-service-item__image {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1279.98px) {
  .about-service-item__image {
    display: none;
  }
}

.about-service-item__image[src*="loader.svg"] {
  margin-top: -25px;
  margin-left: -25px;
}

.about-service-item.image-full .about-service-item__image:not([src*="loader.svg"]) {
  max-width: none;
  max-height: none;
  position: absolute;
  top: -48px;
  left: auto;
  right: -50px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: calc(100% + 48px*2);
  border-radius: 0 10px 10px 0;
}

.modal-service {
  padding: 65px 120px 55px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #333;
}

@media (min-width: 1280px) {
  .modal-service {
    max-width: 876px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-service {
    padding: 40px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .modal-service {
    padding: 40px 20px;
    font-size: 14px;
  }
}

.modal-service hr {
  background: #e1e1e1;
  margin: 50px -120px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-service hr {
    margin: 40px -40px;
  }
}

@media (max-width: 767.98px) {
  .modal-service hr {
    margin: 30px -20px;
  }
}

.modal-service .modal-title {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22222;
  color: inherit;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-service .modal-title {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .modal-service .modal-title {
    font-size: 20px;
  }
}

.modal-service .form-desc {
  margin-bottom: 30px;
  color: #afafaf;
}

@media (max-width: 767.98px) {
  .modal-service .form-desc {
    margin-bottom: 20px;
  }
}

.modal-service .price {
  font-size: 36px;
  color: #f5791f;
  padding: 0 5px;
  line-height: 1.22222;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-service .price {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .modal-service .price {
    font-size: 18px;
  }
}

.modal-service__image {
  width: 233px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-service__image {
    width: 180px;
  }
}

.modal-service__image[src*="loader.svg"] {
  margin-top: -25px;
  margin-left: -25px;
}

.modal-service .form-group {
  margin-bottom: 10px;
}

.modal-service .about-form .buttons-line {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-service .about-form .buttons-line .btn {
  padding-right: 45px;
  padding-left: 45px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-service .about-form .buttons-line {
    margin-top: 20px;
  }
  .modal-service .about-form .buttons-line .btn {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (max-width: 767.98px) {
  .modal-service .about-form .buttons-line {
    margin-top: 10px;
  }
  .modal-service .about-form .buttons-line .btn {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.modal-service .site-form__success .modal-title,
.modal-service .site-form__success .form-desc {
  text-align: center;
}

.modal-service .site-form__success .modal-service__image {
  max-width: 170px;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 40px auto;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-service .site-form__success .modal-service__image {
    max-width: 150px;
  }
}

@media (max-width: 767.98px) {
  .modal-service .site-form__success .modal-service__image {
    margin: 20px auto;
    max-width: 120px;
  }
}

.about__section-persons {
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__section-persons {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__section-persons {
    margin-bottom: 40px;
  }
}

.about-persons-list {
  margin: 0 -6% -100px;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about-persons-list {
    margin-left: -3%;
    padding-right: -3%;
  }
}

@media (max-width: 1279.98px) {
  .about-persons-list {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-persons-list {
    margin-bottom: -40px;
  }
}

@media (max-width: 767.98px) {
  .about-persons-list {
    margin-bottom: -30px;
  }
}

.about-persons-list .about-person-item {
  margin-bottom: 100px;
  padding: 0 18%;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about-persons-list .about-person-item {
    padding-left: 9%;
    padding-right: 9%;
  }
}

@media (max-width: 1279.98px) {
  .about-persons-list .about-person-item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-persons-list .about-person-item {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .about-persons-list .about-person-item {
    margin-bottom: 30px;
  }
}

.about-person-item {
  margin-left: auto;
  margin-right: auto;
}

.about-person-item__image {
  position: relative;
  overflow: hidden;
  height: 475px;
  margin-bottom: 30px;
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-person-item__image {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .about-person-item__image {
    margin-bottom: 15px;
  }
}

@media (min-width: 560px) and (max-width: 767.98px) {
  .about-person-item__image {
    height: 380px;
  }
}

@media (max-width: 559.98px) {
  .about-person-item__image {
    height: auto;
  }
}

.about-person-item__photo {
  display: block;
  height: 100%;
  position: relative;
  max-width: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 559.98px) {
  .about-person-item__photo {
    height: auto;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
  }
}

.about-person-item__popup-btn {
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: 35px;
  display: block;
  opacity: 0;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s, opacity 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s, color 0.3s, opacity 0.3s;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s, opacity 0.3s;
  max-width: calc(100% - 90px);
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about-person-item__popup-btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-person-item__popup-btn {
    bottom: 25px;
    right: 30px;
    left: 30px;
    max-width: calc(100% - 60px);
  }
}

@media (max-width: 767.98px) {
  .about-person-item__popup-btn {
    bottom: 20px;
    right: 20px;
    left: 20px;
    max-width: calc(100% - 40px);
    min-width: calc(100% - 40px);
  }
}

.about-person-item:hover .about-person-item__popup-btn {
  opacity: 1;
}

.about-person-item__name, .about-person-item__info {
  display: block;
}

.about-person-item__name {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: inherit;
  text-transform: none;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-person-item__name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  .about-person-item__name {
    margin-bottom: 0;
    font-size: 18px;
  }
}

.about-person-item__info {
  color: #afafaf;
  margin-bottom: 0;
}

.modal-person {
  font-size: 18px;
  padding: 50px;
  font-family: "Montserrat", sans-serif;
  color: #333;
}

@media (min-width: 1280px) {
  .modal-person {
    max-width: 876px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-person {
    padding: 40px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .modal-person {
    padding: 40px 20px;
    font-size: 14px;
  }
}

.modal-person__main {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-person__main {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .modal-person__main {
    margin-bottom: 25px;
  }
}

.modal-person img.modal-person__photo {
  max-width: calc(100% - 10px);
}

@media (max-width: 1279.98px) {
  .modal-person img.modal-person__photo {
    max-width: 100%;
  }
}

@media (max-width: 559.98px) {
  .modal-person img.modal-person__photo {
    margin-bottom: 15px;
  }
}

.modal-person__content {
  padding-left: 45px;
  padding-right: 60px;
}

@media (max-width: 1279.98px) {
  .modal-person__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-person__name {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: inherit;
  text-transform: none;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-person__name {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .modal-person__name {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.modal-person__info {
  color: #afafaf;
  margin-bottom: 47px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-person__info {
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .modal-person__info {
    margin-bottom: 25px;
  }
}

.modal-person__info-list {
  margin: 30px 0;
  font-size: calc(1.11111*1em);
}

@media (max-width: 767.98px) {
  .modal-person__info-list {
    margin: 20px 0;
  }
}

.modal-person__info-list:last-child {
  margin-bottom: 0;
}

.modal-person__info-list li {
  margin-bottom: 1.5em;
}

@media (max-width: 767.98px) {
  .modal-person__info-list li {
    margin-bottom: 0.5em;
  }
}

.modal-person__info-list li:last-child {
  margin-bottom: 0;
}

.modal-person__contacts {
  margin-bottom: 20px;
}

@media (max-width: 1279.98px) {
  .modal-person__contacts {
    margin-bottom: 15px;
  }
}

.modal-person__certificates .section-title {
  font-size: 18px;
  line-height: 1.22222;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: inherit;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767.98px) {
  .modal-person__certificates .section-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.modal-person__certificates .about-items-list {
  margin-bottom: -16px;
}

.modal-person__certificates .about-items-list .about-item {
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .modal-person__certificates .about-items-list {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.modal-person__certificates .row {
  margin-right: -8px;
  margin-left: -8px;
}

.modal-person__certificates [class^="col"] {
  padding-left: 8px;
  padding-right: 8px;
}

.modal-person .about-certificate-item {
  height: 263px;
  padding: 18px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-person .about-certificate-item {
    height: 150px;
    padding: 13px;
  }
}

@media (max-width: 767.98px) {
  .modal-person .about-certificate-item {
    padding: 10px;
    border-radius: 5px;
    height: 100px;
  }
}

.modal-person .about-certificate-item:before {
  width: 110px;
  height: 110px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-person .about-certificate-item:before {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767.98px) {
  .modal-person .about-certificate-item:before {
    width: 40px;
    height: 40px;
  }
}

.modal-person .about-certificate-item:after {
  width: 80px;
  height: 80px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-person .about-certificate-item:after {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .modal-person .about-certificate-item:after {
    width: 30px;
    height: 30px;
  }
}

.modal-person .about-certificate-item .icon-zoom {
  width: 28px;
  height: 28px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-person .about-certificate-item .icon-zoom {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767.98px) {
  .modal-person .about-certificate-item .icon-zoom {
    width: 16px;
    height: 16px;
  }
}

.person-contacts-item {
  padding-left: 45px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .person-contacts-item {
    padding-left: 30px;
    margin-bottom: 10px;
  }
}

.person-contacts-item__label {
  font-size: 14px;
  color: #afafaf;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .person-contacts-item__label {
    font-size: 12px;
  }
}

.person-contacts-item__value {
  font-size: 20px;
  color: inherit;
  position: relative;
  line-height: 24px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .person-contacts-item__value {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .person-contacts-item__value {
    font-size: 16px;
    line-height: 20px;
  }
}

.person-contacts-item__value a, .person-contacts-item__value a:focus {
  color: inherit;
}

.person-contacts-item__value a:hover, .person-contacts-item__value a:focus:hover {
  color: #f5791f;
}

.person-contacts-item .icon {
  display: block;
  width: 24px;
  height: 24px;
  left: -45px;
  top: 0;
  position: absolute;
  fill: #f5791f;
}

@media (max-width: 767.98px) {
  .person-contacts-item .icon {
    width: 20px;
    height: 20px;
    left: -30px;
  }
}

.about__section-certificates {
  margin-bottom: 184px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__section-certificates {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .about__section-certificates {
    margin-bottom: 20px;
  }
}

.about-certificates-slider {
  position: relative;
}

.about-certificates-slider .swiper-container {
  padding: 20px;
  margin: -20px;
}

.about-certificate-item {
  display: block;
  border: 2px solid #e5e5e5;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  height: 490px;
  position: relative;
  padding: 33px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

.about-certificate-item:hover, .about-certificate-item:focus:hover {
  border-color: #f5791f;
  -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .about-certificate-item {
    height: 370px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-certificate-item {
    padding: 28px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .about-certificate-item {
    height: 395px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about-certificate-item {
    height: 305px;
  }
}

@media (min-width: 560px) and (max-width: 767.98px) {
  .about-certificate-item {
    padding: 20px;
    height: 250px;
  }
}

@media (max-width: 559.98px) {
  .about-certificate-item {
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
    padding: 10px;
    height: 210px;
  }
}

.about-certificate-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-certificate-item img[src*="loader.svg"] {
  margin-top: -25px;
  margin-left: -25px;
}

.about-certificate-item:before, .about-certificate-item:after,
.about-certificate-item .icon-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}

.about-certificate-item:hover:before, .about-certificate-item:hover:after,
.about-certificate-item:hover .icon-zoom {
  opacity: 1;
}

.about-certificate-item:before, .about-certificate-item:after {
  content: "";
  border-radius: 50%;
  z-index: 1;
}

.about-certificate-item:before {
  background: rgba(245, 121, 31, 0.25);
  width: 194px;
  height: 194px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-certificate-item:before {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767.98px) {
  .about-certificate-item:before {
    width: 80px;
    height: 80px;
  }
}

.about-certificate-item:after {
  background: #f5791f;
  width: 142px;
  height: 142px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-certificate-item:after {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 767.98px) {
  .about-certificate-item:after {
    width: 60px;
    height: 60px;
  }
}

.about-certificate-item .icon-zoom {
  fill: #fff;
  width: 50px;
  height: 50px;
  z-index: 2;
}

@media (max-width: 1279.98px) {
  .about-certificate-item .icon-zoom {
    width: 30px;
    height: 30px;
  }
}

.about__section-clients {
  margin-bottom: 105px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__section-clients {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__section-clients {
    margin-bottom: 40px;
  }
}

.about__section-clients .about__videos-list {
  margin-bottom: 110px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about__section-clients .about__videos-list {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .about__section-clients .about__videos-list {
    margin-bottom: 15px;
  }
}

.about-video-item {
  display: block;
}

.about-video-item, .about-video-item:focus {
  color: inherit;
}

.about-video-item:hover, .about-video-item:focus:hover {
  color: #f5791f;
}

@media (max-width: 767.98px) {
  .about-video-item {
    margin-bottom: 25px !important;
  }
}

.about-video-item__image {
  display: block;
  height: 205px;
  margin-bottom: 25px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-video-item__image {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .about-video-item__image {
    height: 180px;
    margin-bottom: 15px;
  }
}

.about-video-item__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.about-video-item__image[data-lazy-bg]:before {
  visibility: hidden;
}

.about-video-item__image .icon {
  display: block;
  width: 54px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -20px;
  color: #111;
  fill: #fff;
  -webkit-transition: color 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
  opacity: 0;
}

.about-video-item__image.lazy-loaded .icon {
  opacity: 1;
}

.about-video-item:hover .about-video-item__image:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.about-video-item:hover .about-video-item__image .icon {
  color: #f5791f;
}

.about-video-item__title {
  font-size: 24px;
  line-height: 1.25;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-video-item__title {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .about-video-item__title {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .about__clients-list .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .about__clients-list [class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.about-client-item {
  display: block;
  height: 150px;
  padding: 20px 15%;
  border: 2px solid #e5e5e5;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

.about-client-item:hover, .about-client-item:focus:hover {
  border-color: #f5791f;
  -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  .about-client-item {
    padding: 20px;
    height: 90px;
  }
}

@media (max-width: 559.98px) {
  .about-client-item {
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
  }
}

.about-client-item img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-client-item img[src*="loader.svg"] {
  margin-top: -25px;
  margin-left: -25px;
}

[class^="about__section-"]:last-child {
  margin-bottom: 0 !important;
}
.container.certificate a{ margin: auto 0;}
.container.certificate{margin-bottom:50px}
.site-block h3:not(:first-child) {margin-bottom: 0px;}
.site-block h4 {margin: 10px 0;}
@media(max-width:500px){
.buttons-line{
flex-wrap: wrap;
    gap: 30px;
    justify-content: center!important;}}
    
@media (min-width: 1280px) {
    .col-xs-6.col-md-4.col-lg-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-md-6.col-lg-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
/* End */


/* Start:/local/templates/100system/css/custom.css?16781129147852*/
.btn-more-wrap {
	padding-top: 1px;
}
.btn-more-wrap .btn-more {
	display: block;
    width: 350px;
    min-width: 0;
    margin: 30px auto 0;
}
label.has-error {
	color: #f00;
	font-size: 14px; 
	margin-bottom: 5px;
	display: block;
}
input.has-error,
textarea.has-error {
	border-color: #f00!important;
}
.links-line {
	margin-top: 15px;
}
.error-text {
	text-align: center;
}
.loading {
    position: relative;
}
.loading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999;
    background: #ffffff 50% 50% no-repeat url('/local/templates/100system/css/../images/mw__loading.gif');
    opacity: 0.6;
}
.btn-simple:not(.btn-change-password):not(:hover) {
    color: #000;
}
.text-center {
    text-align: center;
}
.auth-form .btn-submit {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.auth-form .buttons-line {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    margin: 0!important;
}
.auth-form {
    max-width: 620px;
    margin: 0 auto;
}
.bx_catalog-compare-list {
    display: none!important;
}
.header-top-menu [id*=bx_incl_area_] {
    display: flex;
}
.header-user-menu sup[data-compare-all="0"],
.header-user-menu sup[data-favorite-all="0"],
.header-user-menu sup[data-basket-all="0"] {
    display: none!important;
}
.product-cartridges {
    display: none;
}
.modal-catalog-alert {
    max-width: 500px;
    text-align: center;
}
.modal-catalog-alert .buttons-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
input[type="checkbox"][name="agree"] {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
}
.basket-item-label-ring {
    display: none;
}
.main-about img {
    border-radius: 8px;
}
.main-menu .main-menu-sub .main-menu-sub__body .link-all {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin-top: 15px;
	margin-left: 55px;
}
@media (min-width: 1024px) {
	.main-menu .main-menu-sub .main-menu-sub__body .link-all {
		display: none;
	}
}

.modal-tender-invite .form-title,
.modal-tender-invite .form-desc {
	text-align: center;
}
.modal-tender-invite .buttons-line {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product-reviews .btn-more,
.product-questions .btn-more {
    display: block;
    width: 350px;
    min-width: 0;
    margin: 30px auto 0;
}
.bx-blue.btn.btn-default {
    outline: 0;
    background-color: #1485ce;
    border-color: #1485ce;
    color: #FFF;
}
.bx-blue.btn.btn-default:hover {
    outline: 0;
    background-color: #53a4d8;
    border-color: #53a4d8;
    color: #FFF;
}
.bx-blue.btn.btn-default:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.catalog-item__buttons-line .product-item-button-container,
.catalog-item__buttons-line .product-item-button-container .btn-link,
.catalog-item__buttons-line .bx-blue {
    width: 100%;
}

.product-main__title {
	text-transform: none;
}

@media (max-width: 767px) {
	.catalog-item__buttons-line .bx-blue.btn.btn-default {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 13px;
		margin-top: 7px;
	}
}

.product-item-button-container {
	text-align: center;
}
.product-item-button-container .btn {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.product-item-button-container .btn {
		padding: 5px;
		font-size: 13px;
		margin-top: 7px;
	}
}

select {
	background: #fff;
	height: 45px;
	font-size: inherit;
	-webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 0;
	line-height: 24px;
	padding: 10px 45px 10px 20px;
	font-size: inherit;
	color: inherit;
	font-weight: 400;
	display: block;
	width: 100%;
}

select:disabled {
	color: #9f9f9f;
}

.quick-select select {
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e1e1e1;
}

.product-main__brand {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: -20px;
}
.product-main__brand > * {
    margin-bottom: 20px;
}

.product-main__brand .product-doc {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	max-width: 100%;
	min-width: 0;
}

.product-main__brand .product-brand-block__image {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 186px;
}

.product-main__brand > *:nth-last-child(2) {
    margin-right: auto;
}

.product-main__gallery {
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}

.catalog-item .catalog-item__buttons-line .bx-blue {
	padding-right: 10px;
	padding-left: 10px;
}

.product-main__info .product-main__brand .product-brand-block__title {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-right: 0;
	min-width: 0;
}
.footer-pay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px -10px;
}
.footer-pay li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 5px 10px;
	padding: 0;
}
.footer-pay li:before {
	display: none;
}
.footer-pay img {
	display: block;
	width: auto;
	height: 18px;
}
@media (max-width: 767px) {
	.footer-pay {
		margin-bottom: 10px;
	}
}

.sshd-page .sshd__info-block {
	border-left: none!important;
}

.product-main > .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.product-main > .row > [class^="col"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.product-main__sleders,
.product-main__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 0;
	max-width: 100%;
	width: 100%;
}
.product-main__sliders {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.product-main__info {
	margin-bottom: 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-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.product-main__info-top {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.product-main__brand {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.catalog-recommended .catalog-item:hover .catalog-item__chars {
    display: none!important;
}

.btn-scroll-to-top {
	bottom: 56px!important;
	right: 140px!important;
	top: auto!important;
	position: fixed!important;
}


.search-result {
	position: relative;
}
.search-result .autocomplete-suggestions {
	background: #fff;
	max-height: 150px;
	border: 1px solid #e1e1e1;
	border-bottom: 0;
	overflow: auto;
}
.search-result .autocomplete-suggestion {
	border-bottom: 1px solid #e1e1e1;
	padding: 5px;
	cursor: pointer;
}
.search-result .autocomplete-suggestion:hover {
	background: #f0f0f0;
}
/* End */


/* Start:/local/templates/100system/css/styleServersLanding.css?162877643562403*/
.sshd-page {
	font-size: 18px;
	line-height: 1.61111;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #333;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page {
		font-size: 14px;
	}
}

@media (min-width: 1600px) {
	.sshd-page .container {
		max-width: 1590px;
	}
}

@media (min-width: 1280px) {
	.sshd-page .container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.sshd-page .breadcrumb {
	font-family: "PT sans", sans-serif;
}

.sshd-page .btn {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	padding: 17px 35px;
	border-radius: 30px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .btn {
		padding-top: 13px;
		padding-bottom: 13px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .btn {
		padding: 10px 30px;
	}
}

.sshd-page .buttons-line {
	margin-right: -8px;
	margin-bottom: -8px;
}

.sshd-page .buttons-line .btn {
	margin-right: 8px;
	margin-bottom: 8px;
}

.sshd-page .chat-btn {
	position: fixed;
	top: 50%;
	margin-top: -35px;
	right: 35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #f5791f;
	z-index: 50;
}

.sshd-page .chat-btn:before, .sshd-page .chat-btn:after {
	position: absolute;
	content: "";
	background: inherit;
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.sshd-page .chat-btn:before {
	z-index: 2;
}

.sshd-page .chat-btn:after {
	opacity: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.sshd-page .chat-btn:hover:after {
	opacity: 0.25;
	-webkit-transform: scale(1.4285);
	-ms-transform: scale(1.4285);
	transform: scale(1.4285);
}

.sshd-page .chat-btn .icon {
	fill: #fff;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	left: 50%;
	margin-left: -16px;
	display: block;
	position: absolute;
	z-index: 3;
}

.sshd-page .chat-btn span {
	position: absolute;
	z-index: 1;
	background: #fff;
	font-size: 12px;
	text-transform: uppercase;
	color: #111111;
	line-height: 1.5;
	padding: 12px 16px;
	padding-left: 51px;
	font-family: "PT sans", sans-serif;
	font-weight: 500;
	white-space: nowrap;
	border-radius: 5px;
	left: 50%;
	top: 50%;
	margin-top: -21px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .chat-btn {
		width: 54px;
		height: 54px;
		margin-top: -27px;
	}
	.sshd-page .chat-btn .icon {
		width: 24px;
		height: 24px;
		margin-top: -12px;
		margin-left: -12px;
	}
	.sshd-page .chat-btn span {
		padding: 10px 15px;
		padding-left: 42px;
		margin-top: -19px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .chat-btn {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 20px;
		margin-top: -20px;
	}
	.sshd-page .chat-btn .icon {
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-left: -10px;
	}
	.sshd-page .chat-btn span {
		padding: 5px 10px;
		padding-left: 30px;
		margin-top: -14px;
	}
}

.sshd-page h1, .sshd-page .h1,
.sshd-page h2, .sshd-page .h2,
.sshd-page h3, .sshd-page .h3,
.sshd-page h4, .sshd-page .h4,
.sshd-page h5, .sshd-page .h5 {
	margin: 0 0 1em;
	color: inherit;
	text-align: inherit;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.sshd-page h1, .sshd-page .h1 {
	font-size: 64px;
	line-height: 1.21875;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page h1, .sshd-page .h1 {
		font-size: 48px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page h1, .sshd-page .h1 {
		font-size: 36px;
	}
}

.sshd-page h2, .sshd-page .h2 {
	font-size: 48px;
	line-height: 1.22917;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page h2, .sshd-page .h2 {
		font-size: 36px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page h2, .sshd-page .h2 {
		font-size: 24px;
	}
}

.sshd-page h3, .sshd-page .h3 {
	font-size: 36px;
	line-height: 1.22222;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page h3, .sshd-page .h3 {
		font-size: 32px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page h3, .sshd-page .h3 {
		font-size: 24px;
	}
}

.sshd-page h4, .sshd-page .h4 {
	font-size: 24px;
	line-height: 1.20833em;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page h4, .sshd-page .h4 {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page h4, .sshd-page .h4 {
		font-size: 18px;
	}
}

.sshd-page h5, .sshd-page .h5 {
	font-size: 20px;
	line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page h5, .sshd-page .h5 {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page h5, .sshd-page .h5 {
		font-size: 16px;
	}
}

@media (min-width: 1280px) {
	.sshd-page .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.sshd-page .row > [class^="col"] {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .tags-list .tag {
		font-size: 20px;
		padding: 15px 30px;
		border-radius: 26px;
	}
}

@media (min-width: 1280px) {
	.sshd-page .tags-list {
		margin: -10px;
	}
	.sshd-page .tags-list li {
		margin: 10px;
	}
	.sshd-page .tags-list .tag {
		font-size: 24px;
		padding: 19px 30px;
		border-radius: 30px;
	}
}

.sshd-page label.radio-label:before {
	background: #f5f5f5;
	border-color: #e5e5e5;
	-webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
	transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
	-o-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}

.sshd-page label.radio-label:after {
	background: #fff;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 12px;
	height: 12px;
	top: calc(1em*(22/16)/2);
	left: 12px;
	margin-left: -6px;
	margin-top: -6px;
}

.sshd-page input:checked + .radio-label {
	color: #f5791f;
	font-weight: 700;
}

.sshd-page input:checked + .radio-label:before {
	background: #f5791f;
	border-color: #f5791f;
}

.sshd-page label.checkbox-label:before {
	background: #f5f5f5;
	border-color: #e5e5e5;
	-webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
	transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
	-o-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	border-radius: 3px;
}

.sshd-page label.checkbox-label:after {
	width: 24px;
	height: 24px;
	margin-top: -12px;
	border-radius: 3px;
}

.sshd-page input:checked + .radio-label {
	color: #f5791f;
	font-weight: 700;
}

.sshd-page input:checked + .radio-label:before {
	background: #f5791f;
	border-color: #f5791f;
}

.sshd-page .form-control {
	border-radius: 4px;
	height: 48px;
	padding: 12px 20px;
	font-size: 14px;
	line-height: 22px;
}

.sshd-page textarea.form-control {
	min-height: 125px;
	display: block;
	height: auto;
}

.sshd-page .selectric-wrapper .selectric {
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	height: 48px;
	font-size: 14px;
	line-height: 22px;
}

.sshd-page .selectric-wrapper .selectric .label {
	margin-right: 45px;
	margin-left: 20px;
	padding: 12px 0;
	font-weight: 400;
}

.sshd-page .selectric-wrapper .selectric .button {
	width: 46px;
	height: 46px;
}

.sshd-page .selectric-wrapper .selectric .button:after {
	width: 10px;
	height: 10px;
	border: 0;
	border-top: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	margin-top: -5px;
	right: 23px;
	margin-right: -5px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.sshd-page .selectric-wrapper .selectric-items {
	border-radius: 0 0 4px 4px;
	font-size: 14px;
}

.sshd-page .selectric-wrapper.selectric-open .selectric {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

.sshd-page .selectric-wrapper.selectric-open .selectric .button:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sshd-page .sshd__section-main {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-top: 20px;
	padding-bottom: 95px;
	color: #fff;
	height: 1px;
	min-height: calc(100vh - 180px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-main {
		padding-bottom: 60px;
	}
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-main {
		min-height: calc(100vh - 174px);
	}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
	.sshd-page .sshd__section-main {
		min-height: calc(100vh - 248px);
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-main {
		padding-bottom: 40px;
		min-height: 0;
		display: block;
		height: auto;
		margin-bottom: 40px;
	}
}

.sshd-page .sshd__section-main:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(#111111), to(rgba(17, 17, 17, 0)));
	background: -o-linear-gradient(bottom, #111111 0%, rgba(17, 17, 17, 0) 100%);
	background: linear-gradient(360deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.sshd-page .sshd__section-main .container {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.sshd-page .sshd__section-main .breadcrumb {
	color: #fff;
	margin-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-main .breadcrumb {
		margin-bottom: 60px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-main .breadcrumb {
		margin-bottom: 30px;
	}
}

.sshd-page .sshd__section-main .breadcrumb li:not(:last-child) {
	padding-right: 33px;
}

.sshd-page .sshd__section-main .breadcrumb li:not(:last-child):after {
	right: 14px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.sshd-page .sshd__section-main .page-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-width: 0;
	margin: 0 0 0.625em;
	text-transform: none;
	max-width: 700px;
}

.sshd-page .sshd__section-main .section-desc {
	font-size: 1.33333em;
	margin-bottom: 2.5em;
	max-width: 700px;
	line-height: 1.20833;
}

.sshd-page .sshd__info-block {
	margin-bottom: 60px;
	border-radius: 10px;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border: 0;
	border-left: 4px solid #f5791f;
	padding: 120px 105px;
	padding-right: 615px;
}

.sshd-page .sshd__info-block img {
	position: absolute;
	right: 85px;
	width: 380px;
	bottom: 30px;
}

.sshd-page .sshd__info-block .section-title {
	font-weight: 400;
	text-transform: none;
	margin-bottom: 1.11111em;
}

.sshd-page .sshd__info-block .section-desc {
	color: #999;
}

.sshd-page .sshd__info-block .section-desc:last-child {
	margin-bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
	.sshd-page .sshd__info-block {
		padding: 70px 80px;
		padding-right: 530px;
	}
	.sshd-page .sshd__info-block img {
		right: 80px;
		width: 350px;
	}
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__info-block {
		padding: 50px 60px;
	}
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
	.sshd-page .sshd__info-block {
		padding-right: 420px;
	}
	.sshd-page .sshd__info-block img {
		right: 60px;
		width: 300px;
	}
}

@media (max-width: 1023.98px) {
	.sshd-page .sshd__info-block img {
		position: static;
		margin: 30px auto;
		width: 300px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__info-block {
		padding: 30px 20px;
		margin-bottom: 40px;
	}
}

.sshd__section-advantages {
	margin-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd__section-advantages {
		margin-bottom: 60px;
	}
}

@media (max-width: 767.98px) {
	.sshd__section-advantages {
		margin-bottom: 40px;
	}
}

.sshd__section-advantages .advantages-item {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.sshd-page .advantages-items-list {
	margin-bottom: -30px;
}

.sshd-page .advantages-items-list .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.sshd-page .advantages-items-list [class^="col"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.sshd-page .advantages-items-list .advantages-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .advantages-items-list {
		margin-bottom: -20px;
	}
	.sshd-page .advantages-items-list .advantages-item {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .advantages-items-list {
		margin-bottom: -10px;
	}
	.sshd-page .advantages-items-list .advantages-item {
		margin-bottom: 10px;
	}
}

.sshd-page .advantages-item {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 338px;
}

@media (max-width: 1399.98px) {
	.sshd-page .advantages-item {
		min-height: 0;
	}
}

@media (max-width: 559.98px) {
	.sshd-page .advantages-item {
		margin-left: -20px;
		margin-right: -20px;
		max-width: calc(100% + 40px) !important;
		width: calc(100% + 40px) !important;
		-ms-flex-preferred-size: calc(100% + 40px) !important;
		flex-basis: calc(100% + 40px) !important;
		border-radius: 0;
	}
}

.sshd-page .advantages-item:before, .sshd-page .advantages-item:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
	-ms-transform: matrix(1, 0, 0, -1, 0, 0);
	transform: matrix(1, 0, 0, -1, 0, 0);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0;
}

.sshd-page .advantages-item:before {
	background-color: rgba(17, 17, 17, 0.5);
	background-image: -o-linear-gradient(336.55deg, #C4C4C4 0%, #111111 0.01%, rgba(17, 17, 17, 0) 77.52%);
	background-image: linear-gradient(113.45deg, #C4C4C4 0%, #111111 0.01%, rgba(17, 17, 17, 0) 77.52%);
}

.sshd-page .advantages-item:after {
	background-image: -o-linear-gradient(336.55deg, #000000 0%, #111111 0.01%, rgba(17, 17, 17, 0.63) 77.52%), -o-linear-gradient(336.55deg, #C4C4C4 0%, #F5791F 0.01%, rgba(245, 121, 31, 0) 77.52%);
	background-image: linear-gradient(113.45deg, #000000 0%, #111111 0.01%, rgba(17, 17, 17, 0.63) 77.52%), linear-gradient(113.45deg, #C4C4C4 0%, #F5791F 0.01%, rgba(245, 121, 31, 0) 77.52%);
	visibility: hidden;
}

.sshd-page .advantages-item.lazy-loaded:before, .sshd-page .advantages-item.lazy-loaded:after {
	opacity: 1;
}

.sshd-page .advantages-item__title {
	color: inherit;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 36px 40px;
	margin: 0 !important;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .advantages-item__title {
		padding: 25px 30px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .advantages-item__title {
		padding: 15px 20px;
	}
}

.sshd-page .advantages-item__text {
	color: inherit;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	position: relative;
	z-index: 1;
	padding: 50px 40px;
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	text-align: justify;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .advantages-item__text {
		font-size: 18px;
		padding: 40px 30px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .advantages-item__text {
		font-size: 16px;
		padding: 25px 20px;
	}
}

.sshd-page .advantages-item:hover:before {
	visibility: hidden;
}

.sshd-page .advantages-item:hover:after {
	visibility: visible;
}

.sshd-page .advantages-item:hover .advantages-item__title {
	opacity: 0;
}

.sshd-page .advantages-item:hover .advantages-item__text {
	opacity: 1;
}

.sshd-page .advantages-item.categories-item {
	min-height: 280px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .advantages-item.categories-item {
		min-height: 210px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .advantages-item.categories-item {
		min-height: 170px;
	}
}

.sshd-page .advantages-item.categories-item:hover, .sshd-page .advantages-item.categories-item:focus:hover {
	color: #f5791f;
}

.sshd-page .advantages-item.categories-item:before {
	background: inherit;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.sshd-page .advantages-item.categories-item:after {
	visibility: visible;
	background-color: rgba(17, 17, 17, 0.5);
	background-image: -o-linear-gradient(336.55deg, #C4C4C4 0%, #111111 0.01%, rgba(17, 17, 17, 0) 77.52%);
	background-image: linear-gradient(113.45deg, #C4C4C4 0%, #111111 0.01%, rgba(17, 17, 17, 0) 77.52%);
}

.sshd-page .advantages-item.categories-item:hover:before {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.sshd-page .advantages-item.categories-item:hover .advantages-item__title {
	opacity: 1;
}

.sshd-page .sshd__section-assortment {
	margin-bottom: 80px;
}

.sshd-page .sshd__section-assortment .section-title {
	margin-bottom: 2.08333em;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-assortment {
		margin-bottom: 60px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-assortment {
		margin-bottom: 40px;
	}
}

.sshd-page .sshd-assortment-block {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 130px 0;
	background-position: center;
	color: #fff;
	text-align: center;
	position: relative;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd-assortment-block {
		padding: 70px 0;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd-assortment-block {
		padding: 40px 0;
	}
}

.sshd-page .sshd-assortment-block .container {
	position: relative;
}

.sshd-page .sshd-assortment-block.servers {
	background-position: top;
}

.sshd-page .sshd-assortment-block.systems {
	background-position: bottom;
}

.sshd-page .sshd-assortment-block.systems:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #3f4ed5;
	opacity: 0.9;
}

.sshd-page .sshd-assortment-block .block-title {
	margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd-assortment-block .block-title {
		margin-bottom: 40px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd-assortment-block .block-title {
		margin-bottom: 30px;
	}
}

.sshd-page .sshd-assortment-block .block-desc {
	max-width: 830px;
	margin: 0 auto 50px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd-assortment-block .block-desc {
		margin-bottom: 40px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd-assortment-block .block-desc {
		margin-bottom: 30px;
	}
}

.sshd-page .sshd-assortment-block .assortment-hide-more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 60px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.2;
}

.sshd-page .sshd-assortment-block .assortment-hide-more, .sshd-page .sshd-assortment-block .assortment-hide-more:focus {
	color: #fff;
}

.sshd-page .sshd-assortment-block .assortment-hide-more:hover, .sshd-page .sshd-assortment-block .assortment-hide-more:focus:hover {
	color: #f5791f;
}

.sshd-page .sshd-assortment-block .assortment-hide-more:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 1px solid #f5791f;
	border-right: 1px solid #f5791f;
	left: 50%;
	margin-left: -5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: -35px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd-assortment-block .assortment-hide-more {
		margin-bottom: 40px;
	}
	.sshd-page .sshd-assortment-block .assortment-hide-more:before {
		bottom: -25px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd-assortment-block .assortment-hide-more {
		margin-bottom: 30px;
	}
	.sshd-page .sshd-assortment-block .assortment-hide-more:before {
		bottom: -20px;
	}
}

.sshd-page .sshd-assortment-block:not(.block-open) .assortment-hide-more {
	display: none;
}

.sshd-page .sshd-assortment-block .hidden-content {
	display: none;
}

.sshd-page .sshd-assortment-block.block-open .assortment-show-more {
	display: none;
}

.sshd-page .sshd-assortment-block .tags-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sshd-page .sshd-assortment-block .tags-list .tag:not(.active):not(:hover) {
	border-color: #fff;
	color: #fff;
}

.sshd-page .sshd-assortment-block .tab-container {
	margin-top: 70px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd-assortment-block .tab-container {
		margin-top: 50px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd-assortment-block .tab-container {
		margin-top: 30px;
	}
}

.sshd-page .sshd-assortment-block .pane-title {
	margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd-assortment-block .pane-title {
		margin-bottom: 40px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd-assortment-block .pane-title {
		margin-bottom: 30px;
	}
}

.sshd-page .sshd-assortment-block .pane-desc {
	max-width: 1000px;
	margin: 0 auto 60px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd-assortment-block .pane-desc {
		margin-bottom: 40px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd-assortment-block .pane-desc {
		margin-bottom: 30px;
	}
}

.sshd-page .sshd-catalog-list {
	margin-bottom: -30px;
}

.sshd-page .sshd-catalog-list .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.sshd-page .sshd-catalog-list [class^="col"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.sshd-page .sshd-catalog-list .sshd-catalog-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd-catalog-list {
		margin-bottom: -20px;
	}
	.sshd-page .sshd-catalog-list .sshd-catalog-item {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd-catalog-list {
		margin-bottom: -10px;
	}
	.sshd-page .sshd-catalog-list .sshd-catalog-item {
		margin-bottom: 10px;
	}
}

.sshd-page .sshd-catalog-item {
	background: #fff;
	border-radius: 10px;
	padding: 40px 50px 60px;
	text-align: center;
	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-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #333;
}

.sshd-page .sshd-catalog-item__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 193px;
	display: block;
	margin: 0 0 35px;
}

.sshd-page .sshd-catalog-item__image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sshd-page .sshd-catalog-item__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	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-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.sshd-page .sshd-catalog-item__title {
	margin-bottom: 1.5em;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.sshd-page .sshd-catalog-item__title a, .sshd-page .sshd-catalog-item__title a:focus {
	color: inherit;
}

.sshd-page .sshd-catalog-item__title a:hover, .sshd-page .sshd-catalog-item__title a:focus:hover {
	color: #f5791f;
}

.sshd-page .sshd-catalog-item__desc {
	font-size: 14px;
	margin-bottom: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.sshd-page .sshd-catalog-item__category {
	font-weight: 700;
	line-height: 1.22222;
	text-transform: uppercase;
	font-size: 14px;
}

.sshd-page .sshd-catalog-item__btn-choice {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 260px;
	max-width: 100%;
}

@media (min-width: 1280px) {
	.sshd-page .sshd-catalog-item.lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 60px 110px;
		text-align: left;
		max-width: 1305px;
		margin-left: auto;
		margin-right: auto;
	}
	.sshd-page .sshd-catalog-item.lg .sshd-catalog-item__image {
		height: auto;
		padding: 0 20px;
		margin-bottom: 0;
		margin-left: 40px;
	}
	.sshd-page .sshd-catalog-item.lg .sshd-catalog-item__image img {
		max-height: 340px;
	}
	.sshd-page .sshd-catalog-item.lg .sshd-catalog-item__content {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.sshd-page .sshd-catalog-item.lg .sshd-catalog-item__category {
		font-size: 18px;
	}
	.sshd-page .sshd-catalog-item.lg .sshd-catalog-item__title {
		font-size: 64px;
		line-height: 1.3;
		margin-bottom: 0.2em;
	}
	.sshd-page .sshd-catalog-item.lg .sshd-catalog-item__desc {
		font-size: 16px;
		line-height: 1.625;
	}
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd-catalog-item {
		padding: 30px 40px 40px;
	}
	.sshd-page .sshd-catalog-item__image {
		height: 170px;
		margin-bottom: 30px;
	}
	.sshd-page .sshd-catalog-item__category {
		font-size: 12px;
		margin-bottom: 1em;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd-catalog-item {
		padding: 10px 20px 30px;
	}
	.sshd-page .sshd-catalog-item__image {
		height: 140px;
		margin-bottom: 20px;
	}
	.sshd-page .sshd-catalog-item__category {
		font-size: 12px;
		margin-bottom: 1em;
	}
	.sshd-page .sshd-catalog-item__desc {
		margin-bottom: 20px;
	}
}

.sshd-page .sshd__section-offers {
	margin-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-offers {
		margin-bottom: 70px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-offers {
		margin-bottom: 40px;
	}
}

.sshd-page .sshd__section-offers .section-title {
	margin-bottom: 1.375em;
	text-align: center;
}

.sshd-page .sshd__section-offers .tab-container {
	margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-offers .tab-container {
		margin-bottom: 45px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-offers .tab-container {
		margin-bottom: 30px;
	}
}

.sshd-page .catalog-list {
	margin-bottom: -30px;
}

.sshd-page .catalog-list .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.sshd-page .catalog-list [class^="col"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.sshd-page .catalog-list .catalog-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

.sshd-page .catalog-list .catalog-item.hover {
	min-height: calc(100% - 30px);
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .catalog-list {
		margin-bottom: -20px;
	}
	.sshd-page .catalog-list .catalog-item {
		margin-bottom: 20px;
	}
	.sshd-page .catalog-list .catalog-item.hover {
		min-height: calc(100% - 20px);
	}
}

@media (max-width: 767.98px) {
	.sshd-page .catalog-list {
		margin-bottom: -10px;
	}
	.sshd-page .catalog-list .catalog-item {
		margin-bottom: 10px;
	}
	.sshd-page .catalog-list .catalog-item.hover {
		min-height: calc(100% - 10px);
	}
}

.sshd-page .catalog-item-wrapper {
	width: 100%;
}

@media (min-width: 1280px) {
	.sshd-page .catalog-item {
		padding: 40px 20px 30px;
	}
}

.sshd-page .catalog-item .btn-get-price {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 767.98px) {
	.sshd-page .catalog-item .btn-get-price {
		font-size: 12px;
		margin-top: 7px;
	}
}

.sshd-page .catalog-item .btn-get-price, .sshd-page .catalog-item .btn-get-price:focus {
	background: #1485ce;
	border-color: transparent;
	color: #fff;
}

.sshd-page .catalog-item .btn-get-price:hover, .sshd-page .catalog-item .btn-get-price:focus:hover {
	background: #53a4d8;
	border-color: transparent;
	color: #fff;
}

.sshd-page .catalog-item__basket-btn {
	padding-right: 16px;
	padding-left: 15px;
}

@media (min-width: 1280px) {
	.sshd-page .catalog-item__image {
		height: 225px;
		margin-bottom: 40px;
	}
}

.sshd-page .catalog-item__title h5 {
	font-family: "PT sans", sans-serif;
	font-weight: 400;
	line-height: 1.375;
	height: calc(1em * 22 / 16 * 2);
	font-size: 16px;
	text-transform: none;
}

.sshd-page .catalog-item__bottom {
	font-size: 12px;
}

.sshd-page .sshd__section-stages {
	padding: 110px 0;
	background: #1485ce;
	color: #fff;
	margin-bottom: 130px;
	position: relative;
	overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-stages {
		padding: 70px 0;
		margin-bottom: 80px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-stages {
		padding: 40px 0;
		margin-bottom: 50px;
		text-align: center;
	}
}

.sshd-page .sshd__section-stages .section-title {
	margin-bottom: 1.66667em;
	text-align: center;
}

.sshd-page .sshd__section-stages .stages-list {
	margin-bottom: -80px;
}

.sshd-page .sshd__section-stages .stages-list .stage-item {
	margin-bottom: 80px;
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-stages .stage-item {
		position: relative;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}

.sshd-page .sshd__section-stages .stage-item__image {
	border-radius: 50%;
	width: 190px;
	height: 190px;
	position: relative;
	margin-bottom: 24px;
	background: #fff;
}

.sshd-page .sshd__section-stages .stage-item__image img {
	position: relative;
	max-width: 64px;
	max-height: 64px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sshd-page .sshd__section-stages .stage-item__image:before {
	content: "";
	position: absolute;
	top: 50%;
	border-radius: 50%;
	background-color: #f5791f;
	width: 70px;
	height: 70px;
	-webkit-box-shadow: 0 0 0 15px rgba(245, 121, 31, 0.25);
	box-shadow: 0 0 0 15px rgba(245, 121, 31, 0.25);
	margin-top: -35px;
	z-index: 1;
	right: -73px;
}

.sshd-page .sshd__section-stages .stage-item__image:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	top: 50%;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	right: -41px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
	.sshd-page .sshd__section-stages .stage-item__image:before {
		right: -56px;
	}
	.sshd-page .sshd__section-stages .stage-item__image:after {
		right: -26px;
	}
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
	.sshd-page .sshd__section-stages .stage-item__image {
		width: 170px;
		height: 170px;
	}
	.sshd-page .sshd__section-stages .stage-item__image:before {
		right: -52px;
	}
	.sshd-page .sshd__section-stages .stage-item__image:after {
		right: -21px;
	}
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-stages .stage-item__image {
		width: 150px;
		height: 150px;
		margin-bottom: 20px;
	}
	.sshd-page .sshd__section-stages .stage-item__image img {
		max-width: 50px;
		max-height: 50px;
	}
	.sshd-page .sshd__section-stages .stage-item__image:before {
		width: 54px;
		height: 54px;
		-webkit-box-shadow: 0 0 0 12px rgba(245, 121, 31, 0.25);
		box-shadow: 0 0 0 12px rgba(245, 121, 31, 0.25);
		margin-top: -27px;
	}
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-stages .stage-item__image:before {
		right: -120px;
	}
	.sshd-page .sshd__section-stages .stage-item__image:after {
		right: -98px;
	}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
	.sshd-page .sshd__section-stages .stage-item__image:before {
		right: -142px;
	}
	.sshd-page .sshd__section-stages .stage-item__image:after {
		right: -118px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-stages .stage-item__image {
		width: 140px;
		height: 140px;
		margin: 0 auto 10px;
		position: static;
	}
	.sshd-page .sshd__section-stages .stage-item__image img {
		max-width: 40px;
		max-height: 40px;
	}
	.sshd-page .sshd__section-stages .stage-item__image:before {
		width: 40px;
		height: 40px;
		-webkit-box-shadow: 0 0 0 8px rgba(245, 121, 31, 0.25);
		box-shadow: 0 0 0 8px rgba(245, 121, 31, 0.25);
		left: 50%;
		margin-left: -20px;
		bottom: -60px;
		margin-top: 0;
		top: auto;
	}
	.sshd-page .sshd__section-stages .stage-item__image:after {
		left: 50%;
		margin-left: -5px;
		top: auto;
		bottom: -44px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}

.sshd-page .sshd__section-stages .stage-item__order {
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	opacity: 0.5;
	margin-bottom: 24px;
	display: block;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-stages .stage-item__order {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-stages .stage-item__order {
		margin-bottom: 10px;
	}
}

.sshd-page .sshd__section-stages .stage-item__title {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

.sshd-page .sshd__section-stages [class^="col"]:last-of-type .stage-item__image:before, .sshd-page .sshd__section-stages [class^="col"]:last-of-type .stage-item__image:after {
	display: none;
}

.sshd__section-cunsulting {
	position: relative;
	padding-right: 48%;
	margin-bottom: 160px;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
	.sshd__section-cunsulting {
		margin-bottom: 100px;
	}
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd__section-cunsulting {
		margin-bottom: 70px;
	}
}

@media (max-width: 1023.98px) {
	.sshd__section-cunsulting {
		padding-right: 0;
		margin-bottom: 40px;
	}
}

.sshd__section-cunsulting .section-title {
	margin-bottom: 1.45833em;
	text-transform: none;
}

.sshd__section-cunsulting .section-desc {
	color: #999;
	line-height: 1.27778;
	margin-bottom: 0;
}

@media (max-width: 1023.98px) {
	.sshd__section-cunsulting .section-desc {
		margin-bottom: 2em;
	}
}

.sshd__section-cunsulting .consulting-person {
	position: absolute;
	right: 0;
	top: -70px;
	width: 48%;
	padding-left: 60px;
	padding-right: 140px;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
	.sshd__section-cunsulting .consulting-person {
		padding-left: 40px;
		padding-right: 100px;
	}
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
	.sshd__section-cunsulting .consulting-person {
		top: -30px;
		padding-left: 30px;
		padding-right: 80px;
	}
}

@media (max-width: 1023.98px) {
	.sshd__section-cunsulting .consulting-person {
		position: relative;
		top: 0;
		width: auto;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
	.sshd__section-cunsulting .consulting-person {
		padding-left: 100px;
		padding-right: 100px;
		max-width: 500px;
	}
}

@media (max-width: 767.98px) {
	.sshd__section-cunsulting .consulting-person {
		padding-right: 0;
		padding-left: 0;
		max-width: 300px;
	}
}

.sshd__section-cunsulting .consulting-person__image {
	display: block;
	width: 100%;
	border-radius: 50%;
}

.sshd__section-cunsulting .consulting-person__info {
	border: 4px solid #f5791f;
	border-radius: 10px;
	max-width: 275px;
	padding: 45px 50px 45px 70px;
	position: absolute;
	top: 90px;
	right: 0;
}

@media (min-width: 1024px) and (max-width: 1399.98px) {
	.sshd__section-cunsulting .consulting-person__info {
		padding: 30px 40px;
		max-width: 220px;
	}
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
	.sshd__section-cunsulting .consulting-person__info {
		top: 50px;
	}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
	.sshd__section-cunsulting .consulting-person__info {
		padding: 20px 30px;
		max-width: 200px;
		top: 0;
	}
}

@media (max-width: 767.98px) {
	.sshd__section-cunsulting .consulting-person__info {
		position: static;
		padding: 15px 20px;
		margin-top: 20px;
		max-width: none;
		text-align: center;
		border-width: 2px;
	}
}

.sshd__section-cunsulting .consulting-person__name {
	display: block;
	font-size: 1.33333em;
	line-height: 1.20833;
	margin-bottom: 15px;
	font-weight: 500;
}

.sshd__section-cunsulting .consulting-person__job {
	line-height: 1.22222;
}

.sshd__section-calculator .section-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: 50%;
	margin-bottom: 80px;
}

@media (min-width: 1024px) and (max-width: 1399.98px) {
	.sshd__section-calculator .section-head {
		max-width: 75%;
	}
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd__section-calculator .section-head {
		margin-bottom: 50px;
	}
}

@media (max-width: 1023.98px) {
	.sshd__section-calculator .section-head {
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.sshd__section-calculator .section-head {
		margin-bottom: 30px;
	}
}

.sshd__section-calculator .section-head__image {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 120px;
	height: 120px;
	margin-right: 35px;
	background: #fff;
	border: 3px solid #f5791f;
	border-radius: 50%;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.sshd__section-calculator .section-head__image img {
	position: relative;
	max-width: 70px;
	max-height: 70px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd__section-calculator .section-head__image {
		width: 100px;
		height: 100px;
		margin-right: 25px;
	}
	.sshd__section-calculator .section-head__image img {
		max-width: 50px;
		max-height: 50px;
	}
}

@media (max-width: 767.98px) {
	.sshd__section-calculator .section-head__image {
		display: none;
	}
}

.sshd__section-calculator .section-head .section-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	margin-bottom: 0;
	line-height: 1.58333;
}

.sshd__section-calculator .items-list {
	margin-bottom: -30px;
}

.sshd__section-calculator .items-list .brand-label {
	margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd__section-calculator .items-list {
		margin-bottom: -20px;
	}
	.sshd__section-calculator .items-list .brand-label {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.sshd__section-calculator .items-list {
		margin-bottom: -10px;
	}
	.sshd__section-calculator .items-list .brand-label {
		margin-bottom: 10px;
	}
}

.sshd__section-calculator .brand-items-list .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.sshd__section-calculator .brand-items-list .row > [class^="col"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.sshd__section-calculator .brand-items-list .row > [class^="col"] > .brand-label {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 0;
	max-width: 100%;
	width: 100%;
}

.sshd__section-calculator .brand-label {
	display: block;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	border: 2px solid #f5f5f5;
	min-height: 198px;
	padding: 35px 40px;
	cursor: pointer;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd__section-calculator .brand-label {
		min-height: 150px;
		padding: 25px 30px;
	}
}

@media (max-width: 767.98px) {
	.sshd__section-calculator .brand-label {
		min-height: 130px;
		padding: 20px;
	}
}

.sshd__section-calculator .brand-label__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 60%;
	max-height: calc(100% - 80px);
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.6s, visibility 0s;
	-o-transition: opacity 0.6s, visibility 0s;
	transition: opacity 0.6s, visibility 0s;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd__section-calculator .brand-label__logo {
		max-height: calc(100% - 60px);
	}
}

@media (max-width: 767.98px) {
	.sshd__section-calculator .brand-label__logo {
		max-height: calc(100% - 40px);
	}
}

.sshd__section-calculator .brand-label__content {
	opacity: 0;
	visibility: hidden;
	font-size: 13px;
	-webkit-transition: opacity 0s, visibility 0s;
	-o-transition: opacity 0s, visibility 0s;
	transition: opacity 0s, visibility 0s;
}

.sshd__section-calculator .brand-label__logo-min {
	display: block;
	max-height: 40px;
	max-width: 50%;
	margin-bottom: 20px;
}

.sshd__section-calculator input:checked + .brand-label {
	border-color: #f5791f;
}

@media (hover: hover) {
	.sshd__section-calculator .brand-label:hover .brand-label__content {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.6s, visibility 0s;
		-o-transition: opacity 0.6s, visibility 0s;
		transition: opacity 0.6s, visibility 0s;
	}
	.sshd__section-calculator .brand-label:hover .brand-label__logo {
		opacity: 0 !important;
		visibility: hidden;
		-webkit-transition: opacity 0s, visibility 0s;
		-o-transition: opacity 0s, visibility 0s;
		transition: opacity 0s, visibility 0s;
	}
}

@media (hover: none) {
	.sshd__section-calculator input:checked + .brand-label .brand-label__content {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.6s, visibility 0s;
		-o-transition: opacity 0.6s, visibility 0s;
		transition: opacity 0.6s, visibility 0s;
	}
	.sshd__section-calculator input:checked + .brand-label .brand-label__logo {
		opacity: 0 !important;
		visibility: hidden;
		-webkit-transition: opacity 0s, visibility 0s;
		-o-transition: opacity 0s, visibility 0s;
		transition: opacity 0s, visibility 0s;
	}
}

.sshd-page .sshd__section-calculator .btn-add-sd {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	position: relative;
	padding-left: 38px;
	line-height: 24px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 10px;
}

.sshd-page .sshd__section-calculator .btn-add-sd:before {
	content: "+";
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	width: 24px;
	text-align: center;
	background: #43b05c;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.sshd-page .sshd__section-calculator .btn-add-sd:hover:before {
	background-color: #f5791f;
}

.sshd-page .sshd__section-calculator .fildset-control-label {
	margin-bottom: 10px;
}

.sshd-page .sshd__section-calculator .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.sshd-page .sshd__section-calculator .row > [class^="col"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.sshd-page .sshd__section-calculator .row > [class^="col"] > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.sshd-page .sshd__section-calculator .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.sshd-page .sshd__section-calculator .form-group > * {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
}

.sshd-page .sshd__section-calculator .form-group > .checkbox-label:not(:only-child) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-item-align: center;
	align-self: center;
	height: 24px;
}

.sshd-page .sshd__section-calculator fieldset {
	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-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.sshd-page .sshd__section-calculator fieldset .form-group {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 10px;
}

.sshd-page .sshd__section-calculator fieldset .row {
	margin-left: -5px;
	margin-right: -5px;
}

.sshd-page .sshd__section-calculator fieldset .row > [class^="col"] {
	padding-right: 5px;
	padding-left: 5px;
}

.sshd-page .sshd__section-calculator .form-control-tooltip {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-item-align: center;
	align-self: center;
	width: 24px;
	height: 24px;
	margin-right: -40px;
	margin-left: 16px;
	border: 1px solid #c1bfc1;
	border-radius: 50%;
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-calculator .form-control-tooltip {
		margin-right: 0;
	}
}

.sshd-page .sshd__section-calculator .form-control-tooltip:before {
	content: "?";
	font-size: 18px;
	text-align: center;
	width: 22px;
	line-height: 22px;
	color: #c1bfc1;
	font-family: "PT sans", sans-serif;
}

.sshd-page .sshd__section-calculator .form-step-2 {
	padding-right: 40px;
}

.sshd-page .sshd__section-calculator .btn-remove-sd {
	position: absolute;
	width: 24px;
	height: 24px;
	background: #999;
	border-radius: 50%;
	top: 50%;
	margin-top: -12px;
	right: -40px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.sshd-page .sshd__section-calculator .btn-remove-sd:before, .sshd-page .sshd__section-calculator .btn-remove-sd:after {
	content: "";
	position: absolute;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	background: #fff;
	width: 1px;
	height: 14px;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.sshd-page .sshd__section-calculator .btn-remove-sd:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sshd-page .sshd__section-calculator .btn-remove-sd:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sshd-page .sshd__section-calculator .btn-remove-sd:hover {
	background-color: #f5791f;
}

.sshd-page .sshd__section-calculator .form-step-3 {
	max-width: 640px;
	padding-right: 40px;
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-calculator .form-step-3 {
		padding-right: 0;
	}
}

.sshd-page .sshd__section-calculator .personal-link {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 0;
}

.sshd-page .sshd__section-calculator .form-control-soc-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-item-align: center;
	align-self: center;
	height: 24px;
	width: 24px;
	margin-left: 20px;
	margin-right: -44px;
}

.sshd-page .sshd__section-calculator .form-control-soc-icon + .form-control {
	padding-left: 60px;
}

.sshd-page .sshd__section-calculator .buttons-line {
	margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-calculator .buttons-line {
		margin-top: 40px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-calculator .buttons-line {
		margin-top: 30px;
	}
}

.sshd-page .sshd__section-calculator .form-step-2 .buttons-line {
	margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-calculator .form-step-2 .buttons-line {
		margin-top: 0;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-calculator .form-step-2 .buttons-line {
		margin-top: -10px;
	}
}

@media (min-width: 768px) {
	.sshd-page .sshd__section-calculator .form-step-1 .buttons-line {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.sshd-page .sshd__section-calculator .btn-prev .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sshd-page .sshd__section-calculator .form-step:not(.active) {
	display: none;
}

.sshd-page .sshd__section-calculator .form-nav {
	background: #ffffff;
	-webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin: 0 0 50px;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	line-height: 1.33333;
	font-weight: 700;
	text-transform: uppercase;
}

.sshd-page .sshd__section-calculator .form-nav li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #fff;
	background: #f5791f;
	text-align: center;
	padding: 10px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	margin: 0;
}

.sshd-page .sshd__section-calculator .form-nav li:before {
	display: none;
}

.sshd-page .sshd__section-calculator .form-nav li + li {
	margin-left: 1px;
}

.sshd-page .sshd__section-calculator .form-nav li.active ~ li {
	color: #999;
	background: #f5f5f5;
}

.sshd-page .sshd__section-calculator .form-nav li:first-of-type {
	border-radius: 6px 0 0 6px;
}

.sshd-page .sshd__section-calculator .form-nav li:last-of-type {
	border-radius: 0 6px 6px 0;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd-page .sshd__section-calculator .form-nav {
		margin-bottom: 40px;
	}
}

@media (max-width: 767.98px) {
	.sshd-page .sshd__section-calculator .form-nav {
		margin-bottom: 30px;
	}
}

.sshd__calculator-success {
	display: none;
}

.sshd__calculator-success__top {
	padding: 115px 0 85px;
	text-align: center;
	color: #fff;
	margin-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.sshd__calculator-success__top {
		margin-bottom: 60px;
		padding: 80px 0 60px;
	}
}

@media (max-width: 767.98px) {
	.sshd__calculator-success__top {
		margin-bottom: 40px;
		padding: 40px 0;
	}
}

.sshd__calculator-success__top .success-title {
	margin-bottom: 0.625em;
}

.sshd__calculator-success__top .success-desc {
	max-width: 550px;
	margin: 0 auto;
}

.sshd__calculator-form.form-success {
	display: none;
}

.sshd__calculator-form.form-success + .sshd__calculator-success {
	display: block;
}

.modal-sshd-catalog {
	max-width: 700px;
	padding: 10px;
}

@media (max-width: 767.98px) {
	.modal-sshd-catalog {
		width: calc(100% - 50px);
	}
}

.modal-sshd-catalog .modal-close {
	border-radius: 50%;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	width: 40px;
	height: 40px;
	right: -40px;
	top: -40px;
	padding: 10px;
}

@media (max-width: 767.98px) {
	.modal-sshd-catalog .modal-close {
		width: 24px;
		height: 24px;
		padding: 7px;
		right: -24px;
		top: -24px;
	}
}

.modal-sshd-catalog .modal-close .icon {
	fill: #fff;
}

.modal-sshd-catalog .modal-close, .modal-sshd-catalog .modal-close:focus {
	background-color: #f5791f;
}

.modal-sshd-catalog .modal-close:hover, .modal-sshd-catalog .modal-close:focus:hover {
	background-color: #999;
}

.modal-sshd-catalog .items-list {
	margin-bottom: -10px;
}

.modal-sshd-catalog .items-list .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-left: -5px;
	margin-right: -5px;
}

.modal-sshd-catalog .items-list [class^="col"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

.modal-sshd-catalog .items-list .modal-catalog-category {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}

.modal-catalog-category {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 450px;
	padding: 40px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.modal-catalog-category {
		min-height: 300px;
		padding: 30px;
	}
}

@media (max-width: 767.98px) {
	.modal-catalog-category {
		min-height: 150px;
		padding: 20px;
	}
}

.modal-catalog-category:before, .modal-catalog-category:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.modal-catalog-category:before {
	background: inherit;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.modal-catalog-category:hover:before {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.modal-catalog-category:after {
	background-color: rgba(17, 17, 17, 0.5);
	background-image: -o-linear-gradient(336.55deg, #C4C4C4 0%, #111111 0.01%, rgba(17, 17, 17, 0) 77.52%);
	background-image: linear-gradient(113.45deg, #C4C4C4 0%, #111111 0.01%, rgba(17, 17, 17, 0) 77.52%);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.modal-catalog-category.lazy-loaded:before, .modal-catalog-category.lazy-loaded:after {
	opacity: 1;
}

.modal-catalog-category__inner {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	z-index: 1;
}

.modal-catalog-category__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	color: inherit;
	margin: 0;
	text-transform: none;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.20833em;
	text-align: left;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.modal-catalog-category__title {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.modal-catalog-category__title {
		font-size: 18px;
	}
}

.modal-catalog-category__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 40px;
	width: 60px;
	height: 60px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	border-radius: 50%;
	position: relative;
	border: 1px solid #f5791f;
	background-color: #f5791f;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.modal-catalog-category__button {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 767.98px) {
	.modal-catalog-category__button {
		width: 40px;
		height: 40px;
	}
}

.modal-catalog-category__button .icon {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
	fill: #fff;
	-webkit-transition: fill 0.3s;
	-o-transition: fill 0.3s;
	transition: fill 0.3s;
}

.modal-catalog-category:hover .modal-catalog-category__button {
	background-color: transparent;
}

.modal-catalog-category:hover .modal-catalog-category__button .icon {
	fill: #f5791f;
}

#landingServers input:disabled,
#landingServers textarea:disabled,
#landingServers button.btn-add-sd:disabled {
	opacity: 0.5;
}

#landingServers input.error,#landingServers textarea.error {
	border: 1px solid red;
}

#landingServers .error_container, #landingServers .error_characteristics {
	color: red;
}

#landingServers label.error.checkbox-label:before {
	border: 1px solid red;
}
/* End */


/* Start:/local/templates/100system/components/bitrix/news.list/messengers/style.css?1668505604150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/100system/components/bitrix/menu/top_mobile/style.css?1668607537581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/100system/components/bitrix/menu/top_mobile/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/100system/components/bitrix/news.list/paysystems/style.css?1668937400150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/100system/components/bitrix/system.auth.authorize/modal/style.css?16105473221414*/
.error-text {
	color: #f00;
	margin-bottom: 16px;
}
.error-text p {
    margin-bottom: .5em;
}
.error-text p:last-child {
    margin-bottom: 0;
}

.form-loading {
	position: relative;
}
.form-loading:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999;
    background: #ffffff 50% 50% no-repeat url('/local/templates/printdecor/img/mw__loading.gif');
    opacity: 0.6;
}

.btn-register,
div.bx-auth-serv-icons a.btn-register {
    text-transform: none;
    font-size: 16px;
    line-height: 34px;
    width: 100%;
    font-family: "Helvetica Neue", Arial, 'Roboto', sans-serif !important;
    background: #4b4d51;
    border-radius: 17px;
    padding: 0 20px;
    color: #fff;
    display: block;
    height: 34px;
    margin: 0;
    margin-top: 14px;
    margin-bottom: 15px;
    border: 0;
}
.btn-register:hover,
div.bx-auth-serv-icons a.btn-register:hover {
    text-decoration: none;
    color: #fff;
    background: #55575a;
}
.btn-register img,
div.bx-auth-serv-icons a.btn-register img {
    margin-left: 14px;
    width: 21px;
    height: auto;
}
.sidebar-form-auth .btn-white-v2.btn-white-v2--small {
    font-size: 14px;
    height: 27px;
    line-height: 23px;
    max-width: 75%;
}
.form-auth-v2 .text-input-version2.text-input-version2-small {
    font-size: 14px;
}
/* End */


/* Start:/local/components/indexis/oneclick/templates/.default/style.css?1629688032102*/
.interlabs_result_errors {
	color: red;
}

.site-form-oneclick input.error {
	border: 1px solid red;
}
/* End */


/* Start:/local/templates/100system/styles.css?17530968139163*/
span.active + div + label.compare .icon{fill: #ff0000;}
.compare-btn{padding: 10px 35px!important;width: 100%;}
.header-contacts .header-phone{
	display: flex;
    justify-content: space-between;
	gap: 20px;
}
#header .header-top > .container .row{
	justify-content: space-between;
}
.img-align-pay {float:right;}
.picture-det-width img{width:100%;height:100%;}
.site-block {
  background: #fff;
  -webkit-box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px;
  color: #000000;
}
.site-block.contacts span {
	display: inline-block;
}
.site-block.contacts h3{
	position: relative;
}
.site-block.contacts h3 a{position: absolute;right: 0px;z-index: 999;}
.site-block.contacts h3 a img{max-width: 480px!important;height: 100%!important;}
.bx-soa-section-title{
	color: #333333!important;
}
.bx-soa-section-title-container{
	background: none!important;
}
.bx-soa-item-imgcontainer{
	border: none!important;
}
.bx-soa-item-img-block {
   	width: 100px!important;
    height: 100px!important;
	margin-right: 70px!important;
}
.bx-soa-item-img-block a {
    width: 100%;
    height: auto;
    display: block;
}
.bx-soa-item-block{
    display: flex;
    align-items: center;
}
.bx-soa-item-tr {
    border-top: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 30px 75px 10px 30px;
    max-width: 100%;
    position: relative;
}
.bx-soa-item-tr:last-child{
    border-bottom: 1px solid #e1e1e1;
}
.bx-soa-item-table {
    margin-bottom: 20px;
    min-width: 100%;
    display: block;
}
.bx-soa-item-td{
    border: none!important;
    display: block;
}
.bx-soa-item-td:nth-child(1){
	min-width: auto!important;
    width: calc(100% - 40%);
}
.bx-soa-item-td.bx-soa-item-properties.bx-text-right:nth-child(2){
    width: 70px;
}
.bx-soa-item-td.bx-soa-item-properties.bx-text-right:nth-child(3){
    width: 103px;
}
.bx-soa-item-content{
    width: auto;
    max-width: none;
}
.bx-blue .btn.btn-default,
.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container{
    border-color: transparent !important;
}
.bx-soa-section-title-count {
    display: none!important;
}
.bx-soa-more , .bx-soa-pp-company-graf-container{
    border: none!important;
}
.bx-soa-section.bx-selected, .bx-soa-section.bx-step-completed {
    border-color: #e8e9eb!important;
}
.breadcrumb {
    background-color: transparent!important;
}
.bx-selected, .bx-soa-section.bx-step-completed{
    margin-bottom: 4em!important;
}
.bx-soa-section-title {
    font-size: 24px!important;
    line-height: 1.2!important;
    font-weight: 700!important;
    letter-spacing: 0!important;
    margin: 0!important;
    display: block!important;
    color: #333333!important;
    text-align: left!important;
    text-transform: none!important;
    font-family: "PT sans", sans-serif!important;
}
.bx-soa-pp-company {
    background: #ffffff!important;
}
.bx-soa-pp-item-container .bx-soa-pp-company:hover{
    cursor: pointer;
}
.bx-soa-pp-desc-container .bx-soa-pp-company, .bx-soa-pp-company.bx-selected {
    border: 1px solid #f5791f!important;
}
.bx-soa-pp-company-smalltitle, .bx-soa-pp-company-desc {
    color: #4e4e4e!important;
    font-size: 16px!important;
}
.bx-soa-pp-company-selected img{
    display: none!important;
}
.bx-soa-pp-company-selected strong {
    margin-left: 0;
    font-weight: normal;
}
.form-control{
	font-size: inherit;
    line-height: 1.8125;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: 8px 20px;
    height: 45px;
    border: 1px solid #e1e1e1!important;
    display: block;
    width: 100%;
    border-radius: 10px!important;
    color: inherit;
    -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s!important;
    transition: border-color 0.3s, -webkit-box-shadow 0.3s!important;
    -o-transition: border-color 0.3s, box-shadow 0.3s!important;
    transition: border-color 0.3s, box-shadow 0.3s!important;
    transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s!important;
    background-color: #ffffff!important;
    letter-spacing: inherit;
    -webkit-box-shadow: 0 0 0 0 transparent!important;
    box-shadow: 0 0 0 0 transparent!important;
}
.form-control:focus{
	box-shadow:0 3px 5.64px 0.36px rgba(0, 0, 0, 0.2)!important;
	outline: none!important;
    border-color: transparent!important;
}
.bx-soa-section.bx-step-completed .bx-soa-section-content,
.bx-soa-section.bx-selected .bx-soa-section-content{
	font: inherit!important;
}
.bx-soa .bx-soa-customer-label,
.bx-soa .bx-soa-custom-label,
.bx-soa .form-group label{
    font-size: 16px!important;
    color: #4E4E4E!important;
}
.bx-soa-sidebar span, #bx-soa-total-mobile span{
    font-size: 16px!important;
    font-weight: normal!important;
}
.bx-soa-sidebar span.bx-soa-cart-t, #bx-soa-total-mobile span.bx-soa-cart-t {
    font-weight: normal!important;
}
.bx-soa-sidebar span.bx-soa-cart-d, #bx-soa-total-mobile span.bx-soa-cart-d {
    font-weight: 700!important;
}
.bx-soa-cart-total-line{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#bx-soa-order .alert-danger {
    color: red;
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
    font-size: 16px;
}
.bx_soa_pickup.row div {
    font-size: 16px;
}
@media(max-width:768px){
    #bx-soa-order .bx-soa {
        width: 100%;
        max-width: none;
        flex: 100%;
        order: 2;
    }
    #bx-soa-total {
        width: 100%;
        max-width: none;
        flex: 100%;
    }
    .bx-soa-item-img-block {
        width: 80px !important;
        height: 80px !important;
        margin-right: 30px !important;
        margin-left: 0 !important;
    }
    .bx-soa-item-tr {
        padding: 0px;
    }
    .bx-soa-item-td:nth-child(1) {
        min-width: auto !important;
        width: calc(100% - 35%);
    }
    .bx-soa-item-td.bx-soa-item-properties.bx-text-right:nth-child(2) {
        width: 70px !important;
    }
    .bx-soa-item-td.bx-soa-item-properties.bx-text-right:nth-child(3) {
        width: 81px !important;
    }
    .bx-soa-item-td-title{
    visibility: hidden;
    display: none!important;
    }
}
@media(max-width:767px) {
    #bx-soa-total {
        display: none;
    }
}
@media (max-width: 600px) {
	#bx-soa-delivery .bx-soa-pp-item-container {
        display: flex;
    }
    .bx-soa-item-img-block {
        width: 55px !important;
        height: 55px !important;
        margin-right: 15px !important;
        margin-left: 0 !important;
        padding: 0px !important;
    }
    .bx-soa-item-tr {
        flex-wrap: wrap;
    }
    .bx-soa-item-td:nth-child(1) {
        width: 100%!important;
    }
    .bx-soa-item-td.bx-soa-item-properties.bx-text-right:nth-child(2),
    .bx-soa-item-td.bx-soa-item-properties.bx-text-right:nth-child(3) {
        width: 50%!important;
        text-align: right;
    }
}
@media(max-width:550px){
    #footer .row .col-6:nth-child(2n){
		max-width: 100%!important;
		flex: 0 0 100%!important;
	}
	#footer .row .col-6:nth-child(odd){
		max-width: 55%!important;
		flex: 0 0 55%!important;
	}
}
@media(min-width:550px) and (max-width:1024px){
	.main-slider-item{background-position: top;}
	.main-actions-slider .swiper-slide{height:292px!important;}
}
@media(min-width:550px) and (max-width:768px){
	.arrow-nav-btn.next{right:5px!important;}
}
@media(max-width:550px){
	.header-top .col-lg-auto{width:33%!important}
	.bx-blue.btn.btn-default, .compare-btn{padding:5px!important;width:100%;}
	.brands-list .swiper-wrapper{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.brands-list .swiper-slide{
		width: 100px !important;
		margin-bottom: 20px;
	}
	.site-block h3 img{
		height:auto!important;
		width: 60px;
	}
	.site-block.contacts h3 img{
		width: 100%!important;
	}
	.header-mega-menu{z-index: 9999;}
	.container.certificate{flex-wrap: wrap;row-gap: 40px;}
	.container.certificate a{
		margin: auto;
		width: 140px;
		text-align: center;
	}

	.container.certificate a img{    margin: auto;}
	.container.certificate+.container{justify-content: space-between!important;row-gap: 40px;}
	.container.certificate+.container a{width:110px;}
	.b24-widget-button-position-bottom-right{right:5px!important;bottom:60px!important}
	.site-block.contacts h3 b a {
		margin-top: 10px;
		display: inline-block;
	}
	.site-block.contacts h3 a{position:relative!important;}
	.site-block.contacts h3 a img{max-width:100%!important;height: 100%!important;}
}
@media(min-width:550px) and (max-width: 767px) {
	.brands-list .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
		justify-items: center; 
	}
	.brands-list .swiper-slide {
		margin-bottom: 20px;
	}
}
/* End */
/* /local/templates/100system/css/reset.css?16164009197441 */
/* /local/templates/100system/libs/fancybox/jquery.fancybox.min.css?161640092212795 */
/* /local/templates/100system/libs/swiper/swiper.min.css?161640093519778 */
/* /local/templates/100system/libs/selectric/selectric.css?16164009363189 */
/* /local/templates/100system/libs/perfect-scrollbar/perfect-scrollbar.css?16164009361669 */
/* /local/templates/100system/css/styles.css?1769171383531020 */
/* /local/templates/100system/css/custom.css?16781129147852 */
/* /local/templates/100system/css/styleServersLanding.css?162877643562403 */
/* /local/templates/100system/components/bitrix/news.list/messengers/style.css?1668505604150 */
/* /local/templates/100system/components/bitrix/menu/top_mobile/style.css?1668607537581 */
/* /local/templates/100system/components/bitrix/news.list/paysystems/style.css?1668937400150 */
/* /local/templates/100system/components/bitrix/system.auth.authorize/modal/style.css?16105473221414 */
/* /local/components/indexis/oneclick/templates/.default/style.css?1629688032102 */
/* /local/templates/100system/styles.css?17530968139163 */
