@charset "UTF-8";
/* line 5, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/all/root.scss */
:root {
  --color-white: #FCFCFC;
  --color-dark: #000000;
  --color-blue-dark: #0056fe;
  --color-blue: #1eb4fe;
  --color-blue-ultra: #85fcff;
  --color-blue-blue: #051645;
  --color-grey: #9c9c9c;
  --color-dark-bg: #0E0E0E;
  --font-size-text: 18px;
  --font-size-title: 60px;
  --header: 108px;
  --h200: 200px;
  --hm200: -100px;
}

@media only screen and (min-width: 1241px) and (max-width: 1500px) {
  /* line 22, ../sass/all/root.scss */
  :root {
    --font-size-text: 16px;
    --font-size-title: 46px;
    --header: 108px;
    --h200: 200px;
    --hm200: -100px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 37, ../sass/all/root.scss */
  :root {
    --font-size-text: 16px;
    --font-size-title: 36px;
    --header: 108px;
    --h200: 150px;
    --hm200: -70px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 51, ../sass/all/root.scss */
  :root {
    --font-size-text: 15px;
    --font-size-title: 28px;
    --header: 90px;
    --h200: 100px;
    --hm200: -50px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 66, ../sass/all/root.scss */
  :root {
    --font-size-text: 15px;
    --font-size-title: 22px;
    --header: 90px;
    --h200: 100px;
    --hm200: -50px;
  }
}
@font-face {
  font-family: 'Nekst-Light';
  src: local("Nekst-Light.ttf"), local("Nekst-Light"), url("../fonts/Nekst-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Nekst-Thin';
  src: local("Nekst-Thin.ttf"), local("Nekst-Thin"), url("../fonts/Nekst-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Nekst-Regular';
  src: local("Nekst-Regular.ttf"), local("Nekst-Regular.ttf"), url("../fonts/Nekst-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Nekst-SemiBold';
  src: local("Nekst-SemiBold.ttf"), local("Nekst-SemiBold"), url("../fonts/Nekst-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Nekst-Medium';
  src: local("Nekst-Medium.ttf"), local("Nekst-Medium"), url("../fonts/Nekst-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Nekst-Bold';
  src: local("Nekst-Bold.ttf"), local("Nekst-Bold"), url("../fonts/Nekst-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nekst-Black';
  src: local("Nekst-Black.ttf"), local("Nekst-Black"), url("../fonts/Nekst-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/* line 60, ../sass/all/base.scss */
.mr-top-0 {
  margin-top: 0 !important;
}

/* line 64, ../sass/all/base.scss */
.mr-top-10 {
  margin-top: 10px !important;
}

/* line 68, ../sass/all/base.scss */
.mr-top-20 {
  margin-top: 20px !important;
}

/* line 72, ../sass/all/base.scss */
.mr-top-30 {
  margin-top: 30px !important;
}

/* line 76, ../sass/all/base.scss */
.mr-top-40 {
  margin-top: 40px !important;
}

/* line 80, ../sass/all/base.scss */
.mr-top-50 {
  margin-top: 50px !important;
}

/* line 84, ../sass/all/base.scss */
.mr-bot-0 {
  margin-bottom: 0 !important;
}

/* line 88, ../sass/all/base.scss */
.mr-bot-10 {
  margin-bottom: 10px !important;
}

/* line 92, ../sass/all/base.scss */
.mr-bot-20 {
  margin-bottom: 20px !important;
}

/* line 96, ../sass/all/base.scss */
.mr-bot-30 {
  margin-bottom: 30px !important;
}

/* line 100, ../sass/all/base.scss */
.mr-bot-40 {
  margin-bottom: 40px !important;
}

/* line 104, ../sass/all/base.scss */
.mr-bot-50 {
  margin-bottom: 50px !important;
}

/* line 111, ../sass/all/base.scss */
.pd-top-0 {
  padding-top: 0 !important;
}

/* line 115, ../sass/all/base.scss */
.pd-top-10 {
  padding-top: 10px !important;
}

/* line 119, ../sass/all/base.scss */
.pd-top-20 {
  padding-top: 20px !important;
}

/* line 123, ../sass/all/base.scss */
.pd-top-30 {
  padding-top: 30px !important;
}

/* line 127, ../sass/all/base.scss */
.pd-top-40 {
  padding-top: 40px !important;
}

/* line 131, ../sass/all/base.scss */
.pd-top-50 {
  padding-top: 50px !important;
}

/* line 135, ../sass/all/base.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 139, ../sass/all/base.scss */
.pd-bot-10 {
  padding-bottom: 10px !important;
}

/* line 143, ../sass/all/base.scss */
.pd-bot-20 {
  padding-bottom: 20px !important;
}

/* line 147, ../sass/all/base.scss */
.pd-bot-30 {
  padding-bottom: 30px !important;
}

/* line 151, ../sass/all/base.scss */
.pd-bot-40 {
  padding-bottom: 40px !important;
}

/* line 155, ../sass/all/base.scss */
.pd-bot-50 {
  padding-bottom: 50px !important;
}

/* line 161, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase;
}

/* line 165, ../sass/all/base.scss */
.tac {
  text-align: center;
}

/* line 169, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 173, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 178, ../sass/all/base.scss */
.swiper-button-prev, .swiper-button-next {
  outline: none !important;
}
/* line 181, ../sass/all/base.scss */
.swiper-button-prev:after, .swiper-button-next:after {
  color: #000 !important;
  outline: none !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 198, ../sass/all/base.scss */
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 209, ../sass/all/base.scss */
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 220, ../sass/all/base.scss */
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 13px !important;
  }

  /* line 225, ../sass/all/base.scss */
  .swiper-button-prev {
    left: 0 !important;
  }

  /* line 229, ../sass/all/base.scss */
  .swiper-button-next {
    right: 0 !important;
  }

  /* line 234, ../sass/all/base.scss */
  .mr-top-10 {
    margin-top: 7px !important;
  }

  /* line 238, ../sass/all/base.scss */
  .mr-top-20 {
    margin-top: 10px !important;
  }

  /* line 242, ../sass/all/base.scss */
  .mr-top-30 {
    margin-top: 15px !important;
  }

  /* line 246, ../sass/all/base.scss */
  .mr-top-40 {
    margin-top: 20px !important;
  }

  /* line 250, ../sass/all/base.scss */
  .mr-top-50 {
    margin-top: 30px !important;
  }

  /* line 254, ../sass/all/base.scss */
  .mr-bot-10 {
    margin-bottom: 7px !important;
  }

  /* line 258, ../sass/all/base.scss */
  .mr-bot-20 {
    margin-bottom: 10px !important;
  }

  /* line 262, ../sass/all/base.scss */
  .mr-bot-30 {
    margin-bottom: 15px !important;
  }

  /* line 266, ../sass/all/base.scss */
  .mr-bot-40 {
    margin-bottom: 20px !important;
  }

  /* line 270, ../sass/all/base.scss */
  .mr-bot-50 {
    margin-bottom: 30px !important;
  }

  /* line 276, ../sass/all/base.scss */
  .pd-top-10 {
    padding-top: 7px !important;
  }

  /* line 280, ../sass/all/base.scss */
  .pd-top-20 {
    padding-top: 10px !important;
  }

  /* line 284, ../sass/all/base.scss */
  .pd-top-30 {
    padding-top: 15px !important;
  }

  /* line 288, ../sass/all/base.scss */
  .pd-top-40 {
    padding-top: 20px !important;
  }

  /* line 292, ../sass/all/base.scss */
  .pd-top-50 {
    padding-top: 30px !important;
  }

  /* line 297, ../sass/all/base.scss */
  .pd-bot-10 {
    padding-bottom: 7px !important;
  }

  /* line 301, ../sass/all/base.scss */
  .pd-bot-20 {
    padding-bottom: 10px !important;
  }

  /* line 305, ../sass/all/base.scss */
  .pd-bot-30 {
    padding-bottom: 15px !important;
  }

  /* line 309, ../sass/all/base.scss */
  .pd-bot-40 {
    padding-bottom: 20px !important;
  }

  /* line 313, ../sass/all/base.scss */
  .pd-bot-50 {
    padding-bottom: 30px !important;
  }
}
/* line 5, ../sass/all/wrapper.scss */
html[lang='en'] .ui-pnotify-title {
  font-size: 0 !important;
  height: 17px !important;
}

/* line 12, ../sass/all/wrapper.scss */
body {
  height: auto !important;
}

/* line 16, ../sass/all/wrapper.scss */
.skrollr-mobile {
  overflow: visible !important;
}

/* line 20, ../sass/all/wrapper.scss */
.iti.iti--allow-dropdown {
  width: 100%;
}

/* line 24, ../sass/all/wrapper.scss */
html, body {
  margin: 0;
  padding: 0;
  color: var(--color-white);
  font-size: var(--font-size-text);
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-family: 'Nekst-Regular';
  font-weight: 400;
  background-color: var(--color-dark);
}
/* line 36, ../sass/all/wrapper.scss */
html.no-scroll, body.no-scroll {
  overflow: hidden;
}

/* Контейнер */
/* line 43, ../sass/all/wrapper.scss */
.container {
  width: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0 36px;
  box-sizing: border-box;
  position: relative;
}

/* line 53, ../sass/all/wrapper.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 57, ../sass/all/wrapper.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 62, ../sass/all/wrapper.scss */
button {
  cursor: pointer;
}

/* line 66, ../sass/all/wrapper.scss */
.hidden {
  overflow: hidden;
}

/* line 70, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  transition: color .15s ease;
  cursor: pointer;
  color: inherit;
}

/* line 77, ../sass/all/wrapper.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 83, ../sass/all/wrapper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 89, ../sass/all/wrapper.scss */
.clearfix:after {
  clear: both;
}

/* IE6/7 support */
/* line 94, ../sass/all/wrapper.scss */
.clearfix {
  *zoom: 1;
}

/* line 98, ../sass/all/wrapper.scss */
.hidden-link {
  cursor: pointer;
}

@media only screen and (min-width: 1241px) and (max-width: 1500px) {
  /* line 104, ../sass/all/wrapper.scss */
  .container, .max-container {
    padding: 0 20px !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 112, ../sass/all/wrapper.scss */
  .container, .max-container {
    max-width: 990px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 121, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }

  /* line 122, ../sass/all/wrapper.scss */
  .container, .max-container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 130, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }

  /* line 131, ../sass/all/wrapper.scss */
  .container, .max-container {
    max-width: 100%;
    padding: 0 20px;
  }
}
/* line 1, ../sass/all/header.scss */
.polylang-item--he {
  display: none !important;
}

/* line 5, ../sass/all/header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(180deg, var(--color-dark) 63.33%, rgba(8, 8, 8, 0) 100%);
  -webkit-transition: background .43s, height .43s, transform .43s;
  -o-transition: background .43s , height .43s, transform .43s;
  transition: background .43s, height .43s, transform .43s;
  height: var(--header);
  font-weight: 300;
  background: none;
}
/* line 19, ../sass/all/header.scss */
.header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: calc(var(--header) + 30px);
  z-index: -1;
  background: black;
  background: -moz-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.8996) 50%, rgba(0, 0, 0, 0.64189) 72%, transparent 100%);
  background: -webkit-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.8996) 50%, rgba(0, 0, 0, 0.64189) 72%, transparent 100%);
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.8996) 50%, rgba(0, 0, 0, 0.64189) 72%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  -webkit-transition: opacity .43s;
  -o-transition: opacity .43s;
  transition: opacity .43s;
}
/* line 38, ../sass/all/header.scss */
.header.out {
  transform: translateY(-200%);
}
/* line 44, ../sass/all/header.scss */
.header.black:after {
  opacity: 1;
}
/* line 51, ../sass/all/header.scss */
.header.trans:after {
  opacity: 0 !important;
}
/* line 56, ../sass/all/header.scss */
.header .tradingview-widget-container {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 62, ../sass/all/header.scss */
.header .tradingview-widget-copyright {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

/* line 72, ../sass/all/header.scss */
.header-wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 14px 0;
}

/* line 79, ../sass/all/header.scss */
.header-logo {
  display: inline-block;
  position: relative;
  bottom: -14px;
}
/* line 84, ../sass/all/header.scss */
.header-logo img {
  display: block;
  height: 95px;
  max-width: 330px;
}

/* line 91, ../sass/all/header.scss */
.header-col {
  width: 30%;
}

/* line 95, ../sass/all/header.scss */
.header-mid {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}
/* line 101, ../sass/all/header.scss */
.header-mid .header-lang {
  position: relative;
  padding-left: 0;
  padding-top: 0px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
/* line 112, ../sass/all/header.scss */
.header-mid .header-lang .header-lang-drop {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  flex-direction: column;
}
/* line 119, ../sass/all/header.scss */
.header-mid .header-lang .header-lang-drop a {
  position: relative;
  -webkit-transition: color .43s;
  -o-transition: color .43s;
  transition: color .43s;
  font-size: 22px;
  cursor: pointer;
}
/* line 127, ../sass/all/header.scss */
.header-mid .header-lang .header-lang-drop a:last-child {
  margin-top: 10px;
}
/* line 131, ../sass/all/header.scss */
.header-mid .header-lang .header-lang-drop a:hover {
  color: var(--color-blue-dark);
}
/* line 141, ../sass/all/header.scss */
.header-mid .header-lang:hover span:after {
  transform: rotate(180deg);
}
/* line 146, ../sass/all/header.scss */
.header-mid .header-lang:hover .header-lang-drop {
  display: flex;
}
/* line 152, ../sass/all/header.scss */
.header-mid .header-lang span {
  position: relative;
  -webkit-transition: color .43s;
  -o-transition: color .43s;
  transition: color .43s;
  font-size: 22px;
  padding-right: 30px;
}
/* line 160, ../sass/all/header.scss */
.header-mid .header-lang span:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: transform .43s;
  -o-transition: transform .43s;
  transition: transform .43s;
}
/* line 178, ../sass/all/header.scss */
.header-mid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 186, ../sass/all/header.scss */
.header-mid ul li {
  counter-increment: navigatio;
  margin-left: 50px;
  position: relative;
}
/* line 191, ../sass/all/header.scss */
.header-mid ul li:first-child {
  margin-left: 0;
}
/* line 195, ../sass/all/header.scss */
.header-mid ul li a {
  color: var(--color-white);
  position: relative;
  padding-left: 24px;
  padding-top: 4px;
  -webkit-transition: color .43s;
  -o-transition: color .43s;
  transition: color .43s;
  text-transform: uppercase;
  font-size: 22px;
}
/* line 206, ../sass/all/header.scss */
.header-mid ul li a:before {
  content: "0" counter(navigatio);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  color: #00c3d6;
  -webkit-transition: color .43s;
  -o-transition: color .43s;
  transition: color .43s;
}
/* line 218, ../sass/all/header.scss */
.header-mid ul li a:hover {
  color: var(--color-blue-dark);
}
/* line 221, ../sass/all/header.scss */
.header-mid ul li a:hover:before {
  color: var(--color-blue-dark);
}

/* line 230, ../sass/all/header.scss */
.header-drop {
  padding-right: 30px;
}
/* line 233, ../sass/all/header.scss */
.header-drop:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: transform .43s;
  -o-transition: transform .43s;
  transition: transform .43s;
}
/* line 251, ../sass/all/header.scss */
.header-drop:hover:after {
  transform: rotate(180deg);
}
/* line 255, ../sass/all/header.scss */
.header-drop:hover .header-drop-wr {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}
/* line 262, ../sass/all/header.scss */
.header-drop .header-drop-wr {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  -webkit-transition: all .43s;
  -o-transition: all .43s;
  transition: all .43s;
}
/* line 274, ../sass/all/header.scss */
.header-drop .header-drop-wr ol {
  background: #000;
  padding: 20px;
  box-shadow: 0px 0px 15px 3px #00c3d6;
  min-width: 222px;
}
/* line 280, ../sass/all/header.scss */
.header-drop .header-drop-wr ol a {
  padding: 0;
  margin-bottom: 20px;
  display: block;
}
/* line 285, ../sass/all/header.scss */
.header-drop .header-drop-wr ol a:before {
  display: none;
}
/* line 289, ../sass/all/header.scss */
.header-drop .header-drop-wr ol a:last-child {
  margin-bottom: 0;
}

/* line 297, ../sass/all/header.scss */
.header-cabinet {
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  transition: background-color .3s linear, border-color .3s linear;
}
/* line 310, ../sass/all/header.scss */
.header-cabinet:first-child {
  margin-left: 0;
}
/* line 314, ../sass/all/header.scss */
.header-cabinet svg {
  display: block;
  width: 46%;
  height: auto;
}
/* line 319, ../sass/all/header.scss */
.header-cabinet svg path, .header-cabinet svg circle {
  fill: #fff;
}
/* line 324, ../sass/all/header.scss */
.header-cabinet.cart {
  margin-left: 10px;
  position: relative;
}
/* line 328, ../sass/all/header.scss */
.header-cabinet.cart strong {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 13px;
  top: -4px;
  right: -4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 345, ../sass/all/header.scss */
.header-cabinet:hover, .header-cabinet.active, .header-cabinet.full {
  background-color: var(--color-blue-dark);
  border-color: var(--color-blue-dark);
}
/* line 351, ../sass/all/header.scss */
.header-cabinet:hover svg path, .header-cabinet:hover svg circle, .header-cabinet.active svg path, .header-cabinet.active svg circle, .header-cabinet.full svg path, .header-cabinet.full svg circle {
  fill: #fff;
}

/* line 358, ../sass/all/header.scss */
.header-mobile-btn {
  display: none;
}

@media only screen and (min-width: 1501px) and (max-width: 1650px) {
  /* line 369, ../sass/all/header.scss */
  .header-mid .header-lang span {
    font-size: 20px;
  }
  /* line 375, ../sass/all/header.scss */
  .header-mid .header-lang .header-lang-drop a {
    font-size: 20px;
  }
  /* line 383, ../sass/all/header.scss */
  .header-mid ul li {
    margin-left: 32px;
  }
  /* line 386, ../sass/all/header.scss */
  .header-mid ul li a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1500px) {
  /* line 398, ../sass/all/header.scss */
  .header:after {
    height: calc(var(--header) + 15px);
  }

  /* line 406, ../sass/all/header.scss */
  .header-logo img {
    height: 70px;
    max-width: 245px;
  }

  /* line 412, ../sass/all/header.scss */
  .header-col {
    width: 25%;
  }

  /* line 416, ../sass/all/header.scss */
  .header-mid {
    width: 75%;
    padding-bottom: 0;
  }
  /* line 420, ../sass/all/header.scss */
  .header-mid .header-lang {
    padding-right: 20px;
    margin-right: 20px;
  }
  /* line 424, ../sass/all/header.scss */
  .header-mid .header-lang span {
    font-size: 18px;
  }
  /* line 427, ../sass/all/header.scss */
  .header-mid .header-lang span:after {
    top: 2px;
  }
  /* line 434, ../sass/all/header.scss */
  .header-mid .header-lang .header-lang-drop a {
    font-size: 18px;
  }
  /* line 442, ../sass/all/header.scss */
  .header-mid ul li {
    margin-left: 30px;
  }
  /* line 445, ../sass/all/header.scss */
  .header-mid ul li a {
    font-size: 18px;
  }
  /* line 448, ../sass/all/header.scss */
  .header-mid ul li a:before {
    font-size: 15px;
  }

  /* line 458, ../sass/all/header.scss */
  .header-drop:after {
    top: 2px;
  }
  /* line 464, ../sass/all/header.scss */
  .header-drop .header-drop-wr ol {
    min-width: 185px;
  }

  /* line 470, ../sass/all/header.scss */
  .header-cabinet {
    margin-left: 4%;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 483, ../sass/all/header.scss */
  .header:after {
    height: calc(var(--header) - 20px);
  }

  /* line 489, ../sass/all/header.scss */
  .header-wr {
    padding-top: 35px;
  }

  /* line 493, ../sass/all/header.scss */
  .header-logo {
    bottom: -6px;
  }
  /* line 496, ../sass/all/header.scss */
  .header-logo img {
    height: 50px;
    max-width: 198px;
  }

  /* line 502, ../sass/all/header.scss */
  .header-col {
    width: 20%;
  }

  /* line 506, ../sass/all/header.scss */
  .header-mid {
    padding-bottom: 0;
    width: 75%;
  }
  /* line 510, ../sass/all/header.scss */
  .header-mid .header-lang {
    padding-right: 15px;
    margin-right: 15px;
  }
  /* line 514, ../sass/all/header.scss */
  .header-mid .header-lang span {
    font-size: 14px;
  }
  /* line 517, ../sass/all/header.scss */
  .header-mid .header-lang span:after {
    top: -2px;
  }
  /* line 524, ../sass/all/header.scss */
  .header-mid .header-lang .header-lang-drop a {
    font-size: 14px;
  }
  /* line 532, ../sass/all/header.scss */
  .header-mid ul li {
    margin-left: 10px;
  }
  /* line 535, ../sass/all/header.scss */
  .header-mid ul li a {
    font-size: 14px;
    padding-left: 19px;
  }
  /* line 539, ../sass/all/header.scss */
  .header-mid ul li a:before {
    font-size: 11px;
  }

  /* line 549, ../sass/all/header.scss */
  .header-drop:after {
    top: -2px;
  }
  /* line 555, ../sass/all/header.scss */
  .header-drop .header-drop-wr ol {
    padding: 15px;
    min-width: 145px;
  }
  /* line 559, ../sass/all/header.scss */
  .header-drop .header-drop-wr ol a {
    margin-bottom: 13px;
  }

  /* line 567, ../sass/all/header.scss */
  .header-cabinet {
    margin-left: 4%;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 581, ../sass/all/header.scss */
  .header:after {
    height: calc(var(--header) - 10px);
  }
  /* line 586, ../sass/all/header.scss */
  .header .tradingview-widget-container {
    display: none !important;
  }

  /* line 591, ../sass/all/header.scss */
  .header-wr {
    padding-top: 15px;
  }

  /* line 596, ../sass/all/header.scss */
  .header-logo {
    bottom: 3px;
  }
  /* line 599, ../sass/all/header.scss */
  .header-logo img {
    height: 40px;
    max-width: 140px;
  }

  /* line 605, ../sass/all/header.scss */
  .header-col {
    width: 20%;
  }

  /* line 609, ../sass/all/header.scss */
  .header-mid {
    padding-bottom: 0;
    width: 75%;
  }
  /* line 613, ../sass/all/header.scss */
  .header-mid .header-lang {
    display: none;
  }
  /* line 617, ../sass/all/header.scss */
  .header-mid ul {
    display: none;
  }

  /* line 622, ../sass/all/header.scss */
  .header-mobile-btn {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* line 635, ../sass/all/header.scss */
  .header-mobile-btn.open #hamburger .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  /* line 640, ../sass/all/header.scss */
  .header-mobile-btn.open #hamburger .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  /* line 645, ../sass/all/header.scss */
  .header-mobile-btn.open #hamburger .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  /* line 655, ../sass/all/header.scss */
  #hamburger {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 663, ../sass/all/header.scss */
  #hamburger .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  /* line 670, ../sass/all/header.scss */
  #hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  /* line 674, ../sass/all/header.scss */
  #hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  /* line 678, ../sass/all/header.scss */
  #hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  /* line 685, ../sass/all/header.scss */
  .header-cabinet {
    margin-left: 4%;
    width: 50px;
    height: 50px;
  }
}
/* line 3, ../sass/all/crumbs.scss */
.breadcrumb {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 12px;
  line-height: 1.4;
  justify-content: center;
}
/* line 22, ../sass/all/crumbs.scss */
.breadcrumb a, .breadcrumb b {
  color: #fff;
}
/* line 26, ../sass/all/crumbs.scss */
.breadcrumb b {
  margin-right: 5px;
}
/* line 32, ../sass/all/crumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

/* line 38, ../sass/all/crumbs.scss */
.breadcrumb-item {
  margin-right: 5px;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 45, ../sass/all/crumbs.scss */
  .breadcrumb {
    padding-bottom: 15px;
  }
}
/* line 1, ../sass/all/footer.scss */
.footer {
  margin-top: 300px;
}
/* line 4, ../sass/all/footer.scss */
.footer .tradingview-widget-container {
  display: none;
}
/* line 7, ../sass/all/footer.scss */
.footer .tradingview-widget-container ~ br {
  display: none;
}

/* line 13, ../sass/all/footer.scss */
.footer-wr {
  position: relative;
}
/* line 16, ../sass/all/footer.scss */
.footer-wr .f25 {
  width: 25%;
  display: flex;
  align-items: center;
}
/* line 21, ../sass/all/footer.scss */
.footer-wr .f25:last-child {
  justify-content: flex-end;
  align-items: center;
}
/* line 27, ../sass/all/footer.scss */
.footer-wr .f50 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 35, ../sass/all/footer.scss */
.footer-top {
  display: flex;
  justify-content: space-between;
}

/* line 40, ../sass/all/footer.scss */
.footer-top-logo {
  display: block;
}
/* line 43, ../sass/all/footer.scss */
.footer-top-logo img {
  display: block;
  height: 50px;
}

/* line 49, ../sass/all/footer.scss */
.footer-top-ul {
  display: flex;
  align-items: center;
}
/* line 55, ../sass/all/footer.scss */
.footer-top-ul li a {
  color: var(--color-white);
  position: relative;
  padding-left: 24px;
  padding-top: 4px;
  -webkit-transition: color .43s;
  -o-transition: color .43s;
  transition: color .43s;
  text-transform: uppercase;
  font-size: 22px;
}
/* line 66, ../sass/all/footer.scss */
.footer-top-ul li a:hover {
  color: var(--color-blue-dark);
}
/* line 73, ../sass/all/footer.scss */
.footer-top-ul li:nth-child(1) a {
  padding-left: 0;
}

/* line 80, ../sass/all/footer.scss */
.footer-top-social {
  display: flex;
}
/* line 83, ../sass/all/footer.scss */
.footer-top-social .sociall-link {
  margin-left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  transition: background-color .3s linear, border-color .3s linear;
}
/* line 95, ../sass/all/footer.scss */
.footer-top-social .sociall-link:first-child {
  margin-left: 0;
}
/* line 99, ../sass/all/footer.scss */
.footer-top-social .sociall-link svg {
  display: block;
  width: 57%;
  height: auto;
}
/* line 104, ../sass/all/footer.scss */
.footer-top-social .sociall-link svg path, .footer-top-social .sociall-link svg circle {
  fill: #fff;
}
/* line 109, ../sass/all/footer.scss */
.footer-top-social .sociall-link:hover {
  background-color: var(--color-blue-dark);
  border-color: var(--color-blue-dark);
}
/* line 115, ../sass/all/footer.scss */
.footer-top-social .sociall-link:hover svg path, .footer-top-social .sociall-link:hover svg circle {
  fill: #fff;
}

/* line 123, ../sass/all/footer.scss */
.footer-bottom {
  margin-top: 36px;
  padding: 20px 0 36px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 131, ../sass/all/footer.scss */
.footer-bottom a {
  -webkit-transition: color .43s;
  -o-transition: color .43s;
  transition: color .43s;
}
/* line 136, ../sass/all/footer.scss */
.footer-bottom a:hover {
  color: var(--color-blue-dark);
}
/* line 141, ../sass/all/footer.scss */
.footer-bottom span {
  display: flex;
  align-items: center;
}
/* line 145, ../sass/all/footer.scss */
.footer-bottom span svg {
  height: 40px;
  margin-left: 10px;
}
/* line 151, ../sass/all/footer.scss */
.footer-bottom span svg:hover .st0 {
  fill: var(--color-blue-dark);
}
/* line 157, ../sass/all/footer.scss */
.footer-bottom span .st0 {
  fill: #fff;
  -webkit-transition: fill .43s;
  -o-transition: fill .43s;
  transition: fill .43s;
}

@media only screen and (min-width: 1241px) and (max-width: 1500px) {
  /* line 168, ../sass/all/footer.scss */
  .footer {
    margin-top: 200px;
  }

  /* line 174, ../sass/all/footer.scss */
  .footer-top-social .sociall-link {
    width: 50px;
    height: 50px;
  }

  /* line 180, ../sass/all/footer.scss */
  .footer-top-ul {
    display: flex;
    align-items: center;
  }
  /* line 186, ../sass/all/footer.scss */
  .footer-top-ul li a {
    font-size: 18px;
  }

  /* line 192, ../sass/all/footer.scss */
  .footer-bottom {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 200, ../sass/all/footer.scss */
  .footer {
    margin-top: 150px;
  }

  /* line 206, ../sass/all/footer.scss */
  .footer-top-social .sociall-link {
    width: 50px;
    height: 50px;
  }

  /* line 212, ../sass/all/footer.scss */
  .footer-top-ul {
    display: flex;
    align-items: center;
  }
  /* line 218, ../sass/all/footer.scss */
  .footer-top-ul li a {
    font-size: 14px;
  }

  /* line 224, ../sass/all/footer.scss */
  .footer-bottom {
    font-size: 13px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 231, ../sass/all/footer.scss */
  .footer {
    margin-top: 140px;
  }
  /* line 234, ../sass/all/footer.scss */
  .footer .tradingview-widget-container {
    display: initial;
  }
  /* line 237, ../sass/all/footer.scss */
  .footer .tradingview-widget-container ~ br {
    display: initial;
  }

  /* line 244, ../sass/all/footer.scss */
  .footer-wr .f25 {
    width: 50%;
    order: 1;
  }
  /* line 248, ../sass/all/footer.scss */
  .footer-wr .f25:last-child {
    order: 2;
  }
  /* line 253, ../sass/all/footer.scss */
  .footer-wr .f50 {
    order: 3;
    width: 100%;
  }

  /* line 259, ../sass/all/footer.scss */
  .footer-top {
    flex-wrap: wrap;
  }

  /* line 263, ../sass/all/footer.scss */
  .footer-top-logo {
    order: 1;
  }

  /* line 267, ../sass/all/footer.scss */
  .footer-top-social {
    order: 2;
  }

  /* line 271, ../sass/all/footer.scss */
  .footer-top-ul {
    order: 3;
  }

  /* line 277, ../sass/all/footer.scss */
  .footer-top-social .sociall-link {
    width: 50px;
    height: 50px;
  }

  /* line 283, ../sass/all/footer.scss */
  .footer-top-ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  /* line 292, ../sass/all/footer.scss */
  .footer-top-ul li a {
    font-size: 14px;
  }

  /* line 298, ../sass/all/footer.scss */
  .footer-bottom {
    font-size: 13px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 308, ../sass/all/footer.scss */
  .footer {
    margin-top: 100px;
  }
  /* line 311, ../sass/all/footer.scss */
  .footer .tradingview-widget-container {
    display: initial;
  }
  /* line 314, ../sass/all/footer.scss */
  .footer .tradingview-widget-container ~ br {
    display: initial;
  }

  /* line 321, ../sass/all/footer.scss */
  .footer-wr .f25 {
    width: 100%;
    order: 1;
    justify-content: center;
  }
  /* line 326, ../sass/all/footer.scss */
  .footer-wr .f25:last-child {
    order: 2;
    justify-content: center;
  }
  /* line 332, ../sass/all/footer.scss */
  .footer-wr .f50 {
    order: 3;
    width: 100%;
  }

  /* line 338, ../sass/all/footer.scss */
  .footer-top {
    flex-wrap: wrap;
  }

  /* line 342, ../sass/all/footer.scss */
  .footer-top-logo {
    order: 1;
  }
  /* line 345, ../sass/all/footer.scss */
  .footer-top-logo img {
    height: 40px;
  }

  /* line 350, ../sass/all/footer.scss */
  .footer-top-social {
    order: 2;
  }

  /* line 354, ../sass/all/footer.scss */
  .footer-top-ul {
    order: 3;
  }

  /* line 358, ../sass/all/footer.scss */
  .footer-top-social {
    order: 2;
    margin-top: 13px;
  }
  /* line 362, ../sass/all/footer.scss */
  .footer-top-social .sociall-link {
    width: 40px;
    height: 40px;
  }

  /* line 368, ../sass/all/footer.scss */
  .footer-top-ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  /* line 379, ../sass/all/footer.scss */
  .footer-top-ul li a {
    font-size: 14px;
    padding-left: 0;
    margin: 5px 10px;
    display: block;
  }

  /* line 388, ../sass/all/footer.scss */
  .footer-bottom {
    font-size: 13px;
    margin-top: 10px;
    padding: 10px 0 20px;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 396, ../sass/all/footer.scss */
  .footer-bottom a {
    margin-top: 10px;
  }
}
/* line 6, ../sass/all/text.scss */
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  font-size: 56px;
  line-height: 1;
}
/* line 10, ../sass/all/text.scss */
.text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
  margin-bottom: 40px;
}
/* line 14, ../sass/all/text.scss */
.text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
  margin-top: 50px;
}
/* line 19, ../sass/all/text.scss */
.text h1 {
  font-size: 70px;
}
/* line 23, ../sass/all/text.scss */
.text i {
  color: var(--color-blue-dark);
}
/* line 27, ../sass/all/text.scss */
.text img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 33, ../sass/all/text.scss */
.text img:not(:last-child) {
  margin-bottom: 15px;
}
/* line 37, ../sass/all/text.scss */
.text img:not(:first-child) {
  margin-top: 15px;
}
/* line 42, ../sass/all/text.scss */
.text p, .text span, .text li {
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 48, ../sass/all/text.scss */
.text p a, .text span a, .text li a {
  color: var(--color-blue-dark);
  padding-bottom: 1px;
  border-bottom: 1px solid var(--color-blue-dark);
  position: relative;
}
/* line 54, ../sass/all/text.scss */
.text p a:hover, .text span a:hover, .text li a:hover {
  color: var(--color-blue-ultra);
  border-color: var(--color-blue-ultra);
}
/* line 60, ../sass/all/text.scss */
.text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
  margin-bottom: 15px;
}
/* line 67, ../sass/all/text.scss */
.text ul:not(:last-child) {
  margin-bottom: 15px;
}
/* line 71, ../sass/all/text.scss */
.text ul li {
  position: relative;
  padding-left: 35px;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--color-blue-dark);
}
/* line 79, ../sass/all/text.scss */
.text ul li:last-child {
  border-bottom: 1px solid var(--color-blue-dark);
}
/* line 83, ../sass/all/text.scss */
.text ul li:not(:last-child) {
  margin-bottom: 5px;
}
/* line 87, ../sass/all/text.scss */
.text ul li:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-blue-dark);
}
/* line 100, ../sass/all/text.scss */
.text b, .text strong {
  font-weight: 700;
}
/* line 104, ../sass/all/text.scss */
.text table {
  display: table;
}
/* line 107, ../sass/all/text.scss */
.text table:not(:last-child) {
  margin-bottom: 15px;
}
/* line 111, ../sass/all/text.scss */
.text table td, .text table th {
  border: 2px solid var(--color-blue-dark);
  box-sizing: border-box;
  padding: 13px;
  text-align: center;
  font-size: 14px;
  color: #000;
}

@media only screen and (min-width: 1241px) and (max-width: 1500px) {
  /* line 124, ../sass/all/text.scss */
  .section-title {
    font-size: 160px;
    line-height: 150px;
  }

  /* line 129, ../sass/all/text.scss */
  .section-title-small {
    font-size: 70px;
  }

  /* line 135, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 46px;
  }
  /* line 139, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 15px;
  }
  /* line 143, ../sass/all/text.scss */
  .text h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 151, ../sass/all/text.scss */
  .section-title {
    font-size: 140px;
    line-height: 130px;
  }

  /* line 156, ../sass/all/text.scss */
  .section-title-small {
    font-size: 60px;
  }

  /* line 162, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 46px;
  }
  /* line 166, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 15px;
  }
  /* line 170, ../sass/all/text.scss */
  .text h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 181, ../sass/all/text.scss */
  .section-title {
    font-size: 100px;
    line-height: 90px;
  }

  /* line 186, ../sass/all/text.scss */
  .section-title-small {
    font-size: 50px;
  }

  /* line 192, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 40px;
  }
  /* line 196, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 14px;
  }
  /* line 200, ../sass/all/text.scss */
  .text h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 211, ../sass/all/text.scss */
  .section-title {
    font-size: 50px;
    line-height: 48px;
  }

  /* line 216, ../sass/all/text.scss */
  .section-title-small {
    font-size: 40px;
  }

  /* line 222, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 30px;
  }
  /* line 226, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 14px;
  }
  /* line 230, ../sass/all/text.scss */
  .text h1 {
    font-size: 34px;
  }
}
/* line 1, ../sass/all/button.scss */
.btn {
  font-size: var(--font-size-text);
  color: #fff;
  text-align: center;
  padding: 20px;
  background-color: var(--color-blue-dark);
  border-radius: 30px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 86, 254, 0.7));
  filter: drop-shadow(0px 0px 10px rgba(0, 86, 254, 0.7));
  cursor: pointer;
  transition: background-color .43s, color .43s;
  display: block;
  border: none;
  outline: none;
  min-width: 240px;
}
/* line 17, ../sass/all/button.scss */
.btn:hover {
  color: #000;
  background-color: var(--color-blue-ultra);
}
/* line 22, ../sass/all/button.scss */
.btn.active {
  background-color: var(--color-blue-ultra);
  color: #000;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 31, ../sass/all/button.scss */
  .btn {
    min-width: 200px;
  }
}
/* line 1, ../sass/all/preloader.scss */
.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #000;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

/* line 15, ../sass/all/preloader.scss */
.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

/* line 27, ../sass/all/preloader.scss */
.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: var(--color-blue-dark);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

/* line 38, ../sass/all/preloader.scss */
.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader-bounce {
  0%,
    100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/* line 62, ../sass/all/preloader.scss */
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

/* line 67, ../sass/all/preloader.scss */
.loaded .preloader {
  display: none;
}

/* line 1, ../sass/all/dynamic-cart-wr.scss */
.dynamic-cart-wr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  pointer-events: none;
}
/* line 10, ../sass/all/dynamic-cart-wr.scss */
.dynamic-cart-wr.show {
  pointer-events: initial;
}
/* line 13, ../sass/all/dynamic-cart-wr.scss */
.dynamic-cart-wr.show .dynamic-cart-bg {
  opacity: 1;
}
/* line 17, ../sass/all/dynamic-cart-wr.scss */
.dynamic-cart-wr.show .dynamic-cart-content {
  transform: translateX(0%);
}

/* line 23, ../sass/all/dynamic-cart-wr.scss */
#mc-dynamic {
  height: 50vh;
  overflow: hidden;
  overflow-y: scroll;
}
/* line 28, ../sass/all/dynamic-cart-wr.scss */
#mc-dynamic::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
}
/* line 34, ../sass/all/dynamic-cart-wr.scss */
#mc-dynamic::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: var(--color-blue-dark);
}
/* line 40, ../sass/all/dynamic-cart-wr.scss */
#mc-dynamic::-webkit-scrollbar {
  width: 2px;
}

/* line 45, ../sass/all/dynamic-cart-wr.scss */
.dynamic-cart-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000000b3;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: url(../img/cursor-close.png) 20 20, default;
}

/* line 57, ../sass/all/dynamic-cart-wr.scss */
.dynamic-cart-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  max-width: 578px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  color: #000;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(100%);
}

/* line 76, ../sass/all/dynamic-cart-wr.scss */
.msMiniClose {
  color: #000;
  background-color: #ebebeb;
  text-transform: uppercase;
  position: absolute;
  top: 45px;
  right: 25px;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  z-index: 2;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
}
/* line 91, ../sass/all/dynamic-cart-wr.scss */
.msMiniClose:hover {
  background-color: #000;
  color: #ebebeb;
}

/* line 97, ../sass/all/dynamic-cart-wr.scss */
.msMiniCartDynamic {
  width: 100%;
  padding: 124px 38px 28px 38px;
  background-color: #fff;
}

/* line 103, ../sass/all/dynamic-cart-wr.scss */
.msMiniTitle {
  font-size: 36px;
  font-weight: 900;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 18px;
}

/* line 110, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPL {
  display: flex;
  align-items: center;
  margin: 25px 0;
  position: relative;
}

/* line 117, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLImg {
  width: 100px;
}
/* line 120, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLImg img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* line 129, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLwr {
  margin-left: 75px;
  display: flex;
  flex-direction: column;
}

/* line 135, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLName {
  font-weight: 600;
  font-size: 18px;
}

/* line 140, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLRow {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
/* line 145, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLRow .dynamic-minus, .DynamicCartTPLRow .dynamic-plus {
  width: 20px;
  display: block;
  color: #000;
  background-color: #ebebeb;
  border-radius: 50%;
  height: 20px;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
}
/* line 157, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLRow .input-sm {
  width: 31px;
  height: 20px;
  border-radius: 0;
  border: none !important;
  text-align: center;
}

/* line 168, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLCount .input-group {
  display: flex;
  align-items: center;
}

/* line 176, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLPrice p {
  display: flex;
  margin-left: 70px;
  font-size: 18px;
}

/* line 184, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLDelete {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 189, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLDelete button {
  background: transparent;
  border: none;
}
/* line 193, ../sass/all/dynamic-cart-wr.scss */
.DynamicCartTPLDelete button svg {
  width: 10px;
  fill: #000;
}

/* line 201, ../sass/all/dynamic-cart-wr.scss */
.msMiniCartDynamicBottom {
  background-color: var(--color-blue-ultra);
  margin: 0 -38px;
  padding: 38px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
}
/* line 213, ../sass/all/dynamic-cart-wr.scss */
.msMiniCartDynamicBottom .dynamic-cart-total {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
/* line 218, ../sass/all/dynamic-cart-wr.scss */
.msMiniCartDynamicBottom .dynamic-cart-total span {
  width: 180px;
  display: block;
}
/* line 223, ../sass/all/dynamic-cart-wr.scss */
.msMiniCartDynamicBottom .dynamic-cart-total b {
  margin-left: auto;
  display: flex;
}
/* line 227, ../sass/all/dynamic-cart-wr.scss */
.msMiniCartDynamicBottom .dynamic-cart-total b .ms2_total_cost {
  font-size: 38px;
  position: relative;
  top: -10px;
  margin: 0 10px;
}
/* line 236, ../sass/all/dynamic-cart-wr.scss */
.msMiniCartDynamicBottom .dynamic-cart-go-cart {
  margin-left: auto;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 243, ../sass/all/dynamic-cart-wr.scss */
  .msMiniCartDynamic {
    padding: 100px 20px 20px 20px;
  }

  /* line 247, ../sass/all/dynamic-cart-wr.scss */
  .msMiniTitle {
    font-size: 28px;
  }

  /* line 251, ../sass/all/dynamic-cart-wr.scss */
  .msMiniCartDynamicBottom {
    padding: 20px;
  }
}
/* line 1, ../sass/all/mobile-menu.scss */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-blue-blue);
  z-index: 9;
  padding-top: 0;
  transform: translateY(-100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 20, ../sass/all/mobile-menu.scss */
.mobile-menu.open {
  transform: translateY(0%);
}
/* line 27, ../sass/all/mobile-menu.scss */
.mobile-menu.open .mobile-menu-wr ul li {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  pointer-events: auto;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* line 37, ../sass/all/mobile-menu.scss */
.mobile-menu.open .mobile-menu-wr ul li:nth-child(1) {
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
/* line 43, ../sass/all/mobile-menu.scss */
.mobile-menu.open .mobile-menu-wr ul li:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
/* line 49, ../sass/all/mobile-menu.scss */
.mobile-menu.open .mobile-menu-wr ul li:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
/* line 55, ../sass/all/mobile-menu.scss */
.mobile-menu.open .mobile-menu-wr ul li:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
/* line 61, ../sass/all/mobile-menu.scss */
.mobile-menu.open .mobile-menu-wr ul li:nth-child(5) {
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
/* line 70, ../sass/all/mobile-menu.scss */
.mobile-menu.open .mobile-menu-lang {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/* line 85, ../sass/all/mobile-menu.scss */
.mobile-menu-wr {
  overflow-y: scroll;
  height: 100vh;
  padding-top: 125px;
  padding-bottom: 100px;
  position: relative;
}
/* line 92, ../sass/all/mobile-menu.scss */
.mobile-menu-wr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
/* line 98, ../sass/all/mobile-menu.scss */
.mobile-menu-wr ul li {
  counter-increment: navigatio;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 114, ../sass/all/mobile-menu.scss */
.mobile-menu-wr ul li:first-child {
  margin-left: 0;
}
/* line 118, ../sass/all/mobile-menu.scss */
.mobile-menu-wr ul li a {
  color: var(--color-white);
  position: relative;
  padding-left: 20px;
  padding-top: 4px;
  text-transform: uppercase;
  font-size: 38px;
}
/* line 126, ../sass/all/mobile-menu.scss */
.mobile-menu-wr ul li a:before {
  content: "0" counter(navigatio);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  color: #00c3d6;
  -webkit-transition: color .43s;
  -o-transition: color .43s;
  transition: color .43s;
}
/* line 140, ../sass/all/mobile-menu.scss */
.mobile-menu-wr ul li ol {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-left: 10%;
}
/* line 148, ../sass/all/mobile-menu.scss */
.mobile-menu-wr ul li ol a:before {
  display: none;
}

/* line 157, ../sass/all/mobile-menu.scss */
.mobile-menu-lang {
  margin-top: 20px;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 173, ../sass/all/mobile-menu.scss */
.mobile-menu-lang .dropdown {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
/* line 179, ../sass/all/mobile-menu.scss */
.mobile-menu-lang a {
  margin: 0 10px;
}

/* line 1, ../sass/all/popup-form.scss */
.popup-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none;
}
/* line 10, ../sass/all/popup-form.scss */
.popup-form.active {
  pointer-events: initial;
}
/* line 13, ../sass/all/popup-form.scss */
.popup-form.active .popup-form-bg {
  opacity: 1;
}
/* line 17, ../sass/all/popup-form.scss */
.popup-form.active .popup-form-content {
  transform: translateX(0%);
}

/* line 24, ../sass/all/popup-form.scss */
.popup-form-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000000b3;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: url(../img/cursor-close.png) 20 20, default;
}

/* line 36, ../sass/all/popup-form.scss */
.popup-form-hide {
  display: none;
}
/* line 39, ../sass/all/popup-form.scss */
.popup-form-hide.active {
  display: block;
}

/* line 44, ../sass/all/popup-form.scss */
.popup-form-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  max-width: 806px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-y: scroll;
  color: #000;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(100%);
  padding: 47px 42px 47px 46px;
}
/* line 60, ../sass/all/popup-form.scss */
.popup-form-content::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
}
/* line 66, ../sass/all/popup-form.scss */
.popup-form-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: var(--color-blue-ultra);
}
/* line 72, ../sass/all/popup-form.scss */
.popup-form-content::-webkit-scrollbar {
  width: 2px;
}
/* line 76, ../sass/all/popup-form.scss */
.popup-form-content h5 {
  font-size: 36px;
  font-weight: 900;
  padding-bottom: 10px;
  padding-right: 70px;
}
/* line 83, ../sass/all/popup-form.scss */
.popup-form-content span, .popup-form-content .popup-form-privacy {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 33px;
  display: block;
}
/* line 90, ../sass/all/popup-form.scss */
.popup-form-content .popup-form-privacy {
  margin-top: 45px;
}
/* line 93, ../sass/all/popup-form.scss */
.popup-form-content .popup-form-privacy a {
  text-decoration: underline;
}
/* line 98, ../sass/all/popup-form.scss */
.popup-form-content .input {
  padding: 0 22px;
  width: 100%;
  border: 3px solid #000;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Nekst-Regular';
}
/* line 108, ../sass/all/popup-form.scss */
.popup-form-content .input::placeholder {
  font-size: 18px;
}
/* line 112, ../sass/all/popup-form.scss */
.popup-form-content .input.error {
  border-color: red;
}
/* line 116, ../sass/all/popup-form.scss */
.popup-form-content .input:focus {
  border-color: var(--color-blue-ultra);
}
/* line 123, ../sass/all/popup-form.scss */
.popup-form-content textarea.input {
  height: 100px;
  padding-top: 22px;
}
/* line 129, ../sass/all/popup-form.scss */
.popup-form-content .btn {
  margin-left: auto;
}

/* line 134, ../sass/all/popup-form.scss */
.popup-form-close {
  color: #000;
  background-color: #ebebeb;
  text-transform: uppercase;
  position: absolute;
  top: 45px;
  right: 25px;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  z-index: 2;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
}
/* line 149, ../sass/all/popup-form.scss */
.popup-form-close:hover {
  background-color: #000;
  color: #ebebeb;
}

/* line 155, ../sass/all/popup-form.scss */
.popup-form-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
/* line 160, ../sass/all/popup-form.scss */
.popup-form-checkbox label {
  margin-right: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  /* Pseudo element for check styling */
  /* Checked */
  /* Disabled */
  /* IE */
}
/* line 166, ../sass/all/popup-form.scss */
.popup-form-checkbox label [type=checkbox] {
  width: 2rem;
  height: 2rem;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
}
/* line 185, ../sass/all/popup-form.scss */
.popup-form-checkbox label [type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
/* line 201, ../sass/all/popup-form.scss */
.popup-form-checkbox label [type=checkbox]:checked {
  background-color: currentcolor;
}
/* line 205, ../sass/all/popup-form.scss */
.popup-form-checkbox label [type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
/* line 213, ../sass/all/popup-form.scss */
.popup-form-checkbox label [type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}
/* line 222, ../sass/all/popup-form.scss */
.popup-form-checkbox label [type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
/* line 235, ../sass/all/popup-form.scss */
.popup-form-checkbox label [type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
/* line 240, ../sass/all/popup-form.scss */
.popup-form-checkbox label i {
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 249, ../sass/all/popup-form.scss */
  .popup-form-content {
    padding: 20px;
  }
  /* line 252, ../sass/all/popup-form.scss */
  .popup-form-content h5 {
    font-size: 28px;
  }
  /* line 256, ../sass/all/popup-form.scss */
  .popup-form-content span, .popup-form-content .popup-form-privacy {
    font-size: 16px;
    margin-bottom: 20px;
  }

  /* line 262, ../sass/all/popup-form.scss */
  .popup-form-close {
    top: 20px;
    right: 20px;
  }
}
/* line 1, ../sass/all/fix-button.scss */
.fix-button {
  position: fixed;
  bottom: 2.60417vw;
  right: 2.60417vw;
  height: 3.59375vw;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(270deg, #222322 3.48%, #131311);
  box-shadow: inset -2px -1px 3px 1px rgba(255, 255, 255, 0.07);
  border-radius: 8.2rem;
  cursor: pointer;
  font-size: .9375vw;
  width: 12vw;
  line-height: 1.6;
  z-index: 20;
  transition: background 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.5s, opacity 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.5s, width 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  opacity: 0;
  pointer-events: none;
}
/* line 21, ../sass/all/fix-button.scss */
.fix-button.fixed {
  opacity: 1;
  pointer-events: initial;
}
/* line 28, ../sass/all/fix-button.scss */
.fix-button:not(.open):hover {
  background: linear-gradient(270deg, var(--color-blue-dark) 3.48%, var(--color-blue));
}
/* line 32, ../sass/all/fix-button.scss */
.fix-button strong {
  padding: 0 4vw 0 2vw;
  transition: opacity 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.5s;
  white-space: nowrap;
}
/* line 38, ../sass/all/fix-button.scss */
.fix-button .fix-button-img {
  width: 3.54167vw;
  height: 3.54167vw;
  top: calc(50% - 1.77083vw);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}
/* line 48, ../sass/all/fix-button.scss */
.fix-button .fix-button-img img {
  max-height: 80%;
  max-width: 80%;
  display: block;
  transition: opacity 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.5s;
}
/* line 54, ../sass/all/fix-button.scss */
.fix-button .fix-button-img img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
/* line 66, ../sass/all/fix-button.scss */
.fix-button.open {
  width: 3.59375vw;
}
/* line 71, ../sass/all/fix-button.scss */
.fix-button.open .fix-button-img img {
  opacity: 0;
}
/* line 74, ../sass/all/fix-button.scss */
.fix-button.open .fix-button-img img:nth-child(2) {
  opacity: 1;
}
/* line 80, ../sass/all/fix-button.scss */
.fix-button.open strong {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.32, 0.94, 0.6, 1) 0s;
}

/* line 88, ../sass/all/fix-button.scss */
.fix-button-over {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.4);
  z-index: 1;
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.18, 1), visibility 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 18;
}
/* line 103, ../sass/all/fix-button.scss */
.fix-button-over.open {
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
  transition-delay: .1s;
}

/* line 111, ../sass/all/fix-button.scss */
.fix-button-aside {
  width: 29.73958vw;
  background-color: #161616;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 19;
  overflow: hidden;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1vw 0;
}
/* line 128, ../sass/all/fix-button.scss */
.fix-button-aside.open {
  transform: translateX(0);
}

/* line 133, ../sass/all/fix-button.scss */
.fix-button-aside-wr {
  position: relative;
  overflow: scroll;
  height: 100%;
  text-align: center;
  width: 100%;
}
/* line 140, ../sass/all/fix-button.scss */
.fix-button-aside-wr::-webkit-scrollbar {
  width: 0px;
}
/* line 144, ../sass/all/fix-button.scss */
.fix-button-aside-wr::-webkit-scrollbar-track {
  background: transparent;
}
/* line 148, ../sass/all/fix-button.scss */
.fix-button-aside-wr::-webkit-scrollbar-thumb {
  background: transparent;
}
/* line 152, ../sass/all/fix-button.scss */
.fix-button-aside-wr::-webkit-scrollbar-button {
  display: none;
}
/* line 156, ../sass/all/fix-button.scss */
.fix-button-aside-wr h5 {
  padding: 0 4vw;
  padding-bottom: 3.125vw;
  font-size: 5vw;
  line-height: .9;
  text-align: left;
}
/* line 164, ../sass/all/fix-button.scss */
.fix-button-aside-wr form {
  max-width: 21.66667vw;
  margin: 0 auto;
  margin-bottom: 0.72917vw;
  display: flex;
  position: relative;
  flex-direction: column;
}
/* line 172, ../sass/all/fix-button.scss */
.fix-button-aside-wr form .iti input, .fix-button-aside-wr form .iti input[type=text], .fix-button-aside-wr form .iti input[type=tel] {
  margin: 0.45vw 0 !important;
}
/* line 176, ../sass/all/fix-button.scss */
.fix-button-aside-wr form input {
  padding: 1.19792vw 4.6875vw 1.19792vw 2.08333vw;
  min-width: 21.71875vw;
  border-radius: 2.34375vw;
  width: 100%;
  background-color: transparent;
  color: #fff;
  border: 0.2rem solid #fff;
  font-size: 1.25vw;
  line-height: 1.333;
  font-weight: 400;
  margin: 0.45vw 0 !important;
}
/* line 189, ../sass/all/fix-button.scss */
.fix-button-aside-wr form input::placeholder {
  color: #fff;
}
/* line 194, ../sass/all/fix-button.scss */
.fix-button-aside-wr form button {
  width: 2.96875vw;
  height: 2.96875vw;
  bottom: 1.2vw;
  right: 0.57292vw;
  border-radius: 50%;
  background-color: var(--color-blue-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
/* line 207, ../sass/all/fix-button.scss */
.fix-button-aside-wr form button svg {
  width: 0.88542vw;
  height: 0.72917vw;
}
/* line 211, ../sass/all/fix-button.scss */
.fix-button-aside-wr form button svg path {
  stroke: #fff;
}
/* line 218, ../sass/all/fix-button.scss */
.fix-button-aside-wr span {
  margin-top: 1.66667vw;
  text-align: center;
  font-size: 15px;
}
/* line 223, ../sass/all/fix-button.scss */
.fix-button-aside-wr span a {
  position: relative;
}
/* line 226, ../sass/all/fix-button.scss */
.fix-button-aside-wr span a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1rem;
  background-color: #fff;
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}
/* line 241, ../sass/all/fix-button.scss */
.fix-button-aside-wr span a:hover:before {
  transform-origin: right;
  transform: scaleX(0);
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 252, ../sass/all/fix-button.scss */
  .fix-button-aside {
    width: 40vw;
  }

  /* line 258, ../sass/all/fix-button.scss */
  .fix-button-aside-wr h5 {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  /* line 264, ../sass/all/fix-button.scss */
  .fix-button {
    bottom: 3.60417vw;
    right: 3.60417vw;
    height: 5vw;
    width: 18vw;
    font-size: 1.5375vw;
  }
  /* line 271, ../sass/all/fix-button.scss */
  .fix-button .fix-button-img {
    width: 5vw;
    height: 5vw;
    top: calc(50% - 2.5vw);
  }
  /* line 277, ../sass/all/fix-button.scss */
  .fix-button strong {
    padding: 0 3vw 0 3vw;
  }
  /* line 282, ../sass/all/fix-button.scss */
  .fix-button.open {
    width: 5vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 291, ../sass/all/fix-button.scss */
  .fix-button {
    bottom: 5.60417vw;
    right: 5.60417vw;
    height: 10vw;
    width: 38vw;
    font-size: 3.9375vw;
  }
  /* line 298, ../sass/all/fix-button.scss */
  .fix-button .fix-button-img {
    width: 10vw;
    height: 10vw;
    top: calc(50% - 5vw);
  }
  /* line 304, ../sass/all/fix-button.scss */
  .fix-button strong {
    padding: 0 5vw 0 4vw;
  }
  /* line 309, ../sass/all/fix-button.scss */
  .fix-button.open {
    width: 10vw;
  }

  /* line 314, ../sass/all/fix-button.scss */
  .fix-button-aside {
    width: 100vw;
  }

  /* line 320, ../sass/all/fix-button.scss */
  .fix-button-aside-wr h5 {
    padding: 0 16vw;
    padding-bottom: 17.125vw;
    font-size: 12vw;
    line-height: .9;
    text-align: left;
  }
  /* line 328, ../sass/all/fix-button.scss */
  .fix-button-aside-wr form {
    max-width: 80vw;
    margin-bottom: 0.72917vw;
    width: 100%;
  }
  /* line 333, ../sass/all/fix-button.scss */
  .fix-button-aside-wr form .iti input, .fix-button-aside-wr form .iti input[type=text], .fix-button-aside-wr form .iti input[type=tel] {
    margin: 1.45vw 0 !important;
  }
  /* line 338, ../sass/all/fix-button.scss */
  .fix-button-aside-wr form input {
    border: 0.2rem solid #fff;
    padding: 5vw;
    border-radius: 4.5rem;
    width: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 4vw;
    padding-right: 17vw;
    margin: 1.45vw 0;
  }
  /* line 350, ../sass/all/fix-button.scss */
  .fix-button-aside-wr form button {
    right: 2vw;
    bottom: 3.5vw;
    width: 13vw;
    height: 13vw;
    border: none;
  }
  /* line 357, ../sass/all/fix-button.scss */
  .fix-button-aside-wr form button svg {
    width: 3.88542vw;
    height: 3.72917vw;
  }
  /* line 364, ../sass/all/fix-button.scss */
  .fix-button-aside-wr span {
    margin-top: 3.66667vw;
    font-size: 12px;
  }
}
/* line 1, ../sass/all/cookie-banner.scss */
.overlay-cookie {
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: initial;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 15, ../sass/all/cookie-banner.scss */
.alrt-ban {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

/* line 23, ../sass/all/cookie-banner.scss */
.alrt-ban-close {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 10px;
  font-size: 30px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  color: #000;
}
/* line 38, ../sass/all/cookie-banner.scss */
.alrt-ban-close:hover {
  color: var(--color-blue-dark);
}

/* line 43, ../sass/all/cookie-banner.scss */
.alrt-ban-box {
  height: 548px;
  padding: 64px;
  width: 766px;
  border-radius: 40px;
  position: relative;
  background-color: #F0F1F2;
}
/* line 51, ../sass/all/cookie-banner.scss */
.alrt-ban-box:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 43px;
  border: 3px solid var(--color-blue-dark);
  box-shadow: 0px 0px 17px -2px var(--color-blue);
}

/* line 66, ../sass/all/cookie-banner.scss */
.alrt-desc h6 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  color: #101111;
  position: relative;
  z-index: 2;
}
/* line 75, ../sass/all/cookie-banner.scss */
.alrt-desc a {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background-color: transparent;
  border-color: #101111;
  color: #101111;
  width: max-content;
}
/* line 104, ../sass/all/cookie-banner.scss */
.alrt-desc a:hover {
  background-color: #101111;
  color: #fff;
}

/* line 112, ../sass/all/cookie-banner.scss */
.alrt-robot {
  position: absolute;
  bottom: 50px;
  right: 115px;
}
/* line 117, ../sass/all/cookie-banner.scss */
.alrt-robot .alrt-robot-box {
  position: relative;
  overflow: hidden;
  height: 300px;
  display: flex;
  padding-bottom: 0;
  align-items: flex-end;
  justify-content: flex-end;
  width: max-content;
  margin-left: auto;
}
/* line 128, ../sass/all/cookie-banner.scss */
.alrt-robot .alrt-robot-box img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
/* line 137, ../sass/all/cookie-banner.scss */
.alrt-robot .smarquee {
  overflow: hidden;
  --offset: 20px;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  position: absolute;
  top: 15vw;
  width: 37%;
  margin-left: -3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
  transition: transform .3s linear;
}
/* line 152, ../sass/all/cookie-banner.scss */
.alrt-robot .smarquee.m1 {
  clip-path: polygon(7% 0%, 92% 0%, 100% 100%, 0% 100%);
  margin-left: 2px;
  top: 46px;
}
/* line 159, ../sass/all/cookie-banner.scss */
.alrt-robot .smarquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 5s linear infinite;
  animation-play-state: running;
}
/* line 168, ../sass/all/cookie-banner.scss */
.alrt-robot .smarquee span {
  padding: 0 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@media screen and (max-height: 600px) and (min-width: 999px) {
  /* line 188, ../sass/all/cookie-banner.scss */
  .alrt-ban-box {
    height: 490px;
    padding: 45px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 195, ../sass/all/cookie-banner.scss */
  .alrt-ban-box {
    height: auto;
    padding: 30px;
    width: 90vw;
    max-width: 500px;
  }

  /* line 204, ../sass/all/cookie-banner.scss */
  .alrt-desc h6 {
    font-size: 29px;
    line-height: 36px;
  }
  /* line 209, ../sass/all/cookie-banner.scss */
  .alrt-desc a {
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
  }

  /* line 216, ../sass/all/cookie-banner.scss */
  .alrt-robot {
    position: relative;
    margin-left: auto;
    bottom: inherit;
    right: inherit;
  }
  /* line 222, ../sass/all/cookie-banner.scss */
  .alrt-robot .alrt-robot-box {
    height: 180px;
  }
  /* line 226, ../sass/all/cookie-banner.scss */
  .alrt-robot .smarquee {
    font-size: 22px;
  }
  /* line 228, ../sass/all/cookie-banner.scss */
  .alrt-robot .smarquee.m1 {
    top: 31px;
  }
}
/* line 1, ../sass/all/year-alert.scss */
.year-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 14, ../sass/all/year-alert.scss */
.year-alert-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.05;
}

/* line 25, ../sass/all/year-alert.scss */
.year-alert-wr {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
/* line 35, ../sass/all/year-alert.scss */
.year-alert-wr input[type=checkbox] {
  display: none;
}
/* line 39, ../sass/all/year-alert.scss */
.year-alert-wr label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 5px;
  font-size: 17px;
}
/* line 48, ../sass/all/year-alert.scss */
.year-alert-wr label:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: transparent;
  border: 1px solid var(--color-blue-dark);
}
/* line 61, ../sass/all/year-alert.scss */
.year-alert-wr input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 40px;
  color: var(--color-blue-dark);
  text-align: center;
  line-height: 15px;
}

/* line 72, ../sass/all/year-alert.scss */
.year-alert-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
/* line 78, ../sass/all/year-alert.scss */
.year-alert-btn .btn {
  margin: 0 20px;
  cursor: pointer;
  pointer-events: none;
  opacity: .3;
  transition: background-color .43s, color .43s, opacity .43s;
}
/* line 85, ../sass/all/year-alert.scss */
.year-alert-btn .btn.visible {
  pointer-events: all;
  opacity: 1;
}

@media only screen and (min-width: 120px) and (max-width: 1240px) {
  /* line 93, ../sass/all/year-alert.scss */
  .year-alert-wr {
    max-width: 600px;
  }
  /* line 96, ../sass/all/year-alert.scss */
  .year-alert-wr .section-title {
    margin-bottom: 19px;
  }

  /* line 101, ../sass/all/year-alert.scss */
  .year-alert-btn {
    margin-top: 20px;
  }
}
/* line 1, ../sass/all/fix-card-robot.scss */
.fix-card-robot {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 12;
  pointer-events: none;
  transform: translateY(-200%);
  pointer-events: none;
  transition: transform .5s ease-in-out;
}
/* line 11, ../sass/all/fix-card-robot.scss */
.fix-card-robot.fixed {
  transform: translateY(0);
  pointer-events: initial;
}
/* line 16, ../sass/all/fix-card-robot.scss */
.fix-card-robot .wr {
  display: flex;
  flex-direction: column;
}
/* line 20, ../sass/all/fix-card-robot.scss */
.fix-card-robot .wr .fix-card-robot-box {
  margin-bottom: 10px;
  height: 0px;
}
/* line 28, ../sass/all/fix-card-robot.scss */
.fix-card-robot.active .fix-card-robot-open {
  display: none;
}
/* line 32, ../sass/all/fix-card-robot.scss */
.fix-card-robot.active .fix-card-robot-box {
  height: 98px;
}
/* line 35, ../sass/all/fix-card-robot.scss */
.fix-card-robot.active .fix-card-robot-box a {
  pointer-events: all;
}
/* line 40, ../sass/all/fix-card-robot.scss */
.fix-card-robot.active .fix-card-robot-close {
  opacity: 1;
  pointer-events: all;
}

/* line 47, ../sass/all/fix-card-robot.scss */
.fix-card-robot-box {
  position: relative;
  -webkit-transition: height .5s;
  transition: height .5s;
}
/* line 52, ../sass/all/fix-card-robot.scss */
.fix-card-robot-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 280px;
  min-height: 94px;
  padding: 16px;
  border-radius: 8px;
  align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transition: background-color .5s,color .5s;
  transition: background-color .5s,color .5s;
  color: #fff;
  pointer-events: none;
}
/* line 72, ../sass/all/fix-card-robot.scss */
.fix-card-robot-box a img {
  position: relative;
  width: 62px;
  margin-right: 15px;
}
/* line 78, ../sass/all/fix-card-robot.scss */
.fix-card-robot-box a span {
  font-size: 20px;
  display: block;
}
/* line 83, ../sass/all/fix-card-robot.scss */
.fix-card-robot-box a:hover {
  background-color: #fff;
  color: #000;
}

/* line 90, ../sass/all/fix-card-robot.scss */
.fix-card-robot-close {
  padding: 8px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transition: background-color .5s,color .5s, opacity .5s;
  transition: background-color .5s,color .5s,opacity .5s;
  color: #fff;
  width: max-content;
  margin-left: auto;
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
}
/* line 119, ../sass/all/fix-card-robot.scss */
.fix-card-robot-close:hover {
  background-color: #fff;
  color: #000;
}

/* line 125, ../sass/all/fix-card-robot.scss */
.fix-card-robot-open {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* line 133, ../sass/all/fix-card-robot.scss */
.fix-card-robot-open b {
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 14px;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 143, ../sass/all/fix-card-robot.scss */
  .fix-card-robot {
    display: none;
  }
}
/* line 39, ../sass/main-style.scss */
.ui-pnotify {
  bottom: 70px !important;
  top: initial !important;
  z-index: 9999999999999999 !important;
}
