html{
  height: 100%;
}

body {
    background: white;
    line-height: 1;
    color: black;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin: 0;
    min-height: 100%;
}

body.menu {
    height: 100%;
    overflow: hidden;
}

ol, ul {
  list-style: none; }

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

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

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

strong {
    font-weight: 400;
}

.hidden {
  display: none; }

.clear {
  clear: both; }

.overflow {
  overflow: hidden; }

*:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.container,
.wp-block-media-text,
.wp-block-cover__inner-container,
.wp-block-group__inner-container,
.ajax-form {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 20px;
}

.container {
    padding: 0 30px 30px 30px;
    font-size: 20px;
    min-height: 400px;
}

.content-wrap > p,
.wp-block-group__inner-container > p,
.wp-block-media-text__content > p {
  padding: 30px;
  margin: 10px auto;
  font-weight: 300;
  color: #000;
  line-height: 1.25em;
  box-sizing: border-box;
}

.wp-block-media-text__content > p {
  padding-left: 0;
}

.wp-block-quote {
    margin: 30px !important;
}

.wp-block-quote > p {
    font-weight: 300;
    font-size: 40px;
    margin: 30px;
    box-sizing: border-box;
}

footer {
    width: 100%;
    min-height: 300px;
    background: #000;
    color: #FFF;
    /* position: absolute; */
    /* bottom: 0; */
    box-sizing: border-box;
    font-family: sans-serif;
}

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

footer .menu {
    margin: 50px auto;
    text-align: center;
}

footer .menu a {
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
} 

footer p {
    line-height: 1.5em;
    font-weight: 200;
}

.maxwidth-100 { max-width: 500px; margin-left: auto; margin-right: auto; }
.maxwidth-200 { max-width: 500px; margin-left: auto; margin-right: auto; }
.maxwidth-300 { max-width: 500px; margin-left: auto; margin-right: auto; }
.maxwidth-400 { max-width: 500px; margin-left: auto; margin-right: auto; }
.maxwidth-500 { max-width: 500px; margin-left: auto; margin-right: auto; }
.maxwidth-600 { max-width: 500px; margin-left: auto; margin-right: auto; }
.maxwidth-700 { max-width: 500px; margin-left: auto; margin-right: auto; }
.maxwidth-800 { max-width: 500px; margin-left: auto; margin-right: auto; }
.maxwidth-900 { max-width: 500px; margin-left: auto; margin-right: auto; }

.maxheight-100 { max-height: 100px; }
.maxheight-200 { max-height: 200px; }
.maxheight-300 { max-height: 300px; }
.maxheight-400 { max-height: 400px; }
.maxheight-500 { max-height: 500px; }
.maxheight-600 { max-height: 600px; }
.maxheight-700 { max-height: 700px; }
.maxheight-800 { max-height: 800px; }
.maxheight-900 { max-height: 900px; }

footer .wp-block-social-links {
    filter: grayscale(1);
    transform: scale(2);
    max-width: 150px !important;
    margin: 0 auto;
}

ul.two-columns {
    column-count: 2;
}

.content-wrap ul {
  padding: 30px;
}

.content-wrap ul strong {
    margin-bottom: 10px;
    font-weight: 600;
}

.content-wrap ul li {
    margin-bottom: 50px;
    list-style: none;
    font-weight: 300;
    margin-left: 30px;
}

.nomargin {
  margin: 0 !important;
  padding-top: 50px !important;
}

.is-style-rounded img {
    border-radius: 50% !important;
}

.wp-block-column p,
.container > p {
  font-weight: 300;
  line-height: 1.25em;
}

.wp-block-column p strong {
    font-weight: 600;
}

table tr td {
  font-weight: 300;
  padding: 1em !important;
}

.shop-item {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 30px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10) !important;
    position: relative;
}

.shop-item .name {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 0 0 30px 0;
    font-weight: bold;
    min-height: 95px;
}

.shop-item .price {
    width: 100%;
    text-align: center;
    font-size: 40px;
    margin: 0 0 50px 0;
    font-weight: 300;
    color: #00AB5D;
}

.shop-item .content {
    font-weight: 300;
    margin: 50px auto;
}

.shop-item a {
  text-decoration: none;
  color: #00AB5D;
}

.shop-item a.btn {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #FFF;
    background: #00AB5D;
    padding: 15px;
    border-radius: 25px;
    width: calc(100% - 60px);
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
}

.shop-item ul li {
    margin-bottom: 20px;
    list-style: none;
    font-weight: 300;
    padding-left: 30px;
    margin-left: 0;
}

.shop-item ul li:before,
.content-wrap ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #00AB5D;
    font-size: 25px;
    margin-left: -35px;
    margin-top: -3px;
    display: block;
    float: left;
}

.shop-item ul li:before {
    font-weight: 400;
} 

.shop-item img {
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.shop-item .content {
    font-weight: 300;
    margin: 0 auto 40px auto;
}

.shop-item ul strong {
    width: calc(100% - 10px);
}

.ajax-form {
    width: 100%;
    max-width: 600px;
    position: relative;
}

.ajax-form label, .form label {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    color: #333;
}

.ajax-form p {
    margin: 15px auto;
    padding: 0;
}

.ajax-form p.order-name,
.ajax-form p.sum {
    margin: 30px auto;
    font-size: 1.5em;
    text-align: center;
}

.ajax-form p.sum {
    text-decoration: none;
    color: #00AB5D;
    font-weight: bold;
}

.ajax-form label input[type="text"], 
.ajax-form label input[type="email"], 
.ajax-form label input[type="password"],
.ajax-form label input[type="number"], 
.ajax-form label textarea, 
.ajax-form label select, 
.form label input {
    width: 100%;
    display: block;
    border: 1px solid #999;
    padding: 10px;
    background: #FFF;
    box-sizing: border-box;
    font-size: 1em;
}

.btn {
    display: block;
    margin: 20px auto;
    text-decoration: none;
    color: #FFF;
    background: #00AB5D;
    padding: 15px;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.2em;
    border:  none;
}


.price.price-old {
    font-size: 1em;
    color: #000;
    margin: 5px auto;
    text-decoration: line-through;
}

.product-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-list li {
    width: 100%;
    height: auto;
    padding: 30px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    text-align: left;
    border: 1px solid #999;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 0 !important;
}

.product-list li:before {
  content: '' !important;
}

.product-list li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #00AB5D;
  font-size: 1.5em;
  margin-block-end: 10px;
}

.product-list li span {
  font-size: 1em;
  color: #999;
}

ul.menu {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  padding: 0;
}

ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.menu li { margin-right: 20px; }
ul.menu li:last-child { margin-right: 0; }

ul.menu li:before { content: ''; }

ul.menu li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}


ul.menu li.active a {
  text-decoration: underline;
}

input.disabled {
    background: #CCC !important;
}

form.login a {
    margin: 30px auto;
    width: 100%;
    text-align: center;
    color: #00AB5D;
    display: block;
}

.container strong {
  font-weight: bold;
}

.product-section {
  display: none;
}

.product-section.active {
  display: block;
}

.content-inner.product h1 {
    cursor: pointer;
    /* text-decoration: underline; */
    margin-bottom: 10px;
    font-weight: 300;
    padding: 30px;
    border: 1px solid;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    background: #e7e7e7;
}

.product-title {
    margin-bottom: 100px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

.product-section p {
    font-weight: 300;
    line-height: 1.25em;
    max-width: 100%;
    word-break: break-word;
}

.product-section img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.product-section iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

label a {
  color: #00AB5D;
}

p.sum.sum--old {
    text-decoration: line-through;
    color: #333;
    font-weight: 300;
    margin-bottom: 0;
}

.checkout-form small {
  color: #999;
  font-size: 14px;
}

.btn.disabled {
    opacity: 0.3;
    background: #999 !important;
    pointer-events: none;
}

button.btn.order-loan {
    padding: 5px;
    border: none;
    font-size: .9em;
    background: #FEDD2D;
    color: #000;
}

.shop-item .left {
    bottom: 0;
    font-size: 15px;
    opacity: 0.6;
    padding: 0;
    line-height: 30px;
    width: 100%;
    text-align: center;
    display: block;
}

form.ajax-form textarea {
    height: 150px;
    font-family: sans-serif;
    font-weight: 100;
}

.application-form form > p {
    text-align: center;
    margin-bottom: 50px;
    font-style: italic;
}

.message-html {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 45px;
}

.message-html.init {
    padding: 50px 0;
}

form.ajax-form.disabled {
    pointer-events: none;
    opacity: 0.2;
}

#zoomFrame {
    border: none;
}

.content-wrap {
    padding-top: 30px;
}

button.btn.us-form-btn {
    width: auto;
    margin: 0 0 10px 0;
}

.us-form-wrap small {
    color: #333;
}

.us-form-inner .ajax-form {
    margin: 30px 0;
}

.us-form-inner,
.us-form-after {
    display: none;
}


.us-form-inner.active {
    display: block;
}

.us-form-after {
    font-size: 25px;
    line-height: normal;
    font-weight: 300;
    margin: 30px auto;
    /* border: 1px solid #CCC; */
    /* padding: 15px; */
    border-radius: 25px;
    /* background: #FAFAFA; */
}

.us-form-after a,
.us-form .message-html {
    color: #00AB5D;
}

.us-form-after br:nth-child(1) {
    display: none;
}

form.ajax-form.us-form {
    background: #FAFAFA;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 25px;
    max-width: 100%;
}

.mini-page .content-wrap {
    padding-top: 60px;
}


@media screen and (max-width: 1024px) {

  .wp-block-media-text,
  .container,
  .ajax-form {
    max-width: 100%;
  }

  .wp-block-cover {
    background-position: center center !important;
    min-height: 500px !important;
    background-repeat: no-repeat;
    background-attachment: initial !important;
  }

}

@media screen and (max-width: 768px) {

    .wp-block-media-text__content > p {
      padding: 0px;
      line-height: 1em;
    }

    .container {
      max-width: 100%;
    }

    .wp-block-quote > p {
      font-size: 20px
    }

    .wp-block-cover__inner-container > p {
        font-size: 30px !important;
    }

    .wp-block-cover {
      background-position: center center !important;
      min-height: 250px !important;
      background-repeat: no-repeat;
      background-attachment: initial !important;
    }

    ul.two-columns {
      column-count: 1;
    }

    .content-wrap ul li {
      line-height: 25px;
    }

    .wp-block-column p {
      margin-left: 30px;
      margin-right: 30px;
      text-align: center;
    }

    .wp-block-table {
      margin: 0;
    }

    .wp-block-media-text__content {
        margin-bottom: 50px !important;
    }

    .product-list li a {
        font-size: 1.2em;
    }

    .shop-item ul li:before,
    .content-wrap ul li:before {
        margin-top: 1px;
    }

    .mini-page .content-wrap ul {
        padding: 0;
    }

    .mini-page .wp-block-columns {
        gap: 15px;
    }

}