@charset "UTF-8";
html {
  background: #fff;
  font-size: 16px;
  height: 100%;
}

body {
  font-size: 14px;
  font-family: "Involve";
  color: #1A1A1A;
  background: #fff;
  min-height: 100%;
}

.layout-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.path-product,
body.path-taxonomy,
body.path-cart {
  background: #F9F9F9;
}

h1, h2, h3 {
  font-weight: normal;
  margin-bottom: 2rem;
}

h1 {
  font-family: "Involve Black";
  font-size: 24px;
}

h2 {
  font-size: 22px;
  font-family: "Involve Bold";
}

h3 {
  font-size: 18px;
  font-family: "Involve Medium";
}

p, p:last-child {
  margin-bottom: 2rem;
}

.carousel-control {
  font-size: 3rem;
}

.navbar-brand {
  font-weight: normal;
  color: #333333 !important;
}

.header {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  background: #eeeeee no-repeat center center;
  background-size: cover;
}

.header .breadcrumb {
  background: transparent;
  font-size: 12px;
  opacity: 0.5;
}

.header .jumbotron {
  margin: 0;
  padding: 12rem 0 6rem 0;
  background-color: transparent;
}

.header .jumbotron h1, .header .jumbotron h2 {
  font-size: 63px;
  font-weight: 300;
  margin: 0 0 1rem 0;
}

.header-top {
  position: absolute;
  top: 5rem;
  width: 100%;
  z-index: 1;
}

.header-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.header-bottom .nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}

.main {
  padding-top: 15px;
}

.path-frontpage .main {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .path-frontpage .main {
    padding: 0;
  }
}

.main-col {
  margin-bottom: 0;
}

/*--------- Adv styles ------------*/
.block-title {
  font-family: "Involve Black";
  font-size: 24px;
  margin-top: 0;
}

.navbar-default {
  background: #fff;
  border: none;
  box-shadow: 0px 2px 17px rgba(222, 222, 222, 0.5);
  margin-bottom: 15px;
}

.region-topl .item {
  border-radius: 6px;
  overflow: hidden;
}

.blink {
  display: flex;
  background: #F9F9F9;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.blink .field--name-field-img {
  display: flex;
  width: 40%;
  flex-shrink: 0;
  padding: 0;
}

.blink .field--name-field-img img {
  width: 100%;
}

.blink .info {
  width: 60%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: center;
  font-size: 12px;
  font-family: "Involve Medium";
  color: #7D7D7D;
  overflow-wrap: break-word;
}

.blink .info p.title {
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: 15px;
  font-size: 14px;
}

.blink .info p.text {
  margin-bottom: 15px;
}

.blink .info i {
  width: 45px;
  height: 45px;
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  text-align: center;
  line-height: 45px;
  color: #1A1A1A;
  display: inline-block;
}

.blink:hover {
  text-decoration: none;
}

.blink:hover i {
  color: #fff;
  background: #C88B8B;
  border-color: #C88B8B;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .blink {
    flex-direction: column;
  }
  .blink .field--name-field-img {
    width: 100%;
  }
  .blink .info {
    width: 100%;
  }
}
section.highlighted {
  background-color: #fff;
  padding: 60px 0 30px 0;
}

section.news {
  padding: 30px 0;
  background-color: #fff;
}

.view-newsviews > .view-content,
.view-ststiview > .view-content,
.view-likeprods > .view-content,
.view-catalog > .view-content {
  margin-left: -10px;
  margin-right: -10px;
}

a.news-teaser {
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
  display: block;
  color: #1A1A1A;
  margin-bottom: 20px;
}
a.news-teaser:hover {
  border: 1px solid #C88B8B;
}

.article.teaser {
  position: relative;
  margin-bottom: 20px;
}

.article.teaser {
  position: relative;
  width: 100%;
  display: block;
}

.article.teaser .title {
  position: absolute;
  left: 25px;
  bottom: 25px;
  line-height: 26px;
  font-size: 16px;
  color: #1A1A1A;
  width: calc(100% - 40px);
}

.article.teaser .title > span {
  background-color: #fff;
  box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
  background: #fff;
  padding: 5px 0;
}

.article.teaser .field-name-field-tags {
  position: absolute;
  top: 20px;
  left: 20px;
}

.view-frontnews > .view-content {
  margin-left: -10px;
  margin-right: -10px;
}

.article.teaser .field-name-field-tags .field-item {
  color: #fff;
  background: #C88B8B;
  border-radius: 3px;
  margin: 0 3px 3px 0;
  width: auto;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
}

.news.teaser {
  margin-bottom: 20px;
  color: #1A1A1A;
  display: block;
  border-bottom: 2px solid #F1F1F1;
  width: 100%;
}

.news.teaser > .title {
  font-size: 16px;
  font-family: "Involve Bold";
  margin-bottom: 10px;
  min-height: 36px;
  line-height: 18px;
  display: block;
}

.news.teaser .field-name-body {
  font-size: 14px;
  color: #717171;
}

.news.teaser:hover {
  text-decoration: none;
  border-color: #C88B8B;
}

.news.teaser:hover > .title {
  color: #C88B8B;
}

.taglink {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 30px;
  font-size: 18px;
  color: #1A1A1A;
}

.taglink a {
  color: #1A1A1A;
  border-bottom: 2px dotted #C88B8B;
}

.taglink a:hover {
  color: #C88B8B;
  text-decoration: none;
}

.view-id-tags {
  margin-bottom: 30px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  color: #7D7D7D;
}

.breadcrumb a {
  font-size: 12px;
  color: #7D7D7D;
}

.breadcrumb a:hover {
  color: #1A1A1A;
}

section.tops h1 {
  margin-top: 0;
}

.product.full .white {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 20px;
}

.product__r {
  position: relative;
}
@media screen and (max-width: 768px) {
  .product__r {
    padding-top: 20px;
  }
}

.product.full .bigimg {
  position: relative;
  margin-bottom: 15px;
}

.product.full .bigimg .prodimg {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.product.full .bigimg a.toleft {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  color: #DDDDDD;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
}

.product.full .bigimg a.toright {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10%;
  color: #DDDDDD;
  font-size: 30px;
  line-height: 30px;
  text-align: right;
}

.product.full .bigimg a.toright,
.product.full .bigimg a.toleft i {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.product.full .bigimg a.toright:hover,
.product.full .bigimg a.toleft:hover {
  color: #2D2D2D;
}

.small-images {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
}

.small-images li {
  list-style: none;
  padding: 5px;
  display: inline-block;
  width: 16.6666666667%;
}

.small-images li a {
  width: 100%;
  border: 1px solid #ddd;
  opacity: 0.7;
  display: block;
}

.small-images li a:hover,
.small-images li a.active {
  opacity: 1;
}

.product.full .price,
.product.full .field-name-commerce-price {
  font-family: "Involve Bold";
  font-size: 26px;
  padding-top: 15px;
  margin-bottom: 15px;
}

.product.full .commerce-add-to-cart label {
  display: none;
}

.product.full .form-item-quantity {
  padding-right: 30px;
}

.product.full .form-item-quantity .control-label {
  display: none;
}

.product.full .form-item-quantity {
  display: inline-block;
}

.product.full .form-item-quantity span.commerce-quantity-plusminus-link a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  margin: 0;
  background: #F1F1F1;
  border-radius: 2px;
  color: #ACACAC;
  outline: none;
  font-size: 22px;
  line-height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.product.full .form-item-quantity span.commerce-quantity-plusminus-link a:hover, .product.full .form-item-quantity span.commerce-quantity-plusminus-link a:active, .product.full .form-item-quantity span.commerce-quantity-plusminus-link a:focus {
  color: #000;
  background-color: #e4e4e4;
  text-decoration: none;
}

.product.full .form-item-quantity .form-control {
  display: inline-block;
  width: auto;
  height: 50px;
  min-width: 50px;
  padding: 3px 5px;
  font-size: 18px;
  vertical-align: top;
  color: #222222;
  font-weight: bold;
  vertical-align: initial;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 0 3px;
  line-height: 30px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  text-align: center;
}

.product.full .commerce-add-to-cart .btn-default {
  height: 50px;
  color: #FFFFFF;
  background: #C88B8B;
  border-radius: 2px;
  border: none;
  padding-left: 35px;
  padding-right: 35px;
  vertical-align: top;
}

.product.full .commerce-add-to-cart .btn-default:hover {
  background: #F4EAEA;
  color: #C88B8B;
}

.product.full .form-item.form-item-quantity {
  margin-bottom: 0;
}

.product.full .field-name-field-product {
  margin-bottom: 35px;
}

.product.full .warning__info {
  display: block;
  float: left;
  width: 100%;
  color: #666571;
  font-size: 12px;
  padding-top: 15px;
}
.product.full .warning__info a {
  color: inherit;
}
.product.full .warning__info a:hover {
  color: #000;
}

.product.full .info-opl > p {
  font-size: 14px;
  color: #1A1A1A;
  font-family: "Involve Medium";
  margin-bottom: 15px;
}

.product.full .info-opl ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}

.product.full .info-opl ul li {
  margin-bottom: 10px;
}

.product.full .info-opl ul li i {
  color: #C88B8B;
  width: 24px;
}

.product.full .webform-submission-form .webform-type-textfield {
  margin-bottom: 0;
  float: left;
  width: 220px;
}
.product.full .webform-submission-form .webform-type-textfield label {
  display: none;
}
.product.full .webform-submission-form .webform-type-textfield .form-text {
  height: 50px;
  background: #F1F1F1;
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
  border: 1px solid #F1F1F1;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product.full .webform-submission-form .webform-type-textfield .form-text.error {
  border-color: red;
}
.product.full .webform-submission-form .form-actions {
  float: left;
  clear: none;
}
.product.full .webform-submission-form .form-actions .form-submit {
  height: 50px;
  color: #FFFFFF;
  background: #8D9899;
  border-radius: 0 2px 2px 0;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
}
.product.full .webform-submission-form .form-actions .form-submit:hover {
  background: #666571;
}

.product.full .messages {
  display: none;
}

.product.full .infopr {
  padding: 20px;
}

.product.full .infopr .nav-tabs > li > a {
  font-family: "Involve Medium";
  font-size: 14px;
  color: #717171;
  padding: 0 30px;
  text-transform: uppercase;
  margin-right: 0;
  line-height: 1.42857143;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #E8E9E7;
}

.product.full .infopr .nav-tabs > li.active > a {
  color: #1A1A1A;
  border-bottom: 3px solid #C88B8B;
}

.product.full .infopr .nav-tabs > li > a:hover {
  background: transparent;
  border-bottom: 3px solid #C88B8B;
}

.product.full .infopr .nav-tabs {
  border-bottom: 0;
}

.product.full table.har {
  width: 100%;
}

.product.full table.har tr th {
  font-weight: normal;
  color: #717171;
  vertical-align: top;
  padding: 12px 5px 12px 0;
}

.product.full table.har tr td {
  padding: 12px 5px;
}

.product.full .tab-content {
  padding: 20px 0;
}

.product.full ul.prod-triggers {
  background: transparent;
  border-radius: 2px;
  width: auto;
  display: inline-block;
  padding: 10px;
  list-style: none;
}

.product.full ul.prod-triggers li {
  padding: 10px;
  text-decoration-line: underline;
  font-family: "Involve Medium";
  color: #1A1A1A;
}

.product.full ul.prod-triggers li a {
  color: #1A1A1A;
  display: table;
}

.product.full ul.prod-triggers li a span {
  display: table-cell;
  vertical-align: middle;
}

.product.full ul.prod-triggers li a i {
  display: table-cell;
  color: #C88B8B;
  font-size: 30px;
  width: 40px;
  display: inline-block;
}

.product.full ul.prod-triggers li a i.icon2-truc {
  font-size: 26px;
}

.product__top {
  display: flex;
  gap: 20px;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
.product__top h1 {
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.abs-prod {
  text-align: right;
  width: auto;
  display: inline-block;
  color: #7D7D7D;
}

.abs-prod .sku {
  display: inline-block;
  padding-right: 13px;
}

.abs-prod .nalich {
  display: inline-block;
  padding-left: 13px;
}

.abs-prod .nalich i {
  color: #C88B8B;
  font-size: 11px;
}

.product.full .info_opl {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #FDF7F7;
  border: 1px solid #F4E8E8;
  border-radius: 16px;
  padding: 30px;
}

.product.full .info_opl__title {
  font-family: "Involve Bold";
  font-size: 20px;
  color: #454450;
  margin-bottom: 14px;
}

.product.full .info_opl__text {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Involve";
  font-size: 16px;
  line-height: 1.4;
  color: #454450;
  margin-bottom: 12px;
}
.product.full .info_opl__text:last-child {
  margin-bottom: 0;
}
.product.full .info_opl__text svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #DC999C;
}

.product__r h1 {
  color: #454450;
  font-size: 34px;
  margin: 0 0 12px;
}

.product__r .abs-prod {
  display: flex;
  align-items: center;
  gap: 20px;
  width: auto;
  text-align: left;
  color: #454450;
  margin-bottom: 20px;
}

.product__r .abs-prod .sku {
  padding: 0;
  font-family: "Involve";
}

.product__r .abs-prod .nalich {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}

.product__r .abs-prod .nalich i {
  color: #DC999C;
  font-size: 14px;
}

.product__r .prods {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product.full .prods .price,
.product.full .prods .field-name-commerce-price {
  padding-top: 0;
  margin-bottom: 0;
  font-family: "Involve Bold";
  font-size: 34px;
  color: #454450;
}

.product.full .prods form,
.product.full .prods .commerce-add-to-cart {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product.full .buy-one-click {
  margin-bottom: 30px;
}

.product.full .buy-one-click .webform-submission-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.product.full .buy-one-click .webform-type-textfield {
  flex: 1 1 300px;
  width: auto;
}

.product.full .buy-one-click .form-text {
  height: 50px;
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}

.product.full .buy-one-click .form-actions .form-submit {
  height: 50px;
  background: #ACB1C1;
  border-radius: 10px;
}

.product.full .buy-one-click .form-actions .form-submit:hover {
  background: #8F94A3;
}

.product.full .prod__infon {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 10px;
}

.product.full .prod__infon .field__label {
  font-family: "Involve Bold";
  font-size: 14px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: #DC999C;
  margin-bottom: 10px;
}

.product.full .prod__infon .field__item,
.product.full .prod__infon p {
  font-family: "Involve";
  font-size: 16px;
  line-height: 1.4;
  color: #454450;
  margin: 0;
}

.product.full .prod__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.product.full .prod__row > .field {
  flex: 1 1 240px;
}

.product.full .field--name-field-sostav-buketa ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product.full .field--name-field-razmer-buketa p {
  margin: 0 0 4px;
}
.product.full .field--name-field-razmer-buketa p:last-child {
  margin-bottom: 0;
}

.product.full .prod__uhod {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product.full .prod__care-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product.full .prod__care-link svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #DC999C;
}

.product.full .prod__care-link .field--name-field-statya-uhod,
.product.full .prod__care-link .field--name-field-statya-uhod a {
  color: #DC999C;
  font-family: "Involve";
  font-size: 16px;
  text-decoration: none;
}

.product.full .prod__care-link .field--name-field-statya-uhod a:hover {
  text-decoration: underline;
}

.product.full .prod__tags .field--name-field-buket-mz {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.product.full .prod__tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FDF7F7;
  border: 1px solid #F4E8E8;
  border-radius: 8px;
  padding: 6px 10px;
  font-family: "Involve Medium";
  font-size: 14px;
  color: #454450;
  text-decoration: none;
}

.product.full .prod__tags a:hover {
  text-decoration: none;
  background: #F4E8E8;
}

#block-views-likeprods-block {
  padding-top: 40px;
}

#block-views-likeprods-block h2.block-title {
  font-size: 18px;
  font-family: "Involve Bold";
}

.view-taxtext .field-content {
  padding: 40px 0;
}

#modalCart .modal-sm {
  width: 440px;
}

#modalCart .modal-content {
  position: relative;
  background-color: #ffffff;
  border: none;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
}

#modalCart .modal-header {
  min-height: 16.428571429px;
  padding: 35px 40px 15px 40px;
  border-bottom: none;
}

#modalCart .modal-title {
  text-transform: uppercase;
}

#modalCart .modal-body {
  padding: 20px 40px;
}

#modalCart .product-cart {
  display: table;
  width: 100%;
}

#modalCart .product-cart .image {
  display: table-cell;
  width: 120px;
  vertical-align: middle;
}

#modalCart .product-cart .image img {
  display: block;
  width: 120px;
  border: solid 1px #ececec;
}

#modalCart .product-cart .info {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

#modalCart .product-cart .info p {
  margin-bottom: 10px;
}

#modalCart .product-cart .info p.title {
  font-family: "Involve Medium";
}

#modalCart .product-cart .info p.title {
  text-transform: uppercase;
}

#modalCart .modal-footer {
  padding: 15px 40px 40px;
  margin-top: 0;
  text-align: center;
  border-top: none;
}

#modalCart .modal-footer .btn.btn-default, .modal-footer .btn.btn-primary {
  width: 48%;
  float: left;
}

#modalCart .modal-footer .btn.btn-default {
  margin-right: 1%;
  font-size: 12px;
  border-color: #FFD159;
  background: #FFD159;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  height: 50px;
  line-height: 48px;
  color: #000000;
  text-align: center;
  font-family: "Involve" !important;
  text-transform: uppercase;
}

#modalCart .modal-footer .btn.btn-primary {
  margin-left: 1%;
  font-size: 12px;
  border-color: #C88B8B;
  background: #C88B8B;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  height: 50px;
  line-height: 48px;
  color: #000000;
  text-align: center;
  font-family: "Involve" !important;
  text-transform: uppercase;
}

#modalCart .modal-footer .btn.btn-primary:hover {
  color: #fff;
  border-color: #C88B8B;
  background: #C88B8B;
}

.contlist p.gr {
  font-size: 16px;
  line-height: 30px;
  color: #C88B8B;
  margin-bottom: 0;
}

.contlist p:not(.gr) {
  font-family: "Involve Bold";
  line-height: 30px;
  font-size: 16px;
}

.contlist a {
  color: #1A1A1A;
}

.webform-submission-webform-20-form {
  padding: 30px;
  background: #F7F7FA;
  min-height: 400px;
}
.webform-submission-webform-20-form .form-item label {
  margin-bottom: 0;
  font-family: "Involve Medium";
  text-transform: lowercase;
}
.webform-submission-webform-20-form .form-textarea,
.webform-submission-webform-20-form .form-text {
  background: #FFFFFF;
  border: 1px solid #EDEDF3;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
}

.webform-submission-webform-20-form .form-text.error {
  border-color: darkred;
}

.webform-submission-webform-20-form .form-actions input[type=submit] {
  border: 2px solid #C88B8B;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 12px;
  font-family: "Involve Medium";
  text-transform: uppercase;
  background: transparent;
  color: #C88B8B;
}
.webform-submission-webform-20-form .form-actions input[type=submit]:hover {
  background: #C88B8B;
  color: #fff;
}

.webform-submission-webform-20-form .messages {
  display: none;
}

/* cart */
#views-form-commerce-cart-form-default .table.table-hover {
  width: 100%;
  margin-bottom: 20px;
}

#views-form-commerce-cart-form-default .table.table-hover tr th {
  font-size: 12px;
  font-weight: normal;
  color: #737373;
  border: none;
  text-align: left;
  padding: 6px 15px 6px 0;
}

#views-form-commerce-cart-form-default .table.table-hover tr td.views-field-field-prod-images {
  padding: 20px;
  border-top: none;
  width: 150px;
}

#views-form-commerce-cart-form-default .table.table-hover tr td.views-field-line-item-title a > span {
  font-size: 12px;
  color: #7D7D7D;
}

#views-form-commerce-cart-form-default .table.table-hover tr td {
  border-top: none;
  background-color: #fff;
  vertical-align: middle;
  font-size: 16px;
  color: #222222;
  font-family: "Involve Medium";
}

#views-form-commerce-cart-form-default .table.table-hover tr td a {
  color: #222222;
}

#views-form-commerce-cart-form-default .table.table-hover tr:not(:last-child) td {
  border-bottom: 1px solid #e9eced;
}

#views-form-commerce-cart-form-default .table.table-hover tr td.views-field-field-prod-image img {
  width: 140px;
  display: block;
}

#views-form-commerce-cart-form-default .table.table-hover .views-field-edit-quantity .form-item .control-label {
  display: none;
}

#views-form-commerce-cart-form-default .table.table-hover .views-field-edit-quantity .form-item {
  display: inline-block;
  margin: 0;
}

#views-form-commerce-cart-form-default .table.table-hover .views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  margin: 0;
  background: #F1F1F1;
  border-radius: 2px;
  color: #ACACAC;
  outline: none;
  font-size: 22px;
  line-height: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

#views-form-commerce-cart-form-default .table.table-hover .views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link a:hover, #views-form-commerce-cart-form-default .table.table-hover .views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link a:active, #views-form-commerce-cart-form-default .table.table-hover .views-field-edit-quantity .form-item span.commerce-quantity-plusminus-link a:focus {
  color: #000;
  background-color: #eaeaea;
  text-decoration: none;
}

#views-form-commerce-cart-form-default .table.table-hover .views-field-edit-quantity .form-item .form-control {
  display: inline-block;
  width: auto;
  height: 40px;
  width: 40px;
  padding: 3px 5px;
  font-size: 14px;
  vertical-align: top;
  color: #222222;
  font-weight: bold;
  vertical-align: initial;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 0 3px;
  line-height: 40px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  text-align: center;
}

#views-form-commerce-cart-form-default .table.table-hover .btn-danger {
  color: #888888;
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  font-size: 12px;
  padding-left: 33px;
  outline: none !important;
}

#views-form-commerce-cart-form-default .table.table-hover .btn-danger:hover {
  color: #5f5f5f;
}

#views-form-commerce-cart-form-default .table.table-hover tr td.views-field-edit-delete {
  width: 130px;
}

#views-form-commerce-cart-form-default .table.table-hover tr td.views-field-edit-quantity {
  width: 160px;
  padding: 0;
}

#views-form-commerce-cart-form-default .btn-default {
  font-family: "Involve";
  color: #C88B8B;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  border: 2px solid #C88B8B;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 14px 25px;
  font-weight: bold;
  outline: none !important;
  margin-right: 20px;
  outline: none !important;
  margin-right: 0;
}

#views-form-commerce-cart-form-default .btn-default:hover {
  background: #C88B8B;
  color: #fff;
}

#views-form-commerce-cart-form-default .btn-info {
  font-family: "Involve";
  color: #717171;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  border: 2px solid;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 16px 25px;
  font-weight: bold;
  outline: none !important;
  margin-right: 20px;
}

#views-form-commerce-cart-form-default .btn-info .icon {
  display: none;
}

#views-form-commerce-cart-form-default .btn-info:hover {
  color: #000;
}

#views-form-commerce-cart-form-default .line-item-total {
  margin-bottom: 20px;
  float: right;
  text-align: left;
}

#views-form-commerce-cart-form-default .line-item-total .line-item-total-label {
  display: block;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #888888;
}

#views-form-commerce-cart-form-default .line-item-total .line-item-total-raw {
  font-family: "Involve Bold";
  font-size: 22px;
  color: #222222;
}

.icon-before {
  font-family: "Involve" !important;
}

#edit-customer-profile-billing {
  background: #F7F7FA;
  border-radius: 4px;
  max-width: 650px;
  padding: 35px 20px;
  margin-bottom: 10px;
}

.group-checkout-one > div:first-child > span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Involve Bold";
  color: #C88B8B;
  margin-bottom: 40px;
  display: block;
}

.group-checkout-one {
  width: 80%;
  display: table;
}

.group-checkout-one .control-label {
  display: table-cell;
  padding: 5px 10px 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Involve Medium";
  color: #1A1A1A;
  vertical-align: top;
  width: 30%;
}

.group-checkout-one > .form-group > div > .form-group {
  display: table-row;
  margin-bottom: 10px;
}

.group-checkout-one .form-control {
  display: table-cell;
  background: #FFFFFF;
  border: 1px solid #EDEDF3;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #1A1A1A;
}

.group-checkout-one .form-control.error,
.customer_profile_shipping .form-group .form-control.error {
  border-color: darkred;
}

.customer_profile_shipping .grippie,
.group-checkout-one .grippie {
  display: none;
}

#commerce-shipping-service-ajax-wrapper {
  background: #F7F7FA;
  border-radius: 4px;
  max-width: 650px;
  padding: 35px 20px 10px 20px;
}

#commerce-shipping-service-ajax-wrapper:before {
  content: "2. Доставка";
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Involve Bold";
  color: #C88B8B;
  margin-bottom: 40px;
  display: block;
}

#commerce-shipping-service-ajax-wrapper .form-radios .form-item {
  display: inline-block;
  padding: 0 25px 0 0;
}

.customer_profile_shipping {
  background: #F7F7FA;
  border-radius: 4px;
  max-width: 650px;
  padding: 0px 20px 35px 20px;
}

.group-other-customer h3 {
  display: none;
}

.group-other-customer .form-item,
.customer_profile_shipping > .form-group .form-group {
  display: table;
  width: 80%;
  margin-bottom: 10px;
}

.group-other-customer .form-item .control-label,
.customer_profile_shipping .form-group .control-label {
  display: table-cell;
  padding: 5px 10px 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Involve Medium";
  color: #1A1A1A;
  vertical-align: top;
  width: 30%;
}
.group-other-customer .form-item .form-control,
.customer_profile_shipping .form-group .form-control {
  display: table-cell;
  background: #FFFFFF;
  border: 1px solid #EDEDF3;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #1A1A1A;
}

.customer_profile_shipping .form-group.field-type-datetime {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.customer_profile_shipping .form-group.field-type-datetime .panel-heading {
  display: none;
}

.customer_profile_shipping .form-group.field-type-datetime .panel-body,
.customer_profile_shipping .form-group.field-type-datetime .panel-default {
  padding: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.customer_profile_shipping fieldset.date-combo .container-inline-date .date-padding {
  padding: 0;
  width: 100%;
  display: block;
}

.customer_profile_shipping .date-no-float {
  clear: none;
  float: none;
  width: 100%;
  margin: 0 !important;
}

.customer_profile_shipping .container-inline-date .form-item .form-item {
  float: none;
  margin: 0;
  display: table;
  width: 100%;
}

.customer_profile_shipping .form-group.field-type-datetime label {
  width: 30%;
  margin: 0;
}

.customer_profile_shipping .container-inline-date .form-item .form-item .form-control {
  width: 100%;
  margin: 0;
}

.customer_profile_shipping .form-group.field-name-field-mkad .control-label {
  padding-top: 0;
  padding-bottom: 0;
}

#edit-commerce-payment {
  background: #F7F7FA;
  border-radius: 4px;
  max-width: 650px;
  padding: 35px 20px;
}

#edit-commerce-payment:before {
  content: "3. Оплата";
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Involve Bold";
  color: #C88B8B;
  margin-bottom: 40px;
  display: block;
}

.checkout-buttons {
  max-width: 650px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.checkout-buttons .panel-body {
  padding: 0;
  text-align: right;
}

.checkout-buttons .panel-body .button-operator {
  display: none;
}

.checkout-buttons .panel-body .checkout-cancel {
  display: none;
}

.checkout-buttons .panel-body .checkout-continue {
  background: #F4EAEA;
  color: #C88B8B;
  border-radius: 2px;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Involve Medium";
}

.checkout-buttons .panel-body .checkout-continue:hover {
  background: #C88B8B;
  color: #fff;
}

#commerce-shipping-service-ajax-wrapper.und {
  background: #F9F9F9;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#commerce-shipping-service-ajax-wrapper.und .commerce_shipping {
  display: none;
}

.customer_profile_shipping.und {
  background: #F9F9F9;
  display: none;
}

#edit-commerce-payment.und {
  background: #F9F9F9;
  padding-top: 15px;
  padding-bottom: 15px;
}

#edit-commerce-payment.und:before {
  margin-bottom: 0;
  color: #717171;
}

#commerce-shipping-service-ajax-wrapper.und:before {
  margin-bottom: 0;
  color: #717171;
}

#edit-commerce-payment.und .form-radios {
  display: none;
}

.chec-more, .tomain {
  margin-top: 20px;
  background: transparent;
  border: 2px solid #C88B8B;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 15px 30px;
  color: #C88B8B;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Involve Medium";
  display: inline-block;
}

.chec-more:hover,
.tomain:hover {
  background: #C88B8B;
  color: #fff;
  text-decoration: none;
}

#edit-customer-profile-billing.ready .form-control,
.customer_profile_shipping.ready .form-control,
#commerce-shipping-service-ajax-wrapper.ready input {
  background: #E3E2EB;
  pointer-events: none;
}

#commerce-shipping-service-ajax-wrapper.ready .form-radios {
  position: relative;
}

#commerce-shipping-service-ajax-wrapper.ready .form-radios:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 9;
}

.checkout-buttons.und {
  display: none;
}

a.kakt-term {
  height: auto;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  padding: 35px 20px;
  background-image: url("../images/newkak.jpg");
  background-size: cover;
  font-size: 24px;
  font-family: "Involve Black";
  text-decoration: underline;
  color: #FFFFFF;
  border-radius: 6px;
}

a.kakt-term:hover {
  box-shadow: 0px 2px 27px rgba(180, 180, 180, 0.322577);
}

.top-togle {
  display: none;
}

#closenav {
  display: none;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  padding: 0;
  margin: 0;
  width: 100%;
}

.navbar-header {
  float: none;
  display: inline-flex;
  width: 190px;
  vertical-align: middle;
  padding: 0px 20px 0px 0;
  align-items: center;
}
.navbar-header .navbar-brand {
  height: auto;
}
.navbar-header .navbar-brand img {
  float: none;
  height: auto;
  width: 100%;
  margin: 0;
}

.row2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.row2 .top-contacts {
  padding: 0 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .row2 .top-contacts {
    padding: 0 5px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .row2 .top-contacts {
    display: none;
  }
}
.row2 .top-contacts.top-phones {
  margin-left: auto;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .row2 .top-contacts.top-phones {
    display: flex;
  }
}
.row2 .top-contacts i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32px;
  height: 32px;
  background: #EBEBEF;
  border-radius: 100%;
  margin-right: 10px;
  color: #666571;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .row2 .top-contacts i {
    background: transparent;
    width: auto;
    height: auto;
    color: #C88B8B;
  }
}
.row2 .top-contacts p {
  margin-bottom: 0;
}
.row2 .top-contacts p a {
  font-size: 14px;
  font-family: "Involve Bold";
  color: #1A1A1A;
}
.row2 .top-contacts p a:hover {
  text-decoration: none;
  color: #C88B8B;
}
.row2 .top-contacts p a span {
  font-family: "Involve";
  font-weight: normal;
}
.row2 .top-cart {
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .row2 .top-cart {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .row2 .top-cart {
    margin-left: auto;
  }
}
.row2 .top-cart .ajax-shopping-cart-teaser {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 13px;
  color: #3D3D45;
}
.row2 .top-cart .ajax-shopping-cart-teaser p {
  margin-bottom: 0;
}
.row2 .top-cart .ajax-shopping-cart-teaser i {
  color: #3D3D45;
  font-size: 22px;
}
.row2 .top-cart .ajax-shopping-cart-teaser a {
  color: #3D3D45;
}
.row2 .top-cart .ajax-shopping-cart-teaser a:hover {
  text-decoration: none;
}
.row2 .top-cart .ajax-shopping-cart-teaser a:hover i {
  color: #C88B8B;
}

.navbar-default .menu > li > a:hover, .navbar-default .menu > li > a:focus {
  color: #000;
}
.navbar-default .menu > li.menu-item--active-trail > a, .navbar-default .menu > li.menu-item--active-trail > a:hover, .navbar-default .menu > li.menu-item--active-trail > a:focus {
  background: transparent;
  color: #000;
  text-decoration: underline;
}

.row1 {
  padding: 4px 0;
  margin: 0;
  background: transparent;
}
.row1 .menu {
  float: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .row1 .menu {
    flex-direction: column;
    display: flex;
  }
}
.row1 .menu > li {
  float: left;
}
@media screen and (max-width: 768px) {
  .row1 .menu > li {
    position: relative;
    display: block;
    width: 100%;
  }
}
.row1 .menu > li > a {
  padding: 10px 17px;
  color: #666571;
}
@media screen and (max-width: 768px) {
  .row1 .menu > li > a {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    text-align: left;
    color: #393939;
    position: relative;
    font-weight: normal;
  }
}
.row1 .menu > li:first-child > a {
  padding-left: 0;
}
.navbar-default .row1 .navbar-collapse,
.navbar-default .row1 .navbar-form {
  padding: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-collapse .topmen {
  border-top: 1px solid #ddd;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}

.row1 .navbar-collapse li a {
  text-transform: none;
}

.row1 .navbar-collapse .topmen li a {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

.view-mainlinks .view-content .item .mainlink {
  padding: 20px 30px;
  font-size: 20px;
  padding-right: 29%;
  height: 210px;
}

.navbar-default .menu > .is-active > a, .navbar-default .menu > .is-active > a:hover, .navbar-default .menu > .is-active > a:focus {
  text-decoration: none;
}

.row3 {
  background: #fff;
  border-top: 1px solid #F3EFEF;
}
@media screen and (max-width: 768px) {
  .row3 {
    display: none;
  }
}
.row3 .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 25px;
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
.row3 .menu > li {
  float: none;
  display: block;
}
.row3 .menu > li > a {
  display: block;
  padding: 0;
  color: #454450;
  font-family: "Involve Black";
  font-size: 18px;
  letter-spacing: -0.18px;
  text-transform: none;
}
.row3 .menu > li > a:hover, .row3 .menu > li > a:focus, .row3 .menu > li > a.is-active {
  background-color: transparent;
  color: #C88B8B;
}

.topbar {
  background: #F7F3F3;
}
.topbar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 9px 0 8px;
}
@media screen and (max-width: 768px) {
  .topbar {
    display: none;
  }
}

.topbar-links {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.topbar-links li {
  display: flex;
}
.topbar-links a, .topbar-links__text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Involve Bold";
  font-size: 13px;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  color: #A49C9C;
}
.topbar-links a i, .topbar-links__text i {
  font-size: 15px;
}
.topbar-links a:hover {
  color: #C88B8B;
}
.topbar-links .topbar-pill {
  background: #7FCC52;
  color: #fff;
  padding: 8px 10px;
  border-radius: 100px;
  gap: 4px;
}
.topbar-links .topbar-pill::after {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
}
.topbar-links .topbar-pill:hover {
  color: #fff;
  opacity: 0.9;
}

.topbar-address {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Involve Black";
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #454450;
}
.topbar-address i {
  font-size: 16px;
  color: #454450;
}
.topbar-address a {
  color: inherit;
}
.topbar-address a:hover {
  color: #C88B8B;
}

.mainbar {
  background: #fff;
}
.mainbar__content {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 15px 0;
}
@media screen and (max-width: 992px) {
  .mainbar__content {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mainbar__content {
    justify-content: space-between;
    gap: 15px;
  }
}
.mainbar .row1 {
  padding: 0;
  margin-right: auto;
}
.mainbar .row1 .menu > li > a {
  font-family: "Involve Medium";
  font-size: 15px;
  letter-spacing: -0.15px;
  color: #454450;
}
.mainbar .top-phones {
  padding-left: 24px;
  border-left: 1px solid #F7F3F3;
}
@media screen and (max-width: 768px) {
  .mainbar .top-phones {
    display: none !important;
  }
}
.mainbar .top-phones i {
  display: none;
}
.mainbar .top-phones p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.mainbar .top-phones p a {
  font-family: "Involve Black";
  font-size: 18px;
  letter-spacing: -0.18px;
  color: #454450;
}
.mainbar .top-phones p a:hover {
  color: #C88B8B;
}
.mainbar .top-phones p .hours {
  display: flex;
  flex-direction: column;
  font-family: "Involve Medium";
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #A49C9C;
}
.mainbar ul.socials {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .mainbar ul.socials {
    display: none;
  }
}
.mainbar ul.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F7F3F3;
  font-size: 16px;
  line-height: 1;
}
.mainbar ul.socials a.tg {
  color: #2AABEE;
}
.mainbar ul.socials a.viber {
  color: #7360F2;
}
.mainbar ul.socials a.instagram {
  color: #E1306C;
}
.mainbar ul.socials a:hover {
  background: #C88B8B;
  color: #fff;
}
.mainbar .top-cart {
  padding-left: 24px;
  border-left: 1px solid #F7F3F3;
}
@media screen and (max-width: 768px) {
  .mainbar .top-cart {
    border-left: none;
  }
}
.mainbar .top-cart .cart-block--link__expand {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.mainbar .top-cart .cart-block--link__expand:hover {
  text-decoration: none;
}
.mainbar .top-cart .cart-block--link__expand:hover .icon-cart {
  color: #C88B8B;
}
.mainbar .top-cart .icon-cart {
  font-size: 30px;
  color: #454450;
}
.mainbar .top-cart .cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 4px;
  border-radius: 100px;
  background: #F1B5B8;
  border: 2px solid #fff;
  box-sizing: border-box;
  color: #454450;
  font-family: "Involve Medium";
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 1;
}

section.triggers {
  background-color: #fff;
  padding: 40px 0;
}

.trigger {
  display: table;
  margin-bottom: 20px;
  width: 100%;
  color: #666571;
}
.trigger i {
  display: table-cell;
  font-size: 45px;
  color: #C88B8B;
  vertical-align: middle;
  padding: 0 7px 0 0;
}
.trigger .info {
  display: table-cell;
  vertical-align: middle;
  padding: 0 7px;
}
.trigger .info p {
  margin: 0;
  font-size: 16px;
  color: #1A1A1A;
  font-family: "Involve Medium";
}
.trigger .info > span {
  color: #666571;
}
.trigger:hover {
  text-decoration: none;
}
.trigger:hover .info p {
  color: #C88B8B;
}

@media (min-width: 769px) and (max-width: 1024px) {
  section.triggers .row > [class*=col-] {
    width: 33.3333%;
  }
}
section.grey {
  background: #666571;
  padding: 80px 0 60px;
}

.region-share .at-share-btn {
  float: left;
  width: 20%;
  max-width: none !important;
  max-height: 5rem !important;
  margin: 0 !important;
  padding: 0.9rem;
  text-align: center;
  cursor: pointer;
}

.region-share .at_flat_counter {
  float: left;
  margin: 0.9rem 0 0.9rem -6rem !important;
}

section.bottom {
  background: url(../images/bottom_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
section.bottom .block-webform h2.block-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #1A1A1A;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Involve Medium";
}
section.bottom .block-webform label {
  display: none;
}
section.bottom .block-webform .form-item {
  max-width: 340px;
  float: left;
}
section.bottom .block-webform .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 38px;
  color: #666571;
  background-color: transparent;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
section.bottom .block-webform .form-control.error {
  border-color: red;
}
section.bottom .block-webform .form-actions {
  float: left;
  width: auto;
  clear: none;
  padding-left: 10px;
}
section.bottom .block-webform .form-actions .btn-default,
section.bottom .block-webform .links a {
  border: none;
  box-sizing: border-box;
  border-radius: 2px;
  background: #F4EAEA;
  color: #C88B8B;
  height: 40px;
  padding: 6px 25px;
  display: inline-block;
  font-family: "Involve Medium";
}
section.bottom .block-webform .form-actions .btn-default:hover,
section.bottom .block-webform .links a:hover {
  background: #C88B8B;
  color: #fff;
}
section.bottom .block-webform .webform-confirmation {
  color: #fff;
  height: 40px;
  float: left;
  padding-right: 10px;
  line-height: 40px;
}

.yellow {
  float: left;
  width: 100%;
  background: #F6F3F3;
  border-radius: 10px;
  overflow: hidden;
}
.yellow img {
  float: left;
  width: 50%;
  border-left: 4px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .yellow img {
    width: 100%;
  }
}
.yellow .info {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 40px 30px 0px 30px;
}
@media screen and (max-width: 1024px) {
  .yellow .info {
    width: 100%;
  }
}
.yellow .info p.title {
  font-size: 20px;
  color: #1A1A1A;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.yellow .info p.title > span {
  font-family: "Involve Bold";
}

.trigger2 {
  margin-bottom: 20px;
}
.trigger2 i {
  font-size: 35px;
  color: #666571;
  margin-bottom: 5px;
  display: block;
}
.trigger2 p {
  margin-bottom: 0;
  color: #1A1A1A;
}

a.toall {
  line-height: 1;
  padding: 15px 30px;
  font-size: 14px;
  color: #C88B8B;
  background: #F4EAEA;
  border: none;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Involve Medium";
}
a.toall:hover {
  text-decoration: none;
  background: #C88B8B;
  color: #fff;
}

.region-sidebar-first .block-menu ul.menu {
  margin: 0;
  padding: 0;
}
.region-sidebar-first .block-menu ul.menu a {
  display: block;
  padding: 10px 15px;
}
.region-sidebar-first .block-menu ul.menu > li > a {
  margin-bottom: 2px;
  color: #1A1A1A;
  font-family: "Involve Bold";
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
}
.region-sidebar-first .block-menu ul.menu > li > a:hover, .region-sidebar-first .block-menu ul.menu > li > a.is-active, .region-sidebar-first .block-menu ul.menu > li > a.active-trail {
  color: #fff;
  background: #C88B8B;
  text-decoration: none;
}
.region-sidebar-first .block-menu ul.menu > li > .sub-menu {
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.region-sidebar-first .block-menu ul.menu > li > .sub-menu > li > a {
  display: block;
  color: #1A1A1A;
  padding: 10px 20px;
}
.region-sidebar-first .block-menu ul.menu > li > .sub-menu > li > a.is-active {
  color: #C88B8B;
}
.region-sidebar-first .block-menu ul.menu > li > .sub-menu > li > a.drop:after {
  content: "";
  right: 15px;
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 16px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.region-sidebar-first .block-menu ul.menu > li:hover > .sub-menu,
.region-sidebar-first .block-menu ul.menu > li.active-trail > .sub-menu,
.region-sidebar-first .block-menu ul.menu > li.is-active > .sub-menu {
  max-height: 1000px;
  margin-bottom: 2px;
}
.region-sidebar-first .block-menu ul.menu > li:hover > a.drop:after,
.region-sidebar-first .block-menu ul.menu > li > a.drop.active-trail:after,
.region-sidebar-first .block-menu ul.menu > li > a.drop.is-active:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product.teaser {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .product.teaser {
    padding: 9px;
  }
}
.product.teaser .sku {
  font-size: 12px;
  color: #616161;
  line-height: 1;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product.teaser .prodimg {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-top: 150%;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
}
.product.teaser .prodimg img {
  margin: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  max-width: 200%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product.teaser:hover {
  box-shadow: 0px 2px 27px rgba(180, 180, 180, 0.322577);
}
.product.teaser:hover .prodimg img {
  width: calc(100% + 20px);
  margin: -10px;
}
.product.teaser .title {
  font-size: 15px;
  color: #1A1A1A;
  min-height: 38px;
  margin-bottom: 10px;
  display: block;
}
.product.teaser .nalich {
  color: #7D7D7D;
}
.product.teaser .nalich i {
  font-size: 12px;
  color: #C88B8B;
  margin-bottom: 10px;
}
.product.teaser .info {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .product.teaser .info {
    display: block;
  }
}
.product.teaser .info .price,
.product.teaser .info .field-name-commerce-price {
  display: table-cell;
  width: 50%;
  font-size: 18px;
  color: #666571;
  vertical-align: bottom;
  font-family: "Involve Bold";
}
@media screen and (max-width: 1024px) {
  .product.teaser .info .price,
  .product.teaser .info .field-name-commerce-price {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .product.teaser .info .price {
    margin: 10px 0;
  }
}
.product.teaser .info .field--name-variations,
.product.teaser .info .field-name-field-product {
  display: table-cell;
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .product.teaser .info .field--name-variations,
  .product.teaser .info .field-name-field-product {
    text-align: left;
  }
}
.product.teaser .info .field--name-variations .field--name-quantity,
.product.teaser .info .field-name-field-product .field--name-quantity {
  display: none;
}
.product.teaser .info .field--name-variations .button,
.product.teaser .info .field--name-variations .btn,
.product.teaser .info .field-name-field-product .button,
.product.teaser .info .field-name-field-product .btn {
  border: none;
  background: #F4EAEA;
  color: #C88B8B;
  border-radius: 2px;
  padding: 10px 15px;
  font-family: "Involve Medium";
}
@media screen and (max-width: 768px) {
  .product.teaser .info .field--name-variations .button,
  .product.teaser .info .field--name-variations .btn,
  .product.teaser .info .field-name-field-product .button,
  .product.teaser .info .field-name-field-product .btn {
    width: 100%;
  }
}
.product.teaser .info .field--name-variations .button:hover,
.product.teaser .info .field--name-variations .btn:hover,
.product.teaser .info .field-name-field-product .button:hover,
.product.teaser .info .field-name-field-product .btn:hover {
  color: #fff;
  background: #C88B8B;
}
.product.teaser a:hover {
  text-decoration: none;
}
.product.teaser .form-item, .product.teaser .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

.pager {
  width: 100%;
}
.pager .pager__items {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
  width: 100%;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.pager .pager__items > li {
  display: block;
  padding: 0;
}
.pager .pager__items > li > a,
.pager .pager__items > li > span {
  position: relative;
  float: left;
  padding: 3px;
  line-height: 1;
  text-decoration: none;
  color: #666571;
  background-color: transparent;
  border: 1px solid #DCDCE9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2px;
}
.pager .pager__items > li:first-child > a,
.pager .pager__items > li:first-child > span {
  margin-left: 0;
  border-radius: 100%;
}
.pager .pager__items > li:last-child > a,
.pager .pager__items > li:last-child > span {
  border-radius: 100%;
}
.pager .pager__items > li > a:hover, .pager .pager__items > li > a:focus,
.pager .pager__items > li > span:hover,
.pager .pager__items > li > span:focus {
  color: #666571;
  background-color: transparent;
  border-color: #666571;
}
.pager .pager__items > .is-active > a, .pager .pager__items > .is-active > a:hover, .pager .pager__items > .is-active > a:focus,
.pager .pager__items > .is-active > span,
.pager .pager__items > .is-active > span:hover,
.pager .pager__items > .is-active > span:focus {
  z-index: 2;
  color: #666571;
  background-color: transparent;
  border-color: #666571;
  cursor: default;
}
.pager .pager__items > .disabled > span,
.pager .pager__items > .disabled > span:hover,
.pager .pager__items > .disabled > span:focus,
.pager .pager__items > .disabled > a,
.pager .pager__items > .disabled > a:hover,
.pager .pager__items > .disabled > a:focus {
  color: #666571;
  background-color: #DCDCE9;
  border-color: #DCDCE9;
}

.row1__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row1__content .socials {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.row1__content .socials li {
  padding-left: 5px;
}
.row1__content .socials li a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #EBEBEF;
  color: #666571;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
}
.row1__content .socials li a:hover {
  color: #EBEBEF;
  background: #666571;
  text-decoration: none;
}

.views-exposed-form {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.views-exposed-form .ui-state-default, .views-exposed-form .ui-widget-content .ui-state-default, .views-exposed-form .ui-widget-header .ui-state-default {
  border: 2px solid #fff;
  background: #C88B8B;
  font-weight: 400;
  color: #C88B8B;
  border-radius: 100%;
}
.views-exposed-form .ui-slider-horizontal {
  height: 0.4em;
}
.views-exposed-form .ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
  margin-left: -0.6em;
}
.views-exposed-form .ui-widget-content {
  background: rgba(216, 183, 174, 0.4196078431);
  border-radius: 0;
  border: none;
}
.views-exposed-form .ui-widget-header {
  background: #C88B8B;
}
.views-exposed-form .views-exposed-widget {
  padding: 0;
  float: none;
  width: 100%;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 15px;
  border: 1px solid #DEDEEE;
  box-sizing: border-box;
  border-radius: 2px;
  background: transparent;
  padding: 10px 35px;
  font-size: 16px;
  line-height: 1;
  color: #666571;
}
.views-exposed-form .views-exposed-widget .form-submit:hover {
  background-color: #C88B8B;
  color: #fff;
  border-color: #C88B8B;
}
.views-exposed-form .noUi-connect {
  background: #C88B8B;
}
.views-exposed-form .noUi-handle {
  cursor: default;
  box-shadow: none;
  border: 2px solid #fff;
  background: #C88B8B;
  font-weight: 400;
  color: #C88B8B;
  border-radius: 100%;
}
.views-exposed-form .noUi-handle:before, .views-exposed-form .noUi-handle:after {
  display: none;
}
.views-exposed-form .noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  right: -11px;
  top: -8px;
}
.views-exposed-form .noUi-horizontal {
  height: 8px;
}
.views-exposed-form .views-widget-filter-commerce_price_amount .views-widget {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.views-exposed-form .views-widget-filter-commerce_price_amount .views-widget .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.views-exposed-form .views-widget-filter-commerce_price_amount .views-widget .form-item .form-control {
  max-width: 80px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #DEDEEE;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: none;
}
.views-exposed-form .views-widget-filter-commerce_price_amount .views-widget .form-item .control-label {
  padding: 0 5px;
  font-size: 15px;
  line-height: 1;
  color: #717171;
  font-weight: normal;
}
.views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.views-exposed-form .form--inline.clearfix:before, .views-exposed-form .form--inline.clearfix:after {
  display: none;
}
.views-exposed-form fieldset.form-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.views-exposed-form fieldset.form-wrapper legend {
  display: block;
  padding: 0;
  margin-bottom: 5px;
  font-size: 15px;
  width: 100%;
  border: none;
  font-weight: bold;
  color: #1A1A1A;
}
.views-exposed-form fieldset.form-wrapper .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.views-exposed-form .form-item-price__number-min,
.views-exposed-form .form-item-price__number-max {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.views-exposed-form .form-item-price__number-min label,
.views-exposed-form .form-item-price__number-max label {
  padding: 0 5px;
  font-size: 15px;
  line-height: 1;
  color: #717171;
  font-weight: normal;
  margin: 0;
}
.views-exposed-form .form-item-price__number-min input.form-text,
.views-exposed-form .form-item-price__number-max input.form-text {
  max-width: 80px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #DEDEEE;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: none;
  padding: 0 8px;
}
.views-exposed-form .form-item-price__number-min label {
  display: none;
}
.views-exposed-form .price-number-slider-wrapper {
  width: 100%;
  padding: 10px 0;
}
.views-exposed-form .bef-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  flex-direction: column;
}
.views-exposed-form .bef-checkboxes > .form-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.views-exposed-form .bef-checkboxes > .form-item input {
  margin: 0;
}
.views-exposed-form .bef-checkboxes > .form-item label {
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.views-exposed-form .form-type-checkbox {
  margin: 0;
}
.views-exposed-form .form-type-checkbox label {
  font-weight: normal;
}
.views-exposed-form .form-actions {
  margin: 0;
}
.views-exposed-form .form-actions .form-submit {
  margin-top: 0;
  border: 1px solid #DEDEEE;
  box-sizing: border-box;
  border-radius: 2px;
  background: transparent;
  padding: 10px 35px;
  font-size: 16px;
  line-height: 1;
  color: #666571;
  cursor: pointer;
}
.views-exposed-form .form-actions .form-submit:hover {
  background-color: #C88B8B;
  color: #fff;
  border-color: #C88B8B;
}
.views-exposed-form .bef-exposed-form .form--inline > .form-item, .views-exposed-form .bef-exposed-form .form--inline .js-form-wrapper > .form-item {
  width: 100%;
}

#views-form-commerce-cart-form-default .table.table-hover tr td.views-field-field-images {
  height: 170px;
  width: auto;
}

.mobile-menu__panel {
  display: none;
}

@media (max-width: 767px) {
  #closenav {
    display: none !important;
  }
  .mainbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #F7F3F3;
  }
  .mainbar__content {
    height: 100px;
    padding: 0;
  }
  .navbar-header {
    width: 140px;
    padding: 0;
  }
  .top-togle {
    display: flex;
    margin-left: auto;
  }
  .navbar-default .navbar-toggle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0 17px;
    border: none;
    border-radius: 100%;
    background: #F7F3F3;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #F7F3F3;
  }
  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 16px;
    height: 2px;
    margin: 0;
    background-color: #F1B5B8;
    transition: transform 0.2s ease, opacity 0.2s ease, width 0.2s ease;
  }
  .navbar-default .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  .navbar-default .navbar-toggle .icon-bar:last-child {
    width: 8px;
  }
  .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar {
    width: 16px;
  }
  .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
  .row1 .navbar-collapse {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    z-index: 999;
    background: #fff;
    box-shadow: none;
    overflow-y: auto;
    padding: 0 16px;
  }
  .mobile-menu__panel--main {
    display: block;
    padding: 0 20px;
  }
  .navbar-collapse.catalog-open .mobile-menu__primary,
  .navbar-collapse.catalog-open .mobile-menu__panel--main {
    display: none;
  }
  .navbar-collapse.catalog-open .mobile-menu__panel--catalog {
    display: block;
  }
  .navbar-collapse .mobile-menu__primary .menu > li > a,
  .mobile-menu__row,
  .mobile-menu__catalog-toggle,
  .mobile-menu__back,
  .mobile-menu__catalog-list .menu > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 60px;
    padding: 0;
    border-bottom: 1px solid #F7F3F3;
    font-family: "Involve Medium";
    font-size: 16px;
    letter-spacing: -0.16px;
    color: #454450;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    text-align: left;
  }
  .navbar-collapse .mobile-menu__primary .menu > li > a i,
  .mobile-menu__row i,
  .mobile-menu__catalog-toggle i,
  .mobile-menu__back i,
  .mobile-menu__catalog-list .menu > li > a i {
    font-size: 18px;
    color: #454450;
  }
  .mobile-menu__primary .menu,
  .mobile-menu__catalog-list .menu {
    display: flex;
    flex-direction: column;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .mobile-menu__primary .menu > li,
  .mobile-menu__catalog-list .menu > li {
    float: none;
    width: 100%;
  }
  .mobile-menu__catalog-toggle,
  .mobile-menu__back {
    position: relative;
  }
  .mobile-menu__row-text {
    font-family: "Involve Black";
  }
  .mobile-menu__row--accent {
    color: #7FCC52;
  }
  .mobile-menu__row--plain {
    color: #454450;
  }
  .mobile-menu__mini-burger {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 16px;
  }
  .mobile-menu__mini-burger span {
    display: block;
    width: 16px;
    height: 2px;
    background: #F1B5B8;
  }
  .mobile-menu__chevron {
    width: 6px;
    height: 6px;
    margin-left: auto;
    border-right: 1.5px solid #454450;
    border-bottom: 1.5px solid #454450;
    transform: rotate(-45deg);
  }
  .mobile-menu__chevron--left {
    margin-left: 0;
    margin-right: 4px;
    transform: rotate(135deg);
  }
  .mobile-menu__row--accent .mobile-menu__chevron {
    border-color: #7FCC52;
  }
  .mobile-menu__catalog-list .menu > li > a[href="/ozelenenie"] {
    position: relative;
    color: #7FCC52;
    padding-right: 14px;
  }
  .mobile-menu__catalog-list .menu > li > a[href="/ozelenenie"]::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #7FCC52;
    border-bottom: 1.5px solid #7FCC52;
    transform: rotate(-45deg);
  }
  .mobile-menu__address {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 20px 0 0;
    font-family: "Involve Black";
    font-size: 18px;
    letter-spacing: -0.18px;
    color: #454450;
  }
  .mobile-menu__address i {
    font-size: 18px;
    color: #454450;
  }
  .mobile-menu__address a {
    color: inherit;
  }
  .mobile-menu__contacts {
    padding: 24px 0 40px;
  }
  .mobile-menu__phone {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 20px;
  }
  .mobile-menu__phone a {
    font-family: "Involve Black";
    font-size: 20px;
    letter-spacing: -0.2px;
    color: #454450;
  }
  .mobile-menu__phone .mobile-menu__hours {
    font-family: "Involve Medium";
    font-size: 14px;
    letter-spacing: -0.14px;
    color: #A49C9C;
  }
  .mobile-menu__socials {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-menu__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #F7F3F3;
    font-size: 18px;
  }
  .mobile-menu__socials a.tg {
    color: #2AABEE;
  }
  .mobile-menu__socials a.viber {
    color: #7360F2;
  }
  .mobile-menu__socials a.instagram {
    color: #E1306C;
  }
  .owl-theme .owl-dots {
    left: 10px;
    bottom: 10px;
  }
  .region-topl {
    margin-bottom: 20px;
  }
  .trigger i {
    width: 35%;
    text-align: center;
  }
  section.triggers, section.grey, section.highlighted {
    padding: 20px 0;
  }
  a.kakt-term {
    padding-bottom: 120px;
    background-position: center;
  }
  .yellow .info {
    width: 100%;
  }
  .yellow img {
    border: none;
    width: 100%;
  }
  .footer ul.nav li a {
    text-align: center;
    padding: 5px 10px;
  }
  .footer ul.socials {
    text-align: center;
  }
  .footer ul.cards {
    text-align: center;
  }
  .footer p.dev, .footer p.copy {
    font-size: 12px;
    text-align: center;
  }
  .row2 .top-cart .ajax-shopping-cart-teaser {
    text-align: right;
    padding-right: 20px;
  }
  .row2 .top-cart, .navbar-header {
    border-right: none;
  }
  .row2 .top-cart .ajax-shopping-cart-teaser p {
    display: none;
  }
  .row2 .top-cart .ajax-shopping-cart-teaser i {
    font-size: 20px;
  }
  .abs-prod {
    text-align: left;
    width: auto;
    display: block;
    position: relative;
    right: initial;
    top: initial;
    color: #7D7D7D;
    padding-bottom: 5px;
  }
  .breadcrumb {
    margin-bottom: 10px;
  }
  .product.full .white {
    padding: 10px;
  }
  .product.full .form-item-quantity {
    padding-right: 5px;
  }
  .product.full .form-item-quantity .form-control {
    width: 50px;
  }
  .product.full .webform-component, .product.full .form-actions {
    width: 50%;
  }
  .product.full .form-actions .webform-submit {
    width: 100%;
  }
  .product.full .infopr {
    padding: 10px;
  }
  .product.full .infopr .nav-tabs > li {
    width: 100%;
  }
  .product.full .infopr .nav-tabs > li > a {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
  }
  .product.full ul.prod-triggers {
    width: 100%;
  }
  .product.full ul.prod-triggers li {
    padding: 10px;
    text-decoration-line: underline;
    font-family: "Involve Medium";
    color: #1A1A1A;
    float: left;
    width: 50%;
  }
  #modalCart .modal-sm {
    width: auto;
  }
  #modalCart .modal-footer .btn.btn-default {
    width: 100%;
    margin-bottom: 5px;
  }
  #modalCart .modal-footer .btn.btn-primary {
    width: 100%;
  }
  #views-form-commerce-cart-form-default .table thead {
    display: none;
  }
  #views-form-commerce-cart-form-default .table tr {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fafafa;
  }
  #views-form-commerce-cart-form-default .table tr td {
    display: block;
    padding: 0;
    border-bottom: none;
    float: left;
    border: none;
  }
  #views-form-commerce-cart-form-default .table.table-hover tr:first-child td {
    padding-top: 0;
  }
  #views-form-commerce-cart-form-default .table.table-hover tr td.views-field-field-prod-images {
    padding: 5px;
    border-top: none;
    width: 40%;
  }
  #views-form-commerce-cart-form-default .table.table-hover tr {
    background: #fff;
  }
  #views-form-commerce-cart-form-default .table.table-hover tr td.views-field-field-prod-image {
    padding: 15px;
    width: 40%;
    height: 120px;
  }
  #views-form-commerce-cart-form-default .table.table-hover tr td.views-field-line-item-title {
    padding: 15px 15px 5px 15px;
    width: 60%;
    font-size: 14px;
    letter-spacing: 0;
  }
  #views-form-commerce-cart-form-default .table.table-hover tr td.views-field-line-item-title a {
    white-space: normal;
  }
  #views-form-commerce-cart-form-default .table.table-hover tr td.views-field-commerce-unit-price {
    padding: 0 15px 15px 15px;
    width: 60%;
    font-size: 14px;
    letter-spacing: 0;
    height: 30px;
  }
  #views-form-commerce-cart-form-default .table.table-hover tr td.views-field-commerce-total {
    display: none;
  }
  #views-form-commerce-cart-form-default .table.table-hover tr td.views-field-edit-quantity, #views-form-commerce-cart-form-default .table.table-hover tr td.views-field-edit-delete {
    width: 50%;
    padding: 5px 15px;
  }
  #views-form-commerce-cart-form-default .table.table-hover tr:not(:last-child) td {
    border-bottom: none;
  }
  #views-form-commerce-cart-form-default .table-responsive {
    border: none;
    margin-bottom: 0;
  }
  #views-form-commerce-cart-form-default .btn-info {
    padding: 10px;
    margin-right: 15px;
  }
  #views-form-commerce-cart-form-default .btn-default {
    padding: 10px;
  }
  #edit-customer-profile-billing {
    padding: 20px 10px;
  }
  .group-checkout-one {
    width: 100%;
  }
  .customer_profile_shipping > .form-group .form-group {
    width: 100%;
  }
  #views-form-commerce-cart-form-default .table.table-hover tr td.views-field-field-images {
    height: auto;
    width: 130px;
  }
}
.info-opl {
  display: block;
  float: none;
  clear: both;
}

.view-katalog > .view-content {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .view-katalog > .view-content {
    gap: 10px;
  }
}
.view-katalog > .view-content .views-row {
  width: calc(33.33333333% - 15px);
}
@media screen and (max-width: 768px) {
  .view-katalog > .view-content .views-row {
    width: calc(50% - 5px);
  }
}
.view-katalog > .view-content .product.teaser {
  height: 100%;
}

.paragraph--type--magazin {
  padding: 60px 0;
}

.paragraph--type--yuridicheskaya-informaciya {
  padding: 60px 0;
}

.yurinfo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  background: #fff;
  border: 1px solid #EBEBEF;
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .yurinfo {
    flex-direction: column;
    align-items: center;
    padding: 24px;
  }
}
.yurinfo__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 570px;
}
.yurinfo .field--name-field-p-title {
  font-family: "Involve Bold";
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #1A1A1A;
}
.yurinfo .field--name-field-p-text {
  font-family: "Involve Medium";
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #666571;
}
.yurinfo .field--name-field-p-text p {
  margin-bottom: 0;
}
.yurinfo .field--name-field-ssylki .field__label {
  font-family: "Involve Bold";
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #1A1A1A;
  margin-bottom: 20px;
}
.yurinfo .field--name-field-ssylki .field__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.yurinfo .field--name-field-ssylki .field__item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Involve Bold";
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #1A1A1A;
  text-decoration: underline;
}
.yurinfo .field--name-field-ssylki .field__item a:after {
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
}
.yurinfo .field--name-field-ssylki .field__item a:after {
  content: "\e900";
}
.yurinfo .field--name-field-ssylki .field__item a:hover {
  color: #C88B8B;
  text-decoration: none;
}
.yurinfo .field--name-field-svidetelstvo {
  flex-shrink: 0;
}
.yurinfo .field--name-field-svidetelstvo img {
  display: block;
  width: 261px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .yurinfo .field--name-field-svidetelstvo img {
    width: 220px;
  }
}

.view-podkategorii > .view-content {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  padding-bottom: 40px;
}
.view-podkategorii > .view-content .views-row {
  width: calc(33.333333333% - 14px);
}
@media screen and (max-width: 768px) {
  .view-podkategorii > .view-content .views-row {
    width: 100%;
  }
}

.taxonomy-term.teaser {
  padding: 20px;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--color-3, #454450);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.taxonomy-term.teaser img {
  border-radius: 100%;
  width: 80px;
  height: auto;
  display: block;
}
.taxonomy-term.teaser:hover {
  text-decoration: none;
  background: #C88B8B;
  color: #fff;
}

.footer {
  margin-top: 20px;
  background: #454450;
  color: #9796A3;
  padding: 60px 0 0;
  border: none;
}
.footer a {
  color: #9796A3;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer .footer-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer .footer-top {
    flex-direction: column;
    gap: 32px;
  }
}
.footer .footer-col--brand {
  max-width: 375px;
}
.footer .footer-col--nav {
  display: flex;
  flex-direction: row;
  gap: 20px;
  min-width: 175px;
  flex-wrap: wrap;
}
@media screen and (max-width: 580px) {
  .footer .footer-col--nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
.footer .footer-col--nav .footer-nav-group--about {
  width: 100%;
}
.footer .footer-col--contacts {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 200px;
  max-width: 230px;
}
.footer .footer-logo {
  display: inline-block;
  margin-bottom: 28px;
}
.footer .footer-logo img {
  display: block;
}
.footer .legaltext {
  font-family: "Involve Medium";
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #9796A3;
  margin-bottom: 28px;
}
.footer .footer-heading {
  font-family: "Involve Bold";
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #CBC9D9;
  margin: 0 0 12px;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links li + li {
  margin-top: 6px;
}
.footer .footer-links a {
  font-family: "Involve Medium";
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #9796A3;
}
.footer .footer-links a:hover {
  color: #fff;
}
.footer .footer-contact__title {
  margin: 0;
  font-family: "Involve Bold";
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.01em;
}
.footer .footer-contact__title a {
  color: #F1B5B8;
}
.footer .footer-contact__title a:hover {
  color: #fff;
}
.footer .footer-contact__title__sm {
  font-size: 16px;
}
.footer .footer-contact__title__sm a {
  color: #CBC9D9;
}
.footer .footer-contact__label {
  margin: 2px 0 0;
  font-family: "Involve Medium";
  font-size: 14px;
  line-height: 140%;
  color: #9796A3;
}
.footer ul.socials {
  display: flex;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}
.footer ul.socials li {
  list-style: none;
}
.footer ul.socials li + li {
  margin-left: 8px;
}
.footer ul.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 100%;
  line-height: 1;
  font-size: 16px;
  color: #666571;
}
.footer ul.socials a.tg {
  color: #2AABEE;
}
.footer ul.socials a.viber {
  color: #7360F2;
}
.footer ul.socials a.instagram {
  color: #E1306C;
}
.footer ul.socials a:hover {
  background-color: #F1B5B8;
  color: #fff;
}
.footer ul.cards {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul.cards li img {
  display: inline-block;
  height: auto;
  background: #fff;
  border-radius: 6px;
  padding: 3px;
}
.footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 26px 0;
  border-top: 1px solid #61606E;
}
.footer p.copy,
.footer p.dev {
  margin: 0;
  font-family: "Involve Medium";
  font-size: 14px;
  color: #9796A3;
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer p.dev a {
  color: #fff;
}
.footer p.dev a:hover {
  color: #F1B5B8;
}

#block-menu-menu-footer-sitemap {
  text-align: left;
}
#block-menu-menu-footer-sitemap li {
  margin-top: 0.5rem;
}
#block-menu-menu-footer-sitemap li.root {
  margin-bottom: 1.5rem;
}
#block-menu-menu-footer-sitemap li.root > a {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
}
#block-menu-menu-footer-sitemap li.root > ul {
  margin-top: 1.5rem;
}

.block-views-blockranee-vy-smotreli-block-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .block-views-blockranee-vy-smotreli-block-1 {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=styles.css.map */
