.price_dd_wrapper {
  display: none;
}

.active .price_dd_wrapper {
  display: block !important;
}

.price .description {
  text-align: left;
}

.price .description p {
  max-width: none;
  margin-bottom: 0;
}

.price .description p:not(:last-child) {
  margin-bottom: 9px;
}

.varieties {
  color: var(--text-color);
}

.varieties .item:not(:last-child) {
  padding-bottom: 10px;
}

._title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background: #F4F4F4 0% 0% no-repeat padding-box;
  padding: 25px;
  cursor: pointer;
}

.comeandlive ._title {
  background: -webkit-gradient(linear, left top, right top, from(#A68776), to(#B3998B));
  background: -o-linear-gradient(left, #A68776 0%, #B3998B 100%);
  background: linear-gradient(90deg, #A68776 0%, #B3998B 100%);
  color: var(--background);
}

._title .text {
  font: 700 26px/123% var(--title-font);
  max-width: 85%;
}

._title .subtitle {
  font: 400 16px/21px var(--text-font);
  letter-spacing: 0.32px;
  margin-top: 3px;
}

._title:hover {
  color: var(--main-color);
}

.look {
  color: var(--main-color);
}

.comeandlive ._title:hover {
  color: rgba(255, 255, 255, 0.90);
}

._title:hover .arrow>div {
  color: var(--main-color);
  background-color: var(--main-color);
}

.comeandlive ._title:hover .arrow>div {
  color: rgba(255, 255, 255, 0.90);
  background-color: rgba(255, 255, 255, 0.90);
}

.active ._title {
  color: #838383;
}

.comeandlive .active ._title {
  color: rgba(255, 255, 255, 0.75);
}

.price .active .arrow>div {
  background-color: #838383;
}

.price .comeandlive .active .arrow>div {
  background-color: rgba(255, 255, 255, 0.75);
}

.price .arrow {
  cursor: pointer;
  padding-right: 20px;
}

.price .arrow div {
  width: 18px;
  height: 2px;
  background-color: var(--text-color);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.2s;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.1s ease 0.1s;
  transition: transform 0.2s, opacity 0.1s ease 0.1s;
  transition: transform 0.2s, opacity 0.1s ease 0.1s, -webkit-transform 0.2s;
  opacity: 1;
}

.price .comeandlive .arrow div {
  background-color: var(--background);
}

.price .arrow div:nth-child(1) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: 2px;
}

.price .active .arrow div {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.price .active .arrow div:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(90deg) translate(-1.5px, 0px);
      -ms-transform: rotate(90deg) translate(-1.5px, 0px);
          transform: rotate(90deg) translate(-1.5px, 0px);
}

@media screen and (max-width: 1000px) {
  .price .description {
    display: none;
  }

  ._title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  ._title .text {
    font-size: 18px;
  }

  .price .arrow {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .price .varieties .wrapper {
    width: 100%;
  }

  ._title {
    padding: 25px 16px;
    border-radius: unset;
  }

  ._title .text {
    font-size: 16px;
    line-height: 20px;
  }

  ._title .subtitle {
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 374px) {
  ._title .text {
    font-size: 14px;
    line-height: 18px;
  }
}

table {
  font-family: var(--title-font);
  width: 100%;
  border-collapse: collapse;
}

.table-top {
  display: inline-block;
  border-bottom: 0.800000011920929px dashed #7F7F7F;
  background-color: var(--background);
  width: 100%;
  padding: 16px 0 28px;
}

.col {
  font-family: var(--text-font);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  width: 23%;
  padding-top: 3px;
}

.col1 {
  text-align: left;
  width: 30.5%;
}

.col-title::before,
.col-title::after {
  display: none;
  content: '';
  width: 10px;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  top: 1px;
  right: 1px;
}

.col-title::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 6px;
  right: -4px;
}

.col-price {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.08px;
  color: var(--main-color);
  padding-left: 13px;
}

.col-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.64px;

}

.col-title a {
  color: inherit;
  display: block;
  padding: 21px 20px 17px 15%;
}

.table-title {
  font-family: var(--text-font);
  font-size: 14px;
  float: left;
  text-align: center;
  width: 23%;
  color: #666666;
  ;
}

.table-title:first-child {
  width: 26%;
  text-align: left;
  padding-left: 4.5%;
}

.table-title span {
  display: none;
}

.table-main sup {
  font-size: 10px;
}

.table-main>td {
  border: 5px solid var(--background);
  border-top: none;
  border-left: none;
}

.table-main>td:first-child {
  border-left: none;
}

.table-main>td:last-child {
  border-right: none;
}

.table-main {
  background-color: var(--block-background);
}

.table-main:nth-child(even) {
  background-color: #F4F4F4;
}

.table-main:hover {
  color: var(--main-color);
  opacity: 1;
}

.roub {
  color: var(--main-color);
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .col1 {
    width: 27.5%;
  }

  .col-title {
    width: 20.5%;
  }

  .col-title {
    padding-left: 10px;
  }

  .table-title:first-child {
    width: 22%;
    text-align: left;
    padding-left: 4.5%;
  }

  .table-title {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {

  .col {
    font-size: 14px;
    font-family: var(--text-font);
    font-weight: 400;
    width: 24%;
  }

  .col:nth-child(3),
  .col span,
  .table-title:nth-child(3) {
    display: none;
  }

  .col-title {
    font-family: var(--text-font);
    font-weight: 500;
    letter-spacing: -0.47px;
    font-size: 15px;
    padding-left: 5px;
  }

  .col-price {
    padding-left: 0;
    border: none;
  }

  .table-title:first-child {
    padding-right: 0.5%;
  }

  .table-main>td {
    border: 3px solid var(--background);
  }

  .table-title {
    width: 35%;
  }

  .table-title:first-child {
    width: 25%;
  }

  .table-title span {
    display: inline-block;
  }

  .roub {
    color: inherit;
    font-size: 14px
  }

  .col-title::before,
  .col-title::after {
    display: block;
  }
}

@media screen and (max-width: 470px) {

  .col-title::before,
  .col-title::after {
    width: 6px;
  }

  .col-title::after {
    top: 4px;
    right: -2px;
  }

  .table-title:first-child {
    width: 32%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .table-title {
    width: 34%;
  }
}

@media screen and (max-width: 400px) {

  .table-title:first-child {
    width: 36%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .table-title {
    width: 32%;
  }
}

@media screen and (max-width: 900px) {
  .col-title a {
    padding: 21px 20px 17px 12%;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .table-top {
    padding: 16px 0 19px;
  }

  .col-title a {
    padding: 19px 20px 16px 12%;
  }
}

@media screen and (max-width: 640px) {

  .col-title a {
    padding: 21px 20px 17px 8%;
  }
}

/* поиск */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  z-index: unset;
  margin: 40px auto 30px;
}

.search {
  position: relative;
  cursor: pointer;
}

.search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 106px;
  background-color: var(--block-background);
  border-radius: 100px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search.active .search-field {
  position: relative;
  z-index: 2;
  width: 378px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search input[type="search"] {
  width: 0px;
  opacity: 0;
  font: 400 14px/130% var(--text-font);
  color: var(--text-color);
  background: none;
  -webkit-transition: opacity 0.2s 0s ease-in-out, width 0.1s 0.2s ease-in-out;
  -o-transition: opacity 0.2s 0s ease-in-out, width 0.1s 0.2s ease-in-out;
  transition: opacity 0.2s 0s ease-in-out, width 0.1s 0.2s ease-in-out;
}

.search.active input[type="search"] {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out, width 0.1s 0.3s ease-in-out;
  -o-transition: opacity 0.3s 0.3s ease-in-out, width 0.1s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out, width 0.1s 0.3s ease-in-out;
}

.search input::-webkit-input-placeholder {
  color: var(--grey-color);
}

.search input:-moz-placeholder {
  color: var(--grey-color);
}

.search .search-field .clean-button {
  position: absolute;
  right: 84px;
  top: 50%;
  display: none;
  height: 22px;
  width: 22px;
  background-image: url(/assets/resources/images/ico_cancel.svg);
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s 0.1s ease-in-out;
  -o-transition: opacity 0.3s 0.1s ease-in-out;
  transition: opacity 0.3s 0.1s ease-in-out;
}

.search.active .search-field .clean-button {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.1s ease-in-out;
  -o-transition: opacity 0.3s 0.1s ease-in-out;
  transition: opacity 0.3s 0.1s ease-in-out;
}

.search .toggle-search {
  position: relative;
  width: 106px;
  height: 44px;
  padding: 12px 20px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  -webkit-transition: width 0.3s 0.3s ease-in-out, padding 0.3s 0.3s ease-in-out, margin 0.3s 0.1s ease-in-out;
  -o-transition: width 0.3s 0.3s ease-in-out, padding 0.3s 0.3s ease-in-out, margin 0.3s 0.1s ease-in-out;
  transition: width 0.3s 0.3s ease-in-out, padding 0.3s 0.3s ease-in-out, margin 0.3s 0.1s ease-in-out;
}

.search.active .toggle-search {
  width: 82px;
  margin-left: 27px;
  padding: 13px 8px 11px 5px;
  -webkit-transition: all 0.3s 0.3s ease-in-out;
  -o-transition: all 0.3s 0.3s ease-in-out;
  transition: all 0.3s 0.3s ease-in-out;
}

.search .search-preview {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 14px/130% var(--text-font);
  color: var(--title-color);
  opacity: 1;
  padding-right: 25px;
  -webkit-transition: opacity 0.3s 0.5s ease-in-out;
  -o-transition: opacity 0.3s 0.5s ease-in-out;
  transition: opacity 0.3s 0.5s ease-in-out;
  white-space: nowrap;
}

.search .search-preview::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 16px;
  background-image: url(/assets/resources/images/ico_search1.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search.active .search-preview {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.1s ease-in-out;
  -o-transition: opacity 0.3s 0.1s ease-in-out;
  transition: opacity 0.3s 0.1s ease-in-out;
}

.search .cancel-button {
  position: absolute;
  top: 50%;
  right: 20px;
  text-align: end;
  font: 400 14px var(--text-font);
  color: var(--main-color);
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s 0.1s ease-in-out;
  -o-transition: opacity 0.3s 0.1s ease-in-out;
  transition: opacity 0.3s 0.1s ease-in-out;
}

.search.active .cancel-button {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  -o-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
}

.select_list {
  position: absolute;
  width: 100%;
  top: 22px;
  left: 0;
  overflow: visible;
  visibility: hidden;
}

.search.active .select_list {
  visibility: visible;
  -webkit-transition: visibility 0.1s 0.3s ease-in-out;
  -o-transition: visibility 0.1s 0.3s ease-in-out;
  transition: visibility 0.1s 0.3s ease-in-out;
}

.select_list .search-result-container {
  max-height: 188px;
  position: absolute;
  top: 32px;
  left: 0;
  width: 378px;
  -webkit-box-shadow: 0 4px 9px 0 #9090906E;
          box-shadow: 0 4px 9px 0 #9090906E;
  border-radius: 10px;
  overflow: hidden;
}

.select_list #search-result {
  position: relative;
  display: none;
  width: 378px;
  max-height: 188px;
  z-index: 2;
  background: var(--background);
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select_list #search-result::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}

.select_list #search-result::-webkit-scrollbar-track {
  background: var(--block-background);
  border-radius: 2px;
}

.select_list #search-result::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--tab-color);
}

@-moz-document url-prefix() {
  /* only firefox */
  .select_list #search-result {
    scrollbar-width: thin;
    scrollbar-color: var(--tab-color) var(--block-background);
  }
}

.select_list #search-result>li {
  display: block;
  font: 400 14px / 130% var(--text-font);
  color: var(--text-color);
  padding: 12px 20px;
  cursor: pointer;
}

.select_list #search-result>li:last-child {
  border: none;
}

.select_list #search-result>li:hover {
  background: var(--block-background);
}

.select_list #search-result>li.no-result {
  position: relative;
  cursor: default;
  border: none;
}

.select_list #search-result>li.no-result:hover {
  background: var(--background);
}

.select_list .search-background {
  background: var(--block-background);
}

.search .search-preview--desk-text {
  display: inline-block;
}

.search-container .btn-other {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--title-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.search-container .btn-other:hover {
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .search .search-field--desk.search-field {
    width: 253px;
  }

  .search.active .search-field--desk.search-field {
    width: 100%;
  }

  .search .search-field--desk .toggle-search {
    width: 253px;
  }

  .search.active .search-field--desk .toggle-search {
    width: 82px;
  }

  .search-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media screen and (min-width: 1000px) {
  .search .search-field--desk.search-field {
    width: 230px;
  }

  .search.active .search-field--desk.search-field {
    width: 378px;
  }

  .search .search-field--desk .toggle-search {
    width: 230px;
  }

  .search.active .search-field--desk .toggle-search {
    width: 82px;
  }

  .search-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}


@media screen and (max-width: 1000px) {
  .search+.btn-other {
    width: 94px;
    opacity: 1;
    margin-right: 30px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    white-space: nowrap;

  }

  .search.active+.btn-other {
    opacity: 0;
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s 0.3s ease-in-out;
    -o-transition: all 0.3s 0.3s ease-in-out;
    transition: all 0.3s 0.3s ease-in-out;
  }

  .search.active {
    width: 100%;
    -webkit-transition: width 0.3s 0.3s ease-in-out;
    -o-transition: width 0.3s 0.3s ease-in-out;
    transition: width 0.3s 0.3s ease-in-out;
  }

  .search-field {
    width: 100%;
  }

  .search.active .search-field {
    width: 100%;
    -webkit-transition: all 0.3s 0.3s ease-in-out;
    -o-transition: all 0.3s 0.3s ease-in-out;
    transition: all 0.3s 0.3s ease-in-out;
  }

  .search input[type="search"] {
    font-size: 16px;
  }


  .search.active input[type="search"] {
    padding-top: 1px;
  }

  .search .toggle-search {
    width: 100%;
    height: 47px;
    padding: 13px 10px 11px;
  }

  .search.active .toggle-search {
    margin-left: 24px;
  }

  .search .search-preview {
    font-size: 16px;
    margin: 0 auto;
    -webkit-transition: opacity 0.2s 0.6s ease-in-out;
    -o-transition: opacity 0.2s 0.6s ease-in-out;
    transition: opacity 0.2s 0.6s ease-in-out;
  }

  .search.active .search-preview {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  .search .cancel-button {
    -webkit-transition: opacity 0.2s 0.1s ease-in-out;
    -o-transition: opacity 0.2s 0.1s ease-in-out;
    transition: opacity 0.2s 0.1s ease-in-out;
  }

  .search.active .select_list {
    -webkit-transition: visibility 0.1s 0.6s ease-in-out;
    -o-transition: visibility 0.1s 0.6s ease-in-out;
    transition: visibility 0.1s 0.6s ease-in-out;
  }

  .select_list .search-result-container {
    top: 35px;
    max-height: 207px;
    width: 100%;
  }

  .select_list #search-result {

    width: 100%;
    max-height: 207px;
  }

  .select_list #search-result>li {
    font-size: 16px;
    padding: 13px 20px 14px;
  }

  .search {
    width: calc(100% - 94px);
    -webkit-transition: width 0.3s 0.1s ease-in-out;
    -o-transition: width 0.3s 0.1s ease-in-out;
    transition: width 0.3s 0.1s ease-in-out;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .search.active {
    width: 100%;
    -webkit-transition: width 0.3s 0.3s ease-in-out;
    -o-transition: width 0.3s 0.3s ease-in-out;
    transition: width 0.3s 0.3s ease-in-out;
  }

}

@media screen and (max-width: 640px) {
  .search+.btn-filter {
    width: calc(100% - 132px);
    margin-right: 20px;
  }

  .search.active input[type="search"] {
    -webkit-transition: opacity 0.3s 0.5s ease-in-out, width 0.1s 0.3s ease-in-out;
    -o-transition: opacity 0.3s 0.5s ease-in-out, width 0.1s 0.3s ease-in-out;
    transition: opacity 0.3s 0.5s ease-in-out, width 0.1s 0.3s ease-in-out;
  }

  .search .search-field .clean-button {
    right: 83px;
  }

  .search .toggle-search {
    padding: 13px 20px 11px;
  }

  .search .search-preview::after {
    top: 43%;
  }

  .search .cancel-button {
    -webkit-transition: opacity 0.2s 0s ease-in-out;
    -o-transition: opacity 0.2s 0s ease-in-out;
    transition: opacity 0.2s 0s ease-in-out;
  }

  .search.active .cancel-button {
    -webkit-transition: opacity 0.3s 0.5s ease-in-out;
    -o-transition: opacity 0.3s 0.5s ease-in-out;
    transition: opacity 0.3s 0.5s ease-in-out;
  }

  .search .search-preview--desk-text {
    display: none;
  }

  .search .search-field--desk.search-field {
    width: 113px;
  }

  .search.active .search-field--desk.search-field {
    width: 100%;
  }

  .search .search-field--desk .toggle-search {
    width: 113px;
  }

  .search.active .search-field--desk .toggle-search {
    width: 82px;
  }

  .search-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .select_list #search-result {
    max-height: 213px;
  }

  .select_list .search-result-container {
    max-height: 213px;
  }
}

@media screen and (max-width: 340px) {
  .search input[type="search"] {
    font-size: 14px;
  }

  .select_list #search-result>li {
    font-size: 14px;
  }
}

/* end поиск */