/* Start Fonts */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Roboto:wght@400;500&display=swap");

/* font-family: "icons"; */
@font-face {
  font-family: "icons";
  src: url("fonts/icons/icons.eot?xgjht1");
  src: url("fonts/icons/icons.eot?xgjht1#iefix") format("embedded-opentype"),
  url("fonts/icons/icons.ttf?xgjht1") format("truetype"),
  url("fonts/icons/icons.woff?xgjht1") format("woff"),
  url("fonts/icons/icons.svg?xgjht1#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* End Fonts */

/* Start Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body,
html {
  overflow-x: hidden;
}

button {
  border: 0px;
  cursor: pointer;
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  border: 0px;
}

li {
  list-style-position: inside;
}

table {
  border-collapse: collapse;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

iframe {
  border: 0px;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

input,
textarea {
  max-width: 100%;
  height: 50px;
  border: 1px solid #cacaca;
  border-radius: 8px;
  padding: 0 24px;
  font-family: "El Messiri", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #171717;
  outline: 0;
  -webkit-touch-callout: none;
}

input:hover,
textarea:hover {
  border: 1px solid rgba(201, 175, 152, 0.4);
}

input:disabled,
textarea:disabled {
  background: #ebebeb;
  border: 1px solid rgba(62, 62, 65, 0.4);
  color: #a9a9a9;
}

input.error,
textarea.error,
.has-error input,
.has-error textarea {
  border: 1px solid #e25c5c;
  color: #e25c5c;
}

ul,
ol {
  list-style: none;
}

button {
  cursor: pointer;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 120%;
  color: #3e3e41;
}

h2 {
  font-size: 61px;
}

:focus-visible,
:-moz-focusring {
  outline: none !important;
  border: 0 !important;
}

/* End Reset */

/* Start Default */
.modal {
  display: none;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  margin: 0 6px;
}

.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cccccc;
  font-size: 0;
}

.slick-dots li.slick-active button {
  background: #c9af98;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  font-family: "El Messiri", sans-serif;
  font-size: 13px;
  color: #a9a9a9;
  font-weight: 400;
}

::-moz-placeholder {
  font-family: "El Messiri", sans-serif;
  font-size: 13px;
  color: #a9a9a9;
  font-weight: 400;
}

:-moz-placeholder {
  font-family: "El Messiri", sans-serif;
  font-size: 13px;
  color: #a9a9a9;
  font-weight: 400;
}

:-ms-input-placeholder {
  font-family: "El Messiri", sans-serif;
  font-size: 13px;
  color: #a9a9a9;
  font-weight: 400;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

::-webkit-search-cancel-button {
  display: none !important;
}

button {
  background: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  background: #BDA999;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: #222222;
  font-weight: 400;
  position: relative;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn svg{
  margin-left: 8px;
}

.cabinet__right form:last-child .btn.btn-profile {
  margin-top: 32px;
}

.btn.btn-profile {
  width: auto;
  margin-top: 24px;
}

.btn img {
  margin-left: 5px;
}

.btn:hover {
  background: #918680;
}

.btn:active {
  background: #918680;
}

.btn:disabled {
  background: #C8C8C8;
  color: #6B6B6B;
}

.btn--light {
  border: 1px solid #ffffff;
  box-shadow: none;
  color: #fff;
}

.btn--white {
  background: #fff;
  color: #3e3e41;
}

.btn--white-border {
  border: 1px solid #3e3e41;
}

.btn--hidden-pc {
  display: none;
}

.wrap {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.wrapper--page .wrap {
  padding-top: 0;
}

.wrap--gray {
  background: #ebebeb;
  padding: 150px 0;
}

.wrap--gray.delivery-page {
  padding: 100px 0 110px 0;
}

.delivery.delivery-page {
  margin-top: 100px;
}

.delivery-catalog .wrap {
  padding-bottom: 0px;
}

.delivery-catalog .wrap-bread,
.wrap.faq .wrap-bread {
  margin-bottom: 50px;
}

.bread div:last-child span{
  color: #BDA999;
}

.content {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.content--inline {
  display: flex;
  justify-content: space-between;
}

.title {
  margin-bottom: 24px;
}

.title::after {
  content: "";
  display: block;
  clear: both;
}

.title--center {
  text-align: center;
}

.scroll {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 100%;
}

.scroll::-webkit-scrollbar {
  display: none;
}

.modal-expanded {
  overflow: hidden;
}


.wrap-header .wrap-middle-header {
  background-color: #fff;
}

.wrap-header .wrap-bottom-header {
  background-color: #fff;
}

.top-baner,
.top-baner--default {
  position: relative;
  z-index: 0;
}

.top-baner .content {
  position: absolute;
  bottom: 204px;
  left: 0;
  right: 0;
}

.top-baner_content {
  width: 693px;
  margin-left: auto;
}

.top-baner_content h1 {
  font-size: 64px;
  line-height: 150%;
}

.top-baner_content-text {
  margin-top: 32px;
  font-family: "Roboto", sans-serif;
  width: 580px;
}

.top-baner_content .btn {
  margin-top: 48px;
  max-width: 240px;
}

.catalog-category {
  margin-top: 156px;
}

.catalog-category h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  padding-left: 10px;
}

.catalog-category_wrap {
  margin-top: 47px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.catalog-category_wrap-item {
  width: calc(50% - 20px);
  border-radius: 8px;
  display: flex;
  border: 1px solid #c8c8c8;
  margin-top: 40px;
}

.catalog-category_wrap-item_img {
  width: 53%;
}

.catalog-subtitle{
  font-size: 32px;
  line-height: 120%;
}

.wrap-delivery {
  margin: 80px 0 150px 0;
}

.wrap-delivery-list {
  display: flex;
  justify-content: space-between;
}

.delivery-list__element {
  width: 368px;
}

.delivery-list__element:first-child {
  width: 389px;
}

.delivery-list__element:first-child .delivery-name {
  padding-left: 0px;
}

.delivery-list__element .delivery-name {
  font-size: 32px;
  line-height: 130%;
  color: #3e3e41;
  margin-bottom: 18px;
  padding-left: 10px;
}

.delivery-list__element::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #bda999;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: 10px;
}
.delivery-list__element:nth-child(2)::before {
  margin-bottom: 14px;
}

.delivery-list__element ul,
.delivery-list__element .delivery-content {
  font-size: 16px;
  color: #222;
  line-height: 130%;
  font-family: "Roboto", sans-serif;
  padding-left: 10px;
}

.delivery-list__element ul {
  list-style-type: disc;
}

.catalog-category_wrap-item_content {
  width: 47%;
  padding: 64px 24px 55px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease;
  border-radius: 0px 8px 8px 0px;
}

.catalog-category_wrap-item_content-title {
  color: #918680;
  text-align: center;
  font-style: italic;
  /* font-family: "Roboto", sans-serif; */
}
.catalog-category_wrap-item:hover .catalog-category_wrap-item_content-title {
  color: #3E3E41;
}
.catalog-category_wrap-item_content h3 {
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  margin-top: 20px;
}
.catalog-category_wrap-item:hover .catalog-category_wrap-item_content h3, .catalog-category_wrap-item:hover .catalog-category_wrap-item_content-description {
  color: #fff;
}

.catalog-category_wrap-item_content-description {
  color: #222;
  text-align: center;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.catalog-category_wrap-item_img img {
  height: 100%;
  object-fit: cover;
}
.catalog-category_wrap-item .content-category__a {
  color: #BDA999;
}
.catalog-category_wrap-item:hover .content-category__a {
  color: #222222;
}

.catalog-category_wrap-item:hover .catalog-category_wrap-item_content {
  background-color: #BDA999;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 24px 0px rgba(62, 62, 65, 0.08);
}

.catalog-category_wrap-item:hover {
  box-shadow: 0px 4px 24px 0px rgba(62, 62, 65, 0.08);
  transition: all 0.5s ease;
  color: #fff;
}

.catalog-category_wrap-item_content .content-category__a {
  display: flex;
  align-items: center;
  color: #303030;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 130%;
  justify-content: center;
}
.catalog-category_wrap-item_content .content-category__a::after {
  content: "\e900";
  display: block;
  font-family: "icons";
  color: inherit;
  background: none;
  font-size: 6px;
  transform: rotate(-90deg);
  margin: 0 0 -6px 4px;
}

.products-slider {
  margin-top: 250px;
}

.products-slider_wrap-item {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}

.products-slider_wrap-item_content {
  width: 617px;
  padding-bottom: 10px;
}

.products-slider_wrap-item_img {
  width: 740px;
}

.products-slider_wrap-item_img img {
  border-radius: 0px 0px 100px 0px;
}

.products-slider_wrap-item_content-title {
  width: 330px;
  color: #222222;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-style: italic;
  margin: 0 164px 0 auto;
}

.products-slider_wrap-item_content h2 {
  margin: 58px 72px 0 auto;
  font-size: 48px;
  line-height: 150%;
}

.products-slider_wrap-item_content-description {
  margin: 54px 40px 0 auto;
  font-size: 16px;
  width: 450px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #222;
}

.products-slider_wrap-item_content-description span {
  display: block;
  margin-bottom: 15px;
}

.products-slider_wrap-item_content-params {
  margin: 28px 40px 0 auto;
  width: 450px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #222;
  display: flex;
}

.products-slider_wrap-item_content-params > div span {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.products-slider_wrap-item_content-params > div:first-child {
  margin-right: 133px;
}

.products-slider_wrap-item_content-params > div i {
  width: 25px;
  height: 25px;
  font-size: 9px;
  color: #c9af98;
  margin-right: 10px;
}

.products-slider_wrap-item_content-params > div i.icon-height {
  font-size: 24px;
}

.suitable-flower {
  margin-top: 250px;
}

.suitable-flower h2 {
  color: #3e3e41;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
}

.suitable-flower_content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.suitable-flower_content-left {
  width: 330px;
}

.suitable-flower_content-mobile {
  display: none;
}

.suitable-flower_content-center {
  width: 700px;
  position: relative;
}

.suitable-flower_content-right {
  width: 330px;
}

.product-item {
  padding: 0 25px 40px 25px;
  margin-top: 40px;
  position: relative;
}

.product-item::after {
  content: "";
  background-color: #C8C8C8;
  width: 100%;
  height: calc(100% - 160px);
  top: 160px;
  border-radius: 0px 0px 50px 0px;
  position: absolute;
  z-index: -1;
  left: 0px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}

.wrap-see-more
.catalog-list
.slick-track
.slick-slide:first-child
.product-item {
  margin-left: 45px;
}


.product-item:hover:after {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease;
}

.product-item:hover .catalog-list_info {
  border-top: 1px solid #fff;
}

.suitable-flower_content-left .product-item:first-child {
  margin-top: 0px;
}

.suitable-flower_content-right .product-item:first-child {
  margin-top: 0px;
}

.product-item .catalog-list__data {
  padding: 0;
  margin-top: 18px;
}

.product-item .catalog-list__title {
  margin-bottom: 12px;
}

.product-item .catalog-list__link-category {
  font-size: 16px;
  color: #222;
  font-family: "Roboto", sans-serif;
  margin-bottom: 22px;
  transition: all 0.5s ease;
}
.product-item:hover .catalog-list__link-category{
  color: #fff;
}

.product-item .catalog-list__title a,
.product-item .catalog-list__title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.product-item .catalog-list_info {
  display: flex;
  padding-top: 6px;
  border-top: 1px solid #3e3e41;
  justify-content: space-between;
}

.product-item .catalog-list__wrap-img img {
  border-radius: 8px;
}

.product-item .catalog-list__price{
  color: #BDA999;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  font-family: "Roboto", sans-serif;
}
.product-item:hover .catalog-list__price, .product-item:hover .catalog-list__cart{
  color: #222;
}
.product-item .catalog-list__cart {
  text-transform: uppercase;
  color: #BDA999;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.product-item .catalog-list__cart {
  text-transform: uppercase;
  cursor: pointer;
}

.suitable-flower_content-center .catalog-list__wrap-img {
  padding: 0 50px;
}

.suitable-flower_content-center .catalog-list__item {
  width: 100%;
  margin: 0;
}

.suitable-flower_content-center .catalog-list__item {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}

.suitable-flower_content-center .catalog-list__wrap-img img {
  height: auto;
  border-radius: 8px;
  height: 660px;
  object-fit: cover;
}

.suitable-flower_content-center .catalog-list__img {
  max-height: none;
}

.suitable-flower_content-center .catalog-list__data {
  margin-top: 43px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.suitable-flower_content-center .catalog-list__link-category {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  color: #222;
}

.suitable-flower_content-center .catalog-list__title {
  margin-top: 50px;
}

.suitable-flower_content-center .catalog-list__title .catalog-list__link {
  font-size: 40px;
  line-height: 120%;
}

.suitable-flower_content-center .catalog-list__price {
  font-size: 36px;
  font-weight: 500;
  color: #c9af98;
  font-family: "Roboto", sans-serif;
  margin-top: 38px;
  line-height: 150%;
}

.home-notice {
  margin-top: 110px;
}

.home-notice .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.home-notice_left {
  width: 660px;
}

.home-notice_right {
  margin-left: 80px;
  margin: -50px 0 0 80px;
}

.home-notice_left img {
  border-radius: 8px;
  width: 100%;
}

.home-notice_right h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
}

.home-notice_right li {
  font-size: 16px;
  line-height: 150%;
  color: #222;
  font-family: "Roboto", sans-serif;
  margin-top: 73px;
  display: flex;
  width: 640px;
  align-items: center;
}

.home-notice_right li span {
  display: block;
  width: 560px;
}

.home-notice_right li::before {
  content: "";
  background-color: #918680;
  width: 55px;
  height: 1px;
  margin-right: 26px;
}

.products-slider_wrap-item_content-cart {
  margin: 60px 40px 0 auto;
  width: 450px;
  color: #BDA999;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

.products-slider_wrap-item_content-cart .btn {
  max-width: 140px;
  border-radius: 4px;
  margin-left: 145px;
  cursor: pointer;
}

.products-slider_wrap .slick-next,
.catalog-list-slider .slick-next,
.catalog-list-slider .slick-prev,
.goods-slider .slick-next,
.goods-slider .slick-prev {
  position: absolute;
  display: flex !important;
  right: 0;
  height: 56px;
  top: calc(50% - 50px);
  width: 56px;
  background: #BDA999;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.catalog-list-slider .slick-arrow.slick-disabled {
  border: 1px solid #c8c8c8;
  background-color: rgba(0, 0, 0, 0);
}

.products-slider_wrap .slick-prev {
  display: none !important;
}

.custom-modal {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 7;
  visibility: hidden;
  transition: all 0.3s ease-in;
  transform: translate3d(0, 100%, 0);
  background: #ffffff;
  padding: 40px;
}

.custom-modal--right {
  transform: translate3d(100%, 0, 0);
}

.custom-modal.is-open {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.custom-modal-title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-modal-title span {
  font-size: 41px;
  line-height: 120%;
  color: #3e3e41;
}

.custom-modal-title .close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #8e8e93;
}

.overflow-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 62, 65, 0.5);
  z-index: 5;
}

.custom-modal.is-open ~ .overflow-bg {
  display: block;
}

.fancybox-content {
  overflow: hidden;
}

.fancybox-slide--html .fancybox-content {
  padding: 80px 150px;
  background: #fff;
  margin: 0;
  border-radius: 8px;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 4px;
  top: 20px;
  right: 20px;
}

.fancybox-button svg path {
  fill: #8e8e93;
}

.fancybox-content {
  background: none;
}

.fancybox-slide--html {
  top: auto;
  bottom: 0;
}

.fancybox-slide {
  overflow: hidden;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding: 0;
}

.ui-widget.ui-widget-content {
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
}

.ui-widget.ui-widget-content.ui-datepicker {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 0;
  width: auto;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  height: 50px;
  color: #3e3e41;
  font-weight: 400;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 50px;
  margin: 0;
  text-align: left;
  padding: 0 140px 0 18px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  opacity: 1;
}

.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
  content: "\e900";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icons";
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.ui-datepicker .ui-datepicker-prev::after {
  transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-prev {
  left: auto;
  right: 42px;
}

.ui-datepicker .ui-datepicker-next {
  right: 18px;
}

.ui-datepicker .ui-datepicker-prev span.ui-icon,
.ui-datepicker .ui-datepicker-next span.ui-icon {
  background-image: none;
  font-size: 0;
}

.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
  background: none !important;
  border: 0 !important;
  font-size: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  width: 14px;
  height: 14px;
  background: #6D2D8D;
  border: 1px solid #6D2D8D;
  border-radius: 50%;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ui-widget-content .ui-state-default:nth-child(2) {
  transform: translate(-100%, -50%);
}

.ui-accordion .ui-accordion-header {
  width: auto;
  height: auto;
  background: none;
  border: 0;
  border-radius: 0;
  position: relative;
  top: 0;
  transform: none;
  margin: 0;
  padding: 0;
  color: #3e3e41;
  outline: none;
  font-size: 16px;
}

.ui-accordion .ui-accordion-header .ui-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex: 20px 0 0;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  margin: 0;
  text-indent: 0;
  transition: all 0.3s;
  outline: none;
}

.ui-accordion .ui-accordion-header .ui-icon::after {
  content: "\e900";
  display: block;
  font-family: "icons";
  font-size: 16px;
  color: inherit;
  background: none;
  font-size: 8px;
}

.ui-accordion .ui-state-active .ui-icon,
.ui-accordion .ui-button:active .ui-icon {
  transform: rotate(180deg);
}

.filters-range.ui-widget.ui-widget-content {
  height: 2px;
  background: #6D2D8D;
  max-width: 245px;
  margin-top: 20px;
}

.ui-accordion .ui-accordion-content {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  padding-top: 22px;
}

.ui-accordion .ui-accordion-content li:last-child {
  margin-bottom: 0px;
}

.ui-widget input {
  padding: 0 14px;
  font-size: 13px;
  color: #3e3e41;
  font-family: inherit;
}

.filters-range {
  margin: 10px 0 25px;
}

.tabs__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tabs.ui-widget.ui-widget-content {
  height: auto;
  padding: 0;
  background: none;
}

.tabs.ui-tabs .ui-tabs-nav {
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  color: inherit;
}

.tabs.ui-tabs .ui-tabs-nav li,
.tabs-menu__item {
  margin: 0 125px 5px 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  border: 0;
  transform: none;
}

.tabs-menu__item:last-child {
  margin-right: 0;
}

.tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.tabs-menu__link {
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  line-height: 100%;
}

.ui-tabs-active.ui-state-active .tabs-menu__link {
  color: #3e3e41;
}

.ui-tabs-active.ui-state-active .tabs-menu__link::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #171717;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.tabs.ui-tabs .ui-tabs-panel.tabs-content,
.tabs .tabs__content {
  padding: 40px 0 0 0;
}

.ui-widget-content {
  color: inherit;
}

.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-selectmenu-button.ui-button {
  width: auto;
  border-radius: 0;
  color: #303030;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  outline: none;
}

.ui-selectmenu-icon.ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  position: relative;
  background-image: none;
  text-indent: 0;
  transition: all 0.3s;
  outline: none;
}

.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon {
  transform: rotate(180deg);
}

.ui-selectmenu-icon.ui-icon::after {
  content: "\e900";
  font-family: "icons";
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 12px 0 0;
  width: 12px;
  height: 12px;
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 2px;
  transition: all 0.3s;
  color: inherit;
}

.ui-selectmenu-text {
  margin-right: 10px;
  outline: none;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content {
  background: #ffffff;
  border: 1px solid #ebebeb;
}

.ui-menu .ui-menu-item {
  list-style: none;
  border: 0;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 5px 15px;
  line-height: 100%;
  font-size: 13px;
  color: #8e8e93;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

#sorting-menu.ui-menu .ui-menu-item-wrapper{
  color: #303030;
}

.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper {
  border: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: none;
  border: inherit;
  color: #171717;
  margin: 0;
}

.ui-datepicker table {
  margin: 0;
  font-size: 13px;
  color: #3e3e41;
  padding: 8px 4px;
  border-collapse: separate;
  border-spacing: 4px;
}

.ui-datepicker th {
  font-weight: 400;
  color: #171717;
  padding: 9.6px 12px;
}

.ui-datepicker td {
  border: 1px solid #dfdfdf;
  padding: 0;
  margin: 0;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  position: static;
  transform: none;
  opacity: 1;
  padding: 0;
  text-align: center;
  line-height: 100%;
  padding: 12px 12px;
  color: inherit;
}

.ui-datepicker td.ui-datepicker-other-month {
  background: #fcfcfc;
  border: 1px solid #dfdfdf;
  color: #747474;
}

.ui-datepicker td.ui-datepicker-current-day,
.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-widget-content .ui-state-default:hover {
  background: #BDA999;
  border: 1px solid #dfdfdf;
  color: #fff;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-arrow2:before {
  content: "\e901";
}

.icon-arrow3:before {
  content: "\e902";
}

.icon-basket:before {
  content: "\e903";
}

.icon-calendar:before {
  content: "\e904";
}

.icon-check:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e906";
}

.icon-fav:before {
  content: "\e907";
}

.catalog-list-actions__item.active .icon-fav:before {
  content: "\e917";
}

.icon-height:before {
  content: "\e908";
}

.icon-img:before {
  content: "\e909";
}

.icon-info:before {
  content: "\e90a";
}

.icon-insta:before {
  content: "\e90b";
}

.icon-loc:before {
  content: "\e90c";
}

.icon-menu:before {
  content: "\e90d";
}

.icon-minus:before {
  content: "\e90e";
}

.icon-phone:before {
  content: "\e90f";
}

.icon-plus:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-time:before {
  content: "\e912";
}

.icon-user:before {
  content: "\e913";
}

.icon-vk:before {
  content: "\e914";
}

.icon-wa:before {
  content: "\e915";
}

.icon-width:before {
  content: "\e916";
}

.icon-vk-white {
  background-image: url("/new/img/content/icons/vk.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-insta-white {
  background-image: url("/new/img/content/icons/inst.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-wa-white {
  background-image: url("/new/img/content/icons/wht.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* End Default */

/* Start Body */
body {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #171717;
}

.wrap-top-header {
  background: #C8C8C8;
  max-width: 100%;
  margin: 0 auto;
}

.top-header {
  width: 100%;
  max-width: 1480px;
  padding: 13px 124px 16px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-header_info {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #3e3e41;
}

.wrap-locs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  line-height: 100%;
}

.phone-link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: inherit;
}

.phone-link:hover span {
  text-decoration: underline;
}

.locs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.locs__item {
  position: relative;
}

.locs-list {
  margin-left: 25px;
}

.locs-list__title {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-right: 17px;
}

.locs-list__title::after {
  content: "\e900";
  font-family: "icons";
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 12px 0 0;
  width: 12px;
  height: 12px;
  font-size: 6px;
  position: absolute;
  right: 0;
  top: 1px;
  transition: all 0.6s;
}

.locs-list.is-open .locs-list__title::after {
  transform: rotate(180deg);
}

.locs-list__title > i,
.phone-link > i,
.locs__btn > i {
  margin-right: 6px;
  font-size: 14px;
  color: #fff;
}

.no-home .locs-list__title > i,
.no-home .phone-link > i,
.no-home .locs__btn > i {
  color: #fff;
}

.locs-list__title > span,
.phone-link span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

.locs__items {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 152px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  z-index: 9;
}

.locs__items .locs__item {
  padding: 5px 15px;
  border-bottom: 1px solid #ebebeb;
}

.locs__items .locs__item:last-child {
  border: 0;
}

.locs__link {
  color: inherit;
}

.locs__link:hover {
  color: #BDA999;
}

.wrap-middle-header {
  padding: 16px 0 19px 0;
}

.middle-header {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 14px;
}

.header .site-logo {
  margin-right: 20px;
}

.site-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #3e3e41;
  margin-right: 160px;
}

.site-logo__img {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
/*
.site-logo__img::after {
    content: 'R';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #3E3E41;
    font-family: 'Inter', sans-serif;
    font-size: 5px;
    /* line-height: 12px;
    text-transform: uppercase;
    position: absolute;
    font-weight: 600;
    bottom: 16px;
    right: 2px;
    color: #3E3E41;
}
*/
footer .site-logo__img {
  position: relative;
  left: -5px;
  margin: 0;
}

footer .site-logo__img::after {
  display: none;
}

.site-logo__title {
  padding-top: 0px;
  font-size: 12px;
  color: #222;
  line-height: 140%;
}

footer .site-logo__title {
  padding-top: 0ch;
  margin-left: 14px;
  position: relative;
}

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

.menu__item {
  margin: 0 24px;
}

.menu__item:first-child {
  margin-left: 0;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__link {
  display: block;
  font-family: "Playfair Display", serif;
  color: inherit;
  position: relative;
}

.menu__item--active .menu__link::after,
.menu__link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #BDA999;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}

.menu__link:hover::after {
  width: 80%;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.header-actions__item {
  margin-left: 15px;
  margin-top: 2px;
}

.header-actions__item:first-child {
  margin-left: 0;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
  color: inherit;
}

.header-btn i {
  font-size: 18px;
}

.header-btn:hover i {
  color: #BDA999;
}

.header-btn__numbs {
  min-width: 12px;
  height: 12px;
  border-radius: 9000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C8C8C8;
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
  line-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.wrap-bottom-header {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.wrap-bottom-header.product-page {
  border: 0px;
}

.bottom-header {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

.catalog-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.catalog-menu__item {
  padding: 4px 0 7px 0;
  margin: 0 20px;
}

.catalog-menu__item:first-child {
  margin-left: 0;
}

.catalog-menu__item:last-child {
  margin-right: 0;
}

.catalog-menu__link {
  display: block;
  color: inherit;
  font-family: "Playfair Display", serif;
  padding-right: 26px;
  position: relative;
}

.catalog-menu__item--sub-menu .catalog-menu__link::after {
  content: "\e900";
  font-family: "icons";
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 12px 0 0;
  width: 12px;
  height: 12px;
  font-size: 6px;
  position: absolute;
  right: 0;
  top: 5px;
  transition: all 0.3s;
  color: #3e3e41;
}

.catalog-menu__item--sub-menu:hover .catalog-menu__link::after {
  transform: rotate(180deg);
}

.catalog-wrap-sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /*max-width: 1120px;*/
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(62, 62, 65, 0.08);
  z-index: 9;
  transition: all 0.3s;
  align-items: stretch;
  justify-content: flex-start;
  padding: 40px 30px;
}

@media only screen and (min-width: 1100px) {
  .catalog-menu__item:hover .catalog-wrap-sub-menu {
    display: flex;
  }

  .locs .locs-list:last-child {
    margin-left: 29px;
    margin-right: -9px;
  }
}

.sub-menu-flowers {
  column-count: 2;
}

.catalog-sub-menu {
  margin-right: 100px;
}

.catalog-sub-menu__title {
  margin-bottom: 24px;
  font-size: 41px;
  line-height: 120%;
  color: #303030;
}

.sub-menu__item {
  margin-bottom: 15px;
}

.sub-menu__item:last-child {
  margin-bottom: 0;
}

.sub-menu__link {
  display: block;
  color: #000000;
}

.sub-menu__link:hover {
  color: #BDA999;
}

.wrap--main {
  padding: 25px 0 50px;
}

.wrap--main.home-top{
  padding: 0px;
}

.wrap--main .content {
  position: relative;
}

.main-content {
  position: absolute;
  top: 180px;
  left: 20px;
  z-index: 1;
  width: calc(100% - 822px);
}

.main-content h1 {
  margin-bottom: 33px;
  font-size: 64px;
  line-height: 150%;
  color: #303030;
}
.main-content h1 .gold_title {
  white-space: nowrap;
}

.main-content p {
  color: #303030;
  font-family: "Roboto", sans-serif;
  line-height: 130%;
  width: 577px;
}

.main-content .btn {
  max-width: 236px;
  margin-top: 48px;
}

.main-imgs {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.main-imgs__item {
  width: 270px;
  margin-right: 20px;
  position: relative;
}

.main-imgs--catalog .main-imgs__item {
  width: 100%;
  margin-right: 0;
}

.main-imgs--catalog .main-imgs__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-imgs__item--big {
  width: 739px;
  margin-left: 100px;
  margin-right: 0;
}

.img-lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.img-lines__item {
  width: 144px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}

.main-imgs--catalog .img-lines__item {
  width: 25%;
}

.img-lines__item:nth-child(2) {
  left: 144px;
  opacity: 0.5;
}

.main-imgs--catalog .img-lines__item:nth-child(2) {
  left: 25%;
}

.img-lines__item:nth-child(3) {
  left: 288px;
  opacity: 0.3;
}

.main-imgs--catalog .img-lines__item:nth-child(3) {
  left: 50%;
}

.img-lines__item:nth-child(4) {
  left: 432px;
  opacity: 0.1;
}

.main-imgs--catalog .img-lines__item:nth-child(4) {
  left: 75%;
}

.wrap--sub-main .content--inline {
  align-items: center;
}

.sub-main-img {
  width: 660px;
  margin-right: 80px;
}

.sub-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-main {
  width: calc(100% - 740px);
}

.sub-main h2 {
  margin-bottom: 75px;
  font-size: 41px;
  line-height: 120%;
}

.catalog-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalog-list .product-item {
  width: 25%;
  margin-top: 0px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .catalog-list .product-item {
    width: 33%;
  }
}

@media only screen and (max-width: 992px) {
  .catalog-list .product-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .catalog-list .product-item {
    width: 100%;
  }
}

.catalog-list__item {
  width: calc(33.3333% - 26.7px);
  margin-right: 40px;
  margin-bottom: 40px;
  text-align: center;
  background: #ffffff;
  transition: all 0.3s;
  position: relative;
}

.catalog-list__item:hover {
  box-shadow: 0px 4px 24px rgba(62, 62, 65, 0.08);
}

.catalog-list__item:nth-child(3n) {
  margin-right: 0;
}

.sub-main .catalog-list__item {
  width: calc(50% - 20px);
  margin-bottom: 0;
}

.sub-main .catalog-list__item:nth-child(2n) {
  margin-right: 0;
}

.catalog-list__item .catalog-list__cart {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
  cursor: pointer;
  display: none;
}

.basket-actions__item .btn {
  border-radius: 4px;
}

.catalog-list__img {
  display: block;
  max-height: 380px;
  position: static;
}

.catalog-list__img .slick-dots,
.catalog-list__btns {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.catalog-list-actions {
  position: absolute;
  top: 15px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}

.catalog-list__item:hover .catalog-list-actions__item,
.catalog-list-actions__item.active {
  opacity: 1;
}

.catalog-list-actions__item {
  margin-left: 20px;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}

.catalog-list-actions__item:first-child {
  margin-left: 0;
}

.catalog-list-actions__item:hover {
  color: #c9af98;
}

.catalog-list__data {
  margin-top: 10px;
  padding: 0 15px 15px 15px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 390px);
  position: relative;
}

.catalog-list__link-category {
  display: block;
  font-size: 13px;
  color: #3e3e41;
}

.catalog-list__title {
  margin-bottom: 44px;
  color: #171717;
}

.sticky {
  position: fixed;
  z-index: 101;
  top: 30px !important;
}
.stop {
  position: relative;
  z-index: 101;
}

.product h1.mobile-title {
  display: none;
}

.catalog-list__link {
  display: block;
  color: inherit;
  font-size: 16px;
}

.catalog-list__btns {
  margin-bottom: 18px;
}

.catalog-list__price {
  margin-top: auto;
  color: #c9af98;
}

.catalog-list-data-actions {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  transition: all 0.3s;
}

.catalog-list__item:hover .catalog-list-data-actions {
  opacity: 1;
}

.catalog-list-data-actions__item {
  margin-left: 20px;
}

.catalog-list-data-actions__item:first-child {
  margin-left: 0;
}

.catalog-list-data-actions__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-family: inherit !important;
  font-size: 26px !important;
  color: #3e3e41;
}

.catalog-list-data-actions__btn:hover {
  color: #c9af98;
}

.catalog-list-badges {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}

.catalog-list-badges__item {
  margin-right: 20px;
}

.catalog-list-badges__item:last-child {
  margin-right: 0;
}

.catalog-list-badges__badge {
  line-height: 100%;
  color: #212121;
  height: 24px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-list-badges__badge--new {
  background: #fee440;
}

.wrap--how-work {
  padding-bottom: 50px;
}

.how-work {
  background: #ffffff;
  /* box-shadow: 0px 4px 24px rgba(62, 62, 65, 0.08); */
  position: relative;
  margin-top: 20px;
}

.how-work__item {
  display: flex !important;
  align-items: stretch;
  justify-content: space-between;
}

.how-work__content {
  width: calc(100% - 700px);
  display: flex;
  flex-direction: column;
  padding: 130px 50px 140px 10px;
}

.how-work__content h2 {
  font-size: 64px;
  line-height: 150%;
  color: #303030;
}

.how-work__content h3 {
  margin-top: auto;
  margin-bottom: 24px;
  font-size: 41px;
  line-height: 120%;
  color: #3e3e41;
}

.how-work__content p {
  color: #3e3e41;
  font-family: "Roboto", sans-serif;
}

.how-work__img {
  width: 700px;
  height: 640px;
  position: relative;
}

.how-work__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  /* max-height: 500px; */
}

.how-work-btns {
  position: absolute;
  top: 48%;
  left: 25px;
  transform: translateY(-50%);
  width: calc(100% - 788px);
}

.how-work-dots .slick-dots {
  justify-content: space-between;
}

.how-work-dots li {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.how-work-dots li button {
  font-size: 24px;
  line-height: 100%;
  color: rgba(48, 48, 48, 0.3);
  width: 100%;
  height: auto;
  background: none;
  border-radius: 0;
  position: relative;
  transition: all 0.3s;
  padding-bottom: 5px;
}

.how-work-dots li.slick-active button {
  background: none;
  color: #303030;
}

.how-work-dots li button::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ebebeb;
  position: absolute;
  top: 100%;
  left: 0;
}

.how-work-dots li.slick-active button::after {
  background: #BDA999;
}

.title__link {
  float: right;
  display: flex;
  align-items: center;
  margin-top: 40px;
  color: #3e3e41;
  position: relative;
}

.title__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3e3e41;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 90%;
  left: 0;
}

.title__link i {
  transform: rotate(-90deg);
  margin-left: 5px;
  width: 12px;
  height: 12px;
  font-size: 5px;
}

.title__link:hover::after {
  opacity: 1;
}

.catalog-list--sale {
  align-items: flex-start;
}

.catalog-list--sale .catalog-list__item:nth-child(2) {
  width: calc(44.4% - 40px);
  max-width: 600px;
}

.catalog-list--sale .catalog-list__item:nth-child(1) {
  width: calc(27.75% - 40px);
  max-width: 360px;
}

.catalog-list--sale .catalog-list__item:nth-child(3) {
  margin-right: 0;
  width: calc(30.55% - 40px);
  max-width: 400px;
}

.catalog-list--sale .catalog-list__img {
  max-height: none;
}

.catalog-list--sale .catalog-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-footer {
  margin-top: 150px;
  box-shadow: 0px 4px 24px 0px rgba(62, 62, 65, 0.08);
}

.wrap-footer.no-margin {
  margin-top: 0px;
}

.wrap-top-footer {
  max-width: 1480px;
  padding: 37px 20px 0 20px;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

.wrap-top-footer .left-footer {
  flex-basis: 31.9%;
  padding-top: 37px;
  padding-left: 10px;
}

.wrap-top-footer .left-footer .hr-footer {
  width: 206px;
  height: 1px;
  background: #ebebeb;
  margin-top: 25px;
}

.social-footer {
  display: flex;
  margin-top: 24px;
}

.social-footer .social-footer__item {
  margin-right: 16px;
}

.social-footer .social-footer__item:last-child {
  margin-right: 0;
}

.social-footer .social-footer__item i {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
}

.wrap-top-footer .right-footer {
  flex-basis: 68.1%;
  margin-top: 59px;
}

.wrap-footer-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 80px;
}

.w-footer-menu {
  margin-right: 20px;
}

.w-footer-menu:last-child {
  margin-right: 0;
}

.footer-menu-title {
  margin-bottom: 38px;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #222222;
}

.footer-menu__item {
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #222;
}

.footer-menu__item:last-child {
  margin-bottom: 0;
}

.footer-menu__link {
  display: flex;
  color: #303030;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.footer-menu__link:hover {
  color: #c9af98;
}

.footer-menu__link i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.footer-menu__link i.icon-vk {
  font-size: 10px;
}

.footer-copy {
  background: #C8C8C8;
}

.footer-copy > div {
  max-width: 1480px;
  padding: 29px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy__copy {
  font-size: 13px;
  color: #3e3e41;
  font-family: "Roboto", sans-serif;
}

.footer-copy__copy br {
  display: none;
}

.footer-copy__copy a {
  color: inherit;
}

.footer-copy__copy a:hover {
  color: #BDA999;
}

.custom-modal--basket {
  height: calc(100vh - 150px);
  width: 100%;
  max-width: 980px;
  padding-right: 240px;
}

.wrap-basket-list {
  max-height: calc(100% - 90px);
}

.basket-list__item {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.basket-list__item::after {
  content: "";
  border-radius: 0px 0px 50px 0px;
  border: 1px solid #c8c8c8;
  display: block;
  width: 660px;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -2;
  top: 15px;
  max-width: 100%;
}

.basket-list__item:last-child {
  margin-bottom: 0;
}

.basket-list__img {
  margin-right: 40px;
  width: 205px;
}

.basket-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.basket-list__content {
  width: calc(100% - 205px);
  display: flex;
  flex-direction: column;
}

.basket-list__wrap-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.basket-list__title {
  display: block;
  color: inherit;
  margin-right: 30px;
  width: 250px;
  font-size: 24px;
}

.basket-list__size {
  background-color: #BDA999;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  line-height: 150%;
}

.basket-list__price {
  color: #BDA999;
  margin-left: 0;
  white-space: nowrap;
  margin-top: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  font-family: "Roboto", sans-serif;
}

.data-list__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 13px;
  color: #303030;
}

.data-list__title {
  margin-right: 10px;
}

.basket-list__actions {
  margin-top: auto;
}

.basket-list-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.basket-list-actions__item {
  margin-right: 40px;
}

.basket-list-actions__item:last-child {
  margin-right: 0;
}

.basket-list-actions__btn {
  display: block;
  font-size: 13px;
  color: #3e3e41;
}

.basket-list-actions__btn i {
  color: #918680;
  font-size: 10px;
  right: 12px;
  position: absolute;
  top: 27px;
}

.basket-list-actions__btn:hover {
  text-decoration: underline;
}

.basket-sum {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-order__total-price {
  color: #6D2D8D;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.basket-actions {
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

p + .basket-actions {
  margin-top: 20px;
}

.basket-actions__item {
  margin-left: 30px;
}

.basket-actions__item:first-child {
  margin-left: 0;
}

.modal-title {
  margin-bottom: 48px;
  font-size: 48px;
  line-height: 120%;
  color: #3e3e41;
}

.modal-content {
  color: #3e3e41;
}

.modal .one-click {
  margin-top: 40px;
}

.one-click__item {
  margin-bottom: 30px;
}

.one-click__item:last-child {
  margin-bottom: 0;
}

.one-click__input {
  width: 100%;
  max-width: 340px;
}

.one-click__btn {
  max-width: 150px;
}

.modal#one-click {
  width: 100%;
  max-width: 946px;
}

.form-auth__item,
.search-form__item {
  margin-bottom: 20px;
}

.form-auth__item .btn {
  border-radius: 4px;
}

.form-auth__item:last-child,
.search-form__item:last-child {
  margin-bottom: 0;
}

.form-auth__label {
  display: block;
  margin-bottom: 8px;
  color: #2c3131;
  font-family: "Roboto", sans-serif;
}

.form-auth__input,
.search-form__input {
  width: 340px;
}

.form-auth__btn,
.search-form__btn {
  width: auto;
  display: inline-flex;
}

.wrap--catalog-img {
  padding-top: 0px;
}

.wrap-bread {
  margin: 33px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #c8c8c8;
}

.wrapper--catalog .wrap-bread {
  margin: 35px 0 42px 0;
  padding-left: 5px;
}


.bread-back {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
  color: #3e3e41;
  font-family: "Roboto", sans-serif;
}

.bread-back:hover {
  color: #BDA999;
}

.bread-back i {
  width: 12px;
  height: 12px;
  margin-right: 7px;
  font-size: 10px;
  margin-top: -2px;
}

.bread-back span {
  display: block;
}

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 130%;
  color: #3e3e41;
  font-family: "Roboto", sans-serif;
  flex-wrap: wrap;
  gap: 12px;
}

.page-title h2 {
  font-size: 48px;
  line-height: 150%;
  font-weight: 400;
  color: #3e3e41;
  margin-bottom: 40px;
}

.bread a,
.bread span {
  display: block;
  color: #3e3e41;
}

.bread__link {
  color: inherit;
}

.bread__link:hover {
  color: #c9af98;
}

.bread__sep {
  margin: 0;
  width: 1px;
  height: 22px;
  background: #ebebeb;
}

.catalog-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 51px;
  line-height: 100%;
}

.catalog-title.profile {
  margin-bottom: 56px;
}

.catalog-title.orders {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.catalog-title.orders .search-catalog {
  width: 100%;
  margin-left: 0;
}

.catalog-title.profile h1 {
  line-height: 150%;
}

.catalog-title.favorite-catalog {
  margin-bottom: 32px;
}

.catalog-title h1 {
  font-size: 48px;
  margin-right: 135px;
}

.search-catalog {
  width: 100%;
  max-width: 700px;
  position: relative;
  margin-left: auto;
  margin-top: -8px;
  border-radius: 30px;
  background: #ebebeb;
  padding: 10px 16px 10px 42px;
  font-family: "Roboto", sans-serif;
  height: 50px;
}

.search-catalog__input,
.search-catalog__input:hover {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  height: 20px;
  padding-left: 0;
  border-radius: 0;
  background: none !important;
  margin-top: 5px;
}

.search-catalog__input::-webkit-input-placeholder {
  color: #303030;
}

.search-catalog__input::-moz-placeholder {
  color: #303030;
}

.search-catalog__input:-moz-placeholder {
  color: #303030;
}

.search-catalog__input:-ms-input-placeholder {
  color: #303030;
}

.search-catalog__btn {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  color: #000;
}

.catalog {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.left-sidebar {
  width: 330px;
  margin-right: 10px;
  padding: 0px 12px 0 35px;
}

.left-menu__item {
  margin-bottom: 22px;
}

.left-menu__item:last-child {
  margin-bottom: 0;
}

.left-menu__link {
  display: block;
  line-height: 100%;
  position: relative;
  color: #3e3e41;
  padding-right: 17px;
  font-size: 16px;
}

.wrapper--catalog .left-menu__link {
  line-height: 130%;
}

.left-menu__link-active {
  color: #171717;
  display: block !important;
  position: relative;
}

.left-sub-menu__item .left-menu__link-active::after{
  content: '';
  display: block;
  background-color: #6D2D8D;
  width: 100%;
  height: 0.5px;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
}

.ui-accordion .ui-accordion-header.left-menu__link .ui-icon {
  margin-top: 3px;
}

.left-menu__link:hover {
  color: #171717;
}

.left-sub-menu {
  padding-left: 10px !important;
  display: none;
}

.left-sub-menu__item {
  margin-bottom: 11px;
}

.left-sub-menu__link {
  display: inline-block;
  line-height: 120%;
  color: #3e3e41;
}


.wrap-filters {
  margin-top: 32px;
}

.filter-title {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 130%;
  color: #3e3e41;
}

.filters__item {
  margin-bottom: 23px;
}

.filters__item:last-child {
  margin-bottom: 0;
}

.prices-inputs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.prices-inputs__input {
  position: relative;
  margin-right: 16px;
  width: 115px;
  background: #ffffff;
  border: 1px solid #b5b5b9;
  border-radius: 10px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 14px;
  overflow: hidden;
}

.prices-inputs__inp {
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #3e3e41;
}

.prices-inputs__width,
.prices-inputs__input input {
  margin: 0;
  padding: 0;
  height: 100%;
  border: 0;
}

.prices-inputs__txt {
  position: relative;
  margin-left: 5px;
}

span:empty + input + .prices-inputs__txt {
  margin-left: 20px;
}

.prices-inputs__width {
  visibility: hidden;
  white-space: pre;
}

.prices-inputs__input input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.prices-inputs__input:nth-child(2n) {
  margin-right: 0;
}

.prices-inputs__input:first-child::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #b5b5b9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 4px);
}

.prices-choice {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.prices-choice__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 13px 11px 0;
  cursor: pointer;
}

.prices-choice__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.prices-choice__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #b5b5b9;
  border-radius: 8px;
  font-size: 13px;
  line-height: 22px;
  color: #6b6b6b;
  height: 22px;
  padding: 0 6px;
}

.prices-choice__item:hover .prices-choice__txt,
.prices-choice__check:checked ~ .prices-choice__txt {
  border: 1px solid #3e3e41;
  color: #3e3e41;
}

.filters__list {
  max-height: 230px;
  overflow: hidden;
}

.filters__wrap-filters-list.is-open .filters__list {
  max-height: none;
}

.filters-list__item {
  display: block;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.filters-list__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.filters-list__txt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  font-size: 13px;
  line-height: 14px;
}

.filters-list__txt::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  flex: 14px 0 0;
  height: 14px;
  margin-right: 8px;
  background: #ffffff;
  border: 0.5px solid rgb(62 62 65 / 50%);
  border-radius: 4px;
}

.filters-list__txt::after {
  content: "\e905";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  flex: 14px 0 0;
  height: 14px;
  font-family: "icons";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  font-size: 0;
  opacity: 0;
  color: #fff;
  border-radius: 4px;
}

.filters-list__checkbox:checked ~ .filters-list__txt::after {
  background: #6D2D8D;
  font-size: 6px;
  opacity: 1;
}

.filters-list__checkbox:disabled ~ .filters-list__txt {
  color: #979797;
}

.filters-list__checkbox:disabled ~ .filters-list__txt::before {
  border: 0.5px solid rgb(181 181 185 / 50%);
}

.filters__btn-more,
.ui-widget button.filters__btn-more {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: inherit;
  font-size: 12px;
  float: right;
}

.filters__btn-more:hover,
.ui-widget button.filters__btn-more:hover {
  text-decoration: underline;
}

.filters-list--colors {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.filters-list--colors .filters-list__item {
  margin: 0 20px 25px 0;
}

.filters-list--colors .filters-list__item::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  filter: blur(5px);
  position: absolute;
  top: 3px;
  right: 3px;
}

.filters-list--colors .filters-list__txt {
  align-items: center;
  justify-content: center;
  font-size: inherit;
  line-height: 100%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.filters-list--colors input:disabled + .filters-list__txt {
  opacity: 0.2;
}

.filters-list--colors .filters-list__txt::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex: 100% 0 0;
  margin-right: 0;
  background: #ccc;
  border: 0;
  border-radius: 50%;
}

.filters-list--colors .filters-list__txt::after {
  content: "\e905";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 100% 0 0;
  height: 100%;
  font-family: "icons";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  font-size: 0;
  opacity: 0;
  color: #303030;
  border-radius: 50%;
  z-index: 1;
}

.filters-list--colors
.filters-list__checkbox:checked
~ .filters-list__txt::after {
  background: inherit;
  font-size: 10px;
}

.filters-list__item--red .filters-list__txt::before {
  background: #ed1c24;
  border: 1px solid #e5e5e5;
}

.filters-list__item--green .filters-list__txt::before {
  background: #0db14b;
  border: 1px solid #e5e5e5;
}

.filters-list__item--blue .filters-list__txt::before {
  background: #0033ff;
  border: 1px solid #e5e5e5;
}

.filters-list__item--yellow .filters-list__txt::before {
  background: #fff200;
  border: 1px solid #e5e5e5;
}

.filters-list__item--orange .filters-list__txt::before {
  background: #f37021;
  border: 1px solid #e5e5e5;
}

.filters-list__item--pink .filters-list__txt::before {
  background: #ff3eb5;
  border: 1px solid #e5e5e5;
}

.filters-list__item--magenta .filters-list__txt::before {
  background: #c88e93;
  border: 1px solid #e5e5e5;
}

.filters-list__item--purple-light .filters-list__txt::before {
  background: #bc88b3;
  border: 1px solid #e5e5e5;
}

.filters-list__item--purple-dark .filters-list__txt::before {
  background: #bc88b3;
  border: 1px solid #e5e5e5;
}

.filters-list__item--gray .filters-list__txt::before {
  background: #5f4b8b;
  border: 1px solid #e5e5e5;
}

.filters-list__item--beige .filters-list__txt::before {
  background: #e4e2b1;
  border: 1px solid #e5e5e5;
}

.filters-list__item--belyy .filters-list__txt::before {
  background: #eee;
  border: 1px solid #e5e5e5;
}

.filters-list__item--kremovyy .filters-list__txt::before {
  background: #fddfb3;
  border: 1px solid #e5e5e5;
}

.filters-list__item--krasnyy .filters-list__txt::before {
  background: #d21212;
  border: 1px solid #e5e5e5;
}

.filters-list__item--oranjevyy .filters-list__txt::before {
  background: #ff7613;
  border: 1px solid #e5e5e5;
}

.filters-list__item--jeltyy .filters-list__txt::before {
  background: #ffe920;
  border: 1px solid #e5e5e5;
}

.filters-list__item--zelenyy .filters-list__txt::before {
  background: #11b63f;
  border: 1px solid #e5e5e5;
}

.filters-list__item--rozovyy .filters-list__txt::before {
  background: #ffc0cb;
  border: 1px solid #e5e5e5;
}

.filters-list__item--siniy .filters-list__txt::before {
  background: #3959ff;
  border: 1px solid #e5e5e5;
}

.wrap-catalog-list {
  width: calc(100% - 370px);
}

.sort-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.sort-actions__item {
  margin-right: 40px;
  margin-left: 6px;
}

.sort-actions__item:last-child {
  margin-right: 0;
}

.sort {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sort__title {
  color: #303030;
  line-height: 100%;
  margin-right: 25px;
}

.sort-actions__reset {
  color: #303030;
  margin-right: 0px;
}

.sort-actions__reset:hover {
  text-decoration: underline;
}

.more-btn {
  max-width: 180px;
  margin: 0 auto;
}

.catalog-list-slider {
  display: block;
  width: 100%;
}

.product {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding-top: 32px;
}

.product::after {
  content: "";
  border-radius: 0px 100px 0px 0px;
  border: 1px solid #c8c8c8;
  width: 1110px;
  height: calc(100% + 32px);
  max-width: 100%;
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: -1;
}

.product__img {
  width: 660px;
  margin-right: 88px;
}

.catalog-list.category .product-item {
  width: 33%;
  max-width: 330px;
}

@media only screen and (max-width: 1300px) {
  .catalog-list.category .product-item {
    width: 50%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .catalog-list.category .product-item {
    width: 100%;
  }

  .bread > div {
    width: auto;
  }

  .wrap-see-more h2{
    padding-left: 0px;
  }

  .bread{
    gap: 8px;
  }
}

.catalog-list .product-item .catalog-list__data {
  height: calc(100% - 320px);
}

.catalog-list .product-item .catalog-list_info {
  margin-top: auto;
}

.goods-slider__link {
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 800px;
}

.goods-slider__img {
  height: 100%;
}

.goods-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__content {
  width: calc(100% - 734px);
}

.product-category {
  padding-left: 83px;
  margin-bottom: 16px;
}

.product-category.mobile {
  display: none;
}

.product-category__link {
  color: inherit;
  font-style: italic;
  color: #BDA999;
}

.product-content {
  padding-left: 83px;
  margin-top: 40px;
}

.product__content h1 {
  font-size: 61px;
  line-height: 120%;
  color: #3e3e41;
}

.sizes {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.sizes__item {
  min-width: 133px;
  margin-right: 80px;
  font-family: "Roboto", sans-serif;
}

.sizes__item:last-child {
  margin-right: 0;
}

.sizes__title {
  margin-bottom: 20px;
  color: #303030;
}

.sizes__data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sizes__data i {
  width: 25px;
  height: 25px;
  font-size: 9px;
  color: #c9af98;
  margin-right: 12px;
}

.sizes__item--height .sizes__data i {
  font-size: 24px;
}

.sizes__data span {
  display: block;
  line-height: 100%;
}

.size {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.size__title {
  margin-right: 22px;
  color: #303030;
  line-height: 130%;
  font-family: "Roboto", sans-serif;
}

.choice-size {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.choice-size__item {
  display: block;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}

.choice-size__item:last-child {
  margin-right: 0;
}

.choice-size__checbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.choice-size__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  min-width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #3e3e41;
  font-size: 12px;
  line-height: 100%;
  transition: all 0.3s;
  color: #3e3e41;
}

.choice-size__checbox:checked ~ .choice-size__txt {
  background: #BDA999;
  border: #BDA999;
  color: #fff;
}

.product-price {
  margin-top: 40px;
  font-size: 32px;
  line-height: 150%;
  color: #BDA999;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.product-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-actions .btn {
  border-radius: 4px;
}

.product-actions__item {
  margin-right: 45px;
}

.product-actions__item:last-child {
  margin-right: 0;
}

.product-info {
  margin-top: 30px;
}

.product-info__item {
  padding: 19px 70px 15px 22px;
  border-bottom: 1px solid #ebebeb;
  outline: none;
}


.product-info__content p {
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
}

.thumbs-slider {
  margin: 15px -20px 0;
}

.thumbs-slider .slick-slide {
  margin: 0 20px;
  width: 145px;
  height: 145px;
}

.thumbs-slider .slick-slide div {
  max-width: 100%;
  max-height: 145px;
}

.thumbs-slider__item {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.thumbs-slider .slick-slide.slick-current .thumbs-slider__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #3e3e41;
}

.thumbs-slider__img {
  max-height: 100%;
}

.thumbs-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product .note {
  margin-top: 37px;
  margin-left: 0px;
}

.note {
  background: #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88%;
  padding: 24px 58px 24px 41px;
  border-radius: 8px 120px 120px 8px;
}

.note__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 16px;
  font-size: 0;
  background: url(./img/icons/info.svg) center no-repeat;
  background-size: contain;
}

.note__content {
  width: calc(100% - 53px);
  font-size: 14px;
  color: #3e3e41;
  line-height: 130%;
  font-family: "Roboto", sans-serif;
}

.wrap-see-more {
  margin-top: 182px;
}

.wrap-see-more h2 {
  margin-top: 90px;
  font-size: 41px;
  margin-bottom: 30px;
  padding-left: 10px;
}

.wrap-see-more .tabs.ui-tabs .ui-tabs-nav {
  padding-left: 10px;
}

.catalog-list-slider {
  margin: 0 -20px;
}

.catalog-list-slider .slick-slide {
  margin: 0 20px;
}

.catalog-list-slider .catalog-list__item {
  margin-right: 0;
  margin-bottom: 20px;
}

.catalog-list-slider .catalog-list-img .slick-slide {
  margin: 0;
}

.catalog-list-slider .slick-arrow.slick-prev {
  left: 28px;
  top: calc(50% - 66px);
  transform: rotate(180deg);
}

.goods-slider .slick-arrow.slick-prev {
  left: 17px;
  transform: rotate(180deg);
}

.goods-slider .slick-next {
  right: 4px;
  top: calc(50% - 57px);
}

.catalog-list-slider .slick-arrow.slick-next {
  right: -28px;
  top: calc(50% - 66px);
}

.catalog-list-slider .slick-arrow:hover {
  color: #c9af98;
}

.catalog-list-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wrap-numbs {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  border: 0.5px solid #c8c8c8;
}

.numbs-title {
  margin-right: 40px;
  color: #303030;
}

.numb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.numb__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  border: 0.5px solid #c8c8c8;
  display: flex;
  height: 20px;
  border-radius: 50%;
}

.numb__btn--minus {
  font-size: 2px;
}

.numb__btn--plus {
  font-size: 10px;
  background-color: #BDA999;
  color: #fff;
  border: 0px;
}

.numb__value {
  height: auto;
  width: 20px;
  border-radius: 0;
  border: 1px solid transparent;
  padding: 0;
  text-align: center;
  font-size: 24px;
  line-height: 100%;
  color: #171717;
  margin: 6px 10px 0;
}

.wrapper--page h1 {
  font-size: 48px;
  line-height: 150%;
}

.order-page {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 40px;
}

.order-page .wrap-basket-list {
  width: 50%;
  margin-right: 123px;
  position: relative;
  max-height: none;
}

.wrap-basket-list__title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #222;
  line-height: 130%;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

.close-btn-order-list {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 18px;
  height: 18px;
  color: #8e8e93;
}

.order-page h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  margin-top: 16px;
}

.order-page .order-page__content > h2 {
  font-family: "Playfair Display", serif;
}


.order-page .order-page__content > p {
  margin-top: 32px;
}

.order-page .order-page__content > p br {
  display: none;
}

.order-page__content {
  width: 100%;
  transition: all 0.6s;
}

.order-page .wrap-basket-list + .order-page__content {
  width: 50%;
  transition: all 0.6s;
}

.order-page .wrap-basket-list + .order-page__content h2 {
  padding-top: 40px;
}

.order-page__actions {
  margin-top: 40px;
}

.order-page-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.order-page-actions__item {
  position: relative;
  cursor: pointer;
  width: 250px;
  border-radius: 4px;
}

.order-page-actions__item:last-child {
  margin-left: 40px;
}

.order-page-actions__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.order-page-actions__txt {
  border: 1px solid #222;
  border-radius: 4px;
}

.order-page-actions__txt:hover {
  border: 0px;
}

.order-page-actions__check:checked ~ .order-page-actions__txt {
  background: #c9af98;
  box-shadow: 0px 4px 24px rgba(255, 255, 255, 0.08);
  border: 0px;
}

.contacts-item {
  padding-top: 8px;
  margin-bottom: 62px;
}

.contacts-item__title {
  font-size: 32px;
  color: #222;
  font-weight: 400;
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  justify-content: space-between;
  padding-right: 80px;
}

.shop-item {
  width: 27%;
  margin-bottom: 56px;
}

.shop-item:first-child {
  margin-left: 0px;
}

.shop-item li {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  color: #3e3e41;
  font-size: 16px;
  margin-top: 32px;
}

.shop-item ul li:first-child{
  margin-top: 0px;
}

.shop-item li img {
  margin-right: 16px;
}

.contacts-item__title::after {
  content: "";
  margin-top: 24px;
  background: #c8c8c8;
  height: 1px;
  width: 1000px;
  max-width: 100%;
  display: block;
  margin-top: 24px;
}

@media only screen and (max-width: 1300px) {
  .shop-item {
    margin-left: 40px;
  }
}

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

  .shop-item li{
    margin-top: 30px;
  }
  .shop-item {
    margin-left: 0;
    width: 100%;
    border-top: 1px solid #c8c8c8;
  }

  .shop-list {
    margin-top: 0px;
  }

  .contacts-item__title::after {
    display: none;
  }

  .contacts-item__title {
    margin-bottom: 18px;
    padding-top: 10px;
  }

  .shop-item {
    padding: 25px 0 20px 0;
  }

  .shop-item li:first-child {
    margin-top: 0px;
  }

  .contacts-item {
    margin-bottom: 42px;
  }
}

.order-map,
.tracking-map {
  width: 100%;
  height: 700px;
  max-height: 500px;
}

.order-map iframe,
.tracking-map > div {
  width: 100%;
  height: 100%;
}

.points {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.points__point {
  margin-right: 200px;
  width: 540px;
  max-width: 100%;
}

.points__point:last-child {
  margin-right: 0;
}

.point__title {
  font-size: 24px;
  color: #3e3e41;
  padding-bottom: 8px;
  border-bottom: 1px solid #c8c8c8;
  font-family: "Roboto", sans-serif;
}

.point-list {
  margin-top: 24px;
  padding-left: 49px;
}

.point-list__item {
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
}

.point-list__item:last-child {
  margin-bottom: 0;
}

.point-list__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.point-list__txt {
  position: relative;
  padding-left: 32px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.point-list__txt::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  position: absolute;
  top: 8px;
  left: 0;
  transition: all 0.3s;
}

.point-list__check:checked ~ .point-list__txt::before {
  border: 6px solid #BDA999;
}

.point-list__txt::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 4px;
  transition: all 0.3s;
  opacity: 0;
  display: none;
}

.point-list__check:checked ~ .point-list__txt::after {
  opacity: 1;
}

.order-map {
  height: 700px;
  margin-top: 56px;
}

.order-actions {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.order-actions__btn {
  width: 124px;
  border-radius: 4px;
}

.order-actions__btn.btn--back {
  width: 124px;
  justify-content: flex-start;
}

.order-actions__btn.btn--back:hover {
  background: none;
}

.order-actions__btn.btn--back {
  padding-left: 0;
}

.order-actions__btn i {
  margin-right: 10px;
  margin-top: -4px;
  font-size: 6px;
  transform: rotate(90deg);
}

.order-actions__btn span {
  display: block;
  line-height: 100%;
}

.order-page--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.order-page--reverse .wrap-basket-list {
  margin-right: 0;
  margin-left: 82px;
  padding: 0 20px 50px 0;
}

.order-page--reverse .wrap-basket-list::after {
  right: auto;
  left: 0;
}

.order-page--reverse .basket-list__content {
  padding-top: 24px;
}

.order-page--reverse .basket-sum {
  margin-left: 247px;
  padding-left: 30px;
}

.order-page--reverse .wrap-basket-list .basket-sum:last-child {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.order-form {
  width: 708px;
}

.order-form__items {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.order-form__item {
  margin-bottom: 24px;
  position: relative;
}

.order-form__items .order-form__item {
  width: calc(50% - 16px);
  margin-right: 32px;
  margin-bottom: 0;
}

.order-form__items .order-form__item:nth-child(2n) {
  margin-right: 0;
}

.order-form__label {
  display: block;
  line-height: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}

.order-form__input {
  width: 100%;
}

.order-form__item--date .order-form__input,
.order-form__item--time .order-form__input {
  padding-left: 54px;
}

.order-form__item--date::after {
  content: "\e904";
  font-family: "icons";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  font-size: 15px;
  color: #BDA999;
  position: absolute;
  left: 24px;
  bottom: 23px;
}

.order-form__item--time .ui-selectmenu-button.ui-button {
  height: 50px;
  border: 1px solid #cacaca;
  border-radius: 8px;
  padding: 0 24px;
  font-family: "El Messiri", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #171717;
  outline: 0;
  flex-direction: row;
}

.order-form__item--time .ui-selectmenu-button.ui-button:hover {
  border: 1px solid rgba(201, 175, 152, 0.4);
}

.order-form__item--time .ui-selectmenu-icon.ui-icon {
  margin-right: 14px;
  margin-top: -2px;
}

.order-form__item--time .ui-selectmenu-icon.ui-icon::after {
  content: "\e912";
  font-size: 15px;
  color: #a9a9a9;
  justify-content: center;
  flex: 100% 0 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.order-form__item--time .ui-selectmenu-text {
  margin-right: 0;
  color: #a9a9a9;
}

.ui-menu .ui-state-disabled.ui-menu-item {
  display: none;
}

#time-menu.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  border: 0;
}

#time-menu.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
  background: #ebebeb;
}

#time-menu.ui-selectmenu-menu .ui-widget.ui-widget-content {
  border-top: 0;
}

.order-form__textarea {
  width: 100%;
  height: 80px;
  padding: 16px 24px;
}

.order-page__content .order-page__actions ~ .point {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ebebeb;
}

.order-page__content .order-page__actions ~ .point .point-list {
  margin-top: 0;
}

.form-address {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-address__items {
  width: 63.6%;
  padding-right: 60px;
}

.form-address__item {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.form-address__item .form-group {
  margin-right: 32px;
  width: 100%;
  max-width: 247px;
}

.form-address__item .form-group:last-child {
  margin-right: 0;
}

.form-address__item:last-child {
  margin-bottom: 0;
}

.form-address__input {
  width: 100%;
}

.form-group.form-address__input--big {
  max-width: 338px;
}

.form-group.form-address__input--mini {
  max-width: 206px;
}

.checks-address {
  position: relative;
}

.form-address__checks {
  padding-left: 32px;
}

.form-address__checks::before {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #ebebeb;
}

.checks-address__item {
  display: block;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}

.checks-address__item:last-child {
  margin-bottom: 0;
}

.checks-address__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.checks-address__txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #2c3131;
  line-height: 100%;
}

.checks-address__txt::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex: 20px 0 0;
  height: 20px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  margin-right: 12px;
  margin-top: -2px;
}

.checks-address__txt::after {
  content: "\e905";
  font-family: "icons";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex: 20px 0 0;
  height: 20px;
  background: #BDA999;
  border: 1px solid #BDA999;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

.checks-address__check:checked ~ .checks-address__txt::after {
  opacity: 1;
}

.order-info {
  font-size: 26px;
  margin-top: 24px;
}

.order-info + .order-actions {
  margin-top: 32px;
}

.order-form .checks-address {
  margin-bottom: 24px;
  /*margin-top: 75px;*/
}

.checks-address-title {
  margin-bottom: 12px;
  /*margin-top: 114px;*/
}

.wrap-checks-address .checks-address__item {
  margin-bottom: 12px;
  font-size: 13px;
}

.order-form__error {
  width: 100%;
  font-size: 13px;
  color: #e25c5c;
  margin-top: 24px;
}

.point--mt50 {
  margin-top: 50px;
}

.pay-form {
  height: 500px;
  position: relative;
  margin-top: 50px;
}

.cards-info {
  width: 447px;
  height: 281px;
  background: url(./img/bgs/cards-info1-bg.png) center no-repeat, #ebebeb;
  background-size: contain;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.16),
  0px 100px 374px rgba(0, 0, 0, 0.1),
  0px 36.5016px 136.516px rgba(0, 0, 0, 0.0775501),
  0px 17.7209px 66.2761px rgba(0, 0, 0, 0.063883),
  0px 8.6871px 32.4898px rgba(0, 0, 0, 0.0505515),
  0px 3.43489px 12.8465px rgba(0, 0, 0, 0.0341999);
  border-radius: 30px;
  padding: 144px 68px 50px 40px;
  position: relative;
  z-index: 1;
}

.pay-form__item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.pay-form__item:last-child {
  margin-bottom: 0;
}

.pay-form__wrap-input--w100 {
  width: 100%;
}

.pay-form__input {
  width: 100%;
  height: 33px;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 5px;
  border: 0;
  font-size: 13px;
  color: #3e3e41;
  padding: 0 18px;
}

.pay-form__input:hover {
  border: 0;
}

.pay-form__input::-webkit-input-placeholder {
  color: #3e3e41;
}

.pay-form__input::-moz-placeholder {
  color: #3e3e41;
}

.pay-form__input:-moz-placeholder {
  color: #3e3e41;
}

.pay-form__input:-ms-input-placeholder {
  color: #3e3e41;
}

.pay-form__wrap-input--w80 {
  width: 80%;
}

.pay-form__wrap-inputs {
  width: 96px;
  margin-left: 7px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pay-form__wrap-inputs .pay-form__input {
  padding: 0;
  text-align: center;
}

.pay-form__sep {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.25);
  margin: 0 4px;
}

.cards-info--other {
  background: url(./img/bgs/cards-info2-bg.png) center no-repeat, #ebebeb;
  background-size: contain;
  padding: 111px 34px 50px 40px;
  position: absolute;
  box-shadow: none;
  top: 53px;
  left: 202px;
  z-index: 0;
}

.cards-info--other .pay-form__item {
  justify-content: flex-end;
}

.cards-info--other .pay-form__wrap-input {
  width: 64px;
}

.cards-info--other .pay-form__wrap-input .pay-form__input {
  position: relative;
  z-index: 2;
  padding: 0 4px;
  text-align: center;
  background: rgb(250 250 250);
}

.pay-form__btn {
  margin-top: 103px;
  max-width: 124px;
  border-radius: 4px;
}

.wrapper--mb0 .wrap-bread {
  margin-bottom: 0;
}

.order-success {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.order-success__content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 184px;
  width: calc(100% - 740px);
}

.order-success__content h2 {
  font-size: 41px;
  line-height: 120%;
}

.order-success__content h1 {
  margin-bottom: 24px;
  font-size: 91px;
  line-height: 120%;
  color: #171717;
  padding-left: 20%;
  white-space: nowrap;
}

.order-success__content p {
  padding-left: 20%;
}

.order-success__content a.bread-back {
  width: auto;
  margin: 48px 0 20px;
  display: inline-flex;
  justify-content: flex-end;
  position: relative;
  font-size: 16px;
  max-width: 184px;
  margin-left: auto;
}

.order-success__content a.bread-back::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3e3e41;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 90%;
  left: 0;
}

.order-success__content a.bread-back:hover {
  color: #3e3e41;
}

.order-success__content a.bread-back:hover::after {
  opacity: 1;
}

.order-success__content a.bread-back i {
  transform: rotate(90deg);
  margin-right: 12px;
  font-size: 6px;
  margin-top: -4px;
}

.order-success__content picture {
  margin-top: auto;
}

.order-success__img {
  position: relative;
  width: 720px;
  margin-left: 20px;
}

.order-success__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tracking {
  margin-top: 70px;
}

.tracking-map {
  margin-bottom: 50px;
}

.question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  background: url("/new/img/content/contact-img.jpg"),
  lightgray -84.777px -408.005px / 104.52% 334.871% no-repeat;
  background-size: cover;
  background-position: center;
}

.question__wrap-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 105px 0px 134px 0px;
}

.question__content-text,
.question__content-form {
  width: 50%;
}

.question__content-text {
  padding-top: 28px;
  padding-left: 5px;
}

.question__wrap-content h2 {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 150%;
}

.question__content-text p {
  font-size: 16px;
  color: #222;
  line-height: 130%;
  font-family: "Roboto", sans-serif;
  width: 600px;
}

.question-content {
  display: block;
}

.question-content__item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.question-content__item:nth-child(2n) {
  margin-right: 0;
  max-width: 447px;
  text-align: left;
  margin: 0 auto;
  margin-top: 40px;
}

.question-content__item:nth-child(2n) p {
  width: calc(100% - 49px);
  padding: 0 20px;
}

.question-content__txt {
  color: #3e3e41;
  display: flex;
  align-items: center;
}

.question-content__txt.question-content__toptxt {
  max-width: 468px;
  display: block;
  margin: 0 auto;
  font-family: Vollkorn;
}

.question-content__txt .icon-wa-white {
  width: 49px;
  height: 49px;
  /* margin-right: 27px; */
}

.question-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
}

.question-content__item.whatsapp {
  margin-top: 32px;
  padding-right: 45px;
}

.question-content__wa {
  margin-left: 28px;
}

.question-content__wa .btn--white {
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.question-content__txt p {
  width: 225px;
  margin-left: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #3e3e41;
}

.form-q__item {
  margin-right: 24px;
}
.form-q__item.form-q__itemphone {
  width: 100%;
  max-width: 286px;
  border-radius: 8px;
  border: 1px solid #918680;
}

.form-q__item.form-q__itemphone input {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  font-family: "Roboto", sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0px;
}
.form-q__item.form-q__itemphone input::placeholder {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  font-family: "Roboto", sans-serif;
}
.form-q__item:nth-child(0) {
  margin-right: 24px;
}

.form-q__item:last-child {
  margin-right: 0;
}

.form-q__input {
  width: 100%;
}

.question-form_label {
  font-size: 16px;
  line-height: 130%;
  color: #222;
  font-family: "Roboto", sans-serif;
  width: 500px;
  margin-left: auto;
}

.form-q__btn {
  display: inline-flex;
  width: auto;
  margin-top: auto;
  align-items: center;
  border-radius: 4px;
}

.form-wa__item {
  margin-bottom: 32px;
}

.form-wa__item:last-child {
  margin-bottom: 0;
}

.form-wa__link {
  color: #3e3e41;
  font-size: 26px;
  line-height: 50px;
}

.form-wa__btn {
  display: inline-flex;
  width: auto;
}

.question__img {
  width: 577px;
}

.question__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-socials {
  margin-top: 150px;
}

.wrap-socials h3 {
  margin-bottom: 35px;
  font-size: 41px;
  color: #171717;
}

.socials {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 35px;
}

.socials__right {
  width: calc(100% - 617px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.socials__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.socials__img--second {
  padding-top: 333px;
}

.socials__left {
  width: 577px;
  margin-right: 40px;
}

.socials__left a {
  display: block;
  margin-bottom: 35px;
  font-size: 26px;
  text-decoration: underline;
  color: #3e3e41;
}

.tracking-list {
  padding-left: 85px;
  display: table;
  border-collapse: separate;
  border-spacing: 30px;
}

.tracking-list__item {
  display: table-row;
  font-size: 26px;
}

.tracking-list__title {
  display: table-cell;
}

.tracking-list__data {
  display: table-cell;
  padding-left: 100px;
}

.tracking-photos-title {
  padding-left: 115px;
  font-size: 26px;
  margin-bottom: 40px;
}

.tracking-photos {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tracking-photos__item {
  margin-right: 40px;
  margin-botom: 40px;
}

.tracking-photos__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tracking-actions {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 115px;
}

.tracking-actions__item {
  margin-right: 65px;
}

.tracking-actions__item:last-child {
  margin-right: 0;
}

.cabinet {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.cabinet__left {
  margin-right: 238px;
  width: 132px;
}

.user-menu__item {
  margin-bottom: 16px;
}

.user-menu__item:last-child {
  margin-bottom: 0;
}

.user-menu__link {
  color: #3e3e41;
}

.user-menu__item--current .user-menu__link,
.user-menu__link:hover {
  color: #918680;
}

.user-sale {
  border-top: 1px solid #ebebeb;
  margin-top: 14px;
  padding-top: 10px;
  font-size: 13px;
  color: #3e3e41;
}

.cabinet h2 {
  margin-bottom: 50px;
  font-size: 41px;
}

.cabinet__right {
  width: calc(100% - 370px);
}

.user-form {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c8c8c8;
  width: 100%;
  max-width: 710px;
}

.user-form:nth-child(2) .user-form__item {
  margin-bottom: 0px;
}

.btn-sm-code {
  margin-top: 24px;
}

.user-form:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.user-form__item {
  margin-bottom: 24px;
}

.user-form__item.profile {
  margin-bottom: 20px;
}

.user-form__item::after {
  content: "";
  display: block;
  clear: both;
}

.user-form__item:last-child {
  margin-bottom: 0;
}

.user-form__label {
  display: block;
  line-height: 100%;
  margin-bottom: 10px;
  color: #2c3131;
}

.user-form__label.profile {
  margin-bottom: 8px;
  line-height: 130%;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.user-form__input {
  width: 100%;
}

.user-form__btn:hover {
  text-decoration: underline;
}

.user-form__item--btns .user-form__btn {
  float: right;
}

.cabinet__right .catalog-title {
  justify-content: space-between;
}

.expand-all {
  display: flex;
  align-items: center;
  line-height: 100%;
  color: #303030;
  font-family: "Vollkorn";
  position: relative;
}

.expand-all::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  flex: 14px 0 0;
  height: 14px;
  margin-right: 8px;
  background: #ffffff;
  border: 0.5px solid rgb(62 62 65 / 50%);
  border-radius: 4px;
  margin-top: -2px;
}

.expand-all::after {
  content: "\e905";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  flex: 16px 0 0;
  height: 16px;
  font-family: "icons";
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.3s;
  font-size: 0;
  opacity: 0;
  color: #fff;
  border-radius: 4px;
}

.expand-all.is-open::after {
  background: #c9af98;
  font-size: 6px;
  opacity: 1;
}

.history-list__item {
  margin-bottom: 25px;
}

.order-item {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
  position: relative;
}

.order-item::after{
  content: '';
  border-radius: 0px 0px 50px 0px;
  border: 1px solid #C8C8C8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 40px;
  z-index: -1;
}

.order-item__img img {
  border-radius: 8px;
}

.order-item__info{
  margin-left: 2vw;
  margin-top: -25px;
}

.order-category{
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
}

.order-name{
  font-size: 24px;
}

.order-item__size{
  margin-left: 3vw;
  color: #FFF;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background-color: #BDA999;
  border-radius: 50%;
  margin-right: 6vw;
}

.order-item__price{
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 150%;
  color: #BDA999;
}

.order-item__count{
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  border-radius: 10px;
  border: 0.5px solid #C8C8C8;
  padding: 7px 37px;
  margin-right: 5vw;
  line-height: 100%;
}

.history-list__item:last-child {
  margin-bottom: 0;
}

.history-list__history-data,
.ui-accordion.history-list__item
.ui-accordion-header.history-list__history-data {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 50px 20px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.history-data__wrap-data {
  width: 400px;
}

.history-data__data {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 110%;
}

.history-data__title {
  width: 140px;
  font-size: 26px;
  margin-right: 10px;
}

.history-data__date {
  color: #3e3e41;
}

.history-data__delivery {
  font-size: 13px;
  margin-top: 8px;
}

.history-data__numb {
  width: 60px;
  margin: 0 20px;
  font-size: 13px;
  color: #3e3e41;
  padding-top: 11px;
}

.history-data__price {
  font-size: 26px;
  color: #333333;
}

.history-data__closed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  line-height: 12px;
  background: #c9af98;
  border-radius: 5px;
  padding: 0 4px;
  font-size: 9px;
  color: #fff;
  float: right;
}

.history-list__history-data-all,
.history-list__history-data-all.ui-accordion-content {
  padding: 15px 50px 20px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.history-list__wrap-img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 400px;
}

.history-list__img {
  width: 60px;
  margin-right: 24px;
}

.history-list__link {
  font-size: 13px;
  color: #333333;
  padding-top: 11px;
}

.history-list__link:hover {
  text-decoration: underline;
}

.history-data__again {
  margin-top: 28px;
  font-family: "Vollkorn";
  color: #3e3e41 !important;
  display: block;
}

.history-list .ui-accordion .ui-accordion-header .ui-icon {
  right: auto;
  left: 0;
  top: 10px;
  color: #c9af98;
}

.wrap-catalog-list--favorite {
  width: 100%;
}

.wrap-catalog-list--favorite .catalog-list__item {
  width: calc(25% - 30px);
}

.wrap-catalog-list--favorite .catalog-list__item:nth-child(3n) {
  margin-right: 40px;
}

.wrap-catalog-list--favorite .catalog-list__item:nth-child(4n) {
  margin-right: 0;
}

.catalog-list__wrap-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.faq-list {
  margin-bottom: 50px;
}

.faq-list__item {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 91px 0 110px;
}

.faq-list .faq-list__item:first-child {
  margin-bottom: 73px;
}

.faq-list .faq-list__item:last-child .faq-list__img {
  margin-right: 178px;
  margin-top: 0px;
}

.faq-list__item:last-child {
  margin-bottom: 0;
}

.faq-list__item--reverse {
  flex-direction: row-reverse;
}

.faq-list__img {
  width: 220px;
  margin-right: 120px;
  position: relative;
}

.faq-list__img img {
  width: 220px;
  height: 290px;
  object-fit: cover;
  margin-top: -50px;
}

.faq-list__item--reverse .faq-list__img {
  margin: 0 0 0 145px;
}

.faq-list__img + .faq-list__content {
  width: calc(100% - 320px);
  max-width: 620px;
}

.faq-list__content h2 {
  font-size: 32px;
  line-height: 130%;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #c8c8c8;
}

.faq-list__content .faq-list__txt + h2 {
  margin-top: 58px;
}

.faq-list__txt {
  padding-left: 84px;
  padding-right: 0px;
  font-size: 16px;
  color: #222;
  font-family: "Roboto", sans-serif;
}

.faq-list__txt ul li {
  position: relative;
}

.faq-list__txt ul li {
  position: relative;
  padding-left: 22px;
}

.faq-list__txt ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #171717;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 8px;
}

.faq-list .img-lines__item {
  width: 25%;
  opacity: 0.1;
}

.faq-list__img--second-line .img-lines__item {
  left: 25%;
  opacity: 0.3;
}

.faq-list__img--third-line .img-lines__item {
  left: 50%;
  opacity: 0.5;
}

.faq-list__img--four-line .img-lines__item {
  left: 75%;
}

.wrap-contacts {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*margin-bottom: 100px;*/
}

.contacts {
  width: 540px;
  max-width: 100%;
  margin-right: 200px;
}

.contacts:nth-child(2n) {
  margin-right: 0;
}

.contacts__title {
  font-family: "Vollkorn";
  font-size: 41px;
  line-height: 120%;
  color: #3e3e41;
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 10px;
}

.contacts-list {
  padding-left: 100px;
  counter-reset: count;
}

.contacts-list__item {
  margin-bottom: 60px;
  position: relative;
}

.contacts-list__item::before {
  counter-increment: count;
  content: counter(count);
  font-family: "Vollkorn";
  font-size: 91px;
  line-height: 100%;
  color: #ebebeb;
  position: absolute;
  top: -30px;
  left: -75px;
  z-index: -1;
  min-width: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contacts-list__item:last-child {
  margin-bottom: 0;
}

.contacts-list__title {
  font-size: 13px;
  color: #3e3e41;
  margin-bottom: 4px;
}

.contacts-list__data {
  padding-left: 35px;
  font-size: 26px;
  margin-bottom: 20px;
  display: block;
  color: inherit;
}

.contacts-list__data:last-child {
  margin-bottom: 0;
}

.delivery {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.delivery__item:nth-child(3n) {
  width: 15.03125vw;
  margin: 0;
}

.delivery__item:nth-child(2) {
  margin-top: 0;
  width: 23.3854166667vw;
}

.delivery__item:nth-child(1) {
  width: 21vw;
  margin-right: 1.5vw;
}

.delivery__img {
  position: relative;
  width: 247px;
}

.delivery__img img{
  height: 325px;
  width: 247px;
}

.delivery__img .img-lines__item {
  width: 25%;
  opacity: 0.3;
}

.delivery__img--second .img-lines__item {
  left: 25%;
}

.delivery__img--four .img-lines__item {
  left: 75%;
}

.delivery__content {
  padding-left: 0px;
  margin-top: 24px;
}

.delivery-catalog .delivery__content {
  margin-top: 24px;
}

.faq-delivery{
  margin-top: 37px;
}

.faq-delivery__item{
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.faq-delivery__item.act .faq-description {
  display: block;
}

.faq-delivery__item .faq-title{
  font-size: 32px;
  color: #303030;
  line-height: 120%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-delivery__item .faq-title svg{
  margin-left: 12px;
  transition: all 0.7s ease;
}

.faq-delivery__item.act .faq-title svg{
  transform: rotateZ(180deg);
  transition: all 0.7s ease;
}

.faq-delivery__item .faq-description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #303030;
  margin-top: 18px;
  display: none;
}

.delivery__title {
  margin-bottom: 12px;
  color: #303030;
  font-size: 24px;
  white-space: nowrap;
  line-height: 120%;
}

.delivery__txt {
  color: #303030;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  width: 300px;
}

.wrap-delivery-data {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.delivery-data {
  width: 41%;
  max-width: 590px;
  margin-right: 150px;
}

.delivery-data:nth-child(2n) {
  margin-right: 0;
}

.delivery-data__title {
  font-family: "Vollkorn";
  font-size: 41px;
  line-height: 120%;
  color: #3e3e41;
  padding-left: 10px;
  padding-bottom: 15px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ffffff;
  max-width: 540px;
}

.delivery-data__info {
  font-size: 26px;
  line-height: 130%;
}

.delivery-page .delivery-data__info {
  line-height: 150%;
}

.delivery-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.delivery-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(255, 255, 255, 0.08);
  padding: 16px 32px;
  margin-right: 24px;
  margin-bottom: 12px;
}

.delivery-list + .delivery-data__title {
  margin-top: 50px;
}

.delivery-page {
  margin-bottom: 30px;
}

.page-title {
  position: relative;
  padding: 0px 10px;
}

.page-title h1 {
  font-size: 91px;
  line-height: 120%;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 83px;
  right: 125px;
  transform: translateY(-50%);
  z-index: 1;
}

.page-title__img {
  width: 100%;
  height: 220px;
  position: relative;
  margin-bottom: 100px;
}

.page-title__img.company.mobile,
.page-title__img.florists-baner.mobile {
  display: none;
}

.page-title__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about {
  text-align: center;
  margin: 0 auto 100px;
  color: #3e3e41;
}

.about.about-preview {
  margin: 0 auto 80px;
}

.about__title {
  max-width: 770px;
  margin: 0 auto 20px;
  line-height: 130%;
}

.about__big-title {
  max-width: 611px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 130%;
}

.about__big-title.florists-title {
  max-width: 779px;
}

.company-title{
  font-size: 48px;
  line-height: 150%;
  margin-bottom: 40px;
}

.company-subtitle{
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 32px;
}

.company-description{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.company-top{
  display: flex;
  padding-left: 10px;
}

.company-top__info{
  width: 370px;
  margin-right: 80px;
}

.company-item_title{
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #303030;
  max-width: 250px;
}

.company-item{
  width: 30%;
}

.company-top__img{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 450px);
}

.company-top__img .company-item img{
  height: 325px;
  width: 247px;
}

.company-bottom__text{
  width: 700px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 130%;
  color: #303030;
}

.company-bottom__text span{
  color: #6D2D8D;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}

.company-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.company-bottom__img,
.company-bottom__img img{
  width: 618px;
  height: 642px;
}

.wrap-pluses {
  margin-bottom: 155px;
}

.wrap-pluses h2 {
  padding-left: 0;
  font-size: 48px;
  line-height: 150%;
}

.about__img {
  width: 100%;
  height: 220px;
  margin-bottom: 100px;
}

.about__img.company.mobile {
  display: none;
}

.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.florists-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.florists-list_item {
  width: calc(50% - 20px);
  display: flex;
  margin-top: 30px;
}

.florists-list_item:first-child,
.florists-list_item:nth-child(2) {
  margin-top: 0px;
}

.florists-list_item-left {
  width: 53%;
}

.florists-list_item-left img {
  height: 100%;
  object-fit: cover;
}

.florists-list_item-right {
  width: 47%;
  padding: 32px 24px 21px 24px;
  border: 1px solid #c9af98;
  border-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.florists-list_item-right_status {
  font-family: "Vollkorn";
  font-size: 16px;
  text-align: center;
  color: #c9af98;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}

.florists-list_item-right_name {
  margin-top: 18px;
  text-align: center;
  font-family: "Vollkorn";
  font-size: 41px;
  font-weight: 400;
  line-height: 120%;
}

.florists-list_item-right_description {
  margin-top: 10px;
  color: #3e3e41;
  font-family: "El Messiri", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
}

.florists {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0px 100px;
}

.florists .slick-slide {
  margin: 0 20px;
  width: 380px;
  transition: all 0.3s linear;
}

.florists .slick-slide.slick-center {
  width: 600px;
}

.florists .slick-arrow {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #3e3e41;
}

.florists .slick-arrow.slick-prev {
  right: 55px;
  transform: rotate(180deg);
}

.florists__item {
  text-align: center;
  background: #ffffff;
  transition: all 0.3s;
  position: relative;
}

.florists__item:nth-child(1) {
  width: 360px;
}

.florists__item:nth-child(2) {
  width: 600px;
}

.florists__item:nth-child(3) {
  margin-right: 0;
  width: 400px;
}

.florists__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.florists__content {
  margin-top: 35px;
}

.florists__pos {
  text-align: center;
  color: #3e3e41;
}

.florists__title {
  font-family: "Vollkorn";
  font-size: 41px;
  line-height: 120%;
  text-align: center;
  margin-top: 5px;
}

.florists__txt {
  font-size: 13px;
  line-height: 130%;
  text-align: left;
  margin-top: 20px;
}

.opt {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  color: #3e3e41;
}

.opt__big-title {
  margin-top: 20px;
  font-size: 26px;
  line-height: 130%;
}

.opt .btn {
  max-width: 170px;
  margin: 32px auto 0;
}

.wrapper--page .wrap--gray {
  padding: 150px 0;
}

.prod {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.prod__item {
  width: 267px;
  max-width: 100%;
  background: #fff;
  margin-right: 82px;
  position: relative;
  z-index: 1;
}

.prod__item:nth-child(4n) {
  margin-right: 0;
}

.prod__item:nth-child(2) {
  margin-top: 385px;
  margin-right: 42px;
}

.prod__item:nth-child(3) {
  margin-top: 890px;
  margin-right: 122px;
}

.prod__item:nth-child(4) {
  margin-top: 1200px;
}

.prod__item:nth-child(5) {
  margin-left: 124px;
  margin-top: -550px;
}

.prod__item:nth-child(6) {
  margin-left: 824px;
  margin-top: 120px;
}

.prod__img {
  position: relative;
  width: 100%;
  height: 385px;
}

.prod__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prod__content {
  padding: 20px 10px;
  color: #000000;
  font-size: 26px;
  line-height: 130%;
  min-height: 142px;
  display: flex;
  align-items: center;
}

.prod__item--big {
  width: 700px;
  margin-right: 0;
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 0;
}

.prod__item--big .prod__img {
  height: 930px;
}

.prod__item--big-2 {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.blog {
  margin-top: 70px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.blog__item {
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(25% - 30px);
  background: #fff;
}

.blog__item:hover {
  box-shadow: 0px 4px 24px rgba(62, 62, 65, 0.08);
}

.blog__item:nth-child(4n) {
  margin-right: 0;
}

.blog__img {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  color: #c9c7c7;
  font-size: 44px;
  overflow: hidden;
}

.blog__img picture {
  width: 100%;
  height: 100%;
}

.blog__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__content {
  padding: 10px;
  min-height: 132px;
}

.blog__date {
  font-size: 13px;
  color: #3e3e41;
}

.blog__title {
  font-size: 16px;
  line-height: 130%;
  color: #171717;
  margin-top: 10px;
}

.locs__btn,
.header-actions__item--hidden-pc,
.catalog-btn {
  display: none;
}

.wrap-catalog-menu .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}

.hidden-pc {
  display: none;
}

.catalog-list .slick-arrow.slick-disabled {
  opacity: 0.6;
}

.catalog-list .slick-arrow.slick-disabled path{
  fill: #E5E5E5;
}

/* added */
.wrap-error {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.wrap-error a {
  width: 300px;
  margin: 0 auto;
}

.help-block {
  margin-top: 5px;
}

/*.has-error .help-block{
	color:#C9AF98;
}*/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.alert-success {
  color: #171717;
  background-color: #ebebeb;
}

.alert-danger {
  color: #171717;
  background-color: #ffcb45;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
}

.catalog-product-size-title {
  margin-bottom: 5px;
}

.catalog-product-size-price {
  margin-bottom: 50px;
}

.catalog-product-size-price span {
  font-weight: bold;
}

.catalog-product-size-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.catalog-product-size-list > button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #3e3e41;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "El Messiri", sans-serif;
  margin-bottom: 10px;
  cursor: pointer;
}

.catalog-product-size-list > button + button {
  margin-left: 10px;
}

.catalog-product-size-list > button.catalog-product-size-list-active,
.catalog-product-size-list > button:hover {
  background: #c9af98;
  border-color: #c9af98;
}

#added-to-cart .btn + .btn {
  margin-top: 10px;
}

#prepare-time {
  background: url(/front/img/clock.svg) no-repeat;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 24px;
}

.catalog-list-img__item {
  display: block !important;
}

.product-info a {
  color: #333;
}

.fancybox-content textarea {
  padding: 25px;
  height: 120px;
  width: 460px;
  border: 0.3px solid #898989;
  box-sizing: border-box;
  border-radius: 5px;
  background: transparent;
  margin-bottom: 20px;
  margin-top: 10px;
}

.basket-list__item .data-list__item .wrap-numbs {
  margin-top: 0;
}

.basket-list__item .data-list__item .wrap-numbs .numbs-title {
  margin-right: 10px;
}

.basket-list__item .data-list__item .numb__value {
  font-size: 16px;
  height: auto;
  margin: 0 5px;
}

/*.wrap-order-page*/
.has-error .help-block {
  font-size: 13px;
  color: #e25c5c;
  margin: 5px 0 0 0;
}

.step_3 .close-btn-order-list,
.step_4 .close-btn-order-list {
  display: none;
}

.step_4 .basket-list__actions,
.step_4 .numb .numb__btn {
  display: none;
}

.step_3 .form_promo_code,
.step_4 .form_promo_code {
  display: none;
}

.field-phone2 .iti,
.field-phone .iti {
  width: 100%;
}

.d-none {
  display: none !important;
}

#payment-form .order-form {
  margin-top: 50px;
}

#payment-form .order-form input {
  background: #ebebeb;
}

.cdacha_field-block {
  margin-bottom: 20px;
  font-size: 26px;
}

.cdacha_field-block #cdacha_field {
  height: 30px;
}

.wrap-after-nopading + .wrap {
  padding-top: 0;
}

.form-auth__btn + .form-auth__btn {
  margin-left: 20px;
}

.form-auth__link {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  text-decoration: underline;
  margin-bottom: 30px;
  display: block;
  color: #3e3e41;
}

.form-auth__link:hover {
  text-decoration: none;
}

.wrap-basket-list .total__price_promocode {
  padding: 40px 0;
}

.wrap-basket-list .basket-sum {
  padding: 0 0 16px 0;
}

.wrap-basket-list .basket-sum:last-child {
  padding-bottom: 0;
}

.input_promo_code {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  border-radius: unset;
  border-top: unset !important;
  border-left: unset !important;
  border-right: unset !important;
  padding: 0;
  height: auto;
  width: 300px;
  max-width: 100%;
}

.field-input_promo_code.has-success input {
  border: 1px solid #ffcb45;
  color: #ffcb45;
}

#checkout-form-total {
  padding-left: 0;
  font-size: 26px;
  margin-bottom: 30px;
}

#checkout-form-total s {
  font-size: 0.7em;
  margin-left: 10px;
  font-weight: 100;
  position: relative;
  top: -15px;
}

.popup__text {
  max-width: 100%;
  padding: 20px 0;
  font-size: 18px;
  line-height: 130%;
}

.after_start_popup .popup__text {
  text-align: center;
}

.after_start_popup .modal-title {
  text-align: center;
}

.see-more .catalog-list-slider .slick-track {
  margin-left: unset;
  margin-right: unset;
}

.orderform-shop_address_copy {
  margin-top: 10px;
  height: 40px;
  display: none !important;
}

.order-actions.top-stick {
  /*position: absolute;*/
  /*top: 400px;*/
}

#cart_checkout .basket-actions {
  display: none;
}
.wrap-socials h2 {
  font-family: Vollkorn;
  font-size: 41px;
  line-height: 120%;
}

.gold_title {
  color: #3e3e41;
  line-height: 120%;
  font-size: 40px;
}
.instagram_gall_wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-top: 60px;
}
.instagram_gall_wrap > .instagram_gall__item:nth-child(1),
.instagram_gall_wrap > .instagram_gall__item:nth-child(3) {
  flex-basis: 33.3%;
}
.instagram_gall_wrap > .instagram_gall__item:nth-child(2),
.instagram_gall_wrap > .instagram_gall__item:nth-child(4) {
  flex-basis: 16.6%;
  display: flex;
  flex-direction: column;
}
.instagram_gall_wrap > .instagram_gall__item:nth-child(2) > *,
.instagram_gall_wrap > .instagram_gall__item:nth-child(4) > * {
  flex-basis: 50%;
}
.instagram_gall_wrap > .instagram_gall__item > * {
  padding: 6px;
  display: block;
  width: 100%;
  height: 100%;
}
.instagram_gall_wrap > .instagram_gall__item:nth-child(1) > * {
  padding-left: 0;
}
.instagram_gall_wrap > .instagram_gall__item:nth-child(4) > * {
  padding-right: 0;
}
.instagram_gall_wrap > .instagram_gall__item > *:nth-child(1) {
  padding-top: 0;
}
.instagram_gall_wrap > .instagram_gall__item > *:last-child {
  padding-bottom: 0;
}
.instagram_gall_wrap > .instagram_gall__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram_gall_wrap > .instagram_gall__item > a {
  display: flex;
}
.instagram_gall_wrap > .instagram_gall__item > a > div {
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.instagram_gall_wrap > .instagram_gall__item > a i {
  width: 40px;
  height: 40px;
}
.instagram_gall_wrap > .instagram_gall__item > a > div div {
  font-size: 26px;
  color: #3e3e41;
  margin-top: 12px;
}
.wrap + footer {
  margin-top: 100px;
}

.opt-content__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
  padding-left: 10px;
}
.opt-content__img {
  width: 618px;
}
.opt-content__content {
  width: 700px;
}
.opt-content__content h2 {
  font-size: 40px;
  color: #171717;
  margin-bottom: 56px;
}
.opt-content__content p {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 28px;
  font-family: "Roboto", sans-serif;
  color: #222;
}
.opt-content__content p:last-child {
  margin-bottom: 0;
}

.opt-catalog {
  text-align: center;
  margin-bottom: 150px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.opt-catalog .main-text {
  margin-bottom: 20px;
  font-size: 16px;
  color: #3e3e41;
  font-weight: 400;
  line-height: 130%;
  font-family: "Playfair Display", serif;
}

.opt-catalog .btn {
  width: 234px;
  margin: 46px auto 0 auto;
}

.wrap--trand_tovar {
}
.wrap--trand_tovar .trand_tovar {
  width: calc(75% - 10px);
}
.wrap--trand_tovar .trand_tovar .catalog-list__link-category {
  margin-bottom: 0px;
}
.wrap--trand_tovar .trand_tovar .catalog-list__title,
.catalog-list--sale .catalog-list__title {
  color: #171717;
  font-family: Vollkorn;
  font-size: 16px;
  line-height: 130%;
}
.wrap--trand_tovar .trand_tovar .catalog-list__price {
}

.wrap--trand_tovar .sub-trand_tovar {
  width: 25%;
  padding: 48px 34px 0 29px;
}
.wrap--trand_tovar .sub-trand_tovar h2 {
  color: #171717;
  margin-bottom: 32px;
}
.wrap--trand_tovar .sub-trand_tovar p {
  color: #3e3e41;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 37px;
}
.wrap--trand_tovar .sub-trand_tovar a {
  max-width: 170px;
}

.wrap--category h2 {
  color: #303030;
  margin-bottom: 80px;
}
.wrap--category .content-category-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.wrap--category .content-category__item {
  width: calc(50% - 20px);
  display: flex;
  margin-bottom: 40px;
  /* flex-wrap: wrap; */
  min-height: 463px;
  /* height: 100%; */
  position: relative;
  overflow: hidden;
  border: 1px solid #c9af98;
  background-color: #fff;
  transition: 300ms;
}

.wrap--category .content-category__item .content-category__wrap-img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(50% + 20px);
}
.wrap--category .content-category__wrap-text {
  text-align: center;
  padding: 100px 24px 24px 24px;
  width: calc(50% - 20px);
}
.wrap--category .content-category__wrap-text .content-category__magazine {
  color: #c9af98;
  font-family: Vollkorn;
  font-size: 16px;
  font-style: italic;
  line-height: 130%;
  margin-bottom: 18px;
}
.wrap--category .content-category__wrap-text .content-category__title {
  color: #3e3e41;
  font-family: Vollkorn;
  font-size: 41px;
  line-height: 120%;
  margin-bottom: 25px;
}
.wrap--category .content-category__wrap-text p {
  color: #3e3e41;
  font-family: El Messiri;
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 36px;
}
.wrap--category .content-category__wrap-text .content-category__a {
  display: flex;
  align-items: center;
  color: #c9af98;
  font-family: Vollkorn;
  font-size: 16px;
  line-height: 130%;
  /* margin-right:4px; */
  justify-content: center;
}
.wrap--category .content-category__wrap-text .content-category__a::after {
  content: "\e900";
  display: block;
  font-family: "icons";
  /* font-size: 16px; */
  color: inherit;
  background: none;
  font-size: 6px;
  transform: rotate(-90deg);
  margin-left: 4px;
}
.wrap--category .content-category__item:hover {
  box-shadow: 0px 4px 24px 0px rgba(62, 62, 65, 0.08);
}
.wrap--category .content-category__item:hover {
  background-color: #c9af98;
}
.wrap--category
.content-category__item:hover
.content-category__wrap-text
.content-category__magazine,
.wrap--category
.content-category__item:hover
.content-category__wrap-text
.content-category__a {
  color: #3e3e41;
}
.wrap--category
.content-category__item:hover
.content-category__wrap-text
.content-category__title,
.wrap--category .content-category__item:hover .content-category__wrap-text p {
  color: #fffffe;
}
/*#basket .form_promo_code{
	display:none;
}*/
/* /added */

.img-wrap_header {
  display: flex;
}

.img-wrap_header img {
  width: 25%;
}

.faq-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.faq-left,
.faq-right {
  width: calc(50% - 20px);
}

.faq-item {
  margin-top: 48px;
}

.faq-left .faq-item:first-child,
.faq-right .faq-item:first-child {
  margin-top: 2px;
}

.faq-item__title {
  font-size: 32px;
  color: #3e3e41;
  line-height: 130%;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 24px;
  margin-bottom: 18px;
  padding-left: 10px;
}

.faq-item__content {
  font-size: 16px;
  color: #222;
  font-family: "Roboto", sans-serif;
  width: 620px;
  max-width: 100%;
  padding-left: 10px;
}

.faq-item__content ul {
  list-style-type: disc;
}

.faq-item__content ul li {
  list-style-position: outside;
  margin-left: 25px;
}

@media only screen and (max-width: 992px) {
  .company-top{
    flex-wrap: wrap;
  }
  .company-top__info,
  .company-top__img{
    width: 100%;
  }
  .company-top__img{
    margin-top: 20px;
  }

  .company-bottom{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .company-bottom__img,
  .company-bottom__text{
    width: 100% !important;
  }

  .company-bottom__img{
    margin-top: 32px;
  }
  .faq-content {
    flex-wrap: wrap;
  }
  .faq-left,
  .faq-right {
    width: 100%;
  }
  .faq-item {
    margin-top: 32px;
  }
  .faq-item__title {
    font-size: 24px;
  }
}

.faq-content_first {
  display: flex;
  padding-left: 123px;
}

.faq-content h3 {
  font-size: 41px;
  font-weight: 400;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
  margin-bottom: 23px;
}

.faq-content_first-text,
.faq-content_second-text,
.faq-content_fourth-left_first,
.faq-content_fourth-left_second,
.faq-content_fifth-right_first,
.faq-content_fifth-right_second {
  width: 617px;
}

.wrap.faq {
  padding-bottom: 50px;
}

.faq-content_first-img {
  margin-left: 123px;
}

.faq-content .description-text {
  padding-left: 84px;
}

.faq-content_second {
  display: flex;
  justify-content: flex-end;
  padding-right: 83px;
  margin-top: 100px;
}

.faq-content_second-img {
  margin-right: 170px;
}

.faq-content_third {
  width: 100%;
  margin-top: 100px;
  padding: 0 83px 0 123px;
}

.faq-content_fourth {
  margin-top: 100px;
  padding-left: 123px;
  display: flex;
  align-items: center;
}

.faq-content_fourth-right {
  margin-left: 123px;
}

.faq-content_fourth-left_second,
.faq-content_fifth-right_second {
  margin-top: 50px;
}

.faq-content_fifth {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 83px;
}

.faq-content_fifth-left {
  margin-right: 170px;
}

.faq-content_sixth {
  width: 100%;
  padding: 0 83px 0 123px;
  margin-top: 100px;
}

.description-text ul {
  list-style-type: disc;
}

.description-text li {
  margin-left: 25px;
  list-style-position: outside;
}

/* End Body */
/* Start Media */

@media only screen and (max-width: 1600px) {
  .delivery__item:nth-child(3n){
    width: 30.03125vw;
  }

  .delivery__txt{
    width: 230px;
  }
}

@media only screen and (max-width: 1500px) {
  .florists-list_item-right {
    border-left: 1px solid #c9af98;
  }
}

@media only screen and (max-width: 1400px) {
  .company-top__img{
    align-items: center;
  }
  .company-top__img .company-item img {
    height: auto;
    width: 147px;
  }
  .company-bottom__img{
    width: 40%;
    height: auto;
  }
  .company-bottom__text{
    width: 50%;
  }
  .company-bottom__img img{
    width: 100%;
    height: auto;
  }
  .main-content p{
    width: 100%;
  }
  .main-content h1{
    font-size: 45px;
  }
  .header-actions {
    margin-left: 20px;
  }
  .site-logo {
    margin-right: 0px;
  }
  .middle-header {
    justify-content: space-between;
  }
  .sub-main-img {
    width: calc(49% - 40px);
  }

  .sub-main {
    width: calc(51% - 40px);
  }

  .catalog-list__data {
    height: auto;
  }

  .how-work__img {
    width: 500px;
    max-height: 500px;
  }

  .how-work__content {
    width: calc(100% - 500px);
  }

  .order-map,
  .tracking-map {
    max-height: 500px;
  }

  .contacts {
    width: calc(50% - 50px);
    margin-right: 100px;
  }

  .florists .slick-slide {
    width: 350px;
  }

  .florists .slick-slide.slick-center {
    max-width: 450px;
  }

  .prod__item {
    margin-right: 40px;
  }

  .prod__item:nth-child(2) {
    margin-right: 20px;
  }

  .prod__item:nth-child(3) {
    margin-right: 78px;
  }

  .prod__item--big {
    margin-right: 0;
  }

  .order-page .wrap-basket-list + .order-page__content {
    width: 50%;
  }

  .order-form {
    width: auto;
  }

  .product__img {
    width: calc(50% - 40px);
  }

  .product__content {
    width: calc(50% - 40px);
  }

  .goods-slider__link {
    max-height: 600px;
  }

  .catalog-list-slider {
    margin: 0;
  }

  .tracking-photos__item {
    width: calc(50% - 20px);
  }

  .tracking-photos__item:nth-child(2n) {
    margin-right: 0;
  }
  .opt-content__content {
    padding: 0 20px 0 0;
  }
}

@media only screen and (max-width: 1340px) {
  .wrap-top-header {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .suitable-flower_content-center {
    width: 330px;
  }
}

@media only screen and (max-width: 1220px) {
  .question__content-text p {
    width: 300px;
  }
  .question__img {
    width: 50%;
  }
  .wrap--trand_tovar .trand_tovar .catalog-list__item {
    width: calc(50% - 20px);
  }
  .wrap--trand_tovar .trand_tovar .catalog-list__item:nth-child(3) {
    display: none;
  }
  .wrap--trand_tovar .trand_tovar .catalog-list__item:nth-child(2) {
    margin-right: 0;
  }
  .wrap--trand_tovar .trand_tovar {
    width: calc(100% - 340px);
  }
  .wrap--trand_tovar .sub-trand_tovar {
    width: 340px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap.faq {
    padding-bottom: 0px;
  }
  .faq-content_first-img,
  .faq-content_second-img,
  .faq-content_fourth-right,
  .faq-content_fifth-left {
    display: none;
  }
  .faq-content_first-text,
  .faq-content_second-text,
  .faq-content_fourth-left_first,
  .faq-content_fourth-left_second,
  .faq-content_fifth-right_first,
  .faq-content_fifth-right_second {
    width: 100%;
  }
  .faq-content_first,
  .faq-content_second,
  .faq-content_third,
  .faq-content_fourth,
  .faq-content_fifth,
  .faq-content_sixth {
    padding: 0px;
    margin-top: 25px;
    justify-content: flex-start;
    width: 100%;
  }

  .faq-content h3 {
    font-size: 26px;
    margin-bottom: 28px;
    font-family: "El Messiri", sans-serif;
  }

  .faq-content .description-text {
    padding-left: 30px;
  }

  .faq-content_fourth-left_second,
  .faq-content_fifth-right_second {
    margin-top: 25px;
  }

  .faq-content {
    margin-top: 34px;
  }

  body {
    font-size: 14px;
  }

  h2 {
    font-size: 42px;
  }

  .main-content h1,
  .page-title h1 {
    font-size: 62px;
  }

  .main-imgs__item--big {
    margin-left: 20px;
    max-width: calc(60% - 20px);
  }

  .main-imgs__item--big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-content {
    top: 100px;
    width: 38%;
  }

  .sub-main-img {
    width: calc(50% - 20px);
    margin-right: 20px;
  }

  .sub-main {
    width: 50%;
  }

  .sub-main h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .content-category-items h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .content-category__wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .how-work__img {
    width: 400px;
    height: 400px;
  }

  .how-work__content {
    width: calc(100% - 400px);
    max-width: calc(100% - 400px);
  }

  .how-work__content {
    padding: 40px;
  }

  .how-work__content h2 {
    font-size: 42px;
  }

  .how-work__content h3 {
    font-size: 32px;
  }

  .how-work-btns {
    left: 60px;
    width: calc(100% - 520px);
  }

  .how-work-dots li button,
  .tracking-list__item {
    font-size: 21px;
  }

  .about__big-title,
  .delivery__title,
  .tracking-photos-title {
    font-size: 21px;
    line-height: 120%;
  }

  .faq-list__content h2,
  .wrap-see-more h2 {
    font-size: 32px;
  }

  .socials__left {
    width: calc(45% - 20px);
  }

  .socials__right {
    width: calc(55% - 20px);
  }

  .blog__item {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(25% - 15px);
  }

  .blog__img {
    max-height: 300px;
  }

  .blog__content {
    min-height: 80px;
  }

  .wrapper--page h1,
  .catalog-title h1 {
    font-size: 48px;
  }

  .catalog-title h1 {
    min-width: 330px;
    margin-right: 40px;
  }

  .cabinet h2 {
    font-size: 36px;
  }

  .catalog-list__item {
    width: calc(33.3333% - 13.4px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .contacts__title,
  .delivery-data__title {
    font-size: 32px;
  }

  .contacts-list__data,
  .delivery-data__info {
    font-size: 21px;
  }

  .wrap-catalog-list--favorite .catalog-list__item:nth-child(3n) {
    margin-right: 20px;
  }

  .wrap-catalog-list--favorite .catalog-list__item:nth-child(4n) {
    margin-right: 0;
  }

  .wrap-catalog-list--favorite .catalog-list__item {
    width: calc(25% - 15px);
  }

  .prod__item,
  .prod__item:nth-child(3) {
    margin-right: 20px;
  }

  .prod__item {
    max-width: 254px;
  }

  .prod__item--big {
    margin-right: 0;
    max-width: 100%;
  }

  .prod__content {
    font-size: 21px;
    min-height: 100px;
  }

  .order-page .wrap-basket-list {
    margin-right: 20px;
    padding: 100px 20px 30px 0;
  }

  .close-btn-order-list {
    top: 30px;
  }

  .order-page h2 {
    font-size: 32px;
  }

  .points__point {
    margin-right: 40px;
    width: calc(50% - 20px);
  }

  .point__title,
  .point-list__txt,
  .order-info {
    font-size: 21px;
  }

  .point-list__txt::before {
    top: 4px;
  }

  .point-list__txt::after {
    top: 8px;
  }

  .order-page--reverse .wrap-basket-list {
    padding: 0 0 50px 0;
    margin-right: 0;
    margin-left: 20px;
    width: calc(50% - 20px);
  }

  .basket-list__price {
    white-space: nowrap;
  }

  .form-address__items {
    padding-right: 20px;
    width: calc(100% - 200px);
  }

  .form-address__checks {
    width: 200px;
    padding-left: 20px;
  }

  .order-success__img {
    width: calc(50% - 20px);
  }

  .img-lines__item {
    width: 25%;
  }

  .img-lines__item:nth-child(2) {
    left: 25%;
  }

  .img-lines__item:nth-child(3) {
    left: 50%;
  }

  .img-lines__item:nth-child(4) {
    left: 75%;
  }

  .order-success__content {
    width: 50%;
    padding-top: 100px;
  }

  .product__img {
    margin-right: 20px;
    width: calc(50% - 20px);
  }

  .product__content {
    width: 50%;
  }

  .thumbs-slider {
    margin: 15px -10px 0;
  }

  .thumbs-slider .slick-slide {
    margin: 0 10px;
  }

  .thumbs-slider .slick-slide,
  .thumbs-slider .slick-slide div {
    max-height: 110px;
  }

  .product-category,
  .product-content {
    padding-left: 40px;
  }

  .tabs.ui-tabs .ui-tabs-nav li,
  .tabs-menu__item {
    margin-right: 40px;
  }

  .catalog-list-slider {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  .catalog-list-slider .slick-slide {
    margin: 0 10px;
  }

  .tracking-photos__item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .tracking-list {
    padding-left: 40px;
  }

  .tracking-actions {
    padding-left: 70px;
  }

  .catalog-sub-menu__title {
    font-size: 28px;
  }

  .modal-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .modal .one-click {
    margin-top: 20px;
  }

  .one-click__item,
  .form-auth__item,
  .search-form__item {
    margin-bottom: 20px;
  }

  .custom-modal-title span {
    font-size: 32px;
  }

  .cdacha_field-block {
    font-size: 21px;
  }

  .wrap--category .content-category__item {
    display: block;
    min-height: unset;
  }

  .wrap--category .content-category__item .content-category__wrap-img {
    width: 100%;
    overflow: hidden;
    /* position: relative; */
  }
  .wrap--category .content-category__item .content-category__wrap-img::before {
    content: "";
    padding-top: 100%;
    float: left;
  }
  .wrap--category .content-category__item .content-category__wrap-text {
    width: 100%;
    padding: 24px;
  }
}

@media only screen and (max-width: 1100px) {
  .wrap--catalog-img.delivery{
    padding-bottom: 54px;
  }
  .wrap-bottom-header.product-page {
    border-top: 1px solid #c9af98;
    border-bottom: 1px solid #c9af98;
    margin-bottom: 32px;
  }
  .catalog .wrap-left-menu .left-menu__link {
    padding-right: 0px;
  }
  .order-actions.top-stick {
    position: relative;
    top: 0;
  }
  .ui-accordion .ui-accordion-header {
    line-height: 130%;
  }
  .florists-list_item-left img {
    width: 100%;
  }
  .about__big-title.florists-title {
    max-width: 320px;
  }
  .about__img.company {
    display: none;
  }
  .about__img.company.mobile {
    display: block;
  }
  .page-title__img.company,
  .page-title__img.florists-baner {
    display: none;
  }
  .page-title__img.company.mobile,
  .page-title__img.florists-baner.mobile {
    display: block;
  }

  .florists-list_item {
    flex-wrap: wrap;
  }

  .florists-list_item-right {
    justify-content: flex-start;
    height: calc(100% - 500px);
  }

  .florists-list_item-left,
  .florists-list_item-right {
    width: 100%;
  }

  .florists-list_item-left {
    height: 500px;
  }

  .florists-list_item-right {
    border-top: 0px;
    padding: 24px 19px;
  }

  .florists-list {
    padding-bottom: 0px;
  }

  .florists-list_item-right_description {
    text-align: center;
  }

  .florists-list_item-right_name {
    margin-top: 12px;
  }

  body {
    font-size: 16px;
  }

  body.modal-expanded,
  body.modal-expanded-sort {
    overflow: hidden;
  }

  .wrap {
    padding: 50px 0;
  }

  .header-actions__item--hidden-pc {
    display: block;
  }

  .header-btn:hover i {
    color: inherit;
  }

  .header-actions__item--hidden-pc.is-open .header-btn i {
    transition: all 0.3s;
  }

  .header-actions__item--hidden-pc.is-open .header-btn i.icon-menu::before {
    content: "\e906";
  }

  .wrap-menu,
  .wrap-catalog-menu {
    position: fixed;
    top: 112px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background: #ffffff;
    text-align: center;
    transition: all 0.3s;
    transform: translate3d(0, 150%, 0);
  }

  .wrap-catalog-menu {
    top: 0;
  }

  .wrap-menu.is-open,
  .wrap-catalog-menu.is-open {
    transform: translate3d(0, 0%, 0);
  }

  .menu {
    display: block;
  }

  .title {
    margin-bottom: 20px;
  }

  .menu::before {
    content: "Меню";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    font-size: 16px;
    background: #BDA999;
    margin-bottom: 20px;
    color: #fff;
  }

  .menu__item,
  .menu__item:first-child {
    padding-bottom: 10px;
    margin: 0 20px 10px 20px;
    border-bottom: 1px solid #ebebeb;
    width: calc(100% - 40px);
  }

  .header-actions__item {
    font-size: 16px;
  }

  .wrap-catalog-menu .close-btn {
    display: block;
  }

  .catalog-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 3px 0;
  }

  .catalog-menu {
    display: block;
    text-align: left;
    overflow: auto;
    height: calc(100vh - 100px);
  }

  .wrap-catalog-menu::before {
    content: "Каталог";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    font-size: 26px;
    background: #BDA999;
    margin-bottom: 20px;
  }

  .catalog-menu__item {
    padding: 0 30px 0 30px;
    margin: 0 0 20px 0;
  }

  .wrap-middle-header {
    padding: 10px 0;
  }

  .wrap--main {
    padding-top: 0;
  }

  .main-content {
    top: 40px;
  }

  .main-content h1,
  .page-title h1 {
    font-size: 32px;
  }

  .page-title.faq-title h1 {
    font-size: 41px !important;
  }

  .main-content p {
    font-size: 13px;
  }

  .main-content .btn {
    margin-top: 35px;
  }

  .main-imgs .img-lines__item {
    width: 20%;
  }

  .img-lines__item:nth-child(2) {
    left: 20%;
  }

  .img-lines__item:nth-child(3) {
    left: 40%;
  }

  .img-lines__item:nth-child(4) {
    left: 60%;
  }

  .catalog-wrap-sub-menu {
    position: static;
    box-shadow: none;
    display: block;
    transition: none;
  }

  .catalog-menu__item--sub-menu .catalog-menu__link::after {
    display: none;
  }

  .catalog-sub-menu__title {
    font-size: 21px;
    margin: 20px 0 10px 0;
  }

  .ui-accordion .catalog-wrap-sub-menu.ui-accordion-content {
    overflow: hidden;
  }

  .catalog-sub-menu {
    margin: 0 40px 20px 0;
  }

  h2 {
    font-size: 41px;
  }

  .sub-main h2,
  .content-category-items h2,
  .how-work__content h2 {
    font-size: 41px;
  }

  .catalog-list__title {
    font-size: 16px;
  }

  .catalog-list-data-actions {
    opacity: 1;
    bottom: 15px;
  }

  .catalog-list-actions {
    opacity: 1;
  }

  .content-category-items h2 {
    margin-bottom: 20px;
  }

  .how-work__content h3 {
    font-size: 26px;
  }

  .title__link {
    margin-top: 20px;
  }

  .catalog-list--sale .catalog-list__item:nth-child(1) {
    width: calc(27.75% - 20px);
  }

  .catalog-list--sale .catalog-list__item:nth-child(2) {
    width: calc(44.4% - 20px);
  }

  .catalog-list--sale .catalog-list__item:nth-child(3) {
    width: calc(30.55% - 30px);
  }

  .main-imgs--catalog .img-lines__item {
    width: 25%;
  }

  .catalog-title {
    margin-bottom: 32px;
  }

  .wrapper--page h1,
  .catalog-title h1 {
    font-size: 40px;
  }

  .catalog-title h1 {
    min-width: 250px;
    margin-right: 20px;
  }

  .left-sidebar {
    width: 250px;
    margin-right: 20px;
    padding: 10px 10px 0 0;
  }

  .wrap-catalog-list {
    width: calc(100% - 270px);
  }

  .sort-actions__item {
    margin-right: 20px;
  }

  .sort__title {
    margin-right: 15px;
  }

  .wrap-bread {
    margin: 30px 0;
  }

  .wrap-see-more h2 {
    font-size: 32px;
  }

  .custom-modal--basket {
    height: calc(100vh - 118px);
    padding: 20px 100px 20px 20px;
  }

  .custom-modal-title {
    margin-bottom: 20px;
  }

  .page-title h1 {
    left: 40px;
    right: 40px;
  }

  .page-title__img {
    height: 250px;
    margin-bottom: 30px;
  }

  .about__big-title.company {
    line-height: 130% !important;
  }

  .about,
  .about.about-preview {
    margin-bottom: 50px;
  }

  .faq-list .faq-list__item:first-child {
    margin-bottom: 32px;
  }

  .about__title {
    font-size: 13px;
  }

  .about__big-title,
  .delivery__title,
  .tracking-photos-title {
    font-size: 16px;
  }

  .delivery__content {
    padding-left: 0px;
  }

  .delivery__title,
  .delivery-catalog .delivery__title {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .about__img {
    height: 250px;
    margin-bottom: 50px;
  }

  .faq-list__item {
    margin-bottom: 50px;
    padding: 0;
  }

  .faq-list__content h2 {
    font-size: 26px;
  }

  .faq-list__txt {
    padding-left: 40px;
  }

  .question__wrap-content h2 {
    font-size: 40px;
  }

  .how-work__content {
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .socials__left a {
    font-size: 18px;
  }

  .cabinet__left {
    margin-right: 20px;
  }

  .cabinet__right {
    width: calc(100% - 150px);
  }

  .cabinet h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .expand-all {
    margin-left: 20px;
    white-space: nowrap;
  }

  .order-map,
  .tracking-map {
    max-height: 400px;
    margin-bottom: 50px;
  }

  .contacts-list {
    padding-left: 40px;
  }

  .contacts__title,
  .delivery-data__title {
    font-size: 26px;
  }

  .contacts-list__data,
  .delivery-data__info {
    font-size: 16px;
  }

  .delivery-data__title {
    font-size: 41px;
  }

  .wrap-catalog-list--favorite {
    width: 100%;
  }

  .florists .slick-slide {
    margin: 0 10px;
  }

  .wrapper--page .wrap--gray {
    padding: 50px 0;
  }

  .prod .img-lines__item:nth-child(2) {
    left: 25%;
  }

  .prod .img-lines__item:nth-child(3) {
    left: 50%;
  }

  .prod .img-lines__item:nth-child(4) {
    left: 75%;
  }

  .prod {
    align-items: stretch;
  }

  .prod__item--big {
    display: none;
  }

  .prod__item {
    margin-bottom: 20px;
    width: calc(33.3333% - 13.4px);
    max-width: 100%;
  }

  .prod__item:nth-child(2),
  .prod__item:nth-child(3),
  .prod__item:nth-child(4),
  .prod__item:nth-child(5),
  .prod__item:nth-child(6) {
    margin-top: 0;
    margin-left: 0;
  }

  .prod__item:nth-child(4) {
    margin-right: 20px;
  }

  .prod__item:nth-child(3n) {
    margin-right: 0;
  }

  .prod__img {
    height: 320px;
  }

  .prod__content {
    font-size: 26px;
    min-height: auto;
    height: calc(100% - 320px);
  }

  .order-page {
    display: block;
  }

  .order-page .wrap-basket-list {
    width: 100%;
    margin-bottom: 50px;
  }

  .order-page .wrap-basket-list + .order-page__content {
    width: 100%;
  }

  .order-page .wrap-basket-list + .order-page__content h2 {
    padding-top: 0;
  }

  .order-page h2 {
    font-size: 26px;
  }

  .point__title,
  .point-list__txt,
  .order-info {
    font-size: 26px;
  }

  .point-list__txt {
    font-size: 16px;
  }

  .point-list__txt::before {
    top: 2px;
  }

  .point-list__txt::after {
    top: 6px;
  }

  .order-page--reverse .wrap-basket-list {
    margin-left: 0;
  }

  .order-page .order-page__content > p {
    margin-top: 20px;
  }

  .form-address {
    margin-top: 20px;
    display: block;
  }

  .form-address__items {
    width: 100%;
    padding-right: 0;
  }

  .form-address__checks {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .form-address__checks::before {
    display: none;
  }

  .checks-address__item {
    margin-bottom: 0;
    margin-right: 32px;
  }

  .order-info {
    margin-top: 15px;
    font-size: 16px;
  }

  .order-success .img-lines__item:nth-child(2) {
    left: 25%;
  }

  .order-success .img-lines__item:nth-child(3) {
    left: 50%;
  }

  .order-success .img-lines__item:nth-child(4) {
    left: 75%;
  }

  .tracking {
    margin-top: 30px;
  }

  .tracking-list {
    padding-left: 0;
    border-spacing: 10px;
  }

  .tracking-list__item {
    font-size: 16px;
  }

  .tracking-photos-title {
    padding-left: 10px;
  }

  .tracking-actions {
    padding-left: 0;
    margin-top: 20px;
  }

  .tracking-actions__item {
    margin-right: 20px;
  }

  .catalog {
    display: block;
  }

  .left-sidebar {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .left-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .left-menu__item {
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 18px;
    border-right: 1px solid #ebebeb;
  }

  .left-menu__item:last-child {
    border: 0;
  }

  .ui-accordion .ui-accordion-header.left-menu__link .ui-icon {
    display: none;
  }

  .wrap-filters {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background: #fff;
    transition: all 0.3s;
    transform: translate3d(0, 100%, 0);
  }

  .wrap-filters.is-open {
    transform: translate3d(0, 0%, 0);
  }

  .filter-title {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #3e3e41;
    background: #E5E5E5;
    margin-bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .wrap-filters .close-btn.hidden-pc {
    display: flex;
    position: absolute;
    right: 30px;
    top: 30px;
  }

  .filters {
    padding: 20px 48px 48px 30px;
    height: calc(100% - 80px);
    overflow: auto;
  }

  .filters-list--colors .filters-list__item {
    margin: 0 20px 20px 0;
  }

  .sort-actions__item.hidden-pc {
    display: block;
  }

  .filters-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
  }

  .filters-btn i {
    margin-left: 10px;
    font-size: 6px;
  }

  .sort-actions {
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .sort-actions__item {
    font-family: "Roboto", sans-serif;
  }

  .wrap-catalog-list {
    width: 100%;
  }

  .sort__title {
    display: none;
  }

  .sort .ui-selectmenu-text {
    font-size: 16px;
    margin-right: 5px;
  }

  .sort .ui-selectmenu-icon.ui-icon::after {
    font-size: 6px;
  }

  .sort-actions__item:last-child {
    display: none;
  }

  .sort-actions__item {
    margin-right: 0;
    margin-left: 20px;
  }

  .sort-actions__item:first-child {
    margin-left: 0;
  }

  .wrapper--catalog ~ .ui-selectmenu-menu {
    position: fixed;
    top: auto !important;
    left: 0 !important;
    bottom: 0;
    display: block;
    width: 100%;
    background: #fff;
    transform: translate3d(0, 100%, 0);
    transition: all 0.3s;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
  }

  .wrapper--catalog ~ .ui-selectmenu-menu.ui-selectmenu-open {
    transform: translate3d(0, 0%, 0);
  }

  .modal-expanded-sort .overflow-bg {
    display: block;
  }

  .ui-selectmenu-menu #sorting-menu.ui-widget.ui-widget-content {
    border: 0;
    padding: 0 20px 20px 20px;
  }

  #sorting-menu.ui-menu .ui-menu-item-wrapper {
    padding: 10px 0;
  }

  #sorting-menu.ui-menu .ui-state-active::after,
  #sorting-menu.ui-menu .ui-widget-content .ui-state-active::after {
    content: "\e905";
    font-family: "icons";
    font-size: 10px;
    color: #6D2D8D;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .sort-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
  }

  .sort-title__btn {
    font-size: 12px;
  }

  .catalog-title .search-catalog {
    display: none;
  }
  /*
    .catalog-title .search-catalog {
      width: 100%;
      margin: 0;
      padding: 12px 16px 10px 41px;
    }
  */
  .wrap--catalog-img {
    padding-top: 0px;
    padding-bottom: 105px;
  }

  .content-category-items {
    justify-content: flex-start;
    overflow: auto !important;
  }

  .cdacha_field-block {
    font-size: 16px;
  }

  .question-content__txt.question-content__toptxt,
  .question-content__item:nth-child(2n) p {
    font-size: 13px;
  }
  .instagram_gall_wrap > .instagram_gall__item > a > div div {
    font-size: 16px;
  }
  .opt-content__img {
    width: 30%;
  }
  .opt-content__img img {
    object-fit: cover;
  }
  .opt-content__content {
    width: 70%;
  }
}

@media only screen and (max-width: 1000px) {
  .top-header {
    padding: 0 20px;
  }
  .top-baner .content {
    bottom: 0px;
    left: 20px;
    top: 24px;
    padding: 0;
  }
  .home-notice {
    margin-top: 100px;
  }
  .suitable-flower_content-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-notice .content {
    flex-direction: column-reverse;
  }
  .home-notice_left {
    margin-top: 32px;
    width: 100%;
  }
  .home-notice_right {
    margin: 0;
    width: 100%;
  }
  .suitable-flower_content-left,
  .suitable-flower_content-center,
  .suitable-flower_content-right {
    display: none;
  }
  .catalog-category {
    margin-top: 100px;
  }
  .catalog-category_wrap {
    margin-top: 13px;
  }
  .catalog-category_wrap-item {
    margin-top: 20px;
    width: 100%;
  }
  .products-slider {
    margin-top: 100px;
  }

  .products-slider_wrap-item {
    flex-wrap: wrap;
  }
  .products-slider_wrap-item_img {
    margin: 39px auto 0 auto;
  }

  .products-slider_wrap-item_content-title {
    margin-left: 0;
  }
  .products-slider_wrap-item_content h2 {
    margin-top: 24px;
    margin-right: 0px;
    line-height: 120%;
  }
  .products-slider_wrap-item_content-description {
    margin-left: 0;
    margin-top: 40px;
  }
  .products-slider_wrap-item_content-params {
    margin-left: 0;
    margin-top: 32px;
  }
  .suitable-flower {
    margin-top: 100px;
  }
  .suitable-flower_content {
    flex-wrap: wrap;
  }
  .suitable-flower_content {
    margin-top: 32px;
  }
  .products-slider_wrap-item_content-cart {
    margin-left: 0;
    margin-top: 50px;
  }
  .top-baner_content {
    margin-left: 0;
    width: 100%;
  }
  .home-header.wrap-header {
    position: relative;
  }
  .top-header_info {
    display: none;
  }
  .locs-list__title > i,
  .phone-link > i,
  .locs__btn > i {
    color: #fff;
  }

  .no-home .locs-list__title > i,
  .no-home .phone-link > i,
  .no-home .locs__btn > i {
    color: #6D2D8D;
  }

  .header-btn__numbs{
    background: #C8C8C8;
  }

  .wrap--trand_tovar .sub-trand_tovar {
    padding-top: 20px;
  }
  .wrap--main .main-imgs__item:not(.main-imgs__item--big) {
    display: none;
  }

  .top-header {
    justify-content: flex-end;
  }

  .wrap-top-header {
    padding: 12px 12px 13px 0;
    background: #BDA999;
  }

  .sub-main-img {
    display: none;
  }

  .sub-main {
    width: 100%;
  }

  .catalog-list-img__item {
    max-height: 380px;
  }

  .content--category {
    /* justify-content: flex-start; */
    /* padding-left: 20px; */
    /* padding-right: 0; */
  }

  .content-category__btn {
    bottom: 12px;
    right: 12px;
    left: 12px;
    padding: 0 12px;
  }

  .goods-slider__link {
    max-height: 400px;
  }

  .thumbs-slider .slick-slide,
  .thumbs-slider .slick-slide div {
    max-height: 70px;
  }

  .numbs-title {
    margin-right: 20px;
  }

  .delivery__item {
    width: calc(33.3333% - 13.4px);
    margin-right: 20px;
  }

  .delivery__item:nth-child(3n) {
    margin-right: 0;
  }

  .faq-list__img {
    margin-right: 40px;
  }

  .faq-list__item--reverse .faq-list__img {
    margin-left: 40px;
  }

  .faq-list__img + .faq-list__content {
    width: calc(100% - 240px);
  }

  .question-content {
    display: block;
  }

  .question-content__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .question-content__item:nth-child(2n) {
    width: 100%;
    margin-top: 31px;
  }

  .form-wa__item {
    margin-bottom: 20px;
  }

  .socials__left {
    display: none;
  }

  .socials__right {
    width: 100%;
  }

  .blog {
    margin-top: 30px;
  }

  .blog__item {
    width: calc(50% - 10px);
  }

  .blog__item:nth-child(2n) {
    margin-right: 0;
  }

  .cabinet {
    display: block;
  }

  .cabinet__left {
    width: 100%;
    margin-right: 0;
  }

  .cabinet__right {
    width: 100%;
    margin-top: 30px;
  }

  .user-sale {
    display: none;
  }

  .cabinet .catalog-title .search-catalog {
    display: block;
  }

  .delivery-data {
    margin-right: 4%;
    width: 48%;
  }

  .delivery-list__item {
    padding: 16px 24px;
    margin-right: 7px;
    margin-bottom: 17px;
  }

  .wrap-catalog-list--favorite .catalog-list__item {
    width: calc(33.3333% - 13.4px);
  }

  .wrap-catalog-list--favorite .catalog-list__item:nth-child(4n) {
    margin-right: 20px;
  }

  .wrap-catalog-list--favorite .catalog-list__item:nth-child(3n) {
    margin-right: 0;
  }

  .wrap-top-footer {
    display: block;
  }

  .wrap-top-footer .left-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wrap-top-footer .left-footer .hr-footer {
    width: 1px;
    height: 60px;
    margin-top: 0;
  }

  .footer-copy > div {
    display: block;

    text-align: center;
  }
  .instagram_gall_wrap > .instagram_gall__item:nth-child(4) {
    display: none;
  }
  .instagram_gall_wrap > .instagram_gall__item:nth-child(1),
  .instagram_gall_wrap > .instagram_gall__item:nth-child(3) {
    flex-basis: 40%;
  }
  .instagram_gall_wrap > .instagram_gall__item:nth-child(2),
  .instagram_gall_wrap > .instagram_gall__item:nth-child(4) {
    flex-basis: 20%;
  }
  .instagram_gall_wrap > .instagram_gall__item:nth-child(3) > * {
    padding-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .order-item{
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .order-item__img img{
    width: 100px;
    height: 120px;
  }

  .order-item::after{
    top: 12px;
    left: 12px;
  }

  .order-item__price{
    width: 100%;
    margin-top: 17px;
    margin-left: 45px;
  }

  .order-item__size,
  .order-item__count{
    margin-top: 33px;
  }

  .order-item__count{
    margin-left: auto;
  }

  .order-item__size{
    margin-left: 50px;
  }

  .order-item__info{
    margin-left: 18px;
    width: calc(100% - 118px);
    margin-top: 52px;
  }
  .order-category{
    margin-bottom: 12px;
  }
  .wrap--trand_tovar .trand_tovar .catalog-list__item {
    width: calc(33.3333% - 13.4px);
  }
  .wrap--trand_tovar .trand_tovar .catalog-list__item:nth-child(3) {
    display: block;
    margin-right: 0;
  }
  .wrap--trand_tovar .trand_tovar .catalog-list__item:nth-child(2) {
    margin-right: 20px;
  }
  .wrap--trand_tovar .trand_tovar,
  .wrap--trand_tovar .sub-trand_tovar {
    width: 100%;
  }
  .wrap--trand_tovar .content--inline {
    flex-direction: column-reverse;
  }
  .wrap--trand_tovar .sub-trand_tovar {
    padding: 0 0 18px 0;
  }
  .wrap--trand_tovar .sub-trand_tovar h2 {
    margin-bottom: 24px;
  }
  .wrap--trand_tovar .sub-trand_tovar p {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 800px) {
  .after_start_popup .popup__text {
    font-size: 24px !important;
  }
}

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

  .company-bottom{
    margin-bottom: 35px;
  }

  .company-bottom__img img{
    width: 320px;
    height: 400px;
  }

  .company-item_title{
    max-width: 100%;
  }

  .company-description{
    width: 300px;
  }

  .company-top{
    padding: 0;
  }

  .company-bottom__text{
    font-size: 16px;
  }

  .wrap-pluses{
    margin-bottom: 80px;
  }

  .company-top__img .company-item img{
    width: 247px;
    height: 325px;
  }

  .company-top__img{
    margin-top: 32px;
  }

  .company-title{
    font-size: 40px;
    margin-bottom: 20px;
  }

  .company-subtitle{
    margin-bottom: 18px;
  }

  .company-top__info{
    margin-right: 0;
  }

  .company-top__img{
    flex-direction: column;
  }

  .company-item{
    width: 100%;
    margin-bottom: 20px;
  }

  .catalog-subtitle{
    font-size: 24px;
    line-height: 120%;
  }

  .shop-item:first-child{
    border-top: 0px solid #c8c8c8;
    padding-top: 0px;
  }

  .shop-item{
    padding: 20px 0;
    margin-bottom: 5px;
  }

  .shop-list{
    padding-left: 0px;
  }

  .product .note{
    width: 100%;
  }

  footer .ui-accordion .ui-accordion-header .ui-icon{
    right: 17px;
    top: 5px;
  }

  .social-footer .social-footer__item{
    margin-right: 16px;
  }

  footer .ui-accordion .ui-accordion-content li:last-child{
    margin-bottom: 20px;
  }

  .how-work-btns{
    max-width: 270px;
  }

  .header-actions__item{
    margin-top: 10px;
  }

  .header-actions{
    padding-right: 20px;
  }

  .how-work{
    margin-top: 50px;
  }

  .faq-item__content{
    padding-left: 0px;
  }

  .faq-item__title{
    font-family: "Roboto", sans-serif;
  }

  .wrap-see-more .catalog-list .slick-track .slick-slide:first-child .product-item{
    margin-left: 0px;
  }

  .catalog-list-slider .slick-arrow.slick-next{
    top: calc(100% - 38px);
  }

  .catalog-list-slider .slick-arrow.slick-prev{
    top: calc(100% - 38px);
  }

  .product-info__item {
    padding: 19px 0px 15px 0px;
  }
  .product .note {
    margin-left: 0px;
  }
  .delivery-catalog .wrap-bread,
  .wrap.faq .wrap-bread {
    margin-bottom: 40px;
  }
  .delivery-list__element .delivery-name {
    padding-left: 0px;
  }
  .delivery-list__element ul,
  .delivery-list__element .delivery-content {
    padding-left: 0px;
  }
  .delivery-catalog .catalog-title,
  .wrap.faq .catalog-title {
    padding-left: 0px;
  }
  .wrap.faq .catalog-title {
    margin-bottom: 27px;
  }
  .faq-item__title {
    padding-left: 0px;
  }
  .question-content__item.whatsapp {
    margin-top: 31px;
  }
  .question__content-text {
    padding-left: 0px;
    padding-top: 0px;
  }
  .wrapper--catalog .wrap-bread {
    margin: 32px 0 22px 0;
  }
  .search-catalog__btn {
    left: 15px;
  }
  .product-item .catalog-list__link-category {
    margin-bottom: 18px;
    line-height: 150%;
  }
  .catalog .product-item .catalog-list__link-category {
    margin-bottom: 21px;
  }
  .catalog .product-item .catalog-list_info {
    padding-top: 10px;
  }
  .suitable-flower h2 {
    margin-bottom: 32px;
  }
  .suitable-flower .product-item {
    margin-top: 20px;
  }
  .suitable-flower .product-item:first-child {
    margin-top: 0px;
  }
  .wrap-delivery {
    margin: 12px 0 100px 0;
  }

  .delivery-list__element {
    margin-top: 30px;
  }

  .delivery-list__element:first-child {
    margin-top: 0px;
  }

  .delivery-list__element::before {
    margin-left: 0px;
  }

  .wrap-delivery-list {
    flex-wrap: wrap;
  }
  .delivery-list__element,
  .delivery-list__element:first-child {
    width: 100%;
  }
  .question {
    background: url("/new/img/content/questions-mobile.jpg"),
    lightgray -84.777px -408.005px / 104.52% 334.871% no-repeat;
    background-size: cover;
    background-position: center;
  }
  .question-content__wa.form-wa {
    margin-top: 18px;
  }
  .question-content__item.whatsapp {
    flex-direction: column;
    align-items: flex-start;
  }
  .question__content-text,
  .question__content-form {
    width: 100%;
  }
  .question__content-text p {
    width: 320px;
  }
  .form-q__btn {
    margin-top: 0px;
  }
  .question-content__wa {
    margin-left: 0px;
  }
  .question-form_label {
    margin-left: 0;
  }
  .question-form {
    flex-direction: column;
    align-items: flex-start;
  }
  .question-content__item {
    justify-content: flex-start;
  }
  .question__content-form {
    margin-top: 24px;
  }
  .opt-catalog {
    margin-bottom: 100px;
    line-height: 130%;
  }
  .page-title h2 {
    padding: 0 20px;
    font-size: 40px;
  }
  .wrapper--opt .page-title h2 {
    padding: 0px 10px;
  }
  .opt-content__content h2 {
    font-size: 32px;
  }
  .wrap-header {
    position: relative;
  }
  .top-baner--default {
    display: none;
  }
  .products-slider_wrap-item_content {
    width: 100%;
  }

  .wrap-bread {
    margin-bottom: 38px;
  }

  .products-slider_wrap-item_content-description {
    width: 100%;
  }

  .products-slider_wrap-item_img img {
    height: 346px;
    object-fit: cover;
  }

  .top-baner img {
    height: 552px;
    object-fit: cover;
  }
  .top-baner_content img {
    height: auto;
  }
  .header-actions__item {
    margin-left: 15px;
  }
  .catalog-category h2 {
    line-height: 150%;
  }
  .catalog-category_wrap-item_img img {
    height: 320px;
  }
  .catalog-category_wrap-item_content-description {
    line-height: 130%;
  }
  .header-btn i {
    font-size: 18px;
  }
  .product-item {
    width: 100%;
  }
  .wrap-top-footer {
    padding-top: 16px;
    position: relative;
    padding-bottom: 70px;
  }

  .no-margin .wrap-top-footer {
    padding-top: 10px;
  }

  .no-margin .wrap-top-footer .left-footer {
    padding-top: 0px;
  }

  .wrap-top-footer .left-footer {
    display: block;
  }

  .wrap-top-footer .right-footer {
    margin-top: 41px;
  }

  footer .site-logo {
    justify-content: center;
  }

  footer .site-logo__img::after {
    display: flex;
  }

  footer .site-logo__title {
    padding-top: 20px;
    margin-left: -10px;
  }

  footer .site-logo__img {
    left: -21px;
    top: 12px;
  }

  footer .site-logo__img img {
    /* width: 97px; */
    /* height: 65px; */
    padding-top: 0px;
  }

  .product-item {
    padding: 0 20px 43px 20px;
  }

  .product-item .catalog-list__data {
    margin-top: 18px;
  }

  .social-footer {
    position: absolute;
    bottom: 38px;
    left: -10px;
    width: 100%;
    justify-content: center;
  }

  .wrap-top-footer .left-footer .hr-footer {
    width: 100%;
    height: 1px;
    margin-top: 24px;
  }

  .footer-copy > div {
    padding: 20px;
    text-align: left;
  }

  .footer-menu.ui-accordion-content {
    padding-top: 27px;
  }
  .question__img {
    display: none;
  }
  .question {
    display: block;
  }

  .question__wrap-content {
    width: 100%;
  }
  .opt-content__content {
    width: 100%;
    padding: 0;
  }
  .opt-content__wrap {
    display: block;
    padding-left: 0px;
  }
  .opt-content__content h2 {
    margin-bottom: 32px;
    line-height: 130%;
  }
  .gold_title {
    font-size: 32px;
  }
  .opt-content__content p {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .opt-content__img {
    width: 100%;
    margin-top: 40px;
  }
  .opt-content__img img {
    height: 309px;
    width: 100%;
  }

  .opt-catalog .main-text {
    margin-bottom: 18px;
  }
  .opt-catalog .btn {
    margin: 24px auto 0 auto;
    width: 100%;
  }
  .opt-content__wrap {
    margin-bottom: 50px;
  }
  .wrap--category .content-category__wrap-text .content-category__title {
    font-size: 31px;
  }
  .wrap--category h2 {
    margin-bottom: 33px;
  }
  .wrap--category .content-category__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px) and (min-width: 450px) {
  .trand_tovar.catalog-list > div > div > .slick-slide,
  .catalog-list--sale.catalog-list > div > div > .slick-slide {
    width: 330px !important;
  }
  .trand_tovar.catalog-list,
  .catalog-list--sale {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wrap--trand_tovar .catalog-list::after,
  .catalog-list--sale.catalog-list::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 6px;
    background: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .how-work__content h2{
    line-height: 120%;
    font-size: 40px;
  }
  .form-auth__btn + .form-auth__btn {
    margin-left: 0px;
    margin-top: 20px;
  }
  .order-page__actions {
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .order-page-actions__item:last-child {
    margin-left: 0px;
    margin-top: 18px;
  }
  .wrap-basket-list__title {
    font-size: 16px;
    border: 0px;
    padding: 0;
    margin: 0;
  }
  #cart .basket-list__size {
    position: absolute;
    right: 10px;
  }
  #cart .basket-list__img {
    margin-right: 10px;
  }
  .goods-slider .slick-next,
  .goods-slider .slick-prev {
    top: calc(100% + 4px);
  }
  .catalog-list-slider .slick-arrow {
    top: 100%;
  }
  .catalog-list-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .catalog-list-slider .slick-arrow.slick-next {
    right: 20px;
  }
  .goods-slider .slick-next {
    right: 0;
  }
  .goods-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .product__content {
    margin-top: 85px;
  }
  .product::after {
    display: none;
  }
  .delivery__title {
    line-height: 130%;
    margin-bottom: 12px;
  }
  .product .note {
    margin-top: 32px;
    border-radius: 4px;
    padding: 24px 18px 24px 16px;
  }

  .note__content {
    line-height: 130%;
  }

  .note {
    align-items: flex-start;
    background: #E5E5E5;
  }

  #prepare-time {
    display: none;
  }

  .catalog-title.favorite-catalog {
    margin-bottom: 32px;
  }

  .catalog-list .product-item {
    margin-bottom: 15px;
  }

  .wrap--gray.delivery-page {
    padding: 53px 0 45px 0;
    margin-bottom: -30px;
  }

  .delivery-list + .delivery-data__title {
    margin-top: 17px;
  }

  .delivery-page .delivery-data__info {
    line-height: 130%;
  }

  .delivery-catalog {
    margin-bottom: 30px;
  }

  .company-title h1 {
    font-size: 41px;
  }

  .delivery-catalog .delivery__content {
    margin-top: 20px;
  }

  .faq-list.company h2 {
    margin-top: 0px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 25px;
    padding-bottom: 8px;
  }

  .florists-list_item:nth-child(2) {
    margin-top: 20px;
  }

  .florists-list_item {
    width: 100%;
  }

  .florists-list_item-left {
    height: auto;
  }

  .florists-list_item-right {
    height: auto;
  }

  .delivery__item:nth-child(1) {
    width: 100%;
    margin: 0 20px 0 0;
    margin-right: 3vw;
  }

  .delivery__item:nth-child(2) {
    width: 100%;
    margin: 16px 0px 0 0;
  }

  .delivery__item:nth-child(2) .delivery__img {
    margin-left: 0;
    margin-right: 20px;
  }

  .delivery__item:nth-child(2) .delivery__content {
    padding-left: 0px;
  }

  .delivery-catalog .delivery__item:nth-child(2) .delivery__content {
    padding-left: 0px;
  }

  .delivery-catalog .delivery__item:nth-child(2) .delivery__title,
  .delivery-catalog .delivery__item:nth-child(2) .delivery__txt {
    width: 100%;
  }

  .delivery__item:nth-child(3n) {
    width: calc(100% - 20px);
    margin: 25px 20px 0 0;
  }

  .order-success .order-success__img img {
    opacity: 0.7;
  }

  .wrap-footer-menu {
    display: block;
  }

  .locs__btn {
    display: flex;
    align-items: center;
    line-height: 100%;
  }

  .locs__btn > i {
    margin-right: 6px;
    font-size: 14px;
  }

  .locs__btn > span {
    display: block;
    padding-top: 0px;
    font-family: "Roboto", sans-serif;
  }

  .locs--mobile {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background: #fff;
    transition: all 0.3s;
    transform: translate3d(0, 100%, 0);
    display: block;
  }

  .locs--mobile.is-open {
    transform: translate3d(0, 0%, 0);
  }

  .locs-title {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #171717;
    background: #c9af98;
    margin-bottom: 0;
    position: relative;
  }

  .locs-title__btn {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 16px;
  }

  .locs-lists {
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .locs-lists .locs-list {
    margin-left: 0;
    margin-right: 20px;
    width: calc(50% - 10px);
  }

  .locs-lists .locs-list:nth-child(2n) {
    margin-right: 0;
  }

  .locs-lists .locs-list__title {
    padding: 0;
    font-size: 16px;
  }

  .locs-lists .locs-list__title::after {
    display: none;
  }

  .locs-lists .locs-list__title > i {
    display: none;
  }

  .locs-lists .locs__items {
    display: block;
    margin-top: 20px;
    background: none;
    border: 0;
    min-width: auto;
    position: static;
  }

  .locs-lists .locs__items .locs__item {
    padding: 0;
    border: 0;
    font-size: 13px;
    margin-bottom: 15px;
  }

  .phone-link {
    margin-right: 12px;
    line-height: 130%;
  }

  .top-baner_content {
    width: 320px;
  }

  .top-baner_content .btn {
    max-width: 225px;
    padding: 0 25px;
  }

  .site-logo__img img {
    /* width: 79px; */
    /* height: 53px; */
  }

  .wrap-middle-header {
    padding: 10px 0 11px;
  }

  .locs {
    line-height: 130%;
  }

  .middle-header .site-logo__title {
    display: none;
  }

  .wrap--main .content {
    padding: 0;
  }

  .wrap--main .main-imgs {
    display: block;
    position: relative;
  }
  .wrap--main .main-imgs::after {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(62, 62, 65, 0.36) 0%, rgba(62, 62, 65, 0.00) 29.84%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
  }
  .wrap--main .main-imgs__item--big {
    margin-left: 0;
    width: 100%;
    height: 552px;
    max-width: 100%;
  }

  .main-content {
    right: 30px;
    width: calc(100% - 20px);
  }
  .main-content p {
    display: none;
  }
  .main-content h1 {
    /* color: #fffffe; */
    margin-bottom: 18px;
  }
  .main-content .gold_title {
    color: #fffffe;
  }

  .trand_tovar.catalog-list__item {
    margin-right: 0;
    box-shadow: 0px 4px 24px rgba(62, 62, 65, 0.08);
  }

  .trand_tovar.catalog-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .trand_tovar.catalog-list > .slick-list,
  .catalog-list.catalog-list--sale > .slick-list {
    overflow: visible;
  }
  .trand_tovar.catalog-list > div > div > .slick-slide {
    margin: 10px 7.5px 20px 7.5px;
  }
  .catalog-list__img .slick-track,
  .catalog-list__img .slick-slide {
    width: auto !important;
  }

  .trand_tovar.catalog-list .slick-arrow,
  .catalog-list--sale .slick-arrow {
    position: absolute;
    bottom: -5px;
    right: -5px;
    font-size: 14px;
    color: #3e3e41;
  }

  .trand_tovar.catalog-list .slick-arrow.slick-prev,
  .catalog-list--sale .slick-arrow.slick-prev {
    right: 49px;
    transform: rotate(180deg);
  }

  .how-work__item {
    display: block !important;
  }

  .how-work__content {
    width: 100%;
    max-width: 100%;
    padding: 0px 0 40px 0;
  }

  .how-work__content h2 {
    margin-bottom: 120px;
    padding-right: 20px;
  }

  .how-work__img {
    width: 100%;
    height: auto;
  }

  .how-work-btns {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    transform: none;
    top: 95px;
  }

  .title--center {
    text-align: left;
  }

  .title__link {
    display: none;
  }

  .catalog-list--sale {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .catalog-list--sale .catalog-list__item {
    box-shadow: 0px 4px 24px rgb(62 62 65 / 8%);
  }

  .catalog-list--sale > div > div > .slick-slide {
    margin: 10px 7.5px 20px 7.5px;
  }

  .catalog-list--sale .catalog-list__item {
    margin-right: 0;
  }

  .catalog-list--sale .catalog-list__item:nth-child(1) {
    max-width: 100%;
  }

  .wrap-bottom-footer {
    padding: 40px 0 20px;
  }

  .w-footer-menu {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .w-footer-menu:last-child {
    margin-bottom: 0;
  }

  .footer-menu__item,
  .footer-menu__item:last-child {
    margin-bottom: 20px;
  }

  .footer-menu.ui-accordion-content {
    padding-left: 10px;
  }

  .wrap-footer-menu {
    padding-bottom: 50px;
  }

  .footer-copy {
    display: block;
  }

  .footer-copy__copy {
    margin-bottom: 15px;
    line-height: 130%;
  }

  .footer-copy__copy:last-child {
    margin-bottom: 0;
  }

  .footer-copy__copy br {
    display: block;
  }

  .main-imgs--catalog .main-imgs__item {
    display: none;
  }

  .bread__sep {
    margin: 0;
  }

  .wrap-bread {
    margin-top: 36px;
  }

  .product-page .wrap-bread {
    margin-top: 25px;
  }

  .page-title h2 {
    line-height: 120%;
  }

  .bread-back {
    display: none;
  }

  .wrap-more-btn {
    margin-top: 15px;
  }

  .more-btn {
    max-width: 170px;
  }

  .wrap-footer {
    margin-top: 63px;
  }

  .product {
    display: block;
    padding-top: 0px;
  }

  .product h1 {
    margin-bottom: 15px;
    display: none;
  }

  .product h1.mobile-title {
    display: block;
    font-size: 41px;
    line-height: 120%;
  }

  .product__img {
    margin-right: 0;
    width: 100%;
  }

  .thumbs-slider,
  .product-category {
    display: none;
  }

  .product-category.mobile {
    display: block;
    padding-left: 0;
  }

  .product .slick-dots {
    margin-top: 10px;
  }

  .product-content {
    margin-top: 20px;
    padding-left: 0;
  }

  .sizes__item {
    margin-right: 37px;
    min-width: 133px;
  }

  .sizes__data {
    white-space: nowrap;
  }

  .size {
    margin-top: 28px;
  }

  .size__title {
    margin-right: 20px;
  }

  .product__content {
    width: 100%;
  }

  .product-info {
    margin-top: 15px;
  }

  .wrap-see-more {
    margin-top: 100px;
    margin-bottom: 106px;
  }

  .wrap-see-more h2 {
    margin-bottom: 35px;
    margin-top: 0;
    padding-left: 0px;
  }

  .tabs__menu {
    white-space: nowrap;
  }

  .product-price {
    margin-top: 20px;
  }

  .page-title__img {
    height: 150px;
  }

  .wrap-pluses h2 {
    display: none;
  }

  .delivery {
    margin: 0 -20px;
  }

  .delivery__item {
    margin-right: 0;
    width: 340px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .delivery__item:last-child {
    margin-bottom: 0;
  }

  .delivery__content {
    padding-left: 0px;
    margin-top: 18px;
  }

  .wrap-pluses {
    margin-bottom: 65px;
  }

  .about__img {
    width: calc(100% + 40px);
    height: 150px;
    margin: 0 -20px 30px -20px;
  }

  .faq-list__txt {
    padding-left: 30px;
    width: 290px;
  }

  .faq-list__img {
    display: none;
  }

  .faq-list__img + .faq-list__content {
    width: 100%;
  }

  .faq-list__content .faq-list__txt + h2 {
    margin-top: 12px;
  }

  .faq-list__item {
    margin-bottom: 25px;
  }

  .faq-list {
    margin-bottom: 64px;
  }

  .wrap .question {
    display: block;
    margin: 0px -20px 0 -20px;
  }

  .question__wrap-content {
    padding: 48px 0;
    width: 100%;
    max-width: 100%;
  }

  .question-content__item:last-child {
    margin-bottom: 0;
  }

  .question__img {
    display: none;
  }

  .wrap-socials {
    margin-top: 40px;
  }

  .socials__img--first {
    width: 200px;
    flex: 200px 0 0;
  }

  .socials__img--second {
    padding-top: 150px;
    width: 240px;
    flex: 240px 0 0;
    position: relative;
    right: -100px;
  }

  .wrap-socials .btn--hidden-pc {
    display: flex;
    margin-top: 30px;
  }

  .blog {
    display: block;
  }

  .blog__item {
    display: block;
    margin-right: 0;
    width: 100%;
    box-shadow: 0px 4px 24px rgba(62, 62, 65, 0.08);
  }

  .blog__content {
    min-height: auto;
  }

  .user-menu__item--current .user-menu__link {
    border-bottom: 1px solid #c9af98;
  }

  .user-form {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .cabinet__right .catalog-title {
    flex-wrap: wrap;
  }

  .expand-all {
    margin-left: auto;
    margin-top: 20px;
  }

  .history-list__item {
    margin-bottom: 20px;
  }

  .history-list__history-data,
  .ui-accordion.history-list__item
  .ui-accordion-header.history-list__history-data {
    box-shadow: 0px 4px 24px rgba(62, 62, 65, 0.08);
    border-radius: 10px;
    padding: 22px 15px 15px 40px;
    display: block;
  }

  .history-list .ui-accordion .ui-accordion-header .ui-icon {
    top: 24px;
    left: 10px;
  }

  .history-data__wrap-data {
    width: 100%;
    margin-bottom: 12px;
  }

  .history-data__data {
    justify-content: space-between;
  }

  .history-data__title {
    width: auto;
    font-size: 16px;
  }

  .history-data__date {
    font-size: 13px;
  }

  .history-data__numb {
    width: auto;
    float: left;
    padding: 0;
    margin: 0 20px 0 0;
  }

  .history-data__price {
    font-size: 16px;
  }

  .history-data__wrap-price::after {
    content: "";
    display: block;
    clear: both;
  }

  .history-data__delivery {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 40px;
  }

  .history-data__closed {
    margin-top: 10px;
  }

  .history-list__img {
    flex: 60px 0 0;
  }

  .history-list__wrap-img {
    width: 100%;
  }

  .history-list__history-data-all,
  .history-list__history-data-all.ui-accordion-content {
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
  }

  .history-data__numb {
    white-space: nowrap;
  }

  .history-list__history-data-all .history-data__numb {
    margin-left: 84px;
  }

  .history-data__again {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .order-map,
  .tracking-map {
    max-height: 500px;
    margin-bottom: 30px;
  }

  .wrap-contacts {
    display: block;
  }

  .contacts {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .contacts:last-child {
    margin-bottom: 0;
  }

  .delivery {
    margin-top: 32px;
    padding: 0 20px;
  }

  .delivery__txt{
    width: 100%;
  }

  .faq-delivery__item .faq-description{
    margin-top: 12px;
  }

  .faq-delivery__item{
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .faq-delivery__item .faq-title{
    font-size: 24px;
  }

  .wrap-delivery-data {
    display: block;
  }

  .delivery-data {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .delivery-data:last-child {
    margin-bottom: 0;
  }

  .wrap-catalog-list--favorite .catalog-list__item {
    width: 100%;
  }

  .florists {
    margin-bottom: 0;
  }

  .florists__item {
    margin-bottom: 30px;
  }

  .florists__item:nth-child(1),
  .florists__item:nth-child(3) {
    width: 100%;
  }

  .florists__item:last-child {
    margin-bottom: 0;
  }

  .opt .btn {
    max-width: 100%;
  }

  .prod {
    display: block;
  }

  .prod__item {
    margin-bottom: 15px;
    width: 100%;
  }

  .order-page .wrap-basket-list {
    padding: 50px 20px 20px 20px;
  }

  .close-btn-order-list {
    top: 15px;
    right: 15px;
  }

  .basket-list__item {
    position: relative;
  }

  .basket-list__img {
    display: block;
    margin-right: 0;
    flex: 130px 0 0;
    width: 130px;
    height: 140px;
    margin-right: 20px;
    margin-bottom: 55px;
  }

  .basket-list__content {
    margin: 20px 0 0 0;
    width: 100%;
  }

  .basket-list__price {
    margin-top: 0px;
  }

  .basket-list__wrap-title {
    margin-bottom: 10px;
  }

  .basket-list__data {
    margin-bottom: 10px;
  }

  .basket-list-actions {
    position: absolute;
    left: 0;
    bottom: 20px;
  }

  .basket-actions__item {
    margin-right: 0px;
    width: 100%;
    margin-left: 0;
  }

  .basket-actions__item .btn {
    border-radius: 4px;
  }

  .basket-actions {
    padding-top: 0px;
  }

  .basket-actions__item:nth-child(2n) {
    margin-right: 0;
  }

  .order-page {
    margin-top: 30px;
  }

  .points {
    display: block;
  }

  .points__point {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .points__point:last-child {
    margin-bottom: 0;
  }

  .order-map {
    max-height: 200px;
    margin-bottom: 0;
    margin-top: 30px;
  }

  .order-actions {
    margin-top: 20px;
    justify-content: space-between;
  }

  .order-page--reverse .basket-sum {
    margin-left: 0;
  }

  .order-form__items {
    margin-bottom: 15px;
    display: block;
  }

  .order-form__items .order-form__item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .order-form__items .order-form__item:last-child {
    margin-bottom: 0;
  }

  .form-address__item {
    margin-bottom: 15px;
    flex-wrap: wrap;
    position: relative;
    display: block;
  }

  .form-address__item::after {
    content: "";
    display: block;
    clear: both;
  }

  .form-address__item .form-group:nth-child(1),
  .form-address__item .form-group:nth-child(2) {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .form-address__item:nth-child(1) .form-group:nth-child(3) {
    margin-right: 5px;
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  .form-address__item:nth-child(2) .form-group:nth-child(1) {
    position: absolute;
    top: -65px;
    right: 0;
    margin-left: 5px;
    width: calc(50% - 5px);
  }

  .form-address__item:nth-child(2) .form-group:nth-child(2) {
    margin-right: 5px;
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    float: left;
  }

  .form-address__item:nth-child(2) .form-group:nth-child(3) {
    margin-left: 5px;
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    position: absolute;
    top: 0px;
    right: 0;
  }

  .form-address__checks {
    margin-top: 5px;
    display: block;
  }

  .checks-address__item {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .checks-address__item:last-child {
    margin-bottom: 0;
  }

  .order-form .checks-address {
    margin-bottom: 15px;
  }

  .order-form__error {
    margin-top: 15px;
  }

  .pay-form {
    height: auto;
    margin-top: 30px;
  }

  .cards-info {
    width: 100%;
    height: auto;
    background: none;
    box-shadow: none;
    padding: 0;
  }

  .pay-form__item {
    flex-wrap: wrap;
  }

  .pay-form__input,
  .cards-info--other .pay-form__wrap-input .pay-form__input {
    background: #ebebeb;
  }

  .pay-form__wrap-input--w80 {
    width: 100%;
  }

  .pay-form__wrap-inputs {
    margin-left: 0;
    margin-top: 20px;
    margin-right: 20px;
    width: calc(50% - 10px);
  }

  .pay-form__sep {
    margin: 0 10px;
  }

  .cards-info--other {
    top: 105px;
    z-index: 1;
    left: auto;
    right: 0;
    width: calc(50% - 10px);
  }

  .cards-info--other .pay-form__wrap-input {
    width: 100%;
  }

  .pay-form__btn {
    margin-top: 35px;
    max-width: 100%;
  }

  .cards-info--other .pay-form__wrap-input .pay-form__input {
    padding: 0 17px;
    text-align: left;
  }

  .order-success {
    display: block;
    position: relative;
    margin: 0 -20px;
  }

  .order-success__img {
    margin-left: 0;
    width: 100%;
  }

  .order-success__content {
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    z-index: 1;
    padding: 0;
    height: 100%;
    justify-content: flex-end;
  }

  .order-success__content picture {
    display: none;
  }

  .order-success__content h1 {
    padding-left: 0;
    font-size: 50px;
  }

  .order-success__content p {
    padding-left: 0;
  }

  .order-success__content a.bread-back {
    margin: 30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    /*background: #c9af98;*/
    background: #6d2d8d;
    box-shadow: 0px 4px 24px rgb(255 255 255 / 8%);
    font-family: "El Messiri", sans-serif;
    font-size: 13px;
    line-height: 100%;
    /*color: #171717;*/
    color: #ffffff;
    font-weight: 400;
    position: relative;
    padding: 0 30px;
    border: 1px solid transparent;
    max-width: 220px;
  }

  .tracking-photos {
    flex-wrap: nowrap;
    margin-right: -20px;
  }

  .tracking-photos__item {
    width: 260px;
    min-width: 260px;
    margin-bottom: 0;
  }

  .tracking-photos__item:nth-child(2n) {
    margin-right: 20px;
  }

  .fancybox-active {
    overflow: hidden;
  }

  .fancybox-slide--html {
    padding: 0;
  }

  .fancybox-slide--html .fancybox-content {
    width: 100%;
    height: 100vh;
    padding: 0;
  }

  .modal-wrap {
    height: 100%;
  }

  .modal-title {
    margin-bottom: 0;
    font-size: 26px;
    background: #E5E5E5;
    padding: 24px 20px;
  }

  .fancybox-slide--html .fancybox-close-small {
    top: 17px;
    right: 10px;
  }

  .fancybox-button svg path {
    fill: #171717;
  }

  .modal-content {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 80px);
    justify-content: center;
  }

  .form-auth__input,
  .search-form__input {
    width: 100%;
  }

  .form-auth__btn,
  .search-form__btn {
    display: flex;
    width: 100%;
  }

  .custom-modal--basket {
    height: 100vh;
    padding: 20px;
  }

  .catalog-list-slider .slick-arrow {
    display: none;
  }

  .page-title {
    margin: 0 -20px;
  }

  .page-title h1 {
    left: 20px;
    right: 20px;
  }

  .order-page--reverse .basket-list__content {
    padding-top: 0;
  }

  .modal-content p br {
    display: none;
  }

  .content-category-items .slick-slide {
    margin-right: 10px;
  }

  .order-page .order-page__content > p br {
    display: block;
  }

  .catalog-list__item {
    width: calc(50% - 13.4px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .catalog-list__item:nth-child(3n) {
    margin-right: 20px;
  }

  .catalog-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .after_start_popup p.popup__text br {
    display: block;
  }
  .how-work__img img {
    max-height: 500px;
    height: 220px;
    width: 320px;
  }

  .wrap + footer{
    margin-top: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .top-baner_content h1 {
    font-size: 32px;
  }

  .top-baner_content-text {
    display: none;
  }
  .top-baner_content .btn {
    margin-top: 18px;
  }

  .main-content .btn {
    margin-top: 5px;
  }

  .catalog-category h2 {
    font-size: 40px;
    line-height: 120%;
  }

  .catalog-category_wrap-item {
    flex-wrap: wrap;
  }

  .catalog-category_wrap-item_img {
    width: 100%;
  }

  .catalog-category_wrap-item_img img {
    width: 100%;
  }

  .catalog-category_wrap-item_content {
    width: 100%;
  }

  .catalog-category_wrap-item_content {
    padding: 24px 20px 44px 20px;
    height: 363px;
  }
  .products-slider_wrap-item_content h2,
  .suitable-flower h2,
  .home-notice_right h2 {
    font-size: 40px;
    text-align: left;
  }
  .suitable-flower_content {
    margin-top: 0;
  }
  .home-notice_right li {
    width: 100%;
    margin-top: 32px;
  }
  .home-notice_right h2 {
    margin-bottom: 16px;
  }
  .home-notice_right li span {
    width: calc(100% - 80px);
  }
  .catalog-category_wrap-item_content .content-category__a {
    margin-top: 13px;
  }

  .home-notice_right li::before {
    margin-top: 25px;
  }

  .home-notice_right li {
    margin-top: 32px;
    align-items: flex-start;
  }

  .home-notice_right li:first-child {
    margin-top: 48px;
  }

  .home-notice_right h2 {
    line-height: 120%;
  }

  .suitable-flower h2 {
    line-height: 120%;
  }

  .products-slider_wrap-item_content-cart .btn {
    margin-left: 70px;
  }

  .catalog-category h2 {
    padding-left: 0px;
  }

  .main-content h1 {
    /* margin-bottom: 13px; */
  }
  .instagram_gall_wrap > .instagram_gall__item:nth-child(3) {
    display: none;
  }
  .instagram_gall_wrap {
    flex-wrap: wrap;
  }
  .instagram_gall_wrap > .instagram_gall__item:nth-child(1),
  .instagram_gall_wrap > .instagram_gall__item:nth-child(2) {
    flex-basis: 100%;
  }
  .instagram_gall_wrap > .instagram_gall__item:nth-child(2) {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 12px;
  }
  .instagram_gall_wrap > .instagram_gall__item:nth-child(2) > * {
    flex-basis: calc(50% - 6px);
  }
  .instagram_gall_wrap > .instagram_gall__item > * {
    padding: 0;
  }
  .instagram_gall_wrap {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 500px) {
  /*added*/
  .catalog-list {
    display: block;
  }

  .wrapper--page .company-title h1 {
    font-size: 41px;
  }

  .catalog-list__item {
    width: 100%;
    margin-right: 0;
    box-shadow: 0px 4px 24px rgba(62, 62, 65, 0.08);
    margin-bottom: 15px;
  }

  .form_promo_code {
    display: block;
  }

  .form_promo_code input {
    width: 100%;
  }

  .form_promo_code .c-promo-input {
    margin-top: 12px;
  }

  .catalog
  .left-menu
  .ui-accordion
  .ui-accordion-content.ui-accordion-content-active {
    width: 100vw;
  }

  .wrapper--page h1 {
    font-size: 35px;
  }

  .main-imgs__item--ny img {
    max-height: 650px;
    object-position: bottom right;
  }

  .main-content {
    top: 30px;
  }

  .main-imgs .img-lines {
    display: none;
  }
  .question__wrap-content {
    text-align: left;
  }
  .question__wrap-content h2 {
    font-family: Vollkorn;
    font-size: 41px;
    line-height: 120%;
    text-align: left;
  }
  .question-content__txt.question-content__toptxt,
  .question-content__item:nth-child(2n) p {
    font-size: 16px;
    text-align: left;
    font-family: El Messiri;
  }
  .question-form {
    display: block;
    margin-top: 8px;
  }
  .form-q__item {
    margin: 0 0 14px 0;
    max-width: unset !important;
  }
  .form-q__item:last-child {
    margin: 0;
  }
  .question-content__item {
    display: block;
  }
  .question-content__wa {
    margin-top: 15px;
  }
  .question-content__item:nth-child(2n) p {
    width: calc(100% - 29px);
  }
  .question-content__txt .icon-wa-white {
    width: 40px;
    height: 40px;
  }
  .wrap--category .content-category-items {
    display: block;
  }
  .wrap--category .content-category__item {
    width: 100%;
  }
  .wrap--category .content-category__item .content-category__wrap-img {
    width: 100%;
  }
  .wrap--category .content-category__item .content-category__wrap-text {
    width: 100%;
    padding: 24px;
  }
  .wrap--category .content-category__wrap-text .content-category__title {
    font-size: 41px;
  }
}

@media only screen and (max-width: 480px) {
  .instagram_gall_wrap {
    margin-top: 24px;
  }
  .opt .opt__title {
    font-size: 13px;
  }
  .opt .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 386px) {
  .how-work-btns {
    top: 152px;
    left: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .middle-header .site-logo__img {
    margin-right: 0;
  }

  .product-actions__item {
    margin-right: 10px;
  }

  .tabs.ui-tabs .ui-tabs-panel.tabs-content,
  .tabs .tabs__content {
    padding-top: 30px;
  }

  .socials__img--second {
    right: -160px;
  }

  .basket-list__title {
    margin-right: 0;
    width: 150px;
    word-break: break-word;
  }

  .order-page-actions__item {
    width: 100%;
  }

  .order-page-actions__txt {
    width: 100%;
    padding: 0 10px;
  }

  .order-page .wrap-basket-list {
    display: none;
  }

  .ui-datepicker .ui-state-default,
  .ui-datepicker .ui-widget-content .ui-state-default {
    padding: 7px;
  }

  .tracking-list__data {
    padding-left: 40px;
  }
}
/* End Media */
