@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

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

ol, ul {
  list-style: none;
}

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

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

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

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

div, nav, header, footer, aside, section {
  display: block;
}

body {
  background: #FFFFFF;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#primary {
  overflow: hidden;
}

.container {
  width: auto;
  text-align: left;
  margin: 0 20px;
  position: relative;
}

@media all and (min-width: 1024px) {
  .container {
    width: auto;
    margin: 0 32px;
  }

  .page-block-pad-container .container {
    padding: 0 128px;
  }
}
@media all and (min-width: 1280px) {
  .container {
    width: 1040px;
    margin: auto;
  }

  .page-block-pad-container .container {
    padding: 0 214px;
  }
}
body .hide {
  display: none;
}

@media all and (max-width: 1023px) {
  body .hide-sm {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  body .hide-lg {
    display: none;
  }
}
p {
  font-size: 18px;
  line-height: 26px;
}

a {
  color: #4A7A43;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #000000;
}

.clearfix {
  display: block;
  clear: both;
}

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

.page-block {
  position: relative;
}

.spacer {
  height: 48px;
}
.spacer.spacer-extra-small {
  height: 12px;
}
.spacer.spacer-small {
  height: 24px;
}
.spacer.spacer-large {
  height: 64px;
}
.spacer.spacer-extra-large {
  height: 96px;
}

@media all and (min-width: 1024px) {
  .spacer {
    height: 64px;
  }
  .spacer.spacer-extra-small {
    height: 24px;
  }
  .spacer.spacer-small {
    height: 32px;
  }
  .spacer.spacer-large {
    height: 96px;
  }
  .spacer.spacer-extra-large {
    height: 128px;
  }
}
.page-loader-contents {
  position: relative;
}
.page-loader-contents.loading:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  z-index: 8;
  opacity: 0.8;
  background: #FFF;
}
.page-loader-contents.loading:after {
  width: 74px;
  height: 74px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: url(../images/ajax-loader.gif) no-repeat center center #FFF;
  position: absolute;
  content: "";
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

.next-page-loader,
.has-another-page {
  display: none !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.button,
.wc-block-components-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  border-radius: 0px;
  height: 50px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #FFF;
  background: #4A7A43;
  position: relative;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  transition: color 0.3s, border 0.3s, box-shadow 0.3s;
  text-align: center;
  padding: 0px;
}
.button.button-full,
.wc-block-components-button.button-full {
  display: block;
  width: 100%;
}
.button span:not([class]),
.wc-block-components-button span:not([class]) {
  position: relative;
  z-index: 1;
  transition: color 0.3s, background 0.3s;
  padding: 0 22px;
  height: 50px;
  line-height: 26px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
  overflow: visible;
}
.button:hover,
.wc-block-components-button:hover {
  color: #FFF;
  overflow: hidden;
  background: #3F6A39;
}
.button:active, .button:focus,
.wc-block-components-button:active,
.wc-block-components-button:focus {
  overflow: hidden;
  color: #FFF;
  background: #3F6A39;
}
.button:active:before, .button:focus:before,
.wc-block-components-button:active:before,
.wc-block-components-button:focus:before {
  display: none;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-header {
    border-bottom: 1px solid #6E9468;
    padding: 16px 0;
    background: #4A7A43;
  }
  #site-header .site-header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #site-header a {
    color: #FFF;
  }
  #site-header .toggle-nav {
    order: 1;
    font-size: 16px;
    display: flex;
    column-gap: 6px;
    font-weight: bold;
    align-items: center;
  }
  #site-header .toggle-nav .toggle-nav-lines span {
    display: block;
    width: 16px;
    height: 1px;
    background: #FFF;
    margin: 4px 0;
  }
  #site-header .basket-link {
    font-size: 16px;
    order: 2;
    align-items: center;
    column-gap: 6px;
  }
  #site-header nav {
    display: none;
    order: 3;
    flex: 0 0 100%;
    padding: 20px 0 0 0;
    margin: 0 0 -16px 0;
  }
  #site-header nav ul {
    margin: 0 -20px;
  }
  #site-header nav ul li a {
    font-size: 18px;
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #site-header nav ul li:last-child a {
    border: none;
  }
}
@media all and (min-width: 1024px) {
  #site-header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
  }
  #site-header .site-header-inner {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #site-header .site-header-inner .toggle-nav {
    display: none;
  }
  #site-header .site-header-inner a {
    line-height: 22px;
    font-size: 16px;
    color: #FFF;
    text-decoration: underline;
  }
  #site-header .site-header-inner .basket-link {
    display: flex;
    align-items: center;
    column-gap: 6px;
  }
  #site-header .site-header-inner nav ul {
    display: flex;
    column-gap: 18px;
  }
  #site-header .site-header-inner nav ul li a {
    padding: 20px 0;
    display: block;
  }
  #site-header .site-header-inner nav ul li.current-menu-item a {
    text-decoration: none;
    font-weight: bold;
  }

  body.home #site-header .site-header-inner {
    max-width: 54%;
    padding: 0 48px 0 0;
  }

  .admin-bar #site-header {
    top: 32px;
  }
}
.products-grid {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}

.product-card {
  position: relative;
}
.product-card .product-card-image {
  display: block;
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  padding: 28px 28px 48px 28px;
  position: relative;
}
.product-card .product-card-image:before {
  background: url('data:image/svg+xml,<svg width="246px" height="33px" viewBox="0 0 246 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Desktop" transform="translate(-255, -982.9491)" fill="%23D8D8D8"><g id="Group-8" transform="translate(255, 982.9491)"><polygon id="Path-2" points="0 13.202825 246 0 246 33"></polygon></g></g></g></svg>') no-repeat;
  width: 246px;
  height: 33px;
  position: absolute;
  top: 16px;
  left: 28px;
  content: "";
  display: block;
}
.product-card .product-card-image img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid #DDDDDD;
}
.product-card .product-card-image svg {
  position: absolute;
  bottom: 20px;
  right: 28px;
}
.product-card .product-card-stock {
  display: block;
  font-size: 14px;
  line-height: 24px;
  bottom: 88px;
  left: 28px;
  position: absolute;
  z-index: 2;
}
.product-card .product-card-stock a {
  text-decoration: underline;
  margin: -6px;
  padding: 6px;
}
.product-card .product-card-stock a:hover, .product-card .product-card-stock a:active, .product-card .product-card-stock a:focus {
  background: #FFF;
  outline: 1px solid #000;
}
.product-card .product-card-order {
  height: 70px;
  background: #FFF;
  padding: 9px;
  border: 1px solid #DDDDDD;
  border-top: none;
  position: relative;
  transition: 0.3s ease-in-out;
}
.product-card .product-card-order .product-add-to-cart-form .quantity-wrapper {
  display: flex;
  column-gap: 10px;
  position: relative;
  /* Firefox */
}
.product-card .product-card-order .product-add-to-cart-form .quantity-wrapper .quantity {
  flex-grow: 0;
  flex-shrink: 0;
}
.product-card .product-card-order .product-add-to-cart-form .quantity-wrapper .quantity label {
  display: none;
}
.product-card .product-card-order .product-add-to-cart-form .quantity-wrapper label {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  line-height: 14px;
  margin-top: -7px;
  left: 18px;
  display: block;
}
.product-card .product-card-order .product-add-to-cart-form .quantity-wrapper input[type=number] {
  position: relative;
  z-index: 1;
  background: transparent;
  border: 1px solid #DDD;
  padding: 9px 12px 9px 68px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  display: block;
  height: 50px;
  width: 120px;
}
.product-card .product-card-order .product-add-to-cart-form .quantity-wrapper input[type=number]:hover, .product-card .product-card-order .product-add-to-cart-form .quantity-wrapper input[type=number]:active, .product-card .product-card-order .product-add-to-cart-form .quantity-wrapper input[type=number]:focus {
  border-color: #4A7A43;
}
.product-card .product-card-order .product-add-to-cart-form .quantity-wrapper input::-webkit-outer-spin-button,
.product-card .product-card-order .product-add-to-cart-form .quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-card .product-card-order .product-add-to-cart-form .quantity-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.product-card .product-card-order .product-add-to-cart-form .button {
  width: 100%;
}
.product-card .product-card-order .product-add-to-cart-form .add-to-basket-issue {
  column-gap: 7px;
  font-size: 15px;
  line-height: 19px;
  padding: 8px;
  text-align: center;
  background: #edffed;
  z-index: 10;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .product-card-order .product-add-to-cart-form .add-to-basket-issue.error {
  background: #ffeeee;
}
.product-card .product-card-order .product-add-to-cart-form .add-to-basket-issue a {
  text-decoration: underline;
}
.product-card .product-card-order .product-add-to-cart-form .add-to-basket-issue span {
  display: flex;
  column-gap: 7px;
}
.product-card:hover .product-card-image, .product-card:active .product-card-image, .product-card:focus .product-card-image {
  background-color: #FFF;
  border-color: #4A7A43;
  color: #000;
}
.product-card:hover .product-card-order, .product-card:active .product-card-order, .product-card:focus .product-card-order {
  border-color: #4A7A43;
}

@media all and (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .products-grid .product-card-1 {
    order: 1;
  }
  .products-grid .product-card-2 {
    order: 2;
  }
  .products-grid .price-list {
    order: 3;
  }
  .products-grid .product-card-3 {
    order: 4;
  }
  .products-grid .product-card-4 {
    order: 5;
  }
  .products-grid .product-card-5 {
    order: 6;
  }
  .products-grid .product-card-6 {
    order: 7;
  }
  .products-grid .product-card-7 {
    order: 8;
  }
  .products-grid .product-card-8 {
    order: 9;
  }
}
.wp-block-woocommerce-checkout-terms-block {
  font-size: 16px;
  line-height: 24px;
}
.wp-block-woocommerce-checkout-terms-block a {
  text-decoration: underline;
}

.page-header {
  background: #4A7A43;
  padding: 32px 0;
}
.page-header h1 {
  font-size: 34px;
  line-height: 35px;
  font-weight: 800;
  color: #FFF;
}

.page-content {
  padding: 48px 0;
}

@media all and (min-width: 1024px) {
  .page-header {
    padding: 96px 0 48px 0;
  }
  .page-header h1 {
    font-size: 64px;
    line-height: 64px;
  }

  .page-content {
    padding: 72px 0;
  }
}
.home-masthead {
  background: #4A7A43;
  overflow: hidden;
  padding: 26px 0 0 0;
}
.home-masthead article h1 {
  font-size: 34px;
  line-height: 35px;
  font-weight: 800;
  color: #FFF;
  margin: 0 0 14px 0;
}
.home-masthead article p {
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
}
.home-masthead article .did-you-know {
  margin: 0 0 14px 0;
}
.home-masthead article .did-you-know p {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 6px 0;
}
.home-masthead article .did-you-know p em {
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 4px 0;
}
.home-masthead .free-delivery-label {
  padding: 28px 0 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  font-style: italic;
  width: 128px;
}
.home-masthead .hide-lg {
  width: 100%;
  margin-top: -64px;
  margin-bottom: -120px;
}

@media all and (max-width: 1023px) and (min-width: 640px) {
  .home-masthead article {
    width: calc(100% - 340px);
  }
  .home-masthead .hide-lg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 300px;
  }
}
@media all and (min-width: 1024px) {
  .home-masthead {
    padding: 0px;
  }
  .home-masthead article {
    padding: 110px 48px 48px 0;
    width: 54%;
  }
  .home-masthead article h1 {
    font-size: 56px;
    line-height: 56px;
    margin: 0 0 32px 0;
  }
  .home-masthead article p {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 16px 0;
    max-width: 500px;
  }
  .home-masthead article .free-delivery-label {
    flex-direction: row;
    column-gap: 10px;
    font-size: 14px;
    line-height: 24px;
    width: auto;
    align-items: center;
    padding: 0px;
  }
  .home-masthead .hide-sm {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 46%;
  }
}
@media all and (min-width: 1200px) {
  .home-masthead article h1 {
    font-size: 64px;
    line-height: 64px;
  }
}
.home-features {
  background: #3F6A39;
}
.home-features aside {
  position: relative;
  border-bottom: 1px solid #4A7A43;
  padding: 16px 32px 16px 72px;
}
.home-features aside svg {
  position: absolute;
  top: 20px;
  left: 32px;
}
.home-features aside h4 {
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 4px 0;
}
.home-features aside p {
  font-size: 13px;
  line-height: 17px;
  color: #FFF;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .home-features .container {
    margin: 0px;
  }
}
@media all and (min-width: 1024px) {
  .home-features .container {
    display: flex;
    flex-direction: row;
  }
  .home-features .container aside {
    border-bottom: none;
    border-right: 1px solid #4A7A43;
    padding: 30px 20px 30px 80px;
  }
  .home-features .container aside svg {
    top: 34px;
    left: 48px;
  }
  .home-features .container aside h4 {
    font-size: 19px;
    line-height: 24px;
  }
  .home-features .container aside p {
    font-size: 14px;
    line-height: 18px;
  }
  .home-features .container aside.home-feature-1 {
    width: 32%;
    padding-left: 32px;
  }
  .home-features .container aside.home-feature-1 svg {
    left: 0px;
  }
  .home-features .container aside.home-feature-2 {
    width: 36%;
    padding-right: 48px;
  }
  .home-features .container aside.home-feature-3 {
    width: 32%;
    padding-right: 0px;
    border: none;
  }
}
@media all and (min-width: 1100px) {
  .home-features .container aside h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .home-features .container aside p {
    font-size: 16px;
    line-height: 24px;
  }
}
.home-intro {
  padding: 28px 0 20px 0;
}
.home-intro p {
  font-size: 16px;
  line-height: 22px;
}

@media all and (min-width: 1024px) {
  .home-intro {
    padding: 48px 0 40px 0;
  }
  .home-intro p {
    font-size: 22px;
    line-height: 30px;
  }
}
.home-products {
  padding: 0 0 32px 0;
}

@media all and (min-width: 1024px) {
  .home-products {
    padding: 0 0 120px 0;
  }
}
.price-list {
  padding: 20px 0 0 0;
}
.price-list h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  margin: -7px 0 1px 0;
}
.price-list p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 18px 0;
}
.price-list table {
  width: 100%;
}
.price-list table tr th,
.price-list table tr td {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #CCCCCC;
}
.price-list table tr th:nth-child(2n),
.price-list table tr td:nth-child(2n) {
  text-align: right;
}
.price-list table tr th {
  font-weight: bold;
  border-color: #999;
}

@media all and (min-width: 1024px) {
  .price-list {
    padding: 16px 0 0 16px;
  }
}
.home-branded {
  background: #F9F9F9;
  padding: 32px 0;
}
.home-branded h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.home-branded p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px 0;
}
.home-branded p a {
  text-decoration: underline;
}
.home-branded .branded-cards-images {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 24px 0 0 0;
}

@media all and (min-width: 1024px) {
  .home-branded {
    padding: 72px 0;
  }
  .home-branded h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .home-branded p {
    font-size: 20px;
    line-height: 28px;
  }
  .home-branded .branded-cards-images {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home-faqs {
  padding: 32px 0;
}
.home-faqs h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.home-faqs .accordion .accordion-panel {
  border-bottom: 1px solid #CCC;
}
.home-faqs .accordion .accordion-panel h4 {
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding: 10px 30px 10px 0;
  cursor: pointer;
  position: relative;
}
.home-faqs .accordion .accordion-panel h4:before {
  content: "+";
  top: 10px;
  right: 10px;
  line-height: 24px;
  display: block;
  position: absolute;
}
.home-faqs .accordion .accordion-panel article {
  display: none;
  padding: 0 0 20px 0;
}
.home-faqs .accordion .accordion-panel article p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px 0;
}

@media all and (min-width: 1024px) {
  .home-faqs {
    padding: 96px 0;
  }
  .home-faqs h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .home-faqs .accordion .accordion-panel h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .home-faqs .accordion .accordion-panel h4:before {
    line-height: 30px;
  }
}
#site-footer {
  padding: 0 0 48px 0;
}
#site-footer p {
  font-size: 14px;
  line-height: 24px;
}
#site-footer p a {
  text-decoration: underline;
  margin: 0 0 0 16px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin: 0 0 16px 0;
}
article h1 {
  font-size: 32px;
  line-height: 40px;
}
article h2 {
  font-size: 28px;
  line-height: 36px;
}
article h3 {
  font-size: 24px;
  line-height: 32px;
}
article h4 {
  font-size: 18px;
  line-height: 26px;
}
article h5 {
  font-size: 16px;
  line-height: 24px;
}
article h6 {
  font-size: 14px;
  line-height: 22px;
}
article p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 26px 0;
}
article p a {
  text-decoration: underline;
}
article ul {
  font-size: 18px;
  line-height: 26px;
}
article ul li {
  margin: 0 0 17px 0;
  padding: 0 0 0 30px;
  position: relative;
}
article ul li:before {
  position: absolute;
  line-height: 28px;
  content: "•";
  left: 5px;
  top: 0px;
  display: block;
}
article ol {
  margin: 0 0 11px 30px;
  list-style: decimal outside;
  font-size: 18px;
  line-height: 26px;
}
article ol li {
  margin: 0 0 17px 0;
  padding: 0px;
}
article small {
  display: block;
  margin: 0 0 28px 0;
  font-size: 16px;
  line-height: 26px;
}
article strong {
  font-weight: 700;
}
article blockquote p,
article blockquote cite {
  -webkit-text-size-adjust: 100%;
}

.modal-back {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.modal-window {
  position: fixed;
  background: #FFF;
  z-index: 1000;
  display: none;
  text-align: left;
  overflow: auto;
}
.modal-window .modal-window-close {
  top: 20px;
  right: 20px;
  position: absolute;
}
.modal-window article h2,
.modal-window article h3,
.modal-window article h4 {
  font-size: 24px;
  line-height: 27px;
  margin: 0 0 18px 0;
}
.modal-window article h2 {
  margin-right: 20px;
}
.modal-window article p {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 18px 0;
}
.modal-window article p a {
  text-decoration: underline;
}
.modal-window article ul {
  margin: 0 0 10px 0;
}
.modal-window .modal-header {
  border-bottom: 1px solid #DDD;
  padding: 24px 96px 24px 24px;
  margin: -20px -20px 20px -20px;
}
.modal-window .modal-header .modal-header-heading {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 2px 0;
  display: block;
  color: #000000;
}
.modal-window .modal-header p {
  line-height: 22px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .modal-window {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: left;
  }
}
@media all and (min-width: 1024px) {
  .modal-window {
    top: 50%;
    left: 50%;
    width: 577px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    padding: 32px 24px 32px 24px;
    max-height: calc(100% - 64px);
  }
  .modal-window article h2,
.modal-window article h3,
.modal-window article h4 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 18px 0;
  }
  .modal-window article h2 {
    margin-right: 20px;
  }
  .modal-window article p {
    text-align: left;
  }
  .modal-window .modal-header {
    margin: -32px -24px 32px -24px;
    padding: 32px 96px 24px 24px;
  }
  .modal-window .modal-header .modal-header-heading {
    font-size: 24px;
    line-height: 32px;
  }
}
.modal-active .modal-back {
  display: block;
}
.modal-active .modal-window {
  display: block;
}

/*# sourceMappingURL=main.css.map */
