<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
p,
blockquote,
i {
  font-style: normal !important;
}

a {
  text-decoration: none !important;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

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

body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

hr:not([size]) {
  height: 1px
}

h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
  h2 {
    font-size: 2rem
  }
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  h3 {
    font-size: 1.75rem
  }
}

h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
  h4 {
    font-size: 1.5rem
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ul {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem
}

strong {
  font-weight: bolder
}

a {
  color: #ff0505;
  text-decoration: underline;
  transition: all .3s ease;
}

a:hover {
  color: rgb(255, 53, 53);
  transition: all .3s ease;
}

img {
  vertical-align: middle
}

button:focus:not(:focus-visible) {
  outline: 0
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit
}

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

.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1320px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.row&gt;* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y)
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%
}

@media (min-width:576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (min-width:768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
}

@media (min-width:992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #ff0505;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none
  }
}

.nav-link:focus,
.nav-link:hover {
  color: #ff0505
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar&gt;.container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.component_reposy__ch {
  position: relative;
  top: -20px;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #fff
}

.d-flex {
  display: flex !important
}

.align-items-center {
  align-items: center !important
}


.logofooter {
  display: inline;
  width: 20px;
  margin-top: -2px
}

.el__ch {
  width: 100%;
  max-width: 736px;
}

blockquote {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 5px solid #eee;
  padding: 15px
}

h4 {
  margin-top: 15px;
  font-weight: 600;
  color: #929292;
  font-size: 17px;
}

h2 {
  line-height: 1.3;
}

.updated {
  float: right;
  font-size: 15px;
}

hr {
  color: white;
  margin: 0
}

.w100 {
  width: 100%;
}

.navbar-brand img {
  height: 20px;
  border-right: dotted 1px;
  padding-right: 10px;
}


p {
  font-size: 20px;
  color: #2b2929;
  line-height: 26px;
}

h3 {
  font-weight: 700;
  color: #575746;
}

.menu__top,
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu__top {
  border-bottom: 1px solid #dcdcdc;
}

.menu__top,
.menu {
  display: flex;
  align-items: center;
  list-style: none;
}

.menu__top .menu {
  gap: 10px;
  width: 100%;
}

.menu__top .menu__link {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  transition: all .2s ease;
}

.header-content {
  gap: 20px;
}

.menu-bottom {
  border-bottom: 1px solid #dcdcdc;
  gap: 10px;
  padding: 0;
}

.menu-bottom .menu__item {
  position: relative;
  transition: all .3s ease;
}

.menu-bottom .menu__link {
  display: inline-block;
  color: #6c6c6c;
  padding: 10px 0px;
  position: relative;
}

.menu-bottom .menu__item:nth-child(3)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ff0505;
  bottom: 0px;
  left: 0;
}

.menu-bottom .menu__item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #ff0505;
  bottom: 0px;
  left: 0;
  transition: all 1s ease;
}

.menu-bottom .menu__item:hover::after {
  width: 100%;
}

.user {
  border-right: 1px solid #dcdcdc;
  padding-right: 20px;
}

.logo__link {
  background-color: #ff0505;
  display: flex;
  height: 60px;
  width: 214px;
  align-items: center;
  justify-content: center;
}


footer {

  background-image: url("urn:scrapbook:download:error:https://thingsthatshouldbe.com/lander/artrolux-----it---ex.2/9594_d4c46e89-f973-4ba9-8885-7f141aa46be1/images/header-bg.jpeg");
  width: 100%;
  color: white;
  text-align: center;
  padding: 30px;
  font-weight: 400;
  font-size: 16px
}

#logo {
  max-width: 100%;
  max-height: 150px;
  margin: auto;
  display: block;
}

.materia {
  background-color: #ff0505;
  color: white;
  margin-top: 30px;
  line-height: 40px;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.ftr {
  border-top: 1px solid #eee;
  margin-top: 40px
}

.avatar {
  width: 100%;
  border-radius: 75px;
  margin-top: 20px;
  display: block;
}

.p10px {
  padding: 10px;
}

.fluid {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%
}

.tcenter {
  text-align: center
}

p a {
  font-weight: 600;
}

.form {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 20px 30px;
  background: url(../images/formbg.jpg) no-repeat 0 0/100% 100%;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-intro {
  padding: 10px 20px;
  border: 1px solid rgb(240, 98, 98);
  width: 100%;
  max-width: 550px;
  background-color: rgb(255, 240, 240);
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .form-intro {
    font-size: 16px;
    margin-top: 15px;
  }

  .form-accent {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 480px) {
  .form {
    padding: 20px 15px;
    width: 95% !important;
  }
}

.form-logo {
  width: 30%;
  max-width: 80px;
}

@media screen and (max-width: 760px) {
  .form-logo {
    max-width: 70px;
  }
}

@media screen and (max-width: 480px) {
  .form-logo {
    max-width: 60px;
  }
}

.form-title {
  margin: 10px 0;
  font-size: 22px;
}

@media screen and (max-width: 580px) {
  .form-title {
    font-size: 20px;
    margin: 5px 0;
  }
}

.form-orders {
  color: rgb(0, 0, 255);
  font-size: 14px;
}

@media screen and (max-width: 580px) {
  .form-orders {
    margin: 5px 0;
  }
}

.form-accent {
  width: 100%;
  padding: 10px 10px !important;
  border: 2px solid #0299ff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .form-accent {
    padding: 10px 5px !important;
    font-size: 12px !important;
  }
}

.form-price {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  margin: 20px 0 10px;
}

@media screen and (max-width: 480px) {
  .form-price {
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0 0;
  }

  .form-intro {
    width: 95% !important;
    font-size: 14px !important;
  }

  .form-bottom {
    width: 95% !important;
  }

  .form-inputs {
    width: 85% !important;
    margin: 0 auto !important;
  }

  .form-accent {
    margin-top: -15px;
    margin-bottom: -5px;
  }
}

.form-price span {
  font-weight: 600;
  font-size: 1.1em;
}

.form-price__old {
  text-decoration: line-through;
  white-space: nowrap;
}

.form-price__new {
  white-space: nowrap;
  color: red;
}

.form-inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-inputs input {
  margin: 5px 0;
  border-radius: 4px;
  border: 1px solid rgb(55, 25, 5);
  font-size: 16px;
  padding: 8px 10px;
  width: 100%;
  max-width: 270px;
}

@media screen and (max-width: 480px) {
  .form-inputs input {
    font-size: 14px;
    padding: 8px 8px;
  }
}

.form-inputs label {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .form-inputs label {
    font-size: 14px;
  }
}

.form-inputs button,
.btn__ch {
  margin-top: 20px;
  width: 100%;
  max-width: 270px;
  border: none;
  color: #fff;
  background-color: #0299ff;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 8px 10px;
}

@media screen and (max-width: 480px) {
  .form-inputs button {
    font-size: 17px;
    margin-top: 15px;
  }
}

.form-footer {
  text-align: center;
  font-size: 14px;
  margin: 30px 0 0;
}

@media screen and (max-width: 480px) {
  .form-footer {
    font-size: 12px;
    margin-top: 20px;
  }

  .el__ch {
    width: 100%;
  }

  .date__text {
    width: 100% !important;
  }
}

.form-bottom {
  border: 2px solid #0299ff;
  padding: 8px 10px;
  width: 100%;
  max-width: 550px;
  margin-top: 20px;
  border-radius: 4px;
  background-color: rgba(2, 154, 255, 0.137254902);
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .form-bottom {
    font-size: 14px;
  }

  .form-bottom p {
    margin: 10px 0;
  }

  .error-box {
    width: 100% !important;
  }

  .tit__ch {
    font-size: 26px;
    font-weight: bold;
  }
}

.form-bottom__title {
  font-weight: 600;
}

.form-bottom__order {
  font-size: 14px;
  font-weight: 600;
}

.form-instock {
  font-size: 1.2em;
  color: coral;
  transition: opacity 0.4s;
}

.intl-tel-input {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.btn__ch {
  display: block;
  text-align: center;
  margin: 30px auto;
}

.centered,
.tcenter__ch,
.ftr,
#state_close,
.popular,
.comments {
  font-style: normal !important;
}

.component_text {
  word-break: break-word !important;
}

@media screen and (max-width: 998px) {
  .menu-bottom .menu__item:nth-child(10) {
    display: none;
  }

  .header__nemu {
    display: none;
  }
}

@media screen and (max-width: 798px) {
  .menu-bottom {
    display: none;
  }

  .header__nemu {
    display: none;
  }

  .logo__link {
    width: 208px;
  }

  .tit__ch {
    font-size: 19px;
    font-weight: bold;
  }
}</pre></body></html>