/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -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;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  color: #2E2C2F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 24px;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 15px;
  }
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}

ul {
  padding: 0;
}

img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

a:hover {
  filter: brightness(105%);
}

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

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

.flex-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.imgCenter {
  margin: auto;
}

.primaryButton {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E2C2F;
  gap: 10px;
  padding: 15px 25px;
  background: transparent linear-gradient(180deg, #FFD200 0%, #F7971E 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #fff;
  border-radius: 32px;
  font-weight: 700;
  margin-top: 30px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 25px;
}
@media (max-width: 768px) {
  .primaryButton {
    font-size: 17px;
  }
}
.primaryButton img {
  width: 24px;
  height: 23px;
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.mobileQuickMenu {
  display: none;
  justify-content: center;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 10px 25px;
  border-radius: 25px 25px 0px 0px;
}
.mobileQuickMenu .mobileQuickMenu__ico {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .mobileQuickMenu {
    display: flex;
  }
}
.mobileQuickMenu div {
  display: flex;
}
.mobileQuickMenu div a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 5px;
  font-size: 12px;
  color: #2E2C2F;
  height: 49px;
}
.mobileQuickMenu div .active {
  color: #E68B15;
  font-weight: 700;
}
.mobileQuickMenu div::after {
  content: "|";
  margin: 0 10px;
  font-size: 25px;
  font-weight: 200;
  color: #ccc;
}
.mobileQuickMenu div:nth-last-child(1)::after {
  display: none;
}

.primaryButton--small {
  font-size: 16px;
  padding: 10px 15px;
  margin-top: 0;
}
.primaryButton--small img {
  width: 16px;
  height: 16px;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-image: url("../img/OKO_2002-nl_hero_BG.png");
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
  padding: 0 20px 100px;
}
@media (max-width: 600px) {
  .header {
    background-image: url("../img/BGmobile.png");
  }
  .header .primaryButton {
    display: none;
  }
}
@media (max-width: 600px) {
  .header {
    min-height: 600px;
  }
}
.header .header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  max-width: 1160px;
  background-color: #475B63;
  width: 100%;
  padding: 13px 98px;
  margin-top: 20px;
  border-radius: 32px;
  z-index: 2;
  position: fixed;
}
@media (max-width: 1100px) {
  .header .header__nav {
    padding: 13px 40px;
    width: 90%;
  }
  .header .header__nav a {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .header__nav {
    padding: 13px 20px;
  }
}
@media (max-width: 768px) {
  .header .header__nav .logo {
    width: 40px;
    height: 21.2px;
  }
}
.header .header__nav .nav__logoText {
  font-weight: 600;
  margin-right: auto;
  font-size: 22px;
}
.header .header__nav .nav__link {
  font-size: 16px;
  color: #fff;
}
.header .header__nav .nav__link:hover {
  text-decoration: underline;
}
.header .header__nav .nav__burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .header .header__nav .nav__burger {
    display: flex;
  }
}
.header .mobileNavBlock {
  display: none;
  flex-direction: column;
  background-color: #475B63;
  width: 90%;
  position: fixed;
  margin-top: 80px;
  z-index: 3;
  border-radius: 20px;
  padding: 40px 16px;
}
.header .mobileNavBlock a {
  font-size: 26px;
  color: #fff;
  padding: 20px 0;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.header .mobileNavBlock a:nth-last-child(1) {
  border: none;
}
.header .mobileNavBlock .active {
  color: #7DC6A4;
}
.header .mobileNavBlock--active {
  display: flex;
}
.header .header__content {
  display: flex;
  gap: 16px;
  margin-top: 120px;
}
@media (max-width: 1100px) {
  .header .header__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .header .header__content {
    margin-top: 100px;
  }
}
.header .header__content .content__leftSide {
  max-width: 572px;
  min-width: 512px;
}
@media (max-width: 1100px) {
  .header .header__content .content__leftSide {
    max-width: 100%;
    min-width: 0;
  }
}
.header .header__content .content__leftSide .leftSide__title {
  font-size: 65px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .header .header__content .content__leftSide .leftSide__title {
    font-size: 35px;
  }
}
.header .header__content .content__leftSide .leftSide__title span {
  color: #E68B15;
}
.header .header__content .content__leftSide .leftSide__text {
  color: #475B63;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .header .header__content .content__leftSide .leftSide__text {
    font-size: 15px;
  }
}
.header .header__content .content__rightSide {
  margin-right: -100px;
  margin-top: -15%;
  max-width: 700px;
  opacity: 0.9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1100px) {
  .header .header__content .content__rightSide {
    margin: -10% auto 0;
  }
}
@media (max-width: 600px) {
  .header .header__content .content__rightSide {
    display: none;
  }
}

.main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main .main__paragraph {
  margin-top: 20px;
}
.main .main__title {
  text-align: center;
  font-size: 30px;
}
@media (max-width: 600px) {
  .main .main__title {
    font-size: 18px;
    margin-top: 20px;
  }
}
.main .main__specialText {
  background-color: #FFE8C9;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  margin-top: 20px;
  line-height: 1.4;
  border-radius: 20px;
}
.main ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 20px;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .main ul {
    grid-template-columns: 1fr;
  }
}
.main ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 18px;
}
@media (max-width: 768px) {
  .main ul li {
    margin-top: 5px;
    font-size: 15px;
  }
}
.main ul li::before {
  content: url("../img/sad_bullet.svg");
  margin-right: 10px;
  align-self: flex-start;
  padding-top: 5px;
}
.main .main__happy {
  display: flex;
  gap: 10px;
  padding: 5px 17px;
  background-color: #D7EBDB;
  border-radius: 32px;
  margin-top: 30px;
}
.main .main__happy p {
  line-height: 1.5;
}
.main .beforeAfter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .main .beforeAfter {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 20px;
  }
}
.main .beforeAfter .beforeAfter__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 75px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .main .beforeAfter .beforeAfter__block {
    margin-top: 0;
    padding: 20px 50px;
  }
}
.main .beforeAfter .beforeAfter__block h3 {
  margin-top: 20px;
}
.main .beforeAfter .beforeAfter__block p {
  margin-top: 10px;
}
.main .beforeAfter .red {
  background-color: #FFE9E9;
}
.main .beforeAfter .red h3 {
  color: #A41818;
}
.main .beforeAfter .green {
  background-color: #DBFFE0;
}
.main .beforeAfter .green h3 {
  color: #18A463;
}
.main .bottom__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.main .productImg {
  margin: 20px auto 0;
}
.main .main__subTitle {
  text-align: center;
}
.main .main__subTitle span {
  color: #18A463;
}
.main .promo-text {
  color: #E68B15;
}
.main .text-warn {
  color: #A41818;
  font-weight: 700;
}
.main .main__priceBlock {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  gap: 10px;
  border: 1px solid #777;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto 0;
  padding: 10px 30px;
  border-radius: 40px;
}
.main .main__priceBlock .product-price {
  color: #A41818;
  text-decoration: line-through;
}
.main .main__priceBlock .priceBlock__current {
  color: #18A463;
  font-size: 42px;
  font-weight: 900;
}

.footer {
  width: 100%;
  padding: 20px 0 60px;
  text-align: center;
  margin-top: 44px;
  background-color: #475B63;
  color: #fff;
}
.footer .footer__warnText {
  font-size: 12px;
  margin-bottom: 40px;
  text-align: start;
  font-weight: 300;
}
.footer .footer__warnText span {
  color: #E94646;
  font-weight: 700;
}
.footer .footer__copyright {
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  max-width: 500px;
}
.footer .footer__linksBox {
  margin-bottom: 15px;
}
.footer .footer__linksBox .linksBox__link {
  text-decoration: underline;
  font-size: 12px;
  color: #fff;
}

.text-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.line-through {
  text-decoration: line-through;
}

.text-red {
  color: #e70000;
}

.text-green {
  color: #1eb336;
}

.text-gray {
  font-size: 1.2rem;
  color: #e2e2e2;
}

.text-white {
  color: white;
}

.text-bg-green {
  background-color: #19ae30;
}

.text-bg-red {
  background-color: #cf0000;
}

.text-bg-yellow {
  background-color: #f2cc0f;
}

.summary-title {
  font-family: "Lora", sans-serif;
  color: #19ae30;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.paragraph {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.summary-button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #009f20;
  padding: 1.5rem;
  border: 1px solid #009f20;
  color: white;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 1rem;
  margin: 1.5rem auto;
  transition: all 0.35s ease-in-out;
}
.summary-button:hover {
  cursor: pointer;
  background-color: white;
  color: #009f20;
}

ul {
  padding-left: 3rem;
  margin: 0;
}
ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.btn {
  width: 100%;
  max-width: 50.8rem;
  border: 2px solid #19ae30;
  background-color: #19ae30;
  border-radius: 0.2rem;
  text-align: center;
  display: block;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2.1rem;
  margin: 0 auto 2rem;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.btn:hover {
  color: #19ae30;
  background-color: white;
  border: 2px solid #19ae30;
}

.summary-content {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  margin-top: 8rem;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .summary-content {
    grid-template-columns: repeat(1, 100rem);
  }
}

.main-summary {
  background-color: white;
  padding: 25px 15px;
  border-radius: 6px;
}

.telephone-box {
  border: 0.2rem solid #cf0000;
  max-width: 50rem;
  color: black;
  margin: 2rem auto 4rem;
  font-size: 2rem;
  line-height: 4.2rem;
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (min-width: 525px) {
  .telephone-box {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .telephone-box {
    font-size: 4.5rem;
  }
}
.telephone-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../images/icon-phone.svg");
  background-size: 100% 100%;
}

.hr {
  width: 100%;
  height: 0.1rem;
  margin: 1.5rem 0;
  background-color: #707070;
}

footer {
  margin-top: 10rem;
  padding-bottom: 30px;
}
footer .text-gray {
  text-align: center;
}
footer .copyright {
  margin-bottom: 2.3rem;
}
footer .attachments {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
footer .attachments .text-gray {
  text-decoration: underline;
}
footer .company-address {
  margin-top: 2.3rem;
  margin-bottom: 1.8rem;
}

@media (min-width: 768px) {
  body {
    background-size: 100% 60%;
    background-position: top center;
  }
  .main-summary {
    padding: 45px 35px;
  }
  .paragraph {
    font-size: 20px;
  }
  .summary-title {
    font-size: 60px;
  }
  .summary-button {
    font-size: 2rem;
  }
  .text-gray {
    font-size: 18px;
  }
}/*# sourceMappingURL=styles.css.map */