@font-face {
  font-family: 'Proxima Nova';
  src: url('../font/ProximaNova-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../font/ProximaNova-Semibold.woff') format('woff');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../font/ProximaNova-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../font/ProximaNova-Extrabld.woff') format('woff');
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../font/ProximaNova-Black.woff') format('woff');
  font-style: normal;
  font-weight: 900;
}
html {
  line-height: 1.25;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1920px;
}
.dark {
  background-color: #004b63;
  color: #fff;
}
@media (min-width: 576px) {
  .step {
    position: relative;
  }
  .step:nth-child(odd) {
    right: 5vw;
  }
  .step:nth-child(even) {
    left: 5vw;
  }
}
@media (min-width: 768px) {
  .step {
    position: static;
  }
}
.it {
  font-style: italic;
}
body {
  margin: 0 auto;
}
label[for] {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1,
h2 {
  text-align: center;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0;
}
.social {
  display: block;
  padding: 5px;
}
fieldset {
  border: none;
  padding: 0;
}
input,
textarea {
  width: 100%;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 10px 20px;
  background-color: #fff;
  outline: none;
  color: #191919;
}
@media (min-width: 576px) {
  input,
  textarea {
    font-size: 14px;
  }
}
input::placeholder,
textarea::placeholder {
  color: #9a9a9a;
}
input:focus,
textarea:focus,
input:active,
textarea:active {
  outline: none;
}
@media (min-width: 576px) {
  input,
  textarea {
    border-radius: 50px;
    padding: 18px 34px;
  }
}
form textarea {
  border-radius: 20px;
  resize: none;
}
input[type="submit"],
input[type="reset"] {
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
  width: 154px;
  border-color: #44cbfa;
  line-height: 2;
  font-weight: 800;
}
@media (min-width: 576px) {
  input[type="submit"],
  input[type="reset"] {
    width: 266px;
  }
}
input[type="submit"] {
  background-color: #44cbfa;
  color: #fff;
}
input[type="reset"] {
  background-color: #fff;
  color: #44cbfa;
}
.btn {
  width: 164px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  padding: 4px;
  border: 1px solid #44cbfa;
  border-radius: 40px;
  background-color: #fff;
  color: #44cbfa;
  text-align: center;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.prim {
  color: #fff;
  background-color: #44cbfa;
}
@media (min-width: 576px) {
  .btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .btn {
    padding: 10px;
    width: 200px;
    border-radius: 50px;
  }
}
.btn:focus,
.btn:active {
  outline: none;
}
.ppwindow {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.ppwindow .popup {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  min-width: 320px;
  max-width: 824px;
  box-sizing: border-box;
  padding: 60px 5vw 50px;
  max-height: 98vh;
}
.ppwindow label[for] {
  position: absolute;
  top: 30px;
  right: 30px;
}
.ppwindow .close {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
}
#callbacktoggler:checked ~ #callpopup {
  display: flex;
}
footer.dark {
  padding: 38px 58px 30px;
}
@media (min-width: 576px) {
  footer.dark {
    padding: 26px 60px;
  }
}
footer.dark label[for],
footer.dark .socials,
footer.dark .tels,
footer.dark .time,
footer.dark .logoplace {
  display: block;
  margin: 2em auto 0;
}
@supports (display: grid) {
  footer.dark label[for],
  footer.dark .socials,
  footer.dark .tels,
  footer.dark .time,
  footer.dark .logoplace {
    margin: 0;
    align-self: center;
    justify-self: center;
  }
}
footer.dark .container {
  max-width: 550px;
  margin: 0 auto;
  display: grid;
  grid-row-gap: 30px;
  grid-template-areas: "i" "c" "t" "s" "l";
}
@media (min-width: 576px) {
  footer.dark .container {
    grid-template-areas: "i c" "i t" "l t" "l s";
    grid-row-gap: 4px;
    grid-column-gap: 50px;
  }
}
@media (min-width: 992px) {
  footer.dark .container {
    max-width: 980px;
    grid-template-areas: "i . c . t . s . l";
    grid-column-gap: 0;
    grid-template-columns: auto 15fr auto 4fr auto 4fr auto 5fr auto;
  }
}
footer.dark label[for] {
  grid-area: l;
  display: block;
  text-transform: uppercase;
  line-height: 52px;
  border-radius: 50px;
  border: 1px solid #fff;
  width: 200px;
  font-weight: 800;
  text-align: center;
}
footer.dark .socials {
  grid-area: s;
  display: flex;
  justify-content: space-between;
}
footer.dark .social:last-child {
  margin-left: 16px;
}
@media (min-width: 992px) {
  footer.dark .social {
    padding: 0;
  }
}
footer.dark .tels {
  grid-area: t;
  width: 135px;
}
@media (min-width: 992px) {
  footer.dark .tels {
    pointer-events: none;
  }
}
footer.dark .tel {
  display: block;
  padding: 4px;
}
footer.dark .tel:last-child {
  margin-top: 10px;
}
@media (min-width: 992px) {
  footer.dark .tel:last-child {
    margin-top: 2px;
  }
}
footer.dark .time {
  grid-area: c;
  display: flex;
  align-items: center;
}
footer.dark .time svg {
  margin-right: 12px;
}
footer.dark .logoplace {
  grid-area: i;
  display: block;
  padding: 14px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  width: 186px;
  box-sizing: border-box;
}
footer.dark .logoplace .logo {
  width: 138px;
  height: auto;
}
#callpopup h3,
#callpopup h4 {
  margin: 0;
}
#callpopup h3 {
  font-weight: 800;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (min-width: 576px) {
  #callpopup h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #callpopup h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  #callpopup h3 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  #callpopup h3 {
    margin-bottom: 70px;
  }
}
#callpopup h4,
#callpopup input {
  position: relative;
  z-index: 4;
}
#callpopup h4 {
  margin-bottom: 11px;
  text-align: center;
}
@media (min-width: 576px) {
  #callpopup h4 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  #callpopup h4 {
    font-size: 24px;
  }
}
#callpopup input::placeholder {
  text-transform: uppercase;
  text-align: center;
}
#callpopup #call-name {
  margin-bottom: 6px;
}
#callpopup input[type="submit"] {
  margin-top: 12px;
}
.shop-item {
  position: relative;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.shop-item:before {
  content: '';
  border-radius: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  right: -4px;
  background-color: #44cbfa;
  opacity: 0;
  z-index: -1;
}
.shop-item:hover:before {
  opacity: 1;
}
.shop-item.hit:after {
  position: absolute;
  top: 24px;
  right: 0;
  padding: 3px 4px 2px;
  background-color: #44cbfa;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.shop-item .btn {
  display: block;
  margin: 0 auto;
}
.shop-item .item-img {
  max-width: 200px;
  max-height: 200px;
  display: block;
  margin: 0 auto 12px;
}
#elements {
  text-align: center;
  padding: 65px 3vw 56px;
}
@media (min-width: 576px) {
  #elements {
    padding: 80px 5vw;
  }
}
@media (min-width: 768px) {
  #elements {
    padding: 100px 7vw;
  }
}
@media (min-width: 992px) {
  #elements {
    padding-top: 112px;
  }
}
#elements .text {
  max-width: 948px;
  margin: 30px 10px 40px;
}
@media (min-width: 992px) {
  #elements .text {
    margin: 40px auto 46px;
  }
}
#elements .elements {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#elements .element {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 13px 0;
  width: 100px;
  height: 100px;
  border: 1px dashed #0096de;
}
#elements .symbol {
  font-size: 28px;
  font-weight: 800;
}
#order {
  position: relative;
  box-sizing: border-box;
  padding: 30px 11vw;
  height: 186px;
  background-image: linear-gradient(to left, rgba(12, 85, 103, 0.7), rgba(12, 85, 103, 0.9)), url(../img/mount_mob.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 576px) {
  #order {
    height: 210px;
    padding: 40px 15vw;
    background-image: linear-gradient(to left, rgba(12, 85, 103, 0.5), rgba(12, 85, 103, 0.9)), url(../img/mount_tab.jpg);
  }
}
@media (min-width: 768px) {
  #order {
    padding: 40px 19vw;
    height: 250px;
  }
}
@media (min-width: 992px) {
  #order {
    background-image: linear-gradient(to left, rgba(12, 85, 103, 0.5), rgba(12, 85, 103, 0.9)), url(../img/mount_d.jpg);
  }
}
@media (min-width: 1200px) {
  #order {
    height: 282px;
  }
}
@media (min-width: 1400px) {
  #order {
    background-image: radial-gradient(circle at 7% 50%, rgba(12, 85, 103, 0.9), rgba(12, 85, 103, 0.3)), url(../img/mount_hd.jpg);
  }
}
#order h2 {
  margin: 0;
}
#order .btn {
  margin-top: 0.25em;
}
#order .txt {
  height: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#aquaman {
  display: none;
}
@media (min-width: 768px) {
  #aquaman {
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    top: 0;
    left: calc(19vw + 375px);
    width: 230px;
  }
  .no-webp #aquaman {
    background-image: url(../img/bottleman.png);
  }
  .webp #aquaman {
    background-image: url(../img/bottleman.webp);
  }
}
@media (min-width: 992px) {
  #aquaman {
    left: auto;
    right: 19vw;
    width: 262px;
  }
}
@media (min-width: 1200px) {
  #aquaman {
    top: auto;
    height: 370px;
    width: 344px;
  }
}
@media (min-width: 1400px) {
  #aquaman {
    height: 412px;
    width: 382px;
    right: auto;
    left: calc(400px + 25vw);
  }
}
#steps {
  text-align: center;
  padding: 62px 15px 42px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  #steps {
    position: relative;
    display: grid;
    padding: 100px 10vw;
    row-gap: 28px;
    column-gap: 5vw;
    grid-template-areas: "h2 h2" "s1 s2" "s3 s4" "s5 s6";
  }
}
@media (min-width: 992px) {
  #steps {
    padding-bottom: 192px;
  }
}
@media (min-width: 1200px) {
  #steps {
    padding-top: 172px;
    column-gap: 1vw;
    grid-template-areas: "h2 h2 h2" "s1 gl s2" "s3 gl s4" "s5 gl s6";
    grid-template-columns: 2fr 1fr 2fr;
  }
}
@media (min-width: 1400px) {
  #steps {
    column-gap: 38px;
    grid-template-columns: auto 400px auto;
  }
}
#steps .step {
  margin: 22px auto;
  font-size: 12px;
  padding: 34px 38px 38px;
  box-sizing: border-box;
  max-width: 342px;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#steps .step h3 {
  color: #44cbfa;
  font-size: calc(1em + 4px);
  margin-top: 0;
  margin-bottom: calc(1.5em - 3px);
}
@media (min-width: 576px) {
  #steps .step {
    border-radius: 10px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #steps .step {
    min-height: 222px;
    margin: 0;
    align-self: stretch;
  }
  #steps .step:nth-child(odd) {
    justify-self: end;
  }
  #steps .step:nth-child(even) {
    justify-self: start;
  }
  #steps .step[data-step="1"] {
    grid-area: s1;
  }
  #steps .step[data-step="2"] {
    grid-area: s2;
  }
  #steps .step[data-step="3"] {
    grid-area: s3;
  }
  #steps .step[data-step="4"] {
    grid-area: s4;
  }
  #steps .step[data-step="5"] {
    grid-area: s5;
  }
  #steps .step[data-step="6"] {
    grid-area: s6;
  }
}
#steps h2 {
  margin-top: 0;
  margin-bottom: 64px;
  grid-area: h2;
}
@media (min-width: 768px) {
  #steps h2 {
    margin-bottom: 30px;
  }
}
#glass,
#steps .splash {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
#glass {
  grid-area: gl;
  background-image: url(../img/glass.jpg);
  position: relative;
  background-size: contain;
}
@media (min-width: 1200px) {
  #glass {
    display: block;
  }
}
#steps .splash {
  position: absolute;
}
@media (min-width: 992px) {
  #steps .splash {
    display: block;
  }
}
#steps .splash[data-img="1"] {
  grid-area: w1;
  background-image: url(../img/splash1.jpg);
  transform: scaleX(-1);
  height: 614px;
  width: 422px;
  top: 0;
  right: 85vw;
}
@media (min-width: 1400px) {
  #steps .splash[data-img="1"] {
    top: 40px;
    right: 83vw;
  }
}
#steps .splash[data-img="2"] {
  grid-area: w2;
  background-image: url(../img/splash2.jpg);
  height: 508px;
  width: 421px;
  top: 0;
  left: 82vw;
}
@media (min-width: 1400px) {
  #steps .splash[data-img="2"] {
    top: 105px;
    left: 83vw;
  }
}
#steps .splash[data-img="3"] {
  grid-area: w3;
  background-image: url(../img/splash3.jpg);
  height: 365px;
  width: 327px;
  bottom: 64px;
  right: 86vw;
}
@media (min-width: 1400px) {
  #steps .splash[data-img="3"] {
    right: 91vw;
  }
}
#steps .splash[data-img="4"] {
  grid-area: w4;
  background-image: url(../img/splash1.jpg);
  height: 614px;
  width: 422px;
  bottom: 0;
  left: 85vw;
}
@media (min-width: 1400px) {
  #steps .splash[data-img="4"] {
    left: 89vw;
  }
}
#sert {
  position: relative;
  text-align: center;
}
#sert .owl-carousel {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#sert .dark {
  position: absolute;
  height: 92px;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: -1;
}
@media (min-width: 1200px) {
  #sert .dark {
    height: 150px;
    bottom: 110px;
  }
}
#sert .sert {
  height: 172px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #sert .sert {
    height: 284px;
    width: 250px;
  }
}
#sert img {
  width: 190px;
  height: auto;
}
#sert .owl-dots {
  margin-top: 26px;
}
#sert .owl-dot {
  height: 26px;
  width: 26px;
  margin: 0 4px;
}
#sert .owl-dot span {
  display: inline-block;
  border: 1px solid #004b63;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin: 4px;
}
#sert .owl-dot.active span {
  background-color: #004b63;
}
#sert .owl-prev,
#sert .owl-next {
  position: absolute;
  width: 32px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  top: 40%;
  font-weight: 700;
}
#sert .owl-prev {
  left: 20px;
}
#sert .owl-next {
  right: 20px;
}
#clearsteps {
  margin-bottom: 66px;
  padding: 74px 5vw 0;
}
@media (min-width: 768px) {
  #clearsteps {
    display: grid;
    justify-content: center;
    grid-row-gap: 12px;
    grid-column-gap: 30px;
    grid-template-areas: "he he" "s1 ." "s1 s2" "s3 s2" "s3 s4" "s5 s4" "s5 s6" "s7 s6" "s7 s8" "s9 s8" "s9 .";
  }
}
@media (min-width: 992px) {
  #clearsteps {
    grid-template-areas: "he he he" "s1 s2 s3" "s4 s5 s6" "s7 s8 s9";
  }
}
@media (min-width: 1200px) {
  #clearsteps {
    background: url(../img/9.jpg) no-repeat;
    background-position-x: 50vw;
    background-position-y: bottom;
    background-size: 60vw auto;
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "s1 .  he" "s1 s2 he" "s3 s2 he" "s3 s4 he" "s5 s4 ." "s5 s6 ." "s7 s6 ." "s7 s8 ." "s9 s8 ." "s9 .  .";
  }
}
@media (min-width: 1400px) {
  #clearsteps {
    padding-top: 20px;
    padding-bottom: 60px;
    grid-template-columns: auto auto 550px;
    background-position-x: 48vw;
    background-size-x: 50vw;
  }
}
#clearsteps .step {
  min-height: 118px;
  max-width: 296px;
  border-radius: 10px;
  overflow: hidden;
  margin: 11px auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: stretch;
}
@media (min-width: 768px) {
  #clearsteps .step {
    margin: 0;
  }
}
#clearsteps .step[data-num="1"] {
  grid-area: s1;
}
#clearsteps .step[data-num="2"] {
  grid-area: s2;
}
#clearsteps .step[data-num="3"] {
  grid-area: s3;
}
#clearsteps .step[data-num="4"] {
  grid-area: s4;
}
#clearsteps .step[data-num="5"] {
  grid-area: s5;
}
#clearsteps .step[data-num="6"] {
  grid-area: s6;
}
#clearsteps .step[data-num="7"] {
  grid-area: s7;
}
#clearsteps .step[data-num="8"] {
  grid-area: s8;
}
#clearsteps .step[data-num="9"] {
  grid-area: s9;
}
#clearsteps .step .dark {
  flex: 0 0 1em;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#clearsteps .step .dark:after {
  content: '';
  position: absolute;
  background-color: #004b63;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1em;
  z-index: -1;
}
#clearsteps .step .step-info {
  background-color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 25px 12px 25px 32px;
  border-radius: 10px;
}
#clearsteps header {
  font-size: 20px;
  text-align: center;
  margin-bottom: 56px;
  grid-area: he;
}
@media (min-width: 768px) {
  #clearsteps header {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  #clearsteps header {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  #clearsteps header {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  #clearsteps header {
    font-size: 40px;
  }
}
#clearsteps h1 {
  font-size: 42px;
  font-weight: 800;
  color: #44cbfa;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #clearsteps h1 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  #clearsteps h1 {
    font-size: 66px;
  }
}
@media (min-width: 1400px) {
  #clearsteps h1 {
    font-size: 78px;
  }
}
#stock {
  font-size: 12px;
}
@media (min-width: 576px) {
  #stock {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #stock {
    display: flex;
  }
}
@media (min-width: 992px) {
  #stock {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #stock {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  #stock {
    font-size: 24px;
    padding: 95px 0 137px;
  }
}
#stock h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  #stock h1 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #stock h1 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  #stock h1 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  #stock h1 {
    font-size: 36px;
  }
}
#stock h1,
#stock .it {
  z-index: 2;
  width: 108px;
}
@media (min-width: 576px) {
  #stock h1,
  #stock .it {
    width: 160px;
  }
}
@media (min-width: 768px) {
  #stock h1,
  #stock .it {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  #stock h1,
  #stock .it {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #stock h1,
  #stock .it {
    width: 250px;
  }
}
#stock div.dark {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #stock div.dark {
    padding: 0;
  }
  #stock div.dark h1,
  #stock div.dark .it {
    margin-right: 5%;
  }
}
@media (min-width: 1400px) {
  #stock div.dark {
    height: 251px;
  }
}
#stock div.dark:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (filter: blur(20px)) {
  #stock div.dark:before {
    opacity: 1;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    filter: blur(20px);
  }
  @media (min-width: 1200px) {
    #stock div.dark:before {
      filter: blur(15px);
    }
  }
}
#gift .dark {
  padding-left: 57%;
}
#friend .dark {
  padding-left: 62%;
}
#gift .dark:before {
  background-image: url(../img/pompa_bg_mob.jpg);
  background-position: right bottom;
}
#friend .dark:before {
  background-image: url(../img/people_bg_mob.jpg);
  background-position: center;
}
#gift,
#friend {
  position: relative;
  flex: 0 0 50%;
}
#gift:before,
#friend:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
}
#gift:before {
  top: -55px;
  height: 240px;
  left: 7%;
  right: 30%;
}
.no-webp #gift:before {
  background-image: url(../img/pompa.png);
}
.webp #gift:before {
  background-image: url(../img/pompa.webp);
}
@media (min-width: 768px) {
  #gift:before {
    right: 33%;
    left: 4%;
  }
}
@media (min-width: 1400px) {
  #gift:before {
    top: -94px;
    width: 460px;
    height: 484px;
    left: auto;
    right: 140px;
  }
}
#friend:before {
  bottom: 0;
  height: 164px;
  left: 6%;
  right: 35%;
}
.no-webp #friend:before {
  background-image: url(../img/people.png);
}
.webp #friend:before {
  background-image: url(../img/people.webp);
}
@media (min-width: 768px) {
  #friend:before {
    right: 45%;
    left: 3%;
  }
}
@media (min-width: 1400px) {
  #friend:before {
    right: auto;
    left: 50px;
    width: 322px;
    height: 317px;
  }
}
#friend {
  margin-top: 60px;
}
@media (min-width: 768px) {
  #friend {
    margin: 0;
  }
}
#shop {
  padding: 52px 5vw 65px;
}
#shop .shop-item {
  max-width: 360px;
  min-height: 236px;
  margin: 24px auto 0;
  padding: 24px 20px 36px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 576px) {
  #shop .shop-item {
    margin: 0;
    width: 40vw;
  }
}
@media (min-width: 992px) {
  #shop .shop-item {
    width: 360px;
  }
}
@media (min-width: 1400px) {
  #shop {
    padding: 95px 6vw 80px;
  }
}
#shop .items .btn {
  margin-top: 14px;
}
@media (min-width: 576px) {
  #shop .items {
    display: grid;
    grid-row-gap: 24px;
    justify-items: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 50%);
  }
}
@media (min-width: 992px) {
  #shop .items {
    grid-column-gap: 24px;
    grid-template-columns: repeat(auto-fill, 360px);
  }
}
@media (min-width: 1400px) {
  #shop .items {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 1180px;
    margin: 0 auto;
  }
}
#shop .btn.price-link {
  display: block;
  margin: 0 auto 60px;
}
@media (min-width: 576px) {
  #shop .btn.price-link {
    width: 200px;
  }
}
#shop .shop-toggler {
  margin: 0 auto 30px;
  width: 90vw;
  max-width: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  #shop .shop-toggler {
    max-width: 450px;
  }
}
#shop .shop-toggler ~ .items .shop-item {
  display: none;
}
#shop .shop-toggler .btn {
  color: #000;
  flex: 0 1 134px;
  text-transform: none;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  #shop .shop-toggler .btn {
    flex-basis: 204px;
  }
}
#items1:checked ~ .shop-toggler label[for="items1"] {
  background-color: #44cbfa;
  color: #fff;
}
#items1:checked ~ .items .items1 {
  display: flex;
}
#items2:checked ~ .shop-toggler label[for="items2"] {
  background-color: #44cbfa;
  color: #fff;
}
#items2:checked ~ .items .items2 {
  display: flex;
}
#delivery {
  position: relative;
  background-image: linear-gradient(45deg, rgba(35, 56, 99, 0.8), rgba(17, 43, 149, 0.5)), url(../img/car_bg_mob.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 576px) {
  #delivery {
    background-image: linear-gradient(45deg, rgba(35, 56, 99, 0.8), rgba(17, 43, 149, 0.5)), url(../img/car_bg_tab.jpg);
    margin-bottom: 30px;
  }
  #delivery:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 73vw;
    right: 0;
    height: 167px;
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  #delivery {
    font-size: 16px;
    margin-bottom: 45px;
  }
  #delivery:after {
    bottom: -45px;
    left: auto;
    height: 278px;
    width: 45vw;
    max-width: 430px;
  }
}
@media (min-width: 992px) {
  #delivery {
    background-image: radial-gradient(at 90% 50%, rgba(42, 61, 78, 0.5), rgba(0, 31, 196, 0.7)), url(../img/car_bg_d.jpg);
    margin-bottom: 75px;
  }
  #delivery:after {
    bottom: -75px;
    height: 389px;
    width: 53vw;
    max-width: 610px;
  }
}
@media (min-width: 1200px) {
  #delivery {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  #delivery {
    background-image: radial-gradient(at 90% 50%, rgba(42, 61, 78, 0.5), rgba(0, 31, 196, 0.7)), url(../img/car_bg_hd.jpg);
    margin-bottom: 112px;
  }
  #delivery:after {
    bottom: -112px;
    height: 33vw;
    width: 53vw;
    max-width: 1010px;
  }
}
@media (min-width: 576px) {
  .no-webp #delivery:after {
    background-image: url(../img/car_mob.png);
  }
}
@media (min-width: 768px) {
  .no-webp #delivery:after {
    background-image: url(../img/car_tab.png);
  }
}
@media (min-width: 992px) {
  .no-webp #delivery:after {
    background-image: url(../img/car_d.png);
  }
}
@media (min-width: 1400px) {
  .no-webp #delivery:after {
    background-image: url(../img/car_hd.png);
  }
}
@media (min-width: 576px) {
  .webp #delivery:after {
    background-image: url(../img/car_mob.webp);
  }
}
@media (min-width: 768px) {
  .webp #delivery:after {
    background-image: url(../img/car_tab.webp);
  }
}
@media (min-width: 992px) {
  .webp #delivery:after {
    background-image: url(../img/car_d.webp);
  }
}
@media (min-width: 1400px) {
  .webp #delivery:after {
    background-image: url(../img/car_hd.webp);
  }
}
#delivery ul.drop {
  list-style: none;
  height: 377px;
  max-width: 450px;
  padding: 46px 10vw 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0 auto;
}
@media (min-width: 576px) {
  #delivery ul.drop {
    height: 400px;
    padding-left: 20px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  #delivery ul.drop {
    margin: 0 auto 0 5vw;
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #delivery ul.drop {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  #delivery ul.drop {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 500px;
    margin-left: 12vw;
  }
}
@media (min-width: 1400px) {
  #delivery ul.drop {
    margin-left: 19vw;
    height: 500px;
  }
}
#delivery li.drop {
  position: relative;
}
#delivery li.drop:before {
  position: absolute;
  content: '';
  background: url(../img/drop.svg) no-repeat center;
  background-size: cover;
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  #delivery li.drop:before {
    width: 16px;
    height: 16px;
    left: -25px;
  }
}
@media (min-width: 1200px) {
  #delivery li.drop:before {
    width: 18px;
    height: 18px;
  }
}
#delivery h2 {
  margin-top: 0;
  align-self: center;
}
@media (min-width: 1200px) {
  #delivery h2 {
    align-self: unset;
  }
}
#price {
  padding: 58px 5vw 0;
}
@media (min-width: 1200px) {
  #price {
    padding-top: 10px;
  }
}
#price .quantity {
  font-size: 13px;
}
@media (min-width: 576px) {
  #price .quantity {
    font-size: 18px;
  }
}
#price .blue {
  color: #44cbfa;
  font-size: 12px;
}
@media (min-width: 576px) {
  #price .blue {
    font-size: 14px;
  }
}
#price .price {
  font-weight: 800;
  font-size: 12px;
}
@media (min-width: 576px) {
  #price .price {
    font-size: 16px;
  }
}
#price .num {
  font-size: 24px;
}
@media (min-width: 576px) {
  #price .num {
    font-size: 38px;
  }
}
#price h2 {
  margin-bottom: 90px;
}
@media (min-width: 576px) {
  #price h2 {
    margin-bottom: 105px;
  }
}
@media (min-width: 768px) {
  #price .items {
    display: grid;
    grid-column-gap: 6vw;
    grid-row-gap: 20px;
    grid-template-areas: "i1 i1 i4" "i3 i2 i2";
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  #price .items {
    grid-row-gap: 40px;
    grid-template-areas: "i1 i2" "i3 i4";
    justify-items: center;
  }
}
@media (min-width: 1400px) {
  #price .items {
    grid-column-gap: 20px;
    grid-template-areas: "i1 i2 i3 i4";
  }
}
#price .battles-img,
#price .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#price .btn {
  top: calc(100% + 30px);
}
@media (min-width: 1200px) {
  #price .btn {
    display: none;
  }
}
#price .battles-img {
  height: 153px;
  top: -48px;
  width: 100%;
}
@media (min-width: 576px) {
  #price .battles-img {
    height: 174px;
  }
}
.battles-img .battle {
  height: 153px;
}
@media (min-width: 576px) {
  .battles-img .battle {
    height: 174px;
  }
}
.shop-item:last-child .battles-img .battle {
  opacity: 0.4;
}
.battles-img .battle:nth-child(even) {
  height: 109px;
  bottom: 20px;
}
@media (min-width: 576px) {
  .battles-img .battle:nth-child(even) {
    height: 128px;
    bottom: 24px;
  }
}
.battles-img .battle:nth-child(odd) {
  z-index: 2;
}
.shop-item:nth-child(2) .battle {
  position: relative;
}
.shop-item:nth-child(2) .battle:first-child {
  left: 30px;
}
.shop-item:nth-child(2) .battle:last-child {
  right: 30px;
}
.shop-item:first-child .battle:nth-child(even) {
  position: absolute;
}
.shop-item:first-child .battle:nth-child(odd) {
  position: relative;
}
.shop-item:first-child .battle:first-child {
  left: 15px;
}
.shop-item:first-child .battle:nth-child(3) {
  right: 15px;
}
.shop-item:first-child .battle:nth-child(2) {
  right: calc(50% + 50px);
}
.shop-item:first-child .battle:last-child {
  left: calc(50% + 50px);
}
#price .shop-item {
  margin: 0 auto 155px;
  padding: 115px 0 27px;
}
@media (min-width: 576px) {
  #price .shop-item {
    max-width: 376px;
    padding: 166px 0 33px;
  }
}
@media (min-width: 768px) {
  #price .shop-item {
    margin-right: 0;
    margin-left: 0;
  }
  #price .shop-item:first-child {
    grid-area: i1;
    width: 376px;
  }
  #price .shop-item:nth-child(2) {
    grid-area: i2;
    width: 340px;
  }
  #price .shop-item:nth-child(3) {
    grid-area: i3;
    width: 232px;
  }
  #price .shop-item:last-child {
    grid-area: i4;
    width: 184px;
  }
}
#price .shop-item:hover .btn {
  display: block;
}
@media (min-width: 1200px) {
  #price .shop-item .battles-img:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    bottom: -240px;
    z-index: -1;
  }
}
#top {
  height: 723px;
  background-image: radial-gradient(96% 56% at 45% 52%, rgba(0, 194, 255, 0.1) 0%, #004b63 110%), url(../img/header_mob.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  #top {
    background-image: radial-gradient(86% 56% at 45% 52%, rgba(0, 194, 255, 0.1) 0%, #004b63 110%), url(../img/header_tab.jpg);
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  #top {
    background-image: radial-gradient(76% 66% at 45% 52%, rgba(0, 194, 255, 0.2) 0%, #004b63 110%), url(../img/header_d.jpg);
    display: flex;
    padding: 50px 5vw;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  #top {
    position: relative;
    top: -50px;
    z-index: 10;
  }
}
@media (min-width: 1400px) {
  #top {
    height: 766px;
    background-image: radial-gradient(56% 86% at 50% 52%, rgba(0, 194, 255, 0.2) 0%, #004b63 110%), url(../img/header_hd.jpg);
    padding: 150px 5vw 100px;
    justify-content: center;
  }
}
#top .logo-battles {
  position: relative;
  text-align: center;
  margin-bottom: 140px;
  flex: 1 0 550px;
}
@media (min-width: 576px) {
  #top .logo-battles {
    margin-bottom: 130px;
  }
}
@media (min-width: 992px) {
  #top .logo-battles {
    margin: 0;
  }
}
@media (min-width: 1400px) {
  #top .logo-battles {
    flex: 0 0 730px;
  }
}
#top .logo-battles:before,
#top .logo-battles:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-weight: 800;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#top .logo-battles:before {
  content: 'POINT';
  top: -39px;
  font-size: 18px;
  letter-spacing: 0.4em;
  opacity: 0.6;
  padding-left: 0.4em;
}
@media (min-width: 576px) {
  #top .logo-battles:before {
    font-size: 24px;
    top: -58px;
  }
}
@media (min-width: 768px) {
  #top .logo-battles:before {
    font-size: 32px;
    top: -72px;
  }
}
@media (min-width: 992px) {
  #top .logo-battles:before {
    font-size: 38px;
    top: -82px;
  }
}
@media (min-width: 1200px) {
  #top .logo-battles:before {
    font-size: 46px;
    top: -96px;
  }
}
@media (min-width: 1400px) {
  #top .logo-battles:before {
    font-size: 50px;
    top: -110px;
  }
}
#top .logo-battles:after {
  content: 'WATER';
  letter-spacing: 0.05em;
  font-size: 72px;
  top: -33px;
  opacity: 0.9;
}
@media (min-width: 576px) {
  #top .logo-battles:after {
    font-size: 98px;
    top: -40px;
  }
}
@media (min-width: 768px) {
  #top .logo-battles:after {
    font-size: 124px;
    top: -47px;
  }
}
@media (min-width: 992px) {
  #top .logo-battles:after {
    font-size: 150px;
    top: -52px;
  }
}
@media (min-width: 1200px) {
  #top .logo-battles:after {
    font-size: 176px;
    top: -58px;
  }
}
@media (min-width: 1400px) {
  #top .logo-battles:after {
    font-size: 202px;
    top: -72px;
  }
}
#top .logo-battles .logo-battle {
  height: 126px;
  width: auto;
  position: relative;
  z-index: 4;
}
@media (min-width: 576px) {
  #top .logo-battles .logo-battle {
    height: 166px;
  }
}
@media (min-width: 768px) {
  #top .logo-battles .logo-battle {
    height: 202px;
  }
}
@media (min-width: 992px) {
  #top .logo-battles .logo-battle {
    height: 243px;
  }
}
@media (min-width: 1200px) {
  #top .logo-battles .logo-battle {
    height: 280px;
  }
}
@media (min-width: 1400px) {
  #top .logo-battles .logo-battle {
    height: 353px;
  }
}
#top .logo-battles .logo-battle.front {
  height: 174px;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  #top .logo-battles .logo-battle.front {
    height: 229px;
    top: -40px;
  }
}
@media (min-width: 768px) {
  #top .logo-battles .logo-battle.front {
    height: 279px;
    top: -47px;
  }
}
@media (min-width: 992px) {
  #top .logo-battles .logo-battle.front {
    height: 334px;
    top: -52px;
  }
}
@media (min-width: 1200px) {
  #top .logo-battles .logo-battle.front {
    height: 384px;
    top: -58px;
  }
}
@media (min-width: 1400px) {
  #top .logo-battles .logo-battle.front {
    height: 484px;
    top: -72px;
  }
}
#top .form-wrapper {
  width: 260px;
  margin: 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 576px) {
  #top .form-wrapper {
    width: 450px;
  }
}
@media (min-width: 992px) {
  #top .form-wrapper {
    margin: 0 0 70px 20px;
    width: 350px;
  }
}
@media (min-width: 1200px) {
  #top .form-wrapper {
    width: 370px;
    margin-left: 50px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1400px) {
  #top .form-wrapper {
    width: 425px;
    margin: 0 100px 90px;
  }
}
#top .form-wrapper h3 {
  font-weight: 800;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (min-width: 576px) {
  #top .form-wrapper h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #top .form-wrapper h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  #top .form-wrapper h3 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  #top .form-wrapper h3 {
    margin-bottom: 70px;
  }
}
#top .form-wrapper .btn {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#top .form-wrapper .white {
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 20px 53px;
}
@media (min-width: 1400px) {
  #top .form-wrapper .white {
    padding: 58px 72px;
  }
}
#top .form-wrapper .white:before,
#top .form-wrapper .white:after {
  position: absolute;
  z-index: 2;
  content: '';
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
}
@media (min-width: 1200px) {
  #top .form-wrapper .white:before,
  #top .form-wrapper .white:after {
    border-radius: 20px;
  }
}
#top .form-wrapper .white:before {
  left: -13px;
  right: -13px;
}
@media (min-width: 1200px) {
  #top .form-wrapper .white:before {
    left: -24px;
    right: -24px;
  }
}
#top .form-wrapper .white:after {
  top: -13px;
  bottom: -13px;
}
@media (min-width: 1200px) {
  #top .form-wrapper .white:after {
    top: -24px;
    bottom: -24px;
  }
}
#menus {
  display: none;
  position: absolute;
  position: fixed;
  top: 110px;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 20;
}
@media (min-width: 992px) {
  #menus {
    bottom: unset;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  #menus {
    display: block;
    background-color: transparent;
    color: #fff;
    position: sticky;
  }
}
#menus .additional,
#menus nav[role="menu"] {
  background-color: #fff;
}
@media (min-width: 1200px) {
  #menus .additional,
  #menus nav[role="menu"] {
    background-color: unset;
  }
}
#menus .socials,
#menus .langs {
  margin: 0 auto;
  height: 40px;
  border-bottom: 1px dashed #0096de;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menus .socials {
  padding: 0 calc(50% - 60px);
}
@media (min-width: 576px) {
  #menus .socials {
    display: none;
  }
}
#menus .langs {
  padding: 0 calc(50% - 130px);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #menus .langs {
    display: none;
  }
}
#menus .lang {
  display: block;
  padding: 5px;
  width: 95px;
  text-align: center;
}
#menutoggler:checked ~ #menus {
  display: block;
}
#menus nav[role="menu"] .menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  line-height: 40px;
}
@media (min-width: 992px) {
  #menus nav[role="menu"] .menu-items {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px dashed #0096de;
  }
}
@media (min-width: 1200px) {
  #menus nav[role="menu"] .menu-items {
    background-color: unset;
    border: none;
    max-width: 1100px;
    margin: 0 auto;
  }
}
#menus nav[role="menu"] .menu-item {
  border-bottom: 1px dashed #0096de;
  padding: 0 5vw;
}
@media (min-width: 576px) {
  #menus nav[role="menu"] .menu-item {
    padding: 0 10vw;
  }
}
@media (min-width: 992px) {
  #menus nav[role="menu"] .menu-item {
    padding: 5px 10px;
    border: none;
  }
  #menus nav[role="menu"] .menu-item:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1200px) {
  #menus nav[role="menu"] .menu-item {
    position: relative;
    z-index: 50;
  }
}
body > header[role="header"] {
  background-color: #fff;
  height: 110px;
  padding: 14px 0;
  box-sizing: border-box;
  font-size: 12px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-areas: "l c b i m" "t t t t t";
  grid-template-columns: repeat(3, auto) repeat(2, 33px);
  position: sticky;
  top: 0;
  z-index: 20;
}
@media (min-width: 350px) {
  body > header[role="header"] {
    grid-template-columns: repeat(4, auto) 40px 33px 3vw;
    grid-template-areas: "l c s b i m ." "t t t t t t t";
  }
}
@media (min-width: 576px) {
  body > header[role="header"] {
    padding-bottom: 0;
    grid-template-rows: 52px 26px;
    grid-row-gap: 16px;
    grid-template-columns: 5vw repeat(6, auto) 3vw;
    grid-template-areas: ". l c s b i m ." "t t t t t t t t";
  }
}
@media (min-width: 992px) {
  body > header[role="header"] {
    grid-template-columns: 5vw repeat(7, auto) 3vw;
    grid-template-areas: ". l c s b f i m ." "t t t t t t t t t";
  }
}
@media (min-width: 1200px) {
  body > header[role="header"] {
    grid-template-columns: repeat(7, auto);
    grid-template-areas: "l c t s b f i";
    padding: 26px 5vw;
    grid-template-rows: 55px;
    z-index: 20;
  }
}
@media (min-width: 1400px) {
  body > header[role="header"] {
    grid-template-columns: auto 1fr auto 5fr auto 2fr auto 1fr auto 1fr auto 1fr auto;
    grid-template-areas: "l . c . t . s . b . f . i";
    padding: 26px 19vw;
    grid-template-rows: 55px;
  }
}
@supports (display: grid) and (position: sticky) {
  #warning {
    display: none;
  }
}
#nav-bg {
  display: none;
}
@media (min-width: 1200px) {
  #nav-bg {
    display: block;
    position: fixed;
    top: 110px;
    height: 50px;
    left: 50%;
    width: 100%;
    max-width: 1920px;
    transform: translateX(-50%);
    background-color: #0096de;
    z-index: 5;
  }
}
header[role="header"] .logo-wrapper {
  grid-area: l;
}
header[role="header"] .timetable {
  grid-area: c;
}
@media (min-width: 576px) {
  header[role="header"] .timetable {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  header[role="header"] .timetable {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 130px;
    font-size: 16px;
  }
}
header[role="header"] .tels {
  grid-area: t;
  background-color: #0096de;
  font-weight: 800;
  padding: 0 10vw;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-self: stretch;
}
@media (min-width: 576px) {
  header[role="header"] .tels {
    height: 100%;
    font-size: 14px;
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  header[role="header"] .tels {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  header[role="header"] .tels {
    background-color: unset;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  header[role="header"] .tels {
    padding: 0;
  }
}
header[role="header"] .socials {
  grid-area: s;
  display: none;
}
@media (min-width: 576px) {
  header[role="header"] .socials {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
  }
}
@media (min-width: 1200px) {
  header[role="header"] .socials {
    width: 66px;
    padding-right: 14px;
  }
}
header[role="header"] .btn {
  grid-area: b;
  display: block;
  width: 110px;
  height: 35px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 1.25;
}
@media (min-width: 576px) {
  header[role="header"] .btn {
    width: 130px;
  }
}
@media (min-width: 768px) {
  header[role="header"] .btn {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  header[role="header"] .btn {
    width: 200px;
    height: 53px;
  }
}
header[role="header"] .langs {
  grid-area: f;
  display: none;
}
@media (min-width: 992px) {
  header[role="header"] .langs {
    display: block;
  }
}
header[role="header"] label[for="menutoggler"] {
  grid-area: m;
  display: block;
  width: 23px;
  padding: 6px 5px;
}
@media (min-width: 576px) {
  header[role="header"] label[for="menutoggler"] {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  header[role="header"] label[for="menutoggler"] {
    display: none;
  }
}
#carticon {
  grid-area: i;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
@media (min-width: 350px) {
  #carticon {
    width: 40px;
  }
}
@media (min-width: 576px) {
  #carticon {
    width: 48px;
    height: 40px;
  }
}
header[role="header"] .logo {
  width: 69px;
  height: auto;
}
@media (min-width: 576px) {
  header[role="header"] .logo {
    width: 104px;
  }
}
@media (min-width: 768px) {
  header[role="header"] .logo {
    width: 138px;
  }
}
header[role="header"] .timetable svg {
  display: none;
}
@media (min-width: 768px) {
  header[role="header"] .timetable svg {
    display: block;
  }
}
header[role="header"] .tel {
  display: block;
  padding: 2px;
  color: #fff;
}
@media (min-width: 1200px) {
  header[role="header"] .tel {
    color: #000;
    font-weight: normal;
    pointer-events: none;
  }
}
header[role="header"] .line {
  display: block;
  margin: 3px;
  height: 3px;
  background-color: #000;
}
@media (min-width: 576px) {
  header[role="header"] .line {
    margin: 4px;
  }
}
header[role="header"] .lang {
  display: block;
  padding: 5px;
  width: 50px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 576px) {
  header[role="header"] .lang {
    width: 35px;
  }
}
#cartitems {
  position: absolute;
  top: 0;
  right: 0;
  color: #44cbfa;
}
#carticon svg {
  fill: #0096de;
}
@media (min-width: 576px) {
  #carticon svg {
    width: 36px;
    height: 36px;
  }
}
#confirm {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 2em;
}
#fields .form-group {
  margin: 1em 0;
}
#fields .radio {
  flex: 0 1 auto;
  max-width: 45%;
  margin: 0 1em;
}
#fields input[type="radio"] {
  display: none;
}
#fields div[role="radiogroup"] {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#fields div[role="radiogroup"] label {
  width: 164px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  padding: 4px;
  border: 1px solid #44cbfa;
  border-radius: 40px;
  background-color: #fff;
  color: #44cbfa;
  text-align: center;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  cursor: pointer;
}
#fields div[role="radiogroup"] label.prim {
  color: #fff;
  background-color: #44cbfa;
}
@media (min-width: 576px) {
  #fields div[role="radiogroup"] label {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #fields div[role="radiogroup"] label {
    padding: 10px;
    width: 200px;
    border-radius: 50px;
  }
}
#fields div[role="radiogroup"] label:focus,
#fields div[role="radiogroup"] label:active {
  outline: none;
}
#fields div[role="radiogroup"] label:hover {
  color: #fff;
  background-color: #44cbfa;
}
@media (min-width: 576px) {
  #fields div[role="radiogroup"] label {
    width: 170px;
  }
}
#fields .control-label {
  font-weight: bold;
}
@media (min-width: 576px) {
  #fields .control-label {
    display: block;
    text-align: center;
  }
}
#fields {
  max-width: 350px;
  margin: 2em auto 0;
}
@media (min-width: 576px) {
  #fields {
    max-width: 700px;
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "n p" "a a" "m m" "c c" "b b";
  }
}
@media (min-width: 992px) {
  #fields {
    max-width: unset;
    grid-template-columns: 400px 1fr;
    grid-template-areas: "n a" "p c" "m c" "b b";
  }
}
#fields .field-order-name {
  grid-area: n;
}
#fields .field-order-phone {
  grid-area: p;
}
#fields .field-order-address {
  grid-area: a;
}
#fields .field-order-payment_condition {
  grid-area: m;
}
@media (min-width: 576px) {
  #fields .field-order-payment_condition {
    max-width: 400px;
    justify-self: center;
  }
}
#fields .field-order-comment {
  grid-area: c;
}
#fields .btn.prim {
  grid-area: b;
  display: block;
  margin: 0 auto;
}
.product-block .price,
.product-block .total {
  font-style: italic;
}
.product-block .price span,
.product-block .total span {
  color: #0096de;
}
.product-block input[type="button"] {
  width: 150px;
  padding: 12px 25px;
  border-color: darkred;
  margin-top: 1em;
  cursor: pointer;
}
@media (min-width: 576px) {
  .product-block input[type="button"] {
    margin-right: 3em;
    margin-top: 0;
    width: 200px;
  }
}
.product-block p.input {
  display: flex;
  margin: 1em auto 1em 0;
  max-width: 400px;
}
.product-block span.input {
  flex: 0 0 auto;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #44cbfa;
  font-size: 2em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 576px) {
  .product-block span.input {
    width: 55px;
    height: 55px;
  }
}
.product-block span.input.plus {
  margin-left: 1em;
}
.product-block span.input.minus {
  margin-right: 1em;
}
.product-block input[type="number"] {
  -moz-appearance: textfield;
}
.product-block input[type="number"]::-webkit-outer-spin-button,
.product-block input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#confirm #products .product {
  padding: 1em 0 2em;
  max-width: 450px;
  margin: 0 auto;
}
#confirm #products .product:not(:last-child) {
  border-bottom: 1px dashed #d3d3d3;
}
#confirm #products .product .del {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media (min-width: 576px) {
  #confirm #products .product .del {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
#waters {
  margin: 2em 0;
}
#waters input[type="number"] {
  min-width: 100px;
}
@media (min-width: 768px) {
  #waters input[type="number"] {
    margin: 0 1em;
  }
}
@media (min-width: 576px) {
  #waters {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-areas: "w t" "b t";
  }
  #waters span.input {
    margin: 0;
  }
  #waters h3 {
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #waters {
    grid-column-gap: 5vw;
  }
}
@media (min-width: 992px) {
  #waters {
    grid-template-columns: repeat(2, 1fr);
  }
}
#total {
  grid-area: t;
  background-color: #0096de;
  color: #fff;
  padding: 1em 2em;
}
@media (min-width: 768px) {
  #total {
    font-size: 1.25em;
  }
}
#total .total-price p:first-child {
  text-transform: uppercase;
  color: #c0eefd;
}
#total .total-price .money {
  font-size: 1.5em;
}
#total .total-price:not(:first-child) {
  margin-top: 1em;
}
#total .total-price:first-child {
  font-size: 1.5em;
}
#total .total-price:first-child p:first-child {
  color: #fff;
}
#product-water {
  grid-area: w;
  align-self: end;
}
#product-bottle {
  grid-area: b;
  align-self: start;
}
@media (min-width: 1200px) {
  main[role="content"] {
    min-height: calc(100vh - 302px);
  }
}
