/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

main.main {
  overflow: hidden;
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

html {
  box-sizing: border-box;
  font-size: 16px
}

*,
:after,
:before {
  box-sizing: inherit
}

a {
  text-decoration: none;
  color: inherit
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  letter-spacing: inherit
}

embed,
iframe,
img,
object,
video {
  display: block;
  max-width: 100%
}

[hidden] {
  display: none
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden
}

.form__element {
  width: 90%;
  background: #fff;
  border: none;
  height: 50px;
  padding-left: 30px;
  max-width: 480px;
  color: rgba(0, 0, 0, .6);
  background-color: rgb(241, 241, 241);
  margin: 0 auto;
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  display: block;
}

.only_number {
  border-radius: 0px 0px 0px 20px !important;
}

.form__element--wrapper {
  position: relative;
  color: #3a3a3a;
  padding-left: 0;
  border-radius: 0px 20px 0px 0px;
}

.form__arrow {
  width: 45px;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(255, 86, 121) 0%, rgb(255, 27, 54) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 86, 121) 0%, rgb(255, 27, 54) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 86, 121) 0%, rgb(255, 27, 54) 100%);
}


.form__arrow,
.form__arrow:before {
  display: block;
  position: absolute;
  right: 0;
  z-index: 10;
  border-radius: 0px 20px 0px 0px;
}

.form__arrow:before {
  content: url(../img/down-arrow.png);
  width: 10px;
  height: 10px;
  top: 3px;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 17px 30px 31px 10px;
}

.form__element--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 10;
  white-space: nowrap;
  text-indent: .01px;
  background-color: rgba(255, 255, 255, 0);
  text-overflow: "";
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 30px;
  border-radius: 0 20px 0 0;
  outline: none;
}

.form__element--select option {
  background: #fff;
  margin: 0 auto;
  position: relative;
}

.form__element--input {
  border-radius: unset;
  outline: none;
}

.form__select::-ms-expand,
select::-ms-expand {
  display: none
}

body {
  min-width: 320px;
  width: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  background: url(../img/bg2-3screen.jpg) repeat-y;
  background-repeat-y: repeat;
}

.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px
}

.btn {
}

.btn:hover {

}

.header {
  padding: 20px 0px;
}

.first_block {
  background: url(../img/2-min.gif) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: auto;
  height: 930px;
  position: relative;
  text-align: center;
}

.first_block__logo {
  font-size: 90px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  padding: 10px;
  background: #e22304;
  text-transform: uppercase;
}

.first_header {
  max-width: 584px;
  margin: 0 auto;
  padding-top: 90px;
}

.first_block .wrapper {
  max-width: 1168px;
  position: relative;
  margin: 0 auto;
}

.prod_form {
  width: 100%;
  max-width: 948px;
  display: inline-flex;
  position: relative;
  margin-top: 90px
}

.prod_wr {
  width: 100%;
  max-width: 310px;
  margin-top: 45px;
  position: relative;
  left: 40px;
}

.sale_wr {
  width: 275px;
  height: 280px;
  margin: 120px -60px 0 0;
  text-align: center;
  border-bottom: solid 4px rgb(250, 250, 250);
  border-top: solid 4px rgb(250, 250, 250);
  position: relative;
  right: 30px;
}

.sale_wr .sale {
  font-size: 72px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  line-height: 1.1;
}

.sale_wr .half {
  display: flex;
  position: relative;
  left: 16px;
}

.sale_wr .half p {
  display: block;
  line-height: 1;
}

.half_num {
  font-size: 140px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.prc {
  font-size: 140px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  line-height: 1.2;
}

.off {
  font-size: 52px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  line-height: 1;
}

.prod_wr img {
  position: relative;
}

.form_wr {
  width: 366px;
  background-image: -moz-linear-gradient(0deg, rgba(255, 86, 121, 0.7) 0%, rgba(255, 27, 54, 0.7) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 86, 121, 0.7) 0%, rgba(255, 27, 54, 0.7) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 86, 121, 0.7) 0%, rgba(255, 27, 54, 0.7) 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
  margin-top: 46px;
  border-radius: 0px 20px;
  position: relative;
  left: 40px;
}

.form__text {
  font-size: 30px;
  font-family: 'Anton', sans-serif;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 35px 0px 25px 20px;
  text-align: left;
}

.sale_block {
  width: 100%;

}

.price {
  display: flex;
  text-align: right;
  width: 90%;
  margin: 0 auto;

}

.price--old {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-decoration: line-through;
  line-height: 1.2;
  text-align: left;
  width: 50%;
  display: block;
  padding: 25px 0px;
}

.price--new {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(254, 254, 254);
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
  width: 50%;
  display: block;
  padding: 18px 0px;
}


.form__btn {
  background-color: rgb(28, 28, 28);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  display: block;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  width: 220px;
  height: 62px;
  border-radius: 20px 0px 20px 20px;
color: #fff;
}

.form__btn:hover {
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.form__btn span {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(241, 241, 241);
  font-weight: bold;
  line-height: 1.2;
}

.second_block, .third_block {

}

.second_header {
  width: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(255, 86, 121) 0%, rgb(255, 27, 54) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 86, 121) 0%, rgb(255, 27, 54) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 86, 121) 0%, rgb(255, 27, 54) 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
  height: 85px;
}


.second_header .wrapper {
  display: flex;
}

.second_header_left, .second_header_right {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  height: 85px;
}

.works {
  background-color: rgb(241, 241, 241);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 18px 0px;
  width: 420px;
  height: 64px;
  display: block;
  margin: 10px auto;
  cursor: pointer;
  font-size: 24px;
  font-family: 'Anton', sans-serif;
  color: rgb(34, 34, 34);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.works span {
  background: linear-gradient(45deg, rgb(255, 86, 121) 0%, rgb(255, 27, 54) 100%, #8AA9D6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use {
  font-size: 24px;
  font-family: 'Anton', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-top: 30px;
  display: block;
  cursor: pointer;
}

.second_block .wrapper {
  display: flex;
  height: 530px;
}

.second_left, .second_right {
  width: 585px;
  text-align: center;
}

.second_left img {
  margin: 0 auto;
  margin-top: 80px;
  border: double 10px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgb(33, 33, 33), rgb(32, 47, 44));
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
}

.second_right h3 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(119, 119, 119);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-top: 110px;
  margin-bottom: 30px;
  margin-left: 80px;
  margin-right: 80px;
}

.second_right ul {
  text-align: left;
  list-style: none;
  margin-left: 80px;
  margin-right: 80px;
}

.second_right ul li::before {
  content: "\2022";
  color: #1c1c1c;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 30px;
  position: relative;
  top: 25px;
}

.second_right ul li {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(119, 119, 119);
  line-height: 1.2;
  margin-bottom: 20px;
}

.second_left2, .second_right2 {
  width: 585px;
  margin: 0 auto;
  margin-top: 40px;
}

.second_left2 img {
  margin: 0 auto;
  border: double 10px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgb(33, 33, 33), rgb(32, 47, 44));
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.second_right2 img {
  margin: 0 auto;
  border: double 10px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgb(33, 33, 33), rgb(32, 47, 44));
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.use_text {
  display: flex;
  width: 350px;
  margin: 0 auto;
  margin-top: 20px;
}

.use_text p {
  display: block;

}

.use_text .nu {
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  color: rgb(34, 34, 34);
  line-height: 1.2;
  padding: 0px 20px 0px 0px;
  font-weight: bold;
}

.use_text .tx {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(119, 119, 119);
  line-height: 1.2;
  padding-top: 10px;
}

.third_block .wrapper {
  border-top: solid 4px rgb(255, 27, 54);
  height: 640px;
}

.Прямоугольник_6_копия {
  background-image: -moz-linear-gradient(0deg, rgb(255, 86, 121) 0%, rgb(255, 27, 54) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 86, 121) 0%, rgb(255, 27, 54) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 86, 121) 0%, rgb(255, 27, 54) 100%);
  position: absolute;
  left: 459px;
  top: 1329px;
  width: 1002px;
  height: 4px;
  z-index: 65;
}

.comment {
  display: flex;
}

.ava, .com_tx {
  width: 585px;
  height: 640px;
}

.ava h3 {
  font-size: 30px;
  font-family: 'Anton', sans-serif;
  background: linear-gradient(45deg, rgb(255, 86, 121) 0%, rgb(255, 27, 54) 100%, #8AA9D6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgb(34, 34, 34);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 30px;
}


.ava h4 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(34, 34, 34);
  font-weight: 800;
  line-height: 1.2;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.ava p {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(119, 119, 119);
  line-height: 1.2;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.com_tx img {
  margin: 0 auto;
  margin-top: 130px;
  border: double 10px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgb(33, 33, 33), rgb(32, 47, 44));
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.fourth_block {
  background: url(../img/bgform.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 740px;
}

.fourth_block .wrapper {
  max-width: 1168px;
  position: relative;
  margin: 0 auto;
}

.fourth_block .wrapper .prod_form {
  width: 100%;
  max-width: 948px;
  display: flex;
  position: relative;
  margin: 0 auto;
  top: 90px;
}

.fourth_block .wrapper .prod_form .prod_wr {
  left: -62px;
}

.fourth_block .wrapper .prod_form .sale_wr {
  border-color: #ee3752;
  right: 60px;
}


.fourth_block .wrapper .prod_form .sale_wr .sale {
  color: rgba(255, 255, 255, 1);
}

.fourth_block .wrapper .prod_form .sale_wr .half .prc {
  color: rgba(255, 255, 255, 1);
}

.fourth_block .wrapper .prod_form .sale_wr .off {
  color: #ee3752;
}

.mobile {
  display: none;
}


@media (max-width: 980px) {
  .mobile {
    display: block;
  }

  main {
    overflow: hidden;
  }

  .desktop {
    display: none;
  }

  body {
    min-width: 300px;
    max-width: 100%;
    overflow: auto;
  }

  .wrapper {
    max-width: 300px;
    padding: 0px;
  }

  .header_text {
    font-size: 24px;
    font-family: 'Anton', sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
  }

  .video {
    position: absolute;
    right: 50%;
    bottom: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    background-color: #0a0d0f;
  }

  .first_block {
    max-width: 600px;
    background: url(../img/bg1.gif) no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    height: 430px;
  }

  .mobile .first_block__logo {
    font-size: 34px;
    padding: 5px;
  }

  .first_block .header {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 280px;
    height: 94px;
    display: block;

  }

  .first_block .header p {
    font-size: 24px;
    font-family: 'Anton', sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    padding: 10px 0px;
  }


  .first_block .wrapper {
    top: 10px;
    display: block;
    padding: 0;
  }


  .video_block {
    display: none;
  }

  .prod_form {
    display: flex;
    max-width: 300px;
    margin: 0 auto;
    top: 20px;
  }

  .prod_wr {
    width: 125px;
    display: block;

  }

  .sale_wr {
    width: 160px;
    height: 150px;
    background: rgba(255, 255, 255, 0.5);
    text-align: right;
    border: none;
    color: rgb(255, 255, 255);
  }

  .sale_wr .half {
    position: relative;
    top: 10px;
    left: 10px;
    height: 63px;
    border-bottom: 3px white solid;
    width: 125px;
    margin: auto;
  }

  .price_mob {
    position: relative;
    top: 18px;
    left: 10px;
    height: 63px;
    width: 125px;
    margin: auto;
  }

  .price_mob p {
    display: block;
  }

  .price_mob .old_price_mob {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: line-through;
    line-height: 1.5;
  }

  .price_mob .new_price_mob {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.5;
  }

  .sale_wr .half p {
    line-height: 0.8;
  }

  .prod_wr {
    max-width: inherit;
    margin: 0 auto;
    position: relative;
    left: 0px;
    width: 220px;
  }

  .prod_wr img {
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 280px;
  }

  .form_wr {
    display: none;
  }

  .sale_wr .sale {
    display: none;
  }

  .half_num {
    font-size: 72px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    color: rgb(255, 255, 255);
  }

  .prc {
    display: none !important;
  }

  .prc_m {
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  }

  .off_m {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  }

  .first_block .wrapper .form__btn {
    background-color: transparent;
    margin: 0 auto;
    display: block;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    width: 280px;
    height: 64px;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    position: relative;
    top: 155px;
  }

  .first_block .wrapper .form__btn:hover {
    border: none;
    border-width: 0px;
    border-color: transparent;
    border-style: hidden;
  }

  .first_block .wrapper .form__btn span {
    background-color: rgb(180, 0, 0);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(241, 241, 241);
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 94px 12px 94px;
  }

  .first_block .wrapper .form__btn span:hover {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 94px 12px 94px;
    color: #b40000;
  }

  .second_block .wrapper {
    height: auto;
  }

  .second_header {
    height: 80px;
    z-index: 1000;
    position: relative;
  }

  .second_header_left, .second_header_right {
    height: 80px;
  }

  .second_header_left .works {
    width: 140px;
    font-size: 16px;
    margin-top: 8px;
    border-radius: 15px 15px 0px 15px;
  }

  .second_header_left .works span {
    width: 140px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 5px;
  }

  .use {
    width: 140px;
    font-size: 16px;
    max-width: 70px;
    margin: 0 auto;
    margin-top: 19px;
  }

  .hidden-area .wrapper {
    display: block;
    margin: 0 auto;
    height: auto;
    padding: 20px 10px 0px 10px;
  }

  .second_left, .second_right {
    width: 100%;
    max-width: 300px;
  }

  .second_right h3 {
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #777777;
    line-height: 1.2;
    padding: 0px 10px;
  }

  .second_right ul {
    padding: 20px 10px 0px 18px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .second_right ul li {
    font-size: 14px;
  }


  .second_left img {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 200px;
  }

  .hidden-area2 .wrapper {
    display: block;
    height: auto;
  }

  .second_left2, .second_right2 {
    width: auto;
  }

  .third_block .wrapper {
    height: auto;
  }

  .use_text {
    width: 260px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .use_text .tx {
    padding-top: 0px;
  }

  .second_left2 img {
    max-width: 200px;
  }

  .second_right2 img {
    max-width: 200px;
  }

  .second_right2 {
    margin-bottom: 40px;
  }

  .comment {
    display: block;
  }

  .ava, .com_tx {
    width: 300px;
    margin: 0 auto;
    height: auto;
  }

  .ava h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
  }

  .ava h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .ava p {
    font-size: 14px;
  }

  .com_tx img {
    margin-top: 20px;
  }

  .bx-wrapper img {
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .fourth_block {
    height: auto;
    background: url(../img/bgform.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 610px;
  }

  .fourth_block .wrapper {
    top: 0;
  }

  .fourth_block .wrapper .desktop {
    display: none;
  }

  .fourth_block .wrapper .mobile {
    display: block;
  }

  .fourth_block .wrapper .mobile {
    margin: 0 auto;
  }

  .fourth_block .wrapper .prod_form {
    top: 0px;
    height: 300px;
  }


  .fourth_block .wrapper .prod_form .form_wr {
    width: 300px;
    background: none;
    box-shadow: none;
    left: 0px;
  }

  .price--new {
    text-shadow: 0 0 10px #000;
  }

  .fourth_block .wrapper .mobile .form_wr .form__text {
    color: #fff;
  }

  .form__price-block {
    background-image: -moz-linear-gradient(0deg, rgb(255, 87, 119) 0%, rgb(227, 33, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 87, 119) 0%, rgb(227, 33, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 87, 119) 0%, rgb(227, 33, 56) 100%);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 113px;
    z-index: 100;
  }

  .Прямоугольник_1_копия {

    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: -140px;
    top: 1782px;
    width: 600px;
    height: 113px;
    z-index: 88;
  }


  .form__price-block .price-block_wr {
    max-width: 300px;
    margin: 0 auto;
    display: flex;
  }

  .form__price-block .price-block_wr .sale_block {
    max-width: 140px;
    margin: 0 auto;
    margin-top: 12px;
    height: 90px;
    width: 100%;
    border-bottom: 3px #fff solid;
    border-top: 3px #fff solid;
  }

  .form__price-block .price-block_wr .sale_block {
    display: flex;
  }

  .form__price-block .price-block_wr .sale_block .f_sale .sale {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    -moz-transform: matrix(0, -1, 1, 0, 0, 0);
    -webkit-transform: matrix(0, -1, 1, 0, 0, 0);
    -ms-transform: matrix(0, -1, 1, 0, 0, 0);
    display: block;
    height: 30px;
    position: relative;
    left: -25px;
    top: 28px;
    font-weight: 600;
  }

  .form__price-block .price-block_wr .sale_block .f_sale .half {
    font-size: 70px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 0.35;
    position: relative;
    left: 23px;
    top: -10px;
  }

  .form__price-block .price-block_wr .sale_block .s_sale .prc_m {
    font-size: 47px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    display: block;
    position: relative;
    left: 2px;
    top: 10px;
  }

  .form__price-block .price-block_wr .sale_block .s_sale .off {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    display: block;
    position: relative;
    left: -25px;
    top: 10px;
  }


  .form__price-block .price-block_wr .price {
    max-width: 150px;
    margin: 0 auto;
    height: 113px;
    width: 100%;
    display: block;
    text-align: right;
    padding-left: 10px;
    margin-top: 3px;
  }

  .form__price-block .price-block_wr .price .price--old {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: line-through;
    text-align: right;
    padding: 0;
    width: 90%;
    padding: 5px 0px 2px 0px;
  }

  .form__price-block .price-block_wr .price .price--new {
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-align: right;
    padding: 0;
    width: 90%;
  }

  .fourth_block .form__btn {
    width: 70%;
    height: 50px;
    position: inherit;
    border-radius: 10px 0px 10px 10px;
    margin-top: 20px;
  }

  .fourth_block .form__btn span {
    padding: 10px 0px 10px 0px;
    font-size: 14px;
  }

  #parent_popup {
    width: 100%;
    height: 113px;
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 0;
    left: 0
  }

  #popup {
    height: 113px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }

  .close_pop {
    height: 26px;
    line-height: 24px;
    margin: 15px 0 0 0;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    width: 26px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    float: right;
    position: relative;
    right: 20%;
    top: -2%;
  }

  .btn {
    width: 135px;
    height: 50px;
    position: relative;
    top: -58px;
    left: 67px;
    border-radius: 10px 0px 10px 10px;
    background-color: rgb(28, 28, 28);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    display: block;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
  }

  .btn span {
    padding: 17px 0 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
  }

  .button__text:after {
    vertical-align: middle !important;
  }

  .popup_ramka {
    background: #ff0000;
    max-width: 260px;
    border: #fff 10px solid;
  }

  .popup_ramka:before {
    position: absolute;
    top: -22px;
    margin: 0 auto;
    z-index: -1;
  }

  .popup_ramka:after {
    position: absolute;
    top: 270px;
    right: 58%;
    margin: 0 auto;
  }

  .popup_price_old {
    font-size: 16px;
  }

  .popup_price_new {
    font-size: 24px;
  }

  .popup_ramka .price__item_new span {
    color: #fff;
  }
}

@media (max-width: 600px) {
  .first_block {
    width: auto;
  }
}

.price__note {
  text-shadow: 0 0 10px #000;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 0 10px 10px;
}
.first_block_video {
	display: none;
}
@media (max-width: 425px) {
  .first_block_video {
  	display: block;
  	position: absolute;
  	width: 100%;
  	max-width: initial;
  }
  .first_block {
  	background: none;
  }
}