html,
body,
div,
span,
object,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-style: solid;
}
textarea {
  border-image: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
ol,
ul,
li {
}
:root {
  --w100: 100%;
}
.inputhi {
  width: 0 !important;
  height: 0 !important;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
}
* {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 10px;
  box-sizing: border-box;
  margin: 0;
  overflow-x: hidden;
}
body {
  min-height: 100%;
  line-height: 1.4;
  word-wrap: break-word;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.i3notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -o-filter: none !important;
  -ms-filter: none !important;
}
.i3fadewrapper {
  width: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000;
}
.i3popupform {
  display: none;
  clear: both;
  font-size: 16px;
}
.i3feedOkMessage {
  margin: 8% 10% 10% 10%;
  font-size: 21px;
}
.i3feedOk {
  width: 600px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  position: absolute;
  padding: 20px 10px;
  background-color: #fff;
  border: 1px solid #333;
  left: calc(50vw - 250px);
  opacity: 0;
  border-radius: 3px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
  color: #444;
}
.i3feedOkClose {
  position: absolute;
  float: right;
  border-radius: 1px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left: calc(100% - 30px);
  margin-top: -20px;
  cursor: pointer;
  border: rgba(0, 0, 0, 0.4) 0px solid;
  color: #333;
  font-family: Arial;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}

.i3feedbackpopupblock {
  width: 500px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  position: absolute;
  padding: 20px 10px;
  background-color: #fff;
  border: 1px solid #333;
  left: calc(50vw - 250px);
  opacity: 0;
  border-radius: 3px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
  color: #444;
}
.i3feedbackpopupblock .i3label {
  box-sizing: border-box;
  width: calc(100% - 4%);
  padding: 0%;
  margin: 1% 2% 0% 2%;
}
.i3feedbackpopupblock .i3labelnotice {
  font-size: 12px;
  box-sizing: border-box;
  width: calc(100% - 4%);
  padding: 0%;
  margin: 1% 2% 0% 2%;
}
.i3feedbackpopupblock .i3popupheader {
}
.i3feedbackpopupblock .i3popupclose {
  position: absolute;
  float: right;
  border-radius: 1px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left: calc(100% - 30px);
  margin-top: -20px;
  cursor: pointer;
  border: rgba(0, 0, 0, 0.4) 0px solid;
  color: #333;
  font-family: Arial;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}
.i3feedbackpopupblock button {
  box-sizing: border-box;
  width: calc(100% - 4%);
  padding: 2%;
  cursor: pointer;
  margin: 3% 2% 0% 2%;
  font-size: 1em;
}
.i3feedbackpopupblock button:hover {
}
.i3feedbackpopupblock input {
  border: #999 1px solid;
  box-sizing: border-box;
  width: calc(100% - 4%);
  padding: 1%;
  margin: 0% 2% 0% 2%;
  font-size: 1em;
}
.i3feedbackpopupblock textarea {
  border: #999 1px solid;
  box-sizing: border-box;
  width: calc(100% - 4%);
  height: 9em;
  padding: 1%;
  margin: 0% 2% 0% 2%;
  font-size: 1em;
}

.i3popupblock {
  font-family: Roboto, sans-serif;
  width: 500px;
  position: absolute;
  background-color: #f4f4f4;
  border: 1px solid #333;
  left: calc(50% - 250px);
  opacity: 0;
  border-radius: 3px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
  color: #444;
}
.i3popupblock .i3popupheader {
  display: table;
  width: 100%;
  background-color: #444;
}
.i3popupblock .i3popuptitle {
  width: auto;
  color: #fff;
  float: left;
  font-size: 21px;
  padding: 9px 21px;
}
.i3popupblock .i3popupclose {
  border-radius: 1px;
  float: right;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
  border: rgba(0, 0, 0, 0.4) 0px solid;
  color: #fff;
  font-family: Arial;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  padding: 7px 15px;
}
.i3popupblock .i3popupclose:hover {
  background-color: #f33;
}
.i3popupblock .i3popupmessage {
  max-height: inherit;
  padding: 21px;
  font-size: 17px;
  overflow-y: auto;
}
.i3popupblock .i3popupcancel,
.i3popupok {
  float: left;
  margin: 21px 0px 21px 21px;
  padding: 12px 17px;
  font-size: 17px;
  background: #fff;
  border: rgba(0, 0, 0, 0.4) 0px solid;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 3px;
  color: #333;
  transition: all 0.2s;
  box-shadow: inset 0 -0.3em 0 -0.2em rgba(0, 0, 0, 0.17);
}
.i3popupblock .i3popupclose:hover,
.i3popupcancel:hover {
  background-color: #ee0000;
  color: #fff;
}
.i3popupblock .i3popupok:hover {
  background-color: #0099cc;
  color: #fff;
}
.i3popupblock .i3popupok:active,
.i3popupcancel:active {
  position: relative;
  top: 1px;
}
iframe[data-cid],
iframe[data-tid] {
  min-width: 100%;
  min-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*i3 specials*/
#i3header {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: visible;
  box-sizing: border-box;
}
#i3headercontent {
  display: table;
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  z-index: 3;
  box-sizing: border-box;
}
#i3cont {
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: visible;
  box-sizing: border-box;
}
#i3content {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  min-height: 10vh;
  overflow: visible;
  box-sizing: border-box;
}
#i3footer {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: visible;
  box-sizing: border-box;
}
#i3footercontent {
  display: table;
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  z-index: 3;
  box-sizing: border-box;
}
div[data-tid],
div[data-cid] {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
}

.i3w {
  width: 100%;
  height: 100%;
  display: inherit;
  align-items: inherit;
  color: inherit !important;
  text-decoration: inherit !important;
  -webkit-background-clip: inherit !important;
  background-clip: inherit !important;
  font-size: inherit;
  transition-property: inherit !important;
}
.i3w * {
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
  transition-property: inherit !important;
}

.i3w:hover * {
  color: inherit;
  transition-property: inherit !important;
}

div.w100p {
  width: 100% !important;
  margin-left: 0 !important;
}
div.w100s {
  width: var(--w100) !important;
  min-width: 100%;
  margin-left: calc(calc(100% - var(--w100)) / 2) !important;
}
/* public css for block types */
.i3w .i3carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
.i3w .i3carouselwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.i3w .i3cslide {
  width: 100%;
  height: 100%;
  min-height: 100%;
  float: left;
  background-image: url(/i3staticfiles/images/noimage.jpg);
  margin: 0px;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.i3w .i3slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
.i3w .i3sliderwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.i3w .i3slide {
  width: 100%;
  height: 100%;
  min-height: 100%;
  float: left;
  background-image: url(/i3staticfiles/images/noimage.jpg);
  margin: 0px;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.i3w .i3href {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center; /* align horizontal */
  text-decoration: inherit;
  align-items: center;
  color: inherit;
}

.i3w .i3imghref {
  text-decoration: inherit;
}

.i3w .i3img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  text-decoration: inherit;
}
.i3w .i3img[data-behavior='zoom'] {
  cursor: zoom-in;
}
.i3zoomedin .i3w .i3img[data-behavior='zoom'] {
  cursor: zoom-out;
  -webkit-transition: background-image 0.1s linear;
  -moz-transition: background-image 0.1s ease-out;
  -o-transition: background-image 0.1s linear;
  -ms-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
}
.i3zoomedin {
  transition: none !important;
  transform: none !important;
}
.i3zoomedout {
}
.i3carouselprev {
  left: 0;
  width: 20%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  opacity: 0.7;
  background-image: url(/i3staticfiles/imgs/carousel-prev.png);
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.i3carouselnext {
  width: 20%;
  height: 100%;
  margin-left: 80%;
  position: absolute;
  right: 0%;
  cursor: pointer;
  opacity: 0.7;
  background-image: url(/i3staticfiles/imgs/carousel-prev.png);
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.i3carouselprev:hover,
.i3carouselnext:hover {
  opacity: 1;
}

.i3w .i3textarea {
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  resize: none;
  overflow: auto;
  background-color: inherit;
  line-height: inherit;
  font-size: inherit;
  border: none;
  text-align: inherit;
  padding: 1% 2%;
  outline: none;
}
.i3w .i3inpnumber {
  font-family: inherit;
  width: 100%;
  height: 100%;
  resize: none;
  background-color: inherit;
  font-size: inherit;
  border: none;
  text-align: inherit;
  line-height: 0px !important;
  padding: 0;
  padding-right: 10px;
  outline: none;
}
.i3w .i3inpnumber::-webkit-inner-spin-button {
  opacity: 1;
  -webkit-appearance: inner-spin-button !important;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
}
.i3w .i3select {
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  resize: none;
  overflow: auto;
  background-color: inherit;
  font-size: inherit;
  border: none;
  text-align: inherit;
  line-height: 0px !important;
  padding: 1% 2.5%;
  outline: none;
}
.i3w .i3select option {
  font-family: inherit;
  overflow: auto;
  resize: none;
  overflow: auto;
  background-color: inherit !important;
  font-size: inherit;
  text-align: inherit;
  line-height: 0px !important;
  padding: 1% 2.5%;
  outline: none;
}
.i3w .i3input {
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  resize: none;
  overflow: auto;
  background-color: inherit;
  font-size: inherit;
  border: none;
  text-align: inherit;
  line-height: 0px !important;
  padding: 1% 2.5%;
  outline: none;
}
.i3w .i3pupsubmitbtn {
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  resize: none;
  overflow: auto;
  background-color: inherit;
  font-size: inherit;
  border: none;
  text-align: inherit;
  line-height: 0px !important;
  padding: 1% 2.5%;
  outline: none;
  cursor: pointer;
}
.i3w .i3popupqwizbtn {
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  resize: none;
  overflow: auto;
  background-color: inherit;
  font-size: inherit;
  border: none;
  text-align: inherit;
  line-height: 0px !important;
  padding: 1% 2.5%;
  outline: none;
  cursor: pointer;
  font-weight: inherit;
  text-transform: inherit;
}
.i3w .i3freesubmitbtn {
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  resize: none;
  overflow: auto;
  background-color: inherit;
  font-size: inherit;
  border: none;
  text-align: inherit;
  line-height: 0px !important;
  padding: 1% 2.5%;
  outline: none;
  cursor: pointer;
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.i3w .i3userrequestbtn {
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  resize: none;
  overflow: auto;
  background-color: inherit;
  font-size: inherit;
  border: none;
  text-align: inherit;
  line-height: 0px !important;
  padding: 1% 2.5%;
  outline: none;
  cursor: pointer;
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.i3w .i3userfileupload {
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  resize: none;
  overflow: auto;
  background-color: inherit;
  font-size: inherit;
  border: none;
  text-align: inherit;
  line-height: 0px !important;
  padding: 1% 2.5%;
  outline: none;
  cursor: pointer;
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  display: table;
}
.i3w .i3usersavebtn {
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  resize: none;
  overflow: auto;
  background-color: inherit;
  font-size: inherit;
  border: none;
  text-align: inherit;
  line-height: 0px !important;
  padding: 1% 2.5%;
  outline: none;
  cursor: pointer;
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  display: table;
}
.i3w .i3checkbox {
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: inherit;
  font-size: inherit;
  text-align: inherit;
  line-height: 0px !important;
  outline: none;
  cursor: pointer;
}

.i3w .i3freesubmitbtncheckbox {
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: inherit;
  font-size: inherit;
  border: none;
  text-align: inherit;
  line-height: 0px !important;
  outline: none;
  cursor: pointer;
}
.i3w .i3href {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center; /* align horizontal */
  text-decoration: inherit;
  align-items: center;
  color: inherit;
}
.i3w table {
  display: table;
  width: 100%;
  height: 100%;
  justify-content: center; /* align horizontal */
  text-decoration: inherit;
  align-items: center;
  color: inherit;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
  word-wrap: break-word;
  margin: 0;
  border-spacing: 0;
}
.i3w table tr {
  padding: 0;
  margin: 0;
}
.i3w table td {
  padding: 8px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
  word-wrap: break-word;
  margin: 0;
}
.i3w .i3spoilerh {
  cursor: pointer;
}

.i3w .i3spoilerh .i3spoilerhicon {
  cursor: pointer;
  display: block;
  float: right;
  text-align: center;
}

.i3w .i3spoilerc {
  cursor: pointer;
}

[data-tid].i3stopsend,
[data-cid].i3stopsend,
.i3stopsend {
  background-color: rgba(255, 0, 0, 0.2);
  border: #f00 1px solid;
}
.i3expired {
  opacity: 0.5 !important;
}
[data-type='spoiler'] {
  display: table;
  overflow: hidden;
  table-layout: fixed;
}
[data-type='spoiler'] .i3w {
  display: table-cell;
  vertical-align: inherit;
  border-collapse: collapse;
}
[data-type='htm'] {
  display: table;
  overflow: hidden;
  table-layout: fixed;
}
[data-type='shopwinstandart'] {
  display: table;
  overflow: hidden;
  table-layout: fixed;
}
[data-type='htm'] .i3w {
  display: table-cell;
  vertical-align: inherit;
  border-collapse: collapse;
}
[data-type='btn'] {
  text-align: center;
}
[data-type='btn'] .i3w {
  display: table;
}

[data-type='btn'] .i3w .i3href {
  display: table-cell;
  vertical-align: middle;
}
[data-type='btn'] .i3w .i3userfileupload {
  display: table-cell;
  vertical-align: middle;
}
[data-type='btn'] .i3w .i3userrequestbtn {
  display: table-cell;
  vertical-align: middle;
}
[data-type='btn'] .i3w .i3usersavebtn {
  display: table-cell;
  vertical-align: middle;
}
[data-type='chckbx2'] {
}
[data-type='chckbx2'] .i3w {
  display: table;
}
[data-type='chckbx2'] .i3checkbox2 {
  opacity: 0;
  position: absolute;
  left: -100000px;
  user-select: none;
}
[data-type='chckbx2'] label {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}
[data-type='rbtn2'] {
}
[data-type='rbtn2'] .i3w {
  display: table;
}
[data-type='rbtn2'] .i3radiobtn2 {
  opacity: 0;
  position: absolute;
  left: -100000px;
  user-select: none;
  outline: none;
}
[data-type='rbtn2'] label {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}
[data-type='burger'] {
  display: none;
  margin-left: -1000px;
  margin-top: -1000px;
}
.i3qwizpopupblock {
  font-family: Roboto, sans-serif;
  width: 1000px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #333;
  margin-left: calc(50% - 500px);
  opacity: 0;
  border-radius: 3px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
  color: #444;
  padding-bottom: 3%;
}
.i3qwizpopupblock .i3popupheader {
  display: table;
  width: 100%;
  background-color: #444;
}
.i3qwizpopupblock .i3popuptitle {
  width: auto;
  color: #fff;
  float: left;
  font-size: 21px;
  padding: 9px 21px;
}
.i3qwizpopupblock .i3popupclose {
  border-radius: 1px;
  float: right;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
  border: rgba(0, 0, 0, 0.4) 0px solid;
  color: #fff;
  font-family: Arial;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  padding: 7px 15px;
}
.i3qwizpopupblock .i3popupclose:hover {
  background-color: #f33;
}
.i3popupqwizalert {
  font-size: 21px;
  text-align: center;
  padding: 10px 20px;
  background-color: #f66;
  color: #fff;
  margin: 0 7%;
}
.i3popupqwiz {
  width: auto;
  display: none;
  margin: 7%;
  font-size: inherit;
}
.i3popupqwiz input:focus {
  outline: none;
}
.i3popupqwiz label {
  clear: both;
}
.i3popupqwiznav {
  margin: 7%;
  font-size: inherit;
}
.i3popupqwiznavbackward {
  font-size: 21px;
  float: left;
  cursor: pointer;
}
.i3popupqwiznavforward {
  font-size: 21px;
  float: right;
  cursor: pointer;
}
.i3popupqwiznavsend {
  font-size: 21px;
  float: right;
  cursor: pointer;
}
.i3popupqwiz div {
  font-size: inherit;
  width: 100%;
  height: 100%;
  display: none;
}
.i3popupqwiz h2 {
  font-size: inherit;
}

#i3userfileuploadform {
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
}

@media all and (max-width: 1024px) {
  .i3popupform {
    clear: both;
    font-size: 16px;
  }
  .i3feedbackpopupblock {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    width: 90vw !important;
    position: absolute;
    padding: 20px 10px;
    background-color: #fff;
    border: 1px solid #333;
    left: calc(5vw);
    opacity: 0;
    border-radius: 3px;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
    color: #444;
  }
}

@media all and (max-width: 600px) {
  #i3header {
    display: block;
  }
  #i3footer {
    display: block;
  }

  .i3mfree {
    position: static !important;
    display: block !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-top: 3vw !important;
    max-width: 100vw !important;
    min-height: auto !important;
    border: #333 1px solid;
  }
  [data-i3mgw] {
    position: static !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100vw !important;
    margin-top: 3vw !important;
    margin-left: 0 !important;
    border: #333 1px solid;
  }
  [data-i3mgw] [data-cid] {
    display: block;
  }
  .i3mhide {
  }
  .i3mhide .i3w {
  }

  html.i3lockscroll,
  html.i3lockscroll body {
    overflow: hidden !important;
  }
  #i3content div[data-cid] {
    max-width: 100vw;
  }
  .i3phonehidden {
    display: none !important;
  }

  #i3headercontent,
  #i3content,
  #i3footercontent {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
  }
  #i3header,
  #i3cont,
  #i3footer {
    width: 100% !important;
    margin: 0 auto;
  }

  [data-vphone='hidden'] {
    display: none !important;
  }

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

  .i3nt * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  [data-type='burger'] {
    display: block;
    transition-property: width, height;
    transition-duration: 0.2s;
  }
  [data-type='burger'].i3activeburger {
    min-width: 100%;
    min-height: 100%;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    z-index: 99999 !important;
    transition-property: width, height, margin;
    transition-duration: 0.2s;
    border-radius: 0px;
  }
  [data-type='burger'] .i3w {
    display: inline-table;
  }
  [data-type='burger'].i3activeburger .i3w {
    display: inline-table;
  }

  [data-type='burger'] .i3burger {
    transition: all 0.2s;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    overflow-y: auto;
    color: inherit;
    background-color: inherit;
  }
  [data-type='burger'] .i3burger .i3burgericon {
    width: 37px;
    height: 33px;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    margin: 5px 5px 0px 0px;
  }
  [data-type='burger'] .i3burger .i3burgertitle {
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    color: inherit;
    margin: 3px 0px 0px 0px;
  }

  [data-type='burger'].i3activeburger .i3burgericon {
    float: right;
    right: 0;
    display: block !important;
    margin-right: 20px;
    color: inherit;
    vertical-align: middle;
  }
  [data-type='burger'].i3activeburger .i3burgertitle {
    position: absolute;
    float: right;
    right: 60px;
    color: inherit;
    vertical-align: middle;
  }
  [data-type='burger'] .i3burger .i3burgermenu {
    color: inherit;
    display: none;
    clear: both;
    margin-top: 20px;
    overflow-y: scroll;
    height: 0;
  }
  [data-type='burger'] .i3burger .i3burgermenu a {
    display: block;
    color: inherit;
    text-align: left;
    margin: 0px 25px;
    padding: 15px 25px 15px 0px;
    font-size: 16px;
    border-bottom: 1px solid;
    border-bottom-color: currentColor;
    text-decoration: none;
  }

  [data-type='burger'].i3activeburger .i3burger .i3burgermenu {
    display: block;
    height: calc(100% - 75px);
    margin-top: 25px;
    z-index: 2;
    color: inherit;
  }

  [data-type='burger'] .i3burger .i3burgericon span {
    box-sizing: border-box;
    display: block;
    width: 29px;
    height: 5px;
    margin: 4px;
    position: relative;
    color: inherit;
    background-color: currentColor;
    border-radius: 100px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  [data-type='burger'].i3activeburger .i3burgericon span {
    opacity: 1;
    color: inherit;
    transform-origin: center center;
    transform: translate(0px, -9px) rotate(-45deg);
    background-color: currentColor;
  }
  [data-type='burger'].i3activeburger .i3burgericon span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  [data-type='burger'].i3activeburger .i3burgericon span:nth-last-child(2) {
    transform: rotate(45deg) translate(0px, 0px);
  }
  .i3qwizpopupblock {
    font-family: Roboto, sans-serif;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: #fff;
    border: 0px solid #333;
    margin-left: 0;
    opacity: 0;
    border-radius: 3px;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
    color: #444;
    padding-bottom: 3vh;
  }
  [data-type='spoiler'] {
    display: table;
    overflow: hidden;
    table-layout: fixed;
  }
  [data-type='spoiler'] .i3w .i3spoilerc {
    display: none;
  }
}
