.elementor-heading-title {
  white-space: break-spaces;
}
.elementor-field-group label {
  order: 2;
  margin-top: 8px;
}
.elementor-field-group input {
  order: 1;
  padding: 0 0;
}
.elementor-button .elementor-button-icon svg {
  width: 7px;
  position: relative;
  margin: 0 0 0 5px;
}
.jet-mega-menu-container .item-bold .jet-mega-menu-item__link {
  font-weight: 700 !important;
}
/*Desctop: 1920*/
/*Desctop: 1680*/
/*Desctop: 1440*/
/*Desctop: 1200*/
/*Desctop: 992*/
/*Desctop: 768*/
/*Desctop: 576*/
/*Desctop: 425*/
/*Desctop: 320*/
html {
  overflow-x: hidden;
}
.s-font {
  font-size: 12px;
  line-height: 20px;
}
.hidden-element {
  display: none !important;
}
.btn-main {
  text-align: center;
  text-transform: uppercase;
  color: #FFF !important;
  border: 1px solid #000 !important;
  border-radius: 30px !important;
  font-weight: 400 !important;
  background-color: #000 !important;
  padding: 12px 32px 10px 32px !important;
}
.btn-main:hover {
  background-color: #FFF !important;
  color: #000 !important;
}
.btn-main.btn-border {
  background-color: #FFF !important;
  color: #000 !important;
}
.btn-main.btn-border:hover {
  background-color: #000 !important;
  color: #FFF !important;
}
.btn-uppercase {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
}
.btn-uppercase:before {
  content: "";
  display: inline-block;
  float: right;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin: 5px 0 0 5px;
}
.btn-uppercase:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #dee3e9;
}
.btn-red {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  color: #FFF;
  padding: 14px 28px;
  border-radius: 100px;
  background: #A72D2D;
  border: 1px solid #A72D2D;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-red:hover {
  color: #FFF;
  background: #000;
}
.blue-link {
  color: #597393;
}
.circle-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  border-radius: 9px;
  color: #FFF;
  font-size: 12px;
}
span[class^="icon-"] {
  height: fit-content;
  display: contents;
}
span[class^="icon-"]:before {
  margin: 0;
  width: auto;
  line-height: 0;
}
.btn-tooltip {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-size: 8px;
  cursor: pointer;
}
.btn-tooltip:hover .tooltip-text,
.btn-tooltip.tooltip-visible .tooltip-text {
  opacity: 1;
  visibility: visible;
  transform: translate(-10px, -50%);
}
.btn-tooltip .tooltip-text {
  position: absolute;
  top: 50%;
  right: 80%;
  transform: translateX(0%) translateY(-50%);
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  max-width: 300px;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 100;
}
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid black;
  pointer-events: none;
}
.select-wrapper.form-group:after {
  top: 66%;
}
.select-wrapper.form-group.without-label:after {
  top: 53%;
}
.select-wrapper:has(select option:only-child)::after {
  display: none;
}
.custom-select {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  padding-right: 40px;
  font-size: 16px;
  color: #000;
  border-radius: 22px;
  border: 1px solid #E3E3E3;
  background-color: #F7F7F5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}
.custom-select:disabled {
  color: #000;
  opacity: 1;
}
.custom-select:focus {
  border-color: #B0B0B0;
  background-color: #EFEFEF;
}
.form-group {
  margin-bottom: 16px;
}
.form-group label {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.form-group input[type="text"],
.form-group input[type="number"] {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  font-size: 16px;
  color: #000;
  border-radius: 22px;
  border: 1px solid #E3E3E3;
  background-color: #F7F7F5;
}
.woocommerce .form-row select {
  background: #FFF;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #9babbe;
  margin: -2px 0 0 0;
}
.form-check-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}
.form-check {
  display: inline-block;
  width: fit-content;
}
.form-check input,
.form-check label {
  display: inline-block;
  width: fit-content;
}
.form-check label {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  position: relative;
  top: -8px;
}
.form-check .form-check-input {
  appearance: none;
  width: 24px;
  height: 24px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 0;
  position: relative;
  cursor: pointer;
}
.form-check .form-check-input:checked:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background-color: #000;
}
.form-check .btn-tooltip {
  position: relative;
  top: -8px;
  margin-left: 4px;
}
input.error {
  border-color: red !important;
}
.error-message {
  width: 100%;
  color: red;
  font-size: 12px;
  line-height: 18px;
  margin: 4px 0 0 0;
  font-weight: 500;
  font-family: Questrial, sans-serif;
  display: none;
}
.error-message.active {
  display: inline-block;
}
.error-message .value-box {
  display: inline-block;
  font-weight: 500;
}
/*Desctop: 1920*/
/*Desctop: 1680*/
/*Desctop: 1440*/
/*Desctop: 1200*/
/*Desctop: 992*/
/*Desctop: 768*/
/*Desctop: 576*/
/*Desctop: 425*/
@media (max-width: 575px) {
  .form-check-group {
    display: grid;
    gap: 8px;
    margin-top: 14px;
  }
}
/*Desctop: 320*/
.proces-timeline .jet-hor-timeline-list--middle:before {
  content: "";
  background: #597393;
  width: 100%;
  height: 2px;
  display: block;
  z-index: 1;
  position: absolute;
  top: 19px;
}
.proces-timeline .jet-hor-timeline-list--middle .jet-hor-timeline-item.elementor-repeater-item-f92bd67 {
  padding-left: 90px !important;
}
.proces-timeline .jet-hor-timeline-list--bottom .jet-hor-timeline-item:first-of-type {
  padding-left: 90px !important;
}
.custom-accordions .btn-accordion {
  color: #222;
  font-family: Questrial, sans-serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  padding: 16px 0;
  width: 100%;
  position: relative;
  transition: 0.4s;
}
.custom-accordions .btn-accordion:after,
.custom-accordions .btn-accordion:before {
  content: "";
  position: absolute;
  top: 32px;
  right: 0;
  width: 16px;
  height: 1px;
  background: #597393;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.custom-accordions .btn-accordion:before {
  transform: rotate(90deg);
}
.custom-accordions .btn-accordion.active:before {
  transform: rotate(0deg);
}
.custom-accordions .panel-accordion {
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #EEE;
  margin-bottom: 40px;
  transition: max-height 0.2s ease-out;
}
.product-details {
  width: 100%;
  display: grid;
  gap: 24px;
  font-family: Questrial, sans-serif;
  padding: 10px 0 30px 0;
}
.product-details .item {
  width: 100%;
  display: grid;
  gap: 2px;
  margin-bottom: 6px;
}
.product-details .item .name,
.product-details .item .value {
  width: 100%;
  display: inline-block;
  color: #000;
}
.product-details .item .name {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.product-details .item .value {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
.product-attributes {
  width: 100%;
  display: grid;
  gap: 16px;
  margin: 16px 0;
}
.item-attribute {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.item-attribute:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #EEE;
  position: absolute;
  top: 50%;
  left: 0;
}
.item-attribute .icon,
.item-attribute .value {
  display: flex;
  align-items: center;
  min-height: 40px;
  z-index: 1;
  background: #FFF;
}
.item-attribute .icon {
  padding: 0 75px 0 0;
}
.item-attribute .icon img {
  width: 40px;
  height: auto;
}
.item-attribute .value {
  width: 50%;
  font-size: 16px;
  line-height: 21px;
  padding: 0 0 0 75px;
}
.calculator-decoration .page-header {
  display: none;
}
.calculator-decoration .custom-select {
  background-color: #FFF;
}
.calculator-decoration .form-group input[type="text"],
.calculator-decoration .form-group input[type="number"] {
  background-color: #FFF;
}
.calculator-decoration .container {
  display: block;
  width: 1224px;
  margin: 0 auto;
}
.calculator-decoration .container h1 {
  font-size: 56px;
  line-height: 66px;
  margin: 0 0 22px 0;
}
.calculator-decoration .container h2 {
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 16px 0;
}
.calculator-decoration .container h3 {
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 12px 0;
}
.calculator-decoration .main-head {
  width: 100%;
  display: inline-block;
  margin: 32px 0 50px 0;
}
.calculator-decoration .calculator-menu .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 40px 0 48px 0;
}
.calculator-decoration .calculator-menu .item {
  width: fit-content;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #000;
  background: #FFF;
  border: 1px solid #000;
  padding: 11px 28px;
  border-radius: 27px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.calculator-decoration .calculator-menu .item.active {
  color: #FFF;
  background: #000;
}
.calculator-decoration .calculator-menu .item.active:hover {
  color: #000;
}
.calculator-decoration .calculator-menu .item:hover {
  border-color: #9BABBE;
  background: #DEE3E9;
}
.calculator-box {
  padding: 56px 0 0 0;
  background: #F4F4F4;
  position: relative;
}
.calculator-box .separator {
  display: block;
  width: calc(100% + 112px);
  position: relative;
  left: -56px;
  border-top: 1px solid #9A9A9A;
  margin: 48px 0 64px 0;
}
.calculator-box .shortened-result {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.calculator-body {
  width: 100%;
  display: inline-block;
  padding: 0 56px;
}
.step-box {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}
.step-box .iter {
  font-size: 48px;
  line-height: 48px;
}
.step-box .content .description {
  width: 100%;
  display: inline-block;
  margin: 36px 0 32px 0;
  padding-right: 16%;
}
.step-box .basic-data {
  width: 100%;
  display: inline-block;
  padding-right: 47%;
}
.step-box .basic-data .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
.step-box .basic-data .item .form-group {
  max-width: 96%;
  flex: 1;
}
.step-box .additional-data {
  width: 100%;
  display: block;
  padding-right: 47%;
}
.step-box .additional-data .body {
  width: 100%;
  display: block;
  border-top: 1px solid #9A9A9A;
  padding-top: 14px;
}
.values-fillings {
  width: 100%;
  display: inline-block;
  margin-top: 6px;
}
.values-fillings .form-group {
  margin-bottom: 4px;
}
.values-fillings .body {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.values-fillings .body .item-fill {
  border: 1px solid #9A9A9A;
  display: flex;
  height: 110px;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1 0 0;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.values-fillings .body .item-fill.active {
  border: 1px solid #9A9A9A;
  background: #E7DDD1;
}
.values-fillings .body .item-fill:hover {
  border: 1px solid #597393;
  background: #dee3e9;
}
.values-fillings .body .thumb-size img {
  max-height: 59px;
}
.values-fillings .body .name {
  text-transform: uppercase;
}
.prints-beam {
  width: 100%;
  display: inline-block;
}
.prints-beam .locations-menu {
  border-top: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
  padding: 24px;
  margin-bottom: 64px;
}
.prints-beam .locations-menu .header {
  text-transform: uppercase;
}
.prints-beam .locations-menu .location-variant {
  display: none;
}
.prints-beam .locations-menu .location-variant.active {
  width: 100%;
  display: inline-block;
}
.prints-beam .locations-menu .body {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 24px;
}
.prints-beam .locations-menu .body .item-size {
  border: 1px solid #9A9A9A;
  display: flex;
  height: 204px;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
  flex: 1 0 0;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.prints-beam .locations-menu .body .item-size.active {
  border: 1px solid #9A9A9A;
  background: #E7DDD1;
}
.prints-beam .locations-menu .body .item-size:hover {
  border: 1px solid #597393;
  background: #dee3e9;
}
.prints-beam .locations-menu .body .thumb-size img {
  max-height: 140px;
}
.prints-beam .locations-menu .body .name {
  text-transform: uppercase;
}
.location-items {
  width: 100%;
  display: grid;
  gap: 64px;
}
.location-item {
  width: 100%;
  display: none;
  gap: 2%;
  grid-template-columns: 16% 82%;
  padding: 40px 0;
  border-top: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
}
.location-item.active {
  display: grid;
}
.location-item .data-size {
  width: 100%;
  display: inline-block;
}
.location-item .data-size .head {
  display: flex;
  justify-content: space-between;
}
.location-item .data-size .head .name,
.location-item .data-size .head .close {
  text-transform: uppercase;
}
.location-item .data-size .head .name .thumb-size.mobile {
  display: none;
}
.location-item .data-size .head .close {
  cursor: pointer;
}
.location-item .data-size .head .close span[class^="icon-"] {
  display: inline-block;
  transform: rotate(45deg);
}
.location-item .data-size .values-item {
  width: 100%;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}
.location-item .data-size .values-item.half_and_half {
  grid-template-columns: repeat(2, 1fr);
}
.location-item .data-size .values-item.whole {
  grid-template-columns: repeat(1, 1fr);
}
.location-item .data-size .values-item .item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.location-item .data-size .values-item .item .form-group {
  flex: 1;
  position: relative;
}
.location-item .data-size .file-item {
  margin-top: 16px;
}
.file-item .form-group {
  margin-bottom: 0;
}
.file-item .file-upload {
  width: 100%;
  padding: 14px 24px;
  background-color: #000;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.file-item .upload-text .circle-icon {
  margin-right: 8px;
}
.file-item .file-upload-label {
  margin: 0 !important;
  font-size: 16px;
  width: auto;
  cursor: pointer;
}
.file-item .file-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.file-item .file-info {
  display: grid;
  gap: 8px;
}
.file-item .file-name,
.file-item .remove-file {
  display: inline-block;
}
.file-item .file-name {
  font-size: 16px;
  color: #fff;
  word-break: break-word;
}
.file-item .remove-file {
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.file-item .remove-file .circle-icon {
  transform: rotate(45deg);
}
.calculator-bill {
  display: inline-block;
  width: 64%;
  background: #F1EBE3;
  padding: 48px 64px;
  margin: 60px 0 60px auto;
  display: block;
}
.calculator-bill .currency .form-group {
  width: 102px;
  margin: 0 0 0 auto;
  display: block;
}
.calculator-bill .currency .form-group label {
  text-align: center;
}
.calculator-bill .calculation,
.calculator-bill .total-cost {
  width: 100%;
  display: grid;
  gap: 12px;
  padding: 18px 0 14px 0;
  border-bottom: 1px solid #9A9A9A;
}
.calculator-bill .calculation .item,
.calculator-bill .total-cost .item {
  width: 100%;
  display: inline-block;
  font-size: 28px;
  line-height: 32px;
  color: #5E5E5E;
}
.calculator-bill .calculation .item.small,
.calculator-bill .total-cost .item.small {
  font-size: 19px;
}
.calculator-bill .calculation .item .name,
.calculator-bill .total-cost .item .name,
.calculator-bill .calculation .item .value,
.calculator-bill .total-cost .item .value {
  display: inline-block;
  float: left;
}
.calculator-bill .calculation .item .name,
.calculator-bill .total-cost .item .name {
  width: 70%;
}
.calculator-bill .calculation .item .value,
.calculator-bill .total-cost .item .value {
  width: 30%;
  text-align: right;
}
.calculator-bill .calculation.discount {
  display: none;
}
.calculator-bill .calculation.discount.active {
  display: grid;
}
.calculator-bill .calculation.discount .item {
  color: #51B45E;
}
.calculator-bill .calculation .item.hidden-item {
  display: none;
}
.calculator-bill .calculation .item .name .btn-tooltip {
  width: 22px;
  height: 22px;
  border-color: #51B45E;
  color: #51B45E;
  top: -6px;
}
.calculator-bill .total-cost {
  gap: 0;
  border-bottom: none;
}
.calculator-bill .total-cost .item {
  color: #000;
}
.calculator-bill .information {
  width: 100%;
  display: inline-block;
  padding: 42px 0 55px 0;
}
.calculator-bill .go-to-contact {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.shortened-result {
  background: #F1EBE3;
  padding: 24px;
  position: sticky;
  bottom: 0;
}
.shortened-result .total-cost {
  width: 100%;
  display: grid;
  gap: 0;
}
.shortened-result .total-cost .item {
  width: 100%;
  display: inline-block;
  font-size: 28px;
  line-height: 32px;
  color: #000;
}
.shortened-result .total-cost .item.small {
  font-size: 19px;
}
.shortened-result .total-cost .item .name,
.shortened-result .total-cost .item .value {
  display: flex;
  align-items: center;
  height: 100%;
  float: left;
}
.shortened-result .total-cost .item .name {
  width: 60%;
}
.shortened-result .total-cost .item .value {
  width: 40%;
  justify-content: end;
}
.shortened-result .total-cost .item .value .form-group {
  width: 102px;
  display: inline-block;
  margin: 0 0 0 12px;
}
.shortened-result .total-cost .item .value .variable {
  display: flex;
  gap: 10px;
}
.shortened-result .total-cost .item .value .variable .discount {
  display: none;
  gap: 4px;
  color: #A72D2D;
  font-size: 16px;
  line-height: 19px;
}
.shortened-result .total-cost .item .value .variable .discount.active {
  display: flex;
}
/*Desctop: 1920*/
/*Desctop: 1680*/
/*Desctop: 1440*/
/*Desctop: 1200*/
@media (max-width: 1439px) {
  .calculator-decoration .container {
    width: 1120px;
  }
  .prints-beam .locations-menu .body .item-size {
    height: 168px;
  }
  .prints-beam .locations-menu .body .thumb-size img {
    max-height: 100px;
  }
  .prints-beam .locations-menu .body .name {
    font-size: 12px;
  }
  .location-item {
    grid-template-columns: 14% 84%;
  }
  .location-item .thumb-size img {
    max-height: 100px;
  }
  .calculator-bill .calculation .item,
  .calculator-bill .total-cost .item {
    font-size: 26px;
    line-height: 30px;
  }
  .step-box .basic-data,
  .step-box .additional-data {
    padding-right: 20%;
  }
  .values-fillings .body .name {
    font-size: 12px;
  }
}
/*Desctop: 992*/
@media (max-width: 1199px) {
  .calculator-decoration .container {
    width: 920px;
  }
  .calculator-body {
    padding: 0;
  }
  .prints-beam .locations-menu {
    margin-bottom: 30px;
  }
  .step-box {
    gap: 32px;
  }
  .step-box .basic-data,
  .step-box .additional-data {
    padding-right: 0;
  }
  .calculator-bill {
    width: 100%;
  }
}
/*Desctop: 768*/
@media (max-width: 991px) {
  .calculator-decoration .container {
    width: 100%;
    padding: 0 20px;
  }
  .prints-beam .locations-menu .body {
    grid-template-columns: repeat(3, 1fr);
  }
  .location-item {
    grid-template-columns: 18% 80%;
  }
  .location-item .data-size .values-item {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .location-item .data-size .values-item.half_and_half {
    grid-template-columns: repeat(1, 1fr);
  }
  .calculator-bill {
    padding: 40px 24px;
  }
  .values-fillings .body .thumb-size img {
    max-height: 48px;
  }
}
/*Desctop: 576*/
@media (max-width: 767px) {
  .calculator-decoration .container h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .calculator-decoration .main-head {
    margin: 0 0 32px 0;
  }
  .calculator-decoration .calculator-menu .menu {
    margin: 24px 0 36px 0;
  }
  .step-box {
    gap: 16px;
  }
  .step-box .content .description {
    margin: 16px 0 24px 0;
    padding-right: 0;
  }
  .location-item {
    grid-template-columns: 100%;
  }
  .location-item .thumb-size {
    display: none;
  }
  .location-item .thumb-size img {
    max-height: 64px;
  }
  .location-item .data-size .head .name .thumb-size {
    display: block;
    margin: 16px 0 0 0;
  }
  .location-item .data-size .head .name .thumb-size.mobile {
    display: block;
  }
  .shortened-result {
    padding: 16px 0 8px 0;
  }
  .shortened-result .total-cost .item {
    font-size: 24px;
    line-height: 28px;
  }
  .shortened-result .total-cost .item .name,
  .shortened-result .total-cost .item .value {
    width: 100%;
    display: inline-block;
    height: fit-content;
    margin: 2px 0;
  }
  .shortened-result .total-cost .item .value .form-group {
    margin: 4px 0 0 0;
  }
  .calculator-bill .calculation .item,
  .calculator-bill .total-cost .item {
    font-size: 24px;
    line-height: 28px;
  }
  .calculator-bill .information {
    padding: 24px 0 32px 0;
  }
  .calculator-bill .go-to-contact {
    text-align: center;
  }
  .values-fillings .body .item-fill {
    height: 116px;
    justify-content: center;
    text-align: center;
  }
  .values-fillings .body .thumb-size {
    display: inline-block;
  }
}
/*Desctop: 425*/
@media (max-width: 575px) {
  .calculator-decoration .container h1 {
    font-size: 44px;
    line-height: 52px;
  }
  .prints-beam .locations-menu {
    padding: 24px 0;
  }
  .prints-beam .locations-menu .body {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .prints-beam .locations-menu .body .item-size {
    height: 152px;
  }
  .prints-beam .locations-menu .body .thumb-size img {
    max-height: 72px;
  }
  .shortened-result .total-cost .item {
    font-size: 16px;
    line-height: 20px;
  }
  .shortened-result .total-cost .item .value {
    position: relative;
  }
  .shortened-result .total-cost .item .value .form-group {
    position: absolute;
    right: 0;
    top: -32px;
  }
  .calculator-bill {
    margin: 32px 0;
    padding: 32px 22px;
  }
  .calculator-bill .calculation .item,
  .calculator-bill .total-cost .item {
    font-size: 22px;
    line-height: 26px;
  }
}
/*Desctop: 320*/
@media (max-width: 424px) {
  .values-fillings .body {
    grid-template-columns: repeat(1, 1fr);
  }
  .values-fillings .body .item-fill {
    height: 95px;
  }
}
.col-lift {
  width: 35% !important;
}
.justify-content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-title {
  width: 100%;
  display: inline-block;
  margin-bottom: 32px;
}
.register-view .main-box,
.account-view .main-box {
  width: 100%;
  display: inline-block;
  padding: 50px 0 100px 0;
}
.register-view .page-header,
.account-view .page-header {
  display: none;
}
.woocommerce-form {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.woocommerce-form span a {
  color: #000;
}
.woocommerce-form-row {
  width: 100%;
  display: inline-block;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}
.woocommerce-form-row label {
  text-transform: uppercase;
}
.woocommerce-form-row label.checkbox {
  text-transform: none;
  display: inline-block;
  margin: 12px 0 0 0;
}
.woocommerce-form-row .input-text {
  padding: 8px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #9babbe;
}
.woocommerce-form-row .input-checkbox {
  width: 24px;
  height: 24px;
}
.woocommerce-form-row .btn-main {
  width: 100%;
  margin-top: 24px !important;
}
.register-send {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #E3E3E3;
  text-align: center;
  margin-top: 16px;
  padding-top: 32px;
}
.register-send .title {
  margin-bottom: 20px;
}
.form-separator {
  width: 100%;
  display: inline-block;
  margin-top: 60px;
}
.woocommerce-MyAccount-content {
  padding: 0 0 160px 0;
}
.woocommerce-MyAccount-content .main-title {
  margin-bottom: 50px;
}
.woocommerce-MyAccount-content form .btn-main {
  margin-top: 64px;
}
.woocommerce-MyAccount-navigation {
  padding-right: 64px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
}
.woocommerce-MyAccount-navigation ul li a {
  background-color: #F4F4F4;
  color: #7A7A7A;
  text-decoration: none;
  text-transform: uppercase;
  padding: 23px 25px;
  display: block;
  border-bottom: 1px solid #E3E3E3;
}
.form-row-quarter {
  width: 20%;
  margin-left: 6% !important;
}
/*Desctop: 1920*/
/*Desctop: 1680*/
/*Desctop: 1440*/
/*Desctop: 1200*/
/*Desctop: 992*/
@media (max-width: 1199px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    max-width: 945px;
  }
  .woocommerce-MyAccount-navigation {
    padding-right: 0;
  }
}
/*Desctop: 768*/
@media (max-width: 991px) {
  .page-content {
    padding: 0 12px;
  }
  .col-lift {
    width: 100% !important;
  }
}
/*Desctop: 576*/
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 50px;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .form-row-quarter {
    width: 100%;
    margin-left: 0 !important;
  }
}
/*Desctop: 425*/
/*Desctop: 320*/
