@keyframes sk-pulse {
  0% {
    transform: scale(1);
    opacity: .8; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }
/*DEFAULTS*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  --layout-space: 20px; }

html {
  cursor: default;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100% 700px;
  background-position: left bottom;
  overflow-x: hidden;
  margin: 0 !important; }
  @media (max-width: 1200px) {
    html {
      background-size: 100% 560px; } }
  html:not(.disable-scroll-behave) {
    scroll-behavior: smooth;
    scroll-padding-top: 110px; }
    @media (max-width: 1200px) {
      html:not(.disable-scroll-behave) {
        scroll-padding-top: 80px; } }
  @media (max-width: 1200px) {
    html.menuopen {
      overflow: hidden; } }
  html.popupopen {
    overflow: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400;
  color: #000;
  overflow-x: clip;
  transition: background-color .9s; }

body.resizing *:not(.ignore_resizing):not(.slider-custom),
body.resizing *:not(.ignore_resizing):after,
body.resizing *:not(.ignore_resizing):before {
  transition: none !important; }

.container {
  position: relative;
  display: -ms-grid;
  display: grid;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  grid-auto-rows: 1fr auto;
  -ms-grid-rows: 1fr auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }
  .container .main {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-width: 100%;
    padding-top: 140px; }
    @media (max-width: 1200px) {
      .container .main {
        padding-top: 80px; } }
  .container .footer {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-width: 100%; }

.wrapper0 {
  width: calc(100% - 60px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (max-width: 1360px) {
    .wrapper0 {
      width: calc(100% - 40px); } }
  @media (max-width: 1200px) {
    .wrapper0 {
      width: calc(100% - 40px); } }

.wrapper2 {
  width: calc(100% - 60px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper2 {
      width: calc(100% - 40px); } }
  @media (max-width: 1200px) {
    .wrapper2 {
      width: calc(100% - 40px); } }

.wrapper3 {
  width: calc(100% - 60px);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper3 {
      width: calc(100% - 40px); } }
  @media (max-width: 1200px) {
    .wrapper3 {
      width: calc(100% - 40px); } }

.wrapper4 {
  width: calc(100% - 60px);
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper4 {
      width: calc(100% - 40px); } }
  @media (max-width: 1200px) {
    .wrapper4 {
      width: calc(100% - 40px); } }

.wrapper_full {
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px; }

.wrapper, .header.onhome .header_inner {
  width: calc(100% - 60px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper, .header.onhome .header_inner {
      width: calc(100% - 40px); } }
  @media (max-width: 1200px) {
    .wrapper, .header.onhome .header_inner {
      width: calc(100% - 40px); } }
  @media (max-width: 1360px) {
    .wrapper_xlm {
      max-width: 900px; } }
  @media (max-width: 1200px) {
    .wrapper_lgm {
      max-width: 900px; } }
  @media (max-width: 767px) {
    .wrapper_mdm {
      max-width: 400px; } }
  @media (max-width: 577px) {
    .wrapper_smm {
      max-width: 300px; } }

.wrapper2 {
  width: calc(100% - 60px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper2 {
      width: calc(100% - 40px); } }
  @media (max-width: 1200px) {
    .wrapper2 {
      width: calc(100% - 40px); } }

.wrapper3 {
  width: calc(100% - 60px);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper3 {
      width: calc(100% - 40px); } }
  @media (max-width: 1200px) {
    .wrapper3 {
      width: calc(100% - 40px); } }

A {
  outline: none;
  text-decoration: none;
  color: inherit;
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

IMG {
  border: 0;
  -ms-interpolation-mode: bicubic; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main {
  display: block; }

audio, progress, canvas, video {
  display: inline-block;
  vertical-align: baseline; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

* html audio, * html canvas, * html video {
  display: inline;
  zoom: 1; }

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

[hidden], template {
  display: none; }

b, strong {
  font-weight: bold; }

button, input, select, optgroup, textarea {
  font-family: "Open Sans", sans-serif;
  margin: 0; }

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

p, pre {
  margin: 0.8em 0; }

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

* + html code, * + html kbd, * + html pre, * + html samp {
  font-family: 'courier new', monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

svg {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

* html legend {
  margin-left: -7px; }

* + html legend {
  margin-left: -7px; }

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

button, input {
  line-height: normal; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

input {
  padding: 0; }

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

* html button, * html input[type="button"], * html input[type="reset"], * html input[type="submit"] {
  overflow: visible; }

* html button, * + html input[type="button"], * + html input[type="reset"], * + html input[type="submit"] {
  overflow: visible; }

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

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

* html input[type="checkbox"], * html input[type="radio"] {
  height: 13px;
  width: 13px; }

* + html input[type="checkbox"], * + html input[type="radio"] {
  height: 13px;
  width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield; }

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

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

area {
  cursor: pointer; }

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

/*SICOFILL*/
.sico {
  fill: currentColor;
  display: inline-block;
  pointer-events: none;
  overflow: visible; }

.sicos {
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  display: inline-block;
  pointer-events: none; }

.sicofill {
  fill: currentColor;
  display: inline-block;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%; }

.svghide {
  overflow: visible; }
  .svghide_cont {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden !important; }

.hide_overflow {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden !important; }

.player_yt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/**MQ**/
@media (max-width: 319px) {
  body {
    min-width: 320px;
    overflow-x: hidden; } }
/*STYLE PRIMARY*/
/*GRID*/
.grid {
  display: flex;
  margin-left: -20px;
  --grid-space: 20px; }
  .grid:not([class*="flex-nowrap"]) {
    flex-wrap: wrap; }
  .grid > .col1, .grid > .col2, .grid > .col25, .grid > .col23, .grid > .col3, .grid > .col35, .grid > .col34, .grid > .col4,
  .grid > .col5, .grid > .col6, .grid > .col8, .grid > .col_default,
  .grid > .col9,
  .grid > .col15p,
  .grid > .col17p,
  .grid > .col22p,
  .grid > .col26p,
  .grid > .col28p,
  .grid > .col30p,
  .grid > .col32p,
  .grid > .col35p,
  .grid > .col39p,
  .grid > .col40p,
  .grid > .col42p,
  .grid > .col43p,
  .grid > .col45p,
  .grid > .col48p,
  .grid > .col55p,
  .grid > .col52p,
  .grid > .col57p,
  .grid > .col60p,
  .grid > .col61p,
  .grid > .col78p,
  .grid > .col_custom1,
  .grid > .col_custom2 {
    margin-left: 20px; }
  .grid > .col1 {
    width: calc(100% - 20px); }
  .grid > .col23 {
    width: calc(66.666% - 20px); }
  .grid > .col2 {
    width: calc(50% - 20px); }
  .grid > .col3 {
    width: calc((33.333%) - 20px); }
  .grid > .col30p {
    width: calc(30% - 20px); }
  .grid > .col34 {
    width: calc(75% - 20px); }
  .grid > .col4 {
    width: calc(25% - 20px); }
  .grid > .col5 {
    width: calc(20% - 20px); }
  .grid > .col35,
  .grid > .col60p {
    width: calc(60% - 20px); }
  .grid > .col6 {
    width: calc(16.6666% - 20px); }
  .grid > .col8 {
    width: calc(12.5% - 20px); }
  .grid > .col9 {
    width: calc(11.111% - 20px); }
  .grid > .col15p {
    width: calc(15% - 20px); }
  .grid > .col17p {
    width: calc(17% - 20px); }
  .grid > .col22p {
    width: calc(22% - 20px); }
  .grid > .col26p {
    width: calc(26% - 20px); }
  .grid > .col28p {
    width: calc(28% - 20px); }
  .grid > .col32p {
    width: calc(32% - 20px); }
  .grid > .col35p {
    width: calc(35% - 20px); }
  .grid > .col39p {
    width: calc(39% - 20px); }
  .grid > .col40p {
    width: calc(40% - 20px); }
  .grid > .col42p {
    width: calc(42% - 20px); }
  .grid > .col43p {
    width: calc(43% - 20px); }
  .grid > .col45p {
    width: calc(45% - 20px); }
  .grid > .col46p {
    width: calc(45% - 20px); }
  .grid > .col48p {
    width: calc(48% - 20px); }
  .grid > .col55p {
    width: calc(55% - 20px); }
  .grid > .col52p {
    width: calc(52% - 20px); }
  .grid > .col57p {
    width: calc(57% - 20px); }
  .grid > .col61p {
    width: calc(61% - 20px); }
  .grid > .col78p {
    width: calc(78% - 20px); }
  .grid > .offset {
    margin-top: 20px; }
  .grid > .col_equal {
    flex: 1 1 0%;
    margin-left: 20px; }
  .grid > .col_fill {
    flex: 1 1 0%;
    margin-left: 20px;
    min-width: 0; }
  .grid > .offset_double {
    margin-top: 40px; }
  .grid > .offset_half {
    margin-top: 10px; }
  .grid > .offset_dist {
    margin-top: 10px;
    margin-bottom: 10px; }
  @media (max-width: 1360px) {
    .grid > .col5_xlm {
      width: calc(20% - 20px); }
    .grid > .col25_xlm {
      width: calc(40% - 20px); }
    .grid > .col30p_xlm {
      width: calc(30% - 20px); }
    .grid > .col1_xlm {
      width: calc(100% - 20px); }
    .grid > .col2_xlm {
      width: calc(50% - 20px); }
    .grid > .col3_xlm {
      width: calc(33.333% - 20px); }
    .grid > .col4_xlm {
      width: calc(25% - 20px); }
    .grid > .col233_xlm {
      width: calc((66.666%/3) - 20px); }
    .grid > .offset_double_xlm {
      margin-top: 40px; } }
  @media (max-width: 1200px) {
    .grid > .col1_lgm {
      flex: 0 1 auto;
      width: calc(100% - 20px); }
    .grid > .col2_lgm {
      width: calc(50% - 20px); }
    .grid > .col3_lgm {
      flex: 0 1 auto;
      width: calc(33.333% - 20px); }
    .grid > .col23_lgm {
      flex: 0 1 auto;
      width: calc(66.666% - 20px); }
    .grid > .col4_lgm {
      width: calc(25% - 20px); }
    .grid > .col5_lgm {
      width: calc(20% - 20px); }
    .grid > .offset_double_lgm {
      margin-top: 40px; }
    .grid > .offset_half_lgm {
      margin-top: 10px; }
    .grid > .col_default_lgm {
      width: auto; } }
  @media (max-width: 767px) {
    .grid > .col1_mdm {
      width: calc(100% - 20px);
      flex: 0 1 auto; }
    .grid > .col2_mdm {
      width: calc(50% - 20px); }
    .grid > .col23_mdm {
      width: calc(66.666% - 20px); }
    .grid > .col3_mdm {
      width: calc(33.333% - 20px); }
    .grid > .offset_double_mdm {
      margin-top: 40px; }
    .grid > .offset_triple_mdm {
      margin-top: 60px; } }
  @media (max-width: 577px) {
    .grid > .col2_smm {
      width: calc(50% - 20px); }
    .grid > .col1_smm {
      width: calc(100% - 20px); } }
  @media (max-width: 389px) {
    .grid > .col2_ssmm {
      width: calc(50% - 20px); }
    .grid > .col1_ssmm {
      width: calc(100% - 20px); } }
  .grid.small-space2 {
    margin-left: -10px;
    --grid-space: 10px; }
    .grid.small-space2 > .col1, .grid.small-space2 > .col2, .grid.small-space2 > .col25, .grid.small-space2 > .col23, .grid.small-space2 > .col3, .grid.small-space2 > .col35, .grid.small-space2 > .col34, .grid.small-space2 > .col4,
    .grid.small-space2 > .col5, .grid.small-space2 > .col6, .grid.small-space2 > .col8, .grid.small-space2 > .col_default,
    .grid.small-space2 > .col9,
    .grid.small-space2 > .col15p,
    .grid.small-space2 > .col17p,
    .grid.small-space2 > .col22p,
    .grid.small-space2 > .col26p,
    .grid.small-space2 > .col28p,
    .grid.small-space2 > .col30p,
    .grid.small-space2 > .col32p,
    .grid.small-space2 > .col35p,
    .grid.small-space2 > .col39p,
    .grid.small-space2 > .col40p,
    .grid.small-space2 > .col42p,
    .grid.small-space2 > .col43p,
    .grid.small-space2 > .col45p,
    .grid.small-space2 > .col48p,
    .grid.small-space2 > .col55p,
    .grid.small-space2 > .col52p,
    .grid.small-space2 > .col57p,
    .grid.small-space2 > .col60p,
    .grid.small-space2 > .col61p,
    .grid.small-space2 > .col78p,
    .grid.small-space2 > .col_custom1,
    .grid.small-space2 > .col_custom2 {
      margin-left: 10px; }
    .grid.small-space2 > .col1 {
      width: calc(100% - 10px); }
    .grid.small-space2 > .col23 {
      width: calc(66.666% - 10px); }
    .grid.small-space2 > .col2 {
      width: calc(50% - 10px); }
    .grid.small-space2 > .col3 {
      width: calc((33.333%) - 10px); }
    .grid.small-space2 > .col30p {
      width: calc(30% - 10px); }
    .grid.small-space2 > .col34 {
      width: calc(75% - 10px); }
    .grid.small-space2 > .col4 {
      width: calc(25% - 10px); }
    .grid.small-space2 > .col5 {
      width: calc(20% - 10px); }
    .grid.small-space2 > .col35,
    .grid.small-space2 > .col60p {
      width: calc(60% - 10px); }
    .grid.small-space2 > .col6 {
      width: calc(16.6666% - 10px); }
    .grid.small-space2 > .col8 {
      width: calc(12.5% - 10px); }
    .grid.small-space2 > .col9 {
      width: calc(11.111% - 10px); }
    .grid.small-space2 > .col15p {
      width: calc(15% - 10px); }
    .grid.small-space2 > .col17p {
      width: calc(17% - 10px); }
    .grid.small-space2 > .col22p {
      width: calc(22% - 10px); }
    .grid.small-space2 > .col26p {
      width: calc(26% - 10px); }
    .grid.small-space2 > .col28p {
      width: calc(28% - 10px); }
    .grid.small-space2 > .col32p {
      width: calc(32% - 10px); }
    .grid.small-space2 > .col35p {
      width: calc(35% - 10px); }
    .grid.small-space2 > .col39p {
      width: calc(39% - 10px); }
    .grid.small-space2 > .col40p {
      width: calc(40% - 10px); }
    .grid.small-space2 > .col42p {
      width: calc(42% - 10px); }
    .grid.small-space2 > .col43p {
      width: calc(43% - 10px); }
    .grid.small-space2 > .col45p {
      width: calc(45% - 10px); }
    .grid.small-space2 > .col46p {
      width: calc(45% - 10px); }
    .grid.small-space2 > .col48p {
      width: calc(48% - 10px); }
    .grid.small-space2 > .col55p {
      width: calc(55% - 10px); }
    .grid.small-space2 > .col52p {
      width: calc(52% - 10px); }
    .grid.small-space2 > .col57p {
      width: calc(57% - 10px); }
    .grid.small-space2 > .col61p {
      width: calc(61% - 10px); }
    .grid.small-space2 > .col78p {
      width: calc(78% - 10px); }
    .grid.small-space2 > .offset {
      margin-top: 10px; }
    .grid.small-space2 > .col_equal {
      flex: 1 1 0%;
      margin-left: 10px; }
    .grid.small-space2 > .col_fill {
      flex: 1 1 0%;
      margin-left: 10px;
      min-width: 0; }
    .grid.small-space2 > .offset_double {
      margin-top: 20px; }
    .grid.small-space2 > .offset_half {
      margin-top: 5px; }
    .grid.small-space2 > .offset_dist {
      margin-top: 5px;
      margin-bottom: 5px; }
    @media (max-width: 1360px) {
      .grid.small-space2 > .col5_xlm {
        width: calc(20% - 10px); }
      .grid.small-space2 > .col25_xlm {
        width: calc(40% - 10px); }
      .grid.small-space2 > .col30p_xlm {
        width: calc(30% - 10px); }
      .grid.small-space2 > .col1_xlm {
        width: calc(100% - 10px); }
      .grid.small-space2 > .col2_xlm {
        width: calc(50% - 10px); }
      .grid.small-space2 > .col3_xlm {
        width: calc(33.333% - 10px); }
      .grid.small-space2 > .col4_xlm {
        width: calc(25% - 10px); }
      .grid.small-space2 > .col233_xlm {
        width: calc((66.666%/3) - 10px); }
      .grid.small-space2 > .offset_double_xlm {
        margin-top: 20px; } }
    @media (max-width: 1200px) {
      .grid.small-space2 > .col1_lgm {
        flex: 0 1 auto;
        width: calc(100% - 10px); }
      .grid.small-space2 > .col2_lgm {
        width: calc(50% - 10px); }
      .grid.small-space2 > .col3_lgm {
        flex: 0 1 auto;
        width: calc(33.333% - 10px); }
      .grid.small-space2 > .col23_lgm {
        flex: 0 1 auto;
        width: calc(66.666% - 10px); }
      .grid.small-space2 > .col4_lgm {
        width: calc(25% - 10px); }
      .grid.small-space2 > .col5_lgm {
        width: calc(20% - 10px); }
      .grid.small-space2 > .offset_double_lgm {
        margin-top: 20px; }
      .grid.small-space2 > .offset_half_lgm {
        margin-top: 5px; }
      .grid.small-space2 > .col_default_lgm {
        width: auto; } }
    @media (max-width: 767px) {
      .grid.small-space2 > .col1_mdm {
        width: calc(100% - 10px);
        flex: 0 1 auto; }
      .grid.small-space2 > .col2_mdm {
        width: calc(50% - 10px); }
      .grid.small-space2 > .col23_mdm {
        width: calc(66.666% - 10px); }
      .grid.small-space2 > .col3_mdm {
        width: calc(33.333% - 10px); }
      .grid.small-space2 > .offset_double_mdm {
        margin-top: 20px; }
      .grid.small-space2 > .offset_triple_mdm {
        margin-top: 30px; } }
    @media (max-width: 577px) {
      .grid.small-space2 > .col2_smm {
        width: calc(50% - 10px); }
      .grid.small-space2 > .col1_smm {
        width: calc(100% - 10px); } }
    @media (max-width: 389px) {
      .grid.small-space2 > .col2_ssmm {
        width: calc(50% - 10px); }
      .grid.small-space2 > .col1_ssmm {
        width: calc(100% - 10px); } }
  .grid.small-space {
    margin-left: -6px;
    --grid-space: 6px; }
    .grid.small-space > .col1, .grid.small-space > .col2, .grid.small-space > .col25, .grid.small-space > .col23, .grid.small-space > .col3, .grid.small-space > .col35, .grid.small-space > .col34, .grid.small-space > .col4,
    .grid.small-space > .col5, .grid.small-space > .col6, .grid.small-space > .col8, .grid.small-space > .col_default,
    .grid.small-space > .col9,
    .grid.small-space > .col15p,
    .grid.small-space > .col17p,
    .grid.small-space > .col22p,
    .grid.small-space > .col26p,
    .grid.small-space > .col28p,
    .grid.small-space > .col30p,
    .grid.small-space > .col32p,
    .grid.small-space > .col35p,
    .grid.small-space > .col39p,
    .grid.small-space > .col40p,
    .grid.small-space > .col42p,
    .grid.small-space > .col43p,
    .grid.small-space > .col45p,
    .grid.small-space > .col48p,
    .grid.small-space > .col55p,
    .grid.small-space > .col52p,
    .grid.small-space > .col57p,
    .grid.small-space > .col60p,
    .grid.small-space > .col61p,
    .grid.small-space > .col78p,
    .grid.small-space > .col_custom1,
    .grid.small-space > .col_custom2 {
      margin-left: 6px; }
    .grid.small-space > .col1 {
      width: calc(100% - 6px); }
    .grid.small-space > .col23 {
      width: calc(66.666% - 6px); }
    .grid.small-space > .col2 {
      width: calc(50% - 6px); }
    .grid.small-space > .col3 {
      width: calc((33.333%) - 6px); }
    .grid.small-space > .col30p {
      width: calc(30% - 6px); }
    .grid.small-space > .col34 {
      width: calc(75% - 6px); }
    .grid.small-space > .col4 {
      width: calc(25% - 6px); }
    .grid.small-space > .col5 {
      width: calc(20% - 6px); }
    .grid.small-space > .col35,
    .grid.small-space > .col60p {
      width: calc(60% - 6px); }
    .grid.small-space > .col6 {
      width: calc(16.6666% - 6px); }
    .grid.small-space > .col8 {
      width: calc(12.5% - 6px); }
    .grid.small-space > .col9 {
      width: calc(11.111% - 6px); }
    .grid.small-space > .col15p {
      width: calc(15% - 6px); }
    .grid.small-space > .col17p {
      width: calc(17% - 6px); }
    .grid.small-space > .col22p {
      width: calc(22% - 6px); }
    .grid.small-space > .col26p {
      width: calc(26% - 6px); }
    .grid.small-space > .col28p {
      width: calc(28% - 6px); }
    .grid.small-space > .col32p {
      width: calc(32% - 6px); }
    .grid.small-space > .col35p {
      width: calc(35% - 6px); }
    .grid.small-space > .col39p {
      width: calc(39% - 6px); }
    .grid.small-space > .col40p {
      width: calc(40% - 6px); }
    .grid.small-space > .col42p {
      width: calc(42% - 6px); }
    .grid.small-space > .col43p {
      width: calc(43% - 6px); }
    .grid.small-space > .col45p {
      width: calc(45% - 6px); }
    .grid.small-space > .col46p {
      width: calc(45% - 6px); }
    .grid.small-space > .col48p {
      width: calc(48% - 6px); }
    .grid.small-space > .col55p {
      width: calc(55% - 6px); }
    .grid.small-space > .col52p {
      width: calc(52% - 6px); }
    .grid.small-space > .col57p {
      width: calc(57% - 6px); }
    .grid.small-space > .col61p {
      width: calc(61% - 6px); }
    .grid.small-space > .col78p {
      width: calc(78% - 6px); }
    .grid.small-space > .offset {
      margin-top: 6px; }
    .grid.small-space > .col_equal {
      flex: 1 1 0%;
      margin-left: 6px; }
    .grid.small-space > .col_fill {
      flex: 1 1 0%;
      margin-left: 6px;
      min-width: 0; }
    .grid.small-space > .offset_double {
      margin-top: 12px; }
    .grid.small-space > .offset_half {
      margin-top: 3px; }
    .grid.small-space > .offset_dist {
      margin-top: 3px;
      margin-bottom: 3px; }
    @media (max-width: 1360px) {
      .grid.small-space > .col5_xlm {
        width: calc(20% - 6px); }
      .grid.small-space > .col25_xlm {
        width: calc(40% - 6px); }
      .grid.small-space > .col30p_xlm {
        width: calc(30% - 6px); }
      .grid.small-space > .col1_xlm {
        width: calc(100% - 6px); }
      .grid.small-space > .col2_xlm {
        width: calc(50% - 6px); }
      .grid.small-space > .col3_xlm {
        width: calc(33.333% - 6px); }
      .grid.small-space > .col4_xlm {
        width: calc(25% - 6px); }
      .grid.small-space > .col233_xlm {
        width: calc((66.666%/3) - 6px); }
      .grid.small-space > .offset_double_xlm {
        margin-top: 12px; } }
    @media (max-width: 1200px) {
      .grid.small-space > .col1_lgm {
        flex: 0 1 auto;
        width: calc(100% - 6px); }
      .grid.small-space > .col2_lgm {
        width: calc(50% - 6px); }
      .grid.small-space > .col3_lgm {
        flex: 0 1 auto;
        width: calc(33.333% - 6px); }
      .grid.small-space > .col23_lgm {
        flex: 0 1 auto;
        width: calc(66.666% - 6px); }
      .grid.small-space > .col4_lgm {
        width: calc(25% - 6px); }
      .grid.small-space > .col5_lgm {
        width: calc(20% - 6px); }
      .grid.small-space > .offset_double_lgm {
        margin-top: 12px; }
      .grid.small-space > .offset_half_lgm {
        margin-top: 3px; }
      .grid.small-space > .col_default_lgm {
        width: auto; } }
    @media (max-width: 767px) {
      .grid.small-space > .col1_mdm {
        width: calc(100% - 6px);
        flex: 0 1 auto; }
      .grid.small-space > .col2_mdm {
        width: calc(50% - 6px); }
      .grid.small-space > .col23_mdm {
        width: calc(66.666% - 6px); }
      .grid.small-space > .col3_mdm {
        width: calc(33.333% - 6px); }
      .grid.small-space > .offset_double_mdm {
        margin-top: 12px; }
      .grid.small-space > .offset_triple_mdm {
        margin-top: 18px; } }
    @media (max-width: 577px) {
      .grid.small-space > .col2_smm {
        width: calc(50% - 6px); }
      .grid.small-space > .col1_smm {
        width: calc(100% - 6px); } }
    @media (max-width: 389px) {
      .grid.small-space > .col2_ssmm {
        width: calc(50% - 6px); }
      .grid.small-space > .col1_ssmm {
        width: calc(100% - 6px); } }
  .grid.mid-space {
    margin-left: -40px;
    --grid-space: 40px; }
    .grid.mid-space > .col1, .grid.mid-space > .col2, .grid.mid-space > .col25, .grid.mid-space > .col23, .grid.mid-space > .col3, .grid.mid-space > .col35, .grid.mid-space > .col34, .grid.mid-space > .col4,
    .grid.mid-space > .col5, .grid.mid-space > .col6, .grid.mid-space > .col8, .grid.mid-space > .col_default,
    .grid.mid-space > .col9,
    .grid.mid-space > .col15p,
    .grid.mid-space > .col17p,
    .grid.mid-space > .col22p,
    .grid.mid-space > .col26p,
    .grid.mid-space > .col28p,
    .grid.mid-space > .col30p,
    .grid.mid-space > .col32p,
    .grid.mid-space > .col35p,
    .grid.mid-space > .col39p,
    .grid.mid-space > .col40p,
    .grid.mid-space > .col42p,
    .grid.mid-space > .col43p,
    .grid.mid-space > .col45p,
    .grid.mid-space > .col48p,
    .grid.mid-space > .col55p,
    .grid.mid-space > .col52p,
    .grid.mid-space > .col57p,
    .grid.mid-space > .col60p,
    .grid.mid-space > .col61p,
    .grid.mid-space > .col78p,
    .grid.mid-space > .col_custom1,
    .grid.mid-space > .col_custom2 {
      margin-left: 40px; }
    .grid.mid-space > .col1 {
      width: calc(100% - 40px); }
    .grid.mid-space > .col23 {
      width: calc(66.666% - 40px); }
    .grid.mid-space > .col2 {
      width: calc(50% - 40px); }
    .grid.mid-space > .col3 {
      width: calc((33.333%) - 40px); }
    .grid.mid-space > .col30p {
      width: calc(30% - 40px); }
    .grid.mid-space > .col34 {
      width: calc(75% - 40px); }
    .grid.mid-space > .col4 {
      width: calc(25% - 40px); }
    .grid.mid-space > .col5 {
      width: calc(20% - 40px); }
    .grid.mid-space > .col35,
    .grid.mid-space > .col60p {
      width: calc(60% - 40px); }
    .grid.mid-space > .col6 {
      width: calc(16.6666% - 40px); }
    .grid.mid-space > .col8 {
      width: calc(12.5% - 40px); }
    .grid.mid-space > .col9 {
      width: calc(11.111% - 40px); }
    .grid.mid-space > .col15p {
      width: calc(15% - 40px); }
    .grid.mid-space > .col17p {
      width: calc(17% - 40px); }
    .grid.mid-space > .col22p {
      width: calc(22% - 40px); }
    .grid.mid-space > .col26p {
      width: calc(26% - 40px); }
    .grid.mid-space > .col28p {
      width: calc(28% - 40px); }
    .grid.mid-space > .col32p {
      width: calc(32% - 40px); }
    .grid.mid-space > .col35p {
      width: calc(35% - 40px); }
    .grid.mid-space > .col39p {
      width: calc(39% - 40px); }
    .grid.mid-space > .col40p {
      width: calc(40% - 40px); }
    .grid.mid-space > .col42p {
      width: calc(42% - 40px); }
    .grid.mid-space > .col43p {
      width: calc(43% - 40px); }
    .grid.mid-space > .col45p {
      width: calc(45% - 40px); }
    .grid.mid-space > .col46p {
      width: calc(45% - 40px); }
    .grid.mid-space > .col48p {
      width: calc(48% - 40px); }
    .grid.mid-space > .col55p {
      width: calc(55% - 40px); }
    .grid.mid-space > .col52p {
      width: calc(52% - 40px); }
    .grid.mid-space > .col57p {
      width: calc(57% - 40px); }
    .grid.mid-space > .col61p {
      width: calc(61% - 40px); }
    .grid.mid-space > .col78p {
      width: calc(78% - 40px); }
    .grid.mid-space > .offset {
      margin-top: 40px; }
    .grid.mid-space > .col_equal {
      flex: 1 1 0%;
      margin-left: 40px; }
    .grid.mid-space > .col_fill {
      flex: 1 1 0%;
      margin-left: 40px;
      min-width: 0; }
    .grid.mid-space > .offset_double {
      margin-top: 80px; }
    .grid.mid-space > .offset_half {
      margin-top: 20px; }
    .grid.mid-space > .offset_dist {
      margin-top: 20px;
      margin-bottom: 20px; }
    @media (max-width: 1360px) {
      .grid.mid-space > .col5_xlm {
        width: calc(20% - 40px); }
      .grid.mid-space > .col25_xlm {
        width: calc(40% - 40px); }
      .grid.mid-space > .col30p_xlm {
        width: calc(30% - 40px); }
      .grid.mid-space > .col1_xlm {
        width: calc(100% - 40px); }
      .grid.mid-space > .col2_xlm {
        width: calc(50% - 40px); }
      .grid.mid-space > .col3_xlm {
        width: calc(33.333% - 40px); }
      .grid.mid-space > .col4_xlm {
        width: calc(25% - 40px); }
      .grid.mid-space > .col233_xlm {
        width: calc((66.666%/3) - 40px); }
      .grid.mid-space > .offset_double_xlm {
        margin-top: 80px; } }
    @media (max-width: 1200px) {
      .grid.mid-space > .col1_lgm {
        flex: 0 1 auto;
        width: calc(100% - 40px); }
      .grid.mid-space > .col2_lgm {
        width: calc(50% - 40px); }
      .grid.mid-space > .col3_lgm {
        flex: 0 1 auto;
        width: calc(33.333% - 40px); }
      .grid.mid-space > .col23_lgm {
        flex: 0 1 auto;
        width: calc(66.666% - 40px); }
      .grid.mid-space > .col4_lgm {
        width: calc(25% - 40px); }
      .grid.mid-space > .col5_lgm {
        width: calc(20% - 40px); }
      .grid.mid-space > .offset_double_lgm {
        margin-top: 80px; }
      .grid.mid-space > .offset_half_lgm {
        margin-top: 20px; }
      .grid.mid-space > .col_default_lgm {
        width: auto; } }
    @media (max-width: 767px) {
      .grid.mid-space > .col1_mdm {
        width: calc(100% - 40px);
        flex: 0 1 auto; }
      .grid.mid-space > .col2_mdm {
        width: calc(50% - 40px); }
      .grid.mid-space > .col23_mdm {
        width: calc(66.666% - 40px); }
      .grid.mid-space > .col3_mdm {
        width: calc(33.333% - 40px); }
      .grid.mid-space > .offset_double_mdm {
        margin-top: 80px; }
      .grid.mid-space > .offset_triple_mdm {
        margin-top: 120px; } }
    @media (max-width: 577px) {
      .grid.mid-space > .col2_smm {
        width: calc(50% - 40px); }
      .grid.mid-space > .col1_smm {
        width: calc(100% - 40px); } }
    @media (max-width: 389px) {
      .grid.mid-space > .col2_ssmm {
        width: calc(50% - 40px); }
      .grid.mid-space > .col1_ssmm {
        width: calc(100% - 40px); } }
  .grid.big-space {
    margin-left: -60px;
    --grid-space: 60px; }
    .grid.big-space > .col1, .grid.big-space > .col2, .grid.big-space > .col25, .grid.big-space > .col23, .grid.big-space > .col3, .grid.big-space > .col35, .grid.big-space > .col34, .grid.big-space > .col4,
    .grid.big-space > .col5, .grid.big-space > .col6, .grid.big-space > .col8, .grid.big-space > .col_default,
    .grid.big-space > .col9,
    .grid.big-space > .col15p,
    .grid.big-space > .col17p,
    .grid.big-space > .col22p,
    .grid.big-space > .col26p,
    .grid.big-space > .col28p,
    .grid.big-space > .col30p,
    .grid.big-space > .col32p,
    .grid.big-space > .col35p,
    .grid.big-space > .col39p,
    .grid.big-space > .col40p,
    .grid.big-space > .col42p,
    .grid.big-space > .col43p,
    .grid.big-space > .col45p,
    .grid.big-space > .col48p,
    .grid.big-space > .col55p,
    .grid.big-space > .col52p,
    .grid.big-space > .col57p,
    .grid.big-space > .col60p,
    .grid.big-space > .col61p,
    .grid.big-space > .col78p,
    .grid.big-space > .col_custom1,
    .grid.big-space > .col_custom2 {
      margin-left: 60px; }
    .grid.big-space > .col1 {
      width: calc(100% - 60px); }
    .grid.big-space > .col23 {
      width: calc(66.666% - 60px); }
    .grid.big-space > .col2 {
      width: calc(50% - 60px); }
    .grid.big-space > .col3 {
      width: calc((33.333%) - 60px); }
    .grid.big-space > .col30p {
      width: calc(30% - 60px); }
    .grid.big-space > .col34 {
      width: calc(75% - 60px); }
    .grid.big-space > .col4 {
      width: calc(25% - 60px); }
    .grid.big-space > .col5 {
      width: calc(20% - 60px); }
    .grid.big-space > .col35,
    .grid.big-space > .col60p {
      width: calc(60% - 60px); }
    .grid.big-space > .col6 {
      width: calc(16.6666% - 60px); }
    .grid.big-space > .col8 {
      width: calc(12.5% - 60px); }
    .grid.big-space > .col9 {
      width: calc(11.111% - 60px); }
    .grid.big-space > .col15p {
      width: calc(15% - 60px); }
    .grid.big-space > .col17p {
      width: calc(17% - 60px); }
    .grid.big-space > .col22p {
      width: calc(22% - 60px); }
    .grid.big-space > .col26p {
      width: calc(26% - 60px); }
    .grid.big-space > .col28p {
      width: calc(28% - 60px); }
    .grid.big-space > .col32p {
      width: calc(32% - 60px); }
    .grid.big-space > .col35p {
      width: calc(35% - 60px); }
    .grid.big-space > .col39p {
      width: calc(39% - 60px); }
    .grid.big-space > .col40p {
      width: calc(40% - 60px); }
    .grid.big-space > .col42p {
      width: calc(42% - 60px); }
    .grid.big-space > .col43p {
      width: calc(43% - 60px); }
    .grid.big-space > .col45p {
      width: calc(45% - 60px); }
    .grid.big-space > .col46p {
      width: calc(45% - 60px); }
    .grid.big-space > .col48p {
      width: calc(48% - 60px); }
    .grid.big-space > .col55p {
      width: calc(55% - 60px); }
    .grid.big-space > .col52p {
      width: calc(52% - 60px); }
    .grid.big-space > .col57p {
      width: calc(57% - 60px); }
    .grid.big-space > .col61p {
      width: calc(61% - 60px); }
    .grid.big-space > .col78p {
      width: calc(78% - 60px); }
    .grid.big-space > .offset {
      margin-top: 60px; }
    .grid.big-space > .col_equal {
      flex: 1 1 0%;
      margin-left: 60px; }
    .grid.big-space > .col_fill {
      flex: 1 1 0%;
      margin-left: 60px;
      min-width: 0; }
    .grid.big-space > .offset_double {
      margin-top: 120px; }
    .grid.big-space > .offset_half {
      margin-top: 30px; }
    .grid.big-space > .offset_dist {
      margin-top: 30px;
      margin-bottom: 30px; }
    @media (max-width: 1360px) {
      .grid.big-space > .col5_xlm {
        width: calc(20% - 60px); }
      .grid.big-space > .col25_xlm {
        width: calc(40% - 60px); }
      .grid.big-space > .col30p_xlm {
        width: calc(30% - 60px); }
      .grid.big-space > .col1_xlm {
        width: calc(100% - 60px); }
      .grid.big-space > .col2_xlm {
        width: calc(50% - 60px); }
      .grid.big-space > .col3_xlm {
        width: calc(33.333% - 60px); }
      .grid.big-space > .col4_xlm {
        width: calc(25% - 60px); }
      .grid.big-space > .col233_xlm {
        width: calc((66.666%/3) - 60px); }
      .grid.big-space > .offset_double_xlm {
        margin-top: 120px; } }
    @media (max-width: 1200px) {
      .grid.big-space > .col1_lgm {
        flex: 0 1 auto;
        width: calc(100% - 60px); }
      .grid.big-space > .col2_lgm {
        width: calc(50% - 60px); }
      .grid.big-space > .col3_lgm {
        flex: 0 1 auto;
        width: calc(33.333% - 60px); }
      .grid.big-space > .col23_lgm {
        flex: 0 1 auto;
        width: calc(66.666% - 60px); }
      .grid.big-space > .col4_lgm {
        width: calc(25% - 60px); }
      .grid.big-space > .col5_lgm {
        width: calc(20% - 60px); }
      .grid.big-space > .offset_double_lgm {
        margin-top: 120px; }
      .grid.big-space > .offset_half_lgm {
        margin-top: 30px; }
      .grid.big-space > .col_default_lgm {
        width: auto; } }
    @media (max-width: 767px) {
      .grid.big-space > .col1_mdm {
        width: calc(100% - 60px);
        flex: 0 1 auto; }
      .grid.big-space > .col2_mdm {
        width: calc(50% - 60px); }
      .grid.big-space > .col23_mdm {
        width: calc(66.666% - 60px); }
      .grid.big-space > .col3_mdm {
        width: calc(33.333% - 60px); }
      .grid.big-space > .offset_double_mdm {
        margin-top: 120px; }
      .grid.big-space > .offset_triple_mdm {
        margin-top: 180px; } }
    @media (max-width: 577px) {
      .grid.big-space > .col2_smm {
        width: calc(50% - 60px); }
      .grid.big-space > .col1_smm {
        width: calc(100% - 60px); } }
    @media (max-width: 389px) {
      .grid.big-space > .col2_ssmm {
        width: calc(50% - 60px); }
      .grid.big-space > .col1_ssmm {
        width: calc(100% - 60px); } }
  .grid.zero-space {
    margin-left: 0px;
    --grid-space: 0px; }
    .grid.zero-space > .col1, .grid.zero-space > .col2, .grid.zero-space > .col25, .grid.zero-space > .col23, .grid.zero-space > .col3, .grid.zero-space > .col35, .grid.zero-space > .col34, .grid.zero-space > .col4,
    .grid.zero-space > .col5, .grid.zero-space > .col6, .grid.zero-space > .col8, .grid.zero-space > .col_default,
    .grid.zero-space > .col9,
    .grid.zero-space > .col15p,
    .grid.zero-space > .col17p,
    .grid.zero-space > .col22p,
    .grid.zero-space > .col26p,
    .grid.zero-space > .col28p,
    .grid.zero-space > .col30p,
    .grid.zero-space > .col32p,
    .grid.zero-space > .col35p,
    .grid.zero-space > .col39p,
    .grid.zero-space > .col40p,
    .grid.zero-space > .col42p,
    .grid.zero-space > .col43p,
    .grid.zero-space > .col45p,
    .grid.zero-space > .col48p,
    .grid.zero-space > .col55p,
    .grid.zero-space > .col52p,
    .grid.zero-space > .col57p,
    .grid.zero-space > .col60p,
    .grid.zero-space > .col61p,
    .grid.zero-space > .col78p,
    .grid.zero-space > .col_custom1,
    .grid.zero-space > .col_custom2 {
      margin-left: 0px; }
    .grid.zero-space > .col1 {
      width: calc(100% - 0px); }
    .grid.zero-space > .col23 {
      width: calc(66.666% - 0px); }
    .grid.zero-space > .col2 {
      width: calc(50% - 0px); }
    .grid.zero-space > .col3 {
      width: calc((33.333%) - 0px); }
    .grid.zero-space > .col30p {
      width: calc(30% - 0px); }
    .grid.zero-space > .col34 {
      width: calc(75% - 0px); }
    .grid.zero-space > .col4 {
      width: calc(25% - 0px); }
    .grid.zero-space > .col5 {
      width: calc(20% - 0px); }
    .grid.zero-space > .col35,
    .grid.zero-space > .col60p {
      width: calc(60% - 0px); }
    .grid.zero-space > .col6 {
      width: calc(16.6666% - 0px); }
    .grid.zero-space > .col8 {
      width: calc(12.5% - 0px); }
    .grid.zero-space > .col9 {
      width: calc(11.111% - 0px); }
    .grid.zero-space > .col15p {
      width: calc(15% - 0px); }
    .grid.zero-space > .col17p {
      width: calc(17% - 0px); }
    .grid.zero-space > .col22p {
      width: calc(22% - 0px); }
    .grid.zero-space > .col26p {
      width: calc(26% - 0px); }
    .grid.zero-space > .col28p {
      width: calc(28% - 0px); }
    .grid.zero-space > .col32p {
      width: calc(32% - 0px); }
    .grid.zero-space > .col35p {
      width: calc(35% - 0px); }
    .grid.zero-space > .col39p {
      width: calc(39% - 0px); }
    .grid.zero-space > .col40p {
      width: calc(40% - 0px); }
    .grid.zero-space > .col42p {
      width: calc(42% - 0px); }
    .grid.zero-space > .col43p {
      width: calc(43% - 0px); }
    .grid.zero-space > .col45p {
      width: calc(45% - 0px); }
    .grid.zero-space > .col46p {
      width: calc(45% - 0px); }
    .grid.zero-space > .col48p {
      width: calc(48% - 0px); }
    .grid.zero-space > .col55p {
      width: calc(55% - 0px); }
    .grid.zero-space > .col52p {
      width: calc(52% - 0px); }
    .grid.zero-space > .col57p {
      width: calc(57% - 0px); }
    .grid.zero-space > .col61p {
      width: calc(61% - 0px); }
    .grid.zero-space > .col78p {
      width: calc(78% - 0px); }
    .grid.zero-space > .offset {
      margin-top: 0px; }
    .grid.zero-space > .col_equal {
      flex: 1 1 0%;
      margin-left: 0px; }
    .grid.zero-space > .col_fill {
      flex: 1 1 0%;
      margin-left: 0px;
      min-width: 0; }
    .grid.zero-space > .offset_double {
      margin-top: 0px; }
    .grid.zero-space > .offset_half {
      margin-top: 0px; }
    .grid.zero-space > .offset_dist {
      margin-top: 0px;
      margin-bottom: 0px; }
    @media (max-width: 1360px) {
      .grid.zero-space > .col5_xlm {
        width: calc(20% - 0px); }
      .grid.zero-space > .col25_xlm {
        width: calc(40% - 0px); }
      .grid.zero-space > .col30p_xlm {
        width: calc(30% - 0px); }
      .grid.zero-space > .col1_xlm {
        width: calc(100% - 0px); }
      .grid.zero-space > .col2_xlm {
        width: calc(50% - 0px); }
      .grid.zero-space > .col3_xlm {
        width: calc(33.333% - 0px); }
      .grid.zero-space > .col4_xlm {
        width: calc(25% - 0px); }
      .grid.zero-space > .col233_xlm {
        width: calc((66.666%/3) - 0px); }
      .grid.zero-space > .offset_double_xlm {
        margin-top: 0px; } }
    @media (max-width: 1200px) {
      .grid.zero-space > .col1_lgm {
        flex: 0 1 auto;
        width: calc(100% - 0px); }
      .grid.zero-space > .col2_lgm {
        width: calc(50% - 0px); }
      .grid.zero-space > .col3_lgm {
        flex: 0 1 auto;
        width: calc(33.333% - 0px); }
      .grid.zero-space > .col23_lgm {
        flex: 0 1 auto;
        width: calc(66.666% - 0px); }
      .grid.zero-space > .col4_lgm {
        width: calc(25% - 0px); }
      .grid.zero-space > .col5_lgm {
        width: calc(20% - 0px); }
      .grid.zero-space > .offset_double_lgm {
        margin-top: 0px; }
      .grid.zero-space > .offset_half_lgm {
        margin-top: 0px; }
      .grid.zero-space > .col_default_lgm {
        width: auto; } }
    @media (max-width: 767px) {
      .grid.zero-space > .col1_mdm {
        width: calc(100% - 0px);
        flex: 0 1 auto; }
      .grid.zero-space > .col2_mdm {
        width: calc(50% - 0px); }
      .grid.zero-space > .col23_mdm {
        width: calc(66.666% - 0px); }
      .grid.zero-space > .col3_mdm {
        width: calc(33.333% - 0px); }
      .grid.zero-space > .offset_double_mdm {
        margin-top: 0px; }
      .grid.zero-space > .offset_triple_mdm {
        margin-top: 0px; } }
    @media (max-width: 577px) {
      .grid.zero-space > .col2_smm {
        width: calc(50% - 0px); }
      .grid.zero-space > .col1_smm {
        width: calc(100% - 0px); } }
    @media (max-width: 389px) {
      .grid.zero-space > .col2_ssmm {
        width: calc(50% - 0px); }
      .grid.zero-space > .col1_ssmm {
        width: calc(100% - 0px); } }
  @media (max-width: 767px) {
    .grid.small-space-mdm {
      margin-left: -6px;
      --grid-space: 6px; }
      .grid.small-space-mdm > .col1, .grid.small-space-mdm > .col2, .grid.small-space-mdm > .col25, .grid.small-space-mdm > .col23, .grid.small-space-mdm > .col3, .grid.small-space-mdm > .col35, .grid.small-space-mdm > .col34, .grid.small-space-mdm > .col4,
      .grid.small-space-mdm > .col5, .grid.small-space-mdm > .col6, .grid.small-space-mdm > .col8, .grid.small-space-mdm > .col_default,
      .grid.small-space-mdm > .col9,
      .grid.small-space-mdm > .col15p,
      .grid.small-space-mdm > .col17p,
      .grid.small-space-mdm > .col22p,
      .grid.small-space-mdm > .col26p,
      .grid.small-space-mdm > .col28p,
      .grid.small-space-mdm > .col30p,
      .grid.small-space-mdm > .col32p,
      .grid.small-space-mdm > .col35p,
      .grid.small-space-mdm > .col39p,
      .grid.small-space-mdm > .col40p,
      .grid.small-space-mdm > .col42p,
      .grid.small-space-mdm > .col43p,
      .grid.small-space-mdm > .col45p,
      .grid.small-space-mdm > .col48p,
      .grid.small-space-mdm > .col55p,
      .grid.small-space-mdm > .col52p,
      .grid.small-space-mdm > .col57p,
      .grid.small-space-mdm > .col60p,
      .grid.small-space-mdm > .col61p,
      .grid.small-space-mdm > .col78p,
      .grid.small-space-mdm > .col_custom1,
      .grid.small-space-mdm > .col_custom2 {
        margin-left: 6px; }
      .grid.small-space-mdm > .col1 {
        width: calc(100% - 6px); }
      .grid.small-space-mdm > .col23 {
        width: calc(66.666% - 6px); }
      .grid.small-space-mdm > .col2 {
        width: calc(50% - 6px); }
      .grid.small-space-mdm > .col3 {
        width: calc((33.333%) - 6px); }
      .grid.small-space-mdm > .col30p {
        width: calc(30% - 6px); }
      .grid.small-space-mdm > .col34 {
        width: calc(75% - 6px); }
      .grid.small-space-mdm > .col4 {
        width: calc(25% - 6px); }
      .grid.small-space-mdm > .col5 {
        width: calc(20% - 6px); }
      .grid.small-space-mdm > .col35,
      .grid.small-space-mdm > .col60p {
        width: calc(60% - 6px); }
      .grid.small-space-mdm > .col6 {
        width: calc(16.6666% - 6px); }
      .grid.small-space-mdm > .col8 {
        width: calc(12.5% - 6px); }
      .grid.small-space-mdm > .col9 {
        width: calc(11.111% - 6px); }
      .grid.small-space-mdm > .col15p {
        width: calc(15% - 6px); }
      .grid.small-space-mdm > .col17p {
        width: calc(17% - 6px); }
      .grid.small-space-mdm > .col22p {
        width: calc(22% - 6px); }
      .grid.small-space-mdm > .col26p {
        width: calc(26% - 6px); }
      .grid.small-space-mdm > .col28p {
        width: calc(28% - 6px); }
      .grid.small-space-mdm > .col32p {
        width: calc(32% - 6px); }
      .grid.small-space-mdm > .col35p {
        width: calc(35% - 6px); }
      .grid.small-space-mdm > .col39p {
        width: calc(39% - 6px); }
      .grid.small-space-mdm > .col40p {
        width: calc(40% - 6px); }
      .grid.small-space-mdm > .col42p {
        width: calc(42% - 6px); }
      .grid.small-space-mdm > .col43p {
        width: calc(43% - 6px); }
      .grid.small-space-mdm > .col45p {
        width: calc(45% - 6px); }
      .grid.small-space-mdm > .col46p {
        width: calc(45% - 6px); }
      .grid.small-space-mdm > .col48p {
        width: calc(48% - 6px); }
      .grid.small-space-mdm > .col55p {
        width: calc(55% - 6px); }
      .grid.small-space-mdm > .col52p {
        width: calc(52% - 6px); }
      .grid.small-space-mdm > .col57p {
        width: calc(57% - 6px); }
      .grid.small-space-mdm > .col61p {
        width: calc(61% - 6px); }
      .grid.small-space-mdm > .col78p {
        width: calc(78% - 6px); }
      .grid.small-space-mdm > .offset {
        margin-top: 6px; }
      .grid.small-space-mdm > .col_equal {
        flex: 1 1 0%;
        margin-left: 6px; }
      .grid.small-space-mdm > .col_fill {
        flex: 1 1 0%;
        margin-left: 6px;
        min-width: 0; }
      .grid.small-space-mdm > .offset_double {
        margin-top: 12px; }
      .grid.small-space-mdm > .offset_half {
        margin-top: 3px; }
      .grid.small-space-mdm > .offset_dist {
        margin-top: 3px;
        margin-bottom: 3px; } }
  @media (max-width: 767px) and (max-width: 1360px) {
    .grid.small-space-mdm > .col5_xlm {
      width: calc(20% - 6px); }
    .grid.small-space-mdm > .col25_xlm {
      width: calc(40% - 6px); }
    .grid.small-space-mdm > .col30p_xlm {
      width: calc(30% - 6px); }
    .grid.small-space-mdm > .col1_xlm {
      width: calc(100% - 6px); }
    .grid.small-space-mdm > .col2_xlm {
      width: calc(50% - 6px); }
    .grid.small-space-mdm > .col3_xlm {
      width: calc(33.333% - 6px); }
    .grid.small-space-mdm > .col4_xlm {
      width: calc(25% - 6px); }
    .grid.small-space-mdm > .col233_xlm {
      width: calc((66.666%/3) - 6px); }
    .grid.small-space-mdm > .offset_double_xlm {
      margin-top: 12px; } }
  @media (max-width: 767px) and (max-width: 1200px) {
    .grid.small-space-mdm > .col1_lgm {
      flex: 0 1 auto;
      width: calc(100% - 6px); }
    .grid.small-space-mdm > .col2_lgm {
      width: calc(50% - 6px); }
    .grid.small-space-mdm > .col3_lgm {
      flex: 0 1 auto;
      width: calc(33.333% - 6px); }
    .grid.small-space-mdm > .col23_lgm {
      flex: 0 1 auto;
      width: calc(66.666% - 6px); }
    .grid.small-space-mdm > .col4_lgm {
      width: calc(25% - 6px); }
    .grid.small-space-mdm > .col5_lgm {
      width: calc(20% - 6px); }
    .grid.small-space-mdm > .offset_double_lgm {
      margin-top: 12px; }
    .grid.small-space-mdm > .offset_half_lgm {
      margin-top: 3px; }
    .grid.small-space-mdm > .col_default_lgm {
      width: auto; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .grid.small-space-mdm > .col1_mdm {
      width: calc(100% - 6px);
      flex: 0 1 auto; }
    .grid.small-space-mdm > .col2_mdm {
      width: calc(50% - 6px); }
    .grid.small-space-mdm > .col23_mdm {
      width: calc(66.666% - 6px); }
    .grid.small-space-mdm > .col3_mdm {
      width: calc(33.333% - 6px); }
    .grid.small-space-mdm > .offset_double_mdm {
      margin-top: 12px; }
    .grid.small-space-mdm > .offset_triple_mdm {
      margin-top: 18px; } }
  @media (max-width: 767px) and (max-width: 577px) {
    .grid.small-space-mdm > .col2_smm {
      width: calc(50% - 6px); }
    .grid.small-space-mdm > .col1_smm {
      width: calc(100% - 6px); } }
  @media (max-width: 767px) and (max-width: 389px) {
    .grid.small-space-mdm > .col2_ssmm {
      width: calc(50% - 6px); }
    .grid.small-space-mdm > .col1_ssmm {
      width: calc(100% - 6px); } }

@media (min-width: 1361px) {
  .flex-nowrap-xl {
    flex-wrap: nowrap; } }
@media (max-width: 1360px) {
  .flex-nowrap-xl {
    flex-wrap: wrap; } }
@media (min-width: 1201px) {
  .flex-nowrap-lg {
    flex-wrap: nowrap; } }
@media (max-width: 1200px) {
  .flex-nowrap-lg {
    flex-wrap: wrap; } }
@media (min-width: 768px) {
  .flex-nowrap-md {
    flex-wrap: nowrap; } }
@media (max-width: 767px) {
  .flex-nowrap-md {
    flex-wrap: wrap; } }

.justify-center {
  justify-content: center; }

.justify-around {
  justify-content: space-around; }

.justify-between {
  justify-content: space-between; }
  @media (min-width: 578px) {
    .justify-between-sm {
      justify-content: space-between; } }

.justify-right,
.justify-end {
  justify-content: flex-end; }

.self-center {
  align-self: center; }
  @media (min-width: 1201px) {
    .self-center-lg {
      align-self: center; } }
  @media (min-width: 1361px) {
    .self-center-xl {
      align-self: center; } }
  @media (max-width: 1200px) {
    .self-center-lgm {
      align-self: center; } }

.self-end {
  align-self: flex-end; }

.self-start {
  align-self: flex-start; }

.align-center {
  align-items: center; }

.align-start {
  align-items: flex-start; }

.align-end {
  align-items: flex-end; }

.order-first {
  order: -1; }
  @media (min-width: 1361px) {
    .order-first-xl {
      order: -1; } }
  @media (min-width: 1201px) {
    .order-first-lg {
      order: -1; } }
  @media (max-width: 1200px) {
    .order-first-lgm {
      order: -1; } }
  @media (min-width: 768px) {
    .order-first-md {
      order: -1; } }
  @media (max-width: 767px) {
    .order-first-mdm {
      order: -1; } }

.order-last {
  order: 9999; }
  @media (min-width: 1201px) {
    .order-last-lg {
      order: 9999; } }
  @media (max-width: 1200px) {
    .order-last-lgm {
      order: 9999; } }
  @media (min-width: 768px) {
    .order-last-md {
      order: 9999; } }

@media (max-width: 1200px) {
  .justify-center-lgm {
    justify-content: center; } }
@media (max-width: 767px) {
  .justify-center-mdm {
    justify-content: center; } }
@media (max-width: 577px) {
  .justify-center-smm {
    justify-content: center; } }

@media (max-width: 1360px) {
  .justify-end-xlm {
    justify-content: flex-end; } }
@media (max-width: 1200px) {
  .justify-end-lgm {
    justify-content: flex-end; } }
@media (max-width: 767px) {
  .justify-end-mdm {
    justify-content: flex-end; } }
@media (max-width: 577px) {
  .justify-end-smm {
    justify-content: flex-end; } }

.flex-dir-column {
  flex-direction: column; }

/*STYLE PRIMARY*/
/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/@fancyapps/ui@5.0.22/dist/fancybox/fancybox.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75; }

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height); }

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite; }

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none; }

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1); }

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite; }

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }
.f-throwOutUp {
  animation: .175s ease-out both f-throwOutUp; }

.f-throwOutDown {
  animation: .175s ease-out both f-throwOutDown; }

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0; } }
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0; } }
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp; }

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown; }

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; } }
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1; }

@keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-fadeOut {
  100% {
    opacity: 0; } }
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2; }

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1; }

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2; }

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2; }

@keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }
@keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1; }

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext; }

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev; }

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext; }

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev; }

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%); } }
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%); } }
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2; }

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2; }

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1; }

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1; }

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0; } }
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0; } }
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65; }

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition); }

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg); } }
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg); }

.f-button:focus:not(:focus-visible) {
  outline: none; }

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color)); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none; }

.f-button[disabled] {
  cursor: default; }

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1; }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%); }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos); }

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg); }

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-fancybox body {
  touch-action: none; }

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain; }

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit; }

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity; }

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip; }

.fancybox__viewport {
  width: 100%;
  height: 100%; }

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab; }

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing; }

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px; }

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden; }

.fancybox__slide.has-image {
  overflow: hidden; }

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20; }

.is-loading .fancybox__content {
  opacity: 0; }

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto; }

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%; }

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden; }

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform,width,height; }

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible; }

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden; }

.is-compact .fancybox__caption {
  padding-bottom: 0; }

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40; }

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75; }

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1; }

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative; }

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all .25s ease; }

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5); }

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px; }

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px; }

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1; }

.is-idle .fancybox__nav {
  animation: .15s ease-out both f-fadeOut; }

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer; }

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none; }

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none; }

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none; }

.fancybox__container:not([aria-hidden]) {
  opacity: 0; }

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: .25s ease .1s backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: .35s ease backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: .15s ease forwards f-fadeOut; }

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: .35s ease forwards f-fadeOut; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%; }

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%; }

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.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 {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0; }

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1; }

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px; }

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0); }

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1; }

.f-thumbs .f-spinner svg {
  display: none; }

.f-thumbs.is-vertical {
  height: 100%; }

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden; }

.f-thumbs__track {
  display: flex;
  will-change: transform; }

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer; }

.f-thumbs__slide.is-loading img {
  opacity: 0; }

.is-classic .f-thumbs__viewport {
  height: 100%; }

.is-modern .f-thumbs__track {
  width: max-content; }

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0)*1px);
  width: calc(100% - var(--width, 0)*1px);
  cursor: pointer; }

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none; }

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path); }

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color)); }

.is-modern.in-touch .f-thumbs__slide {
  filter: none; }

.is-modern.is-resting .f-thumbs__slide {
  transition: all .33s ease; }

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all .33s ease; }

.f-thumbs__slide__button {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease; }

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity); }

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none; }

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn .2s ease-out;
  z-index: 10; }

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover; }

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0; }

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0; }

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px; }

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0; }

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1); }

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap); }

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0; }

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px; }

.fancybox__thumbs.is-masked {
  max-height: 0px !important; }

.is-closing .fancybox__thumbs {
  transition: none !important; }

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20; }

.fancybox__toolbar :focus-visible {
  z-index: 1; }

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0; }

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap; }

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none; }

.fancybox__infobar span {
  padding: 0 5px; }

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg); }

[data-fancybox-toggle-slideshow] {
  position: relative; }

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3; }

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none; }

.fancybox__html5video {
  outline: none; }

/*ITEMS*/
.item_price {
  display: flex; }
  .item_price:has(.item_price_part:nth-child(2))::before {
    content: '';
    display: block;
    height: 40px;
    width: 1px;
    align-self: center;
    background-color: #9C9E9F;
    margin: 0 20px; }
  .item_price_part {
    order: -1; }
  .item_price_part:last-child {
    order: 1; }
  @media (max-width: 1200px) {
    .item_price {
      text-align: center;
      justify-content: center; } }

.item_param {
  display: flex;
  border-top: 1px solid #9C9E9F;
  border-bottom: 1px solid #9C9E9F;
  font-size: 13px;
  line-height: 1.1538461538;
  font-weight: 600;
  padding: 12px 0; }
  .item_param > strong {
    display: block;
    flex: 1 1 0%;
    padding-right: 10px;
    font-weight: inherit;
    color: #9C9E9F; }
  .item_param > span {
    display: block;
    text-align: right; }
  .item_param_group .item_param:nth-child(2) ~ .item_param {
    border-top: 0; }
  @media (max-width: 1200px) {
    .item_param_group .item_param:nth-child(1) ~ .item_param {
      border-top: 0; } }

.item_accord_head {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.46688;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  text-transform: uppercase; }
  .item_accord_head span {
    display: block;
    flex: 1 1 0%;
    padding-right: 10px; }
  .item_accord_head .sico {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    color: #E2001A;
    will-change: transform;
    transition: transform .25s; }
.item_accord.expanded .item_accord_head .sico {
  transform: rotate(180deg); }
.item_accord_expand {
  width: 100%;
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: start;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s;
  min-height: 0; }
  .item_accord_expand > div {
    min-height: 0;
    position: relative; }
    .item_accord_expand > div::after {
      content: '';
      display: block;
      border-bottom: 1px solid #fff; }
.item_accord.expanded .item_accord_expand {
  grid-template-rows: 1fr; }
.item_accord_content {
  padding-top: 20px;
  padding-bottom: 20px; }

.item_basket {
  display: flex;
  align-items: flex-start;
  position: relative;
  background-color: #fff;
  padding: 25px 90px 25px 40px; }
  .item_basket.pop {
    padding: 0; }
  @media (max-width: 1200px) {
    .item_basket {
      display: block;
      padding: 25px; } }
  .item_basket_close {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    width: 40px;
    height: 40px;
    background-color: #E2001A;
    color: #fff;
    padding: 9px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .25s; }
    .item_basket_close:hover {
      background-color: #000; }
  .item_basket_image {
    display: block;
    aspect-ratio: 1;
    flex: 0 0 150px;
    width: 150px;
    position: relative; }
    @media (max-width: 1200px) {
      .item_basket_image {
        margin: 0 auto; } }
    .item_basket_image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: scale-down; }
  .item_basket_desc {
    flex: 1 1 0%;
    max-width: 420px;
    align-self: center;
    padding-left: 50px; }
    @media (max-width: 1200px) {
      .item_basket_desc {
        text-align: center;
        padding: 25px 0 0 0;
        margin: 0 auto; } }
  .item_basket_params {
    flex: 1 1 0%;
    align-self: center;
    max-width: 300px;
    margin-left: auto; }
    @media (max-width: 1200px) {
      .item_basket_params {
        max-width: none;
        margin-top: 20px; } }
  .item_basket_param {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    min-height: 40px; }
    .item_basket_param .title_h5 {
      padding-right: 5px; }
  .item_basket_param + .item_basket_param {
    border-top: 1px solid #9C9E9F; }
  .item_basket_group .item_basket + .item_basket {
    margin-top: 20px; }

.item_basket2 {
  display: flex;
  align-items: flex-start;
  position: relative;
  background-color: #fff;
  padding: 15px 90px 15px 40px; }
  @media (max-width: 1200px) {
    .item_basket2 {
      padding: 25px; } }
  @media (max-width: 767px) {
    .item_basket2 {
      display: block;
      padding: 20px 25px 15px 25px; } }
  .item_basket2_desc {
    display: flex;
    flex: 1 1 0%;
    align-self: center;
    align-items: center; }
    .item_basket2_desc .title_h4:first-child, .item_basket2_desc .header_dropdown a:first-child, .header_dropdown .item_basket2_desc a:first-child, .item_basket2_desc .header_dropdown_title:first-child {
      flex: 0 0 200px;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .item_basket2_desc .title_h4:first-child, .item_basket2_desc .header_dropdown a:first-child, .header_dropdown .item_basket2_desc a:first-child, .item_basket2_desc .header_dropdown_title:first-child {
          flex: 1 1 0%; } }
  .item_basket2_params {
    flex: 1 1 0%;
    align-self: center;
    max-width: 300px;
    margin-left: auto; }
    @media (max-width: 767px) {
      .item_basket2_params {
        max-width: none;
        margin-top: 10px;
        border-top: 1px solid #9C9E9F;
        padding-top: 5px; } }
  .item_basket2_param {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    min-height: 40px; }
    .item_basket2_param .title_h5 {
      padding-right: 5px; }
  .item_basket2_param + .item_basket2_param {
    border-top: 1px solid #9C9E9F; }
  .item_basket2 + .item_basket2 {
    margin-top: 20px; }
  .item_basket + .item_basket2 {
    margin-top: 20px; }

.item_prod {
  display: flex;
  flex-direction: column; }
  .item_prod_top {
    display: flex;
    overflow: hidden;
    background-color: #F2F2F2;
    width: 100%; }
    .item_prod_top::before {
      content: '';
      display: block;
      padding-bottom: calc( (360/240) * 100%); }
  .item_prod_inner {
    display: grid;
    grid-auto-rows: 2fr auto 1fr;
    width: 100%;
    grid-template-columns: 1fr; }
  .item_prod_title {
    width: 100%;
    font-size: 15px;
    margin: 0;
    line-height: 1.3333333333;
    font-weight: 400;
    text-align: center; }
    .item_prod_title span {
      display: block;
      padding: 20px 20px 10px 20px; }
    @media (max-width: 767px) {
      .item_prod_title {
        font-size: 12px;
        line-height: 1.1666666667; }
        .item_prod_title span {
          padding: 20px 15px 10px 15px; } }
  .item_prod_image {
    margin: 0 auto;
    width: 84%;
    position: relative;
    aspect-ratio: 1; }
    .item_prod_image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: scale-down;
      mix-blend-mode: darken; }
  .item_prod_params {
    display: flex;
    align-items: flex-end; }
    .item_prod_params > div {
      display: flex;
      align-items: flex-end;
      width: 100%; }
  .item_prod_count {
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    line-height: 1.1538461538;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .item_prod.hidecount .item_prod_count {
      display: none; } }
  @media (max-width: 767px) {
    .item_prod.hidemore .item_prod_more {
      display: none; } }
  @media (max-width: 767px) {
    .item_prod.hidemore .item_prod_count {
      width: 100%;
      text-align: center; } }
  .item_prod_more {
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    line-height: 1.1538461538;
    text-transform: uppercase;
    color: #E2001A;
    margin-left: auto;
    position: relative;
    isolation: isolate;
    text-align: right;
    transition: all .25s; }
    .item_prod_more::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      aspect-ratio: 1;
      width: 150%;
      background: linear-gradient(-45deg, #E2001A 0%, #E2001A 50%, rgba(226, 0, 26, 0) 50%, rgba(226, 0, 26, 0) 100%);
      z-index: -1;
      transform: translateX(calc(100% - 20px));
      transition: transform .25s; }
  .item_prod_top:hover .item_prod_more {
    color: #fff;
    font-weight: 700; }
    .item_prod_top:hover .item_prod_more::before {
      transform: none; }
  .item_prod_price {
    display: flex;
    color: #9C9E9F;
    margin-top: 19px; }
    .item_prod_price strong {
      display: block;
      font-weight: 700;
      font-size: 20px;
      line-height: 1cap;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .item_prod_price strong {
          font-size: 18px; } }
    .item_prod_price span {
      display: block;
      font-size: 12px;
      line-height: 14px;
      font-weight: 600;
      padding-top: 5px; }
    .item_prod_price > div:last-child {
      margin-left: auto;
      text-align: right; }
    .item_prod_price > div:first-child strong {
      color: #E2001A; }
    @media (max-width: 767px) {
      .item_prod_price {
        display: block;
        text-align: center; }
        .item_prod_price > div:last-child {
          text-align: center; } }
    @media (max-width: 767px) {
      .item_prod_price div + div::before {
        content: '';
        display: block;
        margin: 12px auto;
        width: 35px;
        height: 1px;
        background-color: currentColor; } }
  .item_prod_bottom .btn_basic {
    margin-top: 18px; }
    @media (max-width: 767px) {
      .item_prod_bottom .btn_basic {
        margin-top: 10px; } }

.item_soc {
  display: flex;
  position: relative;
  overflow: clip; }
  .item_soc::before {
    content: '';
    display: block;
    padding-bottom: calc( (1/1) * 100%); }
  .item_soc_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s; }
    .item_soc_bg img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .item_soc:hover .item_soc_bg {
    transform: scale(1.1); }
  .item_soc_inner {
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: #E2001A;
    width: 100%;
    padding: 20px;
    will-change: opacity;
    opacity: 0;
    transition: opacity .6s; }
  .item_soc:hover .item_soc_inner {
    opacity: 1; }
  .item_soc_title {
    margin: 0;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scale(1.1) translateY(20px);
    will-change: transform, opacity;
    transition: transform .35s, opacity .35s; }
  .item_soc:hover .item_soc_title {
    opacity: 1;
    transform: none;
    transition-delay: .2s; }
  .item_soc_text {
    margin-top: auto;
    width: 100%;
    padding-top: 15px;
    color: #000;
    font-size: 13px;
    line-height: 1.3076923077;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scale(1.1) translateY(20px);
    will-change: transform, opacity;
    transition: transform .35s, opacity .35s; }
  .item_soc:hover .item_soc_text {
    opacity: 1;
    transform: none;
    transition-delay: .2s; }

@media (max-width: 1200px) {
  .item_icon {
    display: flex;
    align-items: center; } }
.item_icon .elm_icon {
  margin: 0 auto;
  max-width: 140px;
  width: 100%; }
  @media (max-width: 1200px) {
    .item_icon .elm_icon {
      width: 70px;
      height: 70px;
      flex: 0 0 70px; } }
@media (min-width: 1201px) {
  .item_icon_inner {
    text-align: center; } }
@media (max-width: 1200px) {
  .item_icon_inner {
    flex: 1 1 0%;
    padding-left: 20px; } }
.item_icon_inner .title_h4, .item_icon_inner .header_dropdown a, .header_dropdown .item_icon_inner a, .item_icon_inner .header_dropdown_title {
  margin-top: 20px; }
.item_icon_more {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #E2001A;
  line-height: 1.1538461538;
  margin-top: 10px; }
  @media (min-width: 1201px) {
    .item_icon_more {
      display: none; } }
  .item_icon_more span {
    display: block;
    padding-left: 7px; }
    .item_icon_more span:last-child {
      display: none; }
  .item_icon_more .sico {
    width: 10px;
    flex: 0 0 10px;
    height: 19px; }
@media (max-width: 1200px) {
  .item_icon.expanded .item_icon_more span:nth-child(2) {
    display: none; }
  .item_icon.expanded .item_icon_more span:last-child {
    display: block; } }
@media (max-width: 1200px) {
  .item_icon_expand {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .5s; }
    .item_icon_expand > div {
      overflow: hidden; } }
.item_icon_expand .item_icon_text {
  padding-top: 13px; }
  @media (max-width: 1200px) {
    .item_icon_expand .item_icon_text {
      padding-bottom: 5px; } }
.item_icon.expanded .item_icon_expand {
  grid-template-rows: 1fr; }

/*SWIPER*/
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
/* FONT_START */
@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");
  font-weight: 400;
  font-style: normal; }
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 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%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.slider-flex-wrapper {
  display: flex;
  align-items: stretch; }
.slider-flex .swiper-slide {
  height: auto; }

.slider-fade-wrapper {
  overflow: hidden; }
.slider-fade .swiper-slide {
  height: auto;
  width: 100% !important; }

.swiper-control {
  display: flex;
  align-items: center; }
  .swiper-control .count {
    margin-right: 20px; }
    .swiper-control .count .swiper-pagination-current {
      font-weight: 700; }
  .swiper-control .next,
  .swiper-control .prev {
    display: block;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    margin-left: 5px;
    padding: 5px 6px 5px 5px; }
    .swiper-control .next.swiper-button-disabled,
    .swiper-control .prev.swiper-button-disabled {
      opacity: .5;
      pointer-events: none; }
  .swiper-control .next {
    padding: 5px 5px 5px 6px; }
  .swiper-control.dark .next,
  .swiper-control.dark .prev {
    background-color: #000;
    color: #fff; }

.slider-hero {
  width: 100%;
  height: 100%; }
  .slider-hero-cont {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .slider-hero .swiper-slide {
    position: relative; }
    .slider-hero .swiper-slide > img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .slider-hero .sign {
    position: absolute;
    left: 30px;
    top: 20px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.9);
    transition: transform .35s, opacity .35s; }
    @media (max-width: 1200px) {
      .slider-hero .sign {
        left: 20px; } }
    .slider-hero .sign img {
      width: 36px;
      height: auto;
      display: block;
      flex: 0 0 36px; }
    .slider-hero .sign strong {
      display: block;
      color: #fff;
      padding-left: 12px;
      font-size: clamp(14px, 2vw, 18px); }
    .slider-hero .sign.dark strong {
      color: var(--color); }
  .slider-hero .swiper-slide-duplicate-active .sign,
  .slider-hero .swiper-slide-active .sign {
    transform: none;
    opacity: 1; }

.slider-fadeimg {
  overflow: hidden;
  transform: translateZ(0);
  isolation: isolate; }
  .slider-fadeimg .swiper-slide {
    position: relative; }
    .slider-fadeimg .swiper-slide a {
      display: block;
      position: relative;
      opacity: 0;
      transition: opacity .4s; }
      .slider-fadeimg .swiper-slide a::before {
        content: '';
        display: block;
        padding-bottom: calc( (1/1) * 100%); }
      .slider-fadeimg .swiper-slide a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: scale-down; }
      .slider-fadeimg .swiper-slide a .sico {
        position: absolute;
        width: 80px;
        height: 80px;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
        color: rgba(226, 0, 26, 0.5);
        transform: scale(1.5);
        opacity: 0;
        transition: transform .25s, opacity .25s; }
      .slider-fadeimg .swiper-slide a:hover .sico {
        transform: none;
        opacity: 1; }
  .slider-fadeimg .swiper-slide-duplicate-active a,
  .slider-fadeimg .swiper-slide-active a {
    opacity: 1;
    transition: opacity .4s .2s; }
  .slider-fadeimg-cont {
    position: relative;
    overflow: hidden; }

.swiper-gal {
  overflow: visible; }
  .swiper-gal-cont {
    overflow: visible;
    position: relative;
    margin: 0 auto;
    max-width: calc(1440px + 20px); }
  .swiper-gal .swiper-slide {
    display: block;
    flex: 0 1 auto;
    width: auto !important;
    padding: 0 10px; }
    .swiper-gal .swiper-slide a {
      display: block;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      height: 600px; }
      @media (max-width: 1360px) {
        .swiper-gal .swiper-slide a {
          height: 500px; } }
      @media (max-width: 1200px) {
        .swiper-gal .swiper-slide a {
          height: 300px; } }
      @media (max-width: 767px) {
        .swiper-gal .swiper-slide a {
          height: 180px; } }
      .swiper-gal .swiper-slide a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .swiper-gal [data-fancy-index] {
    display: block;
    height: 100%; }
  .swiper-gal .swiper-anchor {
    display: block;
    height: 100%; }

.slider-progress.swiper-pagination-horizontal {
  position: absolute;
  left: 0;
  height: 4px;
  top: auto;
  bottom: 0;
  width: 100%;
  animation: anim_basic .5s forwards;
  animation-play-state: paused;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.15); }
  .slider-progress.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: 0% 0%; }

.slider-custom-scrollbar {
  width: 100%;
  height: 100%;
  border-radius: 3px; }
  .slider-custom-scrollbar-cont {
    position: relative;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    width: calc(100% - 40px);
    transition: transform .25s; }
  .slider-custom-scrollbar-cont:hover {
    transform: scaleY(4); }
  .slider-custom-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    background-color: #000;
    cursor: grab; }
  .slider-custom-scrollbar.light .swiper-scrollbar-drag {
    background-color: #fff; }

.swiper_controls {
  display: flex;
  align-items: center; }
  .swiper_controls .slider-custom-scrollbar-cont {
    flex: 1 1 0%;
    max-width: none;
    margin-right: 15px; }
  .swiper_controls .btn_dir2 {
    flex: 0 0 30px;
    margin-left: 8px; }
    .swiper_controls .btn_dir2:first-child {
      margin-left: 0; }

.swiper-products {
  overflow: hidden; }
  @media (max-width: 767px) {
    .swiper-products {
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .swiper-products .swiper-wrapper {
      display: flex;
      flex-wrap: wrap; } }
  .swiper-products-cont {
    overflow: visible;
    position: relative;
    margin: 0 auto;
    max-width: 1560px;
    padding: 0 80px; }
    @media (max-width: 1360px) {
      .swiper-products-cont {
        padding: 0 35px; } }
    @media (max-width: 767px) {
      .swiper-products-cont {
        padding: 0 15px; } }
  .swiper-products .swiper-slide {
    display: flex;
    width: 280px;
    flex: 0 0 280px;
    height: auto;
    padding: 0 25px; }
    @media (max-width: 1360px) {
      .swiper-products .swiper-slide {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .swiper-products .swiper-slide {
        width: 50%;
        flex: 0 1 auto;
        padding: 5px; } }
    .swiper-products .swiper-slide .item_prod {
      width: 100%; }
  @media (max-width: 767px) {
    .swiper-products:has(.item_prod.hidemore) .swiper-slide:nth-child(2) ~ .swiper-slide {
      margin-top: 30px; } }
  .swiper-products .swiper-slide:first-child {
    margin-left: auto; }
  .swiper-products .swiper-slide:last-child {
    margin-right: auto; }

.swiper-hero {
  overflow: visible;
  height: 100%; }
  .swiper-hero-cont {
    overflow: visible;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1300px;
    width: 90%;
    height: 90%; }
  .swiper-hero .swiper-slide {
    height: 100%;
    width: 70%;
    position: relative; }
    .swiper-hero .swiper-slide span {
      display: block;
      overflow: hidden;
      max-height: 100%; }
    .swiper-hero .swiper-slide span::before {
      content: '';
      display: block;
      padding-bottom: calc( (1/1) * 100%); }
    .swiper-hero .swiper-slide a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all 0.5s; }
    .swiper-hero .swiper-slide img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: scale-down; }
  .swiper-hero .swiper-slide:not(.swiper-slide-active) a {
    filter: blur(5px);
    transform: scale(0.8);
    opacity: .7; }
  .swiper-hero .swiper-slide:first-child {
    margin-left: auto; }
  .swiper-hero .swiper-slide:last-child {
    margin-right: auto; }

.button_float {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 50px;
  height: 26px;
  top: calc(50% - 13px);
  color: #E2001A;
  left: 15px;
  transition: color .25s;
  z-index: 10; }
  @media (max-width: 1360px) {
    .button_float {
      width: 20px;
      height: 30px;
      top: calc(50% - 15px);
      left: 10px; } }
  .button_float:hover {
    color: #000; }
  .button_float.next {
    left: auto;
    right: 15px; }
    @media (max-width: 1360px) {
      .button_float.next {
        right: 10px; } }
  .button_float.swiper-button-disabled {
    opacity: .2;
    pointer-events: none; }

.swiper-image {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0; }
  .swiper-image-cont {
    overflow: hidden;
    position: relative;
    padding: 0 45px; }
    @media (max-width: 767px) {
      .swiper-image-cont {
        padding: 0 30px; } }
  .swiper-image .swiper-slide {
    display: flex;
    width: 25%;
    flex: 0 0 25%;
    padding: 10px 5px; }
    @media (max-width: 767px) {
      .swiper-image .swiper-slide {
        width: 33.333%;
        flex: 0 0 33.333%; } }
    .swiper-image .swiper-slide a {
      display: block;
      width: 100%;
      position: relative;
      aspect-ratio: 1;
      border: 10px solid transparent; }
      .swiper-image .swiper-slide a::before {
        content: '';
        position: absolute;
        inset: -10px;
        border: 1px solid #9C9E9F;
        transition: border .2s; }
      .swiper-image .swiper-slide a:hover::before {
        border-color: #E2001A; }
      .swiper-image .swiper-slide a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: scale-down; }
  .swiper-image-button {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 20px;
    height: 20px;
    color: #E2001A;
    left: 15px;
    top: calc(50% - 10px); }
    .swiper-image-button.swiper-button-disabled {
      opacity: .3; }
    @media (max-width: 767px) {
      .swiper-image-button {
        left: 7px; } }
    .swiper-image-button.next {
      left: auto;
      right: 15px; }
      @media (max-width: 767px) {
        .swiper-image-button.next {
          right: 7px; } }
  .swiper-image .swiper-slide:first-child {
    margin-left: auto; }
  .swiper-image .swiper-slide:last-child {
    margin-right: auto; }

.swiper-herotext .swiper-slide-inner {
  opacity: 0;
  transform-origin: 0 0;
  transform: scale(0.9);
  transition: all 0.4s; }
.swiper-herotext .swiper-slide-active .swiper-slide-inner {
  opacity: 1;
  transform: none;
  transition: all .4s .4s; }

/*ELEMENT*/
:root {
  --plyr-color-main: #E2001A;
  --plyr-control-radius: 0px;
  --plyr-control-radius: 0px;
  --plyr-menu-radius: 0px;
  --plyr-tooltip-radius: 0px; }

.plyr__control--overlaid {
  padding: calc(16px* 1.5); }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  border-radius: 0; }

.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  border-radius: 0; }

.plyr--full-ui input[type="range"]::-moz-range-progress {
  border-radius: 0; }

.plyr--full-ui input[type="range"]::-moz-range-thumb {
  border-radius: 0;
  transform: rotate(45deg); }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  border-radius: 0;
  transform: rotate(45deg); }

.title_big {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 110px;
  line-height: 1;
  font-size: clamp(38px, 11vmin, 110px);
  min-height: .000001vw; }

.title_h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 80px;
  line-height: 1.1;
  font-size: clamp(36px, 7vw, 80px);
  min-height: .000001vw; }

.title_h2 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.1;
  font-size: clamp(25px, 2.5vw, 35px);
  min-height: .000001vw; }

.title_h22 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.1;
  font-size: clamp(20px, 2.5vw, 35px);
  min-height: .000001vw; }

.title_h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.1;
  font-size: clamp(20px, 3vw, 25px);
  min-height: .000001vw; }

.title_h33 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  font-size: clamp(25px, 2vw, 30px);
  min-height: .000001vw; }

.title_h32 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  font-size: clamp(20px, 2vw, 30px);
  min-height: .000001vw; }

.title_h4, .header_dropdown a, .header_dropdown_title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  font-size: clamp(15px, 2vw, 20px);
  min-height: .000001vw; }
  @media (max-width: 1200px) {
    .title_h4, .header_dropdown a, .header_dropdown_title {
      line-height: 1.3333333333; } }

.title_h5 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.46688;
  min-height: .000001vw;
  letter-spacing: .02em; }
  @media (max-width: 1200px) {
    .title_h5 {
      line-height: 1.3333333333; } }

@media (min-width: 768px) {
  .title_floating {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; } }

.bg_arrow_white_bottom {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' preserveAspectRatio='none' viewBox='0 0 10 10' width='10' height='10' %3E%3Cpath d='M0,0 10,0 5,10'/%3E%3C/svg%3E");
  background-size: 38px 20px;
  background-position: top center; }

.bg_arrow2_bottom {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E2001A' preserveAspectRatio='none' viewBox='0 0 10 10' width='10' height='10' %3E%3Cpath d='M0,0 10,0 5,10'/%3E%3C/svg%3E");
  background-size: 38px 20px;
  background-position: top center; }

.bg_arrow4_bottom {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F2F2F2' preserveAspectRatio='none' viewBox='0 0 10 10' width='10' height='10' %3E%3Cpath d='M0,0 10,0 5,10'/%3E%3C/svg%3E");
  background-size: 38px 20px;
  background-position: top center; }

.bg_arrow5_bottom_hollow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' preserveAspectRatio='none' viewBox='0 0 10 10' width='10' height='10' %3E%3Cpath d='M0,0 10,0 5,10'/%3E%3C/svg%3E"), linear-gradient(to bottom, #DCDCDD 0%, #DCDCDD 100%), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DCDCDD' preserveAspectRatio='none' viewBox='0 0 10 10' width='10' height='10' %3E%3Cpath d='M0,0 10,0 5,10'/%3E%3C/svg%3E");
  background-size: 36px 19px, 100% 1px, 38px 20px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, top left, top center; }

.bg_arrow3_bottom_hollow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F2F2F2' preserveAspectRatio='none' viewBox='0 0 10 10' width='10' height='10' %3E%3Cpath d='M0,0 10,0 5,10'/%3E%3C/svg%3E"), linear-gradient(to bottom, #9C9E9F 0%, #9C9E9F 100%), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239C9E9F' preserveAspectRatio='none' viewBox='0 0 10 10' width='10' height='10' %3E%3Cpath d='M0,0 10,0 5,10'/%3E%3C/svg%3E");
  background-size: 36px 19px, 100% 1px, 38px 20px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, top left, top center; }

.bg4_80 {
  background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 80px, rgba(242, 242, 242, 0) 80px, rgba(242, 242, 242, 0) 100%); }

.border2_top {
  border-top: 1px solid #E2001A; }
.border3_top {
  border-top: 1px solid #9C9E9F; }
.border5_top {
  border-top: 1px solid #DCDCDD; }

.table_params {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: 12px;
  line-height: 1.1666666667; }
  .table_params th {
    background-color: #000;
    color: #fff;
    padding: 10px 8px;
    white-space: nowrap; }
  @media (min-width: 768px) {
    .table_params td {
      text-align: center;
      background-color: #fff;
      padding: 10px 8px; } }
  .table_params_price {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 700; }
    .table_params_price > * {
      display: block;
      width: 50%;
      flex: 0 0 50%;
      padding: 4px; }
    .table_params_price span:nth-child(1) {
      color: #E2001A; }
    .table_params_price span:nth-child(2) {
      color: #9C9E9F; }
    .table_params_price s {
      font-size: 12px;
      line-height: 1.1666666667;
      color: #9C9E9F; }
    .table_params_price span:nth-child(3) {
      background-color: #E2001A;
      color: #fff; }
    .table_params_price span:nth-child(4) {
      background-color: #E2001A;
      color: #900011; }
  td:has(.table_params_price) {
    padding: 0 5px; }
  .table_params tr[data-discount] {
    position: relative; }
    .table_params tr[data-discount]::after {
      content: attr(data-discount);
      position: absolute;
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 1.42857143;
      padding: 5px;
      height: 100%;
      background-color: #E2001A;
      color: #fff;
      font-weight: 700; }
      @media (max-width: 1540px) {
        .table_params tr[data-discount]::after {
          right: 100%; } }
      @media (max-width: 1200px) {
        .table_params tr[data-discount]::after {
          right: auto; } }
  .table_params_more {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    display: none;
    width: fit-content;
    margin: 10px auto 0 auto;
    font-weight: 600;
    line-height: 1.1538461538;
    font-size: 13px;
    text-transform: uppercase; }
    .table_params_more span {
      display: block; }
    .table_params_more .sico {
      color: #E2001A;
      width: 20px;
      height: 12px;
      display: block;
      margin: 8px auto 0 auto;
      transition: transform .25s; }
    .table_params_more:hover .sico {
      transform: translateY(5px); }
  .table_params_cont:has(tr:nth-child(5)):has(.table_params_more:not(.active)) tr:nth-child(4) ~ tr {
    display: none; }
  .table_params_cont:has(tr:nth-child(5)) .table_params_more:not(.active) {
    display: block; }
  @media (max-width: 767px) {
    .table_params, .table_params tbody {
      display: block; }
    .table_params tr {
      display: block;
      position: relative;
      width: 100%;
      padding: 15px 20px;
      background-color: #fff;
      border: 1px solid #fff; }
      .table_params tr:nth-child(2n) {
        background: none;
        border: 1px solid #9C9E9F; }
    .table_params tr[data-discount] {
      padding-top: 30px; }
      .table_params tr[data-discount]::after {
        top: -1px;
        left: -1px;
        height: auto;
        padding: 5px 15px; }
    .table_params tr + tr {
      margin-top: 20px; }
    .table_params thead {
      display: none; }
    .table_params td {
      display: flex;
      align-items: center;
      padding: 8px 0;
      text-align: right; }
      .table_params td[data-title]::before {
        content: attr(data-title);
        display: block;
        flex: 1 1 0%;
        padding-right: 7px;
        text-align: left; }
    .table_params td + td {
      border-top: 1px solid #9C9E9F; }
    .table_params td:has(.btn_basic) {
      display: block;
      text-align: center;
      padding-top: 20px; }
    .table_params td:has(.table_params_price) {
      padding-bottom: 0;
      display: block;
      text-align: center; }
    .table_params td:has(.table_params_price):before {
      text-align: center; }
    .table_params .table_params_price {
      margin: 0 auto;
      max-width: 200px;
      margin-top: 5px; }
      .table_params .table_params_price span:nth-child(1),
      .table_params .table_params_price span:nth-child(2) {
        padding-bottom: 5px; } }

.table_history {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1666666667; }
  .table_history th {
    font-weight: inherit;
    background-color: #fff;
    padding: 13px 10px; }
  .table_history td {
    text-align: center; }
    @media (min-width: 768px) {
      .table_history td {
        border-bottom: 1px solid #9C9E9F;
        padding: 13px 10px; } }
  .table_history a {
    color: #E2001A; }
    .table_history a:not(:hover) {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .table_history thead {
      display: none; }
    .table_history, .table_history tr, .table_history td {
      display: block; }
    .table_history tbody {
      display: flex;
      flex-wrap: wrap; }
    .table_history td + td {
      padding-top: 10px; }
    .table_history tr {
      position: relative;
      width: 50%;
      padding: 20px 10px; }
      .table_history tr:nth-child(2n-1)::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 200%;
        height: 1px;
        background-color: #9C9E9F; }
      .table_history tr:nth-child(2n - 1) {
        border-right: 1px solid #9C9E9F; } }

.breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 14px;
  text-align: left; }
  .breadcrumbs > span {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .breadcrumbs span span {
    display: flex;
    align-items: center;
    margin-right: 8px;
    padding: 4px 0; }
    .breadcrumbs span span:before {
      content: '';
      display: block;
      margin: 0 8px 0 0;
      width: 4px;
      height: 8px;
      background: url(../layout/li.svg) left top no-repeat;
      background-size: 100% 100%; }
  .breadcrumbs .sico {
    position: relative;
    top: -1px;
    width: 14px;
    height: 22px; }
  .breadcrumbs a {
    transition: color .25s; }
    .breadcrumbs a:hover {
      color: #E2001A; }

.btn_category {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 80px;
  border: 1px solid #F2F2F2;
  font-size: 15px;
  line-height: 1.46688;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: box-shadow .2s, color .2s, border .2s; }
  @media (max-width: 767px) {
    .btn_category {
      font-size: 13px;
      line-height: 1.1538461538;
      min-height: 60px; } }
  .btn_category:hover {
    color: #E2001A;
    border-color: #E2001A;
    box-shadow: 0 0 0 1px #E2001A; }

.btn_share {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 1.1666666667;
  font-weight: 600;
  color: #E2001A; }
  .btn_share .sico {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    color: #000; }
  .btn_share > span {
    display: block;
    padding-left: 6px; }
  .btn_share:hover > span {
    text-decoration: underline; }

.btn_circle {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 46px;
  height: 46px;
  color: #fff;
  border: 2px solid currentColor;
  transition: color .25s;
  border-radius: 50%; }
  .btn_circle:hover {
    color: #000; }
  .btn_circle .sico {
    width: 20px;
    height: 20px;
    margin: 10px auto 0 auto; }
  @media (max-width: 1200px) {
    .btn_circle.respo {
      width: 30px;
      height: 30px; }
      .btn_circle.respo .sico {
        width: 12px;
        height: 12px;
        margin: 7px auto 0 auto; } }

.btn_back {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  width: 46px;
  height: 46px;
  transition: color .25s; }
  .btn_back:hover {
    color: #000; }
  @media (max-width: 1200px) {
    .btn_back {
      width: 30px;
      height: 30px; } }

.input_number {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: none;
  background-color: transparent;
  font-size: 13px;
  line-height: 1.1538461538;
  width: 38px;
  text-align: center; }
  .input_number {
    -moz-appearance: textfield; }
  .input_number::-webkit-outer-spin-button, .input_number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .input_number:hover, .input_number:focus {
    -moz-appearance: number-input; }
  .input_number_cont {
    display: flex;
    align-items: center;
    width: 78px; }
  .input_number_up, .input_number_down {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    width: 20px;
    height: 20px;
    background-color: #E2001A;
    border-radius: 50%;
    color: #fff;
    padding: 5px;
    transition: background .25s; }
    .input_number_up:hover, .input_number_down:hover {
      background-color: #000; }

.input_basic,
.input_select {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: none;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.46688;
  color: #000;
  padding: 9px 15px;
  transition: box-shadow .25s; }
  .input_basic:focus,
  .input_select:focus {
    box-shadow: inset 0 0 0 1px #e2001a; }
  .input_basic::-webkit-input-placeholder,
  .input_select::-webkit-input-placeholder {
    color: #9c9e9f;
    opacity: 1;
    font-weight: 400; }
  .input_basic::-moz-placeholder,
  .input_select::-moz-placeholder {
    color: #9c9e9f;
    opacity: 1;
    font-weight: 400; }
  .input_basic:-ms-input-placeholder,
  .input_select:-ms-input-placeholder {
    color: #9c9e9f;
    opacity: 1;
    font-weight: 400; }
  .input_basic:-moz-placeholder,
  .input_select:-moz-placeholder {
    color: #9c9e9f;
    opacity: 1;
    font-weight: 400; }
  .input_basic.bg2,
  .input_select.bg2 {
    color: #fff;
    background-color: #E2001A;
    box-shadow: inset 0 0 0 1px white; }
    .input_basic.bg2::-webkit-input-placeholder,
    .input_select.bg2::-webkit-input-placeholder {
      color: black;
      opacity: 1;
      font-weight: 400; }
    .input_basic.bg2::-moz-placeholder,
    .input_select.bg2::-moz-placeholder {
      color: black;
      opacity: 1;
      font-weight: 400; }
    .input_basic.bg2:-ms-input-placeholder,
    .input_select.bg2:-ms-input-placeholder {
      color: black;
      opacity: 1;
      font-weight: 400; }
    .input_basic.bg2:-moz-placeholder,
    .input_select.bg2:-moz-placeholder {
      color: black;
      opacity: 1;
      font-weight: 400; }
    .input_basic.bg2:focus,
    .input_select.bg2:focus {
      box-shadow: inset 0 0 0 1px black; }
  .input_basic.bg4,
  .input_select.bg4 {
    background-color: #F2F2F2; }

.input_select {
  appearance: none;
  background: #fff url(../layout/select.svg) right 14px center no-repeat; }
  .input_select::-ms-expand {
    display: none; }

.btn_basic {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-size: 15px;
  line-height: 1.46688;
  font-weight: 600;
  border: 1px solid #E2001A;
  padding: 8px 20px;
  text-align: center;
  isolation: isolate;
  overflow: clip;
  letter-spacing: .02em;
  transition: color .35s, border .35s; }
  .btn_basic::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: calc(100% + 2px);
    background-color: #E2001A;
    transform-origin: 0% 100%;
    transform: skewX(-30deg) translateX(100%);
    z-index: -1;
    transition: transform .35s; }
  .btn_basic:hover {
    color: #fff; }
    .btn_basic:hover::before {
      transform: none; }
  .btn_basic.bg2 {
    border-color: #fff; }
    .btn_basic.bg2::before {
      background-color: #000; }
    .btn_basic.bg2:hover {
      border-color: #000; }
  .btn_basic.type1 {
    background-color: #E2001A;
    color: #fff; }
    .btn_basic.type1::before {
      background-color: #000; }
  @media (min-width: 768px) {
    .btn_basic.type2 {
      padding: 13px 20px; } }
  .btn_basic.small {
    font-size: 13px;
    line-height: 1.231;
    padding: 6px 10px; }
  @media (max-width: 767px) {
    .btn_basic.respo {
      font-size: 13px;
      line-height: 1.1538461538;
      padding: 11px 15px; } }

.btn_icon {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  display: inline-flex;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.1538461538;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
  transition: background-color .25s, color .25s; }
  .btn_icon:hover {
    background-color: #000;
    color: #fff; }
  .btn_icon .sico {
    width: 32px;
    height: 32px;
    flex: 0 0 32px; }
  .btn_icon > span {
    display: block;
    margin-left: auto;
    padding: 4px 10px 4px 10px; }

.btn_slide {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-size: 15px;
  line-height: 1.46688;
  font-weight: 700;
  text-align: center;
  display: inline-flex; }
  .btn_slide span {
    display: block;
    padding: 8px 20px;
    flex: 0 0 100%;
    width: 100%; }
    .btn_slide span:last-child {
      position: absolute; }
  .btn_slide span:first-child {
    background-color: #F2F2F2;
    opacity: 0;
    transition: opacity 0s .3s; }
  .btn_slide span:last-child {
    background-color: #E2001A;
    color: #fff;
    transition: transform .3s; }
  .btn_slide:hover span:first-child {
    transition: none;
    opacity: 1; }
  .btn_slide:hover span:last-child {
    transform: translateY(-100%); }

.input_checkbig {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.25;
  padding: 35px 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  transition: border .3s;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .input_checkbig {
      padding: 25px 20px; } }
  .input_checkbig:has(input:checked) {
    border-color: #E2001A; }
  .input_checkbig input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    border: 0;
    outline: none;
    opacity: 0; }
  .input_checkbig > span {
    display: block; }
  .input_checkbig strong {
    color: #E2001A;
    display: block; }

.input_checkbox {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align: left;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #fff;
  background-color: #fff;
  accent-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  outline: none;
  background-clip: padding-box;
  transform: rotate(45deg);
  clip-path: inset(0% 0% 0% 0%);
  transition: background-color .25s, box-shadow .25s, border .25s;
  border: 5px solid #fff; }
  .input_checkbox:checked {
    background-color: #E2001A;
    outline: none; }
  .input_checkbox_cont {
    display: flex;
    align-items: flex-start; }
  .input_checkbox_text {
    flex: 0 1 auto;
    padding: 0 0;
    padding-left: 1em;
    align-self: center;
    user-select: none;
    text-align: left;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 600; }
    .input_checkbox_text a:hover {
      text-decoration: underline; }
    .input_checkbox_text.text_s13 {
      font-size: 13px;
      line-height: 1.1538461538; }
    .input_checkbox_text.a_color2 a {
      color: #E2001A;
      text-decoration: underline; }
      .input_checkbox_text.a_color2 a:hover {
        text-decoration: none; }
    .input_checkbox_text.flex {
      display: flex;
      flex: 1 1 0%; }
      .input_checkbox_text.flex > span {
        display: block; }
        .input_checkbox_text.flex > span:first-child {
          flex: 1 1 0%; }
        .input_checkbox_text.flex > span:last-child {
          white-space: nowrap;
          padding-left: 10px; }
  .input_checkbox_cont.light .input_checkbox {
    border: 1px solid #fff;
    box-shadow: inset 0 0 0 10px #E2001A;
    background-color: #E2001A; }
    .input_checkbox_cont.light .input_checkbox:checked {
      background: #fff;
      box-shadow: inset 0 0 0 5px #E2001A;
      outline: none; }
  .input_checkbox_cont.small .input_checkbox {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    margin: 3px 0; }
    .input_checkbox_cont.small .input_checkbox:checked {
      box-shadow: inset 0 0 0 3px #fff; }
  .input_checkbox_cont.small.light .input_checkbox:checked {
    box-shadow: inset 0 0 0 3px #E2001A; }

.input_checkbox2 {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align: left;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #fff;
  background-color: #fff;
  accent-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  outline: none;
  clip-path: inset(0% 0% 0% 0%);
  transition: background-color .25s, box-shadow .25s, border .25s;
  border: 1px solid #9C9E9F; }
  .input_checkbox2:checked {
    background: #fff url(../layout/check2.svg) center center no-repeat;
    outline: none; }
  .input_checkbox2_cont {
    display: flex;
    align-items: flex-start;
    cursor: pointer; }
    .input_checkbox2_cont > span {
      display: block;
      padding-left: 10px;
      font-size: 14px;
      line-height: 1.42857143; }
  .input_checkbox2_group .input_checkbox2_cont + .input_checkbox2_cont {
    margin-top: 20px; }

.social {
  display: inline-flex; }
  .social a {
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 6px;
    transition: color .25s; }
    .social a:first-child {
      margin-left: 0; }
    .social a:last-child {
      margin-right: 0; }
    .social a:hover {
      color: #000; }

.elm_logo {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .elm_logo::before {
    content: '';
    display: block;
    padding-bottom: calc( (116/233) * 100%); }
  .elm_logo svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: visible; }
    .elm_logo svg * {
      transform-box: fill-box; }
  .elm_logo .m {
    opacity: 0; }
  .elm_logo.hover:hover .ar {
    animation: anim_movelogo 1s forwards ease-in-out; }
  .elm_logo.hover:hover .m {
    opacity: 1;
    animation: anim_movelogo 1s forwards ease-in-out; }

.elm_icon {
  position: relative;
  aspect-ratio: 1; }
  .elm_icon svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: visible; }
    .elm_icon svg * {
      transform-box: fill-box; }
  .elm_icon.type1 .s {
    transform-origin: 50% 50%;
    animation: anim_rotate 10s infinite linear; }
  .elm_icon.type1 .b {
    transform-origin: 50% 50%;
    animation: anim_rotate 30s infinite linear; }
  .elm_icon.type1 .j {
    transform-origin: 50% 50%;
    will-change: transform;
    animation: anim_jump 1s infinite ease-in-out alternate; }
  .elm_icon.type2 .l, .elm_icon.type2 .r, .elm_icon.type2 .t {
    transform: rotate(-20deg);
    opacity: 0;
    transform-origin: 0% 100%;
    animation: anim_package1 4s infinite linear; }
  .elm_icon.type2 .l {
    transform: rotate(-20deg) translateX(-25%);
    animation: anim_package2 4s infinite linear; }
  .elm_icon.type2 .t {
    transform: rotate(-20deg) translateX(-25%);
    animation: anim_package3 4s infinite linear; }
  .elm_icon.type3 .t {
    transform: scale(1.2) rotate(10deg);
    opacity: 0;
    transform-origin: 50% 50%;
    animation: anim_arrows1 4s infinite linear; }
  .elm_icon.type4 .b, .elm_icon.type4 .l, .elm_icon.type4 .r {
    opacity: 0;
    transform-origin: 50% 50%;
    animation: anim_basic 3s infinite ease-in-out alternate; }
  .elm_icon.type4 .b {
    animation-delay: .5s; }
  .elm_icon.type4 .r {
    animation-delay: 1s; }
  .elm_icon.type5 .n1, .elm_icon.type5 .n2, .elm_icon.type5 .n3 {
    opacity: 0;
    transform-origin: 50% 50%;
    animation: anim_arrows2 3s infinite ease-in-out; }
  .elm_icon.type5 .n2 {
    animation-delay: .3s; }
  .elm_icon.type5 .n3 {
    animation-delay: .6s; }
  .elm_icon.type1:not(:hover) {
   /* .s{
      animation-play-state: paused;
    }

    .b{
      animation-play-state: paused;
    }

    .j{
      animation-play-state: paused;
    }*/ }

@keyframes anim_movelogo {
  50% {
    transform: translateX(-50%); }
  100% {
    transform: none; } }
@keyframes anim_jump {
  to {
    transform: translateY(40%); } }
@keyframes anim_rotate {
  to {
    transform: rotate(360deg); } }
@keyframes anim_arrows1 {
  40% {
    opacity: 1; }
  50% {
    opacity: 1;
    transform: none; }
  90% {
    opacity: 0;
    transform: none; } }
@keyframes anim_arrows2 {
  0% {
    opacity: 0;
    transform: translateY(-20%); }
  30% {
    opacity: 1; }
  60% {
    opacity: 0;
    transform: translateY(20%); } }
@keyframes anim_package1 {
  from {
    transform: rotate(-20deg);
    opacity: 0; }
  25% {
    transform: none;
    opacity: 1; }
  85% {
    transform: none;
    opacity: 1;
    transform-origin: 50% 100%; }
  95% {
    transform: scale(0.5);
    opacity: 0;
    transform-origin: 50% 100%; } }
@keyframes anim_package2 {
  10% {
    transform: rotate(-20deg) translateX(-25%);
    opacity: 0; }
  30% {
    transform: none;
    opacity: 1; }
  85% {
    transform: none;
    opacity: 1;
    transform-origin: 50% 100%; }
  95% {
    transform: scale(0.5);
    opacity: 0;
    transform-origin: 50% 100%; } }
@keyframes anim_package3 {
  20% {
    transform: rotate(-20deg) translateX(-25%);
    opacity: 0; }
  40% {
    transform: none;
    opacity: 1; }
  85% {
    transform: none;
    opacity: 1;
    transform-origin: 50% 100%; }
  95% {
    transform: scale(0.5);
    opacity: 0;
    transform-origin: 50% 100%; } }
.js.observer .anim_drop1 {
  opacity: 0;
  transform: translateY(20px); }
.anim_drop1.intersecting {
  animation: anim_basic 1s .2s forwards ease-in-out; }

.js.observer .anim_clip3 {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
  .js.observer .anim_clip3 > img {
    transform: translateX(-15%); }
.anim_clip3.intersecting {
  animation: anim_clip3 1s .2s forwards ease-in-out; }
  .anim_clip3.intersecting > img {
    animation: anim_basic 1s calc(var(--animation-delay) * 1ms) forwards ease-out; }

@keyframes anim_basic {
  to {
    transform: none;
    opacity: 1; } }
@keyframes anim_basic2 {
  60% {
    opacity: 1; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes anim_clip1 {
  40% {
    clip-path: circle(25% at 50% 75%); }
  100% {
    clip-path: circle(100% at 50% 50%); } }
@keyframes anim_clip2 {
  100% {
    clip-path: circle(100% at 50% 50%); } }
@keyframes anim_clip3 {
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); } }
.drop-zone {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.3333333;
  cursor: pointer;
  border: 2px dashed #9C9E9F;
  border-radius: 8px;
  background-color: rgba(156, 158, 159, 0.4); }

.drop-zone--over {
  border-style: solid; }

.drop-zone__input {
  display: none; }

.drop-zone__thumb {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  background-color: #e30613; }

.drop-zone__thumb::before {
  content: attr(data-label);
  display: block;
  position: relative;
  width: 100%;
  color: #ffffff;
  background: #e30613;
  padding: 10px;
  text-align: center; }

/*BOX*/
.box_filter_head {
  display: flex;
  width: 100%;
  align-items: center; }
  .box_filter_head .title_h4, .box_filter_head .header_dropdown a, .header_dropdown .box_filter_head a, .box_filter_head .header_dropdown_title {
    flex: 1 1 0%; }
.box_filter_reset {
  display: block;
  color: #E2001A;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.46688; }
  .box_filter_reset:hover {
    text-decoration: underline; }

.box_listing:after {
  content: "";
  clear: both;
  display: table; }
@media (max-width: 1200px) {
  .box_listing {
    display: block; } }
.box_listing_left {
  float: left;
  width: 320px; }
  @media (max-width: 1360px) {
    .box_listing_left {
      width: 300px; } }
  @media (max-width: 1200px) {
    .box_listing_left {
      width: auto;
      float: none; } }
.box_listing_top {
  float: right;
  width: calc(100% - 360px); }
  @media (max-width: 1360px) {
    .box_listing_top {
      width: calc(100% - 340px); } }
  @media (max-width: 1200px) {
    .box_listing_top {
      width: auto;
      float: none; } }
.box_listing_content {
  float: right;
  width: calc(100% - 360px); }
  @media (max-width: 1360px) {
    .box_listing_content {
      width: calc(100% - 340px); } }
  @media (max-width: 1200px) {
    .box_listing_content {
      width: auto;
      float: none; } }
.box_listing_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; }
  @media (max-width: 1360px) {
    .box_listing_list {
      gap: 30px; } }
  @media (max-width: 767px) {
    .box_listing_list {
      gap: 10px; } }
  .box_listing_list .item_prod {
    width: calc(25% - 30px); }
    @media (max-width: 1360px) {
      .box_listing_list .item_prod {
        width: calc(33.333% - 20px); } }
    @media (max-width: 767px) {
      .box_listing_list .item_prod {
        width: calc(50% - 5px); } }
  @media (max-width: 767px) {
    .box_listing_list .item_prod:nth-child(2) ~ .item_prod {
      margin-top: 15px; } }
@media (min-width: 1201px) {
  .box_listing_params {
    display: flex;
    background-color: #F2F2F2; } }
.box_listing_count {
  font-size: 15px;
  line-height: 1.46688;
  background-color: #F2F2F2; }
  @media (min-width: 1201px) {
    .box_listing_count {
      padding: 14px 25px;
      flex: 1 1 0%; } }
  @media (max-width: 1200px) {
    .box_listing_count {
      background-color: transparent;
      padding: 15px 0;
      text-align: center;
      font-size: 13px;
      line-height: 1.1538461538; } }
.box_listing_order {
  display: flex;
  background-color: #F2F2F2;
  white-space: nowrap;
  align-self: center;
  align-items: center;
  margin-right: 20px; }
  @media (max-width: 1200px) {
    .box_listing_order {
      padding: 20px;
      margin: 0;
      justify-content: center; } }
  @media (max-width: 767px) {
    .box_listing_order {
      display: block;
      padding: 20px; } }
  @media (min-width: 768px) {
    .box_listing_order > * + * {
      margin-left: 15px; } }
  @media (max-width: 767px) {
    .box_listing_order > * + * {
      margin-top: 20px; } }
@media (max-width: 1200px) {
  .box_listing_sale {
    text-align: center;
    margin-top: 20px; } }

.box_tabs {
  position: relative; }
  @media (max-width: 1200px) {
    .box_tabs {
      border-bottom: 1px solid #9C9E9F; } }
  @media (max-width: 1200px) {
    .box_tabs:has(.box_tabs_item.active:last-child) {
      border-bottom: 1px solid #000; } }
  @media (min-width: 1201px) {
    .box_tabs {
      display: flex;
      flex-wrap: wrap; }
      .box_tabs::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50px;
        height: 2px;
        background-color: #000;
        transform: translateX(-50%);
        width: 100vw;
        z-index: 0; } }
  .box_tabs_button {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    flex: 1 1 0%;
    order: -1;
    font-size: 15px;
    line-height: 1.46688;
    color: #9C9E9F;
    font-weight: 600;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: color .25s;
    position: relative;
    overflow-y: clip;
    isolation: isolate;
    z-index: 1; }
    @media (max-width: 1200px) {
      .box_tabs_button {
        padding: 12px 15px;
        border-top: 1px solid #9C9E9F; } }
    @media (min-width: 1201px) {
      .box_tabs_button::before {
        content: '';
        position: absolute;
        height: 200%;
        aspect-ratio: 1;
        left: 0;
        top: 0;
        transform-origin: 0% 0%;
        border-left: 2px solid rgba(0, 0, 0, 0);
        transform: rotate(30deg);
        background-color: #fff;
        z-index: -1;
        opacity: 0;
        transition: border .2s; }
      .box_tabs_button::after {
        content: '';
        position: absolute;
        height: 200%;
        aspect-ratio: 1;
        right: 0;
        top: 0;
        transform-origin: 100% 0%;
        border-right: 2px solid rgba(0, 0, 0, 0);
        transform: rotate(-30deg);
        background-color: #fff;
        z-index: -1;
        opacity: 0;
        transition: border .2s; } }
    .box_tabs_button i {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #000;
      opacity: 0;
      transition: opacity .2s; }
    .box_tabs_button.active {
      color: #000;
      background-color: #fff; }
      @media (min-width: 1201px) {
        .box_tabs_button.active i {
          opacity: 1; }
        .box_tabs_button.active::before, .box_tabs_button.active::after {
          opacity: 1;
          border-color: black; } }
    @media (max-width: 1200px) {
      .box_tabs_button {
        font-size: 13px;
        line-height: 1.1538461538; } }
    .box_tabs_button span {
      display: block; }
      @media (min-width: 1201px) {
        .box_tabs_button span {
          transform: translateY(-7px);
          transition: transform .25s; } }
    @media (min-width: 1201px) {
      .box_tabs_button.active span {
        transform: translateY(7px); } }
  @media (max-width: 1200px) {
    .box_tabs_button.active {
      border-top-color: #000; } }
  @media (max-width: 1200px) {
    .box_tabs_item.active + .box_tabs_button {
      border-top-color: #000; } }
  .box_tabs_item {
    width: 100%;
    display: none;
    opacity: 0;
    transform: scale(0.95);
    padding-top: 60px; }
    @media (max-width: 1200px) {
      .box_tabs_item {
        padding: 5px 0 25px 0; } }
    .box_tabs_item.active {
      display: block;
      animation: anim_basic .6s .15s forwards; }

.box_popup {
  position: fixed;
  display: flex;
  overflow-x: hidden;
  align-items: flex-start;
  justify-content: flex-start;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 350;
  padding: 10px; }
  .box_popup:not(.active) {
    display: none; }
  .box_popup_cover {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0; }
  .box_popup.active .box_popup_cover {
    opacity: 1; }
  .box_popup_inner {
    position: relative;
    margin: auto;
    opacity: 0;
    width: 100%;
    transform: translateY(15px); }
  .box_popup.active .box_popup_inner {
    animation: anim_basic .5s forwards; }
  .box_popup_close {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    width: 40px;
    height: 40px;
    background-color: #E2001A;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0; }
  .box_popup_head {
    display: flex;
    justify-content: center;
    min-height: 40px;
    background-color: #000;
    color: #fff;
    padding: 8px 45px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 15px;
    line-height: 1.46688; }

.box_steps {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
  @media (max-width: 767px) {
    .box_steps {
      font-size: 15px;
      line-height: 1.46688; } }
  .box_steps div {
    display: flex;
    position: relative;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center; }
    .box_steps div::after, .box_steps div::before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 5px;
      width: 50%;
      height: 1px;
      background-color: #9C9E9F; }
    .box_steps div::after {
      left: auto;
      right: 50%; }
    .box_steps div:first-child::after {
      display: none; }
    .box_steps div:last-child::before {
      display: none; }
  .box_steps span {
    display: block;
    padding-bottom: 35px; }
    .box_steps span::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0;
      width: 11px;
      height: 11px;
      transform: rotate(45deg);
      background-color: #9C9E9F; }
  .box_steps div:not(.active) {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.46688; }
    @media (max-width: 767px) {
      .box_steps div:not(.active) {
        font-size: 13px;
        line-height: 1.1538461538; } }
  .box_steps div.done::after, .box_steps div.done::before {
    background-color: #E2001A; }
  .box_steps div.done span::after {
    background-color: #E2001A; }
  .box_steps div.active::after {
    background-color: #E2001A;
    right: calc(50% + 18px); }
    @media (max-width: 767px) {
      .box_steps div.active::after {
        right: calc(50% + 14px); } }
  .box_steps div.active::before {
    left: calc(50% + 18px); }
    @media (max-width: 767px) {
      .box_steps div.active::before {
        left: calc(50% + 14px); } }
  .box_steps div.active span::after {
    background-color: #E2001A; }
    @media (min-width: 768px) {
      .box_steps div.active span::after {
        width: 15px;
        height: 15px;
        bottom: -2px; } }
  .box_steps div.active span::before {
    content: '';
    position: absolute;
    margin: 0 auto;
    bottom: -9px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    width: 29px;
    height: 29px;
    border: 2px solid #E2001A; }
    @media (max-width: 767px) {
      .box_steps div.active span::before {
        width: 21px;
        height: 21px;
        bottom: -5px; } }

.form .subform1 {
  display: none; }
.form:has(.subform1_checker:checked) .subform1 {
  display: block; }
.form .subform2 {
  display: none; }
.form:has(.subform2_checker:checked) .subform2 {
  display: block; }

.box_hero {
  position: relative; }
  .box_hero_inner {
    display: flex;
    position: relative; }
    @media (min-width: 1201px) {
      .box_hero_inner::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 100vw;
        background-color: #fff; } }
  .box_hero_sizer {
    width: 100%;
    margin-left: -100%;
    overflow: hidden;
    max-height: min(660px, calc(100svh - 140px - 30px)); }
    .box_hero_sizer::before {
      content: '';
      display: block;
      padding-bottom: calc( (660/1440) * 100%); }
    @media (max-width: 1200px) {
      .box_hero_sizer {
        display: none; } }
  .box_hero_left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    z-index: 10;
    padding: 50px 0; }
    @media (max-width: 1200px) {
      .box_hero_left {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 30px 0; } }
    .box_hero_left::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      left: auto;
      right: 50%;
      background-color: #fff; }
    .box_hero_left::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: calc(50% + 1px);
      height: 100%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' preserveAspectRatio='none' viewBox='0 0 388 660' width='388' height='660' %3E%3Cpath d='M388,0l-388,0l0,660l1,0l387,-660Z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: left top; }
  .box_hero_content {
    position: relative;
    margin: auto auto auto 0;
    width: 60%;
    z-index: 2; }
    @media (max-width: 1200px) {
      .box_hero_content {
        width: 100%; } }
  .box_hero_right {
    position: relative;
    background: #000; }
    @media (min-width: 1201px) {
      .box_hero_right {
        position: absolute;
        right: 0;
        top: 0;
        width: calc(50% + min(calc(1440px/2 - 324px), 26.1%));
        height: 100%;
        padding-left: calc(min(250px, 20.7%)); } }
    .box_hero_right::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000 url(../layout/bghero.jpg) center center no-repeat;
      background-size: cover;
      opacity: .69; }
    @media (max-width: 1360px) {
      .box_hero_right {
        width: calc(50% + min(calc(1440px/2 - 324px), 26.7%)); } }
    @media (max-width: 1200px) {
      .box_hero_right {
        width: 100%;
        padding: 0; } }
    .box_hero_right_inner {
      position: relative;
      width: 100%;
      height: 100%; }
      @media (max-width: 1200px) {
        .box_hero_right_inner {
          height: auto;
          min-height: 400; }
          .box_hero_right_inner::before {
            content: '';
            display: block;
            padding-bottom: calc( (9/16) * 100%); } }
  .box_hero_controls a {
    display: block;
    width: fit-content;
    line-height: 1cap;
    font-size: clamp(36px, 3vmax, 60px);
    font-weight: 800;
    margin-top: .3em;
    transition: color .25s; }
    .box_hero_controls a.active, .box_hero_controls a:hover {
      color: #E2001A; }

.box_video {
  position: relative;
  max-height: calc(100svh - 100px); }
  .box_video::before {
    content: '';
    display: block;
    padding-bottom: calc( (9/16) * 100%); }
  .box_video > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 768px) {
  .box_product + .box_product {
    border-top: 1px solid #EDEDEE; } }
.box_product_inner {
  display: flex;
  position: relative; }
  @media (max-width: 767px) {
    .box_product_inner {
      display: block;
      width: 100%; } }
.box_product_left {
  display: flex;
  position: relative;
  width: 45.5%;
  padding: 75px 0; }
  @media (max-width: 767px) {
    .box_product_left {
      width: 100%;
      padding: 0; } }
  .box_product_left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../layout/bgp1.svg) top left no-repeat;
    background-size: 100% 100%; }
    @media (max-width: 767px) {
      .box_product_left::before {
        background-image: url(../layout/bgp1s.svg); } }
.box_product.reverse .box_product_left::before {
  background-image: url(../layout/bgp2.svg); }
  @media (max-width: 767px) {
    .box_product.reverse .box_product_left::before {
      background-image: url(../layout/bgp2s.svg); } }
.box_product_image {
  position: relative;
  aspect-ratio: 620/530;
  width: 100%;
  margin: auto; }
  @media (max-width: 767px) {
    .box_product_image {
      margin: 0 auto;
      max-width: 310px;
      width: calc(100% - 40px); } }
  .box_product_image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down; }
.box_product_right {
  width: 50%;
  padding: 120px 0;
  margin-left: auto;
  align-self: center; }
  @media (max-width: 1360px) {
    .box_product_right {
      padding: 75px 0; } }
  @media (max-width: 767px) {
    .box_product_right {
      width: calc(100% - 40px);
      padding: 30px 0 40px 0;
      margin: 0 auto; } }
.box_product_content {
  max-width: 655px; }
.box_product_button {
  margin-top: 35px; }
  @media (min-width: 1361px) {
    .box_product_button {
      position: absolute;
      bottom: 60px;
      left: 0;
      right: 0;
      text-align: center;
      margin-top: 0; } }
  @media (max-width: 767px) {
    .box_product_button {
      text-align: center; } }

.box_nl {
  display: flex;
  padding: 30px 45px; }
  @media (max-width: 1200px) {
    .box_nl {
      display: block;
      padding: 20px; } }
  .box_nl_left {
    display: flex;
    align-items: center;
    color: #fff;
    flex: 1 1 0%;
    padding-right: 25px; }
    @media (max-width: 1200px) {
      .box_nl_left {
        padding: 0 0 15px 0; } }
    .box_nl_left .sico {
      color: #E2001A;
      width: 28px;
      height: 55px; }
      @media (max-width: 1200px) {
        .box_nl_left .sico {
          height: 30px;
          width: 15px; } }
    .box_nl_left .title_h22 {
      flex: 1 1 0%;
      padding-left: .9em; }
      @media (max-width: 1200px) {
        .box_nl_left .title_h22 {
          padding-left: 10px; } }
  .box_nl_right {
    align-self: center; }
    @media (min-width: 1201px) {
      .box_nl_right {
        width: 50%; } }
  .box_nl_form {
    display: flex;
    align-items: flex-start; }
    .box_nl_form .input {
      flex: 1 1 0%; }
    .box_nl_form .button {
      flex: 0 0 150px; }
      @media (max-width: 767px) {
        .box_nl_form .button {
          flex: 0 0 110px; } }
      .box_nl_form .button .btn_basic {
        width: 100%; }

.page_content {
  line-height: 1.4666666667;
  font-size: 15px;
  color: #9C9E9F; }
  .page_content p {
    margin: 1em 0; }
  .page_content ul {
    --line-height: 1.4666666667em;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 1.5em 0; }
    .page_content ul li {
      padding-left: 27px; }
      .page_content ul li::before {
        margin-left: -27px;
        content: '';
        position: absolute;
        width: 11px;
        height: 22px;
        background: url(../layout/li.svg) left top no-repeat;
        margin-top: calc(var(--line-height, .75em)/2 - 11px); }
    .page_content ul li + li {
      margin-top: .8em; }
  .page_content.ul_2col ul {
    font-weight: 600;
    line-height: 1.4666666667;
    font-size: 15px; }
    @media (min-width: 1201px) {
      .page_content.ul_2col ul {
        column-count: 2;
        column-gap: 20px; } }
  .page_content a:not([class]) {
    color: #E2001A; }
    .page_content a:not([class]):not(:hover) {
      text-decoration: underline; }
  .page_content h2, .page_content h3, .page_content h4 {
    color: #000; }
  .page_content figure {
    margin: 1em 0; }
    .page_content figure img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  @media (max-width: 767px) {
    .page_content {
      font-size: 13px; } }

.no_margins > * {
  margin-top: 0;
  margin-bottom: 0; }

.reset_margins > *:first-child {
  margin-top: 0; }
.reset_margins > *:last-child {
  margin-bottom: 0; }

/*HEADER*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 300; }
  @media (max-width: 1200px) {
    .header {
      height: 80px; } }
  .header_sentinel {
    position: absolute;
    left: 0;
    top: 0;
    height: 41px;
    width: 1px;
    pointer-events: none; }
  .header::before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: #fff;
    transition: transform .2s, box-shadow .2s;
    z-index: 1; }
    @media (max-width: 1200px) {
      .header::before {
        bottom: 0; } }
  @media (min-width: 1201px) {
    .fixheader .header::before {
      transform: translateY(-40px);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } }
  .header_inner {
    position: relative;
    display: flex;
    height: 100%;
    z-index: 2; }
  .header_logo {
    display: block;
    position: relative;
    width: 140px;
    flex: 0 0 140px;
    align-self: center;
    margin-left: 30px; }
    @media (max-width: 1360px) {
      .header_logo {
        margin-left: 20px;
        width: 120px;
        flex: 0 0 120px; } }
    @media (min-width: 1201px) {
      .header_logo {
        top: 20px;
        transition: transform .2s; } }
    @media (max-width: 1200px) {
      .header_logo {
        width: 90px;
        flex: 0 0 90px; } }
    @media (max-width: 389px) {
      .header_logo {
        width: 80px;
        flex: 0 0 80px; } }
  @media (min-width: 1201px) {
    .fixheader .header_logo {
      transform: translateY(-20px); } }
  .header_right {
    height: 100%;
    display: flex; }
  .header_basket {
    position: relative;
    height: 100%;
    width: 146px; }
    @media (max-width: 1200px) {
      .header_basket {
        width: 100px; } }
    @media (max-width: 389px) {
      .header_basket {
        width: 90px;
        flex: 0 0 90px; } }
    .header_basket::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 150%;
      background: linear-gradient(to top, #E2001A 0%, #E2001A 50%, #000 50%, #000 100%); }
      @media (min-width: 1201px) {
        .header_basket::before {
          bottom: -20px;
          transition: transform 0.2s; } }
    @media (min-width: 1201px) {
      .header_basket {
        top: 20px;
        transition: transform 0.2s; } }
    .header_basket_button {
      display: inline-block;
      vertical-align: top;
      border: 0;
      background: none;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%;
      width: 100%;
      background: linear-gradient(to top, #E2001A 0%, #E2001A 50%, #000 50%, #000 100%); }
      @media (min-width: 1201px) {
        .header_basket_button:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' preserveAspectRatio='none' viewBox='0 0 10 10' width='10' height='10' %3E%3Cpath d='M0,0 10,5 0,10'/%3E%3C/svg%3E");
          background-size: 15px 30px;
          background-position: left center;
          pointer-events: none;
          z-index: 2; } }
    .header_basket_count {
      display: flex;
      position: relative;
      width: 100%;
      color: #fff;
      text-align: center;
      align-items: center;
      justify-content: center;
      flex: 0 0 50%;
      font-size: 20px;
      line-height: 1.25;
      font-weight: 700; }
      @media (max-width: 1200px) {
        .header_basket_count {
          font-size: 12px;
          line-height: 14px; } }
      @media (min-width: 1201px) {
        .header_basket_count {
          top: -10px;
          transition: transform 0.2s; } }
    .header_basket_price {
      flex: 0 0 50%;
      display: flex;
      position: relative;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff; }
      .header_basket_price > strong {
        display: block;
        font-size: 20px;
        line-height: 1.25;
        font-weight: 700; }
        @media (max-width: 1200px) {
          .header_basket_price > strong {
            font-size: 12px;
            line-height: 14px; } }
      .header_basket_price > span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        line-height: 1.1666666667;
        font-weight: 600;
        padding-top: 1px; }
        @media (max-width: 1200px) {
          .header_basket_price > span {
            display: none; } }
        .header_basket_price > span span {
          display: block; }
        .header_basket_price > span .sico {
          color: #000;
          width: 15px;
          height: 7px;
          margin-left: 10px; }
      @media (min-width: 1201px) {
        .header_basket_price {
          top: 10px;
          transition: transform 0.2s; } }
  @media (min-width: 1201px) {
    .fixheader .header_basket {
      transform: translateY(-20px); }
      .fixheader .header_basket::before {
        transform: translateY(-20px); } }
  @media (min-width: 1201px) {
    .fixheader .header_basket_count {
      transform: translateY(10px); } }
  @media (min-width: 1201px) {
    .fixheader .header_basket_price {
      transform: translateY(-10px); } }
  .header_login {
    display: flex;
    height: 100%;
    position: relative;
    margin-right: 25px; }
    @media (max-width: 1200px) {
      .header_login {
        margin-right: 15px; } }
    @media (min-width: 1201px) {
      .header_login {
        top: 20px;
        transition: transform .2s; } }
    .header_login_button {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative; }
      .header_login_button span {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.42857143;
        font-weight: 600;
        text-align: center; }
        @media (max-width: 1360px) {
          .header_login_button span {
            display: none; } }
        .header_login_button span.color2 {
          font-size: 12px;
          line-height: 1.1666666667;
          text-transform: uppercase; }
      .header_login_button .sico {
        color: #E2001A;
        display: block;
        width: 25px;
        height: 30px; }
    .header_login_drop {
      position: absolute;
      top: 100%;
      left: 50%;
      isolation: isolate;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
      transform: translateX(-50%);
      padding: 18px 0;
      transition: opacity .245s; }
      .header_login_drop::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 10%);
        background-color: #fff;
        z-index: -2; }
      @media (min-width: 1201px) {
        .header_login_drop {
          top: calc(100% + 20px);
          transition: transform .22s, opacity .25s; } }
      .header_login_drop a {
        display: block;
        padding: 6px 30px;
        font-size: 15px;
        line-height: 1.46688;
        font-weight: 600;
        letter-spacing: .05em;
        text-transform: uppercase;
        white-space: nowrap;
        color: #9C9E9F;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E2001A' preserveAspectRatio='none' viewBox='0 0 10 10' width='10' height='10' %3E%3Cpath d='M0,0 10,5 0,10'/%3E%3C/svg%3E");
        background-size: 10px 20px;
        background-position: -11px center;
        transition: all .25s; }
        .header_login_drop a:hover {
          color: #000;
          background-position: 0px center; }
    .header_login:not(.cactive) .header_login_drop {
      opacity: 0;
      pointer-events: none; }
  @media (min-width: 1201px) {
    .fixheader .header_login {
      transform: translateY(-20px); } }
  @media (min-width: 1201px) {
    .fixheader .header_login_drop {
      transform: translate(-50%, -20px);
      transition: transform .19s, opacity .25s; } }
  .header_mid {
    display: flex;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 1200px) {
      .header_mid {
        margin: 0 15px 0 auto; } }
    @media (min-width: 1201px) {
      .header_mid {
        top: 20px;
        transition: transform .2s; } }
  @media (min-width: 1201px) {
    .fixheader .header_mid {
      transform: translateY(-20px); } }
  .header_search {
    align-self: center;
    margin-left: 20px; }
    @media (max-width: 1200px) {
      .header_search {
        margin-left: 0;
        position: relative; } }
    .header_search_button {
      display: inline-block;
      vertical-align: top;
      border: 0;
      background: none;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      position: relative;
      width: 26px;
      height: 26px;
      border: 1px solid transparent;
      transition: color .25s; }
      .header_search_button:hover {
        color: #E2001A; }
      .header_search_button .sico {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: opacity .3s, transform .3s; }
        .header_search_button .sico:last-child {
          opacity: 0;
          transform: scale(0.5); }
    .header_search.cactive .header_search_button .sico:first-child {
      opacity: 0;
      transform: scale(0.5); }
    .header_search.cactive .header_search_button .sico:last-child {
      opacity: 1;
      transform: none;
      transition-delay: .1; }
    .header_search_inner {
      position: absolute;
      width: calc(100% - 36px);
      right: 36px;
      top: calc(50% - 20px);
      clip-path: inset(0 0 0 0);
      transition: all .5s; }
      @media (max-width: 1200px) {
        .header_search_inner {
          position: fixed;
          width: 100%;
          top: 80px;
          right: 0;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          clip-path: none; } }
      .header_search_inner .input_basic {
        padding: 10px 15px; }
    .header_search:not(.cactive) .header_search_inner {
      pointer-events: none;
      clip-path: inset(0 0 0 100%); }
    .header_search_submit {
      display: inline-block;
      vertical-align: top;
      border: 0;
      background: none;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      position: absolute;
      right: 15px;
      top: calc(50% - 13px);
      width: 26px;
      height: 26px;
      padding: 2px;
      transition: color .25s; }
      .header_search_submit:hover {
        color: #E2001A; }
  .header.onhome .header_logo {
    margin-left: 0; }
  @media (min-width: 1201px) {
    .header.onhome .header_right {
      position: relative;
      top: 20px;
      transition: transform .2s; } }
  @media (max-width: 1200px) {
    .header.onhome .header_right {
      margin-right: -15px; } }
  .header.onhome .header_right .btn_basic {
    align-self: center; }
    @media (max-width: 1200px) {
      .header.onhome .header_right .btn_basic {
        margin-right: 10px; } }
  @media (min-width: 1201px) {
    .fixheader .header.onhome .header_right {
      transform: translateY(-20px); } }

.nav {
  display: flex;
  height: 100%; }
  @media (max-width: 1200px) {
    .nav {
      position: fixed;
      background-color: #fff;
      top: 0;
      right: 0;
      width: 300px;
      overflow-x: hidden;
      z-index: 10;
      align-items: flex-start;
      justify-content: flex-start;
      transform: translateX(100%);
      transition: all .5s; } }
  .menuopen .nav {
    transform: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
  .nav_cont {
    height: 100%; }
  .nav_button {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 10;
    width: 40px;
    height: 40px;
    color: #E2001A;
    border: 8px solid transparent;
    margin: auto 4px; }
    .nav_button .sico {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: opacity .3s, transform .3s; }
      .nav_button .sico:last-child {
        opacity: 0;
        transform: scale(0.5); }
  .menuopen .nav_button .sico:first-child {
    opacity: 0;
    transform: scale(0.5); }
  .menuopen .nav_button .sico:last-child {
    opacity: 1;
    transform: none;
    transition-delay: .1; }
  .nav_cover {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    transition: opacity .5s; }
    @media (min-width: 1201px) {
      .nav_cover {
        display: none; } }
  html:not(.menuopen) .nav_cover {
    opacity: 0;
    pointer-events: none; }

.topmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%; }
  @media (max-width: 1200px) {
    .topmenu {
      flex-direction: column;
      width: 100%;
      margin: auto 0;
      height: auto;
      min-height: 100%;
      padding-top: 80px; } }
  .topmenu .btn_basic {
    min-width: 110px; }
  .topmenu > li {
    display: flex;
    align-items: center;
    position: relative; }
    @media (max-width: 1200px) {
      .topmenu > li {
        display: block; } }
    @media (min-width: 1201px) {
      .topmenu > li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        bottom: -20px;
        top: auto;
        height: 200%; } }
  html.fixheader .topmenu > li::before {
    transform: translateY(-20px); }
  @media (min-width: 1201px) {
    .topmenu > li + li {
      margin-left: 20px; } }
  @media (min-width: 1361px) {
    .topmenu > li + li {
      margin-left: 28px; } }
  .topmenu > li > a:not([class]) {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    font-size: 15px;
    list-style: 1.46688;
    font-weight: 600;
    color: #9C9E9F;
    transition: color .25s; }
    @media (max-width: 1360px) {
      .topmenu > li > a:not([class]) {
        font-size: 14px;
        line-height: 1.42857143; } }
    @media (max-width: 1200px) {
      .topmenu > li > a:not([class]) {
        font-size: 18px;
        line-height: 1.3333333;
        padding: 10px 20px; } }
    .topmenu > li > a:not([class])::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      height: 50%;
      will-change: transform, top;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E2001A' preserveAspectRatio='none' viewBox='0 0 10 10' width='10' height='10' %3E%3Cpath d='M0,0 10,0 5,10'/%3E%3C/svg%3E");
      background-size: 30px 15px;
      background-position: top center;
      transition: transform .2s;
      opacity: 0; }
      @media (min-width: 1201px) {
        .topmenu > li > a:not([class])::before {
          transform: translateY(-20px); } }
      @media (max-width: 1200px) {
        .topmenu > li > a:not([class])::before {
          display: none; } }
    .topmenu > li > a:not([class])::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      height: 50%;
      top: auto;
      bottom: 0;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E2001A' preserveAspectRatio='none' viewBox='0 0 10 10' width='10' height='10' %3E%3Cpath d='M0,10 10,10 5,0'/%3E%3C/svg%3E");
      background-size: 30px 15px;
      background-position: bottom center;
      transition: transform .2s;
      opacity: 0; }
      @media (min-width: 1201px) {
        .topmenu > li > a:not([class])::after {
          transform: translateY(20px); } }
      @media (max-width: 1200px) {
        .topmenu > li > a:not([class])::after {
          display: none; } }
  @media (max-width: 1200px) {
    .topmenu > li:has(.btn_basic) {
      margin-top: auto;
      padding: 25px 20px; }
      .topmenu > li:has(.btn_basic) .btn_basic {
        width: 100%; } }
  .topmenu > li:hover > a:not([class]) {
    color: #000; }
    @media (min-width: 1201px) {
      .topmenu > li:hover > a:not([class])::before {
        transform: translateY(10px); }
      .topmenu > li:hover > a:not([class])::after {
        transform: translateY(-10px); } }
  .topmenu > li.current-menu-item > a:not([class]) {
    color: #000; }
    .topmenu > li.current-menu-item > a:not([class])::before, .topmenu > li.current-menu-item > a:not([class])::after {
      opacity: 1; }
  @media (min-width: 1201px) {
    html.fixheader .topmenu > li > a:not([class])::before {
      transform: translateY(0); }
    html.fixheader .topmenu > li > a:not([class])::after {
      transform: translateY(0); } }
  @media (min-width: 1201px) {
    html.fixheader .topmenu > li:hover > a:not([class])::before {
      transform: translateY(15px); }
    html.fixheader .topmenu > li:hover > a:not([class])::after {
      transform: translateY(-15px); } }

.submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fafafa;
  padding: 5px 0; }
  .submenu a {
    display: block;
    padding: 5px 20px 5px 30px; }
  @media (min-width: 1201px) {
    .submenu {
      display: none; } }
  .submenu li.current-menu-item a {
    color: #E2001A; }

.header_dropdowns {
  position: fixed;
  top: 139px;
  width: 100%;
  left: 0;
  transition: transform .2s; }
  @media (max-width: 1200px) {
    .header_dropdowns {
      display: none; } }
.fixheader .header_dropdowns {
  transform: translateY(-40px); }
.header_dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  padding: 15px; }
  .header_dropdown li {
    width: calc(25% - 40px);
    margin: 20px; }
  .header_dropdown a {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    min-height: 80px;
    border: 1px solid #F2F2F2;
    text-transform: uppercase;
    padding: 5px 10px;
    transition: box-shadow .2s, color .2s, border .2s; }
    .header_dropdown a:hover {
      color: #E2001A;
      border-color: #E2001A;
      box-shadow: 0 0 0 1px #E2001A; }
  .header_dropdown_cont {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
    border-top: 3px solid #F2F2F2;
    transform: translateY(-100%);
    transition: all .5s; }
  .header_dropdown_content {
    padding: 35px 0 60px 0;
    background-color: #fff;
    clip-path: inset(0 calc((100% - 1320px)/2) 0 calc((100% - 1320px)/2));
    transition: all .5s; }
  .header_dropdown_cont:hover {
    transform: none;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.05)); }
  .header_dropdown_cont:hover .header_dropdown_content {
    clip-path: inset(0% 0% 0% 0%); }
  .header_dropdown_title {
    text-align: center; }
.header:has(.topmenu > li:nth-child(6):hover) .header_dropdown_cont:not(:empty):nth-child(6), .header:has(.topmenu > li:nth-child(5):hover) .header_dropdown_cont:not(:empty):nth-child(5), .header:has(.topmenu > li:nth-child(4):hover) .header_dropdown_cont:not(:empty):nth-child(4), .header:has(.topmenu > li:nth-child(3):hover) .header_dropdown_cont:not(:empty):nth-child(3), .header:has(.topmenu > li:nth-child(2):hover) .header_dropdown_cont:not(:empty):nth-child(2), .header:has(.topmenu > li:nth-child(1):hover) .header_dropdown_cont:not(:empty):nth-child(1) {
  transform: none;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.05)); }
  .header:has(.topmenu > li:nth-child(6):hover) .header_dropdown_cont:not(:empty):nth-child(6) .header_dropdown_content, .header:has(.topmenu > li:nth-child(5):hover) .header_dropdown_cont:not(:empty):nth-child(5) .header_dropdown_content, .header:has(.topmenu > li:nth-child(4):hover) .header_dropdown_cont:not(:empty):nth-child(4) .header_dropdown_content, .header:has(.topmenu > li:nth-child(3):hover) .header_dropdown_cont:not(:empty):nth-child(3) .header_dropdown_content, .header:has(.topmenu > li:nth-child(2):hover) .header_dropdown_cont:not(:empty):nth-child(2) .header_dropdown_content, .header:has(.topmenu > li:nth-child(1):hover) .header_dropdown_cont:not(:empty):nth-child(1) .header_dropdown_content {
    clip-path: inset(0% 0% 0% 0%); }

.header:has(.header_dropdown_cont:nth-child(6):hover) .topmenu > li:nth-child(6) > a,
.header:has(.header_dropdown_cont:nth-child(5):hover) .topmenu > li:nth-child(5) > a,
.header:has(.header_dropdown_cont:nth-child(4):hover) .topmenu > li:nth-child(4) > a,
.header:has(.header_dropdown_cont:nth-child(3):hover) .topmenu > li:nth-child(3) > a,
.header:has(.header_dropdown_cont:nth-child(2):hover) .topmenu > li:nth-child(2) > a,
.header:has(.header_dropdown_cont:nth-child(1):hover) .topmenu > li:nth-child(1) > a {
  color: #000; }

/*MAIN*/
/*FOOTER*/
.footer {
  background-color: #E2001A;
  color: #fff; }
  .footer_top {
    display: flex;
    align-items: center;
    padding: 30px 0; }
    @media (max-width: 1200px) {
      .footer_top {
        padding: 15px 0; } }
    .footer_top .btn_back {
      margin-left: auto; }
  .footer_logo {
    flex: 0 0 140px;
    width: 140px; }
    @media (max-width: 1200px) {
      .footer_logo {
        width: 90px;
        flex: 0 0 90px; } }
  .footer_bottom {
    border-top: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    font-weight: 600; }
  .footer_mid {
    overflow: clip;
    font-weight: 600; }
    .footer_mid > .grid > * {
      padding-bottom: 30px; }
    @media (max-width: 767px) {
      .footer_mid {
        font-size: 12px;
        line-height: 1.1666666667; } }
    .footer_mid .social {
      margin-top: 60px; }
      @media (max-width: 1200px) {
        .footer_mid .social {
          margin-top: 25px; } }
  .footer_address {
    font-style: normal;
    color: #000;
    line-height: 1.5714285714; }
    .footer_address a {
      color: #fff; }
      .footer_address a:hover {
        text-decoration: underline; }
  .footer_title + .footer_address {
    margin-top: 20px; }
  .footer_title {
    position: relative;
    font-size: 15px;
    line-height: 1.46688;
    font-weight: 700;
    margin: 0;
    padding: 15px 0;
    white-space: nowrap; }
    .footer_title::before, .footer_title::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: calc(100% + 20px);
      height: 1px;
      background-color: currentColor; }
    .footer_title::after {
      top: auto;
      bottom: 0; }
    @media (max-width: 767px) {
      .footer_title {
        font-size: 12px;
        line-height: 1.1666666667; } }
  .footer_list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    line-height: 1.5714285714; }
    .footer_list a:hover {
      text-decoration: underline; }
  .footer_title + .footer_list {
    margin-top: 20px; }
  .footer_table {
    color: #000;
    line-height: 1.5714285714; }
    .footer_table th {
      font-weight: inherit;
      padding-right: 10px; }
  .footer_title + .footer_table {
    margin-top: 20px; }

/*SPACING*/
.mg-160 {
  margin: 160px; }
.mg-140 {
  margin: 140px; }
.mg-130 {
  margin: 130px; }
.mg-120 {
  margin: 120px; }
.mg-110 {
  margin: 110px; }
.mg-100 {
  margin: 100px; }
.mg-90 {
  margin: 90px; }
.mg-80 {
  margin: 80px; }
.mg-70 {
  margin: 70px; }
.mg-65 {
  margin: 65px; }
.mg-60 {
  margin: 60px; }
.mg-55 {
  margin: 55px; }
.mg-50 {
  margin: 50px; }
.mg-45 {
  margin: 45px; }
.mg-40 {
  margin: 40px; }
.mg-35 {
  margin: 35px; }
.mg-30 {
  margin: 30px; }
.mg-25 {
  margin: 25px; }
.mg-20 {
  margin: 20px; }
.mg-15 {
  margin: 15px; }
.mg-13 {
  margin: 13px; }
.mg-10 {
  margin: 10px; }
.mg-5 {
  margin: 5px; }
.mg-0 {
  margin: 0px; }
.mg-auto {
  margin: auto; }
.pd-160 {
  padding: 160px; }
.pd-140 {
  padding: 140px; }
.pd-130 {
  padding: 130px; }
.pd-120 {
  padding: 120px; }
.pd-110 {
  padding: 110px; }
.pd-100 {
  padding: 100px; }
.pd-90 {
  padding: 90px; }
.pd-80 {
  padding: 80px; }
.pd-70 {
  padding: 70px; }
.pd-65 {
  padding: 65px; }
.pd-60 {
  padding: 60px; }
.pd-55 {
  padding: 55px; }
.pd-50 {
  padding: 50px; }
.pd-45 {
  padding: 45px; }
.pd-40 {
  padding: 40px; }
.pd-35 {
  padding: 35px; }
.pd-30 {
  padding: 30px; }
.pd-25 {
  padding: 25px; }
.pd-20 {
  padding: 20px; }
.pd-15 {
  padding: 15px; }
.pd-13 {
  padding: 13px; }
.pd-10 {
  padding: 10px; }
.pd-5 {
  padding: 5px; }
.pd-0 {
  padding: 0px; }
.pd-auto {
  padding: auto; }
.mgt-160 {
  margin-top: 160px; }
.mgt-140 {
  margin-top: 140px; }
.mgt-130 {
  margin-top: 130px; }
.mgt-120 {
  margin-top: 120px; }
.mgt-110 {
  margin-top: 110px; }
.mgt-100 {
  margin-top: 100px; }
.mgt-90 {
  margin-top: 90px; }
.mgt-80 {
  margin-top: 80px; }
.mgt-70 {
  margin-top: 70px; }
.mgt-65 {
  margin-top: 65px; }
.mgt-60 {
  margin-top: 60px; }
.mgt-55 {
  margin-top: 55px; }
.mgt-50 {
  margin-top: 50px; }
.mgt-45 {
  margin-top: 45px; }
.mgt-40 {
  margin-top: 40px; }
.mgt-35 {
  margin-top: 35px; }
.mgt-30 {
  margin-top: 30px; }
.mgt-25 {
  margin-top: 25px; }
.mgt-20 {
  margin-top: 20px; }
.mgt-15 {
  margin-top: 15px; }
.mgt-13 {
  margin-top: 13px; }
.mgt-10 {
  margin-top: 10px; }
.mgt-5 {
  margin-top: 5px; }
.mgt-0 {
  margin-top: 0px; }
.mgt-auto {
  margin-top: auto; }
.mgb-160 {
  margin-bottom: 160px; }
.mgb-140 {
  margin-bottom: 140px; }
.mgb-130 {
  margin-bottom: 130px; }
.mgb-120 {
  margin-bottom: 120px; }
.mgb-110 {
  margin-bottom: 110px; }
.mgb-100 {
  margin-bottom: 100px; }
.mgb-90 {
  margin-bottom: 90px; }
.mgb-80 {
  margin-bottom: 80px; }
.mgb-70 {
  margin-bottom: 70px; }
.mgb-65 {
  margin-bottom: 65px; }
.mgb-60 {
  margin-bottom: 60px; }
.mgb-55 {
  margin-bottom: 55px; }
.mgb-50 {
  margin-bottom: 50px; }
.mgb-45 {
  margin-bottom: 45px; }
.mgb-40 {
  margin-bottom: 40px; }
.mgb-35 {
  margin-bottom: 35px; }
.mgb-30 {
  margin-bottom: 30px; }
.mgb-25 {
  margin-bottom: 25px; }
.mgb-20 {
  margin-bottom: 20px; }
.mgb-15 {
  margin-bottom: 15px; }
.mgb-13 {
  margin-bottom: 13px; }
.mgb-10 {
  margin-bottom: 10px; }
.mgb-5 {
  margin-bottom: 5px; }
.mgb-0 {
  margin-bottom: 0px; }
.mgb-auto {
  margin-bottom: auto; }
.mgl-160 {
  margin-left: 160px; }
.mgl-140 {
  margin-left: 140px; }
.mgl-130 {
  margin-left: 130px; }
.mgl-120 {
  margin-left: 120px; }
.mgl-110 {
  margin-left: 110px; }
.mgl-100 {
  margin-left: 100px; }
.mgl-90 {
  margin-left: 90px; }
.mgl-80 {
  margin-left: 80px; }
.mgl-70 {
  margin-left: 70px; }
.mgl-65 {
  margin-left: 65px; }
.mgl-60 {
  margin-left: 60px; }
.mgl-55 {
  margin-left: 55px; }
.mgl-50 {
  margin-left: 50px; }
.mgl-45 {
  margin-left: 45px; }
.mgl-40 {
  margin-left: 40px; }
.mgl-35 {
  margin-left: 35px; }
.mgl-30 {
  margin-left: 30px; }
.mgl-25 {
  margin-left: 25px; }
.mgl-20 {
  margin-left: 20px; }
.mgl-15 {
  margin-left: 15px; }
.mgl-13 {
  margin-left: 13px; }
.mgl-10 {
  margin-left: 10px; }
.mgl-5 {
  margin-left: 5px; }
.mgl-0 {
  margin-left: 0px; }
.mgl-auto {
  margin-left: auto; }
.mgr-160 {
  margin-right: 160px; }
.mgr-140 {
  margin-right: 140px; }
.mgr-130 {
  margin-right: 130px; }
.mgr-120 {
  margin-right: 120px; }
.mgr-110 {
  margin-right: 110px; }
.mgr-100 {
  margin-right: 100px; }
.mgr-90 {
  margin-right: 90px; }
.mgr-80 {
  margin-right: 80px; }
.mgr-70 {
  margin-right: 70px; }
.mgr-65 {
  margin-right: 65px; }
.mgr-60 {
  margin-right: 60px; }
.mgr-55 {
  margin-right: 55px; }
.mgr-50 {
  margin-right: 50px; }
.mgr-45 {
  margin-right: 45px; }
.mgr-40 {
  margin-right: 40px; }
.mgr-35 {
  margin-right: 35px; }
.mgr-30 {
  margin-right: 30px; }
.mgr-25 {
  margin-right: 25px; }
.mgr-20 {
  margin-right: 20px; }
.mgr-15 {
  margin-right: 15px; }
.mgr-13 {
  margin-right: 13px; }
.mgr-10 {
  margin-right: 10px; }
.mgr-5 {
  margin-right: 5px; }
.mgr-0 {
  margin-right: 0px; }
.mgr-auto {
  margin-right: auto; }
.pdt-160 {
  padding-top: 160px; }
.pdt-140 {
  padding-top: 140px; }
.pdt-130 {
  padding-top: 130px; }
.pdt-120 {
  padding-top: 120px; }
.pdt-110 {
  padding-top: 110px; }
.pdt-100 {
  padding-top: 100px; }
.pdt-90 {
  padding-top: 90px; }
.pdt-80 {
  padding-top: 80px; }
.pdt-70 {
  padding-top: 70px; }
.pdt-65 {
  padding-top: 65px; }
.pdt-60 {
  padding-top: 60px; }
.pdt-55 {
  padding-top: 55px; }
.pdt-50 {
  padding-top: 50px; }
.pdt-45 {
  padding-top: 45px; }
.pdt-40 {
  padding-top: 40px; }
.pdt-35 {
  padding-top: 35px; }
.pdt-30 {
  padding-top: 30px; }
.pdt-25 {
  padding-top: 25px; }
.pdt-20 {
  padding-top: 20px; }
.pdt-15 {
  padding-top: 15px; }
.pdt-13 {
  padding-top: 13px; }
.pdt-10 {
  padding-top: 10px; }
.pdt-5 {
  padding-top: 5px; }
.pdt-0 {
  padding-top: 0px; }
.pdt-auto {
  padding-top: auto; }
.pdb-160 {
  padding-bottom: 160px; }
.pdb-140 {
  padding-bottom: 140px; }
.pdb-130 {
  padding-bottom: 130px; }
.pdb-120 {
  padding-bottom: 120px; }
.pdb-110 {
  padding-bottom: 110px; }
.pdb-100 {
  padding-bottom: 100px; }
.pdb-90 {
  padding-bottom: 90px; }
.pdb-80 {
  padding-bottom: 80px; }
.pdb-70 {
  padding-bottom: 70px; }
.pdb-65 {
  padding-bottom: 65px; }
.pdb-60 {
  padding-bottom: 60px; }
.pdb-55 {
  padding-bottom: 55px; }
.pdb-50 {
  padding-bottom: 50px; }
.pdb-45 {
  padding-bottom: 45px; }
.pdb-40 {
  padding-bottom: 40px; }
.pdb-35 {
  padding-bottom: 35px; }
.pdb-30 {
  padding-bottom: 30px; }
.pdb-25 {
  padding-bottom: 25px; }
.pdb-20 {
  padding-bottom: 20px; }
.pdb-15 {
  padding-bottom: 15px; }
.pdb-13 {
  padding-bottom: 13px; }
.pdb-10 {
  padding-bottom: 10px; }
.pdb-5 {
  padding-bottom: 5px; }
.pdb-0 {
  padding-bottom: 0px; }
.pdb-auto {
  padding-bottom: auto; }
.pdl-160 {
  padding-left: 160px; }
.pdl-140 {
  padding-left: 140px; }
.pdl-130 {
  padding-left: 130px; }
.pdl-120 {
  padding-left: 120px; }
.pdl-110 {
  padding-left: 110px; }
.pdl-100 {
  padding-left: 100px; }
.pdl-90 {
  padding-left: 90px; }
.pdl-80 {
  padding-left: 80px; }
.pdl-70 {
  padding-left: 70px; }
.pdl-65 {
  padding-left: 65px; }
.pdl-60 {
  padding-left: 60px; }
.pdl-55 {
  padding-left: 55px; }
.pdl-50 {
  padding-left: 50px; }
.pdl-45 {
  padding-left: 45px; }
.pdl-40 {
  padding-left: 40px; }
.pdl-35 {
  padding-left: 35px; }
.pdl-30 {
  padding-left: 30px; }
.pdl-25 {
  padding-left: 25px; }
.pdl-20 {
  padding-left: 20px; }
.pdl-15 {
  padding-left: 15px; }
.pdl-13 {
  padding-left: 13px; }
.pdl-10 {
  padding-left: 10px; }
.pdl-5 {
  padding-left: 5px; }
.pdl-0 {
  padding-left: 0px; }
.pdl-auto {
  padding-left: auto; }
.pdr-160 {
  padding-right: 160px; }
.pdr-140 {
  padding-right: 140px; }
.pdr-130 {
  padding-right: 130px; }
.pdr-120 {
  padding-right: 120px; }
.pdr-110 {
  padding-right: 110px; }
.pdr-100 {
  padding-right: 100px; }
.pdr-90 {
  padding-right: 90px; }
.pdr-80 {
  padding-right: 80px; }
.pdr-70 {
  padding-right: 70px; }
.pdr-65 {
  padding-right: 65px; }
.pdr-60 {
  padding-right: 60px; }
.pdr-55 {
  padding-right: 55px; }
.pdr-50 {
  padding-right: 50px; }
.pdr-45 {
  padding-right: 45px; }
.pdr-40 {
  padding-right: 40px; }
.pdr-35 {
  padding-right: 35px; }
.pdr-30 {
  padding-right: 30px; }
.pdr-25 {
  padding-right: 25px; }
.pdr-20 {
  padding-right: 20px; }
.pdr-15 {
  padding-right: 15px; }
.pdr-13 {
  padding-right: 13px; }
.pdr-10 {
  padding-right: 10px; }
.pdr-5 {
  padding-right: 5px; }
.pdr-0 {
  padding-right: 0px; }
.pdr-auto {
  padding-right: auto; }
@media (max-width: 1540px) {
  .mg-160xxl {
    margin: 160px; }
  .mg-140xxl {
    margin: 140px; }
  .mg-130xxl {
    margin: 130px; }
  .mg-120xxl {
    margin: 120px; }
  .mg-110xxl {
    margin: 110px; }
  .mg-100xxl {
    margin: 100px; }
  .mg-90xxl {
    margin: 90px; }
  .mg-80xxl {
    margin: 80px; }
  .mg-70xxl {
    margin: 70px; }
  .mg-65xxl {
    margin: 65px; }
  .mg-60xxl {
    margin: 60px; }
  .mg-55xxl {
    margin: 55px; }
  .mg-50xxl {
    margin: 50px; }
  .mg-45xxl {
    margin: 45px; }
  .mg-40xxl {
    margin: 40px; }
  .mg-35xxl {
    margin: 35px; }
  .mg-30xxl {
    margin: 30px; }
  .mg-25xxl {
    margin: 25px; }
  .mg-20xxl {
    margin: 20px; }
  .mg-15xxl {
    margin: 15px; }
  .mg-13xxl {
    margin: 13px; }
  .mg-10xxl {
    margin: 10px; }
  .mg-5xxl {
    margin: 5px; }
  .mg-0xxl {
    margin: 0px; }
  .mg-autoxxl {
    margin: auto; }
  .pd-160xxl {
    padding: 160px; }
  .pd-140xxl {
    padding: 140px; }
  .pd-130xxl {
    padding: 130px; }
  .pd-120xxl {
    padding: 120px; }
  .pd-110xxl {
    padding: 110px; }
  .pd-100xxl {
    padding: 100px; }
  .pd-90xxl {
    padding: 90px; }
  .pd-80xxl {
    padding: 80px; }
  .pd-70xxl {
    padding: 70px; }
  .pd-65xxl {
    padding: 65px; }
  .pd-60xxl {
    padding: 60px; }
  .pd-55xxl {
    padding: 55px; }
  .pd-50xxl {
    padding: 50px; }
  .pd-45xxl {
    padding: 45px; }
  .pd-40xxl {
    padding: 40px; }
  .pd-35xxl {
    padding: 35px; }
  .pd-30xxl {
    padding: 30px; }
  .pd-25xxl {
    padding: 25px; }
  .pd-20xxl {
    padding: 20px; }
  .pd-15xxl {
    padding: 15px; }
  .pd-13xxl {
    padding: 13px; }
  .pd-10xxl {
    padding: 10px; }
  .pd-5xxl {
    padding: 5px; }
  .pd-0xxl {
    padding: 0px; }
  .pd-autoxxl {
    padding: auto; }
  .mgt-160xxl {
    margin-top: 160px; }
  .mgt-140xxl {
    margin-top: 140px; }
  .mgt-130xxl {
    margin-top: 130px; }
  .mgt-120xxl {
    margin-top: 120px; }
  .mgt-110xxl {
    margin-top: 110px; }
  .mgt-100xxl {
    margin-top: 100px; }
  .mgt-90xxl {
    margin-top: 90px; }
  .mgt-80xxl {
    margin-top: 80px; }
  .mgt-70xxl {
    margin-top: 70px; }
  .mgt-65xxl {
    margin-top: 65px; }
  .mgt-60xxl {
    margin-top: 60px; }
  .mgt-55xxl {
    margin-top: 55px; }
  .mgt-50xxl {
    margin-top: 50px; }
  .mgt-45xxl {
    margin-top: 45px; }
  .mgt-40xxl {
    margin-top: 40px; }
  .mgt-35xxl {
    margin-top: 35px; }
  .mgt-30xxl {
    margin-top: 30px; }
  .mgt-25xxl {
    margin-top: 25px; }
  .mgt-20xxl {
    margin-top: 20px; }
  .mgt-15xxl {
    margin-top: 15px; }
  .mgt-13xxl {
    margin-top: 13px; }
  .mgt-10xxl {
    margin-top: 10px; }
  .mgt-5xxl {
    margin-top: 5px; }
  .mgt-0xxl {
    margin-top: 0px; }
  .mgt-autoxxl {
    margin-top: auto; }
  .mgb-160xxl {
    margin-bottom: 160px; }
  .mgb-140xxl {
    margin-bottom: 140px; }
  .mgb-130xxl {
    margin-bottom: 130px; }
  .mgb-120xxl {
    margin-bottom: 120px; }
  .mgb-110xxl {
    margin-bottom: 110px; }
  .mgb-100xxl {
    margin-bottom: 100px; }
  .mgb-90xxl {
    margin-bottom: 90px; }
  .mgb-80xxl {
    margin-bottom: 80px; }
  .mgb-70xxl {
    margin-bottom: 70px; }
  .mgb-65xxl {
    margin-bottom: 65px; }
  .mgb-60xxl {
    margin-bottom: 60px; }
  .mgb-55xxl {
    margin-bottom: 55px; }
  .mgb-50xxl {
    margin-bottom: 50px; }
  .mgb-45xxl {
    margin-bottom: 45px; }
  .mgb-40xxl {
    margin-bottom: 40px; }
  .mgb-35xxl {
    margin-bottom: 35px; }
  .mgb-30xxl {
    margin-bottom: 30px; }
  .mgb-25xxl {
    margin-bottom: 25px; }
  .mgb-20xxl {
    margin-bottom: 20px; }
  .mgb-15xxl {
    margin-bottom: 15px; }
  .mgb-13xxl {
    margin-bottom: 13px; }
  .mgb-10xxl {
    margin-bottom: 10px; }
  .mgb-5xxl {
    margin-bottom: 5px; }
  .mgb-0xxl {
    margin-bottom: 0px; }
  .mgb-autoxxl {
    margin-bottom: auto; }
  .mgl-160xxl {
    margin-left: 160px; }
  .mgl-140xxl {
    margin-left: 140px; }
  .mgl-130xxl {
    margin-left: 130px; }
  .mgl-120xxl {
    margin-left: 120px; }
  .mgl-110xxl {
    margin-left: 110px; }
  .mgl-100xxl {
    margin-left: 100px; }
  .mgl-90xxl {
    margin-left: 90px; }
  .mgl-80xxl {
    margin-left: 80px; }
  .mgl-70xxl {
    margin-left: 70px; }
  .mgl-65xxl {
    margin-left: 65px; }
  .mgl-60xxl {
    margin-left: 60px; }
  .mgl-55xxl {
    margin-left: 55px; }
  .mgl-50xxl {
    margin-left: 50px; }
  .mgl-45xxl {
    margin-left: 45px; }
  .mgl-40xxl {
    margin-left: 40px; }
  .mgl-35xxl {
    margin-left: 35px; }
  .mgl-30xxl {
    margin-left: 30px; }
  .mgl-25xxl {
    margin-left: 25px; }
  .mgl-20xxl {
    margin-left: 20px; }
  .mgl-15xxl {
    margin-left: 15px; }
  .mgl-13xxl {
    margin-left: 13px; }
  .mgl-10xxl {
    margin-left: 10px; }
  .mgl-5xxl {
    margin-left: 5px; }
  .mgl-0xxl {
    margin-left: 0px; }
  .mgl-autoxxl {
    margin-left: auto; }
  .mgr-160xxl {
    margin-right: 160px; }
  .mgr-140xxl {
    margin-right: 140px; }
  .mgr-130xxl {
    margin-right: 130px; }
  .mgr-120xxl {
    margin-right: 120px; }
  .mgr-110xxl {
    margin-right: 110px; }
  .mgr-100xxl {
    margin-right: 100px; }
  .mgr-90xxl {
    margin-right: 90px; }
  .mgr-80xxl {
    margin-right: 80px; }
  .mgr-70xxl {
    margin-right: 70px; }
  .mgr-65xxl {
    margin-right: 65px; }
  .mgr-60xxl {
    margin-right: 60px; }
  .mgr-55xxl {
    margin-right: 55px; }
  .mgr-50xxl {
    margin-right: 50px; }
  .mgr-45xxl {
    margin-right: 45px; }
  .mgr-40xxl {
    margin-right: 40px; }
  .mgr-35xxl {
    margin-right: 35px; }
  .mgr-30xxl {
    margin-right: 30px; }
  .mgr-25xxl {
    margin-right: 25px; }
  .mgr-20xxl {
    margin-right: 20px; }
  .mgr-15xxl {
    margin-right: 15px; }
  .mgr-13xxl {
    margin-right: 13px; }
  .mgr-10xxl {
    margin-right: 10px; }
  .mgr-5xxl {
    margin-right: 5px; }
  .mgr-0xxl {
    margin-right: 0px; }
  .mgr-autoxxl {
    margin-right: auto; }
  .pdt-160xxl {
    padding-top: 160px; }
  .pdt-140xxl {
    padding-top: 140px; }
  .pdt-130xxl {
    padding-top: 130px; }
  .pdt-120xxl {
    padding-top: 120px; }
  .pdt-110xxl {
    padding-top: 110px; }
  .pdt-100xxl {
    padding-top: 100px; }
  .pdt-90xxl {
    padding-top: 90px; }
  .pdt-80xxl {
    padding-top: 80px; }
  .pdt-70xxl {
    padding-top: 70px; }
  .pdt-65xxl {
    padding-top: 65px; }
  .pdt-60xxl {
    padding-top: 60px; }
  .pdt-55xxl {
    padding-top: 55px; }
  .pdt-50xxl {
    padding-top: 50px; }
  .pdt-45xxl {
    padding-top: 45px; }
  .pdt-40xxl {
    padding-top: 40px; }
  .pdt-35xxl {
    padding-top: 35px; }
  .pdt-30xxl {
    padding-top: 30px; }
  .pdt-25xxl {
    padding-top: 25px; }
  .pdt-20xxl {
    padding-top: 20px; }
  .pdt-15xxl {
    padding-top: 15px; }
  .pdt-13xxl {
    padding-top: 13px; }
  .pdt-10xxl {
    padding-top: 10px; }
  .pdt-5xxl {
    padding-top: 5px; }
  .pdt-0xxl {
    padding-top: 0px; }
  .pdt-autoxxl {
    padding-top: auto; }
  .pdb-160xxl {
    padding-bottom: 160px; }
  .pdb-140xxl {
    padding-bottom: 140px; }
  .pdb-130xxl {
    padding-bottom: 130px; }
  .pdb-120xxl {
    padding-bottom: 120px; }
  .pdb-110xxl {
    padding-bottom: 110px; }
  .pdb-100xxl {
    padding-bottom: 100px; }
  .pdb-90xxl {
    padding-bottom: 90px; }
  .pdb-80xxl {
    padding-bottom: 80px; }
  .pdb-70xxl {
    padding-bottom: 70px; }
  .pdb-65xxl {
    padding-bottom: 65px; }
  .pdb-60xxl {
    padding-bottom: 60px; }
  .pdb-55xxl {
    padding-bottom: 55px; }
  .pdb-50xxl {
    padding-bottom: 50px; }
  .pdb-45xxl {
    padding-bottom: 45px; }
  .pdb-40xxl {
    padding-bottom: 40px; }
  .pdb-35xxl {
    padding-bottom: 35px; }
  .pdb-30xxl {
    padding-bottom: 30px; }
  .pdb-25xxl {
    padding-bottom: 25px; }
  .pdb-20xxl {
    padding-bottom: 20px; }
  .pdb-15xxl {
    padding-bottom: 15px; }
  .pdb-13xxl {
    padding-bottom: 13px; }
  .pdb-10xxl {
    padding-bottom: 10px; }
  .pdb-5xxl {
    padding-bottom: 5px; }
  .pdb-0xxl {
    padding-bottom: 0px; }
  .pdb-autoxxl {
    padding-bottom: auto; }
  .pdl-160xxl {
    padding-left: 160px; }
  .pdl-140xxl {
    padding-left: 140px; }
  .pdl-130xxl {
    padding-left: 130px; }
  .pdl-120xxl {
    padding-left: 120px; }
  .pdl-110xxl {
    padding-left: 110px; }
  .pdl-100xxl {
    padding-left: 100px; }
  .pdl-90xxl {
    padding-left: 90px; }
  .pdl-80xxl {
    padding-left: 80px; }
  .pdl-70xxl {
    padding-left: 70px; }
  .pdl-65xxl {
    padding-left: 65px; }
  .pdl-60xxl {
    padding-left: 60px; }
  .pdl-55xxl {
    padding-left: 55px; }
  .pdl-50xxl {
    padding-left: 50px; }
  .pdl-45xxl {
    padding-left: 45px; }
  .pdl-40xxl {
    padding-left: 40px; }
  .pdl-35xxl {
    padding-left: 35px; }
  .pdl-30xxl {
    padding-left: 30px; }
  .pdl-25xxl {
    padding-left: 25px; }
  .pdl-20xxl {
    padding-left: 20px; }
  .pdl-15xxl {
    padding-left: 15px; }
  .pdl-13xxl {
    padding-left: 13px; }
  .pdl-10xxl {
    padding-left: 10px; }
  .pdl-5xxl {
    padding-left: 5px; }
  .pdl-0xxl {
    padding-left: 0px; }
  .pdl-autoxxl {
    padding-left: auto; }
  .pdr-160xxl {
    padding-right: 160px; }
  .pdr-140xxl {
    padding-right: 140px; }
  .pdr-130xxl {
    padding-right: 130px; }
  .pdr-120xxl {
    padding-right: 120px; }
  .pdr-110xxl {
    padding-right: 110px; }
  .pdr-100xxl {
    padding-right: 100px; }
  .pdr-90xxl {
    padding-right: 90px; }
  .pdr-80xxl {
    padding-right: 80px; }
  .pdr-70xxl {
    padding-right: 70px; }
  .pdr-65xxl {
    padding-right: 65px; }
  .pdr-60xxl {
    padding-right: 60px; }
  .pdr-55xxl {
    padding-right: 55px; }
  .pdr-50xxl {
    padding-right: 50px; }
  .pdr-45xxl {
    padding-right: 45px; }
  .pdr-40xxl {
    padding-right: 40px; }
  .pdr-35xxl {
    padding-right: 35px; }
  .pdr-30xxl {
    padding-right: 30px; }
  .pdr-25xxl {
    padding-right: 25px; }
  .pdr-20xxl {
    padding-right: 20px; }
  .pdr-15xxl {
    padding-right: 15px; }
  .pdr-13xxl {
    padding-right: 13px; }
  .pdr-10xxl {
    padding-right: 10px; }
  .pdr-5xxl {
    padding-right: 5px; }
  .pdr-0xxl {
    padding-right: 0px; }
  .pdr-autoxxl {
    padding-right: auto; } }
@media (max-width: 1360px) {
  .mg-160xl {
    margin: 160px; }
  .mg-140xl {
    margin: 140px; }
  .mg-130xl {
    margin: 130px; }
  .mg-120xl {
    margin: 120px; }
  .mg-110xl {
    margin: 110px; }
  .mg-100xl {
    margin: 100px; }
  .mg-90xl {
    margin: 90px; }
  .mg-80xl {
    margin: 80px; }
  .mg-70xl {
    margin: 70px; }
  .mg-65xl {
    margin: 65px; }
  .mg-60xl {
    margin: 60px; }
  .mg-55xl {
    margin: 55px; }
  .mg-50xl {
    margin: 50px; }
  .mg-45xl {
    margin: 45px; }
  .mg-40xl {
    margin: 40px; }
  .mg-35xl {
    margin: 35px; }
  .mg-30xl {
    margin: 30px; }
  .mg-25xl {
    margin: 25px; }
  .mg-20xl {
    margin: 20px; }
  .mg-15xl {
    margin: 15px; }
  .mg-13xl {
    margin: 13px; }
  .mg-10xl {
    margin: 10px; }
  .mg-5xl {
    margin: 5px; }
  .mg-0xl {
    margin: 0px; }
  .mg-autoxl {
    margin: auto; }
  .pd-160xl {
    padding: 160px; }
  .pd-140xl {
    padding: 140px; }
  .pd-130xl {
    padding: 130px; }
  .pd-120xl {
    padding: 120px; }
  .pd-110xl {
    padding: 110px; }
  .pd-100xl {
    padding: 100px; }
  .pd-90xl {
    padding: 90px; }
  .pd-80xl {
    padding: 80px; }
  .pd-70xl {
    padding: 70px; }
  .pd-65xl {
    padding: 65px; }
  .pd-60xl {
    padding: 60px; }
  .pd-55xl {
    padding: 55px; }
  .pd-50xl {
    padding: 50px; }
  .pd-45xl {
    padding: 45px; }
  .pd-40xl {
    padding: 40px; }
  .pd-35xl {
    padding: 35px; }
  .pd-30xl {
    padding: 30px; }
  .pd-25xl {
    padding: 25px; }
  .pd-20xl {
    padding: 20px; }
  .pd-15xl {
    padding: 15px; }
  .pd-13xl {
    padding: 13px; }
  .pd-10xl {
    padding: 10px; }
  .pd-5xl {
    padding: 5px; }
  .pd-0xl {
    padding: 0px; }
  .pd-autoxl {
    padding: auto; }
  .mgt-160xl {
    margin-top: 160px; }
  .mgt-140xl {
    margin-top: 140px; }
  .mgt-130xl {
    margin-top: 130px; }
  .mgt-120xl {
    margin-top: 120px; }
  .mgt-110xl {
    margin-top: 110px; }
  .mgt-100xl {
    margin-top: 100px; }
  .mgt-90xl {
    margin-top: 90px; }
  .mgt-80xl {
    margin-top: 80px; }
  .mgt-70xl {
    margin-top: 70px; }
  .mgt-65xl {
    margin-top: 65px; }
  .mgt-60xl {
    margin-top: 60px; }
  .mgt-55xl {
    margin-top: 55px; }
  .mgt-50xl {
    margin-top: 50px; }
  .mgt-45xl {
    margin-top: 45px; }
  .mgt-40xl {
    margin-top: 40px; }
  .mgt-35xl {
    margin-top: 35px; }
  .mgt-30xl {
    margin-top: 30px; }
  .mgt-25xl {
    margin-top: 25px; }
  .mgt-20xl {
    margin-top: 20px; }
  .mgt-15xl {
    margin-top: 15px; }
  .mgt-13xl {
    margin-top: 13px; }
  .mgt-10xl {
    margin-top: 10px; }
  .mgt-5xl {
    margin-top: 5px; }
  .mgt-0xl {
    margin-top: 0px; }
  .mgt-autoxl {
    margin-top: auto; }
  .mgb-160xl {
    margin-bottom: 160px; }
  .mgb-140xl {
    margin-bottom: 140px; }
  .mgb-130xl {
    margin-bottom: 130px; }
  .mgb-120xl {
    margin-bottom: 120px; }
  .mgb-110xl {
    margin-bottom: 110px; }
  .mgb-100xl {
    margin-bottom: 100px; }
  .mgb-90xl {
    margin-bottom: 90px; }
  .mgb-80xl {
    margin-bottom: 80px; }
  .mgb-70xl {
    margin-bottom: 70px; }
  .mgb-65xl {
    margin-bottom: 65px; }
  .mgb-60xl {
    margin-bottom: 60px; }
  .mgb-55xl {
    margin-bottom: 55px; }
  .mgb-50xl {
    margin-bottom: 50px; }
  .mgb-45xl {
    margin-bottom: 45px; }
  .mgb-40xl {
    margin-bottom: 40px; }
  .mgb-35xl {
    margin-bottom: 35px; }
  .mgb-30xl {
    margin-bottom: 30px; }
  .mgb-25xl {
    margin-bottom: 25px; }
  .mgb-20xl {
    margin-bottom: 20px; }
  .mgb-15xl {
    margin-bottom: 15px; }
  .mgb-13xl {
    margin-bottom: 13px; }
  .mgb-10xl {
    margin-bottom: 10px; }
  .mgb-5xl {
    margin-bottom: 5px; }
  .mgb-0xl {
    margin-bottom: 0px; }
  .mgb-autoxl {
    margin-bottom: auto; }
  .mgl-160xl {
    margin-left: 160px; }
  .mgl-140xl {
    margin-left: 140px; }
  .mgl-130xl {
    margin-left: 130px; }
  .mgl-120xl {
    margin-left: 120px; }
  .mgl-110xl {
    margin-left: 110px; }
  .mgl-100xl {
    margin-left: 100px; }
  .mgl-90xl {
    margin-left: 90px; }
  .mgl-80xl {
    margin-left: 80px; }
  .mgl-70xl {
    margin-left: 70px; }
  .mgl-65xl {
    margin-left: 65px; }
  .mgl-60xl {
    margin-left: 60px; }
  .mgl-55xl {
    margin-left: 55px; }
  .mgl-50xl {
    margin-left: 50px; }
  .mgl-45xl {
    margin-left: 45px; }
  .mgl-40xl {
    margin-left: 40px; }
  .mgl-35xl {
    margin-left: 35px; }
  .mgl-30xl {
    margin-left: 30px; }
  .mgl-25xl {
    margin-left: 25px; }
  .mgl-20xl {
    margin-left: 20px; }
  .mgl-15xl {
    margin-left: 15px; }
  .mgl-13xl {
    margin-left: 13px; }
  .mgl-10xl {
    margin-left: 10px; }
  .mgl-5xl {
    margin-left: 5px; }
  .mgl-0xl {
    margin-left: 0px; }
  .mgl-autoxl {
    margin-left: auto; }
  .mgr-160xl {
    margin-right: 160px; }
  .mgr-140xl {
    margin-right: 140px; }
  .mgr-130xl {
    margin-right: 130px; }
  .mgr-120xl {
    margin-right: 120px; }
  .mgr-110xl {
    margin-right: 110px; }
  .mgr-100xl {
    margin-right: 100px; }
  .mgr-90xl {
    margin-right: 90px; }
  .mgr-80xl {
    margin-right: 80px; }
  .mgr-70xl {
    margin-right: 70px; }
  .mgr-65xl {
    margin-right: 65px; }
  .mgr-60xl {
    margin-right: 60px; }
  .mgr-55xl {
    margin-right: 55px; }
  .mgr-50xl {
    margin-right: 50px; }
  .mgr-45xl {
    margin-right: 45px; }
  .mgr-40xl {
    margin-right: 40px; }
  .mgr-35xl {
    margin-right: 35px; }
  .mgr-30xl {
    margin-right: 30px; }
  .mgr-25xl {
    margin-right: 25px; }
  .mgr-20xl {
    margin-right: 20px; }
  .mgr-15xl {
    margin-right: 15px; }
  .mgr-13xl {
    margin-right: 13px; }
  .mgr-10xl {
    margin-right: 10px; }
  .mgr-5xl {
    margin-right: 5px; }
  .mgr-0xl {
    margin-right: 0px; }
  .mgr-autoxl {
    margin-right: auto; }
  .pdt-160xl {
    padding-top: 160px; }
  .pdt-140xl {
    padding-top: 140px; }
  .pdt-130xl {
    padding-top: 130px; }
  .pdt-120xl {
    padding-top: 120px; }
  .pdt-110xl {
    padding-top: 110px; }
  .pdt-100xl {
    padding-top: 100px; }
  .pdt-90xl {
    padding-top: 90px; }
  .pdt-80xl {
    padding-top: 80px; }
  .pdt-70xl {
    padding-top: 70px; }
  .pdt-65xl {
    padding-top: 65px; }
  .pdt-60xl {
    padding-top: 60px; }
  .pdt-55xl {
    padding-top: 55px; }
  .pdt-50xl {
    padding-top: 50px; }
  .pdt-45xl {
    padding-top: 45px; }
  .pdt-40xl {
    padding-top: 40px; }
  .pdt-35xl {
    padding-top: 35px; }
  .pdt-30xl {
    padding-top: 30px; }
  .pdt-25xl {
    padding-top: 25px; }
  .pdt-20xl {
    padding-top: 20px; }
  .pdt-15xl {
    padding-top: 15px; }
  .pdt-13xl {
    padding-top: 13px; }
  .pdt-10xl {
    padding-top: 10px; }
  .pdt-5xl {
    padding-top: 5px; }
  .pdt-0xl {
    padding-top: 0px; }
  .pdt-autoxl {
    padding-top: auto; }
  .pdb-160xl {
    padding-bottom: 160px; }
  .pdb-140xl {
    padding-bottom: 140px; }
  .pdb-130xl {
    padding-bottom: 130px; }
  .pdb-120xl {
    padding-bottom: 120px; }
  .pdb-110xl {
    padding-bottom: 110px; }
  .pdb-100xl {
    padding-bottom: 100px; }
  .pdb-90xl {
    padding-bottom: 90px; }
  .pdb-80xl {
    padding-bottom: 80px; }
  .pdb-70xl {
    padding-bottom: 70px; }
  .pdb-65xl {
    padding-bottom: 65px; }
  .pdb-60xl {
    padding-bottom: 60px; }
  .pdb-55xl {
    padding-bottom: 55px; }
  .pdb-50xl {
    padding-bottom: 50px; }
  .pdb-45xl {
    padding-bottom: 45px; }
  .pdb-40xl {
    padding-bottom: 40px; }
  .pdb-35xl {
    padding-bottom: 35px; }
  .pdb-30xl {
    padding-bottom: 30px; }
  .pdb-25xl {
    padding-bottom: 25px; }
  .pdb-20xl {
    padding-bottom: 20px; }
  .pdb-15xl {
    padding-bottom: 15px; }
  .pdb-13xl {
    padding-bottom: 13px; }
  .pdb-10xl {
    padding-bottom: 10px; }
  .pdb-5xl {
    padding-bottom: 5px; }
  .pdb-0xl {
    padding-bottom: 0px; }
  .pdb-autoxl {
    padding-bottom: auto; }
  .pdl-160xl {
    padding-left: 160px; }
  .pdl-140xl {
    padding-left: 140px; }
  .pdl-130xl {
    padding-left: 130px; }
  .pdl-120xl {
    padding-left: 120px; }
  .pdl-110xl {
    padding-left: 110px; }
  .pdl-100xl {
    padding-left: 100px; }
  .pdl-90xl {
    padding-left: 90px; }
  .pdl-80xl {
    padding-left: 80px; }
  .pdl-70xl {
    padding-left: 70px; }
  .pdl-65xl {
    padding-left: 65px; }
  .pdl-60xl {
    padding-left: 60px; }
  .pdl-55xl {
    padding-left: 55px; }
  .pdl-50xl {
    padding-left: 50px; }
  .pdl-45xl {
    padding-left: 45px; }
  .pdl-40xl {
    padding-left: 40px; }
  .pdl-35xl {
    padding-left: 35px; }
  .pdl-30xl {
    padding-left: 30px; }
  .pdl-25xl {
    padding-left: 25px; }
  .pdl-20xl {
    padding-left: 20px; }
  .pdl-15xl {
    padding-left: 15px; }
  .pdl-13xl {
    padding-left: 13px; }
  .pdl-10xl {
    padding-left: 10px; }
  .pdl-5xl {
    padding-left: 5px; }
  .pdl-0xl {
    padding-left: 0px; }
  .pdl-autoxl {
    padding-left: auto; }
  .pdr-160xl {
    padding-right: 160px; }
  .pdr-140xl {
    padding-right: 140px; }
  .pdr-130xl {
    padding-right: 130px; }
  .pdr-120xl {
    padding-right: 120px; }
  .pdr-110xl {
    padding-right: 110px; }
  .pdr-100xl {
    padding-right: 100px; }
  .pdr-90xl {
    padding-right: 90px; }
  .pdr-80xl {
    padding-right: 80px; }
  .pdr-70xl {
    padding-right: 70px; }
  .pdr-65xl {
    padding-right: 65px; }
  .pdr-60xl {
    padding-right: 60px; }
  .pdr-55xl {
    padding-right: 55px; }
  .pdr-50xl {
    padding-right: 50px; }
  .pdr-45xl {
    padding-right: 45px; }
  .pdr-40xl {
    padding-right: 40px; }
  .pdr-35xl {
    padding-right: 35px; }
  .pdr-30xl {
    padding-right: 30px; }
  .pdr-25xl {
    padding-right: 25px; }
  .pdr-20xl {
    padding-right: 20px; }
  .pdr-15xl {
    padding-right: 15px; }
  .pdr-13xl {
    padding-right: 13px; }
  .pdr-10xl {
    padding-right: 10px; }
  .pdr-5xl {
    padding-right: 5px; }
  .pdr-0xl {
    padding-right: 0px; }
  .pdr-autoxl {
    padding-right: auto; } }
@media (max-width: 1200px) {
  .mg-160lg {
    margin: 160px; }
  .mg-140lg {
    margin: 140px; }
  .mg-130lg {
    margin: 130px; }
  .mg-120lg {
    margin: 120px; }
  .mg-110lg {
    margin: 110px; }
  .mg-100lg {
    margin: 100px; }
  .mg-90lg {
    margin: 90px; }
  .mg-80lg {
    margin: 80px; }
  .mg-70lg {
    margin: 70px; }
  .mg-65lg {
    margin: 65px; }
  .mg-60lg {
    margin: 60px; }
  .mg-55lg {
    margin: 55px; }
  .mg-50lg {
    margin: 50px; }
  .mg-45lg {
    margin: 45px; }
  .mg-40lg {
    margin: 40px; }
  .mg-35lg {
    margin: 35px; }
  .mg-30lg {
    margin: 30px; }
  .mg-25lg {
    margin: 25px; }
  .mg-20lg {
    margin: 20px; }
  .mg-15lg {
    margin: 15px; }
  .mg-13lg {
    margin: 13px; }
  .mg-10lg {
    margin: 10px; }
  .mg-5lg {
    margin: 5px; }
  .mg-0lg {
    margin: 0px; }
  .mg-autolg {
    margin: auto; }
  .pd-160lg {
    padding: 160px; }
  .pd-140lg {
    padding: 140px; }
  .pd-130lg {
    padding: 130px; }
  .pd-120lg {
    padding: 120px; }
  .pd-110lg {
    padding: 110px; }
  .pd-100lg {
    padding: 100px; }
  .pd-90lg {
    padding: 90px; }
  .pd-80lg {
    padding: 80px; }
  .pd-70lg {
    padding: 70px; }
  .pd-65lg {
    padding: 65px; }
  .pd-60lg {
    padding: 60px; }
  .pd-55lg {
    padding: 55px; }
  .pd-50lg {
    padding: 50px; }
  .pd-45lg {
    padding: 45px; }
  .pd-40lg {
    padding: 40px; }
  .pd-35lg {
    padding: 35px; }
  .pd-30lg {
    padding: 30px; }
  .pd-25lg {
    padding: 25px; }
  .pd-20lg {
    padding: 20px; }
  .pd-15lg {
    padding: 15px; }
  .pd-13lg {
    padding: 13px; }
  .pd-10lg {
    padding: 10px; }
  .pd-5lg {
    padding: 5px; }
  .pd-0lg {
    padding: 0px; }
  .pd-autolg {
    padding: auto; }
  .mgt-160lg {
    margin-top: 160px; }
  .mgt-140lg {
    margin-top: 140px; }
  .mgt-130lg {
    margin-top: 130px; }
  .mgt-120lg {
    margin-top: 120px; }
  .mgt-110lg {
    margin-top: 110px; }
  .mgt-100lg {
    margin-top: 100px; }
  .mgt-90lg {
    margin-top: 90px; }
  .mgt-80lg {
    margin-top: 80px; }
  .mgt-70lg {
    margin-top: 70px; }
  .mgt-65lg {
    margin-top: 65px; }
  .mgt-60lg {
    margin-top: 60px; }
  .mgt-55lg {
    margin-top: 55px; }
  .mgt-50lg {
    margin-top: 50px; }
  .mgt-45lg {
    margin-top: 45px; }
  .mgt-40lg {
    margin-top: 40px; }
  .mgt-35lg {
    margin-top: 35px; }
  .mgt-30lg {
    margin-top: 30px; }
  .mgt-25lg {
    margin-top: 25px; }
  .mgt-20lg {
    margin-top: 20px; }
  .mgt-15lg {
    margin-top: 15px; }
  .mgt-13lg {
    margin-top: 13px; }
  .mgt-10lg {
    margin-top: 10px; }
  .mgt-5lg {
    margin-top: 5px; }
  .mgt-0lg {
    margin-top: 0px; }
  .mgt-autolg {
    margin-top: auto; }
  .mgb-160lg {
    margin-bottom: 160px; }
  .mgb-140lg {
    margin-bottom: 140px; }
  .mgb-130lg {
    margin-bottom: 130px; }
  .mgb-120lg {
    margin-bottom: 120px; }
  .mgb-110lg {
    margin-bottom: 110px; }
  .mgb-100lg {
    margin-bottom: 100px; }
  .mgb-90lg {
    margin-bottom: 90px; }
  .mgb-80lg {
    margin-bottom: 80px; }
  .mgb-70lg {
    margin-bottom: 70px; }
  .mgb-65lg {
    margin-bottom: 65px; }
  .mgb-60lg {
    margin-bottom: 60px; }
  .mgb-55lg {
    margin-bottom: 55px; }
  .mgb-50lg {
    margin-bottom: 50px; }
  .mgb-45lg {
    margin-bottom: 45px; }
  .mgb-40lg {
    margin-bottom: 40px; }
  .mgb-35lg {
    margin-bottom: 35px; }
  .mgb-30lg {
    margin-bottom: 30px; }
  .mgb-25lg {
    margin-bottom: 25px; }
  .mgb-20lg {
    margin-bottom: 20px; }
  .mgb-15lg {
    margin-bottom: 15px; }
  .mgb-13lg {
    margin-bottom: 13px; }
  .mgb-10lg {
    margin-bottom: 10px; }
  .mgb-5lg {
    margin-bottom: 5px; }
  .mgb-0lg {
    margin-bottom: 0px; }
  .mgb-autolg {
    margin-bottom: auto; }
  .mgl-160lg {
    margin-left: 160px; }
  .mgl-140lg {
    margin-left: 140px; }
  .mgl-130lg {
    margin-left: 130px; }
  .mgl-120lg {
    margin-left: 120px; }
  .mgl-110lg {
    margin-left: 110px; }
  .mgl-100lg {
    margin-left: 100px; }
  .mgl-90lg {
    margin-left: 90px; }
  .mgl-80lg {
    margin-left: 80px; }
  .mgl-70lg {
    margin-left: 70px; }
  .mgl-65lg {
    margin-left: 65px; }
  .mgl-60lg {
    margin-left: 60px; }
  .mgl-55lg {
    margin-left: 55px; }
  .mgl-50lg {
    margin-left: 50px; }
  .mgl-45lg {
    margin-left: 45px; }
  .mgl-40lg {
    margin-left: 40px; }
  .mgl-35lg {
    margin-left: 35px; }
  .mgl-30lg {
    margin-left: 30px; }
  .mgl-25lg {
    margin-left: 25px; }
  .mgl-20lg {
    margin-left: 20px; }
  .mgl-15lg {
    margin-left: 15px; }
  .mgl-13lg {
    margin-left: 13px; }
  .mgl-10lg {
    margin-left: 10px; }
  .mgl-5lg {
    margin-left: 5px; }
  .mgl-0lg {
    margin-left: 0px; }
  .mgl-autolg {
    margin-left: auto; }
  .mgr-160lg {
    margin-right: 160px; }
  .mgr-140lg {
    margin-right: 140px; }
  .mgr-130lg {
    margin-right: 130px; }
  .mgr-120lg {
    margin-right: 120px; }
  .mgr-110lg {
    margin-right: 110px; }
  .mgr-100lg {
    margin-right: 100px; }
  .mgr-90lg {
    margin-right: 90px; }
  .mgr-80lg {
    margin-right: 80px; }
  .mgr-70lg {
    margin-right: 70px; }
  .mgr-65lg {
    margin-right: 65px; }
  .mgr-60lg {
    margin-right: 60px; }
  .mgr-55lg {
    margin-right: 55px; }
  .mgr-50lg {
    margin-right: 50px; }
  .mgr-45lg {
    margin-right: 45px; }
  .mgr-40lg {
    margin-right: 40px; }
  .mgr-35lg {
    margin-right: 35px; }
  .mgr-30lg {
    margin-right: 30px; }
  .mgr-25lg {
    margin-right: 25px; }
  .mgr-20lg {
    margin-right: 20px; }
  .mgr-15lg {
    margin-right: 15px; }
  .mgr-13lg {
    margin-right: 13px; }
  .mgr-10lg {
    margin-right: 10px; }
  .mgr-5lg {
    margin-right: 5px; }
  .mgr-0lg {
    margin-right: 0px; }
  .mgr-autolg {
    margin-right: auto; }
  .pdt-160lg {
    padding-top: 160px; }
  .pdt-140lg {
    padding-top: 140px; }
  .pdt-130lg {
    padding-top: 130px; }
  .pdt-120lg {
    padding-top: 120px; }
  .pdt-110lg {
    padding-top: 110px; }
  .pdt-100lg {
    padding-top: 100px; }
  .pdt-90lg {
    padding-top: 90px; }
  .pdt-80lg {
    padding-top: 80px; }
  .pdt-70lg {
    padding-top: 70px; }
  .pdt-65lg {
    padding-top: 65px; }
  .pdt-60lg {
    padding-top: 60px; }
  .pdt-55lg {
    padding-top: 55px; }
  .pdt-50lg {
    padding-top: 50px; }
  .pdt-45lg {
    padding-top: 45px; }
  .pdt-40lg {
    padding-top: 40px; }
  .pdt-35lg {
    padding-top: 35px; }
  .pdt-30lg {
    padding-top: 30px; }
  .pdt-25lg {
    padding-top: 25px; }
  .pdt-20lg {
    padding-top: 20px; }
  .pdt-15lg {
    padding-top: 15px; }
  .pdt-13lg {
    padding-top: 13px; }
  .pdt-10lg {
    padding-top: 10px; }
  .pdt-5lg {
    padding-top: 5px; }
  .pdt-0lg {
    padding-top: 0px; }
  .pdt-autolg {
    padding-top: auto; }
  .pdb-160lg {
    padding-bottom: 160px; }
  .pdb-140lg {
    padding-bottom: 140px; }
  .pdb-130lg {
    padding-bottom: 130px; }
  .pdb-120lg {
    padding-bottom: 120px; }
  .pdb-110lg {
    padding-bottom: 110px; }
  .pdb-100lg {
    padding-bottom: 100px; }
  .pdb-90lg {
    padding-bottom: 90px; }
  .pdb-80lg {
    padding-bottom: 80px; }
  .pdb-70lg {
    padding-bottom: 70px; }
  .pdb-65lg {
    padding-bottom: 65px; }
  .pdb-60lg {
    padding-bottom: 60px; }
  .pdb-55lg {
    padding-bottom: 55px; }
  .pdb-50lg {
    padding-bottom: 50px; }
  .pdb-45lg {
    padding-bottom: 45px; }
  .pdb-40lg {
    padding-bottom: 40px; }
  .pdb-35lg {
    padding-bottom: 35px; }
  .pdb-30lg {
    padding-bottom: 30px; }
  .pdb-25lg {
    padding-bottom: 25px; }
  .pdb-20lg {
    padding-bottom: 20px; }
  .pdb-15lg {
    padding-bottom: 15px; }
  .pdb-13lg {
    padding-bottom: 13px; }
  .pdb-10lg {
    padding-bottom: 10px; }
  .pdb-5lg {
    padding-bottom: 5px; }
  .pdb-0lg {
    padding-bottom: 0px; }
  .pdb-autolg {
    padding-bottom: auto; }
  .pdl-160lg {
    padding-left: 160px; }
  .pdl-140lg {
    padding-left: 140px; }
  .pdl-130lg {
    padding-left: 130px; }
  .pdl-120lg {
    padding-left: 120px; }
  .pdl-110lg {
    padding-left: 110px; }
  .pdl-100lg {
    padding-left: 100px; }
  .pdl-90lg {
    padding-left: 90px; }
  .pdl-80lg {
    padding-left: 80px; }
  .pdl-70lg {
    padding-left: 70px; }
  .pdl-65lg {
    padding-left: 65px; }
  .pdl-60lg {
    padding-left: 60px; }
  .pdl-55lg {
    padding-left: 55px; }
  .pdl-50lg {
    padding-left: 50px; }
  .pdl-45lg {
    padding-left: 45px; }
  .pdl-40lg {
    padding-left: 40px; }
  .pdl-35lg {
    padding-left: 35px; }
  .pdl-30lg {
    padding-left: 30px; }
  .pdl-25lg {
    padding-left: 25px; }
  .pdl-20lg {
    padding-left: 20px; }
  .pdl-15lg {
    padding-left: 15px; }
  .pdl-13lg {
    padding-left: 13px; }
  .pdl-10lg {
    padding-left: 10px; }
  .pdl-5lg {
    padding-left: 5px; }
  .pdl-0lg {
    padding-left: 0px; }
  .pdl-autolg {
    padding-left: auto; }
  .pdr-160lg {
    padding-right: 160px; }
  .pdr-140lg {
    padding-right: 140px; }
  .pdr-130lg {
    padding-right: 130px; }
  .pdr-120lg {
    padding-right: 120px; }
  .pdr-110lg {
    padding-right: 110px; }
  .pdr-100lg {
    padding-right: 100px; }
  .pdr-90lg {
    padding-right: 90px; }
  .pdr-80lg {
    padding-right: 80px; }
  .pdr-70lg {
    padding-right: 70px; }
  .pdr-65lg {
    padding-right: 65px; }
  .pdr-60lg {
    padding-right: 60px; }
  .pdr-55lg {
    padding-right: 55px; }
  .pdr-50lg {
    padding-right: 50px; }
  .pdr-45lg {
    padding-right: 45px; }
  .pdr-40lg {
    padding-right: 40px; }
  .pdr-35lg {
    padding-right: 35px; }
  .pdr-30lg {
    padding-right: 30px; }
  .pdr-25lg {
    padding-right: 25px; }
  .pdr-20lg {
    padding-right: 20px; }
  .pdr-15lg {
    padding-right: 15px; }
  .pdr-13lg {
    padding-right: 13px; }
  .pdr-10lg {
    padding-right: 10px; }
  .pdr-5lg {
    padding-right: 5px; }
  .pdr-0lg {
    padding-right: 0px; }
  .pdr-autolg {
    padding-right: auto; } }
@media (max-width: 767px) {
  .mg-160md {
    margin: 160px; }
  .mg-140md {
    margin: 140px; }
  .mg-130md {
    margin: 130px; }
  .mg-120md {
    margin: 120px; }
  .mg-110md {
    margin: 110px; }
  .mg-100md {
    margin: 100px; }
  .mg-90md {
    margin: 90px; }
  .mg-80md {
    margin: 80px; }
  .mg-70md {
    margin: 70px; }
  .mg-65md {
    margin: 65px; }
  .mg-60md {
    margin: 60px; }
  .mg-55md {
    margin: 55px; }
  .mg-50md {
    margin: 50px; }
  .mg-45md {
    margin: 45px; }
  .mg-40md {
    margin: 40px; }
  .mg-35md {
    margin: 35px; }
  .mg-30md {
    margin: 30px; }
  .mg-25md {
    margin: 25px; }
  .mg-20md {
    margin: 20px; }
  .mg-15md {
    margin: 15px; }
  .mg-13md {
    margin: 13px; }
  .mg-10md {
    margin: 10px; }
  .mg-5md {
    margin: 5px; }
  .mg-0md {
    margin: 0px; }
  .mg-automd {
    margin: auto; }
  .pd-160md {
    padding: 160px; }
  .pd-140md {
    padding: 140px; }
  .pd-130md {
    padding: 130px; }
  .pd-120md {
    padding: 120px; }
  .pd-110md {
    padding: 110px; }
  .pd-100md {
    padding: 100px; }
  .pd-90md {
    padding: 90px; }
  .pd-80md {
    padding: 80px; }
  .pd-70md {
    padding: 70px; }
  .pd-65md {
    padding: 65px; }
  .pd-60md {
    padding: 60px; }
  .pd-55md {
    padding: 55px; }
  .pd-50md {
    padding: 50px; }
  .pd-45md {
    padding: 45px; }
  .pd-40md {
    padding: 40px; }
  .pd-35md {
    padding: 35px; }
  .pd-30md {
    padding: 30px; }
  .pd-25md {
    padding: 25px; }
  .pd-20md {
    padding: 20px; }
  .pd-15md {
    padding: 15px; }
  .pd-13md {
    padding: 13px; }
  .pd-10md {
    padding: 10px; }
  .pd-5md {
    padding: 5px; }
  .pd-0md {
    padding: 0px; }
  .pd-automd {
    padding: auto; }
  .mgt-160md {
    margin-top: 160px; }
  .mgt-140md {
    margin-top: 140px; }
  .mgt-130md {
    margin-top: 130px; }
  .mgt-120md {
    margin-top: 120px; }
  .mgt-110md {
    margin-top: 110px; }
  .mgt-100md {
    margin-top: 100px; }
  .mgt-90md {
    margin-top: 90px; }
  .mgt-80md {
    margin-top: 80px; }
  .mgt-70md {
    margin-top: 70px; }
  .mgt-65md {
    margin-top: 65px; }
  .mgt-60md {
    margin-top: 60px; }
  .mgt-55md {
    margin-top: 55px; }
  .mgt-50md {
    margin-top: 50px; }
  .mgt-45md {
    margin-top: 45px; }
  .mgt-40md {
    margin-top: 40px; }
  .mgt-35md {
    margin-top: 35px; }
  .mgt-30md {
    margin-top: 30px; }
  .mgt-25md {
    margin-top: 25px; }
  .mgt-20md {
    margin-top: 20px; }
  .mgt-15md {
    margin-top: 15px; }
  .mgt-13md {
    margin-top: 13px; }
  .mgt-10md {
    margin-top: 10px; }
  .mgt-5md {
    margin-top: 5px; }
  .mgt-0md {
    margin-top: 0px; }
  .mgt-automd {
    margin-top: auto; }
  .mgb-160md {
    margin-bottom: 160px; }
  .mgb-140md {
    margin-bottom: 140px; }
  .mgb-130md {
    margin-bottom: 130px; }
  .mgb-120md {
    margin-bottom: 120px; }
  .mgb-110md {
    margin-bottom: 110px; }
  .mgb-100md {
    margin-bottom: 100px; }
  .mgb-90md {
    margin-bottom: 90px; }
  .mgb-80md {
    margin-bottom: 80px; }
  .mgb-70md {
    margin-bottom: 70px; }
  .mgb-65md {
    margin-bottom: 65px; }
  .mgb-60md {
    margin-bottom: 60px; }
  .mgb-55md {
    margin-bottom: 55px; }
  .mgb-50md {
    margin-bottom: 50px; }
  .mgb-45md {
    margin-bottom: 45px; }
  .mgb-40md {
    margin-bottom: 40px; }
  .mgb-35md {
    margin-bottom: 35px; }
  .mgb-30md {
    margin-bottom: 30px; }
  .mgb-25md {
    margin-bottom: 25px; }
  .mgb-20md {
    margin-bottom: 20px; }
  .mgb-15md {
    margin-bottom: 15px; }
  .mgb-13md {
    margin-bottom: 13px; }
  .mgb-10md {
    margin-bottom: 10px; }
  .mgb-5md {
    margin-bottom: 5px; }
  .mgb-0md {
    margin-bottom: 0px; }
  .mgb-automd {
    margin-bottom: auto; }
  .mgl-160md {
    margin-left: 160px; }
  .mgl-140md {
    margin-left: 140px; }
  .mgl-130md {
    margin-left: 130px; }
  .mgl-120md {
    margin-left: 120px; }
  .mgl-110md {
    margin-left: 110px; }
  .mgl-100md {
    margin-left: 100px; }
  .mgl-90md {
    margin-left: 90px; }
  .mgl-80md {
    margin-left: 80px; }
  .mgl-70md {
    margin-left: 70px; }
  .mgl-65md {
    margin-left: 65px; }
  .mgl-60md {
    margin-left: 60px; }
  .mgl-55md {
    margin-left: 55px; }
  .mgl-50md {
    margin-left: 50px; }
  .mgl-45md {
    margin-left: 45px; }
  .mgl-40md {
    margin-left: 40px; }
  .mgl-35md {
    margin-left: 35px; }
  .mgl-30md {
    margin-left: 30px; }
  .mgl-25md {
    margin-left: 25px; }
  .mgl-20md {
    margin-left: 20px; }
  .mgl-15md {
    margin-left: 15px; }
  .mgl-13md {
    margin-left: 13px; }
  .mgl-10md {
    margin-left: 10px; }
  .mgl-5md {
    margin-left: 5px; }
  .mgl-0md {
    margin-left: 0px; }
  .mgl-automd {
    margin-left: auto; }
  .mgr-160md {
    margin-right: 160px; }
  .mgr-140md {
    margin-right: 140px; }
  .mgr-130md {
    margin-right: 130px; }
  .mgr-120md {
    margin-right: 120px; }
  .mgr-110md {
    margin-right: 110px; }
  .mgr-100md {
    margin-right: 100px; }
  .mgr-90md {
    margin-right: 90px; }
  .mgr-80md {
    margin-right: 80px; }
  .mgr-70md {
    margin-right: 70px; }
  .mgr-65md {
    margin-right: 65px; }
  .mgr-60md {
    margin-right: 60px; }
  .mgr-55md {
    margin-right: 55px; }
  .mgr-50md {
    margin-right: 50px; }
  .mgr-45md {
    margin-right: 45px; }
  .mgr-40md {
    margin-right: 40px; }
  .mgr-35md {
    margin-right: 35px; }
  .mgr-30md {
    margin-right: 30px; }
  .mgr-25md {
    margin-right: 25px; }
  .mgr-20md {
    margin-right: 20px; }
  .mgr-15md {
    margin-right: 15px; }
  .mgr-13md {
    margin-right: 13px; }
  .mgr-10md {
    margin-right: 10px; }
  .mgr-5md {
    margin-right: 5px; }
  .mgr-0md {
    margin-right: 0px; }
  .mgr-automd {
    margin-right: auto; }
  .pdt-160md {
    padding-top: 160px; }
  .pdt-140md {
    padding-top: 140px; }
  .pdt-130md {
    padding-top: 130px; }
  .pdt-120md {
    padding-top: 120px; }
  .pdt-110md {
    padding-top: 110px; }
  .pdt-100md {
    padding-top: 100px; }
  .pdt-90md {
    padding-top: 90px; }
  .pdt-80md {
    padding-top: 80px; }
  .pdt-70md {
    padding-top: 70px; }
  .pdt-65md {
    padding-top: 65px; }
  .pdt-60md {
    padding-top: 60px; }
  .pdt-55md {
    padding-top: 55px; }
  .pdt-50md {
    padding-top: 50px; }
  .pdt-45md {
    padding-top: 45px; }
  .pdt-40md {
    padding-top: 40px; }
  .pdt-35md {
    padding-top: 35px; }
  .pdt-30md {
    padding-top: 30px; }
  .pdt-25md {
    padding-top: 25px; }
  .pdt-20md {
    padding-top: 20px; }
  .pdt-15md {
    padding-top: 15px; }
  .pdt-13md {
    padding-top: 13px; }
  .pdt-10md {
    padding-top: 10px; }
  .pdt-5md {
    padding-top: 5px; }
  .pdt-0md {
    padding-top: 0px; }
  .pdt-automd {
    padding-top: auto; }
  .pdb-160md {
    padding-bottom: 160px; }
  .pdb-140md {
    padding-bottom: 140px; }
  .pdb-130md {
    padding-bottom: 130px; }
  .pdb-120md {
    padding-bottom: 120px; }
  .pdb-110md {
    padding-bottom: 110px; }
  .pdb-100md {
    padding-bottom: 100px; }
  .pdb-90md {
    padding-bottom: 90px; }
  .pdb-80md {
    padding-bottom: 80px; }
  .pdb-70md {
    padding-bottom: 70px; }
  .pdb-65md {
    padding-bottom: 65px; }
  .pdb-60md {
    padding-bottom: 60px; }
  .pdb-55md {
    padding-bottom: 55px; }
  .pdb-50md {
    padding-bottom: 50px; }
  .pdb-45md {
    padding-bottom: 45px; }
  .pdb-40md {
    padding-bottom: 40px; }
  .pdb-35md {
    padding-bottom: 35px; }
  .pdb-30md {
    padding-bottom: 30px; }
  .pdb-25md {
    padding-bottom: 25px; }
  .pdb-20md {
    padding-bottom: 20px; }
  .pdb-15md {
    padding-bottom: 15px; }
  .pdb-13md {
    padding-bottom: 13px; }
  .pdb-10md {
    padding-bottom: 10px; }
  .pdb-5md {
    padding-bottom: 5px; }
  .pdb-0md {
    padding-bottom: 0px; }
  .pdb-automd {
    padding-bottom: auto; }
  .pdl-160md {
    padding-left: 160px; }
  .pdl-140md {
    padding-left: 140px; }
  .pdl-130md {
    padding-left: 130px; }
  .pdl-120md {
    padding-left: 120px; }
  .pdl-110md {
    padding-left: 110px; }
  .pdl-100md {
    padding-left: 100px; }
  .pdl-90md {
    padding-left: 90px; }
  .pdl-80md {
    padding-left: 80px; }
  .pdl-70md {
    padding-left: 70px; }
  .pdl-65md {
    padding-left: 65px; }
  .pdl-60md {
    padding-left: 60px; }
  .pdl-55md {
    padding-left: 55px; }
  .pdl-50md {
    padding-left: 50px; }
  .pdl-45md {
    padding-left: 45px; }
  .pdl-40md {
    padding-left: 40px; }
  .pdl-35md {
    padding-left: 35px; }
  .pdl-30md {
    padding-left: 30px; }
  .pdl-25md {
    padding-left: 25px; }
  .pdl-20md {
    padding-left: 20px; }
  .pdl-15md {
    padding-left: 15px; }
  .pdl-13md {
    padding-left: 13px; }
  .pdl-10md {
    padding-left: 10px; }
  .pdl-5md {
    padding-left: 5px; }
  .pdl-0md {
    padding-left: 0px; }
  .pdl-automd {
    padding-left: auto; }
  .pdr-160md {
    padding-right: 160px; }
  .pdr-140md {
    padding-right: 140px; }
  .pdr-130md {
    padding-right: 130px; }
  .pdr-120md {
    padding-right: 120px; }
  .pdr-110md {
    padding-right: 110px; }
  .pdr-100md {
    padding-right: 100px; }
  .pdr-90md {
    padding-right: 90px; }
  .pdr-80md {
    padding-right: 80px; }
  .pdr-70md {
    padding-right: 70px; }
  .pdr-65md {
    padding-right: 65px; }
  .pdr-60md {
    padding-right: 60px; }
  .pdr-55md {
    padding-right: 55px; }
  .pdr-50md {
    padding-right: 50px; }
  .pdr-45md {
    padding-right: 45px; }
  .pdr-40md {
    padding-right: 40px; }
  .pdr-35md {
    padding-right: 35px; }
  .pdr-30md {
    padding-right: 30px; }
  .pdr-25md {
    padding-right: 25px; }
  .pdr-20md {
    padding-right: 20px; }
  .pdr-15md {
    padding-right: 15px; }
  .pdr-13md {
    padding-right: 13px; }
  .pdr-10md {
    padding-right: 10px; }
  .pdr-5md {
    padding-right: 5px; }
  .pdr-0md {
    padding-right: 0px; }
  .pdr-automd {
    padding-right: auto; } }

/*PRESETS*/
.dflex {
  display: flex; }
.dblock {
  display: block; }
.diblock {
  display: inline-block; }
.diflex {
  display: inline-flex; }
.dinline {
  display: inline; }
@media (max-width: 1200px) {
  .dflex_lgm {
    display: flex; }
  .dblock_lgm {
    display: block; }
  .diblock_lgm {
    display: inline-block; }
  .diflex_lgm {
    display: inline-flex; }
  .dinline_lgm {
    display: inline; } }
@media (min-width: 1201px) {
  .dflex_lg {
    display: flex; }
  .dblock_lg {
    display: block; }
  .diblock_lg {
    display: inline-block; }
  .diflex_lg {
    display: inline-flex; }
  .dinline_lg {
    display: inline; } }

.font1 {
  font-family: "Open Sans", sans-serif; }

.zindex5 {
  z-index: 5; }
  @media (max-width: 1200px) {
    .zindex5_lgm {
      z-index: 5; } }
.zindex10 {
  z-index: 10; }
.zindex15 {
  z-index: 15; }
.zindex20 {
  z-index: 20; }

.bcolor {
  border-color: #000; }
  .bcolor1 {
    border-color: #e30613; }
  .bcolor2 {
    border-color: #E2001A; }
  .bcolor3 {
    border-color: #9C9E9F; }
  .bcolor4 {
    border-color: #F2F2F2; }
  .bcolor5 {
    border-color: #DCDCDD; }
  .bcolor6 {
    border-color: #EDEDEE; }
  .bcolor7 {
    border-color: #e9eaea; }
  .bcolor8 {
    border-color: #900011; }

.bt3 {
  border-top: 1px solid #9C9E9F; }
.bt4 {
  border-top: 1px solid #F2F2F2; }

.bb3 {
  border-bottom: 1px solid #9C9E9F; }

.color {
  color: #000; }
  .color1 {
    color: #e30613; }
  .color2 {
    color: #E2001A; }
  .color3 {
    color: #9C9E9F; }
  .color4 {
    color: #F2F2F2; }
  .color5 {
    color: #DCDCDD; }
  .color6 {
    color: #EDEDEE; }
  .color7 {
    color: #e9eaea; }
  .color8 {
    color: #900011; }
  .color1_hover:hover {
    color: #e30613; }
  .color2_hover:hover {
    color: #E2001A; }
  .color3_hover:hover {
    color: #9C9E9F; }
  .color4_hover:hover {
    color: #F2F2F2; }
  .color5_hover:hover {
    color: #DCDCDD; }
  .color6_hover:hover {
    color: #EDEDEE; }
  .color7_hover:hover {
    color: #e9eaea; }
  .color8_hover:hover {
    color: #900011; }
  .color1_strong strong {
    color: #e30613; }
  .color2_strong strong {
    color: #E2001A; }
  .color3_strong strong {
    color: #9C9E9F; }
  .color4_strong strong {
    color: #F2F2F2; }
  .color5_strong strong {
    color: #DCDCDD; }
  .color6_strong strong {
    color: #EDEDEE; }
  .color7_strong strong {
    color: #e9eaea; }
  .color8_strong strong {
    color: #900011; }
  .color_grey1 {
    color: #BEBEBE; }
  .color_grey2 {
    color: #A1A7AF; }
  .color_grey3 {
    color: #43464A; }
  .color_grey4 {
    color: #404040; }
  .color_grey5 {
    color: #dddfe2; }
  .color_grey6 {
    color: #32363A; }
  .color_grey7 {
    color: #e5e5e5; }
  .color_grey8 {
    color: #494B4E; }
  .color_grey9 {
    color: #181818; }
  .color_grey10 {
    color: #222426; }
  .color_grey11 {
    color: #66696C; }
  .color1_before:before {
    color: #e30613; }
  .color2_before:before {
    color: #E2001A; }
  .color3_before:before {
    color: #9C9E9F; }
  .color4_before:before {
    color: #F2F2F2; }
  .color5_before:before {
    color: #DCDCDD; }
  .color6_before:before {
    color: #EDEDEE; }
  .color7_before:before {
    color: #e9eaea; }
  .color8_before:before {
    color: #900011; }
  .color_white {
    color: #fff; }
  .color_white_hover:hover {
    color: #fff; }
  .color_primary {
    color: var(--color-primary, #e30613); }
  .color_primary_strong strong {
    color: var(--color-primary, #e30613); }
  .color_primary_strong h1, .color_primary_strong h2, .color_primary_strong h3, .color_primary_strong h4 {
    color: var(--color-primary, #e30613); }
  .color_primary_anchor a:not([class]) {
    color: var(--color-primary, #e30613); }

.c2_anchor a {
  color: #E2001A; }

.c1_anchor_hover a:hover {
  color: #e30613; }

.stroke1 {
  stroke: #e30613; }
.stroke2 {
  stroke: #E2001A; }
.stroke3 {
  stroke: #9C9E9F; }
.stroke4 {
  stroke: #F2F2F2; }
.stroke5 {
  stroke: #DCDCDD; }
.stroke6 {
  stroke: #EDEDEE; }
.stroke7 {
  stroke: #e9eaea; }
.stroke8 {
  stroke: #900011; }
.stroke_primary {
  stroke: var(--color-primary, #e30613); }
.stroke_white {
  stroke: #fff; }

.bg1 {
  background-color: #e30613; }
.bg2 {
  background-color: #E2001A; }
.bg3 {
  background-color: #9C9E9F; }
.bg4 {
  background-color: #F2F2F2; }
.bg5 {
  background-color: #DCDCDD; }
.bg6 {
  background-color: #EDEDEE; }
.bg7 {
  background-color: #e9eaea; }
.bg8 {
  background-color: #900011; }
.bg_grey1 {
  background-color: #BEBEBE; }
.bg_grey2 {
  background-color: #A1A7AF; }
.bg_grey3 {
  background-color: #43464A; }
.bg_grey4 {
  background-color: #404040; }
.bg_grey5 {
  background-color: #dddfe2; }
.bg_grey6 {
  background-color: #32363A; }
.bg_grey7 {
  background-color: #e5e5e5; }
.bg_grey8 {
  background-color: #494B4E; }
.bg_grey9 {
  background-color: #181818; }
.bg_grey10 {
  background-color: #222426; }
.bg_grey11 {
  background-color: #66696C; }
.bg1_hover:hover {
  background-color: #e30613; }
.bg2_hover:hover {
  background-color: #E2001A; }
.bg3_hover:hover {
  background-color: #9C9E9F; }
.bg4_hover:hover {
  background-color: #F2F2F2; }
.bg5_hover:hover {
  background-color: #DCDCDD; }
.bg6_hover:hover {
  background-color: #EDEDEE; }
.bg7_hover:hover {
  background-color: #e9eaea; }
.bg8_hover:hover {
  background-color: #900011; }
.bg1_before:before {
  background-color: #e30613; }
.bg2_before:before {
  background-color: #E2001A; }
.bg3_before:before {
  background-color: #9C9E9F; }
.bg4_before:before {
  background-color: #F2F2F2; }
.bg5_before:before {
  background-color: #DCDCDD; }
.bg6_before:before {
  background-color: #EDEDEE; }
.bg7_before:before {
  background-color: #e9eaea; }
.bg8_before:before {
  background-color: #900011; }
.bg1_after:after {
  background-color: #e30613; }
.bg2_after:after {
  background-color: #E2001A; }
.bg3_after:after {
  background-color: #9C9E9F; }
.bg4_after:after {
  background-color: #F2F2F2; }
.bg5_after:after {
  background-color: #DCDCDD; }
.bg6_after:after {
  background-color: #EDEDEE; }
.bg7_after:after {
  background-color: #e9eaea; }
.bg8_after:after {
  background-color: #900011; }
.bg_white {
  background-color: #fff; }
  @media (max-width: 1200px) {
    .bg_white_lgm {
      background: #fff; } }
.bg_black {
  background-color: #000; }
.bgc {
  background-color: #000; }
.bg0 {
  background-color: #fff; }

.opa0 {
  opacity: 0; }
.opa1 {
  opacity: .1; }
.opa4 {
  opacity: .4; }
.opa5 {
  opacity: .5; }
.opa6 {
  opacity: .6; }
.opa7 {
  opacity: .7; }
.opa8 {
  opacity: .8; }

.flex-wrap {
  flex-wrap: wrap; }

/**clear**/
.cf:after {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both;
  font-size: 1px;
  height: 0.01px;
  line-height: 1px;
  margin: 0;
  padding: 0; }

/**HELP*/
.text_center {
  text-align: center; }
.text_left {
  text-align: left; }
.text_right {
  text-align: right; }
@media (max-width: 1360px) {
  .text_center_xlm {
    text-align: center; }
  .text_left_xlm {
    text-align: left; }
  .text_right_xlm {
    text-align: right; } }
@media (max-width: 1200px) {
  .text_center_lgm {
    text-align: center; }
  .text_left_lgm {
    text-align: left; }
  .text_right_lgm {
    text-align: right; } }
@media (min-width: 1201px) {
  .text_center_lg {
    text-align: center; }
  .text_left_lg {
    text-align: left; }
  .text_right_lg {
    text-align: right; } }
@media (max-width: 767px) {
  .text_center_mdm {
    text-align: center; }
  .text_left_mdm {
    text-align: left; }
  .text_right_mdm {
    text-align: right; } }
@media (min-width: 768px) {
  .text_center_md {
    text-align: center; }
  .text_left_md {
    text-align: left; }
  .text_right_md {
    text-align: right; } }
@media (max-width: 577px) {
  .text_center_smm {
    text-align: center; }
  .text_left_smm {
    text-align: left; }
  .text_right_smm {
    text-align: right; } }
.text_result {
  font-size: 25px;
  letter-spacing: -.02em;
  font-weight: 600; }
.text_uc {
  text-transform: uppercase; }
.text_ul {
  text-decoration: underline; }
.text_nowrap {
  white-space: nowrap; }
.text_ul_hover:hover {
  text-decoration: underline; }
.text_ul_nohover:not(:hover) {
  text-decoration: underline; }
.text_w100 {
  font-weight: 100; }
.text_w200 {
  font-weight: 200; }
.text_w300 {
  font-weight: 300; }
.text_w400 {
  font-weight: 400; }
.text_w500 {
  font-weight: 500; }
.text_w600 {
  font-weight: 600; }
.text_w700 {
  font-weight: 700; }
.text_w800 {
  font-weight: 800; }
.text_w900 {
  font-weight: 900; }
.text_s12 {
  font-size: 12px;
  line-height: 14px; }
.text_s14 {
  font-size: 14px;
  line-height: 1.42857143; }
.text_s15 {
  font-size: 15px;
  line-height: 1.46688; }
.text_s16 {
  font-size: 16px;
  line-height: 22px; }
.text_fs16 {
  font-size: 16px; }
.text_s18 {
  font-size: 18px;
  line-height: 1.3333333; }
.text_s20 {
  font-size: 20px;
  line-height: 1.25; }
.text_wrap {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto; }

.wmax100p_img img {
  max-width: 100%; }

.height_auto_img img {
  height: auto; }

.wmax160 {
  max-width: 160px; }
.wmax180 {
  max-width: 180px; }
.wmax290 {
  max-width: 290px; }
.wmax300 {
  max-width: 300px; }
.wmax320 {
  max-width: 320px; }
.wmax390 {
  max-width: 390px; }
.wmax420 {
  max-width: 420px; }
.wmax430 {
  max-width: 430px; }
.wmax500 {
  max-width: 500px; }
.wmax540 {
  max-width: 540px; }
.wmax620 {
  max-width: 620px; }
.wmax660 {
  max-width: 660px; }
.wmax680 {
  max-width: 680px; }
.wmax700 {
  max-width: 700px; }
.wmax720 {
  max-width: 720px; }
.wmax760 {
  max-width: 760px; }
.wmax850 {
  max-width: 850px; }
.wmax930 {
  max-width: 930px; }
.wmax1000 {
  max-width: 1000px; }
.wmax1240 {
  max-width: 1240px; }
.wmax1310 {
  max-width: 1310px; }
.wmax1360 {
  max-width: 1360px; }
.wmax80p {
  max-width: 80%; }
.wmax100p {
  max-width: 100%; }
@media (max-width: 1200px) {
  .wmax160_lgm {
    max-width: 160px; }
  .wmax180_lgm {
    max-width: 180px; }
  .wmax290_lgm {
    max-width: 290px; }
  .wmax300_lgm {
    max-width: 300px; }
  .wmax320_lgm {
    max-width: 320px; }
  .wmax390_lgm {
    max-width: 390px; }
  .wmax420_lgm {
    max-width: 420px; }
  .wmax430_lgm {
    max-width: 430px; }
  .wmax500_lgm {
    max-width: 500px; }
  .wmax540_lgm {
    max-width: 540px; }
  .wmax620_lgm {
    max-width: 620px; }
  .wmax660_lgm {
    max-width: 660px; }
  .wmax680_lgm {
    max-width: 680px; }
  .wmax700_lgm {
    max-width: 700px; }
  .wmax720_lgm {
    max-width: 720px; }
  .wmax760_lgm {
    max-width: 760px; }
  .wmax850_lgm {
    max-width: 850px; }
  .wmax930_lgm {
    max-width: 930px; }
  .wmax1000_lgm {
    max-width: 1000px; }
  .wmax1240_lgm {
    max-width: 1240px; }
  .wmax1310_lgm {
    max-width: 1310px; }
  .wmax1360_lgm {
    max-width: 1360px; }
  .wmax80p_lgm {
    max-width: 80%; }
  .wmax100p_lgm {
    max-width: 100%; } }
@media (min-width: 1201px) {
  .wmax160_lg {
    max-width: 160px; }
  .wmax180_lg {
    max-width: 180px; }
  .wmax290_lg {
    max-width: 290px; }
  .wmax300_lg {
    max-width: 300px; }
  .wmax320_lg {
    max-width: 320px; }
  .wmax390_lg {
    max-width: 390px; }
  .wmax420_lg {
    max-width: 420px; }
  .wmax430_lg {
    max-width: 430px; }
  .wmax500_lg {
    max-width: 500px; }
  .wmax540_lg {
    max-width: 540px; }
  .wmax620_lg {
    max-width: 620px; }
  .wmax660_lg {
    max-width: 660px; }
  .wmax680_lg {
    max-width: 680px; }
  .wmax700_lg {
    max-width: 700px; }
  .wmax720_lg {
    max-width: 720px; }
  .wmax760_lg {
    max-width: 760px; }
  .wmax850_lg {
    max-width: 850px; }
  .wmax930_lg {
    max-width: 930px; }
  .wmax1000_lg {
    max-width: 1000px; }
  .wmax1240_lg {
    max-width: 1240px; }
  .wmax1310_lg {
    max-width: 1310px; }
  .wmax1360_lg {
    max-width: 1360px; }
  .wmax80p_lg {
    max-width: 80%; }
  .wmax100p_lg {
    max-width: 100%; } }
@media (max-width: 767px) {
  .wmax160_mdm {
    max-width: 160px; }
  .wmax180_mdm {
    max-width: 180px; }
  .wmax290_mdm {
    max-width: 290px; }
  .wmax300_mdm {
    max-width: 300px; }
  .wmax320_mdm {
    max-width: 320px; }
  .wmax390_mdm {
    max-width: 390px; }
  .wmax420_mdm {
    max-width: 420px; }
  .wmax430_mdm {
    max-width: 430px; }
  .wmax500_mdm {
    max-width: 500px; }
  .wmax540_mdm {
    max-width: 540px; }
  .wmax620_mdm {
    max-width: 620px; }
  .wmax660_mdm {
    max-width: 660px; }
  .wmax680_mdm {
    max-width: 680px; }
  .wmax700_mdm {
    max-width: 700px; }
  .wmax720_mdm {
    max-width: 720px; }
  .wmax760_mdm {
    max-width: 760px; }
  .wmax850_mdm {
    max-width: 850px; }
  .wmax930_mdm {
    max-width: 930px; }
  .wmax1000_mdm {
    max-width: 1000px; }
  .wmax1240_mdm {
    max-width: 1240px; }
  .wmax1310_mdm {
    max-width: 1310px; }
  .wmax1360_mdm {
    max-width: 1360px; }
  .wmax80p_mdm {
    max-width: 80%; }
  .wmax100p_mdm {
    max-width: 100%; } }
@media (min-width: 768px) {
  .wmax160_md {
    max-width: 160px; }
  .wmax180_md {
    max-width: 180px; }
  .wmax290_md {
    max-width: 290px; }
  .wmax300_md {
    max-width: 300px; }
  .wmax320_md {
    max-width: 320px; }
  .wmax390_md {
    max-width: 390px; }
  .wmax420_md {
    max-width: 420px; }
  .wmax430_md {
    max-width: 430px; }
  .wmax500_md {
    max-width: 500px; }
  .wmax540_md {
    max-width: 540px; }
  .wmax620_md {
    max-width: 620px; }
  .wmax660_md {
    max-width: 660px; }
  .wmax680_md {
    max-width: 680px; }
  .wmax700_md {
    max-width: 700px; }
  .wmax720_md {
    max-width: 720px; }
  .wmax760_md {
    max-width: 760px; }
  .wmax850_md {
    max-width: 850px; }
  .wmax930_md {
    max-width: 930px; }
  .wmax1000_md {
    max-width: 1000px; }
  .wmax1240_md {
    max-width: 1240px; }
  .wmax1310_md {
    max-width: 1310px; }
  .wmax1360_md {
    max-width: 1360px; }
  .wmax80p_md {
    max-width: 80%; }
  .wmax100p_md {
    max-width: 100%; } }
@media (max-width: 577px) {
  .wmax160_smm {
    max-width: 160px; }
  .wmax180_smm {
    max-width: 180px; }
  .wmax290_smm {
    max-width: 290px; }
  .wmax300_smm {
    max-width: 300px; }
  .wmax320_smm {
    max-width: 320px; }
  .wmax390_smm {
    max-width: 390px; }
  .wmax420_smm {
    max-width: 420px; }
  .wmax430_smm {
    max-width: 430px; }
  .wmax500_smm {
    max-width: 500px; }
  .wmax540_smm {
    max-width: 540px; }
  .wmax620_smm {
    max-width: 620px; }
  .wmax660_smm {
    max-width: 660px; }
  .wmax680_smm {
    max-width: 680px; }
  .wmax700_smm {
    max-width: 700px; }
  .wmax720_smm {
    max-width: 720px; }
  .wmax760_smm {
    max-width: 760px; }
  .wmax850_smm {
    max-width: 850px; }
  .wmax930_smm {
    max-width: 930px; }
  .wmax1000_smm {
    max-width: 1000px; }
  .wmax1240_smm {
    max-width: 1240px; }
  .wmax1310_smm {
    max-width: 1310px; }
  .wmax1360_smm {
    max-width: 1360px; }
  .wmax80p_smm {
    max-width: 80%; }
  .wmax100p_smm {
    max-width: 100%; } }

.wmin80 {
  min-width: 80px; }
.wmin120 {
  min-width: 120px; }
.wmin140 {
  min-width: 140px; }
.wmin150 {
  min-width: 150px; }
.wmin160 {
  min-width: 160px; }
.wmin180 {
  min-width: 180px; }
.wmin240 {
  min-width: 240px; }
.wmin100p {
  min-width: 100%; }
@media (max-width: 1200px) {
  .wmin80_lgm {
    min-width: 80px; }
  .wmin120_lgm {
    min-width: 120px; }
  .wmin140_lgm {
    min-width: 140px; }
  .wmin150_lgm {
    min-width: 150px; }
  .wmin160_lgm {
    min-width: 160px; }
  .wmin180_lgm {
    min-width: 180px; }
  .wmin240_lgm {
    min-width: 240px; }
  .wmin100p_lgm {
    min-width: 100%; } }
@media (min-width: 1201px) {
  .wmin80_lg {
    min-width: 80px; }
  .wmin120_lg {
    min-width: 120px; }
  .wmin140_lg {
    min-width: 140px; }
  .wmin150_lg {
    min-width: 150px; }
  .wmin160_lg {
    min-width: 160px; }
  .wmin180_lg {
    min-width: 180px; }
  .wmin240_lg {
    min-width: 240px; }
  .wmin100p_lg {
    min-width: 100%; } }
@media (max-width: 767px) {
  .wmin80_mdm {
    min-width: 80px; }
  .wmin120_mdm {
    min-width: 120px; }
  .wmin140_mdm {
    min-width: 140px; }
  .wmin150_mdm {
    min-width: 150px; }
  .wmin160_mdm {
    min-width: 160px; }
  .wmin180_mdm {
    min-width: 180px; }
  .wmin240_mdm {
    min-width: 240px; }
  .wmin100p_mdm {
    min-width: 100%; } }

.w60 {
  width: 60px; }
.w150 {
  width: 150px; }
.w160 {
  width: 160px; }
.w300 {
  width: 300px; }
.w370 {
  width: 370px; }
.wauto {
  width: auto; }
.w100p {
  width: 100%; }
.wfit {
  width: fit-content; }
@media (max-width: 1200px) {
  .w60_lgm {
    width: 60px; }
  .w150_lgm {
    width: 150px; }
  .w160_lgm {
    width: 160px; }
  .w300_lgm {
    width: 300px; }
  .w370_lgm {
    width: 370px; }
  .wauto_lgm {
    width: auto; }
  .w100p_lgm {
    width: 100%; }
  .wfit_lgm {
    width: fit-content; } }
@media (min-width: 1201px) {
  .w60_lg {
    width: 60px; }
  .w150_lg {
    width: 150px; }
  .w160_lg {
    width: 160px; }
  .w300_lg {
    width: 300px; }
  .w370_lg {
    width: 370px; }
  .wauto_lg {
    width: auto; }
  .w100p_lg {
    width: 100%; }
  .wfit_lg {
    width: fit-content; } }
@media (max-width: 767px) {
  .w60_mdm {
    width: 60px; }
  .w150_mdm {
    width: 150px; }
  .w160_mdm {
    width: 160px; }
  .w300_mdm {
    width: 300px; }
  .w370_mdm {
    width: 370px; }
  .wauto_mdm {
    width: auto; }
  .w100p_mdm {
    width: 100%; }
  .wfit_mdm {
    width: fit-content; } }
@media (min-width: 768px) {
  .w60_md {
    width: 60px; }
  .w150_md {
    width: 150px; }
  .w160_md {
    width: 160px; }
  .w300_md {
    width: 300px; }
  .w370_md {
    width: 370px; }
  .wauto_md {
    width: auto; }
  .w100p_md {
    width: 100%; }
  .wfit_md {
    width: fit-content; } }

.hauto {
  height: auto; }
.h100p {
  height: 100%; }
@media (max-width: 1200px) {
  .hauto_lgm {
    height: auto; }
  .h100p_lgm {
    height: 100%; } }
@media (min-width: 1201px) {
  .hauto_lg {
    height: auto; }
  .h100p_lg {
    height: 100%; } }
@media (max-width: 767px) {
  .hauto_mdm {
    height: auto; }
  .h100p_mdm {
    height: 100%; } }

.vm {
  vertical-align: middle; }

.fill1 {
  fill: #e30613; }

.wh8 {
  width: 8px;
  height: 8px;
  flex: 0 0 8px; }
.wh9 {
  width: 9px;
  height: 9px;
  flex: 0 0 9px; }
.wh12 {
  width: 12px;
  height: 12px;
  flex: 0 0 12px; }
.wh14 {
  width: 14px;
  height: 14px;
  flex: 0 0 14px; }
.wh16 {
  width: 16px;
  height: 16px;
  flex: 0 0 16px; }
.wh18 {
  width: 18px;
  height: 18px;
  flex: 0 0 18px; }
.wh22 {
  width: 22px;
  height: 22px;
  flex: 0 0 22px; }
.wh75 {
  width: 75px;
  height: 75px;
  flex: 0 0 75px; }

/***FLOATS***/
.fl {
  float: left; }

.fr {
  float: right; }

/*RELATIVE*/
.pos_rel {
  position: relative; }

.pos_abs {
  position: absolute; }

.block_center {
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .block_center_lgm {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .block_center_mdm {
      margin-left: auto;
      margin-right: auto; } }
.block_right {
  margin-left: auto;
  margin-right: 0; }
@media (max-width: 1200px) {
  .block-lgm {
    margin-left: auto;
    margin-right: auto; } }

.hidden {
  display: none !important; }

.img_block {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.hide {
  display: none !important; }
@media (max-width: 1360px) {
  .hide_xlm {
    display: none !important; } }
@media (max-width: 1200px) {
  .hide_lgm {
    display: none !important; } }
@media (min-width: 1201px) {
  .hide_lg {
    display: none !important; } }
@media (min-width: 768px) {
  .hide_md {
    display: none !important; } }
@media (max-width: 767px) {
  .hide_mdm {
    display: none !important; } }
.hide_normal {
  display: none; }

@media (min-width: 1361px) {
  .show_xlm {
    display: none !important; } }
@media (min-width: 1201px) {
  .show_lgm {
    display: none !important; } }
@media (min-width: 768px) {
  .show_mdm {
    display: none !important; } }

.oh {
  overflow: hidden; }
  .ohc {
    overflow: clip; }
  .ohcx {
    overflow-x: clip; }

/*FORM*/

/*# sourceMappingURL=main.min.css.map */
