:root {
  --main: #003674;
  --second: #6586aa;
  --grey: #e2e6de;
  --white: white;
  --white-2: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--main);
  background-color: #f5f7f3;
  font-family: halyard-display, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  background-color: rgba(255, 255, 255, 0);
  padding-top: 1.04em;
  padding-bottom: 1.04em;
}

.container {
  width: 100%;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.19em;
  padding-right: 7.19em;
  position: relative;
}

.container.nav-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  order: -1;
  padding-left: 0;
}

.nav-link {
  color: var(--main);
  font-size: 1em;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--second);
}

.hero-section {
  padding: 1.88em;
}

.hero-border-block {
  border: 1px solid var(--grey);
  border-radius: .63em;
  padding-top: 3.75em;
  padding-bottom: 0;
  overflow: hidden;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.38em;
  font-weight: 500;
  line-height: 1.2;
}

.h1.isleft {
  text-align: left;
}

.h1.isleft.light {
  color: var(--second);
}

.hero-sub-text {
  color: var(--second);
  text-align: center;
  letter-spacing: .19em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}

.hero-wrapper {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.table-block {
  margin-top: 2.5em;
  margin-left: -3.48em;
  margin-right: -3.48em;
  position: relative;
  overflow: hidden;
}

.table-img {
  width: 100%;
}

.table-overlay {
  height: 16em;
  background-image: linear-gradient(to top, #f5f7f3 20%, rgba(245, 247, 243, 0));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  padding-top: 5.63em;
  padding-bottom: 5.63em;
  overflow: hidden;
}

.section.dark {
  background-color: var(--main);
}

.section.dark.footer {
  grid-row-gap: 4.38em;
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}

.section.white {
  background-color: var(--white);
}

.section-heading-wrapper {
  grid-row-gap: .63em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-small-heading {
  color: var(--second);
  letter-spacing: .19em;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 600;
}

.icon {
  width: 1.25em;
  height: 1.25em;
}

.button {
  grid-column-gap: 1.13em;
  background-color: var(--main);
  color: var(--grey);
  text-transform: uppercase;
  border-radius: 6.25em;
  align-items: center;
  padding: 1.25em 1.88em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover, .button.grey {
  background-color: var(--grey);
  color: var(--main);
}

.button.grey:hover {
  background-color: var(--main);
  color: var(--grey);
}

.button.smaller {
  padding: .63em 1.25em;
}

.button.submit-form-button {
  background-image: url('../images/ArrowCircleRight.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 3.76em;
}

.button-text {
  flex: none;
  font-size: .88em;
  font-weight: 500;
}

.content-wrapper {
  border-top: 1px solid var(--grey);
  margin-top: 7.5em;
  padding-top: 3.13em;
}

.flex-content {
  grid-column-gap: 12em;
  display: flex;
}

.flex-half {
  flex: 1;
}

.flex-half.with-text {
  grid-row-gap: 1.88em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-half.elements-wrapper {
  grid-row-gap: 3.13em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-title {
  color: var(--second);
  font-size: 2.88em;
}

.text-block {
  margin-bottom: 0;
  font-size: 1.13em;
}

.text-block.colored {
  color: var(--second);
}

.element-block {
  grid-column-gap: .94em;
  display: flex;
}

.block-title {
  color: var(--second);
  font-size: 1.5em;
  font-weight: 500;
}

.block-text {
  color: var(--white);
  font-size: 1em;
}

.block-text-space {
  grid-row-gap: .94em;
  flex-direction: column;
  display: flex;
}

.number-element {
  width: 2.06em;
  height: 2.06em;
  background-color: var(--white);
  border-radius: 100%;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-text {
  font-size: 1em;
  font-weight: 600;
}

.pay-cta {
  background-color: var(--white);
  border-radius: .63em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.13em;
  padding-bottom: 3.13em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-price {
  font-size: 3.62em;
  font-weight: 500;
}

.fee-text {
  color: var(--second);
  text-align: center;
  font-size: 3.62em;
  font-weight: 500;
}

.login-info {
  margin-top: 1.25rem;
  font-size: 1.25em;
  font-weight: 500;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 3.13em;
  display: flex;
}

.lock {
  width: 17.19em;
  color: var(--second);
  margin-right: 2.94em;
  position: absolute;
  top: auto;
  bottom: -.31em;
  left: auto;
  right: 0%;
}

.news-block-wrapper {
  align-items: flex-end;
  margin-top: 2.5em;
  display: flex;
}

.highlight-half {
  width: 44%;
  grid-row-gap: 1.88em;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 3.68em;
  display: flex;
}

.rest-half {
  flex: 1;
  display: flex;
}

.half {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-left: 1.44em;
  padding-right: 1.44em;
  display: flex;
}

.vertical-line {
  width: 1px;
  background-color: var(--grey);
  flex: none;
  align-self: stretch;
  margin-left: 2.5em;
}

.vertical-line.no-space {
  margin-left: 0;
}

.cat-wrapper {
  grid-column-gap: .94em;
  align-items: stretch;
  display: flex;
}

.cat-line {
  width: 1px;
  background-color: var(--second);
  flex: none;
}

.cat-date {
  color: var(--second);
  letter-spacing: .19em;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 600;
}

.big-title-news {
  color: var(--main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.88em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.big-title-news:hover {
  color: var(--second);
}

.excerpt {
  color: var(--second);
  margin-bottom: 0;
  font-size: 1.13em;
}

.cat-name-wrapper {
  grid-row-gap: .94em;
  flex-direction: column;
  display: flex;
}

.small-button {
  grid-column-gap: .94em;
  color: var(--main);
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.small-button:hover {
  color: var(--second);
}

.small-button-text {
  letter-spacing: .11em;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 500;
}

.small-news-wrapper {
  grid-row-gap: 1.25em;
  flex-direction: column;
  display: flex;
}

.small-title-news {
  color: var(--main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.small-title-news:hover {
  color: var(--second);
}

.line-horizontal {
  height: 1px;
  background-color: var(--grey);
  margin-top: 2.19em;
  margin-bottom: 2.19em;
}

.brand-text {
  color: var(--main);
  font-size: 1.88em;
  font-weight: 600;
}

.nav-menu {
  flex: 1;
  order: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-buttons-wrapper {
  grid-column-gap: 1.25em;
  align-items: stretch;
  display: flex;
}

.footer-bottom {
  padding-bottom: 2.08em;
}

.footer-flex {
  justify-content: space-between;
  display: flex;
}

.footer-colums-wrapper {
  width: 100%;
  max-width: 60%;
  justify-content: space-between;
  display: flex;
}

.footer-social-wrapper {
  grid-column-gap: 1.04em;
  flex-direction: row;
  display: flex;
}

.footer-column {
  grid-row-gap: .69em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-column-label {
  color: var(--second);
  font-size: .88em;
}

.footer-link {
  color: var(--white);
  font-size: 1.11em;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--second);
}

.social-link {
  width: 6.94em;
  height: 6.94em;
  border: 1px solid var(--second);
  color: var(--second);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border-color: var(--grey);
  color: var(--grey);
}

.social-icon {
  width: 1.74em;
  height: 1.74em;
}

.footer-bottom-link {
  color: var(--white);
  font-size: .83em;
  text-decoration: none;
}

.footer-bottom-text {
  color: var(--white);
  font-size: .83em;
}

.footer-bottom-flex {
  justify-content: space-between;
  display: flex;
}

.about-more-text-wrapper {
  margin-top: 9.72em;
}

.about-big-text {
  margin-bottom: 0;
  font-size: 3.19em;
  font-weight: 500;
}

.archive-wrapper {
  margin-top: 2.5em;
}

.archive-element {
  grid-column-gap: 13.19em;
  border-bottom: 1px solid var(--grey);
  justify-content: space-between;
  padding-bottom: 3.47em;
  display: flex;
}

.archive-half {
  grid-row-gap: 1.25em;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.news-content {
  width: 100%;
  max-width: 53.47em;
  margin-left: auto;
  margin-right: auto;
}

.news-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.03em;
  font-weight: 500;
  line-height: 1.2;
}

.author-details {
  justify-content: space-between;
  align-items: center;
  margin-top: 3.47em;
  display: flex;
}

.author-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.author-img {
  width: 3.19em;
  height: 3.19em;
  border-radius: 100%;
  overflow: hidden;
}

.img-author {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autho-text {
  letter-spacing: .19em;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.3;
}

.social-share {
  grid-column-gap: .63em;
  align-items: center;
  display: flex;
}

.social-shre-url {
  width: 2em;
  height: 2em;
  color: var(--main);
  justify-content: center;
  align-items: center;
  padding: .25em;
  transition: all .2s;
  display: flex;
}

.social-shre-url:hover {
  color: var(--second);
}

.post-content-text {
  margin-top: 6.25em;
  font-size: 1em;
  line-height: 1.2;
}

.post-content-text a {
  color: var(--second);
}

.post-content-text h1 {
  font-size: 4.03em;
  font-weight: 500;
  line-height: 1.2;
}

.post-content-text h2 {
  font-size: 3.33em;
  font-weight: 500;
  line-height: 1.2;
}

.post-content-text h3 {
  font-size: 2.36em;
  font-weight: 500;
  line-height: 1.2;
}

.post-content-text h4 {
  font-size: 1.67em;
  font-weight: 500;
  line-height: 1.2;
}

.post-content-text h5 {
  font-size: 1.39em;
  font-weight: 500;
  line-height: 1.2;
}

.post-content-text h6 {
  font-size: 1.11em;
  font-weight: 500;
  line-height: 1.2;
}

.post-content-text p {
  font-size: 1em;
}

.post-content-text blockquote {
  border-left-color: var(--grey);
  font-size: 1.39em;
}

.post-content-text li {
  font-size: 1.11em;
}

.post-content-text ol, .post-content-text ul {
  padding-left: 2.78em;
}

.post-content-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 4.13em;
  display: flex;
}

.post-content-tags {
  width: 70%;
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.stag {
  color: var(--main);
  letter-spacing: 1.3px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.share-icon {
  width: 100%;
  height: 100%;
}

.line {
  height: 1px;
  background-color: var(--main);
  margin-top: 3.13em;
  margin-bottom: 3.13em;
}

.date-time-read {
  grid-column-gap: .5em;
  align-items: center;
  margin-top: .31em;
  display: flex;
}

.date-time-text {
  color: var(--second);
  font-size: .88em;
}

.share-wrapper {
  grid-row-gap: .63em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.share-text {
  font-size: 1.13em;
  font-weight: 500;
}

.table_cell {
  padding: .63em;
  font-size: .88em;
}

.table_component {
  width: 100%;
  margin-bottom: 0;
}

.table-search {
  margin-top: 5.63em;
}

.serach-from {
  max-width: 60%;
  margin: 2.5em auto 0;
}

.search-filed {
  height: 3.75em;
  text-align: center;
  border: 1px #000;
  border-radius: 12.5em;
  padding-left: 3.75em;
  padding-right: 3.75em;
}

.search-filed::-ms-input-placeholder {
  color: var(--second);
  font-size: 1em;
}

.search-filed::placeholder {
  color: var(--second);
  font-size: 1em;
}

.form-search {
  position: relative;
}

.submit-button {
  width: 2.19em;
  height: 2.19em;
  background-color: var(--main);
  background-image: url('../images/ArrowCircleRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: .94em;
  transform: translate(0, -50%);
}

.not-found-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.not-found-block.confirmation {
  flex-direction: column;
  margin-top: 3.13em;
}

.not-found-text {
  text-align: center;
  font-size: 1.25em;
}

.mid {
  font-weight: 500;
}

.contact-form {
  align-self: stretch;
}

.label {
  font-size: 1em;
  font-weight: 500;
}

.text-field {
  height: 3.13em;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-left: 0;
  transition: all .2s;
}

.text-field:focus {
  border-bottom-color: var(--main);
}

.text-field::-ms-input-placeholder {
  color: var(--second);
}

.text-field::placeholder {
  color: var(--second);
}

.text-field.area {
  height: auto;
  min-height: 6.25em;
}

.text-field.select {
  color: var(--second);
}

.form-flex, .check-wrapper {
  grid-row-gap: .94em;
  flex-direction: column;
  display: flex;
}

.check-field {
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.check-text {
  margin-bottom: 0;
  font-size: .75em;
}

.check-text.remember-me {
  font-size: .88em;
}

.req-text {
  color: var(--second);
  font-size: .88em;
}

.submit-wrapper {
  margin-top: .94em;
}

.submit-wrapper.login-button-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.login-wrapper {
  max-width: 21.88em;
  margin-top: 4.69em;
  margin-left: auto;
  margin-right: auto;
}

.remember-forgot {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.forgot-link {
  color: var(--second);
  font-size: .88em;
  text-decoration: none;
  transition: all .2s;
}

.forgot-link:hover {
  color: var(--main);
}

.payment-flex {
  grid-column-gap: 4.88em;
  justify-content: space-between;
  margin-top: 4.69em;
  display: flex;
}

.payment-half {
  flex: 1;
}

.order-form-wrapper {
  margin-bottom: 0;
}

.form-order {
  grid-row-gap: .94em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.form-order.rows {
  grid-row-gap: 0em;
}

.zgoda-url {
  color: var(--second);
  text-decoration: none;
  transition: all .2s;
}

.zgoda-url:hover {
  color: var(--main);
}

.total-wrapper {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 1.88em;
  padding-top: .94em;
  padding-bottom: .94em;
}

.rejestracja-zgody.zgody-smaller {
  grid-row-gap: .94em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.88em;
  display: flex;
}

.checkbox-2 {
  width: 1.13em;
  height: 1.13em;
  background-color: #fff;
  border: 1px solid #242a38;
  border-radius: 100%;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: .8em;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--main);
  background-image: url('../images/Path-89448.svg');
  background-position: 50% 47%;
  background-size: 60%;
  border-color: #000;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.cost-details-wrapper {
  grid-row-gap: 1.25em;
  flex-direction: column;
  margin-top: 1.88em;
  display: flex;
}

.details-wraper {
  justify-content: space-between;
  display: flex;
}

.checkbox-label {
  color: #485841;
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: .88em;
  font-weight: 400;
}

.checkbox-label.rmbr {
  color: var(--main);
  text-transform: none;
  font-size: .88em;
  font-weight: 400;
}

.order-label-wrapper {
  border-bottom: 1px solid var(--grey);
  justify-content: space-between;
  padding-bottom: .94em;
  display: flex;
}

.order-label-text {
  font-size: 1.5em;
  font-weight: 500;
}

.summary-text {
  color: var(--main);
  letter-spacing: .05em;
  text-transform: none;
  flex: none;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 500;
}

.summary-text.total {
  font-size: 1.5em;
}

.price-text {
  font-size: 1.25em;
  font-weight: 500;
}

.payment-method {
  margin-top: 1.88em;
}

.nav-holder {
  margin-left: auto;
  margin-right: auto;
}

.login-button {
  grid-column-gap: .5em;
  color: var(--main);
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.login-button:hover {
  color: var(--second);
}

.login-img {
  width: .94em;
  height: .94em;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: .63em;
    padding-bottom: .63em;
  }

  .container {
    padding-left: 4.38em;
    padding-right: 4.38em;
  }

  .hero-border-block {
    padding-top: 2.5em;
  }

  .h1 {
    font-size: 3.63em;
  }

  .hero-sub-text {
    font-size: .81em;
  }

  .table-overlay {
    height: 7em;
  }

  .content-wrapper {
    margin-top: 5.63em;
  }

  .flex-content {
    grid-column-gap: 5.63em;
  }

  .text-title {
    font-size: 1.5em;
  }

  .text-block {
    font-size: 1em;
  }

  .block-title {
    font-size: 1.25em;
  }

  .pay-cta {
    padding-bottom: 7.23em;
  }

  .big-price, .fee-text {
    font-size: 2.88em;
  }

  .lock {
    width: 11.25em;
    margin-right: 1.88em;
  }

  .highlight-half {
    padding-right: 0;
  }

  .half.tablet-hide {
    display: none;
  }

  .cat-date {
    font-size: .81em;
  }

  .big-title-news {
    font-size: 2em;
  }

  .excerpt {
    font-size: 1em;
  }

  .small-title-news, .brand-text {
    font-size: 1.25em;
  }

  .nav-menu {
    background-color: var(--grey);
    padding-top: 1.25em;
    padding-bottom: 1.88em;
  }

  .menu-buttons-wrapper {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-direction: column;
    align-items: center;
    margin-top: .94em;
  }

  .footer-link {
    font-size: 1em;
  }

  .table-search {
    overflow: scroll;
  }

  .serach-from {
    max-width: 100%;
  }

  .nav-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-button {
    order: 1;
    padding: .53em;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .lottie-menu {
    width: 1.25em;
    height: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 2.25em;
    padding-right: 2.25em;
  }

  .hero-section {
    padding-left: .31em;
    padding-right: .31em;
  }

  .h1 {
    font-size: 2.88em;
  }

  .table-block {
    margin-left: -2.25em;
    margin-right: -2.25em;
  }

  .section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .section-small-heading {
    font-size: .81em;
  }

  .content-wrapper {
    margin-top: 1.88em;
  }

  .flex-content {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-direction: column;
  }

  .flex-half.elements-wrapper {
    grid-row-gap: 1.88em;
  }

  .pay-cta {
    padding-bottom: 12.73em;
  }

  .big-price, .fee-text {
    font-size: 2em;
  }

  .button-wrapper {
    margin-top: 1.88em;
  }

  .lock {
    width: auto;
    height: 10.63em;
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  .news-block-wrapper {
    grid-row-gap: 1.88em;
    flex-direction: column;
  }

  .highlight-half {
    width: 100%;
  }

  .rest-half {
    grid-row-gap: 1.88em;
    flex-direction: column;
  }

  .half {
    padding-left: 0;
    padding-right: 0;
  }

  .vertical-line {
    width: 100%;
    height: 1px;
    margin-left: 0;
  }

  .vertical-line.no-space {
    display: none;
  }

  .vertical-line.no-space.show {
    display: block;
  }

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

  .footer-colums-wrapper {
    max-width: 100%;
    grid-row-gap: 1.88em;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 1.88em;
  }

  .social-link {
    width: 3.13em;
    height: 3.13em;
  }

  .social-icon {
    width: 1.25em;
    height: 1.25em;
  }

  .footer-bottom-flex {
    grid-column-gap: .94em;
    grid-row-gap: .94em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-more-text-wrapper {
    margin-top: 3.75em;
  }

  .about-big-text {
    font-size: 1.5em;
  }

  .news-heading {
    font-size: 2.88em;
  }

  .author-img {
    flex: none;
  }

  .post-content-bottom {
    grid-row-gap: 1.88em;
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .post-content-tags {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .not-found-text {
    font-size: 1em;
  }

  .login-wrapper {
    max-width: 100%;
  }

  .payment-flex {
    grid-row-gap: 1.88em;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .table-block {
    overflow: scroll;
  }

  .table-img {
    width: auto;
    height: 28.75em;
  }

  .table-overlay {
    position: relative;
  }

  .author-details {
    grid-row-gap: 1.88em;
    flex-flow: column wrap;
    align-items: flex-start;
    margin-top: 1.88em;
  }

  .table-search {
    overflow: scroll;
  }

  .search-filed {
    text-align: left;
    padding-left: .94em;
  }

  .checkbox-2 {
    min-height: 1.13em;
    min-width: 1.13em;
  }

  .checkbox-label {
    letter-spacing: 0;
    font-size: 1em;
  }

  .summary-text, .summary-text.total, .price-text {
    font-size: 1em;
  }

  .hero-img-wrap {
    width: 280%;
  }
}


