@media screen and (min-aspect-ratio: 13/9) {
  .popupLandscape {
    display: block !important;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .popupLandscape .popup {
    background: rgba(0, 0, 0, 0.95);
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .popupLandscape {
    display: none;
  }
  .noPhone {
    display: none !important;
    visibility: hidden !important;
  }
  .wrapper__hamb {
    float: right;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50px;
    cursor: pointer;
  }
  .wrapper__hamb span {
    background: #000;
    height: 5px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .wrapper__hamb.wrapper__hamb--black span {
    background: #000;
  }
  .wrapper__hamb.wrapper__hamb--active span {
    background: #000;
  }
  .wrapper__hamb span:nth-of-type(1) {
    width: 50%;
  }
  .wrapper__hamb span:nth-of-type(2) {
    width: 100%;
  }
  .wrapper__hamb span:nth-of-type(3) {
    width: 75%;
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(6px, 1px);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(20px, -8px) rotatez(45deg);
  }
  .header {
    color: #292929;
  }
  .pageLogin {
    height: 100dvh;
    justify-content: center !important;
  }
  .pageLogin__name {
    padding: 6.25vw 0px 6.25vw 0px;
  }
  .pageLogin__wrap {
    width: 96%;
    padding: 0px 5vw 0px 5vw;
    z-index: 8;
    background-color: #000000;
    border-radius: 2.5vw;
    overflow: hidden;
  }
  .pageLogin__inside {
    padding: 12.5vw 5vw 12.5vw 5vw;
    background-color: #fff;
    border-top-left-radius: 2.5vw;
    border-top-right-radius: 2.5vw;
  }
  .pageLogin__information--text {
    padding: 2.5vw 1.25vw 3.75vw 1.25vw;
  }
  .pageLogin__information--text a {
    color: #000;
  }
  .inputPasswordVis {
    position: absolute;
    top: 50%;
    right: 3.75vw;
    z-index: 10;
    width: 7.5vw;
    height: 7.5vw;
    margin: -3.75vw 0px 0px 0px;
    cursor: pointer;
    background: url(images/passwordHide.png) center no-repeat;
    background-size: contain;
  }
  .inputPasswordVis.inputPasswordVis--active {
    background: url(images/passwordShow.png) center no-repeat;
    background-size: contain;
  }
  .input__box {
    margin: 0px 0px 3.75vw 0px;
  }
  .input {
    height: 15vw;
    font-size: 4vw;
    font-weight: 600;
    line-height: 4vw;
    background-color: #fafafb;
    border: 1px solid #fafafb;
    border-radius: 2.5vw;
  }
  .input:focus {
    outline: none;
    border: 1px solid #cea85c;
  }
  .inputSubmit {
    height: 15vw;
    color: #fff;
    font-size: 4.5vw;
    font-weight: 600;
    line-height: 4.5vw;
    text-decoration: none;
    background-color: #cea85c;
    border: 1px solid #fafafb;
    border-radius: 2.5vw;
  }
  .inputSubmit:focus {
    outline: none;
    border: 1px solid #cea85c;
  }
  ::-moz-placeholder {
    color: #292929;
    opacity: 1;
  }
  ::placeholder {
    color: #292929;
    opacity: 1;
  }
  .inputIcon {
    padding: 0px 5vw 0px 13.75vw;
  }
  .inputIconUser {
    background-image: url(images/inputUser.svg);
    background-position: center left 5.75vw;
    background-repeat: no-repeat;
    background-size: 4.25vw;
  }
  .inputIconPassword {
    background-image: url(images/inputPassword.svg);
    background-position: center left 5.75vw;
    background-repeat: no-repeat;
    background-size: 3.5vw;
  }
  .inputInfo {
    margin: 3.75vw 0px 1.25vw 0px;
    padding: 2.5vw 5vw;
    color: #fff;
    border-radius: 2.5vw;
  }
  .inputInfo.inputInfo--true {
    background-color: #28a745;
  }
  .inputInfo.inputInfo--false {
    background-color: #dc3545;
  }
  .inputInfo.inputInfo--normal {
    background-color: #cea85c;
  }
  .button-close {
    float: left;
    position: absolute;
    top: 2.5vw;
    right: 2.5vw;
    padding: 2.5vw 3.75vw;
    color: #fff;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5vw;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 2.5vw;
    text-decoration: none;
    z-index: 10;
  }
  .addTrue {
    visibility: hidden;
    float: left;
    position: fixed;
    top: 34.5vw;
    left: 0%;
    z-index: 50;
    margin: 0px 0px 0px 0px;
    padding: 5vw 15vw 5vw 12.5vw;
    color: #fefeff;
    font-size: 4.25vw;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 4.25vw;
    text-align: left;
    text-decoration: none;
    background-color: #cea85c;
  }
  .pageLogin__other {
    left: 0;
    bottom: 6.25vw;
    padding: 0px 7.5vw 0px 7.5vw;
  }
  .pageLogin__other--href {
    color: #727272;
    text-decoration: none;
  }
  .pageLogin__other--href:hover {
    color: #292929;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 2.5vw 2.5vw 2.5vw 2.5vw;
    position: relative;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    z-index: 30;
  }
  .wrapper__left {
    width: 100%;
  }
  .wrapper__logo {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    text-decoration: none;
  }
  .wrapper__lang {
    margin: 0px 0px 0px 7.5vw;
  }
  .wrapper__lang--hr {
    margin: 0px 2.5vw 0px 2.5vw;
    font-weight: 600;
  }
  .wrapper__lang--href {
    color: #5c5c5c;
    text-decoration: none;
  }
  .wrapper__lang--href.pl--pl {
    color: #fff;
  }
  .wrapper__lang--href.en--en {
    color: #fff;
  }
  .wrapper__lang--href:hover {
    color: #fff;
  }
  .wrapper__right {
    width: 100%;
    padding: 2.5vw 2.5vw;
    left: 0 !important;
    bottom: 0 !important;
    background-color: #000;
  }
  .wrapper__right.p-r {
    position: fixed !important;
  }
  .wrapper__basket {
    width: 100%;
    color: #fff;
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 3.75vw;
    text-transform: uppercase;
  }
  .wrapper__basket--inside {
    width: 100%;
    height: 7.5vw;
    margin: 0px 0vw 0px 0px;
    padding: 0px 0px 0px 0vw;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2.5vw;
    overflow: hidden;
  }
  .wrapper__basket--value {
    width: 30%;
    text-align: center;
    justify-content: center !important;
  }
  .wrapper__basket--value.suma {
    width: 70%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .wrapper__basket--value:last-child:after {
    margin: 0px 0vw 0px 6.25vw;
    background-color: rgba(255, 255, 255, 0);
  }
  .wrapper__basket--value.rabat:after {
    display: none !important;
  }
  .wrapper__basket--value strong {
    margin: 0px 0px 0px 1.25vw;
  }
  .wrapper__basket--sum {
    height: 12.5vw;
    margin: 0px 0px 0px 6.25vw;
    padding: 0px 5vw 0px 5vw;
    background-color: #251e11;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2.5vw;
    overflow: hidden;
    text-align: center;
  }
  .wrapper__basket--sum strong {
    margin: 0px 0px 0px 1.25vw;
  }
  .wrapper__more {
    width: 100%;
    height: 10vw;
    margin: 1.25vw 0vw 0px 0vw;
    padding: 0px 0vw 0px 0vw;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #cea85c;
    border-radius: 2.5vw;
  }
  .wrapper__more:hover {
    background-color: #292929;
  }
  .wrapper__search {
    display: none !important;
    height: 12.5vw;
  }
  .wrapper__search--img {
    width: 4.75vw;
  }
  .wrapper__logout.wrapper__more {
    display: none !important;
    margin: 0px 8.75vw 0px 7.5vw;
    color: #000;
    background-color: #fff;
  }
  .wrapper__menu {
    float: left;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .wrapper__menu--name {
    float: left;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href {
    color: #cea85c;
  }
  .wrapper__menu--name:hover .wrapper__menu--href:before {
    width: 100%;
    left: 0;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:before {
    width: 100%;
    left: 0;
  }
  .wrapper__menu--name:last-child .wrapper__menu--hr {
    display: none;
    visibility: hidden;
  }
  .wrapper__menu--href {
    float: left;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 4.75vw;
    font-weight: 400;
    line-height: 4.75vw;
    text-transform: uppercase;
    text-decoration: none;
  }
  .wrapper__menu--href:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 0.5vw;
    background-color: #cea85c;
    transition: all 0.2s ease-in-out;
  }
  .wrapper__menu--href:hover {
    color: #cea85c;
  }
  .wrapper__menu--hr {
    float: left;
    position: relative;
    padding: 0px 5vw 0px 5vw;
  }
  .wrapper__menu .subMenu {
    float: left;
    width: 62.5vw;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: auto;
    left: 0vw;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    display: none;
    opacity: 0;
    border-bottom-left-radius: 0vw;
    border-bottom-right-radius: 0vw;
  }
  .wrapper__menu .subMenu__href:nth-child(1):before {
    content: " ";
    float: left;
    width: 2.75vw;
    height: 2.75vw;
    position: absolute;
    top: -2.75vw;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .wrapper__menu .wrapper__menu--name:hover .subMenu {
    display: block;
    opacity: 1;
  }
  .wrapper__menu .wrapper__menu--name:hover .wrapper__menu--href:after,
  .wrapper__menu .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:after {
    opacity: 1;
  }
  .wrapper__menu .subMenu__href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 3.75vw 3.75vw 3.75vw 7.5vw;
    color: #393939;
    font-size: 4vw;
    font-weight: 400;
    line-height: 4vw;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .wrapper__menu .subMenu__href:last-child {
    border-bottom: 0;
  }
  .wrapper__menu .subMenu__href--span {
    width: calc(100% - 1.4vw);
  }
  .wrapper__menu .subMenu__href:hover:before,
  .wrapper__menu .subMenu__href.subMenu__active:before {
    background-color: #292929;
  }
  .wrapper__menu .subMenu__href:hover, .wrapper__menu .wrapper__menu .subMenu__href.subMenu__active {
    color: #fff;
    background: #292929;
  }
  .wrapper__other {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social--href {
    float: left;
    position: relative;
    margin: 0px 0px 0px 5vw;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social--img {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__margin {
    height: auto;
  }
  .content {
    margin: 0px 0px 0px 0px;
    padding: 5vw 2.5vw 5vw 2.5vw;
    background-color: #fff;
  }
  .metbox {
    display: none !important;
    width: 12.5vw;
    top: 32.5vw;
    right: 0;
    overflow: hidden;
    z-index: 25;
  }
  .metbox__catalog {
    float: left;
    width: 15vw;
    position: relative;
    margin: 0px 0px 0px 0px;
  }
  .metbox__social {
    float: left;
    height: 13.25vw;
    position: relative;
    margin: 0px 0px 0px 0px;
  }
  .mainInformation {
    margin: 0px 0px 7.5vw 0px;
    padding: 5vw 5vw 5vw 5vw;
    background-color: #f9fafb;
    border-radius: 2.5vw;
    overflow: hidden;
  }
  .mainInformation__left {
    width: 100%;
    border-radius: 2.5vw;
    overflow: hidden;
  }
  .mainInformation__right {
    width: 100%;
    margin: 5vw 0px 0px 0vw;
  }
  .mainInformationPopup {
    margin: 0px 0px 7.5vw 0px;
    padding: 5vw 5vw 5vw 5vw;
    background-color: #f9fafb;
    border-radius: 2.5vw;
    overflow: hidden;
  }
  .mainInformationPopup__left {
    width: 100%;
    border-radius: 2.5vw;
    overflow: hidden;
  }
  .mainInformationPopup__right {
    width: 100%;
    margin: 5vw 0px 0px 0vw;
  }
  .options {
    padding: 0px 0vw 0px 0px;
  }
  .options .formSelect {
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 7.5vw;
  }
  .colectionsSelect {
    width: 100%;
  }
  .sorting {
    width: 100%;
  }
  .sorting__label {
    width: 100%;
    margin: 2.5vw 0px 2.5vw 0px;
    font-size: 3.75vw;
    font-weight: 600;
    line-height: 3.75vw;
  }
  .sortingSelect {
    width: 50%;
    margin: 0px 0px 0px 0vw;
  }
  .weightInformation__icon {
    display: none !important;
  }
  .weightInformation__numbers p {
    white-space: nowrap;
  }
  .table-responsive table {
    float: left;
    width: 100%;
    position: relative;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 4vw;
    text-align: left;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
  }
  .table-responsive table thead {
    display: none !important;
    height: 25vw;
    background-color: #f7fcff;
  }
  .table-responsive table tbody tr {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 7.5vw 0px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 7.5vw 0px rgba(0, 0, 0, 0.2);
  }
  .table-responsive table tbody tr:last-child {
    padding: 0px 0px 0vw 0px;
  }
  .table-responsive table tbody tr form {
    float: left;
    width: 100%;
    position: relative;
  }
  .table-responsive table tbody tr:nth-child(even) td {
    background-color: #f7fcff;
  }
  .table-responsive table tbody tr:nth-child(even) td.col-6 {
    background-color: #fff;
  }
  .table-responsive table tbody tr td {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .table-responsive table tbody tr td:nth-of-type(1), .table-responsive table tbody tr td:nth-of-type(4) {
    font-weight: 600;
  }
  .table-responsive table tfoot tr th {
    float: left;
    padding: 5vw 2.5vw !important;
    position: relative;
  }
  .table-responsive table tfoot tr th:before {
    display: none !important;
  }
  .table-responsive table tfoot tr.tfoot--0 .col-sum {
    background-color: #f7fcff !important;
  }
  .table-responsive table tfoot tr.tfoot--1 {
    display: none !important;
    border-top: 1.25vw solid #fff;
    background-color: #fff;
  }
  .table-responsive table tfoot tr.tfoot--2 {
    background-color: #fffcf6;
  }
  .table-responsive table tfoot tr.tfoot--2 th:nth-child(1) {
    width: 60% !important;
  }
  .table-responsive table tfoot tr.tfoot--2 th:nth-child(2) {
    width: 40% !important;
  }
  .table-responsive table tfoot .col-1 {
    padding: 0px 0px 0px 0vw;
  }
  .table-responsive table .col-sum {
    background-color: #fffaee !important;
    border-left: 0.5vw solid #fff;
  }
  .table-responsive table .col-sum.col-sum-first {
    border-left: 1vw solid #fff;
  }
  .table-responsive table .col {
    padding: 2vw 2.5vw 2vw 2.5vw;
  }
  .table-responsive table .col-6 {
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
  .table-responsive table .listFoto {
    width: 20vw;
    height: 30.75vw;
    border: 0px solid rgb(0, 0, 0);
    background-color: #fff;
  }
  .table-responsive table .listFoto .mainFoto {
    width: 15vw;
  }
  .table-responsive table .listFoto .mainFoto:before {
    content: "+";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #292929;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5vw;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.3s ease-in-out;
  }
  .table-responsive table .listFoto .mainFoto .img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .table-responsive table .listFoto:hover .mainFoto:before {
    opacity: 1;
  }
  .table-responsive table .col-7 {
    width: 100%;
  }
  .table-responsive table .listSelect {
    width: 100%;
    margin: 0.75vw 0px 0.75vw 0vw;
  }
  .table-responsive table .listSelect .formSelect {
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 3.5vw;
    background: #fff url(images/selectArrow.svg) center right 3.75vw no-repeat;
  }
  .table-responsive table .selectBlock__name {
    margin: 0.5vw 0px 1.25vw 0px;
  }
  .table-responsive table .selectQtuShow {
    display: none;
  }
  .table-responsive table .selectQtuShow--value {
    font-weight: 700;
  }
  .table-responsive table .selectQtuShowTwo {
    display: none;
  }
  .table-responsive table .selectQtuShowTwo--value {
    font-weight: 700;
  }
  .table-responsive table .col-8 {
    width: 100%;
    padding: 2.5vw 2.5vw 2.5vw 2.5vw;
  }
  .table-responsive table .qtuButton {
    width: 5vw;
    height: 5vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 4.5vw;
    border: 1px solid #292929;
    border-radius: 40em;
  }
  .table-responsive table .qtuButton.qtuButton--minus {
    padding: 0px 0px 0.75vw 0px;
  }
  .table-responsive table .qtuInput {
    width: 8.75vw;
    height: 5vw;
    margin: 0px 1.25vw;
    text-align: center;
    border: 0;
    border-radius: 2.5vw;
    background-color: #fff;
  }
  .table-responsive table .qtuInput:focus {
    outline: none;
    border: 1px solid #292929;
  }
  .table-responsive table .qtuInputView {
    width: 8.75vw;
    height: 5vw;
    margin: 0px 1.25vw;
    text-align: center;
    border: 0;
    border-radius: 2.5vw;
    background-color: #fff;
  }
  .table-responsive table .qtuInputView:focus {
    outline: none;
    border: 1px solid #292929;
  }
  .table-responsive table input::-webkit-outer-spin-button,
  .table-responsive table input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .table-responsive table input[type=number] {
    -moz-appearance: textfield;
  }
  .table-responsive table .col-9 {
    width: 100%;
  }
  .table-responsive table .list__add {
    width: 100%;
    height: 12.5vw;
    font-size: 3.25vw;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #cea85c;
    border: 0;
    border-radius: 2.5vw;
  }
  .table-responsive table .col-10 {
    width: 40%;
    padding: 3.75vw 0px;
    text-align: center;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
  .table-responsive table .col-11 {
    width: 60%;
    padding: 3.75vw 0px;
    text-align: center;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }
  .errorQtu {
    display: none;
    float: right;
    position: relative;
    margin: 0px 8.75vw 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #ff0000;
    text-decoration: underline;
  }
  .pagination {
    justify-content: center !important;
  }
  .pagination__arrow {
    width: 7.5vw;
    height: 7.5vw;
    margin: 0px 0px 0px 1.25vw;
    background: #f7f7f7 url(images/paginationArrowRight.svg) center no-repeat;
    background-size: 1.25vw;
    border-radius: 2.5vw;
  }
  .pagination__arrow.pagination__arrow--left {
    margin: 0px 1.25vw 0px 0px;
    background: #f7f7f7 url(images/paginationArrowLeft.svg) center no-repeat;
    background-size: 1.25vw;
    border-radius: 2.5vw;
  }
  .pagination__numbers {
    width: 70%;
    margin: 0px 0px 0px 0px;
  }
  .pagination__number {
    width: 7.5vw;
    height: 7.5vw;
    margin: 0px 1.25vw;
    color: #8a8a8a;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 3.5vw;
    text-decoration: none;
    border: 1px solid #f7f7f7;
    border-radius: 2.5vw;
  }
  .pagination__number.pagination__number--active, .pagination__number:hover {
    background-color: #f7f7f7;
  }
  .setStatusSplitHalfText {
    position: absolute;
    left: -1.25vw;
    top: -2.5vw;
    padding: 0.75vw 2vw;
    color: #fff;
    font-size: 3vw;
    font-weight: 300;
    line-height: 3.5vw;
    background: #dc3545;
    overflow: hidden;
    z-index: 10;
  }
  .setStatusSplitHalfText:hover {
    padding: 2.5vw 2.5vw;
  }
  .setStatusSplitHalfText:hover .setStatusSplitHalfTextMain {
    display: none;
  }
  .setStatusSplitHalfText:hover .setStatusSplitHalfTextMore {
    display: block;
  }
  .setStatusSplitHalfTextMain {
    cursor: pointer;
    font-weight: 800;
  }
  .setStatusSplitHalfTextMore {
    display: none;
    position: relative;
    left: 1.25vw;
  }
  .basket {
    padding: 2.5vw 0px 5vw 0px;
  }
  .basket .header {
    padding: 0px 0px 0px 0vw;
  }
  .basket .table-responsive table .col-8 {
    width: 100%;
  }
  .basket .table-responsive table .col-8 .listCod .mainFoto {
    width: 17.5vw;
    height: 11.25vw;
  }
  .basket .table-responsive table .col-9 {
    width: 100%;
  }
  .basket .table-responsive table .col-10 {
    width: 100%;
  }
  .basket .table-responsive table tr {
    position: relative;
  }
  .basket .table-responsive table tbody tr:hover .list__add {
    opacity: 1;
  }
  .basket .list__add {
    float: left;
    opacity: 1;
    line-height: 12.5vw;
    text-decoration: none;
  }
  .comments {
    padding: 2.5vw;
    margin: 0vw 0px 0px 0px;
    background-color: #f9fafb;
    border-radius: 2.5vw;
  }
  .textarea {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 41.25vw;
    position: relative;
    margin: 7.5vw 0px 0px 0px;
    padding: 5vw;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 6vw;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2.5vw;
    background-color: #fff;
  }
  .paytype {
    padding: 10vw;
    margin: 10vw 0px 0px 0px;
    background-color: #f9fafb;
    border-radius: 2.5vw;
  }
  .paytype__list {
    margin: 5vw 0px 0px 0px;
  }
  .paytype__button {
    float: left;
    width: 67.5vw;
    height: 11.25vw;
    position: relative;
    margin: 0px 3.75vw 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #292929;
    font-size: 4vw;
    font-weight: 700;
    line-height: 4vw;
    border: 0;
    border-radius: 2.5vw;
    background-color: #fff;
    cursor: pointer;
  }
  .paytype__button:hover, .paytype__button.paytype__button--active {
    background-color: #cea85c;
  }
  .buttons {
    margin: 10vw 0px 0px 0px;
  }
  .buttons__more {
    float: left;
    width: 100%;
    height: 10vw;
    position: relative;
    margin: 2.5vw 0vw 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    line-height: 4vw;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 2.5vw;
    background-color: #cea85c;
    cursor: pointer;
  }
  .buttons__more.buttons__more--silver {
    color: #292929;
    background-color: #f7f7f7;
  }
  .buttons__more:hover {
    color: #fff;
    background-color: #292929;
  }
  .history {
    padding: 10vw 0px 5vw 0px;
  }
  .history .header {
    padding: 0px 0px 0px 0vw;
  }
  .history .table-responsive .col-1.history-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .history .table-responsive .col-8.history-col {
    border-left: 0 !important;
  }
  .history .table-responsive .col-9.history-col {
    border-left: 0 !important;
  }
  .history .table-responsive .listCod {
    height: 10vw;
  }
  .history .table-responsive .listCod .mainFoto {
    width: 17.5vw;
    height: 11.25vw;
  }
  .history .table-responsive .history--show {
    text-decoration: underline;
    cursor: pointer;
  }
  .history .table-responsive .history--show:hover {
    color: #cea85c;
  }
  .history .table-responsive .history--button {
    width: auto;
    margin: 0px 0px 0px 5vw;
    padding: 2.5vw 5vw;
    text-decoration: none;
    background-color: #cea85c;
    border-radius: 2.5vw;
  }
  .history .table-responsive .history--repeat {
    color: #fff;
  }
  .history__products {
    display: none;
    border-bottom: 1vw solid #292929 !important;
  }
  .history__products tr {
    position: relative;
  }
  .history__products td {
    background-color: #fff !important;
  }
  .history__products tbody tr:hover .list__add {
    opacity: 1;
  }
  .history__products .header {
    margin: 15vw 0px 0px 0px;
  }
  .history__products .list {
    margin: 2.5vw 0px 20vw 0px;
  }
  .history__products .list .list__add {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 2.5vw;
    transform: translate(0%, -50%);
  }
  .pdf--icon {
    width: 7.5vw;
  }
  .arrow--icon {
    width: 3.75vw;
  }
  .popup__nice {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: auto 0px 0px 0px;
    z-index: 15;
    background-color: #fff;
  }
  .popup__nice--inside {
    margin: 12.5vw 0px 12.5vw 0px;
    padding: 25vw 0px 25vw 0px;
    background-color: #f9fafb;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .popup__nice--inside .text {
    width: auto;
    background-color: #fff;
    padding: 2.5vw 5vw;
  }
  .popup__nice--inside .text a {
    color: #292929;
  }
  .popup__nice--inside .footer__contact--icon--2 {
    margin-left: 2.5vw;
  }
  .default {
    margin: 0px 0px 0px 0px;
    padding: 5vw 2.5vw 5vw 2.5vw;
    background-color: #f9fafb;
    border-radius: 2.5vw;
    overflow: hidden;
  }
  .acceptStatute__form {
    margin: 5vw 0px 5vw 0px;
    padding: 3.75vw;
    background: #fff;
  }
  .faqList {
    float: left;
    width: 100%;
    position: relative;
    margin: 2.5vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .faqList {
    float: left;
    width: 100%;
    position: relative;
    margin: 2.5vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .faqList__inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 2.5vw;
  }
  .faqBox {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0vw 0px 0vw 0px;
  }
  .faqBox__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 3.75vw 0px 3.75vw 5vw;
    background-color: #fff;
  }
  .faqBox__name:before {
    content: " ";
    float: right;
    width: 8.75vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/faq_arrow.svg) center no-repeat;
    background-size: 3vw;
    transition: all 0.2s ease-in-out;
  }
  .faqBox__name.active:before {
    transform: rotate(180deg);
  }
  .faqBox__header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #292929;
    font-size: 4vw;
    font-weight: 700;
    line-height: 4.5vw;
  }
  .faqBox__text {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 5vw 5vw 10vw 5vw;
  }
  .footer {
    float: left;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0px 0px 0px 0px;
    padding: 10vw 2.5vw 30vw 2.5vw;
    background: #000;
    z-index: 10;
  }
  .footer__name {
    margin: 0px 0vw 5vw 0px;
  }
  .footer__contact--href {
    width: 100%;
    margin: 0px 0px 2.5vw 0vw;
    color: #fff;
    text-decoration: none;
  }
  .footer__contact--href a {
    color: #fff;
    text-decoration: none;
  }
  .footer__contact--href a:hover {
    color: #cea85c;
  }
  .footer__contact--icon--1 {
    float: left;
    width: 4vw;
    margin: 0px 2.5vw 0px 0px;
  }
  .footer__contact--icon--2 {
    float: left;
    width: 4vw;
    margin: 0px 2.5vw 0px 0px;
  }
  .footer__contact--icon--3 {
    float: left;
    width: 4vw;
    margin: 0px 2.5vw 0px 0px;
  }
  .footer__contact--icon--4 {
    float: left;
    width: 4vw;
    margin: 0px 2.5vw 0px 0px;
  }
  .footer__menu {
    float: left;
    height: 100%;
    position: relative;
    margin: 5vw 0px 0px 0px;
    list-style: none;
  }
  .footer__menu--name {
    float: left;
    height: 100%;
    position: relative;
  }
  .footer__menu--href {
    float: left;
    height: 100%;
    position: relative;
    color: #ffffff;
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 3.75vw;
    text-decoration: none;
  }
  .footer__menu--href:hover {
    color: #cea85c;
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: #cea85c;
  }
  .footer__menu--hr {
    float: left;
    position: relative;
    padding: 0px 5vw 0px 5vw;
  }
  .footer__menu--name:last-child .footer__menu--hr {
    display: none;
    visibility: hidden;
  }
  .example {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 25vw;
  }
  .example__left {
    float: left;
    width: 25%;
    position: relative;
  }
  .example__right {
    float: right;
    width: 70%;
    position: relative;
  }
  /* Default */
  .mainFoto {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .mainFotoBackground {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mainFoto .img,
  .mainFotoBackground .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .galleryFoto {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .galleryFoto.columns--5 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--1 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto .box {
    float: left;
    width: 100%;
    height: 62.5vw;
    position: relative;
    overflow: hidden;
  }
  .galleryFoto.columns--1 .box {
    height: 100%;
  }
  .galleryFoto .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 1s;
  }
  .galleryFoto .box:hover .img {
    transform: scale(1.1);
  }
  .galleryFotoOwl {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .filesBox {
    float: left;
    width: 100%;
    position: relative;
    margin: 5vw 0px 5vw 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 2.5vw 2.5vw 0px;
    color: #000;
    font-size: 4vw;
    font-weight: 400;
    line-height: 4.5vw;
    text-decoration: none;
  }
  .filesBoxFileImg {
    float: left;
    width: 10vw;
    position: relative;
    margin: 0px 5vw 0px 0px;
  }
  .filesBoxFileTitle {
    float: left;
    width: calc(100% - 15vw);
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile:hover {
    color: #e12e38;
  }
  .googleMap {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .googleMap .mapaBox {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .contentMap {
    float: left;
    position: relative;
    padding: 5vw;
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 2.5vw 0px;
    color: #383436;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5.5vw;
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 5.5vw;
    text-align: left;
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
}/*# sourceMappingURL=style_rwd.css.map */