@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
/*! nouislider - 14.7.0 - 4/6/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-xxl:1367px;--breakpoint-hd:1601px;--breakpoint-fhd:1921px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#007bff;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-size:inherit;line-height:inherit}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}[type=search]{-webkit-appearance:none}output{display:inline-block}summary{cursor:pointer}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:.875em;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"\2014\00A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1100px}}@media (min-width:1367px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1200px}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.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-auto,.col-fhd,.col-fhd-1,.col-fhd-2,.col-fhd-3,.col-fhd-4,.col-fhd-5,.col-fhd-6,.col-fhd-7,.col-fhd-8,.col-fhd-9,.col-fhd-10,.col-fhd-11,.col-fhd-12,.col-fhd-auto,.col-hd,.col-hd-1,.col-hd-2,.col-hd-3,.col-hd-4,.col-hd-5,.col-hd-6,.col-hd-7,.col-hd-8,.col-hd-9,.col-hd-10,.col-hd-11,.col-hd-12,.col-hd-auto,.col-lg,.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-auto,.col-md,.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-auto,.col-sm,.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-auto,.col-xl,.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-auto,.col-xxl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-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%}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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 25%;flex:0 0 25%;max-width:25%}.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:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.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:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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%}}@media (min-width:1367px){.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xxl-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}}@media (min-width:1601px){.col-hd{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-hd-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-hd-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-hd-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-hd-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-hd-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-hd-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-hd-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-hd-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-hd-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-hd-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-hd-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-hd-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-hd-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-hd-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-hd-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-hd-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-hd-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-hd-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-hd-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-hd-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-hd-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-hd-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-hd-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-hd-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-hd-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-hd-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-hd-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-hd-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-hd-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-hd-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-hd-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-hd-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-hd-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-hd-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-hd-0{margin-left:0}.offset-hd-1{margin-left:8.33333%}.offset-hd-2{margin-left:16.66667%}.offset-hd-3{margin-left:25%}.offset-hd-4{margin-left:33.33333%}.offset-hd-5{margin-left:41.66667%}.offset-hd-6{margin-left:50%}.offset-hd-7{margin-left:58.33333%}.offset-hd-8{margin-left:66.66667%}.offset-hd-9{margin-left:75%}.offset-hd-10{margin-left:83.33333%}.offset-hd-11{margin-left:91.66667%}}@media (min-width:1921px){.col-fhd{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-fhd-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-fhd-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-fhd-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-fhd-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-fhd-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-fhd-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-fhd-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-fhd-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-fhd-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-fhd-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-fhd-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-fhd-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-fhd-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-fhd-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-fhd-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-fhd-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-fhd-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-fhd-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-fhd-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-fhd-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-fhd-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-fhd-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-fhd-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-fhd-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-fhd-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-fhd-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-fhd-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-fhd-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-fhd-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-fhd-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-fhd-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-fhd-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-fhd-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-fhd-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-fhd-0{margin-left:0}.offset-fhd-1{margin-left:8.33333%}.offset-fhd-2{margin-left:16.66667%}.offset-fhd-3{margin-left:25%}.offset-fhd-4{margin-left:33.33333%}.offset-fhd-5{margin-left:41.66667%}.offset-fhd-6{margin-left:50%}.offset-fhd-7{margin-left:58.33333%}.offset-fhd-8{margin-left:66.66667%}.offset-fhd-9{margin-left:75%}.offset-fhd-10{margin-left:83.33333%}.offset-fhd-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}@media (max-width:1366.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxl>.table-bordered{border:0}}@media (max-width:1600.98px){.table-responsive-hd{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-hd>.table-bordered{border:0}}@media (max-width:1920.98px){.table-responsive-fhd{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-fhd>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{-webkit-transition:none;transition:none}}.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .form-group,.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-group{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(38,143,255,.5);box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(38,143,255,.5);box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(130,138,145,.5);box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(130,138,145,.5);box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(72,180,97,.5);box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(72,180,97,.5);box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(225,83,97,.5);box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(225,83,97,.5);box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{-webkit-box-shadow:0 0 0 .2rem rgba(216,217,219,.5);box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(216,217,219,.5);box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(82,88,93,.5);box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(82,88,93,.5);box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5);box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:rgba(0,0,0,0)}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5);box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(108,117,125,.5);box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:rgba(0,0,0,0)}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(108,117,125,.5);box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:rgba(0,0,0,0)}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:rgba(0,0,0,0)}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:rgba(0,0,0,0)}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:rgba(0,0,0,0)}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:rgba(0,0,0,0)}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:rgba(0,0,0,0)}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff}.btn-link:hover{color:#0056b3}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;transition:none}}.collapsing.width{width:0;height:auto;-webkit-transition:width .35s ease;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.width{-webkit-transition:none;transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}@media (min-width:1367px){.dropdown-menu-xxl-left{right:auto;left:0}.dropdown-menu-xxl-right{right:0;left:auto}}@media (min-width:1601px){.dropdown-menu-hd-left{right:auto;left:0}.dropdown-menu-hd-right{right:0;left:auto}}@media (min-width:1921px){.dropdown-menu-fhd-left{right:auto;left:0}.dropdown-menu-fhd-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:rgba(0,0,0,0);border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-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}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{-webkit-transition:none;transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;-webkit-transform:translateX(.75rem);-ms-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}.custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl,.navbar .container-xxl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl,.navbar-expand-sm>.container-xxl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl,.navbar-expand-sm>.container-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl,.navbar-expand-md>.container-xxl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl,.navbar-expand-md>.container-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl,.navbar-expand-lg>.container-xxl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl,.navbar-expand-lg>.container-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl,.navbar-expand-xl>.container-xxl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl,.navbar-expand-xl>.container-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (max-width:1366.98px){.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-xl,.navbar-expand-xxl>.container-xxl{padding-right:0;padding-left:0}}@media (min-width:1367px){.navbar-expand-xxl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-xl,.navbar-expand-xxl>.container-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}@media (max-width:1600.98px){.navbar-expand-hd>.container,.navbar-expand-hd>.container-fluid,.navbar-expand-hd>.container-lg,.navbar-expand-hd>.container-md,.navbar-expand-hd>.container-sm,.navbar-expand-hd>.container-xl,.navbar-expand-hd>.container-xxl{padding-right:0;padding-left:0}}@media (min-width:1601px){.navbar-expand-hd{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-hd .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-hd .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-hd .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-hd>.container,.navbar-expand-hd>.container-fluid,.navbar-expand-hd>.container-lg,.navbar-expand-hd>.container-md,.navbar-expand-hd>.container-sm,.navbar-expand-hd>.container-xl,.navbar-expand-hd>.container-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-hd .navbar-nav-scroll{overflow:visible}.navbar-expand-hd .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-hd .navbar-toggler{display:none}}@media (max-width:1920.98px){.navbar-expand-fhd>.container,.navbar-expand-fhd>.container-fluid,.navbar-expand-fhd>.container-lg,.navbar-expand-fhd>.container-md,.navbar-expand-fhd>.container-sm,.navbar-expand-fhd>.container-xl,.navbar-expand-fhd>.container-xxl{padding-right:0;padding-left:0}}@media (min-width:1921px){.navbar-expand-fhd{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-fhd .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-fhd .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-fhd .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-fhd>.container,.navbar-expand-fhd>.container-fluid,.navbar-expand-fhd>.container-lg,.navbar-expand-fhd>.container-md,.navbar-expand-fhd>.container-sm,.navbar-expand-fhd>.container-xl,.navbar-expand-fhd>.container-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-fhd .navbar-nav-scroll{overflow:visible}.navbar-expand-fhd .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-fhd .navbar-toggler{display:none}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl,.navbar-expand>.container-xxl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl,.navbar-expand>.container-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:10px}@media (min-width:576px){.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-10px;margin-left:-10px}.card-deck .card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-right:10px;margin-bottom:0;margin-left:10px}}.card-group>.card{margin-bottom:10px}@media (min-width:576px){.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{-webkit-transition:none;transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5);box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(108,117,125,.5);box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.progress-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;-webkit-transition:width .6s ease;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{-webkit-transition:none;transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,rgba(0,0,0,0) 0,rgba(0,0,0,0));background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1367px){.list-group-horizontal-xxl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1601px){.list-group-horizontal-hd{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-hd>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-hd>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-hd>.list-group-item.active{margin-top:0}.list-group-horizontal-hd>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-hd>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1921px){.list-group-horizontal-fhd{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-fhd>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-fhd>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-fhd>.list-group-item.active{margin-top:0}.list-group-horizontal-fhd>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-fhd>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:rgba(0,0,0,0);border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 .25rem .75rem rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;-ms-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{-webkit-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;-ms-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:opacity 0s .6s;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{-webkit-transition:none;transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{-webkit-transition:none;transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{-webkit-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid rgba(0,0,0,0);border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:rgba(0,0,0,0)!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1367px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1601px){.d-hd-none{display:none!important}.d-hd-inline{display:inline!important}.d-hd-inline-block{display:inline-block!important}.d-hd-block{display:block!important}.d-hd-table{display:table!important}.d-hd-table-row{display:table-row!important}.d-hd-table-cell{display:table-cell!important}.d-hd-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-hd-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1921px){.d-fhd-none{display:none!important}.d-fhd-inline{display:inline!important}.d-fhd-inline-block{display:inline-block!important}.d-fhd-block{display:block!important}.d-fhd-table{display:table!important}.d-fhd-table-row{display:table-row!important}.d-fhd-table-cell{display:table-cell!important}.d-fhd-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-fhd-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.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;-ms-grid-row-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;-ms-grid-row-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;-ms-grid-row-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.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;-ms-grid-row-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;-ms-grid-row-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;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.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;-ms-grid-row-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;-ms-grid-row-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;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.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;-ms-grid-row-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;-ms-grid-row-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;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.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;-ms-grid-row-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;-ms-grid-row-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;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1367px){.flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xxl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xxl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1601px){.flex-hd-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-hd-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-hd-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-hd-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-hd-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-hd-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-hd-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-hd-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-hd-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-hd-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-hd-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-hd-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-hd-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-hd-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-hd-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-hd-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-hd-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-hd-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-hd-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-hd-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-hd-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-hd-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-hd-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-hd-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-hd-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-hd-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-hd-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-hd-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-hd-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-hd-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-hd-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-hd-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-hd-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-hd-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1921px){.flex-fhd-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-fhd-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-fhd-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-fhd-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-fhd-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-fhd-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-fhd-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fhd-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-fhd-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-fhd-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-fhd-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-fhd-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-fhd-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-fhd-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-fhd-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-fhd-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-fhd-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-fhd-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-fhd-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-fhd-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-fhd-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-fhd-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-fhd-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-fhd-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-fhd-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-fhd-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-fhd-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-fhd-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-fhd-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-fhd-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-fhd-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-fhd-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-fhd-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-fhd-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width:1367px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}}@media (min-width:1601px){.float-hd-left{float:left!important}.float-hd-right{float:right!important}.float-hd-none{float:none!important}}@media (min-width:1921px){.float-fhd-left{float:left!important}.float-fhd-right{float:right!important}.float-fhd-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!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:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!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:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!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:576px){.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:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!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:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!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:768px){.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:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!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:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!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:992px){.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:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!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:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!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:1200px){.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:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!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:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!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}}@media (min-width:1367px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width:1601px){.m-hd-0{margin:0!important}.mt-hd-0,.my-hd-0{margin-top:0!important}.mr-hd-0,.mx-hd-0{margin-right:0!important}.mb-hd-0,.my-hd-0{margin-bottom:0!important}.ml-hd-0,.mx-hd-0{margin-left:0!important}.m-hd-1{margin:.25rem!important}.mt-hd-1,.my-hd-1{margin-top:.25rem!important}.mr-hd-1,.mx-hd-1{margin-right:.25rem!important}.mb-hd-1,.my-hd-1{margin-bottom:.25rem!important}.ml-hd-1,.mx-hd-1{margin-left:.25rem!important}.m-hd-2{margin:.5rem!important}.mt-hd-2,.my-hd-2{margin-top:.5rem!important}.mr-hd-2,.mx-hd-2{margin-right:.5rem!important}.mb-hd-2,.my-hd-2{margin-bottom:.5rem!important}.ml-hd-2,.mx-hd-2{margin-left:.5rem!important}.m-hd-3{margin:1rem!important}.mt-hd-3,.my-hd-3{margin-top:1rem!important}.mr-hd-3,.mx-hd-3{margin-right:1rem!important}.mb-hd-3,.my-hd-3{margin-bottom:1rem!important}.ml-hd-3,.mx-hd-3{margin-left:1rem!important}.m-hd-4{margin:1.5rem!important}.mt-hd-4,.my-hd-4{margin-top:1.5rem!important}.mr-hd-4,.mx-hd-4{margin-right:1.5rem!important}.mb-hd-4,.my-hd-4{margin-bottom:1.5rem!important}.ml-hd-4,.mx-hd-4{margin-left:1.5rem!important}.m-hd-5{margin:3rem!important}.mt-hd-5,.my-hd-5{margin-top:3rem!important}.mr-hd-5,.mx-hd-5{margin-right:3rem!important}.mb-hd-5,.my-hd-5{margin-bottom:3rem!important}.ml-hd-5,.mx-hd-5{margin-left:3rem!important}.p-hd-0{padding:0!important}.pt-hd-0,.py-hd-0{padding-top:0!important}.pr-hd-0,.px-hd-0{padding-right:0!important}.pb-hd-0,.py-hd-0{padding-bottom:0!important}.pl-hd-0,.px-hd-0{padding-left:0!important}.p-hd-1{padding:.25rem!important}.pt-hd-1,.py-hd-1{padding-top:.25rem!important}.pr-hd-1,.px-hd-1{padding-right:.25rem!important}.pb-hd-1,.py-hd-1{padding-bottom:.25rem!important}.pl-hd-1,.px-hd-1{padding-left:.25rem!important}.p-hd-2{padding:.5rem!important}.pt-hd-2,.py-hd-2{padding-top:.5rem!important}.pr-hd-2,.px-hd-2{padding-right:.5rem!important}.pb-hd-2,.py-hd-2{padding-bottom:.5rem!important}.pl-hd-2,.px-hd-2{padding-left:.5rem!important}.p-hd-3{padding:1rem!important}.pt-hd-3,.py-hd-3{padding-top:1rem!important}.pr-hd-3,.px-hd-3{padding-right:1rem!important}.pb-hd-3,.py-hd-3{padding-bottom:1rem!important}.pl-hd-3,.px-hd-3{padding-left:1rem!important}.p-hd-4{padding:1.5rem!important}.pt-hd-4,.py-hd-4{padding-top:1.5rem!important}.pr-hd-4,.px-hd-4{padding-right:1.5rem!important}.pb-hd-4,.py-hd-4{padding-bottom:1.5rem!important}.pl-hd-4,.px-hd-4{padding-left:1.5rem!important}.p-hd-5{padding:3rem!important}.pt-hd-5,.py-hd-5{padding-top:3rem!important}.pr-hd-5,.px-hd-5{padding-right:3rem!important}.pb-hd-5,.py-hd-5{padding-bottom:3rem!important}.pl-hd-5,.px-hd-5{padding-left:3rem!important}.m-hd-n1{margin:-.25rem!important}.mt-hd-n1,.my-hd-n1{margin-top:-.25rem!important}.mr-hd-n1,.mx-hd-n1{margin-right:-.25rem!important}.mb-hd-n1,.my-hd-n1{margin-bottom:-.25rem!important}.ml-hd-n1,.mx-hd-n1{margin-left:-.25rem!important}.m-hd-n2{margin:-.5rem!important}.mt-hd-n2,.my-hd-n2{margin-top:-.5rem!important}.mr-hd-n2,.mx-hd-n2{margin-right:-.5rem!important}.mb-hd-n2,.my-hd-n2{margin-bottom:-.5rem!important}.ml-hd-n2,.mx-hd-n2{margin-left:-.5rem!important}.m-hd-n3{margin:-1rem!important}.mt-hd-n3,.my-hd-n3{margin-top:-1rem!important}.mr-hd-n3,.mx-hd-n3{margin-right:-1rem!important}.mb-hd-n3,.my-hd-n3{margin-bottom:-1rem!important}.ml-hd-n3,.mx-hd-n3{margin-left:-1rem!important}.m-hd-n4{margin:-1.5rem!important}.mt-hd-n4,.my-hd-n4{margin-top:-1.5rem!important}.mr-hd-n4,.mx-hd-n4{margin-right:-1.5rem!important}.mb-hd-n4,.my-hd-n4{margin-bottom:-1.5rem!important}.ml-hd-n4,.mx-hd-n4{margin-left:-1.5rem!important}.m-hd-n5{margin:-3rem!important}.mt-hd-n5,.my-hd-n5{margin-top:-3rem!important}.mr-hd-n5,.mx-hd-n5{margin-right:-3rem!important}.mb-hd-n5,.my-hd-n5{margin-bottom:-3rem!important}.ml-hd-n5,.mx-hd-n5{margin-left:-3rem!important}.m-hd-auto{margin:auto!important}.mt-hd-auto,.my-hd-auto{margin-top:auto!important}.mr-hd-auto,.mx-hd-auto{margin-right:auto!important}.mb-hd-auto,.my-hd-auto{margin-bottom:auto!important}.ml-hd-auto,.mx-hd-auto{margin-left:auto!important}}@media (min-width:1921px){.m-fhd-0{margin:0!important}.mt-fhd-0,.my-fhd-0{margin-top:0!important}.mr-fhd-0,.mx-fhd-0{margin-right:0!important}.mb-fhd-0,.my-fhd-0{margin-bottom:0!important}.ml-fhd-0,.mx-fhd-0{margin-left:0!important}.m-fhd-1{margin:.25rem!important}.mt-fhd-1,.my-fhd-1{margin-top:.25rem!important}.mr-fhd-1,.mx-fhd-1{margin-right:.25rem!important}.mb-fhd-1,.my-fhd-1{margin-bottom:.25rem!important}.ml-fhd-1,.mx-fhd-1{margin-left:.25rem!important}.m-fhd-2{margin:.5rem!important}.mt-fhd-2,.my-fhd-2{margin-top:.5rem!important}.mr-fhd-2,.mx-fhd-2{margin-right:.5rem!important}.mb-fhd-2,.my-fhd-2{margin-bottom:.5rem!important}.ml-fhd-2,.mx-fhd-2{margin-left:.5rem!important}.m-fhd-3{margin:1rem!important}.mt-fhd-3,.my-fhd-3{margin-top:1rem!important}.mr-fhd-3,.mx-fhd-3{margin-right:1rem!important}.mb-fhd-3,.my-fhd-3{margin-bottom:1rem!important}.ml-fhd-3,.mx-fhd-3{margin-left:1rem!important}.m-fhd-4{margin:1.5rem!important}.mt-fhd-4,.my-fhd-4{margin-top:1.5rem!important}.mr-fhd-4,.mx-fhd-4{margin-right:1.5rem!important}.mb-fhd-4,.my-fhd-4{margin-bottom:1.5rem!important}.ml-fhd-4,.mx-fhd-4{margin-left:1.5rem!important}.m-fhd-5{margin:3rem!important}.mt-fhd-5,.my-fhd-5{margin-top:3rem!important}.mr-fhd-5,.mx-fhd-5{margin-right:3rem!important}.mb-fhd-5,.my-fhd-5{margin-bottom:3rem!important}.ml-fhd-5,.mx-fhd-5{margin-left:3rem!important}.p-fhd-0{padding:0!important}.pt-fhd-0,.py-fhd-0{padding-top:0!important}.pr-fhd-0,.px-fhd-0{padding-right:0!important}.pb-fhd-0,.py-fhd-0{padding-bottom:0!important}.pl-fhd-0,.px-fhd-0{padding-left:0!important}.p-fhd-1{padding:.25rem!important}.pt-fhd-1,.py-fhd-1{padding-top:.25rem!important}.pr-fhd-1,.px-fhd-1{padding-right:.25rem!important}.pb-fhd-1,.py-fhd-1{padding-bottom:.25rem!important}.pl-fhd-1,.px-fhd-1{padding-left:.25rem!important}.p-fhd-2{padding:.5rem!important}.pt-fhd-2,.py-fhd-2{padding-top:.5rem!important}.pr-fhd-2,.px-fhd-2{padding-right:.5rem!important}.pb-fhd-2,.py-fhd-2{padding-bottom:.5rem!important}.pl-fhd-2,.px-fhd-2{padding-left:.5rem!important}.p-fhd-3{padding:1rem!important}.pt-fhd-3,.py-fhd-3{padding-top:1rem!important}.pr-fhd-3,.px-fhd-3{padding-right:1rem!important}.pb-fhd-3,.py-fhd-3{padding-bottom:1rem!important}.pl-fhd-3,.px-fhd-3{padding-left:1rem!important}.p-fhd-4{padding:1.5rem!important}.pt-fhd-4,.py-fhd-4{padding-top:1.5rem!important}.pr-fhd-4,.px-fhd-4{padding-right:1.5rem!important}.pb-fhd-4,.py-fhd-4{padding-bottom:1.5rem!important}.pl-fhd-4,.px-fhd-4{padding-left:1.5rem!important}.p-fhd-5{padding:3rem!important}.pt-fhd-5,.py-fhd-5{padding-top:3rem!important}.pr-fhd-5,.px-fhd-5{padding-right:3rem!important}.pb-fhd-5,.py-fhd-5{padding-bottom:3rem!important}.pl-fhd-5,.px-fhd-5{padding-left:3rem!important}.m-fhd-n1{margin:-.25rem!important}.mt-fhd-n1,.my-fhd-n1{margin-top:-.25rem!important}.mr-fhd-n1,.mx-fhd-n1{margin-right:-.25rem!important}.mb-fhd-n1,.my-fhd-n1{margin-bottom:-.25rem!important}.ml-fhd-n1,.mx-fhd-n1{margin-left:-.25rem!important}.m-fhd-n2{margin:-.5rem!important}.mt-fhd-n2,.my-fhd-n2{margin-top:-.5rem!important}.mr-fhd-n2,.mx-fhd-n2{margin-right:-.5rem!important}.mb-fhd-n2,.my-fhd-n2{margin-bottom:-.5rem!important}.ml-fhd-n2,.mx-fhd-n2{margin-left:-.5rem!important}.m-fhd-n3{margin:-1rem!important}.mt-fhd-n3,.my-fhd-n3{margin-top:-1rem!important}.mr-fhd-n3,.mx-fhd-n3{margin-right:-1rem!important}.mb-fhd-n3,.my-fhd-n3{margin-bottom:-1rem!important}.ml-fhd-n3,.mx-fhd-n3{margin-left:-1rem!important}.m-fhd-n4{margin:-1.5rem!important}.mt-fhd-n4,.my-fhd-n4{margin-top:-1.5rem!important}.mr-fhd-n4,.mx-fhd-n4{margin-right:-1.5rem!important}.mb-fhd-n4,.my-fhd-n4{margin-bottom:-1.5rem!important}.ml-fhd-n4,.mx-fhd-n4{margin-left:-1.5rem!important}.m-fhd-n5{margin:-3rem!important}.mt-fhd-n5,.my-fhd-n5{margin-top:-3rem!important}.mr-fhd-n5,.mx-fhd-n5{margin-right:-3rem!important}.mb-fhd-n5,.my-fhd-n5{margin-bottom:-3rem!important}.ml-fhd-n5,.mx-fhd-n5{margin-left:-3rem!important}.m-fhd-auto{margin:auto!important}.mt-fhd-auto,.my-fhd-auto{margin-top:auto!important}.mr-fhd-auto,.mx-fhd-auto{margin-right:auto!important}.mb-fhd-auto,.my-fhd-auto{margin-bottom:auto!important}.ml-fhd-auto,.mx-fhd-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1367px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1601px){.text-hd-left{text-align:left!important}.text-hd-right{text-align:right!important}.text-hd-center{text-align:center!important}}@media (min-width:1921px){.text-fhd-left{text-align:left!important}.text-fhd-right{text-align:right!important}.text-fhd-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}.default-animation,.footer__menu-item,.footer__switch,.M1,.top-menu__inner{-webkit-transition:.25s ease;transition:.25s ease}@font-face{font-family:RazerF5;src:url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Bolditalic.woff2) format("woff2"),url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Bolditalic.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:RazerF5 Ligth;src:url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Ligth.woff2) format("woff2"),url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Ligth.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:RazerF5;src:url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Bold.woff2) format("woff2"),url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:RazerF5;src:url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Semibold.woff2) format("woff2"),url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:RazerF5;src:url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Regular.woff2) format("woff2"),url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:RazerF5;src:url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Regitalic.woff2) format("woff2"),url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Regitalic.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:RazerF5;src:url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Thin.woff2) format("woff2"),url(https://razer.syntes.io/fonts/RazerF5/RazerF5-Thin.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Roboto Condensed;font-style:italic;font-weight:400;font-display:swap;src:local("Roboto Condensed Italic"),local("RobotoCondensed-Italic"),url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLCwM9UvI.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto Condensed;font-style:italic;font-weight:400;font-display:swap;src:local("Roboto Condensed Italic"),local("RobotoCondensed-Italic"),url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM9.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Roboto Condensed;font-style:italic;font-weight:700;font-display:swap;src:local("Roboto Condensed Bold Italic"),local("RobotoCondensed-BoldItalic"),url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoadNZQyQ.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto Condensed;font-style:italic;font-weight:700;font-display:swap;src:local("Roboto Condensed Bold Italic"),local("RobotoCondensed-BoldItalic"),url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobdNZ.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto Condensed"),local("RobotoCondensed-Regular"),url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto Condensed"),local("RobotoCondensed-Regular"),url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:700;font-display:swap;src:local("Roboto Condensed Bold"),local("RobotoCondensed-Bold"),url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYb8td.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:700;font-display:swap;src:local("Roboto Condensed Bold"),local("RobotoCondensed-Bold"),url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Montserrat;font-style:italic;font-weight:800;font-display:swap;src:local("Montserrat ExtraBold Italic"),local("Montserrat-ExtraBoldItalic"),url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz-PZwnCo.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Montserrat;font-style:italic;font-weight:800;font-display:swap;src:local("Montserrat ExtraBold Italic"),local("Montserrat-ExtraBoldItalic"),url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Montserrat;font-style:italic;font-weight:900;font-display:swap;src:local("Montserrat Black Italic"),local("Montserrat-BlackItalic"),url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz-PZwnCo.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Montserrat;font-style:italic;font-weight:900;font-display:swap;src:local("Montserrat Black Italic"),local("Montserrat-BlackItalic"),url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:fontello;src:url(https://razer.syntes.io/fonts/fontello/fontello.woff2) format("woff2"),url(https://razer.syntes.io/fonts/fontello/fontello.woff) format("woff");font-weight:400;font-style:normal}h1,h2,h3,h4,h5,h6,html,p{margin:0;padding:0;font-family:RazerF5,serif;font-weight:100}h1,h2{font-weight:700}html::-moz-selection{color:#fff;background:#44d62c}html::selection{color:#fff;background:#44d62c}body a{-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}body a:hover{color:#44d62c}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1880px}.anchor-link{margin:0;font-size:0;line-height:0}.scroll-locked{overflow:hidden!important}.grecaptcha-badge{visibility:hidden}.styling-code{display:none}.fontello-base:before,.icon-confirm:before,.icon-facebook:before,.icon-instagram-filled:before,.icon-left-open:before,.icon-ok:before,.icon-right-open:before,.icon-telegram:before,.icon-vk:before,.icon-youtube:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-vk:before{content:"\e800"}.icon-right-open:before{content:"\e801"}.icon-left-open:before{content:"\e802"}.icon-youtube:before{content:"\e803"}.icon-facebook:before{content:"\e804"}.icon-telegram:before{content:"\e805"}.icon-ok:before{content:"\e806"}.icon-instagram-filled:before{content:"\f31f"}.icon-confirm:before{content:""!important}.icon-rubl:before{content:"\20BD";font-size:.9em;font-weight:600}.badge-super-price,.product-special-price{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9Ijg0IiBoZWlnaHQ9IjM3IiByeD0iMSIgZmlsbD0iIzAwMCIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXIpIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTQuNTI2IDE2LjM2MmMtLjUyLjA3OC0xLjYyNS4xODItMi4yMjMuMTgyLTEuNTM0IDAtMS44NDYtLjU4NS0xLjg0Ni0yLjk2NCAwLTIuNTA5LjQyOS0zLjEzMyAxLjc5NC0zLjEzMy41ODUgMCAxLjY3Ny4xMDQgMi4yNzUuMTk1bC4wNTItMS40M2MtLjU0Ni0uMTMtMS42NjQtLjM1MS0yLjU4Ny0uMzUxLTIuNjI2IDAtMy4zOCAxLjM2NS0zLjM4IDQuNzE5IDAgMy4wOTQuNjUgNC41MzcgMy4zOCA0LjUzNy44MDYgMCAxLjk3Ni0uMTU2IDIuNTc0LS4yODZsLS4wMzktMS40Njl6bTMuMDAzLTcuMzU4SDE1LjYzbDIuNDgzIDYuNzQ3aC43MTVjLS4yMDguNTk4LS4zNTEuNzY3LS42NS44MzItLjUyLjExNy0xLjA0LjA2NS0xLjU2LS4wMjZsLS4xODIgMS4zNTJjLjI5OS4xMDQgMS4xMTguMjIxIDEuODU5LjEzLjc5My0uMDkxIDEuNTA4LS40MDMgMi4wOTMtMS45MjRsMi43NTYtNy4xMTFIMjEuMzVsLTEuOTkgNS4xNzRoLS4wOWwtMS43NDItNS4xNzR6TTI4Ljc5NyAxOGgxLjc5NFY5LjAwNGgtNi44NzdWMThoMS43OTV2LTcuNDM2aDMuMjg4VjE4em0zLjQ1NSAwaDUuNzJ2LTEuNTZoLTMuOTI2di0yLjExOWgzLjE0NnYtMS41MzRoLTMuMTQ2di0yLjIzNmgzLjkyNnYtMS41NmgtNS43MlYxOHptMTAuMTg5LTIuNzNjMi4wOCAwIDMuMTQ2LTEuMTQ0IDMuMTQ2LTMuMTk4IDAtMi4wNTQtMS4wNjYtMy4wNjgtMy4xNDYtMy4wNjhoLTMuMjVWMThoMS43OTR2LTIuNzNoMS40NTZ6bS0xLjQ1Ni0xLjUzNHYtMy4xOThoMS40NDNjLjg5NyAwIDEuMzM5LjQyOSAxLjMzOSAxLjUzNCAwIDEuMTE4LS40NDIgMS42NjQtMS4zNCAxLjY2NGgtMS40NDJ6TTQ2LjUzNCAxOGg1LjkwMnYyLjQxOGgxLjc5NHYtMy45OTFoLTEuMTdWOS4wMDRoLTEuNzk0djcuNDIzaC0yLjkzOFY5LjAwNGgtMS43OTRWMTh6bTguNjUzIDBoNS43MnYtMS41NmgtMy45MjZ2LTIuMTE5aDMuMTQ2di0xLjUzNGgtMy4xNDZ2LTIuMjM2aDMuOTI2di0xLjU2aC01LjcyVjE4em0xMi4wMjEgMGgxLjc5NFY5LjAwNGgtMS43OTR2My43N0g2My45MnYtMy43N2gtMS43OTRWMThoMS43OTR2LTMuNjY2aDMuMjlWMTh6bTIuNzE0IDBoMS43OTRsLjM1MS0xLjU5OWgzLjA5NEw3NS41MTIgMThoMS43OTRsLTEuOTg5LTguOTk2aC0zLjQwNkw2OS45MjIgMTh6bTMuMzgtNy41MTRoLjYyNGwuODk3IDQuMzU1aC0yLjQxOGwuODk3LTQuMzU1ek05Ljc5IDIzLjA4VjMwaDIuNjhjMS4zMyAwIDIuMTgtLjU0IDIuMTgtMS45NCAwLS45NC0uMzktMS4zNi0uOTgtMS41OS41NS0uMy44MS0uNzguODEtMS42MSAwLTEuMjctLjczLTEuNzgtMi4wOS0xLjc4aC0yLjZ6bTIuNTQuOTZjLjY4IDAgMS4wMi4yOSAxLjAyLjk1IDAgLjY3LS4zIDEuMDgtLjk4IDEuMDhIMTAuOXYtMi4wM2gxLjQzem0uMDYgMi45N2MuNTQgMCAxLjEyLjIxIDEuMTIuOTkgMCAuODItLjQxIDEuMDQtMS4xIDEuMDRIMTAuOXYtMi4wM2gxLjQ5ek0yNS42OSAzMGgxLjI5bC0xLjc2LTMuNDEgMS42OS0zLjUxaC0xLjI3bC0xLjQgMy4wOC0xLjAyLjA4di0zLjE2aC0xLjExVjMwaDEuMTF2LTIuNzlsMS4wMi0uMDdMMjUuNjkgMzB6bTYuNzQuMWMyLjE0IDAgMi43OC0xLjE2IDIuNzgtMy40OSAwLTIuMy0uNjQtMy42My0yLjc4LTMuNjMtMi4xNCAwLTIuNzkgMS4zNC0yLjc5IDMuNjMgMCAyLjMxLjY0IDMuNDkgMi43OSAzLjQ5em0wLS45NmMtMS4zMyAwLTEuNjQtLjgyLTEuNjQtMi41MyAwLTEuNy4zMi0yLjY2IDEuNjQtMi42NiAxLjMyIDAgMS42My45NiAxLjYzIDIuNjYgMCAxLjc0LS4zIDIuNTMtMS42MyAyLjUzem04LjU4My0xLjI3YzEuNTYgMCAyLjMzLS45NCAyLjMzLTIuNDkgMC0xLjU0LS43Ny0yLjMtMi4zMy0yLjNoLTIuNTFWMzBoMS4xMXYtMi4xM2gxLjR6bS0xLjQtLjk2di0yLjg3aDEuMzljLjgzIDAgMS4yLjQgMS4yIDEuMzQgMCAuOTUtLjM3IDEuNTMtMS4yIDEuNTNoLTEuMzl6bTkuNzk4LS41N2MuNTUtLjM3LjgxLS45My43OC0xLjY1LS4wNC0xLjA5LS45NS0xLjczLTIuMy0xLjcxLS42MS4wMS0xLjE1LjE0LTEuNy4zMmwuMDMuOTFjLjcxLS4xOCAxLjA4LS4yOCAxLjU0LS4yOC45IDAgMS4zMy4yOCAxLjMzLjkxIDAgLjctLjM4IDEuMTEtMS4yNSAxLjExaC0uMjh2Ljk1aC4yNmMxLjAzIDAgMS40MS4yNCAxLjQxIDEuMDIgMCAuODgtLjQ5IDEuMTctMS40NiAxLjE3LS41MyAwLTEuMDUtLjExLTEuNjEtLjI0bC0uMDQuOTNjLjM3LjEyLjg3LjI1IDEuNzYuMjggMS41Mi4wNSAyLjQ2LS43NyAyLjQ3LTIuMDcuMDEtLjg5LS4zLTEuMzctLjk0LTEuNjV6TTU4Ljk3NSAzMHYtNi45MmgtMS45M2wtMi4xNSA1Ljk1aC0uMTV2LTUuOTVoLTEuMVYzMGgxLjg5bDIuMTktNS45NWguMTRWMzBoMS4xMXptNy42NDUgMGgxLjEydi02LjkyaC0xLjEydjIuOTloLTIuOTZ2LTIuOTloLTEuMTFWMzBoMS4xMXYtMi45NmgyLjk2VjMwem00LjY4OCAwaDQuMzJ2LS45OGgtMy4yMXYtMmgyLjYxdi0uOTZoLTIuNjF2LTIuMDFoMy4yMXYtLjk3aC00LjMyVjMweiIgZmlsbD0iIzg4RkMyRCIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjAiIHkxPSItMTciIHgyPSI3Ny41IiB5Mj0iMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjQzYwMDI0Ii8+PHN0b3Agb2Zmc2V0PSIuMDc4IiBzdG9wLWNvbG9yPSIjNTIwQzAwIi8+PHN0b3Agb2Zmc2V0PSIuMTcyIiBzdG9wLWNvbG9yPSIjRTY2MTE1Ii8+PHN0b3Agb2Zmc2V0PSIuMzIzIiBzdG9wLWNvbG9yPSIjRjhGMzM3Ii8+PHN0b3Agb2Zmc2V0PSIuNSIgc3RvcC1jb2xvcj0iIzk3RkMzQyIvPjxzdG9wIG9mZnNldD0iLjY1NiIgc3RvcC1jb2xvcj0iIzJCNEMxOSIvPjxzdG9wIG9mZnNldD0iLjgzMyIgc3RvcC1jb2xvcj0iIzVFMkZGRSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0M2MDAyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==");width:86px;height:39px}.badge-super-price--long.product-special-price,.badge-super-price.badge-super-price--long,.badge-super-price.product-special-price--long,.product-special-price.product-special-price--long{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM4IiBoZWlnaHQ9IjI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHg9IjEiIHk9IjEiIHdpZHRoPSIxMzYiIGhlaWdodD0iMjMiIHJ4PSIxIiBmaWxsPSIjMDAwIiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcikiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xNC41MjIgMTQuNjE0Yy0uNDQuMDY2LTEuMzc1LjE1NC0xLjg4MS4xNTQtMS4yOTggMC0xLjU2Mi0uNDk1LTEuNTYyLTIuNTA4IDAtMi4xMjMuMzYzLTIuNjUxIDEuNTE4LTIuNjUxLjQ5NSAwIDEuNDE5LjA4OCAxLjkyNS4xNjVsLjA0NC0xLjIxYy0uNDYyLS4xMS0xLjQwOC0uMjk3LTIuMTg5LS4yOTctMi4yMjIgMC0yLjg2IDEuMTU1LTIuODYgMy45OTMgMCAyLjYxOC41NSAzLjgzOSAyLjg2IDMuODM5LjY4MiAwIDEuNjcyLS4xMzIgMi4xNzgtLjI0MmwtLjAzMy0xLjI0M3ptMi43Ni02LjIyNmgtMS42MDVsMi4xIDUuNzA5aC42MDZjLS4xNzYuNTA2LS4yOTcuNjQ5LS41NS43MDQtLjQ0LjA5OS0uODguMDU1LTEuMzItLjAyMmwtLjE1NCAxLjE0NGMuMjUzLjA4OC45NDYuMTg3IDEuNTczLjExLjY3LS4wNzcgMS4yNzYtLjM0MSAxLjc3LTEuNjI4bDIuMzMzLTYuMDE3aC0xLjUxOGwtMS42ODMgNC4zNzhoLS4wNzdsLTEuNDc0LTQuMzc4ek0yNy4wMzkgMTZoMS41MThWOC4zODhoLTUuODJWMTZoMS41MTlWOS43MDhoMi43ODNWMTZ6bTMuMTQzIDBoNC44NHYtMS4zMkgzMS43di0xLjc5M2gyLjY2MnYtMS4yOThIMzEuN1Y5LjY5N2gzLjMyMnYtMS4zMmgtNC44NFYxNnptOC44NDEtMi4zMWMxLjc2IDAgMi42NjItLjk2OCAyLjY2Mi0yLjcwNnMtLjkwMi0yLjU5Ni0yLjY2Mi0yLjU5NmgtMi43NVYxNmgxLjUxOHYtMi4zMWgxLjIzMnptLTEuMjMyLTEuMjk4VjkuNjg2aDEuMjIxYy43NTkgMCAxLjEzMy4zNjMgMS4xMzMgMS4yOTggMCAuOTQ2LS4zNzQgMS40MDgtMS4xMzMgMS40MDhIMzcuNzl6TTQyLjcwNiAxNmg0Ljk5M3YyLjA0NmgxLjUxOXYtMy4zNzdoLS45OVY4LjM4OGgtMS41MTl2Ni4yODFoLTIuNDg2VjguMzg4aC0xLjUxN1YxNnptNy41NDIgMGg0Ljg0di0xLjMyaC0zLjMyMnYtMS43OTNoMi42NjJ2LTEuMjk4aC0yLjY2MlY5LjY5N2gzLjMyMnYtMS4zMmgtNC44NFYxNnptMTAuMzkxIDBoMS41MThWOC4zODhINjAuNjR2My4xOWgtMi43ODN2LTMuMTloLTEuNTE4VjE2aDEuNTE4di0zLjEwMmgyLjc4M1YxNnptMi41MTcgMGgxLjUxOGwuMjk3LTEuMzUzaDIuNjE4TDY3Ljg4NiAxNmgxLjUxOEw2Ny43MiA4LjM4OGgtMi44ODJMNjMuMTU2IDE2em0yLjg2LTYuMzU4aC41MjhsLjc1OSAzLjY4NWgtMi4wNDZsLjc1OS0zLjY4NXptNi44NTYtMS4yNTRWMTZoMi45NDhjMS40NjMgMCAyLjM5OC0uNTk0IDIuMzk4LTIuMTM0IDAtMS4wMzQtLjQzLTEuNDk2LTEuMDc4LTEuNzQ5LjYwNS0uMzMuODktLjg1OC44OS0xLjc3MSAwLTEuMzk3LS44MDItMS45NTgtMi4yOTgtMS45NThoLTIuODZ6bTIuNzk0IDEuMDU2Yy43NDggMCAxLjEyMi4zMTkgMS4xMjIgMS4wNDUgMCAuNzM3LS4zMyAxLjE4OC0xLjA3OCAxLjE4OGgtMS42MTdWOS40NDRoMS41NzN6bS4wNjYgMy4yNjdjLjU5NCAwIDEuMjMyLjIzMSAxLjIzMiAxLjA4OSAwIC45MDItLjQ1MSAxLjE0NC0xLjIxIDEuMTQ0aC0xLjY2MXYtMi4yMzNoMS42Mzl6TTg1Ljk2MiAxNmgxLjQybC0xLjkzNy0zLjc1MSAxLjg2LTMuODYxaC0xLjM5OGwtMS41NCAzLjM4OC0xLjEyMi4wODhWOC4zODhoLTEuMjJWMTZoMS4yMnYtMy4wNjlsMS4xMjItLjA3N0w4NS45NjIgMTZ6bTUuMjE0LjExYzIuMzU0IDAgMy4wNTgtMS4yNzYgMy4wNTgtMy44MzkgMC0yLjUzLS43MDQtMy45OTMtMy4wNTgtMy45OTNzLTMuMDY5IDEuNDc0LTMuMDY5IDMuOTkzYzAgMi41NDEuNzA0IDMuODM5IDMuMDcgMy44Mzl6bTAtMS4wNTZjLTEuNDYzIDAtMS44MDQtLjkwMi0xLjgwNC0yLjc4MyAwLTEuODcuMzUyLTIuOTI2IDEuODA0LTIuOTI2czEuNzkzIDEuMDU2IDEuNzkzIDIuOTI2YzAgMS45MTQtLjMzIDIuNzgzLTEuNzkzIDIuNzgzem03LjI0MS0xLjM5N2MxLjcxNiAwIDIuNTYzLTEuMDM0IDIuNTYzLTIuNzM5IDAtMS42OTQtLjg0Ny0yLjUzLTIuNTYzLTIuNTNoLTIuNzZWMTZoMS4yMnYtMi4zNDNoMS41NHptLTEuNTQtMS4wNTZWOS40NDRoMS41M2MuOTEyIDAgMS4zMi40NCAxLjMyIDEuNDc0IDAgMS4wNDUtLjQwOCAxLjY4My0xLjMyIDEuNjgzaC0xLjUzem04LjU3OC0uNjI3Yy42MDUtLjQwNy44OTEtMS4wMjMuODU4LTEuODE1LS4wNDQtMS4xOTktMS4wNDUtMS45MDMtMi41My0xLjg4MS0uNjcxLjAxMS0xLjI2NS4xNTQtMS44Ny4zNTJsLjAzMyAxLjAwMWMuNzgxLS4xOTggMS4xODgtLjMwOCAxLjY5NC0uMzA4Ljk5IDAgMS40NjMuMzA4IDEuNDYzIDEuMDAxIDAgLjc3LS40MTggMS4yMjEtMS4zNzUgMS4yMjFoLS4zMDh2MS4wNDVoLjI4NmMxLjEzMyAwIDEuNTUxLjI2NCAxLjU1MSAxLjEyMiAwIC45NjgtLjUzOSAxLjI4Ny0xLjYwNiAxLjI4Ny0uNTgzIDAtMS4xNTUtLjEyMS0xLjc3MS0uMjY0bC0uMDQ0IDEuMDIzYy40MDcuMTMyLjk1Ny4yNzUgMS45MzYuMzA4IDEuNjcyLjA1NSAyLjcwNi0uODQ3IDIuNzE3LTIuMjc3LjAxMS0uOTc5LS4zMy0xLjUwNy0xLjAzNC0xLjgxNXpNMTEzLjc3NiAxNlY4LjM4OGgtMi4xMjNsLTIuMzY1IDYuNTQ1aC0uMTY1VjguMzg4aC0xLjIxVjE2aDIuMDc5bDIuNDA5LTYuNTQ1aC4xNTRWMTZoMS4yMjF6bTYuMjA5IDBoMS4yMzJWOC4zODhoLTEuMjMydjMuMjg5aC0zLjI1NlY4LjM4OGgtMS4yMjFWMTZoMS4yMjF2LTMuMjU2aDMuMjU2VjE2em0yLjk1NiAwaDQuNzUydi0xLjA3OGgtMy41MzF2LTIuMmgyLjg3MXYtMS4wNTZoLTIuODcxVjkuNDU1aDMuNTMxVjguMzg4aC00Ljc1MlYxNnoiIGZpbGw9IiM4OEZDMkQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIwIiB5MT0iLTEwLjg5NyIgeDI9IjQ0LjMxMiIgeTI9IjY5LjI1NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNDNjAwMjQiLz48c3RvcCBvZmZzZXQ9Ii4wNzgiIHN0b3AtY29sb3I9IiM1MjBDMDAiLz48c3RvcCBvZmZzZXQ9Ii4xNzIiIHN0b3AtY29sb3I9IiNFNjYxMTUiLz48c3RvcCBvZmZzZXQ9Ii4zMjMiIHN0b3AtY29sb3I9IiNGOEYzMzciLz48c3RvcCBvZmZzZXQ9Ii41IiBzdG9wLWNvbG9yPSIjOTdGQzNDIi8+PHN0b3Agb2Zmc2V0PSIuNjU2IiBzdG9wLWNvbG9yPSIjMkI0QzE5Ii8+PHN0b3Agb2Zmc2V0PSIuODMzIiBzdG9wLWNvbG9yPSIjNUUyRkZFIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzYwMDI0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+");width:138px;height:25px}.badge-super-price--text.product-special-price,.badge-super-price.badge-super-price--text,.badge-super-price.product-special-price--text,.product-special-price.product-special-price--text{position:relative;background-image:none;background-color:#c8323c}.badge-super-price--text.product-special-price:before,.badge-super-price.badge-super-price--text:before,.badge-super-price.product-special-price--text:before,.product-special-price.product-special-price--text:before{content:"Суперцена в корзине";color:#000}@media (max-width:767.98px){input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=phone],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea.textarea__field{font-size:16px}}.basic-form input[type=email],.basic-form input[type=number],.basic-form input[type=password],.basic-form input[type=search],.basic-form input[type=tel],.basic-form input[type=text],.basic-form select,.basic-form textarea{line-height:36px;width:100%;font-size:14px;height:40px;border-radius:4px;padding:0 10px;font-weight:400;outline:none;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;transition-property:border-color,box-shadow,-webkit-box-shadow;background:#2c2c2c;color:#c9c9c9;border:none}.basic-form textarea{min-height:250px;resize:vertical;line-height:normal;padding:10px}.basic-form label{display:block;line-height:22px;z-index:2;-webkit-transition:all .1s;transition:all .1s;margin-bottom:4px;font-weight:600;color:hsla(0,0%,78.4%,.4);font-size:14px}.basic-form .form-group{margin-bottom:15px;position:relative}.basic-form .form-group:last-of-type{margin-bottom:0}.basic-form.basic-form--small{max-width:700px;margin-left:auto;margin-right:auto}.basic-form.basic-form--small input[type=email],.basic-form.basic-form--small input[type=number],.basic-form.basic-form--small input[type=password],.basic-form.basic-form--small input[type=search],.basic-form.basic-form--small input[type=tel],.basic-form.basic-form--small input[type=text],.basic-form.basic-form--small select,.basic-form.basic-form--small textarea{height:30px;line-height:30px;padding:0 5px}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #2c2c2c inset!important;-webkit-text-fill-color:#c9c9c9!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;caret-color:#fff}.select-styled-wrap{position:relative;display:inline-block}.select-styled-wrap:after{content:"";position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border-color:#888 rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:8px 6px 0}.select-styled{font-family:RazerF5,sans-serif;border:none;width:188px;color:#fff;font-size:14px;padding:8px 10px;cursor:pointer;background:#000;height:48px;appearance:none;-moz-appearance:none;-webkit-appearance:none}.syntes-store-base-form__suggestions input[type=number]{-moz-appearance:textfield}.syntes-store-base-form__suggestions input[type=number]::-webkit-inner-spin-button,.syntes-store-base-form__suggestions input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.syntes-store-base-form__suggestions .suggestions-wrapper{position:absolute;width:100%;top:56px}.syntes-store-base-form__suggestions .suggestions-suggestions{background:#1f1f1f;border:1px solid #2d2d2d;color:#fff}.syntes-store-base-form__suggestions .suggestions-suggestion{padding:16px 23px 14px;cursor:pointer;border-bottom:1px solid #2d2d2d}.syntes-store-base-form__suggestions .suggestions-suggestion:last-child{border-bottom:none}.syntes-store-base-form__suggestions .suggestions-selected,.syntes-store-base-form__suggestions .suggestions-selected:hover,.syntes-store-base-form__suggestions .suggestions-suggestion:hover{background:#2d2d2d}.syntes-store-base-form__suggestions .suggestions-promo{display:none!important}.btn,.K3__button,.K5__button,.P1__button .btn,.r-btn-default,.W2__btn,.W2__close{font-family:RazerF5,sans-serif;font-weight:600;font-size:14px;line-height:1.2;background:#44d62c;color:#000;margin:0;padding:0 20px;height:40px;text-transform:uppercase;border-radius:2px;border:none;-webkit-transition:.25s;transition:.25s;cursor:pointer;text-decoration:none;outline:none;text-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn:focus,.K3__button:focus,.K5__button:focus,.P1__button .btn:focus,.r-btn-default:focus,.W2__btn:focus,.W2__close:focus{-webkit-box-shadow:none;box-shadow:none;outline:none}.btn:hover,.K3__button:hover,.K5__button:hover,.P1__button .btn:hover,.r-btn-default:hover,.W2__btn:hover,.W2__close:hover{background:#0f0;color:#000}.btn--disabled,.btn:disabled,.btn[disabled],.K3__button:disabled,.K3__button[disabled],.K5__button:disabled,.K5__button[disabled],.P1__button .btn:disabled,.P1__button .btn[disabled],.r-btn-default--disabled,.r-btn-default:disabled,.r-btn-default[disabled],.W2__btn:disabled,.W2__btn[disabled],.W2__close:disabled,.W2__close[disabled]{pointer-events:none;opacity:.5;cursor:not-allowed}.btn--transparent,.r-btn-default--transparent{background-color:rgba(0,0,0,0);color:#44d62c}.btn--transparent:hover,.r-btn-default--transparent:hover{background-color:rgba(0,0,0,0);color:#0f0}.btn--squeezed,.r-btn-default--squeezed{padding:0;font-size:13px;height:auto}.btn--bordered,.P1__button .btn--bordered,.r-btn-default--bordered{background-color:rgba(0,0,0,0);color:#44d62c;border:1px solid #44d62c}.btn--bordered:hover,.P1__button .btn--bordered:hover,.r-btn-default--bordered:hover{background-color:rgba(0,0,0,0);color:#0f0;border-color:#0f0}.btn-link{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;font-size:16px;font-weight:600;line-height:1;color:#44d62c;-webkit-transition:color .25s;transition:color .25s;text-decoration:none}.btn-link,.btn-link:focus{outline:none}.btn-link:hover{color:#0f0;text-decoration:none}.btn-link--disabled,.btn-link:disabled,.btn-link[disabled]{pointer-events:none;opacity:.5;cursor:not-allowed}.btn-link-underline{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;border-bottom:1px dotted #888;font-size:13px;color:#888;display:inline-block;-webkit-transition:all .25s;transition:all .25s}.btn-link-underline:focus{outline:none}.btn-link-underline:hover{color:#464646;border-bottom:1px dotted #464646}.range-slider-styled.noUi-target{margin-left:4px;margin-right:4px;background-color:#464646;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none}.range-slider-styled.noUi-horizontal{height:2px}.range-slider-styled.noUi-horizontal .noUi-connect{background-color:#44d62c}.range-slider-styled.noUi-horizontal .noUi-handle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:0;height:0;right:-4px;bottom:4px;top:auto;border-radius:0;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:6px 4px 0;background:none;cursor:pointer;-webkit-box-shadow:none;box-shadow:none;outline:none}.range-slider-styled.noUi-horizontal .noUi-handle:after,.range-slider-styled.noUi-horizontal .noUi-handle:before{display:none}.range-slider-styled.noUi-horizontal .noUi-handle .noUi-touch-area{-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px}.lazyload-styled{opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s}.lazyload--loaded{opacity:1}.modal-element-to-insert:not(.modal__element-to-insert-container>.modal-element-to-insert){display:none!important}.modal__content-head{padding:40px 40px 15px;text-align:center}@media (max-width:575.98px){.modal__content-head{padding-top:65px}}.modal__content-head a{text-decoration:underline}.modal__content-head a:hover{text-decoration:none}.modal__content-title{font-family:RazerF5,sans-serif;font-size:24px;line-height:1;text-transform:uppercase;color:#44d62c;letter-spacing:.4px}.modal__close-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;width:20px;height:20px;position:absolute;right:8px;top:8px;cursor:pointer}.modal__close-btn:after,.modal__close-btn:before{content:"";width:20px;display:block;height:2px;background-color:#44d62c;position:absolute;top:50%;margin-top:-1px;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.modal__close-btn:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.modal__close-btn:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.modal__close-btn:hover{opacity:1}.modal__close-btn:hover:after,.modal__close-btn:hover:before{background-color:#44d62c}.modal__content-description{max-width:320px;min-height:50px;margin:23px auto 0}.modal__content-description,.modal__content-footer{font-size:15px;line-height:20px;font-weight:400;letter-spacing:.1px;color:#888}.modal__content-footer{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;min-height:98px;max-width:540px;margin:auto}.slider-pagination{position:absolute;left:0;bottom:10px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slider-pagination-bullet{position:relative;width:30px;height:20px;margin:0 6px 0 0;border-radius:0;background:rgba(0,0,0,0);opacity:1;cursor:pointer}.slider-pagination-bullet:last-child{margin-right:0!important}.slider-pagination-bullet:before{content:"";position:absolute;left:0;top:50%;width:100%;height:5px;border-radius:3px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#888;-webkit-transition:background .25s;transition:background .25s}.slider-pagination-bullet--active:before{background:#44d62c}.product-special-price--text{width:auto;height:auto}.product-sign{right:25px;bottom:20px;z-index:2;width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-sign img{max-width:100%;max-height:100%}.card-type-1{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%;border-bottom:1px solid #44d62c;background:#181818;text-decoration:none;color:#888}.card-type-1:focus{outline:none}.card-type-1 .P1__model-marker{top:0;margin-right:auto;z-index:2}.card-type-1__image-wrap{position:relative;padding-bottom:92%;background:#000}.card-type-1__image{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%}.card-type-1__markers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;left:-5px;top:12px;z-index:2}.card-type-1__image-badges{position:absolute;bottom:20px;left:25px;right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:2}.card-type-1__image-badges>.product-sign:last-of-type{margin-left:auto}.card-type-1__image-badges>.product-special-price:last-of-type{margin-right:auto}.card-type-1__image-badges .card-type-1__promo-markers{display:-webkit-box;display:-ms-flexbox;display:flex}.card-type-1__image-badges .card-type-1__promo-markers .card-type-1__image-badge{z-index:1}.card-type-1__image-badges .card-type-1__promo-markers .card-type-1__image-badge:last-child{z-index:0}.card-type-1__image-badge{width:80px;height:80px}.card-type-1__image-badge svg{width:100%;height:100%}.card-type-1__image-badge img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.card-type-1__info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:13px 20px 17px}.card-type-1__title-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.card-type-1__title{display:block;font-size:20px;font-weight:400;line-height:1.3;text-decoration:none;color:#fff;-webkit-transition:color .25s;transition:color .25s}.card-type-1__title:hover{color:#44d62c}.card-type-1__desc{font-size:13px;font-weight:400;line-height:1.1rem;color:#888}.card-type-1__actions{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-type-1__price-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-type-1__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;color:#fff}.card-type-1__price:after{content:"\20BD";margin-left:3px;font-weight:400}.card-type-1__price--old{margin-top:5px;font-weight:400;text-decoration:line-through;color:#888}.card-type-1__status{margin-top:5px;font-size:13px;font-weight:400;color:#888}.card-type-1__btn-wrap{line-height:1}.card-type-1__btn{-webkit-transition:opacity .25s;transition:opacity .25s}.card-type-1__btn--disabled{opacity:.5;pointer-events:none}.card-type-1__unavailable{font-size:16px;font-weight:600;line-height:1;color:#fff}.card-type-1__unavailable--green{color:#44d62c}.card-type-2{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:200px;padding:35px 20px;background:#000;text-decoration:none;color:#888}@media (max-width:767.98px){.card-type-2{padding:40px 20px}}@media (max-width:575.98px){.card-type-2{min-height:0;padding:40px 20px 20px}}.card-type-2:has(.card-type-2__promo-markers--multiple){padding:55px 20px 35px}@media (max-width:767.98px){.card-type-2:has(.card-type-2__promo-markers--multiple){padding:65px 20px 35px}}@media (max-width:575.98px){.card-type-2:has(.card-type-2__promo-markers--multiple) .P1__model-marker{font-size:.65rem;padding:.4rem .2rem}}.card-type-2:focus{outline:none}.card-type-2 .P1__model-marker{top:0;z-index:2}.card-type-2__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.card-type-2__image-wrap{-ms-flex-negative:0;flex-shrink:0;width:160px;height:160px;margin-right:20px}@media (max-width:575.98px){.card-type-2__image-wrap{margin-right:12px;width:100px;height:100px}}.card-type-2__image{max-width:100%;max-height:100%}.card-type-2__markers{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:-5px;top:5px;z-index:2}.card-type-2__markers .card-type-2__promo-markers{display:-webkit-box;display:-ms-flexbox;display:flex}.card-type-2__markers .P1__model-marker{margin:0;line-height:1;padding:.55rem 1.25rem}.card-type-2__markers .P1__model-marker:first-child .P1__model-marker-triangle{display:block}.card-type-2__markers .P1__model-marker .P1__model-marker-triangle{display:none}.card-type-2__markers .product-special-price--long{height:30px;margin-left:5px;background-size:contain;background-position:50%;background-repeat:no-repeat}.card-type-2__markers .product-special-price--long:first-child{margin-left:15px}.card-type-2__title{display:block;font-size:20px;font-weight:400;line-height:1.3;text-decoration:none;color:#fff;-webkit-transition:color .25s;transition:color .25s}.card-type-2__title:hover{color:#44d62c}.card-type-2__desc{margin-top:7px;font-size:14px;font-weight:400;line-height:1;color:#888}.card-type-2__price-wrap{margin-top:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1}.card-type-2__price{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:600;line-height:1;color:#44d62c}.card-type-2__price:after{content:"\20BD";margin-left:3px;font-weight:400}.card-type-2__price--old{margin-left:7px;font-weight:400;text-decoration:line-through;color:#888}.card-type-2__btn-wrap{margin-top:12px;line-height:1}.card-type-2__btn{-webkit-transition:opacity .25s;transition:opacity .25s}.card-type-2__btn--disabled{opacity:.5;pointer-events:none}.card-type-2__unavailable{font-size:16px;font-weight:600;line-height:1;color:#fff}.card-type-2__unavailable--green{color:#44d62c}.card-type-3{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%;border-bottom:1px solid #44d62c;background:#000;text-decoration:none;color:#888}.card-type-3:focus{outline:none}.card-type-3 .P1__model-marker{top:0;z-index:2}.card-type-3__image-wrap{position:relative;padding-bottom:92%;background:#181818}.card-type-3__image{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%}.card-type-3__markers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;left:-5px;top:12px;z-index:2}.card-type-3__image-badges{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:20px;left:25px;right:25px;z-index:2;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.card-type-3__image-badges>.product-sign:last-of-type{margin-left:auto}.card-type-3__image-badges>.product-special-price:last-of-type{margin-right:auto}.card-type-3__info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px 20px 20px}.card-type-3__title-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.card-type-3__title{display:block;font-size:20px;font-weight:400;line-height:1.3;text-decoration:none;color:#fff;-webkit-transition:color .25s;transition:color .25s}.card-type-3__title:hover{color:#44d62c}.card-type-3__desc{font-size:14px;font-weight:400;line-height:1.5;color:#888}.card-type-3__actions{margin-top:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.card-type-3__price-wrap{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}.card-type-3__old-price:after,.card-type-3__price:after{content:"\20BD";margin-left:1px;font-weight:400;font-size:.9em}.card-type-3__old-price{margin-bottom:2px;position:relative;font-size:13px;font-weight:400;line-height:1;white-space:nowrap;color:#888}.card-type-3__old-price:before{content:"";position:absolute;left:0;top:50%;width:100%;border-top:1px solid}.card-type-3__price{font-size:20px;font-weight:400;line-height:1;white-space:nowrap;color:#fff}.card-type-3__price:after{margin-left:2px;font-size:.95em}.card-type-3__unavailable{padding:12px 0;font-size:15px;font-weight:600;line-height:1;color:#fff}.card-type-4{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%;background:#000;text-decoration:none;color:#888}.card-type-4:focus{outline:none}.card-type-4.card-type-4--inactive-sale,.card-type-4.card-type-4--just-finished{background:#181818}.card-type-4__markers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;left:0;top:0;z-index:2}.card-type-4__markers .P1__model-marker{padding:4px 9px;font-weight:600;color:#fff}.card-type-4__markers .P1__model-marker-triangle{display:none}.card-type-4__marker-time{min-width:9.2em;text-align:left}.card-type-4__image-wrap{position:relative;padding-bottom:105%;background:#181818}@media (min-width:1921px){.card-type-4__image-wrap{padding-bottom:75%}}@media (max-width:767.98px){.card-type-4__image-wrap{padding-bottom:50%}}.card-type-4__image{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%}.card-type-4__image-badges{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:20px;left:25px;right:25px;z-index:2;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.card-type-4__image-badges>.product-sign:last-of-type{margin-left:auto}.card-type-4__image-badges>.product-special-price:last-of-type{margin-right:auto}.card-type-4__info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px}.card-type-4__price-wrap{margin-bottom: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:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card-type-4__price-wrap .P1__model-marker{padding:4px 9px;font-size:14px;line-height:1.28571;color:#fff}.card-type-4__old-price:after,.card-type-4__price:after{content:"\20BD";margin-left:1px;font-weight:400;font-size:.9em}.card-type-4__price{margin-right:5px;position:relative;font-weight:400;font-size:18px;line-height:1;white-space:nowrap;color:#fff}.card-type-4__price:after{margin-left:2px;font-size:.95em}.card-type-4--inactive-sale .card-type-4__price:before{content:"";position:absolute;left:0;top:50%;width:100%;border-top:1px solid}.card-type-4__old-price{margin-top:2px;position:relative;font-size:14px;font-weight:400;line-height:1.28571;white-space:nowrap;color:#888}.card-type-4__old-price:before{content:"";position:absolute;left:0;top:50%;width:100%;border-top:1px solid}.card-type-4__coupons-wrap{margin-bottom:14px}.card-type-4__progress-bar{margin-bottom:10px;position:relative;width:100%;height:6px;background-color:#d5d5d5}.card-type-4__progress-bar-left{position:absolute;width:0;height:100%;top:0;left:0;background-color:#44d62c;-webkit-transition:width .2s ease;transition:width .2s ease}.card-type-4__coupons-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;font-weight:400;line-height:1.28571;color:#888}.card-type-4__time-left{min-width:8.1em}.card-type-4__title{display:block;margin-bottom:14px;font-weight:400;font-size:17px;line-height:1.41176;text-decoration:none;color:#fff;-webkit-transition:color .25s;transition:color .25s}.card-type-4__title:hover{color:#44d62c}.card-type-4__btn-wrap{margin-top:auto}.card-type-4__btn-wrap .syntes-btn-add-to-cart .btn{width:100%}@media (min-width:768px){.banner-type-1{min-height:350px;background-position:50%;background-size:cover;background-repeat:no-repeat}}@media (max-width:767.98px){.banner-type-1{background-image:none!important;display:block}}.banner-type-1__bg-mobile{max-width:100%}@media (min-width:768px){.banner-type-1__bg-mobile{display:none}}@media (max-width:767.98px){.banner-type-1__bg-mobile{display:block}}.banner-type-2{background-color:#000;background-position:top;background-repeat:no-repeat;background-size:cover}@media (min-width:768px){.banner-type-2{text-align:center}}.banner-type-2__wrap{margin:0 auto;padding-top:40px;padding-bottom:40px}@media (max-width:767.98px){.banner-type-2__wrap{padding-top:20px;padding-bottom:20px}}.banner-type-2__wrap--small-padding{padding-top:32px;padding-bottom:32px}.banner-type-2__header{margin-bottom:10px;font-style:normal;font-weight:700;font-size:30px;line-height:1;text-transform:uppercase;color:#fff}@media (max-width:575.98px){.banner-type-2__header{font-size:24px}}.banner-type-2__description,.banner-type-2__description *{font-family:RazerF5,sans-serif;font-style:normal;font-weight:400;font-size:19px;line-height:1.36842;color:#888}@media (max-width:575.98px){.banner-type-2__description,.banner-type-2__description *{font-size:16px}}.banner-type-4{background-color:#1f1f1f}.banner-type-4 a{color:inherit}.banner-type-4 a:hover{text-decoration:none}.banner-type-4__wrap{margin:0 auto}@media (min-width:768px){.banner-type-4__wrap{padding-top:50px;padding-bottom:50px}}@media (max-width:767.98px){.banner-type-4__wrap{padding-top:20px;padding-bottom:20px}}.banner-type-4__header{margin-bottom:10px;font-weight:700;color:#888}.banner-type-4__description{font-family:RazerF5,sans-serif;font-weight:400;color:#888}.banner-type-5{position:relative;z-index:1;min-height:450px;padding:30px 0 50px;border-bottom:2px solid #44d62c;background-position:50%;background-repeat:no-repeat;background-size:cover;background-color:#000}@media (max-width:991.98px){.store-main-slider--md-column .banner-type-5{padding:30px 0}}.banner-type-5__img{position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:991.98px){.store-main-slider--md-column .banner-type-5__img{position:relative;top:auto;left:auto;z-index:1;width:100%;height:auto;-o-object-fit:unset;object-fit:unset}}.banner-type-5__info-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-height:100%}.banner-type-5__info-container.top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.banner-type-5__info-container.bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.banner-type-5__info-container.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.banner-type-5__info-container.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.banner-type-5__info-container.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:left}@media (max-width:991.98px){.banner-type-5__info-container{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.store-main-slider--md-column .banner-type-5__info-container{min-height:unset}}.banner-type-5__info{width:400px;max-width:100%}@media (max-width:991.98px){.store-main-slider--md-column .banner-type-5__info{width:auto}}.banner-type-5__title{font-size:30px;font-weight:700;line-height:1.1;text-transform:uppercase;color:#44d62c}@media (max-width:991.98px){.banner-type-5__title{font-size:26px}}.banner-type-5__desc{margin-top:10px;font-size:19px;font-weight:400;line-height:1.36842;color:#888}@media (max-width:991.98px){.banner-type-5__desc{font-size:16px}}.banner-type-5__desc p{font-family:RazerF5,sans-serif;font-weight:400}.banner-type-5__btn-wrap{margin-top:23px}.banner-type-5__btn{font-size:16px;font-weight:700}.banner-type-6{position:relative;z-index:1;height:100%;padding-bottom:10px;background-position:50%;background-repeat:no-repeat;background-size:cover;text-align:center}.banner-type-6__img{z-index:-1;height:calc(100% - 10px);-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.banner-type-6__img,.banner-type-6__link{position:absolute;left:0;top:0;width:100%}.banner-type-6__link{z-index:1;height:100%}.banner-type-6__info-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px 18px}.banner-type-6__info{max-width:100%}.banner-type-6__title{margin-top:40px;font-size:40px;font-weight:700;line-height:1;text-transform:uppercase;color:#fff}.banner-type-6__marker+.banner-type-6__title{margin-top:0}.banner-type-6--fullwidth .banner-type-6__title{font-size:56px}@media (max-width:991.98px){.banner-type-6--fullwidth .banner-type-6__title,.banner-type-6__title{font-size:32px}}.banner-type-6__desc{margin-top:10px;font-size:21px;font-weight:400;line-height:1.2;color:#fff}.banner-type-6--fullwidth .banner-type-6__desc{font-size:28px}@media (max-width:991.98px){.banner-type-6--fullwidth .banner-type-6__desc,.banner-type-6__desc{font-size:19px}}.banner-type-6__btn-wrap{margin-top:10px;position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-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;line-height:1}@media (max-width:991.98px){.banner-type-6__btn-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.banner-type-6__btn{position:relative;padding:0 calc(1rem + 3px) 0 1.3rem!important;font-size:21px!important;font-weight:400!important;color:#fff!important}@media (max-width:991.98px){.banner-type-6__btn{font-size:17px!important;margin-bottom:5px}}.banner-type-6__btn:after{content:">";position:absolute;top:0;right:-3px;color:#44d62c}.banner-type-7{background:#000}@media (min-width:576px){.banner-type-7{min-height:220px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}}.banner-type-7__img-wrap{display:block;position:relative;width:220px;-ms-flex-negative:0;flex-shrink:0}@media (max-width:575.98px){.banner-type-7__img-wrap{width:100%;padding-bottom:75%}}.banner-type-7__img{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.banner-type-7__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:13px 34px 16px 20px;background:#000}.banner-type-7__title{display:block;font-size:20px;line-height:1;font-weight:700;text-decoration:none;color:#fff;-webkit-transition:color .25s;transition:color .25s}.banner-type-7__title:hover{color:#44d62c}.banner-type-7__desc{margin-top:4px;font-size:13px;line-height:1.3;font-weight:400;color:#888}.banner-type-7__actions{margin-top:15px}.banner-type-7__btn{font-size:18px;font-weight:300}.banner-type-8{padding:35px 0;background-color:#1f1f1f;text-align:center}.banner-type-8+.promo-products-filter-section{padding-top:0}.banner-type-8__wrap{min-height:90px;margin: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-pack:center;-ms-flex-pack:center;justify-content:center;background-position:50%;background-repeat:no-repeat}@media (min-width:768px){.banner-type-8__wrap{padding:0 10px;background-size:contain}}@media (max-width:767.98px){.banner-type-8__wrap{padding:15px 10px;background-size:cover}}.banner-type-8__title{margin-bottom:10px;font-family:RazerF5,sans-serif;font-style:normal;font-weight:300;font-size:24px;line-height:30px;text-transform:uppercase;color:#44d62c}.banner-type-8__title strong{font-family:Roboto Condensed,Roboto,Arial,Helvetica,sans-serif;font-style:italic}.banner-type-8__description{font-family:RazerF5,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:26px;color:#fff}.banner-type-9-preloader-container--loaded{min-height:unset!important}.banner-type-9{display:block;position:relative;border-bottom:1px solid #44d62c;background-color:#000}@media (min-width:576px){.banner-type-9{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:415px}}.banner-type-9__title{margin-bottom:5px;font-size:20px;line-height:1;color:#fff}@media (min-width:576px){.banner-type-9__title{font-size:24px}}.banner-type-9__desc{font-size:14px;line-height:1.33333;color:#888}@media (min-width:576px){.banner-type-9__desc{font-size:18px}}.banner-type-9__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:15px 20px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:576px){.banner-type-9__content{padding-top:40px}}@media (min-width:768px){.banner-type-9__content{padding:70px 45px 45px}}@media (min-width:576px){.banner-type-9--align-content-right .banner-type-9__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.banner-type-9__content *{font-weight:400}.banner-type-9__actions{margin-top:27px}.banner-type-9__price-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.banner-type-9__old-price{position:relative;margin-right:10px;white-space:nowrap;font-size:20px;line-height:1;color:#888}@media (min-width:576px){.banner-type-9__old-price{font-size:24px}}.banner-type-9__old-price:before{content:"";position:absolute;top:calc(50% + 1px);left:0;width:100%;border-top:1px solid}.banner-type-9__price{white-space:nowrap;font-size:20px;line-height:1;font-weight:600;color:#fff}@media (min-width:576px){.banner-type-9__price{font-size:24px}}.banner-type-9__price:after{content:"\20BD";margin-left:3px;font-weight:400;font-size:.9em}.banner-type-9__actions-footer{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:576px) and (max-width:991.98px){.banner-type-9__actions-footer{-ms-flex-wrap:wrap;flex-wrap:wrap}}.banner-type-9__promo-info{margin-right:10px;font-size:14px;line-height:1.3;color:#fff}@media (min-width:576px) and (max-width:991.98px){.banner-type-9__promo-info{width:100%;margin:0 0 15px}}@media (min-width:576px){.banner-type-9__promo-info{font-size:16px}}.banner-type-9__promo-code{color:#ff8230}.banner-type-9__text-grey{color:#888}.banner-type-9__btn{-ms-flex-negative:0;flex-shrink:0}.banner-type-9__no-promo-codes{font-size:16px;line-height:1;font-weight:600;text-transform:uppercase;color:#44d62c}@media (max-width:575.98px){.banner-type-9__no-promo-codes{font-size:14px}}.banner-type-9__img-wrap{-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media (max-width:575.98px){.banner-type-9__img-wrap{padding-bottom:92%}}@media (min-width:576px){.banner-type-9__img-wrap{width:50%}}@media (min-width:576px){.banner-type-9--align-content-right .banner-type-9__img-wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.banner-type-9__img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.banner-type-9__markers{position:absolute;top:0;left:-5px;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:576px){.banner-type-9__markers{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (max-width:575.98px){.banner-type-9__markers{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.banner-type-9__markers .P1__model-marker{min-height:30px;padding:0 14px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;text-transform:uppercase}@media (min-width:576px){.banner-type-9__markers .P1__model-marker{margin:0}.banner-type-9__markers .P1__model-marker:not(:first-child) .P1__model-marker-triangle{display:none}}.banner-type-9__markers .P1__model-marker--discount{background-color:#43d549}.banner-type-9__markers .P1__model-marker--discount .P1__model-marker-triangle{border-color:rgba(0,0,0,0) #43d549 rgba(0,0,0,0) rgba(0,0,0,0)}.banner-type-9__markers .P1__model-marker--timer{background-color:#fff}.banner-type-9__markers .P1__model-marker--timer .P1__model-marker-triangle{border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0)}.banner-type-9__markers .P1__marker-super-price{position:relative;top:0;left:5px}.banner-type-9__marker-price--in-roubles:after{content:"\20BD";font-size:.95em;font-weight:600;text-transform:none}.marker-timer__icon{margin-right:10px}.marker-timer__countdown{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:RazerF5,sans-serif;font-size:13px;font-weight:700}.marker-timer__time{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.marker-timer__time-numbers{margin-right:.2em}.marker-timer__time-divider{margin:0 .5em}.banner-type-10{position:relative;z-index:1;min-height:400px;max-height:calc(100vh - 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-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:140px}@media (min-width:768px){.banner-type-10{height:600px}}@media (max-width:991.98px){.banner-type-10{margin-bottom:120px}}.banner-type-10 *{font-weight:400}.banner-type-10__container{width:100%;margin:0 auto}.banner-type-10__img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.banner-type-10__content{padding:25px 0;text-align:center}.banner-type-10__logo-wrap *{max-width:100%}.banner-type-10__text{max-width:500px;margin:15px auto 0;font-size:20px;line-height:1.5;color:#fff}@media (max-width:575.98px){.banner-type-10__text{font-size:18px}}.banner-type-10__text-highlight{color:#44d62c}.banner-type-10-timer{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;width:570px;max-width:100%;margin:25px auto -80px;padding:15px 15px 20px;color:#000;background-color:#44d62c}.banner-type-10-timer__title{margin-bottom:10px;font-size:18px;line-height:1}.banner-type-10-timer__countdown-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.banner-type-10-timer__countdown{display:-webkit-box;display:-ms-flexbox;display:flex}.banner-type-10-timer__icon{-ms-flex-negative:0;flex-shrink:0;margin-right:7px}@media (max-width:767.98px){.banner-type-10-timer__icon{display:none}}.banner-type-10-timer__time{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;width:50px;margin:0 15px}@media (max-width:575.98px){.banner-type-10-timer__time{width:35px}}.banner-type-10-timer__time-numbers{font-size:30px;line-height:1}.banner-type-10-timer__time-words{margin-top:5px;font-size:16px;line-height:1}.banner-type-11{display:block;position:relative;text-decoration:none}@media (min-width:1200px){.banner-type-11{height:660px}}@media (min-width:768px) and (max-width:1199.98px){.banner-type-11{height:440px}}@media (max-width:767.98px){.banner-type-11{max-width:100%;padding-top:100%}}.banner-type-11:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);z-index:0;-webkit-transition:background-color .25s;transition:background-color .25s}.banner-type-11:hover:after{background-color:hsla(0,0%,100%,.05)}.banner-type-11__inner{width:100%;height:100%}@media (max-width:767.98px){.banner-type-11__inner{position:absolute;top:0;left:0}}.banner-type-11__img{position:absolute;left:0;top:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.banner-type-11__container{margin:0 auto;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}@media (min-width:1200px){.banner-type-11__container{padding:3rem 0}}@media (min-width:576px) and (max-width:1199.98px){.banner-type-11__container{padding:3rem 10px}}@media (min-width:768px){.banner-type-11__container{width:100%}}@media (max-width:767.98px){.banner-type-11__container{max-width:100%!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;text-align:center!important}}@media (max-width:575.98px){.banner-type-11__container{padding:30px 10px}}.banner-type-11__container.center,.banner-type-11__container.default{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.banner-type-11__container.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.banner-type-11__container.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.banner-type-11__container.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.banner-type-11__container.left,.banner-type-11__container.right{text-align:left}.banner-type-11__container.left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.banner-type-11__container.right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.banner-type-11__container.left.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.banner-type-11__container.right.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.banner-type-11__container.left.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.banner-type-11__container.right.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.banner-type-11__container.left.bottom,.banner-type-11__container.left.top,.banner-type-11__container.right.bottom,.banner-type-11__container.right.top{text-align:left}.banner-type-11__text{position:relative;max-width:60%;z-index:1}@media (max-width:767.98px){.banner-type-11__text{max-width:100%!important}}.banner-type-11__text.left,.banner-type-11__text.right{max-width:40%}.banner-type-11__text.center:not(.left):not(.right){margin:0 auto}.banner-type-11__title{font-family:RazerF5,sans-serif;color:#fff}@media (min-width:768px){.banner-type-11__title{margin-bottom:15px;font-size:30px;line-height:1;font-weight:700}}@media (max-width:767.98px){.banner-type-11__title{margin-bottom:10px;font-size:20px;line-height:1.2;font-weight:600}}.banner-type-11__description{color:#d5d5d5}.banner-type-11__description ol,.banner-type-11__description p,.banner-type-11__description ul{font-family:RazerF5,sans-serif;font-weight:400}@media (min-width:768px){.banner-type-11__description ol,.banner-type-11__description p,.banner-type-11__description ul{margin-bottom:15px;font-size:18px;line-height:1.44444}}@media (max-width:767.98px){.banner-type-11__description ol,.banner-type-11__description p,.banner-type-11__description ul{margin-bottom:10px;font-size:16px;line-height:1.1;color:#888}}.banner-type-12{display:block;position:relative;max-width:100%;text-decoration:none}@media (min-width:768px){.banner-type-12{padding-top:105%}}@media (max-width:767.98px){.banner-type-12{padding-top:100%}}.banner-type-12:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);z-index:0;-webkit-transition:background-color .25s;transition:background-color .25s}.banner-type-12:hover:after{background-color:hsla(0,0%,100%,.05)}.banner-type-12__img,.banner-type-12__inner{position:absolute;top:0;left:0;width:100%;height:100%}.banner-type-12__img{z-index:0;-o-object-fit:cover;object-fit:cover}.banner-type-12__container{margin:0 auto;max-width:100%;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:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:center}@media (min-width:992px){.banner-type-12__container{padding:3rem 30px}}@media (min-width:768px) and (max-width:991.98px){.banner-type-12__container{padding:30px 10px}}@media (min-width:576px) and (max-width:767.98px){.banner-type-12__container{padding:3rem 10px}}@media (max-width:575.98px){.banner-type-12__container{padding:30px 10px}}.banner-type-12__text{max-width:100%;margin:0 auto;position:relative;z-index:1}.banner-type-12__title{font-family:RazerF5,sans-serif;color:#fff;font-weight:700}@media (min-width:768px){.banner-type-12__title{margin-bottom:15px;font-size:30px;line-height:1}}@media (max-width:767.98px){.banner-type-12__title{margin-bottom:10px;font-size:20px;line-height:1.2}}.banner-type-12__description{color:#888}.banner-type-12__description ol,.banner-type-12__description p,.banner-type-12__description ul{font-family:RazerF5,sans-serif;font-weight:400}@media (min-width:768px){.banner-type-12__description ol,.banner-type-12__description p,.banner-type-12__description ul{margin-bottom:15px;font-size:18px;line-height:1.44444}}@media (max-width:767.98px){.banner-type-12__description ol,.banner-type-12__description p,.banner-type-12__description ul{margin-bottom:10px;font-size:16px;line-height:1.1}}.banner-type-13__container{position:relative}.banner-type-13__form-section{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-position:top;background-size:cover;background-repeat:no-repeat}@media (min-width:1921px){.banner-type-13__form-section{background-size:90% auto;background-position-x:150%;background-color:#000}}@media (max-width:767.98px){.banner-type-13__form-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}}.banner-type-13__content{max-width:420px;padding:15px;background-color:rgba(0,0,0,0)}@media (min-width:1921px){.banner-type-13__content{max-width:640px}}.banner-type-13__title{margin-bottom:15px;font-size:28px;line-height:1;text-transform:uppercase}.banner-type-13__description{font-size:18px;line-height:1.5}@media (min-width:768px){.banner-type-13__description{margin-bottom:40px}}@media (max-width:767.98px){.banner-type-13__description{margin-bottom:20px}}.banner-type-13__form.store-subscription__form-wrap{padding:0;background-color:rgba(0,0,0,0)}@media (min-width:768px){.banner-type-13__form.store-subscription__form-wrap{margin-left:0}}.banner-type-13__form.store-subscription__form-wrap .subscribe__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.banner-type-13__form.store-subscription__form-wrap .subscribe__form-input{margin-bottom:15px;text-align:center;border-color:#d5d5d5!important;color:#d5d5d5}.banner-type-13__form.store-subscription__form-wrap .subscribe__form-input::-webkit-input-placeholder{color:#d5d5d5}.banner-type-13__form.store-subscription__form-wrap .subscribe__form-input::-moz-placeholder{color:#d5d5d5}.banner-type-13__form.store-subscription__form-wrap .subscribe__form-input:-ms-input-placeholder{color:#d5d5d5}.banner-type-13__form.store-subscription__form-wrap .subscribe__form-input::-ms-input-placeholder{color:#d5d5d5}.banner-type-13__form.store-subscription__form-wrap .subscribe__form-input::placeholder{color:#d5d5d5}.banner-type-13__form.store-subscription__form-wrap .subscribe__form-button{width:auto;margin:0}.banner-type-13__timer-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767.98px){.banner-type-13__timer-section{min-height:calc(30vh - var(--header-height)/2)}}@media (min-width:768px){.banner-type-13__timer-section{min-height:calc(25vh - var(--header-height)/2)}}@media (min-width:1921px){.banner-type-13__timer-section{min-height:calc(15vh - var(--header-height)/2)}}@media (min-width:576px){.banner-type-13__timer-section .timer-section__wrap{padding-top:30px;padding-bottom:30px}}@media (max-width:575.98px){.banner-type-13__timer-section .timer-section__wrap{padding-top:15px;padding-bottom:15px}}@media (min-width:768px){.banner-type-13__timer-section .timer-section__text{padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:767.98px){.banner-type-13__timer-section .timer-section__text{margin:0}}.banner-type-13__timer-section .timer-section__icon *{stroke:#000}@media (min-width:768px){.banner-type-13__timer-section .timer-section__title{margin-bottom:0}}@media (max-width:767.98px){.banner-type-13__timer-section .timer-section__title{font-size:24px}}.banner-type-13__timer-section .timer-section__time-divider,.banner-type-13__timer-section .timer-section__time-numbers,.banner-type-13__timer-section .timer-section__time-words{color:#000}.banner-type-14{display:block;min-height:300px;max-width:1920px;margin:0 auto;padding:30px 0 50px;position:relative;background-position:50%;background-repeat:no-repeat;background-size:cover;background-color:#000;z-index:1}.banner-type-14__img{position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.banner-type-14__info-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-height:100%}@media (max-width:991.98px){.banner-type-14__info-container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.banner-type-14__info{width:400px;max-width:100%}.banner-type-14__title{font-size:30px;font-weight:700;line-height:1;text-transform:uppercase;color:#000}@media (max-width:991.98px){.banner-type-14__title{font-size:26px}}.banner-type-14__desc{margin-top:10px;font-size:19px;font-weight:300;line-height:1.36842;color:#000}@media (max-width:991.98px){.banner-type-14__desc{font-size:16px}}.banner-type-14__desc p{font-family:RazerF5,sans-serif;font-weight:300}.banner-type-14__btn-wrap{margin-top:23px}.banner-type-14__btn{font-size:16px;color:#44d62c}.modal--download-software .modal__content{padding:0}.modal--download-software .modal__close{display:none}.banner-type-15{position:relative;background-color:#181818}.banner-type-15 .F1__text ol,.banner-type-15 .F1__text p,.banner-type-15 .F1__text ul{color:#fff}.banner-type-15 .F1__buttons{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}.banner-type-15 .F1__button-item{margin-bottom:10px;white-space:break-spaces;color:#000!important}.banner-type-15__background{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);height:100%;width:100%;max-width:1920px;z-index:1}.banner-type-15__background-picture-img,.banner-type-15__background-video{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.banner-type-15__background-video{opacity:.2}.banner-type-15__content{position:relative;z-index:2}.banner-type-15-modal__close{position:absolute;top:25px;right:25px;cursor:pointer}@media (max-width:991.98px){.banner-type-15-modal__close{top:15px;right:10px}}.banner-type-15-modal__close-icon{pointer-events:none}.banner-type-15-modal__container{position:relative;width:960px;max-width:100%;margin:auto;background-color:#000}@media (max-width:991.98px){.banner-type-15-modal__container{width:100%}}.banner-type-15-modal__bg{position:relative;height:330px;background-position:50%;background-repeat:no-repeat;background-size:cover}@media (max-height:800px){.banner-type-15-modal__bg{height:250px}}@media (max-width:991.98px){.banner-type-15-modal__bg{height:200px}}@media (max-width:767.98px){.banner-type-15-modal__bg{height:130px}}.banner-type-15-modal__content{padding:60px;color:#fff}@media (max-height:800px){.banner-type-15-modal__content{padding:40px}}@media (max-width:991.98px){.banner-type-15-modal__content{padding:60px 30px 30px}}@media (min-width:768px){.banner-type-15-modal__content-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:768px){.banner-type-15-modal__info{margin-right:30px;width:350px;max-width:100%}}.banner-type-15-modal__title{font-size:48px;line-height:1;font-weight:700;text-transform:uppercase}@media (max-width:767.98px){.banner-type-15-modal__title{font-size:44px}}.banner-type-15-modal__title span:first-child{display:block;font-size:26px}.banner-type-15-modal__title span:nth-child(2){font-weight:700}.banner-type-15-modal__title span:nth-child(3){font-weight:100}.banner-type-15-modal__description{margin-top:15px;font-size:18px;line-height:1.44444;font-weight:300}.banner-type-15-modal__description span{font-weight:500}.banner-type-15-modal__form{position:absolute;top:50%;left:50%;-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);opacity:0;pointer-events:none;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;-webkit-transition-property:top,left,opacity,-webkit-transform;transition-property:top,left,opacity,-webkit-transform;transition-property:top,left,transform,opacity;transition-property:top,left,transform,opacity,-webkit-transform}@media (min-width:768px){.banner-type-15-modal__form{-ms-flex-negative:0;flex-shrink:0;width:350px;max-width:100%}}@media (max-width:767.98px){.banner-type-15-modal__form{width:100%}}.banner-type-15-modal__form-input{display:block;width:100%;height:40px;border:1px solid #464646;padding:0 20px;outline:none;text-align:center;font-size:18px;font-weight:300;color:#fff;background:none}.banner-type-15-modal__form-input::-webkit-input-placeholder{color:#fff;-webkit-transition:opacity .25s;transition:opacity .25s}.banner-type-15-modal__form-input::-moz-placeholder{color:#fff;-moz-transition:opacity .25s;transition:opacity .25s}.banner-type-15-modal__form-input:-ms-input-placeholder{color:#fff;-ms-transition:opacity .25s;transition:opacity .25s}.banner-type-15-modal__form-input::-ms-input-placeholder{color:#fff;-ms-transition:opacity .25s;transition:opacity .25s}.banner-type-15-modal__form-input::placeholder{color:#fff;-webkit-transition:opacity .25s;transition:opacity .25s}.banner-type-15-modal__form-input:focus::-webkit-input-placeholder{opacity:0}.banner-type-15-modal__form-input:focus::-moz-placeholder{opacity:0}.banner-type-15-modal__form-input:focus:-ms-input-placeholder{opacity:0}.banner-type-15-modal__form-input:focus::-ms-input-placeholder{opacity:0}.banner-type-15-modal__form-input:focus::placeholder{opacity:0}.banner-type-15-modal__form-button{width:100%}.banner-type-15-modal__form-button.btn,.banner-type-15-modal__form-message{margin-top:10px}.banner-type-15-modal__form-message.banner-type-15-modal__form-message--error{color:#c8323c}.banner-type-15-modal__form-message.banner-type-15-modal__form-message--success{color:#44d62c}.banner-type-15-modal__hint{margin-top:30px;font-size:14px;line-height:1.42857;font-weight:400;color:#888}@media (max-width:767.98px){.banner-type-15-modal__hint{margin-top:20px}}.banner-type-15-modal__hint p{font-family:RazerF5,sans-serif;font-weight:400}.banner-type-15-modal__hint a{color:#44d62c}.banner-type-15-modal__form-wrap{position:relative;min-height:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media (min-width:768px){.banner-type-15-modal__form-wrap{-ms-flex-negative:0;flex-shrink:0;width:50%}}@media (max-width:767.98px){.banner-type-15-modal__form-wrap{margin-top:30px;width:100%}}.banner-type-15-modal__form--visible{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:1;pointer-events:unset}.banner-type-15-modal__form-success-message{width:100%;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.banner-type-15-modal__form-success-message,.banner-type-15-modal__form-success-message *{font-family:RazerF5,sans-serif;font-size:18px;font-weight:400}.banner-type-15-modal__form-success-message a{color:#44d62c}.banner-type-15-modal__form-success-message a:hover{color:#0f0}.banner-type-15-modal__form-success-message--hidden{opacity:0;-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);pointer-events:none}.banner-type-16{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:10px 20px}.banner-type-16--title-smaller{margin:20px 0}@media (max-width:575.98px){.banner-type-16--title-smaller{margin-bottom:0}}.banner-type-16__text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.banner-type-16__title{font-weight:700;font-size:36px;line-height:1.16;text-transform:uppercase;color:#44d62c}@media (max-width:767.98px){.banner-type-16__title{font-size:28px}}.banner-type-16__title--smaller{font-size:24px;color:#d5d5d5}@media (max-width:767.98px){.banner-type-16__title--smaller{font-size:18px}}.banner-type-16__desc,.banner-type-16__desc ol,.banner-type-16__desc p,.banner-type-16__desc ul{font-weight:400;font-size:18px;color:#999}@media (max-width:767.98px){.banner-type-16__desc,.banner-type-16__desc ol,.banner-type-16__desc p,.banner-type-16__desc ul{line-height:1.2}}.banner-type-16__link-wrap{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:767.98px){.banner-type-16__link-wrap{-ms-flex-preferred-size:100%;flex-basis:100%}}.banner-type-16__link{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px;line-height:24px;color:#d5d5d5}@media (max-width:767.98px){.banner-type-16__link{line-height:18px}}.banner-type-16__link span{color:#44d62c}.features{background-color:#44d62c;color:#000}@media (min-width:768px){.features{text-align:center}}.features__wrap{margin:0 auto}@media (min-width:768px){.features__wrap{padding-top:80px;padding-bottom:80px}}@media (max-width:767.98px){.features__wrap{padding-top:40px;padding-bottom:40px}}.features__header{font-size:30px;line-height:30px;margin-bottom:10px;text-transform:uppercase}.features__description,.features__header{font-family:RazerF5,sans-serif;font-style:normal;font-weight:400}.features__description{font-size:19px;line-height:26px}.features__grid{margin-top:50px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:767.98px){.features__grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.feature{-ms-flex-preferred-size:33.333333%;flex-basis:33.333333%;padding:0 15px;list-style-type:none;margin: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:center;-ms-flex-align:center;align-items:center;text-align:center}@media (max-width:767.98px){.feature{width:230px}}@media (max-width:767.98px){.feature:not(:first-child){margin-top:50px}}.feature svg{width:120px}.feature__text{font:700 16px/24px RazerF5,sans-serif;margin-top:10px}.table-adaptive img{max-width:100%}@media (max-width:767.98px){.table-adaptive thead{display:none}.table-adaptive tr{display:block;padding-bottom:1em;margin-bottom:1em;border-bottom:1px solid #888}.table-adaptive tr:last-child{border-bottom:none}.table-adaptive td{display:block;text-align:left}.table-adaptive td:before{content:attr(aria-label);display:inline;margin-right:1em;font-weight:700}.table-adaptive td:first-child:before{display:none}.table-adaptive p{display:inline}}.FAQ__content{margin:0 auto;padding:3rem 10px}.FAQ__title{margin-bottom:.5em;font-size:48px;font-weight:700;text-transform:uppercase;color:#44d62c;text-align:center}@media (max-width:767.98px){.FAQ__title{font-size:28px}}.FAQ__questions{margin-top:1rem;display:-ms-grid;display:grid;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px;row-gap:25px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}@media (max-width:1920.98px){.FAQ__questions{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.FAQ__questions{-ms-grid-columns:1fr;grid-template-columns:1fr;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;row-gap:10px}}.FAQ__question{padding:30px;background-color:#2c2c2c}@media (min-width:1020px){.FAQ__question{min-height:200px;font-size:1.125em}}@media (max-width:1019.98px){.FAQ__question{font-size:1em}}.FAQ__question a{text-decoration:none;color:#44d62c}.FAQ__question p{margin-bottom:.5em;font-size:1em;font-weight:300;color:#999}.FAQ__question strong{font-size:1.125em;font-family:RazerF5,sans-serif;color:#fff}.html-as-is{background-position:top;background-repeat:no-repeat;background-size:cover}@media (max-width:767.98px){.html-as-is{background-image:none!important}}.html-as-is__inner{margin:0 auto;padding:3rem 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:767.98px){.html-as-is__inner{padding:2rem 10px!important}}@media (max-width:767.98px){.html-as-is__content{max-width:100%!important}}.html-as-is__header{margin-bottom:.5em;font-size:28px;font-weight:400;text-transform:uppercase;color:#44d62c;text-align:center}.html-as-is__desc{margin-bottom:10px;color:#888;font-size:1.125em;line-height:1.5}.Q2{max-width:1920px;margin:0 auto;background-position:top;background-repeat:no-repeat;background-size:cover;border-top:2px solid #44d62c;border-bottom:2px solid #44d62c}.Q2+.Q2{border-top:none}@media (max-width:767.98px){.Q2{background-image:none!important}}@media (min-width:768px){.Q2--centered .Q2__inner{min-height:300px}}.Q2--centered .Q2__text,.Q2--centered .Q2__text p,.Q2--centered .Q2__text small{font-family:RazerF5,sans-serif;font-weight:900;text-transform:uppercase}@media (min-width:768px){.Q2--centered .Q2__quote{font-size:2.25rem;line-height:2.25rem;color:#fff}}@media (min-width:768px){.Q2--centered .Q2__author{font-size:1.75rem;line-height:1.75rem;color:#000}}.Q2__inner{margin: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}@media (min-width:768px){.Q2__inner{padding:3rem 10px;min-height:380px}}@media (min-width:1921px){.Q2__inner{min-height:650px}}@media (max-width:767.98px){.Q2__inner{padding:2rem 10px!important;height:auto}}.Q2__inner.default{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5rem 10px;max-width:800px}.Q2__inner.auto-height{height:auto}.Q2__inner.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.Q2__inner.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.Q2__inner.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.Q2__inner.left,.Q2__inner.right{text-align:left}.Q2__inner.left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Q2__inner.right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Q2__inner.left.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.Q2__inner.right.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.Q2__inner.left.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.Q2__inner.right.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.Q2__inner.left.bottom,.Q2__inner.left.top,.Q2__inner.right.bottom,.Q2__inner.right.top{text-align:left;max-width:33%}@media (min-width:768px){.Q2__inner.bottom,.Q2__inner.top{text-align:center}}.Q2--centered .Q2__inner{text-align:left}@media (min-width:768px){.Q2--centered .Q2__inner{max-width:1200px}}@media (max-width:767.98px){.Q2__content{max-width:100%!important}}.Q2__content.left,.Q2__content.right{max-width:50%}.Q2__content.center:not(.left):not(.right) .Q2__text{margin:0 auto}.Q2__content.default{text-align:center}.Q2__text,.Q2__text p,.Q2__text small{font-family:Montserrat,sans-serif;font-weight:900;text-transform:uppercase;color:#fff}.Q2__quote{color:#44d62c}@media (min-width:768px){.Q2__quote{font-size:28px}}@media (max-width:767.98px){.Q2__quote{font-size:20px}}@media (min-width:768px){.Q2__author{font-size:28px}}@media (max-width:767.98px){.Q2__author{font-size:20px}}@media (min-width:768px){.Q2__team{font-size:18px}}@media (max-width:767.98px){.Q2__team{font-size:14px}}.Q2__bg-mobile{max-width:100%;display:none!important;z-index:-1;position:relative}@media (max-width:767.98px){.Q2__bg-mobile{display:block!important}}.Q2__logos{margin-top:1rem}.Q2.Q2--slide{border:none;height:520px}@media (min-width:1921px){.Q2.Q2--slide{height:600px}}.Q2.Q2--slide .Q2__inner{height:100%}@media (min-width:768px){.Q2.Q2--slide .Q2__quote{padding-right:10px}}.Q2.Q2--slide .Q2__quote,.Q2.Q2--slide .Q2__quote-author,.Q2.Q2--slide .Q2__quote-award{font-family:RazerF5,Helvetica,Arial,sans-serif}.Q2.Q2--slide .Q2__quote-text{font-weight:700}.Q2.Q2--slide .Q2__quote-award{font-size:12px;font-weight:400}.Q2.Q2--slide .Q2__quote-author{font-size:20px;font-weight:400}.Q2.Q2--slide .Q2__quote-award{color:#44d62c}.Q2.Q2--slide .Q2__quote-text{position:relative;color:#fff}.Q2.Q2--slide .Q2__quote-text:before{content:" ";display:inline-block;background-size:contain;background-repeat:no-repeat;background-position-y:top;position:absolute;background-position-x:right;background-image:url(https://razer.syntes.io/public/6ZdkYeFgCm9ae5tTgNVBzU/esport-quote-open.png);height:66px;width:100%;max-width:66px;left:-74px;top:6px}.Q2.Q2--slide .Q2__quote-text:after{content:" ";display:inline-block;background-size:contain;background-repeat:no-repeat;background-position-y:top;position:absolute;max-width:24px;line-height:1;background-position-x:left;background-image:url(https://razer.syntes.io/public/hWry79CNc6rnAezxgoyus6/esport-quote-close.png);margin-left:7px;height:20px;width:100%;bottom:7px}@media (max-width:767.98px){.Q2.Q2--slide .Q2__bg-mobile{max-height:100%}.Q2.Q2--slide .Q2__content{position:absolute;bottom:0}.Q2.Q2--slide .Q2__content .Q2__quote{font-size:16px;margin-bottom:10px}.Q2.Q2--slide .Q2__quote{padding:0 50px 0 64px}.Q2.Q2--slide .Q2__quote-text:before{height:48px;max-width:48px;left:-54px;top:8px}.Q2.Q2--slide .Q2__quote-text:after{max-width:24px;margin-left:7px;height:18px;bottom:7px}}.read-more{min-height:78px;padding:0 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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;background-color:#074170;-webkit-transition:margin-top .25s ease-in-out;transition:margin-top .25s ease-in-out}@media (min-width:576px){.read-more{margin-top:0}.read-more:hover{margin-top:10px}}.read-more__top-ang{width:0;height:0;border-left:17px solid #074170;border-right:17px solid #074170;border-top:17px solid #000;margin:0 auto}.read-more__text{color:#fff}@media (max-width:575.98px){.read-more__text{padding:5px 0}}.read-more__bot-arr{width:0;height:0;border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);border-top:7px solid #fff;margin:0 auto 10px;color:#fff}.SL1__inner{margin: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;padding:3rem 10px}@media (max-width:767.98px){.SL1__inner{padding:2rem 10px}}.SL1__inner.container-fluid,.SL1__inner.container-lg,.SL1__inner.container-md,.SL1__inner.container-sm,.SL1__inner.container-xl,.SL1__inner.container-xxl{padding-right:0;padding-left:0}.SL1__header,.SL1__text{text-align:center}.SL1__header{margin-bottom:.5em;font-size:48px;font-weight:700;color:#44d62c;text-transform:uppercase}@media (max-width:767.98px){.SL1__header{font-size:28px}}@media (max-width:575.98px){.SL1__header{word-break:break-word;font-size:Min(8vw,28px)}}.SL1__desc{margin-bottom:10px;color:#888;font-size:1.125em;line-height:1.5}.SL1__slider{width:100%}.SL1__slider-wrapper{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.SL1__slide{text-align:center}.SL1__slider--images .SL1__slide{width:auto;max-width:90vw}.SL1__slide-container{position:relative}.SL1__slide-img .swiper-lazy{opacity:0}.SL1__slide-img .swiper-lazy-loaded{opacity:1}.SL1__slide-img img{max-width:100%}.SL1__slide-img-preloader{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%2344d62c'%3E%3Cg transform='translate(1 1)' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.SL1__slide-img-desc{margin-top:10px;margin-bottom:10px}.SL1__slide-desc p{font-family:RazerF5,sans-serif;font-weight:400}.SL1__slide-desc p:first-child{font-size:12px;font-weight:700;color:#fff}.SL1__slide-desc p:nth-child(2){margin-top:8px;font-size:16px;text-transform:uppercase;color:#44d62c}.SL1__slide-desc p:nth-child(3){margin-top:5px;font-size:14px;color:#888}.SL1__scrollbar{z-index:50;height:1rem;width:98%;margin-top:2rem;margin-left:1%;border-radius:10px;-ms-touch-action:none;background:hsla(0,0%,100%,.25)}.SL1__scrollbar>.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#44d62c;border-radius:10px;left:0;top:0}.SL1__pagination{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.SL1__slider-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:10px}.SL1__play-pause-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;padding:5px;border:0;cursor:pointer;background:#44d62c;border-radius:100%}.SL1__play-pause-btn-img{width:100%;height:100%;background-size:contain;background-position:50%;background-repeat:no-repeat}.SL1__play-pause-btn[data-control=pause] .SL1__play-pause-btn-img{background-image:url(https://razer.syntes.io/img/icons/pause.svg)}.SL1__play-pause-btn[data-control=play] .SL1__play-pause-btn-img{background-image:url(https://razer.syntes.io/img/icons/play.svg)}.SL1__controls-container{width:100%;position:relative}.SL1__controls-container .SL1__play-pause-btn{position:absolute;bottom:16px;right:20px;z-index:2}@-webkit-keyframes quotes-carousel{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(var(--quotes-carousel-translate,0),0,0);transform:translate3d(var(--quotes-carousel-translate,0),0,0)}}@keyframes quotes-carousel{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(var(--quotes-carousel-translate,0),0,0);transform:translate3d(var(--quotes-carousel-translate,0),0,0)}}.SL1--quotes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.SL1--quotes .SL1__slide{height:520px;max-width:800px}@media (min-width:1921px){.SL1--quotes .SL1__slide{height:600px}}.SL1--quotes .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;will-change:transform;-webkit-animation-name:quotes-carousel;animation-name:quotes-carousel;-webkit-animation-duration:60s;animation-duration:60s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running}.SL1--quotes .SL1__inner{padding:0}.SL1--quotes.SL1--paused .swiper-wrapper{-webkit-animation-play-state:paused;animation-play-state:paused}.CT1{background-position:top;background-repeat:no-repeat;background-size:cover}@media (max-width:767.98px){.CT1{background-image:none!important}}.CT1__inner{margin:0 auto;padding:3rem 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:767.98px){.CT1__inner{padding:2rem 10px!important}}.CT1__inner--with-back{height:700px}@media (max-width:767.98px){.CT1__inner--with-back{height:auto}}.CT1__inner--with-back.default{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5rem 10px}.CT1__inner--with-back.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.CT1__inner--with-back.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.CT1__inner--with-back.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.CT1__inner--with-back .CT1__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.CT1__tabs-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:3rem}.CT1__inner--with-back .CT1__tabs-nav{margin-bottom:0}.CT1__tab-anchor{margin-bottom:.5rem;border-right:1px solid #464646}.CT1__tab-anchor:last-child{border-right:none}.CT1__tab-anchor a{padding:.2rem 1rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#fff;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease;cursor:pointer}.CT1__tab-anchor a:hover{color:#44d62c!important}.CT1__tab-anchor.CT1__tab-anchor--active a,.CT1__tab-anchor.js-tab-anchor-active a{color:#44d62c;cursor:default}.CT1__tab-content{display:none;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.CT1__tab-content--active{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767.98px){.CT1__tab-column{margin-bottom:2rem}}.CT1__column-img{margin-bottom:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:100%}.CT1__column-img img{max-width:100%}.CT1__column-desc{font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5}.CT1__bg-mobile{max-width:100%;position:relative}@media (min-width:768px){.CT1__bg-mobile{display:none!important;z-index:-1}}@media (max-width:767.98px){.CT1__bg-mobile{display:block!important}}.CT2__inner{padding:3rem 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:767.98px){.CT2__inner{padding:2rem 10px!important}}.CT2__title{margin-bottom:.5em;font-size:48px;line-height:1.1;font-weight:700;color:#44d62c;text-transform:uppercase;text-align:center}@media (max-width:767.98px){.CT2__title{font-size:28px}}@media (max-width:575.98px){.CT2__title{word-break:break-word;font-size:Min(8vw,28px)}}.CT2__tabs-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:3rem}.CT2--html-content .CT2__tabs-nav,.CT2__inner--with-back .CT2__tabs-nav{margin-bottom:0}.CT2__tab-anchor{margin-bottom:.5rem;margin-right:1rem}.CT2__tab-anchor:last-child{margin-right:0}.CT2__tab-anchor .btn{height:auto;min-height:40px;padding-top:5px;padding-bottom:5px;white-space:unset;color:#888;border-color:#888}.CT2__tab-anchor .btn:hover{color:#44d62c!important;border-color:#44d62c}.CT2--html-content .CT2__tab-anchor .btn{min-height:unset;padding:5px;border-color:rgba(0,0,0,0);border-width:0 0 2px;font-size:16px}.CT2--html-content .CT2__tab-anchor .btn:hover{border-color:#44d62c}.CT2__tab-anchor.CT2__tab-anchor--active .btn,.CT2__tab-anchor.js-tab-anchor-active .btn{color:#44d62c;border-color:#44d62c;cursor:default}.CT2__tab-content{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.CT2__tab-content--active{display:-webkit-box;display:-ms-flexbox;display:flex}.CT2--html-content .CT2__tab-content--active{display:block}.CT2__tab-content--hidden{display:none}.CT2__tab-desc{max-width:100%;margin-bottom:20px;text-align:center}.CT2--html-content .CT2__tab-desc{text-align:unset}.CT2__tab-desc h2{margin-bottom:.5em;font-size:48px;font-weight:700;line-height:1.1;color:#44d62c;text-transform:uppercase}@media (max-width:767.98px){.CT2__tab-desc h2{font-size:28px}}@media (max-width:575.98px){.CT2__tab-desc h2{word-break:break-word;font-size:Min(8vw,28px)}}.CT2__tab-desc p{margin-top:15px;font-weight:400;font-size:18px;line-height:1.1}.CT2__tab-img,.CT2__tab-picture{max-width:100%}.L2__inner{margin:0 auto;padding:3rem 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:767.98px){.L2__inner{padding:2rem 10px!important}}.L2__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:991.98px){.L2__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}}@media (max-width:767.98px){.L2__content{max-width:100%!important}}.L2__title{font-weight:400;color:#888}@media (min-width:992px){.L2__title{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%;margin-right:2em}}@media (max-width:991.98px){.L2__title{width:100%;margin-bottom:1em}}.L2__links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (min-width:992px){.L2__links{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:991.98px){.L2__links{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.L2__link{font-weight:400}@media (max-width:991.98px){.L2__link{margin:.5em 1em}}.L2__link a{color:#fff;text-decoration:none}.L2__link a:hover{color:#44d62c}.Q1__inner{margin:0 auto}.Q1{padding:40px 0;text-align:center}.Q1__title{margin-bottom:30px;font-size:28px;line-height:1.2;text-transform:uppercase;color:#44d62c}.Q1__text{margin-bottom:30px;font-size:18px;line-height:1.5;font-weight:300;color:#888}.Q1__banner{max-width:100%}.Q1__button-wrap{margin:50px 0}.Q1__button{padding-left:25px;padding-right:25px;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:16px;font-weight:500}.part-width-banners{display:-ms-grid;display:grid;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px;row-gap:25px;padding-top:30px;padding-bottom:30px}@media (max-width:767.98px){.part-width-banners{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;row-gap:10px}}.part-width-banners.part-width-banners--half{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}@media (max-width:767.98px){.part-width-banners.part-width-banners--half{-ms-grid-columns:1fr;grid-template-columns:1fr}}.part-width-banners.part-width-banners--third{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}@media (max-width:1199.98px){.part-width-banners.part-width-banners--third{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.part-width-banners.part-width-banners--third{-ms-grid-columns:1fr;grid-template-columns:1fr}}.image-grid{background-color:#000}.image-grid .container-fluid,.image-grid .container-lg,.image-grid .container-md,.image-grid .container-sm,.image-grid .container-xl,.image-grid .container-xxl{padding:0}.image-grid__text{margin-bottom:32px}.image-grid__header{margin-bottom:.5em;font-weight:400;color:#44d62c;text-transform:uppercase;text-align:center}.image-grid__description,.image-grid__description ol,.image-grid__description p,.image-grid__description ul{margin-bottom:10px;font-size:1.125em;line-height:1.5;color:#888;text-align:center}@media (max-width:991.98px){.image-grid__description,.image-grid__description ol,.image-grid__description p,.image-grid__description ul{font-size:1em}}.image-grid__images{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}@media (max-width:991.98px){.image-grid__images{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}.image-grid__image{position:relative;cursor:pointer}.image-grid__image img{width:100%;-o-object-fit:cover;object-fit:cover}.image-grid__image-description{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.125em;line-height:1.5;color:#888;background-color:rgba(0,0,0,.85);opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.image-grid__image:hover .image-grid__image-description{opacity:1}@media (max-width:991.98px){.image-grid__image-description{position:relative;top:auto;left:auto;width:auto;height:auto;display:block;margin-bottom:10px;padding:5px 15px 5px 10px;background-color:rgba(0,0,0,0);opacity:1}}@media (max-width:767.98px){.image-grid__image-description{font-size:1em;line-height:1.1}}.fancybox__container .fancybox__counter{color:#44d62c}.fancybox__container .carousel__button svg{stroke:#44d62c}.fancybox__container .fancybox__thumb:after{border-color:#44d62c!important}.menu-w-links{position:sticky;top:var(--header-height,0);text-align:center;background-color:#000;z-index:3}.menu-w-links>.container{min-height:90px;overflow-x:auto;scrollbar-color:#44d62c #464646;scrollbar-width:thin}@media (max-width:575.98px){.menu-w-links>.container{min-height:60px}}.menu-w-links>.container::-webkit-scrollbar{width:8px;height:8px}@media (max-width:767.98px){.menu-w-links>.container::-webkit-scrollbar{width:4px;height:4px}}.menu-w-links>.container::-webkit-scrollbar-track{background:#464646}.menu-w-links>.container::-webkit-scrollbar-thumb{background:#44d62c}.menu-w-links>.container-nested{min-height:130px}@media (max-width:575.98px){.menu-w-links>.container-nested{min-height:100px}}.menu-w-links__1-lvl-grid{margin:0;padding:0;list-style:none;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:5px}@media (min-width:1200px){.menu-w-links__1-lvl-grid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.menu-w-links__1-lvl-item{--main-color:#fff;--active-color:#44d62c;min-width:180px;max-width:234px;min-height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;font-size:1.5rem;line-height:1.5rem;text-transform:uppercase}.menu-w-links__1-lvl-item>a{padding:10px 15px 15px;-ms-flex-preferred-size:100%;flex-basis:100%;color:var(--main-color);border-bottom:7px solid rgba(0,0,0,0);text-decoration:none!important;-webkit-transition:border-color .25s,color .25s;transition:border-color .25s,color .25s}@media (max-width:575.98px){.menu-w-links__1-lvl-item{min-width:unset;max-width:unset;min-height:50px;font-size:1.1rem;line-height:1.1}.menu-w-links__1-lvl-item>a{padding:5px;border-bottom-width:4px}}.menu-w-links__1-lvl-item--active>a,.menu-w-links__1-lvl-item:hover>a{color:var(--active-color);border-color:var(--active-color)}.menu-w-links__2-lvl-grid{margin:0;position:absolute;top:calc(100% + 15px);left:0;right:0;width:100%;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}@media (min-width:1200px){.menu-w-links__2-lvl-grid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.menu-w-links__1-lvl-item--active .menu-w-links__2-lvl-grid{color:var(--active-color)}.menu-w-links__2-lvl-grid--hidden{display:none}.menu-w-links__2-lvl-item{--main-color:$color-green-2;--active-color:$color-green-2;padding:0 14px;-ms-flex-negative:0;flex-shrink:0;font-weight:400;font-size:1.125rem;line-height:1rem;vertical-align:top;border-right:1px solid #999}.menu-w-links__2-lvl-item:last-of-type{border-right:none}.menu-w-links__2-lvl-item>a{color:var(--main-color);border-bottom:1px solid rgba(0,0,0,0);-webkit-transition:border-color .25s,color .25s;transition:border-color .25s,color .25s}@media (max-width:575.98px){.menu-w-links__2-lvl-item{padding:0 7px;font-size:.9rem;line-height:1}}.menu-w-links__2-lvl-item--active>a,.menu-w-links__2-lvl-item:hover>a{color:var(--active-color);border-color:var(--active-color)}.cd-image-container{position:relative;width:100%;max-width:800px;margin:0 auto}@media (max-width:767.98px){.cd-image-container{display:none}}.cd-image-container img{display:block}.cd-image-label{position:absolute;bottom:0;right:170px;color:#fff;padding:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity .3s .7s,-webkit-transform .3s .7s;transition:opacity .3s .7s,-webkit-transform .3s .7s;transition:transform .3s .7s,opacity .3s .7s;transition:transform .3s .7s,opacity .3s .7s,-webkit-transform .3s .7s}.cd-image-label.is-hidden{visibility:hidden}.is-visible .cd-image-label{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.cd-resize-img{position:absolute;top:0;left:0;width:0;height:100%;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.cd-resize-img img{max-width:none;background-color:#000}.cd-resize-img .cd-image-label{right:auto;left:115px}.cd-resize-img .cd-image-label img{background-color:rgba(0,0,0,0)}.is-visible .cd-resize-img{width:50%;-webkit-animation:cd-bounce-in .7s;animation:cd-bounce-in .7s}@-webkit-keyframes cd-bounce-in{0%{width:0}60%{width:55%}to{width:50%}}@keyframes cd-bounce-in{0%{width:0}60%{width:55%}to{width:50%}}.cd-handle{position:absolute;height:694px;width:32px;left:50%;top:50%;margin-left:-16px;margin-top:-347px;background:url(https://razer.syntes.io/landings/razer-kraken/razer-kraken-2019-arrow-new.png) no-repeat 50%;cursor:move;-webkit-transform:translateZ(0) scale(0);transform:translateZ(0) scale(0)}@media (max-width:767.98px){.cd-handle{height:346px;width:32px;margin-left:-16px;margin-top:-173px}}.is-visible .cd-handle{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);-webkit-transition:opacity 0s .7s,-webkit-transform .3s .7s;transition:opacity 0s .7s,-webkit-transform .3s .7s;transition:transform .3s .7s,opacity 0s .7s;transition:transform .3s .7s,opacity 0s .7s,-webkit-transform .3s .7s}@media (max-width:767.98px){.cd-image-mobile{max-width:100%}}@media (min-width:768px){.cd-image-mobile{display:none}}.vertical-carousel{padding:3rem 10px;background-color:#000}.vertical-carousel__wrapper{margin:0 auto}.vertical-carousel__header{margin-bottom:.5em;font-size:48px;font-weight:700;color:#44d62c;text-transform:uppercase}@media (max-width:767.98px){.vertical-carousel__header{font-size:28px}}@media (max-width:575.98px){.vertical-carousel__header{word-break:break-word;font-size:Min(8vw,28px)}}.vertical-carousel__description,.vertical-carousel__description ol,.vertical-carousel__description p,.vertical-carousel__description ul{margin-bottom:10px;color:#888;font-size:1.125em;line-height:1.5;text-align:center}@media (max-width:991.98px){.vertical-carousel__description,.vertical-carousel__description ol,.vertical-carousel__description p,.vertical-carousel__description ul{font-size:1em}}.vertical-carousel__slides{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.5rem;margin-top:32px}@media (max-width:991.98px){.vertical-carousel__slides{-ms-flex-flow:wrap;flex-flow:wrap;gap:1.5rem}}.vertical-carousel__banners{-webkit-box-flex:1;-ms-flex:1 1 66.666%;flex:1 1 66.666%;position:relative;display:-ms-grid;display:grid}.vertical-carousel__banner{position:relative;-ms-grid-row:1;-ms-grid-column:1;grid-area:1/1;width:100%;opacity:0;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;pointer-events:none}.vertical-carousel__banner.active{opacity:1;pointer-events:all}.vertical-carousel__banner img{width:100%;-o-object-fit:cover;object-fit:cover}.vertical-carousel__triggers{-webkit-box-flex:1;-ms-flex:1 1 33.3333%;flex:1 1 33.3333%}@media (max-width:991.98px){.vertical-carousel__triggers{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow-x:scroll;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth}}.vertical-carousel__trigger{width:100%;margin:0;padding:1rem 1rem 0;cursor:pointer;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease;scroll-snap-align:start;background:#000}.vertical-carousel__trigger.active{padding-bottom:1rem;background-color:#222}@media (max-width:991.98px){.vertical-carousel__trigger{-webkit-box-flex:1;-ms-flex:1 0 70vw;flex:1 0 70vw;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;padding:1rem}}.vertical-carousel__trigger-header{overflow:visible;text-overflow:clip;margin-bottom:1rem;font-size:18px;font-weight:600;line-height:1.1;color:#fff;-webkit-transition:color .2s ease;transition:color .2s ease}.vertical-carousel__trigger.active .vertical-carousel__trigger-header{color:#44d62c}@media (max-width:991.98px){.vertical-carousel__trigger-header{height:auto;max-height:100%}}.vertical-carousel__trigger-description{overflow:hidden;max-height:0;-webkit-transition:maxHeight 1s ease;transition:maxHeight 1s ease}.vertical-carousel__trigger.active .vertical-carousel__trigger-description{max-height:100%}@media (max-width:991.98px){.vertical-carousel__trigger-description{max-height:100%}}.vertical-carousel__trigger-description,.vertical-carousel__trigger-description ol,.vertical-carousel__trigger-description p,.vertical-carousel__trigger-description ul{font-size:18px;line-height:1.4;color:#999}@media (max-width:991.98px){.vertical-carousel__trigger-description,.vertical-carousel__trigger-description ol,.vertical-carousel__trigger-description p,.vertical-carousel__trigger-description ul{font-size:16px}}.vertical-carousel__trigger-description ol,.vertical-carousel__trigger-description p,.vertical-carousel__trigger-description ul{margin-bottom:10px}.vertical-carousel__trigger-description a{color:#44d62c;border-bottom:1px solid rgba(0,0,0,0);-webkit-transition:border-bottom-color .2s ease,color .2s ease;transition:border-bottom-color .2s ease,color .2s ease}.vertical-carousel__trigger-description a:hover{border-bottom-color:#44d62c}.modal-base{position:fixed;top:0;right:0;bottom:0;left:0;display:none;background-color:rgba(85,85,85,.85);z-index:1005;overflow-y:auto}.modal-base--open{display:-webkit-box;display:-ms-flexbox;display:flex}.modal-base__content{margin:auto;position:relative;padding:0 15px;width:100%}[data-modal-close]{font-size:30px;position:absolute;top:7px;right:18px;cursor:pointer;-webkit-transition:opacity .1s;transition:opacity .1s;color:#fff;padding:10px;display:block;line-height:8px;height:17px}[data-modal-close]:hover{opacity:.7}.B1{background-repeat:no-repeat;overflow:hidden;padding-bottom:2rem;background-position:50%;min-height:calc(100vh - 120px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:767.98px){.B1{background-image:none!important;min-height:auto}}noindex+.B1{min-height:calc(100vh - 170px)}@media (max-width:767.98px){noindex+.B1{min-height:auto}}.B1--landing-page{background-size:cover}@media (max-width:767.98px){.B1--landing-page{position:relative;padding-bottom:0}}.B1--technology-page{display:block;padding-bottom:0}@media (min-width:768px){.B1--technology-page{min-height:unset!important}}.B1--technology-page .B1__inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:768px){.B1--technology-page .B1__inner{height:600px;margin:0 auto}}@media (max-width:767.98px){.B1--technology-page .B1__inner{position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%}}.B1--technology-page .B1__inner.left.center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.B1--technology-page .B1__slogan{padding:0 10px}@media (max-width:767.98px){.B1--technology-page .B1__slogan{width:100%}}.B1--technology-page .B1__slogan-title,.B1--technology-page .B1__slogan-title p{text-transform:none;color:#fff}@media (min-width:768px){.B1--technology-page .B1__slogan-title,.B1--technology-page .B1__slogan-title p{font-size:40px;line-height:46px;letter-spacing:.0625rem}}@media (max-width:767.98px){.B1--technology-page .B1__slogan-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.B1--technology-page .B1__slogan-title>:not(:last-child){margin-right:.3em}}@media (max-width:767.98px){.B1__container{position:relative;min-height:inherit}}.B1__logo{margin:0 auto;max-width:350px;position:absolute;left:0;right:0;bottom:2rem}@media (max-width:767.98px){.B1__logo{width:calc(100% - 20px);position:static}}.B1__logo--landing-page{height:150px;max-width:500px}@media (max-width:767.98px){.B1__logo--landing-page{position:absolute;bottom:3px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:80%;max-height:100px}}.B1__logo img,.B1__logo svg{width:100%;height:100%;-o-object-fit:scale-down;object-fit:scale-down}.B1__image-mobile{max-width:100%;display:none!important}@media (max-width:767.98px){.B1__image-mobile{display:block!important}}.B1__slogan{text-align:center;color:#fff;bottom:2rem}@media (min-width:768px){.B1__slogan--left{text-align:left}}.B1__slogan-title,.B1__slogan-title p{font-size:1.75rem;color:#44d62c;text-transform:uppercase;display:block;font-family:RazerF5,sans-serif}.B3{background-color:#000}.B3__inner{max-width:980px;margin: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}.B3__banner{max-width:100%}@media (min-width:992px){.B3__banner{max-width:100%}}.B3__info{display:none;-ms-flex-item-align:start;align-self:flex-start;text-align:center;color:#888;max-width:33%;padding:1vw 10px}@media (min-width:768px){.B3__info{display:block}}@media (min-width:992px){.B3__info{text-align:center;max-width:33%;padding:2rem 15px}}.B3__title{display:block;color:#44d62c;font-size:2.8vw;text-transform:uppercase}@media (min-width:992px){.B3__title{font-size:1.75rem}}.B3__description{padding-top:1em;font-weight:400;color:#888;font-size:2.3vw}@media (min-width:992px){.B3__description{font-size:1.5rem;line-height:1.9rem}}.W2{display:none;position:fixed;width:100%;background:#2c2c2c;background:-webkit-gradient(linear,left top, left bottom,color-stop(0, #2c2c2c),to(#464646));background:linear-gradient(180deg,#2c2c2c 0,#464646);color:#888;font-family:RazerF5,sans-serif;text-align:left;-webkit-transition:top .25s ease;transition:top .25s ease;z-index:25}@media (min-width:992px){.W2{padding:60px 15px}}@media (max-width:991.98px){.W2{height:70vh}}@media (min-width:576px) and (max-width:991.98px){.W2{padding:30px 15px}}@media (max-width:575.98px){.W2{padding:15px}}.W2 p{font-size:16px}.W2 h2{color:#44d62c}.W2__inner{max-width:980px;margin:auto;position:relative}@media (max-width:991.98px){.W2__inner{max-height:100%;overflow-y:scroll}}.W2__main-title{margin-bottom:20px;padding-right:30px;text-transform:uppercase;font-size:1.75rem!important;line-height:1.875rem;color:#44d62c;font-weight:300;font-family:RazerF5,sans-serif}.W2__content{-webkit-box-flex:2;-ms-flex:2;flex:2}.W2__content-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.W2__content-buy{-webkit-box-flex:1;-ms-flex:1;flex:1}.W2__content-price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.W2__content-title{border-bottom:1px solid #888;padding-bottom:10px;margin-bottom:15px}.W2__content-info,.W2__inner-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.W2__image{margin:auto;max-width:250px;max-height:200px}.W2__public-promo-old-price{font-size:16px;color:#888;position:relative;display:none}.W2__public-promo-old-price:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;display:block;background-color:#696969}.W2__marker{display:none;position:absolute;top:0;left:0;background-color:#44d62c;padding:7px 12px;text-transform:uppercase;font-weight:600;font-size:13px;color:#000}.W2__link-to-image{position:relative;pointer-events:none;cursor:default;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.W2__id,.W2__id-title{font-size:16px}.W2__title{font-size:23px;line-height:23px;font-weight:300;margin-top:20px;margin-bottom:10px;color:#888;text-transform:none;display:block}.W2__info{line-height:18px;font-size:16px;margin-bottom:10px}.W2__info--up{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1}.W2__info-point{position:relative;margin-bottom:10px}.W2__info-point:before{position:absolute;content:"";width:12px;height:13px;left:-20px;background-size:contain;background-repeat:no-repeat;top:2px}.W2__today{color:#fff}.W2__info-point--garanty:before{background-image:url(https://razer.syntes.io/img/icons/life-ring-regular.svg)}.W2__info-point--delivery:before{background-image:url(https://razer.syntes.io/img/icons/truck-solid.svg)}.W2__info-point--phone:before{background-image:url(https://razer.syntes.io/img/icons/phone-alt-solid.svg)}.W2__info-phone{color:#44d62c;font-weight:200}.W2__status{color:#888}.W2__status-title{color:#fff}.W2__price{font-size:25px;color:#fff;padding-right:10px;line-height:25px;margin-top:5px;font-weight:300}.W2__buy-button-sku{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.W2__buy-button-sku-float{float:right;display:block;position:relative}.W2__buy-button .notify_result{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);position:absolute;bottom:100%;margin-bottom:10px}.W2__buy-button .notify_success{width:auto;right:auto;position:static;bottom:auto;background-color:#fff;text-align:left;padding:10px;border-radius:5px;color:#0c0c0c;font-size:13px;line-height:15px;font-weight:400}.W2__buy-button .notify_success .reg_please{font-size:13px;line-height:15px;font-weight:400;color:#0c0c0c;margin:0}.W2__btn{min-width:100px;margin-top:10px}.W2__close{position:absolute;right:0;padding:9px 10px 11px;color:#fff;cursor:pointer;-webkit-transition:.5s;transition:.5s;z-index:1;line-height:9px;font-size:17px;height:auto}.W2__btn:hover:enabled{background:#000}.W2__btn:disabled{-webkit-filter:grayscale(100)!important;filter:grayscale(100)!important;cursor:not-allowed}.W2__select{width:100%;border:1px solid #2c2c2c;background:#2c2c2c;height:23px;color:#fff;font-size:13px;padding:0;-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:menulist!important;display:none}.W2__single-select{font-size:23px;line-height:23px;font-weight:300;margin-top:20px;color:#888}.W2__public-promo-badge{margin-top:10px;display:none}.W2__info--down{display:none}.W2__buy-button-sku-full-width{-ms-flex-preferred-size:100%;flex-basis:100%;margin-top:10px}@media (max-width:991.98px){.W2__content-price .W2__buy-button-sku-full-width{-ms-flex-preferred-size:auto;flex-basis:auto}}.W2__block-status{border-top:1px solid #888;margin-top:15px;padding-top:15px}@media (max-width:991.98px){.W2 h2{font-size:20px;line-height:25px}.W2__inner-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.W2__main-title{font-size:20px;margin-bottom:10px}.W2__image,.W2__info--up{display:none}.W2__info--down{display:block;padding:15px 20px 0}.W2__buy-button-sku-full-width,.W2__price{margin-top:0}}.preOrder__btn{position:relative}.F1{background-position:top;background-repeat:no-repeat;background-size:cover}@media (min-width:1921px){.F1{background-position:50%;background-size:auto}}@media (max-width:767.98px){.F1{background-image:none!important}}.F1__inner{margin:0 auto;height:700px;padding-top:3rem;padding-bottom:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:767.98px){.F1__inner{padding-top:2rem!important;padding-bottom:2rem!important;height:auto}}.F1__inner.default{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:5rem;padding-bottom:5rem;max-width:600px}.F1__inner.default.F1__inner--landing-page{max-width:800px}.F1__inner.auto-height{height:auto}.F1__inner.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.F1__inner.center{text-align:center}}.F1__inner.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.F1__inner.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.F1__inner.left,.F1__inner.right{text-align:left}.F1__inner.left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.F1__inner.right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.F1__inner.left.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.F1__inner.right.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.F1__inner.left.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.F1__inner.right.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.F1__inner.left.bottom,.F1__inner.left.top,.F1__inner.right.bottom,.F1__inner.right.top{text-align:left}@media (min-width:768px){.F1__inner.bottom,.F1__inner.top{text-align:center}}@media (min-width:768px){.F1__inner--wide-text{height:525px}}@media (min-width:768px) and (max-width:991.98px){.F1__inner--list{padding-top:1rem;padding-bottom:1rem}}@media (min-width:768px){.F1__inner--list.top ol,.F1__inner--list.top ul{margin:0 0 .75em;padding-bottom:1.5em;border-bottom:1px solid #888}.F1__inner--list.bottom ol,.F1__inner--list.bottom ul{margin:.75em 0 0;padding-top:1.5em;border-top:1px solid #888}}.F1__inner--only-image{padding:0!important}@media (max-width:767.98px){.F1__content{max-width:100%!important;text-align:center}}.F1__content.left,.F1__content.right{max-width:33%}.F1__content.center:not(.left):not(.right) .F1__text{margin:0 auto}.F1__content.default{max-width:600px}@media (min-width:768px){.F1__content.default{text-align:center}}.F1__content.default.F1__content--landing-page{max-width:unset}@media (min-width:768px){.F1__content--logos-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.F1__content--logos-top .F1__block-images{margin-top:0;margin-bottom:1rem}}@media (min-width:768px){.F1__content--logos-left,.F1__content--logos-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}.F1__content--logos-left .F1__block-images,.F1__content--logos-right .F1__block-images{margin-top:0;-ms-flex-negative:0;flex-shrink:0}}@media (min-width:768px){.F1__content--logos-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.F1__content--logos-left .F1__block-images{margin-right:1rem}}@media (min-width:768px){.F1__content--logos-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.F1__content--logos-right .F1__block-images{margin-left:1rem}}.F1__content--wide-text.left,.F1__content--wide-text.right{max-width:520px}.F1__text h2{margin-bottom:.5em;font-size:48px;font-weight:700;color:#44d62c;text-transform:uppercase}@media (max-width:767.98px){.F1__text h2{font-size:28px}}@media (max-width:575.98px){.F1__text h2{word-break:break-word;font-size:Min(8vw,28px)}}.F1__text,.F1__text ol,.F1__text p,.F1__text ul{margin-bottom:10px;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;font-size:1.125em;line-height:1.5;color:#888}@media (max-width:767.98px){.F1__text,.F1__text ol,.F1__text p,.F1__text ul{font-size:1em}}.F1__text ol,.F1__text ul{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300}.F1__text a{text-decoration:none;color:#44d62c;-webkit-transition:color .25s;transition:color .25s}.F1__text a:hover{color:#0f0}.F1__text img{max-width:100%}@media (min-width:768px){.F1--light-bg .F1__text *{color:#000}.F1--light-bg .F1__text a:hover{color:#1a1a1a}}.F1__text--list{text-align:left}.F1__text--list ol,.F1__text--list ul{-webkit-column-fill:unset;-moz-column-fill:unset;column-fill:unset;font-size:16px}@media (min-width:992px){.F1__text--list ol,.F1__text--list ul{-webkit-column-count:4;-moz-column-count:4;column-count:4}}@media (min-width:768px) and (max-width:991.98px){.F1__text--list ol,.F1__text--list ul{-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media (max-width:767.98px){.F1__text--list ol,.F1__text--list ul{-webkit-column-count:1;-moz-column-count:1;column-count:1}}@media (min-width:992px){.F1__text--list ol>li,.F1__text--list ul>li{display:inline-block}}.F1__text--list ol{padding-left:0;counter-reset:item}.F1__text--list ol>li{margin:0;padding:0 0 0 2em;text-indent:-1.5em;list-style-type:none;counter-increment:item}.F1__text--list ol>li:before{display:inline-block;width:1em;padding-right:.5em;font-weight:700;text-align:right;content:counter(item) "."}.F1__bg-mobile{max-width:100%;position:relative}@media (min-width:768px){.F1__bg-mobile{display:none!important;z-index:-1}}@media (max-width:767.98px){.F1__bg-mobile{display:block!important}}.F1__additional-text{width:100%}.F1__block-images{margin-top:1rem;max-width:100%}.F1__block-images img{max-width:100%}@media (min-width:992px){.F1__block-images img{margin:1rem}}.F1__content--logos-left .F1__block-images img:first-child,.F1__content--logos-right .F1__block-images img:first-child{margin-left:0}.F1__content--logos-left .F1__block-images img:last-child,.F1__content--logos-right .F1__block-images img:last-child{margin-right:0}.F1__logos{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:992px){.F1__logos{margin:1rem}}@media (max-width:991.98px){.F1__logos{margin:.5rem}}.F1--features .F1__logos{margin:0 0 30px}.F1__logos .F1__logo-item{margin:0 25px;max-width:100%}.F1__buttons{margin:30px 0}.F1__buttons--multiple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:767.98px){.F1__buttons--multiple{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.F1__buttons--multiple .F1__button-item{margin:0 15px}@media (max-width:767.98px){.F1__buttons--multiple .F1__button-item{margin:10px 0}}.F1__button-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;vertical-align:middle;border:none;border-radius:4px;padding:5px 25px;height:46px;font-weight:700;font-size:16px;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.F2{background-position:top;background-repeat:no-repeat;background-size:cover}@media (min-width:1921px){.F2{background-position:50%;background-size:auto}}@media (max-width:767.98px){.F2{background-image:none!important;height:auto!important}}.F2 .text-with-copyright span{display:inline-block;margin-bottom:30px;font-size:14px;color:#888}.F2 p.desc-text{color:#c9c9c9}.F2 .desc-text span{font-size:16px;font-style:italic;color:#888}.F2 .text-white{color:#fff!important}.F2 .text-dark-grey{color:#2c2c2c}@media (min-width:768px){.F2 .text-black p{color:#000}}.F2 .text-italic{font-style:italic}.F2 .btn-transparent{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;vertical-align:middle;border:none;border-radius:4px;padding:5px 25px;height:46px;font-weight:700;font-size:16px;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.F2 .btn-transparent--lg{width:445px;max-width:100%}.F2 .btn-transparent-item{margin-left:15px;margin-right:15px}@media (max-width:767.98px){.F2 .btn-transparent-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto}}.F2 .btn-align-center{display:-webkit-box;display:-ms-flexbox;display:flex;width:264px;margin-left:auto;margin-right:auto}@media (min-width:1800px){.F2 .bg-cover-1800{background-size:contain}}.F2 .pb-0{padding-bottom:0}@media (min-width:768px){.F2 .pt5{padding-top:5rem}.F2 .pt10{padding-top:10rem}.F2 .pt15{padding-top:15rem}.F2 .pt20{padding-top:20rem}}.F2 .back-bc{background-size:unset;background-position-y:90%}@media (max-width:1000px){.F2 .back-bc{background-size:75%}}.F2__inner{height:100%;padding:3rem 10px;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;margin:0 auto}@media (max-width:767.98px){.F2__inner{padding:10px;height:auto;text-align:left!important}}.F2__inner.left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.F2__inner.left,.F2__inner.right{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:left}.F2__inner.right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.F2__inner.g-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.F2__inner.v-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.F2__inner.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.F2__inner.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.F2__inner.default{-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:600px}.F2__inner.auto-height{height:auto}@media (max-width:767.98px){.F2__content{max-width:100%!important}}.F2__content.left,.F2__content.right{max-width:33%}.F2__content.default{max-width:600px;text-align:center}.F2__content--bg-dark{padding:1rem;background-color:rgba(0,0,0,.8);max-width:calc(33% + 1rem)}@media (max-width:767.98px){.F2__content--bg-dark{padding:0;max-width:33%}}@media (min-width:1921px){.F2__text{margin:0 auto}}.F2__text h2{margin-bottom:.5em;font-size:48px;font-weight:700;color:#44d62c;text-transform:uppercase}@media (max-width:767.98px){.F2__text h2{font-size:28px}}@media (max-width:575.98px){.F2__text h2{word-break:break-word;font-size:Min(8vw,28px)}}@media (max-width:767.98px){.F2__text h2{color:#44d62c!important}.F2__text h2.title-xs-sm-white{color:#fff!important}}.F2__text h3{font-weight:700;text-transform:uppercase;margin-bottom:1rem}.F2__text h3,.F2__text p{font-family:Roboto,Arial,Helvetica,sans-serif;color:#888}.F2__text p{font-size:1.125em;line-height:1.5em;font-weight:300}@media (max-width:767.98px){.F2__text p{color:#888!important}.F2__text p.text-white{color:#fff!important}}.F2__text a{color:#44d62c;text-decoration:none}.F2__text strong{font-weight:500}.F2__text blockquote{margin:0}.F2__text blockquote *{display:inline}.F2__text blockquote:after,.F2__text blockquote:before{font-family:star_jediregular,Arial,sans-serif;color:#44d62c;font-size:4rem;line-height:.1em}.F2__text blockquote:before{content:"«";margin-right:.05em;vertical-align:-.05em}.F2__text blockquote:after{content:"»";margin-left:.05em;vertical-align:-.2em}.F2__bg-mobile{max-width:100%;display:none}@media (max-width:767.98px){.F2__bg-mobile{display:block}}@media (max-width:575.98px){.F2:not(.no-resize-mobile-img) .F2__bg-mobile{width:150%;max-width:150%;margin-left:-50%}}.F2__block-images{margin-top:2rem}@media (max-width:767.98px){.F2__block-images{text-align:center}}.F2__block-images img{max-width:100%}.F2__block-images--2-col{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}@media (max-width:575.98px){.F2__block-images--2-col{gap:15px}}.F2__block-images-item:nth-child(odd){justify-self:flex-end}.F2__block-images-item:nth-child(2n){justify-self:flex-start}.F2__block-banners{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:625px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767.98px){.F2__block-banners{-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}}.F2__block-banners img{max-width:100%;margin-bottom:25px}.F2__btn-item{margin:30px 0}.info-section{background:#d5d5d5}.info-section h2{font-size:1rem;font-weight:700;color:#000}.info-section p{font-style:italic;color:#000}.info-section .F2__inner.default{max-width:970px}.info-section .F2__content.default{max-width:none}.info-section .F2__text+.F2__block-images{display:none}.F3 .text-grey{color:#888}.F3 .text-roboto p{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300}.F3 .text-default{font-family:RazerF5,sans-serif;font-size:1.125em;line-height:1.5em}.F3 .text-roboto{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300}.F3 .text-size-16{font-size:16px}.F3 .clearfix:after,.F3 .clearfix:before{content:"";display:table;overflow:hidden}.F3 .align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.F3 .align-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.F3 .bordered,.F3.bordered{border:0 solid #44d62c}.F3 .bordered--top,.F3.bordered--top{border-top-width:1px}.F3 .bordered--bottom,.F3.bordered--bottom{border-bottom-width:1px}.F3 .bordered--left,.F3.bordered--left{border-left-width:1px}.F3 .bordered--right,.F3.bordered--right{border-right-width:1px}.F3 .cell-1,.F3 .cell-1-1,.F3 .cell-1-2,.F3 .cell-1-3,.F3 .cell-1-4,.F3 .cell-1-6,.F3 .cell-1-12,.F3 .cell-2-3,.F3 .cell-2-12,.F3 .cell-3-4,.F3 .cell-3-12,.F3 .cell-4-12,.F3 .cell-5-6,.F3 .cell-5-12,.F3 .cell-6-12,.F3 .cell-7-12,.F3 .cell-8-12,.F3 .cell-9-12,.F3 .cell-10-12,.F3 .cell-11-12,.F3 .cell-12-12{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.F3 .cell-1-12{width:8.3333%}.F3 .cell-1-6,.F3 .cell-2-12{width:16.6667%}.F3 .cell-1-4,.F3 .cell-3-12{width:25%}.F3 .cell-1-3,.F3 .cell-4-12{width:33.3333%}.F3 .cell-5-12{width:41.6667%}.F3 .cell-1-2,.F3 .cell-6-12{width:50%}.F3 .cell-7-12{width:58.3333%}.F3 .cell-2-3,.F3 .cell-8-12{width:66.6667%}.F3 .cell-3-4,.F3 .cell-9-12{width:75%}.F3 .cell-5-6,.F3 .cell-10-12{width:83.3333%}.F3 .cell-11-12{width:91.6667%}.F3 .cell-1,.F3 .cell-1-1,.F3 .cell-12-12{width:100%}@media screen and (min-width:35.5em){.F3 .cell-sm-1,.F3 .cell-sm-1-1,.F3 .cell-sm-1-2,.F3 .cell-sm-1-3,.F3 .cell-sm-1-4,.F3 .cell-sm-1-6,.F3 .cell-sm-1-12,.F3 .cell-sm-2-3,.F3 .cell-sm-2-12,.F3 .cell-sm-3-4,.F3 .cell-sm-3-12,.F3 .cell-sm-4-12,.F3 .cell-sm-5-6,.F3 .cell-sm-5-12,.F3 .cell-sm-6-12,.F3 .cell-sm-7-12,.F3 .cell-sm-8-12,.F3 .cell-sm-9-12,.F3 .cell-sm-10-12,.F3 .cell-sm-11-12,.F3 .cell-sm-12-12{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.F3 .cell-sm-1-12{width:8.3333%}.F3 .cell-sm-1-6,.F3 .cell-sm-2-12{width:16.6667%}.F3 .cell-sm-1-4,.F3 .cell-sm-3-12{width:25%}.F3 .cell-sm-1-3,.F3 .cell-sm-4-12{width:33.3333%}.F3 .cell-sm-5-12{width:41.6667%}.F3 .cell-sm-1-2,.F3 .cell-sm-6-12{width:50%}.F3 .cell-sm-7-12{width:58.3333%}.F3 .cell-sm-2-3,.F3 .cell-sm-8-12{width:66.6667%}.F3 .cell-sm-3-4,.F3 .cell-sm-9-12{width:75%}.F3 .cell-sm-5-6,.F3 .cell-sm-10-12{width:83.3333%}.F3 .cell-sm-11-12{width:91.6667%}.F3 .cell-sm-1,.F3 .cell-sm-1-1,.F3 .cell-sm-12-12{width:100%}}@media screen and (min-width:48em){.F3 .cell-md-1,.F3 .cell-md-1-1,.F3 .cell-md-1-2,.F3 .cell-md-1-3,.F3 .cell-md-1-4,.F3 .cell-md-1-6,.F3 .cell-md-1-12,.F3 .cell-md-2-3,.F3 .cell-md-2-12,.F3 .cell-md-3-4,.F3 .cell-md-3-12,.F3 .cell-md-4-12,.F3 .cell-md-5-6,.F3 .cell-md-5-12,.F3 .cell-md-6-12,.F3 .cell-md-7-12,.F3 .cell-md-8-12,.F3 .cell-md-9-12,.F3 .cell-md-10-12,.F3 .cell-md-11-12,.F3 .cell-md-12-12{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.F3 .cell-md-1-12{width:8.3333%}.F3 .cell-md-1-6,.F3 .cell-md-2-12{width:16.6667%}.F3 .cell-md-1-4,.F3 .cell-md-3-12{width:25%}.F3 .cell-md-1-3,.F3 .cell-md-4-12{width:33.3333%}.F3 .cell-md-5-12{width:41.6667%}.F3 .cell-md-1-2,.F3 .cell-md-6-12{width:50%}.F3 .cell-md-7-12{width:58.3333%}.F3 .cell-md-2-3,.F3 .cell-md-8-12{width:66.6667%}.F3 .cell-md-3-4,.F3 .cell-md-9-12{width:75%}.F3 .cell-md-5-6,.F3 .cell-md-10-12{width:83.3333%}.F3 .cell-md-11-12{width:91.6667%}.F3 .cell-md-1,.F3 .cell-md-1-1,.F3 .cell-md-12-12{width:100%}}@media screen and (min-width:64em){.F3 .cell-lg-1,.F3 .cell-lg-1-1,.F3 .cell-lg-1-2,.F3 .cell-lg-1-3,.F3 .cell-lg-1-4,.F3 .cell-lg-1-6,.F3 .cell-lg-1-12,.F3 .cell-lg-2-3,.F3 .cell-lg-2-12,.F3 .cell-lg-3-4,.F3 .cell-lg-3-12,.F3 .cell-lg-4-12,.F3 .cell-lg-5-6,.F3 .cell-lg-5-12,.F3 .cell-lg-6-12,.F3 .cell-lg-7-12,.F3 .cell-lg-8-12,.F3 .cell-lg-9-12,.F3 .cell-lg-10-12,.F3 .cell-lg-11-12,.F3 .cell-lg-12-12{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.F3 .cell-lg-1-12{width:8.3333%}.F3 .cell-lg-1-6,.F3 .cell-lg-2-12{width:16.6667%}.F3 .cell-lg-1-4,.F3 .cell-lg-3-12{width:25%}.F3 .cell-lg-1-3,.F3 .cell-lg-4-12{width:33.3333%}.F3 .cell-lg-5-12{width:41.6667%}.F3 .cell-lg-1-2,.F3 .cell-lg-6-12{width:50%}.F3 .cell-lg-7-12{width:58.3333%}.F3 .cell-lg-2-3,.F3 .cell-lg-8-12{width:66.6667%}.F3 .cell-lg-3-4,.F3 .cell-lg-9-12{width:75%}.F3 .cell-lg-5-6,.F3 .cell-lg-10-12{width:83.3333%}.F3 .cell-lg-11-12{width:91.6667%}.F3 .cell-lg-1,.F3 .cell-lg-1-1,.F3 .cell-lg-12-12{width:100%}}@media screen and (min-width:80em){.F3 .cell-xl-1,.F3 .cell-xl-1-1,.F3 .cell-xl-1-2,.F3 .cell-xl-1-3,.F3 .cell-xl-1-4,.F3 .cell-xl-1-6,.F3 .cell-xl-1-12,.F3 .cell-xl-2-3,.F3 .cell-xl-2-12,.F3 .cell-xl-3-4,.F3 .cell-xl-3-12,.F3 .cell-xl-4-12,.F3 .cell-xl-5-6,.F3 .cell-xl-5-12,.F3 .cell-xl-6-12,.F3 .cell-xl-7-12,.F3 .cell-xl-8-12,.F3 .cell-xl-9-12,.F3 .cell-xl-10-12,.F3 .cell-xl-11-12,.F3 .cell-xl-12-12{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.F3 .cell-xl-1-12{width:8.3333%}.F3 .cell-xl-1-6,.F3 .cell-xl-2-12{width:16.6667%}.F3 .cell-xl-1-4,.F3 .cell-xl-3-12{width:25%}.F3 .cell-xl-1-3,.F3 .cell-xl-4-12{width:33.3333%}.F3 .cell-xl-5-12{width:41.6667%}.F3 .cell-xl-1-2,.F3 .cell-xl-6-12{width:50%}.F3 .cell-xl-7-12{width:58.3333%}.F3 .cell-xl-2-3,.F3 .cell-xl-8-12{width:66.6667%}.F3 .cell-xl-3-4,.F3 .cell-xl-9-12{width:75%}.F3 .cell-xl-5-6,.F3 .cell-xl-10-12{width:83.3333%}.F3 .cell-xl-11-12{width:91.6667%}.F3 .cell-xl-1,.F3 .cell-xl-1-1,.F3 .cell-xl-12-12{width:100%}}@media (min-width:768px){.F3 .col-md-6{width:50%}}.F3-gray{background:#2c2c2c}.F3__content{margin:0 auto;padding-bottom:2rem}.F3__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.F3__grid-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.F3__image{max-width:100%}@media (min-width:768px){.F3__image svg{max-width:100px}}@media (max-width:767.98px){.F3__image svg{max-width:150px}}.F3__title{text-align:center;margin-top:2rem}.F3__subtitle{text-transform:none;color:#fff;font-size:1.125rem;font-weight:700;margin:1rem 0}.F3__cell{text-align:center;padding:2rem 15px 0}.F3__cell-pt-md{padding-top:4rem}.quotes-list-item .F3__description,.quotes-list-item .F3__subtitle{font-size:16px}.quotes-list-item .F3__description{color:#888;font-style:italic}.C9{background-position:top;background-size:cover;background-repeat:no-repeat}@media (max-width:767.98px){.C9{min-height:auto!important;background-image:none!important;display:block}}.C9 p{font-size:1.125rem}.C9 .quote:before{content:"“"}.C9 .quote:after{content:"”"}.C9 .quote--opactity:after,.C9 .quote--opactity:before{opacity:.4;font-family:Arial,sans-serif;font-weight:700;font-size:1.60375rem;margin-right:5px}.C9 .text-center,.C9.text-center{text-align:center}.C9 .pb-1{padding-bottom:1rem}@media (min-width:768px){.C9 .pv-1{padding-top:1rem;padding-bottom:1rem}.C9 .pv-2{padding-top:2rem;padding-bottom:2rem}.C9 .pv-3{padding-top:3rem;padding-bottom:3rem}.C9 .pv-4{padding-top:4rem;padding-bottom:4rem}.C9 .pv-5{padding-top:5rem;padding-bottom:5rem}.C9 .pt-2{padding-top:2rem}.C9 .pt-10{padding-top:10rem}.C9 .pt-10p{padding-top:10%}.C9 .pt-15p{padding-top:15%}.C9 .pr-1,.C9 .pr-2{padding-right:1rem}.C9 .full-width{max-width:100%}.C9 .half-width{max-width:50%}.C9 .w-600{max-width:600px!important}.C9 .w-700{max-width:700px!important}.C9 .w-750{max-width:750px!important}.C9 .w-850{max-width:850px!important}.C9 .w-870{max-width:870px!important}.C9 .w-950{max-width:950px!important}.C9 .sm-text-center,.C9 .width100{text-align:center}.C9 .position-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.C9 .position-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.C9 .position-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.C9 .position-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.C9 .position-gorizontal-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.C9 .position-vertical-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width:767.98px){.C9 .sm-text-white{color:#fff!important}.C9 .xs-hide{display:none}}.C9 .height-auto{min-height:auto}.C9 .w-100{max-width:100%!important}.C9 .h-80{min-height:80vh}.C9 .h-90{min-height:90vh}.C9 .h-100{min-height:100vh}.C9 .h-600{min-height:600px}.C9 .h-650{min-height:650px}.C9 .h-700{min-height:700px}.C9 .h-750{min-height:750px}.C9 .h-800{min-height:800px}.C9 .h-850{min-height:850px}.C9 .h-900{min-height:900px}.C9 .h-950{min-height:950px}.C9 .h-1000{min-height:1000px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.C9 .height-auto{min-height:auto}.C9 .h-80{height:80vh}.C9 .h-90{height:90vh}.C9 .h-100{height:100vh}.C9 .h-600{height:600px}.C9 .h-650{height:650px}.C9 .h-700{height:700px}.C9 .h-750{height:750px}.C9 .h-800{height:800px}.C9 .h-850{height:850px}.C9 .h-900{height:900px}.C9 .h-950{height:950px}.C9 .h-1000{height:1000px}}.C9 .bg-dark-grey,.C9.bg-dark-grey{background-color:#0c0c0c}.C9 .bg-dark-medium-grey,.C9.bg-dark-medium-grey{background-color:#2c2c2c}.C9 .bg-green-razer,.C9.bg-green-razer{background-color:#44d62c}.C9 .bg-violet,.C9.bg-violet{background-color:#6b489d}.C9 .text-light-medium-grey{color:#888!important}.C9 .text-white{color:#fff}.C9 .text-green{color:#44d62c}.C9 .text-black{color:#000}.C9 .text-white-opacity{color:hsla(0,0%,100%,.6)!important}.C9 .italic{font-style:italic}.C9 .button-green-razer{background:#44d62c;padding:.6rem 2.5rem;color:#000!important;font-weight:700;border-radius:4px;text-decoration:none;top:10px;display:inline-block;margin-top:15px}.C9 .button-green-razer:hover{color:inherit}.C9 .size-3{font-size:3rem;letter-spacing:.0825rem;line-height:3rem;margin-bottom:20px}.C9 .bold{font-weight:700}.C9 .medium{font-weight:500}.C9 .text-blue{color:#28aadc}.C9 .standart-size{font-size:1rem!important}@media (max-width:767.98px){.C9 .size-3{font-size:1.75rem!important;line-height:1.875rem!important;text-align:left}.C9 .text-sm-green{color:#44d62c}.C9 .text-sm-grey{color:#888}.C9 .position-sm-gorizontal-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.C9__content{margin:0 auto;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (min-width:768px){.C9__content:not(.width100) .C9__text{max-width:33%}}@media (max-width:767.98px){.C9__content{min-height:auto!important;height:auto!important;padding:15px 10px!important;max-width:100%}}.C9__description{color:#888;font-weight:300;font-family:Roboto,Arial,Helvetica,sans-serif}.C9__title{text-transform:uppercase;color:#44d62c}.C9__bg-mobile{max-width:100%}@media (min-width:768px){.C9__bg-mobile{display:none}}.C9__link{color:#44d62c;text-decoration:none;font-size:18px;font-family:Roboto,Arial,Helvetica,sans-serif}.C9__link:hover{color:#fff}.C9__video{width:100%}@media (min-width:768px){.C9__block-images{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.C9__block-images img{padding-left:2.188rem;padding-right:2.188rem}}.Y1{min-height:80vh;padding:2.5rem 0 1.5rem;background-repeat:no-repeat;background-position:top;background-size:cover}@media (max-width:767.98px){.Y1{background-image:none!important;min-height:auto!important;padding:0}}.Y1 .text-white{color:#fff!important}.Y1 .text-green{color:#44d62c!important}.Y1 .text-blue{color:#28aadc!important}.Y1 .uppercase{text-transform:uppercase}.Y1 .capitalize{text-transform:capitalize}.Y1 .bold{font-weight:700}.Y1 .text-center{text-align:center}.Y1 .content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Y1 .size-3{font-size:3rem;letter-spacing:.0825rem;line-height:3rem;margin-bottom:20px}.Y1 .standart-size{font-size:1rem}@media (min-width:768px){.Y1 .col-1-4{width:25%;white-space:normal}.Y1 .col-1-5{width:20%;white-space:normal}.Y1 .ml-1{margin-left:1rem}.Y1 .mr-1{margin-right:1rem}}.Y1__img-mobile{display:none;max-width:100%}@media (max-width:767.98px){.Y1__img-mobile{display:block}}.Y1__title{text-align:center}@media (max-width:767.98px){.Y1__title{text-align:left}}.Y1__main-title{text-transform:uppercase;color:#44d62c}@media (max-width:767.98px){.Y1__main-title{text-align:left;font-size:1.75rem!important;line-height:1.875rem!important}}.Y1__content{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:inherit;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767.98px){.Y1__content{padding:15px 10px;min-height:auto!important;margin:0}}.Y1__subtitle{color:#fff;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300}.Y1__column{width:50%;margin:0 45px}.Y1__image{max-width:100%}.Y1__description{color:#fff}.Y1__description,.Y1__list{font-family:Roboto,Arial,Helvetica,sans-serif}.Y1__list{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;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;counter-reset:items;list-style-type:none}@media (max-width:991.98px){.Y1__list{-ms-flex-pack:distribute;justify-content:space-around}}@media (max-width:767.98px){.Y1__list{display:block;margin:0}}.Y1__item{white-space:nowrap;margin:0 5px;line-height:1.5em}@media (max-width:991.98px){.Y1__item{margin:5px 10px;white-space:normal}}@media (max-width:767.98px){.Y1__item{margin:5px 0;max-width:100%;text-align:left!important;text-transform:capitalize!important}}.Y1__item:before{counter-increment:items;content:counter(items) ". "}.Y1__more{display:block;text-align:center;text-decoration:none;color:#fff;font-family:Roboto,Arial,Helvetica,sans-serif}@media (max-width:767.98px){.Y1__more{margin-top:10px}}.Y1__more:after{content:" >";color:#44d62c}.Y2{min-height:80vh;padding:2.5rem 0 1.5rem;background-repeat:no-repeat;background-position:top;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}@media (max-width:767.98px){.Y2{-ms-flex-wrap:wrap;flex-wrap:wrap;background-image:none!important;min-height:auto!important;padding:0}}.Y2 .text-white{color:#fff}.Y2 .text-green{color:#44d62c}.Y2 .text-blue{color:#28aadc}.Y2 .text-grey,.Y2 .text-medium-grey{color:#888}.Y2 .text-bold{font-weight:700}.Y2 .position-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.Y2 .position-vertical-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Y2 .pos-x-60{background-position-x:60%}@media (max-width:767.98px){.Y2 .text-do-sm-green{color:#44d62c}}@media (min-width:768px){.Y2 .col-3{width:25%}}@media (max-width:767.98px){.Y2 .col-3{width:auto;max-width:unset}}@media (min-width:768px){.Y2 .px-1{padding:0 1rem}.Y2 .my-1{margin:1rem 0}.Y2 .item-center{text-align:center}.Y2 .weight-sm-700{font-weight:700}}.Y2__img-mobile{display:none;max-width:100%}@media (max-width:767.98px){.Y2__img-mobile{display:block}}.Y2__content{margin: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;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767.98px){.Y2__content{padding:15px 10px;min-height:auto!important;margin:0}}.Y2__block{max-width:40%;margin-bottom:2rem}@media (max-width:767.98px){.Y2__block{max-width:100%;margin-bottom:1rem}}.Y2__title{margin:5px 0;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;color:#44d62c;text-align:center}@media (max-width:767.98px){.Y2__title{text-align:left}}.Y2__main-title{margin-bottom:15px;text-transform:uppercase;color:#44d62c;font-weight:300!important}@media (max-width:767.98px){.Y2__main-title{text-align:left;font-size:1.75rem!important;line-height:1.875rem!important}}.Y2__subtitle{font-size:1.125rem}.Y2__description,.Y2__subtitle{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;color:#fff}.Y2__column{width:50%;margin:0 45px}.Y2__image{max-width:100%}.Y2__list{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;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-family:Roboto,Arial,Helvetica,sans-serif;list-style-type:none;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:4rem}@media (max-width:767.98px){.Y2__list{display:block;margin:0}}.Y2__item{padding:10px 5px;line-height:1.5em;width:33.3333%;color:#fff}@media (max-width:991.98px){.Y2__item{width:50%;white-space:normal;margin:10px 0 0;padding:10px 15px}}@media (max-width:767.98px){.Y2__item{width:100%;padding:0;margin:15px 0 0}}@media (max-width:767.98px){.Y2__more{margin-top:10px}}.Y3{min-height:80vh;padding:2.5rem 0 .5rem;background-repeat:no-repeat;background-position:top;background-size:cover}@media (max-width:767.98px){.Y3{background-image:none!important;height:auto!important;padding:0}}.Y3 .text-blue{color:#28aadc}.Y3 .text-grey{color:#888}.Y3 .text-bold{font-weight:700}@media (max-width:767.98px){.Y3 .col-3{width:auto}}@media (min-width:768px){.Y3 .col-3{width:25%}}@media (max-width:767.98px){.Y3 .text-do-sm-green{color:#44d62c}}@media (min-width:768px){.Y3 .px-1{padding:0 1rem}}@media (min-width:768px){.Y3 .item-center{text-align:center}}@media (min-width:768px){.Y3 .weight-sm-700{font-weight:700}}.Y3__img-mobile{display:none;max-width:100%}@media (max-width:767.98px){.Y3__img-mobile{display:block}}.Y3__title{text-align:center}@media (max-width:767.98px){.Y3__title{text-align:left}}.Y3__main-title{text-transform:uppercase;color:#44d62c;margin-bottom:15px;font-weight:300!important}@media (max-width:767.98px){.Y3__main-title{font-size:1.75rem!important;line-height:1.875rem!important;text-align:left}}.Y3__content{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767.98px){.Y3__content{padding:15px 10px;min-height:auto!important;margin:0}}.Y3__subtitle{color:#fff;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300}.Y3__column{width:50%;margin:0 45px}.Y3__image{max-width:100%}.Y3__description{color:#fff}.Y3__description,.Y3__list{font-family:Roboto,Arial,Helvetica,sans-serif}.Y3__list{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;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;list-style-type:none;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}@media (max-width:767.98px){.Y3__list{display:block;margin:0}}.Y3__item{padding:10px 5px;line-height:1.5em;width:33.3333%;color:#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:center;-ms-flex-align:center;align-items:center;text-align:center}@media (max-width:991.98px){.Y3__item{width:33%;white-space:normal;margin:10px 0 0;padding:10px 15px}}@media (max-width:767.98px){.Y3__item{width:100%;padding:0;margin:15px 0 0}}.Y3__item svg{width:95px;margin-bottom:1rem}.Y3__item-title{color:#44d62c}@media (max-width:767.98px){.Y3__more{margin-top:10px}}.I3{padding:1rem 0}@media (min-width:768px){.I3{padding:3rem 0;background-color:#222}}.I3 .bg-white,.I3.bg-white{background-color:#fff}.I3 .bg-violet,.I3.bg-violet{background-color:#6b489d}.I3 .text-medium-grey{color:#222}.I3 .text-white{color:#fff}.I3 .text-uppercase{text-transform:uppercase}.I3__content{margin:0 auto;padding:0 10px}@media (min-width:768px){.I3__content{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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.I3__bg-image{text-align:center}.I3__info{margin-top:1rem}@media (min-width:768px){.I3__info{margin-top:0}}.I3 img{max-width:100%;display:block;margin:0 auto}@media (min-width:768px){.I3 img{float:left;margin-right:2rem;display:inline-block}}.I3 p{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300}.I3__title{color:#44d62c}.I3__description{font:16px Roboto,Arial,Helvetica,sans-serif;font-weight:300;line-height:1.5rem}.I3__link{font-size:18px;font-family:Roboto,Arial,Helvetica,sans-serif;text-decoration:none;color:#44d62c;display:block;margin-top:1rem}.I4__wrap{margin:0 auto;padding:30px 10px}@media (min-width:768px){.I4__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:80px 10px}}.I4 img{max-width:100%;display:block}@media (max-width:767.98px){.I4 img{display:block;margin:0 auto}}@media (min-width:768px){.I4__text{padding-left:80px}}.I4__text p{color:#000}.G8__inner{margin:0 auto;padding:2rem 10px}.G8__grid{display:-ms-grid;display:grid;justify-items:center;gap:2rem}@media (min-width:768px){.G8__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}.G8__title{font-size:1.75rem;line-height:1.875rem;letter-spacing:.0625rem;padding-bottom:2rem;text-align:center}.G8__block{text-align:center;color:#888}.G8__block a{color:#888}.G8__block a:hover{color:#fff;text-decoration:none}.F3{background-size:cover;background-position:top}@media (max-width:767.98px){.F3{background-image:none!important;height:auto!important}}.F3 .pt-0{padding-top:0}.F3__inner{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding-top:1.25rem;padding-bottom:1.25rem}@media (max-width:767.98px){.F3__inner.hide-icons-on-mobile .F3__icon-list{display:none}}.F3 h2{margin-bottom:.5em;font-size:48px;font-weight:700;color:#44d62c;text-transform:uppercase}@media (max-width:767.98px){.F3 h2{font-size:28px}}@media (max-width:575.98px){.F3 h2{word-break:break-word;font-size:Min(8vw,28px)}}.F3 p{font:300 1.125rem/1.5em Roboto,Arial,Helvetica,sans-serif;color:#888}.F3 a{color:#44d62c;-webkit-transition:.25s ease;transition:.25s ease;text-decoration:none}.F3__bg-mobile{max-width:100%}@media (max-width:575.98px){.F3__bg-mobile{width:150%;max-width:150%;margin-left:-50%}}@media (min-width:768px){.F3__bg-mobile{display:none}}@media (min-width:768px){.F3__inner{padding-top:4.5rem;padding-bottom:4.5rem}.F3__inner.py-1{padding-top:1rem;padding-bottom:1rem}.F3__inner.py-2{padding-top:2rem;padding-bottom:2rem}.F3__inner.py-3{padding-top:3rem;padding-bottom:3rem}.F3__inner.pb-0{padding-bottom:0}.F3__inner.center{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.F3__inner.right,.F3__inner.text-center{text-align:center}.F3__inner.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.F3__inner.left .F3__text,.F3__inner.right .F3__text{width:33.3333%;text-align:left}.F3__inner.middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.F3__inner.bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.F3__inner.desc-black p,.F3__inner.title-black h2{color:#000!important}.F3__inner.desc-green p,.F3__inner.title-green h2{color:#44d62c!important}.F3__inner.desc-white p,.F3__inner.title-white h2{color:#fff!important}.F3__inner.title-red h2{color:#c8323c!important}}.F3__inner.link-black a{color:#000;text-decoration:none}@media (min-width:768px){.F3__inner.link-black a{color:#000!important}}.F3__inner.link-green-hover a:hover{color:#44d62c;text-decoration:underline}@media (max-width:767.98px){.F3__text{width:100%!important}}.F3__text p small{font-size:90%}.F3__icon-list{margin:20px 0 0}.F3__icon-list:empty{margin:0}.B3{background-repeat:no-repeat;background-size:cover;background-position:50%;min-height:768px}@media (max-width:767.98px){.B3{background-image:none!important;min-height:auto!important;margin:0}}.B3__image-mobile{display:none;max-width:100%}@media (max-width:767.98px){.B3__image-mobile{display:block}}.B3__column{margin:20px 0;color:#fff;text-align:center;width:33.3333%}@media (max-width:767.98px){.B3__column{width:100%}}.B3__content{margin: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;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:991.98px){.B3__content{-ms-flex-wrap:wrap;flex-wrap:wrap}}.B3__content--title{font-size:1.5rem;color:#44d62c;font-weight:300}.B3__content--description{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;color:#888}.B3__content--description,.B3__content--title{padding:0 10px;line-height:1.3em}.BG-1,.BG-1__desktop{overflow:hidden}.BG-1__desktop{max-height:100%;position:relative;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);left:50%}@media (max-width:767.98px){.BG-1__desktop{display:none}}.BG-1__mobile{display:none;max-width:100%}@media (max-width:767.98px){.BG-1__mobile{display:block}}@media (max-width:767.98px){.F4{background-image:none!important;height:auto!important}}.F4 h2{color:#44d62c}.F4 p{color:#888;font-family:RazerF5,sans-serif;font-weight:300;font-size:1.125em;line-height:1.5em}.F4__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.F4__inner{height:100%;margin:0 auto;padding:2rem 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (max-width:767.98px){.F4__inner{display:block;padding:10px}}.F4__icon-desktop{padding-right:2rem;max-width:100%}@media (max-width:767.98px){.F4__icon-desktop{display:none}}.F4__bg-mobile{max-width:100%}@media (min-width:768px){.F4__bg-mobile,.F4__icon-mobile{display:none}}@media (min-width:768px){.F4__block-icon{width:33.3333%}}@media (min-width:768px){.F4__text{width:66.6666%}}.T1{background-size:cover;background-position:50%;min-height:80vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.T1 p{font-size:1.125em;line-height:1.5em;font-weight:400}.T1 h1{font-size:2.25rem;line-height:2.25rem}.T1 h1,.T1 h2{letter-spacing:.0625rem}.T1 h2{font-size:1.75rem}.T1 h3,.T1 h4{font-size:1.125rem;line-height:1.25rem}@media (max-width:767.98px){.T1{background-image:none!important;display:block;min-height:auto;max-width:100%}}.T1 .bold{font-weight:700}.T1__content{margin: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-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:767.98px){.T1__content{background-color:#000}}.T1__image-mobile{display:none}.T1__image-desktop{height:80vh}.T1__inner{margin:0 auto}.T1__text{max-width:33.3333%;text-align:left}@media (min-width:768px) and (max-width:991.98px){.T1__text{padding:0 10px}}@media (max-width:767.98px){.T1__text{max-width:100%!important;padding:10px;position:static!important}}.T1__text p{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;color:#888}.T1__text-title{color:#44d62c;text-transform:uppercase;text-align:left}.T1__text-subtitle{text-transform:uppercase;font-weight:700!important;margin-bottom:25px}.T1__text-description{margin-bottom:25px}.T1__text-note{font-size:11px;color:#888}.T1__text-more:after{content:" >"}.T1__image-mobile{width:100%}@media (max-width:767.98px){.T1__image-mobile{display:block}}.T1__image-picture img{display:block;margin:0 auto}.T1__image-icon{display:block;max-width:100%;height:auto}.T1__href-more{display:block;max-width:140px;text-decoration:none;margin-top:15px}.T1__href-more p{color:#44d62c;text-align:center}.T1__image-icon--more{display:block;margin:0 auto}.T1__button{background-color:#44d62c;padding:.6rem 2.5rem;color:#000;font-weight:700;border-radius:4px;text-decoration:none}.C1--lime-landing{background-size:cover;background-position:50%;min-height:70vh;display:block;padding:2.5rem 0}@media (max-width:767.98px){.C1--lime-landing{background-image:none!important;display:block!important;min-height:auto!important;padding:0!important}}.C1--lime-landing .italic{font-style:italic}.C1--lime-landing .mr-2{margin-right:2rem}.C1--lime-landing .text-green{color:#44d62c}.C1--lime-landing .text-white{color:#fff!important}.C1--lime-landing .text-grey{color:#888}.C1--lime-landing .text-blue{color:#28aadc}.C1--lime-landing .align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.C1--lime-landing .col-1-2{width:50%}.C1--lime-landing .bold{font-weight:700}.C1--lime-landing .standart-size{font-size:1em!important}.C1--lime-landing .size-3{font-size:3rem;letter-spacing:.0825rem;line-height:3rem;margin-bottom:20px}.C1--lime-landing .medium-size{font-size:1.3125em!important}.C1--lime-landing .half-content{max-width:50%;padding:0 1rem}@media (max-width:767.98px){.C1--lime-landing .size-3{font-size:1.75rem;line-height:1.875rem;text-align:left}}.C1--lime-landing .C1__content{margin:0 auto}@media (max-width:767.98px){.C1--lime-landing .C1__content{background-color:#000}}.C1--lime-landing .C1__image-mobile{display:none}.C1--lime-landing .C1__image-desktop{height:80vh}.C1--lime-landing .C1__inner{margin:0 auto}.C1--lime-landing .C1__text{text-align:center;max-width:100%}@media (max-width:767.98px){.C1--lime-landing .C1__text{padding:10px;text-align:left}}.C1--lime-landing .C1__text-title{font-weight:700;color:#44d62c;text-transform:uppercase}@media (max-width:767.98px){.C1--lime-landing .C1__text-description,.C1--lime-landing .C1__text-title{text-align:left}}.C1--lime-landing .C1__text-more{margin-top:10px;color:#44d62c!important}.C1--lime-landing .C1__link{color:inherit;text-decoration:none}.C1--lime-landing .C1__text p{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;color:#888}.C1--lime-landing .C1__text-note{font-size:11px}.C1--lime-landing .C1__text-more:after{content:" >"}.C1--lime-landing .C1__image-mobile{width:100%}@media (max-width:767.98px){.C1--lime-landing .C1__image-mobile{display:block}}.C1--lime-landing .C1__image-picture img{display:block;margin:0 auto}@media (max-width:767.98px){.C1--lime-landing .C1__icon{max-width:100%}}.C1--lime-landing .C1__clear{font-size:inherit}.V2{background-color:#000}@media (max-width:767.98px){.V2{background-color:#000;padding-bottom:0}}.V2__inner{margin:auto}.V2__title{color:#44d62c;padding:30px 0;text-transform:uppercase;text-align:center}.V2__iframe{display:block;max-width:100%;position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.V2__iframe embed,.V2__iframe iframe,.V2__iframe object{position:absolute;top:0;left:0;width:100%;height:100%}.V5__inner{position:relative;max-width:1920px;margin:0 auto;overflow:hidden;cursor:pointer;background-color:#000}@media (min-width:992px){.V5__inner{height:580px}}@media (max-width:991.98px){.V5__inner{height:400px}}@media (max-width:767.98px){.V5__inner{height:300px}}@media (max-width:575.98px){.V5__inner{height:240px}}.V5__inner iframe{position:absolute;height:100%;width:100%;top:0;left:0}.V5__clickable-yt-thumbnail{position:relative;z-index:2;cursor:pointer}.V5__clickable-yt-thumbnail,.V5__clickable-yt-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.V5__clickable-yt-thumbnail img{opacity:1;-webkit-transition:opacity 1s;transition:opacity 1s}.V5__clickable-yt-thumbnail .play-button{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);width:90px;height:60px;background-color:#2c2c2c;-webkit-box-shadow:0 0 30px rgba(0,0,0,.6);box-shadow:0 0 30px rgba(0,0,0,.6);z-index:3;opacity:.8;border-radius:6px;-webkit-transition:background-color .1s,opacity 1s;transition:background-color .1s,opacity 1s;cursor:pointer}.V5__clickable-yt-thumbnail .play-button:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;border-style:solid;border-width:15px 0 15px 26px}.V5__clickable-yt-thumbnail:hover .play-button{background-color:#c8323c}.V5__clickable-yt-thumbnail[data-player=show] .play-button,.V5__clickable-yt-thumbnail[data-player=show] img{opacity:0}.V5__clickable-rt-thumbnail[data-player=show]{pointer-events:none}.video-bg-section{text-align:center}.video-bg-section__container{max-width:1920px;margin:0 auto}.video-bg-section__title-wrap{max-width:780px;margin:35px auto}.video-bg-section__sub-title{font-size:16px;font-weight:400;line-height:1;text-transform:uppercase;color:#fff}.video-bg-section__title{margin-bottom:.5em;font-size:48px;font-weight:700;line-height:1.2;color:#44d62c;text-transform:uppercase}@media (max-width:767.98px){.video-bg-section__title{font-size:28px}}@media (max-width:575.98px){.video-bg-section__title{word-break:break-word;font-size:Min(8vw,28px)}}.video-bg-section__video-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-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;position:relative}@media (max-width:767.98px){.video-bg-section--default .video-bg-section__video-wrap{margin:0 -10px}}.video-bg-section__video{width:100%}.video-bg-section__description{max-width:780px;margin:35px auto 0;font-size:18px;line-height:1.5;color:#fff}@media (max-width:767.98px){.video-bg-section__description{font-size:16px}}.video-bg-section__video-controls{width:100%;position:relative}@media (min-width:768px){.video-bg-section__video-mobile{display:none}}@media (max-width:767.98px){.video-bg-section__video-desktop{display:none}}.video-bg-section__play-pause-btn{width:30px;height:30px;padding:5px;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;background:#44d62c;border-radius:50%;position:absolute;bottom:16px;right:20px;z-index:2}.video-bg-section__play-pause-btn-img{width:100%;height:100%;background-size:contain;background-position:50%;background-repeat:no-repeat}.video-bg-section__play-pause-btn[data-control=play] .video-bg-section__play-pause-btn-img{background-image:url(https://razer.syntes.io/img/icons/pause.svg)}.video-bg-section__play-pause-btn[data-control=pause] .video-bg-section__play-pause-btn-img{background-image:url(https://razer.syntes.io/img/icons/play.svg)}.modal--subscribe .modal__content{padding:0}.modal--subscribe .modal__close{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:16px;right:16px;cursor:pointer}.modal--subscribe .modal__close-icon{width:24px;height:24px;fill:#fff;opacity:.5;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.modal--subscribe .modal__close-icon:hover{opacity:1}.subscribe-modal__container{position:relative;width:1024px;max-width:100%;margin:auto;background-color:#000}.subscribe-modal__bg{position:absolute;top:0;left:0;height:100%;width:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}@media (max-width:767.98px){.subscribe-modal__bg{background-size:contain}}.subscribe-modal__content{position:relative;max-width:770px;margin:auto;padding:60px 60px 50px;text-align:center;color:#fff}@media (max-width:767.98px){.subscribe-modal__content{padding:24px}}.subscribe-modal__title{font-weight:400;font-size:44px;line-height:1;text-transform:uppercase;color:#44d62c}@media (max-width:767.98px){.subscribe-modal__title{font-size:28px}}.subscribe-modal__description{margin-top:15px;font-family:RazerF5,sans-serif;font-weight:400;font-size:18px}@media (max-width:575.98px){.subscribe-modal__description{font-size:12px}}.subscribe-modal__description p{font-family:RazerF5,sans-serif;font-weight:400;line-height:1.15}.subscribe-modal__description .container{margin-top:44px;margin-bottom:36px;max-width:580px}.subscribe-modal__description .col p{font-size:14px}@media (max-width:575.98px){.subscribe-modal__description .col p{font-size:12px}}.subscribe-modal__description .col svg{max-width:90px;height:auto;margin-bottom:16px}@media (max-width:575.98px){.subscribe-modal__description .col svg{max-width:60px}}.subscribe-modal__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:490px;margin:auto}@media (max-width:575.98px){.subscribe-modal__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.subscribe-modal__form-input{width:100%;height:34px;border:none;padding:0 15px;outline:none;font-size:14px;font-weight:400;color:#fff;background-color:#181818}@media (max-width:575.98px){.subscribe-modal__form-input{font-size:12px!important}}.subscribe-modal__form-input::-webkit-input-placeholder{color:#fff;-webkit-transition:opacity .25s;transition:opacity .25s}.subscribe-modal__form-input::-moz-placeholder{color:#fff;-moz-transition:opacity .25s;transition:opacity .25s}.subscribe-modal__form-input:-ms-input-placeholder{color:#fff;-ms-transition:opacity .25s;transition:opacity .25s}.subscribe-modal__form-input::-ms-input-placeholder{color:#fff;-ms-transition:opacity .25s;transition:opacity .25s}.subscribe-modal__form-input::placeholder{color:#fff;-webkit-transition:opacity .25s;transition:opacity .25s}.subscribe-modal__form-input:focus::-webkit-input-placeholder{opacity:0}.subscribe-modal__form-input:focus::-moz-placeholder{opacity:0}.subscribe-modal__form-input:focus:-ms-input-placeholder{opacity:0}.subscribe-modal__form-input:focus::-ms-input-placeholder{opacity:0}.subscribe-modal__form-input:focus::placeholder{opacity:0}.subscribe-modal__form-button.btn{height:34px;font-weight:700}@media (max-width:575.98px){.subscribe-modal__form-button.btn{width:100%}}.subscribe-modal__form-message{margin-top:10px}.subscribe-modal__form-message.subscribe-modal__form-message--error{color:#c8323c}.subscribe-modal__form-message.subscribe-modal__form-message--success{color:#44d62c}.subscribe-modal__hint{margin-top:20px;font-size:11px;line-height:1.5;font-weight:400;color:#888}@media (max-width:767.98px){.subscribe-modal__hint{margin-top:16px}}@media (max-width:575.98px){.subscribe-modal__hint{font-size:9px}}.subscribe-modal__hint p{font-family:RazerF5,sans-serif;font-weight:400}.subscribe-modal__hint a{color:#44d62c}.scroll-slides-section{--slide-height:540px;margin:50px 0;text-align:center}@media (max-width:767.98px){.scroll-slides-section{margin:30px 0;--slide-height:400px!important}}.scroll-slides-section__container{position:relative;min-height:calc(var(--slide-height)*var(--slides-count))}.scroll-slides-section--with-info .scroll-slides-section__container{min-height:calc(var(--slide-height)*var(--slides-count) + 200px)}.scroll-slides-section__container-inner{position:sticky;top:calc(var(--header-height) + var(--buy-panel-height))}@media (min-width:992px){.scroll-slides-section__container-inner{height:calc(100vh - var(--header-height) - var(--buy-panel-height));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:991.98px){.scroll-slides-section__container-inner{top:var(--header-height)}}.scroll-slides-section__items-wrap{height:var(--slide-height);overflow:hidden;position:relative}.scroll-slides-section--default .scroll-slides-section__items-wrap{max-width:768px;margin:0 auto}@media (max-width:767.98px){.scroll-slides-section--default .scroll-slides-section__items-wrap{margin:0 -10px}}.scroll-slides-section__item{height:100%;position:sticky;top:0}.scroll-slides-section__item-picture{display:block;width:100%;height:100%}.scroll-slides-section__item-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.scroll-slides-section__info{display:-ms-grid;display:grid;margin-top:30px;padding-bottom:20px}.scroll-slides-section__info-item{-ms-grid-row:1;-ms-grid-column:1;grid-area:1/1;max-width:500px;margin:0 auto;opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s}.scroll-slides-section__info-item--active{opacity:1}.scroll-slides-section__item-sub-title{font-size:16px;font-weight:400;line-height:1;text-transform:uppercase;color:#fff}.scroll-slides-section__item-title{font-size:28px;font-weight:700;line-height:1.2;text-transform:uppercase;color:#44d62c}.scroll-slides-with-opacity-section{--slide-height:540px;margin:50px 0}@media (max-width:767.98px){.scroll-slides-with-opacity-section{margin:30px 0;--slide-height:400px!important}}.scroll-slides-with-opacity-section__container{position:relative;height:calc(var(--slide-height)*var(--slides-count))}.scroll-slides-with-opacity-section__container-inner{position:relative;height:100%}.scroll-slides-with-opacity-section__items-wrap{height:var(--slide-height);overflow:hidden;position:sticky;top:calc(var(--header-height) + var(--buy-panel-height));background-size:contain;background-position:top;background-repeat:no-repeat}@media (max-width:991.98px){.scroll-slides-with-opacity-section__items-wrap{top:var(--header-height)}}.scroll-slides-with-opacity-section__items-wrap--extended{padding:520px 0}.scroll-slides-with-opacity-section__item{position:absolute;top:0;height:100%;width:100%;opacity:0;z-index:0;-webkit-transition:opacity .5s,visibility .5s;transition:opacity .5s,visibility .5s;will-change:opacity,visibility}@media (max-width:767.98px){.scroll-slides-with-opacity-section__item{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.scroll-slides-with-opacity-section__item--active{opacity:1}.scroll-slides-with-opacity-section__item-content{position:relative;width:100%;height:100%}.scroll-slides-with-opacity-section__item-heading{position:relative;text-align:center;padding:25px 80px 0;z-index:10;min-height:200px;background:#000}@media (max-width:767.98px){.scroll-slides-with-opacity-section__item-heading{margin:0;padding:25px 15px 0}}.scroll-slides-with-opacity-section__item-heading>:nth-child(n+2){margin-top:25px}.scroll-slides-with-opacity-section__item-title{font:700 3rem/1 RazerF5,sans-serif;color:#44d62c}@media (max-width:767.98px){.scroll-slides-with-opacity-section__item-title{font-size:28px}}.scroll-slides-with-opacity-section__item-picture{position:sticky;width:auto;height:auto;left:0;bottom:0;right:0;top:0;margin:0 auto}.scroll-slides-with-opacity-section__item-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top center;object-position:top center}.scroll-slides-with-opacity-section__items-wrap--extended .scroll-slides-with-opacity-section__item-img{margin-top:60px;height:auto;-o-object-position:bottom center;object-position:bottom center}@media (max-width:767.98px){.scroll-slides-with-opacity-section__items-wrap--extended .scroll-slides-with-opacity-section__item-img{margin-top:40px}}.P1{background-color:#2c2c2c;color:#fff}.P1--recomended .P1__title{padding-top:20px}@media (max-width:575.98px){.P1--recomended .P1__title{font-size:1.8rem}}.P1--scroll .P1__inner{scrollbar-color:#44d62c #464646;scrollbar-width:thin}.P1--scroll .P1__inner::-webkit-scrollbar{width:8px;height:8px}@media (max-width:767.98px){.P1--scroll .P1__inner::-webkit-scrollbar{width:4px;height:4px}}.P1--scroll .P1__inner::-webkit-scrollbar-track{background:#464646}.P1--scroll .P1__inner::-webkit-scrollbar-thumb{background:#44d62c}@media (max-width:991.98px){.P1--scroll .P1__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;overflow-x:scroll}}@media (max-width:991.98px){.P1--scroll .P1__product{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:313px;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:575.98px){.P1--scroll .P1__product{width:85%}}@media (max-width:991.98px){.P1--scroll .P1__info{min-height:210px}}.P1__title{font-weight:700;text-align:center;text-transform:uppercase;color:#44d62c}.P1__banner{border-bottom:1px solid #44d62c;background-position:top;background-repeat:no-repeat;background-size:cover}@media (min-width:0) and (max-width:576px){.P1__banner--mobile{height:480px}.P1__banner--desktop,.P1__banner--tablet{display:none}}@media (min-width:576px) and (max-width:992px){.P1__banner--desktop,.P1__banner--mobile{display:none}.P1__banner--tablet{height:530px}}@media (min-width:992px){.P1__banner--mobile,.P1__banner--tablet{display:none}.P1__banner--desktop{height:700px}}.P1__banner-link{position:relative;max-width:1920px;display:block;margin:0 auto}.P1__banner-text{position:absolute;top:0;left:50%;width:100%;padding-top:4.0625rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:normal;text-align:center}.P1__banner-text:not(:has(.P1__banner)){position:relative;left:auto;-webkit-transform:none;-ms-transform:none;transform:none}@media (max-width:767.98px){.P1__banner-text{padding-top:2rem}}.P1__banner-text h3{font-size:1.75rem;font-weight:700;color:#fff}.P1__banner-text p{padding:.4375rem 0 1.25rem;font-size:1.125rem;color:#888}@media (min-width:1367px){.P1__banner-description{max-width:1200px;margin:0 auto}}.P1__banner-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}.P1__banner-action{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:300;color:#44d62c}.P1__banner-action button{font-weight:300}.P1__banner-action button:hover{text-decoration:none}.P1__banner-marker{display:inline-block;min-width:100px;padding:.25rem 1.25rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;line-height:19px;text-align:center;color:#000}.P1__inner{margin:0 auto;padding:20px 10px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-grid-columns:(minmax(0,1fr))[1];grid-template-columns:repeat(1,minmax(0,1fr))}@supports (display:grid){.P1__inner{display:-ms-grid;display:grid;gap:15px 20px;-ms-grid-column-span:1;grid-column:span 1}}@media (min-width:576px){.P1__inner{-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.P1__inner{-ms-grid-columns:(minmax(0,1fr))[3];grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1367px){.P1__inner{-ms-grid-columns:(minmax(0,1fr))[4];grid-template-columns:repeat(4,minmax(0,1fr))}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.P1__inner{display:-webkit-box;display:-ms-flexbox;display:flex}}.P1__product{border:1px solid #2c2c2c;color:#fff}@supports (display:flex){.P1__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.P1__product{display:block;padding:7.5px 10px;width:100%}}@media (-ms-high-contrast:none) and (min-width:768px),screen and (-ms-high-contrast:active){.P1__product{width:50%}}@media (-ms-high-contrast:none) and (min-width:992px),screen and (-ms-high-contrast:active){.P1__product{width:33.333%}}@media (-ms-high-contrast:none) and (min-width:1200px),screen and (-ms-high-contrast:active){.P1__product{width:25%}}.P1__info{padding:0 15px;border-bottom:1px solid #44d62c;white-space:normal;background-color:#111}@supports (display:flex){.P1__info{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;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.P1__info{position:relative;padding-bottom:4rem}}@media (-ms-high-contrast:none) and (min-width:992px),screen and (-ms-high-contrast:active){.P1__info{height:150px}}.P1__bg-image{position:relative;min-height:255px;background-color:#000}.P1__model-marker{position:relative;padding:.25rem 1.25rem .45rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-5px;margin-bottom:10px;text-align:center;font-size:.8rem;font-weight:700;color:#000;z-index:1}.P1__model-marker:last-of-type{margin-bottom:0}.P1__model-marker:first-child .P1__model-marker-triangle{display:block}.P1__model-marker .P1__model-marker-triangle{display:none}.P1__model-marker--sale-text-marker{background-color:#f8f337}.P1__model-marker--sale-text-marker:last-of-type{color:#fff;background-color:#6b489d}.P1__model-marker-triangle{width:0;height:0;position:absolute;left:0;bottom:-5px;border-style:solid;border-width:0 5px 5px 0;opacity:.3}.P1__marker-super-price{position:absolute;bottom:20px;right:25px;z-index:1}.P1__promotion-markers-wrapper{position:absolute;bottom:15px;left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1}.P1__promotion-marker{position:relative;width:80px;height:80px;z-index:1}.P1__promotion-marker:last-child{z-index:0}.P1__promotion-marker svg{width:100%;height:100%}.P1__promotion-marker img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.P1__shortcut{position:absolute;left:50%;max-width:100px;margin-top:1rem;margin-right:-50%;padding:.5rem 1.25rem;font-weight:700;font-size:.8rem;color:#000;text-align:center;text-transform:uppercase;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);background-color:#44d62c}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.P1__shortcut{font-weight:600}}.P1__shortcut--new{background-color:#28aadc}.P1__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;margin-top:10px}.P1__bg-link{position:absolute;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.P1__name{padding:1rem 0 0;font-size:18px;font-weight:300}.P1__name a{text-decoration:none;color:#fff}.P1__desc{padding-top:3.6px;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:400;font-size:12px;line-height:1.1rem;color:#888}.P1__price{font-size:18px;font-weight:400}.P1__price:after{content:"\20BD";margin-left:3px;font-weight:400}.P1__price--old{font-size:12px;text-decoration:line-through;color:#888}.P1__status-name{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:12px;font-weight:400;color:#888}.P1__status-name--green{color:#44d62c}.P1__button .btn[disabled]{pointer-events:none}.P1__buy{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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 0}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.P1__buy{position:absolute;top:100%;width:calc(100% - 30px);-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}}.P1--no-background{margin:30px 0 92px;background-color:rgba(0,0,0,0)}@media (max-width:767.98px){.P1--no-background{margin:20px 0 40px}}.promo-products-section-spacer{margin:30px auto 92px}.P1__show-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;color:#888;background:#181818;cursor:pointer}.G1[data-postfix-8xd36qdq7]{background-color:#000;position:relative}.G1__title[data-postfix-8xd36qdq7]{color:#44d62c;max-width:980px;margin:auto auto 30px;text-transform:uppercase;text-align:center}@media (max-width:991.98px){.G1__title[data-postfix-8xd36qdq7]{padding:0 15px}}.G1__items[data-postfix-8xd36qdq7]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:425px){.G1__items[data-postfix-8xd36qdq7]{display:block;overflow:hidden;position:relative}}.G1__items--mobile[data-postfix-8xd36qdq7]{padding-bottom:15px}.G1__item[data-postfix-8xd36qdq7]{width:25%;cursor:pointer;-webkit-transition:opacity .2s;transition:opacity .2s;margin:auto 0}.G1__item[data-postfix-8xd36qdq7]:hover{opacity:.9}@media (max-width:991.98px){.G1__item[data-postfix-8xd36qdq7]{width:50%}}@media (max-width:767.98px){.G1__item[data-postfix-8xd36qdq7]{width:100%}.G1__title[data-postfix-8xd36qdq7]{text-align:left}}@media screen and (max-width:425px){.G1__item[data-postfix-8xd36qdq7]{position:absolute;left:0;top:0;right:0}}.G1__item-image[data-postfix-8xd36qdq7]{display:block;width:100%}.G1__bg-modal-image{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-grid-column-align:center;justify-self:center;height:calc(100% - 100px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:10}.G1__modal[data-postfix-8xd36qdq7]{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:30;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.G1__modal--open[data-postfix-8xd36qdq7]{display:-webkit-box;display:-ms-flexbox;display:flex}.G1__modal-cloak[data-postfix-8xd36qdq7]{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8)}.G1__modal-close[data-postfix-8xd36qdq7]{top:-20px;width:16px;position:relative;opacity:.65;cursor:pointer}.G1__modal-close:hover[data-postfix-8xd36qdq7]{opacity:1}.G1__modal-loader[data-postfix-8xd36qdq7]{font-size:26px;color:#fff;z-index:1}.G1__modal-close[data-postfix-8xd36qdq7]:after,.G1__modal-close[data-postfix-8xd36qdq7]:before{content:"";display:block;height:4px;background-color:#fff;position:absolute;top:50%;left:0;right:0;margin-top:-3px;-webkit-transition:background-color .2s;transition:background-color .2s}.G1__modal-close[data-postfix-8xd36qdq7]:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.G1__modal-close[data-postfix-8xd36qdq7]:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.G1__modal-close[data-postfix-8xd36qdq7]:hover:after,.G1__modal-close[data-postfix-8xd36qdq7]:hover:before{background-color:#888}.G1__modal-image[data-postfix-8xd36qdq7]{max-width:100%;max-height:100%}.G1__modal-arrow[data-postfix-8xd36qdq7]{width:40px;height:40px;position:absolute;top:50%;margin-top:-20px;z-index:20;cursor:pointer;background-color:#2c2c2c;padding:6px;border-radius:45px;opacity:.5}.G1__modal-arrow[data-postfix-8xd36qdq7]:hover{opacity:1}.G1__modal-arrow[data-postfix-8xd36qdq7]:after,.G1__modal-arrow[data-postfix-8xd36qdq7]:before{content:"";display:block;height:1px;width:18px;background-color:#888;position:absolute;-webkit-transition:background-color .2s;transition:background-color .2s;left:57%;margin-left:-10px}.G1__modal-arrow[data-postfix-8xd36qdq7]:after:hover,.G1__modal-arrow[data-postfix-8xd36qdq7]:before:hover{background-color:#888}.G1__modal-arrow[data-postfix-8xd36qdq7]:before{top:14px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.G1__modal-arrow[data-postfix-8xd36qdq7]:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);bottom:14px}.G1__modal-arrow--next[data-postfix-8xd36qdq7]{right:40px}@media screen and (max-width:425px){.G1__modal-arrow--next[data-postfix-8xd36qdq7]{right:5px}}.G1__modal-arrow--prev[data-postfix-8xd36qdq7]{left:40px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:425px){.G1__modal-arrow--prev[data-postfix-8xd36qdq7]{left:5px}}.G1__pagination[data-postfix-8xd36qdq7]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;width:100%;padding:0 15px;margin-top:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}.G1__pagination-item[data-postfix-8xd36qdq7]{width:10px;height:10px;border-radius:50%;background-color:#fff;margin:3px}.G1__pagination-item--active[data-postfix-8xd36qdq7]{background-color:#44d62c}.modal--stay-please .modal__content{width:600px;padding:40px;background-color:#1f1f1f}@media (max-width:600px){.modal--stay-please .modal__content{padding:20px}}.modal--stay-please .modal__close-icon{fill:#44d62c}.stay-please__inner{padding-top:1rem}.stay-please__question{font-family:RazerF5,sans-serif;font-weight:300;font-size:1.5rem;line-height:1;text-align:center;color:#44d62c}@media (max-width:600px){.stay-please__question{font-size:20px}}.stay-please__question+.stay-please__question{margin-top:8px}.stay-please__buttons{padding:0 32px;margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media (max-width:600px){.stay-please__buttons{margin-top:24px;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:600px){.stay-please__continue{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.stay-please__return-to-cart{margin:1rem 0;color:#fff;border-bottom:1px dotted #fff;text-decoration:none;text-align:center}@media (max-width:600px){.stay-please__return-to-cart{margin:0}}.stay-please__return-to-cart:hover{color:#888;text-decoration:none}.C1{background-position:top;background-repeat:no-repeat;background-size:cover}@media (max-width:767.98px){.C1{background-image:none!important}}.C1--w-back .C1__inner{height:700px;padding:3rem 10px}@media (max-width:767.98px){.C1--w-back .C1__inner{padding:2rem 10px!important;height:auto}}.C1--w-back .C1__inner.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.C1--w-back .C1__inner.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.C1--w-back .C1__inner.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.C1--w-back .C1__inner.left,.C1--w-back .C1__inner.right{text-align:left}.C1--w-back .C1__inner.left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.C1--w-back .C1__inner.right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.C1--w-back .C1__inner.left.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.C1--w-back .C1__inner.right.top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.C1--w-back .C1__inner.left.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.C1--w-back .C1__inner.right.bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.C1--w-back .C1__inner.left.bottom,.C1--w-back .C1__inner.left.top,.C1--w-back .C1__inner.right.bottom,.C1--w-back .C1__inner.right.top{text-align:left;max-width:33%}@media (min-width:768px){.C1--w-back .C1__inner.bottom,.C1--w-back .C1__inner.top{text-align:center}}@media (max-width:767.98px){.C1--w-back .C1__content{max-width:100%!important}}.C1--w-back .C1__content.left,.C1--w-back .C1__content.right{max-width:33%}.C1--w-back .C1__content.center:not(.left):not(.right) .C1__text{margin:0 auto}.C1--w-back .C1__content.default{text-align:center}.C1--w-back .C1__bg-mobile{max-width:100%;position:relative}@media (min-width:768px){.C1--w-back .C1__bg-mobile{display:none!important;z-index:-1}}@media (max-width:767.98px){.C1--w-back .C1__bg-mobile{display:block!important}}.C1--gray-gradient-back{background-image:url(https://razer.syntes.io/landings/catalog/supported-games-bg.jpg);background-size:cover;background-position:top}.C1__inner{margin: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}@media (min-width:768px){.C1__inner{padding-top:40px;padding-bottom:40px}}@media (max-width:767.98px){.C1__inner{padding-top:20px;padding-bottom:20px}}.C1__header,.C1__text{text-align:center}.C1__header{margin-bottom:.5em;font-size:48px;font-weight:700;color:#44d62c;text-transform:uppercase}@media (max-width:767.98px){.C1__header{font-size:28px}}@media (max-width:575.98px){.C1__header{word-break:break-word;font-size:Min(8vw,28px)}}.C1__column .C1__header{text-align:unset}.C1__header--with-desc{margin-bottom:.5em}.C1__description{margin-bottom:1.5em}.C1__description ol,.C1__description p,.C1__description ul{margin-bottom:10px;color:#888;font-size:1.125em;line-height:1.5}.C1__description ol,.C1__description ul{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300}.C1__description a{text-decoration:none;color:#44d62c;-webkit-transition:color .25s;transition:color .25s}.C1__description a:hover{color:#0f0}.C1__description img{max-width:100%}.C1__subtitle{margin-top:1.5em;margin-bottom:1em;color:#fff;font-style:normal;font-weight:400;font-size:24px;line-height:1;text-transform:uppercase;text-align:center}.C1__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.5rem}@media (min-width:992px){.C1__columns{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}}@media (min-width:768px) and (max-width:991.98px){.C1__columns{gap:2rem}}@media (min-width:1921px){.C1__columns--1-col,.C1__columns--2-col{max-width:1200px;margin:0 auto}}.C1__columns--1-col .C1__column{-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width:992px){.C1__columns--2-col .C1__column{-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%}}@media (min-width:992px){.C1__columns--3-col .C1__column{-webkit-box-flex:0;-ms-flex:0 0 31%;flex:0 0 31%}}@media (min-width:992px){.C1__columns--4-col .C1__column{-webkit-box-flex:0;-ms-flex:0 0 23%;flex:0 0 23%}}@media (max-width:991.98px){.C1__columns--products{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:767.98px){.C1__columns--products{-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;row-gap:3rem}}@media (max-width:991.98px){.C1__columns--products .C1__column{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;text-align:center}}.C1__columns--steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:2%;-moz-column-gap:2%;column-gap:2%;row-gap:3rem}.C1__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}@media (min-width:768px) and (max-width:991.98px){.C1__column{-ms-flex-preferred-size:calc(50% - 1rem);flex-basis:calc(50% - 1rem)}}@media (max-width:767.98px){.C1__column{-ms-flex-preferred-size:100%;flex-basis:100%}}.C1__column h3{margin-bottom:.2em;font-family:RazerF5,sans-serif;font-weight:700;font-style:normal;font-size:24px;line-height:1;text-transform:uppercase;color:#44d62c}.C1__column p{font-style:normal;font-size:18px;line-height:1.45;color:#888}.C1__column--step{-ms-flex-item-align:start;align-self:flex-start}@media (min-width:992px){.C1__column--step{-ms-flex-preferred-size:25%;flex-basis:25%}}@media (min-width:768px) and (max-width:991.98px){.C1__column--step{-ms-flex-preferred-size:25%;flex-basis:25%}}@media (min-width:576px) and (max-width:767.98px){.C1__column--step{-ms-flex-preferred-size:40%;flex-basis:40%}}.C1__column--step .C1__column-icon{width:auto;height:auto}.C1__column--step .C1__column-icon img{width:auto;height:auto;-o-object-fit:unset;object-fit:unset}.C1__column--step h3{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:400;margin-bottom:.25em}.C1__column--logos-bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (min-width:768px){.C1__column--logos-left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left}}@media (min-width:768px){.C1__column--logos-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}}.C1__column-link,.C1__column-link p{color:#44d62c;text-decoration:none}.C1__column-link:hover p{text-decoration:underline}.C1__column-icon{width:98px;height:98px;margin:0 auto 1em;-ms-flex-negative:0;flex-shrink:0}.C1--w-back .C1__column-icon{width:84px;height:84px}.C1__column-icon img,.C1__column-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.C1__column-img{max-width:100%;max-height:100%;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:20%;flex-basis:20%;margin-bottom:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.C1__column--logos-bottom .C1__column-img{margin:1em 0 0}@media (min-width:768px){.C1__column--logos-left .C1__column-img{margin:0 1em 0 0}}@media (min-width:768px){.C1__column--logos-right .C1__column-img{margin:0 0 0 1em}}@media (min-width:400px){.C1__column-img:not(.C1__column-img--auto-size){width:330px;height:330px}}@media (min-width:768px){.C1__columns--1-col .C1__column-img{-ms-flex-preferred-size:auto;flex-basis:auto}}@media (max-width:767.98px){.C1__column-img{-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:.5em}.C1__column--logos-bottom .C1__column-img{margin-top:.5em}.C1__column--logos-left .C1__column-img{margin-right:.5em}.C1__column--logos-right .C1__column-img{margin-left:.5em}}.C1__column-img img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.C1__column-img--rounded{border-radius:100%;overflow:hidden}.C1__link{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:18px;margin-top:1.5em;color:#44d62c}.C1__btn-container,.C1__link{text-align:center}.C1__bg-mobile{max-width:100%;position:relative}@media (min-width:768px){.C1__bg-mobile{display:none!important;z-index:-1}}@media (max-width:767.98px){.C1__bg-mobile{display:block!important}}.T3{color:#888;padding:30px 0}.T3 .roboto{font-family:Roboto,Arial,Helvetica,sans-serif}.T3 .text-left{text-align:left}.T3 .normal-text{font-size:1.125rem!important;line-height:1.5em!important;font-weight:300!important}.T3 .text-white{color:#fff!important}.T3 .bg-black-pearl,.T3.bg-black-pearl{background-color:#111}.T3__items{margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.T3__item{max-width:400px;width:100%;padding:15px}@media (max-width:767.98px){.T3__item{max-width:480px}}.T3__item-image{width:100%;margin-bottom:5px}.T3__item-text{font-weight:400;color:#999;font-size:16px;line-height:18px}.T3__item-title{line-height:28px;font-size:24px}.T3__item-title,.T3__title{color:#44d62c;text-transform:uppercase;text-align:center}.T3__title{font-size:1.75rem;line-height:1.875rem;letter-spacing:.0625rem}@media (max-width:767.98px){.T3__title{padding-left:10px;padding-right:10px;text-align:left}}.T6{padding:5rem 0 4rem}@media (max-width:767.98px){.T6{padding:0}}.T6 .normal-size{font-size:1.125em!important}.T6 .medium-size{font-size:1.3125em!important}.T6 .standart-size{font-size:1em!important}.T6 .small-size{font-size:.875em!important}.T6 .text-white{color:#fff}.T6 .capitalize{text-transform:capitalize}.T6 .italic{font-style:italic}.T6 .bg-grey{background-color:#2c2c2c}.T6 .bg-grey-5{background-color:#0c0c0c}.T6__description{text-align:center;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300}.T6__main{margin:0 auto}.T6__content--description,.T6__content--title{line-height:1.5em}.AW-1{background-color:#0c0c0c}.AW-1 .grid-col-3 li{width:33.3333%}.AW-1__grid{margin:0 auto;padding-top:2rem;padding-bottom:2rem;text-align:center;list-style-type:none}@media (min-width:768px){.AW-1__grid{display:-webkit-box;display:-ms-flexbox;display:flex}}.AW-1__grid li{padding:0 10px;margin-bottom:20px}@media (min-width:768px){.AW-1__grid li{margin-bottom:0}}.AW-1__grid li:last-child{margin-bottom:0}.AW-1__grid img{height:120px;max-width:100%}@media (max-width:767.98px){.AW-1__grid img{margin:0 0 15px!important}}.AW-1__grid a,.AW-1__grid p{font-weight:300;font-size:16px;font-family:Roboto,Arial,Helvetica,sans-serif}.AW-1__grid a{color:#44d62c;text-decoration:none}.awards{padding-top:40px;background-color:#222}@media (max-width:767.98px){.awards{padding:30px 0}}.awards__container{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767.98px){.awards__container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:auto;scrollbar-width:none}.awards__container::-webkit-scrollbar{display:none}}.awards__container img{padding:10px 30px 40px}@media (max-width:767.98px){.awards__container img{padding-bottom:0;padding-top:0}}.awards__container--p-1 img{padding:10px 1rem 40px}.awards__container-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.awards__awards-item{text-decoration:none}@media (min-width:992px){.awards--md-row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.G7__inner{margin:0 auto;padding:0 10px}.G7__inner p{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;text-align:center}@media (max-width:767.98px){.G7__inner p{text-align:left}}.G7__title{color:#44d62c;text-align:center;text-transform:uppercase;padding:3rem 0}@media (max-width:767.98px){.G7__title{text-align:left;padding:2rem 0}}.G7__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:767.98px){.G7__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.G7__grid{display:block}}.G7__grid img{max-width:100%}.SW-1{background-color:#0f0f0f}.SW-1 hr{border:none;height:1px;max-width:980px;padding:0 10px;background-color:#222}.SW-1__wrap{margin:0 auto}@media (min-width:768px){.SW-1__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:50px;padding-bottom:50px}}.SW-1__text h2{font:300 18px/27px Roboto,Arial,Helvetica,sans-serif;text-transform:uppercase}@media (min-width:768px){.SW-1__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.SW-1__item:first-child h2{color:#6b489d}.SW-1__item:last-child h2{color:#c8323c}.SW-1__item:not(:first-child){padding-top:20px}@media (min-width:768px){.SW-1__item:not(:first-child){padding-top:0;padding-left:20px}}.SW-1__item p{font:300 16px/24px Roboto,Arial,Helvetica,sans-serif;color:#888}.SW-1__item img{display:block;margin:0 auto 10px;max-width:100%}@media (min-width:768px){.SW-1__item img{padding-right:20px}}.GF-1__grid{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:40px;padding-bottom:40px}.GF-1__grid hr{display:none}@media (min-width:992px){.GF-1__grid hr{display:block;width:100%;border:none;height:1px;background-color:#222;margin:40px 0}}.GF-1__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 20px 0;text-align:center}@media (min-width:768px){.GF-1__block{width:50%}.GF-1__block:first-child,.GF-1__block:nth-child(2){padding:0 20px}}@media (min-width:992px){.GF-1__block{width:33.3333%;padding:0 20px}}.GF-1__block:first-child{padding:0 20px}.GF-1__block h3{font:300 24px/30px RazerF5,sans-serif;color:#44d62c;margin:10px 0 5px}.GF-1__block p{font:300 16px/24px Roboto,Arial,Helvetica,sans-serif;color:#888}.T6{padding:2rem 0;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative}@media (max-width:991.98px){.T6{padding:15px 10px}}.T6 img{margin:10px auto;max-width:100%}.T6 .bg-gark-medium-grey,.T6.bg-gark-medium-grey{background-color:#222}.T6 .roboto{font-family:Roboto,Arial,Helvetica,sans-serif}.T6 .text-white{color:#fff!important}.T6 .standart-size{font-size:1rem}.T6__image-mobile{display:none}.T6__column{margin:20px 0;color:#fff;text-align:center;width:33.3333%}@media (max-width:575.98px){.T6__column{width:100%}}@media (max-width:767.98px){.T6__column{width:100%}}@media (max-width:991.98px){.T6__column{width:50%}}.T6__title{color:#44d62c;text-transform:uppercase;text-align:center;width:100%}.T6__content{margin: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;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:991.98px){.T6__content{-ms-flex-wrap:wrap;flex-wrap:wrap}}.T6__content--title{font-size:1.5rem;color:#44d62c;font-weight:300}.T6__content--description{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;color:#888}.T6__content--description,.T6__content--title{padding:0 15px;line-height:1.3em}.G1{background-repeat:no-repeat;background-size:cover;background-position:top}@media (max-width:767.98px){.G1{background-image:none!important;height:auto}}.G1 .text-white{color:#fff!important}.G1 .text-none{text-transform:none}.G1 .f-w400{font-weight:400}.G1 .f-w500{font-weight:500}.G1 .size-normal{font-size:18px}.G1 .pt-1{padding-top:1rem}.G1 .pt-2{padding-top:2rem}.G1 .pt-3{padding-top:3rem}.G1 .pb-1,.G1 .pb-2{padding-bottom:2rem}.G1 .pb-3{padding-bottom:3rem}.G1 .pv-3{padding:3rem 0}.G1 .h-80{min-height:80vh}.G1 .text-center{text-align:center}.G1 .bg-dark-medium-grey,.G1.bg-dark-medium-grey{background-color:#222!important}.G1 .cell-1,.G1 .cell-1-1,.G1 .cell-1-2,.G1 .cell-1-3,.G1 .cell-1-4,.G1 .cell-1-6,.G1 .cell-1-12,.G1 .cell-2-3,.G1 .cell-2-12,.G1 .cell-3-4,.G1 .cell-3-12,.G1 .cell-4-12,.G1 .cell-5-6,.G1 .cell-5-12,.G1 .cell-6-12,.G1 .cell-7-12,.G1 .cell-8-12,.G1 .cell-9-12,.G1 .cell-10-12,.G1 .cell-11-12,.G1 .cell-12-12{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.G1 .cell-1-12{width:8.3333%}.G1 .cell-1-6,.G1 .cell-2-12{width:16.6667%}.G1 .cell-1-4,.G1 .cell-3-12{width:25%}.G1 .cell-1-3,.G1 .cell-4-12{width:33.3333%}.G1 .cell-5-12{width:41.6667%}.G1 .cell-1-2,.G1 .cell-6-12{width:50%}.G1 .cell-7-12{width:58.3333%}.G1 .cell-2-3,.G1 .cell-8-12{width:66.6667%}.G1 .cell-3-4,.G1 .cell-9-12{width:75%}.G1 .cell-5-6,.G1 .cell-10-12{width:83.3333%}.G1 .cell-11-12{width:91.6667%}.G1 .cell-1,.G1 .cell-1-1,.G1 .cell-12-12{width:100%}@media screen and (min-width:35.5em){.G1 .cell-sm-1,.G1 .cell-sm-1-1,.G1 .cell-sm-1-2,.G1 .cell-sm-1-3,.G1 .cell-sm-1-4,.G1 .cell-sm-1-6,.G1 .cell-sm-1-12,.G1 .cell-sm-2-3,.G1 .cell-sm-2-12,.G1 .cell-sm-3-4,.G1 .cell-sm-3-12,.G1 .cell-sm-4-12,.G1 .cell-sm-5-6,.G1 .cell-sm-5-12,.G1 .cell-sm-6-12,.G1 .cell-sm-7-12,.G1 .cell-sm-8-12,.G1 .cell-sm-9-12,.G1 .cell-sm-10-12,.G1 .cell-sm-11-12,.G1 .cell-sm-12-12{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.G1 .cell-sm-1-12{width:8.3333%}.G1 .cell-sm-1-6,.G1 .cell-sm-2-12{width:16.6667%}.G1 .cell-sm-1-4,.G1 .cell-sm-3-12{width:25%}.G1 .cell-sm-1-3,.G1 .cell-sm-4-12{width:33.3333%}.G1 .cell-sm-5-12{width:41.6667%}.G1 .cell-sm-1-2,.G1 .cell-sm-6-12{width:50%}.G1 .cell-sm-7-12{width:58.3333%}.G1 .cell-sm-2-3,.G1 .cell-sm-8-12{width:66.6667%}.G1 .cell-sm-3-4,.G1 .cell-sm-9-12{width:75%}.G1 .cell-sm-5-6,.G1 .cell-sm-10-12{width:83.3333%}.G1 .cell-sm-11-12{width:91.6667%}.G1 .cell-sm-1,.G1 .cell-sm-1-1,.G1 .cell-sm-12-12{width:100%}}@media screen and (min-width:48em){.G1 .cell-md-1,.G1 .cell-md-1-1,.G1 .cell-md-1-2,.G1 .cell-md-1-3,.G1 .cell-md-1-4,.G1 .cell-md-1-6,.G1 .cell-md-1-12,.G1 .cell-md-2-3,.G1 .cell-md-2-12,.G1 .cell-md-3-4,.G1 .cell-md-3-12,.G1 .cell-md-4-12,.G1 .cell-md-5-6,.G1 .cell-md-5-12,.G1 .cell-md-6-12,.G1 .cell-md-7-12,.G1 .cell-md-8-12,.G1 .cell-md-9-12,.G1 .cell-md-10-12,.G1 .cell-md-11-12,.G1 .cell-md-12-12{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.G1 .cell-md-1-12{width:8.3333%}.G1 .cell-md-1-6,.G1 .cell-md-2-12{width:16.6667%}.G1 .cell-md-1-4,.G1 .cell-md-3-12{width:25%}.G1 .cell-md-1-3,.G1 .cell-md-4-12{width:33.3333%}.G1 .cell-md-5-12{width:41.6667%}.G1 .cell-md-1-2,.G1 .cell-md-6-12{width:50%}.G1 .cell-md-7-12{width:58.3333%}.G1 .cell-md-2-3,.G1 .cell-md-8-12{width:66.6667%}.G1 .cell-md-3-4,.G1 .cell-md-9-12{width:75%}.G1 .cell-md-5-6,.G1 .cell-md-10-12{width:83.3333%}.G1 .cell-md-11-12{width:91.6667%}.G1 .cell-md-1,.G1 .cell-md-1-1,.G1 .cell-md-12-12{width:100%}}@media screen and (min-width:64em){.G1 .cell-lg-1,.G1 .cell-lg-1-1,.G1 .cell-lg-1-2,.G1 .cell-lg-1-3,.G1 .cell-lg-1-4,.G1 .cell-lg-1-6,.G1 .cell-lg-1-12,.G1 .cell-lg-2-3,.G1 .cell-lg-2-12,.G1 .cell-lg-3-4,.G1 .cell-lg-3-12,.G1 .cell-lg-4-12,.G1 .cell-lg-5-6,.G1 .cell-lg-5-12,.G1 .cell-lg-6-12,.G1 .cell-lg-7-12,.G1 .cell-lg-8-12,.G1 .cell-lg-9-12,.G1 .cell-lg-10-12,.G1 .cell-lg-11-12,.G1 .cell-lg-12-12{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.G1 .cell-lg-1-12{width:8.3333%}.G1 .cell-lg-1-6,.G1 .cell-lg-2-12{width:16.6667%}.G1 .cell-lg-1-4,.G1 .cell-lg-3-12{width:25%}.G1 .cell-lg-1-3,.G1 .cell-lg-4-12{width:33.3333%}.G1 .cell-lg-5-12{width:41.6667%}.G1 .cell-lg-1-2,.G1 .cell-lg-6-12{width:50%}.G1 .cell-lg-7-12{width:58.3333%}.G1 .cell-lg-2-3,.G1 .cell-lg-8-12{width:66.6667%}.G1 .cell-lg-3-4,.G1 .cell-lg-9-12{width:75%}.G1 .cell-lg-5-6,.G1 .cell-lg-10-12{width:83.3333%}.G1 .cell-lg-11-12{width:91.6667%}.G1 .cell-lg-1,.G1 .cell-lg-1-1,.G1 .cell-lg-12-12{width:100%}}@media screen and (min-width:80em){.G1 .cell-xl-1,.G1 .cell-xl-1-1,.G1 .cell-xl-1-2,.G1 .cell-xl-1-3,.G1 .cell-xl-1-4,.G1 .cell-xl-1-6,.G1 .cell-xl-1-12,.G1 .cell-xl-2-3,.G1 .cell-xl-2-12,.G1 .cell-xl-3-4,.G1 .cell-xl-3-12,.G1 .cell-xl-4-12,.G1 .cell-xl-5-6,.G1 .cell-xl-5-12,.G1 .cell-xl-6-12,.G1 .cell-xl-7-12,.G1 .cell-xl-8-12,.G1 .cell-xl-9-12,.G1 .cell-xl-10-12,.G1 .cell-xl-11-12,.G1 .cell-xl-12-12{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.G1 .cell-xl-1-12{width:8.3333%}.G1 .cell-xl-1-6,.G1 .cell-xl-2-12{width:16.6667%}.G1 .cell-xl-1-4,.G1 .cell-xl-3-12{width:25%}.G1 .cell-xl-1-3,.G1 .cell-xl-4-12{width:33.3333%}.G1 .cell-xl-5-12{width:41.6667%}.G1 .cell-xl-1-2,.G1 .cell-xl-6-12{width:50%}.G1 .cell-xl-7-12{width:58.3333%}.G1 .cell-xl-2-3,.G1 .cell-xl-8-12{width:66.6667%}.G1 .cell-xl-3-4,.G1 .cell-xl-9-12{width:75%}.G1 .cell-xl-5-6,.G1 .cell-xl-10-12{width:83.3333%}.G1 .cell-xl-11-12{width:91.6667%}.G1 .cell-xl-1,.G1 .cell-xl-1-1,.G1 .cell-xl-12-12{width:100%}}.G1__content{margin:0 auto;padding:0 10px}.G1__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:distribute;justify-content:space-around}.G1__cell{padding:2rem 15px 0}.G1__image{display:block;margin:0 auto;max-width:100%}.G1__title{color:#44d62c;text-transform:uppercase}@media (min-width:768px){.G1__title{color:#44d62c;text-align:center}}.G1__subtitle{font-size:1.5rem;line-height:1em;margin-bottom:.5em;color:#44d62c;text-transform:uppercase;text-align:center}.G1__description{color:#888;text-align:center;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300}@media (min-width:768px){.G1__bg-mobile{display:none}}.C1--animated .lazyload-styled{display:none}.C1--animated .C1__inner{max-width:1140px}.C1--animated .C1__columns{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px}.C1--animated .C1__column{display:inline-block;position:relative;overflow:hidden;-webkit-transition:all .4s linear;transition:all .4s linear;min-height:600px;z-index:1;-ms-flex-negative:1;flex-shrink:1}.C1--animated .C1__columns--1-col .C1__column{-ms-flex-preferred-size:65%;flex-basis:65%}.C1--animated .C1__columns--2-col .C1__column--hovered{-ms-flex-preferred-size:55%;flex-basis:55%}.C1--animated .C1__columns--3-col .C1__column--hovered{-ms-flex-preferred-size:37%;flex-basis:37%}.C1--animated .C1__columns--4-col .C1__column--hovered{-ms-flex-preferred-size:29%;flex-basis:29%}.C1--animated .C1__column-icon,.C1--animated .C1__column-img{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-position:50% 0;height:100%;width:100%;background-repeat:no-repeat}.C1--animated .C1__column-overlay--animated{z-index:2;position:absolute;bottom:0;left:0;right:0;top:0;background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.8)),color-stop(rgba(0,0,0,.6)),color-stop(rgba(0,0,0,.35)),color-stop(rgba(0,0,0,.15)),to(rgba(0,0,0,0)));background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.6),rgba(0,0,0,.35),rgba(0,0,0,.15),rgba(0,0,0,0));opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.C1--animated .C1__column-text{text-align:start;position:absolute;bottom:0;left:2rem;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.C1--animated .C1__columns--1-col .C1__column-text{width:480px}.C1--animated .C1__columns--2-col .C1__column-text{width:380px}.C1--animated .C1__columns--3-col .C1__column-text{width:320px}.C1--animated .C1__columns--4-col .C1__column-text{width:280px}.C1--animated .C1__header{margin-bottom:1rem!important}.C1--animated .C1__description{max-height:0;overflow:hidden;-webkit-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out;will-change:opacity,transform}.C1--animated .C1__column:hover .C1__description{max-height:900px}.C1--animated .C1__column:hover .C1__column-overlay--animated{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}@media (min-width:1921px){.C1--animated .C1__columns--1-col,.C1--animated .C1__columns--2-col{margin:0}}@media (max-width:991.98px){.C1--animated .C1__columns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.C1--animated .C1__column{width:100%}}.multiple-forms__description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:767.98px){.multiple-forms__description{margin:20px 0 0}}@media (max-width:1366.98px){.C1--animated-content .C1__inner{max-width:none}}.C1--animated-content .C1__columns{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:15px;margin:0 auto}@media (max-width:991.98px){.C1--animated-content .C1__columns{gap:15px}}.C1--animated-content .C1__columns.C1__columns--3-col{max-width:1200px}.C1--animated-content .C1__columns.C1__columns--2-col{max-width:750px}.C1--animated-content .C1__columns.C1__columns--1-col{max-width:350px}.C1__column--has-animated-content{padding:1rem;border-radius:10px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;position:relative;overflow:hidden}@media (max-width:991.98px){.C1__column--has-animated-content{margin:0!important}}.C1__column--has-animated-content .C1__column-text{padding:2.5rem 1.5rem 0}@media (max-width:767.98px){.C1__column--has-animated-content .C1__column-text{padding:2.5rem 1.5rem 0}}.C1__column--has-animated-content .C1__column-buttons{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem}.C1__column--has-animated-content .C1__column-buttons a{max-width:150px;max-height:36px}.C1__column--has-animated-content .C1__column--animated-buttons{opacity:0;-webkit-transition:opacity .2s linear;transition:opacity .2s linear;position:absolute;left:0;bottom:40px;z-index:3;background:none;padding:0 2.5rem}@media (max-width:767.98px){.C1__column--has-animated-content .C1__column--animated-buttons{opacity:1}}.C1__column--has-animated-content .C1__column--animated-buttons .C1__button{-webkit-box-flex:1;-ms-flex:1;flex:1}.C1__column--has-animated-content .C1__column-img{position:relative;min-height:300px}@media (max-width:1199.98px){.C1__column--has-animated-content .C1__column-img{min-height:250px}}@media (max-width:575.98px){.C1__column--has-animated-content .C1__column-img{min-height:200px}}.C1__column--has-animated-content .C1__column-img img{-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear, -webkit-transform .2s linear;-webkit-transform:translateY(45px);-ms-transform:translateY(45px);transform:translateY(45px);position:absolute}.C1__column--has-animated-content .C1__column-img .lazyload--loaded{bottom:0}.C1__column--has-animated-content .C1__column-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.C1__column--has-animated-content .C1__column-markers{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:25px}.C1__column--has-animated-content .C1__column-markers .C1__column-marker{padding:2px 8px;min-width:80px;margin-bottom:1em;margin-top:-12px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;text-transform:uppercase;color:#0c0c0c;font-weight:700;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.C1__column--hovered.C1__column--has-animated-content .C1__column--animated-buttons{opacity:1!important;background:none}.C1__column--hovered.C1__column--has-animated-content .C1__column-img img{-webkit-transform:translateY(35px)!important;-ms-transform:translateY(35px)!important;transform:translateY(35px)!important}@media (max-width:575.98px){.C1__column--hovered.C1__column--has-animated-content .C1__column-img img{-webkit-transform:translateY(25px)!important;-ms-transform:translateY(25px)!important;transform:translateY(25px)!important}}.C1__column--hovered.C1__column--has-animated-content .C1__column-background{background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),color-stop(50%, rgba(0,0,0,0)));background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0) 50%)}@media (max-width:767.98px){.C1__column--hovered.C1__column--has-animated-content .C1__column-background{background:rgba(0,0,0,0)}}.C1__column--reversed-card{padding:36px 12px 0;border-radius:12px}.C1__column .video-bg-section__video-wrap{margin-bottom:12px}.product-series-filter{background:#2c2c2c}.product-series-filter-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:40px 10px 10px;margin:0 auto}.product-series-filter-header__title{color:#44d62c;text-transform:uppercase;margin-bottom:30px;margin-right:30px}.product-series-filter-header__select{margin-bottom:30px}.product-series-filter-content{overflow-y:hidden;width:auto}.product-series-filter-content .P1__inner{position:relative}.product-series-filter-content--opened{max-height:none!important}.product-series-filter-more{height:25px;padding-left:10px;padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;text-align:center;font-family:RazerF5,sans-serif;font-size:18px;color:#888;background:#181818}.product-series-filter-more--hidden{display:none!important}.product-series-filter-more__title{position:relative;padding-right:20px}.product-series-filter-more__title:after{content:"";position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;width:5px;height:5px;border:solid #888;border-width:0 0 2px 2px;display:inline-block}.product-series-filter-more__title--active .product-series-filter-more__title:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.product--hidden{display:none!important}@media (max-width:575.98px){.product-series-filter-header{display:block}.product-series-filter-header__title{margin-right:0}.product-series-filter-header__select{display:block}.product-series-filter-select{width:100%}}.K3 a{text-decoration:none}.K3 li,.K3 p{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;color:#888}.K3 li{font-size:1.125rem;line-height:24px}.K3__container{margin:0 auto;padding:5rem 10px}@media (max-width:767.98px){.K3__container{padding:15px 10px}}.K3__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-top:.0625rem solid #2c2c2c;padding:1.5625rem 0}.K3__products .K3__row:first-child{border-top:0}.K3__more-info{display:none}.K3__description{text-align:center}@media (max-width:991.98px){.K3__description{padding:0 10px}}@media (max-width:767.98px){.K3__description{text-align:left}}.K3__open{padding:1.125rem 0;display:block;text-align:center;font:1.125rem Roboto,Arial,Helvetica,sans-serif;color:#44d62c!important;text-decoration:none;cursor:pointer}.K3__open:after{content:" >"}.K3__cell{width:50%;padding:0 .625rem 1.25rem}.K3__cell img{max-width:100%}.K3__cell--divider{border-right:.0625rem solid #2c2c2c}.K3__cell--main,.K3__title{text-align:center}.K3__title{padding:1.5625rem 10px}@media (max-width:767.98px){.K3__title{text-align:left}}h2.K3__title{text-align:center}h2.K3__title,h3.K3__title{color:#44d62c;text-transform:uppercase}h3.K3__title{font-size:1.5rem;line-height:1.75rem}.K3__link,.K3__title-product{color:#44d62c}.K3__link{text-decoration:none}.K3__link:visited{color:#44d62c}.K3__cell--buy{text-align:center}.K3__price{font:1.5rem/1.75rem RazerF5,sans-serif;color:#44d62c;padding-bottom:1.25rem;font-weight:300}.K3__list{padding-left:1em}.K5{background-color:#000;padding:2rem 0 0}.K5 p{font:300 1.125rem/1.5em Roboto,Arial,Helvetica,sans-serif}.K5 h3{font-size:1.5rem;line-height:1.75rem;color:#fff!important;width:100%;text-transform:uppercase}.K5 h3,.K5 li,.K5 ul{padding:0 10px}.K5 li{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;color:#888;line-height:24px}.K5 .syntes-btn-add-to-cart{text-align:center}@media (max-width:767.98px){.K5--outer-back{background-image:none!important}}.K5__inner{margin: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;-ms-flex-pack:distribute;justify-content:space-around;position:relative;padding-bottom:4rem}@media (max-width:575.98px){.K5__inner{overflow-x:scroll;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.K5--outer-back .K5__inner{-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:576px){.K5--outer-back .K5__inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:575.98px){.K5--outer-back .K5__inner{overflow-x:unset}}.K5__open{padding:1.125rem 0;display:block;text-align:center;font:1.125rem Roboto,Arial,Helvetica,sans-serif;color:#44d62c!important;position:absolute;top:340px;cursor:pointer}.K5--outer-back .K5__open{position:relative;top:auto}@media (max-width:575.98px){.K5__open{top:auto;bottom:0;width:100vw}}.K5__open:after{content:" >"}.K5__title{color:#44d62c;text-transform:uppercase;text-align:center;margin-top:2rem}.K5__text{padding:0 10px;text-align:center}@media (max-width:767.98px){.K5__text{text-align:left}}.K5__bg-promo{height:250px;background-size:contain;background-repeat:no-repeat;background-position:50%;max-width:100%}.K5__promo{display:block;margin:0 auto;max-height:300px;max-width:100%}.K5__name{display:block;text-align:center;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;color:#888;margin-bottom:2rem}.K5__cols{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}@media (max-width:575.98px){.K5__cols{overflow-x:scroll;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.K5__column--2{width:50%}@media (max-width:575.98px){.K5--outer-back .K5__column--2{min-width:70vw}}.K5__column--3{width:33.33333%}@media (max-width:575.98px){.K5__column--3{min-width:45vw}}.K5__block-list{display:none}.K5--outer-back .K5__block-list{display:block}.K5__block-list:last-child ul{border-right:0}.K5__list>ul{border-right:1px solid #888;border-top:1px solid #888;padding:20px 20px 0}.K5__list_2 h3,.K5__list_3 h3{visibility:hidden}.K5__column .K5__list{margin-top:4rem}.K5__mobile-bg{display:none;width:100%}@media (max-width:767.98px){.K5__mobile-bg{display:block}}.K5__bg-desktop{background-size:cover;background-position:top}@media (max-width:767.98px){.K5__bg-desktop{display:none}}.K5__button{display:block;width:140px;margin:0 auto;font-size:14px;text-align:center;text-transform:uppercase;text-decoration:none;padding:10px 15px}html{--header-height:51px;--buy-panel-height:79px}@media (max-width:991.98px){html{--buy-panel-height:64px}}html,html body{height:100%}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:RazerF5,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#888}body a{color:#888}body a,body a:hover{text-decoration:none}main{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.bottom_block{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.R1{position:relative;background-color:#1f1f1f}.R1 span{color:#888;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;overflow:hidden;margin-top:1rem;font-size:18px;line-height:1.5rem}.R1 iframe{display:none}.R1__inner{padding-top:3rem;padding-bottom:3rem;margin:0 auto}.R1__title{margin-bottom:.5em;font-size:48px;font-weight:700;line-height:1.2;color:#44d62c;text-transform:uppercase;text-align:center}@media (max-width:767.98px){.R1__title{font-size:28px}}@media (max-width:575.98px){.R1__title{word-break:break-word;font-size:Min(8vw,28px)}}.R1 p,.R1__desc{color:#888;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;font-size:18px;line-height:1.5rem;text-align:center}.R1 p iframe,.R1 p img,.R1__desc iframe,.R1__desc img{display:none}.R1 p a,.R1__desc a{text-decoration:none;color:#44d62c;-webkit-transition:color .25s;transition:color .25s}.R1 p a:hover,.R1__desc a:hover{color:#44d62c}.D1{background-color:#2c2c2c;position:relative;background-size:cover;background-position:top;background-repeat:no-repeat}.D1 p{font-size:1.125em;line-height:1.5em;font-weight:400}.D1 h1{font-size:2.25rem;line-height:2.25rem}.D1 h1,.D1 h2{letter-spacing:.0625rem}.D1 h2{font-size:1.75rem}.D1 h3,.D1 h4{font-size:1.125rem;line-height:1.25rem}.D1 .bg-green,.D1.bg-green{background-color:#44d62c!important}.D1 .bg-black,.D1.bg-black{background-color:#000!important}.D1 .text-black{color:#000!important}.D1 .text-white{color:#fff!important}.D1 .size1-75rem{font-size:1.75rem!important}.D1 .font-500{font-weight:500}@media (min-width:768px){.D1 .pt1{padding-top:1rem}.D1 .pt2{padding-top:2rem}.D1 .pt3{padding-top:3rem}.D1 .pt4{padding-top:4rem}.D1 .py-sm-2{padding:2rem 0}.D1 .py-sm-3{padding:3rem 0}.D1 .py-sm-5{padding:5rem 0}}.D1__bg-desktop{max-width:100%}.D1__inner{padding-top:3rem;padding-bottom:3rem;margin:0 auto}.D1__content{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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.D1__text h2{margin-bottom:.5em;font-size:48px;font-weight:700;color:#44d62c;text-transform:uppercase}@media (max-width:767.98px){.D1__text h2{font-size:28px}}@media (max-width:575.98px){.D1__text h2{word-break:break-word;font-size:Min(8vw,28px)}}.D1__text p{color:#888;font-weight:300;font-family:Roboto,Arial,Helvetica,sans-serif}.D1__block-images{margin-top:1rem}.D1__block-images a{text-decoration:none}@media (min-width:768px){.D1__block-images a{padding:0 1rem}}.D1__block-images img{max-width:100%}.C6{padding:25px 0;text-align:center;background-color:#111}.C6--smaller .C6__container{max-width:800px}.C6__title{margin-bottom:10px;font-size:40px;font-weight:700;line-height:1;letter-spacing:.0625rem;text-transform:uppercase;color:#44d62c}.C6--smaller .C6__title{font-size:32px}@media (max-width:767.98px){.C6__title{font-size:1.75rem;line-height:1.875rem}.C6--smaller .C6__title{font-size:1.5rem}}.C6__title:last-child{margin-bottom:0}.C6__title span{color:#fff}.C6__subtitle{margin-bottom:10px;font-size:24px;font-weight:600;line-height:1;letter-spacing:.0625rem;text-transform:uppercase;color:#44d62c}@media (max-width:767.98px){.C6__subtitle{font-size:20px}}.C6__desc{margin:0 auto 10px}@media (max-width:991.98px){.C6__desc{padding:0 10px;max-width:600px}}.C6__desc,.C6__desc p{font-size:18px;line-height:1.75;color:#888}.C6--smaller .C6__desc,.C6--smaller .C6__desc p{line-height:1.4}@media (max-width:767.98px){.C6__desc,.C6__desc p{font-size:16px}}.N1-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.N1,.N1-wrap{min-height:44px}.N1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:0 auto;padding:20px 0;overflow-x:auto;white-space:nowrap;background-color:#111;scrollbar-color:#44d62c #464646;scrollbar-width:thin}.N1::-webkit-scrollbar{width:8px;height:8px}@media (max-width:767.98px){.N1::-webkit-scrollbar{width:4px;height:4px}}.N1::-webkit-scrollbar-track{background:#464646}.N1::-webkit-scrollbar-thumb{background:#44d62c}@media (max-width:1366.98px){.N1{padding:10px 0}}.N1--fixed{position:fixed;top:var(--header-height,0);left:0;right:0;z-index:10}.N1--current .N1__subcategory-name{color:#44d62c!important;text-decoration:underline;cursor:default}.N1-menu{margin:0 auto;padding:0 5px;list-style:none}.N1__item{list-style-type:none;text-align:left;margin:0 10px;display:inline-block}.N1__link{text-decoration:none}.N1__icon{width:33px;margin:0 auto}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.N1__icon svg{height:40px}}.N1__icon--hover{display:none}.N1__subcategory-name{display:block;color:#888;font-weight:400;text-align:center;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.N1__link.N1__link--active svg :not(.no-fill),.N1__link:hover svg :not(.no-fill){fill:#44d62c}.N1__link.N1__link--active .N1__subcategory-name,.N1__link:hover .N1__subcategory-name{color:#44d62c}@media (max-width:991.98px){.N1__link:hover svg :not(.no-fill){fill:#888}.N1__link:hover .N1__subcategory-name{color:#888}.N1__link.N1__link--active svg :not(.no-fill){fill:#44d62c}.N1__link.N1__link--active .N1__subcategory-name{color:#44d62c}}.N1__link svg :not(.no-fill){-webkit-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}.N1__switch--rotate{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.N1__open-menu{margin-top:10px;text-align:left;margin-left:10px;cursor:pointer}@media (max-width:991.98px){.P1{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.P1--recomended{padding-top:20px!important}}.header-top-container{position:relative;z-index:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:13px;padding-bottom:13px;color:#888}@media (max-width:991.98px){.header-top-container{display:none}}.header-top-container__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:575.98px){.header-top-container__item--location{display:block}}.header-top-container__phone{display:block;margin-right:18px;font-size:13px;line-height:1;font-weight:600;color:hsla(0,0%,78.8%,.6)}@media (max-width:575.98px){.header-top-container__phone{margin-bottom:10px}}html{overflow-y:inherit!important}.top-menu{position:absolute;left:0;right:0;bottom:0;z-index:30;line-height:16px;background-color:#fff;color:#000}@media (max-width:991.98px){.top-menu{bottom:var(--header-height,0)}}.top-menu--fixed .top-menu{position:fixed;top:0;bottom:auto;left:0;right:0}.top-menu__shadow{position:fixed;top:0;bottom:0;left:0;right:0;opacity:0;visibility:hidden;background-color:rgba(34,34,34,.6);-webkit-transition:opacity .25s;transition:opacity .25s}@media (max-width:991.98px){.main-menu-sub-open .top-menu__shadow{top:112px}}.top-menu--cloak .top-menu__shadow{opacity:1;visibility:visible}.top-menu__inner{margin:auto;position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:var(--header-height,0)}.top-menu__inner-group{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex}.top-menu__menu-icon{margin-right:24px;position:relative;width:16px;height:12px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:opacity .15s,height .15s;transition:opacity .15s,height .15s}@media (min-width:992px){.top-menu__menu-icon{display:none}}@media (max-width:359.98px){.top-menu__menu-icon{margin-right:10px}}.top-menu__menu-icon .bar{width:100%;height:1.6px;margin-bottom:4px;opacity:1;background-color:#888}.top-menu__menu-icon .bar:first-of-type{-webkit-transform:translateY(0) rotate(0);-ms-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);-webkit-transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,transform .15s;transition:opacity .15s,transform .15s,-webkit-transform .15s}.top-menu__menu-icon .bar:nth-of-type(2){opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.top-menu__menu-icon .bar:nth-of-type(3){margin-bottom:0;-webkit-transform:translateY(0) rotate(0);-ms-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);-webkit-transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,transform .15s;transition:opacity .15s,transform .15s,-webkit-transform .15s}.top-menu__menu-icon.open .bar:first-of-type{-webkit-transform:translateY(5px) translateX(-1px) rotate(45deg);-ms-transform:translateY(5px) translateX(-1px) rotate(45deg);transform:translateY(5px) translateX(-1px) rotate(45deg)}.top-menu__menu-icon.open .bar:nth-of-type(2){opacity:0}.top-menu__menu-icon.open .bar:nth-of-type(3){-webkit-transform:translateY(-6px) translateX(-1px) rotate(-45deg);-ms-transform:translateY(-6px) translateX(-1px) rotate(-45deg);transform:translateY(-6px) translateX(-1px) rotate(-45deg)}.top-menu__menu-icon.loading{height:16px;background-color:#d5d5d5;-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.top-menu__menu-icon.loading .bar{opacity:0}.top-menu__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-flex-negative:0;flex-shrink:0;margin-right:16px;font-weight:400;font-size:16px;line-height:1;text-transform:uppercase;color:#000}@media (max-width:1199.98px){.top-menu__logo{max-width:170px}}@media (max-width:991.98px){.top-menu__logo{line-height:.85;margin-right:auto}.top-menu__logo p{font-weight:400}}@media (max-width:379.98px){.top-menu__logo{-ms-flex-negative:1;flex-shrink:1;font-size:14px}}.top-menu__logo:hover{color:#44d62c}.top-menu__logo--no-clickability{pointer-events:none}.top-menu__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-menu__items--icons>*{margin-right:16px}@media (max-width:991.98px){.top-menu__items--icons>*{margin-right:20px}}@media (max-width:379.98px){.top-menu__items--icons>*{margin-right:10px}}.top-menu__items--icons>:last-child{margin-right:0}.top-menu__items--language .top-menu__li--root{color:#888;text-transform:uppercase;padding:0 10px;cursor:pointer;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;font-weight:500;font-size:16px}@media (max-width:767.98px){.top-menu__items--language .top-menu__li--root{padding:0;display:block}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.top-menu__items--language .top-menu__li--root{position:relative}}.top-menu__items--language .top-menu__li--root:hover,.top-menu__items--language .top-menu__li--root:hover .top-menu__link--root{color:#fff}.top-menu__items--language .top-menu__ul--level-1{position:absolute;top:50px;left:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#000;width:320px;-webkit-transform:translate(-14px);-ms-transform:translate(-14px);transform:translate(-14px)}@media (max-width:767.98px){.top-menu__items--language .top-menu__ul--level-1{background-color:#2c2c2c;position:fixed;top:176px;width:100%;height:100%;text-align:left;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);left:0;right:0;visibility:visible}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.top-menu__items--language .top-menu__ul--level-1{left:0}.top-menu__items--language .top-menu__ul--level-1>.top-menu__li>.top-menu__link{padding:5px 15px}}.top-menu__items--language .top-menu__ul--level-1>.top-menu__li{position:relative}.top-menu__items--language .top-menu__ul--level-1>.top-menu__li>.top-menu__link{color:#888;text-decoration:none;font-size:14px;padding:10px;display:block}.top-menu__items--language .top-menu__ul--level-1>.top-menu__li>.top-menu__link:hover{color:#fff;background-color:#2c2c2c}.top-menu__items--language .top-menu__ul--child{right:0;width:200px}@media (max-width:767.98px){.top-menu__items--language .top-menu__ul--child{position:absolute;top:50px}}@media (max-width:767.98px){.top-menu__items--language .top-menu__li--language{display:-webkit-box;display:-ms-flexbox;display:flex}}.top-menu__search{position:absolute;left:110px;right:0;top:0;bottom:0;z-index:3;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all .1s;transition:all .1s;opacity:0;visibility:hidden}@media (max-width:767.98px){.top-menu__search{left:0}}.top-menu__search .search-form-container{background-color:#2c2c2c}.top-menu__search--open{opacity:1;visibility:visible}.top-menu__icon{width:50px;height:50px;margin:0 auto}@media (min-width:768px){.top-menu__icon{display:none}}@media (max-width:480px){.top-menu__icon{width:40px;height:40px}}.top-menu__icon svg{width:100%;height:100%}.top-menu__icon svg *{fill:#888}.top-menu__search-close{position:absolute;right:0;top:50%;width:40px;height:40px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer}.top-menu__search-close:after,.top-menu__search-close:before{content:"";position:absolute;left:50%;top:50%;width:25px;border-top:1px solid #888;-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.top-menu__search-close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.top-menu__item-dropdown{visibility:hidden;opacity:0;z-index:-1;position:absolute;top:35px;right:0;background-color:#fff;width:285px;color:#000;padding:5px 10px;font-size:16px;font-family:Roboto,Arial,Helvetica,sans-serif}@media (max-width:767.98px){.top-menu__item-dropdown{right:0;left:0;width:auto;padding:10px;border-bottom:1px solid #2c2c2c}}.top-menu__item-dropdown small{font-size:13px}.top-menu__item-dropdown a{color:#44d62c;text-decoration:none}.top-menu__item-dropdown .top-menu__phone a{color:#44d62c}.top-menu__dropdown-close{width:15px;position:absolute;top:10px;right:15px;fill:#000}.top-menu__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media (max-width:767.98px){.top-menu__item{position:static}}.top-menu__item:before{content:"";display:block;width:21px;height:21px;background-repeat:no-repeat;background-size:contain;-webkit-transition:all .1s;transition:all .1s}.top-menu__item:hover:before{opacity:.8}.top-menu__item--phone .top-menu__item-dropdown{-webkit-transition:.5s ease;transition:.5s ease;opacity:1;visibility:visible;display:none}.top-menu__item--phone .top-menu__item-dropdown--scroll{margin-top:15px}.top-menu__item--search:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.291 6.046a6.8 6.8 0 10-9.617 9.617 6.8 6.8 0 009.617-9.617zm-10.43-.813a7.95 7.95 0 11.421 11.635l-3.3 3.3a.575.575 0 01-.813-.813l3.3-3.3a7.95 7.95 0 01.392-10.822z' fill='%23000'/%3E%3C/svg%3E")}@media (max-width:991.98px){.top-menu__item--search:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.291 6.046a6.8 6.8 0 10-9.617 9.617 6.8 6.8 0 009.617-9.617zm-10.43-.813a7.95 7.95 0 11.421 11.635l-3.3 3.3a.575.575 0 01-.813-.813l3.3-3.3a7.95 7.95 0 01.392-10.822z' fill='%23888'/%3E%3C/svg%3E")}}@media (max-width:767.98px){.top-menu__item--phone .top-menu__item-dropdown{margin-top:41px}.top-menu__item--phone .top-menu__item-dropdown--scroll{margin-top:15px}}.top-menu__item--phone:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.74 13.67a21.287 21.287 0 007.085 5.528c1.035.49 2.42 1.07 3.964 1.169.096.004.187.008.283.008 1.036 0 1.868-.356 2.546-1.09.004-.004.012-.012.016-.02.242-.29.516-.552.803-.83.196-.186.395-.38.587-.58.886-.92.886-2.088-.009-2.98l-2.5-2.49c-.424-.44-.931-.671-1.464-.671-.532 0-1.044.232-1.48.667l-1.49 1.483a7.966 7.966 0 00-.412-.215 5.165 5.165 0 01-.458-.249c-1.356-.858-2.587-1.976-3.764-3.415-.595-.75-.995-1.38-1.273-2.022.39-.352.757-.721 1.11-1.082.125-.128.254-.257.383-.385.45-.448.69-.966.69-1.492s-.236-1.044-.69-1.492l-1.24-1.235c-.145-.145-.282-.286-.424-.43a22.777 22.777 0 00-.844-.834C5.73.595 5.227.375 4.694.375c-.528 0-1.035.22-1.48.642l-1.556 1.55a3.18 3.18 0 00-.953 2.04c-.079.99.104 2.042.578 3.315.728 1.968 1.826 3.796 3.457 5.748zM1.72 4.693c.05-.55.262-1.01.661-1.409L3.93 1.743c.241-.232.507-.353.765-.353.254 0 .512.12.75.36.278.258.54.527.823.813.141.145.287.29.432.44l1.24 1.234c.258.257.391.518.391.775s-.133.518-.39.775c-.13.129-.259.261-.388.39-.387.39-.749.758-1.148 1.11l-.02.021c-.346.344-.292.672-.209.92l.013.033c.32.767.765 1.497 1.46 2.367 1.248 1.533 2.563 2.723 4.01 3.638.179.117.37.208.55.299.166.083.32.161.457.248.017.009.029.017.046.025.137.07.27.104.403.104.333 0 .55-.211.62-.282l1.556-1.55c.241-.24.503-.369.761-.369.316 0 .574.195.736.37l2.509 2.494c.499.497.495 1.036-.013 1.562a13.85 13.85 0 01-.553.552c-.291.281-.595.572-.87.899-.478.514-1.048.754-1.784.754-.07 0-.146-.004-.216-.008-1.365-.087-2.634-.618-3.586-1.07a20.222 20.222 0 01-6.743-5.263c-1.552-1.86-2.596-3.593-3.287-5.45-.428-1.139-.59-2.055-.524-2.888z' fill='%23000'/%3E%3C/svg%3E")}.top-menu__item--profile:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjMiIGhlaWdodD0iNzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjODg4Ij48cGF0aCBkPSJNMzEuMjI0IDM5LjMyNmguNDkxYzQuNDktLjA3NSA4LjEyNC0xLjYzMiAxMC44MDYtNC42MSA1LjkwMi02LjU1OSA0LjkyLTE3LjgwNCA0LjgxMy0xOC44NzctLjM4My04LjA1NS00LjI0Ni0xMS45MS03LjQzNC0xMy43MDhDMzcuNTI0Ljc4NiAzNC43NS4wNjEgMzEuNjUzIDBoLS4yNmMtMS43MDIgMC01LjA0My4yNzItOC4yNDcgMi4wNy0zLjIxOSAxLjgtNy4xNDMgNS42NTMtNy41MjYgMTMuNzctLjEwOCAxLjA3Mi0xLjA4OSAxMi4zMTcgNC44MTMgMTguODc3IDIuNjY3IDIuOTc3IDYuMyA0LjUzNCAxMC43OTEgNC42MXpNMTkuNzEyIDE2LjIxN2MwLS4wNDUuMDE2LS4wOS4wMTYtLjEyLjUwNi0xMC44MzcgOC4zMDgtMTIuMDAxIDExLjY1LTEyLjAwMWguMTgzYzQuMTM5LjA5IDExLjE3NSAxLjc1MyAxMS42NSAxMiAwIC4wNDYgMCAuMDkxLjAxNS4xMjEuMDE2LjEwNiAxLjA4OSAxMC4zODMtMy43ODYgMTUuNzk0LTEuOTMxIDIuMTQ2LTQuNTA2IDMuMjA0LTcuODk0IDMuMjM1aC0uMTUzYy0zLjM3My0uMDMtNS45NjMtMS4wODktNy44OC0zLjIzNS00Ljg1OC01LjM4LTMuODE2LTE1LjcwMy0zLjgtMTUuNzk0eiIvPjxwYXRoIGQ9Ik02Mi45NyA1Ny45Nzd2LS4wNDZjMC0uMTItLjAxNi0uMjQxLS4wMTYtLjM3Ny0uMDkyLTIuOTkzLS4yOTEtOS45OS02Ljk0NC0xMi4yMjctLjA0Ni0uMDE2LS4xMDctLjAzLS4xNTMtLjA0Ni02LjkxMy0xLjczOC0xMi42NjEtNS42NjgtMTIuNzIzLTUuNzEzYTIuMDg2IDIuMDg2IDAgMDAtMi44ODEuNDk5IDIuMDIgMi4wMiAwIDAwLjUwNSAyLjg0MWMuMjYxLjE4MiA2LjM2MiA0LjM2OCAxMy45OTUgNi4zMDMgMy41NzIgMS4yNTQgMy45NyA1LjAxOCA0LjA3OCA4LjQ2NCAwIC4xMzYgMCAuMjU2LjAxNS4zNzcuMDE1IDEuMzYtLjA3NyAzLjQ2MS0uMzIyIDQuNjctMi40ODMgMS4zOTEtMTIuMjE3IDYuMTk3LTI3LjAyNCA2LjE5Ny0xNC43NDYgMC0yNC41NC00LjgyMS0yNy4wNC02LjIxMi0uMjQ1LTEuMjA5LS4zNTItMy4zMS0uMzIxLTQuNjcgMC0uMTIuMDE1LS4yNDIuMDE1LS4zNzguMTA3LTMuNDQ2LjUwNi03LjIwOSA0LjA3Ny04LjQ2MyA3LjYzNC0xLjkzNSAxMy43MzUtNi4xMzcgMTMuOTk1LTYuMzAzYTIuMDIgMi4wMiAwIDAwLjUwNi0yLjg0MSAyLjA4NiAyLjA4NiAwIDAwLTIuODgyLS40OTljLS4wNi4wNDUtNS43NzggMy45NzUtMTIuNzIyIDUuNzEzLS4wNjIuMDE1LS4xMDguMDMtLjE1NC4wNDVDLjMyMiA0Ny41NjMuMTIzIDU0LjU2MS4wMzEgNTcuNTRjMCAuMTM2IDAgLjI1Ni0uMDE2LjM3N3YuMDQ2Yy0uMDE1Ljc4Ni0uMDMgNC44MjEuNzgyIDYuODQ2LjE1My4zOTMuNDMuNzI2Ljc5Ny45NTIuNDYuMzAzIDExLjQ4MSA3LjIyNSAyOS45MjEgNy4yMjUgMTguNDQgMCAyOS40NjItNi45MzcgMjkuOTIxLTcuMjI1YTIuMDMgMi4wMyAwIDAwLjc5OC0uOTUyYy43NjYtMi4wMS43NS02LjA0NS43MzUtNi44MzF6Ii8+PC9nPjwvc3ZnPg==)}.top-menu__phone-group{margin-bottom:10px}.top-menu__phone-description{margin-top:3px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#preloader{display:none}}#preloader>p{display:none}#preloader__image{display:block;position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;background:#000 url(https://razer.syntes.io/landings/img/preloader.gif) 50% no-repeat;background-size:90px}.syntes-main-menu-init{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:-1;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:50%;height:1em;border-radius:1px;background-color:#d5d5d5;-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@media (max-width:991.98px){.syntes-main-menu-init{display:none}}.main-menu-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.top-menu .main-menu-wrap{position:absolute;left:0;right:0;z-index:-1;height:100%}@media (max-width:991.98px){.top-menu .main-menu-wrap{display:none}}.main-menu{padding:0;margin:0 auto;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:RazerF5,sans-serif}@media (max-width:991.98px){.main-menu{overflow-x:auto}}.main-menu__link{height:100%;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:400;line-height:1.2;color:#000;text-decoration:none;cursor:pointer;-webkit-transition:color .25s;transition:color .25s}@media (max-width:991.98px){.main-menu__link{white-space:nowrap}}.main-menu__item--active .main-menu__link{color:#44d62c!important}@media (min-width:992px){.main-menu__link:hover{color:#44d62c!important}}@media (min-width:992px){.main-menu__item:hover .main-menu__link{color:#fff}}@media (max-width:991.98px){.main-menu__item:first-child{padding-left:5px}.main-menu__item:last-child{padding-right:5px}}.main-menu-mobile{position:absolute;left:0;right:0;bottom:0;overflow-y:scroll;z-index:29;background:#1f1f1f;scrollbar-color:#44d62c #464646;scrollbar-width:thin}.main-menu-mobile::-webkit-scrollbar{width:8px;height:8px}@media (max-width:767.98px){.main-menu-mobile::-webkit-scrollbar{width:4px;height:4px}}.main-menu-mobile::-webkit-scrollbar-track{background:#464646}.main-menu-mobile::-webkit-scrollbar-thumb{background:#44d62c}.top-menu--fixed .main-menu-mobile{position:fixed;top:var(--header-height,0);bottom:auto;left:0;right:0}@media (min-width:992px){.main-menu-mobile{display:none}}.mobile-menu{height:0;-webkit-transition:height .15s;transition:height .15s}.mobile-menu.mobile-menu--open{height:calc(100vh - var(--header-height))}.mobile-menu .accordion--active>.accordion-header .accordion-header__text>a{color:#44d62c}.mobile-menu .accordion-header{padding:0}.mobile-menu__container{padding-top:20px;padding-bottom:20px;padding-right:20px}.mobile-menu__top{padding-top:10px;padding-bottom:10px;background-color:#000}.mobile-menu__top .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.mobile-menu__phone{display:block;font-size:13px;line-height:1;font-weight:600;color:hsla(0,0%,78.8%,.6)}.mobile-menu__geo .geo-marker__icon path{fill:#fff}.mobile-menu__geo .geo-marker__value{color:#fff}.main-menu-level-2-wrap{background-color:#1f1f1f}@media (min-width:992px){.main-menu-level-2-wrap+.main-menu-level-3-wrap .main-menu-level-3{padding-top:0}}.main-menu-level-2-container{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991.98px){.main-menu-level-2-container{padding:0}}.main-menu-level-2{margin:0 auto;padding:15px 0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;scrollbar-color:#44d62c #464646;scrollbar-width:thin}.main-menu-level-2::-webkit-scrollbar{width:8px;height:8px}@media (max-width:767.98px){.main-menu-level-2::-webkit-scrollbar{width:4px;height:4px}}.main-menu-level-2::-webkit-scrollbar-track{background:#464646}.main-menu-level-2::-webkit-scrollbar-thumb{background:#44d62c}@media (max-width:991.98px){.main-menu-level-2{padding:10px 0}}.main-menu-level-2--hidden{display:none}@media (max-width:991.98px){.main-menu-level-2__item{-ms-flex-negative:0;flex-shrink:0}}.main-menu-level-2__item--with-icon{max-width:100px}.main-menu-level-2__link{min-height:35px;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:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 15px;text-align:center;font-size:13px;font-weight:600;color:#fff!important;cursor:pointer;-webkit-transition:color .25s;transition:color .25s}.main-menu-level-2__item--active .main-menu-level-2__link{color:#44d62c!important}@media (min-width:992px){.main-menu-level-2__link:hover{color:#44d62c!important}}.main-menu-level-2__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;margin-bottom:10px}.main-menu-level-2__icon svg{max-width:100%;max-height:100%}.main-menu-level-2__title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-menu-level-2__item--with-icon .main-menu-level-2__title{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.main-menu-level-3-wrap{text-align:center;background-color:#1f1f1f}.main-menu-level-3-container{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991.98px){.main-menu-level-3-container{padding:0}}.main-menu-level-3{margin:0 auto;padding:25px 0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;scrollbar-color:#44d62c #464646;scrollbar-width:thin}.main-menu-level-3::-webkit-scrollbar{width:8px;height:8px}@media (max-width:767.98px){.main-menu-level-3::-webkit-scrollbar{width:4px;height:4px}}.main-menu-level-3::-webkit-scrollbar-track{background:#464646}.main-menu-level-3::-webkit-scrollbar-thumb{background:#44d62c}@media (max-width:991.98px){.main-menu-level-3{padding:20px 0}}.store-category-page .main-menu-level-3{padding:10px 0}.main-menu-level-3--hidden{display:none}@media (max-width:991.98px){.main-menu-level-3__item{-ms-flex-negative:0;flex-shrink:0}}.main-menu-level-3__item--with-icon{max-width:100px}.main-menu-level-3__link{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:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 15px;text-align:center;font-size:14px;line-height:1.2;font-weight:600;color:#fff!important;cursor:pointer;-webkit-transition:color .25s;transition:color .25s}.main-menu-level-3__item--active .main-menu-level-3__link{color:#44d62c!important}@media (min-width:992px){.main-menu-level-3__link:hover{color:#44d62c!important}}.main-menu-level-3__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;margin-bottom:10px}.main-menu-level-3__icon svg{max-width:100%;max-height:100%}.main-menu-level-3__title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-menu-level-3__item--with-icon .main-menu-level-3__title{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}p{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300}.M1,.M1-wrap{min-height:40px}.M1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#000;color:#fff;border-bottom:1px solid #2c2c2c}.M1--fixed{position:fixed;top:var(--header-height,0);left:0;right:0;z-index:26}.M1__inner{margin:0 auto;padding-top:10px;padding-bottom:10px}.M1__info-promo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.8rem}@media (min-width:768px){.M1__info-promo{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.M1__product-name{font-size:1.2rem;line-height:1.2rem;margin:.1rem 0 0;color:#fff;text-transform:uppercase;font-weight:400;display:none}@media (min-width:768px){.M1__product-name{display:block}}.M1__nav{display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;max-height:0;-webkit-transition:all .2s ease;transition:all .2s ease;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.M1__nav{max-height:42px;-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}}.M1__public-promo-badge{margin-left:10px;display:none}.M1__nav--open{max-height:100vh}.M1__open-menu{display:block;position:relative}@media (min-width:768px){.M1__open-menu{display:none}}.M1__switch{position:absolute;right:7px;top:7px;background-size:cover;-webkit-transition:all .2s ease;transition:all .2s ease;cursor:pointer}.M1__switch--on{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.M1__item{font-size:14px;font-weight:400;margin-bottom:.8rem}.M1__item:first-child{margin-left:0}@media (min-width:768px){.M1__item{margin:0 .8rem}}.M1__link{color:#fff;position:relative;font-size:14px;font-weight:400;text-transform:none;text-decoration:none;line-height:16px;height:15px;-webkit-transition:color .25s ease;transition:color .25s ease}.M1__link[href]:hover{color:#44d62c}.M1__price{margin-right:1rem;font-weight:400;position:relative}.M1__promo-public-price{display:none}.M1__promo-public-price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.M1__promo-public-price-discount{position:absolute;color:#44d62c}.M1__promo-public-price-value{margin-right:10px}.M1__promo-public-price-old{color:#696969;position:relative}.M1__promo-public-price-old:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;display:block;background-color:#696969}.checkout-layout{padding-top:50px}.header.header--checkout{-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;right:0;z-index:30;padding:0;line-height:16px;background-color:#fff;color:#000}.header.header--checkout .header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.header.header--checkout .header__title{display:block;margin-left:20px;margin-top:-4px;font-family:RazerF5,sans-serif;font-size:22px;font-weight:400;line-height:23px;text-transform:uppercase;color:#000}@media (max-width:767.98px){.header.header--checkout .header__title{display:none}}.header.header--checkout .top-menu__item.top-menu__item--phone{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}.promoMessage{background-color:#2c2c2c;padding:20px 30px;margin-bottom:10px;margin-top:26px;font-size:14px;line-height:23px}.header--checkout{background-color:#1f1f1f!important;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header--checkout>.container>.row>.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.checkout__logo{color:#3ac825}.syntes-store-order-success-in-frame .checkout-layout{padding:0}.syntes-store-order-success-in-frame .bottom_block,.syntes-store-order-success-in-frame .header,.syntes-store-order-success-in-frame .online-chat-root{display:none!important}.syntes-checkout__header{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991.98px){.syntes-checkout__header{display:none}}.syntes-checkout__feature{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;font-size:15px;line-height:16px;margin-right:19px}.syntes-checkout__feature>svg{max-width:35px}.syntes-checkout__feature-description{margin-left:14px;color:#888;max-width:250px;word-wrap:break-word;overflow-wrap:break-word}.syntes-checkout__feature-description strong{color:#fff}.B2{position:relative}.B2__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto!important;background-position:top;background-size:cover}.B2__inner,.B2__text{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.B2__text{padding:15px;margin-top:1px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;height:100%;font-weight:400;color:#fff;text-transform:uppercase;background-position:inherit;text-align:center}@media (max-width:767.98px){.B2__text{display:inline-block;padding:10px 0;font-size:11px}.B2__text *{display:inline}}.B2__href,.B2__text a{text-decoration:none}.B2__href{color:#44d62c}.B2__swipe-button{position:absolute;top:0;z-index:1;height:100%;width:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.5;cursor:pointer;-webkit-transition:opacity .25s;transition:opacity .25s}.B2__swipe-button:hover{opacity:.9}.B2__swipe-button--prev{left:10px}.B2__swipe-button--next{right:10px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.B2__swipe-button-icon{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px}.B2__swipe-button-icon:before{content:"";width:15px;height:15px;border:2px solid #888;border-bottom:none;border-left:none}.B2__swipe-button--prev .B2__swipe-button-icon:before{margin-left:5px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.B2__swipe-button--next .B2__swipe-button-icon:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-right:5px}.header{position:relative;padding-bottom:var(--header-height,0)}.footer{background-color:#1f1f1f;padding:3.125rem .625rem}@media (max-width:991.98px){.footer{padding:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#000}}.footer li{list-style-type:none;position:relative}.footer--empty{padding:10px 0}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 10px}.footer__list .footer__list{padding:0}.footer__list--begin{margin:0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:991.98px){.footer__list--begin{padding-top:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer__list--begin .footer__list{margin:0 20px 0 0;display:none}.footer__list--begin>li{margin:0;padding:10px 0 15px;border-bottom:1px solid #1f1f1f}.footer__list--begin>li:last-child{border:none}}.footer__list--sublist{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:992px){.footer__list--sublist{display:block!important}}.footer__menu--hide{display:none}.footer__menu-item{-webkit-transition:none;transition:none}.footer__menu-item a:hover{text-decoration:none}.footer__submenu-item>.footer__menu-item{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;padding:5px 0}.footer__submenu-item:first-child>.footer__menu-item{padding:10px 0 5px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.footer__submenu-item a{height:14px}}.footer__menu-item{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px;font-weight:300;text-decoration:none;color:#888}.footer__menu-item[href]:hover{color:#fff}.footer__menu-item--item-main{margin-top:0;font-size:16px;color:#fff}.footer__menu-item--item-main a{color:inherit}.footer__menu-item--icon{width:20px;display:inline-block;margin:-4px 5px -4px 0}.footer__switch{display:block;font-weight:700;cursor:pointer;position:absolute;right:0;top:15px}@media (min-width:992px){.footer__switch{display:none}}.footer__switch--open{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.footer__copyright{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:13px;line-height:1.23077;margin-top:60px;text-align:center;color:#888}@media (max-width:991.98px){.footer__copyright{margin-top:0;margin-bottom:0;padding-top:30px;padding-bottom:30px}}.footer__copyright a{color:#44d62c;text-decoration:none}.footer__copyright--empty{margin:0}.footer__back-to-top{cursor:pointer;font-size:16px;font-family:Roboto,Arial,Helvetica,sans-serif;color:#888;border-bottom:1px solid #2c2c2c;background-color:#000;text-decoration:none;display:none;height:70px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}@media (max-width:991.98px){.footer__back-to-top{display:-webkit-box;display:-ms-flexbox;display:flex;margin:15px 0}}.footer__back-to-top:before{content:"\0005E"}@media (min-width:992px){.footer__contacts-title{display:none}}.footer__contacts-item{margin-top:20px}.footer__contacts-item:first-child{margin-top:0}@media (max-width:991.98px){.footer__contacts-item{margin-top:15px}.footer__contacts-item:first-child{margin-top:10px}}.cookies-popup{position:fixed;bottom:30px;left:30px;max-width:calc(100% - 60px);width:500px;padding:16px 24px;border-radius:2px;background-color:#2c2c2c;-webkit-box-shadow:0 0 30px rgba(0,0,0,.6);box-shadow:0 0 30px rgba(0,0,0,.6);z-index:100}@media (max-width:991.98px){.cookies-popup{bottom:10px;left:10px;max-width:calc(100% - 20px);padding:12px 16px}}.cookies-popup__text{font-size:14px;color:#fff}@media (max-width:991.98px){.cookies-popup__text{font-size:12px}}.cookies-popup__text a{color:#44d62c}.cookies-popup__text a:hover{color:#0f0}.cookies-popup__btn-wrap{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:991.98px){.cookies-popup__btn-wrap{margin-top:8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:991.98px){.cookies-popup__btn.btn{height:36px;padding:0 16px;font-size:12px}}.subscribe{position:relative;padding-top:30px;padding-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:left;background-color:#000;color:#888}.subscribe a{color:#c9c9c9}.subscribe a:hover{text-decoration:none}.subscribe__inner{width:100%}.subscribe__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.subscribe__description em{color:#44d62c;font-style:normal}.subscribe__form-input{width:100%}.btn.subscribe__form-button{height:30px;padding:0 20px!important;margin:0 0 0 15px}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:2){.btn.subscribe__form-button{width:170px}}.subscribe__form-message{font-weight:400}.subscribe__form-message--error{color:#c8323c}.subscribe__form-message--success{color:#44d62c}.subscribe--horizontal .subscribe__inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:1921px){.subscribe--horizontal .subscribe__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:1200px}}@media (max-width:767.98px){.subscribe--horizontal .subscribe__inner{display:block}}.subscribe--horizontal .subscribe__form{margin-bottom:5px;margin-left:0}.subscribe--horizontal .subscribe__title{font-size:19px;line-height:20px;color:#44d62c;margin-bottom:5px;font-weight:700}@media (max-width:767.98px){.subscribe--horizontal .subscribe__info{margin-bottom:5px}}.subscribe--horizontal .subscribe__actions{margin-top:20px}@media (max-width:1920.98px){.subscribe--horizontal .subscribe__actions{-ms-flex-preferred-size:740px;flex-basis:740px;margin-top:0;margin-left:15px}}@media (max-width:767.98px){.subscribe--horizontal .subscribe__actions{margin-left:0}}.subscribe--horizontal .subscribe__description{font-size:16px;line-height:17px;font-weight:400}.subscribe--horizontal .subscribe__description-emph{color:#44d62c}.subscribe--horizontal .subscribe__message{font-size:14px;line-height:16px}.subscribe--horizontal .subscribe__hint{margin-top:5px;font-size:14px;line-height:17px;font-weight:400}.subscribe--promo{position:relative;padding:2.2rem 15px}.subscribe--promo .subscribe__bg-img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.subscribe--promo .subscribe__inner{position:relative;text-align:center}.subscribe--promo .subscribe__form{padding-top:1.6rem;margin-bottom:5px}.subscribe--promo .subscribe__title{font-size:36px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#fff}@media (max-width:991.98px){.subscribe--promo .subscribe__title{font-size:26px}}.subscribe--promo .subscribe__description{margin-top:13px;font-size:16px;line-height:1;font-weight:400;color:#fff}.subscribe--promo .subscribe__description p{font-weight:400}.subscribe--promo .subscribe__description-emph{color:#44d62c}.subscribe--promo .subscribe__form-message{min-height:30px}.subscribe--promo .subscribe__hint{max-width:950px;margin:5px auto 0;font-size:14px;line-height:17px;font-weight:400;color:#464646}@media (min-width:768px){.subscribe--bottom{position:fixed;left:0;right:0;bottom:284px}}.subscribe--promo-bg{position:relative;background-image:url(/public//images/popout-background.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%;background-color:#000;height:500px;max-width:960px;margin:auto}.subscribe--promo-bg .subscribe__inner{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;text-align:center;max-width:550px}.subscribe--promo-bg .subscribe__form{margin-bottom:5px}.subscribe--promo-bg .subscribe__title{letter-spacing:.6px;font-size:34px;line-height:34px;color:#fff;margin-bottom:25px}.subscribe--promo-bg .subscribe__description{color:#fff;font-size:16px;line-height:18px;margin:25px 0}.subscribe--promo-bg .subscribe__form-message{text-align:left}.subscribe--promo-bg .subscribe__hint{font-size:11px;line-height:12px;margin-top:25px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.subscribe--promo-bg{top:50%;left:50%;margin-right:-50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.main-page{background-color:#222}.main-page-slider{height:80vh}@media (max-width:991.98px){.main-page-slider{height:600px}}.main-page-slider .swiper-slide{height:auto;text-decoration:none;color:#fff}.main-page-slider-slide__container{margin:0 auto}.main-page-slider-slide__content{padding:50px 0;text-align:center;background:-webkit-gradient(linear,left top, left bottom,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(180deg,#000,rgba(0,0,0,0))}.main-page-slider-slide__slogan{margin-bottom:5px;font-size:36px;font-weight:300;line-height:1;letter-spacing:-1.1px;color:#888}@media (max-width:991.98px){.main-page-slider-slide__slogan{font-size:28px}}.main-page-slider-slide__title{text-transform:uppercase;font-size:36px;line-height:1}@media (max-width:991.98px){.main-page-slider-slide__title{font-size:28px}}.main-page-slider-slide__img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.main-page-slider-button{position:absolute;top:0;z-index:1;height:100%;width:10%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.5;cursor:pointer;-webkit-transition:opacity .25s;transition:opacity .25s}@media (max-width:1199.98px){.main-page-slider-button{height:auto;width:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.main-page-slider-button:hover{opacity:.9}.main-page-slider-button-prev{left:10px}.main-page-slider-button-next{right:10px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.main-page-slide-button-icon{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:52px;height:52px;background-color:#1f1f1f;border-radius:26px}.main-page-slide-button-icon:before{content:"";width:24px;height:24px;border:2px solid #888;border-bottom:none;border-left:none}.main-page-slider-button-prev .main-page-slide-button-icon:before{margin-left:10px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.main-page-slider-button-next .main-page-slide-button-icon:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-right:10px}.main-page-slider__pagination{bottom:20px}.fullwidth-homepage-banner{max-width:1920px;margin:0 auto;min-height:75vh}.fullwidth-homepage-banner .homepage-banner{height:75vh}@media screen and (min-width:1200px){.fullwidth-homepage-banner .homepage-banner{min-height:700px}}@media screen and (max-width:480px){.fullwidth-homepage-banner .homepage-banner{min-height:650px}}.grid-of-homepage-banners{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;max-width:1920px;margin:0 auto}@media (max-width:767.98px){.grid-of-homepage-banners{-ms-grid-columns:1fr;grid-template-columns:1fr}}.grid-of-homepage-banners .homepage-banner{height:580px}@media (max-width:767.98px){.grid-of-homepage-banners .homepage-banner{max-width:100%;overflow:hidden}}.products-preview-with-expiring-discount-for-homepage .promo-products-filter-section,.products-preview-with-expiring-discount-for-homepage .promo-products-filter-section:last-child{margin:30px 0}.products-preview-with-expiring-discount-for-homepage .promo-products-list__header-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:36px}@media (max-width:575.98px){.products-preview-with-expiring-discount-for-homepage .promo-products-list__header-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}}.products-preview-with-expiring-discount-for-homepage .promo-products-list__header{text-transform:uppercase}.products-preview-with-expiring-discount-for-homepage .promo-products-filter-card-type-4__wrap--hidden,.products-preview-with-expiring-discount-for-homepage .promo-products-list__toggle-hidden{display:none}@media (min-width:768px){.root-catalog__part-width-banners{margin-top:2rem;margin-bottom:2rem}}@media (max-width:767.98px){.root-catalog__part-width-banners{margin-top:1rem;margin-bottom:1rem}}.root-catalog__3-col-product-previews{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:768px){.root-catalog__3-col-product-previews{margin-top:2rem;margin-bottom:2rem}}@media (max-width:767.98px){.root-catalog__3-col-product-previews{margin-top:1rem;margin-bottom:1rem}}@media (min-width:992px){.root-catalog__product-preview-col{-ms-flex-preferred-size:32.33333%;flex-basis:32.33333%;margin-bottom:50px}.root-catalog__product-preview-col:nth-child(3n+1){margin-left:0}.root-catalog__product-preview-col:nth-child(3n+3){margin-right:0}}@media (min-width:768px) and (max-width:991.98px){.root-catalog__product-preview-col{-ms-flex-preferred-size:49%;flex-basis:49%;margin-bottom:30px}.root-catalog__product-preview-col:nth-child(odd){margin-left:0}.root-catalog__product-preview-col:nth-child(2n){margin-right:0}}@media (min-width:768px){.root-catalog__product-preview-col{margin-left:.5%;margin-right:.5%}}@media (max-width:767.98px){.root-catalog__product-preview-col{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:20px}}.root-catalog__product-preview-col .card-type-1__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.root-catalog__product-preview-col .card-type-1__title{font-weight:700}.root-catalog__product-preview-col .card-type-1__btn{font-weight:400}.N3{background-color:#2c2c2c;margin-top:-12px}.N3__inner{margin:0 auto;padding-top:40px}.N3 h1{text-align:center;color:#44d62c;text-transform:uppercase}.N3__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#111;margin-top:15px;border-bottom:1px solid #44d62c;font-family:Roboto,Arial,Helvetica,sans-serif}@media (max-width:767.98px){.N3__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.N3__article-preview{padding:20px 10px}@media (max-width:767.98px){.N3__article-preview{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.N3__image-wrap{-ms-flex-negative:0;flex-shrink:0;position:relative;width:60%}@media (max-width:767.98px){.N3__image-wrap{width:100%;padding-bottom:51%}}.N3__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:767.98px){.N3__image{position:absolute;left:0;top:0}}.N3__bg-image{text-align:center;max-width:66%;margin:0 auto}.N3__bg-image img{max-width:100%;max-height:100%}.N3__title{font-size:20px;color:#999;font-weight:400;margin-left:15px;margin-top:15px}.N3__date-time{font-size:14px;color:#fff;margin-left:15px}.N3__more{margin-left:16px;margin-top:15px;color:#44d62c;display:block;font-size:16px;font-weight:400;text-decoration:none}.N3__category-name{background-color:#2c2c2c;padding:5px 10px;display:inline-block;border-radius:3px;font-size:12px;margin-left:15px;margin-top:30px;margin-bottom:20px;color:#888}.N3__pagination{text-align:right;margin:0;padding:15px 0}.N3__pagination li{display:inline-block;font-size:14px;padding:3px 6px;background-color:#464646;cursor:pointer;color:#888;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:400}.N3__pagination li a{color:#888;text-decoration:none}.N3__pagination li.current{background-color:#2c2c2c;cursor:default}.N3__pagination li:hover{background-color:#2c2c2c}@media (min-width:768px){.N3--review .N3__block{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.N3--review .N3__bg-image{margin:0;height:auto;text-align:right}}.legacy-container{margin:0 auto}.legacy-container .main-listing ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:4rem auto 0;padding:0}.legacy-container .main-listing ul li{float:left;max-width:150px;max-height:235px;width:100%;height:215px;overflow:hidden;margin:0 10px 1.875rem;text-align:center}.legacy-container .main-listing ul li a{color:#999;font-family:RazerF5,sans-serif;font-weight:300;text-decoration:none}.legacy-container .main-listing ul li a p{margin-top:.3rem;min-height:32px;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;font-size:12.8px;line-height:20px;padding:0 .25rem}.legacy-container .main-listing ul li a div.img-container{max-width:150px;max-height:150px;width:150px;height:150px;overflow:hidden;padding:.3125rem;background:none #000}.legacy-container .main-listing ul li a div.img-container img{width:100%}.contact-us{height:100%;padding-top:50px;background-color:#1f1f1f;color:#888}.contact-us *{font-weight:300;font-family:Roboto,Arial,Helvetica,sans-serif}.contact-us p{color:#44d62c;font-weight:400}.contact-us a{color:#44d62c;text-decoration:none}.contact-us li{margin:5px 0;font-size:16px;line-height:1.5em}.contact-us fieldset{border:0;padding:0;max-width:500px}.contact-us input:focus{border-color:#222}.contact-us textarea{height:auto}.contact-us h1{color:#44d62c;font-size:1.75rem;line-height:2rem;text-transform:uppercase;font-family:RazerF5,sans-serif;font-weight:500}.contact-us h2{color:#fff}.contact-us hr{border:0;border-top:1px solid #464646;padding:0;height:0;margin:1.25rem 0}.contact-us button{display:block;background:none #44d62c;border:none;border-radius:.1875rem;color:#000;font-family:RazerF5,sans-serif;padding:.625rem .9375rem;text-transform:uppercase;letter-spacing:.07rem;text-decoration:none;cursor:pointer;font-weight:700}.contact-us__inner{margin:0 auto;padding:15px 10px}.contact-us__no-autorized{margin-top:1rem}.contact-us__input,.contact-us__message,.contact-us__select{overflow-x:hidden;background-color:#2c2c2c;color:#fff;border-radius:0;font-size:12px;border:1px solid #464646;margin:0 0 12px;padding:6px;height:32px;-webkit-transition:all .15s linear;transition:all .15s linear;width:100%}.contact-us__input--error{border:1px solid #c8323c}.contact-us__label{font-size:12px;margin-top:12px;display:block;margin-bottom:5px}.contact-us__field--hide{display:none}.contact-us__field--hide small.error{display:none;background-color:#c8323c;color:#fff;border-bottom-left-radius:2px;border-bottom-right-radius:2px;font-size:12px;margin-bottom:12px;padding:2px 4px}.contact-us__field--hide small.error--show{display:block}.not-found{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;text-align:center;background-color:#0f0f0f}.not-found__banner{max-height:70vh;width:auto}.not-found__banner-img{width:100%}.not-found__container{padding:30px 10px 60px;margin:0 auto}.not-found__content{font-size:18px;color:#fff}.not-found__content a{font-family:RazerF5,sans-serif;font-weight:400;color:#44d62c}.static-page .M1__info-promo{-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;margin-bottom:0}@media (min-width:768px){.static-page .M1__info-promo{display:none}}.static-page .M1__product-name{font-size:1rem;margin:0}@media (max-width:767.98px){.static-page .M1__product-name{display:block}}.static-page .M1__open-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.static-page .M1__switch{top:0;position:unset}@media (max-width:767.98px){.static-page .M1__item:first-child{margin-top:.8rem}.static-page .M1__item:last-child{margin-bottom:7px}}.static-page-content{margin:50px auto;width:100%;font-family:RazerF5,sans-serif;font-size:18px;font-weight:400;color:#888}.static-page-content:first-child{margin-top:20px}.static-page-content li,.static-page-content p{font-family:RazerF5,sans-serif;font-size:18px;font-weight:400;color:#888}.static-page-content p{margin-bottom:10px}.static-page-content a{color:#44d62c;text-decoration:none}.static-page-content a:hover{color:#fff}.static-page-content ol,.static-page-content ul{padding:10px 10px 10px 20px}.static-page-content h2{padding-bottom:25px;font-family:RazerF5,sans-serif;font-size:28px;font-weight:700;text-transform:uppercase;color:#44d62c}.static-page-content table{margin:20px 0;border-collapse:collapse;border-spacing:0}.static-page-content td,.static-page-content th{border:1px solid #fff;padding:12px 10px;vertical-align:top;text-align:left;font-weight:400}.static-page-content .cookie-header{margin-top:20px;color:#fff}.static-page-content #razPage{padding-top:30px}@media (max-width:767.98px){.static-page-content #razPage{padding-top:45px}}.static-page-content .black-friday__welcome{max-width:100%}.static-page-content .terms{padding:0 10px}.static-page-content .screenshot{max-width:980px;margin:0 auto;padding-bottom:30px}@media (max-width:980px){.static-page-content .screenshot{max-width:100%}}.store-page{background:#1f1f1f}.store-page__container{margin:0 auto}.store-page__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:20px;margin:30px -10px 50px}@media (max-width:991.98px){.store-page__row{margin-bottom:20px}}.store-page__col{padding-left:10px;padding-right:10px}.store-preview-1__item{width:33.33333%}@media (max-width:991.98px){.store-preview-1__item{width:50%}}@media (max-width:767.98px){.store-preview-1__item{width:100%}}.store-preview-1__item .card-type-1__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.store-preview-1__item .card-type-1__title{font-weight:700}.store-preview-1__item .card-type-1__btn{font-weight:400}.store-preview-2{margin:0 0 40px}.store-preview-3{margin-top:20px}.store-preview-3__item{width:33.33333%}@media (max-width:1366.98px){.store-preview-3__item{width:50%}}@media (max-width:991.98px){.store-preview-3__item{width:100%}}.store-main-slider{max-width:1920px;margin-bottom:60px}.store-main-slider .swiper-slide{height:auto}.store-main-slider .swiper-slide .banner-type-5{height:100%}.store-features{background-color:#1f1f1f;position:relative}.store-features h2{padding:0 10px;font-weight:700;color:#fff;text-transform:uppercase;text-align:center}.store-features h3{font:400 12px/18px Roboto,Arial,Helvetica,sans-serif;color:#fff}.store-features p{font:300 12px/18px Roboto,Arial,Helvetica,sans-serif;color:#888}.store-features__wrap{margin:0 auto;padding-top:25px;padding-bottom:25px}@media (min-width:992px){.store-features__wrap{padding-top:50px;padding-bottom:50px}}.store-features__item{padding:10px 20px;list-style-type:none;margin:0 auto;position:relative;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:center;-ms-flex-pack:center;justify-content:center;width:100%;text-align:center}.store-features__item:not(:first-child){margin-top:20px;border-top:1px solid #888;padding:20px 20px 10px}@media (min-width:992px){.store-features__item:not(:first-child){margin-top:0;border-top:none;padding-top:0}}@media (min-width:992px){.store-features__item:not(:last-child){border-right:1px solid #888}}@media (min-width:992px){.store-features__item{margin:0 13px;width:auto;text-align:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.store-features__item,.store-features__item:not(:first-child){padding:10px 20px 10px 55px}}.store-features__item svg{width:45px;margin-bottom:10px}@media (min-width:992px){.store-features__item svg{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.store-features__item svg path{fill:#44d62c}.store-features__grid{margin-top:25px;padding:0}@media (min-width:992px){.store-features__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px}}.store-guarantee{max-width:1920px;margin-left:auto;margin-right:auto;background-color:#1f1f1f}@media (min-width:768px){.store-guarantee{min-height:260px;background-position:50%;background-size:cover;background-repeat:no-repeat}}@media (max-width:767.98px){.store-guarantee{background-image:none!important;display:block}}.store-guarantee__bg-mobile{max-width:100%}@media (min-width:768px){.store-guarantee__bg-mobile{display:none}}.store-guarantee__inner{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.store-guarantee__inner{padding-top:90px;padding-bottom:90px}}@media (max-width:767.98px){.store-guarantee__inner{padding-top:15px;padding-bottom:40px}}@media (min-width:768px){.store-guarantee__text{max-width:65%}}@media (min-width:1367px){.store-guarantee__text{max-width:60%}}.store-guarantee__title{margin-bottom:10px;font-weight:700;color:#44d62c;line-height:1.1;text-transform:uppercase}@media (min-width:768px){.store-guarantee__title{font-size:30px}}@media (max-width:767.98px){.store-guarantee__title{font-size:26px}}.store-guarantee__description,.store-guarantee__description p{font-family:RazerF5,sans-serif;font-style:normal;font-weight:400;color:#888}@media (min-width:768px){.store-guarantee__description,.store-guarantee__description p{font-size:19px;line-height:26px}}@media (max-width:767.98px){.store-guarantee__description,.store-guarantee__description p{font-size:16px;line-height:1.2}}.store-page__header-and-description-section{margin-top:40px;margin-bottom:20px}@media (max-width:575.98px){.store-page__header-and-description-section{margin-bottom:0}}.store-main-slider+.store-page__header-and-description-section,.store-page__header-and-description-section--title-default+.store-page__header-and-description-section--title-smaller{margin-top:0}.store-page__header-section-header{margin-bottom:-20px}.store-page__products-preview-section{margin-top:20px;margin-bottom:20px}.store-page__products-preview-section:has(+.store-page__header-and-description-section){margin-bottom:0}.store-page__products-preview-section .P1{background-color:rgba(0,0,0,0)}.store-page__products-preview-section .P1__inner{padding-top:0;padding-bottom:0}@media (min-width:992px){.store-page__products-preview-section .P1__inner{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}}.indentless{padding:0 10px}.two-columns-links{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.two-columns-link,.two-columns-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.two-columns-link{-webkit-box-flex:calc(50% - 20px);-ms-flex:calc(50% - 20px);flex:calc(50% - 20px);-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background-color:#2c2c2c;color:#fff}@media (min-width:1921px){.two-columns-link{-webkit-box-flex:calc(25% - 20px);-ms-flex:calc(25% - 20px);flex:calc(25% - 20px)}}@media (max-width:767.98px){.two-columns-link{-webkit-box-flex:100%;-ms-flex:100%;flex:100%}}.two-columns-link__title{text-transform:uppercase}.store-banner{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:300px;border-bottom:2px solid #44d62c;background:#1f1f1f}@media (max-width:991.98px){.store-banner{-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:0}}.store-banner__img-wrap{position:relative;z-index:1;-ms-flex-negative:0;flex-shrink:0;width:50%;min-height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}@media (max-width:991.98px){.store-banner__img-wrap{width:100%;min-height:300px}}.store-banner__info-wrap{width:100%;margin-left:-50%}@media (max-width:991.98px){.store-banner__info-wrap{margin-left:0;width:auto}}.store-banner__info-container{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:991.98px){.store-banner__info-container{display:block}}.store-banner__info{width:50%;padding:30px 25px 50px}@media (max-width:991.98px){.store-banner__info{width:auto;padding:35px 0}}.store-banner__title{font-size:30px;font-weight:400;line-height:1;text-transform:uppercase;color:#44d62c}@media (max-width:991.98px){.store-banner__title{font-size:26px}}.store-banner__desc{margin-top:10px;font-size:19px;font-weight:400;line-height:1.36842;color:#888}@media (max-width:991.98px){.store-banner__desc{font-size:16px}}.store-banner__desc p{font-family:RazerF5,sans-serif;font-weight:400}.offers-page{padding-bottom:20px;background-color:#2c2c2c}.offers-page__title h1{font-family:RazerF5,sans-serif;line-height:1;font-weight:400;text-transform:uppercase;color:#44d62c}@media (min-width:768px){.offers-page__title h1{font-size:36px}}@media (max-width:767.98px){.offers-page__title h1{font-size:18px}}.offers-page__section{width:100%}.offers-page__section .store-nav-wrap-main{margin-bottom:20px}.offers-page__container{margin:0 auto}@media (min-width:768px){.offers-page__container{width:100%;padding-top:2rem;padding-bottom:2rem}}@media (max-width:767.98px){.offers-page__container{padding-top:1rem;padding-bottom:1rem}}.offers-page__container.part-width-banners{padding-top:0;padding-bottom:0}.fullwidth-banner{width:100%}@media (min-width:768px){.fullwidth-banner{margin-bottom:25px}.fullwidth-banner+.fullwidth-banner{margin-top:-25px}}@media (max-width:767.98px){.fullwidth-banner{margin-bottom:10px}.fullwidth-banner+.fullwidth-banner{margin-top:-10px}}.promo-page--gifts-guide,.promo-page-root body{background-color:#1f1f1f}.promo-products-filter-section{margin:92px 0}@media (max-width:767.98px){.promo-products-filter-section{margin:40px 0}}.focal-product-section+.promo-products-filter-section{margin:30px 0 92px}@media (max-width:767.98px){.focal-product-section+.promo-products-filter-section{margin:20px 0 40px}}.promo-products-filter-section:last-child{margin-bottom:0}.promo-products-filter-preloader-container{margin-bottom:40px}.promo-products-filter-preloader-container:last-child{margin-bottom:0}.promo-products-filter-section__title-wrap{margin:0 auto 53px}@media (max-width:767.98px){.promo-products-filter-section__title-wrap{margin-bottom:30px}}.promo-products-filter-section__title{font-size:30px;line-height:1;font-weight:300;text-transform:uppercase;text-align:center;color:#44d62c}.inactive-promo,.inactive-promo *{font-family:RazerF5,sans-serif}.inactive-promo__container{margin:0 auto}.inactive-promo-banner{max-width:1920px;margin: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-pack:center;-ms-flex-pack:center;justify-content:center;min-height:300px;padding:40px 0;text-align:center;background-position:50%;background-repeat:no-repeat;background-size:cover}.inactive-promo-banner-container{width:100%}@media (min-width:768px){.inactive-promo-banner-content{padding-bottom:15px}}.inactive-promo-banner__title{font-size:48px;font-weight:700;line-height:1;text-transform:uppercase;color:#44d62c}@media (max-width:991.98px){.inactive-promo-banner__title{font-size:34px}}@media (max-width:767.98px){.inactive-promo-banner__title{font-size:28px}}.inactive-promo-banner__desc{max-width:620px;margin:14px auto 0;font-size:18px;line-height:1.6;font-weight:400;color:#fff}@media (max-width:767.98px){.inactive-promo-banner__desc{font-size:16px}}.inactive-promo-banner__desc a{text-decoration:none;color:#44d62c}.inactive-promo-banner__btn-wrap{margin-top:30px}.inactive-promo-banner__btn{margin:0;padding:0 50px;border-radius:4px;font-size:16px;letter-spacing:.02em}.promo-advanced-wrap{background:#1f1f1f;max-width:1920px;margin:0 auto}.promo-advanced{margin: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;-ms-flex-wrap:wrap;flex-wrap:wrap}.promo-advanced-item{width:100%;padding:6px 3px;list-style-type:none}@media (min-width:768px){.promo-advanced-item{width:50%}}@media (min-width:1024px){.promo-advanced-item{width:25%}}.promo-advanced-item__link{display:block;height:100%;text-decoration:none;background-color:#000}.promo-advanced-item__img{height:12.5rem;width:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}.promo-advanced-item__text{min-height:90px;padding:15px 30px;text-align:center;font-size:19px;font-weight:300;line-height:1.3;color:#888}@media (min-width:992px){.promo-advanced-item__text{min-height:124px}}.promo-advanced-item__text *{font-family:Roboto,Arial,Helvetica,sans-serif}.promo-advanced-item__desc{margin-top:5px}.promo-advanced-item__desc span{color:#44d62c}.inactive-promo .subscribe{background:#000}@media (min-width:768px){.inactive-promo .subscribe{padding:30px 40px}}@media (max-width:767.98px){.inactive-promo .subscribe{padding-top:20px;padding-bottom:20px}}.inactive-promo .subscribe:before{display:none}.inactive-promo .subscribe .subscribe__form{max-width:none;margin:0}@media (max-width:575.98px){.inactive-promo .subscribe .subscribe__form{display:block}}.inactive-promo .subscribe .subscribe__form-input{padding:0 20px!important;font-size:16px!important;background:#2c2c2c!important}.inactive-promo .subscribe .subscribe__form-button,.inactive-promo .subscribe .subscribe__form-input{height:40px!important}.inactive-promo .subscribe .subscribe__form-button{margin:0 0 0 12px;border:1px solid #35ad22;border-radius:4px;font-size:16px;letter-spacing:.02em}.inactive-promo .subscribe .subscribe__form-button:not(:hover){color:#44d62c!important;background:rgba(0,0,0,0)}@media (max-width:575.98px){.inactive-promo .subscribe .subscribe__form-button{width:100%;margin:20px 0 0}}.inactive-promo .subscribe .subscribe__inner{text-align:left}.inactive-promo .subscribe .subscribe__hint{font-size:16px;font-weight:400;line-height:1.3;max-width:none;margin:10px 0 0;color:#888}.inactive-promo .subscribe .subscribe__hint a{color:#888;text-decoration:underline;line-height:1;-webkit-transition:border-color .25s;transition:border-color .25s}.inactive-promo .subscribe .subscribe__hint a:hover{text-decoration:none}.inactive-promo .subscribe .subscribe__form-message{max-width:none;margin:0;font-size:14px}.inactive-promo .subscribe .subscribe__form-message:not(:empty){margin-top:10px}.inactive-promo .subscribe .subscribe__form-message--error{color:#c8323c}.subscribe__form-input-wrap{width:100%}.inactive-promo-subscribe-wrap{padding:65px 0}@media (max-width:767.98px){.inactive-promo-subscribe-wrap{padding:40px 0}}.inactive-promo-subscribe-title{margin-bottom:28px;font-size:28px;font-weight:700;line-height:1;text-transform:uppercase;color:#44d62c}@media (max-width:991.98px){.inactive-promo-subscribe-title{font-size:24px}}@media (max-width:767.98px){.inactive-promo-subscribe-title{font-size:20px}}.store-subscription{background-color:#000;background-position:top;background-repeat:no-repeat;background-size:cover}.store-subscription__wrap{margin:0 auto;display:-ms-grid;display:grid}@media (min-width:992px){.store-subscription__wrap{padding:90px 10px;grid-template-areas:"title title" "desc form"}}@media (max-width:991.98px){.store-subscription__wrap{padding:25px 10px;grid-template-areas:"title" "desc" "form"}}.store-subscription__text{grid-area:title;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.store-subscription__icon,.store-subscription__icon svg{max-width:100%}.store-subscription__title{font-family:RazerF5,sans-serif;font-size:32px;line-height:1;font-weight:400;text-transform:uppercase;color:#44d62c}.store-subscription__form-wrap{grid-area:form;align-self:flex-end;padding:30px;position:relative;overflow:hidden;background-color:#000;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}@media (min-width:992px){.store-subscription__form-wrap{-ms-flex-preferred-size:49%;flex-basis:49%;margin-left:1%}}@media (max-width:991.98px){.store-subscription__form-wrap{width:100%}}@media (max-width:575.98px){.store-subscription__form-wrap .subscribe__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.store-subscription__form-wrap .subscribe__form-input{min-height:40px;font-size:16px!important;background-color:rgba(0,0,0,0)!important;border:1px solid #464646!important}@media (max-width:575.98px){.store-subscription__form-wrap .subscribe__form-input{margin-bottom:10px}}.store-subscription__form-wrap .subscribe__form-button{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding:10px 16px!important;min-height:40px;font-weight:700}@media (max-width:575.98px){.store-subscription__form-wrap .subscribe__form-button{width:100%;margin:0}}.store-subscription__form-wrap .subscribe__hint{margin-top:10px;font-size:14px;line-height:1.42857}.store-subscription__form-wrap .subscribe__hint a{color:#44d62c}.store-subscription__form{-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.store-subscription__form--hidden{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);opacity:0;pointer-events:none}.subscribe__form-success-message{position:absolute;width:100%;padding:10px;opacity:0;-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);pointer-events:none;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;-webkit-transition-property:top,left,opacity,-webkit-transform;transition-property:top,left,opacity,-webkit-transform;transition-property:top,left,transform,opacity;transition-property:top,left,transform,opacity,-webkit-transform}.subscribe__form-success-message,.subscribe__form-success-message *{font-family:RazerF5,sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;text-align:center;color:#44d62c}.subscribe__form-success-message--error,.subscribe__form-success-message--error *{color:#c8323c}.subscribe__form-success-message--visible{top:50%;left:50%;opacity:1;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:unset}.store-subscription__desc{grid-area:desc;font-family:RazerF5,sans-serif;font-size:19px;font-weight:400;line-height:1.36842;color:#fff}@media (min-width:992px){.store-subscription__text{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:2}.store-subscription__form-wrap{-ms-grid-row:2;-ms-grid-column:2}.store-subscription__desc{-ms-grid-row:2;-ms-grid-column:1}}@media (max-width:991.98px){.store-subscription__text{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:1}.store-subscription__form-wrap{-ms-grid-row:3;-ms-grid-column:1}.store-subscription__desc{-ms-grid-row:2;-ms-grid-column:1}}@media (min-width:992px){.store-subscription__desc{margin-top:22px}}@media (max-width:991.98px){.store-subscription__desc{margin-bottom:22px}}.timer-section{background-color:#000}.timer-section__wrap{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767.98px){.timer-section__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:576px){.timer-section__wrap{padding-top:60px;padding-bottom:60px}}@media (max-width:575.98px){.timer-section__wrap{padding-top:25px;padding-bottom:25px}}.timer-section__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 3%}@media (min-width:768px){.timer-section__text{-ms-flex-preferred-size:50%;flex-basis:50%}}@media (max-width:767.98px){.timer-section__text{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:30px}}@media (min-width:768px){.timer-section__icon{margin-right:30px}}@media (max-width:767.98px){.timer-section__icon{margin-right:20px}}.timer-section__title{margin-bottom:.3em;font-family:RazerF5,sans-serif;font-size:30px;line-height:1;font-weight:400}.timer-section__countdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0 5%}@media (min-width:768px){.timer-section__countdown{-ms-flex-preferred-size:50%;flex-basis:50%}}@media (max-width:767.98px){.timer-section__countdown{-ms-flex-preferred-size:100%;flex-basis:100%}}.timer-section__time-divider{content:":"}.timer-section__time-divider,.timer-section__time-numbers{font-family:RazerF5,sans-serif;font-size:36px;font-weight:400;color:#44d62c}.timer-section__time-numbers{line-height:1.2}.timer-section__time-words{font-family:RazerF5,sans-serif;font-size:16px;font-weight:400}.focal-product-section{margin:70px 0 20px}@media (max-width:767.98px){.focal-product-section{margin-top:40px}}.focal-product-section .banner-type-9+.banner-type-9{margin-top:20px}.focal-product-section__container{margin:0 auto}.focal-product-section__title{margin-bottom:40px;font-family:RazerF5,sans-serif;font-weight:700;font-size:32px;line-height:1;text-transform:uppercase;color:#44d62c}.promo-category-links-section{padding:50px 0}@media (max-width:767.98px){.promo-category-links-section{padding:40px 0}}.promo-category-links-section__container{margin:0 auto}.promo-category-links-item{margin-bottom:10px;min-height:100px;padding:15px 40px 15px 45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;outline:none;background-color:#2c2c2c;-webkit-transition:background-color .25s;transition:background-color .25s}@media (max-width:767.98px){.promo-category-links-item{padding:15px;min-height:70px}}.promo-category-links-item:hover{background-color:#464646}.promo-category-links-item:last-child{margin-bottom:0}.promo-category-links-item__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:1;font-weight:600;text-transform:uppercase;color:#44d62c}@media (max-width:767.98px){.promo-category-links-item__title{font-size:14px}}.promo-category-links-item__icon{-ms-flex-negative:0;flex-shrink:0;width:36px;height:36px;margin-right:26px;fill:#44d62c}@media (max-width:767.98px){.promo-category-links-item__icon{margin-right:10px}}.promo-category-links-item__icon svg{display:block;max-width:100%;max-height:100%}.promo-category-links-item__link{margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:1;font-weight:600;color:#fff}@media (max-width:767.98px){.promo-category-links-item__link{font-size:14px}}.promo-category-links-item__link-text{margin-right:10px}@media (max-width:767.98px){.promo-category-links-item__link-text{display:none}}.promo-category-links-item__link-icon{-ms-flex-negative:0;flex-shrink:0;stroke:#fff}.syntes-store-empty-cart{padding:30px 10px}.syntes-store-empty-cart__title{margin:0;font-size:18px;line-height:1.2;font-weight:400;color:#44d62c}.syntes-store-empty-cart__footer{margin-top:20px}.syntes-store__cart-page{font-family:RazerF5,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:60px 0}@media (max-width:767.98px){.syntes-store__cart-page{padding:0}}.syntes-store__is-patching{opacity:.5;pointer-events:none}.syntes-store__cart-page-title{font-size:24px;line-height:30px;text-transform:uppercase;color:#44d62c;margin-bottom:22px}@media (max-width:991.98px){.syntes-store__cart-page-title.syntes-store__cart-page-title--order{margin:36px 0 22px}}@media (max-width:767.98px){.syntes-store__cart-page-title.syntes-store__cart-page-title--order{display:none}}@media (max-width:767.98px){.syntes-store__cart-page-title{font-weight:100;margin:23px 0 16px;font-size:20px;line-height:24px}}.syntes-cart-page__wrapper{background-color:#2c2c2c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:767.98px){.syntes-cart-page__wrapper{background-color:#1f1f1f}}.syntes-cart-page__header{background-color:#1f1f1f;padding:60px 0;font-family:RazerF5,sans-serif}@media (max-width:767.98px){.syntes-cart-page__header{padding:30px 0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.syntes-cart-page__header-title{font-weight:100;font-size:38px;line-height:38px;text-transform:uppercase;color:#44d62c;margin:10px 0 18px}@media (max-width:767.98px){.syntes-cart-page__header-title{display:none}}.syntes-cart-page__feature-wrap,.syntes-cart-page__features{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767.98px){.syntes-cart-page__feature-wrap{border-bottom:1px solid #2c2c2c}.syntes-cart-page__feature-wrap:last-of-type{border-bottom:none}}.syntes-cart-page__feature{background-color:#2c2c2c;font-weight:600;font-size:15px;line-height:16px;margin-right:19px;padding:18px 28px 28px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%}@media (max-width:991.98px){.syntes-cart-page__feature{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;min-height:60px}}@media (max-width:767.98px){.syntes-cart-page__feature{background-color:#1f1f1f}}.syntes-cart-page__feature:last-of-type{margin-right:0}.syntes-cart-page__feature svg{width:36px;height:36px;-ms-flex-negative:0;flex-shrink:0}.syntes-cart-page__feature-description{margin-top:14px;color:#888}.syntes-cart-page__feature-description strong{color:#fff}@media (max-width:1199.98px){.syntes-cart-page__feature-description{margin-top:0;margin-left:15px}}.syntes-cart-page__breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:12px;line-height:12px;color:#888;font-weight:600}@media (max-width:767.98px){.syntes-cart-page__breadcrumbs{display:none}}.syntes-cart-page__breadcrumb{text-decoration:none;color:#888;margin-right:3px}.syntes-store__products-banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:4px;min-height:41px;padding:8px 30px;margin-top:11px;font-size:15px;line-height:18px;color:#fff;background-color:#1f1f1f;background-size:cover;background-repeat:no-repeat;background-position:100%}@media (max-width:767.98px){.syntes-store__products-banner{padding:8px 20px}}.syntes-store__products-banner-text a{font-weight:500;color:#fff}.syntes-store__products-banner-text a:hover{color:#d5d5d5}.syntes-store__products-banner-logo{-ms-flex-negative:0;flex-shrink:0;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.syntes-store__mobile-checkout-button{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;left:0;right:0;bottom:0;height:60px;color:#1f1f1f;background-color:#44d62c;z-index:9999}@media (max-width:767.98px){.syntes-store__mobile-checkout-button{display:-webkit-box;display:-ms-flexbox;display:flex}}.syntes-store__mobile-checkout-button-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px}.syntes-store__mobile-checkout-button-inner--disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.syntes-store__mobile-checkout-button-price{font-size:23px;line-height:25px;font-weight:600}.syntes-store__mobile-checkout-button-text{font-size:14px;line-height:16px;font-weight:700;text-transform:uppercase}.syntes-store__promo-message{margin-top:11px}.syntes-store__promo-message-inner{background-color:#1f1f1f;padding:30px;font-size:14px;line-height:23px;color:#888}.syntes-store-checkout-section-payment .syntes-store__show-other-payment-methods{margin-top:30px}@media (max-width:991.98px){.syntes-store-checkout-section-payment{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-bottom:20px}}.syntes-store-payment-frame{width:100%;height:670px}.syntes-store-payment-frame--white-back{background-color:#fff}.syntes-store-payment-frame-error-container{margin-top:25px}.syntes-store-payment-frame-error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 25px 20px;background-color:#1f1f1f}.syntes-store-payment-frame-error__icon-wrap{-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.syntes-store-payment-frame-error__content{font-size:15px;font-weight:600;line-height:1.33333;color:#c9c9c9}.syntes-store-payment-frame-error__content .btn-link{text-decoration:underline}.syntes-store-payment-frame-error-btn-wrap{margin-top:10px}.syntes-store__checkout-success{padding:60px 0}.syntes-store__checkout-success-container{display:inline-block;max-width:690px;padding:25px 30px;font-size:16px;font-weight:600;line-height:1.25;color:#888;background-color:#1f1f1f}.syntes-store__checkout-success-container--in-frame{display:block;max-width:none}.syntes-store__checkout-success-title{font-size:24px;line-height:1.2;font-weight:400;text-transform:uppercase;margin-bottom:24px;color:#44d62c}.syntes-store__checkout-success-get-status{margin-top:24px}.syntes-store__aside{background-color:#1f1f1f;padding:30px 20px;position:sticky;top:70px}@media (max-width:767.98px){.syntes-store__aside{background-color:#2c2c2c;padding:20px;margin-bottom:30px}}.syntes-store__aside-header{margin:0 0 20px;font-weight:400;font-size:20px;line-height:20px;text-transform:uppercase;color:#44d62c;border-bottom:1px solid #464646;padding-bottom:20px}.cart-side__group{padding:10px 0}.syntes-store__aside-actions{margin-top:12px}@media (max-width:767.98px){.syntes-store__aside-actions{display:none}}.syntes-store__aside-actions-submit{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.syntes-store__aside-total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-top:25px}.syntes-store__aside-total-title{font-size:14px;font-weight:600;color:#888;margin-right:10px;line-height:16px}.syntes-store__aside-total-amount{font-size:24px;line-height:22px;font-weight:600;text-transform:uppercase;color:#fff;-ms-flex-negative:0;flex-shrink:0}.syntes-store__aside-total-amount-regular .icon-rubl:before{font-weight:500;font-size:.95em}.syntes-store__aside-total-amount-regular.syntes-store__aside-total-amount-regular--discounted{font-size:18px;line-height:22px;font-weight:400;color:#888;position:relative;display:inline-block}.syntes-store__aside-total-amount-regular.syntes-store__aside-total-amount-regular--discounted:before{content:"";display:block;position:absolute;height:1px;background-color:#888;width:100%;top:50%}.syntes-store__aside-total-amount-discounted .icon-rubl:before,.syntes-store__aside-total-amount-regular.syntes-store__aside-total-amount-regular--discounted .icon-rubl:before{font-weight:400}.syntes-store__aside-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:16px;color:#888;font-size:14px;font-weight:600;margin-bottom:5px}.syntes-store__aside-group:last-of-type{margin-bottom:0}.syntes-store__aside-group-amount{color:#fff}.syntes-store__aside-no-product{color:#888;font-size:14px;font-weight:600;margin-bottom:5px;margin-top:17px;line-height:20px}@media (max-width:767.98px){.syntes-store__aside-promo{margin-top:25px}}.syntes-store__aside-promo:before{content:"";display:block;height:1px;background:#464646;margin:30px -20px}@media (max-width:767.98px){.syntes-store__aside-promo:before{display:none}}@media (max-width:767.98px){.syntes-store__aside-promo .input__field{background-color:#1f1f1f}}.syntes-store__aside-promo-message--error{margin-top:20px}.syntes-store__aside-promo-message{text-align:center;font-family:Roboto,Arial,Helvetica,sans-serif;color:#fff;font-size:13px;line-height:17px}.syntes-store__aside-promo-message a{color:#44d62c}.syntes-store__aside-promo-code{display:-webkit-box;display:-ms-flexbox;display:flex}.syntes-store__aside-promo-code-input{width:100%}.syntes-store__aside-promo-code-input .input__field{border-bottom-right-radius:0;border-top-right-radius:0}.syntes-store__aside-promo-submit{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;outline:none!important;cursor:pointer;background-color:#44d62c;width:40px;height:40px;background-position:50%;background-repeat:no-repeat;border:none;background-size:14px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNDA2IDQuMTAyTDUuNDUgOC4xNDVsNi42MjEtNi42MjIiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==");-webkit-transition:.3s;transition:.3s}.syntes-store__aside-promo-submit.syntes-store__aside-promo-submit--patching{background-color:#464646;-webkit-box-shadow:none;box-shadow:none;pointer-events:none}.syntes-store__deferred{margin-top:75px}@media (max-width:991.98px){.syntes-store__deferred{margin-top:0}}@media (max-width:767.98px){.syntes-store__deferred{margin-bottom:14px}}@media (max-width:767.98px){.syntes-store__products{margin-bottom:30px}}.syntes-store__products-no-items{background-color:#1f1f1f;padding:30px 20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:600;font-size:16px;line-height:20px;color:#888}@media (max-width:767.98px){.syntes-store__products-no-items{background-color:#2c2c2c;padding:20px}}.syntes-store__cart-product{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#1f1f1f;padding:30px 20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:14px;position:relative}@media (max-width:767.98px){.syntes-store__cart-product{padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#2c2c2c}}.syntes-store__cart-product:last-of-type{margin-bottom:0}.syntes-store__cart-product-actions-wrapper,.syntes-store__cart-product-actions-wrapper-top,.syntes-store__cart-product-info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.syntes-store__cart-product-actions-wrapper-top{-ms-flex-item-align:end;align-self:flex-end}.syntes-store__cart-product-actions-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-negative:0;flex-shrink:0}@media (max-width:767.98px){.syntes-store__cart-product-actions-wrapper{margin-top:15px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.syntes-store__cart-product-actions-wrapper-bottom{margin-top:15px;position:relative;-ms-flex-item-align:end;align-self:flex-end}.syntes-store__cart-product-actions-wrapper-bottom button{color:#44d62c}@media (max-width:767.98px){.syntes-store__cart-product-actions-wrapper-bottom{line-height:14px;margin-top:0;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto}}.syntes-store__cart-product-image{width:85px;height:85px;margin-right:20px;-ms-flex-negative:0;flex-shrink:0}@media (max-width:767.98px){.syntes-store__cart-product-image{width:70px;height:70px}}.syntes-store__cart-product-image--gift{position:relative}.syntes-store__cart-product-image--gift:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.034 25.616v-25h-25l25 25z' fill='%233BC737'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.977 4.064a1.733 1.733 0 013.033-1.147 1.733 1.733 0 012.788 2.035h1.22c.699 0 1.266.568 1.266 1.268v1.729h-.806v3.192c0 .7-.568 1.268-1.268 1.268h-6.736c-.7 0-1.268-.568-1.268-1.268V7.95h-.672v-1.73c0-.699.567-1.266 1.267-1.266h1.42a1.725 1.725 0 01-.244-.889zm1.72 1.733H13.8a.422.422 0 00-.422.423v.884h4.197V5.798h-.879zm1.724 0v1.307h4.018V6.22a.422.422 0 00-.422-.423h-3.596zm.899-.844a.889.889 0 10-.884-1.052c.005.054.008.108.008.163v.889h.876zM17.584 3.9a.889.889 0 10-.883 1.052h.875v-.889c0-.055.003-.109.008-.163zm4.049 4.048H18.42v3.615h2.79c.233 0 .422-.19.422-.423V7.95zm-4.056 3.615V7.949H14.05v3.192c0 .234.19.423.423.423h3.102z' fill='%23000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% 0}.syntes-store__cart-product-image-src{max-width:100%;margin:auto;display:block}.syntes-store__cart-product-title{font-size:18px;line-height:15px;margin-bottom:5px;font-weight:600;color:#44d62c;text-decoration:none;-ms-flex-item-align:baseline;align-self:baseline}@media (max-width:767.98px){.syntes-store__cart-product-title{font-size:17px}}.syntes-store__cart-product-title:hover{text-decoration:none;color:#44d62c}.syntes-store__cart-product-info{line-height:18px;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.syntes-store__cart-product-sku{color:#888;font-weight:600;font-size:14px;display:block;margin-top:6px}@media (max-width:767.98px){.syntes-store__cart-product-sku{margin-top:1px}}.syntes-store__cart-product-availability{color:#d5d5d5;font-weight:600;font-size:14px;display:block;margin-top:auto}@media (max-width:767.98px){.syntes-store__cart-product-availability{margin-top:2px}}.syntes-store__cart-product-actions{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;height:16px}.syntes-store__cart-product-action{font-size:20px;cursor:pointer;width:44px;height:44px;color:#fff;outline:none;-webkit-transition:.3s;transition:.3s;line-height:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.syntes-store__cart-product-action:hover{opacity:.8}.syntes-store__cart-product-action--plus:before{content:"+";margin-top:-5px}.syntes-store__cart-product-action--minus:before{content:"-";margin-top:-4px}.syntes-store__cart-product-action--substitute{cursor:default}.syntes-store__cart-product-qty{font-size:18px;color:#d5d5d5}.syntes-store__cart-product-price{font-size:18px;white-space:nowrap;line-height:17px;min-width:80px;margin-left:30px;-ms-flex-item-align:start;align-self:flex-start;color:#fff}@media (max-width:767.98px){.syntes-store__cart-product-price{font-size:16px;text-align:right;margin-right:0;margin-left:0}}.syntes-store__cart-product-price .icon-rubl:before{font-weight:500;font-size:.95em}.syntes-store__cart-product-price-regular.syntes-store__cart-product-price--discounted{color:#888;font-size:13px;position:relative;display:inline-block;margin-top:3px}.syntes-store__cart-product-price-regular.syntes-store__cart-product-price--discounted:before{content:"";height:1px;display:block;position:absolute;top:50%;left:0;right:0;background-color:#888}.syntes-store__cart-product-price-new-price .icon-rubl:before,.syntes-store__cart-product-price-regular.syntes-store__cart-product-price--discounted .icon-rubl:before{font-weight:400}.syntes-store__cart-product-remove{color:#c8323c;font-size:18px;font-weight:400;cursor:pointer;outline:none;-ms-flex-item-align:start;align-self:flex-start;line-height:14px}@media (max-width:767.98px){.syntes-store__cart-product-remove{position:absolute;top:10px;right:10px}}.syntes-store__cart-product-notify-msg{position:absolute;background-color:#fff;top:calc(100% + 10px);left:0;right:0;color:#000;padding:5px;font-size:12px;font-weight:400;line-height:18px;text-align:left;-webkit-transition:opacity .6s;transition:opacity .6s;z-index:1}.syntes-store__cart-product-notify-msg a{color:#000;text-decoration:underline}.syntes-store__cart-product-notify-msg a:hover{text-decoration:none}.syntes-store-account{font-family:RazerF5,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:60px auto 40px}.syntes-store-account .syntes-store-base-form__group{position:relative}.syntes-store-account__head-title{text-transform:uppercase;font-size:38px;line-height:38px;font-weight:100;margin-bottom:30px;color:#44d62c}.syntes-store-account__sub-title{font-size:24px;display:block;color:#44d62c;font-weight:400;-webkit-transition:.3s;transition:.3s;margin-bottom:42px;text-transform:uppercase}.syntes-store-account-menu{margin-top:10px;border-bottom:1px solid #464646;border-top:1px solid #464646;padding:10px 0}.syntes-store-account-menu__info{font-size:16px;color:#fff}.syntes-store-account-menu__item{display:block;color:#fff;font-size:17px;font-weight:400;padding:10px 0;-webkit-transition:.3s;transition:.3s;text-decoration:none!important}.syntes-store-account-menu__item.syntes-store-account-menu__item--selected,.syntes-store-account-menu__item:hover{color:#44d62c}.syntes-store-account__confirm-phone-btn{position:absolute;right:10px;top:34px;border-bottom:1px solid;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transition-property:color,border-color;transition-property:color,border-color}.syntes-store-account__confirm-phone-btn:focus,.syntes-store-account__confirm-phone-btn:hover{text-decoration:none;border-bottom-color:rgba(0,0,0,0)}.syntes-store-account__date-of-birth-picker input{display:-webkit-box;display:-ms-flexbox;display:flex;color-scheme:dark;-webkit-appearance:none}.syntes-store-account__date-of-birth-picker input::-webkit-datetime-edit-day-field:focus,.syntes-store-account__date-of-birth-picker input::-webkit-datetime-edit-month-field:focus,.syntes-store-account__date-of-birth-picker input::-webkit-datetime-edit-year-field:focus{background-color:#44d62c;color:#000;outline:none}.syntes-store-base-form .syntes-store-base-form__group{margin-bottom:24px}.syntes-store-base-form .syntes-store-base-form__success-summary{color:#44d62c;margin-bottom:24px}.syntes-store-base-form .syntes-store-base-form__error-summary{color:#c8323c;margin-bottom:24px}.reset-password{padding:30px 0}.reset-password .input__title label{margin-bottom:0}.reset-password .syntes-store-base-form__group{max-width:320px}.reset-password__title{margin-bottom:16px;color:#fff;font-size:20px;line-height:24px;display:block}.reset-password__form ul{list-style:none;padding:0;font-size:14px;color:#c8323c;margin:10px 0 0}.syntes-store-account-login{padding:30px 32px 0;background-color:#2c2c2c}.syntes-store-account-login .input__field{border:1px solid #696969;background-color:rgba(0,0,0,0)}.syntes-store-account-login .btn{width:100%;white-space:normal}.syntes-store-account-login__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px;color:#fff}.syntes-store-account-login__title{font-size:20px}.syntes-store-account-login__restore-link{opacity:.5}.syntes-store-account-login__restore-link,.syntes-store-account-login__restore-link.btn-link{font-size:16px;color:inherit}.syntes-store-account-login__restore-link.btn-link:hover,.syntes-store-account-login__restore-link:hover{opacity:.3;color:inherit}.modal--login .modal__content{padding:0;background-color:#2d2d2d}.modal--login .modal__close{display:none}.join-modal__wrap{position:relative}@media (max-width:991.98px){.join-modal__wrap{max-width:100%}}.join-modal__wrap--in-cart{padding:60px 44px 40px;max-width:1040px}@media (max-width:991.98px){.join-modal__wrap--in-cart{padding:56px 32px 32px}}@media (max-width:575.98px){.join-modal__wrap--in-cart{padding:56px 20px 20px}}@media (min-width:576px){.join-modal__wrap .modal__close-btn{width:20px;height:20px;right:32px;top:20px}}.join-modal__wrap--in-cart .modal__close-btn{width:40px;height:40px;right:12px;top:10px}.join-modal__wrap--in-cart .modal__close-btn:after,.join-modal__wrap--in-cart .modal__close-btn:before{width:30px;background-color:#44d62c}@media (max-width:575.98px){.join-modal__wrap--sms-code-confirmation .modal__close-btn{right:20px}}.join-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.join-modal-section{width:690px;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px}@media (max-width:991.98px){.join-modal-section{gap:20px}}@media (max-width:767.98px){.join-modal-section{-ms-flex-wrap:wrap;flex-wrap:wrap}}.join-modal__wrap--in-cart .join-modal-section{width:auto}.join-modal-section .login-row{padding:50px 32px 32px}@media (max-width:575.98px){.join-modal-section .login-row{padding:40px 20px 30px}}.join-modal__wrap--in-cart .join-modal-section .login-row{width:100%;max-width:100%;padding:24px 32px;background-color:#262626}@media (max-width:991.98px){.join-modal__wrap--in-cart .join-modal-section .login-row{padding:16px 24px}}@media (max-width:767.98px){.join-modal__wrap--in-cart .join-modal-section .login-row{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.join-modal-section .login-row .syntes-store-account-login{padding:0;background:rgba(0,0,0,0)}.syntes-store-account-authentication{background-color:#2d2d2d}.join-modal__wrap--in-cart .syntes-store-account-authentication{background-color:rgba(0,0,0,0)}.syntes-store-account-authentication__form{padding:32px;background-color:#262626}@media (max-width:575.98px){.syntes-store-account-authentication__form{padding:20px}}.join-modal__wrap--in-cart .syntes-store-account-authentication__form{padding:0}.syntes-store-account-authentication__form-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px;color:#fff}.syntes-store-account-authentication__form-title{font-size:20px;line-height:1.2}.syntes-store-account-authentication__form-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}@media (max-width:575.98px){.syntes-store-account-authentication__form-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.syntes-store-account-authentication__form-group .input{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.syntes-store-account-authentication__form-group .input__field{border:1px solid #696969;background-color:rgba(0,0,0,0)}.syntes-store-account-authentication__form-group .input__title{margin-bottom:5px;font-weight:400}.syntes-store-account-authentication__form-group .btn{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}@media (min-width:576px){.syntes-store-account-authentication__form-group .btn{margin-top:19px}}.syntes-store-account-authentication__form-footer{margin-top:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}@media (max-width:575.98px){.syntes-store-account-authentication__form-footer{margin-top:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.syntes-store-account-authentication__form-switcher{text-transform:uppercase}.syntes-store-account-authentication__form-switcher:focus,.syntes-store-account-authentication__form-switcher:hover{text-decoration:none}.syntes-store-account-authentication__form-agreement{font-weight:400;font-size:13px;line-height:1.15385;color:#fff;opacity:.8}.syntes-store-account-authentication__form-agreement a{color:inherit;text-decoration:underline}.syntes-store-account-authentication__form-agreement a:hover{color:inherit;text-decoration:none}@media (min-width:768px){.join-modal__wrap--in-cart .syntes-store-account-authentication__form-agreement--for-auth-form{display:none}}@media (max-width:767.98px){.syntes-store-account-authentication__form-agreement--for-cart-modal{display:none}}.syntes-store-account-login-by-social__title{font-family:RazerF5,sans-serif;font-weight:600}.syntes-store-account-login-by-social__links-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px 42px}@media (max-width:575.98px){.syntes-store-account-login-by-social__links-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.syntes-store-account-login-by-social__link{width:30px;height:30px;-webkit-transition:opacity .25s;transition:opacity .25s}.syntes-store-account-login-by-social__link:hover{opacity:.75}.syntes-store-account-login-by-social__link>img{display:block;margin:0 auto;height:100%}.code-confirmation-modal{width:600px;max-width:100%;padding:56px 32px 32px}@media (max-width:575.98px){.code-confirmation-modal{padding:40px 20px 30px}}.join-modal__wrap--in-cart .code-confirmation-modal{padding:0}.code-confirmation-modal .syntes-store-base-form__error-summary{margin-bottom:8px}.syntes-store-account-code-confirmation{background-color:#2d2d2d}.syntes-store-account-code-confirmation__form{padding:20px;background-color:#262626}.syntes-store-account-code-confirmation__form-header{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:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px;color:#fff}.syntes-store-account-code-confirmation__form-title{font-size:20px;line-height:1.2}.syntes-store-account-code-confirmation__form-subtitle{font-size:14px;line-height:1.2;color:#888}.syntes-store-account-code-confirmation__form-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}@media (max-width:575.98px){.syntes-store-account-code-confirmation__form-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.syntes-store-account-code-confirmation__form-group .input{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.syntes-store-account-code-confirmation__form-group .input__field{border:1px solid #696969;background-color:rgba(0,0,0,0)}.syntes-store-account-code-confirmation__form-group .input__title{margin-bottom:5px;font-weight:400}.syntes-store-account-code-confirmation__form-group .btn{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}@media (min-width:576px){.syntes-store-account-code-confirmation__form-group .btn{margin-top:19px}}.syntes-store-account-code-confirmation__form-timer{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;gap:20px}.syntes-store-account-code-confirmation__form-timer p{font-family:RazerF5,sans-serif;font-size:16px;font-weight:400;line-height:1}.syntes-store-account-code-confirmation__form-timer .btn-link:focus,.syntes-store-account-code-confirmation__form-timer .btn-link:hover{text-decoration:none}.syntes-store-account-code-confirmation__footer{margin-top:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}@media (max-width:575.98px){.syntes-store-account-code-confirmation__footer{margin-top:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.syntes-store-account-code-confirmation__form-switcher{text-transform:uppercase}.syntes-store-account-code-confirmation__form-switcher:focus,.syntes-store-account-code-confirmation__form-switcher:hover{text-decoration:none}.anonymous-order{-ms-flex-preferred-size:39%;flex-basis:39%;padding:24px 32px;background-color:#262626}@media (max-width:991.98px){.anonymous-order{padding:16px 24px 20px}}@media (max-width:767.98px){.anonymous-order{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.anonymous-order__title{margin-bottom:16px;font-size:20px;line-height:1.2;color:#fff}@media (max-width:575.98px){.anonymous-order__btn{width:100%}}.syntes-store-account-orders .syntes-store-account-order-item{background-color:#1f1f1f;font-size:14px;padding:20px 0 24px;margin-bottom:16px;line-height:20px}.syntes-store-account-orders .syntes-store-account-order-item .order-section{border-bottom:1px solid #464646;padding:8px 20px}.syntes-store-account-orders .syntes-store-account-order-item .order-section:last-of-type{border-bottom:none}.syntes-store-account-orders .syntes-store-account-order-item .order-section .order-pay-btn,.syntes-store-account-orders .syntes-store-account-order-item .order-section .order-pay-btn.btn{margin-top:20px}.syntes-store-account-orders .syntes-store-account-order-item .order-section .validation-message{text-align:center}.syntes-store-account-orders .syntes-store-account-order-item .order-section .validation-message--error{display:block}.syntes-store-account-orders .syntes-store-account-order-item .order-number,.syntes-store-account-orders .syntes-store-account-order-item .order-status{font-size:15px;color:#c9c9c9}.syntes-store-account-orders .syntes-store-account-order-item .order-status:first-letter{text-transform:capitalize}.syntes-store-account-orders .syntes-store-account-order-item .order-info{color:#646464;margin-top:8px;margin-bottom:16px}.syntes-store-account-orders .syntes-store-account-order-item .order-info .order-info__payment-change{margin-left:4px}.syntes-store-account-orders .syntes-store-account-order-item .order-info a{color:#44d62c;text-decoration:underline}.syntes-store-account-orders .syntes-store-account-order-item .order-product .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.syntes-store-account-orders .syntes-store-account-order-item .order-product .order-product__image{height:90px;background:0 no-repeat;background-size:contain}.syntes-store-account-orders .syntes-store-account-order-item .order-product .order-product__title,.syntes-store-account-orders .syntes-store-account-order-item .order-product a.order-product__title{font-size:16px;color:#44d62c}.syntes-store-account-orders .syntes-store-account-order-item .order-product .order-product__price{margin-top:20px}.syntes-store-account-orders .syntes-store-account-order-item .order-product .order-product__old-price{text-decoration:line-through}.syntes-store-account-orders .syntes-store-account-order-item .order-summary{margin-top:24px}.syntes-store-account-orders .syntes-store-account-order-item .order-summary .order-summary__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.syntes-store-account-orders .syntes-store-account-order-item .order-summary .order-summary__row .order-summary__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:#646464}.syntes-store-account-orders .syntes-store-account-order-item .order-summary .order-summary__row .order-summary__value{text-align:right}.syntes-store-account-orders .syntes-store-account-order-item .order-summary .order-summary__row.order-summary__row--total{margin-top:16px}.syntes-store-account-orders .syntes-store-account-order-item .order-summary .order-summary__row.order-summary__row--total .order-summary__value{font-size:24px}.syntes-store-account-orders .syntes-store-account-order-item .icon-rubl:before{font-weight:500}.syntes-store-account-orders .order-pay-btn,.syntes-store-account-orders .order-pay-btn.btn{width:100%;font-size:16px;color:#fff;background-color:#44d62c;padding-bottom:3px}.syntes-store-account-orders .order-pay-btn.btn:hover,.syntes-store-account-orders .order-pay-btn:hover{background-color:#0f0}.syntes-store-account-orders__change-payment{min-height:auto}@media (max-width:575.98px){.syntes-store-account-orders__change-payment .modal__content-head{padding:32px 20px 10px}}.syntes-store-account-orders__change-payment .modal__content-title{font-size:20px;color:#fff;text-align:left}.syntes-store-account-orders__change-payment .syntes-store-account-orders__payment-methods-list{padding:16px 32px 32px}@media (max-width:575.98px){.syntes-store-account-orders__change-payment .syntes-store-account-orders__payment-methods-list{padding:0 20px 10px}}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-item{margin-bottom:20px}@media (max-width:575.98px){.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-item{margin-bottom:10px}}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-item:last-of-type{margin-bottom:0}@media (max-width:575.98px){.syntes-store-account-orders__change-payment .syntes-store-switch-card__header{margin-bottom:0}}@media (max-width:575.98px){.syntes-store-account-orders__change-payment .syntes-store-switch-card__title{font-size:16px}}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-label{width:100%;cursor:pointer;background-color:#1f1f1f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-label .syntes-store-account-orders__change-payment-info-link{-webkit-transition:.3s;transition:.3s;cursor:pointer;font-size:13px;color:#06a003;border-bottom:1px dotted #06a003}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-label .syntes-store-account-orders__change-payment-info-link:hover{color:#646464;border-bottom:1px dotted #646464}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-label .syntes-store-account-orders__change-toggle{text-align:right;margin:0;line-height:0}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-label .syntes-store-account-orders__change-toggle input[type=radio]{position:absolute;opacity:0}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-label .syntes-store-account-orders__change-toggle input[type=radio]+.syntes-store-account-orders__change-toggle-label:before{content:"";border-radius:100%;position:relative;cursor:pointer;text-align:center;-webkit-transition:background .5s ease;transition:background .5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;width:16px;height:16px;border:1px solid #464646;background:#1f1f1f}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-label .syntes-store-account-orders__change-toggle input[type=radio]:checked+.syntes-store-account-orders__change-toggle-label:before{background:#06a003}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-label .syntes-store-account-orders__change-payment-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;line-height:18px;font-weight:600;color:#fff}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-label .syntes-store-account-orders__change-payment-title-img{width:40px;margin-right:10px}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-label .syntes-store-account-orders__change-payment-description,.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment-label .syntes-store-account-orders__change-payment-description p{display:block;line-height:20px;font-size:14px;font-family:inherit}.syntes-store-account-orders__change-payment .modal__content-footer{min-height:auto;padding-bottom:24px;max-width:unset;margin:auto 32px}@media (max-width:575.98px){.syntes-store-account-orders__change-payment .modal__content-footer{margin:auto 20px}}.syntes-store-account-orders__change-payment .validation-message--error{display:block}.syntes-store-account-orders__change-payment .syntes-store-account-orders__change-payment--is-updating>*{opacity:.5;pointer-events:none}.syntes-store-account-orders__change-payment .syntes-store-account-orders__payment-info{min-height:auto}.syntes-store-account-orders__change-payment .syntes-store-account-orders__payment-info-content{padding:16px 24px}
.main-menu-mobile-accordion{margin-bottom:20px}.main-menu-mobile-accordion .main-menu-mobile-accordion:last-child{margin-bottom:0}.main-menu-mobile-accordion .main-menu-mobile-accordion{margin-bottom:10px}.main-menu-mobile-accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:.15s;transition:.15s;-webkit-transition-property:margin-bottom;transition-property:margin-bottom}.main-menu-mobile-accordion--open>.main-menu-mobile-accordion__header{margin-bottom:10px}.main-menu-mobile-accordion__title{font-weight:700;color:#888;-webkit-transition:color .15s;transition:color .15s}.main-menu-mobile-accordion__title>a{color:inherit}.main-menu-mobile-accordion--active>.main-menu-mobile-accordion__header .main-menu-mobile-accordion__title,.main-menu-mobile-accordion--open>.main-menu-mobile-accordion__header .main-menu-mobile-accordion__title{color:#fff}.main-menu-mobile-accordion__arrow{display:inline-block;width:12px;height:12px;border:solid #888;border-width:0 2px 2px 0;padding:3px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.15s ease;transition:.15s ease;-webkit-transition-property:border-color,-webkit-transform;transition-property:border-color,-webkit-transform;transition-property:transform,border-color;transition-property:transform,border-color,-webkit-transform}.main-menu-mobile-accordion__arrow--open{-webkit-transform:rotate(-135deg) translateY(-5px) translateX(-5px);-ms-transform:rotate(-135deg) translateY(-5px) translateX(-5px);transform:rotate(-135deg) translateY(-5px) translateX(-5px);border-color:#44d62c}.main-menu-mobile-accordion__content{max-height:0;padding:0 10px;overflow:hidden;border-left:1px solid rgba(0,0,0,0);opacity:0;-webkit-transition:.15s;transition:.15s;-webkit-transition-property:border-color,max-height,opacity;transition-property:border-color,max-height,opacity}.main-menu-mobile-accordion__content--open{border-color:#888;opacity:1}.main-menu-mobile-accordion__inner{padding:0 7px}
.geo-marker{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-decoration:none;background:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.geo-marker:focus{outline:none}.geo-marker__icon{-ms-flex-negative:0;flex-shrink:0;margin-right:5px}.header .geo-marker__icon path{fill:#fff}.geo-marker__value{font-size:12px;font-weight:700;line-height:1;color:#44d62c}.header .geo-marker__value{color:#fff}.geo-marker--style-2 .geo-marker__value{font-weight:400;font-size:16px;line-height:1.2}.geo-marker__country{color:#888}
.validation-message{display:none;margin-top:10px;font-size:14px;line-height:1.2;font-weight:600}.validation-message:empty{display:none!important}.validation-message--valid{color:#44d62c}.validation-message--error{color:#c8323c}.form--invalid .validation-message--error{display:block}
.input{display:block;margin:0}.input [type=date]{position:relative}.input [type=date]::-webkit-clear-button,.input [type=date]::-webkit-inner-spin-button{display:none}.input [type=date]::-webkit-calendar-picker-indicator{position:absolute;right:0;top:0;width:50px;height:100%;color:rgba(0,0,0,0);font-size:0;line-height:0;outline-color:rgba(0,0,0,0);background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L9.33.5H.67L5 8z' fill='%23B0B0B0'/%3E%3C/svg%3E");background-position:50% calc(50% - 2px);background-repeat:no-repeat;cursor:pointer}.input [type=date]::-webkit-calendar-picker-indicator:focus{-webkit-transform:rotate(180deg);transform:rotate(180deg);background-position:50% calc(50% + 2px)}.input__title{display:block;margin-bottom:10px;font-size:14px;font-weight:600;line-height:1;color:hsla(0,0%,78.4%,.4);pointer-events:none}.form--invalid .input--error .input__title{color:#c8323c}.input__field{display:block;width:100%;height:40px;padding:0 10px;border:none;font-size:14px;font-weight:400;outline:none;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transition-property:border-color,-webkit-box-shadow;transition-property:border-color,-webkit-box-shadow;transition-property:border-color,box-shadow;transition-property:border-color,box-shadow,-webkit-box-shadow;color:#fff;background:#2c2c2c}.input__field[disabled]{opacity:.5}.form--invalid .input--error .input__field{-webkit-box-shadow:inset 0 0 0 1px #c8323c;box-shadow:inset 0 0 0 1px #c8323c}.input__field-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.select__title{display:block;margin-bottom:10px;font-size:14px;font-weight:600;line-height:1;color:hsla(0,0%,78.4%,.4);pointer-events:none}.form--invalid .select--error .select__title{color:#c8323c}.select.select--disabled{opacity:.5;pointer-events:none}.multiselect-styled{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:2;outline:none}.multiselect-styled .multiselect__select{display:none}.multiselect-styled .multiselect__tags{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.multiselect-styled .multiselect__input,.multiselect-styled .multiselect__single{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:auto;height:40px;padding:0 10px;border:1px solid rgba(0,0,0,0);outline:none;font-size:14px;font-weight:400;line-height:1;color:#fff;background-color:#2c2c2c;cursor:pointer;-webkit-transition:color .25s;transition:color .25s}.form--invalid .select--error .multiselect-styled .multiselect__input,.form--invalid .select--error .multiselect-styled .multiselect__single{border-color:#c8323c}.multiselect-styled .multiselect__single{padding-right:50px}.multiselect-styled .multiselect__single:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L9.33.5H.67L5 8z' fill='%23B0B0B0'/%3E%3C/svg%3E");position:absolute;right:20px;top:calc(50% - 2px);line-height:0}.multiselect-styled.multiselect--active{z-index:3}.multiselect-styled.multiselect--active .multiselect__single{border-color:#44d62c}.multiselect-styled.multiselect--active .multiselect__single:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.multiselect-styled .multiselect__content-wrapper{position:absolute;top:100%;z-index:10;width:100%;overflow:auto;background-color:#2c2c2c;scrollbar-color:#44d62c #464646;scrollbar-width:thin}.multiselect-styled .multiselect__content-wrapper::-webkit-scrollbar{width:8px;height:8px}@media (max-width:767.98px){.multiselect-styled .multiselect__content-wrapper::-webkit-scrollbar{width:4px;height:4px}}.multiselect-styled .multiselect__content-wrapper::-webkit-scrollbar-track{background:#464646}.multiselect-styled .multiselect__content-wrapper::-webkit-scrollbar-thumb{background:#44d62c}.multiselect-styled.multiselect--above .multiselect__content-wrapper{top:auto;bottom:100%}.multiselect-styled .multiselect-enter-active,.multiselect-styled .multiselect-leave-active{-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.multiselect-styled .multiselect-enter,.multiselect-styled .multiselect-leave-active{opacity:0}.multiselect-styled .multiselect__content{margin:0;padding:0;list-style:none;min-width:100%}.multiselect-styled .multiselect__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 20px;font-size:14px;font-weight:400;line-height:1;color:#fff;cursor:pointer;background-color:#2c2c2c;-webkit-transition:background-color .25s;transition:background-color .25s}.multiselect-styled .multiselect__option--highlight{background-color:#888}
.syntes-store-select-country-label{color:#464646}
.syntes-store-choose-region-input--with-btn{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:575.98px){.syntes-store-choose-region-input--with-btn{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.syntes-store-choose-region-input--with-btn .input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.syntes-store-choose-region-input--with-btn .syntes-store-choose-region-input__btn{margin-left:20px}@media (max-width:575.98px){.syntes-store-choose-region-input--with-btn .syntes-store-choose-region-input__btn{margin:20px 0 0}}.syntes-store-select-country-label{color:#464646}
.choose-geo{width:850px;max-width:100%}.choose-geo__title{margin-bottom:30px;text-transform:uppercase;font-size:22px;font-weight:400;line-height:1.1;color:#44d62c}@media (max-width:575.98px){.choose-geo__title{font-size:18px}}.choose-geo__list{margin:0;padding:0;list-style:none;-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}@media (max-width:767.98px){.choose-geo__list{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media (max-width:575.98px){.choose-geo__list{-webkit-column-count:2;-moz-column-count:2;column-count:2}}.choose-geo__list-item{display:-webkit-box;display:-ms-flexbox;display:flex}.choose-geo__list-link{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:20px;font-size:19px;font-weight:400;line-height:1.3;color:#888;cursor:pointer;-webkit-transition:color .25s;transition:color .25s}.choose-geo__list-link:hover{color:#44d62c}@media (max-width:575.98px){.choose-geo__list-link{margin-bottom:10px;font-size:14px}}.choose-geo__list-radio{position:absolute;overflow:hidden;margin:-1px;width:1px;height:1px;clip:rect(0 0 0 0)}.choose-geo__form{margin-top:50px}@media (max-width:575.98px){.choose-geo__form{margin-top:30px}}.choose-geo__form-content{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:40px}@media (max-width:575.98px){.choose-geo__form-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.choose-geo__form-input{position:relative}@media (min-width:576px){.choose-geo__form-input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.choose-geo__form-input .input__title{position:absolute;left:0;bottom:100%}.choose-geo__form-item{margin-right:20px!important}@media (max-width:575.98px){.choose-geo__form-item{margin:0 0 20px!important}}.choose-geo__form-item:last-child{margin:0!important}
.confirm-geo__title{margin-bottom:20px;font-size:18px;font-weight:400;line-height:1.33333;text-align:center;color:#888}.confirm-geo__content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:575.98px){.confirm-geo__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.confirm-geo__content-item{margin-right:10px!important}@media (max-width:575.98px){.confirm-geo__content-item{margin:0 0 10px!important}}.confirm-geo__content-item:last-child{margin:0!important}
.textarea{display:block;margin:0}.textarea__title{display:block;margin-bottom:10px;font-size:14px;font-weight:600;line-height:1;color:hsla(0,0%,78.4%,.4);pointer-events:none}.form--invalid .textarea--error .textarea__title{color:#c8323c}.textarea__field{display:block;width:100%;height:60px;padding:10px;border:none;font-size:14px;font-weight:400;outline:none;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transition-property:border-color,-webkit-box-shadow;transition-property:border-color,-webkit-box-shadow;transition-property:border-color,box-shadow;transition-property:border-color,box-shadow,-webkit-box-shadow;color:#fff;background:#2c2c2c}.form--invalid .textarea--error .textarea__field{-webkit-box-shadow:inset 0 0 0 1px #c8323c;box-shadow:inset 0 0 0 1px #c8323c}
.use-geo-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;font-size:14px;line-height:1;text-transform:uppercase;color:#44d62c;cursor:pointer;-webkit-transition:color .25s;transition:color .25s}.use-geo-btn:hover{color:#0f0}.use-geo-btn__icon{-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px;margin-right:12px;background-position:50%;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.218.817a.714.714 0 00-.64 0l-18.57 9.285a.714.714 0 00.19 1.342l7.37 1.34 1.342 7.37a.714.714 0 001.34.192l9.286-18.57a.714.714 0 00-.318-.96zM10.93 17.79l-1.046-5.749a.714.714 0 00-.571-.571l-5.751-1.049L18.3 3.053l-7.369 14.738z' fill='%2343D247'/%3E%3C/svg%3E")}
@media (min-width:768px){.syntes-store-checkout-section-delivery-date-and-time{min-width:600px}}.syntes-store-checkout-section-delivery-date-and-time .syntes-store-checkout-section-title{margin-bottom:20px}.syntes-store-checkout-section-delivery-date-and-time__date-picker{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767.98px){.syntes-store-checkout-section-delivery-date-and-time__date-picker{display:-ms-grid;display:grid;gap:10px;-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6,1fr)}.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item:first-child,.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item:nth-child(2),.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item:nth-child(3){-ms-grid-column-span:2;grid-column:span 2}.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item:nth-child(4),.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item:nth-child(5){-ms-grid-column-span:3;grid-column:span 3}}@media (min-width:768px){.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item+.syntes-store-checkout-section-delivery-date-and-time__date-picker-item{margin-left:10px}}.syntes-store-checkout-section-delivery-date-and-time__date-picker .day-of-the-week-wrapper{-ms-flex-preferred-size:18.75%;flex-basis:18.75%}.syntes-store-checkout-section-delivery-date-and-time__date-picker .another-date-wrapper{-ms-flex-preferred-size:25%;flex-basis:25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item{height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #696969;border-radius:2px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;padding:2px 12px}@media (max-width:360px){.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item{padding:2px 6px}}.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item .formatted-date{font-size:14px;font-weight:400;color:#fff;line-height:1}.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item .day-of-the-week{font-size:11px;font-weight:400}.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item .another-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item .another-date svg{margin-right:8px}.syntes-store-checkout-section-delivery-date-and-time__date-picker .syntes-store-checkout-section-delivery-date-and-time__date-picker-item:hover{border:1px solid #fff}.syntes-store-checkout-section-delivery-date-and-time__date-picker input{display:-webkit-box;display:-ms-flexbox;display:flex;color-scheme:dark;-webkit-appearance:none}.syntes-store-checkout-section-delivery-date-and-time__date-picker input::-webkit-datetime-edit-day-field:focus,.syntes-store-checkout-section-delivery-date-and-time__date-picker input::-webkit-datetime-edit-month-field:focus,.syntes-store-checkout-section-delivery-date-and-time__date-picker input::-webkit-datetime-edit-year-field:focus{background-color:#44d62c;color:#000;outline:none}.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker{left:-75%;position:relative;color:#fff}@media (max-width:767.98px){.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker{left:50%}}@media (max-width:575.98px){.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker{left:0}}.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker *{-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-transition-property:background-color,border-color;transition-property:background-color,border-color}.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar{bottom:0;background-color:#2d2d2d;border-color:#464646}@media (max-width:575.98px){.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar{max-width:280px}}.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar .disabled{color:#696969}.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover{border-color:#44d62c}.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar .cell.selected{background-color:#06a003}.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar .cell.selected:hover{background-color:#44d62c}.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar header .next:not(.disabled):hover,.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar header .prev:not(.disabled):hover,.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar header .up:not(.disabled):hover{background-color:#06a003}.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar header .prev:after{border-right-color:#fff}.syntes-store-checkout-section-delivery-date-and-time__date-picker .vdp-datepicker__calendar header .next:after{border-left-color:#fff}.syntes-store-checkout-section-delivery-date-and-time__date-picker-input{display:none!important}.syntes-store-checkout-section-delivery-date-and-time__form{padding:0}.syntes-store-delivery-time-intervals{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.syntes-store-delivery-time-intervals .syntes-store-delivery-time-interval{height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;border:1px solid #696969;border-radius:2px;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (max-width:575.98px){.syntes-store-delivery-time-intervals .syntes-store-delivery-time-interval{font-size:13px}}.syntes-store-delivery-time-intervals .syntes-store-delivery-time-interval:hover{color:#fff;border:1px solid #fff}.syntes-store-delivery-time-interval--5-items .syntes-store-delivery-time-interval{-ms-flex-preferred-size:20%;flex-basis:20%}@media (max-width:767.98px){.syntes-store-delivery-time-interval--5-items{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6,1fr)}.syntes-store-delivery-time-interval--5-items .syntes-store-delivery-time-interval:first-child,.syntes-store-delivery-time-interval--5-items .syntes-store-delivery-time-interval:nth-child(2){-ms-grid-column-span:3;grid-column:span 3}.syntes-store-delivery-time-interval--5-items .syntes-store-delivery-time-interval:nth-child(3),.syntes-store-delivery-time-interval--5-items .syntes-store-delivery-time-interval:nth-child(4),.syntes-store-delivery-time-interval--5-items .syntes-store-delivery-time-interval:nth-child(5){-ms-grid-column-span:2;grid-column:span 2}}.syntes-store-delivery-time-interval--4-items .syntes-store-delivery-time-interval{-ms-flex-preferred-size:25%;flex-basis:25%}@media (max-width:767.98px){.syntes-store-delivery-time-interval--4-items{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.syntes-store-delivery-time-interval--4-items .syntes-store-delivery-time-interval{-ms-grid-column-span:1;grid-column:span 1}}.syntes-store-delivery-time-interval--3-items .syntes-store-delivery-time-interval{-ms-flex-preferred-size:33%;flex-basis:33%}.syntes-store-edit-date__submit-btn{width:100%;margin-top:35px!important}.syntes-store-delivery-time-interval.active,.syntes-store-delivery-time-interval.active:hover{border:1px solid #fff;color:#fff}.syntes-store-checkout-section-delivery-date-and-time__date-picker-item.active,.syntes-store-checkout-section-delivery-date-and-time__date-picker-item.active:hover{border:1px solid #fff}
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected,.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;-webkit-filter:grayscale(100%);filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
.modal--edit-address .modal__content,.modal--new-address .modal__content{width:780px}.syntes-store-new-address__header{margin-bottom:40px}@media (min-width:576px){.syntes-store-new-address__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.syntes-store-new-address__geo-btn{margin-left:20px}@media (max-width:767.98px){.syntes-store-new-address__geo-btn{font-size:10px}}@media (max-width:575.98px){.syntes-store-new-address__geo-btn{margin-left:0;margin-top:20px}}.syntes-store-new-address__title{font-size:24px;line-height:1.2;text-transform:uppercase;color:#44d62c}@media (max-width:767.98px){.syntes-store-new-address__title{font-size:18px}}@media (max-width:575.98px){.syntes-store-new-address__submit-btn{width:100%}}.suggestions-suggestions.new-address-suggestions{min-width:auto;width:calc(100% - 20px)!important;left:10px}
.syntes-store-switch-card__modal-content{max-width:500px}.syntes-store-switch-card__modal-content-title{margin-bottom:10px;font-family:RazerF5,sans-serif;font-size:24px;line-height:1;letter-spacing:.4px;text-transform:uppercase;color:#44d62c}.syntes-store-switch-card__modal-content-description{font-size:15px;line-height:20px;color:#888}.syntes-store-switch-card__modal-content-description a{text-decoration:underline;color:#888}
.framed-input-wrapper[data-v-d1502b5c]{margin-top:24px;position:relative}.framed-input-label[data-v-d1502b5c]{position:absolute;top:-16px;left:8px;padding:2px 4px 0;border-radius:5px;font-size:14px;font-weight:400;color:#999;background:#1f1f1f}.framed-input[data-v-d1502b5c]{-webkit-box-sizing:border-box;box-sizing:border-box;resize:none;width:100%;padding:10px 12px;border-radius:2px;border:1px solid #696969;color:#fff;background:rgba(0,0,0,0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.framed-input[data-v-d1502b5c]:focus{outline:none;border-color:#888}.framed-input[data-v-d1502b5c]::-webkit-input-placeholder{color:#696969}.framed-input[data-v-d1502b5c]::-moz-placeholder{color:#696969}.framed-input[data-v-d1502b5c]:-ms-input-placeholder{color:#696969}.framed-input[data-v-d1502b5c]::-ms-input-placeholder{color:#696969}.framed-input[data-v-d1502b5c]::placeholder{color:#696969}.framed-input[data-v-d1502b5c]::-webkit-scrollbar{width:6px;background:rgba(0,0,0,0)}.framed-input[data-v-d1502b5c]::-webkit-scrollbar-thumb{border-radius:6px;background-color:#44d62c}.framed-input[data-v-d1502b5c]::-webkit-scrollbar-thumb:hover{background-color:#0f0}.framed-input[data-v-d1502b5c]::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}textarea.framed-input[data-v-d1502b5c]{color:#c9c9c9!important}textarea.framed-input[data-v-d1502b5c]::-webkit-input-placeholder{color:#c9c9c9}textarea.framed-input[data-v-d1502b5c]::-moz-placeholder{color:#c9c9c9}textarea.framed-input[data-v-d1502b5c]:-ms-input-placeholder{color:#c9c9c9}textarea.framed-input[data-v-d1502b5c]::-ms-input-placeholder{color:#c9c9c9}textarea.framed-input[data-v-d1502b5c]::placeholder{color:#c9c9c9}
.modal--pick-up-delivery .modal__content{width:80vw}@media (max-width:991.98px){.modal--pick-up-delivery .modal__content{width:100%}}.syntes-store-pickup-modal{--pickup-modal-header-height:220px;max-width:100%}@media (min-width:576px) and (max-width:767.98px){.syntes-store-pickup-modal{--pickup-modal-header-height:190px}}.syntes-store-pickup-modal__head{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:575.98px){.syntes-store-pickup-modal__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.syntes-store-pickup-modal__title{font-size:22px;font-weight:700;line-height:1;text-transform:uppercase;color:#44d62c}.syntes-store-pickup-modal__body{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}@media (max-width:767.98px){.syntes-store-pickup-modal__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.syntes-store-pickup-modal__delivery-address{position:relative;padding:0 10px 0 0;-webkit-box-flex:1;-ms-flex:1;flex:1}@media (max-width:767.98px){.syntes-store-pickup-modal__delivery-address{padding:0}}.syntes-store-pickup-modal__delivery-address-header{margin-top:8px;font-weight:300;font-size:18px;color:#fff}.syntes-store-pickup-modal__delivery-address-subheader{font-weight:400;font-size:14px;color:#888}.syntes-store-pickup-modal__search-input-wrapper{position:relative;margin-top:8px;min-width:250px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.syntes-store-pickup-modal__search-input-icon{position:absolute;left:8px}.syntes-store-pickup-modal__search-input{width:100%;height:42px;padding:0 20px 0 40px;outline:#ffdead;border:1px solid #1f1f1f;color:#fff;background:#2c2c2c;-webkit-transition:border-color .25s;transition:border-color .25s}.syntes-store-pickup-modal__search-input .suggestions-wrapper{top:42px;left:0}.syntes-store-pickup-modal__search-input .suggestions-suggestions{width:100%}.syntes-store-pickup-modal__search-input .suggestions-suggestion{overflow:hidden}.syntes-store-pickup-modal__search-input .suggestions-suggestion:hover{background:#2d2d2d}.syntes-store-pickup-modal__pickup-point-info{margin-top:40px}.syntes-store-pickup-modal__pickup-point-header{font-weight:300;font-size:18px;color:#fff}.syntes-store-pickup-modal__recipient-form{margin-top:40px}.syntes-store-pickup-modal__submit-btn-wrap{position:absolute;bottom:0;width:100%;padding-right:10px}@media (max-width:767.98px){.syntes-store-pickup-modal__submit-btn-wrap{position:relative;padding:0;margin-top:12px}}.syntes-store-pickup-modal__submit-btn{width:100%}.syntes-store-pickup-modal__geo-btn{margin-top:18px}#syntes-store-pickup__map{height:600px;max-height:calc(100vh - var(--pickup-modal-header-height));min-width:60%;overflow:hidden}@media (max-width:767.98px){#syntes-store-pickup__map{width:100%}}#syntes-store-pickup__map .syntes-store-pickup-modal__cluster-points{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap}#syntes-store-pickup__map .syntes-store-pickup-modal__cluster-point.syntes-store-pickup-modal__cluster-point--active,#syntes-store-pickup__map .syntes-store-pickup-modal__cluster-point:hover{background-color:#0f0}.syntes-store-pickup-balloon__wrapper{overflow-y:auto}@media (min-height:566px){.syntes-store-pickup-balloon__wrapper{width:200px!important;height:230px!important}}@media (max-height:565.98px){.syntes-store-pickup-balloon__wrapper{height:220px!important}}
.modal--cdek-delivery .modal__content{width:80vw;background-color:rgba(0,0,0,0)}@media (max-width:991.98px){.modal--cdek-delivery .modal__content{width:100%}}.syntes-store-cdek-modal__map{width:100%;height:80vh;max-height:100%}
.join-benefits-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:48px;margin-bottom:28px}@media (max-width:767.98px){.join-benefits-list{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;margin-top:36px;margin-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.join-benefit{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:33%;flex-basis:33%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;color:#fff;opacity:.8}@media (min-width:768px){.join-benefit{padding-right:16px;padding-left:16px;border-right:1px solid #565656}.join-benefit:first-child{padding-left:0;-ms-flex-preferred-size:calc(33% - 32px);flex-basis:calc(33% - 32px)}.join-benefit:last-child{border-right:none}}@media (max-width:767.98px){.join-benefit{-ms-flex-preferred-size:max-content;flex-basis:max-content;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:16px;padding-bottom:16px;border-bottom:1px solid #565656}.join-benefit:first-child{padding-top:0}.join-benefit:last-child{padding-bottom:0;border-bottom:none}}@media (min-width:768px){.join-benefit__icon{margin-top:5px}}@media (min-width:768px) and (max-width:991.98px){.join-benefit__description{font-size:14px}}@media (max-width:767.98px){.join-benefit__description br{display:none}}
.syntes-store-delivery-message__icon{display:block;max-width:100%;max-height:100%;fill:#44d62c}
.gift-promo{margin-top:20px;margin-bottom:20px;font-family:RazerF5,sans-serif;font-weight:600;font-size:12px}.syntes-store-added-to-cart__image .gift-promo{max-width:200px;position:absolute;top:0;right:0}.gift-promo__title{margin-bottom:12px;text-transform:uppercase;color:#fff}.gift-promo__gift{display:-webkit-box;display:-ms-flexbox;display:flex}.gift-promo__gift-picture{-ms-flex-preferred-size:60px;flex-basis:60px;margin-right:18px;position:relative}.gift-promo__gift-picture:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.034 25.616v-25h-25l25 25z' fill='%233BC737'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.977 4.064a1.733 1.733 0 013.033-1.147 1.733 1.733 0 012.788 2.035h1.22c.699 0 1.266.568 1.266 1.268v1.729h-.806v3.192c0 .7-.568 1.268-1.268 1.268h-6.736c-.7 0-1.268-.568-1.268-1.268V7.95h-.672v-1.73c0-.699.567-1.266 1.267-1.266h1.42a1.725 1.725 0 01-.244-.889zm1.72 1.733H13.8a.422.422 0 00-.422.423v.884h4.197V5.798h-.879zm1.724 0v1.307h4.018V6.22a.422.422 0 00-.422-.423h-3.596zm.899-.844a.889.889 0 10-.884-1.052c.005.054.008.108.008.163v.889h.876zM17.584 3.9a.889.889 0 10-.883 1.052h.875v-.889c0-.055.003-.109.008-.163zm4.049 4.048H18.42v3.615h2.79c.233 0 .422-.19.422-.423V7.95zm-4.056 3.615V7.949H14.05v3.192c0 .234.19.423.423.423h3.102z' fill='%23000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% 0}.gift-promo__gift-picture img{max-width:100%}.gift-promo__gift-info{color:#888}.gift-promo__gift-title{font-family:RazerF5,sans-serif}.gift-promo__gift-price{font-size:13px}.gift-promo__gift-price .icon-rubl:before{font-weight:400}.gift-promo__gift-old-price{margin-right:5px;text-decoration:line-through}
.modal--added-to-cart .modal__content{width:690px;padding:0;background-color:#000}.modal--added-to-cart .modal__close{right:12px;top:12px}.modal--added-to-cart .modal__close-icon{width:12px;height:12px;fill:#c8323c}.syntes-store-added-to-cart{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:767.98px){.syntes-store-added-to-cart .modal__content-footer{display:block;max-width:none;margin:0;min-height:auto;padding:20px}}@media (max-width:575.98px){.syntes-store-added-to-cart__header{padding:20px 20px 15px}}@media (max-width:767.98px){.syntes-store-added-to-cart__header--desktop{display:none}}@media (min-width:768px){.syntes-store-added-to-cart__header--mobile{display:none}}.syntes-store-added-to-cart__header--mobile .modal__content-title{font-size:20px;color:inherit}.syntes-store-added-to-cart__header--mobile .syntes-store-added-to-cart__delivery-message{padding:0;margin-bottom:0}.syntes-store-added-to-cart__header--mobile .syntes-store-delivery-message__icon-wrap{display:none}.syntes-store-added-to-cart__content-description{min-height:unset}@media (max-width:575.98px){.syntes-store-added-to-cart__content-description{margin-top:10px}}.syntes-store-added-to-cart__description-product{color:#44d62c}.syntes-store-added-to-cart__products{max-width:330px;margin:20px auto 30px}.syntes-store-added-to-cart__product{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.syntes-store-added-to-cart__product:last-of-type{margin-bottom:0}.syntes-store-added-to-cart__product-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:80px;height:70px;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.syntes-store-added-to-cart__product-image-src{max-width:90%;margin:auto}.syntes-store-added-to-cart__product-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.syntes-store-added-to-cart__product-title{font-size:16px;line-height:16px;font-weight:400;margin-bottom:3px;color:#44d62c;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex}.syntes-store-added-to-cart__product-title:hover{text-decoration:none;color:#0f0;opacity:.8}.syntes-store-added-to-cart__product-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:16px;line-height:16px;font-weight:600;color:#c9c9c9}.syntes-store-added-to-cart__image{position:relative;width:100%;height:280px;background-size:contain;background-repeat:no-repeat;background-position:50%}@media (max-width:575.98px){.syntes-store-added-to-cart__image{height:35vh}}@media (max-width:360px){.syntes-store-added-to-cart__image{height:30vh}}.syntes-store-added-to-cart__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:575.98px){.syntes-store-added-to-cart__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.syntes-store-added-to-cart__footer .btn{margin-right:10px}@media (max-width:575.98px){.syntes-store-added-to-cart__footer .btn{width:100%;margin:10px 0 0}}.syntes-store-added-to-cart__footer .btn:last-child{margin:0}@media (max-width:575.98px){.syntes-store-added-to-cart__footer .btn:last-child{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.syntes-store-added-to-cart__delivery-message{max-width:460px;padding:0 40px;margin:30px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;line-height:20px;font-weight:400;letter-spacing:.1px;color:#888}@media (max-width:575.98px){.syntes-store-added-to-cart__delivery-message{max-width:none;padding:0 20px;margin:10px auto 16px}}.syntes-store-added-to-cart__delivery-message .syntes-store-delivery-message__icon-wrap{-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.syntes-store-added-to-cart__delivery-message .syntes-store-delivery-message__text-highlight{color:#44d62c}@media (max-width:767.98px){.syntes-store-added-to-cart__delivery-message--desktop{display:none}}.syntes-store-added-to-cart__advantages{display:-ms-grid;display:grid;display:none;-ms-grid-rows:auto;-ms-grid-columns:1fr 20px 1fr;grid-template:auto/1fr 1fr;gap:20px;padding:0 40px 40px}@media (max-width:575.98px){.syntes-store-added-to-cart__advantages{-ms-grid-columns:1fr;grid-template-columns:1fr;padding:0 20px 40px}}.syntes-store-added-to-cart__advantage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:1.2;font-weight:600;margin-bottom:15px;color:hsla(0,0%,100%,.5)}.syntes-store-added-to-cart__advantage:before{content:"";-ms-flex-negative:0;flex-shrink:0;margin-right:15px;width:30px;height:30px;background-size:contain;background-repeat:no-repeat}.syntes-store-added-to-cart__advantage--originality:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.51 26.51'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:%2343d247}%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M25.81 11a18.74 18.74 0 01-3.15 7.55c-3 3.72-8.71.93-8.06-3.22.19-1.21.42-1.93.5-2.45.06-.32-.38-.55-.6.26-.18.65-1.61 3.19-4 1.06-.24-.23-1.08 0-1.49-.32-.59-.43-.39-.48-.58-.61-1-.64-.55-1-1.3-1.61a.68.68 0 01-.28-.76L5.5 10l-1.06-.12 1-.09-.36-.91.59.9 1.41.9a.53.53 0 01.14-.12.74.74 0 01.66 0c.9.43 1-.07 2 .53.2.12.17-.07.8.28.44.26.62 1.06.89 1.24a.93.93 0 001.43-.35c.19-.47.49-2 2.1-2.2a1.91 1.91 0 012.09 2.24c-.22 1-1.14 3.68.31 4.87 1.9 1.54 3.87-1 4.19-2.39.22-1 1.17-5.38 2-8.8a12.24 12.24 0 00-.83-1.07c-.61 2.46-1.36 5.79-2 8.76l-.19.88a3.26 3.26 0 01-1.62 2 .81.81 0 01-.85-.19c-.76-.62-.31-2.38-.07-3.33 0-.19.08-.35.12-.49a3 3 0 00-.78-2.63A2.81 2.81 0 0015 9a3.52 3.52 0 00-2.84 2.61 2.61 2.61 0 00-1-1.13 2.77 2.77 0 00-.92-.36 2.79 2.79 0 00-1.49-.39.81.81 0 01-.45-.09 1.91 1.91 0 00-1.18-.18L6.42 9 6 8.3a1.08 1.08 0 00-1.39-.36 1.05 1.05 0 00-.56 1 1.06 1.06 0 00.28 2l.84.12.72.46a1.89 1.89 0 00.63 1 .84.84 0 01.27.38 2.82 2.82 0 001 1.19 2.38 2.38 0 00.7.69 2.48 2.48 0 001.45.4H10a3.25 3.25 0 003.1.82 2.62 2.62 0 00.39-.15 5.38 5.38 0 003.29 5 5.53 5.53 0 006.7-1.63A15.32 15.32 0 0026 14.49q.06-.62.06-1.23a12.61 12.61 0 00-.25-2.26z'/%3E%3Cpath class='a' d='M13.26 26.51a13.26 13.26 0 1113.25-13.25 13.27 13.27 0 01-13.25 13.25zm0-25.51a12.26 12.26 0 1012.25 12.26A12.27 12.27 0 0013.26 1z'/%3E%3C/svg%3E")}.syntes-store-added-to-cart__advantage--warranty:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 25C5.625 25 0 19.376 0 12.5S5.625 0 12.5 0C19.376 0 25 5.625 25 12.5 25 19.376 19.376 25 12.5 25zm0-24.062C6.146.938.937 6.146.937 12.5c0 6.355 5.208 11.563 11.563 11.563 6.354 0 11.562-5.208 11.562-11.563C24.062 6.146 18.854.938 12.5.938zm0 14.48l-3.228 1.719.625-3.595-2.605-2.603 3.594-.521L12.5 7.137l1.615 3.28 3.594.522-2.604 2.552.625 3.593-3.23-1.666zm-3.177-3.802l1.615 1.562-.365 2.187 1.98-1.041 1.98 1.041-.365-2.187 1.614-1.563-2.188-.312-1.093-2.031-.99 1.979-2.188.365zm3.022 10.468c.051.053.104.053.155.053h.157c4.704-1.716 6.689-5.23 6.994-5.769a1.52 1.52 0 01.038-.065c.051-.053.051-.156.051-.209V6.875a.474.474 0 00-.208-.416c-1.98-1.25-4.48-1.928-7.032-1.928-2.552 0-5.052.678-7.03 1.928-.105.104-.21.26-.21.416v9.168c0 .052 0 .155.053.208l.038.066c.307.543 2.292 4.053 6.994 5.767zm.155-.937C8.386 19.584 6.51 16.51 6.2 15.938V7.084C8.02 5.99 10.209 5.417 12.5 5.417c2.293 0 4.532.625 6.303 1.666v8.855c-.312.573-2.188 3.646-6.303 5.209z' fill='%2343D247'/%3E%3C/svg%3E")}.syntes-store-added-to-cart__advantage--shipment:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 25C5.625 25 0 19.374 0 12.5 0 5.624 5.625 0 12.5 0S25 5.625 25 12.5 19.375 25 12.5 25zm0-24.063C6.146.937.938 6.147.938 12.5c0 6.354 5.208 11.562 11.562 11.562 6.354 0 11.562-5.208 11.562-11.562C24.062 6.146 18.854.937 12.5.937zM8.333 13.75a2.11 2.11 0 00-2.062 1.562h-1.01v-6.77c0-.105.052-.156.104-.208v-.001a.395.395 0 01.209-.104h5.833a.467.467 0 00.47-.469v-.521c0-.208.155-.312.311-.312h2.396c.156 0 .312.156.312.312v.573a.5.5 0 00.365.469c.155 0 .26.156.26.312v5.216a2.102 2.102 0 00-.996.56 2.112 2.112 0 00-.571 1.048h-3.537a2.15 2.15 0 00-2.084-1.667zm6.576 1.735a.595.595 0 01.039-.068h-.014c.177-.434.599-.73 1.108-.73.559 0 1.011.356 1.152.86.04.235.02.468-.059.703h.052c-.149.49-.596.834-1.145.834a1.177 1.177 0 01-1.198-1.198c0-.142.023-.276.065-.401zm-.955.87h-3.537a2.15 2.15 0 01-2.904 1.51 2.111 2.111 0 01-1.287-1.615H4.791a.467.467 0 01-.469-.469V8.542a1.267 1.267 0 011.25-1.25h5.419V7.24a1.267 1.267 0 011.25-1.25h2.395a1.267 1.267 0 011.25 1.25v.26c.364.208.625.625.625 1.095v.884h1.719c.102 0 .205.051.308.102l.004.003 1.823 1.458c.209.103.364.364.364.52v4.22a.467.467 0 01-.468.468H18.15a2.108 2.108 0 01-1.287 1.614c-.26.107-.54.16-.82.157a2.114 2.114 0 01-2.089-1.666zm4.15-1.043h1.636v-3.593l-1.718-1.355h-1.563v3.423a2.112 2.112 0 011.646 1.525zM7.24 16.25h-.052a1.193 1.193 0 00.294.489 1.18 1.18 0 00.852.345c.51 0 .931-.295 1.108-.73h-.014a1.437 1.437 0 000-.937h.015a1.177 1.177 0 00-1.109-.73c-.563 0-1.02.362-1.156.874-.035.23-.014.466.062.689z' fill='%2343D247'/%3E%3C/svg%3E")}.syntes-store-added-to-cart__advantage--exclusivity:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.51 26.51'%3E%3Cdefs%3E%3Cstyle%3E.b{fill:%2343d247}%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M13.26 26.51a13.26 13.26 0 1113.25-13.25 13.27 13.27 0 01-13.25 13.25zm0-25.51a12.26 12.26 0 1012.25 12.26A12.27 12.27 0 0013.26 1z'/%3E%3Cpath class='b' d='M10.72 22.94a1 1 0 01-.71-.29l-6.22-6.23a1 1 0 010-1.41l6.83-6.83h.05c2.07-2 6.78-3.38 8.9-1.27s.7 6.83-1.27 8.9v.05l-6.84 6.84a1 1 0 01-.7.29zM4.5 15.71l6.22 6.23 6.78-6.79c1.68-1.73 3-5.89 1.32-7.54s-5.8-.36-7.54 1.32z'/%3E%3Cpath class='b' d='M17.45 10.65a1.71 1.71 0 01-1.18-.49 1.67 1.67 0 112.36 0 1.67 1.67 0 01-1.18.49zm0-2.33a.66.66 0 10.47.19.66.66 0 00-.47-.19z'/%3E%3Cpath class='b' d='M18.21 8.72a.5.5 0 01-.35-.85l4-4a.51.51 0 01.71 0 .5.5 0 010 .71l-4 4a.51.51 0 01-.36.14z'/%3E%3C/svg%3E")}.syntes-store-added-to-cart__advantage-highlight{color:#fff}
.modal--missing-items-in-order .modal__content{width:690px;padding:0;background-color:#000}.modal--missing-items-in-order .modal__close{right:12px;top:12px}.modal--missing-items-in-order .modal__close-icon{width:12px;height:12px;fill:#c8323c}.order-missing-items__modal .modal__content-footer{max-width:none;margin:initial}@media (max-width:575.98px){.order-missing-items__modal .modal__content-footer{min-height:auto;padding-bottom:30px}}.order-missing-items__list-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin:0 30px}@media (max-width:575.98px){.order-missing-items__list-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.order-missing-items__list-actions .order-missing-items__list-actions-item:last-child{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-bottom:20px}}.order-missing-items__list-item-link{color:#44d62c}.order-missing-items__list-head{color:#44d62c;font-size:20px;line-height:18px}.order-missing-items__title{font-size:14px;line-height:18px;margin-bottom:30px;color:#fff}.order-missing-items__list{margin:0 30px 25px}.order-missing-items__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.order-missing-items__list-item a{font-size:15px;line-height:18px;color:#44d62c;text-decoration:underline}.order-missing-items__list-item a:hover{text-decoration:none}.order-missing-items__list-item:last-of-type{margin-bottom:0}.order-missing-items__list-item-image{width:80px;background-size:contain;background-repeat:no-repeat;background-position:50%;height:55px;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.order-missing-items__list-item-sku{font-size:12px;line-height:17px}
.syntes-store-switch-card__desc,.syntes-store-switch-card__full-desc,.syntes-store-switch-card__icon,.syntes-store-switch-card__link,.syntes-store-switch-card__radio,.syntes-store-switch-card__title{display:block}.syntes-store-switch-card{position:relative;display:block;margin:0;padding:16px;background-color:#1f1f1f;cursor:pointer}.syntes-store-switch-card--disabled{opacity:.5;pointer-events:none}.syntes-store-switch-card__radio{position:absolute;overflow:hidden;margin:-1px;width:1px;height:1px;clip:rect(0 0 0 0)}.syntes-store-switch-card__radio:checked~.syntes-store-switch-card__icon:after{background-color:#44d62c}.syntes-store-switch-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:12px;margin-bottom:8px}.syntes-store-switch-card--use-icon .syntes-store-switch-card__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:160px;height:80px;margin:0;gap:0}.syntes-store-switch-card__icon{position:relative;width:25px;height:25px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:start;align-self:flex-start;border:1px solid #44d62c;border-radius:50%}.syntes-store-switch-card__icon:after{content:"";position:absolute;top:50%;left:50%;width:60%;height:60%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:rgba(0,0,0,0);border-radius:50%}.syntes-store-switch-card--use-icon .syntes-store-switch-card__icon{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.syntes-store-switch-card__title{font-size:18px;font-weight:400;line-height:1.2;color:#fff}.syntes-store-switch-card__subtitle{font-size:14px;font-weight:400;color:hsla(0,0%,100%,.5)}.syntes-store-switch-card__full-desc{display:inline;margin-left:5px;margin-right:auto;vertical-align:text-bottom}.syntes-store-switch-card--use-icon .syntes-store-switch-card__full-desc{-ms-flex-item-align:start;align-self:flex-start;visibility:hidden;margin:0 0 0 auto;z-index:1}.syntes-store-switch-card-wrap:hover .syntes-store-switch-card--use-icon .syntes-store-switch-card__full-desc{visibility:visible}.syntes-store-switch-card__full-desc-trigger{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.syntes-store-switch-card__full-desc-trigger svg{fill:#fff;opacity:.5;-webkit-transition-duration:.25s;transition-duration:.25s;-webkit-transition-property:opacity,fill;transition-property:opacity,fill}.syntes-store-switch-card__full-desc-trigger:hover svg{opacity:1;fill:#44d62c}.syntes-store-switch-card__link{margin-left:10px;font-size:14px;font-weight:600;text-transform:uppercase;text-align:right;color:#44d62c}@media (max-width:575.98px){.syntes-store-switch-card__link{font-size:12px}}.syntes-store-switch-card__desc,.syntes-store-switch-card__desc *{font-family:RazerF5,sans-serif;font-size:14px;line-height:1.42857;font-weight:600;color:#888}.syntes-store-switch-card__price{margin-left:auto;-ms-flex-negative:0;flex-shrink:0;font-size:18px;font-weight:400;color:#fff}.syntes-store-switch-card__price:after{content:"\20BD";margin-left:1px;font-size:.9em}.syntes-store-switch-card__desc-text{display:inline}.syntes-store-switch-card__image-wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.syntes-store-switch-card__image-wrapper img{display:block;margin:0 auto}
.modal--change-order-payment-type .modal__content{width:690px;padding:0;background-color:#000}.modal--change-order-payment-type .modal__close{right:12px;top:12px}.modal--change-order-payment-type .modal__close-icon{width:12px;height:12px;fill:#c8323c}
.syntes-store-refresh-cart{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:575.98px){.syntes-store-refresh-cart .modal__content-head{padding:20px}}.syntes-store-refresh-cart .modal__content-footer{min-height:unset;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 40px 40px}@media (max-width:575.98px){.syntes-store-refresh-cart .modal__content-footer{padding:0 20px 20px}}
.modal-element-to-insert.modal-element-to-insert.modal-element-to-insert[data-v-3d2f7c21]{display:block!important}
.yandex-split-modal{max-width:650px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#1f1f1f;font-weight:400}.yandex-split-modal a{color:#44d62c}.yandex-split-modal a:hover{color:#0f0}.yandex-split__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}@media (min-width:576px){.yandex-split__header{margin-bottom:24px}}@media (max-width:575.98px){.yandex-split__header{margin-bottom:15px}}.yandex-split__title{font-weight:400;line-height:1.1}.yandex-split__title-main{margin-bottom:5px;text-transform:uppercase;color:#44d62c}.yandex-split__title-main .icon-rubl:before{font-weight:400}@media (min-width:576px){.yandex-split__title-main{font-size:24px}}@media (max-width:575.98px){.yandex-split__title-main{font-size:20px}}.yandex-split__title-sub{color:#fff}@media (min-width:576px){.yandex-split__title-sub{font-size:18px}}@media (max-width:575.98px){.yandex-split__title-sub{font-size:16px}}.yandex-split__title-highlights{color:#44d62c}.yandex-split__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.yandex-split__advantages-list{font-weight:600}@media (min-width:576px){.yandex-split__advantages-list{margin-bottom:56px}}@media (max-width:575.98px){.yandex-split__advantages-list{margin-bottom:30px}}.yandex-split__advantage{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:576px){.yandex-split__advantage{margin-bottom:24px}}@media (max-width:575.98px){.yandex-split__advantage{margin-bottom:15px}}.yandex-split__advantage:last-child{margin-bottom:0}.yandex-split__advantage-icon{-webkit-box-flex:30px;-ms-flex:30px 0 0px;flex:30px 0 0;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}@media (min-width:576px){.yandex-split__advantage-icon{margin-right:20px}}@media (max-width:575.98px){.yandex-split__advantage-icon{margin-right:10px}}.yandex-split__advantage-text{line-height:1}@media (min-width:576px){.yandex-split__advantage-text{font-size:15px}}@media (max-width:575.98px){.yandex-split__advantage-text{font-size:14px}}.yandex-split__advantage-title{margin-bottom:5px;color:#fff}@media (min-width:576px){.yandex-split__range{margin-bottom:44px}}@media (max-width:575.98px){.yandex-split__range{margin-bottom:40px}}.yandex-split__range-items-list{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:600}@media (min-width:576px){.yandex-split__range-items-list{margin-bottom:25px}}@media (max-width:575.98px){.yandex-split__range-items-list{margin-bottom:15px}}.yandex-split__range-item{-webkit-box-flex:35%;-ms-flex:35% 0 0px;flex:35% 0 0;text-align:center}@media (max-width:575.98px){.yandex-split__range-item{-webkit-box-flex:15%;-ms-flex:15% 0 0px;flex:15% 0 0}}.yandex-split__range-item:first-child{-webkit-box-flex:15%;-ms-flex:15% 0 0px;flex:15% 0 0;text-align:left}.yandex-split__range-item:last-child{-webkit-box-flex:15%;-ms-flex:15% 0 0px;flex:15% 0 0;text-align:right}.yandex-split__range--six-months .yandex-split__range-item:last-child{-webkit-box-flex:1;-ms-flex:auto 0 0px;flex:auto 0 0;text-align:left}.yandex-split__range-item-date{margin-bottom:5px;line-height:1}@media (min-width:992px){.yandex-split__range-item-date{font-size:14px}}@media (max-width:991.98px){.yandex-split__range-item-date{font-size:12px}}@media (max-width:575.98px){.yandex-split__range-item-date{font-size:10px}}.yandex-split__range-item-price{line-height:1;color:#44d62c}@media (min-width:992px){.yandex-split__range-item-price{font-size:18px}}@media (max-width:991.98px){.yandex-split__range-item-price{font-size:16px}}@media (max-width:575.98px){.yandex-split__range-item-price{font-size:14px}}.yandex-split__range-item-price .icon-rubl:before{font-size:.95em;font-weight:500}.yandex-split__range-line{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px dashed hsla(0,0%,100%,.5)}.yandex-split__range-line-item{position:relative;-webkit-box-flex:35%;-ms-flex:35% 0 0px;flex:35% 0 0}.yandex-split__range-line-item:before{content:"";position:absolute;width:3px;height:15px;background-color:#44d62c;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.yandex-split__range-line-item:first-child{-webkit-box-flex:15%;-ms-flex:15% 0 0px;flex:15% 0 0}.yandex-split__range-line-item:first-child:before{left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.yandex-split__range-line-item:last-child{-webkit-box-flex:15%;-ms-flex:15% 0 0px;flex:15% 0 0}.yandex-split__range-line-item:last-child:before{left:auto;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.yandex-split__range--six-months .yandex-split__range-line-item:last-child:before{left:0;right:auto}.yandex-split__how-to-pay-title{font-family:RazerF5,sans-serif;line-height:1;font-weight:500;color:#fff}@media (min-width:576px){.yandex-split__how-to-pay-title{margin-bottom:15px;font-size:15px}}@media (max-width:575.98px){.yandex-split__how-to-pay-title{margin-bottom:10px;font-size:14px}}.yandex-split__how-to-pay-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-padding-start:0;padding-inline-start:0}@media (min-width:576px){.yandex-split__how-to-pay-list{margin-bottom:30px}}@media (max-width:575.98px){.yandex-split__how-to-pay-list{margin-bottom:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:991.98px){.yandex-split__how-to-pay-list{margin-top:20px;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:1fr 1fr;grid-template-rows:1fr 1fr;gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.yandex-split__how-to-pay-list-item{margin:0 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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:1;font-weight:600;list-style-type:none;text-align:center}@media (min-width:576px){.yandex-split__how-to-pay-list-item{margin-bottom:10px;font-size:15px}}@media (max-width:991.98px){.yandex-split__how-to-pay-list-item{margin:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}}.yandex-split__how-to-pay-list-item img{-webkit-filter:invert(60%);filter:invert(60%);width:40px;margin-bottom:12px}@media (min-width:576px){.yandex-split__how-to-pay-list-item img{height:52px}}@media (max-width:575.98px){.yandex-split__how-to-pay-list-item img{max-height:30px}}.yandex-split__how-to-pay-list-item--ya-pay img{width:70px}.yandex-split__link-to-rules{font-size:13px;font-weight:600}
.use-geo-modal__title{margin-bottom:10px;font-weight:300;font-size:1.5rem;line-height:1.5rem;text-align:center;color:#44d62c}.use-geo-modal__subtitle{margin-bottom:20px;text-align:center}.use-geo-modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.use-geo-modal__content-item--close-modal{color:#fff;border-bottom:1px dotted #fff;text-decoration:none}
.modal-fade-enter-active,.modal-fade-leave-active{-webkit-transition:opacity .25s;transition:opacity .25s}.modal-fade-enter,.modal-fade-leave-to{opacity:0}.modal{position:fixed;left:0;top:0;z-index:10000;width:100%;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;overflow-y:scroll}.modal__container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:768px){.modal__container{padding:20px}}.modal__bg{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(85,85,85,.85);-webkit-transition:background-color .25s;transition:background-color .25s}@media (max-width:767.98px){.modal__bg{background-color:rgba(50,50,50,.97)}}.modal__content{position:relative;padding:40px;max-width:100%;margin:auto;background-color:#1f1f1f;z-index:1}@media (max-width:767.98px){.modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:667px;min-height:100vh;padding:40px 20px 30px}}.modal__content:before{content:"";display:none;position:absolute;left:0;top:0;z-index:99;width:100%;height:100%;background-color:rgba(31,31,31,.5);background-image:url(/public/preloader.svg);background-position:50%;background-repeat:no-repeat;background-size:30px 30px}.modal-loading .modal__content:before{display:block}.modal__close{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-decoration:none;background:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:15px;right:15px}.modal__close:focus{outline:none}.modal__close-icon{display:block;fill:#44d62c}
.search-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:80px;border-bottom:1px solid #464646;padding:0 20px;text-decoration:none;color:#888;-webkit-transition:background-color .25s;transition:background-color .25s}.search-item:hover{background-color:#1f1f1f}.search-item:last-child{border-bottom:none}@media (max-width:767.98px){.search-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:10px}}.search-item__img-wrap{margin-right:20px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:64px;height:64px;font-size:0;line-height:0}@media (max-width:1199.98px){.search-item__img-wrap{margin-right:25px}}@media (max-width:991.98px){.search-item__img-wrap{margin-right:20px}}@media (max-width:767.98px){.search-item__img-wrap{margin-right:12px}}.search-item__img-wrap a{font-size:0;line-height:0}.search-item__img-wrap img{max-width:100%;max-height:100%}.search-item__content{padding:10px 0;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767.98px){.search-item__content{display:block;padding:0}}@media (max-width:767.98px){.search-item__info{margin-bottom:12px}}.search-item__title{margin-bottom:5px;font-size:14px;font-weight:600;line-height:1.2;color:#fff}.search-item__sub-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;max-height:2.4em;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.2;color:#888}@media (max-width:767.98px){.search-item__sub-title{-webkit-line-clamp:4;max-height:4.8em}}.search-item__badges{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;margin-left:20px;margin-right:10px}@media (max-width:991.98px){.search-item__badges{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767.98px){.search-item__badges{margin-right:0;margin-bottom:10px;margin-left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.search-item__badges .product-special-price{margin-right:10px}@media (max-width:991.98px){.search-item__badges .product-special-price{margin-right:0;margin-bottom:8px}}.search-item__badge{display:inline-block;padding:3px 10px;border-radius:2px;font-size:14px;font-weight:600;line-height:1;text-align:center;color:#000;background:#44d62c}.search-item__badge--discount{background-color:#43d549}.search-item__badge--discount:after{content:"\20BD";margin-left:.1rem;font-size:.9em}.search-item__badge--sale-marker{background:#f8f337}.search-item__badge--sale-marker:last-of-type{color:#fff;background-color:#6b489d}.search-item__prices-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.search-item__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;color:#fff}.search-item__price:after{content:"\20BD";margin-left:3px;font-size:.9em}.search-item__price--old{margin-left:10px;text-decoration:line-through;color:#888}
.search-form__empty-result-message{padding:15px}.search-form__empty-result-message p{font-size:16px;color:#fff}.search-form__empty-result-message a{color:#44d62c;text-decoration:underline}.search-form__empty-result-message a:hover{text-decoration:none}
.search-form,.search-form-container{position:relative}.search-form__icon-wrap{width:20px;height:19px;position:absolute;left:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none}.search-form__icon{position:absolute;max-width:100%;max-height:100%}.search-form__input{width:100%;background:none;height:40px;border:1px solid #1f1f1f;padding:0 20px 0 40px;outline:#ffdead;color:#fff;-webkit-transition:border-color .25s;transition:border-color .25s}.search-form__input:focus,.search-form__input:hover{border-color:#fff!important}.top-menu__search .search-form-container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.top-menu__search .search-form__input{padding-right:40px;border-color:#464646}.search-form__dropdown{position:absolute;left:0;top:100%;z-index:10;width:100%;background:#1f1f1f}@media (max-width:991.98px){.search-form__dropdown{border:1px solid #464646;border-top:none}}.search-form__dropdown-content{max-height:calc(100vh - 48px);overflow:auto;scrollbar-color:#44d62c #464646;scrollbar-width:thin}.search-form__dropdown-content::-webkit-scrollbar{width:8px;height:8px}@media (max-width:767.98px){.search-form__dropdown-content::-webkit-scrollbar{width:4px;height:4px}}.search-form__dropdown-content::-webkit-scrollbar-track{background:#464646}.search-form__dropdown-content::-webkit-scrollbar-thumb{background:#44d62c}.search-form__dropdown-item{width:100%}.search-form__dropdown-preloader{height:76px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%2344d62c'%3E%3Cg transform='translate(1 1)' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}
.preloader-container{position:relative;min-height:200px}.preloader{position:absolute;left:0;top:0;z-index:8;width:100%;height:100%;background:rgba(0,0,0,0) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM0NGQ2MmMiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuNSIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+PHBhdGggZD0iTTM2IDE4YzAtOS45NC04LjA2LTE4LTE4LTE4Ij48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxOCAxOCIgdG89IjM2MCAxOCAxOCIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PC9nPjwvc3ZnPg==) center 85px no-repeat;background-size:30px 30px}
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-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:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-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;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;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:linear-gradient(270deg,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:linear-gradient(90deg,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:linear-gradient(0deg,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:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(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,.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:50%;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:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.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:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.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:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));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-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#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:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align: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 linear infinite;animation:swiper-preloader-spin 1s linear infinite;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid rgba(0,0,0,0)}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-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%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.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}
.catalog-category-default-page .N1-wrap{position:sticky;top:var(--header-height);z-index:5}.catalog-category-default-page .N1,.landing-page-section .N1{width:100%}
.add-to-favorites{-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.add-to-favorites__checkbox{position:absolute;overflow:hidden;margin:-1px;width:1px;height:1px;clip:rect(0 0 0 0)}.card-type-1 .add-to-favorites--type-1,.card-type-2 .add-to-favorites--type-1,.card-type-3 .add-to-favorites--type-1,.card-type-4 .add-to-favorites--type-1,.P1__product .add-to-favorites--type-1{padding:10px;position:absolute;right:20px;top:30px;z-index:3}.card-type-2 .add-to-favorites--type-1{right:10px;top:10px}.add-to-favorites--type-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.syntes-buy__action .add-to-favorites--type-2{margin-top:15px}.add-to-favorites__icon{display:block;stroke:#888;-webkit-transition:stroke .25s;transition:stroke .25s}.add-to-favorites--active .add-to-favorites__icon{stroke:#44d62c}.add-to-favorites--type-2 .add-to-favorites__icon{margin-right:7px;margin-top:1px;width:15px;height:15px}.add-to-favorites__title{font-size:11px;font-weight:600;line-height:1;text-transform:uppercase;color:#888;-webkit-transition:color .25s;transition:color .25s}.add-to-favorites--active .add-to-favorites__title{color:#44d62c}
.btn,.r-btn-default{font-family:RazerF5,sans-serif;font-weight:600;font-size:14px;line-height:1.2;background:#44d62c;color:#000;margin:0;padding:0 20px;height:40px;text-transform:uppercase;border-radius:2px;border:none;-webkit-transition:.25s;transition:.25s;cursor:pointer;text-decoration:none;outline:none;text-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn:focus,.r-btn-default:focus{-webkit-box-shadow:none;box-shadow:none;outline:none}.btn:hover,.r-btn-default:hover{background:#0f0;color:#000}.btn--disabled,.btn:disabled,.btn[disabled],.r-btn-default--disabled,.r-btn-default:disabled,.r-btn-default[disabled]{pointer-events:none;opacity:.5;cursor:not-allowed}.btn--transparent,.r-btn-default--transparent{background-color:rgba(0,0,0,0);color:#44d62c}.btn--transparent:hover,.r-btn-default--transparent:hover{background-color:rgba(0,0,0,0);color:#0f0}.btn--squeezed,.r-btn-default--squeezed{padding:0;font-size:13px;height:auto}.btn--bordered,.r-btn-default--bordered{background-color:rgba(0,0,0,0);color:#44d62c;border:1px solid #44d62c}.btn--bordered:hover,.r-btn-default--bordered:hover{background-color:rgba(0,0,0,0);color:#0f0;border-color:#0f0}.btn-link{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;font-size:16px;font-weight:600;line-height:1;color:#44d62c;-webkit-transition:color .25s;transition:color .25s;text-decoration:none}.btn-link,.btn-link:focus{outline:none}.btn-link:hover{color:#0f0;text-decoration:none}.btn-link--disabled,.btn-link:disabled,.btn-link[disabled]{pointer-events:none;opacity:.5;cursor:not-allowed}.btn-link-underline{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;border-bottom:1px dotted #888;font-size:13px;color:#888;display:inline-block;-webkit-transition:all .25s;transition:all .25s}.btn-link-underline:focus{outline:none}.btn-link-underline:hover{color:#464646;border-bottom:1px dotted #464646}.syntes-btn-add-to-cart{position:relative}.syntes-btn-add-to-cart__notify-msg{position:absolute;background-color:#fff;top:calc(100% + 10px);left:50%;right:0;color:#000;padding:5px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);font-size:12px;font-weight:400;line-height:18px;text-align:left;-webkit-transition:opacity .6s;transition:opacity .6s;z-index:1}.syntes-btn-add-to-cart__notify-msg a{color:#000;text-decoration:underline}.syntes-btn-add-to-cart__notify-msg a:hover{text-decoration:none}
.subscribe.subscribe--horizontal{margin-top:auto}
.catalog-category-default-page{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;position:relative}
.page-product__gallery-section{width:calc(100% - var(--buy-width))}.page-product__logo{position:absolute;left:50%;bottom:30px;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-height:150px;width:400px;max-width:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:991.98px){.page-product__logo{bottom:20px;max-height:100px;width:250px}}@media (max-width:575.98px){.page-product__logo{bottom:15px;max-height:80px;width:170px}}.page-product__gallery{--gallery-height:530px;--thumbs-width:80px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0;visibility:hidden;-webkit-transition-property:opacity,visibility;transition-property:opacity,visibility;-webkit-transition-duration:.25s;transition-duration:.25s}.page-product__gallery.page-product__gallery--loaded{opacity:1;visibility:visible}.page-product__gallery-arrow{display:none;position:absolute;top:50%;z-index:2;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:48px;height:48px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;stroke:#44d62c;cursor:pointer}.page-product__gallery-arrow:after{content:""}@media (max-width:991.98px){.page-product__gallery-arrow{display:-webkit-box;display:-ms-flexbox;display:flex}}.page-product__gallery-arrow.swiper-button-disabled{pointer-events:none;cursor:default;outline:none;opacity:.7}.page-product__gallery-arrow--prev{left:0}.page-product__gallery-arrow--next{right:0}.page-product__gallery-thumbs-wrap{position:relative;left:35px;z-index:2;-ms-flex-negative:0;flex-shrink:0;margin:40px calc(var(--thumbs-width)*-1) 40px 0}@media (max-width:1479.98px){.page-product__gallery-thumbs-wrap{margin-top:25px;margin-bottom:25px;left:20px}}@media (max-width:991.98px){.page-product__gallery-thumbs-wrap{display:none}}.page-product__gallery-thumbs.swiper-container{width:var(--thumbs-width);height:var(--gallery-height)}.page-product__gallery-thumbs-image{width:100%;height:100%;border:1px solid #999;background-repeat:no-repeat;background-position:50%;background-size:cover;background-color:#000;cursor:pointer;-webkit-transition:border-color .25s;transition:border-color .25s}.page-product__gallery-thumbs-image:hover,.swiper-slide-thumb-active .page-product__gallery-thumbs-image{border-color:#44d62c}.page-product__gallery-thumbs-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.page-product__gallery-main-wrap{position:relative;-ms-flex-negative:0;flex-shrink:0;width:100%;height:0;padding-bottom:66.7%}.page-product__gallery-main{position:absolute;left:0;top:0;width:100%;height:100%}.page-product__gallery-main-image-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;height:100%;cursor:pointer}.page-product__gallery-main-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:opacity .25s;transition:opacity .25s}.page-product__gallery-main-image.swiper-lazy{opacity:0}.page-product__gallery-main-image.swiper-lazy-loaded{opacity:1}.page-product__gallery-main-image-preloader{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%2344d62c'%3E%3Cg transform='translate(1 1)' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}
.syntes-store-notify{position:absolute;background-color:#fff;top:calc(100% + 10px);left:0;right:0;color:#000;padding:5px;-webkit-transition:opacity .6s;transition:opacity .6s;font-size:12px;font-weight:400;line-height:18px;text-align:left}.syntes-store-notify__message-link{color:#000;text-decoration:underline;cursor:pointer}.syntes-store-notify__message-link:hover{text-decoration:none}
.badge-super-price{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9Ijg0IiBoZWlnaHQ9IjM3IiByeD0iMSIgZmlsbD0iIzAwMCIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXIpIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTQuNTI2IDE2LjM2MmMtLjUyLjA3OC0xLjYyNS4xODItMi4yMjMuMTgyLTEuNTM0IDAtMS44NDYtLjU4NS0xLjg0Ni0yLjk2NCAwLTIuNTA5LjQyOS0zLjEzMyAxLjc5NC0zLjEzMy41ODUgMCAxLjY3Ny4xMDQgMi4yNzUuMTk1bC4wNTItMS40M2MtLjU0Ni0uMTMtMS42NjQtLjM1MS0yLjU4Ny0uMzUxLTIuNjI2IDAtMy4zOCAxLjM2NS0zLjM4IDQuNzE5IDAgMy4wOTQuNjUgNC41MzcgMy4zOCA0LjUzNy44MDYgMCAxLjk3Ni0uMTU2IDIuNTc0LS4yODZsLS4wMzktMS40Njl6bTMuMDAzLTcuMzU4SDE1LjYzbDIuNDgzIDYuNzQ3aC43MTVjLS4yMDguNTk4LS4zNTEuNzY3LS42NS44MzItLjUyLjExNy0xLjA0LjA2NS0xLjU2LS4wMjZsLS4xODIgMS4zNTJjLjI5OS4xMDQgMS4xMTguMjIxIDEuODU5LjEzLjc5My0uMDkxIDEuNTA4LS40MDMgMi4wOTMtMS45MjRsMi43NTYtNy4xMTFIMjEuMzVsLTEuOTkgNS4xNzRoLS4wOWwtMS43NDItNS4xNzR6TTI4Ljc5NyAxOGgxLjc5NFY5LjAwNGgtNi44NzdWMThoMS43OTV2LTcuNDM2aDMuMjg4VjE4em0zLjQ1NSAwaDUuNzJ2LTEuNTZoLTMuOTI2di0yLjExOWgzLjE0NnYtMS41MzRoLTMuMTQ2di0yLjIzNmgzLjkyNnYtMS41NmgtNS43MlYxOHptMTAuMTg5LTIuNzNjMi4wOCAwIDMuMTQ2LTEuMTQ0IDMuMTQ2LTMuMTk4IDAtMi4wNTQtMS4wNjYtMy4wNjgtMy4xNDYtMy4wNjhoLTMuMjVWMThoMS43OTR2LTIuNzNoMS40NTZ6bS0xLjQ1Ni0xLjUzNHYtMy4xOThoMS40NDNjLjg5NyAwIDEuMzM5LjQyOSAxLjMzOSAxLjUzNCAwIDEuMTE4LS40NDIgMS42NjQtMS4zNCAxLjY2NGgtMS40NDJ6TTQ2LjUzNCAxOGg1LjkwMnYyLjQxOGgxLjc5NHYtMy45OTFoLTEuMTdWOS4wMDRoLTEuNzk0djcuNDIzaC0yLjkzOFY5LjAwNGgtMS43OTRWMTh6bTguNjUzIDBoNS43MnYtMS41NmgtMy45MjZ2LTIuMTE5aDMuMTQ2di0xLjUzNGgtMy4xNDZ2LTIuMjM2aDMuOTI2di0xLjU2aC01LjcyVjE4em0xMi4wMjEgMGgxLjc5NFY5LjAwNGgtMS43OTR2My43N0g2My45MnYtMy43N2gtMS43OTRWMThoMS43OTR2LTMuNjY2aDMuMjlWMTh6bTIuNzE0IDBoMS43OTRsLjM1MS0xLjU5OWgzLjA5NEw3NS41MTIgMThoMS43OTRsLTEuOTg5LTguOTk2aC0zLjQwNkw2OS45MjIgMTh6bTMuMzgtNy41MTRoLjYyNGwuODk3IDQuMzU1aC0yLjQxOGwuODk3LTQuMzU1ek05Ljc5IDIzLjA4VjMwaDIuNjhjMS4zMyAwIDIuMTgtLjU0IDIuMTgtMS45NCAwLS45NC0uMzktMS4zNi0uOTgtMS41OS41NS0uMy44MS0uNzguODEtMS42MSAwLTEuMjctLjczLTEuNzgtMi4wOS0xLjc4aC0yLjZ6bTIuNTQuOTZjLjY4IDAgMS4wMi4yOSAxLjAyLjk1IDAgLjY3LS4zIDEuMDgtLjk4IDEuMDhIMTAuOXYtMi4wM2gxLjQzem0uMDYgMi45N2MuNTQgMCAxLjEyLjIxIDEuMTIuOTkgMCAuODItLjQxIDEuMDQtMS4xIDEuMDRIMTAuOXYtMi4wM2gxLjQ5ek0yNS42OSAzMGgxLjI5bC0xLjc2LTMuNDEgMS42OS0zLjUxaC0xLjI3bC0xLjQgMy4wOC0xLjAyLjA4di0zLjE2aC0xLjExVjMwaDEuMTF2LTIuNzlsMS4wMi0uMDdMMjUuNjkgMzB6bTYuNzQuMWMyLjE0IDAgMi43OC0xLjE2IDIuNzgtMy40OSAwLTIuMy0uNjQtMy42My0yLjc4LTMuNjMtMi4xNCAwLTIuNzkgMS4zNC0yLjc5IDMuNjMgMCAyLjMxLjY0IDMuNDkgMi43OSAzLjQ5em0wLS45NmMtMS4zMyAwLTEuNjQtLjgyLTEuNjQtMi41MyAwLTEuNy4zMi0yLjY2IDEuNjQtMi42NiAxLjMyIDAgMS42My45NiAxLjYzIDIuNjYgMCAxLjc0LS4zIDIuNTMtMS42MyAyLjUzem04LjU4My0xLjI3YzEuNTYgMCAyLjMzLS45NCAyLjMzLTIuNDkgMC0xLjU0LS43Ny0yLjMtMi4zMy0yLjNoLTIuNTFWMzBoMS4xMXYtMi4xM2gxLjR6bS0xLjQtLjk2di0yLjg3aDEuMzljLjgzIDAgMS4yLjQgMS4yIDEuMzQgMCAuOTUtLjM3IDEuNTMtMS4yIDEuNTNoLTEuMzl6bTkuNzk4LS41N2MuNTUtLjM3LjgxLS45My43OC0xLjY1LS4wNC0xLjA5LS45NS0xLjczLTIuMy0xLjcxLS42MS4wMS0xLjE1LjE0LTEuNy4zMmwuMDMuOTFjLjcxLS4xOCAxLjA4LS4yOCAxLjU0LS4yOC45IDAgMS4zMy4yOCAxLjMzLjkxIDAgLjctLjM4IDEuMTEtMS4yNSAxLjExaC0uMjh2Ljk1aC4yNmMxLjAzIDAgMS40MS4yNCAxLjQxIDEuMDIgMCAuODgtLjQ5IDEuMTctMS40NiAxLjE3LS41MyAwLTEuMDUtLjExLTEuNjEtLjI0bC0uMDQuOTNjLjM3LjEyLjg3LjI1IDEuNzYuMjggMS41Mi4wNSAyLjQ2LS43NyAyLjQ3LTIuMDcuMDEtLjg5LS4zLTEuMzctLjk0LTEuNjV6TTU4Ljk3NSAzMHYtNi45MmgtMS45M2wtMi4xNSA1Ljk1aC0uMTV2LTUuOTVoLTEuMVYzMGgxLjg5bDIuMTktNS45NWguMTRWMzBoMS4xMXptNy42NDUgMGgxLjEydi02LjkyaC0xLjEydjIuOTloLTIuOTZ2LTIuOTloLTEuMTFWMzBoMS4xMXYtMi45NmgyLjk2VjMwem00LjY4OCAwaDQuMzJ2LS45OGgtMy4yMXYtMmgyLjYxdi0uOTZoLTIuNjF2LTIuMDFoMy4yMXYtLjk3aC00LjMyVjMweiIgZmlsbD0iIzg4RkMyRCIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjAiIHkxPSItMTciIHgyPSI3Ny41IiB5Mj0iMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjQzYwMDI0Ii8+PHN0b3Agb2Zmc2V0PSIuMDc4IiBzdG9wLWNvbG9yPSIjNTIwQzAwIi8+PHN0b3Agb2Zmc2V0PSIuMTcyIiBzdG9wLWNvbG9yPSIjRTY2MTE1Ii8+PHN0b3Agb2Zmc2V0PSIuMzIzIiBzdG9wLWNvbG9yPSIjRjhGMzM3Ii8+PHN0b3Agb2Zmc2V0PSIuNSIgc3RvcC1jb2xvcj0iIzk3RkMzQyIvPjxzdG9wIG9mZnNldD0iLjY1NiIgc3RvcC1jb2xvcj0iIzJCNEMxOSIvPjxzdG9wIG9mZnNldD0iLjgzMyIgc3RvcC1jb2xvcj0iIzVFMkZGRSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0M2MDAyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==");width:86px;height:39px}.badge-super-price.badge-super-price--long{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM4IiBoZWlnaHQ9IjI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHg9IjEiIHk9IjEiIHdpZHRoPSIxMzYiIGhlaWdodD0iMjMiIHJ4PSIxIiBmaWxsPSIjMDAwIiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcikiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xNC41MjIgMTQuNjE0Yy0uNDQuMDY2LTEuMzc1LjE1NC0xLjg4MS4xNTQtMS4yOTggMC0xLjU2Mi0uNDk1LTEuNTYyLTIuNTA4IDAtMi4xMjMuMzYzLTIuNjUxIDEuNTE4LTIuNjUxLjQ5NSAwIDEuNDE5LjA4OCAxLjkyNS4xNjVsLjA0NC0xLjIxYy0uNDYyLS4xMS0xLjQwOC0uMjk3LTIuMTg5LS4yOTctMi4yMjIgMC0yLjg2IDEuMTU1LTIuODYgMy45OTMgMCAyLjYxOC41NSAzLjgzOSAyLjg2IDMuODM5LjY4MiAwIDEuNjcyLS4xMzIgMi4xNzgtLjI0MmwtLjAzMy0xLjI0M3ptMi43Ni02LjIyNmgtMS42MDVsMi4xIDUuNzA5aC42MDZjLS4xNzYuNTA2LS4yOTcuNjQ5LS41NS43MDQtLjQ0LjA5OS0uODguMDU1LTEuMzItLjAyMmwtLjE1NCAxLjE0NGMuMjUzLjA4OC45NDYuMTg3IDEuNTczLjExLjY3LS4wNzcgMS4yNzYtLjM0MSAxLjc3LTEuNjI4bDIuMzMzLTYuMDE3aC0xLjUxOGwtMS42ODMgNC4zNzhoLS4wNzdsLTEuNDc0LTQuMzc4ek0yNy4wMzkgMTZoMS41MThWOC4zODhoLTUuODJWMTZoMS41MTlWOS43MDhoMi43ODNWMTZ6bTMuMTQzIDBoNC44NHYtMS4zMkgzMS43di0xLjc5M2gyLjY2MnYtMS4yOThIMzEuN1Y5LjY5N2gzLjMyMnYtMS4zMmgtNC44NFYxNnptOC44NDEtMi4zMWMxLjc2IDAgMi42NjItLjk2OCAyLjY2Mi0yLjcwNnMtLjkwMi0yLjU5Ni0yLjY2Mi0yLjU5NmgtMi43NVYxNmgxLjUxOHYtMi4zMWgxLjIzMnptLTEuMjMyLTEuMjk4VjkuNjg2aDEuMjIxYy43NTkgMCAxLjEzMy4zNjMgMS4xMzMgMS4yOTggMCAuOTQ2LS4zNzQgMS40MDgtMS4xMzMgMS40MDhIMzcuNzl6TTQyLjcwNiAxNmg0Ljk5M3YyLjA0NmgxLjUxOXYtMy4zNzdoLS45OVY4LjM4OGgtMS41MTl2Ni4yODFoLTIuNDg2VjguMzg4aC0xLjUxN1YxNnptNy41NDIgMGg0Ljg0di0xLjMyaC0zLjMyMnYtMS43OTNoMi42NjJ2LTEuMjk4aC0yLjY2MlY5LjY5N2gzLjMyMnYtMS4zMmgtNC44NFYxNnptMTAuMzkxIDBoMS41MThWOC4zODhINjAuNjR2My4xOWgtMi43ODN2LTMuMTloLTEuNTE4VjE2aDEuNTE4di0zLjEwMmgyLjc4M1YxNnptMi41MTcgMGgxLjUxOGwuMjk3LTEuMzUzaDIuNjE4TDY3Ljg4NiAxNmgxLjUxOEw2Ny43MiA4LjM4OGgtMi44ODJMNjMuMTU2IDE2em0yLjg2LTYuMzU4aC41MjhsLjc1OSAzLjY4NWgtMi4wNDZsLjc1OS0zLjY4NXptNi44NTYtMS4yNTRWMTZoMi45NDhjMS40NjMgMCAyLjM5OC0uNTk0IDIuMzk4LTIuMTM0IDAtMS4wMzQtLjQzLTEuNDk2LTEuMDc4LTEuNzQ5LjYwNS0uMzMuODktLjg1OC44OS0xLjc3MSAwLTEuMzk3LS44MDItMS45NTgtMi4yOTgtMS45NThoLTIuODZ6bTIuNzk0IDEuMDU2Yy43NDggMCAxLjEyMi4zMTkgMS4xMjIgMS4wNDUgMCAuNzM3LS4zMyAxLjE4OC0xLjA3OCAxLjE4OGgtMS42MTdWOS40NDRoMS41NzN6bS4wNjYgMy4yNjdjLjU5NCAwIDEuMjMyLjIzMSAxLjIzMiAxLjA4OSAwIC45MDItLjQ1MSAxLjE0NC0xLjIxIDEuMTQ0aC0xLjY2MXYtMi4yMzNoMS42Mzl6TTg1Ljk2MiAxNmgxLjQybC0xLjkzNy0zLjc1MSAxLjg2LTMuODYxaC0xLjM5OGwtMS41NCAzLjM4OC0xLjEyMi4wODhWOC4zODhoLTEuMjJWMTZoMS4yMnYtMy4wNjlsMS4xMjItLjA3N0w4NS45NjIgMTZ6bTUuMjE0LjExYzIuMzU0IDAgMy4wNTgtMS4yNzYgMy4wNTgtMy44MzkgMC0yLjUzLS43MDQtMy45OTMtMy4wNTgtMy45OTNzLTMuMDY5IDEuNDc0LTMuMDY5IDMuOTkzYzAgMi41NDEuNzA0IDMuODM5IDMuMDcgMy44Mzl6bTAtMS4wNTZjLTEuNDYzIDAtMS44MDQtLjkwMi0xLjgwNC0yLjc4MyAwLTEuODcuMzUyLTIuOTI2IDEuODA0LTIuOTI2czEuNzkzIDEuMDU2IDEuNzkzIDIuOTI2YzAgMS45MTQtLjMzIDIuNzgzLTEuNzkzIDIuNzgzem03LjI0MS0xLjM5N2MxLjcxNiAwIDIuNTYzLTEuMDM0IDIuNTYzLTIuNzM5IDAtMS42OTQtLjg0Ny0yLjUzLTIuNTYzLTIuNTNoLTIuNzZWMTZoMS4yMnYtMi4zNDNoMS41NHptLTEuNTQtMS4wNTZWOS40NDRoMS41M2MuOTEyIDAgMS4zMi40NCAxLjMyIDEuNDc0IDAgMS4wNDUtLjQwOCAxLjY4My0xLjMyIDEuNjgzaC0xLjUzem04LjU3OC0uNjI3Yy42MDUtLjQwNy44OTEtMS4wMjMuODU4LTEuODE1LS4wNDQtMS4xOTktMS4wNDUtMS45MDMtMi41My0xLjg4MS0uNjcxLjAxMS0xLjI2NS4xNTQtMS44Ny4zNTJsLjAzMyAxLjAwMWMuNzgxLS4xOTggMS4xODgtLjMwOCAxLjY5NC0uMzA4Ljk5IDAgMS40NjMuMzA4IDEuNDYzIDEuMDAxIDAgLjc3LS40MTggMS4yMjEtMS4zNzUgMS4yMjFoLS4zMDh2MS4wNDVoLjI4NmMxLjEzMyAwIDEuNTUxLjI2NCAxLjU1MSAxLjEyMiAwIC45NjgtLjUzOSAxLjI4Ny0xLjYwNiAxLjI4Ny0uNTgzIDAtMS4xNTUtLjEyMS0xLjc3MS0uMjY0bC0uMDQ0IDEuMDIzYy40MDcuMTMyLjk1Ny4yNzUgMS45MzYuMzA4IDEuNjcyLjA1NSAyLjcwNi0uODQ3IDIuNzE3LTIuMjc3LjAxMS0uOTc5LS4zMy0xLjUwNy0xLjAzNC0xLjgxNXpNMTEzLjc3NiAxNlY4LjM4OGgtMi4xMjNsLTIuMzY1IDYuNTQ1aC0uMTY1VjguMzg4aC0xLjIxVjE2aDIuMDc5bDIuNDA5LTYuNTQ1aC4xNTRWMTZoMS4yMjF6bTYuMjA5IDBoMS4yMzJWOC4zODhoLTEuMjMydjMuMjg5aC0zLjI1NlY4LjM4OGgtMS4yMjFWMTZoMS4yMjF2LTMuMjU2aDMuMjU2VjE2em0yLjk1NiAwaDQuNzUydi0xLjA3OGgtMy41MzF2LTIuMmgyLjg3MXYtMS4wNTZoLTIuODcxVjkuNDU1aDMuNTMxVjguMzg4aC00Ljc1MlYxNnoiIGZpbGw9IiM4OEZDMkQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIwIiB5MT0iLTEwLjg5NyIgeDI9IjQ0LjMxMiIgeTI9IjY5LjI1NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNDNjAwMjQiLz48c3RvcCBvZmZzZXQ9Ii4wNzgiIHN0b3AtY29sb3I9IiM1MjBDMDAiLz48c3RvcCBvZmZzZXQ9Ii4xNzIiIHN0b3AtY29sb3I9IiNFNjYxMTUiLz48c3RvcCBvZmZzZXQ9Ii4zMjMiIHN0b3AtY29sb3I9IiNGOEYzMzciLz48c3RvcCBvZmZzZXQ9Ii41IiBzdG9wLWNvbG9yPSIjOTdGQzNDIi8+PHN0b3Agb2Zmc2V0PSIuNjU2IiBzdG9wLWNvbG9yPSIjMkI0QzE5Ii8+PHN0b3Agb2Zmc2V0PSIuODMzIiBzdG9wLWNvbG9yPSIjNUUyRkZFIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzYwMDI0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+");width:138px;height:25px}.badge-super-price.badge-super-price--text{position:relative;background-image:none;background-color:#c8323c}.badge-super-price.badge-super-price--text:before{content:"Суперцена в корзине";color:#000}.products-instead-of-discontinued{margin-top:48px}@media (max-width:991.98px){.products-instead-of-discontinued{margin-top:36px}}.products-instead-of-discontinued__title{margin-bottom:8px;font-size:15px;font-weight:600;line-height:1.33333;color:#fff}.products-instead-of-discontinued__product .card-type-4__title{margin-bottom:8px;font-size:20px;line-height:1;font-weight:400;color:#44d62c}.products-instead-of-discontinued__product .card-type-4__image-wrap{padding-bottom:70%}@media (min-width:1921px){.products-instead-of-discontinued__product .card-type-4__price-wrap{-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}.products-instead-of-discontinued__product .card-type-4__price-wrap .P1__model-marker{padding:4px 9px;font-size:14px}}.products-instead-of-discontinued__product .card-type-4__info{margin-top:15px;margin-bottom:15px;padding:0}
.badge-super-price{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9Ijg0IiBoZWlnaHQ9IjM3IiByeD0iMSIgZmlsbD0iIzAwMCIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXIpIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTQuNTI2IDE2LjM2MmMtLjUyLjA3OC0xLjYyNS4xODItMi4yMjMuMTgyLTEuNTM0IDAtMS44NDYtLjU4NS0xLjg0Ni0yLjk2NCAwLTIuNTA5LjQyOS0zLjEzMyAxLjc5NC0zLjEzMy41ODUgMCAxLjY3Ny4xMDQgMi4yNzUuMTk1bC4wNTItMS40M2MtLjU0Ni0uMTMtMS42NjQtLjM1MS0yLjU4Ny0uMzUxLTIuNjI2IDAtMy4zOCAxLjM2NS0zLjM4IDQuNzE5IDAgMy4wOTQuNjUgNC41MzcgMy4zOCA0LjUzNy44MDYgMCAxLjk3Ni0uMTU2IDIuNTc0LS4yODZsLS4wMzktMS40Njl6bTMuMDAzLTcuMzU4SDE1LjYzbDIuNDgzIDYuNzQ3aC43MTVjLS4yMDguNTk4LS4zNTEuNzY3LS42NS44MzItLjUyLjExNy0xLjA0LjA2NS0xLjU2LS4wMjZsLS4xODIgMS4zNTJjLjI5OS4xMDQgMS4xMTguMjIxIDEuODU5LjEzLjc5My0uMDkxIDEuNTA4LS40MDMgMi4wOTMtMS45MjRsMi43NTYtNy4xMTFIMjEuMzVsLTEuOTkgNS4xNzRoLS4wOWwtMS43NDItNS4xNzR6TTI4Ljc5NyAxOGgxLjc5NFY5LjAwNGgtNi44NzdWMThoMS43OTV2LTcuNDM2aDMuMjg4VjE4em0zLjQ1NSAwaDUuNzJ2LTEuNTZoLTMuOTI2di0yLjExOWgzLjE0NnYtMS41MzRoLTMuMTQ2di0yLjIzNmgzLjkyNnYtMS41NmgtNS43MlYxOHptMTAuMTg5LTIuNzNjMi4wOCAwIDMuMTQ2LTEuMTQ0IDMuMTQ2LTMuMTk4IDAtMi4wNTQtMS4wNjYtMy4wNjgtMy4xNDYtMy4wNjhoLTMuMjVWMThoMS43OTR2LTIuNzNoMS40NTZ6bS0xLjQ1Ni0xLjUzNHYtMy4xOThoMS40NDNjLjg5NyAwIDEuMzM5LjQyOSAxLjMzOSAxLjUzNCAwIDEuMTE4LS40NDIgMS42NjQtMS4zNCAxLjY2NGgtMS40NDJ6TTQ2LjUzNCAxOGg1LjkwMnYyLjQxOGgxLjc5NHYtMy45OTFoLTEuMTdWOS4wMDRoLTEuNzk0djcuNDIzaC0yLjkzOFY5LjAwNGgtMS43OTRWMTh6bTguNjUzIDBoNS43MnYtMS41NmgtMy45MjZ2LTIuMTE5aDMuMTQ2di0xLjUzNGgtMy4xNDZ2LTIuMjM2aDMuOTI2di0xLjU2aC01LjcyVjE4em0xMi4wMjEgMGgxLjc5NFY5LjAwNGgtMS43OTR2My43N0g2My45MnYtMy43N2gtMS43OTRWMThoMS43OTR2LTMuNjY2aDMuMjlWMTh6bTIuNzE0IDBoMS43OTRsLjM1MS0xLjU5OWgzLjA5NEw3NS41MTIgMThoMS43OTRsLTEuOTg5LTguOTk2aC0zLjQwNkw2OS45MjIgMTh6bTMuMzgtNy41MTRoLjYyNGwuODk3IDQuMzU1aC0yLjQxOGwuODk3LTQuMzU1ek05Ljc5IDIzLjA4VjMwaDIuNjhjMS4zMyAwIDIuMTgtLjU0IDIuMTgtMS45NCAwLS45NC0uMzktMS4zNi0uOTgtMS41OS41NS0uMy44MS0uNzguODEtMS42MSAwLTEuMjctLjczLTEuNzgtMi4wOS0xLjc4aC0yLjZ6bTIuNTQuOTZjLjY4IDAgMS4wMi4yOSAxLjAyLjk1IDAgLjY3LS4zIDEuMDgtLjk4IDEuMDhIMTAuOXYtMi4wM2gxLjQzem0uMDYgMi45N2MuNTQgMCAxLjEyLjIxIDEuMTIuOTkgMCAuODItLjQxIDEuMDQtMS4xIDEuMDRIMTAuOXYtMi4wM2gxLjQ5ek0yNS42OSAzMGgxLjI5bC0xLjc2LTMuNDEgMS42OS0zLjUxaC0xLjI3bC0xLjQgMy4wOC0xLjAyLjA4di0zLjE2aC0xLjExVjMwaDEuMTF2LTIuNzlsMS4wMi0uMDdMMjUuNjkgMzB6bTYuNzQuMWMyLjE0IDAgMi43OC0xLjE2IDIuNzgtMy40OSAwLTIuMy0uNjQtMy42My0yLjc4LTMuNjMtMi4xNCAwLTIuNzkgMS4zNC0yLjc5IDMuNjMgMCAyLjMxLjY0IDMuNDkgMi43OSAzLjQ5em0wLS45NmMtMS4zMyAwLTEuNjQtLjgyLTEuNjQtMi41MyAwLTEuNy4zMi0yLjY2IDEuNjQtMi42NiAxLjMyIDAgMS42My45NiAxLjYzIDIuNjYgMCAxLjc0LS4zIDIuNTMtMS42MyAyLjUzem04LjU4My0xLjI3YzEuNTYgMCAyLjMzLS45NCAyLjMzLTIuNDkgMC0xLjU0LS43Ny0yLjMtMi4zMy0yLjNoLTIuNTFWMzBoMS4xMXYtMi4xM2gxLjR6bS0xLjQtLjk2di0yLjg3aDEuMzljLjgzIDAgMS4yLjQgMS4yIDEuMzQgMCAuOTUtLjM3IDEuNTMtMS4yIDEuNTNoLTEuMzl6bTkuNzk4LS41N2MuNTUtLjM3LjgxLS45My43OC0xLjY1LS4wNC0xLjA5LS45NS0xLjczLTIuMy0xLjcxLS42MS4wMS0xLjE1LjE0LTEuNy4zMmwuMDMuOTFjLjcxLS4xOCAxLjA4LS4yOCAxLjU0LS4yOC45IDAgMS4zMy4yOCAxLjMzLjkxIDAgLjctLjM4IDEuMTEtMS4yNSAxLjExaC0uMjh2Ljk1aC4yNmMxLjAzIDAgMS40MS4yNCAxLjQxIDEuMDIgMCAuODgtLjQ5IDEuMTctMS40NiAxLjE3LS41MyAwLTEuMDUtLjExLTEuNjEtLjI0bC0uMDQuOTNjLjM3LjEyLjg3LjI1IDEuNzYuMjggMS41Mi4wNSAyLjQ2LS43NyAyLjQ3LTIuMDcuMDEtLjg5LS4zLTEuMzctLjk0LTEuNjV6TTU4Ljk3NSAzMHYtNi45MmgtMS45M2wtMi4xNSA1Ljk1aC0uMTV2LTUuOTVoLTEuMVYzMGgxLjg5bDIuMTktNS45NWguMTRWMzBoMS4xMXptNy42NDUgMGgxLjEydi02LjkyaC0xLjEydjIuOTloLTIuOTZ2LTIuOTloLTEuMTFWMzBoMS4xMXYtMi45NmgyLjk2VjMwem00LjY4OCAwaDQuMzJ2LS45OGgtMy4yMXYtMmgyLjYxdi0uOTZoLTIuNjF2LTIuMDFoMy4yMXYtLjk3aC00LjMyVjMweiIgZmlsbD0iIzg4RkMyRCIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjAiIHkxPSItMTciIHgyPSI3Ny41IiB5Mj0iMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjQzYwMDI0Ii8+PHN0b3Agb2Zmc2V0PSIuMDc4IiBzdG9wLWNvbG9yPSIjNTIwQzAwIi8+PHN0b3Agb2Zmc2V0PSIuMTcyIiBzdG9wLWNvbG9yPSIjRTY2MTE1Ii8+PHN0b3Agb2Zmc2V0PSIuMzIzIiBzdG9wLWNvbG9yPSIjRjhGMzM3Ii8+PHN0b3Agb2Zmc2V0PSIuNSIgc3RvcC1jb2xvcj0iIzk3RkMzQyIvPjxzdG9wIG9mZnNldD0iLjY1NiIgc3RvcC1jb2xvcj0iIzJCNEMxOSIvPjxzdG9wIG9mZnNldD0iLjgzMyIgc3RvcC1jb2xvcj0iIzVFMkZGRSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0M2MDAyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==");width:86px;height:39px}.badge-super-price.badge-super-price--long{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM4IiBoZWlnaHQ9IjI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHg9IjEiIHk9IjEiIHdpZHRoPSIxMzYiIGhlaWdodD0iMjMiIHJ4PSIxIiBmaWxsPSIjMDAwIiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcikiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xNC41MjIgMTQuNjE0Yy0uNDQuMDY2LTEuMzc1LjE1NC0xLjg4MS4xNTQtMS4yOTggMC0xLjU2Mi0uNDk1LTEuNTYyLTIuNTA4IDAtMi4xMjMuMzYzLTIuNjUxIDEuNTE4LTIuNjUxLjQ5NSAwIDEuNDE5LjA4OCAxLjkyNS4xNjVsLjA0NC0xLjIxYy0uNDYyLS4xMS0xLjQwOC0uMjk3LTIuMTg5LS4yOTctMi4yMjIgMC0yLjg2IDEuMTU1LTIuODYgMy45OTMgMCAyLjYxOC41NSAzLjgzOSAyLjg2IDMuODM5LjY4MiAwIDEuNjcyLS4xMzIgMi4xNzgtLjI0MmwtLjAzMy0xLjI0M3ptMi43Ni02LjIyNmgtMS42MDVsMi4xIDUuNzA5aC42MDZjLS4xNzYuNTA2LS4yOTcuNjQ5LS41NS43MDQtLjQ0LjA5OS0uODguMDU1LTEuMzItLjAyMmwtLjE1NCAxLjE0NGMuMjUzLjA4OC45NDYuMTg3IDEuNTczLjExLjY3LS4wNzcgMS4yNzYtLjM0MSAxLjc3LTEuNjI4bDIuMzMzLTYuMDE3aC0xLjUxOGwtMS42ODMgNC4zNzhoLS4wNzdsLTEuNDc0LTQuMzc4ek0yNy4wMzkgMTZoMS41MThWOC4zODhoLTUuODJWMTZoMS41MTlWOS43MDhoMi43ODNWMTZ6bTMuMTQzIDBoNC44NHYtMS4zMkgzMS43di0xLjc5M2gyLjY2MnYtMS4yOThIMzEuN1Y5LjY5N2gzLjMyMnYtMS4zMmgtNC44NFYxNnptOC44NDEtMi4zMWMxLjc2IDAgMi42NjItLjk2OCAyLjY2Mi0yLjcwNnMtLjkwMi0yLjU5Ni0yLjY2Mi0yLjU5NmgtMi43NVYxNmgxLjUxOHYtMi4zMWgxLjIzMnptLTEuMjMyLTEuMjk4VjkuNjg2aDEuMjIxYy43NTkgMCAxLjEzMy4zNjMgMS4xMzMgMS4yOTggMCAuOTQ2LS4zNzQgMS40MDgtMS4xMzMgMS40MDhIMzcuNzl6TTQyLjcwNiAxNmg0Ljk5M3YyLjA0NmgxLjUxOXYtMy4zNzdoLS45OVY4LjM4OGgtMS41MTl2Ni4yODFoLTIuNDg2VjguMzg4aC0xLjUxN1YxNnptNy41NDIgMGg0Ljg0di0xLjMyaC0zLjMyMnYtMS43OTNoMi42NjJ2LTEuMjk4aC0yLjY2MlY5LjY5N2gzLjMyMnYtMS4zMmgtNC44NFYxNnptMTAuMzkxIDBoMS41MThWOC4zODhINjAuNjR2My4xOWgtMi43ODN2LTMuMTloLTEuNTE4VjE2aDEuNTE4di0zLjEwMmgyLjc4M1YxNnptMi41MTcgMGgxLjUxOGwuMjk3LTEuMzUzaDIuNjE4TDY3Ljg4NiAxNmgxLjUxOEw2Ny43MiA4LjM4OGgtMi44ODJMNjMuMTU2IDE2em0yLjg2LTYuMzU4aC41MjhsLjc1OSAzLjY4NWgtMi4wNDZsLjc1OS0zLjY4NXptNi44NTYtMS4yNTRWMTZoMi45NDhjMS40NjMgMCAyLjM5OC0uNTk0IDIuMzk4LTIuMTM0IDAtMS4wMzQtLjQzLTEuNDk2LTEuMDc4LTEuNzQ5LjYwNS0uMzMuODktLjg1OC44OS0xLjc3MSAwLTEuMzk3LS44MDItMS45NTgtMi4yOTgtMS45NThoLTIuODZ6bTIuNzk0IDEuMDU2Yy43NDggMCAxLjEyMi4zMTkgMS4xMjIgMS4wNDUgMCAuNzM3LS4zMyAxLjE4OC0xLjA3OCAxLjE4OGgtMS42MTdWOS40NDRoMS41NzN6bS4wNjYgMy4yNjdjLjU5NCAwIDEuMjMyLjIzMSAxLjIzMiAxLjA4OSAwIC45MDItLjQ1MSAxLjE0NC0xLjIxIDEuMTQ0aC0xLjY2MXYtMi4yMzNoMS42Mzl6TTg1Ljk2MiAxNmgxLjQybC0xLjkzNy0zLjc1MSAxLjg2LTMuODYxaC0xLjM5OGwtMS41NCAzLjM4OC0xLjEyMi4wODhWOC4zODhoLTEuMjJWMTZoMS4yMnYtMy4wNjlsMS4xMjItLjA3N0w4NS45NjIgMTZ6bTUuMjE0LjExYzIuMzU0IDAgMy4wNTgtMS4yNzYgMy4wNTgtMy44MzkgMC0yLjUzLS43MDQtMy45OTMtMy4wNTgtMy45OTNzLTMuMDY5IDEuNDc0LTMuMDY5IDMuOTkzYzAgMi41NDEuNzA0IDMuODM5IDMuMDcgMy44Mzl6bTAtMS4wNTZjLTEuNDYzIDAtMS44MDQtLjkwMi0xLjgwNC0yLjc4MyAwLTEuODcuMzUyLTIuOTI2IDEuODA0LTIuOTI2czEuNzkzIDEuMDU2IDEuNzkzIDIuOTI2YzAgMS45MTQtLjMzIDIuNzgzLTEuNzkzIDIuNzgzem03LjI0MS0xLjM5N2MxLjcxNiAwIDIuNTYzLTEuMDM0IDIuNTYzLTIuNzM5IDAtMS42OTQtLjg0Ny0yLjUzLTIuNTYzLTIuNTNoLTIuNzZWMTZoMS4yMnYtMi4zNDNoMS41NHptLTEuNTQtMS4wNTZWOS40NDRoMS41M2MuOTEyIDAgMS4zMi40NCAxLjMyIDEuNDc0IDAgMS4wNDUtLjQwOCAxLjY4My0xLjMyIDEuNjgzaC0xLjUzem04LjU3OC0uNjI3Yy42MDUtLjQwNy44OTEtMS4wMjMuODU4LTEuODE1LS4wNDQtMS4xOTktMS4wNDUtMS45MDMtMi41My0xLjg4MS0uNjcxLjAxMS0xLjI2NS4xNTQtMS44Ny4zNTJsLjAzMyAxLjAwMWMuNzgxLS4xOTggMS4xODgtLjMwOCAxLjY5NC0uMzA4Ljk5IDAgMS40NjMuMzA4IDEuNDYzIDEuMDAxIDAgLjc3LS40MTggMS4yMjEtMS4zNzUgMS4yMjFoLS4zMDh2MS4wNDVoLjI4NmMxLjEzMyAwIDEuNTUxLjI2NCAxLjU1MSAxLjEyMiAwIC45NjgtLjUzOSAxLjI4Ny0xLjYwNiAxLjI4Ny0uNTgzIDAtMS4xNTUtLjEyMS0xLjc3MS0uMjY0bC0uMDQ0IDEuMDIzYy40MDcuMTMyLjk1Ny4yNzUgMS45MzYuMzA4IDEuNjcyLjA1NSAyLjcwNi0uODQ3IDIuNzE3LTIuMjc3LjAxMS0uOTc5LS4zMy0xLjUwNy0xLjAzNC0xLjgxNXpNMTEzLjc3NiAxNlY4LjM4OGgtMi4xMjNsLTIuMzY1IDYuNTQ1aC0uMTY1VjguMzg4aC0xLjIxVjE2aDIuMDc5bDIuNDA5LTYuNTQ1aC4xNTRWMTZoMS4yMjF6bTYuMjA5IDBoMS4yMzJWOC4zODhoLTEuMjMydjMuMjg5aC0zLjI1NlY4LjM4OGgtMS4yMjFWMTZoMS4yMjF2LTMuMjU2aDMuMjU2VjE2em0yLjk1NiAwaDQuNzUydi0xLjA3OGgtMy41MzF2LTIuMmgyLjg3MXYtMS4wNTZoLTIuODcxVjkuNDU1aDMuNTMxVjguMzg4aC00Ljc1MlYxNnoiIGZpbGw9IiM4OEZDMkQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIwIiB5MT0iLTEwLjg5NyIgeDI9IjQ0LjMxMiIgeTI9IjY5LjI1NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNDNjAwMjQiLz48c3RvcCBvZmZzZXQ9Ii4wNzgiIHN0b3AtY29sb3I9IiM1MjBDMDAiLz48c3RvcCBvZmZzZXQ9Ii4xNzIiIHN0b3AtY29sb3I9IiNFNjYxMTUiLz48c3RvcCBvZmZzZXQ9Ii4zMjMiIHN0b3AtY29sb3I9IiNGOEYzMzciLz48c3RvcCBvZmZzZXQ9Ii41IiBzdG9wLWNvbG9yPSIjOTdGQzNDIi8+PHN0b3Agb2Zmc2V0PSIuNjU2IiBzdG9wLWNvbG9yPSIjMkI0QzE5Ii8+PHN0b3Agb2Zmc2V0PSIuODMzIiBzdG9wLWNvbG9yPSIjNUUyRkZFIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzYwMDI0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+");width:138px;height:25px}.badge-super-price.badge-super-price--text{position:relative;background-image:none;background-color:#c8323c}.badge-super-price.badge-super-price--text:before{content:"Суперцена в корзине";color:#000}.product-main-section{--buy-width:400px;background:#000}@media (max-width:1479.98px){.product-main-section{--buy-width:370px}}@media (max-width:991.98px){.product-main-section{--buy-width:auto}}.B2__inner~.product-main-section,.B2~.product-main-section{--banner-height:54px}.product-main-section__inner{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1920px;margin:0 auto}@media (max-width:991.98px){.product-main-section__inner{display:block}}.syntes-buy{width:var(--buy-width);font-family:RazerF5,sans-serif;background:#000}@media (min-width:992px){.syntes-buy__inner{position:sticky;top:var(--header-height,0);padding:35px}}@media (min-width:992px) and (max-width:1479.98px){.syntes-buy__inner{padding:25px 20px}}@media (max-width:991.98px){.syntes-buy__inner{padding-top:25px;padding-bottom:25px}}@media (max-width:991.98px){.syntes-buy__header--desktop{display:none}}.syntes-buy__header--mobile{display:none}@media (max-width:991.98px){.syntes-buy__header--mobile{display:block;padding-top:20px}}.syntes-buy__header{margin-bottom:25px}.product-main-section--discontinued .syntes-buy__header{margin-bottom:8px}.syntes-buy__header-title{font-size:24px;line-height:1;font-weight:400;color:#44d62c}@media (max-width:991.98px){.syntes-buy__header-title{font-size:22px}}.syntes-buy__header-sku{margin-top:7px;font-size:16px;line-height:1;font-weight:400;color:#888}@media (max-width:991.98px){.syntes-buy__header-sku{font-size:14px}}.syntes-buy__specifications-anchor{display:inline;border-bottom:1px dashed #888;cursor:pointer;font-size:14px;-webkit-transition:border-bottom-color .25s linear;transition:border-bottom-color .25s linear}.syntes-buy__specifications-anchor:hover{border-bottom-color:rgba(0,0,0,0)}.syntes-buy__model-select-wrap{margin-top:15px}.syntes-buy__model-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;position:relative;z-index:2;outline:none}.syntes-buy__model-select .multiselect__select{display:none}.syntes-buy__model-select .multiselect__tags{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.syntes-buy__model-select .multiselect__single{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:auto;height:57px;padding:0 50px 0 0;border:1px solid #222;font-size:12px;font-weight:400;line-height:1;color:hsla(0,0%,100%,.5);background-color:#000;cursor:pointer;-webkit-transition:border-color .25s;transition:border-color .25s}.syntes-buy__model-select .multiselect__single:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.777 1.234l4 4 4-4' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");position:absolute;right:20px;top:calc(50% - 2px);line-height:0;-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s}.syntes-buy__model-select .multiselect__single .syntes-buy__model-select-option{padding-right:0}.syntes-buy__model-select.multiselect--active{z-index:3}.syntes-buy__model-select.multiselect--active .multiselect__single{border-color:#44d62c}.syntes-buy__model-select.multiselect--active .multiselect__single:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.syntes-buy__model-select .multiselect__content-wrapper{position:absolute;top:100%;z-index:10;width:100%;overflow:auto;border-left:1px solid #222;border-right:1px solid #222;background-color:#000;scrollbar-color:#44d62c #464646;scrollbar-width:thin}.syntes-buy__model-select .multiselect__content-wrapper::-webkit-scrollbar{width:8px;height:8px}@media (max-width:767.98px){.syntes-buy__model-select .multiselect__content-wrapper::-webkit-scrollbar{width:4px;height:4px}}.syntes-buy__model-select .multiselect__content-wrapper::-webkit-scrollbar-track{background:#464646}.syntes-buy__model-select .multiselect__content-wrapper::-webkit-scrollbar-thumb{background:#44d62c}.syntes-buy__model-select.multiselect--above .multiselect__content-wrapper{top:auto;bottom:100%}.syntes-buy__model-select .multiselect-enter-active,.syntes-buy__model-select .multiselect-leave-active{-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.syntes-buy__model-select .multiselect-enter,.syntes-buy__model-select .multiselect-leave-active{opacity:0}.syntes-buy__model-select .multiselect__content{margin:0;padding:0;list-style:none;min-width:100%}.syntes-buy__model-select .multiselect__element{border-bottom:1px solid #222}.syntes-buy__model-select .multiselect__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:55px;font-size:12px;font-weight:400;line-height:1;color:hsla(0,0%,100%,.5);cursor:pointer;background-color:#000;-webkit-transition:background-color .25s;transition:background-color .25s}.syntes-buy__model-select .multiselect__option--highlight{background-color:#222}.syntes-buy__model-select-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 10px;border:1px solid hsla(0,0%,100%,.5);border-radius:2px;font-size:12px;font-weight:400;line-height:1;color:hsla(0,0%,100%,.5);cursor:pointer;-webkit-transition:border-color .25s;transition:border-color .25s}.syntes-buy__model-select-option:hover{border-color:#0f0}.multiselect .syntes-buy__model-select-option{border:none}.syntes-buy__model-select-option--selected{border-color:#44d62c}.syntes-buy__model-select-option-image-wrap{-ms-flex-negative:0;flex-shrink:0;margin-right:10px;width:55px;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.syntes-buy__model-select-option-image{max-width:100%;max-height:100%}.syntes-buy__actions-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:991.98px){.syntes-buy__actions-group{display:none}}.syntes-buy__actions-group--expiring-discount{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.syntes-buy__price{margin-top:-3px;margin-right:10px;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:22px;line-height:1;font-weight:600;color:#fff}.syntes-buy__price .icon-rubl:before{font-weight:500}.syntes-buy__price-inner{margin-top:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-ms-flex-wrap:wrap;flex-wrap:wrap}.syntes-buy__price-inner>*{margin-right:7px}.syntes-buy__price-inner>:last-child{margin-right:0}@media (max-width:575.98px){.syntes-buy__price-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.syntes-buy__price-promo{white-space:nowrap}.syntes-buy__actions-group--expiring-discount .syntes-buy__price-promo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.syntes-buy__price-promo .P1__model-marker{margin-left:15px;padding:4px 9px;font-size:14px;line-height:1.28571;color:#fff}.syntes-buy__price-regular{white-space:nowrap}.syntes-buy__price-regular.syntes-buy__price-regular--old{position:relative;font-size:17px;font-weight:600;color:hsla(0,0%,100%,.5)}.syntes-buy__actions-group--expiring-discount .syntes-buy__price-regular.syntes-buy__price-regular--old{margin-top:3px}.syntes-buy__price-regular.syntes-buy__price-regular--old:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;display:block;background-color:#7f7f7f}.syntes-buy__yandex-split-modal-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;margin-top:3px;font-size:14px;line-height:1.2;border-bottom:1px dashed;color:#44d62c;cursor:pointer;-webkit-transition:border-color .25s,color .25s;transition:border-color .25s,color .25s}.syntes-buy__yandex-split-modal-trigger:hover{color:#0f0;border-bottom-color:rgba(0,0,0,0)}.syntes-buy__price-dolyame{margin-top:20px;font-size:14px;line-height:1.2;font-weight:500;color:hsla(0,0%,100%,.5)}.syntes-buy__hidden-price-marker{margin-top:10px}.syntes-buy__hidden-price-marker,.syntes-buy__super-price{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9Ijg0IiBoZWlnaHQ9IjM3IiByeD0iMSIgZmlsbD0iIzAwMCIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXIpIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTQuNTI2IDE2LjM2MmMtLjUyLjA3OC0xLjYyNS4xODItMi4yMjMuMTgyLTEuNTM0IDAtMS44NDYtLjU4NS0xLjg0Ni0yLjk2NCAwLTIuNTA5LjQyOS0zLjEzMyAxLjc5NC0zLjEzMy41ODUgMCAxLjY3Ny4xMDQgMi4yNzUuMTk1bC4wNTItMS40M2MtLjU0Ni0uMTMtMS42NjQtLjM1MS0yLjU4Ny0uMzUxLTIuNjI2IDAtMy4zOCAxLjM2NS0zLjM4IDQuNzE5IDAgMy4wOTQuNjUgNC41MzcgMy4zOCA0LjUzNy44MDYgMCAxLjk3Ni0uMTU2IDIuNTc0LS4yODZsLS4wMzktMS40Njl6bTMuMDAzLTcuMzU4SDE1LjYzbDIuNDgzIDYuNzQ3aC43MTVjLS4yMDguNTk4LS4zNTEuNzY3LS42NS44MzItLjUyLjExNy0xLjA0LjA2NS0xLjU2LS4wMjZsLS4xODIgMS4zNTJjLjI5OS4xMDQgMS4xMTguMjIxIDEuODU5LjEzLjc5My0uMDkxIDEuNTA4LS40MDMgMi4wOTMtMS45MjRsMi43NTYtNy4xMTFIMjEuMzVsLTEuOTkgNS4xNzRoLS4wOWwtMS43NDItNS4xNzR6TTI4Ljc5NyAxOGgxLjc5NFY5LjAwNGgtNi44NzdWMThoMS43OTV2LTcuNDM2aDMuMjg4VjE4em0zLjQ1NSAwaDUuNzJ2LTEuNTZoLTMuOTI2di0yLjExOWgzLjE0NnYtMS41MzRoLTMuMTQ2di0yLjIzNmgzLjkyNnYtMS41NmgtNS43MlYxOHptMTAuMTg5LTIuNzNjMi4wOCAwIDMuMTQ2LTEuMTQ0IDMuMTQ2LTMuMTk4IDAtMi4wNTQtMS4wNjYtMy4wNjgtMy4xNDYtMy4wNjhoLTMuMjVWMThoMS43OTR2LTIuNzNoMS40NTZ6bS0xLjQ1Ni0xLjUzNHYtMy4xOThoMS40NDNjLjg5NyAwIDEuMzM5LjQyOSAxLjMzOSAxLjUzNCAwIDEuMTE4LS40NDIgMS42NjQtMS4zNCAxLjY2NGgtMS40NDJ6TTQ2LjUzNCAxOGg1LjkwMnYyLjQxOGgxLjc5NHYtMy45OTFoLTEuMTdWOS4wMDRoLTEuNzk0djcuNDIzaC0yLjkzOFY5LjAwNGgtMS43OTRWMTh6bTguNjUzIDBoNS43MnYtMS41NmgtMy45MjZ2LTIuMTE5aDMuMTQ2di0xLjUzNGgtMy4xNDZ2LTIuMjM2aDMuOTI2di0xLjU2aC01LjcyVjE4em0xMi4wMjEgMGgxLjc5NFY5LjAwNGgtMS43OTR2My43N0g2My45MnYtMy43N2gtMS43OTRWMThoMS43OTR2LTMuNjY2aDMuMjlWMTh6bTIuNzE0IDBoMS43OTRsLjM1MS0xLjU5OWgzLjA5NEw3NS41MTIgMThoMS43OTRsLTEuOTg5LTguOTk2aC0zLjQwNkw2OS45MjIgMTh6bTMuMzgtNy41MTRoLjYyNGwuODk3IDQuMzU1aC0yLjQxOGwuODk3LTQuMzU1ek05Ljc5IDIzLjA4VjMwaDIuNjhjMS4zMyAwIDIuMTgtLjU0IDIuMTgtMS45NCAwLS45NC0uMzktMS4zNi0uOTgtMS41OS41NS0uMy44MS0uNzguODEtMS42MSAwLTEuMjctLjczLTEuNzgtMi4wOS0xLjc4aC0yLjZ6bTIuNTQuOTZjLjY4IDAgMS4wMi4yOSAxLjAyLjk1IDAgLjY3LS4zIDEuMDgtLjk4IDEuMDhIMTAuOXYtMi4wM2gxLjQzem0uMDYgMi45N2MuNTQgMCAxLjEyLjIxIDEuMTIuOTkgMCAuODItLjQxIDEuMDQtMS4xIDEuMDRIMTAuOXYtMi4wM2gxLjQ5ek0yNS42OSAzMGgxLjI5bC0xLjc2LTMuNDEgMS42OS0zLjUxaC0xLjI3bC0xLjQgMy4wOC0xLjAyLjA4di0zLjE2aC0xLjExVjMwaDEuMTF2LTIuNzlsMS4wMi0uMDdMMjUuNjkgMzB6bTYuNzQuMWMyLjE0IDAgMi43OC0xLjE2IDIuNzgtMy40OSAwLTIuMy0uNjQtMy42My0yLjc4LTMuNjMtMi4xNCAwLTIuNzkgMS4zNC0yLjc5IDMuNjMgMCAyLjMxLjY0IDMuNDkgMi43OSAzLjQ5em0wLS45NmMtMS4zMyAwLTEuNjQtLjgyLTEuNjQtMi41MyAwLTEuNy4zMi0yLjY2IDEuNjQtMi42NiAxLjMyIDAgMS42My45NiAxLjYzIDIuNjYgMCAxLjc0LS4zIDIuNTMtMS42MyAyLjUzem04LjU4My0xLjI3YzEuNTYgMCAyLjMzLS45NCAyLjMzLTIuNDkgMC0xLjU0LS43Ny0yLjMtMi4zMy0yLjNoLTIuNTFWMzBoMS4xMXYtMi4xM2gxLjR6bS0xLjQtLjk2di0yLjg3aDEuMzljLjgzIDAgMS4yLjQgMS4yIDEuMzQgMCAuOTUtLjM3IDEuNTMtMS4yIDEuNTNoLTEuMzl6bTkuNzk4LS41N2MuNTUtLjM3LjgxLS45My43OC0xLjY1LS4wNC0xLjA5LS45NS0xLjczLTIuMy0xLjcxLS42MS4wMS0xLjE1LjE0LTEuNy4zMmwuMDMuOTFjLjcxLS4xOCAxLjA4LS4yOCAxLjU0LS4yOC45IDAgMS4zMy4yOCAxLjMzLjkxIDAgLjctLjM4IDEuMTEtMS4yNSAxLjExaC0uMjh2Ljk1aC4yNmMxLjAzIDAgMS40MS4yNCAxLjQxIDEuMDIgMCAuODgtLjQ5IDEuMTctMS40NiAxLjE3LS41MyAwLTEuMDUtLjExLTEuNjEtLjI0bC0uMDQuOTNjLjM3LjEyLjg3LjI1IDEuNzYuMjggMS41Mi4wNSAyLjQ2LS43NyAyLjQ3LTIuMDcuMDEtLjg5LS4zLTEuMzctLjk0LTEuNjV6TTU4Ljk3NSAzMHYtNi45MmgtMS45M2wtMi4xNSA1Ljk1aC0uMTV2LTUuOTVoLTEuMVYzMGgxLjg5bDIuMTktNS45NWguMTRWMzBoMS4xMXptNy42NDUgMGgxLjEydi02LjkyaC0xLjEydjIuOTloLTIuOTZ2LTIuOTloLTEuMTFWMzBoMS4xMXYtMi45NmgyLjk2VjMwem00LjY4OCAwaDQuMzJ2LS45OGgtMy4yMXYtMmgyLjYxdi0uOTZoLTIuNjF2LTIuMDFoMy4yMXYtLjk3aC00LjMyVjMweiIgZmlsbD0iIzg4RkMyRCIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjAiIHkxPSItMTciIHgyPSI3Ny41IiB5Mj0iMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjQzYwMDI0Ii8+PHN0b3Agb2Zmc2V0PSIuMDc4IiBzdG9wLWNvbG9yPSIjNTIwQzAwIi8+PHN0b3Agb2Zmc2V0PSIuMTcyIiBzdG9wLWNvbG9yPSIjRTY2MTE1Ii8+PHN0b3Agb2Zmc2V0PSIuMzIzIiBzdG9wLWNvbG9yPSIjRjhGMzM3Ii8+PHN0b3Agb2Zmc2V0PSIuNSIgc3RvcC1jb2xvcj0iIzk3RkMzQyIvPjxzdG9wIG9mZnNldD0iLjY1NiIgc3RvcC1jb2xvcj0iIzJCNEMxOSIvPjxzdG9wIG9mZnNldD0iLjgzMyIgc3RvcC1jb2xvcj0iIzVFMkZGRSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0M2MDAyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==);width:86px;height:39px}.syntes-buy__super-price.syntes-buy__super-price--long{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM4IiBoZWlnaHQ9IjI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHg9IjEiIHk9IjEiIHdpZHRoPSIxMzYiIGhlaWdodD0iMjMiIHJ4PSIxIiBmaWxsPSIjMDAwIiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcikiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xNC41MjIgMTQuNjE0Yy0uNDQuMDY2LTEuMzc1LjE1NC0xLjg4MS4xNTQtMS4yOTggMC0xLjU2Mi0uNDk1LTEuNTYyLTIuNTA4IDAtMi4xMjMuMzYzLTIuNjUxIDEuNTE4LTIuNjUxLjQ5NSAwIDEuNDE5LjA4OCAxLjkyNS4xNjVsLjA0NC0xLjIxYy0uNDYyLS4xMS0xLjQwOC0uMjk3LTIuMTg5LS4yOTctMi4yMjIgMC0yLjg2IDEuMTU1LTIuODYgMy45OTMgMCAyLjYxOC41NSAzLjgzOSAyLjg2IDMuODM5LjY4MiAwIDEuNjcyLS4xMzIgMi4xNzgtLjI0MmwtLjAzMy0xLjI0M3ptMi43Ni02LjIyNmgtMS42MDVsMi4xIDUuNzA5aC42MDZjLS4xNzYuNTA2LS4yOTcuNjQ5LS41NS43MDQtLjQ0LjA5OS0uODguMDU1LTEuMzItLjAyMmwtLjE1NCAxLjE0NGMuMjUzLjA4OC45NDYuMTg3IDEuNTczLjExLjY3LS4wNzcgMS4yNzYtLjM0MSAxLjc3LTEuNjI4bDIuMzMzLTYuMDE3aC0xLjUxOGwtMS42ODMgNC4zNzhoLS4wNzdsLTEuNDc0LTQuMzc4ek0yNy4wMzkgMTZoMS41MThWOC4zODhoLTUuODJWMTZoMS41MTlWOS43MDhoMi43ODNWMTZ6bTMuMTQzIDBoNC44NHYtMS4zMkgzMS43di0xLjc5M2gyLjY2MnYtMS4yOThIMzEuN1Y5LjY5N2gzLjMyMnYtMS4zMmgtNC44NFYxNnptOC44NDEtMi4zMWMxLjc2IDAgMi42NjItLjk2OCAyLjY2Mi0yLjcwNnMtLjkwMi0yLjU5Ni0yLjY2Mi0yLjU5NmgtMi43NVYxNmgxLjUxOHYtMi4zMWgxLjIzMnptLTEuMjMyLTEuMjk4VjkuNjg2aDEuMjIxYy43NTkgMCAxLjEzMy4zNjMgMS4xMzMgMS4yOTggMCAuOTQ2LS4zNzQgMS40MDgtMS4xMzMgMS40MDhIMzcuNzl6TTQyLjcwNiAxNmg0Ljk5M3YyLjA0NmgxLjUxOXYtMy4zNzdoLS45OVY4LjM4OGgtMS41MTl2Ni4yODFoLTIuNDg2VjguMzg4aC0xLjUxN1YxNnptNy41NDIgMGg0Ljg0di0xLjMyaC0zLjMyMnYtMS43OTNoMi42NjJ2LTEuMjk4aC0yLjY2MlY5LjY5N2gzLjMyMnYtMS4zMmgtNC44NFYxNnptMTAuMzkxIDBoMS41MThWOC4zODhINjAuNjR2My4xOWgtMi43ODN2LTMuMTloLTEuNTE4VjE2aDEuNTE4di0zLjEwMmgyLjc4M1YxNnptMi41MTcgMGgxLjUxOGwuMjk3LTEuMzUzaDIuNjE4TDY3Ljg4NiAxNmgxLjUxOEw2Ny43MiA4LjM4OGgtMi44ODJMNjMuMTU2IDE2em0yLjg2LTYuMzU4aC41MjhsLjc1OSAzLjY4NWgtMi4wNDZsLjc1OS0zLjY4NXptNi44NTYtMS4yNTRWMTZoMi45NDhjMS40NjMgMCAyLjM5OC0uNTk0IDIuMzk4LTIuMTM0IDAtMS4wMzQtLjQzLTEuNDk2LTEuMDc4LTEuNzQ5LjYwNS0uMzMuODktLjg1OC44OS0xLjc3MSAwLTEuMzk3LS44MDItMS45NTgtMi4yOTgtMS45NThoLTIuODZ6bTIuNzk0IDEuMDU2Yy43NDggMCAxLjEyMi4zMTkgMS4xMjIgMS4wNDUgMCAuNzM3LS4zMyAxLjE4OC0xLjA3OCAxLjE4OGgtMS42MTdWOS40NDRoMS41NzN6bS4wNjYgMy4yNjdjLjU5NCAwIDEuMjMyLjIzMSAxLjIzMiAxLjA4OSAwIC45MDItLjQ1MSAxLjE0NC0xLjIxIDEuMTQ0aC0xLjY2MXYtMi4yMzNoMS42Mzl6TTg1Ljk2MiAxNmgxLjQybC0xLjkzNy0zLjc1MSAxLjg2LTMuODYxaC0xLjM5OGwtMS41NCAzLjM4OC0xLjEyMi4wODhWOC4zODhoLTEuMjJWMTZoMS4yMnYtMy4wNjlsMS4xMjItLjA3N0w4NS45NjIgMTZ6bTUuMjE0LjExYzIuMzU0IDAgMy4wNTgtMS4yNzYgMy4wNTgtMy44MzkgMC0yLjUzLS43MDQtMy45OTMtMy4wNTgtMy45OTNzLTMuMDY5IDEuNDc0LTMuMDY5IDMuOTkzYzAgMi41NDEuNzA0IDMuODM5IDMuMDcgMy44Mzl6bTAtMS4wNTZjLTEuNDYzIDAtMS44MDQtLjkwMi0xLjgwNC0yLjc4MyAwLTEuODcuMzUyLTIuOTI2IDEuODA0LTIuOTI2czEuNzkzIDEuMDU2IDEuNzkzIDIuOTI2YzAgMS45MTQtLjMzIDIuNzgzLTEuNzkzIDIuNzgzem03LjI0MS0xLjM5N2MxLjcxNiAwIDIuNTYzLTEuMDM0IDIuNTYzLTIuNzM5IDAtMS42OTQtLjg0Ny0yLjUzLTIuNTYzLTIuNTNoLTIuNzZWMTZoMS4yMnYtMi4zNDNoMS41NHptLTEuNTQtMS4wNTZWOS40NDRoMS41M2MuOTEyIDAgMS4zMi40NCAxLjMyIDEuNDc0IDAgMS4wNDUtLjQwOCAxLjY4My0xLjMyIDEuNjgzaC0xLjUzem04LjU3OC0uNjI3Yy42MDUtLjQwNy44OTEtMS4wMjMuODU4LTEuODE1LS4wNDQtMS4xOTktMS4wNDUtMS45MDMtMi41My0xLjg4MS0uNjcxLjAxMS0xLjI2NS4xNTQtMS44Ny4zNTJsLjAzMyAxLjAwMWMuNzgxLS4xOTggMS4xODgtLjMwOCAxLjY5NC0uMzA4Ljk5IDAgMS40NjMuMzA4IDEuNDYzIDEuMDAxIDAgLjc3LS40MTggMS4yMjEtMS4zNzUgMS4yMjFoLS4zMDh2MS4wNDVoLjI4NmMxLjEzMyAwIDEuNTUxLjI2NCAxLjU1MSAxLjEyMiAwIC45NjgtLjUzOSAxLjI4Ny0xLjYwNiAxLjI4Ny0uNTgzIDAtMS4xNTUtLjEyMS0xLjc3MS0uMjY0bC0uMDQ0IDEuMDIzYy40MDcuMTMyLjk1Ny4yNzUgMS45MzYuMzA4IDEuNjcyLjA1NSAyLjcwNi0uODQ3IDIuNzE3LTIuMjc3LjAxMS0uOTc5LS4zMy0xLjUwNy0xLjAzNC0xLjgxNXpNMTEzLjc3NiAxNlY4LjM4OGgtMi4xMjNsLTIuMzY1IDYuNTQ1aC0uMTY1VjguMzg4aC0xLjIxVjE2aDIuMDc5bDIuNDA5LTYuNTQ1aC4xNTRWMTZoMS4yMjF6bTYuMjA5IDBoMS4yMzJWOC4zODhoLTEuMjMydjMuMjg5aC0zLjI1NlY4LjM4OGgtMS4yMjFWMTZoMS4yMjF2LTMuMjU2aDMuMjU2VjE2em0yLjk1NiAwaDQuNzUydi0xLjA3OGgtMy41MzF2LTIuMmgyLjg3MXYtMS4wNTZoLTIuODcxVjkuNDU1aDMuNTMxVjguMzg4aC00Ljc1MlYxNnoiIGZpbGw9IiM4OEZDMkQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIwIiB5MT0iLTEwLjg5NyIgeDI9IjQ0LjMxMiIgeTI9IjY5LjI1NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNDNjAwMjQiLz48c3RvcCBvZmZzZXQ9Ii4wNzgiIHN0b3AtY29sb3I9IiM1MjBDMDAiLz48c3RvcCBvZmZzZXQ9Ii4xNzIiIHN0b3AtY29sb3I9IiNFNjYxMTUiLz48c3RvcCBvZmZzZXQ9Ii4zMjMiIHN0b3AtY29sb3I9IiNGOEYzMzciLz48c3RvcCBvZmZzZXQ9Ii41IiBzdG9wLWNvbG9yPSIjOTdGQzNDIi8+PHN0b3Agb2Zmc2V0PSIuNjU2IiBzdG9wLWNvbG9yPSIjMkI0QzE5Ii8+PHN0b3Agb2Zmc2V0PSIuODMzIiBzdG9wLWNvbG9yPSIjNUUyRkZFIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzYwMDI0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+);width:138px;height:25px}.syntes-buy__promo-markers{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.syntes-buy__promo-marker{width:60px;height:60px}.syntes-buy__promo-marker svg{width:100%;height:100%}.syntes-buy__promo-marker img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.syntes-buy__price-highlight{color:#fff}.syntes-buy__coupons-wrap{margin-top:14px;margin-bottom:14px;width:100%}.syntes-buy__progress-bar{margin-bottom:10px;position:relative;width:100%;height:6px;background-color:#d5d5d5}.syntes-buy__progress-bar-left{position:absolute;width:0;height:100%;top:0;left:0;background-color:#44d62c;-webkit-transition:width .2s ease;transition:width .2s ease}.syntes-buy__coupons-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;font-weight:400;line-height:1.28571;color:#888}.syntes-buy__time-left{min-width:8.1em}.syntes-buy__action{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;position:relative}.syntes-buy__actions-group--expiring-discount .syntes-buy__action{width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.syntes-buy__actions-group--expiring-discount .syntes-buy__action .syntes-buy__action-btn{width:100%;background-color:#44d62c}.syntes-buy__action .syntes-store-notify{top:100%}.syntes-buy__action-btn{min-width:150px;font-size:15px}.syntes-buy__action-btn--unavailable{font-size:13px}.syntes-buy__info{margin-top:24px}@media (max-width:991.98px){.syntes-buy__info{margin-top:0}}.product-main-section--discontinued .syntes-buy__info{margin-top:0}.syntes-buy__status{margin-top:12px;max-width:100%;font-size:15px;font-weight:600;line-height:1.33333}.syntes-buy__status--mobile{margin-top:0}@media (min-width:992px){.syntes-buy__status--mobile{display:none}}.syntes-buy__status-availability{color:#fff}.syntes-buy__status-availability--green{color:#44d62c}.syntes-buy__yandex-split-widget{position:relative;margin-top:16px;z-index:1}.syntes-buy__features{margin-top:28px}.syntes-buy__features-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:1.2;font-weight:600;margin-bottom:15px;color:hsla(0,0%,100%,.5)}.syntes-buy__features-item:last-child{margin-bottom:0}.syntes-buy__features-item a{color:#44d62c;text-decoration:none}.syntes-buy__features-item .syntes-store-delivery-message__icon-wrap,.syntes-buy__features-item:before{content:"";-ms-flex-negative:0;flex-shrink:0;margin-right:15px;width:30px;height:30px;background-size:contain;background-repeat:no-repeat}.syntes-buy__features-highlight{color:#fff}.syntes-buy__features-item-payment:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.561 22.897A12.5 12.5 0 0012.51 25 12.51 12.51 0 0025 12.51 12.5 12.5 0 105.561 22.896zm.525-20.002A11.557 11.557 0 0112.509.952a11.567 11.567 0 017.785 3.029l-2.22 2.22c-2.138-1.509-6.172-.253-8.006 1.52h-.047l-6.439 6.438a.943.943 0 000 1.33l5.864 5.872a.942.942 0 00.669.274l.038.047a.942.942 0 00.66-.274l6.448-6.448v-.047c1.757-1.847 3.05-5.932 1.49-8.05l2.215-2.216a11.567 11.567 0 013.091 7.862A11.557 11.557 0 116.086 2.895zM18.053 7.56c1.098 1.739-.078 5.22-1.547 6.731l-6.391 6.4-5.864-5.872 6.392-6.391c1.524-1.472 4.984-2.626 6.738-1.535l-.187.188a1.575 1.575 0 00-1.847 2.506c.297.292.696.457 1.112.462a1.575 1.575 0 001.4-2.296l.194-.193zm-1.315.355a.471.471 0 00.287.287.62.62 0 01-.374.867.622.622 0 11.087-1.154z' fill='%2343D247'/%3E%3C/svg%3E")}.syntes-buy__features-item-warranty:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 25C5.625 25 0 19.376 0 12.5S5.625 0 12.5 0C19.376 0 25 5.625 25 12.5 25 19.376 19.376 25 12.5 25zm0-24.062C6.146.938.937 6.146.937 12.5c0 6.355 5.208 11.563 11.563 11.563 6.354 0 11.562-5.208 11.562-11.563C24.062 6.146 18.854.938 12.5.938zm0 14.48l-3.228 1.719.625-3.595-2.605-2.603 3.594-.521L12.5 7.137l1.615 3.28 3.594.522-2.604 2.552.625 3.593-3.23-1.666zm-3.177-3.802l1.615 1.562-.365 2.187 1.98-1.041 1.98 1.041-.365-2.187 1.614-1.563-2.188-.312-1.093-2.031-.99 1.979-2.188.365zm3.022 10.468c.051.053.104.053.155.053h.157c4.704-1.716 6.689-5.23 6.994-5.769a1.52 1.52 0 01.038-.065c.051-.053.051-.156.051-.209V6.875a.474.474 0 00-.208-.416c-1.98-1.25-4.48-1.928-7.032-1.928-2.552 0-5.052.678-7.03 1.928-.105.104-.21.26-.21.416v9.168c0 .052 0 .155.053.208l.038.066c.307.543 2.292 4.053 6.994 5.767zm.155-.937C8.386 19.584 6.51 16.51 6.2 15.938V7.084C8.02 5.99 10.209 5.417 12.5 5.417c2.293 0 4.532.625 6.303 1.666v8.855c-.312.573-2.188 3.646-6.303 5.209z' fill='%2343D247'/%3E%3C/svg%3E")}.syntes-buy__features-item-originality:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.51 26.51'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:%2343d247}%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M25.81 11a18.74 18.74 0 01-3.15 7.55c-3 3.72-8.71.93-8.06-3.22.19-1.21.42-1.93.5-2.45.06-.32-.38-.55-.6.26-.18.65-1.61 3.19-4 1.06-.24-.23-1.08 0-1.49-.32-.59-.43-.39-.48-.58-.61-1-.64-.55-1-1.3-1.61a.68.68 0 01-.28-.76L5.5 10l-1.06-.12 1-.09-.36-.91.59.9 1.41.9a.53.53 0 01.14-.12.74.74 0 01.66 0c.9.43 1-.07 2 .53.2.12.17-.07.8.28.44.26.62 1.06.89 1.24a.93.93 0 001.43-.35c.19-.47.49-2 2.1-2.2a1.91 1.91 0 012.09 2.24c-.22 1-1.14 3.68.31 4.87 1.9 1.54 3.87-1 4.19-2.39.22-1 1.17-5.38 2-8.8a12.24 12.24 0 00-.83-1.07c-.61 2.46-1.36 5.79-2 8.76l-.19.88a3.26 3.26 0 01-1.62 2 .81.81 0 01-.85-.19c-.76-.62-.31-2.38-.07-3.33 0-.19.08-.35.12-.49a3 3 0 00-.78-2.63A2.81 2.81 0 0015 9a3.52 3.52 0 00-2.84 2.61 2.61 2.61 0 00-1-1.13 2.77 2.77 0 00-.92-.36 2.79 2.79 0 00-1.49-.39.81.81 0 01-.45-.09 1.91 1.91 0 00-1.18-.18L6.42 9 6 8.3a1.08 1.08 0 00-1.39-.36 1.05 1.05 0 00-.56 1 1.06 1.06 0 00.28 2l.84.12.72.46a1.89 1.89 0 00.63 1 .84.84 0 01.27.38 2.82 2.82 0 001 1.19 2.38 2.38 0 00.7.69 2.48 2.48 0 001.45.4H10a3.25 3.25 0 003.1.82 2.62 2.62 0 00.39-.15 5.38 5.38 0 003.29 5 5.53 5.53 0 006.7-1.63A15.32 15.32 0 0026 14.49q.06-.62.06-1.23a12.61 12.61 0 00-.25-2.26z'/%3E%3Cpath class='a' d='M13.26 26.51a13.26 13.26 0 1113.25-13.25 13.27 13.27 0 01-13.25 13.25zm0-25.51a12.26 12.26 0 1012.25 12.26A12.27 12.27 0 0013.26 1z'/%3E%3C/svg%3E")}.syntes-buy__features-item-exclusivity:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.51 26.51'%3E%3Cdefs%3E%3Cstyle%3E.b{fill:%2343d247}%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M13.26 26.51a13.26 13.26 0 1113.25-13.25 13.27 13.27 0 01-13.25 13.25zm0-25.51a12.26 12.26 0 1012.25 12.26A12.27 12.27 0 0013.26 1z'/%3E%3Cpath class='b' d='M10.72 22.94a1 1 0 01-.71-.29l-6.22-6.23a1 1 0 010-1.41l6.83-6.83h.05c2.07-2 6.78-3.38 8.9-1.27s.7 6.83-1.27 8.9v.05l-6.84 6.84a1 1 0 01-.7.29zM4.5 15.71l6.22 6.23 6.78-6.79c1.68-1.73 3-5.89 1.32-7.54s-5.8-.36-7.54 1.32z'/%3E%3Cpath class='b' d='M17.45 10.65a1.71 1.71 0 01-1.18-.49 1.67 1.67 0 112.36 0 1.67 1.67 0 01-1.18.49zm0-2.33a.66.66 0 10.47.19.66.66 0 00-.47-.19z'/%3E%3Cpath class='b' d='M18.21 8.72a.5.5 0 01-.35-.85l4-4a.51.51 0 01.71 0 .5.5 0 010 .71l-4 4a.51.51 0 01-.36.14z'/%3E%3C/svg%3E")}.syntes-buy__features-item-shipment:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 25C5.625 25 0 19.374 0 12.5 0 5.624 5.625 0 12.5 0S25 5.625 25 12.5 19.375 25 12.5 25zm0-24.063C6.146.937.938 6.147.938 12.5c0 6.354 5.208 11.562 11.562 11.562 6.354 0 11.562-5.208 11.562-11.562C24.062 6.146 18.854.937 12.5.937zM8.333 13.75a2.11 2.11 0 00-2.062 1.562h-1.01v-6.77c0-.105.052-.156.104-.208v-.001a.395.395 0 01.209-.104h5.833a.467.467 0 00.47-.469v-.521c0-.208.155-.312.311-.312h2.396c.156 0 .312.156.312.312v.573a.5.5 0 00.365.469c.155 0 .26.156.26.312v5.216a2.102 2.102 0 00-.996.56 2.112 2.112 0 00-.571 1.048h-3.537a2.15 2.15 0 00-2.084-1.667zm6.576 1.735a.595.595 0 01.039-.068h-.014c.177-.434.599-.73 1.108-.73.559 0 1.011.356 1.152.86.04.235.02.468-.059.703h.052c-.149.49-.596.834-1.145.834a1.177 1.177 0 01-1.198-1.198c0-.142.023-.276.065-.401zm-.955.87h-3.537a2.15 2.15 0 01-2.904 1.51 2.111 2.111 0 01-1.287-1.615H4.791a.467.467 0 01-.469-.469V8.542a1.267 1.267 0 011.25-1.25h5.419V7.24a1.267 1.267 0 011.25-1.25h2.395a1.267 1.267 0 011.25 1.25v.26c.364.208.625.625.625 1.095v.884h1.719c.102 0 .205.051.308.102l.004.003 1.823 1.458c.209.103.364.364.364.52v4.22a.467.467 0 01-.468.468H18.15a2.108 2.108 0 01-1.287 1.614c-.26.107-.54.16-.82.157a2.114 2.114 0 01-2.089-1.666zm4.15-1.043h1.636v-3.593l-1.718-1.355h-1.563v3.423a2.112 2.112 0 011.646 1.525zM7.24 16.25h-.052a1.193 1.193 0 00.294.489 1.18 1.18 0 00.852.345c.51 0 .931-.295 1.108-.73h-.014a1.437 1.437 0 000-.937h.015a1.177 1.177 0 00-1.109-.73c-.563 0-1.02.362-1.156.874-.035.23-.014.466.062.689z' fill='%2343D247'/%3E%3C/svg%3E")}.syntes-buy__features-item-shipment .syntes-store-delivery-message__icon-wrap{display:none}.syntes-buy__features-item-shipment .geo-marker{display:inline}.syntes-buy__features-item-shipment .geo-marker__icon{margin-top:-1px;margin-right:1px;width:9px;height:12px}.syntes-buy__features-item-shipment .geo-marker__value{font-size:14px;line-height:1.2;font-weight:600;color:#44d62c;-webkit-transition:color .25s;transition:color .25s}.syntes-buy__features-item-shipment .geo-marker__value:hover{color:#0f0}.syntes-buy__features-item-shipment .geo-marker__region{border-bottom:1px dashed;-webkit-transition:border-color .25s;transition:border-color .25s}.syntes-buy__features-item-shipment .geo-marker__region:hover{border-bottom-color:rgba(0,0,0,0)}.syntes-buy__features-item-shipment .geo-marker__connector,.syntes-buy__features-item-shipment .geo-marker__country{display:none}.syntes-buy__dealers{margin-top:43px}@media (max-width:575.98px){.syntes-buy__dealers{margin-top:20px}}.syntes-buy__dealers-main{overflow:hidden}.syntes-buy__dealers-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;line-height:1;font-weight:600;color:#44d62c;cursor:pointer}.syntes-buy__dealers-hide-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:3px;margin-left:10px;stroke:#44d62c;-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s}.syntes-buy__dealers-hide-icon--closed{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.syntes-buy__dealers-main{-webkit-transition:height .25s;transition:height .25s}.syntes-buy__dealers-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width:576px){.syntes-buy__dealers-list{margin:10px -20px}}@media (max-width:575.98px){.syntes-buy__dealers-list{margin:10px -12px}}.syntes-buy__dealers-list:after{content:"";-webkit-box-flex:1;-ms-flex:auto;flex:auto}@media (min-width:576px){.syntes-buy__dealer{margin:10px 20px}}@media (max-width:575.98px){.syntes-buy__dealer{margin:10px 12px}}.syntes-buy__dealer img{height:17px}.syntes-buy__dealers-warning{font-weight:400;font-size:13px;line-height:1;color:hsla(0,0%,100%,.5)}.syntes-buy__open-dolyame-modal-link{color:#44d62c}.modal--dolyame-details .modal__content{width:650px}@media (min-width:576px){.modal--dolyame-details .modal__content{padding:40px 45px 30px}}@media (max-width:575.98px){.modal--dolyame-details .modal__content{padding:30px 15px 20px}}.modal--dolyame-details .modal__close{right:10px;top:10px}.modal--dolyame-details .modal__close .modal__close-icon{fill:#44d62c}.syntes-buy__question-mark-icon{margin-left:2px;vertical-align:text-bottom}.syntes-buy__question-mark-icon:before{content:"";display:inline-block;width:12px;height:12px;background-size:contain;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.215 6.124l-.54.552c-.432.432-.702.798-.702 1.698h-1.2v-.3c0-.666.27-1.266.702-1.698l.744-.756c.222-.216.354-.516.354-.846a1.2 1.2 0 10-2.4 0h-1.2a2.4 2.4 0 114.8 0 1.92 1.92 0 01-.558 1.35zm-1.242 4.65h-1.2v-1.2h1.2v1.2zm-.6-10.2a6 6 0 100 12 6 6 0 000-12z' fill='%2343D247'/%3E%3C/svg%3E")}
.products-in-stock-section .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.products-in-stock-section .SL1__slide-container{height:100%}.products-in-stock-section .SL1__slide{height:unset;text-align:left}.products-in-stock-section .P1__product{height:100%}.products-in-stock-section .P1__short-info{max-width:100%}.products-in-stock-section .P1__desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.complementary-products .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.complementary-products .SL1__slide-container{height:100%}.complementary-products .SL1__slide{height:unset;text-align:left}.complementary-products .P1__product{height:100%}.complementary-products .SL1__swipe-button{position:absolute;top:0;z-index:1;height:100%;width:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.5;cursor:pointer;-webkit-transition:opacity .25s;transition:opacity .25s}.complementary-products .SL1__swipe-button:hover{opacity:.9}.complementary-products .SL1__swipe-button--prev{left:10px}.complementary-products .SL1__swipe-button--next{right:10px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.complementary-products .SL1__swipe-button-icon{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px}.complementary-products .SL1__swipe-button-icon:before{content:"";width:15px;height:15px;border:3px solid #0f0;border-bottom:none;border-left:none}.complementary-products .SL1__swipe-button-icon--prev:before{margin-left:5px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.complementary-products .SL1__swipe-button-icon--next:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-right:5px}.complementary-products .P1__short-info{max-width:100%}@media (max-width:767.98px){.complementary-products .SL1__pagination,.complementary-products .SL1__swipe-button{display:none}}.complementary-products .swipe-button{opacity:1;-webkit-transition:opacity .25s;transition:opacity .25s}.complementary-products .swipe-button.swiper-button-disabled{opacity:.2}@media (min-width:768px){.complementary-products .swipe-button{display:none}}.complementary-products .P1__desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.complementary-products--with-slider .SL1__swipe-button{display:-webkit-box;display:-ms-flexbox;display:flex}
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,rgba(0,0,0,0));border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4))}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{animation:fancybox-throwOutDown .15s ease both}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;-webkit-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/var(--fancybox-thumbs-ratio, 1.5));background-size:cover;background-position:50%;background-color:hsla(0,0%,100%,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__button--fullscreen g:nth-child(2),.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
.products-list-head-sort{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:575.98px){.store-products-filter-container--with-sidebar .products-list-head-sort{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.products-list-head-sort__title{margin-right:17px;font-size:16px;line-height:1;font-weight:400;color:#888}@media (max-width:991.98px){.products-list-head-sort__title{display:none}.store-products-filter-container--with-sidebar .products-list-head-sort__title{display:block}}@media (max-width:575.98px){.store-products-filter-container--with-sidebar .products-list-head-sort__title{font-size:12px}}.products-list-head-sort__items-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.products-list-head-sort-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:25px;margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.products-list-head-sort-item:last-child{margin-right:0}.products-list-head-sort-item--checked .products-list-head-sort-item__title,.products-list-head-sort-item:hover .products-list-head-sort-item__title{color:#fff}.products-list-head-sort-item--checked .products-list-head-sort-item__icon{visibility:visible}.products-list-head-sort-item--desc .products-list-head-sort-item__icon-wrap{-webkit-transform:none;-ms-transform:none;transform:none}.products-list-head-sort-item__title{font-size:16px;font-weight:600;line-height:1;color:#888;-webkit-transition:color .25s;transition:color .25s}.products-list-head-sort-item__icon-wrap{-ms-flex-negative:0;flex-shrink:0;width:10px;height:8px;margin-left:6px;position:relative;top:2px;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.products-list-head-sort-item__icon{display:block;max-width:100%;visibility:hidden}
.filter-reset-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-decoration:none;background:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px;padding:0 13px 0 9px;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.5);background:#1f1f1f;cursor:default;-webkit-transition:color .25s;transition:color .25s}.filter-reset-btn:focus{outline:none}.filter-reset-btn:not(:disabled):hover{cursor:pointer;color:#fff}.filter-reset-btn__icon{width:15px;height:15px;stroke:#fff;margin-right:9px}.filter-reset-btn__title--mobile{display:none}
.filter-empty-result{padding-top:80px;text-align:center;font-size:16px;line-height:1.4}@media (max-width:991.98px){.filter-empty-result{padding-top:30px}}@media (max-width:767.98px){.filter-empty-result{font-size:14px}}.filter-empty-result__title{margin-bottom:10px;font-size:26px;line-height:1.1;color:#fff;font-weight:400}@media (max-width:767.98px){.filter-empty-result__title{font-size:22px}}.filter-empty-result__reset-link{position:relative;color:#44d62c;-webkit-transition:color .25s;transition:color .25s;cursor:pointer}.filter-empty-result__reset-link:hover{color:#35ad22}.filter-empty-result__reset-link .filter-reset-btn{position:absolute;overflow:hidden;margin:-1px;width:1px;height:1px;clip:rect(0 0 0 0);min-width:0;padding:0}
.products-list-head-change-view{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%}.products-list-head-change-view__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:100%;border-left:1px solid #464646;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.products-list-head-change-view__item-radio{position:absolute;overflow:hidden;margin:-1px;width:1px;height:1px;clip:rect(0 0 0 0)}.products-list-head-change-view__item-icon{stroke:#888;-webkit-transition:stroke .25s;transition:stroke .25s}.products-list-head-change-view__item-radio:checked~.products-list-head-change-view__item-icon,.products-list-head-change-view__item:hover .products-list-head-change-view__item-icon{stroke:#44d62c}@media (max-width:991.98px){.products-list-head-change-view{height:auto}.products-list-head-change-view__item{border-left:none;width:auto;margin-right:20px}.products-list-head-change-view__item:last-child{margin-right:0}}
.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;padding:0;margin:0;list-style:none;position:relative;z-index:1}.pagination>li{margin-right:13px}.pagination>li:last-child{margin-right:0}.pagination>li>a{font-size:30px;font-weight:400;line-height:1;color:#888;outline:none;-webkit-transition:color .25s;transition:color .25s}.pagination>li.pagination__item--active>a,.pagination>li:not(.pagination__item--disabled):hover>a{color:#44d62c}.pagination>li.pagination__item--active>a{font-weight:700}.pagination>li.pagination__item--active>a,.pagination>li.pagination__item--disabled>a{cursor:default}.pagination__item--prev a:before{content:"<";display:block}.pagination__item--next a:before{content:">";display:block}
.ya-share2,.ya-share2 *{font-family:RazerF5,sans-serif!important}.ya-share2 .ya-share2__icon_more{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6 2.7a2.701 2.701 0 01-4.554 1.962L5.303 7.08c.13.471.13.97 0 1.44l4.743 2.417a2.7 2.7 0 11-.834 1.708l-5.05-2.575a2.7 2.7 0 110-4.54l5.05-2.575A2.7 2.7 0 1114.6 2.7z' fill='%2344d62c'/%3E%3C/svg%3E")!important}.ya-share2 .ya-share2__item_copy .ya-share2__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 1a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V2.5A2.5 2.5 0 0011.5 0H4a1 1 0 00-1 1zM1.5 3h8A1.5 1.5 0 0111 4.5v8A1.5 1.5 0 019.5 14h-8A1.5 1.5 0 010 12.5v-8A1.5 1.5 0 011.5 3zM2 5v7h7V5H2z' fill='%23B3FF77'/%3E%3C/svg%3E")!important}.ya-share2 .ya-share2__item_service_vkontakte .ya-share2__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.623.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V.644c0-.44-.136-.644-.509-.644H6.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676C2.965.186 2.796 0 2.355 0H.593C.085 0 0 .237 0 .491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678V7.253c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032' fill='%23B3FF77'/%3E%3C/svg%3E")!important}.ya-share2 .ya-share2__item_service_odnoklassniki .ya-share2__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.574 2.389a1.69 1.69 0 00-1.688 1.688 1.69 1.69 0 002.881 1.192 1.69 1.69 0 00.495-1.192 1.69 1.69 0 00-1.688-1.688zm0 5.763A4.08 4.08 0 01.498 4.077 4.08 4.08 0 014.574 0a4.08 4.08 0 014.077 4.077 4.08 4.08 0 01-4.077 4.075zm-1.649 3.325a7.633 7.633 0 01-2.367-.98A1.195 1.195 0 011.83 8.475a5.175 5.175 0 005.49 0 1.194 1.194 0 011.271 2.022 7.647 7.647 0 01-2.367.98l2.28 2.28a1.195 1.195 0 01-1.69 1.688l-2.239-2.24-2.24 2.24a1.194 1.194 0 11-1.689-1.689l2.28-2.279z' fill='%23B3FF77'/%3E%3C/svg%3E")!important}.ya-share2 .ya-share2__item_service_telegram .ya-share2__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.92.089L.747 5.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368l1.767-1.72 3.677 2.718c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM4.66 7.573l7.967-5.026c.398-.242.763-.112.463.154L6.268 8.856l-.265 2.833L4.66 7.573z' fill='%23B3FF77'/%3E%3C/svg%3E")!important}.ya-share2 .ya-share2__item_service_viber .ya-share2__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.37 11.549c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.99-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268C5.93 3.358 3.933.593 3.144.3a1.429 1.429 0 00-.984 0C.309.925-.458 2.455.276 4.267c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM8.42.855c3.88.6 5.669 2.454 6.163 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.7-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z' fill='%23B3FF77'/%3E%3C/svg%3E")!important}.ya-share2 .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_whatsapp .ya-share2__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 7.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L0 16l1.418-4.182A7.714 7.714 0 01.291 7.794C.29 3.489 3.807 0 8.145 0S16 3.49 16 7.794zM8.145 1.241c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 002.8 11.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095-.192.259-.396.508-.61.749-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23B3FF77'/%3E%3C/svg%3E")!important}.ya-share2 .ya-share2__icon{display:block!important;background-size:auto!important}.ya-share2 .ya-share2__badge{background-color:rgba(0,0,0,0)!important}.ya-share2 .ya-share2__list{margin:0!important}.ya-share2 .ya-share2__item_more{padding-left:20px!important;margin:0!important}.ya-share2 .ya-share2__link_more{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;padding:0!important;border:none!important;border-radius:0!important;background:none!important}.ya-share2 .ya-share2__link_more .ya-share2__title{margin-left:10px!important;font-size:15px!important;font-weight:500!important;line-height:1!important;color:#b3ff77}.ya-share2 .ya-share2__popup{top:calc(100% + 20px)!important;left:0!important;right:auto!important;z-index:8!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;background-color:#1f1f1f!important}.ya-share2 .ya-share2__popup .ya-share2__list{padding:10px 0!important}.ya-share2 .ya-share2__popup .ya-share2__item{padding:0!important;-webkit-transition:background-color .25s!important;transition:background-color .25s!important}.ya-share2 .ya-share2__popup .ya-share2__item:focus,.ya-share2 .ya-share2__popup .ya-share2__item:hover{background-color:#000!important;opacity:1!important}.ya-share2 .ya-share2__popup .ya-share2__link{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;padding:7px 20px!important}.ya-share2 .ya-share2__popup .ya-share2__title{margin-left:10px!important;font-size:15px!important;font-weight:400!important;line-height:1!important;color:#87957c}.ya-share2 .ya-share2__link_more .ya-share2__title{color:#44d62c}
.accordion{margin:20px 0}.accordion-header{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 7px}.accordion-header__text{font-weight:700;text-transform:uppercase;color:#888;-webkit-transition:color .25s;transition:color .25s}.accordion-content__inner{padding:16px 7px 0}.accordion-content{overflow:hidden;-webkit-transition:.25s;transition:.25s}.accordion-header__arrow{display:inline-block;width:12px;height:12px;border:solid #44d62c;border-width:0 2px 2px 0;padding:3px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.accordion-header__arrow.open{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
.checkbox{display:block;cursor:pointer}.checkbox:hover .checkbox__title{color:#fff}.checkbox--disabled{opacity:.5;pointer-events:none}.checkbox--error .validation-message--error{display:block}.checkbox__field-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.checkbox__field{position:absolute;overflow:hidden;margin:-1px;width:1px;height:1px;clip:rect(0 0 0 0)}.checkbox__field:checked~.checkbox__icon-wrap .checkbox__icon{stroke:#44d62c}.checkbox__field:checked~.checkbox__title{color:#fff}.checkbox__icon-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:1px;width:15px;height:15px;border:1.5px solid #44d62c;border-radius:3px;-ms-flex-negative:0;flex-shrink:0;background:#000}.checkbox--style-2 .checkbox__icon-wrap{background:#000}.checkbox--size-md .checkbox__icon-wrap{top:2px;width:15px;height:15px}.checkbox--error .checkbox__icon-wrap{border-color:#c8323c}.checkbox__icon{stroke:rgba(0,0,0,0);-webkit-transition:stroke .25s;transition:stroke .25s}.checkbox--size-md .checkbox__icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-40%,-50%);-ms-transform:translate(-40%,-50%);transform:translate(-40%,-50%);width:20px;height:14px}.checkbox__title{margin-left:8px;font-size:14px;font-weight:400;line-height:1.3;color:#888;-webkit-transition:color .25s;transition:color .25s}
.filter-range-inputs-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter-range-input-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}.filter-range-input{width:100%;height:30px;border:1px solid #1f1f1f;padding:0 10px;outline:none;font-size:13px;font-weight:600;color:#888;background:#2c2c2c;-webkit-transition:border-color .25s;transition:border-color .25s}.filter-range-input:focus,.filter-range-input:hover{border-color:#fff}.filter-range-inputs-separate{border-top:1px solid #888;height:0;width:16px;margin:0 10px}.filter-range-slider-wrap{margin-top:4px;padding-top:10px}.filter-category-price .filter-category__head:after{content:"\20BD";margin-left:3px;font-weight:400}
.filter-availability-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.filter-availability-checkbox:hover .filter-availability-checkbox__title{color:#fff}.filter-availability-checkbox__input{position:absolute;overflow:hidden;margin:-1px;width:1px;height:1px;clip:rect(0 0 0 0)}.filter-availability-checkbox__input:checked~.filter-availability-checkbox__icon-wrap{border-color:#44d62c;background:#44d62c}.filter-availability-checkbox__input:checked~.filter-availability-checkbox__icon-wrap .filter-availability-checkbox__icon{stroke:#000}.filter-availability-checkbox__input:checked~.filter-availability-checkbox__title{color:#fff}.filter-availability-checkbox__icon-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:1px;margin-right:12px;width:15px;height:15px;border:1px solid #464646;-ms-flex-negative:0;flex-shrink:0;background:#000;-webkit-transition-property:border-color,background;transition-property:border-color,background;-webkit-transition-duration:.25s;transition-duration:.25s}.filter-availability-checkbox__icon{stroke:rgba(0,0,0,0);-webkit-transition:stroke .25s;transition:stroke .25s}.filter-availability-checkbox__title{font-size:16px;font-weight:600;line-height:1;color:#888;-webkit-transition:color .25s;transition:color .25s}@media (max-width:575.98px){.store-products-filter-container--with-sidebar .filter-availability-checkbox__title{font-size:12px}}
@media (max-width:991.98px){.store-products-filters{position:relative;top:20px}}.store-products-filters__close-btn{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-decoration:none;background:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:-20px;right:0}.store-products-filters__close-btn:focus{outline:none}.store-products-applied-filters{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}@media (max-width:991.98px){.store-products-applied-filters{padding-top:0}}.store-products-applied-filters__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.store-products-applied-filters__item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:7px 14px;border:1px solid #999;border-radius:3px;background-color:rgba(0,0,0,0);color:#d5d5d5;-webkit-transition:background-color .25s;transition:background-color .25s}.store-products-applied-filters__item:hover{background-color:hsla(0,0%,100%,.1)}.store-products-filters__item-wrap{border-top:1px solid #999}.store-products-applied-filters__item-remove{margin-left:8px;font-size:24px;line-height:.66667;-webkit-transition:color .25s;transition:color .25s}.store-products-applied-filters__item:hover .store-products-applied-filters__item-remove{color:#44d62c}.store-products-applied-filters__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.store-products-applied-filters__clear-filters-btn{all:unset;cursor:pointer;text-decoration:underline;-webkit-transition:color .25s;transition:color .25s}.store-products-applied-filters__clear-filters-btn:hover{color:#44d62c;text-decoration:none}.store-products-applied-filters__clear-filters-btn:disabled{pointer-events:none;text-decoration:none;opacity:.33}@media (max-width:991.98px){.store-products-filters__item:first-of-type{margin-top:10px}}
.store-products-filter-container--with-sidebar .store-products-list-with-filters{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.store-products-filter-container--with-sidebar .store-products-sidebar{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin-right:32px;position:relative}@media (max-width:991.98px){.store-products-filter-container--with-sidebar .store-products-sidebar{position:fixed;left:0;top:0;width:100%;height:100%;max-height:100vh;padding:12px;overflow: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-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:opacity .25s;transition:opacity .25s;background:#1f1f1f;z-index:30}}.store-products-filter-container--with-sidebar .store-products-list{-webkit-box-flex:1;-ms-flex:1;flex:1}@media (max-width:991.98px){.store-products-filter-container--with-sidebar .store-products-filter-transition-enter-active,.store-products-filter-container--with-sidebar .store-products-filter-transition-leave-active{-webkit-transition:opacity .25s;transition:opacity .25s}}@media (max-width:991.98px){.store-products-filter-container--with-sidebar .store-products-filter-transition-enter,.store-products-filter-container--with-sidebar .store-products-filter-transition-leave-to{opacity:0}}.store-products-filter-container--with-sidebar .store-products-filter-card-type-1__wrap{width:33.3%}@media (max-width:1366.98px){.store-products-filter-container--with-sidebar .store-products-filter-card-type-1__wrap{width:33.33333%}}@media (max-width:1199.98px){.store-products-filter-container--with-sidebar .store-products-filter-card-type-1__wrap{width:50%}}@media (max-width:575.98px){.store-products-filter-container--with-sidebar .store-products-filter-card-type-1__wrap{width:100%}}.store-products-filter-card-type-2__wrap{width:100%;margin-bottom:20px}.store-products-filter-card-type-2__wrap:last-child{margin-bottom:0}
.store-products-filter-container--with-sidebar .store-products-filter-content-main{padding-top:32px;padding-bottom:40px}@media (max-width:991.98px){.store-products-filter-container--with-sidebar .store-products-filter-content-main{padding-top:16px;padding-bottom:20px}}.store-products-filter-container--with-sidebar .store-products-list-head{-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (max-width:575.98px){.store-products-filter-container--with-sidebar .store-products-list-head{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}}.store-products-filter-container--with-sidebar .store-products-list-head__item{margin-right:32px}@media (max-width:575.98px){.store-products-filter-container--with-sidebar .store-products-list-head__item{margin-right:0;font-size:12px}}.store-products-filter-container--with-sidebar .store-products-list-head-btn-wrap{width:auto;margin-bottom:0}@media (max-width:575.98px){.store-products-filter-container--with-sidebar .store-products-list-head-btn-wrap{-ms-flex-preferred-size:60%;flex-basis:60%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.store-products-filter-container--with-sidebar .store-products-list-head-sort-wrap{-ms-flex-preferred-size:26%;flex-basis:26%}@media (min-width:1921px){.store-products-filter-container--with-sidebar .store-products-list-head-sort-wrap{-ms-flex-preferred-size:15%;flex-basis:15%}}@media (max-width:991.98px){.store-products-filter-container--with-sidebar .store-products-list-head-sort-wrap{-ms-flex-preferred-size:33%;flex-basis:33%}}@media (max-width:575.98px){.store-products-filter-container--with-sidebar .store-products-list-head-sort-wrap{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.store-products-filter-container--with-sidebar .store-products-list-head-products-count{color:#888;-ms-flex-preferred-size:23%;flex-basis:23%}@media (min-width:1921px){.store-products-filter-container--with-sidebar .store-products-list-head-products-count{-ms-flex-preferred-size:31%;flex-basis:31%}}@media (max-width:991.98px){.store-products-filter-container--with-sidebar .store-products-list-head-products-count{-ms-flex-preferred-size:33%;flex-basis:33%}}@media (max-width:575.98px){.store-products-filter-container--with-sidebar .store-products-list-head-products-count{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}.store-products-filter-container--with-sidebar .store-products-list-head-change-view{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:991.98px){.store-products-filter-container--with-sidebar .store-products-list-head-change-view{-ms-flex-preferred-size:33%;flex-basis:33%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.store-products-filter-container--with-sidebar .store-products-list-head-change-view .products-list-head-change-view{gap:20px}.store-products-filter-container--with-sidebar .store-products-list-head-change-view .products-list-head-change-view__item{margin:0;width:unset}.store-products-filter-container--with-sidebar .store-products-list-head-availability-checkbox-wrap{-ms-flex-preferred-size:50%;flex-basis:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:991.98px){.store-products-filter-container--with-sidebar .store-products-list-head-availability-checkbox-wrap{-ms-flex-preferred-size:33%;flex-basis:33%}}.store-favourites-products-share{margin-bottom:20px}.ya-share2__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.subcategories-navigation-container[data-v-5a238f9e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.subcategories-navigation[data-v-5a238f9e]{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;text-align:center}.subcategory-btn[data-v-5a238f9e]{margin:0 8px;padding:6px 0;background:none;font:inherit;color:#888;font-size:14px;font-weight:700;text-transform:uppercase;text-decoration:none;cursor:pointer;border:none;border-bottom:2px solid rgba(0,0,0,0)}.subcategory-btn.active[data-v-5a238f9e]{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;color:#44d62c;border-bottom:2px solid #44d62c;pointer-events:none}
.store-page__two-columns-links-section{margin-top:20px;margin-bottom:20px}
.focal-product-section__title{color:#fff}
.advice-section[data-v-3ad141ae]{background-color:#2c2c2c}
a[data-v-4d548431]:not([href]):not([tabindex]){text-decoration:none}.part-width-banner a[data-v-4d548431]:hover{color:inherit;text-decoration:none}
.promo-products-filter-card-type-3__wrap{width:25%;margin-bottom:20px}@media (max-width:1366.98px){.promo-products-filter-card-type-3__wrap{width:33.33333%}}@media (max-width:991.98px){.promo-products-filter-card-type-3__wrap{width:50%}}@media (max-width:575.98px){.promo-products-filter-card-type-3__wrap{width:100%}}
.promo-products-list__header-wrap{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}@media (max-width:575.98px){.promo-products-list__header-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.promo-products-list__header{font-weight:400;font-size:40px;line-height:1;color:#fff}@media (max-width:991.98px){.promo-products-list__header{font-size:28px}}@media (max-width:575.98px){.promo-products-list__header{margin-bottom:10px}}.promo-products-list__toggle-hidden{display:none;margin-left:auto}@media (max-width:575.98px){.promo-products-list__toggle-hidden{margin-left:unset}}.promo-products-list__toggle-hidden .checkbox{margin-bottom:0}.promo-products-list__toggle-hidden .checkbox__field-wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.promo-products-list__toggle-hidden .checkbox__icon-wrap{width:29px;height:29px;margin-bottom:-2px;border-color:#181818;background-color:#181818}.promo-products-list__toggle-hidden .checkbox__icon{width:100%;height:100%}.promo-products-list__toggle-hidden .checkbox__icon path{stroke-width:.4px}.promo-products-list__toggle-hidden .checkbox__field:checked~.checkbox__icon-wrap .checkbox__icon{stroke:#44d62c}.promo-products-list__toggle-hidden .checkbox__title{font-size:20px;line-height:1;color:#44d62c}@media (max-width:991.98px){.promo-products-list__toggle-hidden .checkbox__title{font-size:16px}}.promo-products-list__toggle-hidden .checkbox:hover .checkbox__title,.promo-products-list__toggle-hidden .checkbox__field:checked~.checkbox__title{color:#44d62c}.promo-products-filter-card-type-4__wrap{width:20%;margin-bottom:20px;-webkit-transition:.2s ease;transition:.2s ease;-webkit-transition-property:visibility,width,height,-webkit-transform;transition-property:visibility,width,height,-webkit-transform;transition-property:transform,visibility,width,height;transition-property:transform,visibility,width,height,-webkit-transform;-webkit-transform:none;-ms-transform:none;transform:none}@media (max-width:1366.98px){.promo-products-filter-card-type-4__wrap{width:33.33333%}.promo-products-filter-card-type-4__wrap:nth-child(5n),.promo-products-filter-card-type-4__wrap:nth-child(5n-1){width:50%}}@media (max-width:767.98px){.promo-products-filter-card-type-4__wrap,.promo-products-filter-card-type-4__wrap:nth-child(5n){width:50%}.promo-products-filter-card-type-4__wrap:nth-child(5n+1){width:100%}}@media (max-width:470.98px){.promo-products-filter-card-type-4__wrap,.promo-products-filter-card-type-4__wrap:nth-child(5n),.promo-products-filter-card-type-4__wrap:nth-child(5n-1){width:100%}}.promo-products-filter-card-type-4__wrap--hidden{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);visibility:hidden;width:0;height:0}
.promo-products-filter-wrapper{margin:0 auto}.promo-products-filter-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.promo-products-filter-col{padding-left:10px;padding-right:10px}
.promo-products-section__text{margin-top:20px;margin-bottom:12px}.promo-products-section__title{font-weight:700;font-size:36px;line-height:1.16;text-transform:uppercase;color:#44d62c}@media (max-width:767.98px){.promo-products-section__title{font-size:28px}}.promo-products-section__desc,.promo-products-section__desc ol,.promo-products-section__desc p,.promo-products-section__desc ul{font-weight:400;font-size:18px;color:#999}@media (max-width:767.98px){.promo-products-section__desc,.promo-products-section__desc ol,.promo-products-section__desc p,.promo-products-section__desc ul{line-height:1.2}}
.F1{position:relative}.F1 .F1__background{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);height:100%;width:100%;max-width:1920px;z-index:1}.F1 .F1__background .F1__background-video{opacity:.2;position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.F1 .F1__inner{z-index:2}.F1 .F1__inner--unlimited-width{max-width:1920px!important}@media (max-width:991.98px){.F1--right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:992px){.F1__button--item-right{-ms-flex-item-align:start;align-self:flex-start}}
.horizontal-banner[data-v-4d1eeffc]{margin:20px auto}@media (max-width:991.98px){.horizontal-banner[data-v-4d1eeffc]{margin-top:10px;margin-bottom:10px}}.horizontal-banner a[data-v-4d1eeffc]{text-decoration:none}.horizontal-banner a[data-v-4d1eeffc]:hover{color:#0f0}.horizontal-banner__inner[data-v-4d1eeffc]{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#333}@media (max-width:991.98px){.horizontal-banner__inner[data-v-4d1eeffc]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.horizontal-banner__image[data-v-4d1eeffc]{-ms-flex-negative:0;flex-shrink:0}.horizontal-banner__img[data-v-4d1eeffc]{max-width:450px}@media (max-width:991.98px){.horizontal-banner__img[data-v-4d1eeffc]{max-width:unset;width:100%}}.horizontal-banner__text[data-v-4d1eeffc]{-ms-flex-preferred-size:100%;flex-basis:100%;padding:20px 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;border-left:2px solid #44d62c}@media (max-width:991.98px){.horizontal-banner__text[data-v-4d1eeffc]{padding:20px;width:100%;border-left:none;border-bottom:2px solid #44d62c}}@media (max-width:575.98px){.horizontal-banner__text[data-v-4d1eeffc]{padding:16px 16px 20px}}.horizontal-banner__title[data-v-4d1eeffc]{font-family:RazerF5,sans-serif;font-size:24px;font-weight:700;line-height:1.2;color:#fff}@media (max-width:991.98px){.horizontal-banner__title[data-v-4d1eeffc]{font-size:20px;line-height:1.2;font-weight:400}}.horizontal-banner__description[data-v-4d1eeffc]{font-weight:300;color:#888}.horizontal-banner__description[data-v-4d1eeffc] *{color:currentColor}.horizontal-banner__description[data-v-4d1eeffc] p:not(:last-child){margin-bottom:8px}.horizontal-banner__description[data-v-4d1eeffc] .text-green{color:#44d62c}.horizontal-banner__description[data-v-4d1eeffc],.horizontal-banner__description[data-v-4d1eeffc] *{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.2}@media (max-width:991.98px){.horizontal-banner__description[data-v-4d1eeffc],.horizontal-banner__description[data-v-4d1eeffc] *{color:#fff}}@media (max-width:575.98px){.horizontal-banner__description[data-v-4d1eeffc],.horizontal-banner__description[data-v-4d1eeffc] *{font-size:14px}}.horizontal-banner__action[data-v-4d1eeffc]{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:1.2;color:#44d62c}@media (max-width:991.98px){.horizontal-banner__action[data-v-4d1eeffc]{line-height:1.1}}@media (max-width:575.98px){.horizontal-banner__action[data-v-4d1eeffc]{font-size:14px}}
.yandex-form[data-v-1549316c]{margin-top:20px;margin-bottom:20px}@media (max-width:767.98px){.yandex-form[data-v-1549316c]{margin-top:10px;margin-bottom:10px}}.yandex-form__inner[data-v-1549316c]{margin-bottom:-114px}@media (max-width:767.98px){.yandex-form__inner[data-v-1549316c]{margin-bottom:-100px}}.yandex-form__iframe[data-v-1549316c] iframe{width:100%}
.card-type-5{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:36px;border:1px solid #333;background-color:#222}.card-type-5+.card-type-5{border-top:none}@media (max-width:991.98px){.card-type-5{display:-ms-grid;display:grid;grid-template-areas:"image info info info" "image price marker button";-ms-grid-columns:100px -webkit-min-content -webkit-min-content auto;-ms-grid-columns:100px min-content min-content auto;grid-template-columns:100px -webkit-min-content -webkit-min-content auto;grid-template-columns:100px min-content min-content auto;padding:20px 20px 20px 0}}@media (max-width:575.98px){.card-type-5{grid-template-areas:"image info info" "image marker ." "image price button";-ms-grid-columns:85px -webkit-min-content auto;-ms-grid-columns:85px min-content auto;grid-template-columns:85px -webkit-min-content auto;grid-template-columns:85px min-content auto}}@media (max-width:359.98px){.card-type-5{padding:12px 12px 16px 0}}.card-type-5__image{height:100px;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:991.98px){.card-type-5__image{grid-area:image;height:80px}}.card-type-5__image img{-o-object-fit:contain;object-fit:contain}.card-type-5__info{padding-right:8px}@media (max-width:991.98px){.card-type-5__info{padding-right:0;grid-area:info}}.card-type-5__title{font-weight:600;font-size:1.125em;line-height:1;text-decoration:none!important;color:#fff!important}@media (max-width:359.98px){.card-type-5__title{display:block;font-size:16px}}.card-type-5__title:hover{color:#44d62c!important}.card-type-5__status{font-size:.875em;line-height:1.28571;color:#fff;opacity:.65}@media (max-width:359.98px){.card-type-5__status{font-size:12px}}.card-type-5__prices{margin-left:auto;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}@media (max-width:991.98px){.card-type-5__prices{grid-area:price;margin-left:unset;gap:2px}}.card-type-5__price{font-size:1em;line-height:1;color:#fff}@media (max-width:359.98px){.card-type-5__price{font-size:14px}}.card-type-5__price:after{content:"\20BD";margin-left:.35em;font-size:.9em;font-weight:400}.card-type-5__price--old{position:relative;color:#888}@media (max-width:991.98px){.card-type-5__price--old{margin-right:auto}}.card-type-5__price--old:before{content:"";position:absolute;left:0;top:50%;width:100%;border-top:1px solid}.card-type-5__marker{margin-left:16px;margin-bottom:0;padding:4px 9px;color:#fff}@media (max-width:1366.98px){.card-type-5__marker{margin-left:8px}}@media (max-width:991.98px){.card-type-5__marker{grid-area:marker;margin-left:auto}}@media (max-width:359.98px){.card-type-5__marker{font-size:10px}}.card-type-5__button{margin-left:60px}@media (max-width:1199.98px){.card-type-5__button{margin-left:20px}}@media (max-width:991.98px){.card-type-5__button{grid-area:button;margin-left:auto}}@media (max-width:991.98px){.card-type-5__image{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:1}.card-type-5__info{-ms-grid-row:1;-ms-grid-column:2;-ms-grid-column-span:3}.card-type-5__prices{-ms-grid-row:2;-ms-grid-column:2}.card-type-5__marker{-ms-grid-row:2;-ms-grid-column:3}.card-type-5__button{-ms-grid-row:2;-ms-grid-column:4}}@media (max-width:575.98px){.card-type-5__image{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:1}.card-type-5__info{-ms-grid-row:1;-ms-grid-column:2;-ms-grid-column-span:2}.card-type-5__prices{-ms-grid-row:3;-ms-grid-column:2}.card-type-5__marker{-ms-grid-row:2;-ms-grid-column:2}.card-type-5__button{-ms-grid-row:3;-ms-grid-column:3}}
.landing-page-section--sticky{position:sticky;top:var(--header-height);z-index:5}
.card-type-4[data-v-5cee10aa],.card-type-4__image-wrap[data-v-5cee10aa]{background-color:rgba(0,0,0,0)}.card-type-4__image-wrap[data-v-5cee10aa]{padding-bottom:80%}.card-type-4__info[data-v-5cee10aa]{padding:20px}@media (max-width:991.98px){.card-type-4__info[data-v-5cee10aa]{padding:12px}}.card-type-4__price-wrap[data-v-5cee10aa]{margin-bottom:8px;display:-ms-grid;display:grid;grid-template-areas:"price oldPrice marker";-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}@media (max-width:1366.98px){.card-type-4__price-wrap[data-v-5cee10aa]{grid-template-areas:"price marker" "oldPrice marker"}}@media (max-width:991.98px){.card-type-4__price-wrap[data-v-5cee10aa]{grid-template-areas:"marker" "price" "oldPrice"}}.card-type-4__price-wrap .P1__model-marker[data-v-5cee10aa]{-ms-grid-row:1;-ms-grid-column:3;grid-area:marker;margin-left:.3em}@media (max-width:991.98px){.card-type-4__price-wrap .P1__model-marker[data-v-5cee10aa]{font-size:12px;margin-bottom:4px;margin-left:0}}.card-type-4__price[data-v-5cee10aa]{-ms-grid-row:1;-ms-grid-column:1;grid-area:price}@media (max-width:991.98px){.card-type-4__price[data-v-5cee10aa]{font-size:16px}}.card-type-4__old-price[data-v-5cee10aa]{-ms-grid-row:1;-ms-grid-column:2;grid-area:oldPrice;margin-top:0;margin-right:auto}@media (max-width:1366.98px){.card-type-4__price-wrap .P1__model-marker[data-v-5cee10aa]{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:2}.card-type-4__price[data-v-5cee10aa]{-ms-grid-row:1;-ms-grid-column:1}.card-type-4__old-price[data-v-5cee10aa]{-ms-grid-row:2;-ms-grid-column:1}}@media (max-width:991.98px){.card-type-4__price-wrap .P1__model-marker[data-v-5cee10aa]{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1}.card-type-4__price[data-v-5cee10aa]{-ms-grid-row:2;-ms-grid-column:1}.card-type-4__old-price[data-v-5cee10aa]{-ms-grid-row:3;-ms-grid-column:1}}@media (max-width:991.98px){.card-type-4__old-price[data-v-5cee10aa]{font-size:12px}}.card-type-4__title[data-v-5cee10aa]{margin-bottom:12px;line-height:1.2}@media (max-width:991.98px){.card-type-4__title[data-v-5cee10aa]{font-size:14px}}
.product-carousel{margin-bottom:24px}@media (max-width:991.98px){.product-carousel{display:none}}.product-carousel .SL1__inner{padding:0}.product-carousel .SL1__header{margin-bottom:12px;font-size:1.125em;font-weight:700;color:#fff}.product-carousel .SL1__slider{border:1px solid #333;background-color:#222}.product-carousel .SL1__slide{text-align:unset}@media (max-width:991.98px){.product-carousel .SL1__slide{height:auto}}@media (max-width:991.98px){.product-carousel .SL1__slide-container{height:100%}}.product-carousel .SL1__pagination{margin-top:0;margin-bottom:16px}.product-carousel--mobile{display:none;margin-top:24px}@media (max-width:991.98px){.product-carousel--mobile{display:block}}.product-carousel__substitute-banner{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991.98px){.product-carousel__substitute-banner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.product-carousel__substitute-banner img{max-width:100%}
.banner-type-17{display:block}@media (max-width:991.98px){.banner-type-17{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.banner-type-17 img{max-width:100%}@media (max-width:991.98px){.banner-type-17--adaptive{display:none}}.banner-type-17--mobile{display:none}@media (max-width:991.98px){.banner-type-17--mobile{display:-webkit-box;display:-ms-flexbox;display:flex}}
.navigate-posts{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:991.98px){.navigate-posts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.navigate-post{position:relative;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;padding-bottom:16px;border-bottom:1px solid #262626}.navigate-post:hover .navigate-post__title{color:#44d62c}@media (max-width:359.98px){.navigate-post{max-width:250px;gap:12px;padding-bottom:12px}}.navigate-post--next{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:991.98px){.navigate-post--next{margin-left:auto}}.navigate-post__image{max-width:110px;max-height:100%}.navigate-post__image img{width:100%}.navigate-post__title{font-size:1em;font-weight:600;line-height:1.2;color:#fff;-webkit-transition:color .2s;transition:color .2s}@media (max-width:359.98px){.navigate-post__title{line-height:1}}.navigate-post__date{margin-top:12px;font-weight:400;font-size:.9em;line-height:1.4;color:#fff;opacity:.65}@media (max-width:359.98px){.navigate-post__date{margin-top:4px}}
.latest-posts{margin-top:40px;margin-bottom:20px}.latest-posts__title{margin-bottom:16px;font-weight:700;font-size:1.125em;line-height:1;text-transform:uppercase;color:#fff}.latest-posts__grid{display:-webkit-box;display:-ms-flexbox;display:flex;gap:28px}@media (max-width:991.98px){.latest-posts__grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.latest-post{-webkit-box-flex:0;-ms-flex:0 1 20%;flex:0 1 20%}.latest-post:hover .latest-post__title{color:#44d62c}.latest-post__image-wrapper{width:100%;height:110px}.latest-post__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.latest-post__title{margin-top:12px;font-size:1em;font-weight:600;line-height:1.1;color:#fff;-webkit-transition:inherit;transition:inherit}
.newsletter-page{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;position:relative}@media (min-width:1921px){.newsletter-page{font-size:20px}}.newsletter-page *{font-family:RazerF5,sans-serif}.newsletter-page__back-to-list{margin-top:20px;margin-bottom:12px}.newsletter-page__back-to-list-link{font-weight:700;font-size:.75em;line-height:1;text-transform:uppercase;color:#fff}.newsletter-page__grid{display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px;position:relative}@media (max-width:1600.98px){.newsletter-page__grid{gap:32px}}.newsletter-page__main-part{max-width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.newsletter-page__title{margin-bottom:12px;font-family:RazerF5,sans-serif;font-size:3em;font-weight:700;line-height:1;color:#fff}@media (max-width:991.98px){.newsletter-page__title{font-size:36px}}.newsletter-page__info{margin-bottom:12px;font-weight:400;font-size:.9em;color:#fff}.newsletter-page__cover-image{max-width:100%}.newsletter-page__dynamic-sections-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.newsletter-page__dynamic-sections-wrapper img{max-width:100%!important}.newsletter-page__dynamic-sections-wrapper img+small{margin-top:4px;display:block;font-size:.875em;font-style:italic;text-align:center;color:#696969}.newsletter-page__dynamic-sections-wrapper h1,.newsletter-page__dynamic-sections-wrapper h2,.newsletter-page__dynamic-sections-wrapper h3,.newsletter-page__dynamic-sections-wrapper h4,.newsletter-page__dynamic-sections-wrapper h5,.newsletter-page__dynamic-sections-wrapper h6{font-family:RazerF5,sans-serif;font-weight:700;line-height:1;color:#fff}.newsletter-page__dynamic-sections-wrapper h1,.newsletter-page__dynamic-sections-wrapper h2,.newsletter-page__dynamic-sections-wrapper h3,.newsletter-page__dynamic-sections-wrapper h4{margin-bottom:12px}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper h1,.newsletter-page__dynamic-sections-wrapper h2,.newsletter-page__dynamic-sections-wrapper h3,.newsletter-page__dynamic-sections-wrapper h4{margin-bottom:8px}}.newsletter-page__dynamic-sections-wrapper h1:has(+p>img:first-child),.newsletter-page__dynamic-sections-wrapper h2:has(+p>img:first-child),.newsletter-page__dynamic-sections-wrapper h3:has(+p>img:first-child),.newsletter-page__dynamic-sections-wrapper h4:has(+p>img:first-child){margin-bottom:20px}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper h1:has(+p>img:first-child),.newsletter-page__dynamic-sections-wrapper h2:has(+p>img:first-child),.newsletter-page__dynamic-sections-wrapper h3:has(+p>img:first-child),.newsletter-page__dynamic-sections-wrapper h4:has(+p>img:first-child){margin-bottom:12px}}.newsletter-page__dynamic-sections-wrapper h5,.newsletter-page__dynamic-sections-wrapper h6{margin-bottom:8px}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper h5,.newsletter-page__dynamic-sections-wrapper h6{margin-bottom:4px}}.newsletter-page__dynamic-sections-wrapper h5:has(+p>img:first-child),.newsletter-page__dynamic-sections-wrapper h6:has(+p>img:first-child){margin-bottom:12px}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper h5:has(+p>img:first-child),.newsletter-page__dynamic-sections-wrapper h6:has(+p>img:first-child){margin-bottom:4px}}.newsletter-page__dynamic-sections-wrapper h1{font-size:3em}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper h1{font-size:36px}}.newsletter-page__dynamic-sections-wrapper h2{font-size:2.25em}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper h2{font-size:28px}}.newsletter-page__dynamic-sections-wrapper h3{font-size:2em}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper h3{font-size:24px}}.newsletter-page__dynamic-sections-wrapper h4{font-size:1.75em}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper h4{font-size:20px}}.newsletter-page__dynamic-sections-wrapper h5{font-size:1.5em}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper h5{font-size:18px}}.newsletter-page__dynamic-sections-wrapper h6{font-size:1.25em}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper h6{font-size:16px}}.newsletter-page__dynamic-sections-wrapper p{margin-bottom:12px;font-weight:400}@media (min-width:1921px){.newsletter-page__dynamic-sections-wrapper p{margin-bottom:1em}}.newsletter-page__dynamic-sections-wrapper ol,.newsletter-page__dynamic-sections-wrapper ul{padding-left:24px}.newsletter-page__dynamic-sections-wrapper a{text-decoration:underline;text-decoration-thickness:1px;color:#44d62c;-webkit-transition:color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;transition:color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;transition:color .2s ease-in-out,text-decoration-color .2s ease-in-out;transition:color .2s ease-in-out,text-decoration-color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out}.newsletter-page__dynamic-sections-wrapper a:hover{-webkit-text-decoration-color:rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0)}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper table{border-collapse:separate;border-spacing:0}}.newsletter-page__dynamic-sections-wrapper table caption{caption-side:top;font-size:20px;font-weight:700;line-height:1.2;color:#fff}.newsletter-page__dynamic-sections-wrapper table tr:nth-child(odd) td{background:#1e1e1e}.newsletter-page__dynamic-sections-wrapper table td,.newsletter-page__dynamic-sections-wrapper table th{padding:12px 16px;background-color:#000}.newsletter-page__dynamic-sections-wrapper table td:first-of-type,.newsletter-page__dynamic-sections-wrapper table th:first-of-type{left:0;max-width:120px;position:sticky;width:20%;border-right:1px solid #333;z-index:1}@media (max-width:991.98px){.newsletter-page__dynamic-sections-wrapper table td,.newsletter-page__dynamic-sections-wrapper table th{padding:4px 12px}}.newsletter-page__dynamic-sections-wrapper table th{font-weight:600}.newsletter-page__dynamic-sections-wrapper blockquote{margin:16px 0 0;padding:16px 40px;background-color:#1e1e1e}.newsletter-page__dynamic-sections-wrapper blockquote p{margin-bottom:0}.newsletter-page__dynamic-sections-wrapper blockquote+p{margin-top:8px;padding-left:40px}.newsletter-page__dynamic-sections-wrapper .landing-page-section{margin-top:24px}.newsletter-page__dynamic-sections-wrapper .table-container{overflow-x:auto}.newsletter-page__sidebar{width:25%;max-width:295px;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:sticky;bottom:24px;padding-top:8px}@media (min-width:1921px){.newsletter-page__sidebar{bottom:auto;top:calc(var(--header-height, 0) + 12px);-ms-flex-item-align:start;align-self:flex-start}}@media (max-width:991.98px){.newsletter-page__sidebar{display:none}}.newsletter-page__sidebar img{width:100%}.newsletter-page__sidebar--sticky-top{bottom:auto;top:calc(var(--header-height, 0) + 12px)}
.news-list-page *{font-family:RazerF5,sans-serif}.first-newsletter-banner{margin-top:12px;margin-bottom:36px;max-height:70vh;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991.98px){.first-newsletter-banner{max-height:unset;height:75vh}}.first-newsletter-banner:hover h2{color:#44d62c}.first-newsletter-banner:before{content:"";position:absolute;top:0;left:10px;width:calc(100% - 20px);height:100%;background:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),color-stop(50%, rgba(0,0,0,0)),color-stop(99%, rgba(0,0,0,.8)),to(rgba(0,0,0,.85)));background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 99%,rgba(0,0,0,.85));z-index:1}.first-newsletter-banner__image{max-width:100%;position:relative;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:0}@media (max-width:991.98px){.first-newsletter-banner__image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.first-newsletter-banner__text{position:absolute;width:calc(100% - 40px);bottom:100px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;z-index:2}@media (max-width:991.98px){.first-newsletter-banner__text{bottom:28px}}.first-newsletter-banner__text h2{margin-bottom:12px;font-weight:700;font-size:32px;line-height:1;color:#fff;-webkit-transition:color .2s;transition:color .2s}.first-newsletter-banner__text p{font-weight:600;font-size:13px;line-height:1.4;color:#fff}.news-list-page__title{margin-bottom:28px;font-weight:700;font-size:18px;line-height:1;text-transform:uppercase;color:#fff}.news-list-page__news .products-filter-preloader-container{background-color:unset}.news-list-page__news-grid{display:-ms-grid;display:grid;gap:40px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}@media (max-width:991.98px){.news-list-page__news-grid{gap:20px;-ms-grid-columns:1fr;grid-template-columns:1fr}}.news-grid-item:hover .news-grid-item__title{color:#44d62c}.news-grid-item--promo-banner{-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:2;grid-row-end:3;-ms-grid-column:3;grid-column-start:3;-ms-grid-column-span:0;grid-column-end:3}@media (max-width:991.98px){.news-grid-item--promo-banner{-ms-grid-row:3;grid-row-start:3;-ms-grid-row-span:1;grid-row-end:4;-ms-grid-column:unset;grid-column-start:unset;-ms-grid-column-span:NaN;grid-column-end:unset}}.news-grid-item--promo-banner img{-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top;width:100%}@media (max-width:991.98px){.news-grid-item--promo-banner img{height:auto}}.news-grid-item__image-wrapper{width:100%;height:210px;margin-bottom:16px}@media (max-width:991.98px){.news-grid-item__image-wrapper{margin-bottom:12px}}.news-grid-item__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.news-grid-item__title{margin-bottom:16px;font-weight:700;font-size:21px;line-height:1.2;color:#fff;-webkit-transition:inherit;transition:inherit}@media (max-width:991.98px){.news-grid-item__title{margin-bottom:8px;line-height:1.1}}.news-grid-item__date{font-weight:600;font-size:13px;line-height:1;color:#fff;opacity:.65}.news-list-page__pagination{margin-top:24px;margin-bottom:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.landing-page,.landing-page-not-found,.landing-page-preloader-container,.landing-page-wrapper{height:100%}
.filter-visibility-trigger{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-decoration:none;background:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}.filter-visibility-trigger:focus{outline:none}@media (max-width:991.98px){.filter-visibility-trigger{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.filter-visibility-trigger__icon-wrap{-ms-flex-negative:0;flex-shrink:0;max-width:12px;position:relative;top:2px}.filter-visibility-trigger__icon{display:block;max-width:100%;max-height:100%;fill:#44d62c}.filter-visibility-trigger__text{margin-left:7px;font-size:16px;font-weight:600;line-height:1;color:#fff}
.products-filter-container .filter-category{padding:25px 20px;border-bottom:1px solid #464646;background:#000}.products-filter-container .filter-category:last-child{border-bottom:none}@media (max-width:991.98px){.products-filter-container .filter-category{padding-left:15px;padding-right:15px}}.filter-category__head{margin-bottom:20px;font-size:15px;font-weight:600;line-height:1.3;color:#fff}.search-filter-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:7px}.search-filter-checkbox:last-child{margin-bottom:0}
.filter-fade-enter-active,.filter-fade-leave-active{-webkit-transition:opacity .25s;transition:opacity .25s}.filter-fade-enter,.filter-fade-leave-to{opacity:0}.filter{position:sticky;top:var(--header-height,0)}.filter__footer-reset-btn{height:40px}@media (min-width:992px){.filter{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:none!important;transition:none!important;max-height:calc(100vh - var(--header-height, 0px))}.filter-preloader-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.filter__content{overflow:auto;-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none}.filter__content::-webkit-scrollbar{display:none}.filter__footer-reset-btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:10px}.filter__footer-results-show-btn{display:none!important}}.filter__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px 25px;background:#000}@media (max-width:991.98px){.filter{position:fixed;left:0;top:0;z-index:100;width:100%;height:100%;background:#000}.filter-preloader-container{width:100%;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}.filter-preloader-container .preloader{background-position:50%}.products-filter-visible{overflow:hidden}.filter__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;overflow-y:auto}.filter__footer{-ms-flex-negative:0;flex-shrink:0;margin-top:auto;padding:15px;border-top:1px solid #464646}.filter__footer .filter-reset-btn__title--mobile{display:block}.filter__footer .filter-reset-btn__title--desktop{display:none}.filter__footer-item{margin-right:23px}.filter__footer-item:last-child{margin-right:0}}
.products-filter-card-type-1__wrap{width:50%;margin-bottom:20px}@media (min-width:1367px){.products-filter-card-type-1__wrap{width:33.333333%}}@media (min-width:992px){.products-filter-card-type-1__wrap--without-filter{width:33.33333%}}@media (max-width:575.98px){.products-filter-card-type-1__wrap{width:100%}.products-filter-card-type-1__wrap:last-child{margin-bottom:0}}.products-filter-card-type-2__wrap{width:100%;margin-bottom:20px}.products-filter-card-type-2__wrap:last-child{margin-bottom:0}
.products-filter-wrapper{margin:0 auto}.products-filter-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.products-filter-col{padding-left:10px;padding-right:10px}.products-filter-preloader-container{background:#1f1f1f}.products-filter-preloader-container .preloader{background-color:rgba(31,31,31,.5)}.products-filter-search-form-container{padding:20px 0;border-bottom:1px solid #44d62c;background:#000}.products-filter-search-form-container__inner{position:relative}.search-results-label{margin-top:15px;font-size:16px;font-weight:400;line-height:1.2;color:#888}.products-filter-title{margin-bottom:30px;font-size:30px;line-height:1.1;font-weight:400;text-transform:uppercase;color:#44d62c}.products-filter-container{padding-top:43px;padding-bottom:60px}@media (max-width:767.98px){.products-filter-container{padding-top:30px;padding-bottom:40px}}.products-list-head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px;padding-left:20px;margin-bottom:16px;background:#000}.products-list-head__item{margin-right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.products-list-head__item:last-child{margin-right:0}.products-list-head-sort-checkbox-wrap{margin-left:auto;margin-right:20px}@media (max-width:991.98px){.products-list-head{padding:10px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.filter-visibility-trigger,.products-list-head-sort-checkbox-wrap .filter-availability-checkbox,.products-list-head-sort-item{margin:10px!important}.products-list-head-change-view-wrap{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.products-list-head-sort-wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.products-list-head-sort-checkbox-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.products-list-head__item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:0}.products-list-head__item:last-child{margin-bottom:0}.products-list-head-sort-checkbox-wrap{margin:0}.products-list-head-change-view-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}}.products-filter-sidebar{width:32%}@media (min-width:1367px){.products-filter-sidebar{width:25%}}.products-filter-content{width:68%}@media (min-width:1367px){.products-filter-content{width:75%}}@media (max-width:991.98px){.products-filter-content{width:100%}}.products-filter-content--full-width{width:100%}.products-filter-pagination-container{margin-top:84px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:991.98px){.products-filter-pagination-container{margin-top:60px}}@media (max-width:767.98px){.products-filter-pagination-container{margin-top:40px}}
@media (min-width:400px){.store-products-filter-content-item__content{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}.store-products-filter-content-item__title,.store-products-filter-content .filter-category__head{margin-bottom:22px;font-size:16px;font-weight:700;line-height:1;color:#fff}.store-products-filter-content-item-price{-ms-flex-negative:0;flex-shrink:0}@media (min-width:992px){.store-products-filter-content-item-price .filter-category{width:164px}}@media (min-width:992px){.store-products-filter-content-item-price:first-child{margin-right:6%}.store-products-filter-content-item-price:last-child{margin-left:5%}.store-products-filter-content-item-price:not(:first-child):not(:last-child){margin-left:5%;margin-right:5%}}.store-products-filter-content .store-products-filter-content-item-price .filter-category__head{margin-bottom:10px}.store-filter-checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top;width:100%;margin-bottom:7px}@media (max-width:399.98px){.store-filter-checkbox:last-child{margin-bottom:0}}
.store-products-filter{background:#000}.store-products-filter-preloader-container{min-height:0}.store-products-filter-content{padding:16px 0 0}.store-products-filter-content-items-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.store-products-filter-content-items-wrap.store-products-filter-row{margin-left:-15px;margin-right:-15px}.store-products-filter-content-item{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:20px 0}.store-products-filter-content-item.store-products-filter-content-item-price{-webkit-box-flex:0;-ms-flex:0;flex:0}.store-products-filter-content-item.store-products-filter-col{padding-left:15px;padding-right:15px}.store-products-filter-footer{padding:4px 0 23px}.store-products-filter-footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.store-products-filter-footer__item{margin-right:23px}.store-products-filter-footer__item:last-child{margin-right:0}@media (min-width:992px){.store-products-filter-footer__results-show-btn{display:none!important}}@media (max-width:991.98px){.store-products-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:fixed;left:0;top:0;width:100%;height:100%;z-index:100}.store-products-filter-transition-enter-active,.store-products-filter-transition-leave-active{-webkit-transition:opacity .25s;transition:opacity .25s}.store-products-filter-transition-enter,.store-products-filter-transition-leave-to{opacity:0}.store-products-filter--hidden{display:none;-webkit-transition:none;transition:none}.store-products-filter-content-items-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.store-products-filter-preloader-container{width:100%;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}.store-products-filter-preloader-container .preloader{background-position:50%}.store-products-filter-content{padding:5px 0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:auto}.store-products-filter-footer{padding:15px 0;position:relative;z-index:2;-ms-flex-negative:0;flex-shrink:0;border-top:1px solid #464646}.store-products-filter-footer .filter-reset-btn__title--mobile{display:block}.store-products-filter-footer .filter-reset-btn__title--desktop{display:none}}
.store-products-filter-card-type-1__wrap{width:25%;margin-bottom:20px}@media (max-width:1366.98px){.store-products-filter-card-type-1__wrap{width:33.33333%}}@media (max-width:991.98px){.store-products-filter-card-type-1__wrap{width:50%}}@media (max-width:575.98px){.store-products-filter-card-type-1__wrap{width:100%}}
.store-products-filter-wrapper{margin:0 auto}.store-products-filter-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.store-products-filter-col{padding-left:10px;padding-right:10px}.store-products-filter-preloader-container-main{background:#1f1f1f}.store-products-filter-preloader-container-main .preloader{background-color:rgba(31,31,31,.5)}.store-products-filter-content-main{padding-top:52px;padding-bottom:80px}@media (max-width:991.98px){.store-products-filter-content-main{padding-top:30px;padding-bottom:40px}}.store-products-list-head-wrap{margin-bottom:30px}.store-products-list-head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.store-products-list-head__item{margin-right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.store-products-list-head__item:last-child{margin-right:0}@media (max-width:991.98px){.store-products-list-head__item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.store-products-list-head__item:last-child{margin-bottom:0}.store-products-list-head__item .products-list-head-sort-item{margin:0!important}}.store-products-list-head-availability-checkbox-wrap .filter-availability-checkbox__icon-wrap{background:#1f1f1f}.store-products-list-head-btn-wrap{width:100%;margin:0 0 20px}@media (min-width:992px){.store-products-list-head-btn-wrap{display:none}}.store-root-page .store-products-list-head-btn-wrap{display:none!important}.store-products-filter-pagination-container{margin-top:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:991.98px){.store-products-filter-pagination-container{margin-top:25px}}.favorites-products-filter-empty-result{padding:40px 0;font-size:26px;font-weight:400}.favorites-products-filter-container .store-products-list-head{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.favorites-products-filter-container .store-products-list-head .store-products-list-head-btn-wrap{-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.favorites-products-filter-container .store-products-list-head .store-products-list-head-availability-checkbox-wrap{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.favorites-products-filter-container .store-products-list-head .store-products-list-head-sort-wrap{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.favorites-products-filter-container .store-products-list-head .store-products-list-head-share-wrap{margin-left:auto}@media (max-width:1199.98px){.favorites-products-filter-container .store-products-list-head .ya-share2 .ya-share2__item_more{padding-left:0!important}.favorites-products-filter-container .store-products-list-head .ya-share2 .ya-share2__popup{left:auto!important;right:0!important}}@media (max-width:575.98px){.favorites-products-filter-container .store-products-list-head .ya-share2 .ya-share2__link_more .ya-share2__title{display:none!important}}
.favorites-icon{display:block;position:relative;-webkit-transition:opacity .1s;transition:opacity .1s}.favorites-icon:hover{opacity:.8}.favorites-icon__icon{display:block;fill:#000;-webkit-transition:stroke .25s;transition:stroke .25s}@media (max-width:991.98px){.favorites-icon__icon{fill:#888}}.favorites-icon__count{position:absolute;top:-9px;right:-9px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15px;height:15px;border-radius:50%;overflow:hidden;opacity:0;padding-right:1px;font-size:10px;line-height:15px;font-weight:400;color:#fff;background-color:#000;-webkit-transition:opacity .2s;transition:opacity .2s}.favorites-icon--active .favorites-icon__count{opacity:1}
.yandex-split[data-v-2bf852bf]{margin-top:12px;padding:24px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.yandex-split[data-v-2bf852bf],.yandex-split .icon-rubl[data-v-2bf852bf]:before{font-weight:400}.yandex-split__heading[data-v-2bf852bf]{color:#fff;font-size:18px}.yandex-split__description[data-v-2bf852bf]{color:#999;font-size:14px}.yandex-split__cost[data-v-2bf852bf]{color:#c9c9c9;font-size:15px;margin-top:15px}.yandex-split__modal-trigger[data-v-2bf852bf]{max-width:80px;margin-top:30px;margin-left:auto;font-size:14px}
.discount-value[data-v-60e4ccad]{color:#888}.amount-title[data-v-60e4ccad],.delivery-title[data-v-60e4ccad],.total-title[data-v-60e4ccad]{color:#fff}
@media (min-width:992px){.syntes-store-aside__container[data-v-5935891a]{min-height:100vh}}.syntes-store-aside__container .syntes-store__aside[data-v-5935891a]{position:relative;top:unset}.syntes-store-aside__sticky-container[data-v-5935891a]{position:sticky;top:70px}.syntes-store-aside__yandex-split[data-v-5935891a]{background-color:#1f1f1f}@media (max-width:767.98px){.syntes-store-aside__yandex-split[data-v-5935891a]{background-color:#2c2c2c}}
.syntes-cart-icon__dropdown-product{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.syntes-cart-icon__dropdown-product:last-of-type{margin-bottom:0}.syntes-cart-icon__dropdown-product-image{width:70px;height:60px;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.syntes-cart-icon__dropdown-product-image--gift{position:relative}.syntes-cart-icon__dropdown-product-image--gift:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.034 25.616v-25h-25l25 25z' fill='%233BC737'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.977 4.064a1.733 1.733 0 013.033-1.147 1.733 1.733 0 012.788 2.035h1.22c.699 0 1.266.568 1.266 1.268v1.729h-.806v3.192c0 .7-.568 1.268-1.268 1.268h-6.736c-.7 0-1.268-.568-1.268-1.268V7.95h-.672v-1.73c0-.699.567-1.266 1.267-1.266h1.42a1.725 1.725 0 01-.244-.889zm1.72 1.733H13.8a.422.422 0 00-.422.423v.884h4.197V5.798h-.879zm1.724 0v1.307h4.018V6.22a.422.422 0 00-.422-.423h-3.596zm.899-.844a.889.889 0 10-.884-1.052c.005.054.008.108.008.163v.889h.876zM17.584 3.9a.889.889 0 10-.883 1.052h.875v-.889c0-.055.003-.109.008-.163zm4.049 4.048H18.42v3.615h2.79c.233 0 .422-.19.422-.423V7.95zm-4.056 3.615V7.949H14.05v3.192c0 .234.19.423.423.423h3.102z' fill='%23000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% 0}.syntes-cart-icon__dropdown-product-image-src{max-width:90%;margin:auto}.syntes-cart-icon__dropdown-product-title{font-size:14px;line-height:16px;font-weight:600;margin-bottom:3px;color:#44d62c;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex}.syntes-cart-icon__dropdown-product-title:hover{text-decoration:none;color:#44d62c;opacity:.8}.syntes-cart-icon__dropdown-product-amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:14px;line-height:16px;font-weight:600;color:#000}.syntes-cart-icon__dropdown-product-count{margin-right:3px}.syntes-cart-icon__dropdown-product-price{margin-left:3px;margin-right:3px}
.syntes-cart-icon__dropdown-products{margin-top:25px;max-height:300px;overflow:auto;padding-right:16px;padding-bottom:5px;scrollbar-color:#44d62c #464646;scrollbar-width:thin}.syntes-cart-icon__dropdown-products::-webkit-scrollbar{width:8px;height:8px}@media (max-width:767.98px){.syntes-cart-icon__dropdown-products::-webkit-scrollbar{width:4px;height:4px}}.syntes-cart-icon__dropdown-products::-webkit-scrollbar-track{background:#464646}.syntes-cart-icon__dropdown-products::-webkit-scrollbar-thumb{background:#44d62c}
.syntes-cart-icon__dropdown-actions{margin-top:25px}.syntes-cart-icon__dropdown-actions-to-cart{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}
.syntes-cart-icon{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.syntes-cart-icon__icon{position:relative;display:block;width:20px;height:21px;background-repeat:no-repeat;background-size:contain;-webkit-transition:all .1s;transition:all .1s;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.36 2.471c-2.016 0-3.576 1.753-3.576 3.818v1.432H2.781a.575.575 0 00-.575.575v11.75c0 .318.258.575.575.575H17.22a.575.575 0 00.575-.575V8.296a.575.575 0 00-.575-.575h-3.003V6.29c0-2.065-1.56-3.818-3.575-3.818H9.359zm3.706 6.4v1.519a.575.575 0 101.15 0V8.87h2.428v10.6H3.356v-10.6h2.428v1.519a.575.575 0 101.15 0V8.87h6.132zm0-1.15V6.29c0-1.516-1.127-2.668-2.425-2.668H9.359c-1.298 0-2.425 1.152-2.425 2.668v1.432h6.132z' fill='%23000'/%3E%3C/svg%3E")}@media (max-width:991.98px){.syntes-cart-icon__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.36 2.471c-2.016 0-3.576 1.753-3.576 3.818v1.432H2.781a.575.575 0 00-.575.575v11.75c0 .318.258.575.575.575H17.22a.575.575 0 00.575-.575V8.296a.575.575 0 00-.575-.575h-3.003V6.29c0-2.065-1.56-3.818-3.575-3.818H9.359zm3.706 6.4v1.519a.575.575 0 101.15 0V8.87h2.428v10.6H3.356v-10.6h2.428v1.519a.575.575 0 101.15 0V8.87h6.132zm0-1.15V6.29c0-1.516-1.127-2.668-2.425-2.668H9.359c-1.298 0-2.425 1.152-2.425 2.668v1.432h6.132z' fill='%23888'/%3E%3C/svg%3E")}}.syntes-cart-icon__icon:hover{opacity:.8}.syntes-cart-icon__icon-badge{position:absolute;width:15px;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;left:11px;top:-8px;overflow:hidden;padding-right:1px;font-size:10px;line-height:15px;font-weight:400;background:#000;color:#fff;-webkit-transition:all .2s;transition:all .2s;opacity:0}.syntes-cart-icon__icon-badge.syntes-cart-icon__icon-badge--visible{opacity:1}.syntes-cart-icon__dropdown-inner{position:absolute;top:20px;right:0;z-index:5;padding-top:20px}.syntes-cart-icon__dropdown{padding:15px;min-width:275px;background-color:#fff;color:#000;font-size:14px;font-weight:400;cursor:default}.syntes-cart-icon__dropdown-header{text-align:center;font-size:14px;font-weight:600;color:#000}.syntes-cart-icon__dropdown-actions{margin-top:15px}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .5s;transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}
.user-dropdown a,.user-dropdown button{color:#fff;text-decoration:none;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.user-dropdown a:hover,.user-dropdown button:hover{color:#44d62c}.user-dropdown__header{padding:15px;text-align:center;font-size:14px;font-weight:400}.user-dropdown__user-name{display:block}.user-dropdown__body{padding:20px 15px;position:relative}.user-dropdown__body:after,.user-dropdown__body:before{content:"";position:absolute;left:0;height:1px;width:100%;background-color:#464646}.user-dropdown__body:before{top:0}.user-dropdown__body:after{bottom:0}.user-dropdown__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-dropdown__link{padding-bottom:20px;line-height:1}.user-dropdown__link:last-of-type{padding-bottom:0}.user-dropdown__footer{padding:15px}.user-dropdown__log-out-btn{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-decoration:none;background:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.user-dropdown__log-out-btn:focus{outline:none}
.syntes-user-icon{position:relative}.syntes-user-icon.syntes-user-icon--user-logged{cursor:pointer;color:#fff}@media (min-width:992px){.top-menu .syntes-user-icon{display:none}}.syntes-user-icon__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.syntes-user-icon--patching .syntes-user-icon__inner{opacity:.5;pointer-events:none;cursor:not-allowed;cursor:default}.syntes-user-icon__icon{position:relative;width:14px;height:16px;background-repeat:no-repeat;background-size:contain;-webkit-transition:all .1s;transition:all .1s}.syntes-user-icon__icon:hover svg{opacity:.8}.syntes-user-icon__icon svg{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;fill:#888;-webkit-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}.syntes-user-icon--user-logged .syntes-user-icon__icon svg{fill:#fff}@media (max-width:991.98px){.syntes-user-icon__icon{width:21px;height:21px}.syntes-user-icon--user-logged .syntes-user-icon__icon svg,.syntes-user-icon__icon svg{fill:#888}}.syntes-user-icon__login,.syntes-user-icon__name{font-size:12px;line-height:1;font-weight:600}.syntes-user-icon__name{margin-left:5px}@media (max-width:991.98px){.syntes-user-icon__name{display:none}}@media (min-width:992px){.syntes-user-icon__login .syntes-user-icon__icon{display:none}}.syntes-user-icon__login a{color:#fff}@media (max-width:991.98px){.syntes-user-icon__login-text{display:none}}.syntes-user-icon__dropdown{min-width:255px;position:absolute;top:100%;right:0;font-size:14px;font-weight:400;cursor:default;color:#fff;background-color:#000;z-index:31}@media (max-width:400px){.syntes-user-icon__dropdown{right:-20vw}}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .5s;transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}
@media (max-width:991.98px){.syntes-order-icon-wrap{display:none}}.syntes-order-icon{display:block;position:relative;-webkit-transition:opacity .1s;transition:opacity .1s}.syntes-order-icon:hover{opacity:.8}.syntes-order-icon__icon{display:block;stroke:#000}.syntes-order-icon--active .syntes-order-icon__icon{stroke:#000}.syntes-order-icon__info{position:absolute;top:-7px;right:-8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15px;height:15px;border-radius:50%;overflow:hidden;opacity:0;background-color:#000;-webkit-transition:opacity .2s;transition:opacity .2s}.syntes-order-icon--active .syntes-order-icon__info{opacity:1}.syntes-order-icon__info-icon{margin-top:1px;fill:#222;-webkit-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}.syntes-order-icon__info-count{margin-right:1px;font-size:10px;line-height:15px;font-weight:400;color:#fff}
.customer-info__company-form .syntes-store-checkout-section-head{margin-bottom:12px!important}.syntes-store-checkout-section--company .syntes-store-checkout-form-btn-wrap .btn{width:100%}
.syntes-store-checkout-section--company{margin-top:25px}
.syntes-store-checkout-section{margin-bottom:30px}@media (min-width:992px){.syntes-store-checkout-section:last-child{margin-bottom:0}}.syntes-store-checkout-section-head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;margin-bottom:6px}.syntes-store-checkout-section-body_error{margin-top:10px;font-size:15px;font-weight:600;color:#c8323c}.syntes-store-checkout-section__field-item{margin-bottom:25px}.syntes-store-checkout-section__field-item:last-child{margin-bottom:0}.syntes-store-checkout-section__field-item .input{position:relative}.syntes-store-checkout-section-title{font-family:RazerF5,sans-serif;font-size:20px;line-height:1.2;font-weight:400;text-transform:uppercase;color:#44d62c}.syntes-store-checkout-section-description .icon-rubl:before{font-weight:400}
.syntes-store-checkout-section-customer-info>.syntes-store-checkout-section-body{padding:16px;background-color:#1f1f1f}@media (min-width:992px){.syntes-store-checkout-section-head__toggle-customer-type{margin:0}}.customer-info-form .input__field-wrapper{position:relative}.customer-info-form .input__field-edit-icon{position:absolute;top:50%;right:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;pointer-events:none;-webkit-transition:opacity .25s;transition:opacity .25s}.customer-info-form .syntes-store-checkout-section__field-item--counter-party{margin-bottom:25px}.customer-info-form .syntes-store-checkout-section__field-item{margin-bottom:12px!important}.customer-info-form .syntes-store-checkout-section__field-item input{background:#1f1f1f!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;-webkit-box-shadow:0 0 0 1000px #1f1f1f inset!important;box-shadow:inset 0 0 0 1000px #1f1f1f!important;padding:0;height:32px;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;border-bottom:1px solid #2d2d2d}.customer-info-form .syntes-store-checkout-section__field-item:hover .input__field-edit-icon{opacity:1}.customer-info-form .syntes-store-checkout-section__field-item:focus-within .input__field-edit-icon{opacity:0}.customer-info-form .field-is-required{font-size:14px;color:#c8323c}.customer-info-form .form--invalid .input--error .input__field{background:#2d2d2d!important;padding:0 16px;-webkit-box-shadow:inset 0 0 0 1px #c8323c!important;box-shadow:inset 0 0 0 1px #c8323c!important}.customer-info-form input:-webkit-autofill{-webkit-transition-delay:9999s!important;transition-delay:9999s!important}
.syntes-store-checkout-section-delivery-methods .syntes-store-checkout-section-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.syntes-store-checkout-section-delivery-methods .syntes-store-checkout-section-head .syntes-store-checkout-section-edit-btn{margin-left:auto}.syntes-store-checkout-section-delivery-methods-list{display:-ms-grid;display:grid;gap:12px;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;justify-items:stretch}@media (max-width:575.98px){.syntes-store-checkout-section-delivery-methods-list{-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto;grid-template-rows:auto}}.syntes-store-checkout-section-delivery-methods__item,.syntes-store-checkout-section-delivery-methods__item .syntes-store-switch-card-wrap{display:-ms-grid;display:grid;justify-items:stretch}.syntes-store-checkout-section-delivery-methods__item--active{-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:1;grid-column-end:2;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:2;grid-row-end:3}.syntes-store-checkout-section-delivery-methods-list--2-items .syntes-store-checkout-section-delivery-methods__item--active{-ms-grid-row-span:2;grid-row-end:2}@media (max-width:575.98px){.syntes-store-checkout-section-delivery-methods__item--active{-ms-grid-row-span:2;grid-row-end:2}}.syntes-store-checkout-section-delivery-methods__item-subtitle--clickable{color:#44d62c;-webkit-transition:color .25s;transition:color .25s}.syntes-store-checkout-section-delivery-methods__item-subtitle--clickable:hover{color:#0f0}.syntes-store-checkout-section-delivery-methods__item-subtitle--clickable span{color:#fff}.syntes-store-checkout-section__link{display:inline-block;font-size:14px;line-height:20px;margin:10px 0;color:#44d62c;text-decoration:underline;cursor:pointer}.syntes-store-checkout-section__link:hover{text-decoration:none}.syntes-store-checkout-section-delivery-methods__item-address-change{margin-top:24px;font-size:14px;font-weight:600;line-height:1.42857;text-transform:uppercase;color:#44d62c}.syntes-store-checkout-section-delivery-methods__item-address-change:hover{color:#0f0}.syntes-store-checkout-section-delivery-methods__item-address{margin-top:24px;font-size:14px;color:#44d62c;-webkit-transition:color .25s;transition:color .25s}.syntes-store-checkout-section-delivery-methods__item-address:hover{color:#0f0}.syntes-store-checkout-section-delivery-methods__item-address span{color:#fff}.syntes-store-checkout-section-delivery-methods__item-date-and-time{font-size:14px;color:#fff}.syntes-store-checkout-section-delivery-methods__item-date-and-time-change{margin-left:5px;font-size:inherit;color:#44d62c}.syntes-store-checkout-section-delivery-methods__item-date-and-time-change:hover{color:#0f0}.syntes-store-checkout-section-delivery-methods__error{margin-top:0;-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:1;grid-column-end:2;-ms-grid-row:revert;grid-row-start:revert;-ms-grid-row-span:NaN;grid-row-end:revert;font-size:15px;font-weight:600;color:#c8323c}.syntes-store-checkout-section-delivery-methods__item .syntes-store-checkout-section-delivery-methods__error{font-size:14px;line-height:1.42857}
.syntes-store-checkout-section-recipient{margin-top:-18px}.syntes-store-checkout-section-recipient .syntes-store-checkout-section-head{display:none}.syntes-store-checkout-section-recipient .syntes-store-checkout-section-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:10px}.syntes-store-checkout-section-recipient .checkbox{margin-bottom:0}.syntes-store-checkout-section--recipient{padding:20px 16px;background-color:#1f1f1f}.syntes-store-checkout-section-recipient__preview{font-size:14px;color:#fff}.syntes-store-checkout-section-recipient__preview-link{margin-left:5px;font-size:inherit;color:#44d62c}.syntes-store-checkout-section-recipient__preview-link:hover{color:#0f0}.syntes-store-checkout-section-recipient__form-fields{margin-top:20px}
.syntes-store-checkout-section-payment-methods__wrapper{--gap:12px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--gap);-ms-flex-wrap:wrap;flex-wrap:wrap}.syntes-store-checkout-section-payment-methods__item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - var(--gap)/2);flex:0 0 calc(50% - var(--gap)/2)}@media (max-width:991.98px){.syntes-store-checkout-section-payment-methods__item{-ms-flex-preferred-size:100%;flex-basis:100%}}.syntes-store-checkout-section-payment-methods__item .syntes-store-switch-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px 16px}.syntes-store-checkout-section-payment-methods__item .syntes-store-switch-card__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0;gap:20px}.syntes-store-checkout-section-payment-methods__item-image{height:30px;width:auto;margin-left:12px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.syntes-store-checkout-section__link{display:inline-block;font-size:14px;line-height:20px;margin:10px 0;color:#44d62c;text-decoration:underline;cursor:pointer}.syntes-store-checkout-section__link:hover{text-decoration:none}.syntes-store-checkout-section-payment-methods__error{color:#c8323c;font-size:15px;font-weight:600;margin-top:0}.syntes-store-checkout-section-payment-methods__item .syntes-store-checkout-section-payment-methods__error{font-size:14px;line-height:1.42857}.syntes-store-checkout-section-payment-methods__yandex-split-wrapper{margin-top:14px;background-color:#1f1f1f}@media (min-width:992px){.syntes-store-checkout-section-payment-methods__yandex-split-wrapper{display:none}}
.syntes-store-checkout-section.syntes-store-checkout-section-comment{margin-bottom:4px}.checkout-comment-btn{font-size:14px!important;cursor:pointer}
.syntes-store-checkout-agreement__commentary{margin-top:12px;font-family:RazerF5,sans-serif;font-size:14px;font-weight:400;line-height:1.2}.syntes-store-checkout-agreement__commentary a{color:#44d62c}.syntes-store-checkout-agreement__commentary a:hover{color:#0f0}
.syntes-store-aside-products-wrap{margin-bottom:16px}.syntes-store-aside-product{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.syntes-store-aside-product:last-child{margin-bottom:0}.syntes-store-aside-product__img-wrap{width:60px;height:60px;margin-right:15px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.syntes-store-aside-product__img-wrap--gift{position:relative}.syntes-store-aside-product__img-wrap--gift:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.034 25.616v-25h-25l25 25z' fill='%233BC737'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.977 4.064a1.733 1.733 0 013.033-1.147 1.733 1.733 0 012.788 2.035h1.22c.699 0 1.266.568 1.266 1.268v1.729h-.806v3.192c0 .7-.568 1.268-1.268 1.268h-6.736c-.7 0-1.268-.568-1.268-1.268V7.95h-.672v-1.73c0-.699.567-1.266 1.267-1.266h1.42a1.725 1.725 0 01-.244-.889zm1.72 1.733H13.8a.422.422 0 00-.422.423v.884h4.197V5.798h-.879zm1.724 0v1.307h4.018V6.22a.422.422 0 00-.422-.423h-3.596zm.899-.844a.889.889 0 10-.884-1.052c.005.054.008.108.008.163v.889h.876zM17.584 3.9a.889.889 0 10-.883 1.052h.875v-.889c0-.055.003-.109.008-.163zm4.049 4.048H18.42v3.615h2.79c.233 0 .422-.19.422-.423V7.95zm-4.056 3.615V7.949H14.05v3.192c0 .234.19.423.423.423h3.102z' fill='%23000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% 0}.syntes-store-aside-product__img{max-width:100%;max-height:100%}.syntes-store-aside-product__title{display:block;margin-bottom:5px;font-size:14px;line-height:1;font-weight:400;text-decoration:none;color:#44d62c;-webkit-transition:color .25s;transition:color .25s}.syntes-store-aside-product__qtyprice{font-size:14px;line-height:1;font-weight:600;white-space:nowrap;color:#fff}.syntes-store-aside-product__qtyprice:after{content:"\20BD";margin-left:3px;font-weight:400}
@media (min-width:992px){.syntes-store-aside__container[data-v-013c7472]{min-height:100vh}}.syntes-store-aside__sticky-container[data-v-013c7472]{position:sticky;top:70px}.syntes-store-aside[data-v-013c7472]{background-color:#1f1f1f;padding:16px 0 8px}.syntes-store-aside>div[data-v-013c7472]:not(:last-child){border-bottom:1px solid #464646}.syntes-store-aside>div[data-v-013c7472]{padding:0 20px 16px}.syntes-store-aside-header[data-v-013c7472]{margin:0 0 10px;font-weight:400;font-size:20px;line-height:20px;text-transform:uppercase;color:#44d62c}.syntes-store-aside__yandex-split[data-v-013c7472]{background-color:#1f1f1f}@media (max-width:991.98px){.syntes-store-aside__yandex-split[data-v-013c7472]{display:none}}
.syntes-store-checkout-section-heading{margin-bottom:28px;padding:0}.syntes-store-checkout-section-heading .syntes-store-checkout-section-head{margin-bottom:4px}.checkout-heading{font-weight:300;font-size:38px;line-height:38px}@media (max-width:991.98px){.checkout-heading{font-size:28px!important}}.checkout-heading__back{cursor:pointer;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.checkout-heading__back:hover{color:#44d62c}@media (max-width:991.98px){.checkout-heading__back{font-size:14px}}
.syntes-store-checkout-page{font-family:RazerF5,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:20px;padding-bottom:40px;margin:0 auto}.syntes-store-checkout-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px}.syntes-store-checkout-content-wrap{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.syntes-store-checkout-aside-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media (max-width:991.98px){.syntes-store-checkout-page{padding-top:18px!important}.syntes-store-checkout-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:50px}.syntes-store-checkout-aside-wrap{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.syntes-store-checkout-content-wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:unset}}.syntes-store-is-patching{opacity:.5;pointer-events:none}
.syntes-store-checkout-section-order-info{margin-bottom:15px}@media (max-width:991.98px){.syntes-store-checkout-section-order-info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.syntes-store-order-info{padding:20px 25px;background-color:#1f1f1f}.syntes-store-order-info__title{margin-bottom:20px;font-size:20px;font-weight:400;line-height:20px;text-transform:uppercase;color:#44d62c}.syntes-store-order-info-item{margin-bottom:15px;font-size:15px;font-weight:600;line-height:1.33333;color:#c9c9c9}.syntes-store-order-info-item:last-child{margin-bottom:0}.syntes-store-order-info-item__title{font-size:14px;color:hsla(0,0%,78.4%,.4)}
.syntes-store__show-other-payment-methods{margin-top:40px}.syntes-store__show-other-payment-methods-link{text-decoration:underline;font-size:14px;line-height:1;font-weight:600;color:#44d62c}.syntes-store__show-other-payment-methods-link:hover{text-decoration:none}
.syntes-store-payment-card{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:15px 25px;min-height:60px;cursor:pointer;background-color:#1f1f1f}.syntes-store-payment-card--disabled{opacity:.75;pointer-events:none}.syntes-store-payment-card__input{position:absolute;overflow:hidden;margin:-1px;width:1px;height:1px;clip:rect(0 0 0 0)}.syntes-store-payment-card__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;margin-right:17px;width:16px;height:16px;border:1px solid #464646;border-radius:50%;-webkit-transition:background-color .25s;transition:background-color .25s}.syntes-store-payment-card__input:checked~.syntes-store-payment-card__icon{background-color:#43d247}.syntes-store-payment-card__title{display:block;font-size:18px;line-height:1;font-weight:600;color:#fff}.syntes-store-payment-card__desc{display:block;margin-top:6px;font-size:14px;line-height:1.42857;font-weight:600;color:#888}.syntes-store-payment-card__desc .cart-side__group--payments-logos{display:none!important}.syntes-store-payment-confirm-btn-wrap{margin-top:10px}
@media (max-width:991.98px){.syntes-store-content--payment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:992px){.syntes-store-content--payment{padding-right:30px}}
.syntes-store-aside[data-v-d30d151e]{background-color:#1f1f1f;padding:16px 0 8px}.syntes-store-aside>div[data-v-d30d151e]:not(:last-child){border-bottom:1px solid #464646}.syntes-store-aside>div[data-v-d30d151e]{padding:0 20px 16px}.syntes-store-aside-header[data-v-d30d151e]{margin:0 0 10px;font-weight:400;font-size:20px;line-height:20px;text-transform:uppercase;color:#44d62c}
.syntes-store-payment-page{font-family:RazerF5,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:60px;padding-bottom:40px;margin:0 auto}@media (max-width:991.98px){.syntes-store-payment-page{padding:20px 0}.syntes-store-payment-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.syntes-store-payment-aside-wrap{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-bottom:50px}}@media (max-width:991.98px){.syntes-store-payment-aside-wrap,.syntes-store-payment-content-wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.syntes-store-payment-content-wrap{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.syntes-store-is-patching{opacity:.5;pointer-events:none}.syntes-store-payment-error-message a{color:#44d62c}
.badge-super-price{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9Ijg0IiBoZWlnaHQ9IjM3IiByeD0iMSIgZmlsbD0iIzAwMCIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXIpIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTQuNTI2IDE2LjM2MmMtLjUyLjA3OC0xLjYyNS4xODItMi4yMjMuMTgyLTEuNTM0IDAtMS44NDYtLjU4NS0xLjg0Ni0yLjk2NCAwLTIuNTA5LjQyOS0zLjEzMyAxLjc5NC0zLjEzMy41ODUgMCAxLjY3Ny4xMDQgMi4yNzUuMTk1bC4wNTItMS40M2MtLjU0Ni0uMTMtMS42NjQtLjM1MS0yLjU4Ny0uMzUxLTIuNjI2IDAtMy4zOCAxLjM2NS0zLjM4IDQuNzE5IDAgMy4wOTQuNjUgNC41MzcgMy4zOCA0LjUzNy44MDYgMCAxLjk3Ni0uMTU2IDIuNTc0LS4yODZsLS4wMzktMS40Njl6bTMuMDAzLTcuMzU4SDE1LjYzbDIuNDgzIDYuNzQ3aC43MTVjLS4yMDguNTk4LS4zNTEuNzY3LS42NS44MzItLjUyLjExNy0xLjA0LjA2NS0xLjU2LS4wMjZsLS4xODIgMS4zNTJjLjI5OS4xMDQgMS4xMTguMjIxIDEuODU5LjEzLjc5My0uMDkxIDEuNTA4LS40MDMgMi4wOTMtMS45MjRsMi43NTYtNy4xMTFIMjEuMzVsLTEuOTkgNS4xNzRoLS4wOWwtMS43NDItNS4xNzR6TTI4Ljc5NyAxOGgxLjc5NFY5LjAwNGgtNi44NzdWMThoMS43OTV2LTcuNDM2aDMuMjg4VjE4em0zLjQ1NSAwaDUuNzJ2LTEuNTZoLTMuOTI2di0yLjExOWgzLjE0NnYtMS41MzRoLTMuMTQ2di0yLjIzNmgzLjkyNnYtMS41NmgtNS43MlYxOHptMTAuMTg5LTIuNzNjMi4wOCAwIDMuMTQ2LTEuMTQ0IDMuMTQ2LTMuMTk4IDAtMi4wNTQtMS4wNjYtMy4wNjgtMy4xNDYtMy4wNjhoLTMuMjVWMThoMS43OTR2LTIuNzNoMS40NTZ6bS0xLjQ1Ni0xLjUzNHYtMy4xOThoMS40NDNjLjg5NyAwIDEuMzM5LjQyOSAxLjMzOSAxLjUzNCAwIDEuMTE4LS40NDIgMS42NjQtMS4zNCAxLjY2NGgtMS40NDJ6TTQ2LjUzNCAxOGg1LjkwMnYyLjQxOGgxLjc5NHYtMy45OTFoLTEuMTdWOS4wMDRoLTEuNzk0djcuNDIzaC0yLjkzOFY5LjAwNGgtMS43OTRWMTh6bTguNjUzIDBoNS43MnYtMS41NmgtMy45MjZ2LTIuMTE5aDMuMTQ2di0xLjUzNGgtMy4xNDZ2LTIuMjM2aDMuOTI2di0xLjU2aC01LjcyVjE4em0xMi4wMjEgMGgxLjc5NFY5LjAwNGgtMS43OTR2My43N0g2My45MnYtMy43N2gtMS43OTRWMThoMS43OTR2LTMuNjY2aDMuMjlWMTh6bTIuNzE0IDBoMS43OTRsLjM1MS0xLjU5OWgzLjA5NEw3NS41MTIgMThoMS43OTRsLTEuOTg5LTguOTk2aC0zLjQwNkw2OS45MjIgMTh6bTMuMzgtNy41MTRoLjYyNGwuODk3IDQuMzU1aC0yLjQxOGwuODk3LTQuMzU1ek05Ljc5IDIzLjA4VjMwaDIuNjhjMS4zMyAwIDIuMTgtLjU0IDIuMTgtMS45NCAwLS45NC0uMzktMS4zNi0uOTgtMS41OS41NS0uMy44MS0uNzguODEtMS42MSAwLTEuMjctLjczLTEuNzgtMi4wOS0xLjc4aC0yLjZ6bTIuNTQuOTZjLjY4IDAgMS4wMi4yOSAxLjAyLjk1IDAgLjY3LS4zIDEuMDgtLjk4IDEuMDhIMTAuOXYtMi4wM2gxLjQzem0uMDYgMi45N2MuNTQgMCAxLjEyLjIxIDEuMTIuOTkgMCAuODItLjQxIDEuMDQtMS4xIDEuMDRIMTAuOXYtMi4wM2gxLjQ5ek0yNS42OSAzMGgxLjI5bC0xLjc2LTMuNDEgMS42OS0zLjUxaC0xLjI3bC0xLjQgMy4wOC0xLjAyLjA4di0zLjE2aC0xLjExVjMwaDEuMTF2LTIuNzlsMS4wMi0uMDdMMjUuNjkgMzB6bTYuNzQuMWMyLjE0IDAgMi43OC0xLjE2IDIuNzgtMy40OSAwLTIuMy0uNjQtMy42My0yLjc4LTMuNjMtMi4xNCAwLTIuNzkgMS4zNC0yLjc5IDMuNjMgMCAyLjMxLjY0IDMuNDkgMi43OSAzLjQ5em0wLS45NmMtMS4zMyAwLTEuNjQtLjgyLTEuNjQtMi41MyAwLTEuNy4zMi0yLjY2IDEuNjQtMi42NiAxLjMyIDAgMS42My45NiAxLjYzIDIuNjYgMCAxLjc0LS4zIDIuNTMtMS42MyAyLjUzem04LjU4My0xLjI3YzEuNTYgMCAyLjMzLS45NCAyLjMzLTIuNDkgMC0xLjU0LS43Ny0yLjMtMi4zMy0yLjNoLTIuNTFWMzBoMS4xMXYtMi4xM2gxLjR6bS0xLjQtLjk2di0yLjg3aDEuMzljLjgzIDAgMS4yLjQgMS4yIDEuMzQgMCAuOTUtLjM3IDEuNTMtMS4yIDEuNTNoLTEuMzl6bTkuNzk4LS41N2MuNTUtLjM3LjgxLS45My43OC0xLjY1LS4wNC0xLjA5LS45NS0xLjczLTIuMy0xLjcxLS42MS4wMS0xLjE1LjE0LTEuNy4zMmwuMDMuOTFjLjcxLS4xOCAxLjA4LS4yOCAxLjU0LS4yOC45IDAgMS4zMy4yOCAxLjMzLjkxIDAgLjctLjM4IDEuMTEtMS4yNSAxLjExaC0uMjh2Ljk1aC4yNmMxLjAzIDAgMS40MS4yNCAxLjQxIDEuMDIgMCAuODgtLjQ5IDEuMTctMS40NiAxLjE3LS41MyAwLTEuMDUtLjExLTEuNjEtLjI0bC0uMDQuOTNjLjM3LjEyLjg3LjI1IDEuNzYuMjggMS41Mi4wNSAyLjQ2LS43NyAyLjQ3LTIuMDcuMDEtLjg5LS4zLTEuMzctLjk0LTEuNjV6TTU4Ljk3NSAzMHYtNi45MmgtMS45M2wtMi4xNSA1Ljk1aC0uMTV2LTUuOTVoLTEuMVYzMGgxLjg5bDIuMTktNS45NWguMTRWMzBoMS4xMXptNy42NDUgMGgxLjEydi02LjkyaC0xLjEydjIuOTloLTIuOTZ2LTIuOTloLTEuMTFWMzBoMS4xMXYtMi45NmgyLjk2VjMwem00LjY4OCAwaDQuMzJ2LS45OGgtMy4yMXYtMmgyLjYxdi0uOTZoLTIuNjF2LTIuMDFoMy4yMXYtLjk3aC00LjMyVjMweiIgZmlsbD0iIzg4RkMyRCIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjAiIHkxPSItMTciIHgyPSI3Ny41IiB5Mj0iMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjQzYwMDI0Ii8+PHN0b3Agb2Zmc2V0PSIuMDc4IiBzdG9wLWNvbG9yPSIjNTIwQzAwIi8+PHN0b3Agb2Zmc2V0PSIuMTcyIiBzdG9wLWNvbG9yPSIjRTY2MTE1Ii8+PHN0b3Agb2Zmc2V0PSIuMzIzIiBzdG9wLWNvbG9yPSIjRjhGMzM3Ii8+PHN0b3Agb2Zmc2V0PSIuNSIgc3RvcC1jb2xvcj0iIzk3RkMzQyIvPjxzdG9wIG9mZnNldD0iLjY1NiIgc3RvcC1jb2xvcj0iIzJCNEMxOSIvPjxzdG9wIG9mZnNldD0iLjgzMyIgc3RvcC1jb2xvcj0iIzVFMkZGRSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0M2MDAyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==");width:86px;height:39px}.badge-super-price.badge-super-price--long{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM4IiBoZWlnaHQ9IjI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHg9IjEiIHk9IjEiIHdpZHRoPSIxMzYiIGhlaWdodD0iMjMiIHJ4PSIxIiBmaWxsPSIjMDAwIiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcikiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xNC41MjIgMTQuNjE0Yy0uNDQuMDY2LTEuMzc1LjE1NC0xLjg4MS4xNTQtMS4yOTggMC0xLjU2Mi0uNDk1LTEuNTYyLTIuNTA4IDAtMi4xMjMuMzYzLTIuNjUxIDEuNTE4LTIuNjUxLjQ5NSAwIDEuNDE5LjA4OCAxLjkyNS4xNjVsLjA0NC0xLjIxYy0uNDYyLS4xMS0xLjQwOC0uMjk3LTIuMTg5LS4yOTctMi4yMjIgMC0yLjg2IDEuMTU1LTIuODYgMy45OTMgMCAyLjYxOC41NSAzLjgzOSAyLjg2IDMuODM5LjY4MiAwIDEuNjcyLS4xMzIgMi4xNzgtLjI0MmwtLjAzMy0xLjI0M3ptMi43Ni02LjIyNmgtMS42MDVsMi4xIDUuNzA5aC42MDZjLS4xNzYuNTA2LS4yOTcuNjQ5LS41NS43MDQtLjQ0LjA5OS0uODguMDU1LTEuMzItLjAyMmwtLjE1NCAxLjE0NGMuMjUzLjA4OC45NDYuMTg3IDEuNTczLjExLjY3LS4wNzcgMS4yNzYtLjM0MSAxLjc3LTEuNjI4bDIuMzMzLTYuMDE3aC0xLjUxOGwtMS42ODMgNC4zNzhoLS4wNzdsLTEuNDc0LTQuMzc4ek0yNy4wMzkgMTZoMS41MThWOC4zODhoLTUuODJWMTZoMS41MTlWOS43MDhoMi43ODNWMTZ6bTMuMTQzIDBoNC44NHYtMS4zMkgzMS43di0xLjc5M2gyLjY2MnYtMS4yOThIMzEuN1Y5LjY5N2gzLjMyMnYtMS4zMmgtNC44NFYxNnptOC44NDEtMi4zMWMxLjc2IDAgMi42NjItLjk2OCAyLjY2Mi0yLjcwNnMtLjkwMi0yLjU5Ni0yLjY2Mi0yLjU5NmgtMi43NVYxNmgxLjUxOHYtMi4zMWgxLjIzMnptLTEuMjMyLTEuMjk4VjkuNjg2aDEuMjIxYy43NTkgMCAxLjEzMy4zNjMgMS4xMzMgMS4yOTggMCAuOTQ2LS4zNzQgMS40MDgtMS4xMzMgMS40MDhIMzcuNzl6TTQyLjcwNiAxNmg0Ljk5M3YyLjA0NmgxLjUxOXYtMy4zNzdoLS45OVY4LjM4OGgtMS41MTl2Ni4yODFoLTIuNDg2VjguMzg4aC0xLjUxN1YxNnptNy41NDIgMGg0Ljg0di0xLjMyaC0zLjMyMnYtMS43OTNoMi42NjJ2LTEuMjk4aC0yLjY2MlY5LjY5N2gzLjMyMnYtMS4zMmgtNC44NFYxNnptMTAuMzkxIDBoMS41MThWOC4zODhINjAuNjR2My4xOWgtMi43ODN2LTMuMTloLTEuNTE4VjE2aDEuNTE4di0zLjEwMmgyLjc4M1YxNnptMi41MTcgMGgxLjUxOGwuMjk3LTEuMzUzaDIuNjE4TDY3Ljg4NiAxNmgxLjUxOEw2Ny43MiA4LjM4OGgtMi44ODJMNjMuMTU2IDE2em0yLjg2LTYuMzU4aC41MjhsLjc1OSAzLjY4NWgtMi4wNDZsLjc1OS0zLjY4NXptNi44NTYtMS4yNTRWMTZoMi45NDhjMS40NjMgMCAyLjM5OC0uNTk0IDIuMzk4LTIuMTM0IDAtMS4wMzQtLjQzLTEuNDk2LTEuMDc4LTEuNzQ5LjYwNS0uMzMuODktLjg1OC44OS0xLjc3MSAwLTEuMzk3LS44MDItMS45NTgtMi4yOTgtMS45NThoLTIuODZ6bTIuNzk0IDEuMDU2Yy43NDggMCAxLjEyMi4zMTkgMS4xMjIgMS4wNDUgMCAuNzM3LS4zMyAxLjE4OC0xLjA3OCAxLjE4OGgtMS42MTdWOS40NDRoMS41NzN6bS4wNjYgMy4yNjdjLjU5NCAwIDEuMjMyLjIzMSAxLjIzMiAxLjA4OSAwIC45MDItLjQ1MSAxLjE0NC0xLjIxIDEuMTQ0aC0xLjY2MXYtMi4yMzNoMS42Mzl6TTg1Ljk2MiAxNmgxLjQybC0xLjkzNy0zLjc1MSAxLjg2LTMuODYxaC0xLjM5OGwtMS41NCAzLjM4OC0xLjEyMi4wODhWOC4zODhoLTEuMjJWMTZoMS4yMnYtMy4wNjlsMS4xMjItLjA3N0w4NS45NjIgMTZ6bTUuMjE0LjExYzIuMzU0IDAgMy4wNTgtMS4yNzYgMy4wNTgtMy44MzkgMC0yLjUzLS43MDQtMy45OTMtMy4wNTgtMy45OTNzLTMuMDY5IDEuNDc0LTMuMDY5IDMuOTkzYzAgMi41NDEuNzA0IDMuODM5IDMuMDcgMy44Mzl6bTAtMS4wNTZjLTEuNDYzIDAtMS44MDQtLjkwMi0xLjgwNC0yLjc4MyAwLTEuODcuMzUyLTIuOTI2IDEuODA0LTIuOTI2czEuNzkzIDEuMDU2IDEuNzkzIDIuOTI2YzAgMS45MTQtLjMzIDIuNzgzLTEuNzkzIDIuNzgzem03LjI0MS0xLjM5N2MxLjcxNiAwIDIuNTYzLTEuMDM0IDIuNTYzLTIuNzM5IDAtMS42OTQtLjg0Ny0yLjUzLTIuNTYzLTIuNTNoLTIuNzZWMTZoMS4yMnYtMi4zNDNoMS41NHptLTEuNTQtMS4wNTZWOS40NDRoMS41M2MuOTEyIDAgMS4zMi40NCAxLjMyIDEuNDc0IDAgMS4wNDUtLjQwOCAxLjY4My0xLjMyIDEuNjgzaC0xLjUzem04LjU3OC0uNjI3Yy42MDUtLjQwNy44OTEtMS4wMjMuODU4LTEuODE1LS4wNDQtMS4xOTktMS4wNDUtMS45MDMtMi41My0xLjg4MS0uNjcxLjAxMS0xLjI2NS4xNTQtMS44Ny4zNTJsLjAzMyAxLjAwMWMuNzgxLS4xOTggMS4xODgtLjMwOCAxLjY5NC0uMzA4Ljk5IDAgMS40NjMuMzA4IDEuNDYzIDEuMDAxIDAgLjc3LS40MTggMS4yMjEtMS4zNzUgMS4yMjFoLS4zMDh2MS4wNDVoLjI4NmMxLjEzMyAwIDEuNTUxLjI2NCAxLjU1MSAxLjEyMiAwIC45NjgtLjUzOSAxLjI4Ny0xLjYwNiAxLjI4Ny0uNTgzIDAtMS4xNTUtLjEyMS0xLjc3MS0uMjY0bC0uMDQ0IDEuMDIzYy40MDcuMTMyLjk1Ny4yNzUgMS45MzYuMzA4IDEuNjcyLjA1NSAyLjcwNi0uODQ3IDIuNzE3LTIuMjc3LjAxMS0uOTc5LS4zMy0xLjUwNy0xLjAzNC0xLjgxNXpNMTEzLjc3NiAxNlY4LjM4OGgtMi4xMjNsLTIuMzY1IDYuNTQ1aC0uMTY1VjguMzg4aC0xLjIxVjE2aDIuMDc5bDIuNDA5LTYuNTQ1aC4xNTRWMTZoMS4yMjF6bTYuMjA5IDBoMS4yMzJWOC4zODhoLTEuMjMydjMuMjg5aC0zLjI1NlY4LjM4OGgtMS4yMjFWMTZoMS4yMjF2LTMuMjU2aDMuMjU2VjE2em0yLjk1NiAwaDQuNzUydi0xLjA3OGgtMy41MzF2LTIuMmgyLjg3MXYtMS4wNTZoLTIuODcxVjkuNDU1aDMuNTMxVjguMzg4aC00Ljc1MlYxNnoiIGZpbGw9IiM4OEZDMkQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIwIiB5MT0iLTEwLjg5NyIgeDI9IjQ0LjMxMiIgeTI9IjY5LjI1NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNDNjAwMjQiLz48c3RvcCBvZmZzZXQ9Ii4wNzgiIHN0b3AtY29sb3I9IiM1MjBDMDAiLz48c3RvcCBvZmZzZXQ9Ii4xNzIiIHN0b3AtY29sb3I9IiNFNjYxMTUiLz48c3RvcCBvZmZzZXQ9Ii4zMjMiIHN0b3AtY29sb3I9IiNGOEYzMzciLz48c3RvcCBvZmZzZXQ9Ii41IiBzdG9wLWNvbG9yPSIjOTdGQzNDIi8+PHN0b3Agb2Zmc2V0PSIuNjU2IiBzdG9wLWNvbG9yPSIjMkI0QzE5Ii8+PHN0b3Agb2Zmc2V0PSIuODMzIiBzdG9wLWNvbG9yPSIjNUUyRkZFIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzYwMDI0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+");width:138px;height:25px}.badge-super-price.badge-super-price--text{position:relative;background-image:none;background-color:#c8323c}.badge-super-price.badge-super-price--text:before{content:"Суперцена в корзине";color:#000}.syntes-buy-panel{position:fixed;left:0;bottom:100%;z-index:11;width:100%;padding:12px 0;color:#fff;background:#1e1e1e;-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s}@media (min-width:992px){.top-menu--fixed .syntes-buy-panel.syntes-buy-panel--fixed{-webkit-transform:translateY(calc(100% + var(--header-height, 0px)));-ms-transform:translateY(calc(100% + var(--header-height, 0px)));transform:translateY(calc(100% + var(--header-height, 0px)))}}@media (max-width:991.98px){.syntes-buy-panel{bottom:0}}.syntes-buy-panel.syntes-buy-panel--discontinued-product{padding:4px 0}@media (max-width:991.98px){.syntes-buy-panel--mobile-hidden{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}}.syntes-buy-panel__inner{margin:0 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.syntes-buy-panel__info,.syntes-buy-panel__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:991.98px){.syntes-buy-panel__info,.syntes-buy-panel__model-select{display:none}}.syntes-buy-panel__model-select .multiselect__single{border:none;background-color:rgba(0,0,0,0);color:#fff}.syntes-buy-panel__model-select .multiselect__option{background-color:#1e1e1e}.syntes-buy-panel__model-select .multiselect__option--highlight{background-color:#222}.syntes-buy-panel__img-wrap{-ms-flex-negative:0;flex-shrink:0;width:55px;height:55px;margin-right:8px}.syntes-buy-panel__img-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;font-size:10px;line-height:1}.syntes-buy-panel__title{font-size:22px;line-height:1;font-weight:400}.syntes-buy-panel__sku{margin-top:7px;font-size:14px;font-weight:400;line-height:1;color:hsla(0,0%,100%,.5)}.syntes-buy-panel__actions-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:991.98px){.syntes-buy-panel__actions-group{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.syntes-buy-panel__price-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:30px}@media (max-width:991.98px){.syntes-buy-panel__price-wrap{margin-right:10px}}.syntes-buy-panel--discontinued-product .syntes-buy-panel__price-wrap{margin-right:0!important}.syntes-buy-panel__price{font-size:22px;line-height:1;font-weight:400}@media (min-width:992px){.syntes-buy-panel__price-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.syntes-buy-panel__price-promo{white-space:nowrap}.syntes-buy-panel__price-promo .icon-rubl:before{font-weight:500}.syntes-buy-panel__price-promo--mobile{display:none}@media (max-width:991.98px){.syntes-buy-panel__price-promo--mobile{display:block}}@media (max-width:991.98px){.syntes-buy-panel__price-promo--desktop{display:none}}.syntes-buy-panel__price-regular{white-space:nowrap}.syntes-buy-panel__price-regular .icon-rubl:before{font-weight:500}.syntes-buy-panel__price-regular.syntes-buy-panel__price-regular--old{position:relative;margin-left:8px;font-size:14px;font-weight:400;color:hsla(0,0%,100%,.5)}@media (max-width:991.98px){.syntes-buy-panel__price-regular.syntes-buy-panel__price-regular--old{margin-left:0;display:inline}}.syntes-buy-panel__price-regular.syntes-buy-panel__price-regular--old:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;display:block;background-color:#7f7f7f}.syntes-buy-panel__yandex-split-modal-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;margin-top:3px;font-size:12px;line-height:1.2;border-bottom:1px dashed;color:#44d62c;cursor:pointer;-webkit-transition:border-color .25s,color .25s;transition:border-color .25s,color .25s}.syntes-buy-panel__yandex-split-modal-trigger:hover{color:#0f0;border-bottom-color:rgba(0,0,0,0)}@media (min-width:992px){.syntes-buy-panel__yandex-split-modal-trigger{display:none}}.syntes-buy-panel__yandex-split-modal-trigger .icon-rubl:before{font-weight:500}.syntes-buy-panel__hidden-price-marker{-ms-flex-negative:0;flex-shrink:0;margin-left:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9Ijg0IiBoZWlnaHQ9IjM3IiByeD0iMSIgZmlsbD0iIzAwMCIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXIpIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTQuNTI2IDE2LjM2MmMtLjUyLjA3OC0xLjYyNS4xODItMi4yMjMuMTgyLTEuNTM0IDAtMS44NDYtLjU4NS0xLjg0Ni0yLjk2NCAwLTIuNTA5LjQyOS0zLjEzMyAxLjc5NC0zLjEzMy41ODUgMCAxLjY3Ny4xMDQgMi4yNzUuMTk1bC4wNTItMS40M2MtLjU0Ni0uMTMtMS42NjQtLjM1MS0yLjU4Ny0uMzUxLTIuNjI2IDAtMy4zOCAxLjM2NS0zLjM4IDQuNzE5IDAgMy4wOTQuNjUgNC41MzcgMy4zOCA0LjUzNy44MDYgMCAxLjk3Ni0uMTU2IDIuNTc0LS4yODZsLS4wMzktMS40Njl6bTMuMDAzLTcuMzU4SDE1LjYzbDIuNDgzIDYuNzQ3aC43MTVjLS4yMDguNTk4LS4zNTEuNzY3LS42NS44MzItLjUyLjExNy0xLjA0LjA2NS0xLjU2LS4wMjZsLS4xODIgMS4zNTJjLjI5OS4xMDQgMS4xMTguMjIxIDEuODU5LjEzLjc5My0uMDkxIDEuNTA4LS40MDMgMi4wOTMtMS45MjRsMi43NTYtNy4xMTFIMjEuMzVsLTEuOTkgNS4xNzRoLS4wOWwtMS43NDItNS4xNzR6TTI4Ljc5NyAxOGgxLjc5NFY5LjAwNGgtNi44NzdWMThoMS43OTV2LTcuNDM2aDMuMjg4VjE4em0zLjQ1NSAwaDUuNzJ2LTEuNTZoLTMuOTI2di0yLjExOWgzLjE0NnYtMS41MzRoLTMuMTQ2di0yLjIzNmgzLjkyNnYtMS41NmgtNS43MlYxOHptMTAuMTg5LTIuNzNjMi4wOCAwIDMuMTQ2LTEuMTQ0IDMuMTQ2LTMuMTk4IDAtMi4wNTQtMS4wNjYtMy4wNjgtMy4xNDYtMy4wNjhoLTMuMjVWMThoMS43OTR2LTIuNzNoMS40NTZ6bS0xLjQ1Ni0xLjUzNHYtMy4xOThoMS40NDNjLjg5NyAwIDEuMzM5LjQyOSAxLjMzOSAxLjUzNCAwIDEuMTE4LS40NDIgMS42NjQtMS4zNCAxLjY2NGgtMS40NDJ6TTQ2LjUzNCAxOGg1LjkwMnYyLjQxOGgxLjc5NHYtMy45OTFoLTEuMTdWOS4wMDRoLTEuNzk0djcuNDIzaC0yLjkzOFY5LjAwNGgtMS43OTRWMTh6bTguNjUzIDBoNS43MnYtMS41NmgtMy45MjZ2LTIuMTE5aDMuMTQ2di0xLjUzNGgtMy4xNDZ2LTIuMjM2aDMuOTI2di0xLjU2aC01LjcyVjE4em0xMi4wMjEgMGgxLjc5NFY5LjAwNGgtMS43OTR2My43N0g2My45MnYtMy43N2gtMS43OTRWMThoMS43OTR2LTMuNjY2aDMuMjlWMTh6bTIuNzE0IDBoMS43OTRsLjM1MS0xLjU5OWgzLjA5NEw3NS41MTIgMThoMS43OTRsLTEuOTg5LTguOTk2aC0zLjQwNkw2OS45MjIgMTh6bTMuMzgtNy41MTRoLjYyNGwuODk3IDQuMzU1aC0yLjQxOGwuODk3LTQuMzU1ek05Ljc5IDIzLjA4VjMwaDIuNjhjMS4zMyAwIDIuMTgtLjU0IDIuMTgtMS45NCAwLS45NC0uMzktMS4zNi0uOTgtMS41OS41NS0uMy44MS0uNzguODEtMS42MSAwLTEuMjctLjczLTEuNzgtMi4wOS0xLjc4aC0yLjZ6bTIuNTQuOTZjLjY4IDAgMS4wMi4yOSAxLjAyLjk1IDAgLjY3LS4zIDEuMDgtLjk4IDEuMDhIMTAuOXYtMi4wM2gxLjQzem0uMDYgMi45N2MuNTQgMCAxLjEyLjIxIDEuMTIuOTkgMCAuODItLjQxIDEuMDQtMS4xIDEuMDRIMTAuOXYtMi4wM2gxLjQ5ek0yNS42OSAzMGgxLjI5bC0xLjc2LTMuNDEgMS42OS0zLjUxaC0xLjI3bC0xLjQgMy4wOC0xLjAyLjA4di0zLjE2aC0xLjExVjMwaDEuMTF2LTIuNzlsMS4wMi0uMDdMMjUuNjkgMzB6bTYuNzQuMWMyLjE0IDAgMi43OC0xLjE2IDIuNzgtMy40OSAwLTIuMy0uNjQtMy42My0yLjc4LTMuNjMtMi4xNCAwLTIuNzkgMS4zNC0yLjc5IDMuNjMgMCAyLjMxLjY0IDMuNDkgMi43OSAzLjQ5em0wLS45NmMtMS4zMyAwLTEuNjQtLjgyLTEuNjQtMi41MyAwLTEuNy4zMi0yLjY2IDEuNjQtMi42NiAxLjMyIDAgMS42My45NiAxLjYzIDIuNjYgMCAxLjc0LS4zIDIuNTMtMS42MyAyLjUzem04LjU4My0xLjI3YzEuNTYgMCAyLjMzLS45NCAyLjMzLTIuNDkgMC0xLjU0LS43Ny0yLjMtMi4zMy0yLjNoLTIuNTFWMzBoMS4xMXYtMi4xM2gxLjR6bS0xLjQtLjk2di0yLjg3aDEuMzljLjgzIDAgMS4yLjQgMS4yIDEuMzQgMCAuOTUtLjM3IDEuNTMtMS4yIDEuNTNoLTEuMzl6bTkuNzk4LS41N2MuNTUtLjM3LjgxLS45My43OC0xLjY1LS4wNC0xLjA5LS45NS0xLjczLTIuMy0xLjcxLS42MS4wMS0xLjE1LjE0LTEuNy4zMmwuMDMuOTFjLjcxLS4xOCAxLjA4LS4yOCAxLjU0LS4yOC45IDAgMS4zMy4yOCAxLjMzLjkxIDAgLjctLjM4IDEuMTEtMS4yNSAxLjExaC0uMjh2Ljk1aC4yNmMxLjAzIDAgMS40MS4yNCAxLjQxIDEuMDIgMCAuODgtLjQ5IDEuMTctMS40NiAxLjE3LS41MyAwLTEuMDUtLjExLTEuNjEtLjI0bC0uMDQuOTNjLjM3LjEyLjg3LjI1IDEuNzYuMjggMS41Mi4wNSAyLjQ2LS43NyAyLjQ3LTIuMDcuMDEtLjg5LS4zLTEuMzctLjk0LTEuNjV6TTU4Ljk3NSAzMHYtNi45MmgtMS45M2wtMi4xNSA1Ljk1aC0uMTV2LTUuOTVoLTEuMVYzMGgxLjg5bDIuMTktNS45NWguMTRWMzBoMS4xMXptNy42NDUgMGgxLjEydi02LjkyaC0xLjEydjIuOTloLTIuOTZ2LTIuOTloLTEuMTFWMzBoMS4xMXYtMi45NmgyLjk2VjMwem00LjY4OCAwaDQuMzJ2LS45OGgtMy4yMXYtMmgyLjYxdi0uOTZoLTIuNjF2LTIuMDFoMy4yMXYtLjk3aC00LjMyVjMweiIgZmlsbD0iIzg4RkMyRCIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjAiIHkxPSItMTciIHgyPSI3Ny41IiB5Mj0iMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjQzYwMDI0Ii8+PHN0b3Agb2Zmc2V0PSIuMDc4IiBzdG9wLWNvbG9yPSIjNTIwQzAwIi8+PHN0b3Agb2Zmc2V0PSIuMTcyIiBzdG9wLWNvbG9yPSIjRTY2MTE1Ii8+PHN0b3Agb2Zmc2V0PSIuMzIzIiBzdG9wLWNvbG9yPSIjRjhGMzM3Ii8+PHN0b3Agb2Zmc2V0PSIuNSIgc3RvcC1jb2xvcj0iIzk3RkMzQyIvPjxzdG9wIG9mZnNldD0iLjY1NiIgc3RvcC1jb2xvcj0iIzJCNEMxOSIvPjxzdG9wIG9mZnNldD0iLjgzMyIgc3RvcC1jb2xvcj0iIzVFMkZGRSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0M2MDAyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==);width:86px;height:39px}.syntes-buy-panel__promo-markers{-ms-flex-negative:0;flex-shrink:0;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.syntes-buy-panel__promo-marker{width:40px;height:40px}.syntes-buy-panel__promo-marker svg{width:100%;height:100%}.syntes-buy-panel__promo-marker img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.syntes-buy-panel__availability{margin-top:2px;font-size:14px;font-weight:400;line-height:1}@media (max-width:991.98px){.syntes-buy-panel__availability{display:none}}.syntes-buy-panel__availability--green{color:#44d62c}.syntes-buy-panel__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.syntes-buy-panel__action .syntes-store-notify{top:100%}@media (max-width:991.98px){.syntes-buy-panel__action .syntes-store-notify{top:auto;bottom:100%}}@media (min-width:992px){.syntes-buy-panel__action-btn{min-width:160px;font-size:15px}}.syntes-buy-panel__action-btn--unavailable{font-size:13px}@media (max-width:991.98px){.syntes-buy-panel__action-btn--unavailable{font-size:11px}}
.W1{background-color:#181818;color:#fff;overflow:hidden;position:relative;font-family:RazerF5,sans-serif}.W1 h3,.W1 h3 span{font-size:1.5rem;line-height:1.75rem;color:#fff!important}.W1 hr{width:100%;border:1px solid #888;border-top:0}.W1 li{color:#888;font-size:16px;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;line-height:24px}.W1 li strong{margin-top:10px}.W1 p,.W1 span{color:#888!important;font-size:18px}.W1 a{color:#44d62c;text-decoration:none}.W1 h3,.W1 hr,.W1 p,.W1 ul{display:none}.W1 h3:first-child,.W1 ul:nth-child(2){display:block}.W1 .W1__trigger-off{display:none}.W1 .W1__trigger-on,.W1.full-section .W1__trigger-off,.W1.full-section h3,.W1.full-section hr,.W1.full-section p,.W1.full-section ul{display:block}.W1 hr:last-child,.W1.full-section .W1__trigger-on{display:none}.W1--show{max-width:3000px}.W1__title{padding-top:30px;padding-bottom:30px;display:block;margin-bottom:.5em;font-weight:700;font-size:48px;color:#44d62c;text-transform:uppercase;text-align:center}@media (max-width:767.98px){.W1__title{font-size:28px;text-align:left}}.W1__items{max-width:1200px;margin:0 auto;padding-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.W1__items h3{-webkit-box-flex:0;-ms-flex:0 0 350px;flex:0 0 350px}.W1__items ul{-webkit-box-flex:1;-ms-flex:1 0 700px;flex:1 0 700px}@media (max-width:991.98px){.W1__items h3,.W1__items ul{-ms-flex-preferred-size:100%;flex-basis:100%}}@media (max-width:767.98px){.W1__item{display:block}}.W1__trigger{height:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;background-color:#1f1f1f;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s;color:#888;background-color:#141414}
.syntes-store-account-user-info,.syntes-store-account-user-info .preloader-container{min-height:80px}.syntes-store-account-user-info .preloader-container .preloader{background-position:50%}
.syntes-store-addresses__list-item{margin-bottom:15px}.syntes-store-addresses__list-item .syntes-store-switch-card__title,.syntes-store-addresses__list-item:last-of-type{margin-bottom:0}
.syntes-store-base-form__group-close{text-align:right}
.syntes-store-base-form__group-close{text-align:right}
.syntes-store-account-addresses__new{margin-top:35px}.syntes-store-account-addresses__add-new{margin-top:20px}
.syntes-store-base-form__remove{text-align:right}
.syntes-store-account-company__actions-title{margin-bottom:20px}
.syntes-store-account-subscribes a{color:#44d62c}.syntes-store-account-subscribes a:hover{text-decoration:none}.syntes-store-account-subscribes__item{margin:20px 0}
.syntes-store-account__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.syntes-store-account__register{width:100%}.syntes-store-account__social-btn{color:#fff;padding:5px;-webkit-transition:.3s;transition:.3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;outline:none;margin:0 10px}.syntes-store-account__social-btn img{width:25px}.syntes-store-account__social-btn.syntes-store-account__social-btn--vk{background:#4a76a8}.syntes-store-account__social-btn.syntes-store-account__social-btn--fb{background:#4267b2}.syntes-store-account__social-btn.syntes-store-account__social-btn--gp{background:#fff;color:#000}.syntes-store-account__policy,.syntes-store-account__use-exist-account{text-align:center}.syntes-store-account__policy,.syntes-store-account__policy a{font-size:13px}
.syntes-store-account__no-user-title a{color:#44d62c}
.syntes-store__checkout-payment{margin-top:40px}.syntes-store__checkout-payment-title{margin-bottom:10px;font-size:18px;line-height:1.2;font-weight:400;text-transform:uppercase}.syntes-store__checkout-payment-error-text{color:#c8323c}
