/*reset*/
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;
}

/* HTML5 display-role reset for older browsers */

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: underline;
}
a:hover {
  cursor: pointer;
}

*::-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: 0px;
}
.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: 0px 1px 2px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 1px 2px 0px 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: 480px;
  padding: 0px;
  margin: 0px;
  font-family: "Roboto", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  background: #f5f5f6;
  color: #333;
  font-weight: 300;
}
.main-wrap {
  position: relative;
  width: 480px;
  margin: 0px auto;
}
.section {
  position: relative;
  padding: 20px;
}
h2 {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3em;
  text-align: center;
  text-transform: uppercase;
}
h2 > span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 42px;
}
h2 > span:before,
h2 > span:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 42px;
  height: 3px;
  background: #b00600;
  top: -0.3em;
  margin: 0 15px;
}
input,
button {
  border: 0px;
  outline: 0px;
  background: none;
  padding: 0;
  margin: 0;
}
.button-m:hover {
  color: #ffd;
}
.button-m {
  display: block;
  position: relative;
  outline: none;
  width: 359px;
  height: 88px;
  background: url("../images/button.png") top center no-repeat;
  cursor: pointer;
}
.center .button-m {
  margin: 0px auto;
}
.block-1 {
  padding: 0 0px;
  padding-top: 687px;
  background: url("../images/block.png") top center no-repeat;
}
.block-1 .container-1 {
  padding: 5px 10px;
  border-radius: 10px;
  color: #0e0e0e;
  background-color: #e6e8ea;
  border: 3px solid #000000;
}
.block-1 .container-1 > div {
  position: relative;
  float: right;
  margin-right: 5%;
}
.block-1 h3 {
  position: absolute;
  left: 85px;
  top: 30px;
  font-family: "TREBUCHET MS";
  color: #1d1717;
  font-size: 55px;
}
.block-1 h3 span {
  font-size: 21px;
  font-style: normal;
  font-family: sans-serif;
}
.block-1 h4 {
  position: absolute;
  right: 23px;
  top: 101px;
  text-transform: uppercase;
  color: #030204;
  font-size: 34px;
  transform: rotate(-30deg);
}
.block-1 h4 span {
  font-size: 35px;
  padding-left: 23px;
  color: red;
}

.old-cost {
  font-size: 18px;
  line-height: 1.4em;
  text-align: right;
}
.old-cost span {
  text-decoration: line-through;
  color: #e00000;
}
.new-cost {
  padding-left: 30px;
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
}
.new-cost > small {
  font-size: 44px;
}

.countbox {
  padding: 0;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 52px;
  width: 242px;
  padding-top: 10px;
  font-weight: 300;
  text-align: center;
  color: #1d1717;
}
.countbox .countbox-num {
  float: left;
  width: 63px;
  height: 50px;
  position: relative;
}
.countbox .countbox-space {
  float: left;
  width: 24px;
  height: 50px;
  line-height: 50px;
  font-size: 46px;
}
.countbox .countbox-space:before {
  content: "\003A";
  font-weight: 400;
}
.countbox-hours,
.countbox-mins,
.countbox-secs {
  position: relative;
  text-align: center;
  margin: 0;
  height: 50px;
  width: 63px;
  z-index: 1;
  line-height: 50px;
  font-weight: 700;
}
.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 14px;
  width: 63px;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

.block-1 .container-2 {
  padding-bottom: 50px;
}
.block-1 .timer {
  width: 80%;
  height: 150px;
  margin: 0 auto;
}
.block-1 .timer > p {
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
/*.wave-top:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    background: url("../images/wave.png") top repeat-x;
    top: 0px;
    left: 0px;
}*/
.wave-bot:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 9px;
  background: url("../images/wave.png") bottom repeat-x;
  bottom: 0px;
  left: 0px;
}
.block-2 {
  padding: 40px 20px 0px;
  background: #1d1717;
  color: #f5f5f6;
}
.block-2 .container {
  padding-top: 10px;
}
.block-2 ul {
  position: relative;
  padding: 40px 20px 10px;
}
.block-2 ul li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 30px;
  font-size: 20px;
  background: url("../images/check.png") left top no-repeat;
}

.block-3 {
  padding: 40px 0 0;
}
.block-3 h2 {
  font-size: 34px;
  line-height: 1.4em;
  font-weight: 500;
  padding: 0 20px 40px;
}
.block-3 h2 b {
  font-weight: 700;
  color: #da1713;
}
.block-3 .adv {
  position: relative;
  min-height: 364px;
  padding: 40px 20px 40px 240px;
  border-bottom: 4px solid #b00600;
}
.block-3 .adv h3 {
  color: #1d1717;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
}
.block-3 .adv ul {
  list-style-type: square;
  padding-left: 20px;
}
.block-3 .adv ul li {
  font-size: 16px;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.block-3 .adv-1 {
  background: url("../images/pic-1.jpg") left bottom no-repeat;
  background-color: #fff;
}
.block-3 .adv-2 {
  padding-left: 20px;
  padding-right: 240px;
  background: url("../images/pic-2.jpg") right center no-repeat;
  background-color: #1d1717;
}
.block-3 .adv-3 {
  border-bottom: 0;

  background: url("../images/pic-3.jpg") left bottom no-repeat;
  background-color: #fff;
}
.block-3 .adv-3:after,
.block-6:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 9px;
  background: url("../images/wave.png") top repeat-x;
  bottom: 0px;
  left: 0px;
}
.block-4 {
  padding: 40px 20px;
  background: #1d1717;
  color: #f5f5f6;
}
.block-4 h2 {
  font-size: 35px;
  padding-bottom: 40px;
}
.block-4 > div {
  padding-top: 30px;
  font-size: 22px;
  text-align: justify;
}

.block-5 {
  padding: 40px 20px;
}
.block-5 .rew {
  position: relative;
  padding-top: 40px;
}
.block-5 .rew img {
  position: relative;
  float: left;
  margin-right: 20px;
}
.block-5 .rew p {
  padding-top: 5px;
  padding-left: 120px;
  font-size: 16px;
  line-height: 1.5em;
}
.block-5 .rew strong {
  font-size: 22px;
  color: #b00600;
}
.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: 0px;
}
.block-6 .deliv-item p {
  padding-top: 10px;
}
.block-6 .deliv-item .deliv-icon {
  position: relative;
  display: inline-block;
  width: 119px;
  height: 119px;
  background: url("../images/delivery.png") center top no-repeat;
}
.block-6 .deliv-item .deliv-pic-1 {
  background-position: 50% 0;
}
.block-6 .deliv-item .deliv-pic-2 {
  background-position: 0% 0;
}
.block-6 .deliv-item .deliv-pic-3 {
  background-position: 100% 0;
}
.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: 0px auto;
  padding-top: 30px;
}
.block-1 form > div {
  padding-bottom: 15px;
}
.block-1 form input,
select {
  display: block;
  width: 348px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #ccc;
  line-height: 70px;
  text-indent: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 20px;
}
.block-1 form input:focus {
  border-color: #999;
}
.footer {
  font-size: 16px;
  background: #eee;
  line-height: 1.3em;
}

.errorMessage {
  box-sizing: border-box;
  position: absolute;
  z-index: 100000;
  font-size: 13px;
  background: #dc3434;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  line-height: 13px;
  padding: 8px 12px;
}
.characteristics_list1 .characteristic_item {
    display: table;
    margin: 0 0 4px;
    width: 100%;
    height: 64px;
    border-left: 3px solid #1396bf;
    background: #f5f5f5
}

.characteristics_list1 .characteristic_item:last-child {
    margin: 0
}

.characteristics_list1 .characteristic_item .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: 700
}

.characteristics_list1 .characteristic_item .value {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 0;
    text-align: right
}

.characteristics_list2 {
    margin: 0 20px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px
}

.characteristics_list2 .characteristic_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 15px 0;
    padding: 0 0 0 30px;
    width: 210px;
    background: url(http://travelorganaizer.sale1001goods.ru/wp-content/themes/piknik-nabor.officials.com.ua/8nyojk4q.html) left 2px no-repeat;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal
}

.characteristics_list2 .characteristic_item:nth-child(even) {
    margin: 0 0 15px
}

.characteristics_list2 .characteristic_item:nth-last-child(2) {
    margin: 0 20px 0 0
}

.characteristics_list2 .characteristic_item:last-child {
    margin: 0
}

.characteristics_list2 .characteristic_item .text {
    font-weight: 700
}

.copyright {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #6c6e6f;
}
.copyright p {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
a {
  color: #6c6e6f;
  text-decoration: none;
}
.copyright a:hover {
  color: #ff0069;
  text-decoration: none;
}

.lb {
  font-size: 13px;
  line-height: 13px;
  margin-top: 15px;
  width: 100%;
  display: block;
  text-align: center;
}

.lb input {
  -webkit-appearance: checkbox !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}

.rev-btn-block {
  display: flex;
  justify-content: center;
}

#rev-btn {
  cursor: pointer;
  background-color: #e00000;
  color: #fff;
  width: 450px;
  height: 65px;
  border-radius: 10px;
  font-size: 24px;
  box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

.price-box {
  position: absolute;
  width: 100%;
  top: 570px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.price-box-left {
  text-align: center;
  padding-left: 15px;
}

.price-box-left span {
  font-size: 24px;
  font-weight: 500;
}

.price-box-left p {
  font-size: 31px;
  font-weight: 700;
}

.price-box-center {
  color: white;
  text-align: center;
}

.price-box-center span {
  font-size: 26px;
  color: white;
  font-weight: 900;
}

.price-box-center p {
  color: white;
  font-weight: 900;
  font-size: 50px;
}

.price-box-right {
  text-align: center;
  padding-right: 10px;
}
.price-box-right span {
  font-size: 24px;
  font-weight: 500;
}

.price-box-right p {
  font-size: 31px;
  font-weight: 900;
}

.sss {
  display: block;
  padding-bottom: 10px;
}
