.container__full {
  background: #F5ECCA;
  color: #CD6948;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  /* Keyframes */
}

.container__full .text-style__title {
  font-size: 64px;
  margin-bottom: 32px;
}

.container__full .text-style__subtitle {
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
}

.container__full .text-style__paragraph {
  font-size: 18px;
}

.container__full .text-style__dimentions {
  max-width: 620px;
}

.container__full .image__responsive img {
  width: 100%;
  height: auto;
  display: block;
}

.container__full .container01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4vw 6vw 0 6vw;
  margin-bottom: 120px;
  background: url("../img/container01-background01.png") no-repeat;
  background-position-y: top;
  background-position-x: right;
}

.container__full .container01 .text-style__dimentions {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: start;
  max-width: 420px;
  color: #353535;
}

.container__full .container01 .text-style__dimentions .text-style__paragraph {
  margin-top: 18px;
}

.container__full .container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 6vw;
  margin-bottom: 120px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.container__full .container02 .text-style__dimentions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: start;
  margin-left: 32px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 64px;
}

.container__full .container02 .text-style__dimentions ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
}

.container__full .container02 .text-style__dimentions ul li svg {
  margin-right: 14px;
}

.container__full .container02 .text-style__dimentions ul li h4 {
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
}

.container__full .container03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 6vw;
  margin-bottom: 120px;
}

.container__full .container03 .text-style__dimentions {
  margin-bottom: 14px;
}

.container__full .container03 .text-style__dimentions .text-style__subtitle {
  font-weight: normal;
  font-size: 36px;
}

.container__full .container04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 120px;
  color: #3D3D3B;
}

.container__full .container04 .glider-contain {
  margin-top: 32px;
}

.container__full .container04 .glider-contain .glider-slide {
  margin-right: 64px;
}

.container__full .container05 {
  padding: 0 6vw;
  margin-top: 200px;
  margin-bottom: 120px;
}

.container__full .container05 .containerAllTiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 68px;
  width: 100%;
}

.container__full .container05 .containerAllTiles .middle {
  margin-top: -32px !important;
}

.container__full .container05 .containerAllTiles .tileContainer {
  position: relative;
  height: 100%;
  margin: 0 1vw;
}

.container__full .container05 .containerAllTiles .tileContainer .buttonStyle {
  position: absolute;
  right: 0;
  z-index: 2;
  margin: 26px;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: none;
  outline: none;
}

.container__full .container05 .containerAllTiles .tileContainer .buttonStyle :hover {
  cursor: pointer;
}

.container__full .container05 .containerAllTiles .tileContainer .buttonStyle .mouseTest.turnClose {
  -webkit-animation-name: rotatePlus;
          animation-name: rotatePlus;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.container__full .container05 .containerAllTiles .tileContainer .buttonStyle .mouseTest {
  -webkit-animation-name: rotatePlusReverse;
          animation-name: rotatePlusReverse;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

.container__full .container05 .containerAllTiles .tileContainer .tileHide {
  width: 100%;
  height: 100%;
  background: #2F2F2F;
  opacity: 0.8;
  position: absolute;
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  visibility: hidden;
}

.container__full .container05 .containerAllTiles .tileContainer .tileHide h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}

.container__full .container05 .containerAllTiles .tileContainer .hiddenContent {
  display: none;
}

.container__full .container05 .containerAllTiles .tileContainer .changeProduct1, .container__full .container05 .containerAllTiles .tileContainer .changeProduct2 {
  overflow: hidden;
}

.container__full .container05 .containerAllTiles .tileContainer .showContent {
  visibility: visible !important;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.container__full .container06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6vw;
  margin-bottom: 64px;
}

.container__full .container06 .text-style__dimentions {
  text-align: center;
  max-width: 720px;
  margin-bottom: 32px;
}

.container__full .container06 .text-style__dimentions .text-style__subtitle {
  font-size: 38px;
  line-height: 1.4em;
  text-align: center;
}

.container__full .container06 table {
  color: #1D1D1B;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-weight: 400;
  font-size: 20px;
}

.container__full .container06 table svg {
  width: 120px;
}

.container__full .container06 table th, .container__full .container06 table td {
  text-align: left;
  padding: 8px;
  text-transform: uppercase;
}

.container__full .container06 table th {
  font-size: 24px;
  font-weight: bold;
  color: #CD6948;
}

.container__full .container06 table tr:nth-child(even) {
  background-color: #CD6948;
}

.container__full .container06 h5 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 32px;
  position: relative;
  color: #fff;
}

.container__full .container06 h5 strong {
  font-size: 96px;
}

.container__full .container06 h5 ::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  background: #E9540D;
  bottom: 12px;
  z-index: -2;
  left: 12px;
}

.container__full .container07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #A3A1A1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 42px 0;
  color: #fff;
}

.container__full .container07 .text-style__dimentions {
  margin-left: 32px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.container__full .container07 .text-style__dimentions p {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
}

@-webkit-keyframes rotatePlus {
  to {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes rotatePlus {
  to {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes rotatePlusReverse {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotatePlusReverse {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container__full footer {
  background: #fff;
  padding-top: 28px;
}

.container__full footer .line {
  height: 8px;
  width: 100%;
  background: #E7541A;
}

.container__full footer .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container__full footer .content-logo__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container__full footer .content-logo__footer svg {
  width: 274px;
}

.container__full footer .content-logo__footer a {
  color: #2F2F2F;
  font-weight: bold;
  font-size: 24px;
}

.container__full footer .line-small {
  margin: 0 20px;
}

.container__full footer .content-social__footer svg {
  width: 20%;
}

@media (max-width: 875px) {
  .container__full .text-style__subtitle {
    font-size: 32px;
  }
  .container__full .container01 .text-style__dimentions .text-style__subtitle {
    font-size: 18vw;
  }
  .container__full .container02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container__full .container02 .text-style__dimentions ul li h4 {
    font-size: 24px;
  }
  .container__full .container05 .containerAllTiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container__full .container05 .containerAllTiles .middle {
    margin-top: 0 !important;
  }
  .container__full .container05 .containerAllTiles .tileContainer {
    margin-bottom: 32px;
  }
  .container__full .container06 table caption {
    font-size: 1.3em;
  }
  .container__full .container06 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .container__full .container06 table tr {
    display: block;
    margin-bottom: .625em;
  }
  .container__full .container06 table td {
    display: block;
    font-size: .8em;
  }
  .container__full .container06 table td::before {
    /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .container__full .container06 table td:last-child {
    border-bottom: 0;
  }
  .container__full .container06 h5 {
    font-size: 6vw;
  }
  .container__full .container07 .text-style__dimentions p {
    font-size: 6vw;
  }
  .container__full footer .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 24px;
  }
  .container__full footer .footer__content .content-logo__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container__full footer .footer__content .line-small {
    display: none;
  }
  .container__full footer .footer__content .content-social__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container__full footer .footer__content .content-social__footer svg {
    width: 56px;
  }
}

@media (max-width: 460px) {
  .container__full .container06 table caption {
    font-size: 1.3em;
  }
  .container__full .container06 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .container__full .container06 table tr {
    display: block;
    margin-bottom: .625em;
  }
  .container__full .container06 table td {
    display: block;
    font-size: .8em;
  }
  .container__full .container06 table td::before {
    /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .container__full .container06 table td:last-child {
    border-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */