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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #a0b2c6;
}
a:hover {
  cursor: pointer;
  color: #c7d9ee;
}

*::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
*:-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
*::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
* {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input {
  outline: none;
}

/* Default settings*/
.hidden {
  display: none;
}
.clear {
  clear: both;
  height: 0;
}
.invis {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*Site settings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
b,
strong {
  font-weight: 500;
}

.opacity-75 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.shadow-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.shadow-55 {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.55);
}
.border-5 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.animate {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.col-v {
  color: #a23ef3;
}
.col-s {
  color: #333;
}
.col-m {
  color: #0fb4e9;
}

/*structure*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  position: relative;
  width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  background: #fff;
  color: #0d001f;
  font-weight: 400;
}
.main-wrap {
  position: relative;
  width: 480px;
  margin: 0 auto;
}
.section {
  position: relative;
  padding: 10px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

h2 {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  font-size: 26px;
  font-weight: 1000;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Manrope";
  padding-top: 20px;
  padding-bottom: 20px;
  color: #374859;
}

.z2 {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  font-family: verdana;
  padding-bottom: 40px;
  color: white;
  background: url("../img/zb1.webp") bottom center no-repeat;
}

h3.h3oll {
  font-family: "Roboto";
  clear: both;
  margin: 10px 0 15px;
}
p.poll span {
  font-family: "Roboto";
}
/* h2 > span {
  color: #374859;
} */
/* p > span {
  color: #374859;
} */
p > b {
  color: #374859;
}

.char_align_right {
  float:right;
  text-align: right;
}

.button-m {
  display: block;
  position: relative;
  outline: none;
  width: 387px;
  height: 88px;
  background: url(../img/button.webp) top center no-repeat;
  cursor: pointer;
}
.button-m:active {
  top: -1px;
}
.center .button-m {
  margin: 0 auto;
}
.block-h {
  padding: 496px 0 0 0;
  background: url(../img/0.png) top center no-repeat;
}
.block-1 .container-1 {
  padding-bottom: 10px;
}
.block-1 .container-1 > div {
  position: relative;
  float: left;
}
.cost {
  padding-top: 10px;
  width: 190px;
  text-align: center;
}
.cost > p {
  padding-bottom: 12px;
  font-size: 20px;
  color: #88cffa;
}
.cost > strong {
  font-weight: 400;
  font-size: 33px;
}
.old-cost > strong {
  color: #fff;
  text-decoration: line-through;
}
.new-cost > strong {
  color: #fff;
}
.block-1 .sale {
  /* width: 100px; */
  line-height: 0.6;
  padding-right: 18px;
  padding-top: 14px;
  text-align: center;
  color: whitesmoke;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.block-1 .sale > p {
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
}
.block-1 .sale > strong {
  font-weight: 600;
  font-size: 46px;
}
/* .block-1 .container-2{
    padding-bottom: 40px;
} */
.block-1 .timer {
  width: 80%;
  height: 160px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.block-1 .timer > p {
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  color: #0d001f;
}
/* .attention {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
} */
/*
.attention:before{
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    background: url(../img/att-sign.webp) top center no-repeat;
}*/
.block-2,
.block-4 {
  padding: 0;
  background: #fff;
  color: #000000;
}
.block-2 .container {
  padding: 0 20px;
}
.block-2 p {
  padding-bottom: 20px;
}
.block-2 img {
  margin-bottom: 20px;
}

.block-2 table {
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
}

.block-2 th {
  text-align: left;
  padding: 5px 10px 15px 5px;
  vertical-align: top;
  border-bottom: 1px dotted white;
}

.block-2 td {
  padding: 5px 5px 15px 5px;
  border-bottom: 1px dotted white;
}

.block-2 h4 span {
  border-bottom: 1px solid #00b5ed;
  font-size: 22px;
}
/* .block-2 ul {
  margin-top: 20px;
  padding-left: 20px;
}
.block-2 ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  list-style: url("../img/check-border-small.webp");
}*/
.block-2 h4 {
  font-size: 18px;
  line-height: 1.4em;
  padding-bottom: 10px;
  padding-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.block-2 h3 {
  padding: 30px 20px 0;
  text-align: center;
  color: #00b5ed;
  font-weight: 700;
}
.block-3 {
  padding: 40px 10px;
}
.block-3 h2 {
  font-size: 30px;
  padding-bottom: 30px;
}
.block-3 .container {
  height: 890px;
  background: url(../img/tov-1.webp) center top no-repeat;
}
.block-3 .container ul {
  padding-top: 40px;
}
.block-3 .container ul li {
  position: relative;
  width: 220px;
  float: left;
  padding: 0 0 30px 15px;
}
.block-3 .container ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #3cc7dc;
  font-size: 22px;
}
.block-3 .tov-1 {
  position: relative;
  width: 363px;
  height: 363px;
  margin: 0 auto;
  background: url(../img/tov-1.webp) center top no-repeat;
}
.block-4 h2 {
  font-size: 35px;
}
.block-4 .container {
  padding: 30px 10px 20px;
}

.block-4 .video {
  width: 100%;
  height: 250px;
  border: 3px solid #00b5ed;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-4 .clearfix {
  padding-bottom: 30px;
}
.block-4 .clearfix:last-child {
  border: 0;
}
.block-4 .elem-item {
  position: relative;
  width: 220px;
  float: left;
  margin: 0 10px;
  text-align: center;
  padding-top: 20px;
  color: #fff;
}
.block-4 .elem-item .elem-pic {
  position: relative;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  background: url(../img/icon-icon.webp) no-repeat;
}
.block-4 .elem-item .elem-pic-1 {
  background-position: 0 0;
}
.block-4 .elem-item .elem-pic-2 {
  background-position: 0 -112px;
}
.block-4 .elem-item .elem-pic-3 {
  background-position: 0 -224px;
}
.block-4 .elem-item .elem-pic-4 {
  background-position: 0 -336px;
}
.block-4 .elem-item .elem-text {
  padding-top: 10px;
}
.block-4 ul li {
  margin: 10px 0 20px 15px;
}
.block-4 ul li img {
  float: left;
  padding-right: 20px;
  margin-left: 20px;
}
.block-4 ul li p {
  margin-left: 170px;
}
.block-5 {
  padding: 20px 0;
}
.block-5 .container {
  text-align: center;
  padding: 30px 0;
}
.block-5 .container .tov-2 {
  position: relative;
  height: 240px;
  margin: 0 auto;
  padding-left: 250px;
  padding-top: 25px;
  background: url(../img/tov-2.webp) left top no-repeat;
}
.block-5 .old-cost {
  padding-bottom: 15px;
}
.block-7 {
  padding: 50px 20px 0 20px;
  overflow: hidden;
}
.block-7 h2 {
  font-size: 30px;
}
.block-7 .container {
  padding: 0;
}
.block-7 .rev {
  position: relative;
  padding-bottom: 40px;
}
.block-7 .rev-pic {
  position: relative;
  width: 360px;
  height: 266px;
  margin: 0 auto;
  background: url(../img/rev.webp) no-repeat;
}
.block-7 .rev-1 .rev-pic {
  background-position: 0 0;
}
.block-7 .rev-2 .rev-pic {
  background-position: 0 -266px;
}
.block-7 .rev-3 .rev-pic {
  background-position: 0 -532px;
}
.block-7 .rev-title {
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 5px 0;
}
.block-7 .rev-text {
  text-align: left;
  margin-left: 135px;
}
.block-6 {
  padding-top: 40px;
}
.block-6 .deliv-item {
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
}
.block-6 .deliv-item:last-child {
  border-bottom: 0;
}
.block-6 .deliv-item p {
  padding-top: 10px;
}
.block-6 .deliv-item .deliv-icon {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
}
.block-6 .deliv-item .deliv-pic-1 {
  background: url(../img/courier_auto.webp) center top no-repeat;
  background-size: 150px;
}
.block-6 .deliv-item .deliv-pic-2 {
  background: url(../img/mark_wh.webp) center top no-repeat;
  background-size: 150px;
}
.block-6 .deliv-item .deliv-pic-3 {
  background: url(../img/courier_box.webp) center top no-repeat;
  background-size: 150px;
}
/* .block-1 .order {
  padding-top: 20px;
} */
.block-1 .order > p.center {
  font-weight: 500;
}
.block-1 .order > p.center strong {
  text-transform: uppercase;
  font-size: 22px;
}
.block-1 form {
  position: relative;
  width: 388px;
  margin: 0 auto;
}
.block-1 form > div {
  padding-bottom: 15px;
}
.block-1 form input,
.block-1 form button {
  border: 0;
  outline: 0;
  background: none;
  padding: 0;
  margin: 0;
}
.block-1 form input {
  width: 388px;
  height: 80px;
  border: 3px solid #a0b2c6;
  line-height: 80px;
  text-indent: 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 10rem;
  font-size: 20px;
}
.block-1 form input:focus {
  border-color: #374859;
}
.block-1 form button {
  width: 380px;
  text-decoration: none;
  display: block;
  padding: 20px 40px;
  margin: 10px auto;
  border-radius: 10rem;
  background-image: linear-gradient(
    45deg,
    #680707 0%,
    #c90a0a 50%,
    #680707 100%
  );
  background-position: 100% 0;
  background-size: 200% 200%;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: white;
  box-shadow: 0 16px 16px 0 rgba(120, 0, 0, 0.164);
  transition: 0.5s;
}

.block-1 form button:hover {
  box-shadow: 0 0 0 0 rgba(120, 0, 0, 0);
  background-position: 0 0;
  color: whitesmoke;
}

.block-1 form button:focus {
  top: -1px;
}
.footer {
  font-size: 20px;
  background: #374859;
  border-top: 2px solid #0c1f2e;
  line-height: 1.3em;
}

.footer-text {
  color: #f1f1e6;
}

.rev img {
  float: left;
  width: 120px;
  margin-right: 15px;
  border-radius: 50%;
  border-right: 4px solid #88cffa;
  border-bottom: 4px solid #88cffa;
}
/* owmen17 */
.video-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 40px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

ul.listBags {
  position: relative;
  counter-reset: count;
  padding: 30px 0;
  margin: 0 0 40px;
  background: #f5f3f4;
}

ul.listBags li {
  list-style: none;
}

ul.listBags li:before {
  counter-increment: count;
  content: counter(count);
  width: 30px;
  height: 28px;
  background: #f7c935;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  border-bottom: 2px solid #caac38;
}

.carousel-indicators li {
  background-color: #5f7eb5 !important;
  background-color: #5f7eb5 !important;
}

.carousel-indicators .active {
  background-color: #70269edb !important;
}

.block-title {
  background-color: #374859;
  border-bottom: 2px solid #0c1f2e;
}
.block-title > h1 {
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  padding: 0px;
  /* margin-bottom: 5px; */
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}
.block-title > h2 {
  color: #88cffa;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Manrope", sans-serif;
  text-transform: none;
  font-weight: normal;
  padding: 2px;
  margin: 2px;
}
.block-title > h3 {
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 2px;
  margin: 2px;
}

.notice {
  padding: 16px 10px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  background-color: #f5ca163b;
  border-radius: 10px;
  border: 2px solid #f5ca16;
  width: fit-content;
}

.notice {
  color: #222;
}

.notice b {
  /* margin: 0 4px;
  padding: 3px 6px; */
  font-size: 18px;
  color: #222;
}

.notice2 {
  padding: 16px 10px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  background-color: #1677f53b;
  border-radius: 10px;
  border: 2px solid #16a3f5;
  width: fit-content;
}

.notice2 {
  color: #222;
}

.notice2 b {
  /* margin: 0 4px;
  padding: 3px 6px; */
  font-size: 18px;
  color: #222;
  vertical-align: -webkit-baseline-middle;
}

.notice-img {
  width:50px;
  margin: 50% auto;
}

a.pressed-button {
  width: 380px;
  text-decoration: none;
  display: block;
  padding: 20px 40px;
  margin: 10px auto;
  border-radius: 10rem;
  background-image: linear-gradient(
    45deg,
    #680707 0%,
    #c90a0a 50%,
    #680707 100%
  );
  background-position: 100% 0;
  background-size: 200% 200%;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: white;
  box-shadow: 0 16px 16px 0 rgba(120, 0, 0, 0.164);
  transition: 0.5s;
}

a.pressed-button:hover {
  box-shadow: 0 0 0 0 rgba(120, 0, 0, 0);
  background-position: 0 0;
  color: whitesmoke;
}

/* стили характеристик  */
.zebra {
    list-style: none;
    /* border-left: 10px solid #FC7574; */
    padding: 0;
  }

.zebra b {
    color:#374859;
}

  .zebra li {padding: 10px; list-style: none;}
  /* .zebra li:nth-child(odd) {background: #c2d1e0;}
  .zebra li:nth-child(even) {background: white;} */
  .zebra li:nth-child(odd) {border-bottom:2px solid #c2d1e0;}
  .zebra li:nth-child(even) {border-bottom:2px solid #c2d1e0;}

  .char_align_right {
      float:right;
      text-align: right;
  }
