/*! CSS Used fontfaces */
@font-face {
  font-family: Racing Sans;
  font-display: swap;
  src: url('') format('woff');
  src: url('../fonts/RacingSansOne-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url('') format('woff');
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url('') format('woff');
  src: url('../fonts/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url('') format('woff');
  src: url('../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url('') format('woff');
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

body {
  background: #fff;
}
h1,
h2,
h3 {
  color: #000;
  text-align: center;
}

#bottle,
.row {
  position: relative;
}

.clear,
.row {
  clear: both;
}

#wrapper,
.wrapper {
  min-height: 500px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: #ebebeb;
}

p {
  margin: 10px 0;
}

a img {
  border: none;
}

h1,
h2 {
  margin: 1em 0;
  font-weight: 400;
}

h3 {
  font-weight: bolder;
}

h3 {
  margin: 1em 0;
}

h1 {
  font-size: 40px;
  line-height: 1em;
}

h2 {
  margin-right: 150px;
  margin-left: 150px;
  font-size: 28px;
  line-height: 140%;
}

#wrapper {
  overflow: auto;
  margin: 0 auto;
  padding: 20px 10px;
  width: 960px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #fff;
  color: #3d3d3d;
  font-size: 16px;
  font-family: Cambria;
  line-height: 25px;
}

.secret_box {
  background: #fdffb6;
  border: 1px solid #000;
  padding: 10px;
  width: 75%;
  margin: 30px auto;
}

.secret_box h3 {
  color: red;
  text-decoration: underline;
  margin: 5px 0 15px;
  text-align: center;
}

#footer {
  font-size: 14px;
}

#bottle {
  width: 100%;
}

#footer {
  margin-top: 10px;
  text-align: center;
}

#footer a {
  color: #666;
}

#bottle {
  margin: 20px auto;
  max-width: 500px;
  text-align: center;
}

#bottle img {
  display: block;
  margin: 0 auto 20px;
  max-height: 400px;
  max-width: 100%;
}

.wrapper {
  width: 690px;
  margin: 0 auto;
  font-family: verdana;
  font-size: 16px;
  line-height: 25px;
  color: #3d3d3d;
}

h3 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .graph .txt {
    width: auto !important;
    margin-bottom: 23px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .forfoto .rel,
  .forfoto img {
    max-width: 300px;
    float: none;
  }

  .effects div.phot,
  .effects div.txt {
    width: 100%;
    margin: 0 auto 5%;
    min-width: auto;
  }

  .forfoto img {
    margin: auto;
    width: 100% !important;
  }

  .forfoto {
    text-align: center;
    padding: 2%;
  }

  .forfoto p {
    text-align: left;
    margin: 20px auto 0 !important;
    padding-left: 0 !important;
  }

  .forfoto .rel {
    width: 100%;
  }

  .relclear {
    clear: both;
  }

  .forfoto .txt {
    width: 96%;
    text-align: center;
    float: none;
    margin: auto;
    padding: 0;
  }

  #headertheme h1 {
    font-size: 17pt !important;
  }

  .graph img {
    position: absolute;
  }

  .numbers div {
    display: inline-block;
    width: 9.09%;
  }

  .graph {
    margin-top: 15px;
    border: 1px solid #aaa;
    background: url('');
    background-repeat-y: repeat;
  }

  .halfborder {
    border-width: 0 1px;
    margin: 0;
  }

  .numbers {
    display: block;
    width: 111%;
    margin-left: -9%;
    overflow: hidden;
  }

  .numbers span {
    text-align: right;
    background: #fff;
    width: 100%;
    display: block;
    margin-top: 10px;
    padding-top: 5px;
  }

  .graph .txt {
    position: relative;
    text-align: left;
    background: #004586;
    color: #fff;
    padding: 0;
    margin: 2.5% 0;
  }

  .graph .txt span {
    text-align: left;
    display: block;
    padding: 7px 10px;
  }

  .graph .abs,
  .graph .tab {
    padding: 0;
    top: 0;
    left: 100%;
    margin: auto;
    height: 100%;
  }

  .graph .abs {
    position: absolute;
  }

  .graph .tab {
    display: table;
  }

  .graph .row {
    margin: auto;
    display: table-row;
    height: 100%;
  }

  .graph .cell {
    margin: auto;
    padding: 0 4px;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
  }

  .graph .cell span {
    display: inline;
    padding: 3px 0;
    background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 700;
  }

  .graph {
    margin: 0 auto;
    width: 96%;
    background-image: url('');
    background-size: 100% 108%;
    background-repeat: no-repeat;
    background-position: -15px 0;
  }

  .graph .abs {
    display: block;
  }

  #copyright,
  .legal_testim {
    font-size: 16px !important;
    line-height: 1.3em !important;
  }

  button,
  input,
  label,
  select {
    font-size: 16px;
    line-height: 18px;
  }

  .graph img {
    display: none;
  }
}

@media (max-width: 760px) {
  .list0 {
    width: 90%;
  }
}

@media (max-width: 385px) {
  .list0 {
    width: 80% !important;
  }
}

body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  overflow: visible;
  margin: 0 auto;
  padding: 20px 10px;
  min-height: 500px;
  max-width: 770px;
  width: 100%;
  border-left: none;
  border-right: none;
  background: #f3f3f3;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2 {
  color: #000;
  text-align: left;
  font-weight: 400;
  margin: 20px 0 0 0;
  line-height: 40px;
}

h3 {
  text-align: left;
  color: #b20000;
  font-size: 26px !important;
}

.typicallist {
  padding-left: 30px;
}

#headertheme {
  height: auto;
  margin: 0 auto;
  width: 100%;
  background: url('');
  padding-bottom: 20px;
}

#headertheme h1 {
  font-family: Tahoma, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 46pt;
  margin-top: 50px;
  line-height: 1.17em;
}

.lefto {
  float: left;
  margin-right: 5px;
}

.clear {
  clear: both;
}

.forfoto p {
  margin-left: 7px !important;
}

.forfoto {
  padding: 5px;
  background: #ebebeb;
  margin-top: 30px;
  overflow: auto;
}

#footer {
  width: auto !important;
}

@media (max-width: 768px) {
  #wrapper {
    padding: 20px 0;
  }
}

.effects .phot img {
  max-width: 300px;
  width: 100%;
  margin: 0;
}

.effects div.phot {
  width: 39%;
  min-width: 300px;
}

.effects div.txt {
  width: 56%;
  margin-left: 4%;
  max-width: 520px;
}

.effects div {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 5%;
}

.effects {
  text-align: center;
}

#bottle img {
  width: auto;
  max-width: 100%;
}

.left_box {
  float: left;
  text-align: center;
  width: 50%;
  margin-right: 20px;
  border: 1px solid #ccc;
}

.left_box img {
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
}

.left_box > p {
  text-align: left;
}

.left_box p {
  background: #ebebeb;
  margin-bottom: 0;
  padding: 2px 10px;
}

.list0 {
  padding-left: 10%;
  display: inline-block;
  width: 90%;
}

.list0 li {
  text-align: left;
  padding-left: 10px;
  line-height: 200%;
}

h4 {
  font-size: 1.2em;
  text-align: center;
}

.lefto {
  margin-right: 15px;
  width: 300px;
}

.forfoto {
  position: relative;
}

.forfoto b {
  text-align: right;
  display: block;
  margin-right: 10px;
}

.forfoto p {
  margin: 10px 0;
}

.forfoto p.kga {
  position: absolute;
  padding: 10px 10px;
  margin-bottom: 0;
  top: 198px;
  left: 204px;
  background-color: #ff3402;
  border: 1px solid #000;
  color: #000;
  font-size: 25px;
  font-weight: 700;
}

.forfoto .txt {
  float: right;
  width: 58%;
  padding-right: 1%;
}

.forfoto .rel {
  float: left;
  width: 40%;
  max-width: 300px;
  position: relative;
  margin: auto;
  display: inline-block;
  vertical-align: top;
}

.forfoto p.kga {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}

.typicallist {
  padding-left: 60px;
}

.typicallist li {
  list-style-image: url('https://previewpreland.name/blog-xxx-ultrahot/css/src/checked.png');
  margin-top: 5px;
  padding-left: 5px;
}

.graph img {
  float: right;
  margin-left: 5px;
  margin-top: -20px;
}

.layers {
  margin-top: 20px;
}

.mark span {
  font-weight: 700;
}

#headertheme h1 {
  margin-top: 0;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .list0 {
    width: 85%;
  }
}

@media (min-width: 768px) {
  .graph .txt {
    width: auto !important;
  }

  .abs {
    display: none;
  }

  #wrapper > h4:nth-child(42) {
    margin-bottom: 40px;
  }

  .graph.halfborder {
    display: none;
  }
}

@media (max-width: 767px) {
  #wrapper {
    width: 93%;
  }

  .effects div.phot,
  .effects div.txt {
    width: 100%;
    margin: 0 auto 5%;
    min-width: auto;
  }

  .forfoto .rel {
    float: none;
  }

  .forfoto img {
    float: none;
    margin: auto;
    max-width: 300px;
    width: 100% !important;
  }

  .forfoto {
    text-align: center;
    padding: 2%;
  }

  .forfoto p {
    text-align: left;
    margin: 20px auto 0 !important;
  }

  .forfoto .rel {
    max-width: 300px;
    width: 100%;
  }

  .relclear {
    clear: both;
  }

  .forfoto .txt {
    width: 96%;
    text-align: center;
    float: none;
    margin: auto;
    padding: 0;
  }

  #headertheme h1 {
    font-size: 17pt !important;
  }

  .graph img {
    display: none;
  }

  .numbers div {
    display: inline-block;
    width: 8.09%;
  }

  .graph {
    margin-top: 15px;
    border: 1px solid #aaa;
    background: url('');
    background-size: 100%;
    background-repeat-y: repeat;
  }

  .halfborder {
    border-width: 0 1px 0 1px;
    margin: 0;
  }

  .numbers {
    display: block;
    width: 111%;
    margin-left: -9%;
    overflow: hidden;
  }

  .numbers span {
    text-align: right;
    background: #fff;
    width: 100%;
    display: block;
    margin-top: 10px;
    padding-top: 5px;
  }

  .graph .txt {
    position: relative;
    text-align: left;
    background: #004586;
    color: #fff;
    padding: 0;
    margin: 2.5% 0;
  }

  .graph .txt span {
    text-align: left;
    display: block;
    padding: 7px 10px;
  }

  .graph .abs {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 0;
    left: 100%;
    height: 100%;
  }

  .graph .tab {
    margin: auto;
    padding: 0;
    top: 0;
    left: 100%;
    height: 100%;
    display: table;
  }

  .graph .row {
    margin: auto;
    display: table-row;
    height: 100%;
  }

  .graph .cell {
    margin: auto;
    padding: 0 4px;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
  }

  .graph .cell span {
    display: inline;
    padding: 3px 0;
    background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 700;
  }

  .graph {
    width: 96%;
    margin: 0 auto;
  }

  .graph .abs {
    display: block;
  }

  #copyright,
  .legal_testim {
    font-size: 16px !important;
    line-height: 1.3em !important;
  }

  button,
  input,
  label,
  select {
    font-size: 16px;
    line-height: 18px;
  }
}

.secret_box {
  background: #ff6666;
  border: 2px solid #000;
  padding: 10px;
  width: 75%;
  margin: auto;
}

.secret_box h3 {
  color: #000;
  text-decoration: underline;
  margin: 5px 0 15px;
}

#ssbutton {
  margin: 0 auto;
  display: block;
  position: static;
  text-decoration: underline;
  padding: 12px 10px;
  background-color: #b20000;
  color: #fff;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 24px !important;
  border: none;
  box-shadow: inset 0 1px 0 0 #aec3e5;
  font: 700 20px/1 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva,
    Verdana, sans-serif;
  text-shadow: 0 -1px 1px #64799e;
}

#ssbutton:hover {
  background-color: #309;
  box-shadow: inset 0 1px 0 0 #a5b9d9;
  cursor: pointer;
}
#footer {
  margin-bottom: 32px;
}

#footer div {
  text-align: center;
  padding: 5px 0;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#footer #copyright a {
  color: #ccc;
  font-weight: normal;
  text-decoration: none;
}
.legal_testim {
  font-size: 11px;
  text-align: center;
  color: #aaa;
  max-width: 700px;
  margin: 40px auto 0;
  line-height: 1.5em;
}

/*! CSS Used from: http://65.108.255.166/lander/tet/css/style.min.css */
a {
  background-color: transparent;
}

img {
  border-style: none;
}

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input {
  overflow: visible;
}

.burger {
  width: 18px;
  height: 12px;
  padding: 0;
  background-color: transparent;
  border-style: none;
  outline: 0;
  cursor: pointer;
  position: relative;
  z-index: 20;
  display: inline-block;
  vertical-align: middle;
}

.burger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
  border-radius: 50px;
}

.burger span:nth-child(1) {
  top: 0;
  left: 0;
}

.burger span:nth-child(2) {
  top: 6px;
  right: 0;
}

.burger span:nth-child(3) {
  top: 12px;
  left: 0;
  width: 70%;
}

.burger span:nth-child(1) {
  -webkit-animation: span1_close 0.8s forwards cubic-bezier(0.8, 0.5, 0.2, 1.4);
  animation: span1_close 0.8s forwards cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.burger span:nth-child(2) {
  -webkit-animation: span2_close 0.8s forwards cubic-bezier(0.8, 0.5, 0.2, 1.4);
  animation: span2_close 0.8s forwards cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.burger span:nth-child(3) {
  -webkit-animation: span3_close 0.8s forwards cubic-bezier(0.8, 0.5, 0.2, 1.4);
  animation: span3_close 0.8s forwards cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.header {
  background-color: #000;
  padding: 15px 0;
}

.header__logo {
  font-family: Racing Sans;
  font-size: 35px;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.header__logo span {
  font-family: Racing Sans;
  color: red;
  text-transform: uppercase;
}

.header__burger {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.header__search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.header__search img {
  display: inline-block;
  vertical-align: middle;
}

.header__user {
  display: inline-block;
  vertical-align: middle;
}

.header__user img {
  display: inline-block;
  vertical-align: middle;
}

.header__input {
  display: none;
}

.header .search-gray {
  display: none;
}

a {
  text-decoration: none;
}

.container {
  display: block;
  padding: 0 15px;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: Roboto, sans-serif;
}

@media screen and (min-width: 490px) {
  .container {
    max-width: 490px;
  }

  .header__logo {
    margin-right: 40px;
  }

  .header__burger {
    margin-right: 170px;
  }
}

@media screen and (min-width: 1200px) {
  .header {
    padding: 17px 0;
  }

  .header__logo {
    font-size: 50px;
    margin-right: 40px;
  }

  .header__burger {
    margin-right: 140px;
  }

  .header__user {
    display: none;
  }

  .header__search {
    display: none;
  }

  .header .search-gray {
    display: inline-block;
    vertical-align: middle;
    margin-right: -40px;
    position: relative;
    z-index: 2;
  }

  .header__input {
    display: inline-block;
    z-index: 1;
    vertical-align: middle;
  }

  .header__input input {
    width: 380px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 50px;
    outline: 0;
  }

  .container {
    max-width: 780px;
    padding: 0;
  }
}

/*! CSS Used from: http://65.108.255.166/lander/tet/css/styles.css */
@media (max-width: 950px) {
  .header {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .container,
  .header {
    width: 100%;
    padding: 0px 10px;
  }

  .header {
    background: #b8433f;
    text-align: center;
  }
}

@media (max-width: 650px) {
  .container {
    margin: 0;
    padding: 0;
  }

  .header {
    font-size: 27px;
    text-align: center;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  input {
    width: 90%;
  }
}

* {
  outline: 0;
}

/*! CSS Used from: Embedded */
input:invalid {
  box-shadow: none;
}

/*! CSS Used from: Embedded */
@media all {
  *,
  :after,
  :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
    margin: 10px auto;
  }

  input:focus {
    color: #000;
  }
}

input:invalid {
  box-shadow: none;
}

/*! CSS Used keyframes */
@-webkit-keyframes span1_close {
  0% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
  }

  100% {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
}

@keyframes span1_close {
  0% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
  }

  100% {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
}

@-webkit-keyframes span2_close {
  0% {
    -webkit-transform: translate(0, 40px) scale(0);
    transform: translate(0, 40px) scale(0);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}

@keyframes span2_close {
  0% {
    -webkit-transform: translate(0, 40px) scale(0);
    transform: translate(0, 40px) scale(0);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}

@-webkit-keyframes span3_close {
  0% {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }

  100% {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
}

@keyframes span3_close {
  0% {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }

  100% {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
}

img {
  border-style: none;
}

.header__list {
  display: inline-block;
  vertical-align: middle;
}

.header__item {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  color: #000;
  font-size: 12px;
}

.under_header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.under_header-media {
  display: none;
}

.container {
  display: block;
  padding: 0 15px;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: Roboto, sans-serif;
}

ul {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

@media screen and (min-width: 490px) {
  .container {
    max-width: 490px;
  }
}

@media screen and (min-width: 1200px) {
  .header__item {
    font-size: 14px;
  }

  .header__list {
    width: 82%;
  }

  .under_header-media {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-weight: 500;
    font-size: 14px;
  }

  .under_header-media .under_header-round {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    background-color: #101010;
    border-radius: 100%;
    position: relative;
  }

  .under_header-media .under_header-round img {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .container {
    max-width: 780px;
    padding: 0;
  }
}

/*! CSS Used from: http://65.108.255.166/lander/tet/css/styles.css */
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0px 10px;
  }
}

@media (max-width: 650px) {
  .container {
    margin: 0;
    padding: 0;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

* {
  outline: 0;
}

/*! CSS Used from: Embedded */
@media all {
  *,
  :after,
  :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
    margin: 10px auto;
  }
}

/*! CSS Used fontfaces */

/*! CSS Used from: http://65.108.255.166/lander/tet/css/style.min.css */
.title {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: 1.3;
}

.title span {
  color: #fff;
  background-color: red;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: Roboto, sans-serif;
}

@media screen and (min-width: 1200px) {
  .title {
    font-size: 42px;
  }

  .top-main .title {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.product-link {
  font-weight: bold;
  color: darkred;
}
