.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Roboto, sans-serif;
  color: #111d5e;
  font-size: 14px;
  line-height: 1.25;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}

a {
  color: #111d5e;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.5;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.5;
}

form {
  margin-bottom: 30px;
}

label {
  display: block;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  text-align: right;
}

.section-inner {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.content-box {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #faf2ff;
  box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.button {
  position: relative;
  margin-bottom: 30px;
  padding: 16px;
  background-color: #fd1d1d;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd1d1d), to(#fcb045));
  background-image: linear-gradient(90deg, #fd1d1d, #fcb045);
  font-size: 18px;
  font-weight: 500;
  z-index: 1;
}

.button::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fcb045;
  background-image: -webkit-gradient(linear, left top, right top, from(#fcb045), to(#fd1d1d));
  background-image: linear-gradient(90deg, #fcb045, #fd1d1d);
  z-index: -1;
  opacity: 0;
  transition: .3s ease-in-out;
}

.button:hover::before {
  opacity: 1;
}

.button.button--back {
  margin: 20px 20px 0px 0px;
  font-size: 14px;
  border-style: solid;
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  color: #111d5e;
}

.logo {
  position: relative;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  margin-right: 25px;
  margin-left: 25px;
  padding: 0px;
  color: #111d5e;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:active {
  display: inline-block;
}

.logo-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-text {
  display: inline-block;
}

.nav-link-underline {
  height: 5px;
  margin-top: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#833ab4), color-stop(50%, #fd1d1d), to(#fcb045));
  background-image: linear-gradient(90deg, #833ab4, #fd1d1d 50%, #fcb045);
}

.header-outer {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 11px 11px 30px 15px rgba(0, 0, 0, 0.05);
}

.intro {
  position: relative;
  z-index: 0;
  padding: 50px 0px 90px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#833ab4), color-stop(50%, #fd1d1d), to(#fcb045));
  background-image: linear-gradient(90deg, #833ab4, #fd1d1d 50%, #fcb045);
  text-align: center;
}

.intro.homepage {
  padding-bottom: 130px;
}

.header-intro-title {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 0 20px;
}

.usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.usp-item {
  position: relative;
  display: block;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}

.usp-title {
  margin-bottom: 5px;
  font-size: 18px;
}

.usp-desc {
  margin-bottom: 0px;
}

.usp-ico {
  margin-right: 20px;
  float: left;
}

.usp-content {
  float: left;
  text-align: left;
}

.input {
  margin-bottom: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #898fb0;
}

.input.textarea {
  min-height: 150px;
}

.input.type-number {
  padding-right: 50px;
}

.input.type-count {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-width: 0px;
  text-align: center;
}

.input-counts input[type='number'] {
  -moz-appearance:textfield;
}
.input-counts input::-webkit-outer-spin-button,
.input-counts input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-row {
  position: relative;
  margin-bottom: 20px;
  clear: both;
}

.input-row.no-bottom-margin {
  margin-bottom: 0px;
}

.input-row.calc-input-row {
  text-align: center;
}

.input-row.calc-input-row.custom-format.js-validation-number {
  padding-bottom: 15px;
}

.js-print-parameters {
  display: none;
}

.input-row.calc-input-row.js-lamination {
  display: none;
}

.input-row.calc-input-row.js-cut {
  display: none;
}

.input-row.calc-input-row.type {
  display: block;
  cursor: default;
}

.input-row.calc-input-row.type.js-type {
  display: none;
}

.input-row.calc-input-row.js-edges {
  display: none;
}

.input-row.calc-input-row.js-metaleyes {
  display: none;
}

.input-row.calc-input-row.js-boardstrength {
  display: none;
}

.input-row.calc-input-row.js-product {
  display: block;
}

.label-container {
  width: 25%;
  min-height: 1px;
  min-width: 100px;
  float: left;
}

.label-container.width-auto {
  width: auto;
  min-width: auto;
}

.input-container {
  position: relative;
  width: 75%;
  float: left;
  text-align: left;
}

.input-container.width-fixed {
  width: 160px;
  margin-right: 20px;
}

.input-container.container-center {
  display: flex;
  width: 100%;
  text-align: center;
  flex-flow: row;
  justify-content: center;
}

.input-container.send-button-writeus {
  float: right;
}

.input--disabled:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #ddd;
  opacity: 0.5;
  cursor: not-allowed;
}

.calc-form {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.required {
  font-weight: 500;
}

.button-input {
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 10px;
  background-color: #f2f4ff;
  box-shadow: 2px 2px 5px 3px rgba(111, 114, 123, 0.15);
  color: #111d5e;
  font-weight: 700;
}

.button-input:hover {
  background-color: #111d5e;
  background-image: -webkit-gradient(linear, left top, right top, from(#111d5e), to(#833ab4));
  background-image: linear-gradient(90deg, #111d5e, #833ab4);
  color: #fff;
}

.button-input:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(#111d5e), to(#833ab4));
  background-image: linear-gradient(90deg, #111d5e, #833ab4);
  color: #fff;
}

.button-input.choose-print-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 230px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}

.button-input.choose-print-button:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(#111d5e), to(#833ab4));
  background-image: linear-gradient(90deg, #111d5e, #833ab4);
  color: #fff;
}

.button-input.footer-button {
  background-image: -webkit-gradient(linear, left top, right top, from(#111d5e), to(#833ab4));
  background-image: linear-gradient(90deg, #111d5e, #833ab4);
  color: #fff;
}

.button-input.js-postertype {
  display: none;
  cursor: pointer;
}

.button-input.js-stickertype {
  display: none;
}

.button-input.js-bannertype {
  display: none;
}

.button-input.js-desktype {
  display: none;
}

.button-input.js-phototype {
  display: none;
}

.button-input.js-laminationmatte {
  display: none;
}

.button-input.js-laminationmatteshiny {
  display: none;
}

.button-input.js-laminationwithout {
  display: none;
}

.button-input.js-cutyes {
  display: none;
}

.button-input.js-cutno {
  display: none;
}

.button-input.js-postercitylight {
  display: none;
}

.button-input.js-button-format.js-basefromat {
  display: none;
}

.button-input.js-bannerformat.js-button-format {
  display: none;
}

.button-input.js-fotoobrazformat.js-button-format {
  display: none;
}

.radio-button-label {
  margin-right: 0px;
  text-align: left;
}

.radio-button-field {
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.radio-button-hidden {
  display: none;
}

.radio-as-button {
  display: inline-block;
  float: left;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.radio-as-button:focus {
  background-color: #833ab4;
}

.calc-choose-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  color: #111d5e;
}

.new-line {
  display: block;
}

.button-form-outer {
  float: left;
}

.radio-button-label-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-choose-container {
  display: inline-block;
}

.field-label {
  white-space: nowrap;
  cursor: pointer;
}

.field-label.required {
  font-weight: 700;
}

.form-steps {
  display: block;
  overflow: hidden;
}

.form-steps.form-steps--2 {
  display: block;
}

.form-steps.form-steps--2.js-nav-step2 {
  display: none;
}

.form-steps.js-nav-step1 {
  margin-bottom: 0px;
}

.form-step {
  display: inline-block;
  margin-bottom: 30px;
  color: #9e91ba;
  font-size: 18px;
  font-weight: 700;
}

.form-step.active {
  color: #111d5e;
}

.form-step.form-step--2 {
  display: block;
}

.form-step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #9e91ba;
  color: #faf2ff;
  line-height: 40px;
}

.form-step-label {
  margin-right: 20px;
  margin-left: 20px;
}

.form-step-divider {
  display: inline-block;
  width: 100px;
  height: 5px;
  margin-right: 20px;
  background-color: #9e91ba;
}

.hit {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hit-box {
  top: 0px;
  padding-right: 18px;
  padding-left: 18px;
}

.hit-box.col-2 {
  top: 60px;
}

.hit-box.col-3 {
  padding-right: 0px;
}

.hit-box.col-1 {
  padding-left: 0px;
}

.hit-title {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.25;
}

.hit-box-inner {
  padding-top: 30px;
  background-color: #f2f4ff;
  box-shadow: 0 0 30px 0 rgba(17, 29, 94, 0.15);
}

.hit-box-number {
  margin-left: 30px;
  float: left;
}

.hit-box-content {
  margin-left: 110px;
  padding: 0px 30px 20px 0px;
}

.hit-heading {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 100%;
  text-align: center;
}

.content {
  position: relative;
  margin-top: -100px;
}

.content.homepage-content {
  margin-top: -100px;
}

.content.content-page {
  padding-bottom: 100px;
}

.scrolloffset {
  position: absolute;
  top: -105px;
  width: 1px;
  height: 105px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-right: -15px;
  margin-bottom: 30px;
  margin-left: -15px;
}

.gallery-item {
  width: auto;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  border-radius: 1px;
  background-color: #faf2ff;
}

.gallery-item-img {
  width: auto;
  height: 160px;
  margin-bottom: 0px;
}

.footer {
  background-color: #f2f4ff;
}

.footer-cols {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-col {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-paragaph {
  line-height: 1.5;
}

.external {
  display: inline-block;
  padding-right: 15px;
  background-image: url('../images/new-window.svg');
  background-position: 100% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.ynot-logo {
  margin-bottom: 30px;
}

.textarea {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.footer-heading {
  margin-bottom: 20px;
  padding-left: 25%;
  font-size: 18px;
}

.contact-form {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.input-legend {
  position: absolute;
  top: 0px;
  right: 10px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #c4c4c4;
}

.input-counts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  margin-right: 20px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 0px;
  border-color: #898fb0;
  box-shadow: 2px 2px 5px 3px rgba(111, 114, 123, 0.15);
}

.input-counter {
  display: block;
  overflow: hidden;
  width: 30px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f4ff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.input-counter:hover {
  background-color: #9e91ba;
}

.form-step-number-checked {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #111d5e;
  background-image: url('../images/step-checked.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #faf2ff;
  line-height: 40px;
}

.gallery-heading {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 60px;
  text-align: center;
}

.form-block {
  margin-bottom: 0px;
}

.inputs-gropup---mobile-new-line {
  display: none;
  float: left;
}

.logo-image {
  position: relative;
}

.input-group {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.success-message {
  background-color: #111d5e;
  color: #fff;
}

.error-message {
  background-color: #fd1d1d;
  color: #f2f4ff;
}

.message {
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: 0 0 30px 0 rgba(17, 29, 94, 0.15);
  font-weight: 700;
}

.message.error-message {
  background-color: #fd1d1d;
}

.message.success-message {
  color: #fff;
}

.input-group-heading {
  clear: both;
  margin-bottom: 30px;
  padding-top: 20px;
}

.input-group-heading.head-calculation {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 20px;
}

.input-group-heading.head-calculation-text {
  display: inline-block;
  margin-bottom: 40px;
  padding: 0px 3px;
  font-size: 18px;
  font-weight: 700;
}

.input-group-heading.alert-pricetext {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #fd1d1d;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.input-group-heading.alert-pricetext.js-alert-calculator-price {
  display: none;
  margin-top: 20px;
  background-color: #fd1d1d;
}

.input-group-heading.alert-pricetext.js-alert-calculator-parameters {
  display: none;
  margin-top: 20px;
  background-color: #fd1d1d;
  color: #ffffff;
  font-weight: 500;
}

.input-group-heading.alert-emailtext {
  padding: 10px 20px;
  background-color: #fd1d1d;
  color: #ffffff;
}

.input-group-heading.alert-emailtext.js-alert-calculator-email {
  display: none;
  font-weight: 500;
  width: auto;
}
.input-group-heading.alert-pricetext.js-alert-calculator-dimensions {
  display: none;
  width: auto;
}
.js-alert-writeus-email,
.js-alert-writeus-msg {
  display: none;
  position: relative;
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 500;
}

.input-group-heading.alert-writeus {
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #fd1d1d;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.input-group-heading.alert-writeus.js-alert-writeus-email,
.input-group-heading.alert-writeus.js-alert-writeus-msg {
  display: none;
}

.calc-form-part-1.js-input-container--parent.js-calculation-form-arch {
  display: none;
}

.calc-form-part-1.js-calculation-form-arch {
  display: none;
}

.calc-form-part-2 {
  display: none;
}

.calc-form-part-2.js-calculation-step2 {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.page-content {
  padding-bottom: 60px;
  text-align: left;
}

.alert {
  display: none;
  padding-top: 0px;
}

.alert.alert-validation {
  display: block;
}

.alert.alert-price {
  display: block;
}

.alert.alert-email {
  display: block;
}

.alert.alert-writeus {
  display: block;
  width: 75%;
  float: right;
}

.text-block {
  position: relative;
  width: 75%;
}

.text-block.error-form-writeus {
  margin-bottom: 20px;
  float: right;
}

.text-block.error-form-writeus.js-error-writeus {
  color: #fd1d1d;
}

.text-block.error-form-calculation.js-error-calculation {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #fd1d1d;
  color: #ffffff;
}

.text-block-2 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: normal;
}

.success-message-2 {
  margin-bottom: 40px;
  background-color: #111d5e;
  color: #111d5e;
}

.error-message-2 {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-block-3 {
  line-height: 30px;
}

.input-file {
  float: left;
  margin-bottom: 15px;
}

.recaptcha {
  float: none;
}

.recaptcha-container {
  width: 75%;
  margin-bottom: 10px;
  float: right;
}

@media screen and (min-width: 1280px) {
  .input-group-heading.head-calculation-text.head-calculation-transport {
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .section-inner.section-header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-box {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .header {
    height: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu {
    padding-top: 30px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.15);
  }
  .nav-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link-text {
    padding-top: 5px;
  }
  .nav-link-underline {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .intro {
    padding-top: 30px;
  }
  .usp-item {
    width: 25%;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .usp-ico {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .usp-content {
    float: none;
    text-align: center;
  }
  .calc-form {
    width: 100%;
  }
  .field-label {
    text-align: left;
  }
  .hit {
    padding-top: 30px;
  }
  .hit-box-number {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .hit-box-content {
    margin-left: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .hit-heading {
    top: 30px;
  }
  .gallery {
    margin-right: auto;
    margin-left: auto;
  }
  .gallery-item {
    width: 31%;
    margin-right: 1%;
    margin-bottom: 2%;
    margin-left: 1%;
  }
  .gallery-heading {
    padding-top: 30px;
  }
  .nav-link-inner {
    display: inline-block;
  }
  .mobile-menu-button {
    padding: 15px;
  }
  .mobile-menu-button.w--open {
    background-color: #111d5e;
  }
  .page-content {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .content-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .input,
  .input--disabled {
    margin-bottom: 15px;
  }
  .input--disabled input {
    margin-bottom: 0px;
  }
  .input.type-count {
    margin-bottom: 0px;
  }
  .input-row {
    margin-bottom: 0px;
  }
  .input-row.calc-input-row.js-product.js-row {
    margin-bottom: 20px;
  }
  .label-container.width-auto {
    width: 25%;
  }
  .button-input.choose-print-button {
    min-width: auto;
  }
  .button-form-outer {
    margin-bottom: 15px;
  }
  .form-step-divider {
    display: none;
  }
  .hit {
    padding-bottom: 0px;
  }
  .hit-box {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hit-box.col-2 {
    top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hit-box.col-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hit-box.col-1 {
    padding-right: 0px;
  }
  .hit-box-number {
    margin-left: 30px;
    float: left;
  }
  .hit-box-content {
    margin-left: 110px;
  }
  .hit-heading {
    position: static;
  }
  .footer-col {
    text-align: center;
  }
  .ynot-logo {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-heading {
    padding-left: 0%;
  }
  .inputs-gropup---mobile-new-line {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    clear: both;
  }
  .input-group {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-bottom: 15px;
    text-align: left;
  }
  ul {
    padding-left: 20px;
  }
  label {
    margin-right: 0px;
    text-align: left;
  }
  .section-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-inner.section-calculator {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-inner.section-header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-box {
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-container {
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
  }
  .intro {
    padding-bottom: 115px;
  }
  .header-intro-title {
    font-size: 24px;
    line-height: 1.25;
    padding: 0;
    margin-bottom: 15px;
  }
  .usp {
    display: block;
  }
  .usp-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .usp-ico {
    margin-right: 20px;
    float: left;
  }
  .usp-content {
    margin-left: 70px;
    float: none;
    text-align: left;
  }
  .input {
    font-size: 13px;
  }
  .input-row.calc-input-row {
    margin-bottom: 15px;
  }
  .input-row.calc-input-row.js-product.js-row {
    margin-bottom: 5px;
  }
  .label-container {
    width: 100%;
  }
  .label-container.width-auto {
    width: 100%;
  }
  .input-container {
    width: 100%;
  }
  .input-container.width-fixed {
    width: 100%;
  }
  .calc-form {
    margin-bottom: 0px;
  }
  .button-input {
    margin-right: 15px;
    font-size: 13px;
  }
  .button-input.choose-print-button {
    margin-right: 0px;
  }
  .button-form-outer {
    margin-bottom: 15px;
    float: none;
  }
  .button-choose-container {
    display: block;
  }
  .form-steps {
    clear: both;
  }
  .form-step {
    width: 50%;
    margin-bottom: 20px;
    float: left;
  }
  .form-step.active {
    margin-bottom: 20px;
  }
  .form-step-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .form-step-label {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    font-size: 14px;
  }
  .form-step-divider {
    display: none;
    width: 20px;
  }
  .content.content-page {
    padding-bottom: 20px;
  }
  .gallery-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    margin-left: 0%;
  }
  .footer-cols {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .footer-col {
    padding-bottom: 15px;
    text-align: left;
  }
  .ynot-logo {
    width: 60px;
    margin-bottom: 15px;
  }
  .footer-heading {
    margin-bottom: 15px;
  }
  .input-counts {
    margin-right: 15px;
  }
  .form-step-number-checked {
    width: 30px;
    height: 30px;
  }
  .inputs-gropup---mobile-new-line {
    display: none;
  }
  .logo-image {
    margin-left: auto;
  }
  .input-group {
    margin-bottom: 5px;
    padding: 0px 20px;
  }
  .calc-label {
    font-weight: 700;
  }
  .input-group-heading {
    margin-bottom: 20px;
    padding: 10px 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#111d5e), to(#833ab4));
    background-image: linear-gradient(90deg, #111d5e, #833ab4);
    color: #fff;
  }
  .input-group-heading.head-calculation {
    padding-top: 10px;
  }
  .input-group-heading.head-calculation-text.js-calculation-result {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    background-image: none;
    color: #111d5e;
  }
  .input-group-heading.alert-pricetext.js-alert-price {
    display: none;
    padding-left: 20px;
    background-image: none;
    font-size: 16px;
    text-align: center;
  }
  .input-group-heading.alert-pricetext.js-alert-validation {
    display: none;
    background-image: none;
    font-size: 16px;
    text-align: center;
  }
  .input-group-heading.alert-emailtext.js-alert-email {
    background-image: none;
    color: #111d5e;
    font-size: 16px;
    text-align: center;
  }
  .page-content {
    padding: 0px 15px 15px;
  }
}

.button-form-outer svg {fill:#111D5E;margin:0;display:inline-block;}
.button-form-outer:hover svg {fill:#fff;}
.form-step.active .form-step-number {background:#111d5e;color:#fff;}
.button-input:hover {
 		transition: background 0.2s ease;
}
input[type=radio]:checked + span,
.button-form--active {
    background-color: #111d5e;
    background-image: linear-gradient(90deg,#111d5e,#833ab4);
    color: #fff;
}
.button-form--active svg {
    fill: #fff;
}
.required-parameters {
	  color: #ff0000;
    font-weight: bold;
}
.head-calculation-term {
    font-weight: 300;
    text-transform: lowercase;
}
.head-calculation-price {
    display: flex;
    justify-content: center;
    margin: 5px 0px 0px;
    width: 100%;
}
.label-file {
	  padding: 0px;
}

