/*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: 400;
}
b,
strong {
  font-weight: 700;
}
i {
  font-style: italic;
}

.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: #07befa;
}
.col-s {
  color: #fff;
}
.col-m {
  color: #24272d;
}
.bg-grey {
  background: url("bg-grey.jpg") repeat;
  color: #fff;
}
/*structure*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  position: relative;
  width: 100%;
  min-width: 320px;
  padding: 0px;
  margin: 0px auto;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  color: #434343;
  font-weight: normal;
  overflow-x: hidden;
}
.section,
.wrap,
.container {
  position: relative;
}
.section {
  width: 100%;
}
.wrap {
  width: 1110px;
  padding: 60px 20px;
  margin: 0 auto;
}
.button {
  position: relative;
  color: black;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: 268px;
  height: 71px;
  border: 0;
  outline: 0;
  background: url("main2.css") center top no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  background-position: center bottom;
}
h2 {
  position: relative;
  padding-left: 30px;
  font-size: 27px;
  text-transform: uppercase;
  line-height: 1.4em;
  font-weight: 500;
}
h2 .col-v {
  font-size: 1.4em;
  font-weight: 700;
}
h2.normal:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  margin-left: -30px;
  background: rgb(7, 190, 250);
  background: -moz-linear-gradient(
    270deg,
    rgb(7, 190, 250) 0%,
    rgb(128, 13, 242) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgb(7, 190, 250) 0%,
    rgb(128, 13, 242) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgb(7, 190, 250) 0%,
    rgb(128, 13, 242) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    rgb(7, 190, 250) 0%,
    rgb(128, 13, 242) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(7, 190, 250) 0%,
    rgb(128, 13, 242) 100%
  );
}
h2.center {
  padding: 0;
}
h2.center:after {
  content: "";
  display: block;
  position: relative;
  width: 100px;
  height: 3px;
  margin: 0px auto;
  margin-top: 15px;
  background: rgb(7, 190, 250);
  background: -moz-linear-gradient(
    180deg,
    rgb(7, 190, 250) 0%,
    rgb(128, 13, 242) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgb(7, 190, 250) 0%,
    rgb(128, 13, 242) 100%
  );
  background: -o-linear-gradient(
    180deg,
    rgb(7, 190, 250) 0%,
    rgb(128, 13, 242) 100%
  );
  background: -ms-linear-gradient(
    180deg,
    rgb(7, 190, 250) 0%,
    rgb(128, 13, 242) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(7, 190, 250) 0%,
    rgb(128, 13, 242) 100%
  );
}
h3 {
  font-style: italic;
  font-weight: 500;
  line-height: 1.4em;
  font-size: 24px;
  padding-bottom: 0.5em;
}
h4 {
  font-style: italic;
  line-height: 1.4em;
}
.sale {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 34px;
  color: #fff;
  line-height: 1em;
}
.countbox {
  padding: 0;
  margin: 0 auto;
  line-height: 1.2;
  color: #07befa;
  font-size: 28px;
  width: 242px;
  padding-top: 15px;
  height: 80px;
}
.countbox .countbox-num {
  float: left;
  width: 74px;
  height: 47px;
  line-height: 42px;
}
.countbox .countbox-space {
  float: left;
  width: 10px;
  height: 47px;
}
.countbox .countbox-space:before {
  content: "\003A";
  font-weight: 500;
  color: #fff;
  line-height: 42px;
}
.countbox-hours1,
.countbox-mins1,
.countbox-secs1 {
  float: left;
  text-align: center;
  background-image: url("timer-bg.png");
  background-repeat: no-repeat;
  margin: 0;
  height: 47px;
  width: 37px;
  z-index: 1;
}
.countbox-hours2,
.countbox-mins2,
.countbox-secs2 {
  float: left;
  text-align: center;
  background-image: url("timer-bg.png");
  background-repeat: no-repeat;
  margin: 0;
  height: 47px;
  width: 37px;
  z-index: 1;
}
.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 34px;
  height: 14px;
  width: 74px;
  color: #3fbbe4;
  font-size: 12px;
}

.block-1 {
  height: 515px;
  background: url("main2.css") center top no-repeat #161618;
}
.block-1 .wrap {
  padding: 20px;
}
.block-1 .sale {
  top: 84px;
  left: 478px;
}
.block-1 .container {
  width: 320px;
  padding: 0 10px;
  margin-left: 655px;
  color: #fff;
}
.block-1 .timer {
  position: relative;
  text-align: center;
}
.block-1 .cost {
  position: relative;
  padding-top: 25px;
  font-size: 16px;
  text-align: center;
}
.block-1 .cost span {
  margin: 0 10px;
}
.block-1 .cost .old-cost {
  text-decoration: line-through;
}
.block-1 form {
  position: relative;
  padding-top: 25px;
}
.block-1 form > div {
  padding-bottom: 15px;
}
.block-1 form input,
select {
  position: relative;
  display: block;
  outline: 0;
  border: 0;
  width: 258px;
  height: 46px;
  margin: 0 auto;
  background: #fff;
  text-indent: 15px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block-1 form button {
  position: relative;
  display: block;
  outline: 0;
  border: 0;
  margin: 0 auto;
}
.block-1 .alert {
  position: relative;
  padding-top: 18px;
  font-style: italic;
  font-size: 16px;
  text-align: center;
}
.block-1 .alert:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  margin-bottom: 7px;
  background: url("main2.css");
}

.block-1es {
  height: 515px;
  background: url("main2.css") center top no-repeat #161618;
}
.block-1es .wrap {
  padding: 20px;
}
.block-1es .sale {
  top: 84px;
  left: 406px;
}
.block-1es .container {
  width: 320px;
  padding: 0 10px;
  margin-left: 586px;
  color: #fff;
}
.block-1es .timer {
  position: relative;
  text-align: center;
}
.block-1es .cost {
  position: relative;
  padding-top: 25px;
  font-size: 30px;
  text-align: center;
}
.block-1es .cost span {
  margin: 0 10px;
}
.block-1es .cost .old-cost {
  text-decoration: line-through;
}
.block-1es form {
  position: relative;
  padding-top: 25px;
}
.block-1es form > div {
  padding-bottom: 15px;
}
.block-1es form input,
select {
  position: relative;
  display: block;
  outline: 0;
  border: 0;
  width: 258px;
  height: 46px;
  margin: 0 auto;
  background: #fff;
  text-indent: 15px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block-1es form button {
  position: relative;
  display: block;
  outline: 0;
  border: 0;
  margin: 0 auto;
}
.block-1es .alert {
  position: relative;
  padding-top: 18px;
  font-style: italic;
  font-size: 16px;
  text-align: center;
}
.block-1es .alert:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  margin-bottom: 7px;
  background: url("main2.css");
}

.lenta {
  padding: 15px 0 18px 0;
  background: #07befa;
  color: #fff;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  font-size: 28px;
  line-height: 1em;
}
.block-2 .container > div {
  position: relative;
  float: left;
  width: 460px;
}
.block-2 .advant ul {
  padding-top: 50px;
  padding-right: 50px;
}
.block-2 .advant ul li {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  margin-bottom: 15px;
  font-size: 19px;
  font-style: italic;
}
.block-2 .advant ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 40px;
  background: url("icons.png") left no-repeat;
  left: 0;
  top: 0;
}
.block-2 .advant ul li p {
  border-bottom: 1px dotted #9ce5fd;
}
.block-2 .advant ul li:nth-child(1):before {
  background-position: 0 0;
}
.block-2 .advant ul li:nth-child(2):before {
  background-position: 0 -40px;
}
.block-2 .advant ul li:nth-child(3):before {
  background-position: 0 -80px;
}
.block-2 .advant ul li:nth-child(4):before {
  background-position: 0 -120px;
}
.block-2 .advant ul li:nth-child(5):before {
  background-position: 0 -160px;
}
.block-2 .advant ul li:nth-child(6):before {
  background-position: 0 -200px;
}
.block-2 .history {
  padding: 20px 26px;
  border: 2px dashed #07befa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.block-2 .history p {
  text-align: justify;
}
.block-2 .history:after {
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 184px;
  background: url("main2.css") left top no-repeat;
  right: -48px;
  top: 40%;
}
.block-2 .history:before {
  content: "";
  display: block;
  position: absolute;
  width: 314px;
  height: 37px;
  background: url("main2.css") left top no-repeat;
  top: -39px;
  left: 20%;
}
.block-3 .container {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px dotted rgba(29, 74, 92, 0.6);
}
.block-3 .container > div.sostav {
  position: relative;
  float: left;
  width: 40%;
  margin: 0 5%;
}
.block-3 .sostav > div {
  position: relative;
  width: 315px;
  height: 305px;
  margin: 0 auto;
  background: url("main2.css") no-repeat;
}
.block-3 .sost-1 > div {
  background-position: 0 0;
}
.block-3 .sost-2 > div {
  background-position: 100% 0;
}
.block-3 .sostav h5 {
  padding: 20px 0;
  font-size: 28px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
.block-3 .sostav h5:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 25px;
  margin-right: 15px;
  background: url("main2.css") 0 0 no-repeat;
  margin-left: -15px;
}
.block-3 .sostav p {
  padding-bottom: 8px;
  font-size: 16px;
  text-align: justify;
  font-style: italic;
}
.block-3 .container-2 {
  position: relative;
}
.block-3 .container-2 > img {
  position: relative;
  display: block;
  float: left;
  margin: 0 60px 0 50px;
  width: 200px;
}
.block-3 .container-2 .button {
  float: left;
  margin-left: -6px;
  margin-top: 20px;
}
.block-3 .container-2 .block-3-order-btn-wrap {
  float: left;
  margin-left: -6px;
  margin-top: 20px;
}
.block-3 .container-2 .block-3-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 90px;
  background: linear-gradient(
    177.72deg,
    #ff9e3d 0.39%,
    #ff5f1f 28.52%,
    #d14006 68.41%,
    #ff9e3d 98.96%
  );
  box-shadow:
    0 9px 0 0 #e14e13,
    0 7px 16px 0 #ff8d41,
    0 4px 14px 0 #ff8d41;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-family: "Roboto", "Noto Sans Devanagari", "Helvetica", "Arial", sans-serif;
  border: 0;
  box-sizing: border-box;
  white-space: nowrap;
}
.block-3 .container-2 .block-3-order-btn:hover {
  filter: brightness(1.04);
}
.block-3 .container-2 p {
  padding-bottom: 15px;
  font-style: italic;
}
.block-4 .container {
  padding: 60px 0;
  border-bottom: 1px dotted #9ce5fd;
}
.block-4 .rew-item {
  position: relative;
  float: left;
  width: 306px;
  padding: 0 30px;
  text-align: center;
}
.block-4 .rew-item:after {
  content: "";
  position: absolute;
  height: 300px;
  border-right: 1px dotted #9ce5fd;
  right: 0;
  top: 200px;
}
.block-4 .rew-item:last-child:after {
  content: "";
  border: 0;
}
.block-4 .rew-item > div {
  position: relative;
  width: 174px;
  height: 174px;
  background: url("rew-pic.jpg") no-repeat;
  margin: 0 auto;
  margin-bottom: 15px;
}
.block-4 .rew-1 > div {
  background-position: 0 0;
}
.block-4 .rew-2 > div {
  background-position: -174px 0;
}
.block-4 .rew-3 > div {
  background-position: -348px 0;
}
.block-4 .rew-item > span {
  font-size: 19px;
  font-weight: 500;
}
.block-4 .rew-item > span small {
  font-weight: 400;
  font-size: 0.7em;
}
.block-4 .rew-item > p {
  padding-top: 15px;
  text-align: justify;
  font-size: 16px;
  font-style: italic;
}
.block-5 .wrap {
  padding: 0 20px;
  padding-bottom: 50px;
}
.block-5 .container {
  width: 420px;
}
.block-5 h5 {
  padding: 40px 0 20px 0;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.block-5 h5:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 19px;
  height: 25px;
  margin-right: 15px;
  background: url("doc-icon.png") 0 0 no-repeat;
}
.block-5 .container p {
  font-style: italic;
  text-align: justify;
}
.block-5 .wrap > img {
  position: absolute;
  display: block;
  width: 490px;
  height: auto;
  bottom: 0;
  right: 0;
}
.block-6 .del-item {
  position: relative;
  float: left;
  width: 306px;
  padding: 0 40px;
  text-align: center;
  font-style: italic;
}
.block-6 .del-item > div {
  position: relative;
  width: 131px;
  height: 131px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.block-6 .del-1 > div {
  background-position: 0 0;
}
.block-6 .del-2 > div {
  background-position: -131px 0;
}
.block-6 .del-3 > div {
  background-position: -262px 0;
}
.footer {
  padding: 12px 0;
  background: #07befa;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1.3em;
}

@media screen and (max-width: 959px) {
  .wrap {
    width: 640px;
    margin: 0 auto;
  }
  .block-1 {
    height: 514px;
    background: url("main2.css") center top no-repeat #161618;
  }
  .block-1 .container {
    margin-left: 300px;
  }
  .block-1 .sale {
    top: 195px;
    left: 204px;
  }

  .block-1es {
    height: 514px;
    background: url("main2.css") center top no-repeat #161618;
  }
  .block-1es .container {
    margin-left: 300px;
  }
  .block-1es .sale {
    top: 195px;
    left: 204px;
  }

  .lenta {
    font-size: 24px;
  }
  .block-2 .container > div {
    float: none;
    width: 100%;
  }
  .block-2 .advant {
    padding-bottom: 50px;
  }
  .block-2 .advant ul {
    padding-right: 0px;
  }
  .block-2 .advant ul li {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 5%;
    line-height: 1.3em;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
  .block-2 .advant ul li p {
    min-height: 50px;
  }
  .block-3 .container > div.sostav {
    float: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .block-3 .container-2 > img {
    margin: 0 50px 0 20px;
  }
  .block-4 .rew-item {
    float: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .block-4 .rew-item:after {
    display: none;
  }
  .block-5 .wrap > img {
    width: 400px;
    right: -120px;
  }
  .block-6 .del-item {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 0 30px 0;
  }
  .block-6 .del-item:last-child {
    padding-bottom: 0;
  }
  .block-6 .del-item > div {
    float: left;
    margin: 0 30px 0 0;
  }
  .block-6 .del-item > p {
    padding-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .wrap {
    width: 320px;
    padding: 40px 15px;
    margin: 0 auto;
  }
  h2 {
    padding-left: 20px;
    font-size: 20px;
  }
  h2.normal:before {
    margin-left: -20px;
  }
  .block-1 {
    height: 962px;
    background: url("main2.css") center top no-repeat #161618;
  }
  .block-1 .wrap {
    padding: 0;
    padding-top: 462px;
  }
  .block-1 .container {
    margin: 0 auto;
  }
  .block-1 .sale {
    top: 182px;
    left: 208px;
    font-size: 30px;
  }

  .block-1es {
    height: 962px;
    background: url("main2.css") center top no-repeat #161618;
  }
  .block-1es .wrap {
    padding: 0;
    padding-top: 462px;
  }
  .block-1es .container {
    margin: 0 auto;
  }
  .block-1es .sale {
    top: 182px;
    left: 208px;
    font-size: 30px;
  }

  .lenta {
    font-size: 24px;
  }
  .lenta > p {
    width: 300px;
    margin: 0 auto;
    line-height: 1.3em;
  }
  .block-2 .advant ul li {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .block-2 .history {
    padding: 15px;
  }
  .block-2 .history:before {
    width: 280px;
    height: 33px;
    left: 0;
    top: -33px;
    background-size: 280px;
  }
  .block-2 .history:after {
    display: none;
  }
  .block-3 .wrap {
    padding: 40px 0;
  }
  .block-3 .wrap h2 {
    padding: 0 15px;
  }
  .block-3 .container > div.sostav {
    float: none;
    width: 100%;
  }
  .block-3 .sostav p {
    padding: 0 15px 8px 15px;
    font-size: 18px;
    text-align: center;
  }
  .block-3 .sostav h5 {
    padding: 20px 15px;
  }
  .block-3 .container {
    padding-bottom: 0;
  }
  .block-3 .container-2 > img {
    float: none;
    margin: 0 auto;
  }
  .block-3 .container-2 {
    text-align: center;
  }
  .block-3 .container-2 .button {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
  }
  .block-3 .container-2 .block-3-order-btn-wrap {
    float: none;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 30px;
  }
  .block-3 .container-2 .block-3-order-btn {
    font-size: 42px;
    padding: 10px 20px 0;
    white-space: normal;
    max-width: 100%;
    width: 100%;
  }
  .block-4 .rew-item {
    width: 100%;
    padding: 0;
  }
  .block-4 .rew-item > p {
    font-size: 17px;
  }
  .block-4 .container {
    padding-bottom: 0px;
  }
  .block-5 .wrap {
    padding-bottom: 240px;
  }
  .block-5 .wrap > img {
    width: 280px;
    left: 20px;
  }
  .block-5 .container {
    width: 100%;
  }
  .block-5 h5:before {
    position: absolute;
    left: 0;
  }
  .block-5 h5 {
    padding: 40px 0 20px 30px;
  }
  .block-6 .del-item {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
  }
  .block-6 .del-item:last-child {
    padding-bottom: 0;
  }
  .block-6 .del-item > div {
    float: none;
    margin: 0 auto;
  }
  .block-6 .del-item > p {
    padding-top: 20px;
  }
}

.delivery-wrapper {
  position: fixed;
  display: flex;
  z-index: 100000;
  justify-content: center;
  top: 0;
  left: 0;
  cursor: pointer;
  font-family: sans-serif !important;
}
.delivery-info {
  display: flex;
  position: relative;
  background-color: #ffffffde;
  align-items: center;
  text-align: center;
  border: 1px solid black;
  border-top: 0px !important;
  border-radius: 0px 0px 10px 10px;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
}
@media (max-width: 800px) {
  .delivery-info {
    width: 100%;
    font-size: 12px;
  }
  .delivery-info > svg {
    width: 200px;
    height: 150px;
  }
}
.delivery_close_btn {
  position: absolute;
  color: red;
  top: -10px;
  right: 0;
  margin: 5px;
  font-size: 30px;
  cursor: pointer;
}

.price_main {
  font-size: 22px !important;
  font-weight: bold !important;
  color: #0bff0b !important;
}
.price_old {
  font-size: 14px !important;
  color: #ff2e2e !important;
}

.feedback {
  width: 75px;
  height: 70px;
  position: fixed;
  right: -15px;
  top: 15%;
  display: flex;
  align-items: center;
  background-color: #ffc000;
  padding-left: 10px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}

.feedback:hover {
  right: 0;
}

.popup-window {
  font-family: inherit;
  display: none;
  width: 300px;
  position: fixed;
  right: 0;
  top: 15%;
  padding: 35px 10px;
  background: #fff;
  border-radius: 5px;
  z-index: 2000;
}

.popup-window form {
  width: 100%;
  min-height: auto;
  padding: 0;
  background: inherit;
  box-shadow: none;
}

.popup-window label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}

.popup-window input {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #333;
}

.popup-window button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #ffc000;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 20px;
}

.close-popup {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(45deg);
}

.ingredients {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 152px;
  margin-top: 112px;
  padding-bottom: 67px;
  border-bottom: 2px dashed rgba(0, 105, 162, 0.4);
  margin-bottom: 48px;
}

.ingredients_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: none;
  max-width: 451px;
}
.ingredients_item-img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  margin-bottom: 37px;
  flex: none;
}
.ingredients_item-info {
}
.ingredients_item-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-left: 30px;
  max-width: 225px;
  text-align: center;
  margin: 0 auto;
}
.ingredients_item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 25px;
  background: url("ingCheck.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ingredients_item-desc {
  margin-top: 30px;
}

.ingredients_item-desc p {
  margin-bottom: 20px;
}

.ingredients_item-desc p:last-child {
  margin-bottom: 0;
}

.logo {
  position: absolute;
  top: 55px;
  left: 0;
  font-size: 55px;
  text-transform: uppercase;
  color: white;
  font-weight: 800;
}

.prod__img--mob {
  display: none;
}

@media screen and (max-width: 760px) {
  .ingredients {
    margin-top: 40px;
    gap: 40px;
  }
  .ingredients_item-img {
    width: 247px;
    height: 247px;
  }
}

@media screen and (max-width: 500px) {
  .block-1 .sale {
    top: 106px;
        left: 170px;
        font-size: 30px;
        background-color: #07befa;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        padding: 35px 17px;
  }

  .prod__img--mob {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.block-1 {
  background: #161618;
}

.block-1 .wrap {
  padding-top: 120px;
}

.logo {
  left: 43px;
}

.block-5 .wrap {
  padding-bottom: 300px;
}

.ingredients_item-info {
  width: 300px;
  text-align: center;
}
}
