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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
section,
nav,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

section,
nav,
header,
footer,
article {
  display: block;
}

* {
  box-sizing: border-box;
  outline: 0;
}

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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

table,
tbody,
td,
tfoot,
th,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

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

body {
  background-color: #fff;
  font-style: normal;
  font-weight: 400;
  color: #212529;
  font-size: 15px;
  font-family: "Mazzard M", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  line-height: 1.5;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b,
strong {
  font-weight: 700;
}

p {
  font-weight: 400;
}

img {
  -ms-interpolation-mode: bicubic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-family: "Mazzard M", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

a {
  color: #000;
}

button,
input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: 0 0;
  line-height: normal;
  font-size: 15px;
  font-family: "Mazzard M", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
select {
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  overflow: visible;
  width: auto;
}

html {
  font-size: 100%;
}

.container_full {
  width: 100%;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1446px;
  padding: 0 20px;
  margin: 0 auto;
}
.clear {
  width: 100%;
  display: block;
  height: 80px;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.-l {
  justify-content: left;
}
.-r {
  justify-content: right;
}
.-c {
  justify-content: center;
}
.col-1 {
  width: 8.3%;
}
.col-2 {
  width: 16.6%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3%;
}
.col-5 {
  width: 41.6%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333%;
}
.col-8 {
  width: 66.6%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3%;
}
.col-11 {
  width: 91.6%;
}
.col-12 {
  width: 100%;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.only_mobile {
  display: none !important;
}
.overlayer {
  z-index: 10;
}

.h1,
h1 {
  font-size: 2.1875rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.3125rem;
}

.h4,
h4 {
  font-size: 0.9375rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

img {
  max-height: 100%;
  max-width: 100%;
  /* vertical-align: middle; */
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
}

.clears {
  clear: both;
}

.steps__title-mobile {
  font-family: "Roboto Bold";
  font-size: 20px;
  color: #ffcd5b;
  margin-bottom: 20px;
  text-align: center;
}

.steps__text-mobile {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.steps__item {
  margin: 0 auto 40px auto;
  max-width: 335px;
}

.steps__img-mobile {
  text-align: center;
  margin-bottom: 30px;
}

/* .container__steps {
  display: none;
  margin: 0 auto;
  background-color: #000;
} */

#box-osnova {
  padding-top: 9px;
  padding-bottom: 23px;
  position: relative;

  display: flex;

  flex-direction: column;
}
.clear-box {
  padding-top: 30px;
}
.new-top-screen {
}
.new-top-screen-basis {
}
.shadow-bg {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  box-shadow: 0 0 250px 250px rgb(255, 255, 255, 0.9);
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  margin-left: -5px;
  margin-top: -5px;
}
.new-top-screen .left-main-ekran h1 {
  padding: 40px 0 10px;
  line-height: 40px;
}
.new-top-screen .col-h-fixed {
  min-height: 450px;
}
.new-top-screen .top-images {
  position: absolute;
  width: 500px;
  top: -15%;
}
.new-top-screen .top-images-l {
  z-index: 15;
  left: -7%;
}
.new-top-screen .top-images-r {
  z-index: 10;
  left: -4%;
}
.new-top-screen .top-images img {
  margin: auto;
  display: flex;
}
.new-top-screen .basis-desc {
  margin: 0;
  position: absolute;
  text-align: center;
  top: -14%;
  left: 9%;
  width: 100%;
}
.new-top-screen .basis-desc .basis-desc__title {
  font-size: 30px;
  line-height: 30px;
}
.new-top-screen-basis .basis-desc__title {
  margin-top: 20px;
}
.new-top-screen .basis-desc .basis-desc__text {
  display: inline-block;
  margin: 0;
}
.new-top-screen .cena-pivovarni-r {
  margin-right: -20%;
}
.new-top-screen .cena-pivovarni div span.rub {
  font-size: 28px;
  margin: 0;
}
.new-top-screen .cena-pivovarni div span {
  font-size: 24px;
  margin-right: 4px;
}
.new-top-screen .cena-pivovarni b {
  font-size: 40px;
}
.new-top-screen .cena-pivovarni {
  text-align: center;
}
.new-top-screen-basis .cena-pivovarni {
  margin-right: -20%;
  margin-top: -50px;
  margin-bottom: 135px;
}
.new-top-screen .main__page-price {
  display: block;
  padding: 0;
}
.new-top-screen .cena-pivovarni a {
  margin-bottom: 5px;
}
.new-top-screen .cena-pivovarni a.set {
  margin-left: 0;
}
.new-top-screen-basis .basis-desc__text_wrapp {
  display: flex;
}
.new-top-screen-basis .basis-desc__text {
  margin: 20px auto 0;
}
.new-top-screen-basis .top-images {
  position: relative;
  width: 130%;
  max-width: 900px;
  top: -2%;
  margin-left: -115px;
  margin-top: -115px;
  left: 0;
}
.box-one {
  max-width: 1190px;
  margin: auto;
  text-align: center;
  max-height: 720px;
  position: relative;

  background-image: url(/images/main-page-bg.webp);
  background-repeat: no-repeat;
  background-position: top right;
}
.banner-top-wrapp {
  height: 100%;
  display: flex;
}
.banner-top {
  max-width: 240px;
  margin: 68px auto auto;
  display: flex;
}
.banner-top img,
.banner-top a {
  z-index: 14;
  border-radius: 20px;
}
.banner-top a {
  max-height: 410px;
  box-shadow: 0 0 90px rgba(255, 255, 255, 1);
  transition: 0.2s;
}
.banner-top a:hover {
  box-shadow: 0 0 40px rgba(255, 255, 255, 1);
}
#box-one-basis {
  max-width: 1190px;
  margin: auto;
  text-align: center;
  max-height: 720px;
  position: relative;

  background-image: url(/images/main-page-bg-basis.png);
  background-repeat: no-repeat;
  background-position: top right;
}

#box-one-new {
  max-width: 1190px;
  margin: auto;
  text-align: center;
  max-height: 720px;
  position: relative;

  background-image: url(/images/main-page-new.webp);
  background-repeat: no-repeat;
  background-position: top right;
}

.basis-desc {
  position: absolute;
  right: 3%;
  top: 9%;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.basis-desc-basis {
  position: absolute;
  right: 25px;
  top: 8%;
  width: 100%;
}

.basis-desc__title {
  font-family: "Mazzard M Bold";
  font-size: 36px;
  color: #121212;
  line-height: 42px;
  text-transform: uppercase;
}
.basis-desc__title-basis {
  font-size: 65px;
}

.basis-desc__title span {
  color: #9a3531;
}

.basis-desc__text {
  font-family: "Roboto";
  font-size: 15px;
  color: #121212;
  line-height: 21px;

  position: relative;
  display: flex;
  margin-top: 12px;
}

.basis-desc__text::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 6px;

  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9a3531;
}

.box-one h1,
#box-one-basis h1,
#box-one-new h1 {
  font-family: "Mazzard M Bold";
  font-size: 24px;
  line-height: 29px;
  color: #1c1c1c;
  margin-top: 0;
  letter-spacing: 1px;
  margin-top: -10px;
  margin-bottom: 5px;
  text-align: left;
}

h2 {
  font-family: "Mazzard M Bold";
  line-height: 90px;
  padding-top: 12px;
  font-size: 33px;
  color: rgba(6, 6, 6, 0.97);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main__page-bottom {
  display: flex;
  justify-content: space-between;

  margin-top: 40px;
}

.main__page-price__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  justify-content: space-between;
  margin-right: 25px;
}

.main__page-price {
  display: flex;
}

.main__page-sponsor {
  width: 220px;
}

@media screen and (max-width: 600px) {
  #srok,
  #right-h {
    display: none;
  }

  header > div {
    width: 90%;
    margin: 5%;
  }

  #left-h {
    float: none;
    width: 100%;
    line-height: 18px;
    margin-bottom: 10px;
  }

  #right-h2 {
    float: none;
    width: 100%;
    margin: 5% 0px;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #bebebe;
  }

  .box-one {
    width: 100%;
    margin: auto;
    text-align: center;
    min-height: auto;
    position: relative;
  }

  .box-one h1 {
    font-weight: 600;
    font-size: 22px;
    color: #161616;
    margin-top: 10px;
    line-height: 22px;
    letter-spacing: -0.5px;
  }

  #und-h1 {
    font-family: "BanderaPro";
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #555;
    margin-top: 8px;
  }

  #bl-15ban,
  #tri1,
  #list-iv {
    display: none !important;
  }

  #list-vozm {
    z-index: 99;
    position: relative;
    text-align: left;
    top: auto;
    left: auto;
  }

  #sezon-beg {
    position: relative;
    left: 0;
    top: auto;
  }

  #box-form-top {
    width: 90%;
    margin: 5%;
    position: relative;
    right: auto;
    top: auto;
  }

  #bx-pogreb,
  #bx-pogreb2 {
    padding: 20px;
    text-align: center;
    background: #000;
    margin: 20px 0px;
  }

  #bx-pogreb section,
  #bx-pogreb2 section {
    width: 100%;
    margin: 0px auto;
  }

  #bx-pogreb section img,
  #bx-pogreb2 section img {
    float: none;
    width: 100%;
    border-radius: 4px;
  }

  #bx-pogreb-t,
  #bx-pogreb-t2 {
    float: none;
    margin-left: 0px;
    color: #fff;
    width: 100%;
  }

  #bx-pogreb-t-1,
  #bx-pogreb-t-12 {
    font-family: Banderapro;
    font-size: 25px;
    margin-top: 14px;
    font-weight: 500;
    line-height: 25px;
  }

  #bx-pogreb-t-2,
  #bx-pogreb-t-22 {
    font-family: Banderapro;
    font-size: 23px;
    margin-top: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #f8e562;
  }

  #bx-pogreb-t a,
  #bx-pogreb-t2 a {
    vertical-align: top;
    line-height: 37px;
    border-radius: 17px;
    padding: 0px 10px;
    background: #ffd511;
    color: #141414;
    border: 0;
    display: inline-block;
    font-family: "Museo Sans";
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    margin-top: 18px;
  }

  #box-kmpl {
    width: 100%;
    margin: 0px auto;
    font-family: "Museo Sans";
    text-align: center;
  }

  #box-kmpl h2 {
    font-weight: 700;
    font-size: 23px;
    line-height: 22px;
    color: #161616;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .p-abs {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .kompl-left {
    float: none;
    width: 100%;
    text-align: left;
  }

  .kompl-left img {
    width: 100%;
  }

  .kompl-right {
    float: none;
    width: 100%;
    text-align: center;
  }

  .kompl-right h3 {
    font-weight: 600;
    font-size: 19px;
    line-height: 40px;
    margin-bottom: 16px;
    border-bottom: 1px solid #333;
  }

  .kompl-right ul {
    text-align: left;
  }

  #sales {
    border-radius: 0px;
  }

  #list-sh2 {
    margin: 20px;
    text-align: center;
  }

  #list-sh2 li {
    width: 100%;
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
    text-align: center;
  }

  #list-sh2 li div {
    font-weight: 600;
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333;
  }

  #list-sh2 li p {
    line-height: 20px;
    color: #333;
  }

  #box-dop {
    width: 90%;
    margin: 5%;
    font-family: "Museo Sans";
    text-align: center;
  }

  #box-dop h2 {
    font-weight: 700;
    font-size: 23px;
    line-height: 22px;
    color: #161616;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 15px;
  }

  .p-abs {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .dop-box-item {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b2b2b2;
  }

  .dop-left {
    width: 100%;
    float: none;
  }

  .dop-left img {
    height: auto;
    width: 100%;
  }

  .dop-right {
    width: 100%;
    float: none;
    text-align: left;
    padding-top: 0px;
  }

  .dop-right h3 {
    font-weight: 600;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
  }

  .dop-right p {
    font-size: 16px;
    line-height: 21px;
  }

  .sale-dop {
    font-family: "Oswald";
    line-height: 59px;
    border-radius: 5px;
    padding: 0px 20px;
    font-size: 34px;
    margin-top: 10px;
    background: #ffdc60;
    font-weight: bold;
  }

  #list-sh {
    margin: 20px 0px;
  }

  #list-sh li {
    display: inline-block;
    margin-right: 0px;
  }

  #list-sh li a img {
    border-radius: 4px;
    width: 100%;
  }

  .box-form {
    width: 100%;
    margin: 40px auto;
    height: auto;
    border-radius: 0px;
    background-image: none;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid #c8c8c8;
  }

  .left-form {
    float: none;
    width: 90%;
    text-align: center;
    padding: 5%;
  }

  .left-form-sezon {
    line-height: 41px;
    font-family: "Museo Sans";
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 0px 0px;
    color: #101010;
    border-radius: 4px;
    background: #fde43b;
    margin-bottom: 6px;
  }

  .list-inputs input[type="text"] {
    width: 70%;
  }

  .list-inputs button {
    width: 80%;
  }

  .right-form {
    float: none;
    width: 90%;
    padding: 5%;
    margin-right: 0;
    padding-top: 0px;
  }

  .list-dlvr1,
  .list-dlvr2,
  .list-dlvr3 {
    margin-top: 0px;
  }

  .p-phones {
    padding-top: 0px;
  }

  #tipa-h2 {
    font-family: "Museo Sans";
    font-weight: 700;
    font-size: 23px;
    line-height: 22px;
    color: #161616;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 15px;
  }

  .s-boxr {
    width: 100%;
    margin: 30px auto;
  }

  .s-boxr .s-boxr-left {
    float: none;
    width: 100%;
    text-align: center;
  }

  .s-boxr .s-boxr-left img,
  #im-plast {
    width: 90%;
  }

  .s-boxr .s-boxr-right {
    width: 90%;
    float: none;
    padding: 5%;
  }

  .s-boxr h2 {
    line-height: 38px;
    border-radius: 5px;
    padding: 0px 20px;
    font-size: 22px;
    margin-top: 0px;
    background: #e6e3d5;
    font-weight: 600;
    font-family: "Museo Sans";
  }

  .s-boxr p {
    font-family: "Museo Sans";
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  #to-mail {
    display: none;
  }

  #box-cook {
    width: 100%;
    margin: 40px auto;
    font-family: "Museo Sans";
    text-align: center;
  }

  #box-cook h2 {
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    color: #161616;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 7px;
  }

  .und-h2 {
    font-family: "BanderaPro";
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    color: #313131;
  }

  #box-cook ul li {
    display: inline-block;
    width: 90%;
    margin: 5%;
    position: relative;
  }

  #box-cook ul li span {
    display: inline-block;
    position: absolute;
    padding-left: 38px;
    z-index: 10;
    left: 9%;
    top: 10px;
    line-height: 33px;
    font-weight: 500;
    font-family: "BanderaPro";
    color: #fff;
    background-repeat: no-repeat;
    font-size: 20px;
    background-image: url(../images/clock.png);
  }

  #box-cook ul li div {
    position: absolute;
    z-index: 10;
    color: #ffea58;
    font-size: 19px;
    font-weight: 500;
    left: 5%;
    line-height: 40px;
    top: 173px;
    font-family: "BanderaPro";
    border-radius: 0px 5px 5px 0px;
    padding: 0px 20px;
    background: rgba(12, 12, 12, 0.7);
  }

  #box-cook ul li img {
    border-radius: 5px;
    width: 90%;
  }

  #box-reviews {
    width: 100%;
    margin: 0px auto;
    font-family: "Museo Sans";
  }

  #box-reviews h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #161616;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 34px;
  }

  #box-reviews ul li {
    padding: 4%;
    margin: 4%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f9e97a;
    margin-bottom: 30px;
  }

  .rev-contact span {
    display: inline-block;
    line-height: 25px;
    vertical-align: top;
    font-size: 16px;
  }

  .rev-p {
    line-height: 22px;
    font-size: 16px;
    color: #111;
  }

  .rev-time {
    line-height: 31px;
    font-size: 15px;
    color: #555;
    font-style: italic;
    font-family: arial;
  }

  #delivery-box section {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  #delivery-box h2 {
    font-family: "Museo Sans";
    margin: 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    color: #161616;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 7px;
  }

  #delivery-box img {
    width: 90%;
  }

  #delivery-ul {
    margin: 20px 0px;
    padding: 0;
    list-style: none;
  }

  #delivery-ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }

  #delivery-ul div {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  #delivery-ul p {
    margin: 5px 0px;
    color: #666;
  }

  #delivery-ul b {
    font-weight: 600;
    color: #232323;
    display: inline-block;
    padding: 0px 10px;
    line-height: 25px;
    font-size: 18px;
  }

  #pay-box section {
    width: 100%;
    margin: 45px auto 0px;
    text-align: center;
  }

  #pay-box section h2 {
    font-family: "Museo Sans";
    margin: 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    color: #161616;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 7px;
  }

  #pay-box img {
    width: 100%;
  }

  #pay-box section {
    width: 100%;
    margin: 45px auto 0px;
    text-align: center;
  }

  #pay-box section h2 {
    font-family: "Museo Sans";
    margin: 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    color: #161616;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 7px;
  }

  #oplata-ul {
    margin: 20px 0px;
    padding: 0;
    list-style: none;
  }

  #oplata-ul li div {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  #oplata-ul li p {
    margin: 4px 0px;
    color: #666;
  }

  #oplata-ul li {
    width: 90%;
    display: inline-block;
    vertical-align: top;
  }

  #mapdelivery {
    width: 90%;
    margin: 10px auto;
    padding: 4%;
  }

  #mapdelivery-h {
    line-height: 40px;
    font-family: "Museo Sans";
    font-size: 21px;
    margin-top: 0px;
    font-weight: 600;
    text-align: center;
  }

  #del-city-left {
    width: 100%;
    text-align: center;
    float: none;
  }

  #del-city-left-h,
  #del-city-right-h {
    margin-bottom: 15px;
    text-align: center;
    color: #101010;
    letter-spacing: 0px;
    font-family: "Museo Sans";
    font-size: 26px;
    margin-top: 30px;
    font-weight: 300;
  }

  #map-m,
  #map-k {
    height: 220px;
    width: 100%;
  }

  #del-city-right {
    width: 100%;
    float: none;
    margin-left: 0;
    text-align: center;
  }

  #quest-box section {
    width: 100%;
    margin: 8px auto 35px;
    text-align: center;
    font-family: "Museo Sans";
  }

  #quest-box-h {
    font-weight: 700;
    font-size: 25px;
    line-height: 39px;
    color: #161616;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 0px;
  }

  #quest-box-u {
    font-family: "BanderaPro";
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
    color: #555;
  }

  #quest-box-t span {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
  }

  #quest-box section p {
    line-height: 21px;
    font-size: 15px;
    color: #111;
    margin-top: 8px;
  }

  footer > div {
    padding: 15px 0px;
    text-align: center;
    font-size: 16px;
    color: #111111;
    font-family: "Museo Sans";
    line-height: 20px;
    width: 100%;
    margin: auto;
  }

  #footer-left {
    width: auto;
    float: none;
    padding-left: 38px;
    background-repeat: no-repeat;
    text-align: left;
    background-position: 18px 0px;
    color: #444;
    background-image: url(../images_rodnik/rd-lg.png);
  }

  #names-foot {
    font-size: 46px;
    font-family: "Museo Sans";
    font-weight: 600;
    color: #6d6d6d;
    line-height: 46px;
  }

  #footer-left p {
    margin-top: 13px;
    font-size: 13px;
  }

  #footer-center {
    width: 82%;
    float: none;
    margin-left: 18%;
    text-align: left;
  }

  #footer-right {
    width: auto;
    float: none;
    text-align: left;
    margin-top: 20px;
    padding-left: 71px;
  }

  #phone-foot {
    font-family: "Museo Sans";
    font-size: 19px;
    line-height: 32px;
    color: #666;
  }

  #email-foot {
    margin: 8px 0px;
  }

  #rek-foot {
    margin-top: 12px;
    font-size: 13px;
  }

  #img-mainer {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }

  #to-rew,
  #form-rev-box {
    display: none;
  }

  #srok {
    width: 100% !important;
  }

  #left-h img#lgwen {
    width: 53px;
    float: left;
    margin-right: 4px;
  }

  .im-otz {
    width: 90%;
    margin: 5%;
    float: none;
  }

  #bl-new,
  #tri2 {
    display: none;
  }

  #right-h3 {
    float: none;
    width: 100%;
    text-align: center;
  }
}

/* -------------------------------------------------------------------------- */

.right-main-ekran > picture:nth-child(4) > img {
  width: 197px;
  height: 90px;
}

.burger__shadow {
  display: none;

  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  opacity: 50%;
  z-index: 10;
}

.cena-pivovarni div span.rub {
  font-family: "Segoe UI";
  font-size: 42px;
}

#shm-hm {
  display: block;
}
#shm-hm-mob {
  display: none;
}
#zak-pivo,
.callback {
  font-family: "Mazzard M Regular";

  border-radius: 16px;
  border: 0;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  display: inline-block;
  font-weight: 500;
  padding: 0 22px;

  text-decoration: none;
  border: 2px solid #dbdbdb;
  margin: 0 24%;
}

#quik-a ul li:last-child {
  flex-direction: row;
  margin-left: 20px;
}

.callback {
  line-height: 31px;
  font-size: 16px;
  margin: 0 15px;
  text-align: center;
  padding: 0 14px;
}

#zak-pivo:hover,
a.callback:hover {
  border: 2px solid #ffb93f;
  color: #ffb93f;
}
#rassrochka {
  background: #ecece9;
  padding: 20px;
}
#rassrochka > div {
  width: 1000px;
  margin: 10px auto;
  text-align: center;
}
#rassrochka-h {
  margin-bottom: 40px;
  line-height: 53px;
  padding-top: 0;
  font-weight: 700;
  font-size: 37px;
  color: rgba(6, 6, 6, 0.97);
  text-align: center;
  letter-spacing: -0.5px;
}
#rassrochka-l {
  float: left;
  width: 289px;
  padding: 15px;
  font-weight: 600;
  border-left: 2px solid #b5b5b5;
}
#rassrochka-l div {
  text-align: center;
  font-size: 20px;
}
#rassrochka-l ol {
  margin: 15px 0;
  list-style: decimal;
  margin-left: 34px;
}
#rassrochka-l ol li {
  margin-bottom: 9px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
}
#rassrochka-r {
  float: left;
  width: 630px;
}
#rassrochka-r ul {
  margin: 20px;
  text-align: left;
  list-style: none;
  padding: 0;
}
#rassrochka-r ul li {
  width: 236px;
  display: inline-block;
  margin: 10px 26px 8px 0;
  vertical-align: top;
  color: #343434;
  line-height: 21px;
  padding-left: 30px;
  font-size: 15px;
  background-image: url(/images/gal2.png);
  background-repeat: no-repeat;
}
#rassrochka a {
  background: #4da510;
  line-height: 44px;
  display: inline-block;
  padding: 0 15px;
  color: #ffffff;
  font-size: 19px;
  border-radius: 4px;
  margin-top: 20px;
  text-decoration: none;
}
#rassrochka a:hover {
  background: #348308;
}

.to-phone-head {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}
header {
  text-align: center;
  margin: 55px 0 0;
}
header img {
  opacity: 0.5;
}
#hmelnica-37 {
  position: absolute;
  left: -39px;
  top: 499px;
  width: 246px;
  text-align: left;
  font-family: "Mazzard M", "Museo Sans", "PT Sans", "Trebuchet MS", "Arial";
}
#hmelnica-37 b {
  font-weight: 400;
  text-decoration: line-through;
  line-height: 40px;
  font-size: 19px;
  color: #777;
}
#hmelnica-37 div {
  font-weight: 600;
  line-height: 36px;
  font-size: 36px;
  color: #333;
  border-bottom: 1px solid #333132;
  padding-bottom: 7px;
}
#hmelnica-37 span {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 0px;
  border-radius: 3px;
  color: #666;
}
#hmelnica-50 {
  position: absolute;
  text-align: right;
  right: -39px;
  top: 499px;
  width: 246px;

  font-family: "Mazzard M", "Museo Sans", "PT Sans", "Trebuchet MS", "Arial";
}
#hmelnica-50 b {
  font-weight: 400;
  text-decoration: line-through;
  line-height: 40px;
  font-size: 19px;
  color: #777;
}
#hmelnica-50 div {
  font-weight: 600;
  line-height: 36px;
  font-size: 36px;
  color: #333;
  border-bottom: 1px solid #333132;
  padding-bottom: 7px;
}
#hmelnica-50 span {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 0px;
  border-radius: 3px;
  color: #666;
}
#hmelnica-37 i,
#hmelnica-50 i {
  font-style: normal;
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid #9c9c9c;
  line-height: 24px;
  vertical-align: top;
}
#hmelnica-37 a,
#hmelnica-50 a {
  border-radius: 6px;
  border: 0;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  font-weight: 500;
  padding: 0 14px;

  text-decoration: none;
  background: #4da510;
  margin-left: 10px;
  margin-right: 10px;
}

#hmelnica-37 a:hover,
#hmelnica-50 a:hover {
  background: #348308;
}

#quik-as {
  left: 0px;
  bottom: auto;
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.h_20 {
  height: 45px;
}
.h_30 {
  height: 65px;
}
.h_40 {
  height: 100px;
}
#vtch {
  position: absolute;
  left: 6px;
  top: 146px;
  z-index: 9;
}
#trifon {
  position: absolute;
  left: 6px;
  top: 318px;
  z-index: 9;
}
#insttt {
  display: none;
}

.free-phone {
  font-family: "Mazzard M Regular";
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  letter-spacing: 0.5px;
}

/* Main Page */

.sponsor__wrap {
  display: none;
}

.sponsor__basis-title {
  font-family: "Mazzard M Bold";
  line-height: 40px;
  font-size: 33px;
  color: rgba(6, 6, 6, 0.97);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sponsor__basis-lead {
  font-family: "Roboto";
  font-size: 15px;
  color: #121212;
  line-height: 21px;

  position: relative;
  margin-top: 10px;
}

.sponsor__basis-lead::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9a3531;
}

.mixer-mobile {
  display: none;
}

.mixer-mobile__img img {
  max-width: none;
  max-height: none;
  width: 240px;
  height: auto;
  position: relative;
}

.mixer-mobile__promo {
  text-align: center;
  margin-bottom: 45px;
}

.mixer-mobile__promo-title {
  font-family: "Mazzard M Bold";
  text-transform: uppercase;
  font-size: 25px;
  color: #9a3531;
}

.mixer-mobile__promo-text {
  font-family: "Roboto Bold";
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 43px;
}

/* .container__steps {
  display: none;
} */

.b-header__burger {
  display: inline-flex;
}
.b-hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  overflow: visible;
  float: right;
  margin: 10px;
  margin-top: 14px;
  z-index: 15;
}
.b-hamburger__box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.b-hamburger__inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.b-hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.b-hamburger__inner,
.b-hamburger__inner::after,
.b-hamburger__inner::before {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.b-hamburger__inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.b-hamburger__inner,
.b-hamburger__inner::after,
.b-hamburger__inner::before {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.b-hamburger__inner::after,
.b-hamburger__inner::before {
  content: "";
  display: block;
}
.b-hamburger__inner::before {
  top: -10px;
}
.b-hamburger__inner::after {
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.b-hamburger__inner,
.b-hamburger__inner::after,
.b-hamburger__inner::before {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.b-hamburger__inner::after,
.b-hamburger__inner::before {
  content: "";
  display: block;
}
.b-hamburger__inner::after {
  bottom: -10px;
}
.brg {
  display: none;
  background: #111;
  box-sizing: border-box;
  width: 100%;
  z-index: 15;
}
.brg .lghm {
  margin-right: 23px;
}

.brg .a-to-tel {
  display: inline-block;
  width: 50%;

  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.brg .a-to-tel span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.brg ul {
  display: none;
  /* margin-top: 15px; */

  background-color: #ffd260;
  width: 100vw;
  grid-column-start: 1;
  grid-column-end: 4;
}

.brg ul li {
  line-height: 30px;
}

.brg ul li span {
  display: block;
  padding-left: 10vw;

  font-family: "Mazzard M Bold";
  font-size: 18px;
  color: #272624;
  line-height: 62px;
  text-decoration: none;
  text-transform: uppercase;
}

.brg ul li span a {
  text-decoration: none;
}

.brg ul li a:hover,
.brg ul li span:hover {
  background-color: #fecb37;
}

.logo-li {
}
.logo-li img {
}

#top-ekran {
  /* background: #ffd260; */
  position: relative;
  max-width: 1920px;
  margin: auto;
  background-image: url(/images/main-page-bg-beer.webp);
  background-repeat: no-repeat;
  background-position: center bottom 98%;

  margin-top: 75px;
  padding-bottom: 250px;
}

#top-ekran-new {
  /* background: #fff; */
  background-image: url(/images/main-page-bg-new.webp);
  background-repeat: no-repeat;
  background-position: center bottom -20%;

  margin-top: 77px;
  padding-bottom: 250px;
}

.left-main-ekran {
  max-width: 603px;
  margin-top: 15px;

  text-align: left;
}

.left-main-ekran-new {
  padding: 120px 0;
}

.main-ekran-head {
  width: 100%;
  text-align: center;
  padding: 40px 0 0 0;
}

/* #box-osnova > div.right-main-ekran > picture:nth-child(4) > img {
  max-width: 197px;
  max-height: 90px;
} */

.right-main-ekran {
  float: right;
  width: 354px;
}
.left-main-ekran h1,
.main-ekran-head h1 {
  font-family: "Mazzard M Bold";
  text-transform: uppercase;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 5px;
}
.left-main-ekran h1 {
  font-size: 31px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 40px 0 40px;
  text-align: left;
}
.main-ekran-head h1 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 1px;
  padding: 0;
  padding-top: 20px;
}
.left-main-ekran h1 {
  text-align: left;
}
.main-ekran-head h1 {
  text-align: center !important;
}
.left-main-ekran h1 span,
.main-ekran-head h1 span {
  line-height: 72px;
  font-size: 60px;
  display: block;
}
.left-main-ekran h1 span {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-ekran-head h1 span {
  text-transform: initial;
}
.left-main-ekran ul {
  max-width: 380px;
}
.left-main-ekran-basis ul {
  margin-top: 150px;
}
.left-main-ekran ul li {
  padding-left: 40px;
  background-image: url(/images/galka.png);
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.left-main-ekran .rassrochka li {
  margin-bottom: 20px !important;
}
.left-main-ekran .rassrochka a {
  text-decoration: none;
  color: inherit;
}
.left-main-ekran .rassrochka a:hover {
  text-decoration: underline;
}
.left-main-ekran .rassrochka li:last-child {
  padding: 10px;
  border-radius: 40px;
  background-image: none;
  background-image: none;
  color: #a90600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.left-main-ekran .rassrochka li:last-child:before {
  content: "";
  width: 33px;
  height: 100%;
  position: absolute;
  left: 0;
  top: -2px;
  margin-top: 0;
  background: url(/images/ik5.svg) no-repeat top;
}
.left-main-ekran .rassrochka li:last-child div {
  font-size: 20px;
  padding: 0 20px;
}
.left-main-ekran-basis ul li {
  margin-bottom: 30px;
}
.left-main-ekran li div {
  font-family: "Roboto Bold";
  font-size: 19px;
  margin-bottom: 1px;
}
.left-main-ekran li span {
  font-family: "Roboto";
  font-size: 17px;
  line-height: 19px;
}

.cena-pivovarni {
  display: flex;
  flex-direction: column;
}

.cena-pivovarni-basis {
  margin: auto;
}

#box-osnova > div.left-main-ekran > div.cena-pivovarni {
  display: none;
}

.cena-pivovarni div span {
  font-family: "Mazzard M Regular";
  display: inline-block;
  font-size: 29px;
  margin-right: 20px;
  text-decoration: line-through;
}

.cena-pivovarni div b {
  font-family: "Mazzard M Bold";
  font-size: 46px;
  color: #9a3531;
}

.cena-pivovarni > div > b > span {
  text-decoration: none;
}

.cena-pivovarni a {
  font-family: "Mazzard M Regular";
  border-radius: 26px;
  background: #9a3531;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  display: inline-block;
  font-size: 18px;
  padding: 0 21px;
  letter-spacing: 0.5px;
}
.cena-pivovarni a:hover {
  background: #ffffff;
  color: #000000;
}

.cena-pivovarni a.set {
  padding: 0 30px;
  margin-left: 15px;
}
.right-main-ekran .mixer {
}
.right-main-ekran div {
  font-family: "Mazzard M Bold";
  text-transform: uppercase;
  font-size: 25px;
  color: #9a3531;
}
.right-main-ekran p {
  font-family: "Mazzard M Bold";
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 43px;
}

.s_1 {
  background-image: url(/images/s-4.png);
  background-size: 90px;
}
.s_2 {
  background-image: url(/images/s-2.png);
  background-size: 90px;
}
.s_3 {
  background-image: url(/images/s-3.png);
  background-size: 90px;
}
.s_4 {
  background-image: url(/images/s-1.png);
  background-size: 90px;
}

/* Princip-mobile */

.princip__mobile-img {
  display: none;
}

/* NEW STYLES */

#list-stiker {
  /* background: #fff; */
  text-align: center;
  display: flex;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#list-stiker li {
  display: inline-block;
  max-width: 250px;
  vertical-align: top;
  margin: 0 auto;
}

#list-stiker li img {
}

#list-stiker li p {
  font-size: 15px;
  line-height: 20px;
  color: #454545;
  font-family: Roboto;
}

#list-stiker p span {
  font-family: "Roboto Bold";
  font-size: 18px;
  display: block;
  line-height: 27px;
  margin: 10px 0px 9px;
  color: #000000;
}

[class^="equipment__list-item__num-"].eq_num_hover {
  display: block;
}

/* Seven reason */
.seven-reason__wrap {
  /* background: url(/images/s-reason.jpg),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 10%,
      rgba(237, 239, 239, 1) 25%
    );
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center; */

  background: url(/images/s-reason.jpg),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 10%,
      rgba(237, 239, 239, 1) 25%
    );
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center;
  margin-top: -90px;

  /* margin-top: -30px; */
}

.seven-reason__lists {
  display: flex;
  justify-content: space-between;
  height: 565px;
}

.seven-reason {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 20px;

  /* background: url(/images/s-reason.jpg),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 20%,
      rgba(237, 239, 239, 1) 80%
    );
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center; */
}

.seven-reason h3 {
  font-family: "Mazzard M Bold";
  line-height: 72px;
  font-size: 30px;
  color: rgba(6, 6, 6, 0.97);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 15px;
}

.seven-reason__lists-header {
  font-family: "Roboto Bold";
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.seven-reason__lists-header.good {
  color: #75892f;
}

.seven-reason__lists-header.bad {
  color: #9a3531;
}

.seven-reason__lists__item {
  vertical-align: middle;
}

.seven-reason__lists__item-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: auto;
}

.seven-reason__lists__item-text {
  position: relative;
  padding-left: 42px;
  margin: auto;
  line-height: 18px;
}

.seven-reason__img-mobile {
  display: none;
}

.list-7-1 {
  /* float: left; */
  max-width: 335px;
  margin-left: 20px;
  font-family: "Roboto";
  margin-top: 20px;
}

.list-7-1 li {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  /* padding-left: 37px; */
}

.list-7-2 {
  /* float: right; */
  max-width: 331px;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 30px;
  font-family: "Roboto";
}

.list-7-2 li {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  /* padding-left: 37px; */
}

#quik-a {
  background: #272624;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

#quik-a ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  padding: 6px 0;
}

#quik-a ul li {
  vertical-align: top;
  text-align: left;
  min-height: 42px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

/* #quik-a ul li:hover span {
  text-decoration: underline;
} */

#quik-a ul li:hover span::after,
.active-link span::after,
.highlight-link span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}
#quik-a ul li:hover span::after,
.active-link span::after {
  background-color: #fff;
}
.highlight-link span {
  color: #ffb93f !important;
}
.highlight-link span::after,
.highlight-link span::after {
  background-color: #ffb93f !important;
}
.active-link a {
  color: inherit;
  border-bottom: 2px solid;
}
#quik-a ul li > div {
  display: flex;
  flex-direction: column;
}

#quik-a ul li span,
#quik-a ul li span a {
  color: #ffffff;
  /* text-decoration: none; */
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

li.logo-li {
  height: 65px;
  margin-right: 40px !important;
  margin-top: 0 !important;
}

li.logo-li p {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: -4px;
}

/* #quik-a > ul > li:nth-child(5) {
  width: 140px;
} */

#princip-box {
  max-width: 1100px;
  margin: 40px auto;
}

#h-princip {
  line-height: 72px;
  font-size: 33px;
  padding-top: 0;
  font-weight: 700;
  color: rgba(6, 6, 6, 0.97);
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}

#h-princip h2 {
  font-size: 33px;
  letter-spacing: 1.5px;
  line-height: 42px;
  padding-top: 0;
}

#left-prnc {
  float: left;
  max-width: 370px;
  text-align: right;
  margin-right: 36px;
}

#center-prnc {
  float: left;
  width: 272px;
  text-align: center;
  margin-right: 0;
  margin-top: 27px;
  margin-left: 30px;
  position: relative;
  min-height: 563px;
}
#center-prnc-basis {
  float: left;
  width: 272px;
  text-align: center;
  margin-right: 0;
  margin-top: 0;
  margin-left: 30px;
  position: relative;
  min-height: 480px;
}
#center-prnc img {
}

#right-prnc {
  max-width: 350px;
  float: right;
  text-align: left;
}

.it-prnc {
  margin-top: 140px;
  padding-left: 115px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left center;
}

.it-prnc div {
  font-family: "Roboto Bold";
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
}

.it-prnc p {
  font-family: "Roboto";
  line-height: 18px;
  color: #000;
  max-width: 246px;
}

/* Steps */
.webp .container__bg {
  background: url("../images/steps_bg.webp") no-repeat;
  background-size: 100% cover;
  background-position: center;
  overflow-x: hidden;
  background-color: #000;
}

.container__bg .container {
  max-width: 1050px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  padding: 0;
}

.steps__overtitle {
  font-family: "Mazzard M Bold";
  font-size: 33px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 60px auto 30px auto;
}

.steps__number {
  font-family: "Mazzard M Bold";
  font-size: 65px;
  color: #ffcd5b;
}

.steps__title {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 25px;
  color: #ffcd5b;
}

.steps__text {
  max-width: 360px;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}
.steps__text span,
.steps__text-mobile span {
  border-bottom: 1px dashed #ffffff;
  cursor: pointer;
}
.steps__img img {
  position: relative;
  margin: 0 50px;
  display: block;
}

.box-2,
.box-3,
.box-4,
.box-5,
.box-6 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.box-2 {
  justify-content: flex-end;
  margin-right: 30px;
}

.box-3 {
  justify-content: flex-start;
  text-align: end;
  margin-left: 58px;
}
.box-3-basis {
  margin-left: 267px;
}

.box-4 {
  justify-content: flex-end;
  margin-right: 29px;
}

.box-5 {
  justify-content: flex-start;
  text-align: end;
  margin-left: 59px;
}

.box-6 {
  justify-content: flex-end;
  margin-right: 28px;
}

.unds {
  font-size: 24px;
  line-height: 42px;
  margin-top: 0;
  font-weight: 400;
  padding: 0px 6px 10px;
  text-align: center;
  font-family: "Roboto";
}

/* Equipment */
.equipment__mobile-img {
  display: none;
}

.equipment {
  /* height: 880px; */
  padding-bottom: 40px;
}

.equipment h3 {
  font-family: "Mazzard M Bold";
  display: flex;
  flex-direction: column;
  font-size: 33px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-top: 50px;
}

.equipment h3 span {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  text-transform: none;
  letter-spacing: 0px;
}

.equipment__wrap {
  width: 1100px;
  height: 670px;
  margin: 0 auto;
  position: relative;
  background: center top no-repeat url("../images/equipment-bg.webp");
}

.equipment__wrap.equipment__basis {
  height: 470px;
  background: center top no-repeat url("../images/equipment-bg-basis.webp");
}

.equipment__wrap.equipment__basis .equipment__list-left {
  height: auto;
}

#equipment-basis a {
  margin: 0 auto;
}

#equipment-basis .equipment__list {
  margin-top: 30px;
  height: 220px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#equipment > a {
  margin: 20px auto 0 auto;
}

#equipment-basis .equipment__list-item__num-2 {
  top: 28%;
  left: 29%;
}

#equipment-basis .equipment__list-item__num-1 {
  top: 41%;
  left: 40%;
}

#equipment-basis .equipment__list-item__num-3 {
  top: 28%;
  left: 42%;
}

#equipment-basis .equipment__list-item__num-4 {
  top: 70%;
  left: 62%;
}

#equipment-basis .equipment__list-item__num-5 {
  top: 14%;
  left: 67%;
}

#equipment-basis .equipment__list-item__num-6 {
  top: 72%;
  left: 37%;
}

#equipment-basis .equipment__list-item__num-7 {
  top: 50%;
  left: 47%;
}

.equipment__list-item {
  cursor: pointer;
}

.equipment__list-left .equipment__list-item {
  margin-bottom: 30px;
}

#equipment-basis .equipment__list-item {
  margin-bottom: 0;
}

.equipment__list-right .equipment__list-item {
  margin-bottom: 24px;
}

.equipment__list-left {
  float: left;
  max-width: 230px;
  height: 610px;
  margin-top: 20px;
}

.equipment__list-right {
  float: right;
  max-width: 220px;
  margin-top: 20px;
}

.equipment__list-item__num {
  font-family: "Mazzard M Bold";
  color: #f19100;
  border: 2px solid #f19100;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 2;
}

.equipment__list-item:hover .equipment__list-item__num {
  background-color: #f19100;
  color: #fff;
  cursor: pointer;
}

.equipment__list-item__text p:last-child:not(.eq_custom) {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 18px;
  padding-left: 35px;
}

.equipment__list-item__text p:first-child,
.eq_custom,
#equipment-basis .equipment__list-item__text p {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding-left: 35px;
}

.equipment__list-item__text p:first-child:not(.eq_custom) {
  margin-bottom: 10px;
}

.equipment__bg-text {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  position: absolute;
  max-width: 400px;
  height: 75px;
  bottom: 36px;
  left: 460px;
}

.equipment__mobile-box {
  display: none;
}

/* /Equipment */
/* Equipment Numbers */
.equipment__list-item__num-1 {
  position: absolute;
  top: 100px;
  left: 530px;
}

.equipment__list-item__num-2 {
  position: absolute;
  top: 250px;
  left: 318px;
}

.equipment__list-item__num-3 {
  position: absolute;
  top: 295px;
  left: 452px;
}

.equipment__list-item__num-4 {
  position: absolute;
  top: 291px;
  left: 586px;
}

.equipment__list-item__num-5 {
  position: absolute;
  top: 225px;
  left: 370px;
}

.equipment__list-item__num-6 {
  position: absolute;
  top: 120px;
  left: 428px;
}

.equipment__list-item__num-7 {
  position: absolute;
  top: 109px;
  left: 740px;
}

.equipment__list-item__num-8 {
  position: absolute;
  top: 180px;
  left: 800px;
}

.equipment__list-item__num-9 {
  position: absolute;
  top: 364px;
  left: 698px;
}

.equipment__list-item__num-10 {
  position: absolute;
  top: 320px;
  left: 847px;
}

.equipment__list-item__num-11 {
  position: absolute;
  top: 368px;
  left: 790px;
}

.equipment__list-item__num-12 {
  position: absolute;
  top: 406px;
  left: 565px;
  cursor: pointer;
}

[class^="equipment__list-item__num-"] {
  display: none;
  color: #fff;
  background-color: #f19100;
  border: 2px solid #f19100;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  position: absolute;
  width: 24px;
  height: 24px;
}

/* Choose */
.choose {
  background-color: #edefef;
}

.choose__wrap {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  /* max-width: 1430px; */
  max-width: 780px;
}

.choose__title {
  font-family: "Mazzard M Bold";
  font-size: 33px;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 25px;
}
.black_bg {
  background-color: #000;
}
.choose__wrap .choose__item:first-child {
  /* margin-right: 25px; */
}

.choose__wrap .choose__item:last-child {
  /* margin-left: 25px; */
}

.choose__item p:nth-child(4) {
  margin-bottom: 30px;
}
#rassrochka-new {
  background-color: #fff;
  margin-top: 0px;
}
#rassrochka-new .container {
  max-width: 1150px;
  border: 2px solid #9a3531;
  border-radius: 25px;
  background-color: #edefef;
}
#rassrochka-new .choose__item {
  padding: 20px;
  max-width: 280px;
  margin: 0;
}
#rassrochka-new .choose__item-btn {
  margin: 20px auto 0;
  padding: 18px;
  width: auto;
}
#rassrochka-new .choose__item-price span {
  text-decoration: none;
  color: #9a3531;
  font-family: "Mazzard M Bold";
  font-weight: 800;
  line-height: 44px;
  font-size: 25px;
  margin-bottom: -5px;
}
#rassrochka-new .choose__item-price span:first-child {
  margin-right: 0.2em;
  color: #000;
}
#rassrochka-new .choose__item-price > span:nth-child(2) {
  font-size: 40px;
  margin: 0;
}
#rassrochka-new .choose__item-price span:last-child {
  margin-left: 0.2em;
  color: #000;
}
#rassrochka-new .choose__item-img {
  max-width: 210px;
  margin-top: 0;
}
#rassrochka-new .choose__item-name {
  font-size: 24px;
  line-height: 1px;
}
#rassrochka-new .choose__item-img {
  margin: 0;
  max-width: 215px;
}
#rassrochka-new .choose__title {
  margin-bottom: 35px;
}
#rassrochka-new .col-1 {
  margin: 0 -20px;
}
.choose__item .dicount_tovar {
  right: 0;
  top: 10px;
}
.conditions__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 0 20px;
  max-width: 270px;
  margin: 0 auto 40px;
}
.conditions {
  flex-direction: column;
  margin: auto;
  display: flex;
  width: 100%;
  margin-left: 17%;
}
.conditions:last-child {
  margin: auto auto 0;
}
.conditions span,
.conditions p {
  display: flex;
  flex-direction: column;
  margin: auto;
  font-family: "Roboto Bold";
}
.conditions span {
  color: #9a3531;
  font-size: 4.5em;
  width: 100%;
  line-height: 1.4em;
  text-align: left;
  margin: -12px 0 0 0;
}
.conditions p {
  color: #000;
  line-height: 20px;
  width: 100%;
  text-align: left;
  text-align: left;
  margin-top: -15px;
  font-size: 24px;
}
.action-block {
  max-width: 1280px;
  background: #fff;
}
.action-block [class^="col"] {
  position: relative;
  display: flex;
  flex-direction: column;
}
.action-img-wrap,
.action-text-wrap {
  padding: 40px;
}
.action-img-wrap img {
  border-radius: 25px;
}
.action-text-wrap {
  margin: auto;
}
.action-title {
  font-family: "Mazzard M Bold";
  line-height: 36px;
  font-size: 30px;
  color: rgba(6, 6, 6, 0.97);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 15px;
}
.action-text {
  padding: 20px 0;
  font-size: 15px;
  line-height: 20px;
  color: #454545;
  font-family: Roboto;
}
.action-text span,
.action-text a {
  font-family: "Roboto Bold";
  color: #9a3531;
  text-decoration: none;
}
.action-text a:hover {
  text-decoration: underline;
}
.action-buttons a {
  padding: 10px 20px;
  background: #9a3531;
  border-radius: 25px;
  font-family: "Mazzard M Regular";
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin: 20px 0;
  display: block;
  width: fit-content;
  text-align: center;
}
.action-buttons a:hover {
  background: #fff;
  color: #000;
}
.vk_text {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.vk_text:before {
  content: " ";
  position: absolute;
  height: 15px;
  width: 15px;
  left: 0;
  background-image: url(/images/vk_logo.svg);
  background-size: contain;
  margin: 3px 3px 3px 0;
}

.choose__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 25px 0px #aaa4a4;
  background-color: #fff;
  border-radius: 20px;
}

.choose__item-img {
  height: 321px;
  max-width: 241px;
  margin-top: 15px;

  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

picture {
  height: 100%;
  max-height: 100%;
}

.choose__item-img img {
  object-fit: contain;
}

.choose > div > div:nth-child(3) > div.choose__item-img {
  transform: scale(0.8);
}

.choose > div > div:nth-child(3) > div.choose__item-img > img {
  margin-bottom: -20px;
}

.choose__item-name {
  font-family: "Roboto";
  font-size: 24px;
  line-height: 42px;
  margin: 10px 0;
}

.choose__item-prop {
  font-family: "Roboto Bold";
  font-size: 15px;
  line-height: 18px;
  text-align: start;
  width: 272px;
}

.choose__item-prop br {
  display: none;
}

.choose__item-prop span {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.choose__item-price {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.choose__item-price span:first-child {
  font-family: "Mazzard M Bold";
  font-size: 25px;
  line-height: 30px;
  text-decoration: line-through;
  margin-right: 25px;
}

.choose__item-price > span:nth-child(2) {
  font-family: "Mazzard M Bold";
  font-size: 40px;
  line-height: 44px;
  color: #9a3531;
  text-decoration: none;
}

.choose__item-price span:last-child {
  font-family: "PT Sans", "Open Sans", "Trebuchet MS";
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #9a3531;
}

.choose__item-btn {
  min-width: 130px;
  max-width: 300px;
  height: 60px;
  background-color: #9a3531;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  padding: 18px 65px;
  margin-bottom: 25px;
  font-family: "Mazzard M Regular";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Efficiency */
.efficiency {
  background: center no-repeat url("/images/efficiency.jpg");
  overflow: hidden;
  height: 750px;
}
.efficiency-basis {
  background: center no-repeat url("/images/efficiency-basis.jpg");
}
.efficiency__header {
  font-family: "Mazzard M Bold";
  font-size: 33px;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 55px;
}

.efficiency__img-mobile {
  display: none;
}

.efficiency__wrap {
  display: flex;
  margin: 0 auto;
  max-width: 400px;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

.efficiency__title {
  font-family: "Mazzard M Bold";
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  color: #9a3531;
}

.efficiency__wrap > div:nth-child(6) {
  margin-bottom: 10px;
}

.efficiency__title span {
  font-size: 36px;
}

section.efficiency > div > div:nth-child(4) {
  max-width: 245px;
  text-align: center;
}

.efficiency__arrow {
  height: 35px;
  width: 25px;
  margin-top: 18px;
  margin-bottom: 15px;
}

.efficiency__text {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.efficiency__goods {
  display: flex;
  flex-direction: row;
}

.effifiency__goods-1,
.effifiency__goods-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 146px;
  background-color: #e1e4e5;
  border-radius: 15px;
}

.effifiency__goods-1 {
  margin-right: 10px;
}

.effifiency__goods-2 {
  margin-left: 10px;
}

.effifiency__goods-1 > p:nth-child(1),
.effifiency__goods-2 > p:nth-child(1) {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  border-radius: 15px 15px 0 0;
  background-color: #9a3531;
  padding: 8px 0;
  width: 146px;
}

.effifiency__goods-1 > p:nth-child(2),
.effifiency__goods-2 > p:nth-child(2) {
  font-family: "Mazzard M Bold";
  font-size: 36px;
  color: #9a3531;
  line-height: 20px;
  height: 27px;
  margin: 15px 0 5px 0;
}

.effifiency__goods-1 > p:nth-child(3),
.effifiency__goods-2 > p:nth-child(3) {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 15px;
}

.efficiency__reason {
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  max-width: 570px;
  height: 60px;
  bottom: -3vw;
  left: 23vw;
}

.efficiency__reason img {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -72px;
}

.efficiency__reason p {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 24px;
  max-width: 490px;
}

/* /Efficiency */
/* Additions */
.addition {
  background-color: #eeeeee;
  padding-bottom: 40px;
}

.addition__top-header {
  font-family: "Mazzard M Bold";
  font-size: 33px;
  line-height: 42px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 50px;
  text-align: center;
}

.addition__subheader {
  font-family: "Roboto";
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}

.addition__mobile-img {
  display: none;
}

.webp .addition__top-header__img {
  background: center no-repeat url(../images/addition-header.webp);
}

.no-webp .addition__top-header__img {
  background: center no-repeat url(../images/addition-header.png);
}

.addition__top-header__img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1150px;
  height: 540px;
  margin: 0 auto;
}

.addition__wrap {
  position: relative;
  max-width: 1150px;
  margin: -20px auto auto auto;
  background-color: #9a3531;
  border: 11px solid #9a3531;
  border-radius: 22px;
}

.addition__goods-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  max-width: 1150px;
}

.addition__goods-header h3 {
  font-family: "Mazzard M Bold";
  font-size: 33px;
  line-height: 42px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  max-width: 800px;
}

.addition__goods {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 11px;
}

.addition__goods-item {
  max-height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.addition__goods__wrap {
  display: flex;
  margin-left: -90px;
}

.addition__goods-item.beer {
  position: relative;
  bottom: 115px;
  right: 75px;
}

.addition__goods-item.beer > div > img {
  /* width: 100%;
height: 100%; */
  max-width: none;
  height: 750px;
  width: 382px;
}

.addition__goods-item img {
  height: 350px;
  width: auto;
}

.addition__goods-item__title {
  font-family: "Roboto Bold";
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 10px;
}

.addition__goods-item__text {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  max-width: 220px;
}

.addition__goods-item__price {
  font-family: "Mazzard M Bold";
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #9a3531;
  max-width: 220px;
  margin: 20px 0;
}

.addition__goods-item__price span {
  font-size: 37px;
  font-family: "PT Sans", "Open Sans", "Trebuchet MS";
  font-weight: 700;
}

.addition__goods-item__btn {
  font-family: "Mazzard M Regular";
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background-color: #9a3531;
  width: 200px;
  height: 60px;
  border-radius: 30px;
}

[class^="addition__top-header__names-"] {
  font-family: "Roboto";
  font-style: italic;
  font-size: 15px;
  line-height: 18px;
  position: absolute;
}

.addition__top-header__names-1 {
  left: 26%;
  bottom: 25%;
}

.addition__top-header__names-2 {
  left: 32%;
  bottom: 42%;
}

.addition__top-header__names-3 {
  left: 37%;
  bottom: 52%;
}

.addition__top-header__names-4 {
  left: 41.3%;
  bottom: 30%;
}

.addition__top-header__names-5 {
  left: 51%;
  bottom: 31%;
}

.addition__top-header__names-6 {
  left: 60%;
  bottom: 33%;
}

.addition__top-header__names-7 {
  left: 69%;
  bottom: 29%;
}

.addition__top-header__names-8 {
  left: 78%;
  bottom: 39%;
}

/* /Additions */
/* Loan */
.loan {
  background-color: #ffcd5b;
  height: 380px;
  /* margin-top: 40px; */
}

.loan__header {
  font-family: "Mazzard M Bold";
  font-size: 33px;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 55px;
}

.loan__list-wrap {
  max-width: 1150px;
  margin: 0 auto;
  padding-left: 25px;
}

.loan__list {
  column-count: 3;
}

.loan__list > li:nth-child(2n) {
  -webkit-column-break-after: always;
  break-after: always;
}

.loan__list-item {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 22px;
  background: no-repeat url("/images/galka.png");
  max-width: 330px;
  min-height: 30px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

body > section.loan > div > ul > li:nth-child(6),
body > section.loan > div > ul > li:nth-child(5) {
  margin-left: 20px;
}

body > section.loan > div > ul > li:nth-child(6) {
  max-width: none;
  width: 430px;
}

.loan__btn {
  font-family: "Mazzard M Regular";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  background-color: #9a3531;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  padding-top: 18px;
}

/* /Loan */
/* Cooker */
.cooker {
  padding-bottom: 30px;
}

.cooker__header {
  font-family: "Mazzard M Bold";
  font-size: 33px;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
}

.cooker__subheader {
  font-family: "Roboto";
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  margin: 5px 0 120px 0;
}

.cooker__list-wrap {
  max-width: 1150px;
  margin: 0 auto;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  background: left no-repeat url("/images/cooker.webp");
}

.cooker__list {
  max-width: 450px;
}

.cooker__list-item {
}

.cooker__list-item:not(:last-child) {
  margin-bottom: 30px;
}

.cooker__list-item p:first-child {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
}

.cooker__list-item p:last-child {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 18px;
}

.cooker__note {
  position: absolute;
  top: -90px;
  left: 321px;
}

.cooker__note img {
}

.cooker__note p {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 20px;
  left: 40px;
}

.cooker__note-mobile {
  display: none;
}

.cooker__mobile {
  display: none;
}

section.cooker > a {
  padding: 18px 30px;
  margin: 25px auto 0 auto;
}

/* /Cooker */
/* Compare */
.compare {
  background-color: #eee;
  padding-bottom: 60px;
}

.compare__subheader-bad br {
  display: none;
}

.compare__header br:first-child {
  display: none;
}

.compare__wrap {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.compare__header {
  font-family: "Mazzard M Bold";
  font-size: 33px;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 35px;
}

.compare__subheader-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 860px;
}

.compare__subheader-bad,
.compare__subheader-good {
  font-family: "Roboto";
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  height: 48px;
  width: 48%;
}

.compare__subheader-bad {
  background-color: #9a3531;
}

.compare__subheader-good {
  background-color: #77a826;
}

.compare__item-title {
  font-family: "Roboto Bold";
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.compare__item {
  display: flex;
  justify-content: space-between;
  max-width: 860px;
}

.compare__piece {
  width: 48%;
}

.compare__item-img {
  margin-bottom: 20px;
}

.compare__item-img__mobile {
  display: none;
}

.compare__item-subtitle img {
  position: absolute;
  width: 24px;
  height: 24px;
}

.compare__item-subtitle {
  position: relative;
  margin-left: 15px;
}

.compare__item-subtitle p {
  padding-left: 35px;
  max-width: 380px;
}

.compare__item-text {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 18px;
  color: #000;
}

.compare__item-subtitle > p:nth-child(2) {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}

#piv-video {
  background: #000;
  padding: 30px 0 50px 0;
}

#piv-video > div {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: auto;
  max-width: 1150px;
}

#piv-video iframe {
  width: 21vw;
  height: 203px;
  margin-bottom: 20px;
}

#piv-video > div:nth-child(2) > div:nth-child(1),
#piv-video > div:nth-child(2) > div:nth-child(2) {
  margin-right: 15px;
}

#piv-videoh {
  font-family: "Mazzard M Bold";
  line-height: 72px;
  padding-top: 0;
  font-size: 33px;
  color: rgb(255 255 255 / 97%);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.recipes {
  /* background: #ecece9; */
  background-color: #000;
  padding: 20px 0;
}

.recipes .container {
  max-width: 1000px;
  margin: 30px auto;
}

.recipes .recipes_title {
  margin-bottom: 40px;
  padding-top: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Mazzard M Bold";
  font-size: 33px;
  line-height: 42px;
  text-transform: uppercase;
}

.recipes .recipes_list {
  padding-bottom: 20px;
}

.recipes .recipes_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.recipes .recipes_list ul li {
  font-family: "Roboto Bold";
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: url(/images/recipes-branch.svg) no-repeat center top;
  padding-top: 40px;
}

.recipes .recipes_list ul li a {
  line-height: 36px;
  display: inline-block;
  padding: 13px 15px;
  border-radius: 30px;
  margin-top: 20px;
  width: 200px;
  height: 50px;
  font-family: "Mazzard M Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  background-color: #ffce52;
  text-decoration: none;
}

/* Blend */
.blend {
  background-color: #000;
  padding-bottom: 40px;
}

.blend__header {
  font-family: "Mazzard M Bold";
  font-size: 33px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 50px;
}

.blend__subheader {
  font-family: "Roboto";
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin: 10px 0 54px 0;
}

.blend__video-wrap {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 40px;
}

.blend__video-title {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  background-color: #ffcd5b;
  border-radius: 15px 15px 0 0;
  padding: 20px 0;
  margin-bottom: -1px;
  max-width: 600px;
}

.blend__video-wrap video {
  width: 600px;
  height: 338px;
}

.blend__video video {
  width: 600px;
  height: 335px;
}

.blend__items {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 800px;
}

.blend__item {
  width: 240px;
  position: relative;
  border: 4px solid #ffcd5b;
  border-radius: 15px;
}

.blend__item__num {
  font-family: "Mazzard M Bold";
  font-size: 65px;
  line-height: 83px;
  color: #ffcd5b;
  background-color: #000;
  position: absolute;
  left: -20px;
  top: 15px;
}

.blend__item__text {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 21px;
  color: #fff;
  padding: 22px 10px 30px 35px;
  max-width: 220px;
}

section.blend > a {
  padding: 18px 30px;
  margin: 0 auto;
}

/* /Blend */
/* Delivery */
.delivery {
  position: relative;
}

.delivery__header {
  font-family: "Mazzard M Bold";
  font-size: 33px;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  margin: 60px 0 20px 0;
}

.delivery__header br {
  display: none;
}

.delivery__list-wrap {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.delivery__list {
  list-style-type: disc;
  margin-left: 90px;
}

.delivery__list-item {
  font-family: "Roboto";
  font-size: 24px;
  line-height: 42px;
}

.delivery__item-wrap {
  display: flex;
  justify-content: space-around;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.delivery__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 22px;
  width: 290px;
}

.delivery__item img {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.delivery__item p {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

/* Footer */
.footer {
  background-color: #272624;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.footer__logo {
  margin-top: 20px;
}

.footer__offer {
  margin-top: 25px;
}

.footer__offer a {
  font-family: "Mazzard M Regular";
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.footer__offer a:hover {
  color: #ffcd5b;
}

.footer__contact {
  margin-top: 25px;
}

.footer__contact a {
  font-family: "Mazzard M Regular";
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}

.footer__info {
  font-family: "Roboto";
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02px;
  max-width: 1150px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* Steps Mobile */
.container__steps {
  display: none;
  margin: 0 auto;
  background-color: #000;
}

/* Choose Volume */
.choose__volume {
  text-align: center;
  margin: 5px 0 15px 0;
}
.choose_white {
  background-color: #fff !important;
}
.choose__volume-new {
  background-color: #edefef;
  margin: 0;
  padding-bottom: 20px;
}

.choose__volume-title {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #000;
}

.choose__volume-radio {
  display: inline-block;
}

.choose__volume > div:nth-child(2) {
  margin-right: 10px;
}

.choose__volume .choose__volume-radio input,
.choose__volume .choose__volume-radio__footer input {
  display: none;
}

.choose__volume .choose__volume-radio label {
  display: block;
  width: 95px;
  height: 29px;
  line-height: 27px;
  font-family: "Roboto Bold";
  font-size: 18px;
  border: 2px solid #9a3531;
  border-radius: 30px;
  color: #9a3531;
  cursor: pointer;
}

.choose__volume .choose__volume-radio input:checked + label {
  background-color: #9a3531;
  color: #fff;
}

.choose__volume .choose__volume-radio__footer input:checked + label {
  color: #fff;
  background-color: #9a3531;
}

/* /Choose Volume */
/* Remodal Goods */
.close-bg img {
  height: 35px;
  width: 35px;
  border: solid #9a3531 6px;
  background-color: #9a3531;
  border-radius: 50%;
}
.remodal__goods-wrap {
  background-color: #edefef;
}

.remodal__goods-wrap {
  border-radius: 25px 25px 0 0;
}
.remodal__price {
	flex-flow: wrap;
	position: relative;
    padding-bottom: 2em;
}
.remodal_price_dscr {
  padding-bottom: 5px;
  font-size: 0.9em;
}
.remodal__goods-header {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000;
  margin-right: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.remodal__goods {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 220px;
  line-height: 20px;
}
.remodal__goods-new {
  height: 320px;
}

.remodal__goods-1,
.remodal__goods-2,
.remodal__goods-3 {
  display: flex;
  flex-direction: column;
  align-items: center;

  font-family: "Mazzard M Regular";
  width: 180px;
  position: relative;
}

/* .remodal__goods-1,
.remodal__goods-2 {
  margin-right: 50px;
} */

/* .remodal__goods > div > img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
} */

.remodal__goods > div img {
  border-radius: 50%;
  width: 90px;
  height: 90px;

  margin-bottom: 8px;
}

.remodal__goods-new > div img {
  width: auto;
  height: 100%;
  margin-bottom: 8px;
  border-radius: 0;
}
.dicount_tovar {
  display: block;
  position: absolute;
  top: 0;
  font-family: "Mazzard M Bold";
  font-size: 22px;
  color: #9a3531;
  right: 20px;
}
.dicount_tovar span {
  display: block;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 16px;
  margin-top: -10px;
}
.form-price {
  display: flex;
  align-items: center;
}

.form-price p {
  font-family: "Mazzard M Bold";
  font-size: 21px;
  color: #9a3531;
  line-height: 15px;
  margin-top: 8px;
}

.form-price span {
  font-family: "PT Sans", "Open Sans", "Trebuchet MS";
  font-size: 18px;
  color: #9a3531;
  font-weight: 700;
  margin-left: 1px;
  margin-bottom: -8px;
}

.custom-checkbox {
  display: none;
}

.custom-checkbox + label::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 3px solid #9a3531;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked + label::after {
  background: center no-repeat url("/images/remodal-check.svg");
  background-color: #9a3531;
}

/* /Remodal Goods */
/* Remodal Form */
.remodal__call {
  font-family: "Roboto Bold";
  font-size: 18px;
  color: #000;
  line-height: 21px;
  text-align: center;
  margin: 20px 0 10px 0;
}

.contact-form4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.remodal_name,
.remodal_phone {
  font-family: "Roboto";
  font-size: 15px;
  padding: 8px;
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  width: 220px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
}

.remodal_name::placeholder,
.remodal_phone::placeholder {
  font-family: "Mazzard M Regular";
}

.remodal_promo {
  font-family: "Roboto";
  font-size: 12px;
  color: #9a3531;
  padding: 8px;
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  width: 100px;
  height: 36px;
  margin-bottom: 20px;
}

input.remodal_promo::placeholder {
  font-family: "Roboto";
  font-size: 12px;
  line-height: 21px;
  color: #9a3531;
}

.contact-form4 input[type="submit"] {
  font-family: "Mazzard M Regular";
  font-size: 18px;
  color: #fff;
  line-height: 21px;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  background-color: #9a3531;
  letter-spacing: 0.8px;
  border: 0;
  padding: 18px 0;
  display: inline-block;
  margin-left: 12px;
  width: 260px;
}
.submit-new {
  margin: 0 !important;
}
#callback-form .contact-form4{
	flex-direction: column;
}
.contact-form4 > div:nth-child(4) {
  /* 150px backup */
  margin-left: 0;
}

.contact-form4 > div:nth-child(5) {
  margin-left: 30px;
}

.remodal__price {
  font-family: "Roboto";
  font-size: 13px;
  line-height: 42px;
  color: #000;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 10px auto;
  width: 300px;
}
.remodal__price-new {
  width: auto;
  margin: 10px auto;
}

.remodal__price span {
  font-family: "Mazzard M Bold";
  font-size: 40px;
  color: #9a3531;
  line-height: 44px;
  margin-left: 35px;
  width: 160px;
}

.remodal__price > span > span {
  font-family: "PT Sans", "Open Sans", "Trebuchet MS";
  margin-left: 0;
  font-weight: 700;
  font-size: 36px;
}

.labl_check {
  font-family: "Roboto";
  font-size: 12px;
  line-height: 21px;
  padding: 0 10px;
  width: 100%;
}

#fphone3::placeholder,
#fname3::placeholder {
  font-family: "Roboto";
}

.remodal-form {
  margin-top: -15px;
}

/* Page Form */
.regular__form {
  padding: 40px 0;
}

.regular__form > div {
  max-width: 800px;
  margin: 0 auto;
  background-color: #e1e1e1;
  border-radius: 22px 22px 0 0;
}

.regular__form #remodal__header-wrap {
  width: 100%;
  max-width: none;
}

/* Callback Modal */
div[data-remodal-id="callback-modal"] .remodal__header {
  padding-bottom: 10px;
}

div[data-remodal-id="callback-modal"] .remodal__subheader {
  color: #000;
  line-height: 30px;
  margin: 15px 0;
}

div[data-remodal-id="callback-modal"] .contact-form4 {
  margin-bottom: 15px;
}

div[data-remodal-id="callback-modal"] div:nth-child(3) {
  width: auto;
  margin-left: 0;
}

div[data-remodal-id="callback-modal"] input[type="submit"] {
  margin-left: 0;
}

/* VK */
.vk {
  background-color: #000;
  padding: 30px 0;
}

.vk a {
  max-width: 650px;
  display: block;
  margin: 0 auto;
}

.vk__wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 650px;
  margin: 0 auto;
}

.vk__logo img {
  width: 40px;
  height: 40px;
}

.vk__call {
  font-family: "Mazzard M Regular";
  color: #fff;
  font-size: 24px;
}

/* Validation */
input.errorMsg {
  color: red;
}

.invalidElem {
  border: 1px solid red;
}

/* /Validation */

#remodal__header-wrap,
#basis__header-wrap,
#callback__header-wrap {
  background-color: #9a3531;
  border-radius: 22px 22px 0 0;
  max-width: 793px;
  margin: 0 auto;
}
.comeback-sales-banner {
  background-color: white !important;
  padding: 0 0 16px 0;
  border-radius: 20px;
}
.comeback-sales-banner img {
  border-radius: 20px;
}

.remodal__header {
  font-family: "Mazzard M Bold";
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
}

.remodal__subheader {
  font-family: "Roboto";
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin-bottom: 5px;
}

#ras_check {
  margin-right: 10px;
  margin-bottom: 2px;
}
.remodal__price .rpt span {
	margin: 0;
}

.rpt, .rpt span {
	display: inline-flex;
    left: 0;
    top: auto;
    font-size: 14px;
    line-height: 14px;
    bottom: 4px;
    width: 100%;
    justify-content: center;
    flex-flow: wrap;
	margin: 0;
	padding: 0.5em;
	font-family: 'Mazzard M Regular';
	position: absolute;
    bottom: 0;
    height: 32px;
}
.find-promo, .rpt .find-promo {
	color: #00c300;
}
.nofind-promo, .rpt .nofind-promo {
	color: #9a3531;
}
.row-f {
	position: relative;
}
.row-submit {
	width: 100%;
	padding-bottom: 1em;
}
.row-promo {
	flex-flow: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.row-promo input {
	font-family: "Roboto";
    font-size: 12px;
    padding: 8px;
    border: 1px solid #7d7d7d;
    border-radius: 4px;
    width: 170px;
    height: 36px;
    display: inline-flex;
    margin: 0 0 20px 0.5em;
}
.row-promo .get-pr {
	display: inline-flex;
    margin: 0 auto;
    top: 0;
    font-size: 12px;
    padding: 8px;
    border: 1px solid #7d7d7d;
    border-radius: 0 4px 4px 0;
    width: 80px;
    height: 36px;
    margin-bottom: 20px;
    position: absolute;
    left: 100px;
    background: #9a3531;
    color: white;
    cursor: pointer;
}
label.error {
	display: inline-flex;
    position: absolute;
    left: 0;
    top: auto;
    font-size: 14px;
    line-height: 14px;
    bottom: 4px;
    width: 100%;
    justify-content: center;
	color: #9a3531;
}
label.valid {
	color: #00c300;
}
input[type="text"]:invalid, input[type="tel"]:invalid {
	border: 1px solid #9a3531;
}
label.error+input[type="text"], label.error+input[type="tel"] {
	border: 1px solid #9a3531;
}
input[type="text"]::placeholder+label.error, input[type="tel"]::placeholder+label.error {
    color: #9a3531;
}
#remodal-form > div.remodal__goods-wrap > div > div.remodal__goods-3 > p {
  max-width: 160px;
}

body > section.choose > div > div:nth-child(2) > div.choose__item-img > img {
  transform: scale(0.85);
  margin-bottom: -5px;
}

/* Bg Video */

.bg-video {
  position: relative;
  overflow: hidden;
  height: 420px;
}

.bg-video video {
  object-fit: cover;
  width: 100vw;
  height: 100%;
  filter: opacity(0.5);
}

.bg-video__background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: space;
    background-position: center;
    background-size: 0.2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffcd5b'/%3e%3c/svg%3e");
    background-color: rgba(255,205,91, 0.45);
    opacity: 1;
}

.bg-video__review {
  position: absolute;
  width: 100vw;
  top: calc(50% - 120px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bg-video__review h2 {
  /* font-family: "Montserrat Semibold"; */
  font-family: "Mazzard M Bold";
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 80px;
}

.bg-video__toggle-wrap {
  display: flex;
  align-items: center;
}

.bg-video__toggle {
  width: 90px;
  height: 90px;
  background-color: rgba(254, 76, 61, 0.5);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-video__toggle-inner {
  width: 50px;
  height: 50px;
  background-color: #fe4c3d;
  border-radius: 50%;
  cursor: pointer;
  animation: pulse-video 2.8s ease-in-out infinite;
}

.bg-video__toggle-button {
  position: absolute;
  width: 16px;
  height: 16px;
}

.bg-video__content {
  margin-left: 20px;
}

.bg-video__content-title {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 22px;
}

.bg-video__content-text {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 18px;
}

@keyframes pulse-video {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1);
  }
}
