@charset "UTF-8";

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

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

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
}

a {
  text-decoration: none;
  font-family: 'DIN Pro';
  color: #ffffff;
}

button,
input {
  border: none;
  box-shadow: none;
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "DIN Pro";
  font-size: 1.7rem;
  background-color: #f6f6f6;
  min-width: 36rem;
}

@media (max-width: 48rem) {
  body {
    font-size: 1.3rem;
  }
}

.container {
  width: 112rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
}

@media (max-width: 75em) {
  .container {
    width: 70rem;
    flex-flow: column wrap;
    text-align: center;
  }
}

@media (max-width: 48rem) {
  .container {
    width: 30rem;
  }
}

.icon {
  display: inline-block;
  background: url("../img/icons.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.icon.small-bed {
  background-position: -3px -0px;
  width: 46px;
  height: 46px;
}

.icon.insta1 {
  background-position: -3px -49px;
  width: 40px;
  height: 40px;
}

.icon.map {
  background-position: -3px -92px;
  width: 38px;
  height: 38px;
}

.icon.viber {
  background-position: -3px -133px;
  width: 35px;
  height: 35px;
}

.icon.whatsapp {
  background-position: -3px -171px;
  width: 35px;
  height: 35px;
}

h1,
h2,
h3,
h4 {
  font-family: "DIN Pro Black";
}

p {
  margin-bottom: 2rem;
}

.heading {
  margin-bottom: 2rem;
}

.heading--primary {
  font-size: 3.5rem;
  line-height: 1;
}

.heading--primary span {
  font-size: 0.55em;
  font-family: "DIN Pro";
}

@media (max-width: 48rem) {
  .heading--primary span {
    font-size: 0.7em;
    line-height: 1;
    margin-top: 2rem;
    font-family: "DIN Pro";
  }
}

@media (max-width: 48rem) {
  .heading--primary {
    font-size: 2.4rem;
  }
}

.heading--secondary {
  font-size: 4.3rem;
}

@media (max-width: 48rem) {
  .heading--secondary {
    font-size: 2rem;
  }
}

.heading--tertiary {
  font-size: 3.2rem;
  line-height: 1;
}

.heading--tertiary span {
  font-size: 0.575em;
  font-family: "DIN Pro";
}

.text-light {
  color: #ffffff !important;
}

.text-dark {
  color: #000000 !important;
}

.text-slim {
  font-family: "DIN Pro Light";
}

.t-right {
  text-align: right;
}

.text-small {
  font-size: 1.9rem;
}

.link--large {
  font-size: 2.4rem;
}

@media (max-width: 56.25em) {
  .u-visible--tp {
    display: none !important;
  }
}

@media (max-width: 75em) {
  .u-visible--tl {
    display: none !important;
  }
}

@media (max-width: 48rem) {
  .u-visible--p {
    display: none !important;
  }
}

@media (min-width: 75.01em) {
  .u-hidden--tl {
    display: none !important;
  }
}

@media (min-width: 56.26em) {
  .u-hidden--tp {
    display: none !important;
  }
}

@media (min-width: 48.01rem) {
  .u-hidden--p {
    display: none !important;
  }
}

.u-pt {
  padding-top: 4.5rem;
}

.u-pt--large {
  padding-top: 11.5rem;
}

@media (max-width: 75em) {
  .u-pt--large {
    padding-top: 4rem;
  }
}

@media (max-width: 48rem) {
  .u-pt--large {
    padding-top: 4rem;
  }
}

.u-pb {
  padding-bottom: 4.5rem;
}

.u-jc--center {
  justify-content: center;
}

.u-jc--space-around {
  justify-content: space-around;
}

.u-jc--space-between {
  justify-content: space-between;
}

.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

.u-map__container {
  width: 320px;
  height: 240px;
}

@media (max-width: 75em) {
  .u-map__container {
    width: 300px;
    height: 210px;
  }
}

.u-block {
  display: block;
}

@media (max-width: 48rem) {
  .u-block--p {
    display: unset;
  }
}

@keyframes bubble {
  0% {
    transform: translateY(50%);
  }

  25% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(35%);
  }

  75% {
    transform: translateY(15%);
  }
}

@keyframes slideLeft {
  0% {
    left: -80px;
  }

  50% {
    left: 280px;
  }

  100% {
    left: 350px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0 3px 3px 14px rgba(255, 255, 255, 0.5);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  75% {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
  }
}

@keyframes squeeze {
  0% {
    transform: translateX(-15px);
  }

  10% {
    transform: translateX(15px);
  }

  15% {
    transform: translateX(-15px);
  }

  20% {
    transform: translateX(15px);
  }

  25% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-15px);
  }

  60% {
    transform: translateX(15px);
  }

  65% {
    transform: translateX(-15px);
  }

  70% {
    transform: translateX(15px);
  }

  75% {
    transform: translateX(0);
  }
}

@keyframes stretch {
  0% {
    transform: scaleX(1);
  }

  10% {
    transform: scaleX(1.2);
  }

  20% {
    transform: scaleX(0.8);
  }
}

@keyframes blink {
  0% {
    left: -100px;
  }

  5% {
    left: 0px;
  }

  10% {
    left: 100px;
  }

  15% {
    left: 200px;
  }

  20% {
    left: 300px;
  }

  25% {
    left: 400px;
  }

  30% {
    left: 500px;
  }

  35% {
    left: 600px;
  }

  100% {
    left: 700px;
  }
}

.a-std {
  animation-delay: 0;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.a-rotate {
  animation-name: rotate;
}

.a-squeeze {
  animation-name: squeeze;
}

.a-stretch {
  animation-name: stretch;
}

.a-blink {
  overflow: hidden;
  position: relative;
}

.a-blink:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: -120px;
  transform: rotate(-45deg);
  height: 35px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.4);
  animation-delay: 0s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: blink;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.animated-underline {
  display: block;
  position: relative;
}

.animated-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  display: block;
  height: 2px;
  background-color: currentColor;
  font-size: inherit;
  transform: scaleX(0);
  transition: all .4s;
}

.animated-underline:hover:after {
  transform: scaleX(1);
  text-align: center;
}

.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  /* cursor: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"), auto; */
}

.tingle-modal__title {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.tingle-modal__close {
  height: 44px;
}

@supports (backdrop-filter: blur(12px)) {
  .tingle-modal {
    backdrop-filter: blur(12px);
  }
}

/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.tingle-modal__close svg * {
  fill: currentColor;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 1rem;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s;
}

/* state
-------------------------------------------------------------- */
.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */
.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */
@media (max-width: 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
    min-width: 320px;
    margin: auto;
  }

  .tingle-modal .form__container {
    width: 300px;
    min-width: 300px;
  }

  .tingle-modal--visible {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    padding-top: 0;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tingle-modal-box {
    width: auto;
    margin-top: 3rem;
    margin-bottom: rem;
    padding-top: 0;
  }

  .tingle-modal-box__content {
    overflow-y: scroll;
    border-radius: 1rem;
    background-color: transparent;
    padding-top: 0;
  }

  .tingle-modal--noClose {
    top: 0;
  }

  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }

  .tingle-modal__close {
    top: 1rem;
    right: 1rem;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }

  .tingle-modal-box {
    background-color: transparent;
  }

  .tingle-modal-box__content {
    background-color: #ffffff;
  }
}

/* animations
-------------------------------------------------------------- */
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.pv-container {
  overflow: hidden;
}

.pv-container .pv-block {
  will-change: transform;
  background-repeat: no-repeat;
  background-position: 51%;
  background-size: cover;
}

.pv-container .pv-block video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pv-container .audio-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.pv-container .audio-icon span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 11px 0 0 2px;
}

.pv-container .audio-icon span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: 5px;
}

.pv-container .audio-icon span:before {
  transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-color: #fff;
  border-style: double;
  border-width: 7px 7px 0 0;
  left: 18px;
  top: 9px;
  transition: all .2s ease-out;
}

.pv-container .audio-icon:hover span:before {
  transform: scale(0.8) translate(-3px) rotate(42deg);
}

.pv-container .audio-icon.mute span:before {
  transform: scale(0.6) translate(-15px) rotate(36deg);
  opacity: 0;
}

.logo__link {
  display: block;
}

.button {
  font-family: "DIN Pro";
  transition: all .2s;
  font-size: 1.7rem;
  cursor: pointer;
}

@media (max-width: 48rem) {
  .button {
    font-size: 1.6rem;
  }
}

.button--tiny {
  border-radius: 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6rem 1rem;
  letter-spacing: 1px;
  font-family: "DIN Pro";
  letter-spacing: .7px;
}

.button--secondary {
  background-color: #ffffff;
  color: #000000;
  transition: box-shadow .5s, transform .5s, color .2s, background-color .2s;
}

.button--secondary:hover {
  background-color: #EE1919;
  color: #ffffff;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.button--attention {
  background-color: #EE1919;
  /* background-color: rgb(13, 110, 253); */

  color: #ffffff;
}

.button--attention:hover {
  background-color: #e83c3c;
}

.button--transparent {
  background-color: transparent;
  font-family: "DIN Pro Black";
  color: #000000;
}

.button--transparent.acitve {
  color: #EE1919;
}

.button--transparent:hover {
  background-color: #000;
  color: #ffffff;
}

.button--bordered {
  border: 1px solid #000;
}

.button--large {
  padding: 1.9rem;
  border-radius: 1rem;
}

@media (max-width: 48rem) {
  .button--large {
    padding: 1.5rem 1.4rem;
  }
}

.button--block {
  display: block;
  width: 100%;
  padding: 1.9rem 4.2rem;
  border-radius: 1rem;
}

.button--slidedown {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  font-size: 1.8rem;
  color: #000000;
  border-radius: 50%;
  margin-left: -2.5rem;
  display: block;
  background-color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  transform: translateY(50%);
  box-shadow: 0 0 0 8px rgba(250, 250, 250, 0.4), 0 0 0 15px rgba(125, 125, 125, 0.2);
  z-index: 100;
  animation: bubble 3s 3s infinite;
  line-height: 4.5rem;
}

@media (max-width: 48rem) {
  .button--slidedown {
    width: 4rem;
    height: 4rem;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 15px rgba(170, 170, 170, 0.2);
    bottom: 0rem;
  }
}

.button--disabled {
  pointer-events: none;
}

.card {
  background: radial-gradient(ellipse farthest-corner at 0% 65%, rgba(255, 255, 0, 0) 80%, #ee1919 100%), radial-gradient(ellipse farthest-corner at 100% 35%, rgba(255, 255, 0, 0) 80%, #ee1919 100%), #fff;
  border-radius: 10px;
  flex-basis: 300px;
  text-align: center;
  padding: 5.5rem 3rem 4.5rem;
  min-height: 310px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: column wrap;
  box-shadow: 0 0 60px 8px #d1d1d1;
}

@media (max-width: 75em) {
  .card {
    text-align: left;
    flex-flow: row nowrap;
    align-items: center;
    min-height: auto;
    flex-basis: auto;
    margin-bottom: 1.5rem;
    justify-content: space-around;
    align-items: center;
  }
}

@media (max-width: 48rem) {
  .card {
    padding: 1.5rem .5rem 1.5rem 2rem;
  }
}

@media (max-width: 48rem) {
  .card p {
    margin-bottom: 0;
  }
}

.card__header {
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
}

@media (max-width: 48rem) {
  .card__header {
    font-size: 1.5rem;
    margin-bottom: .7rem;
  }
}

.card__image-wrapper {
  display: block;
  justify-self: start;
  margin-bottom: auto;
  animation-delay: 0;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media (max-width: 75em) {
  .card__image-wrapper {
    justify-self: auto;
    margin-bottom: 0;
    flex-basis: 30%;
  }
}

@media (max-width: 48rem) {
  .card__image-wrapper {
    width: 5rem;
    height: 5rem;
    flex-basis: auto;
  }
}

.card__image {
  display: block;
  justify-self: start;
  margin-bottom: auto;
}

@media (max-width: 75em) {
  .card__image {
    margin: 0 auto;
  }
}

@media (max-width: 75em) {
  .card__text {
    flex-basis: 70%;
  }
}

.card:hover {
  box-shadow: 0 0 13px 3px #d1d1d1;
  transform: scale(1.02);
  transition: all 0.3s;
  perspective: 1000px;
}

.gallery__item {
  width: 30rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

@media (max-width: 75em) {
  .gallery__item {
    text-align: left;
  }
}

@media (max-width: 48rem) {
  .gallery__item {
    width: 25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.gallery__item-img {
  width: 30rem;
  height: 30rem;
  cursor: pointer;
  position: relative;



}

@media (max-width: 48rem) {
  .gallery__item-img {
    width: 25rem;
    height: 25rem;
  }
}

.gallery__item-category {
  position: absolute;
  top: 10px;
  left: 270px;
  /* background-color: #3498db; */
  color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "DIN Pro Bold";
}

@media (max-width: 48rem) {
  .gallery__item-category {
    left: 220px;
    top: 15px;
  }
}

.gallery__item-category--1 {
  background-color: #3498db;
}

.gallery__item-category--2 {
  background-color: orangered;
}

.gallery__item-category--3 {
  background-color: #2ecc71;
}

.gallery__item-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.gallery__item-thumbs a {
  display: inline-block;
}

.gallery__item-thumbs img {
  display: inline-block;
  width: 50px;
  height: 50px;
}

@media (max-width: 48rem) {
  .gallery__item-thumbs img {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.gallery__item__button-more {
  border: 1px solid #000;
  border-radius: 1rem;
  font-family: "DIN Pro";
}

.gallery__item__button-more:hover {
  background-color: #000;
  color: #ffffff;
}

.gallery__item-ordering {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.gallery__item-ordering input {
  padding: 1.4rem 3rem;
  border-radius: 1rem;
  font-family: "DIN Pro" !important;
  text-transform: capitalize;
  flex-basis: 48%;
  flex-shrink: 0;
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 48rem) {
  .gallery__item-ordering input {
    padding: .9rem;
  }
}

.gallery__item-type {
  font-family: "DIN Pro Light";
  font-size: 1.4rem;
}

.gallery__item-name {
  font-family: "DIN Pro Black";
  font-size: 1.8rem;
  text-transform: capitalize;
}

.gallery__item-price {
  font-family: "DIN Pro Light";
  font-size: 1.6rem;
}

.gallery__pagination-cont {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  
}


.gallery__pagination-item {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #e74c3c;
  color: #000;

  line-height: 4rem;
  font-size: 2.2rem;
  font-family: "DIN Pro Black";
  text-align: center;
  transition: all .5s;
}

.gallery__pagination-item:hover {
  background-color: #e74c3c;
  color: #ffffff;

}

.gallery__pagination-item--dir {
  border: none;
  vertical-align: middle;
}

.gallery__pagination-item.active {
  background-color: #e83c3c;

  cursor: default;
  /* no pointer action */
  color: #ffffff;

  pointer-events: none;
}

@media (max-width: 48rem) {
  .gallery__item-price {
    font-size: 1.5rem;
  }
}

.bordered {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}

.bordered--dark {
  border-color: rgba(0, 0, 0, 0.5);
}

.std-blck {
  padding: 9rem 0;
  color: #000000;
  font-size: 2.4rem;
  background-size: cover;
}

@media (max-width: 75em) {
  .std-blck {
    text-align: center;
  }
}

@media (max-width: 48rem) {
  .std-blck {
    padding: 3rem;
  }
}

.std-blck__inner {
  width: 112rem;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
}

@media (max-width: 75em) {
  .std-blck__inner {
    width: 70rem;
  }
}

@media (max-width: 48rem) {
  .std-blck__inner {
    width: 30rem;
  }
}

.std-blck__left,
.std-blck__right {
  flex-basis: 50%;
}

@media (max-width: 75em) {

  .std-blck__left,
  .std-blck__right {
    flex-basis: 100%;
  }
}

.std-blck__full {
  flex-basis: 100%;
  margin-bottom: 2rem;
}

@media (max-width: 48rem) {
  .std-blck__full {
    margin-bottom: 1rem;
  }
}

.std-blck--bg {
  color: #ffffff;
  background-color: #000;
  background-position: 50% 50%;
}

.std-blck__left {
  padding-right: 4rem;
}

@media (max-width: 48rem) {
  .std-blck__left {
    padding-right: 0;
  }
}

.form {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.form__container {
  background-color: #fff;
  color: #000000;
  padding-top: 3.5rem;
  padding-bottom: 6rem;
  border-radius: 1rem;
  width: 39rem;
}




@media (max-width: 48rem) {
  .form__container {
    padding-bottom: 3rem;
    width: 100%;
  }
}

.form__container_-container--small {
  width: 33rem;
}

.form__legend {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2.2rem;
}

.form__heading {
  text-align: center;
}

.form__agreement:checked+.form__agreement-label:before {
  content: "\2714";
  font-size: 2rem;
  color: #000;
  border-color: green;
  background-color: lime;
}

.form__agreement-label {
  font-size: .9rem;
  line-height: 1;
  text-align: left;
  position: relative;
  line-height: 1rem;
  display: inline-block;
  padding-left: 2rem;
}

.form__agreement-label:hover {
  text-decoration: underline;
}

.form__agreement-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
}

.input {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.45);
  padding: 2rem 3rem;
  background: transparent;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
}

@media (max-width: 48rem) {
  .input {
    padding: 1.5rem 2rem;
  }
}

.input::placeholder {
  color: #696969;
  font-family: "DIN Pro Light";
}

.input__group {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 1rem;
  width: 100%;
}

@media (max-width: 48rem) {
  .input__group {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

input[type='text']:focus,
input[type='password']:focus {
  border-color: #EE1919;
  box-shadow: inset 0px 1px 1px black, 0px 0px 8px #ee1900;
  outline: 0;
}

.input--button {
  border: none;
}

.file-input {
  opacity: 0;
  width: 100%;
  margin-bottom: 0;
  height: 6rem;
}

.file-input__label {
  position: relative;
  border: 1px solid #A9A9A9;
  border-radius: 1rem;
  width: 100%;
  display: block;
  padding-right: 12rem;
  text-align: center;
}

.file-input__custom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-right: 12rem;
  overflow: hidden;
  padding-left: 3rem;
  line-height: 6rem;
  text-overflow: ellipsis;
  vertical-align: middle;
  cursor: pointer;
}

.file-input__custom:after {
  content: 'Прикрепить';
  border: 1px solid #A9A9A9;
  background-color: #000;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 1rem 1rem 0;
  padding: 0 1rem;
}

.file-input__fake {
  text-align: left;
}

/* .input-file-custom:before {
    content: 'Прикрепить макет';
    border: 1px solid #A9A9A9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 1rem 0 0 1rem;
} */
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header {
  font-size: 1.7rem;
}

@media (max-width: 48rem) {
  .header {
    display: none;
  }
}

.header__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  color: #ffffff;
}

.header__info {
  display: flex;
  flex-flow: row nowrap;
}

.header__aside {
  margin-right: 3rem;
  line-height: 1.2;
  text-align: right;
  font-size: 1.7rem;
  margin-left: auto;
}

.header__contacts {
  text-align: right;
}

@media (max-width: 48rem) {
  .header__contacts {
    order: -1;
  }
}

@media (max-width: 48rem) {
  .header__contacts-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.header__menu-wrapper {
  margin-left: 4rem;
}

.header__link--primary {
  font-size: 1.9rem;
  font-family: "DIN Pro Medium";
  margin-bottom: 1.4rem;
}

@media (max-width: 48rem) {
  .header__link--primary {
    font-size: 1.5rem;
  }
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  overflow: visible;
  flex-wrap: wrap;
  z-index: 5;
}

@media (max-width: 48rem) {
  .header--fixed {
    display: block;
    z-index: 6;
  }
}

.header--fixed .header__inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #000000;
}

@media (max-width: 75em) {
  .header--fixed .header__inner {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media (max-width: 48rem) {
  .header--fixed .header__inner {
    width: 30rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    max-height: 6rem;
    flex-wrap: wrap;
  }
}

.header--fixed .header__link {
  color: #000000;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

@media (max-width: 48rem) {
  .header--fixed .header__link {
    margin-top: 0;
  }
}

.header--fixed .header__link--secondary {
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 48rem) {
  .header--fixed .header__link--secondary {
    background-color: #EE1919;
    color: #ffffff;
    font-size: 1.3rem;
    padding: 0.3rem 1rem;
    border-radius: .5rem;
  }
}

@media (max-width: 48rem) {
  .header--fixed .header__social-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.header--fixed .header__contacts {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 48rem) {
  .header--fixed .header__contacts {
    margin-left: 1rem;
  }
}

.header--fixed .header__contacts a:not(:last-child) {
  margin-right: 0.5rem;
}

@media (max-width: 75em) {
  .header--fixed .header__aside {
    margin-right: 1rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 48rem) {
  .header--fixed .header__aside {
    margin-right: 0;
  }
}

.header--fixed .menu .menu__link {
  color: #000000;
}

@media (max-width: 75em) {
  .header--fixed .menu__box {
    display: none;
    transition: all .3s 1s;
  }
}

@media (max-width: 75em) {
  .header--fixed .menu__box.open {
    margin-left: 0;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    transform: scaleX(1);
  }
}

.header--fixed .menu__box.open .menu {
  flex-flow: column nowrap;
  align-items: stretch;
}

.header--fixed .menu__box.open .menu__item {
  margin: 0;
}

.header--fixed .menu__box.open .menu__link {
  font-size: 2rem;
  font-family: 'DIN Pro Black';
}

.header--fixed .menu__box.open .menu__link.animated-underline:after {
  display: none;
}

@media (max-width: 48rem) {
  .header--fixed .menu__trigger {
    order: -3;
    padding: 1.2rem;
  }
}

@media (max-width: 75em) {
  .header--fixed .logo {
    width: 7.6rem;
    height: 4rem;
  }
}

@media (max-width: 48rem) {
  .header--fixed .logo {
    width: 5.8rem;
    height: 3.2rem;
    order: -2;
  }
}

@media (max-width: 75em) {
  .header__inner {
    width: 70rem;
    flex-wrap: wrap;
  }

  .header__menu-wrapper {
    order: 4;
    flex-basis: 100%;
    margin-top: 2rem;
  }
}

.menu {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.menu__box {
  margin-right: auto;
  margin-left: 5.6rem;
}

.menu__item {
  margin: 0;
}

.menu__item:not(:first-child) {
  margin-left: 3.8rem;
}

.menu__link {
  font-size: 1.7rem;
  padding: 1rem 0.2rem;
  color: #ffffff;
}

.menu__trigger {
  visibility: collapse;
}

@media (max-width: 75em) {
  .menu__trigger {
    visibility: visible;
    padding: 1.5rem;
  }
}

@media (max-width: 48rem) {
  .menu__trigger {
    padding: 1.4rem;
  }
}

.menu__closer {
  position: absolute;
  top: 3rem;
  right: 4rem;
  font-size: 4rem;
  color: #000000;
  padding: 1rem 1.5rem 1rem 1.5rem;
  line-height: 1;
}

.line {
  display: block;
  height: 5px;
  width: 25px;
  background-color: #000;
}

.line:not(:last-child) {
  margin-bottom: 5px;
}

.main {
  position: relative;
  background: #000 url("../img/bg-1.webp");
  height: 100vh;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding-bottom: 6rem;
  z-index: 6;
}

.mainaff {
  position: relative;
  background: #000 url("../img/aff.jpg");
  height: 80vh;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding-bottom: 6rem;
  z-index: 6;
}



@media screen and (max-height: 770px) {
  .main {
    /* height: 65rem; */
  }
}

@media (max-width: 48rem) {
  .main {
    padding-top: 8rem;
    height: auto;
    background-size: auto 80%;
    background-position: center center;
  }
}

.hero {
  color: #ffffff;
}

.hero__inner {
  position: relative;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 48rem) {
  .hero__inner {
    justify-content: space-between;
    align-items: space-between;
  }
}

.hero__heading {
  line-height: 1.1;
  margin-top: 1rem;
}

.hero__heading span {
  display: block;
  font-size: .55em;
  font-family: "DIN Pro";
  margin-top: 3.4rem;
  letter-spacing: 1px;
  word-spacing: 1px;
}

@media (max-width: 48rem) {
  .hero__heading span {
    font-size: .8em;
    margin-top: 1rem;
  }
}

.hero__block {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3.3rem 5rem 3.8rem;
  width: 53.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 48rem) {
  .hero__block {
    flex-flow: column nowrap;
    width: auto;
    padding: 1.5rem 1rem;
  }
}

.hero__block-text {
  margin-bottom: 2rem;
  flex-basis: 100%;
  flex-shrink: 0;
}

@media (max-width: 48rem) {
  .hero__block-text {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}

.hero__icon-container,
.hero__input-container {
  display: inline-block;
}

.hero__icon-container {
  width: 17.5rem;
  height: 8.5rem;
}

@media (max-width: 48rem) {
  .hero__icon-container {
    width: 15rem;
    height: 7.9rem;
  }
}

@media (max-width: 75em) {
  .hero {
    text-align: center;
  }
}

.hero__address {
  padding-bottom: 3rem;
  font-size: 1.3rem;
}

@media (max-width: 75em) {
  .features {
    align-items: stretch;
    justify-content: center;
  }
}

.gallery {
  width: 100%;
}

@media (max-width: 48rem) {
  .gallery {
    padding-top: 0;
  }
}

.gallery__list-inner {
  display: flex;
  flex-flow: row wrap;
  margin: -4.5rem;
  overflow: hidden;
}

.gallery__header {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 6.4rem;
}

@media (max-width: 75em) {
  .gallery__header {
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 3rem;
  }
}

.gallery .heading {
  margin-bottom: 0;
}

.gallery__type {
  display: flex;
  flex-flow: row nowrap;
}

@media (max-width: 75em) {
  .gallery__type {
    order: -1;
    margin-bottom: 3rem;
    margin-top: 0;
  }
}

.gallery__type-button {
  color: #000000;
  font-size: 2rem;
  padding: .5rem 2rem;
  border-radius: 8px 8px 0 0;
  font-family: "Din Pro Black";
  margin-left: 2px;
}

.gallery__type-button:not(.active) {
  border: 1px solid #aaa;
}

.gallery__type-button:not(.active):hover {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000000;
}

.gallery__type-button.active {
  border: 1px solid #EE1919;
  color: #ffffff;
  background-color: #EE1919;
  position: relative;
  pointer-events: none;
}

.gallery__type-button.active:after {
  content: '';
  height: 3px;
  background-color: #EE1919;
  display: block;
  position: absolute;
  bottom: -7px;
  left: -1px;
  right: -1px;
}

@media (max-width: 48rem) {
  .gallery__type-button {
    font-size: 1.5rem;
    padding: 0.4rem 2rem;
  }
}

.gallery__list {
  display: flex;
  flex-flow: row wrap;
  min-height: 30rem;
}

@media (max-width: 48rem) {
  .gallery__list {
    justify-content: center;
  }
}

.looking-for {
  /* background-image: url("../img/bg-2.jpg"); */
  background-image: url("../img/bg-2.webp");
  font-size: 2.4rem;
  font-family: "DIn Pro Light";
}

@media (max-width: 48rem) {
  .looking-for {
    font-size: 1.5rem;
    font-family: "Din Pro Regular";
  }
}

.looking-for__content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.looking-for__img-box {
  margin: 0 auto;
  width: 54.8rem;
  height: 26rem;
}

@media (max-width: 75em) {
  .looking-for__img-box {
    margin-bottom: 3rem;
  }
}

@media (max-width: 48rem) {
  .looking-for__img-box {
    width: 25rem;
    height: 11.9rem;
  }
}

@media (max-width: 48rem) {
  .looking-for__heading {
    white-space: initial;
  }
}

.your-choice {
  padding: 9rem 0;
  font-size: 2.4rem;
  font-family: "DIN Pro Light";
}

@media (max-width: 48rem) {
  .your-choice {
    padding: 3rem;
    font-size: 1.7rem;
  }
}

/* your choice tab css */
/* ? */
.your-choice__cont {
  width: 112rem;
  margin: 0 auto;  
}

.your-choice__row {
  display: flex;
  flex-flow: row nowrap;
}

@media (max-width: 75rem) {
  .your-choice__cont {
    width: 70rem;
  }
}

@media (max-width: 48rem) {
  .your-choice__cont {
    width: 30rem;
    text-align: center;
  }
}

.your-choice__header {
  margin-bottom: 2rem;
  position: relative;
}

@media (max-width: 75em) {
  .your-choice__header {
    margin-bottom: 0;
  }
}

.your-choice__heading--main {
  position: relative;
}

.heading--your-choice-secondary {
  font-size: 2rem;
  font-family: "DIN Pro";
  margin-bottom: 2rem;
}

.heading--your-choice-primary {
  font-size: 4rem!important;

}

.your-choice__content {
  flex-basis: 380px;
}

.your-choice__tab {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 3rem;

}

@media (max-width: 75em) {
  .your-choice__content {
    flex-basis: auto;
    margin-bottom: 2rem;
  }
}

.your-choice__tab-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  flex-grow: 2;
  font-size: 1.7rem;
  font-family: "Din Pro";
  padding: 1rem 0;
  /* flex-shrink: 0; */
  flex-grow: 1;
}

@media (max-width: 75em) {
  .your-choice__tab-container {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

@media (max-width: 48rem) {
  .your-choice__card-container {
    flex-wrap: wrap;
    font-size: 1.3rem;
    text-align: left;
  }
}

.your-choice__card {
  margin-bottom: 4rem;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-shrink: 0;
  /* flex-grow: 1; */
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  border: 2px solid #000;
  flex-basis: 24.5%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
  border-radius: 1.1rem;

}

@media (max-width: 75em) {
  .your-choice__card {
    flex-basis: 48%;
    margin-bottom: 0.5rem;
  }
}


/* tabs mobile version 1.0 */

@media (max-width: 48rem) {
  .your-choice__card {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
}

/* tabs mobile version 2.0 */

@media (max-width: 48rem) {
  /* .your-choice__card {
    display: flex;
    flex-basis: 24%;
    margin-bottom: 1rem;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  } */
}

.your-choice__card.active {
  border-color: #f10;
  background-color: #f10;
  color: #fff;

}

.your-choice__icon-box {
  height: 5rem;
  width: 5rem;
  /* border: 1px solid #000; */
  overflow: hidden;
  margin-right: 2rem;
  display: flex;
  align-items: center;
}

@media (max-width: 75rem) {
  .your-choice__icon-box {
    height: 2.5rem;
    width: 2.5rem;
  }

}

@media (max-width: 48rem) {
  .your-choice__icon-box {
    width: 5rem;
    height: 5rem;
    margin-right: 0;
  }
}

/* tabs mobile version 2.0 */

@media (max-width: 48rem) {
  /* .your-choice__icon-box {
    width: 5rem;
    height: 5rem;
  } */
}

.your-choice__image-box:hover {
  outline: 3px solid #f10;
  outline-offset: 3px;
}

.your-choice__card-label {
  font-size: 2rem;
  font-family: "Din Pro Black";
  text-align: left;
  line-height: 1,25;
  display: flex;
  align-items: start;
  padding-bottom: 6px;
  flex-grow: 1;
}

@media (max-width: 75em) {



  .your-choice__card-label {
    font-size: 1.6rem;
  }

  .your-choice__card-label br {
    display: none;
  }


}

/* mobile tab version 2.0 */

@media (max-width: 48rem) {
  .your-choice__card-label {
    margin-left: 1rem;
  }
}

.your-choice__card.active .your-choice__card-label {
  /* background-color: #f10; */
  /* color: #f10; */
  
}

.your-choice__card.active .your-choice__icon-box img {
  
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

@media (max-width: 75em) {
  .your-choice__image-box {
    width: 15rem;
    height: 15rem;
  }
}

@media (max-width: 48rem) {
  .your-choice__image-box {
    width: 12rem;
    height: 12rem;
  }
}



.tab__pane {
  display: none;
  /* height: 60rem; */


}

.tab__pane.active {
  display: block;
  /* outline: 1px solid #f10; */
}

.tab__title {

  font-family: 'DIN Pro Black';
  font-style: normal;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1;
  /* or 123% */

  color: #181818;
  margin-bottom: 1rem;

}

@media (max-width: 48rem) {
  .tab__title {
    font-size: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.tab__title--large {
  font-size: 3.7rem;
}

@media (max-width: 48rem) {
  .tab__title--large {
    font-size: 2.5rem;
  }
}

.tab__body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  align-items: start;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff;

}

@media (max-width: 48rem) {
  .tab__body {
    flex-flow: column nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.tab__col {
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 1;
}

.tab__col--half {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 50%;
}

.tab__col--right {
  padding-left: 2.1rem;
  /* padding-top: 1.5rem; */
}

@media (max-width: 48rem) {
  .tab__col--right {
    padding-left: 0;
  }
}

.tab__col--flex {
  display: flex;
  flex-flow: row wrap;
  align-items: space-between;
  justify-content: space-between;
}

.tab__img {
  width: 100%;
  height: auto;

}

.tab__img--cornered {
  border-radius: 2rem;
}

.tab__img-box--small {
  flex-basis: 48%;
}


.tab__img-box__title {
  font-size: 1.6rem;
  text-align: center;
}

.tab__par {

  font-family: 'DIN Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.1rem;
  /* or 124% */

  color: #000000;
}

.tab__par br {
  margin-bottom: 1rem;
}

@media (max-width: 48rem) {
  .tab__par {
    text-align: left;
  }
  .tab__par br {
    margin-bottom: 1rem;
  }
}

.tab__par--bold {
  font-weight: bolder;
}

.tab__list {

  margin-top: 3rem;
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff;
  list-style-type: none;
  font-family: 'DIN Pro';
  font-size: 1.7rem;
}

.tab__list-item:not(:last-child) {
  margin-bottom: 1rem;
}

.matras {
  /* background-image: url("../img/bg-3.jpg"); */
  background-image: url("../img/bg-3.webp");
}

@media (max-width: 48rem) {
  .matras {
    font-size: 1.5rem;
  }
}

.matras .std-blck__inner {
  align-items: center;
}

.matras .heading {
  margin-bottom: 3rem;
}

@media (max-width: 75em) {
  .matras__image-container {
    width: 50rem;
    height: 23rem;
    margin: 0 auto;
  }
}

@media (max-width: 48rem) {
  .matras__image-container {
    width: 25rem;
    height: 12rem;
  }
}

.matras__par:not(:last-child) {
  margin-bottom: 3rem;
}

@media (max-width: 48rem) {
  .matras__par:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media (max-width: 75em) {
  .matras .heading {
    font-size: 3.7rem;
  }
}

@media (max-width: 48rem) {
  .matras .heading {
    font-size: 1.9rem;
  }
}

.showroom {
  font-family: "DIN Pro Light";
}

.showroom__inner {
  align-items: center;
}

.showroom__heading {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 75em) {
  .showroom__heading {
    margin-top: 0rem;
  }
}

.showroom__img-link {
  display: block;
}

.showroom__img-link--large {
  width: 42rem;
  height: 36rem;
  flex-shrink: 0;
}

@media (max-width: 48rem) {
  .showroom__img-link--large {
    width: 24rem;
    height: 18rem;
    margin-bottom: 2rem;
  }
}

.showroom__img-link {
  position: absolute;
  display: block;
  width: 30rem;
  height: 22.5rem;
  box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.5);
  border-radius: 2px;
  transition: .2s;
}

.showroom__img-link:hover {
  outline: 1rem solid rgba(238, 25, 25, 0.8);
  outline-offset: 1rem;
  z-index: 100 !important;
  transform: scale(1.05);
}

.showroom__img-link:first-child {
  left: 0px;
  z-index: 1;
}

.showroom__img-link:nth-child(2) {
  left: 250px;
  top: 75px;
  z-index: 2;
}

@media (max-width: 48rem) {
  .showroom__img-link:nth-child(2) {
    left: 125px;
    top: 33px;
  }
}

.showroom__img-link:nth-child(3) {
  left: 125px;
  top: 150px;
  z-index: 3;
}

@media (max-width: 48rem) {
  .showroom__img-link:nth-child(3) {
    left: 65px;
    top: 75px;
  }
}

@media (max-width: 48rem) {
  .showroom__img-link {
    width: 15rem;
    height: 10rem;
  }
}

.showroom__thumbs {
  margin-left: 2rem;
  text-align: center;
}

@media (max-width: 48rem) {
  .showroom__thumbs {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}

.showroom__thumbs img {
  width: 12.9rem;
  height: 9.8rem;
}

@media (max-width: 48rem) {
  .showroom__thumbs img {
    width: 5.1rem;
    height: 4.9rem;
    display: inline-block;
  }
}

.showroom__text {
  margin-bottom: 2rem;
}

.showroom__text--important {
  color: #f10;
}

@media (max-width: 48rem) {
  .showroom__text {
    font-size: 1.5rem;
  }
}

.showroom__address {
  font-size: 1.9rem;
  flex-basis: 100%;
  margin-top: 5rem;
}

@media (max-width: 75em) {
  .showroom__address {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 48rem) {
  .showroom__address {
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 0;
  }
}

@media (max-width: 75em) {
  .showroom__address .showroom__text {
    margin-bottom: 0;
  }
}

@media (max-width: 48rem) {
  .showroom__address .showroom__text {
    font-size: 1.3rem;
    text-align: left;
  }
}

.showroom__address-icon {
  float: left;
  margin-right: 2.5rem;
}

@media (max-width: 75em) {
  .showroom__address-icon {
    float: none;
    display: inline-block;
  }
}

.showroom__img-content {
  display: flex;
  flex-flow: row nowrap;
  min-height: 35rem;
}

@media (max-width: 75em) {
  .showroom__img-content {
    min-height: 40rem;
    display: flex;
  }
}

@media (max-width: 48rem) {
  .showroom__img-content {
    flex-flow: column nowrap;
    align-items: center;
    min-height: 22rem;
  }
}

.showroom__images {
  position: relative;
}

@media (max-width: 75em) {
  .showroom__images {
    margin-left: 5rem;
    width: 100%;
  }
}

@media (max-width: 48rem) {
  .showroom__images {
    margin-left: 2rem;
  }
}

.showroom__images:hover .showroom__img-link:not(:hover) {
  transform: scale(0.95);
}

.manufacturer {
  /* background: #000 url("../img/bg-4.jpg") repeat; */
  background: #000 url("../img/bg-4.webp") repeat;
  background-size: 100% auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 48rem) {
  .manufacturer {
    font-size: 1.3rem;
    background-size: 300% 100%;
    background-position: center center;
  }
}

.manufacturer__inner {
  justify-content: center;
  align-items: center;
}

.manufacturer__img-box {
  margin-right: 3rem;
  position: relative;
  animation: rotate 8s infinite linear;
}

@media (max-width: 48rem) {
  .manufacturer__img-box {
    width: 8.5rem;
    height: 8.5rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.manufacturer .heading {
  margin-bottom: 1rem;
}

@media (max-width: 48rem) {
  .manufacturer .heading {
    font-size: 2rem;
  }
}

.manufacturer__par {
  font-size: 2rem;
}

@media (max-width: 48rem) {
  .manufacturer__par {
    font-size: 1.5rem;
  }
}

@media (max-width: 48rem) {
  .designer {
    font-size: 1.5rem;
  }
}

.designer .container {
  align-items: center;
}

.designer__icon {
  margin-right: 2rem;
}

@media (max-width: 48rem) {
  .designer__icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media (max-width: 75em) {
  .designer__footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 75em) {
  .designer__footer .text-small {
    margin-bottom: 0;
  }
}

@media (max-width: 48rem) {
  .designer__footer .text-small {
    font-size: 1.3rem;
    text-align: left;
  }
}

@media (max-width: 48rem) {
  .designer__image {
    width: 21.4rem;
  }
}

.contact-us {
  /* background-image: url("../img/bg-7.jpg"); */
  background-image: url("../img/bg-7.webp");
  font-family: "DIN Pro Light";
  font-size: 2.9rem;
}

@media (max-width: 48rem) {
  .contact-us {
    font-size: 1.5rem;
    background-position: center center;
    background-size: auto 100%;
  }
}

.contact-us__cta {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}

.contact-us .form__container {
  width: 36rem;
}

@media (max-width: 48rem) {
  .contact-us .form__container {
    width: 28rem;
  }
}

.contact-us__inner {
  align-items: center;
}

.contact-us__checkbox {
  display: block;
}

.footer {
  width: 100%;
  text-align: right;
}

.footer__inner {
  width: 112rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  margin: 0 auto;
}

@media (max-width: 75em) {
  .footer__inner {
    width: 70rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 48rem) {
  .footer__inner {
    width: 30rem;
    flex-flow: column wrap;
    text-align: center;
  }
}

.footer__info {
  margin-left: auto;
}

@media (max-width: 75em) {
  .footer__info {
    margin-left: 0;
  }
}

.footer__contacts {
  margin-left: auto;
  margin-right: 2rem;
}

@media (max-width: 75em) {
  .footer__contacts {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.footer__copyright {
  flex-basis: 100%;
  text-align: left;
}

@media (max-width: 48rem) {
  .footer__copyright {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.footer__info-line {
  line-height: 3.5rem;
  margin-bottom: 1rem;
}

.footer__link {
  color: #000000;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-family: "DIN Pro Medium";
}

@media (max-width: 75em) {
  .footer__link {
    font-size: 2rem;
  }
}

.footer__link--icon {
  display: inline-block;
  line-height: 3.5rem;
  vertical-align: middle;
}

.footer__copyright {
  font-size: 12px;
}

.footer__text {
  line-height: 1.2;
}

.more {
  font-size: 1.5rem;
}

@media (max-width: 48rem) {
  .more {
    font-size: 1.2rem;
  }
}

.more__inner {
  display: flex;
  flex-flow: row nowrap;
  padding: 3rem;
  max-width: 82rem;
  position: relative;
}

@media (max-width: 48rem) {
  .more__inner {
    max-width: 30rem;
    display: block;
    padding: 1rem;
    margin: 0 auto;
  }
}

@media (max-width: 48rem) {
  .more .heading:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 10rem;
    height: 2px;
    background-color: #EE1919;
    margin-top: .5rem;
  }
}

@media (max-width: 48rem) {
  .more .heading {
    font-size: 2.4rem;
    text-align: center;
    line-height: 2.4rem;
    margin-bottom: 1rem;
  }
}

.more .heading span {
  font-size: 1.3rem;
  font-family: serif;
  display: block;
}

@media (max-width: 48rem) {
  .more .heading span {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
  }
}

.more__img-box {
  width: 25rem;
  height: 25rem;
}

@media (max-width: 48rem) {
  .more__img-box {
    width: 22rem;
    height: 22rem;
    margin: 0 auto;
  }
}

.more__img {
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.4);
}

.more__info-content {
  padding: 1rem;
}

@media (max-width: 48rem) {
  .more__info-content {
    padding-top: 0;
  }
}

.more__par {
  margin-bottom: 1rem;
}

.more__par--important {
  color: #EE1919;
}

.more__list {
  margin-bottom: 2rem;
  list-style-type: disc;
}

@media (max-width: 48rem) {
  .more__list {
    margin-bottom: 1rem;
  }
}

.more__list-item {
  margin-left: 1.3rem;
}

.more__list--sizes {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

@media (max-width: 48rem) {
  .more__list--sizes {
    font-size: 1.4rem;
  }
}

.more__table {
  margin-bottom: 2rem;
  border-collapse: collapse;
}

@media (max-width: 48rem) {
  .more__table {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #EE1919;
    border-bottom: 1px solid #EE1919;
  }
}

.more__table tr {
  padding-bottom: 3rem;
}

.more__table th {
  text-align: left;
  padding-right: .5rem;
  font-family: "DIN Pro Light";
}

.more__table__first-header {
  padding-bottom: 1rem;
  border: 2px solid blue;
  border-bottom: 0 solid transparent;
}

.more__table__second-header {
  padding-top: 1rem;
  border: 2px solid #e74c3c;
  border-top: 0 solid transparent;
  text-align: right;
  background-image: rgba(161, 61, 61, 0.1);
}

.more__table__second-header th {
  text-align: right;
}


.more__table__first-row {
  padding-bottom: 1rem;
  border: 2px solid blue;
  border-top: 0 solid transparent;

}

.more__table__second-row {
  padding-top: 1rem;
  border: 2px solid #e74c3c;
  border-bottom: 0 solid transparent;

}

.more__table td {
  font-family: "DIN Pro Medium";
  padding: 0.5rem;
}

@media (max-width: 48rem) {
  .more__table td {
    padding: .5rem;
    font-size: 1rem;
  }
}

.more__table td:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.more__table_bed_structure {
  margin-bottom: 1rem;
  left: 1rem;
}

.more_table_bed__structure th {
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #fefefe;
}

.more_table_bed__structure td {
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}


.more .button--large {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  display: block;
  width: 100%;
}



@media screen and (max-height: 720px) {
  .more {
    padding-top: 1rem;
  }

  .more .heading {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    font-size: 1.7rem;
  }

  .more__img-box {
    height: 18rem;
    width: 18rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
  }

  .more__table {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .more__par {
    margin-bottom: 0.3rem;
  }
}

/* calculator modal styling */



.calculator {
  width: 105rem;
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

@media (max-height: 701px) {
  .calculator {
    padding-bottom: 2.5rem;
  }

  .calculator__results-box {

    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

@media (max-width: 75em) {
  .calculator {
    width: 70rem;
  }
}

@media (max-width: 48em) {
  .calculator {
    width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.calculator__1 {
  display: grid;
  grid-template-columns: 21rem 37rem 10rem 27rem;
  grid-template-rows: 5rem 4rem 11rem 23rem 7rem 7rem;
  position: relative;

}

@media (max-width: 75rem) {
  .calculator__1 {
    grid-template-columns: 20rem 42rem;
    grid-template-rows: 10rem 10rem 10rem 60rem 30rem 0rem 15rem;
  }
}

@media (max-width: 48rem) {
  .calculator__1 {
    grid-template-columns: 28rem;
    grid-template-rows: 7rem 30rem 10rem 35rem 90rem 30rem 0rem 10rem;
  }
}


.calculator__header {
  margin-bottom: 2rem;
  grid-column: 2/5;
  grid-row: 1/2;
}

@media (max-width: 75rem) {
  .calculator__header {
    grid-column: 2/3;
    grid-row: 1/2
  }

}

@media (max-width: 48rem) {
  .calculator__header {
    margin-bottom: 1rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.calculator__title {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: capitalize;
}

.calculator__title--sub {
  font-size: 2rem;
  line-height: 3.5rem;
  font-family: "DIN Pro Medium";
}

.calculator__title--price {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #8a8a8a
}

@media (max-width: 75rem) {
  .calculator__title--price {
    display: block;
  }

  .calculator__title--sub {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .calculator__title--price {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 48em) {
  .calculator__title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .calculator__title--sub {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}


.calculator__item-imgbox {
  width: 19rem;
  height: 16rem;
  margin-right: 2rem;
}

@media (max-width: 75rem) {
  .calculator__item-imgbox {
    width: 19rem;
    height: 16rem;
    margin-right: 1rem;
    grid-row: 1/3;
    grid-column: 1/2;
  }
}

@media (max-width: 48rem) {
  .calculator__item-imgbox {
    width: 28rem;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    grid-row: 2/3;
    grid-column: 1/2;
  }
}

.calculator__text-main {
  grid-row: 2/3;
  grid-column: 2/5;
}

@media (max-width: 75rem) {
  .calculator__text-main {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

@media (max-width: 48rem) {
  .calculator__text-main {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}


.calculator fieldset {
  border: none;
  outline: none;
}


.calculator__par {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 1.3;
}

.calc__par--dark {
  color: #000;
  font-family: "DIN Pro Medium";
  margin-bottom: 1rem;
}

.calculator__par--important {
  color: #f10;
}

.calculator__fieldset {
  background-color: #fcfcfc;
  box-shadow: 0 0 1rem #ccc;
  padding: 1rem;
}

.calculator__sizes__fieldset {
  display: flex;
  flex-flow: column nowrap;
  
  grid-row: 3/4;
  grid-column: 2/5;
  box-shadow: 0 0 1rem #ccc;
  padding: 1.5rem;
}

@media (max-width: 75em) {
  .calculator__sizes__fieldset {
    grid-row: 3/4;
    grid-column: 1/3;
  }

  .calculator__cloth__fieldset {
    padding: 0;
  }
}

@media (max-width: 48em) {
  .calculator__sizes__fieldset {
    grid-row: 4/5;
    grid-column: 1/2;
    padding-left: 0;
    padding-right: 0;
  }
}

.calculator__sizes__box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  margin-bottom: 1.5rem;
}

@media (max-width: 48rem) {
  .calculator__sizes__box {
    flex-flow: column nowrap;
    align-items: start;
  }

}

.calculator__sizes__box--full {
  flex-flow: row nowrap;
  align-items: start;

}

@media (max-width: 48rem) {
  .calculator__sizes__box--full {
    flex-flow: column nowrap;
    align-items: start;
  }
}

.calculator__sizes__info {
  display: flex;
  flex-flow: row nowrap;
  font-size: 1.8rem;
  margin-right: 2rem;
}


@media (max-width: 48rem) {
  .calculator__sizes__info {
    flex-flow: column nowrap;
    margin-bottom: 1rem;
  }

  .calculator__sizes__info .calculator__sizes__title {
    margin-bottom: .5rem;
  }
}

.calculator__sizes__sleeping {
  display: flex;
  flex-flow: row wrap;
}

.calculator__sizes__price {
  margin-left: 1rem;
}

@media (max-width: 45rem) {
  .calculator__fieldset {
    padding-right: 0.4rem;
    padding-left: 0.7rem;
  }
}

.calculator__sizes {
  display: flex;
  flex-flow: row wrap;
  grid-column: 2/5;
  grid-row: 3/4;
}

.calculator__sizes__title {
  font-size: 1.8rem;
  /* margin-bottom: 1rem; */
  margin-right: 1rem;
  /* flex-basis: 100%; */
  margin-right: 1rem;
}

@media (max-width: 48rem) {
  .calculator__sizes__title {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}

.calculator__sizes__title--secondary {
  /* font-style: italic; */
  font-family: "DIn Pro";
}

.calculator__upper {
  display: flex;
  flex-direction: row nowrap;
  margin-bottom: 3rem;
}

@media (max-height: 701px) {
  .calculator__upper {
    margin-bottom: 1rem;
  }
}

.calculator__size__item label {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #000;
  border-radius: 1rem;
  font-family: "DIN Pro Medium"; 
}

@media (max-width: 48rem) {

  .calculator__size__item {
    margin-bottom: 2.5rem;
  }

  .calculator__size__item label {
    font-size: 1.7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.calculator__size__item.active label {
  background-color: #f10;
  color: #fff;
  border: 1px solid #f10;

}

.calculator__size__item label b{
  font-size: 1.7rem;
  font-family: "DIN Pro Medium";
  margin-bottom: 0.5rem;
}

@media (max-width: 75em) {
  .calculator__sizes {
    flex-direction: column;
    font-size: 1.8rem;
  }

  .calculator__upper {
    flex-direction: column;
  }
}

.calculator__bottom {
  display: flex;
  flex-direction: row nowrap;
  justify-content: space-between;

}

.calculator__bottom__section {
  display: flex;
  flex-flow: column nowrap; 
  justify-content: space-around;
}

.calculator__addons__section {
  /* margin-bottom: 2rem; */
  display: flex;
  flex-flow: row nowrap;
}

.calculator__addons__container {
  grid-row: 4/6;
  grid-column: 1/4;
}

@media (max-width: 75em) {
  .calculator__addons__container {
    grid-row: 4/5;
    grid-column: 1/3;
  }
}

@media (max-width: 48em) {
  .calculator__addons__container {
    grid-row: 5/6;
    grid-column: 1/2;
  }
}

.calculator__addon__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: start;
  width: 33rem;
  height: 10rem;
}

@media (max-width: 48rem) {
  .calculator__addon__item{
    align-items: start!important;
  }

  .calculator__addon__input {
    font-size: 1.7rem;
    width: 100%;
  }

  .calculator__addon__input label {
    width: 100%;
  }
}


.calculator__addon__imgBox{
  width: 13rem;
  height: 10rem;
  border-radius: 1rem;
  overflow: hidden;
  flex-shrink: 0;
  /* margin-right: 1.5rem; */
}

@media (max-width: 75rem) {
  .calculator__addons__section {
    justify-content: space-evenly;
  }
  .calculator__addon__item {
    flex-flow: column nowrap;
    width: 22rem;
    height: auto;
  }
  
  .calculator__addon__imgBox {
    width: 100%;
    height: 15rem;
    margin-bottom: 1.5rem;
  }

  .calculator__addon__item img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 48rem) {
  .calculator__addons__section {
    flex-flow: column nowrap;
  }

  .calculator__addon__item {
    width: 100%;
  }

  .calculator__addon__item {
    width: 100%;
    height: auto;
    align-items: center;
  }
}

@media (max-width: 75em) {
  .calculator__upper {
    flex-direction: column;
    align-items: center;
  }

  .calculator__bottom {
    flex-direction: column;
  }
}
 
.calculator__label__price {
  line-height: 4rem;
}

.calculator__input__box {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: start;
  padding-left: 2rem;

}

.calculator__input__box label {
  cursor: pointer;
  position: relative;
  padding-left: 2.5rem;
  display: block;
}

.calculator__input__box input[type="radio"],
.calculator__input__box input[type="checkbox"] {
  display: none;
}

/* fake radio input */
.calculator__input__box input[type="radio"]+label:before,
.calculator__input__box input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid #bbb;
  border-radius: 50%;
  margin-right: 1rem;
  position: absolute;
  /* top: 2px; */
  padding: 1rem;
  background-color: #eee;
  left: -.75rem;
  top: 0;
}

.calculator__input__box input[type="radio"]:checked+label:before,
.calculator__input__box input[type="checkbox"]:checked+label:before {
  border-color: rgb(218, 83, 73);
  background-image: radial-gradient(circle, rgb(218, 83, 73) 0%, rgb(218, 83, 73) 40%, transparent 40%, transparent 100%);
}

.calculator__input__box {
  padding-left: 1rem;
}


.calculator__label--dark,
.calculator__par--bold {
  /* font-family: "DIN Pro Black"; */
  font-weight: bolder;
}

.calculator__cloth {
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  align-items: center;

  grid-row: 4/5;
  grid-column: 4/5;
  box-shadow: 0 0 1rem #ccc;

}

@media (max-width: 75em) {
  .calculator__cloth {
    grid-row: 5/6;
    grid-column: 1/3;
  }
}

@media (max-width: 48em) {
  .calculator__cloth {
    grid-column: 1/2;
    grid-row: 6/7;
  }
}

.calculator__cloth__title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.calculator__cloth__item {
  margin-bottom: 1rem;
}

.calculator__cloth__image {
  width: 100%;
}

.calculator__cloth__image img{
  height: 7rem;
  width: 100%;
}

@media (max-width: 75em) {
  .calculator__cloth {
    justify-content: center;
  }

  .calculator__cloth__title {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .calculator__cloth__options {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    /* margin-left: 2rem; */
  }
}

@media (max-width: 48rem) {
  .calculator__cloth {
    display: flex;
    flex-flow: column nowrap;
  }

  .calculator__cloth__item {
    margin-bottom: 1.6rem;
  }
}
 
.calculator__input-label--small {
  font-size: 1.5rem;
}

.calculator__cloth__options {
  width: 100%;
}

.calculator__cloth__select__box {
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: none;
  border: 2px solid black;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (max-width: 48em) {
  .calculator__cloth__price {
    font-size: 1.6rem;
  }
}


.calculator__results-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.calculator__results-box .button {
  min-width: 36rem;
  font-family: "DIN Pro Black";
}

/* changing tingle modal so it will be stick to top */

.modal__top {
  padding-top: 0!important;
}


.calculator__footer {
  /* position: fixed; */
  /* transform: translate(-50%, 0); */
  /* left: 50%; */
  /* bottom: 0; */
  /* z-index: 10000; */
  grid-column: 1/5;
  grid-row: 6/7;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 75em) {
  .calculator__footer {
    grid-column: 1/3;
    grid-row: 7/8;
  }
}

@media (max-width: 48em) {
  .calculator__footer {
    grid-column: 1/2;
    grid-row: 8/9;
    flex-flow: column nowrap;
    justify-content: end;
  }

}

#total__price {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #fff;
  text-align: center;
}

#total__price p {
  margin-bottom: 0em;
}

@media (max-width: 75em) {
 
  .calculator__results-box {
    /* position: sticky; */
    max-width: 28rem;
  }

  .calculator__results-box .button {
    width: 28rem;
    min-width: auto;
  }
}

@media (max-width: 48em) {
  .calculator__results-box {
    margin-top: 0;
    margin-bottom: 0;
  }

}


@media (max-height: 701px) and (min-width: 75em) {
  .calculator__results-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }


}

.total__price__cont {
  background-color: transparent;
  font-size: 3rem;
  text-transform: uppercase;
  grid-column: 4/5;
  grid-row: 5/6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight:  bolder;
  border: 3px solid #f10
}

.total__price__cont p,
.total__price__cont h1 {
  color: #f10;
}

@media (max-width: 75em) {
  .total__price__cont {
    grid-column: 1/3;
    grid-row: 6/7;
    /* border: 2px solid #f10;
    border-radius: 5px;
    background-color: transparent;
    color: #f10; */
    border: none;


  }

  #total__price {
    /* color: #000; */
  }

}

@media (max-width: 75em) {
  .calculator__footer .calculator__par {
    display: none;
  }

  .calculator__footer__fixed {
    position: fixed;
    bottom: 20px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    z-index: 1000;
  }
}

@media (max-width: 75em) {
  .total__price__cont {
    position: fixed;
    bottom: 100px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    z-index: 1000;
    color: #000;
    background-color: transparent;
  }

  #total__price {
    color: #000;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }

  #total__price p {
    margin-bottom: 0em;
  }

  #total__price h1 {
    font-size: 1.6rem;
  }
}



@media (max-width: 48em) {
  .total__price__cont {
    grid-column: 1/2;
    grid-row: 7/8;
    bottom: 75px;
  }
}

.tingle-modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 4rem;
  height: 4rem;
  border: 3px solid #f10;
  background-color: transparent;
  color: #f10;
  cursor: pointer;
  border-radius: 50%;
  padding: 1rem;
}

.fslightbox-toolbar {
  display: none!important;
}

.fsligthbox-toolbar .fslightbox-toolbar-button:nth-of-type(1) {
  display: none;
}
