body {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  color: #4f5057;
  padding-top: 86px;
}
a {
  color: #4f5057;
}
input,
textarea {
    outline: none;
}
h2.caption {
    font-size: 3rem;
    text-align: center;
    color: oklch(21% 0.034 264.665);
    font-weight: bold;
    margin-bottom: 4rem;
    line-height: 100%;
}
.header-top {
  background: #101828;
  padding: 8px 0;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.logo:hover {
    opacity: 0.9;
}
.navbar-brand {
  margin: 0 15px 0 0;
}
.logo-title {
    margin-bottom: 2px;
    line-height: 100%;
}
.logo-title a {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.logo-contacts {
    color: oklch(70.7% .022 261.325);
    font-size: 0.75rem;
    margin: 0;
}
.logo-contacts a {
    font-size: 14px;
    color: oklch(87.2% 0.01 258.338);
    text-decoration: none;
    font-weight: 700;
}
.logo-contacts a small {
    opacity: 1 !important;
}
.header-text {
    margin: 0 40px;
}
.header-text p {
  margin: 0 0 0 30px;
  font-size: 0.875rem;
  color: oklch(92.8% 0.006 264.531);
  display: inline;
  position: relative;
}
.header-text p::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #6a7282;
    border-radius: 2px;
    position: absolute;
    top: 7px;
    left: -20px;
}
.header-text p:first-child {
    margin: 0;
}
.header-text p:first-child::before {
    display: none;
}
.contacts-header {
  width: 245px;
  height: 70px;
  background: #fff;
  border-radius: 0.625rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.spec-photo {
    width: 48px;
    position: relative;
}
.spec-photo::after {
    content: "";
    width: 6px;
    height: 6px;
    background: oklch(72.3% 0.219 149.579);
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.spec-photo img {
    width: 100%;
}
.spec-name {
    color: oklch(55.1% 0.027 264.364);
    font-size: 10px;
    margin: 0;
}
.spec-status {
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0;
}
.social {
    margin-top: 3px;
    display: flex;
    gap: 6px;
}
.social a {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social a.message {
    background: #0088cc;
}
.social a.whatsapp {
    background: #25d366;
}
.social a.vk {
    background: #0077ff;
}
.social a svg {
    width: 13px;
}
.call {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #546e7a;
    overflow: hidden;
}
.call a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.call a:hover {
    background: rgb(62, 86, 97);
}
.contacts-header .text a {
  margin-left: 5px;
}
.mailto {
  font-size: 16px;
}
.menu {
    width: 100%;
    display: flex;
    margin: 1rem 0 0 1rem;
}
.menu .menu-element {
    position: relative;
    line-height: 46px;
    height: 46px;
    margin-right: 10px;
    color: #fff;
    padding: 0 1rem;
    background-image: linear-gradient(oklch(0.278 0.033 256.848) 0%, oklch(0.21 0.034 264.665) 100%);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.6) 0px 6px 12px 0px, rgba(255, 255, 255, 0.2) 0px 1px 2px 0px inset;
    border-radius: 15px 15px 10px 10px;
    cursor: pointer;
    font-size: 0.875rem;
    text-decoration: none;
}
.menu .menu-element:hover {
background-image: linear-gradient(oklch(0.373 0.034 259.733) 0%, oklch(0.278 0.033 256.848) 100%);
}
.list-menu {
    display: none;
    z-index: 999;
    left: 0;
    position: absolute;
}
.menu .menu-element ul {
    background: #131b2b;
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-radius: 10px;
    margin-top: 10px;
    width: 238px;
}
.menu .menu-element ul a {
    color: #fff;
    text-decoration: none;
    line-height: 1rem;
    display: block;
    padding: 10px 15px;
}
.menu .menu-element ul a:hover {
    background: oklch(37.3% 0.034 259.733);
}
.menu .menu-element:hover .list-menu {
    display: block;
}
.menu .menu-element svg {
    width: 16px;
    height: 16px;
}
.navbar-nav {
  display: flex;
  width: 100%;
}
.nav-item {
  background: url('../images/line.png') no-repeat 100% 0;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.nav-link {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: inherit;
  white-space: nowrap;
  padding: 0 15px !important;
  width: 100%;
}
.nav-link:hover {
  background: #222;
  color: #fff;
}
#banner {
  padding: 3rem 0;
  background: url('../images/factory.png') no-repeat;
  background-size: cover;
  position: relative;
}
#banner::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: oklab(0 0 0 / 0.5);
    position: absolute;
}
#banner .container {
  position: relative;
}
#banner h1 {
    font-size: 3.75rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
#banner p {
    font-size: 1.5rem;
    color: oklch(92.8% 0.006 264.531);
    margin-bottom: 2rem;
}
#banner .buttons {
    display: flex;
}
#banner .buttons a {
    padding: 16px 32px;
    display: block;
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 20px 20px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.4) 0px 8px 16px 0px, rgba(0, 0, 0, 0.3) 0px 2px 4px 0px, rgba(0, 0, 0, 0.2) 0px -2px 8px 0px inset, rgba(255, 255, 255, 0.2) 0px 2px 4px 0px inset;
    transition: transform 0.3s ease;
}
#banner .buttons a:hover {
    transform: scale(1.05);
}
#banner .buttons a.red {
    background: linear-gradient(in oklab, rgb(245, 101, 101) 0%, rgb(197, 48, 48) 100%);
    margin-right: 20px;
}
#banner .buttons a.red:hover {
    background: linear-gradient(in oklab, rgb(252, 129, 129) 0%, rgb(229, 62, 62) 100%);
}
#banner .buttons a.green {
    background: linear-gradient(in oklab, rgb(72, 187, 120) 0%, rgb(47, 133, 90) 100%);
}
#banner .buttons a.green:hover {
    background: linear-gradient(in oklab, rgb(104, 211, 145) 0%, rgb(56, 161, 105) 100%);
}
#banner .owl-dots {
  display: none;
}
#advantages {
    background: #f9fafb;
    padding: 5rem 0;
}
#advantages .col-lg-4 {
    margin-bottom: 30px;
}
.advantage-element {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    border-radius: 20px;
    padding: 2rem;
    background: #fff;
    height: 100%;
    transition: top 0.3s;
    top: 0;
    position: relative;
}
.advantage-element:hover {
    top: -4px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.advantage-element .image {
    background: #546e7a;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
.advantage-element .image svg {
    width: 30px;
    height: 30px;
}
.advantage-element:hover .image {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(59, 130, 246, 0.6) 0px 0px 30px 0px;
}
.adv-title {
    color: #546E7A;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}
.adv-text {
    color: oklch(44.6% 0.03 256.802);
    margin: 0;
}
#popular {
    padding: 5rem 0;
}
#popular h2 {
    margin-bottom: 1rem;
}
#popular .text {
    text-align: center;
    color: oklch(44.6% 0.03 256.802);
    font-size: 1.125rem;
    margin-bottom: 4rem;
}
#popular .button-wrapper {
    display: flex;
    justify-content: center;
}
.category-element {
    margin-bottom: 40px;
    position: relative;
    transition: top 0.3s;
    top: 0;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.category-element a {
    text-decoration: none;
}
.category-element .image {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.category-element .image img {
    transition: transform 0.3s ease;
    width: 100%;
}
.category-element .content {
    padding: 1.5rem;
}
.category-element .title {
    color: oklch(21% 0.034 264.665);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.category-element .price {
    color: #546E7A;
    font-size: 1.5rem;
    margin: 0;
    font-weight: bold;
}
.category-element:hover {
    top: -6px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.category-element:hover .image img {
    transform: scale(1.1);
}
#how-work {
    background: #f9fafb;
    padding: 5rem 0;
}
.steps {
    display: flex;
    position: relative;
    text-align: center;
}
.steps::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background: #546E7A;
    top: 62px;
}
.step .number {
    width: 128px;
    height: 128px;
    border-radius: 64px;
    background: #546E7A;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
    font-size: 2.25rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 128px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    margin-bottom: 2rem;
}
.step .icon {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto 1rem auto;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.step .icon svg {
    width: 32px;
    height: 32px;
    color: #546E7A;
    margin: 16px;
}
.step .title {
    color: oklch(21% 0.034 264.665);
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    padding: 0 20px;
}
.step .text {
    margin: 0;
    color: oklch(44.6% 0.03 256.802);
    font-size: 0.875rem;
    padding: 0 20px;
}
.clock {
  transform: scale(0.5);
  position: absolute;
  z-index: 9;
  right: -140px;
  top: 100px;
}
#visualisation {
    padding: 5rem 0;
}
#visualisation .icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #546E7A;
    margin-bottom: 1.5rem;
}
#visualisation .icon svg {
    width: 40px;
    height: 40px;
    margin: 20px;
}
#visualisation h2.caption {
    text-align: left;
    margin-bottom: 1.5rem;
}
#visualisation p {
    color: oklch(44.6% 0.03 256.802);
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}
.list-wrapper {
    background: #546e7a;
    padding-left: 4px;
    border-radius: 20px 15px 15px 20px;
}
.list {
    background: oklch(98.5% 0.002 247.839);
    padding: 1.5rem;
    border-radius: 15px;
}
#inner-head {
    background: url('../images/inner-head.png') no-repeat;
    background-size: cover;
    height: 140px;
}
#inner-head .container {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}
.ih-content {
    display: flex;
    flex-direction: column;
    align-items: center
}
.ih-content p {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}
#countdown {
    display: flex;
    gap: 0.5rem;
}
#countdown > div {
    background: oklab(0 0 0 / 0.4);
    padding: 0.5rem;
    border: 1px solid oklab(1 0 5.96046e-8 / 0.2);
    text-align: center;
    border-radius: 10px;
    width: 58px;
}
#countdown > div span {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
}
#countdown > div p {
    text-transform: uppercase;
    color: oklch(92.8% 0.006 264.531);
    margin: 0.25rem 0 0 0;
    font-size: 9px;
}
.content-wrapper {
    display: flex;
    gap: 20px;
}
#main-catalog {
    background: #f9fafb;
    padding: 1rem 0 2rem 0;
}
#catalog-page,
#product-page,
#order-page,
#news-page,
#vase-page,
#articles-page {
    padding: 2rem 0 2rem 0;
}
#catalog h1,
#news-page h1,
#vase-page h1,
#articles-page h1 {
    font-size: 2.25rem !important;
    color: oklch(21% .034 264.665);
    margin-bottom: 1rem !important;
}
.catalog-text-top {
    margin-bottom: 2rem;
}
.catalog-text-bottom {
    padding: 1.5rem;
    background: oklch(98.5% .002 247.839);
    border-radius: 14px;
    margin-top: 3rem;
}
#product-page .product-text {
    padding: 1.5rem;
    margin-bottom: 1rem;
    background: oklch(98.5% 0.002 247.839);
    border-radius: 10px;
    margin-bottom: 3rem;
}
#breadcrumbs {
    background: oklch(96.7% .003 264.542);
    border-bottom: 1px solid oklch(92.8% 0.006 264.531);
}
.breadcrumbs-wrapper {
    display: flex;
    align-items: center;
}
#breadcrumbs ul {
    display: flex;
    list-style-type: none;
    line-height: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
}
#breadcrumbs ul a {
    font-size: 0.875rem;
    color: oklch(44.6% .03 256.802);
    text-decoration: none;
}
#breadcrumbs svg {
    width: 16px;
    height: 16px;
    color: oklch(44.6% .03 256.802);
    margin-right: 7px;
}
#breadcrumbs ul svg {
    margin: 20px 7px 0 7px;
    color: oklch(70.7% .022 261.325);
}
#breadcrumbs ul .B_lastCrumb a {
    color: #8b1538;
}
#left-column {
    flex-shrink: 0;
    width: 320px;
}
.left-block {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    margin-bottom: 1rem;
}
.block-head {
    background: #546e7a;
    padding: 1rem 1.5rem;
}
.block-head h2 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
#left-menu > ul {
    padding: 0.5rem 0;
    list-style-type: none;
    margin: 0;
}
#left-menu > ul > li > a,
#left-menu > ul > li > span {
    padding: 0.75rem 1.5rem;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #0a0a0a;
    text-decoration: none;
}
#left-menu > ul > li:nth-child(odd) > a,
#left-menu > ul > li:nth-child(odd) > span {
    background: #F5F7F8;
}
#left-menu > ul > li > a:hover,
#left-menu > ul > li > span:hover {
    background-color: #546e7a;
    color: #fff;
    border-radius: 0.25rem;
}
#left-menu > ul > li > ul {
    display: none;
    list-style-type: none;
    padding: 0 0 8px 0;
    margin-left: 12px;
}
#left-menu > ul > li > ul > li > ul {
    list-style-type: none;
}
#left-menu > ul > li span {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
#left-menu > ul > li span svg {
    width: 18px;
    height: 18px;
}
#left-menu > ul > li > ul > li {
    margin-bottom: 4px;
}
#left-menu > ul > li > ul > li > a,
#left-menu > ul > li > ul > li > ul > li > a,
#left-menu > ul > li > ul > li > span {
    display: block;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
}
#left-menu > ul > li > ul > li > a:hover,
#left-menu > ul > li > ul > li > ul > li > a:hover,
#left-menu > ul > li > ul > li > span:hover {
    background: #546e7a;
    color: #fff;
    border-radius: 0.25rem;
}
#product {
    width: calc(100% - 340px);
}
.product-wrapper {
    display: flex;
    padding-bottom: 3rem;
}
.product-left {
    width: 40%;
}
.product-content {
    width: 60%;
}





#left-news .news-wrapper {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}
#left-news .news-element {
    margin-bottom: 0.75rem;
}
#left-news .news-element:last-child {
    margin: 0;
}
#left-news .news-element a {
    text-decoration: none;
}
#left-news .news-element a:hover {
    color: #4f5057;
}
#left-news .news-element .image {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.75rem;
}
#left-news .news-element .title {
    width: 100%;
    margin: 0;
    padding: 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, oklab(0 0 0 / 0.8) 0%, oklab(0 0 0 / 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}
#left-news .news-element img {
    height: 100%;
}
#left-news .news-element .text {
    color: oklch(44.6% 0.03 256.802);
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}
#left-news .news-element .date {
    color: oklch(70.7% 0.022 261.325);
    font-size: 0.75rem;
    margin: 0;
}
#filter {
    background: oklch(92.8% 0.006 264.531);
    display: flex;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    margin-bottom: 1rem;
}
#filter .col {
    border-right: 1px solid #99a1af;
}
#filter .f-head {
    background: #e85d5d;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 700;
    padding: 0.5rem;
}
#filter .select {
    position: relative;
}
#filter .current {
    height: 43px;
    line-height: 43px;
    padding: 0 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
}
#filter .current:hover {
    background: oklch(87.2% 0.01 258.338);
}
#filter .current svg {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0.5rem;
    top: 12px;
}
#filter ul {
    width: 254px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    background: #fff;
    list-style-type: none;
    display: none;
    padding: 0;
    border: 1px solid oklch(0.872 0.01 258.338);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
#filter ul li {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid oklch(92.8% 0.006 264.531);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
}
#filter ul li:last-child {
    border: none;
}
#filter ul li:hover {
    background: oklch(96.7% 0.003 264.542);
}
#filter input {
    background: none;
    border: none;
    height: 40px;
    line-height: 40px;
    width: 100px;
    padding: 0 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
}
#filter .in-catalog {
    background: #546E7A;
    line-height: 40px;
    width: 100px;
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
#filter button {
    line-height: 40px;
    height: 40px;
    background: oklch(48.8% 0.243 264.376);
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    width: 100%;
}
#visualisation .col-lg-6:first-child {
    padding-left: 100px;
}
#visualisation .col-lg-6:last-child {
    padding-right: 100px;
}
#visualisation p.list-title {
    color: oklch(21% 0.034 264.665);
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}
#visualisation ul {
    list-style-type: none;
    margin: 0;
    padding-left: 18px;
}
#visualisation li {
    color: oklch(37.3% 0.034 259.733);
    position: relative;
    margin-bottom: 8px;
}
#visualisation li:last-child {
    margin: 0;
}
#visualisation li::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 8px;
    background: #546E7A;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}
#visualisation form {
    padding: 2.5rem;
    border-radius: 20px;
    background: oklch(98.5% 0.002 247.839);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
#visualisation p.form-caption {
    color: oklch(21% 0.034 264.665);
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
#visualisation form .input-line label {
    color: oklch(37.3% 0.034 259.733);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
#visualisation form input[type="text"] {
    border: 1px solid oklch(87.2% 0.01 258.338);
    line-height: 48px;
    padding: 0 1rem;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    background: none;
}
#visualisation form textarea {
    border: 1px solid oklch(87.2% 0.01 258.338);
    padding: 0.75rem 1rem;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 14px;
    background: none;
    resize: none;
    margin-bottom: 20px;
    height: 122px;
}
#visualisation form input[type="text"]:focus,
#visualisation form textarea:focus {
    border-color: #546E7A;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.522113 -0.0240802 -0.0266321 / 0.2) 0px 0px 0px 2px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
#visualisation button {
    line-height: 60px;
    height: 60px;
    width: 100%;
    border: none;
    border-radius: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    background: #E85D5D;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
#visualisation button:hover {
    transform: scale(1.05);
    background: rgb(209, 77, 77);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
#visualisation button svg {
    margin-right: 6px;
}
#visualisation p.small-text {
    color: oklch(55.1% 0.027 264.364);
    font-size: 0.75rem;
    text-align: center;
    margin: 0;
}
#delivery {
    background: #f9fafb;
    padding: 5rem 0;
}
#delivery .image {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 400px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
#delivery .image img {
    width: 100%;
    position: absolute;
    bottom: -50%;
}
#delivery .col-lg-6 {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#delivery .caption {
    margin-bottom: 1.5rem;
}
#delivery .text {
    text-align: center;
    color: oklch(44.6% 0.03 256.802);
    font-size: 1.125rem;
    margin-bottom: 4rem;
}
.our-offices {
    background: #546e7a;
    padding: 3rem;
    margin: 3rem auto 0 auto;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    width: 800px;
}
.our-offices svg {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
}
.our-offices h2 {
    color: #fff;
    font-size: 1.875rem;
    margin-bottom: 1rem;
}
.our-offices p {
    font-size: 1.25rem;
}
.d-element {
    display: flex;
    margin-bottom: 20px;
}
.d-image {
    width: 56px;
    height: 56px;
    background: #546E7A;
    border-radius: 10px;
    margin-right: 20px;
}
.d-image svg {
    width: 28px;
    height: 28px;
    margin: 14px;
}
.d-title {
    color: oklch(21% 0.034 264.665);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.d-text {
    margin: 0;
}
#about {
    padding: 5rem 0;
}
#about h2.caption {
    margin-bottom: 1.5rem;
    text-align: left;
}
#about p {
    font-size: 18px;
}
#about .image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
#about .image img {
    width: 100%;
}
#about .image-description {
    position: relative;
    top: -50px;
    text-align: center;
    margin: 0 1.5rem;
    border-radius: 14px;
    background: #fff;
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
#about .image-description .title {
    color: oklch(21% 0.034 264.665);
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 16px;
}
#about .image-description .text {
    margin: 0;
    font-size: 14px;
}
#about .counter {
    display: flex;
    text-align: center;
    justify-content: space-around;
    margin: 2rem 0;
}
#about .counter .num {
    font-size: 2.25rem;
    font-weight: bold;
    color: #546E7A;
    margin-bottom: 0.5rem;
    line-height: 100%;
}
#about .counter .num-text {
    color: oklch(44.6% 0.03 256.802);
    font-size: 0.875rem;
    margin: 0;
}
#about .adv-element {
    display: flex;
    margin-bottom: 20px;
}
#about .adv-element .image {
    width: 40px;
    height: 40px;
    background: #546E7A;
    border-radius: 10px;
    margin-right: 14px;
}
#about .adv-element .image svg {
    width: 20px;
    height: 20px;
    margin: 10px;
}
#about .adv-element .title {
    color: oklch(21% 0.034 264.665);
    font-weight: bold;
    margin-bottom: 0.25rem;
    font-size: 16px;
}
#about .adv-element .text {
    font-size: 0.875rem;
    margin: 0;
}
#about .btn,
#popular .btn {
    margin-top: 20px;
    background: #E85D5D;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 2rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 10px;
    transition: transform 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
#about .btn:hover,
#popular .btn:hover {
    transform: scale(1.05);
    background: rgb(209, 77, 77);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10.0002px 15.0002px -3.00004px, rgba(0, 0, 0, 0.1) 0px 4.00008px 6.00008px -4.00004px;
}
#reviews {
    background: #f9fafb;
    padding: 3rem 0;
}
#reviews h2.caption {
    font-size: 1.875rem;
    margin-bottom: 0.5rem;
}
#reviews .text {
    text-align: center;
    margin-bottom: 2rem;
}
.review-wrapper {
    margin-bottom: 30px;
    background: #546e7a;
    padding-left: 4px;
    border-radius: 20px 15px 15px 20px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}
.review {
    background: #fff;
    padding: 1.5rem;
    border-radius: 15px;
}
.review-top {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.review .name {
    color: oklch(21% 0.034 264.665);
    font-weight: bold;
    font-size: 1.125rem;
    margin: 0;
}
.review .city {
    color: oklch(55.1% 0.027 264.364);
    font-size: 0.875rem;
    margin: 0;
}
.review .date {
    color: oklch(70.7% 0.022 261.325);
    font-size: 0.75rem;
    margin: 0;
}
.stars {
    display: flex;
}
.stars svg {
    width: 16px;
    height: 16px;
    fill: #546E7A;
    margin-left: 2px;
}
.review .text p {
    color: oklch(37.3% 0.034 259.733);
    font-size: 16px;
    text-align: left;
}
.review .images {
    display: flex;
    gap: 10px;
}
.review .image {
    border-radius: 20px;
    overflow: hidden;
    width: 33%;
}
.review .image img {
    width: 100%;
}
#offer {
  margin-bottom: 30px;
}
#offer .container {
  display: flex;
}
.offer-products {
  display: flex;
  width: calc(100% - 280px);
}
.offer-product {
  width: 25%;
  position: relative;
}
.op-image {
  height: 220px;
  overflow: hidden;
}
.op-image a {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #bbb;
}
.op-image img {
    height: auto;
    width: 100%;
}
.op-size {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.offer-products .btn {
  padding: 2px 15px;
  background: #01ffff;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #000;
  font-size: 13px;
  position: absolute;
  right: 6px;
  top: 160px;
  z-index: 9;
}
.op-prices {
  display: flex;
  font-weight: bold;
  color: #000;
  justify-content: space-between;
  padding: 6px 6px 0 6px;
}
.op-price {
  font-size: 30px;
}
.op-price span {
  font-size: 20px;
}
.op-old-price {
  text-decoration: line-through;
  text-decoration-color: currentcolor;
  text-decoration-color: red;
  line-height: 16px;
}
.op-sale {
  color: red;
  line-height: 16px;
}
.offer-text {
  width: 280px;
  padding-left: 10px;
}
.offer-caption {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 20px;
}
.offer-sale {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: red;
  margin: 10px 0;
}
.offer-text ul {
  margin: 0;
  padding-left: 14px;
  font-size: 14px;
}
#block {
  margin-bottom: 20px;
}
#block h1 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 28px;
}
#block .wrapper,
#contacts-block .wrapper {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15), inset 0 0 10px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15), inset 0 0 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15), inset 0 0 10px rgba(0, 0, 0, 0.03);
  padding: 20px 20px 30px 20px;
}
h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: oklch(21% .034 264.665);
  position: relative;
}
.product {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    margin-bottom: 30px;
}
.product:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4.05555px 6.06596px -1.01389px, rgba(0, 0, 0, 0.1) 0px 2.02083px 4.02083px -2.01389px;
}
.product-title {
  padding: 1rem 1rem 0rem 1rem;
  margin-bottom: 0.5rem;
  height: 4.5rem;
  overflow: hidden;
}
.product-title a,
.product-title span {
  font-weight: 600;
  text-decoration: none;
  font-size: 1.125rem;
  color: oklch(21% .034 264.665);
}
.product-image {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
}
.product-image img {
    width: 100%;
    transition: filter, transform 0.3s ease-in-out;
    transform: scale(1);
}
.product-image img:hover {
    transform: scale(1.1);
}
.product-price {
  display: flex;
  justify-content: space-between;
  background: #546e7a;
  border-radius: 10px;
  padding: 0.75rem;
}
.price {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.product .btn {
    font-size: 0.875rem;
    padding: 0 1rem;
    background: #e85d5d;
    height: 36px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    border: none;
}
.product .btn:hover {
    background: #d14d4d;
}
.installment {
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}
.installment img {
  width: 30px;
}
.blink {
  animation: blink 1s linear infinite;
  font-weight: bold;
}
@-webkit-keyframes blink {
  100% { color: #ff003b; }
}
@keyframes blink {
  100% { color: #ff003b; }
}
.product-announce {
  position: absolute;
  background: #fff;
  box-shadow: 1px 1px 3px #888;
  width: 100%;
  padding: 5px 10px;
  height: 0;
  display: none;
  z-index: 99;
}
.product:hover .product-announce {
  height: auto;
  display: block;
}
.category {
  margin-bottom: 20px;
}
.category-image img {
  width: 100%;
}
.category-title {
  color: #232323;
  font-weight: bold;
  text-align: center;
}
.category-title a {
  text-decoration: none;
}
.pager ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0;
}
.pager ul li {
    margin: 0 5px;
}
.pager a {
    border-radius: 10px;
    width: 44px;
    height: 42px;
    line-height: 39px;
    display: block;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    color: oklch(37.3% 0.034 259.733);
    border: 1px solid oklch(87.2% 0.01 258.338);
    text-align: center;
}
.pager a.active,
.pager a:hover {
    color: #fff;
    background: #546E7A;
}
.pager a svg {
    width: 20px;
    height: 20px;
}
.text h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.text h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}
.text p {
  font-size: 14px;
}
.text table td:first-child {
  padding-left: 10px;
}
.text table td:last-child {
  padding-right: 10px;
}
footer {
    background: #101828;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
}
.fl-wrapper {
    display: flex;
    margin-bottom: 1rem;
}
.fl-content {
    margin-left: 10px;
}
.footer-logo {
    width: 40px;
    height: 40px;
    background: #546E7A;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.fl-title {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}
.fl-text {
    font-size: 0.75rem;
    color: oklch(70.7% 0.022 261.325);
}
footer h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: bold;
}
footer p {
    color: oklch(70.7% 0.022 261.325);
    font-size: 0.875rem;
    margin: 0;
}
footer a {
    color: oklch(70.7% 0.022 261.325);
    font-size: 0.875rem;
    text-decoration: none;
}
footer a:hover {
    color: rgb(84, 110, 122);
}
footer ul {
    list-style-type: none;
    padding: 0;
}
footer li {
    margin-bottom: 14px;
    color: oklch(70.7% 0.022 261.325);
    font-size: 0.875rem;
    line-height: 16px;
}
footer li svg {
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-right: 4px;
}
footer li span {
    display: block;
    font-size: 0.75rem;
    color: oklch(55.1% 0.027 264.364);
    margin-bottom: 2px;
}
footer h3 {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.footer-content {
    border-top: 1px solid oklch(27.8% 0.033 256.848);
    padding-top: 2rem;
    margin-top: 2rem;
    border-bottom: 1px solid oklch(27.8% 0.033 256.848);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.block-content-wrapper .col-lg-6:last-child {
    text-align: right;
}
.block-content-wrapper p {
    color: oklch(55.1% 0.027 264.364);
}
.block-content-wrapper a {
    color: oklch(55.1% 0.027 264.364);
    font-size: 0.875rem;
    text-decoration: none;
    margin-left: 20px;
}



.block-content-wrapper p {
  margin: 0;
  font-size: 14px;
}
.inner .pager {
  margin: 20px 0;
}
table {
  width: 100%;
  margin: 10px 0;
}
.table-graver thead {
  font-weight: bold;
}
.table-graver td {
  padding: 6px;
  border: 1px solid black;
}
.btn.pri {
  background: #555;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  text-align: center;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  position: absolute;
  right: 0;
  top: -6px;
}
.product-name {
  margin: 20px 0;
}
.product-banner {
  text-align: center;
}
.complect {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
padding-bottom: 30px;
}
.complect .btn {
    margin-top: 8px;
    border-color: #000;
}
.complect p {
  margin-bottom: 0;
}
.complect-size {
  font-weight: bold;
  font-size: 18px;
}
p.p-type {
    font-weight: bold;
    margin: 8px 0;
}
.stele-size,
.stand-size,
.flower-size {
    font-size: 15px;
}
.p-price {
  color: #AB0000;
  font-weight: bold;
  
}
.product-sizes {
    padding: 5px 10px;
}
.product-sizes p {
    margin: 0;
}
.prod-type {
    width: 100%;
}
.credit a {
    text-decoration: none;
    font-size: 18px;
}
.credit {
    margin: 8px 0;
}
.news-text,
.articles-text {
    margin-bottom: 2rem;
}
.articles .news-element,
.article-element {
    display: flex;
    border: 1px solid oklch(92.8% 0.006 264.531);
    border-radius: 0.625rem;
    margin-bottom: 24px;
    overflow: hidden;
}
.articles .col-lg-4 {
    padding-bottom: 24px;
}
.article-element {
    flex-direction: column;
    height: 100%;
    padding: 0;
    margin: 0;
}
.articles .news-element:hover,
.article-element:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.article-image {
    width: 300px;
    flex-shrink: 0;
    overflow: hidden;
    background: #eee;
}
.article-image img {
    transition: filter, transform 0.3s ease-in-out;
    transform: scale(1);
}
.article-element .article-image {
    height: 192px;
    width: 100%;
}
.article-element .article-image img {
    width: 100%;
    height: auto;
}
.articles .news-element .article-image img {
    width: auto;
    height: 100%;
}
.article-image img:hover {
    transform: scale(1.1);
}
.article-date {
    color: oklch(55.1% 0.027 264.364);
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    line-height: 16px;
}
.article-date svg {
    width: 16px;
    height: 16px;
    color: oklch(55.1% 0.027 264.364);
    margin: 0 5px 3px 0;
}
.article-content {
    padding: 1.5rem;
}
.article-element .article-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.article-element .article-announce {
    flex: 1;
}
.article-title {
    font-size: 1.25rem;
    line-height: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.article-title a {
    margin-bottom: 20px;
    color: oklch(21% 0.034 264.665);
    text-decoration: none;
}
.article-title a:hover {
    color: rgb(139, 21, 56);
}
.article-announce p {
    color: oklch(44.6% 0.03 256.802);
}
.article-announce h2 {
    font-size: 18px;
    font-weight: bold;
}
.article-element .more {
    text-align: right;
    margin-top: 10px;
}
.articles .news-element .more a,
.article-element .more a {
    color: #8B1538;
    text-decoration: none;
    font-weight: 500;
}
.articles .news-element .more svg,
.article-element .more svg {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    position: relative;
    left: 0;
    transition: left 0.3s;
}
.articles .news-element .more a:hover svg,
.article-element .more a:hover svg {
    left: 5px;
}
.form-required {
    color: #c00;
}
#text-page {
    padding: 3rem 0;    
}
#text-page h1 {
    font-size: 3rem;
    color: oklch(21% .034 264.665);
    margin-bottom: 1rem;
    font-weight: 700;
}
.text-date {
    color: oklch(44.6% 0.03 256.802);
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    margin-bottom: 2rem;
}
.text-date svg {
    width: 16px;
    height: 16px;
    color: oklch(44.6% 0.03 256.802);
    margin-right: 6px;
}
.order {
    margin-bottom: 10px;
}
.order img {
    width: 100%;
}
.order p {
    margin-bottom: 8px;
}
.order p.sale,
.order p.price, 
.order p.old-price {
    margin-bottom: 0;
    text-align: right;
}
.step-2,
.step-3,
.step-4 {
    display: none;
}
form label {
    font-weight: bold;
}
form .form-group {
    margin-bottom: 10px;
}
form .btn {
    border-color: black;
}
.send-btn,
.order-btn {
    background: #000;
    color: #fff;
}
.order h1 span {
    border: none;
    box-shadow: none;
    text-shadow: none;
    margin: 0;
}
.characteristics {
    margin-bottom: 20px;
}
.characteristics p {
    margin-bottom: 6px;
}
.characteristics .btn {
    border: 1px solid #000;
    margin-top: 10px;
}
.fence-element {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 5px solid saddlebrown;
}
.fence-element .product-title {
    margin: 0 5px 0 0;
    font-size: 24px;
    height: auto;
    padding: 0;
}
.fence-element .product-title a {
    font-weight: 500;
}
.fence-element .product-sizes {
    padding: 0;
}
.fence-element .credit {
    margin: 0 0 20px 0;
}
.fence-element .credit a {
    font-size: 20px;
}
.fence .product-wrapper {
    margin-bottom: 20px;
}
.accessories table thead td {
    font-weight: bold;
}
.accessories table td {
    border: 1px solid #000;
    padding: 0 10px;
}
.search-form {
    margin-top: 10px;
    display: flex;
    justify-content: end;
}
.search-form input[type="text"] {
    width: 240px;
    font-size: 15px;
    outline: none;
}
.questions {
    background: rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    border-radius: 20px;
}
.question {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 14px 25px 14px 0;
    background: url('../images/arrow-bottom.png') right center no-repeat;
    background-size: 18px 10px;
}
.question-block:last-child .question {
    border: none;
}
.answer {
    display: none;
    padding: 20px 0;
}
.open .question {
    background: url('../images/arrow-top.png') right center no-repeat;
    background-size: 18px 10px;
}
.open .answer {
    display: block;
}
.office {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.office:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.office p {
    margin-bottom: 10px;
}
#contacts-block h2 {
    margin-bottom: 30px;
}
.top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sort .value {
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 34px;
    padding: 0 20px;
    width: 230px;
    cursor: pointer;
    background: url('../images/select.png') calc(100% - 8px) center no-repeat;
    background-size: 20px 8px;
}
.sort .options {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 20px;
    width: 230px;
    position: absolute;
    background: #fff;
    z-index: 99;
    display: none;
}
.sort .option {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}
.sort .option:last-child {
    border: none;
}
.sort .option a {
    text-decoration: none;
}
.top-wrapper h2 {
    font-size: 20px;
    font-weight: bold;
}
.gallery .col-lg-4 {
    margin-bottom: 20px;
}
.gallery a {
    display: block;
    overflow: hidden;
    height: 300px;
}
.gallery img {
    width: 100%;
    position: relative;
}
.vase-block {
    margin-top: 30px;
}
.vase {
    border: 1px solid #84b4b5;
    background: #97fbfb;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 14px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
}
.vase img {
    width: 100%;
}
.vase-top {
    display: flex;
    justify-content: space-between;
}
.vase-bottom {
    margin-top: 8px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.vase-bottom .old-price {
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    position: relative;
}
.vase-bottom .old-price::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #fc0001;
    top: 50%;
    left: 0;
    position: absolute;
}

.advantage {
    display: flex;
    margin: 20px 0;
}
.a-image {
    width: 58px;
    height: 58px;
    background: #F1F1F4;
    border-radius: 29px;
    flex-shrink: 0;
    margin-right: 17px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.a-info strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    margin: 17px 0 14px 0;
    display: block;
}
.a-info p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #4D4655;
    margin: 0;
}
#stages {
    padding: 40px 0;
}
.stage {
    border: 3px solid #F1F1F4;
    border-radius: 5px;
    padding: 38px 49px 35px 31px;
    position: relative;
    height: 100%;
}
.stage.active {
    background: #F1F1F4;
}
.s-number {
    width: 58px;
    height: 58px;
    border-radius: 29px;
    background: #F1F1F4;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    line-height: 54px;
    color: #000;
    position: absolute;
    right: 37px;
    top: -29px;
    border: 2px solid #F1F1F4;
}
.active .s-number {
    background: #fff;
}
.stage strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px;
    display: block;
}
.stage p {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #4D4655;
    margin: 0;
}
.s-info {
    display: flex;
    justify-content: space-between;
}
.s-info img {
    top: 8px;
    position: relative;
}
#m-categories {
    padding-bottom: 40px;
}
.m-category {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
    background-color: #546E7A;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    transition: background-color 0.3s ease-in-out;
}
.m-category img {
    width: 214px;
    height: 230px;
    position: absolute;
    right: 0.5rem;
    top: 0.625rem;
    filter: drop-shadow(rgba(255, 255, 255, 0.6) 0px 0px 20px) drop-shadow(rgba(255, 255, 255, 0.4) 0px 0px 40px) drop-shadow(rgba(0, 0, 0, 0.5) 0px 10px 30px);
    transition: filter, transform 0.3s ease-in-out;
    transform: scale(1);
}
.m-category a {
    padding: 2rem;
    height: 220px;
    text-decoration: none;
    display: block;
}
.m-category:hover {
    background-color: rgb(62, 86, 97);
}
.m-category:hover img {
    transform: scale(1.1);
    filter: drop-shadow(rgba(96, 165, 250, 0.8) 0px 0px 25px) drop-shadow(rgba(59, 130, 246, 0.6) 0px 0px 45px) drop-shadow(rgba(0, 0, 0, 0.5) 0px 10px 30px);
}
.m-category b {
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    display: block;
    position: relative;
}
.m-category b::after {
    content: "";
    width: 96px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1rem;
}
.m-category .btn {
    font-size: 0.875rem;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    color: #fff;
    background: #E85D5D;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 2rem;
    position: absolute;
    z-index: 5;
    border-radius: 22px;
    left: 2rem;
    bottom: 2rem;
    border: none;
}
.m-category .btn:hover {
    background: rgb(209, 77, 77);
}
.custom-menu {
    padding: 30px;
    width: 1000px;
}
.custom-menu > li {
    display: flex;
    align-items: center;
    border: none;
    margin-bottom: 8px;
}
.custom-menu > li > div {
    display: flex;
}
.custom-menu > li img {
    width: 37px;
    height: 37px;
}
.custom-menu .sub-sub-menu {
    left: 250px;
    box-shadow: none;
    border-left: 1px solid #E9E9E9;
    padding-left: 50px;
    width: 700px;
}
.custom-menu .sub-sub-menu li {
    border: none;
}
.menu-caption {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px !important;
}
.menu-catalog a {
    font-weight: bold;
    margin-top: 10px;
    background: url('../images/menu-arrow.svg') right center no-repeat;
    padding-right: 24px;
}
.custom-menu a:hover {
    color: #000;
}





.new-design .text .h2 {
    font-Weight: 400;
    font-size: 24px;
    line-height: 26px;
    font-family: Arial;
    color: #000;
    margin: 0;
}
.new-design .text .h2 .btn.pri {
    display: none;
}
.new-design table {
    color: #000;
    margin-bottom: 34px;
}
.new-design thead {
    background: #F1F1F4;
}
.new-design .table-graver td {
    border: none;
    padding: 10px 50px !important;
}
.new-design .table-graver tr {
    border-bottom: 1px solid #E8E8EC;
}
.new-design .tab-caption {
    border-bottom: 1px solid #DEDEDE;
    background: url('../images/tab-arrow-bottom.svg') calc(100% - 6px) 25px no-repeat;
    cursor: pointer;
    padding: 20px 0 20px 0;
}
.new-design .tab-content {
    display: none;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 18px;
}
.new-design .active .tab-caption {
    border-bottom: none;
    background: url('../images/tab-arrow-top.svg') calc(100% - 6px) 25px no-repeat;
}
.new-design .tab-caption .h2 {
    font-size: 1.5rem;
}
.new-design .active .tab-caption .h2 {
    font-weight: 700;
}
.new-design .active .tab-content {
    display: block;
}
.new-design .tab-content p {
    color: #797B80;
}
.new-design .text-after-tabs {
    display: none;
}
.product-advantages {
    background: #F1F1F4;
    margin-top: 56px;
}
.pa-wrapper {
    padding: 52px 37px 44px 37px;
}
.pa-wrapper p {
    margin: 0;
    color: #797B80;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}
.product-advantages .col-lg-4 {
    border-right: 1px solid #fff;
}
.product-advantages .col-lg-4:last-child {
    border: none;
}
.pa-top {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.pa-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #000;
}
.simillar-products {
    margin-top: 56px;
}
.simillar-products h2 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 1.5rem;
}
.simillar-products .product {
    border: 1px solid oklch(92.8% .006 264.531);
    box-shadow: none;
}
.simillar-products .product:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.simillar-products .product > a {
    padding: 0.5rem;
    display: block;
    text-decoration: none;
    color: #000;
}
.simillar-products .product-title {
    padding: 0;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    height: 40px;
    overflow: hidden;
}
.simillar-products .price {
    font-size: 0.875rem;
    color: #8B1538;
    font-weight: 700;
}
.zero {
    font-weight: 400;
    font-size: 13px;
    line-height: 11px;
}
.zero .red {
    color: #DF4F21;
    font-weight: 700;
}
.loan {
    font-weight: 600;
    font-size: 15px;
    line-height: 12px;
    color: #000;
}
.loan span {
    color: #917264;
}
.new-design h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    color: #000;
    margin-bottom: 31px;
}
.granit {
    margin-bottom: 2rem;
}
.granit p {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #000;
}
.granit-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.g-element {
    text-align: center;
    width: calc(20% - 8px);
    position: relative;
    cursor: pointer;
}
.g-element img {
    width: 100%;
    height: 80px;
    border-radius: 10px;
}
.g-element.active img {
    border: 2px solid #8b1538;
    padding: 2px;
}
.g-element div {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.g-element span {
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.9rem;
    display: block;
    padding: 6px 10px;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
}
#block .product-content h1 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
}
.new-design .complects > p {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #000;
}
.new-design .complect-size {
    font-weight: 700;
    font-size: 1.125rem;
    color: #000;
}
.new-design .complect-size span {
    display: none;
}
.new-design .active .complect-size span {
    color: #8b1538;
    display: inline;
}
.new-design .sizes {
    display: none;
}
.new-design .active .sizes {
    display: block;
    margin-top: 0.5rem;
}
.new-design .sizes p {
    font-weight: 500;
    font-size: 0.875rem;
    color: oklch(44.6% .03 256.802);
    margin-bottom: 6px;
}
.new-design .polishing {
    margin-top: 14px;
    display: none;
}
.new-design .active .polishing {
    display: block;
}
.new-design .polish {
    display: flex;
    background: #fff;
    border-radius: 8px;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid oklch(87.2% .01 258.338);
    margin-bottom: 10px;
    position: relative;
}
.new-design .polish::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 1px solid #91919f;
    margin-right: 10px;
}
.new-design .polish.active {
    border: 2px solid #8B1538;
}
.new-design .polish.active::before {
    border: 1px solid #007aff;
}
.new-design .polish.active::after {
    content: "";
    position: absolute;
    background: #007aff;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    left: 15px;
}
.new-design .polish:last-child {
    border: none;
}
.product-comments h2,
.simillar-products h2 {
    margin-bottom: 1.5rem;
}
.product-comments .stars svg {
    fill: #8b1538;
    stroke: #8b1538;
}
.comment {
    padding: 1.5rem;
    margin-bottom: 1rem;
    background: oklch(98.5% 0.002 247.839);
    border-radius: 10px;
}
.comment-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}
.comment-data p:first-child {
    font-size: 16px;
    font-weight: 700;
    color: oklch(0.145 0 0);
    margin: 0;
}
.comment-data p:last-child {
    font-size: 0.875rem;
    color: oklch(55.1% 0.027 264.364);
    margin: 0;
}
.comment .text p {
    color: oklch(37.3% 0.034 259.733);
    font-size: 16px;
}
.comment .text p:last-child {
    margin: 0;
}
.vase-wrapper {
    width: 100%;
}
.order-consultation {
    line-height: 34px;
    height: 36px;
    border: 1px solid #8b1538;
    border-radius: 10px;
    width: 100%;
    background: none;
    color: #8b1538;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.order-consultation:hover {
    background: #8b1538;
    color: #fff;
}
.consultation-form {
    padding: 1.5rem;
    background: oklch(0.985 0.002 247.839);
    border-radius: 10px;
    display: none;
    margin-bottom: 1rem;
}
.consultation-form h3 {
    font-weight: 700;
    font-size: 1.125rem;
    color: oklch(0.145 0 0);
    font-size: 18px;
    margin-bottom: 16px;
}
.consultation-form form {
    display: flex;
    flex-direction: column;
}
.consultation-form form input[type="text"] {
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    border: 1px solid oklch(0.872 0.01 258.338);
    padding: 0.75rem 1rem;
    background: none;
    margin-bottom: 0.75rem;
}
.consultation-form form textarea {
    height: 98px;
    border-radius: 10px;
    border: 1px solid oklch(0.872 0.01 258.338);
    padding: 0.75rem 1rem;
    background: none;
    margin-bottom: 0.75rem;
    resize: none;
}
.consultation-form form input[type="submit"] {
    height: 36px;
    line-height: 36px;
    background: #8B1538;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 0.875rem;
}
.consultation-form form input[type="submit"]:hover {
    background: rgb(107, 15, 40);
}
.contacts-block {
    padding: 1.5rem;
    border-radius: 10px;
    background: oklch(98.5% 0.002 247.839);
}
.contacts-block h3 {
    font-size: 1.125rem;
    color: oklch(0.145 0 0);
    font-weight: 700;
    margin-bottom: 16px;
}
.contacts-block .line {
    display: flex;
    margin-bottom: 14px;
}
.contacts-block .line:last-child {
    margin: 0;
}
.contacts-block svg {
    margin-right: 10px;
    stroke: #8B1538;
}
.contacts-block p,
.contacts-block a {
    font-size: 16px;
    text-decoration: none;
    color: oklch(0.145 0 0);
    margin: 0;
}
#order {
    width: 100%;
}
.order-product {
    display: flex;
}
.form-block {
    border-radius: 10px;
    background: oklch(98.5% .002 247.839);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.form-block h3 {
    font-weight: 700;
    font-size: 1.25rem;
    color: oklch(0.145 0 0);
    margin-bottom: 1rem;
}
.form-block label {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: oklch(14.5% 0 0);
}
.form-block input[type="text"],
.form-block input[type="email"],
.form-block input[type="tel"] {
    border: 1px solid oklch(87.2% .01 258.338);
    line-height: 42px;
    height: 42px;
    background: none;
    border-radius: 10px;
    padding: 0.5rem 1rem;
}
.form-block textarea {
    border: 1px solid oklch(87.2% .01 258.338);
    height: 114px;
    background: none;
    border-radius: 10px;
    padding: 0.5rem 1rem;
}
.form-block input[type="text"]:focus,
.form-block input[type="email"]:focus,
.form-block input[type="tel"]:focus,
.form-block textarea:focus {
    border: 1px solid oklch(87.2% .01 258.338);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(139, 21, 56) 0px 0px 0px 2px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.order-product-image {
    width: 160px;
    border-radius: 10px;
    overflow: hidden;
}
.order-product-image img {
    width: 100%;
}
.order-product-name {
    margin-left: 1.5rem;
}
.order-product-name .p-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: oklch(0.145 0 0);
    line-height: 130%;
    margin-bottom: 1rem;
}
.order-product-name .p-complect {
    font-weight: 500;
    color: oklch(44.6% .03 256.802);
    font-size: 0.875rem;
}
.p-sizes p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.p-sizes p:last-child {
    margin: 0;
}
.p-sizes p b {
    color: oklch(44.6% .03 256.802);
    font-weight: 400;
}
.p-sizes p span {
    color: oklch(14.5% 0 0);
}
.p-material-polish .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
}
.p-material-polish .line:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.p-material-polish .line p {
    margin: 0;
    color: oklch(55.1% .027 264.364);
    font-size: 0.875rem;
}
.p-material-polish .line b {
    font-weight: 500;
    color: oklch(0.145 0 0);
    margin-bottom: 4px;
    display: block;
    font-size: 16px;
}
.p-material-polish .line p.price {
    font-size: 16px;
    font-weight: 700;
    color: #8b1538;
}
.total-price {
    background-image: linear-gradient(to right bottom in oklab, rgb(139, 21, 56) 0%, rgb(107, 16, 40) 100%);
    padding: 1.5rem;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total-price p {
    opacity: .9;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}
.total-price p.price {
    font-weight: 700;
    font-size: 1.875rem;
    opacity: 1;
    margin: 0;
}
.total-price svg {
    width: 48px;
    height: 48px;
}
.new-design .p-type {
    margin: 0 auto 0 0;
    font-weight: 500;
    font-size: 1rem;
    color: oklch(14.5% 0 0);
}
form .form-group:last-child {
    margin: 0;
}
form .form-group small {
    margin-top: 6px;
    display: block
}
.order-btn {
    background-image: linear-gradient(in oklab, rgb(139, 21, 56) 0%, rgb(123, 19, 48) 50%, rgb(107, 16, 40) 100%);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(139, 21, 56, 0.4) 0px 6px 20px 0px, rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.3) 0px -1px 3px 0px inset;
    border: none;
    width: 100%;
    height: 68px;
    line-height: 60px;
    border-radius: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}
.order-btn:hover {
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(139, 21, 56, 0.5) 0px 8px 30px 0px, rgba(139, 21, 56, 0.3) 0px 0px 40px 0px, rgba(255, 255, 255, 0.3) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.4) 0px -1px 3px 0px inset;
}
.new-design .p-price {
    margin-right: 20px;
    color: oklch(55.1% .027 264.364);
    font-weight: 400;
    font-size: 0.75rem;
    text-align: right;
}
.new-design .p-price span {
    font-weight: 700;
    font-size: 1.125rem;
    display: block;
    color: #8b1538;
}
.new-design .complect {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding: 1rem 1rem 1rem 3.25rem;
    margin: 0 0 20px 0;
    position: relative;
    cursor: pointer;
}
.new-design .complect.active {
    background: #f9fafb;
}
.new-design .complect::before {
    border: 1px solid #91919f;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    content: "";
    top: 20px;
    left: 20px;
    position: absolute;
}
.new-design .complect.active::before {
    border: 1px solid #007aff;
}
.new-design .complect.active::after {
    content: "";
    background: #007aff;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    display: block;
    left: 23px;
    top: 23px;
    position: absolute;
}
.new-design .complect .btn {
    margin: 0;
    border: 1px solid oklch(87.2% .01 258.338);
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    font-size: 0.875rem;
    color: oklch(14.5% 0 0);
    padding: 0 0.75rem;
}
.new-design .complect .btn:hover {
    color: #8b1538;
    border-color: #8b1538;
    background: #e9ebef;
}
.new-design .sizes p.flower-size {
    margin-right: 0;
}
.new-design .g-wrapper {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.memorial-image {
    padding-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}
#modal {
    border-radius: 20px;
    width: 672px;
    padding: 0;
    display: none;
}
.modal-head {
    background-image: linear-gradient(to right in oklab, rgb(139, 21, 56) 0%, rgb(107, 16, 40) 100%);
    padding: 1.5rem;
    display: flex;
}
.modal-head .circle {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: oklab(1 0 5.96046e-8 / 0.2);
    text-align: center;
    line-height: 56px;
    margin-right: 14px;
}
.modal-head .circle svg {
    width: 32px;
    height: 32px;
    color: #fff;
}
.modal-head h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.25rem;
}
.modal-head p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    color: oklab(1 0 5.96046e-8 / 0.9);
}
.modal-wrapper {
    padding: 2rem;
}
.modal-wrapper .notice {
    padding: 1rem;
    background: oklch(0.987 0.022 95.277);
    border: 1px solid oklch(0.924 0.12 95.746);
    border-radius: 10px;
    color: oklch(27.8% .033 256.848);
    font-size: 16px;
    margin-bottom: 1.5rem;
}
.modal-wrapper .notice .phone {
    color: #8b1538;
    font-weight: 700;
    font-size: 1.25rem;
    text-decoration: none;
    outline: none;
}
.modal-wrapper .notice .phone:hover {
    text-decoration: underline;
}
.modal-wrapper .buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.modal-wrapper .buttons .btn {
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 500;
}
.modal-wrapper .buttons .btn:first-child {
    border: 2px solid oklch(0.872 0.01 258.338);
}
.modal-wrapper .buttons .btn:first-child:hover {
    background: oklch(98.5% .002 247.839);
}
.modal-wrapper .buttons .btn:nth-child(2) {
    background: oklch(0.373 0.034 259.733);
    border: 1px solid oklch(0.373 0.034 259.733);
    color: #fff;
}
.modal-wrapper .buttons .btn:nth-child(2):hover {
    background: oklch(27.8% .033 256.848);
}
.modal-wrapper .buttons .btn:last-child {
    background: linear-gradient(to right in oklab, rgb(139, 21, 56) 0%, rgb(107, 16, 40) 100%);
    border: 1px solid rgb(107, 16, 40);
    color: #fff;
}
.modal-wrapper .buttons .btn:last-child:hover {
    opacity: 0.9;
}
.modal-wrapper .message {
    color: oklch(37.3% .034 259.733);
    font-size: 1.125rem;
}
#modal .fancybox-close-small {
    display: none;
}
.g-block {
    border-radius: 10px;
    overflow: hidden;
}
.new-design .g-wrapper .g-block img {
    width: 100%;
    transition: transform 0.3s;
    cursor: zoom-in;
}
.new-design .g-wrapper .g-block img:hover {
    transform: scale(1.1);
}
.complect-wrapper {
    display: flex;
    justify-content: space-between;
}
.complect-granit {
    width: 300px;
    height: 104px;
    border-radius: 10px;
    overflow: hidden;
    background-size: 100% auto !important;
    justify-content: center;
    align-items: center;
    display: none;
}
.active .complect-granit {
    display: flex;
}
.granit-name {
    background: rgba(0,0,0,0.3);
    text-align: center;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
}
.granit-name span {
    margin-top: 0.25rem;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}
.center {
    text-align: center;
}
.alias {
    display: none;
}
.g-wrapper .owl-dots {
    display: none;
}
.g-wrapper .owl-nav {
    display: flex;
    width: calc(100% - 20px);
    position: absolute;
    z-index: 1;
    justify-content: space-between;
    left: 0;
    top: calc(50% - 24px);
    z-index: 9;
}
.g-wrapper .owl-stage-outer {
    position: relative;
    z-index: 2;
}
.product-slider .owl-prev {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #0009 url('../images/prev.svg') center center no-repeat !important;
    left: 15px;
    position: relative;
    transition: transform 0.3s;
}
.product-slider .owl-prev:hover {
    transform: scale(1.1);
    background: #000 url('../images/prev.svg') center center no-repeat !important;
}
.product-slider .owl-prev span {
    display: none;
}
.product-slider .owl-next {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #0009 url('../images/next.svg') center center no-repeat !important;
    right: 15px;
    position: relative;
    transition: transform 0.3s;
}
.product-slider .owl-next:hover {
    transform: scale(1.1);
    background: #000 url('../images/next.svg') center center no-repeat !important;
}
.product-slider .owl-next span {
    display: none;
}
.product-price-block {
    background: #8b1538;
    margin: 1rem 20px 1rem 0;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
}
.product-price-block .old-price {
    font-size: 0.85rem;
    margin-bottom: 1rem;
}
.product-price-block .old-price span {
    opacity: 0.7;
    text-decoration: line-through;
}
.product-price-block .new-price {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.product-price-block .new-price span {
    font-size: 1.875rem;
    font-weight: bold;
}
.product-price-block button,
.product-price-block a.btn {
    background: #546E7A;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border: none;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
}
.product-price-block button:hover,
.product-price-block a.btn:hover {
    background: rgb(62, 86, 97);
}
.current-size {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.current-size span {
    font-weight: 700;
    color: #8B1538;
}
.choose-size {
    background-image: linear-gradient(to right in oklab, rgb(102, 187, 106) 0%, rgb(76, 175, 80) 100%);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
    line-height: 56px;
    text-align: center;
    padding: 0;
    width: calc(100% - 20px);
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    transition: transform 0.3s;
}
.choose-size:hover {
    background-image: linear-gradient(to right in oklab, rgb(76, 175, 80) 0%, rgb(56, 142, 60) 100%);
    transform: scale(1.05);
}
.messengers {
    position: fixed;
    right: 36px;
    bottom: 130px;
    z-index: 999;
}
.messengers a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.messengers .telegram {
    margin-bottom: 10px;
}
.messengers .telegram a {
    background: url('../images/telegram.svg') -4px -4px no-repeat;
    background-size: 58px 58px;
}
.messengers .whatsapp a {
    background: url('../images/whatsapp.svg') no-repeat;
}

@media screen and (max-width: 768px) {
    .messengers {
        position: fixed;
        right: 22px;
        bottom: 95px;
        z-index: 999;
    }
    .new-design h1 {
        line-height: 34px;
        margin-top: 14px;
    }
    .g-element {
        margin-right: 14px;
    }
    .g-element img {
        width: 60px;
        height: 60px;
    }
    .new-design .complect {
        padding: 10px 10px 10px 40px
    }
    .new-design .p-type {
        font-size: 14px;
    }
    .new-design .p-price {
        margin-right: 0;
    }
    .new-design .p-price span {
        font-size: 16px;
    }
    .new-design .complect .btn {
        overflow: hidden;
    }
    .new-design .tab-caption {
        padding-bottom: 20px;
    }
    .new-design .text .h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .pa-wrapper {
        padding: 30px;
    }
    .pa-top {
        margin-bottom: 20px;
    }
    .simillar-products h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .simillar-products .price {
        font-size: 24px;
        line-height: 26px;
    }
    .simillar-products .p-wrap {
        padding: 10px;
    }
    .zero {
        margin: 0 10px;
    }
    .simillar-products {
        margin-top: 40px;
    }
    .simillar-products h2 {
        margin-bottom: 20px;
    }
    .new-design .table-graver td {
        padding: 6px 16px !important;
        font-size: 14px;
    }
    .new-design .complect::before {
        width: 20px;
        height: 20px;
        left: 11px;
        top: 11px;
    }
    .new-design .complect.active::before {
        border: 6px solid #000;
    }
    .search-form {
        width: calc(100% - 24px);
        position: absolute;
        left: 12px;
        z-index: 9;
    }
    .header-text {
        display: none;
    }
    .contacts-header {
        font-size: 12px;
        text-align: right;
    }
    #banner {
        display: none;
    }
    .footer-content {
        padding: 20px;
        text-align: center;
    }
    .footer-content .col-lg-2 {
        width: 100%;
        margin-bottom: 10px;
    }
    #offer .container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .offer-products {
        min-width: 100%;
        flex-wrap: wrap;
    }
    .offer-product {
        width: 50%;
        margin-bottom: 10px;
    }
    .op-price {
        font-size: 18px;
    }
    .offer-text {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    .product-banner img {
        width: 100%;
    }
    .text img {
        width: 100%;
        height: auto;
    }
    .polishing .col-lg-6 {
        width: 50%;
    }
    .polishing .btn {
        font-size: 14px;
    }
    .sub-menu {
        position: relative;
        text-align: center;
    }
    .sub-menu > li {
        background: #ddd;
        padding-bottom: 0;
        padding: 0;
    }
    .sub-menu a {
        padding: 10px;
        display: block;
    }
    .sub-sub-menu {
        position: relative;
        width: 100%;
        left: 0;
        margin-top: 10px;
        display: block;
        box-shadow: none;
        margin: 0;
    }
    .sub-sub-menu li {
        background: #fff;
        padding: 0
    }
    .navbar-toggler,
    .navbar-toggler:focus {
        box-shadow: none;
        border: none;
    }
    .sub-menu span {
        display: block;
        padding: 10px;
    }
    .pager span {
        display: none;
    }
    .menu {
        background: none;
        margin-top: 40px;
    }
    .menu button {
        border: 1px solid #000 !important;
        border-radius: 5px;
        margin-bottom: 14px;
        width: 100%;
    }
    #navbarCollapse {
        background: #555;
    }
    .inner {
        margin-top: 0;
    }
    .op-image img {
        height: 100%;
        width: auto;
    }
    .utm-telephone {
        display: block;   
    }
    .header-top {
        height: auto;
    }
    .product-image {
        min-height: auto;
    }
    .accessories {
        overflow-y: auto;
        font-size: 14px;
    }
    .field-type-text-with-summary .align-center img,
    .field-type-text-with-summary center img {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
    .textpage img {
        width: 100%;
        height: auto;
    }
    .textpage table {
        width: 100% !important;
    }
    .vase {
        font-size: 22px;
    }
    .vase-bottom .old-price {
        font-size: 18px;
        line-height: 18px;
    }
    .top-wrapper {
        flex-direction: column;
    }
    .sort {
        width: 100%;
        margin-bottom: 20px;
    }
    .sort .value {
        width: 100%;
    }
    .custom-menu {
        width: 100%;
        padding: 0;
    }
    .custom-menu > li {
        display: block;
    }
    .custom-menu > li > div {
        justify-content: center;
        align-items: center;
    }
    .custom-menu .sub-sub-menu {
        width: 100%;
        left: 0;
        padding: 0;
    }
    .menu-caption {
        display: none !important;
    }
    .menu-catalog a {
        background: none;
    }
    .windowsill {
        font-size: 14px;
    }
}

.checkbox-input {
  margin-bottom: 20px;
}
.order-form .checkbox-input {
    margin: 0 0 10px 0;
}
.checkbox-input input[type=checkbox] {
	position: absolute;
	display: none;
}
.checkbox-input span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 35px;
  color: oklch(55.1% .027 264.364);
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}
.checkbox-input span:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	transition: background 0.3s ease;
  border: 1px solid #9499A1;
  border-radius: 5px;
}
.checkbox-input input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  background: #8b1538;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  border-radius: 4px;
}
.messages_cookies {
  display: none;
  background: #F6F6F6;
  position: fixed;
  z-index: 9999999999;
  padding: 20px 48px 20px 20px;
  font-size: 14px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.messages_cookies-close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 24px;
  width: 24px;
}
.messages_cookies-close svg {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 1921px) {
    .products .col-lg-3 {
        width: 20%;
    }
    .g-element {
        width: calc(16% - 4px);
    }
}