p {
  margin: 0;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  min-width: 480px;
  padding: 0px;
  margin: 0px auto;
  color: #222;
  color: #044563;
  font-size: 1em;
  background-color: #f3f3f3;
}

body p,
h1,
h2,
h3,
h4,
a {
  font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
}

body h3 {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 1.1em;
}

.container {
  margin: 0 auto;
  width: 480px;
  max-width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

li {
  list-style-type: none;
}

/*ЗАГРУЗЧИК*/
.loading {
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loading .close {
  position: fixed;
  z-index: 999999;
  color: #ffffff;
  top: 20px;
  right: 40px;
  font-size: 3em;
}

.loading .load_img {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
}

.loading .display_none {
  display: none;
}

.loading p {
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 50px;
}

/* КОНЕЦ       ЗАГРУЗЧИК*/

/*ВСПЛЫВАЮЩЕЕ ОКНО*/

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 2em;
}

.popup .popup_close {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 99999;
}

.display_none {
  display: none;
}

.display_block {
  display: block;
}

.popup_img {
  width: 480px;
  margin: auto;
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 100%;
}

.header {
  width: 100%;
  position: fixed;
  top: 20px;
  z-index: 99999;
  overflow: hidden;
  display: none;
}

.header p {
  text-align: left;
  color: aliceblue;
  line-height: 1.5em;
  font-size: 1.1em;
  width: 94%;
  margin: 0 auto;
}

.header .header_name_span {
  font-size: 1.3em;
}

.header .container {
  background: none;
}

.header_div {
  width: 96%;
  margin-bottom: 0;
  background-color: #000;
  opacity: 0.9;
  padding: 10px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  margin-left: -500px;
}

.header .container .header_div .sex {
  margin-left: 10px;
}

/*ЗАГОЛОВКИ*/

.sec_title {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  letter-spacing: 0.05em;
}

.sec_title_green {
  color: #004b84;
  margin-top: 30px;
}

.sec_title .xxx {
  padding: 6px 20px;
  margin-left: 10px;
}

.sec_title .yyy {
  padding: 0 15px 0 10px;
  margin-left: -40px;
}

.bottom {
  padding-bottom: 40px;
}

.bottom span {
  border-bottom: 2px solid #f74646;
}

.video-container {
  position: relative;
  width: 480px;
  height: 270px;
  overflow: hidden;
  margin: 0 auto 20px;
  background: #000;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*ПРЕДСТАВЛЕНИЕ ТОВАРА*/

.offer_view .offer_credo {
  background: #004b84;
}

.offer_view .offer_credo p {
  color: #ffffff;
  text-align: center;
  font-size: 1.5em;
}

.offer_view .offer_credo .title {
  font-size: 28px;
  font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
  font-weight: 700;
  line-height: 45px;
}

.offer_view .credo {
  background: rgba(235, 235, 235, 0.8);
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.offer_view .offer_block {
  background: no-repeat url(../images/offer-view-sec-bg_d914_8.jpg);
  background-size: cover;
  position: relative;
  height: 480px;
}

.offer_view .offer_block_bottom {
  background: no-repeat url(../images/offer-view-sec-bg_d914_8.jpg);
  background-size: cover;
  position: relative;
  height: 480px;
}

/*ПРЕДСТАВЛЕНИЕ ТОВАРА       ГАРАНТИИ*/
.offer_view .benefits_div {
  background: #004b84;
  overflow: hidden;
}

.offer_view .benefit_item {
  width: 33.3%;
  float: left;
  color: #ffffff;
  font-size: 14px;
  font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
  position: relative;
  padding: 10px 0 10px 0;
}

.offer_view .benefit_item:before {
  content: '';
  display: block;
  float: left;
  background: rgba(0, 0, 0, 0.1) center no-repeat;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 5px 0 15px;
  margin-top: -3px;
}

.offer_view .benefit_item:nth-child(1):before {
  background: url(../images/benefit1-icon_11b4_29.png) no-repeat 0 0;
}

.offer_view .benefit_item:nth-child(2):before {
  background: url(../images/benefit2-icon_8230_30.png) no-repeat 0 0;
}

.offer_view .benefit_item:nth-child(3):before {
  background: url(../images/benefit3-icon_0ab4_31.png) no-repeat 0 0;
}

/*ПРЕДСТАВЛЕНИЕ ТОВАРА       ЦЕНА*/

.price {
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 1.2em;
  position: relative;
  margin-bottom: 22px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.price .old_price {
  width: 50%;
  float: left;
  border-right: 1px solid #e6e6e6;
  margin-right: -1px;
  padding: 20px 0;
}

.price b {
  font-size: 36px;
  display: block;
  margin-top: 10px;
}

.price .latest_price {
  width: 50%;
  float: right;
  padding: 20px 0;
}

.price .price_title {
  font-size: 16px;
}

.price .price_title span {
  padding: 5px;
  font-weight: 500;
}

.price .latest_price .price_title span {
  background-color: red;
  border-radius: 5px;
  color: #ffffff;
}

/* БЛОК ПОД ЦЕНОЙ */

.timer-flipchart-face {
  background-color: #cccccc;
}

.offer_view .benefits_block {
  margin: 0 auto 25px;
  width: 480px;
  overflow: hidden;
}

.offer_view .benefits_block .benefit_item {
  float: left;
  width: 33.333333%;
  text-align: center;
}

.offer_view .benefits_block img {
  display: block;
  margin: 0 auto 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* КОНЕЦ - БЛОК ПОД ЦЕНОЙ */

/*ПРЕДСТАВЛЕНИЕ ТОВАРА       ЛИМИТ И ТАЙМЕР*/

.limited {
  text-align: center;
  margin: 20px auto;
  line-height: 1.2em;
  font-size: 1.3em;
}

.limited span {
  background-color: #fcc72b;
}

.scope {
  padding: 0 20px 20px 20px;
}

.scope li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.scope ul {
  list-style: none;
  padding: 0;
}

.offer_view .scope li:before {
  content: '';
  display: block;
  font-size: 34px;
  color: green;
  width: 42px;
  height: 42px;
  float: left;
  margin-top: -2px;
  padding-left: 10px;
}

.offer_view .scope li:nth-child(1):before {
  background: url(../images/ben1_c3d9_32.png) no-repeat 0 0;
}

.offer_view .scope li:nth-child(2):before {
  background: url(../images/ben2_f697_33.png) no-repeat 0 0;
}

.offer_view .scope li:nth-child(3):before {
  background: url(../images/ben3_edd8_34.png) no-repeat 0 0;
}

.scope p {
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 1.3em;
}

/*КОНЕЦ      ПРЕДСТАВЛЕНИЕ ТОВАРА       ЛИМИТ И ТАЙМЕР*/

/*КНОПКА*/

.button {
  display: block;
  margin: 0 auto;
  width: 380px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 60px;
  letter-spacing: 1px;
  color: rgb(35, 35, 35);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #ffd800;
  box-shadow: 0 0 0 10px #ffed87;
  color: #044563;
}

.button_block .button:hover {
  background: #f7d100;
}

.button_block .button:active {
  background: #e8c600;
}

.button_block a {
  font-weight: 700;
}

.advantages .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*БЛОК ОПИСАНИЯ*/
.advantages .desc {
  margin: 30px;
  text-align: center;
  font-size: 20px;
}

.advantages .big_desc {
  margin: 20px 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding-top: 20px;
}

.advantages iframe {
  /* padding-top: 20px; */
}
.video_block {
  width: 100%;
  min-height: 270px;
}
.video_block iframe {
  width: 100%;
  min-height: 270px;
}

.advantages {
  width: 100%;
}

.advantages img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.advantages .gif {
  display: block;
  width: 70%;
  margin: auto;
}

/* ХАРАКТЕРИСТИКИ */
.specifications .head_img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.specifications .container {
  padding-bottom: 30px;
}

.specifications .desc {
  background: #004b84;
  color: #fff;
  width: 420px;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto 30px;
  position: relative;
}

.specifications .desc:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0 7px;
  border-color: #004b84 transparent transparent transparent;
  top: 100%;
  left: 50%;
  margin-left: -7px;
}

.specifications .benefits_list2 .benefit_item {
  width: 50%;
  float: left;
  text-align: center;
}

.specifications .benefits_list2 .benefit_item_ok {
  color: #d31f07;
}

.specifications .benefits_list2 .benefit_item img {
  margin: auto;
  display: block;
  margin-bottom: 5px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.specifications .benefits_list2 .benefit_item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 5px 0;
}

.specifications .benefits_list2 .benefit_item p {
  padding: 0 20px;
  padding-bottom: 20px;
  height: 60px;
}

/*СПИСОК С ХАРАКТЕРИСТИКАМИ */

.specifications .characteristics__list {
  margin: 30px 0;
  font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
}

.specifications ol,
ul {
  list-style: none;
  padding: 0;
}

.specifications .characteristics__list li:nth-child(odd) {
  background: #f4f4f4;
}

.specifications .characteristics__list li:nth-child(odd) {
  background: #f4f4f4;
}

.specifications .characteristics__list li {
  padding: 15px 25px 15px 47px;
  text-align: right;
  position: relative;
}

.specifications .characteristics__list li:nth-child(odd):before {
  -webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
  -moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
  box-shadow: 0 0 0 2px #f4f4f4 inset;
}

.specifications .characteristics__list li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #f74646;
  background: #f74646;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  -moz-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  position: absolute;
  top: 18px;
  left: 25px;
}

.specifications .characteristics__list li b {
  float: left;
}

.specifications b {
  font-weight: 700;
}

/*КОНЕЦ СПИСОК С ХАРАКТЕРИСТИКАМИ */

/* ОТЗЫВЫ */
/* КАК СДЕЛАТЬ ЗАКАЗ */

.order_steps_sec .order_step {
  width: 240px;
  height: 200px;
  padding-bottom: 20px;
}

.order_steps_sec .sec_title {
  padding: 20px;
}

.order_steps_sec .order_step_left {
  overflow: hidden;
  float: left;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-left: -1px;
  padding-top: 10px;
}

.order_steps_sec .order_step_left img {
  width: 40%;
  display: block;
  margin: 5px auto;
}

.order_steps_sec .order_step_left p {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}

.order_steps_sec .order_step_right {
  overflow: hidden;
  float: right;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}

.order_steps_sec .order_step_right img {
  width: 40%;
  display: block;
  margin: 5px auto;
}

.order_steps_sec .order_step_right p {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}

.order_steps_sec .order_step_right p b {
  display: block;
  margin-bottom: 0px;
}

/* ФОРМА */

.order_sec .container {
  color: #3a3d4c;
  margin-bottom: 0;
}

.order_sec .container .bottom {
  background: #1ca91c;
}

.s .order_sec .container p span {
  font-weight: 800;
}

.order_sec .container .order_previev img {
  width: 300px;
  margin: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.order_sec .container .order_form input {
  padding: 10px 0;
  width: 370px;
  margin: auto;
  border: none;
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-size: 17px;
  font-size: 16px;
  border: 1px solid #808080;
  line-height: 44px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 55px;
}

.order_sec .container .order_form .name {
  margin: 0 auto 35px;
  background: #f0f0f0 url(../images/name_4e4b_35.png) 20px center no-repeat;
}

.order_sec .container .order_form .phone {
  margin: 0 auto 35px;
  background: #f0f0f0 url(../images/phone_5b2a_36.png) 20px center no-repeat;
}

.order_sec .container .order_form .form_button {
  display: block;
  margin: 20px auto;
  width: 380px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 24px;
  line-height: 60px;
  letter-spacing: 1px;
  color: rgb(35, 35, 35);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #044563;
  margin: 30px auto 40px auto;
}

.order_sec .container .order_form .form_button:hover {
  background: #f7d100;
}

.order_sec .container .order_form .form_button:active {
  background: #e8c600;
}

.button_block {
  padding: 30px 0;
  z-index: 999;
  position: relative;
}

.footer .container {
  background-color: #383840;
  color: #a9a9bc;
  text-align: center;
  padding-top: 5px;
  margin: 0 auto;
}

.footer .container a {
  color: #bfbfbf;
  padding: 5px;
  text-decoration: none;
}

.footer .container p {
  color: #bfbfbf;
  font-size: 1.2em;
  padding: 5px 60px;
}

/*ПЕРСОНАЛЬНАЯ СКИДКА*/

.div_per_sale {
  width: 80%;
  padding: 20px 10px;
  margin: 15px auto;
  text-align: center;
  color: #3a3d4c;
  background-color: #45daff;
  border-radius: 10px;
  font-size: 18px;
  font-style: italic;
}

.div_per_sale p {
  font-family: Arial, Helvetica, Geneva, cursive, sans-serif;
}

.div_per_sale .per_sale {
  font-size: 30px;
  padding-top: 5px;
}

.div_per_sale .per_sale b {
  font-size: 1.2em;
}
