body {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  color: #4f5057;
}
a {
  color: #4f5057;
}
h1 {
  font-family: "Open Sans Condensed", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.header-top {
  padding-top: 20px;
  margin-bottom: 6px;
}
.header-top .container {
  display: flex;
}
.navbar-brand {
  margin: 0 15px 0 5px;
}
.navbar-brand img {
  height: 100px;
}
.header-text p {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
}
.contacts-header {
  width: 320px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
.contacts-header .text a {
  margin-left: 5px;
}
.mailto {
  font-size: 16px;
}
.menu {
  width: 100%;
  background-color: #3d3d3d;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#3d3d3d),color-stop(50%,#3d3d3d),color-stop(50%,#212121));
  background: -webkit-linear-gradient(top,#3d3d3d,#212121);
  background: -moz-linear-gradient(top,#3d3d3d,#212121);
  background: -ms-linear-gradient(top,#3d3d3d,#212121);
  background: -o-linear-gradient(top,#3d3d3d,#212121);

}
.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 {
  margin-bottom: 20px;
}
#banner .container {
  position: relative;
}
#banner .owl-dots {
  display: none;
}
.clock {
  transform: scale(0.5);
  position: absolute;
  z-index: 9;
  right: -140px;
  top: 100px;
}
#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: 110%;
  line-height: 150%;
  color: #4f5057;
  font-family: "Open Sans Condensed", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  position: relative;
}
.product {
  border: 1px solid #d0c4b3;
  border-width: 0 0 1px 0;
  -moz-box-shadow: 1px 1px 3px #888;
  -webkit-box-shadow: 1px 1px 3px #888;
  box-shadow: 1px 1px 3px #888;
  text-shadow: 0 1px 0 white;
  position: relative;
  margin-bottom: 30px;
}
.product-title {
  padding: 5px 10px;
  height: 58px;
  overflow: hidden;
}
.product-title a {
  font-weight: 700;
  text-decoration: none;
}
.product-image {
    width: 100%;
    overflow: hidden;
    min-height: 296px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
}
.product-image img {
  width: 100%;
}
.product-price {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.pl, .pr {
  width: 50%;
}
.pr img {
  width: 100%;
}
.old-price {
  text-decoration: line-through;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
}
.sale {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
.price {
  font-weight: 700;
  color: #AB0000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}
.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 {
  padding: 0 10px;   
}
.pager a {
  text-decoration: underline;
  font-size: 18px;
}
.pager a.active {
  font-weight: bold;
  text-decoration: none;
}
.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 {
  margin-top: 50px;
}
.footer-content {
  background: rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 80px 30px 80px;
  text-shadow: 0 1px 0 white;
}
.footer-content .col-lg-2 {
  margin-bottom: 30px;
  width: 16.666%;
}
.footer-content .col-lg-2 ul {
  padding: 0;
  list-style-type: none;
}
.footer-content .col-lg-2 a {
  color: #999;
  font-size: 80%;
  line-height: 200%;
}
.block-content-wrapper p {
  margin: 0;
  font-size: 14px;
}
.inner {
  margin-top: 30px;
}
.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;
}
.article {
    margin-bottom: 40px;
}
.article-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.article-announce h2 {
    font-size: 18px;
    font-weight: bold;
}
.article .more {
    text-align: right;
}
.sub-menu {
    position: absolute;
    background-color: #F9F9F9;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    list-style-type: none;
    padding: 0;
    /*width: 100%;*/
    z-index: 100;
    text-align: left;
    /*visibility: hidden;
    transition: all 0.3s ease;
    transition-delay: 1s;
    opacity: 0;*/
    display: none;
}
.sub-menu li {
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.sub-menu a,
.sub-menu span {
    text-decoration: none;
    display: block;
    padding: 10px;
}
.nav-item:hover .sub-menu {
    /*visibility: visible;
    opacity: 1;
    transition-delay: 0s;*/
    display: block;
}
.sub-sub-menu {
    position: absolute;
    background-color: #F9F9F9;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    list-style-type: none;
    top: 0;
    left: 120px;
    z-index: 101;
    padding: 0;
    width: 200px;
    /*visibility: hidden;
    transition: all 0.3s ease;
    transition-delay: 1s;
    opacity: 0;*/
    display: none;
}
.sub-menu:not(.custom-menu) li:hover .sub-sub-menu {
    /*visibility: visible;
    opacity: 1;
    transition-delay: 0s;*/
    display: block;
}
.sub-sub-menu li {
    line-height: 20px;
}
.review {
    background: #f3f0ec url('../images/bg_pattern_01.png') repeat;
    padding: 15px;
    margin-bottom: 20px;
}
.review-text {
    margin-top: 14px;
}
.review-date {
    float: right;
}
.form-required {
    color: #c00;
}
.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;
}
#advantages {
    padding-bottom: 20px;
}
.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 {
    background: #F1F1F4;
    border-radius: 10px;
    padding: 39px 31px 33px 31px;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 370px;
    margin-bottom: 14px;
}
.m-category a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.m-category a:hover {
    color: #000;
}
.m-category b {
    font-weight: 700;
    font-size: 24px;
    line-height:26px;
    flex-grow: 1;
}
.m-category p {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #4D4655;
    margin: 0;
}
.m-category .arrow {
    margin-top: 38px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    display: block;
    background: #fff url('../images/arrow.svg') center center no-repeat;
}
.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 30px 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 .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: 40px;
    line-height: 44px;
    color: #000;
    margin-bottom: 25px;
}
.simillar-products .product {
    box-shadow: none;
    border: none;
}
.simillar-products .product-price {
    padding: 7px 0 0 0;
}
.simillar-products .product-price .pl {
    display: flex;
    align-items: center;
    width: 100%;
}
.simillar-products .price {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #000;
}
.simillar-products .old-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #4D4655;
    margin: 0 8px;
}
.simillar-products .sale {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    color: #fff;
    background: #DF4F21;
    padding: 0 7px;
    border-radius: 10px;
}
.simillar-products .p-wrap {
    border: 1px solid #E1E2E8;
    border-radius: 10px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 22px 15px 22px;
}
.simillar-products .product-title {
    padding: 0;
    height: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
}
.simillar-products .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.simillar-products .installment {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.simillar-products .benefit {
    background: #6B4D4D;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 5px;
    text-align: center;
}
.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 p {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 14px;
    color: #000;
}
.granit-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 44px;
    gap: 20px;
}
.g-element {
    text-align: center;
    width: 14%;
    position: relative;
}
.g-element img {
    margin-bottom: 14px;
    width: 70px;
    height: 70px;
}
.g-element:hover {
    padding-top: 84px;
}
.g-element:hover img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: -20px;
}
.g-element.active img {
    border: 2px solid #df4f21;
    padding: 3px;
}
.g-element span {
    display: block;
    color: #797B80;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    word-wrap: anywhere;
}
.new-design .complects > p {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    margin-bottom: 17px;
}
.new-design .complect-size {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    margin-bottom: 8px;
}
.new-design .sizes {
    display: flex;
}
.new-design .sizes p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #797B80;
    margin-right: 20px;
}
.new-design .polishing {
    margin-top: 14px;
    display: none;
}
.new-design .active .polishing {
    display: block;
}
.new-design .polish {
    display: flex;
    align-items: center;
    padding: 12px 4px 15px 0;
    border-bottom: 1px solid #ECECEC;
}
.new-design .polish:last-child {
    border: none;
}
.new-design .p-type {
    margin: 0 auto 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #797B80;
}
.new-design .p-price {
    margin-right: 33px;
    color: #DF4F21;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
}
.new-design .p-price span {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.new-design .complect {
    border: 2px solid #F1F1F4;
    border-radius: 6px;
    padding: 21px 27px 17px 82px;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.new-design .complect.active {
    border-color: #000;
}
.new-design .complect::before {
    border: 1px solid #818181;
    width: 33px;
    height: 33px;
    border-radius: 17px;
    content: "";
    top: 26px;
    left: 31px;
    position: absolute;
}
.new-design .complect.active::before {
    border: 8px solid #000;
}
.new-design .complect .btn {
    margin: 0;
    border: 1px solid #797B80;
    height: 33px;
    line-height: 33px;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000;
}
.new-design .sizes p.flower-size {
    margin-right: 0;
}
.new-design .g-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.new-design .g-wrapper .g-block img {
    width: 100%;
}
.new-design .g-wrapper .g-block.active img {
  border: 2px solid #df4f21;
  padding: 3px;
}
.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: -10px;
    top: calc(50% - 20px);
}
.g-wrapper .owl-stage-outer {
    position: relative;
    z-index: 2;
}
.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;
}
.checkbox-input input[type=checkbox] {
	position: absolute;
	display: none;
}
.checkbox-input span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 35px;
  color: #9499A1;
  font-size: 13px;
  line-height: 22px;
}
.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: black;
  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;
}