body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #191717;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  background-image: url(https://haron161.ru/image/catalog/site/glavnaj/fon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; 
}
h1,
h2,
h3,
h4,
h5,
h6,
.title,
thead,
.title-h1 {
  font-weight: 700;
  margin-top: 0;
}
.title-h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  padding: 20px;
  margin: 0 0 20px;
}
#column-left .title-h1,
#column-right .title-h1 {
  font-size: 18px;
  padding: 0 0 40px;
  margin: 50px 0 0;
  text-align: left;
}
.fa {
  font-size: 14px;
}
h1 {
  font-size: 26px;
  margin-top: 20px;
}
@media (max-width: 992px) {
h1 {
  margin-top: 0; 
 }
}
@media (max-width: 575px){
h1 {
  font-size: 24px;
 }
}
@media (max-width: 320px){
h1 {
  font-size: 22px;
}
}
h2 {
  font-size: 24px;
}
@media (max-width: 575px){
h2 {
  font-size: 22px;
 }
}
@media (max-width: 320px){
h2 {
  font-size: 20px;
 }
}
h3 {
  font-size: 22px;
}
@media (max-width: 575px){
h3 {
  font-size: 21px;
 }
}
@media (max-width: 320px){
h3 {
  font-size: 20px;
 }
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 16px;
}
a {
  color: #7e3146;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
  color: #7e3146;
}
a.link-unstyled,
a.link-unstyled:hover {
  text-decoration: none;
  color: inherit;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: inherit;
}
button {
  outline: none;
}
legend {
  font-size: 20px;
  padding: 7px 0;
  font-weight: 700;
}
label {
  font-weight: normal;
}
thead {
  background: #f1efef;
}
.table > tbody > tr > td {
  border: 0;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #e8e8e8;
}
.clearfix {
  content: " ";
  clear: both;
  margin: 0 0 40px;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}

.form-horizontal .control-label {
  padding-top: 9px;
}
.form-control {
  font-size: 12px;
  border: 1px solid #c5c5c5;
  height: 40px;
  padding: 7px 12px;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #c7c7c7;
}
.has-error .form-control,
.has-error .form-control:focus {
  border: 2px solid #a94442;
  box-shadow: none;
}
textarea.form-control {
  height: auto;
}
.checkbox,
.radio {
  margin-top: 0;
}
.checkbox .far {
  font-size: 16px;
  color: #bdbdbd;
  margin-right: 3px;
}
.checkbox .fa-check-square {
  color: #828282;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
.well {
  border: 0;
  border-radius: 0;
  background: #f7f7f7;
  box-shadow: none;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
.nav-tabs {
  margin-bottom: 15px;
}
.required .control-label:before {
  content: "* ";
  color: #e80000;
}
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
.img-thumbnail {
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  background-color:#000;
}
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 9px 30px;
  color: #333;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
   cursor: pointer;
  transition: 0.5s;
}
.btn:hover,
.btn:active,
.btn.active:focus,
.btn.active:hover,
.btn:active:focus,
.btn:active:hover,
.open > .dropdown-toggle.btn:focus,
.open > .dropdown-toggle.btn:hover,
.btn:focus,
.btn.disabled,
.btn:disabled {
  outline: none;
  text-decoration: none;
}
.btn-default {
  color: #7e3146;
  background: none;
  border: 1px solid #7e3146;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:disabled,
.btn-default[disabled] {
  background: #7e3146;
  color: #fff;
  border: 1px solid #7e3146;
  outline: none;
}
.btn-primary {
  color: #fff;
  background-color: #7e3146;
  border: 1px solid #7e3146;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: none;
  color: #7e3146;
  border: 1px solid #7e3146;
}
.btn-warning {
  color: #7d7c7c;
  background: #f1efef;
  border: 12px solid #f1efef;
}
.btn-warning.focus,.btn-warning:focus {
  color: #191717;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-warning:hover {
  color: #191717;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
  color: #191717;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
  color: #191717;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-danger {
  color: #8e0000;
  background: none;
  border: 1px solid #8e0000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #7d7c7c;
  border-color: #7c7c7c
}
.btn-success {
  color: #fff;
  background: #7eaf1e;
  border: 1px solid #7eaf1e;
}
.btn-info {
  color: #fff;
  background: #e88c03;
  border: 1px solid #e88c03;
}
.btn-inverse {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background: none;
  color: #7e3146;
  border: 1px solid #7e3146;
}
.btn-remove {
  background: none;
  border: none;
}
.btn-link {
  color: #f1efef;
  transition: 0.5s;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link.open,
.btn-link.active,
.dropdown-menu li > a:hover {
  color: #7e3146;
  text-decoration: none;
  background: none;
}
.input-group.date .btn,
.input-group.time .btn,
.input-group.datetime .btn {
  border-color: #e4e4e4;
  background: #e4e4e4;
  color: #737373;
}
.input-group.date .btn:hover,
.input-group.time .btn:hover,
.input-group.datetime .btn:hover {
  color: #fff;
}
.dropdown-menu {
  padding: 0;
}
.modal-content {
  border-radius: 0;
  padding: 20px;
}
/************* Alert & Notice **************/
.alert {
  color: #333;
  font-weight: 600;
  position: fixed;
  top: 30px; 
  text-align: center;
  border: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
  width: 90%;
  max-width: 420px;
  padding: 30px;
  left: 50%;
  border-radius: 5px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  z-index: 10000;
}
.alert a {
  text-decoration: underline;
    color: inherit;
    transition: 0.3s;
}
.alert .close {
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: 10px;
  top: 6px;
}
.alert-content {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.alert-content .close {
  right: 0;
}
.alert-danger {
  background-color: #ff3e3e;
  color: #fff;
}
.alert-success {
  background: #abdf58;
}
.alert .fa {
  border: 0;
  margin-right: 10px;
}
.notice {
  margin-top: 5px;
}
.notice.danger {
  color: #a20000;
}
.notice.success {
  color: #639600;
}
.text-danger {
  font-size: 12px;
  color: #cd0000;
}
#top {
  background-color: #f7f7f7;
  height: 40px;
  border-bottom: 1px solid #e4e4e4;
}
.top .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  margin-left: -6px;
  background: #f7f7f7;
  padding: 5px 0;
  border: 1px solid #e9e9e9;
  border-top: 0;
}
.top .container {
  padding: 0 10px;
}
.currency-language form {
  float: left;
}
.currency-language img {
  vertical-align: baseline;
  margin-right: 6px;
}
.currency-language .dropdown-toggle {
  padding: 0 5px;
  line-height: 40px;
}
.top .currency-language .dropdown-toggle {
  margin: 0 10px 0 0;
}
.top .currency-select,
.top .language-select {
  text-align: left;
  padding: 2px 6px 2px 18px;
}
.top .currency-language .btn {
  text-transform: capitalize;
  height: auto;
}
.top .currency-language .dropdown-menu .btn {
  padding: 7px 10px 7px 20px;
}
.top .language-select img {
  vertical-align: baseline;
  margin-right: 10px;
}
.top .social-buttons {
  line-height: 34px;
  margin-left: 20px;
}
.top .social-buttons .list-inline {
  margin: 0;
}
.top .social-buttons a {
  color: inherit;
}
.toplinks a {
  padding: 10px 5px;
  font-size: 13px;
}
.toplinks .fas,
.toplinks .far,
.toplinks .fab {
  margin-right: 3px;
}
.toplinks .dropdown-menu a {
  text-shadow: none;
}
.toplinks .dropdown-menu a:hover {
  color: #fff;
}
.top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
.toplinks {
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
}
.toplinks .list-inline {
  margin-bottom: 0;
  line-height: 40px;
}
header {
  background-color: #000;
}
.header-inner {
  height: 94px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
/*************  Logo ****************/
.header-logo {
  width: 24%;
}
.logo {
  display: flex;
  align-items: center;
}
.logo .title {
  font-size: 32px;
}
.logo a {
  height: 100%;
}
.logo img {
  max-height: 100%;
  width: auto;
}
/************* Custom Html ***********/
.custom-html {
 width: 60%;
 padding: 10px 50px 0;
 text-align: center;
}
/************* Search ****************/
.search-wrapper {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  background: #fff;
  padding: 30px 15px;
  box-shadow: 0 0 10px 0 #000;
  transition: 0.3s;
  z-index: 12;
}
.search-wrapper.active {
  top: 0;
}
.search-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  left: 0;
  top: 0;
  z-index: 11;
}
.search-wrapper.active + .search-overlay {
  display: block;
}
.search {
  margin: auto;
  position: relative;
  max-width: 800px;
  transition: 0.5s;
}
.search.active {
  opacity: 1;
  width: 50%;
}
.search .search-input {
  padding: 0 10px;
  border: 2px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 4px;
  font-size: 14px;
  float: left;
  width: 82%;
}
.search .inner {
  position: relative;
}
.search .btn-search {
  float: left;
  width: 11%;
  z-index: 10;
  border: 0;
  color: #3d3d3d;
  height: 40px;
  background: #c3c3c3;
}
.search .btn-search:hover {
  color: #909090;
  background: none;
}
.search .btn-search-close {
  padding: 8px 0;
  width: 5%;
}
.search-list-wrapper {
  position: absolute;
  top: 41px;
  width: 93%;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0 0 5px 5px;
  z-index: -1;
}
.search .search-list-item {
  display: flex;
  align-items: center;

  padding: 7px 30px;
  transition: 0.3s;
}
.search .search-list-item:hover {
  background: #f9f9f9;
  text-decoration: none;
}
.search-list-item .product-photo {
  margin-right: 15px;
}

.search-list-item .product-name .finded {
  font-weight: 600;
}
.search-list-item .product-price {
  font-size: 12px;
  font-weight: 600;
}
.search-list-item .price-old {
  color: #999;
  text-decoration: line-through;
  margin-right: 15px;
}
.search .show-all-results {
  cursor: pointer;
  padding: 15px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s;
}
.search .show-all-results {
  display: none;
}
.search .show-all-results:hover {
  opacity: 0.7;
}
/************* Cart ****************/
.cart {
  position: relative;
}
.cart .cart-total {
  font-size: 12px;
}
#header-cart-content .title-h1 {
  margin: 0;
}
#header-cart-content .empty {
  margin: 20px 0;
}
.cart-list tr {
  border-bottom: 1px solid #efefef;
}
.cart-list .table > tbody > tr > td {
  vertical-align: middle;
}
.cart-list .option {
  color: #999;
  font-size: 12px;
}
.cart-list .total.table > tbody > tr > td {
  padding: 2px;
}
.cart-list .total tr {
  border: 0;
}
.cart-list .title {
  color: inherit;
  font-weight: 700;
}
.cart-list .items {
  margin-bottom: 20px;
}
.cart-list .name {
  width: 50%;
}
.cart .cart-total {
  background: #7e3146;
  color: #fff;
  border: 0;
  padding: 10px 20px 9px;
  display: block;
  text-transform: uppercase;
}
.cart .cart-total:hover {
  text-decoration: none;
}
.cart .cart-total .fas {
  margin-right: 10px;
  font-size: 16px;
}
.cart_btn {
  overflow: hidden;
  margin-bottom: 10px;
}
/************* Top Menu ****************/
.top-menu-icon {
  width: 20%;
}
ul.list-inline {
  padding: 0 0;
  line-height: 24px;
}
.top-menu {
  color: #3d3d3d;
}
.top-menu-list {
  list-style: none;
  float: right;
  margin: 0;
}
.top-menu-list li {
  float: left;
  padding: 0 10px;
}
.top-menu-list sup,
.top_cart sup {
  color: #da0000;
  margin-left: 5px;
}
.top-menu-list i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: bottom;
  margin-bottom: -2px;
}
/************* Category Menu ****************/
.menu .dropdown:hover > .dropdown-menu {
  display: block;
}
.category-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.category-menu .dropdown-menu.menu-content {
  left: 0;
  top: 49px;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.category-menu .dropdown-menu.menu-content.vertical {
  width: 100%;
}
.category-menu .btn-navbar {
  display: block;
}
.category-menu .dropdown {
  position: static;
}
.category-menu .navbar-header {
  width: 100%;
}
.category-menu .navbar-header .btn {
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #7e3146;
  line-height: 51px;
  border-radius: 0;
  position: relative;
}
.category-menu .navbar-header .fa {
  float: right;
  line-height: 22px;
}
.category-menu .navbar-collapse {
  box-shadow: 0 0 10px 0 #ababab;
}
.category-menu .menu-vertical,
.category-menu .menu-vertical .sub-menu {
  padding: 0;
  width: 100%;
}
.menu-vertical .menu-item a,
.mega-menu .submenu-2 .menu-item a {
  position: relative;
  padding: 13px 30px;
  border-bottom: 1px solid #efefef;
  line-height: 1;
  white-space: normal;
  display: block;
}
.menu-vertical a,
.mega-menu a {
  color: #5d5d5d;
}
.menu-vertical .menu-item {
  float: none;
  position: relative;
}
.menu-vertical .sub-menu {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 0;
  border: 0;
  z-index: -13;
  border-radius: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  transition: 0.5s;
  transition-delay: 0.2s;
}
.menu-vertical .sub-menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 16px;
  transform: rotate(-90deg);
  color: #8e8e8e;
  cursor: pointer;
}
.menu-horizontal {
  padding: 40px 15px;
  margin: 0;
}
.category-menu .menu-horizontal {
  padding: 40px 30px;
}
.menu-horizontal .column {
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.menu-horizontal .column-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.menu-horizontal .column-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.menu-horizontal .column-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.menu-horizontal .column-6 {
  -moz-column-count: 6;
  -webkit-column-count: 6;
  column-count: 6;
}
.menu-horizontal .column > .menu-item {
  display: inline-block;
  width: 100%;
}
.menu-horizontal a {
  display: inline-block;
  padding: 7px 0;
  line-height: 1;
  color: inherit;
}
.menu-horizontal .main-menu {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.menu-horizontal .sub-menu {
  margin: 10px 0 20px;
}
/************* Mega Menu ****************/
.menu-icon-button {
    position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: 0;
  height: 100%;
  width: 55px;
}
.menu-icon {
  background: white;
  display: block;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 24px;
  width: 24px;
}
.menu-icon::before,
.menu-icon::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  transition-duration: 0.3s, 0.3s;
}
.menu-icon::before {
  top: -8px;
  transition-property: top, transform;
}
.menu-icon::after {
  bottom: -8px;
  transition-property: bottom, transform;
}
.open .menu-icon {
  background: none;
}
.open .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
  /*ms-transform: rotate(45deg);
  webkit-transform: rotate(45deg);*/
}
.open .menu-icon::after {
  bottom: 0;
 /* ms-transform: rotate(-45deg);*/
  transform: rotate(-45deg);
  /*webkit-transform: rotate(-45deg);*/
}
.menu {
  min-height: 50px;
  margin-bottom: 0;

  border-radius: 0;
  border: 0;
  padding: 0;
}
.menu-inner {
  background-color: #3d3d3d;
}
.menu.fixed .menu-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 52%);
  z-index: 900;
}
.menu .container {
  position: relative;
}
.mega-menu {
  position: static;
  padding: 0;
}
.mega-menu .navbar-nav {
  float: none;
  padding-right: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mega-menu .container {
  padding: 0;
}
.mega-menu a {
  display: block;
}
.menu .menu_all {
  font-style: italic;
  color: #7e3146;
  font-size: 12px;
  margin-top: 12px;
}
.mega-menu .navbar-collapse {
  padding: 0;
}
.mega-menu .menu_main,
.button-search {
  color: #fff;
  background-color: transparent;
  padding: 15px 15px 16px;
  text-transform: uppercase;
}
.mega-menu .menu_main {
  font-size: 13px;
  display: block;
}
.mega-menu .menu_main .caret {
  opacity: 0.5;
}
.mega-menu .dropdown-menu {
  margin: 0;
  border: 0;
  border-radius: 0;
  left: 0;
  top: 51px;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.mega-menu .mega-menu_all {
  display: inline-block;
}
.mega-menu .menu-horizontal .banner-image .img-responsive {
  float: right;
}
.mega-menu .button-search {
  cursor: pointer;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.mega-menu .button-search .fa {
  font-size: 16px;
}
.mega-menu .nav > li {
  position: static;
}
.mega-menu .nav > li > a:hover,
.mega-menu .nav > li.open > a {
  background-color: transparent;
}
.mega-menu .nav > li.submenu-2 {
  /* Submenu List */
  position: relative;
}
.mega-menu .submenu-1 .dropdown-menu,
.mega-menu .submenu-3 .dropdown-menu {
  left: 15px;
}
.mega-menu .submenu-2 .container {
  width: auto;
  padding: 0;
}
.mega-menu .submenu-2 .sub-menu {
  margin: 0;
  padding: 0 20px;
}
.mega-menu .submenu-2 .dropdown-menu {
  min-width: 300px;
  left: 0;
}
.mega-menu .submenu-2 .sub-menu a {
  padding: 7px 0;
  font-weight: 400;
  margin: 0;
}
.mega-menu .submenu-2 .img-responsive {
  width: 100%;
}
.mega-menu .submenu-3 .title {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}
.mega-menu .submenu-3 .image-grid {
  margin: 0 auto 15px;
}
.menu-horizontal .grid {
  display: grid;
  grid-gap: 30px;
}
.menu-horizontal .grid-1 {
  grid-template-columns: 1fr;
}
.menu-horizontal .grid-2 {
  grid-template-columns: 1fr 1fr;
}
.menu-horizontal .grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.menu-horizontal .grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.menu-horizontal .grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.menu-horizontal .grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
/* content */
#content {
  min-height: 460px;
  margin-bottom: 60px;
}
.home #content {
  min-height: 0;
  margin-bottom: 0;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 auto 15px;
  background: none;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb li {
  padding: 0 10px 0 0;
  position: relative;
  /*white-space: nowrap;*/
  font-size: 12px;
  color: #b3b3b3;
}
.breadcrumb li + li:before {
  content: "/";
  padding: 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.breadcrumb a {
  color: #b3b3b3;
}
.pagination {
  margin: 40px 0 0;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 2px;
  background-color: #f1efef;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}
.pagination > li > a,
.pagination > li > span {
  border: 0;
  color: inherit;
  font-size: 16px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: none;
  color: #7e3146;
}
.pagination-result {
  font-size: 12px;
  color: #929292;
  padding: 20px 0;
}
/* list group */
.list-group {
  margin-bottom: 30px;
  border-radius: 2px;
  background-color: #fff;
  /*box-shadow: 0 0 8px rgb(0 0 0 / 20%);*/
}
.list-group a {
  color: inherit;
}
.list-group a,
.list-group-item:first-child,
.list-group-item,
.list-group-item.active {
  padding: 15px 15px 20px 15px;
  border: 0;
  background: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  margin: 0;
}
.list-group-item.active:focus,
.list-group-item.active:hover {
  border-bottom: 1px solid #e6e6e6;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  background: none;
  color: #7e3146;
}
.list-group a.active:hover,
.list-group a:hover {
  background: #fbfbfb;
}
.list-group a.active {
  font-weight: 600;
}
.list-group .dropdown-menu > li > a {
  padding-left: 30px;
  white-space: normal;
  line-height: 1;
}
.list-group .dropdown-menu .dropdown-menu > li > a {
  padding-left: 60px;
}
/*********** Advantages ***************/
.advantages {
  margin-bottom: 40px;
  display: flex;
}
.advantages-item {
  flex: 1 1 300px;
  margin: 4px 2px;
}
#column-left .advantages,
#column-right .advantages {
  flex-direction: column;
}
#column-left .advantages-item,
#column-right .advantages-item {
  flex: 1 1 auto;
}
.advantages-item .advantages-item-inner {
  padding: 7% 0;
  display: flex;
}
.advantages-item .icon {
  font-size: 60px;
  color: #7e3146;
  width: 33.333%;
  justify-content: center;
}
.advantages-item .text {
  width: 66.6777%;
  padding-right: 7%;
}
.advantages-item .text,
.advantages-item .icon {
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.advantages-item .text-inner .line-1 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.advantages-item .text-inner .line-2 {
  font-size: 12px;
  line-height: 1.4;
}
/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
.carousel .owl-wrapper-outer {
  border: 0;
  box-shadow: none;
}
/* Category Menu Module*/
.category-menu .child::after {
  content: " ";
}
.category-menu .child .fa {
  float: right;
  color: #7e3146;
  font-size: 16px;
}
.category-menu .category-list {
  position: relative;
}
.category-menu .list-group-item.active .fa {
  display: none;
}
.category-menu .subchild {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 0;
  z-index: 10;
  background: #fff;
  width: 0;
  overflow: hidden;
  transition: 0.3s;
}
.category-menu .list-group-item.active + .subchild {
  position: relative;
  width: 100%;
  padding-left: 20px;
  box-shadow: none;
  background: none;
}
.category-menu .category-list:hover .active + .subchild {
  right: 0;
  border: 0;
}
.category-menu .subchild a {
  background: none;
  border: 0;
  padding: 6px 12px;
}
.category-menu .category-list:hover .subchild {
  width: 100%;
  right: -100%;
  border: 1px solid #e6e6e6;
  border-left: 3px solid #7e3146;
}

/***************** Category *******************/
.category h1,
.product h1 {
  font-size: 26px;
  margin-top: 10px;
}
.categories {
  list-style: none;
  padding: 0;
}
.categories-item {
  /*margin: 5px 0 0;*/
  display: inline-block;
  transition: 0.5s;
}
.categories-item a {
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
}
.categories-item:hover a {
  text-decoration: none;
}
.categories-title {
  text-align: center;
  display: block;
  padding: 10px;
  font-size: 17px;
  color: #3d3d3d;
}
.category-filter {
  background: #ccc8aa61;
  padding: 10px 0;
  margin: 0 0 10px;
}
.category-filter .btn {
  background: #f7f7f7;
}
.category-filter .fa {
  font-size: 20px;
}
.category-view.active {
  color: #585858;
}
.category-view {
  background: none;
  border: 0;
  padding: 10px 8px 6px;
  color: #a0a0a0;
}
.category-filter .form-group {
  margin-bottom: 0;
}
.product-layout {
  padding: 0 10px;
}
.product-layout.product-grid {
  margin-right: -1px;
  margin-bottom: -1px;
  padding-bottom:20px;
}
.product-thumb {
  background: #d4d0b1;
  transition: 0.5s;
  position: relative;
  padding-bottom: 20px;
  border-radius:3px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%)
}
.stickers {
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 1;
  z-index: 9;
  transition: 0.5s;
}
.product-label {
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}
.product-label .inner {
  padding: 0 7px;
  font-size: 12px;
  display: inline-block;
  border-radius: 4px;
  z-index: 10;
  color: #fff;
}
.product-label.sale .inner {
  background: #c10000;
}
.product-label.hit .inner {
  background: #8bc302;
}
.product-label.soldout .inner {
  background: #9d9d9d;
}
.product-label.new .inner {
  background: #7e3146;
}
.product-thumb .image {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.product-thumb .main-image {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-name {
  height: 40px;
  overflow: hidden;
  position: relative;
}
.product-thumb .title {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #191717;
  margin-bottom: 5px;
  padding: 0 15px;
}
.product-thumb .title:hover {
  text-decoration: none;
}
.product-grid .product-name .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-height: 40px;
}
.product-thumb .image-additional_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  padding: 0 15px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
}
.product-thumb:hover .image-additional_nav {
  opacity: 1;
}
.product-thumb .image-additional_dot {
  cursor: pointer;
  height: 100%;
  display: block;
  width: 100%;
  padding: 0 3px;
  display: flex;
  align-items: end;
}
.product-thumb .image-additional_dot .image-nav {
  display: block;
  height: 1px;
  width: 100%;
  background: #7d7c7c;
  transition: 0.5s;
}
.product-thumb .image-additional_dot:hover .image-nav {
  background: #959595;
}
.product-grid .description {
  display: none;
}
.product-grid .product-thumb .image {
  float: none;
  padding: 10px;
}
.product-thumb .caption {
  padding: 0 25px;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
.product-thumb .rating {
  display:none;
}
.product-thumb .rating .fa-stack {
  cursor: inherit;
  height: 20px;
}
.product-thumb .rating .far {
  font-size: 14px;
}
.product-info .rating .fa-stack {
  width: 16px;
  height: 30px;
}
.product-thumb .price {
  font-size: 23px;
  text-align: center;
  margin: 20px 0 10px;
  max-height: 40px;
  font-weight: 700;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
  line-height: 18px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 10px;
  display: block;
  font-weight: 400;
}
.product-thumb .button-group {
  display: none;
}
.product-grid .product-thumb .button-group .inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 90%;
  left: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: 0.5s;
}
.product-grid .product-thumb:hover .button-group .inner {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.product-grid .product-thumb:hover {
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.product-list .product-thumb .button-group .inner {
  text-align: center;
}
.product-thumb .image .button-group {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.product-thumb:hover .image .button-group {
  opacity: 1;
}
.product-thumb .mini.button-group .btn {
  width: 32px;
  border: none;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  color: #3d3d3d;
  background: #ffffff;
  padding: 4px 6px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%);
  transition: 0.3s;
}
.product-thumb .mini.button-group .btn:hover {
  opacity: 1;
  background: #dedede;
  box-shadow: none;
}
.product-thumb .button-group .button-card {
  width: 100%;
}
/* Product List */
.product-list {
  border-bottom: 1px solid #dadada;
}
.product-list .product-thumb {
  display: flex;
  padding: 20px 0;
}
.product-list .image {
  width: 30%;
}
.product-list .product-info {
  width: 40%;
  padding: 0 20px;
}
.product-list .title {
  text-align: left;
  margin: 15px 0;
  font-size: 18px;
  padding: 0;
}
.product-list .description {
  font-size: 12px;
  color: #7b7b7b;
}
.product-list .caption-block {
  width: 30%;
  padding-left: 15px;
  border-left: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-list .price {
  margin-bottom: 20px;
}
/***************** Compare ******************/
.compare .btn {
  display: block;
  margin: 0 auto 10px;
  max-width: 200px;
  width: 100%;
}
.compare .table {
  font-size: 12px;
  text-align: center;
}
.compare .table .title {
  text-align: left;
}
.compare .description {
  font-size: 12px;
}
.compare .img-responsive {
  margin: auto;
}
.compare .rating-rext {
  padding-top: 15px;
}
/***************** Product ******************/
.product-info .rating {
  float: left;
}
.product-info .view-review {
  margin-left: 10px;
  font-size: 12px;
}
.product-info {
  margin-bottom: 10px;
}
.product-info .wishlist,
.product-info .compare {
  margin: 0 10px;
  float: right;
  color: #7b7b7b;
  cursor: pointer;
}
.product-info .wishlist {
  margin-left: 20px;
}
.product-info .top-group {
  overflow: hidden;
  margin-bottom: 20px;
}
.product-info .top-group .fa,
.product-info .top-group .far {
  font-size: 20px;
}
.product-info .rating .fa,
.product-info .rating .far {
  font-size: 14px;
}
.product-info_list {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 40px;
}
.product-info_list .list-unstyled {
  width: 50%;
  float: left;
  padding-top: 7px;
}
.product-info .manufacturer-image {
  width: 50%;
  float: left;
  display: block;
  text-align: right;
  margin: 7px 0;
}
.product .stock {
  font-weight: 700;
  font-size: 14px;
  color: #c50000;
  margin: 20px 0;
}
.product .stock.instock {
  color: #7e3146;
}
.product .stock.instock::before {
  content: "\2713";
  margin-right: 10px;
}
.product-info .price-new {
  font-size: 24px;
}
.product-info .price-block.price-new .price-val {
  font-size: 16px;
}
.product-info .price {
  text-align: center;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 26px;
  min-height: 24px;
  overflow: hidden;
}
.product-info .price .price-block {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
  border-right: 4px solid #fff;
  width: 33.33%;
  float: left;
}
.product-info .price .price-block:last-child {
  border: 0;
}
.product-info .price .price-title {
  color: inherit;
  font-weight: 400;
  font-size: 12px;
}
.product-info .price-old .price-val {
  color: #b1b1b1;
  text-decoration: line-through;
}
.product-info .price-save .price-val {
  color: #c00;
}
.product-info .tax,
.product-info .points {
  color: #999;
  font-size: 12px;
}
.product #product {
  margin-top: 10px;
}
.product .options {
  padding: 30px 0;
}
.product .form-group > .control-label {
  font-size: 14px;
  margin-bottom: 10px;
}
.product .options .form-group {
  clear: both;
  overflow: hidden;
}
.product .option-radio label,
.product .option-checkbox label {
  font-weight: 700;
  padding-left: 0;
}
.product .option-radio input,
.product .option-checkbox input {
  display: none;
}
.product .option-radio .radio-name {
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  padding: 9px;
  margin: 5px 0 0;
  display: inline-block;
  transition: 0.5s;
}
.product .option-radio input:checked + .radio-name,
.product .option-radio .radio-name:hover {
  border: 1px solid #4c4c4c;
  background: #4c4c4c;
  color: #fff;
}
.product .option-radio .radio,
.product .option-radio .radio + .radio {
  display: inline-block;
  margin: 0 4px 4px;
  /*float: left;*/
}
.product .option-radio .radio-image {
  position: relative;
}
.product .option-radio .radio-image img {
  border-radius: 4px;
}
.product .option-radio .radio-image .option-price {
  display: block;
  text-align: center;
  font-size: 10px;
}
.product .radio-image .check {
  display: none;
  position: absolute;
  top: 16px;
  left: 34%;
  color: #fff;
  font-size: 16px;
}
.product .radio-image input:checked + .check {
  display: block;
}
.product .option-checkbox .fa {
  width: 10px;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
  color: #ababab;
}
.product .option-checkbox .fa-check-square-o {
  color: inherit;
}
.product .discounts {
  padding: 15px 20px;
  margin-top: 20px;
  background: #f9f9f9;
  font-size: 12px;
  color: #818181;
}
.product .discounts ul {
  margin: 0;
}
.product .quantity {
  width: 30%;
  float: left;
}
.product .order-group {
  width: 70%;
  float: left;
}
.product .order-group .btn {
  padding: 9px;
}
.product .width-40 {
  width: 40%;

  float: left;
}
.product .width-100 {
  width: 100%;
}
.product .btn-quick_order {
  width: 58%;
  margin: 0 1%;
  float: left;
}
.product .quantity .control-label {
  float: left;
  line-height: 40px;
  margin-right: 5px;
}
.quantity .input-quantity,
.quantity .qty-minus,
.quantity .qty-plus {
  float: left;
  width: 33%;
}
.quantity .qty-minus,
.quantity .qty-plus {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  background: #f5f5f5;
  cursor: pointer;
}
.quantity .qty-minus {
  border-radius: 4px 0 0 4px;
}
.quantity .qty-plus {
  border-radius: 0 4px 4px 0;
}
.quantity .input-quantity {
  text-align: center;
  border-radius: 0;
}
.product .alert-info {
  position: static;
  font-size: inherit;
  clear: both;
  padding: 15px;
  border-radius: 4px;
}
.product .thumbnail:hover {
  border-color: #ddd;
}
.product .image .thumbnail {
  position: relative;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.product .thumbnail {
  border: 0;
}
.product .thumbnail .img-responsive {
  width: 100%;
}
.product.quick-view .thumbnail {
  cursor: default;
}
.product .image {
  position: relative;
}
.product .image .main-image {
  position: relative;
  text-align: center;
}
.product .image .zoom {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 2;
}
.product .image .zoom .fa {
  font-size: 18px;
  color: #6b6b6b;
  transition: 0.5s;
}
.product .image .zoom:hover .fa {
  font-size: 20px;
  color: inherit;
}
.thumbnails {
  width: 103%;
  margin-left: -1.5%;
  margin-right: -1.5%;
  padding: 0 15px;
  position: relative;
}
.thumbnails img {
  width: 100%;
}
.thumbnails .image-additional {
  padding: 0 5px;
}
.thumbnails-col-6 .image-additional {
  width: 16.667%;
}
.thumbnails-col-4 .image-additional {
  width: 25%;
}
.image-additional a {
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.thumbnails .swiper-button-prev,
.thumbnails .swiper-button-next {
  background-size: 10px 20px;
}
.thumbnails .swiper-button-prev {
  left: 5px;
}
.thumbnails .swiper-button-next {
  right: 5px;
}
.quick-view {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 30px;
  position: relative;
}
.quick-view .product_link {
  margin: 40px 0 20px;
}
/*** EasyZoom core styles */
.easyzoom {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.easyzoom .img-responsive {
  vertical-align: bottom;
}
.easyzoom.is-loading .img-responsive {
  cursor: progress;
}
.easyzoom.is-ready .img-responsive {
  cursor: crosshair;
}
.easyzoom.is-error .img-responsive {
  cursor: not-allowed;
}
.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.product .nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #7c7c7c52;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  font-size: 12px;
}
.product .nav-tabs > li {
  float: none;
  margin-bottom: -1px;
}
.product .nav-tabs > li a {
  color: inherit;
  position: relative;
  border: 0;
  padding: 10px 0;
  white-space: nowrap;
}
.product .nav-tabs > li.active > a,
.product .nav-tabs > li > a:hover {
  color: inherit;
  /*background-color: #fff;*/
  border: 0;
  padding: 10px 25px;
  border-radius: 4px;
  border-bottom: 1px solid #7e3146;
}
.nav-tabs > li > a:hover {
  cursor: pointer;
}
.product .nav-tabs > li.active > a::after {
  content: " ";
  border-top: 6px solid #7e3146;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 6px;
  display: block;
  position: absolute;
  right: 44%;
  bottom: -7px;
}
.tab-content {
  background: #fefcfc;
  padding: 50px;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}
.attributes {
  padding: 30px 0;
      display: grid;
  grid-template-columns: 1fr 1fr;
}
.attributes__group {
    margin-bottom: 30px;
}
.attributes__title {
    font-weight: 600;
    margin-bottom: 15px;
}
.attributes__item {
    display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 15px;
}
.attributes__name,
.attributes__text {
  background: #fff;
  position: relative;
  bottom: -5px;
}
.attributes__name {
  max-width: 50%;
}
.attributes__text {
  flex: 0 0 40%;
}
.review-rating i {
  font-size: 24px;
}
.review-rating i,
.rating i {
  color: #d0d0d0;
}
.review-rating i {
  cursor: pointer;
}
.review-rating li,
.rating li {
  display: inline-block;
}
.review-rating .act i,
.rating .act {
  color: #f3d542;
}
.review-rating {
  padding-top: 15px;
  margin-bottom: 0;
}
.review-list {
  margin-bottom: 30px;
}
.review-item .date-text-block {
  border-left: 1px solid #e2e2e2;
  padding-left: 30px;
}
.product-review {
  margin-bottom: 40px;
}
.product-review .review-item,
.review-page .review-item {
  border-bottom: 1px solid #e2e2e2;
  padding: 30px;
}
.product-review .review-item i {
  cursor: default;
}
.rating {
  margin-bottom: 25px;
}
.product-review .author,
.review-page .author {
  font-size: 18px;
}
.product-review .date,
.review-page .date {
  font-style: italic;
  color: #afafaf;
  margin-right: 15px;
}
#form-review .title {
  font-size: 24px;
}
.title-h1.related {
  border-top: 0;
}
.tags {
  padding: 15px 0;
}
.tags a {
  display: inline-block;
  padding: 5px 10px;
  background: #f7f7f7;
  border-radius: 10px;
}
/************ Reviews **********************/
.review-response {
  background: #f7f7f7;
  padding: 20px;
  position: relative;
}
.review-response .title {
  margin-bottom: 10px;
  color: #4e4e4e;
  font-size: 16px;
}
.review-response .text {
  font-style: italic;
  padding-bottom: 0;
}
.review-response::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  border-bottom: 8px solid #f7f7f7;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.form-review {
  margin-top: 30px;
  padding: 30px 60px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #0000001a;
  margin-bottom: 30px;
}
/************ Manufacturer *****************/
.manufacturer-list .alphabet {
  margin-bottom: 20px;
}
.manufacturer-list .alphabet .title {
  font-size: 18px;
  font-weight: 400;
}
.manufacturer-list .alphabet .btn {
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: inherit;
  margin-bottom: 4px;
  transition: 0.5s;
}
.manufacturer-list .alphabet .btn:hover {
  border-color: #afafaf;
}
.manufacturer-list .list {
  border: 1px solid #f7f7f7;
  padding: 5px;
  margin-bottom: 5px;
}
.manufacturer-list .list .title {
  margin: 0;
  font-size: 20px;
  background: #f7f7f7;
  padding: 10px 20px;
}
.manufacturer-list .brands {
  padding: 10px 5px;
  margin: 0;
}
/************* Search **********************/
.search-panel {
  margin-bottom: 20px;
}
/************ Contacts *********************/
.contact-item {
  margin-bottom: 20px;
}
.contact-item address {
  display: inline;
}
.contact-item .far,
.contact-item .fas {
  width: 37px;
  font-size: 20px;
  text-align: center;
  color: #7c7c7c;
}
.contact-map iframe {
  width: 100%;
  float: left;
}
/***************** Mango Banner *********************/
.mango_banner {
  margin-bottom: 80px;
  padding-top: 30px;
}
.mango_banner_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.mango_banner_item {
  background: #f7f7f7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  height: 100%;
}
.mango_banner_item:hover {
  text-decoration: none;
}
.mango_banner_text {
  padding: 30px;
  width: 50%;
}
.mango_banner_text {
  line-height: 1;
}
.mango_banner_text .line-1 {
  font-size: 13px;
  margin-bottom: 15px;
}
.mango_banner_text .line-2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.mango_banner_text .line-3 {
  font-size: 13px;
}
.mango_banner_image {
  width: 50%;
  overflow: hidden;
}
.mango_banner_image img {
  transition: 0.3s;
}
.mango_banner_item:hover img {
  transform: scale(1.1);
}
/************* Mango Blog ****************/
.blog-list-wrapper {
  margin-bottom: 30px;
}
.latest-blogs .blog-list {
  background: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 30px;
}
.blog-list {
  transition: 0.5s;
}
.latest-blogs .blog-list:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.blog-list .blog-inner {
  transition: 0.5s;
}
.blog .blog-list:hover .blog-inner {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.blog-list .blog-inner {
  border-radius: 5px;
}
.blog .blog-list {
    margin-bottom: 30px;
}
.blog-list .blog-image {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.blog-list .blog-image img {
  width: 100%;
  transition: 0.5s;
}
.blog-list:hover .blog-image img {
  transform: scale(1.1);
}
.blog-list .blog-text {
  font-size: 12px;
  padding: 16px;
  background: #ccc8aa;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 575px){
 .blog-list .blog-text {
  padding: 10px;
 }
}
.blog-list .date-added {
  font-size: 10px;
  bottom: 20px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
}
.blog-list .title {
  font-size: 16px;
  color: #191717;
  height: 65px;
  overflow: hidden;
  line-height: 22px;
  display: block;
}
@media screen and (max-width: 575px){
 .blog-list .title {
  font-size: 14px;
 }
}
@media screen and (max-width: 431px){
 .blog-list .title {
  font-size: 16px;
 }
}
.blog-list .rating {
  float: right;
}
.blog-list .btn-blog {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  display: block;
  text-align: right;
  margin-top: 20px;
}
.btn-blog .fa-chevron-right {
  margin-left: 12px;
}
.latest-blogs .buttons {
  margin-bottom: 30px;
  padding-top: 40px;
}
.latest-blogs {
  /* margin-bottom: 30px; */
  width: 92%;
  margin: 0 auto 30px;
}
/***************** Blog Article ********************/
.article-date-added {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #949494;
}
.wrapper {
  margin-bottom: 40px;
}
.blog-article-image {
  background-repeat: no-repeat;
  background-size: contain;
  width: 850px;
  height: 450px;
  margin-bottom: 5%;
}
.blog-article .date-added {
  left: -10px;
}
.blog-content .title {
  background-size: cover;
  background-position: center;
}
.blog-content .wrapper {
  background: rgba(0, 0, 0, 0.52);
  padding: 40px;
  text-align: center;
}
.blog-content h1 {
  color: #fff;
}
.blog-content .date-added {
  color: #c5c5c5;
  font-size: 16px;
  font-weight: 400;
}
.blog-content .date-added i {
  margin-right: 5px;
}
.blog-content .date-added .viewed {
  margin-left: 20px;
}
.blog-content .description {
  margin: 0 auto;
}
.blog .btn-default {
  float: right;
}
/**************** Mango Latest Blogs ***************/
#column-right .latest-blogs,
#column-left .latest-blogs {
  margin: 0;
  padding: 0;
}
#column-right .latest-blogs .swiper-pager,
#column-left .latest-blogs .swiper-pager,
#column-right .latest-blogs .date-added,
#column-left .latest-blogs .date-added {
  display: none;
}
#column-right .blog-list,
#column-left .blog-list {
  border: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background-color:#ccc8aa;
  border-radius: 5px;
}
#column-right .latest-blogs .blog-image,
#column-left .latest-blogs .blog-image {
  border-radius: 5px 0 0 5px;
  width: 25%;
}
#column-right .blog-list .blog-text,
#column-left .blog-list .blog-text {
  width: 75%;
  padding: 7px 10px;
}
#column-right .blog-list .title,
#column-left .blog-list .title {
  font-size: 12px;
  line-height: 15px;
  height: auto;
  margin-bottom: 0;
}
#column-right .latest-blogs .swiper-wrapper,
#column-left .latest-blogs .swiper-wrapper {
  display: block;
}
#column-right .latest-blogs .btn,
#column-left .latest-blogs .btn {
  width: 100%;
}
#column-right .latest-blogs .buttons,
#column-left .latest-blogs .buttons {
  padding-top: 0;
}
/*************  Mango Slideshow ****************/
.mango_slideshow {
  position: relative;
}
.mango_slideshow .container {
  height: 100%;
}
.mango_slideshow_link {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}
.mango_slideshow .line-1 {
  font-size: 38px;
  margin-bottom: 30px;
  line-height: 1;
}
.mango_slideshow .line-2 {
  font-size: 24px;
  margin-bottom: 33px;
  line-height: 1;
}
.mango_slideshow .line-1,
.mango_slideshow .line-2,
.mango_slideshow .btn {
  position: relative;
  top: -1000px;
  transition: 1s;
}
.mango_slideshow .swiper-slide-active .line-1,
.mango_slideshow .swiper-slide-active .line-2,
.mango_slideshow .swiper-slide-active .btn {
  top: 0;
}
.mango_slideshow .line-1 {
  transition: 1.5s;
  transition-delay: 0.3s;
}
.mango_slideshow .line-2 {
  transition: 1s;
  transition-delay: 0.3s;
}
.mango_slideshow .btn {
  transition: 0.5s;
  transition-delay: 0.3s;
}
.mango_slideshow_text {
  width: 100%;
  margin: 0;
}
.mango_slideshow .swiper-pagination {
  bottom: 15px;
}
.mango_slideshow .swiper-button-next {
  right: 10px;
}
.mango_slideshow .swiper-button-prev {
  left: 10px;
}
/********* Carousel **************/
.carousel-product {
  padding: 0;
  position: relative;
  margin: auto;
}
.container .carousel-product {
  margin: 0 -15px;
}
.container-fluid .carousel-product {
  margin: 0 15px;
}
.home .container .carousel-product {
  margin: 0;
}
#column-left .carousel-product,
#column-right .carousel-product {
  margin: auto;
}
.carousel-product .title-h1 {
  margin-left: -10px;
  margin-right: -10px;
  border: 0;
}
.carousel-product .product-layout.product-grid {
  margin: 0;
  border-right: 0;
}
#column-left .product-layout.product-grid,
#column-right .product-layout.product-grid {
  border-right: 1px solid #f3f3f3;
}
.carousel-product .product-layout.product-grid:last-child {
  border-right: 1px solid #f3f3f3;
}
.carousel-product .swiper-container,
.latest-blogs .swiper-container {
  padding: 5px 1px 50px;
  margin: 0 -1px;
}
.latest-blogs .swiper-container {
  padding-bottom: 0;
}
.swiper-viewport {
  width: 100%;
  margin: auto;
  position: relative;
  border: 0;
  background: none;
  box-shadow: none;
}
.swiper-button-prev {
  left: -12px;
}
.swiper-button-next {
  right: -12px;
}
.swiper-pagination {
  bottom: -30px;
  width: 100%;
}
.swiper-slide .img-responsive {
  margin: auto;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%235f5f5f'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%235f5f5f'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev,
.swiper-button-next {
  background-size: 20px 30px;
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
#column-left .swiper-button-prev,
#column-left .swiper-button-next,
#column-right .swiper-button-prev,
#column-right .swiper-button-next {
  background-size: 10px 20px;
}
.swiper-button-prev:before {
  content: none;
}
.swiper-button-next:before {
  content: none;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  margin: 0 3px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #797979;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}
.slideshow {
  border: 0;
  margin-bottom: 30px;
  box-shadow: none;
}
.slideshow .swiper-button-prev {
  left: 12px;
}
.slideshow .swiper-button-next {
  right: 12px;
}
.slideshow .swiper-pagination {
  bottom: 15px;
}
/*************** Reviews ******************* */
.carousel-review {
  padding: 30px 0 40px;
  font-size: 14px;
}
.carousel-review .title-h1 {
  border: 0;
  margin-bottom: 30px;
}
.carousel-review .review-layout {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 5px;
}
.carousel-review .review-thumb {
  max-width: 800px;
  margin: auto;
}
.carousel-review .caption {
  min-height: 80px;
  line-height: 1.6;
  color: #808080;
}
.carousel-review .buttons {
  padding-top: 30px;
}
.carousel-review .signature {
  font-style: italic;
  margin-top: 20px;
}
.carousel-review .date_added {
  color: #b7b7b7;
}
/************** Column Menu ***************/
.column-menu {
  margin-bottom: 30px;
}
.column-menu .title {
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.column-menu .custom-dropdown {
  overflow: hidden;
  position: relative;
}
.column-menu .list-group-item > .custom-dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  transform: rotate(-90deg);
}
.column-menu .custom-dropdown.open > .list-group-item > .custom-dropdown-toggle {
  transform: none;
}
.column-menu .custom-dropdown-menu {
  position: static;
  box-shadow: none;
  background: none;
  border: 0;
  width: 100%;
  display: none;
}
.column-menu .custom-dropdown-menu .list-group-item {
  padding-left: 30px;
}
.column-menu .custom-dropdown-menu .custom-dropdown-menu .list-group-item {
  padding-left: 60px;
}
/*********************** Mango Category *************************/
.mango_category {
  margin-bottom: 40px;
}
.mango_category_item {
  margin: 15px 0;
}
.mango_category_image {
  overflow: hidden;
  border-radius: 5px;
}
.mango_category_item .img-responsive {
  float: left;
  width: 100%;
  transition: 0.5s;
}
.mango_category_link {
  display: block;
  color: inherit;
}
.mango_category_link:hover{
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.mango_category_link:hover .img-responsive {
  transform: scale(1.1);
}
.mango_category_description {
  text-align: center;
  background: #ccc8aa;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 30px 0 50px;
  font-size: 20px;
  margin: 0;
}
.mango_category_text {
  font-size: 14px;
  text-align: center;
  color: #848484;
  
}
.mango_category_link:hover {
  text-decoration: none;
}
/**************** Newslatter ***************/
.newsletter {
  padding: 20px 0;
  background: #dbdbdb;
  overflow: hidden;
}
.newsletter .fas {
  position: absolute;
  font-size: 150px;
  transform: rotate(-15deg);
  top: -60px;
  color: #c5c5c5;
}
.newsletter .newsletter_left .title {
  margin-bottom: 0;
  color: #3d3d3d;
  font-weight: 700;
}
.newsletter_left {
  min-height: 40px;
  position: relative;
  color: #3d3d3d;
  display: flex;
  align-items: center;
}
.newsletter .form-group .form-control {
  border: 2px solid #fff;
}
/**************** Quick Order **************/
.quick_order .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.quick_order .price {
  font-size: 24px;
  padding: 10px;
}
.quick_order .options {
  font-size: 12px;
  color: #929292;
  margin-bottom: 10px;
}
.quick_order .description {
  font-size: 12px;
}
.get-code-window.quick_order_cart {
  max-width: 400px;
}
/************ Cart *************************/
.checkout-cart .cart-wrapper {
  max-width: 890px;
  margin: auto;
}
.checkout-cart .cart-list {
  padding: 60px 0 20px;
}
.checkout-cart .cart-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.checkout-cart .img-thumbnail {
  border: 0;
}
.checkout-cart .btn.update {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: inherit;
  padding: 9px;
}
.checkout-cart .cart-prices {
  padding-top: 10px;
}
.checkout-cart .cart-prices .price-x {
  position: relative;
  left: -15px;
}
.checkout-cart .cart-prices .equals {
  position: relative;
  right: -15px;
}
.checkout-cart .cart-info a {
  color: inherit;
  font-weight: 700;
}
.checkout-cart .cart-info .model {
  font-size: 10px;
  color: #afafaf;
}
.checkout-cart .cart-info .options {
  font-size: 10px;
}
.checkout-cart .cart-info .reward {
  color: #57b700;
  font-size: 13px;
}
.checkout-cart .cart-info .recurring {
  font-size: 13px;
}
.checkout-cart .remove {
  background: none;
  box-shadow: none;
  border: 0;
  color: #ad0000;
  font-size: 16px;
}
/**************** Brands *******************/
.brands {
  background: #f7f7f7;
  padding: 40px 0;
  text-align: center;
}
.brands-item {
  width: 16%;
  display: inline-block;
  padding: 15px;
}
.brands .img-responsive {
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.5s;
}
.brands .img-responsive:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/**************** Bootstrap Panel *******************/
.panel-group .panel {
  border: 0;
  box-shadow: none;
  background-color:#ccc8aa;
}
.panel-body {
  padding: 30px;
  background-color:#fff;
}
.panel-default > .panel-heading {
  /* color: inherit; */
  border: 0;
  background: none;
  /* padding: 15px 0; */
  /* font-size: 17px; */
  /* font-weight: 600; */
  /* text-align: center; */
}
.panel-title .accordion-toggle:hover {
  text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: #f9f9f9;
}
/**************** Footer *******************/
.footer {
  background-color: #3d3d3d;
  color: #ccc;
  clear: both;
}
.footer .title {
  color: #fff;
}
.footer_top {
  padding: 32px 0;
}
.footer li {
  color: #ccc;
  transition: 0.5s;
  margin-bottom: 10px;
}
.footer a:hover {
  color: #7e3146;
}
.link_footer a {
  text-decoration: none;
  color: #fff;
}
.footer .fa {
  width: 20px;
}
.footer .contacts .fas,
.footer .contacts .far,
.footer .contacts .fab {
  color: #c7c7c7;
  font-size: 21px;
  margin-right: 10px;
  vertical-align: bottom;
  margin-bottom: -2px;
  width: 21px;
  text-align: center;
}
.footer .title {
  font-size: 16px;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}
.footer-columns {
  display: grid;
  grid-gap: 30px;
}
.footer-columns.column-count-1 {
  grid-template-columns: 1fr;
}
.footer-columns.column-count-2 {
  grid-template-columns: 1fr 1fr;
}
.footer-columns.column-count-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.footer-columns.column-count-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer-columns.column-count-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.footer-html {
  padding-top: 0;
}
.footer_bottom {
  background: #dbdbdb;
  padding: 30px 0 20px;
  text-align: center;
}
.footer_bottom .title {
  color: #3d3d3d;
}
.footer_bottom .social_list {
  display: inline-block;
  padding: 0;
  margin-bottom: 25px;
  text-align: center;
}
.footer_bottom .social_item {
  display: inline-block;
  list-style: none;
  margin: 0 15px;
}
.footer_bottom .social_item .fab {
  color: #c52668;
  font-size: 34px;
}
.footer_bottom .powered {
  font-size: 12px;
  color: #3d3d3d;
}
.footer_bottom .powered a {
  color: #c52668;
}
/************ Captcha **********************/
.g-recaptcha {
  display: flex;
  justify-content: center;
}
.input-group-addon-captcha {
  padding: 0 2px;
}
/************ Magnific Popup ***************/
.get-code-window {
  position: relative;
  background: #fff;
  padding: 2em 3em;
  width: auto;
  margin: 20px auto;
  max-width: 600px;
}
@media (min-width: 1460px) {
  .container {
    width: 1400px;
  }
  .category-menu .menu-horizontal,
  .mega-menu .submenu-1 .dropdown-menu,
  .mega-menu .submenu-3 .dropdown-menu {
    width: 1370px;
  }
}
@media (min-width: 1200px) and (max-width: 1459px) {
  .category-menu .menu-horizontal,
  .mega-menu .submenu-1 .dropdown-menu,
  .mega-menu .submenu-3 .dropdown-menu {
    width: 1140px;
  }
  .mega-menu .menu_main {
    font-size: 11px;
  }
}
@media (max-width: 1199px) {
  .top-menu-list sup,
  .top_cart sup {
    margin-left: -7px;
  }
  .advantages-item .text-inner .line-1 {
    font-size: 14px;
  }
  .advantages-item .icon i {
    font-size: 48px;
  }
  .advantages-item .advantages-item-inner {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .advantages-item .text,
  .advantages-item .icon {
    min-height: 0;
    padding: 15px 0;
    width: 90%;
    text-align: center;
  }
  .advantages-item .text {
    padding-top: 0;
  }
  .product-thumb .button-group {
    margin: 0;
  }
  .product-grid .product-thumb .button-group .inner,
  .product-list .product-thumb .button-group .inner {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    box-shadow: none;
  }
  .product-grid .product-thumb .button-group .inner {
    padding: 5px;
  }
  .product-list .product-thumb .button-group .inner {
    padding-top: 10px;
  }
  .product-thumb .button-group .btn {
    display: inline-block;
    width: auto;
    padding: 0;
    line-height: 30px;
    border: 0;
    background: 0;
    color: #c1c1c1;
    margin-bottom: 0;
    font-size: 16px;
    box-shadow: none;
  }
  .product-thumb .button-group .fa,
  .product-thumb .button-group .far {
    margin-right: 0;
  }
  .product-thumb .title {
    font-size: 16px;
  }
  .product-thumb .price {
    font-size: 16px;
  }
  .product-thumb .price-old {
    font-size: 14px;
  }
  .product-thumb .rating .fa,
  .product-thumb .rating .far {
    font-size: 10px;
  }
  .product-thumb .rating i {
    width: 11px;
  }
  .product-thumb .rating {
    margin-bottom: 0;
  }
  .product .quantity {
    width: 40%;
  }
  .product .order-group .btn {
    margin-left: 0;
  }
  .product .width-40 {
    width: 41%;
  }
  .product .nav-tabs > li a {
    font-size: 12px;
    padding: 10px;
  }
  .product-info .price-block.price-new .price-val,
  .product-info .price-old .price-val,
  .product-info .price-save .price-val {
    font-size: 14px;
  }
  .product .order-group {
    width: 100%;
    padding-top: 10px;
  }
  .swiper-button-next {
    right: -6px;
  }
  .swiper-button-prev {
    left: -6px;
  }
  .footer_top {
    margin: 0;
  }
  .footer-columns.column-count-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-menu .menu-horizontal,
  .mega-menu .submenu-1 .dropdown-menu,
  .mega-menu .submenu-3 .dropdown-menu {
    width: 940px;
  }
  .category-menu .navbar-header .btn{
    font-size:10px;
  }
  .mega-menu .menu_main {
    font-size: 10px;
    padding: 15px 10px 0;
  }
}
@media (min-width: 992px) {
  .mobile-content {
    display: none;
  }
  .menu-inner .dropdown-menu.menu-content {
    max-height: 100vh;
    overflow: hidden;
  }
  .category-menu .dropdown-menu.menu-content.vertical {
    overflow: initial;
  }
  .menu-inner .menu-horizontal {
    overflow-y: auto;
    max-height: 100vh;
    margin-right: -20px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 50px;
  }
  .title-h1 {
    font-size: 24px;
    line-height: 1;
  }
  .header {
    border-bottom: 1px solid #a09d88;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    background: #000;
    box-shadow: 0 0 10px 0 rgb(0 0 0 /15%);
  }
  .header-inner { 
    height: 50px;
    padding: 5px 0;
  }
  .header-logo {
    width: 50%;
  }
  .top-menu-icon {
    /* display: none; */
    width: 50%;
  }
  #top {
    height: 0;
  }
  /***** Mobile Menu *********/
  .mobile-menu .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    display: inline-block !important;
    line-height: 12px;
    color: #8e8e8e;
    cursor: pointer;
  }
  .mobile-menu .menu-inner {
    background: none;
  }
  .mobile-menu .menu-item {
    font-size: 16px;
    position: relative;
  }
  .mobile-menu .menu-item .menu-item {
    padding-left: 15px;
  }
  .mobile-content {
    float: left;
    margin-right: 15px;
  }
  .mobile-content .mobile-menu {
    /*display: none;*/
    position: fixed;
    left: -100%;
    top: 0;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 #000;
    overflow: auto;
    padding: 30px 15px;
    transition: 0.3s;
    z-index: 101;
  }
  .mobile-content .mobile-menu.active {
    left: 0;
  }
  .mobile-content .dropdown-backdrop {
    display: none;
  }
  .mobile-content .container {
    width: 100%;
  }
  .mobile-menu .menu-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 12px;
  }
  .mobile-content .mobile-toggle {
    padding: 13px 0;
    line-height: 13px;
    background: none;
    border: 0;
    fill: #fff;
  }
  .mobile-content .menu-content {
    /*display: block;*/
    position: static;
    border: 0;
    box-shadow: none;
    margin: 15px -15px;
  }
  .sub-menu-toggle .caret {
    transform: rotate(-90deg);
  }
  .menu-vertical .sub-menu-toggle .caret {
    transform: none;
  }
  .sub-menu-toggle.active .caret {
    transform: rotate(0deg);
  }
  .menu-vertical .sub-menu-toggle.active .caret {
    transform: rotate(90deg);
  }
  .mega-menu .button-search {
    position: static;
    background: #d7d7d7;
    margin-top: 15px;
    font-size: 12px;
    padding: 10px 20px;
  }
  .mega-menu .button-search .fa {
    font-size: 12px;
  }
  /****** Category Menu **********/
  .category-menu .menu-content {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .category-menu .navbar-header .btn {
    position: relative;
  }
  .category-menu .navbar-header .btn .caret {
    position: absolute;
    top: 23px;
    right: 16px;
    opacity: 0.5;
    transform: rotate(-90deg);
  }
  .category-menu nav.open .navbar-header .btn .caret {
    transform: none;
  }
  .category-menu .dropdown-backdrop {
    display: none;
  }
  .category-menu .navbar-header .btn {
    background: none !important;
    color: inherit !important;
    font-size: inherit;
    text-align: left;
    border-bottom: 1px solid #ececec;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 49px;
  }
  /****** Category Horizontal Menu **********/
  .menu-horizontal,
  .category-menu .menu-horizontal {
    padding: 0;
  }
  .menu-horizontal.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .menu-horizontal .column-1,
  .menu-horizontal .column-2,
  .menu-horizontal .column-3,
  .menu-horizontal .column-4,
  .menu-horizontal .column-6 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .menu-horizontal .sub-menu {
    display: none;
    margin: 0;
  }
  .menu-horizontal .grid {
    display: block;
  }
  /****** Category Vertical Menu **********/
  .menu-vertical .sub-menu {
    position: static;
    opacity: 1;
    z-index: 1;
    min-width: auto;
    display: none;
    box-shadow: none;
  }
  .menu-vertical > .menu-item {
    padding-left: 0;
  }
  .mega-menu .menu-item a,
  .category-menu .menu-content a {
    padding: 13px 30px 13px 0 !important;
    position: relative;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    display: block;
  }
  /******* Mega Menu **************/
  .mega-menu .caret {
    transform: rotate(-90deg);
  }
  .mega-menu .open > .dropdown-toggle .caret {
    transform: none;
  }
  .mega-menu {
    clear: both;
    padding: 0 15px;
  }
  .mega-menu .navbar-nav {
    padding-right: 0;
    display: block;
    margin: 0;
  }
  .mega-menu .menu_main {
    color: inherit !important;
    padding: 15px 0;
    font-weight: 700;
  }
  .top-menu .button-search {
    color: inherit !important;
    margin-bottom: 0;
  }
  .mega-menu .nav > li {
    border-bottom: 1px solid #ececec;
    clear: both;
    float: none;
  }
  .mega-menu .menu-horizontal a {
    padding: 5px 0;
  }
  .mega-menu .menu-horizontal .menu_all {
    border: 0;
    padding-left: 15px !important;
  }
  .mega-menu .menu-horizontal .banner-image {
    display: none;
  }
  .mega-menu .submenu-3 .title {
    text-align: left;
    margin-bottom: 0;
  }
  .toplinks {
    width: 100%;
    padding: 15px;
    max-width: 100%;
    white-space: normal;
  }
  .toplinks li {
    display: block;
  }
  .toplinks a {
    padding: 0;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .mega-menu .menu_main {
    position: relative;
    padding-right: 40px;
  }
  .mega-menu .menu_main .dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    line-height: 1;
  }
  .mega-menu .dropdown-menu {
    position: static;
    min-width: 100% !important;
    box-shadow: none;
    padding: 0;
  }
  .search {
    position: static;
  }
  .search-list-wrapper {
    top: 100%;

    left: 0;
    width: 100%;
  }
  .logo {
    height: 40px;
    min-height: auto;
    margin-left: 25px;
  }
  .top-menu {
    text-align: center;
  }
span{
    color:#000
  }
ul.list-inline{
  margin: 10px;
  padding: 0;
}
  .custom-html {
    display: none;
    padding: 0 15px;
    clear: both;
    margin-bottom: 30px;
    font-size: 13px;
  }
  .mobile-content .custom-html {
    display: block;
    text-align: left;
    width: 100%;
  }
  .currency-language {
    width: 100%;
  }
  .currency-language .dropdown-toggle {
    font-weight: 700;
  }
  .currency-language .dropdown-menu {
    box-shadow: none;
    border: 0;
  }
  .currency-language .btn {
    text-align: left;
    padding: 5px 15px;
  }
  .cart .cart-total {
    background: none !important;
    color: inherit !important;
    padding: 0;
  }
  .cart .cart-total .fas {
    color: #808080;
    margin-right: 0;
  }
  .top-menu-list .account,
  .top-menu-list .compare {
    display: none;
  }
  .top-menu-list i {
    font-size: 16px;
    color: #808080;
    margin-bottom: 0;
    margin-right: 0;
  }
  .top-menu .button-search svg {
    fill: #808080;
  }
  .top-menu-list .btn-link,
  .cart .cart-total,
  .top-menu .button-search {
    display: inline-block;
    line-height: 1;
    position: relative;
    padding: 11px;
  }
  .top-menu-list li {
    padding: 0 3px;
  }
  .top-menu-list sup,
  .top_cart sup {
    margin-left: 0;
    font-size: 11px;
    position: absolute;
    top: 13px;
    right: 0;
  }
  .advantages-item .icon i {
    font-size: 36px;
  }
  .mango_category_description {
    /*font-size: 14px;*/
    line-height: 1;
  }
  .mango_category_text {
    font-size: 12px;
    line-height: 1;
  }
  .carousel-product .swiper-container,
  .latest-blogs .swiper-container {
    padding-bottom: 30px;
  }
  .filter-inner .panel-filter {
    display: none;
  }
  /******** Mango Blog *************/
  .blog-list .date-added {
    padding: 4px 10px;
    font-size: 8px;
  }
  /******** Mango Banner *************/
  .mango_banner_text .line-2 {
    font-size: 16px;
  }
  .mango_banner_text {
    padding: 15px;
    width: 60%;
  }
  .mango_banner_image {
    width: 40%;
  }
  /******** Product Thumb *************/
  .product-thumb .price {
    font-size: 13px;
  }
  .product-thumb .price-old {
    font-size: 11px;
  }
  .product-thumb .title {
    font-size: 14px;
  }
  /******** Product *************/
  .product .quantity {
    width: 50%;
  }
  .product .quantity.with-quick_order {
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .product .order-group {
    width: 50%;
  }
  .product .order-group.with-quick_order {
    width: 100%;
  }
  .product .order-group .width-100 {
    width: 100%;
  }
  .newsletter {
    text-align: center;
  }
  .newsletter_left,
  .newsletter .form-group .form-control {
    margin-bottom: 15px;
    display: block;
  }
  .newsletter .fas {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer_top {
    padding: 40px 0;
  }
  .footer_top .list-unstyled {
    margin-bottom: 30px;
  }
  .footer-columns.column-count-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
 .mango_banner_text .size-l {
    font-size: 30px;
  }
  .mango_banner_text .size-m {
    font-size: 24px;
  }
  .mango_banner_text .size-s {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  .menu-vertical .menu-item:hover > .sub-menu {
    opacity: 1;
    left: 100%;
  }
}
@media (max-width: 767px) {
/*  .btn {
    margin-bottom: 5px;
  }*/
  .top-menu-list .btn-link,
  .cart .cart-total,
  .top-menu .button-search {
    padding: 11px 5px;
  }
  .top-menu-list sup,
  .top_cart sup {
    font-size: 9px;
    right: -2px;
  }
  .search .btn-search {
    padding: 9px;
  }
  .title-h1 {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .cart-list .image {
    width: 15%;
  }
  .cart-list .image,
  .cart-list .quantity,
  .cart-list .total {
    padding: 0;
  }
  .cart-list .name {
    line-height: 1;
    width: 35%;
  }
  .mango_slideshow_link {
    align-items: start;
    padding-top: 15px;
  }
  .mango_slideshow .line-1 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .mango_slideshow .line-2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .advantages {
    flex-direction: row;
    margin-bottom: 15px;
    flex-direction: row;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .advantages-item {
    flex: none;
    width: 48%;
    float: left;
    margin: 2px;
  }
  .advantages-item .advantages-item-inner {
    padding: 2% 0;
  }
  .brands-item {
    width: 32%;
    padding: 15px;
    margin: 0;
  }
  .cart-list .title {
    font-size: 12px;
  }
  .categories {
   /* white-space: nowrap;*/
    overflow: auto;
    position: relative;
  }
  .categories-item a {
    padding: 3px 5px;
    font-size: 12px;
  }
  .category-filter {
    padding-top: 0;
  }
  .product-thumb .price-new,
  .product-thumb .price-old {
    margin-left: 0;
  }
  .stickers {
    right: 0;
  }
  .stickers .product-label::after {
    content: none;
  }
  .product-label .inner {
    padding: 3px;
    font-size: 10px;
    line-height: 1.2;
  }
  .category h1,
  .product h1 {
    font-size: 20px;
  }
  .product-info .top-group {
    margin-bottom: 15px;
  }
  .product-info .rating {
    margin-bottom: 0;
  }
  .product-info .price-block.price-new .price-val,
  .product-info .price-old .price-val,
  .product-info .price-save .price-val {
    font-size: 13px;
  }
  .thumbnails .swiper-button-prev,
  .thumbnails .swiper-button-next {
    top: 42%;
  }
  .product .nav-tabs {
    text-align: left;
    display: block;
  }
  .product .nav-tabs > li.active > a,
  .product .nav-tabs > li > a:hover {
    border: 1px solid #7e3146;
    border-radius: 4px;
  }
  .product .nav-tabs > li.active > a::after {
    content: none;
  }
  .tab-content {
    overflow: auto;
  }
  .carousel-product {
    padding: 0 15px;
  }
  .container .carousel-product {
    max-width: initial;
  }
  .container-fluid .carousel-product {
    margin: 0;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .mango_slideshow .swiper-button-next,
  .mango_slideshow .swiper-button-prev {
    display: none;
  }
  .mango_banner {
    margin-bottom: 30px;
  }
  .mango_banner_grid {
    display: block;
  }
  .mango_banner_item {
    margin-bottom: 15px;
  }
  .latest-blogs .swiper-container {
    padding-bottom: 0;
  }
  .latest-blogs .swiper-button-prev {
    left: -6px;
  }
  .latest-blogs .swiper-button-next {
    right: -6px;
  }
  .latest-blogs .blog-list {
    border-radius: 4px;
  }
  .review-item .date-text-block {
    border-left: 0;
    padding-left: 15px;
  }
  .product-review .review-item,
  .review-page .review-item {
    padding: 0;
    margin-bottom: 30px;
  }
  .product-review .author,
  .review-page .author {
    margin-bottom: 0;
  }
  .product-review .author {
    font-size: 14px;
  }
  .rating {
    margin-bottom: 10px;
  }
  .product-review .date,
  .review-page .date {
    margin-bottom: 10px;
  }
  .product-review .date {
    width: 100%;
    margin-right: 0;
  }
  .product-info .price .price-block {
    padding: 10px 5px;
  }
  .compare .table-wrapper {
    overflow: auto;
  }
  .manufacturer-list .alphabet .btn {
    padding: 5px 10px;
  }
  .checkout-cart .cart-list {
    padding-top: 10px;
  }
  .checkout-cart .cart-image {
    margin-bottom: 15px;
  }
  .checkout-cart .cart-prices {
    text-align: right;
    margin: 0 -15px;
    font-weight: 700;
  }
  .checkout-cart .cart-quantity {
    max-width: 100px;
    float: left;
  } 
  .checkout-cart .cart-quantity + .price {
    padding-top: 10px;
  }
  .checkout-cart .price-x {
    position: relative;
    left: -15px;
  }
  .footer_top {
    text-align: center;
  }
  .footer-columns.column-count-5,
  .footer-columns.column-count-4,
  .footer-columns.column-count-3,
  .footer-columns.column-count-2 {
    grid-template-columns: 1fr;
  }
  .footer_bottom .social_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .footer_bottom .social_item .fab {
    font-size: 26px;
  }
  .get-code-window {
    padding: 30px 15px;
  }
  .footer a {
  color: inherit;
  }
}
@media (max-width: 391px){
 .logo {
   margin-top: 5px;
 }
  ul.list-inline {
    margin: 10px 0;
    padding: 0;
}
 span {
   font-size: 12px;
   color: #000;
  }
}
@media (max-width: 376px){
 .tab-content{
 padding:30px;
  }
}
 /*** Мой CSS ***/
.container_box{
 margin-top: 30px;
 }
.container_box h2{
  margin: 50px 0 30px;   
 }
.promo{
  padding: 0 15px;
}
.address_text_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.address_text_2 {
  display: flex;
  flex-direction: row;
  margin: 15px auto;
}
.address_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
.address_inner {
  display: flex;
  flex-direction: column;
 }  
}
/**footer**/
.footer_line{
  display: flex;
  flex-direction: column;
}
.line_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
.line_item {
  display: flex;
  flex-direction: column;
 }
}
/** ГОЛУБЬ в СТАТЬЯХ**/
.golub_artikle {
  display:flex;
  justify-content: flex-end;
  align-items: center;
  margin: 50px 0;
}
.golub_artikle img{
   width: 100%;
  }
 /**ОФОРМЛЕНИЕ ССЫЛОК*/
.link_my a {
  text-decoration: none;
  position: relative;
  /*display: inline-block;*/
  display: inline;
  color: #191717;
  z-index: 0;
  transition: color .3s ease-out;
}
.link_my a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #7d7c7c;
  transition: height .3s ease-out;
}
.link_my a:hover { 
  color: #fff;
  z-index: 1;
}
.link_my a:hover::before {
  height: 100%;
}
.link_my1 a {
    text-decoration: none;
    color: #191717;
  }
.link_my1 a:hover { 
    color: #607d8b;;
  }
/** МАЛЕНЬКИЙ ДЛИННЫЙ БАННЕР НА ГЛАВНОЙ**/
.banner_block {
height: 25rem;
} 
.banner {
  display: block;
  margin: 0;
  background: #343434;
  color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: .25s;
  box-shadow: 10px 8px 8px rgba(0,0,0,0.2);
}
.banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
img {
max-width: 100%;
}
.banner__caption {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  line-height: 20px;
  padding: 4rem;
}
.banner:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  transition: .25s;
}
@media (max-width: 431px) {
.banner__caption {
  padding: 2rem;
 } 
}
 /******************************СПИСКИ***********************/
ul.list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0px 0 20px;
}
.list li {
   display: flex;
   list-style-type: none;
   justify-content: center;
  line-height: 22px;
  margin: 10px auto;
  padding: 0;
}
ul.list_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 0 20px;
}
.list_2 li {
   display: flex;
   list-style-type: none;
   justify-content: center;
   padding: 3px 0;
}
@media screen and (max-width: 320px){
.list_2 li {
  padding: 0 5px;
 }
}
ul.list_4 {
list-style: none;
  counter-reset: li;
  margin-bottom: 8px;
  padding: 0; 
}    
.list_4 li {
  position: relative;
  border: 2px solid #ccc8aa;
  background: #faf7f7;
  margin: 10px 0 10px 40px;
  padding: 10px 20px 10px 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list_4 li:hover {
  background: #f1efef;
}
.list_4 li:before {
  line-height: 32px;
  position: absolute;
  top: 4px;
  left:-40px;
  width: 40px;
  text-align:center;
  font-size: 0;
  font-weight: bold;
  color: #FFF;
  background: #ccc8aa;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.list_4 li:hover:before {
  width: 46px;
}
.list_4 li:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-left-color: #ccc8aa;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s
}
.list_4 li:hover:after {
  margin-left: 6px;
}
@media screen and (max-width: 431px){
.list_4 li {
  font-size: 13px;
  margin: 10px 0 10px 30px;
  padding: 10px 20px 10px 20px;
 } 
.list_4 li:before {
  left:-30px;
  width: 30px;
 }  
.list_4 li:hover:before {
  width: 33px;
} 
.list_4 li:hover:after {
  margin-left: 3px;
 } 
}
@media screen and (max-width: 320px) {
.list_4 li {
  margin: 10px 0 10px 15px;
  padding: 10px 5px 10px 20px;
 } 
.list_4 li:before {
  left: -25px;
  width: 25px;
 }
  .list_4 li:hover:before {
  width: 28px;
 }
}
ul.list_4a {
  list-style: none;
  counter-reset: li;  
  margin-bottom: 8px;
  padding: 0;
}    
.list_4a li {
  position: relative;
  border: 2px solid #7d7c7c;
  background: #faf7f7;
  padding: 10px 20px 10px 28px;
  margin: 10px 0 10px 40px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list_4a li:hover {
  background: #f1efef;
}
.list_4a li:before {
  line-height: 32px;
  position: absolute;
  top: 4px;
  left:-40px;
  width: 40px;
  text-align:center;
  font-size: 0;
  font-weight: bold;
  color: #FFF;
  background: #7c7c7c;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.list_4a li:hover:before {
  width: 46px;
}
.list_4a li:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-left-color: #7c7c7c;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s
}
.list_4a li:hover:after {
  margin-left: 6px;
}
@media screen and (max-width: 431px){
.list_4a li {
  font-size: 13px;
  margin: 10px 0 10px 30px;
  padding: 10px 20px 10px 20px;
 } 
.list_4a li:before {
  left:-30px;
  width: 30px;
 }  
.list_4a li:hover:before {
   width: 33px;
 } 
.list_4a li:hover:after {
  margin-left: 3px;
 } 
}
@media screen and (max-width: 320px) {
.list_4a li {
   margin: 10px 0 10px 15px;
   padding: 10px 5px 10px 20px;
 } 
.list_4a li:before {
   left: -25px;
   width: 25px;
 }
.list_4a li:hover:before {
   width: 28px;
 }
}
ul.list_5 {
  list-style: none;
  counter-reset: li;
  margin: 0 0 10px;
  padding: 0;
}    
.list_5 li {
  position: relative;
  border-left: 4px solid #7d7c7c;
  margin: 4px 0 4px 60px;
  padding: 8px 20px 8px 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list_5 li:before {
  line-height: 18px;
  position: absolute;
  top: 10px;
  left: -80px;
  width: 80px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #7d7c7c;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;    
}
.list_5 li:hover:before {
  color: #191717;
}
@media screen and (max-width: 431px){
.list_5 li {
  margin: 8px 0 8px 40px;
  padding: 10px 10px 10px 15px;
 } 
.list_5 li:before {
  left: -50px;
  width: 50px;
  font-size: 21px;  
  } 
}
@media screen and (max-width: 320px) {
.list_5 li {
  border-left: 4px solid #7d7c7c;
  margin: 8px 0 8px 20px;
  padding: 10px 5px 10px 5px;
 } 
.list_5 li:before {
  left: -45px;
  width: 50px;
  font-size: 19px;
  } 
}  
ul.list_5a {
  list-style: none;
  counter-reset: li;
  margin: 0 0 10px;
  padding: 0;
}    
.list_5a li {
  position: relative;
  /*font-size: 16px;*/
  border-left: 4px solid #7d7c7c;
  background: #f1efef;
  margin: 10px 3px 10px 25px;
  padding: 10px 10px 10px 20px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list_5a li:before {
  line-height: 18px;
  position: absolute;
  top: 10px;
  font-size: 0;
  color: #7d7c7c;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_5a li:hover {
  content: "";
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: width;
  transition-property: width;
  background: #fff;
}
@media screen and (max-width: 431px){
.list_5a li {
  font-size: 14px;
  border-left: 4px solid #7d7c7c;
  margin: 8px 3px 8px 15px; 
  padding: 10px 10px 10px 15px;
 } 
}
@media screen and (max-width: 320px) {
.list_5a h4 {
    font-size: 18px;
 }
}
ul.list_6 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list_6 li{
  margin: 5px auto;
}
.list_6 li:before {
  padding-right: 8px;
  font-weight: bold;
  color: #7c7c7c;
  content: "\2714";
  transition-duration: 0.5s;
}
.list_6 li:hover:before {
  color: #000;
  content: "\2714";
} 
ul.list_7 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
}
.list_7 li {
  display: flex;
  list-style-type: none;
  font-size: 13px;
  line-height: 15px;
  justify-content: start;
  width: 100%;
  margin: 5px auto;
  padding: 0 0;
}
ul.list_6a {
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list_6a li{
  margin: 5px auto;
}
.list_6a li:before {
  padding-right: 8px;
  font-weight: bold;
  color: #7c7c7c;
  content: "\2714";
  transition-duration: 0.5s;
}
.list_6a li:hover:before {
  color: #000;
  content: "\2714";
} 
ul.list_6b {
  font-size: 15px;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  line-height: 25px;
}
.list_6b li{
  margin: 5px auto;
}
.list_6b li:before {
  padding-right: 8px;
  font-weight: bold;
  color: #7c7c7c;
  content: "\2714";
  transition-duration: 0.5s;
}
.list_6b li:hover:before {
  color: #000;
  content: "\2714";
} 
ul.list8 {
   list-style: none;
   margin: 0 0 10px 0;
   padding: 10px 0 0 25px;
 }
.list8 li{
   padding: 3px;
   line-height: 20px;
 }
.list8 li:before {
   padding-right: 10px;
   font-size: 20px;
   font-weight: bold;
   color: #ccc8aa;
   content: "\27A0";
   transition-duration: 0.5s;
 }
.list8 li:hover:before {
   color: #7d7c7c;
   content: "\27A0";
 } 
 @media screen and (max-width: 992px){
  ul.list8 {
   margin: 0 ;
   padding: 0;
 }
}
 /*****************************************ГЛАВНАЯ*********************/
#section01 * { 
  margin: 0;
  box-sizing: border-box;
}
.oval_block {
   display: flex;
   flex-wrap: wrap;
}
.oval_item {
   flex: 0 0 50%;
}
.h-100 { 
  height: 100%; 
} 
.p-5 {
  padding: 10px;
}
 #section01 {
   overflow: hidden; 
   box-shadow: 10px 8px 8px rgba(0,0,0,0.2);
   border-radius: 5px;
 } 
 .oval_block { 
   flex-direction: row-reverse; 
 } 
 #section01 .bannerImage {
  background: url(https://haron161.ru/image/catalog/site/glavnaj/rip_3_1.jpg);
  background-size:cover;
  background-position: center center;
  background-color: #f1efef;
 }    
 #section01 .bannerText {
  background-color: #f1efef;
  position: relative;
  z-index: 1;
  padding: 40px 10px 30px 30px;
 }
 #section01 .oval_oval {
  position: absolute;
  background-color: #f1efef;
  border-radius: 50%;
  /*box-shadow: 20px 8px 16px rgba(0,0,0,0.2);*/
  z-index: -1;
  content: '';
 }
#section01 .bannerText p {
  line-height: 22px;
}
 @media screen and (max-width:767px){
  #section01 .oval_block {
    display: block; 
  }
 #section01 .bannerText {
 padding: 20px 10px 30px 10px;
 }
 }
/**секция 2 Изготовление памятников**/
#section2 * {
  margin: 0;
  box-sizing: border-box;
}
#section2 {
  overflow: hidden;
  box-shadow: 10px 8px 8px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.w50 {
    flex: 0 0 50%;
}
.oval-row {
    display: flex;
    flex-wrap: wrap;
}
#section2 .oval-row {
  flex-direction: row-reverse;
}
#section2 .bannerImage1 {
  background: url(https://haron161.ru/image/catalog/site/glavnaj/bl_2.jpg);
  background-size: cover;
  background-position: center center;
  background-color: #f1efef;
}
#section2 .bannerText {
  background-color: #f1efef;
  position: relative;
  z-index: 1;
  padding: 40px 10px 30px 30px;
}
#section2 .bannerText .oval {
  position: absolute;
  background: #f1efef;
  /*box-shadow: 20px 8px 16px rgba(0,0,0,0.2);*/
  border-radius: 50%;
  z-index: -1;
  content: '';
}
#section2 .bannerText p {
 line-height: 22px;
}
@media screen and (max-width: 767px) {
#section2 .oval-row {
 display: block;
}
#section2 .bannerText {
 padding: 0 10px 30px 10px;
 }
}
 /**КАРТОЧКИ НА ГЛАВНОЙ**/  
.nice-border1 {
  display: inline-block;
  position: relative;
  width: 160px;
  text-align: center;
  line-height: 150px;
  background-color:#ccc8aa;
}
.nice-border1 .nice-border-bottom-left,
.nice-border1 .nice-border-bottom-right,
.nice-border1 .nice-border-top-right,
.nice-border1 .nice-border-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8em;
  height: 2.8em;
  margin: -4px;
  border-width: 4px 0 0 4px;
  border-style: solid;
  border-color: #191717;
}
.nice-border1 .nice-border-bottom-left:after,
.nice-border1 .nice-border-bottom-right:after,
.nice-border1 .nice-border-top-right:after,
.nice-border1 .nice-border-top-left:after,
.nice-border1 .nice-border-bottom-left:before,
.nice-border1 .nice-border-bottom-right:before,
.nice-border1 .nice-border-top-right:before,
.nice-border1 .nice-border-top-left:before {
  position: absolute;
  content: "";
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-color: #191717 transparent transparent transparent;
  width: 0;
  height: 0;
  left: -4px;
  bottom: -4px;
}
.nice-border1 .nice-border-bottom-left:after,
.nice-border1 .nice-border-bottom-right:after,
.nice-border1 .nice-border-top-right:after,
.nice-border1 .nice-border-top-left:after {
  left: auto;
  right: -4px;
  top: -4px;
  bottom: auto;
}
.nice-border1 .nice-border-top-right {
  right: 0;
  left: auto;
  border-width: 4px 4px 0 0 ;
}
.nice-border1 .nice-border-top-right::after,
.nice-border1 .nice-border-top-right::before {
  border-width: 0 4px 4px;
  border-color: transparent #191717 transparent transparent;
  left: auto;
  right: -4px;
}
.nice-border1 .nice-border-top-right::after {
  left: -8px;
  right: auto;
  top: -4px;
}
.nice-border1 .nice-border-bottom-left {
  top: auto;
  bottom: 0;
  border-width: 0 0 4px 4px ;
}
.nice-border1 .nice-border-bottom-left::after,
.nice-border1 .nice-border-bottom-left::before {
  border-width: 4px 0 0 4px;
  border-color: transparent transparent transparent #191717;
  left: auto;
  right: -4px;
}
.nice-border1 .nice-border-bottom-left::after {
  bottom: auto;
  top: -4px;
  right: auto;
  left: -4px;
}
.nice-border1 .nice-border-bottom-right {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  border-width: 0 4px 4px 0;
}
.nice-border1 .nice-border-bottom-right::after,
.nice-border1 .nice-border-bottom-right::before {
  border-width: 0  0 4px 4px;
  border-color: transparent transparent #191717 transparent;
}
.nice-border1 .nice-border-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
.nice-border1 {
  display: inline-block;
  position: relative;
  width: 140px;
  text-align: center;
  line-height: 130px;
 }
}
@media screen and (max-width: 992px) { 
.nice-border1 {
  width: 150px;
  line-height: 150px;
 }
}   
/*Карточки ГЛАВНАЯ*/
.bcard-wraper * {
  box-sizing: border-box;
  height: 100%;
}
.background {
  background: #747276;
  border-radius: 5px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  opacity: 0;    
}
.bcard-wraper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.bcard {
  display: inline-block;
  position: relative;
  padding: 8px;
}
.bcard-main {
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  padding: 11px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #f7f7f7;
  transition: 0.5s;
}
.bcard:hover .bcard-main {
  position: relative;
  z-index: 20;
}
.bcard-inner {
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 50;
  height: 100%;
  text-align: center;
}
.nice_item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 20px;
  height: auto;
}
.text-list{
  padding: 0;
}
.text-list .text-list-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 5px;
}
.text-list .text-list-inner .line-1 {
  font-size: 25px;
  font-weight: 700;
  margin: 10px auto;
}
.price {
  font-size: 25px;
  font-weight: 700;
}
.price span{
  font-size: 20px; 
  font-weight: 600;
}
@media screen and (max-width: 1367px){
.price {
  font-size: 23px
 } 
}
@media (max-width: 1200px) {
.bcard-wraper .bcard{
  padding: 4px;
 }   
.bcard .text-list .text-list-inner .line-1 {
  font-size: 19px;
  margin: 0 auto;
 }
}
@media screen and (max-width: 991px) {
.bcard-wraper {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.bcard-wraper .bcard{
   padding: 0 0 20px;
}
.bcard-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
 } 
 .text-list .text-list-inner {
  margin: 15px;
  }   
}
@media screen and (max-width: 575px){
.nice_item {
    margin: 20px 10px;
  }
}
@media screen and (max-width: 490px) {
.bcard-wraper .bcard { 
  margin: 5px 10px;
 }
.bcard-inner {
  display: flex;
  flex-flow: column;
 }
}
 /****РЕКЛАМНЫЙ БЛОК С ФОТО******/
.sgroup-container {
  position: relative;
  height: 600px;
  margin: 0 0 30px;
  box-shadow: 10px 8px 8px rgba(0,0,0,0.2);
}    
.sgroup {
  position: absolute;
  z-index: 0;
  width: 50%;
  height: 50%;
  overflow: hidden;
  cursor: pointer;
  transform: scale(1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  background-size: cover;
  background-position: 50% 50%;
}
.sgroup:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  transition: background-color 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sgroup:hover:after {
  content: "";
  background-color: rgba(0,0,0,0.2);
}
.sgroup:nth-child(1) {
  top: 0;
  left: 0;
  background-image: url(https://haron161.ru/image/catalog/site/o_nas/sale_5.jpg);
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.sgroup:nth-child(2) {
  top: 0;
  left: 50%;
  background-image: url(https://haron161.ru/image/catalog/site/o_nas/sale_10_1.jpg);
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.sgroup:nth-child(3) {
  top: 50%;
  left: 0;
  background-image: url(https://haron161.ru/image/catalog/site/o_nas/sale_10_2.jpg);
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.sgroup:nth-child(4) {
  top: 50%;
  left: 50%;
  background-image: url(https://haron161.ru/image/catalog/site/o_nas/sale_10_3.jpg);
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.sgroup.is-expanded {
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: initial;
}
.has-expanded-item .sgroup:not(.is-expanded) {
  transform: scale(0);
}
.close-sgroup {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;    
  width: 60px;
  height: 60px;
  line-height: 1;
  font-size: 50px;
  text-align: center;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transition: opacity 150ms linear;
  will-change: opacity;
}
.sgroup.is-expanded .close-sgroup {
  opacity: 1;
  transition-delay: 500ms;
  pointer-events: initial;
}
.title-box {
  z-index: 1;
  position: relative;
  display: flex;
  padding: 0 20px;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-shadow: -1px 0 1px #989898, 0 1px 1px #989898, 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
  font-size: 30px;
  line-height:40px;
  font-weight: 600;
}
.sgroup.is-expanded:after {
    background-color: rgba(0,0,0,0.7);
}
.sgroup.is-expanded .title-box {
  justify-content: flex-start;
  height: auto;
  margin: 30px 40px;
}
.sgroup.is-expanded .info-box {
  z-index: 1;
  position: relative;
  display: flex;
  padding: 0 20px;
  height: 75%;
  overflow: hidden;
  align-items: center;        
}
.info-box .info-col-1,
.info-box .info-col-2 {
    padding: 0 40px;
}
.info-box .info-col-1 {
    width: 40%;
}
.info-box .info-col-1 img {
    width: 100%;
}
.info-box .info-col-2 {
  width: 60%;
  max-height: 100%;
  overflow-y: auto;
  color: #FFF;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0; 
  transition: opacity 0.5s linear 0.4s;
}
.sgroup.is-expanded .info-box .info-col-2 {
  opacity: 1;
}
@media screen and (max-width: 991px) {
.title-box {
  font-size: 18px;
 }
.sgroup.is-expanded .info-box {
    flex-wrap: wrap;
 }
.info-box .info-col-1 {
    display: none;
 }
.info-box .info-col-2 {
    width: 100%;
 }
}
@media screen and (max-width: 375px){
.title-box {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px){
.title-box {
    font-size: 14px;
  }
}
 /******************************РЕКЛАМНЫЕ БЛОКИ В СТАТЬЯХ****************************/
.trade-wrap {
  border-radius:5px;
  background-color: #faf9f9;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  width: 100%;
  margin: 30px auto;
}
.trade-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.trade-image,
.trade-image_1,
.trade-image_2{
  background-size: cover;
  width: 40%;
  border-bottom-right-radius: 100px;
}
.trade-image{
  background-image: url(https://haron161.ru/image/catalog/site/rityal-blog/foto/zveti.jpg);
}
.trade-image_1 {
   background-image: url(https://haron161.ru/image/catalog/site/rityal-blog/foto/zvetu.jpg);
}
.trade-image_2 {
  background-image: url(https://haron161.ru/image/catalog/site/rityal-blog/foto/restavrazia.jpg);
}
.trade-data {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}
.trade-inner1 {
  display:flex;
  flex-direction: column;
  width: 70%;
  justify-content: center;
  align-items: center;
  margin: 50px 0 50px 50px;
}
.trade-inner2 {
text-align: center;
}
.data-section{
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px auto 0;
}
.data_item{
  box-sizing: border-box;
  flex: 0 0 50%;
} 
.details {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_trade {
  display:flex;
  flex-direction: column;
  width: 35%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4c4c4c;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.ribbon-2 {
  width: 200px;
  padding: 16px;
  position: absolute;
  text-align: center;
  color: #4c4c4c;
  bottom: 10px;
  right: -60px;
  transform: rotate(-45deg);
  background-color: #ccc8aa;
}
@media screen and (max-width: 1200px){
.trade-inner1{
  margin: 30px 0 30px 30px;
 }
.trade-inner2{
  margin: 25px;
 }
.ribbon-2 {
  width: 150px;
  right: -45px;
  padding: 10px;
 }
} 
@media screen and (max-width: 992px){
.trade-wrap {
  width: 95%;
  margin: 0 auto;
 }
.trade-item {
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
 }
.trade-image {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  margin-right: 0;
 }
.trade-image_1 {
  width: 100%;
  height: 300px;
 }
.trade-image_2 {
  width: 100%;
  height: 250px;
 }
.details{
  margin: 30px 0 10px;	
 }
}
@media (max-width: 678px){
.data-section{
  flex-direction: column;
  margin: 0;
 }
.details{
  margin: 10px 0;	
 }
}
@media screen and (max-width: 575px){
.trade-data {
  display: flex;
  width: 100%;
  flex-direction: column;
 }
.trade-inner1 {
  width: 90%;
  margin: 20px auto;
 }
.trade-inner2 {
  width: 100%;
  margin: 0 30px 30px;
 }
.box_trade {
  width: 100%;
 }
.ribbon-2 {
  width: 160px;
  right: -40px;
  bottom: 20px;
 }
}
@media screen and (max-width: 490px){
.trade-wrap {
  width: 100%;
  margin: 0 auto;
 }
.trade-image {
  height: 250px;
 }
}
@media screen and (max-width: 360px) {
.trade-inner1 {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
 }
.trade-inner2 {
  width: 90%;
  margin: 0 10px 30px;
 }  
}
@media screen and (max-width: 320px) {
.ribbon-2 {
  right: -50px;
  bottom: 8px;
 } 
} 
/**********************************ОТДЕЛЬНЫЕ КНОПКИ************************/
.wrapper_button {
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-bottom {
  width: 270px;
}
.cap-button {
 display: flex;
  width: 100%;
  height: 80px;
  background-color: #ccc8aa;
  border: 1px solid #7d7c7c;
  border-radius: 5px;
  color: #191717;
}
.block-cap-button {
  display: flex;
  width: 100%;
  align-items: center;
}
.whatsapp-button {
  display: flex;
  width: 100%;
  justify-content: center;
}
.wrapper_button_2 {
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-bottom_2 {
  width: 270px;
}
.cap-button_2 {
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #7d7c7c80;
  border: 1px solid #7d7c7c;
  border-radius: 5px;
  color: #191717;
}
.block-cap-button_2 {
  display: flex;
  width: 100%;
}
.text-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
 @media screen and (min-width: 768px) {
.bottom .bottom-grid {
   display: grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   column-gap: 5px;
  }    
 }
.wrapper_button_3 {
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-bottom_3 {
  width: 270px;
}
.cap-button_3 {
  width: 100%;
  height: 80px;
  background-color: #7d7c7c80;
  border: 1px solid #7d7c7c;
  border-radius: 5px;
  color: #191717;
  display: flex;
}
.block-cap-button_3 {
  display: flex;
  width: 100%;
}
.text-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.text-button a{
  text-decoration: none;
}
/*********************РЕКЛАМНЫЕ БЛОКИ СКИДКА******************************/
.container-sale{
  margin: 50px 0;
}
.sale {
  display:block;
  border-radius: 5px;
  background-color: #faf9f9;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  width: 100%;
  min-height: 100px;
}
.sale-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sale-grid_wrap_1{
  width: 100%;
}
.sale_img_img {
  display: flex;
  width: 100%;
}
.sale_img,
.sale_img_2,
.sale_img_3,
.sale_img_4,
.sale_img_5,
.sale_img_6{
  background-size: cover;
  width: 100%;
  height: 356px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.sale_img{
  background-image: url(https://haron161.ru/image/catalog/site/rityal-blog/foto/haron_1.jpg);  
}
.sale_img_2 {
  background-image: url(https://haron161.ru/image/catalog/site/rityal-blog/foto/memoru.jpg);
}
.sale_img_3 {
  background-image: url(https://haron161.ru/image/catalog/site/rityal-blog/foto/uborka.jpg);
}
.sale_img_4 {
  background-image: url(https://haron161.ru/image/catalog/site/rityal-blog/foto/remont.jpg);
}
.sale_img_5 {
  background-image: url(https://haron161.ru/image/catalog/site/rityal-blog/foto/kremaz.jpg);
}
.sale_img_6 {
  background-image: url(https://haron161.ru/image/catalog/site/rityal-blog/foto/kluz.jpg);
}
.sale-grid_wrap_2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.sale .sale-grid_wrap_2 .line_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sale_text_1 {
  margin: 0 auto;
  padding: 15px;
}
.sale_text_3 {
  margin: 50px auto;
}
.sale-line_1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  margin: 10px;
}
.sale-line_2 {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
.sale-grid_wrap_3{
  width: 100%;
}
#trapezoid {
  height: 0;
  border-bottom: 356px solid #f1efef;
  border-left: 151px solid transparent;
  border-right: 0 solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
#trapezoid {
  transition: .5s;
}
#trapezoid:hover {
  height: 0;
  border-bottom: 356px solid #ccc8aa;;
  border-left: 131px solid transparent;
  border-right: 0 solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.text-trapezoid {
  margin: 100px auto;
}
.sale_text_2 {
  display: flex;
  justify-content: center;
}
.sale-line_3 {
  display: flex;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 70px;
}
.sale-line_4 {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 1200px) {
.sale-line_1 {
  font-size: 22px  
  }
.sale-line_2 {
  font-size: 18px;
  } 
.text-trapezoid {
  margin: 90px 15px 0 0;
 }
}
@media screen and (max-width: 992px) {
.sale-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
 }  
.sale_img,
.sale_img_2,
.sale_img_3,
.sale_img_4,
.sale_img_5,
.sale_img_6{
  height: 640px;    
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 0;
 }
#trapezoid {
  border-bottom: 230px solid #f1efef;
  border-left: 230px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 }
#trapezoid:hover {
  border-bottom: 230px solid #ccc8aa;;
  border-left: 210px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 }  
.text-trapezoid {
  margin: 50px auto;
  }
.sale_text_1 {
margin: 5px auto;
 }
}
@media screen and (max-width: 575px) {
.sale_img,
.sale_img_2,
.sale_img_3,
.sale_img_4,
.sale_img_5,
.sale_img_6{
  width: 100%;
  height: 415px;
 }
#trapezoid {
  border-bottom: 240px solid #f1efef;
  border-left: 190px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 }
#trapezoid:hover {
  border-bottom: 240px solid #ccc8aa;;
  border-left: 170px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 } 
}
@media screen and (max-width: 431px){
.sale-line_1, .sale-line_3{
    font-size: 21px;
  }
.sale_text_2{
    margin-right:25px;
  }
}
@media screen and (max-width: 391px) {
#trapezoid {
  border-bottom: 230px solid #f1efef;
  border-left: 167px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 }
#trapezoid:hover {
  border-bottom: 230px solid #ccc8aa;;
  border-left: 147px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 } 
}
@media screen and (max-width: 376px) {
#trapezoid {
  border-bottom: 230px solid #f1efef;
  border-left: 140px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 }
#trapezoid:hover {
  border-bottom: 230px solid #ccc8aa;
  border-left: 120px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 } 
}
@media screen and (max-width: 361px) {
.sale_img,
.sale_img_2,
.sale_img_3,
.sale_img_4,
.sale_img_5,
.sale_img_6{
height: 270px;
 }
.text-trapezoid {
margin: 30px auto;
 }
#trapezoid {
  border-bottom: 225px solid #f1efef;
  border-left: 138px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 }
#trapezoid:hover {
  border-bottom: 225px solid #ccc8aa;
  border-left: 118px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 } 
 .sale-line_1 {
  font-size: 20px;
 } 
}
@media screen and (max-width: 320px) {
#trapezoid {
  border-bottom: 220px solid #f1efef;
  border-left: 100px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
}
#trapezoid:hover {
  border-bottom: 220px solid #ccc8aa;
  border-left: 80px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 } 
}
@media screen and (max-width: 280px) {  
.sale-grid_wrap_1 .sale-grid_wrap_2 .sale-grid_wrap_3 {
  max-width: 240px;
 }
.sale-line_3 {
font-size: 20px;
 }
.text-trapezoid {
margin: 20px 10px;
 }
#trapezoid {
  border-bottom: 200px solid #f1efef;
  border-left: 75px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 }
#trapezoid:hover {
  border-bottom: 200px solid #ccc8aa;
  border-left: 60px solid transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
 } 
}
 /***************************************РИТУАЛЬНЫЕ УСЛУГИ**********************************/
 /** ВЫДВИЖНАЯ ПАНЕЛЬ**/
#side-checkbox {
 display: none;
}
.side-panel {
  position: fixed;
  z-index: 9999;
  top: 50px;
  left: -400px;
  background: #fff;
  transition: all 0.5s;
  width: 400px;
  height: auto;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
  color: #191717;
  padding: 15px;
}
.side-title {
  font-size: 18px;
  font-weight: bold;
}
.side-panel .text-block {
  overflow: auto;
  width: 350px;
  height: 650px;
}
.side-panel hr {
  margin: 20px 0 15px;
  height: 4px;
  background: #a8a6a6;
  position: relative;
  overflow: hidden;
  border: none;
}        
.side-panel hr:after {
  content: "";
  height: 4px;
  background: #7d7c7c;
  position: absolute;
  width: 20%;
  top: 0;
  animation: anim-hr 5s linear infinite;  
}
@keyframes anim-hr {
  0% {
      left: -20%;
  } 
  100% {
      left: 100%;
  }
}
/* Оформление флажка с иконкой */
.side-button-1-wr {
  position: fixed;
  top: 50%;
  left: -6px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
  font-size: 32px;
  background: #ccc8aa;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  color: #7d7c7c;
  z-index: 100;
}
.side-button-1-wr:hover {
  color: #191717;
}
.side-button-1 {
   display: inline-block;
}
.side-button-1:before {
  top: -6px;
}
/* Переключатель флажка */
.side-button-1 .side-close {
  display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 {
  display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 {
  display: block;
}
#side-checkbox:checked + .side-panel {
  left: 0;
}
.side-button-2 {
  font-size: 16px;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #7d7c7c;
}
.side-button-2:hover {
  color: #191717;
}
@media screen and (max-width: 1024px) {
.side-button-1-wr {
  top: 40%;
  left: -6px;
  width: 50px;
  height: 50px;
  font-size: 25px;
 }
}
@media screen and (max-width: 992px) {
.side-button-1-wr {
  top: 30%;
  } 
}
@media screen and (max-width: 391px) {
.side-button-1-wr {
  left: -3px;
 }
.side-panel {
  left: -350px;
  width: 350px;
 }
.side-panel .text-block {
  width: 300px;
  height: 590px;
 }
}
@media screen and (max-width: 321px) { 
.side-panel {
  left: -275px;
  width: 275px;
 }  
.side-panel .text-block {
  width: 250px;
  height: 490px;
 }    
}
/*****************КАРТОЧКИ ТОР*********************/
.cart-top {
  margin-top: 30px;
  width: 100%;
}
.cart-top_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 5px;
}
.cart-top_grid_2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
}
.cart-top_grid_2 .cart-top_wp {
  display: flex;
  flex-direction: row;
}
.cart-top_item {
  background-color: #f8f5f5;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  display: flex;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
.cart-top_item:hover {
background-color: #f1efef; 
}
.cart-top_list {
  display: flex;
  line-height: 17px;
  flex-direction: column;
  margin: 10px 10px 0 10px;
  width: 50%;
}
.cart-top_grid_2 .cart-top_image {
  width: 30%;
  overflow: hidden;
  border-radius: 5px;
  margin: 20px 0 20px 20px;
}
.cart-top_grid_2 .cart-top_list {
  display: flex;
  line-height: 17px;
  flex-direction: column;
  margin: 10px 20px 0 20px;
  width: 70%;
}
.cart-top_image {
  width: 50%;
  overflow: hidden;
  border-radius: 5px;
  margin: 20px 0 20px 20px;
}
.cart-top_image img {
  transition: 0.3s;
}
.cart-top_item:hover img {
  transform: scale(1.1);
}
.cart-top_title {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
  text-align: start;
}
@media screen and (max-width: 1367px) { 
.cart-top_grid_2 .cart-top_wp .cart-top_item {
  display: flex;
  align-items: center;
  flex-direction: row;
 }  
.cart-top_item {
  display: flex;
  align-items: center;
  flex-direction: column;
 } 
.cart-top_image {
  width: 70%;
  margin: 20px 0 0 0;
 }
.cart-top_list {
  width: 80%;
  margin: 10px;
 } 
.cart-top_title {
justify-content: center;   
  } 
}
@media screen and (max-width: 1200px){
.cart-top_grid_2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 20px;
  }
.cart-top_grid_2 .cart-top_wp {
  margin-bottom: 20px;
 }
.cart-top_grid_2 .cart-top_wp .cart-top_image {
  width: 25%;
  margin: 20px 0 20px 20px;
 }  
}
@media screen and (max-width: 991px) {
.cart-top_grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 20px;
 }
.cart-top_wp{
  margin-bottom: 20px;
 }
.cart-top_item {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0;
  justify-content: center;
 }   
.cart-top_title {
  font-size: 16px;
  text-align: center;
 }
.cart-top_list {
  width: 80%;
 }
.cart-top_image {
  width: 35%;
  margin: 20px 20px 20px 20px;
 }
}
@media screen and (max-width: 575px) {  
.cart-top {
margin-bottom: 30px;
 } 
.cart-top_grid {
  display: block;
 }
.cart-top_item {
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
  padding: 0 0 10px 0;
  align-items: center;
 }
.cart-top_image {
  width: 54%;
  margin: 20px 0 0 0;
 }
.cart-top_list {
  padding: 10px;
  width: 90%;
 }
.cart-top_grid_2 .cart-top_wp .cart-top_item {
  flex-direction: column;
  align-items: center;
  padding: 0;
 }
.cart-top_grid_2 .cart-top_wp .cart-top_image {
  width: 54%;
  margin: 20px 0 0 0;
}
.cart-top_grid_2 .cart-top_wp .cart-top_list {
  padding: 10px;
  width: 90%;
 }
}
/************** КАРТОЧКИ С ЦЕНАМИ************/
.bcard-wraper_3 *,
.bcard-wraper_4 *,
.bcard-wraper_5 *{
  box-sizing: border-box;
  height: 100%;
}
.bcard-wraper_5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 50px auto;
}
.bcard-wraper_4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
   margin: 50px auto;
}
.bcard-wraper_3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 50px auto;
}
.bcard-main_2 {
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #f7f7f7;
  transition: 0.5s;
}
.bcard:hover .bcard-main_2 {
  position: relative;
  z-index: 20;
}
.bcard-inner_2 {
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 50;
  height: 100%;
  text-align: center;
} 
.cap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  background-color: #ccc8aa;
  border-radius: 5px 5px 0 0;
  color: #191717;
}
.cap h3{
  font-size: 22px;
  padding: 25px 0;
  margin-bottom: 0;
}
.text-list_2{
 padding: 0;
}
.bcard-wraper_3 .cap {
  display: flex;
  flex-direction: column;
  height: 100px;
}
.cap2 {
  width: 100%;
  height: 85px;
  background-color: #7d7c7c;
  border-radius: 0 0 5px 5px;
}
.bcard-wraper_5 .block-cap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 17px;
}
.bcard-wraper_4 .block-cap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 40px;
}
.whatsapp {
  display: flex;
  justify-content: center;
  position: relative;
  width: 30%;
}
.whatsapp_text{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.text-list_2 .text-list_2-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 10px;
}
.text-list_2 .text-list_2-inner1{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin: 5px;
}
.price1 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.price1 span{
  font-size: 20px; 
  font-weight: 600;
}
@media screen and (max-width: 1369px) {
.bcard-wraper_5 .block-cap {
  padding: 22px 10px;
} 
.bcard-wraper_4 .block-cap {
  padding: 18px 55px;
  }
}
@media screen and (max-width: 1200px){
.text-list_2 .text-list_2-inner {
  margin: 8px;
} 
.bcard-wraper_5 .block-cap {
  padding: 22px 3px;
  }
}
@media screen and (max-width: 991px) {
.bcard-wraper_5 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 80%;
  margin: 40px auto 0;
}
.bcard-wraper_4 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 80%;
  margin: 40px auto 0;
}
.bcard-wraper_3{
 margin: 40px auto 0; 
} 
.bcard-wraper_3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 80%;
  margin: 50px auto;
}    
.cap2 .block-cap {
  padding: 18px 90px;
  }  
.whatsapp {
    width: 15%;
  }  
}
@media screen and (max-width: 768px){
.bcard-wraper_5{
  margin: 30px auto;  
}
.bcard-wraper_3{
  margin: 30px auto;  
}
.bcard-wraper_4{
  margin: 30px auto;  
}
.cap2 .block-cap {
  padding: 17px 80px;
  }
}
@media screen and (max-width: 575px){    
.cap2 .block-cap {
  padding: 20px 55px;
  } 
.whatsapp {
  width: 25%;
  }  
}
@media screen and (max-width: 431px){
.bcard-wraper_5 {
  width: 100%;
}
.bcard-wraper_4 {
  width: 100%;
}
.bcard-wraper_3 {
  width: 100%;
}
.cap2 .block-cap {
  padding: 15px 35px;
}  
.whatsapp {
  width: 20%;
  }   
}
@media screen and (max-width: 320px){
.bcard-wraper_3 .bcard {
  padding: 8px 0; 
  } 
.bcard-wraper_4 .bcard {
  padding: 8px 0; 
  }
.bcard-wraper_5 .bcard {
  padding: 8px 0; 
  }
.cap2 .block-cap {
  padding: 10px 20px;
}
.cap2 .block-cap h4{
  font-size:17px;
}
.whatsapp {
  width: 25%;
  } 
} 
/** БЛОКИ С ФОТО**/
.kart-item {
  background: #f1efef;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  padding: 10px;
}
.kart-item1 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #f1efef;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.kart-item {
transition: .5s;
}
.kart-item:hover {
 background: #faf7f7;
}
.kart-item h3{
  margin: 10px 0 20px; 
  text-align: center;
}
.img-section,
.img-section_0,
.img-section_1,
.img-section_2,
.img-section_3,
.img-section_4,
.img-section_6,
.img-section_7,
.img-section_8,
.img-section_9 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.img-section .img-data,
.img-section_0 .img-data,
.img-section_1 .img-data,
.img-section_2 .img-data,
.img-section_3 .img-data,
.img-section_4 .img-data,
.img-section_6 .img-data,
.img-section_7 .img-data {
  box-sizing: border-box;
  flex: 1 0 0; 
  padding: 0 20px 0 0;
}
.img-section .img-data_l,
.img-section_3 .img-data_l{
  box-sizing: border-box;
  flex: 1 0 0; 
  padding: 0 0 0 20px;
}
.img-section_8 .img-data_1,
.img-section_9 .img-data_1 {
   box-sizing: border-box;
   flex: 1 0 0;
   padding: 0 0 0 30px;
 }
.img-section img,
.img-section_0 img,
.img-section_1 img,
.img-section_2 img,
.img-section_3 img,
.img-section_4 img,
.img-section_6 img,
.img-section_7 img,
.img-section_8 img,
.img-section_9 img {
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.img-section img {
 width: 29%;   
}
.img-section_0 img {
  width: 34%;
}
.img-section_1 img{
  width: 41%;
}
.img-section_2 img {
  width: 50%;
}
.img-section_3 img {
  width: 30%;
}
.img-section_4 img {
  width: 40%;
}
.img-section_6 img {
  width: 48%;
}
.img-section_7 img {
  width: 51%;
}
.img-section_8 img {
   width: 10%;
 }
.img-section_9 img {
   width: 17%;
 }
.price2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 10px;
}
.price2 span{
  font-size: 20px; 
  font-weight: 600;
}
@media screen and (max-width: 1400px){
 .img-section_6 .img-data {
   flex: 0 0 52%;
  }
 .img-section img,
 .img-section_3 img {
    width: 35%;
  }
 .img-section_0 img,
 .img-section_1 img,
 .img-section_2 img,
 .img-section_4 img,
 .img-section_6 img,
 .img-section_7 img {
    width: 50%;
  }  
 .img-section_8 .img-data_1,
 .img-section_9 .img-data_1 {
    width: 82%;
  }
 .img-section_8 img {
    width: 13%;
  } 
 .img-section_8 img {
    width: 25%;
  }
}
@media screen and (max-width: 1200px){
 .img-section_1 .img-data,
 .img-section_6 .img-data {
    flex: 0 0 50%;
  }
 .img-section_2 .img-data,
 .img-section_3 .img-data,
 .img-section_4 .img-data {
    width: 50%;
  }
 .img-section img {
   width: 44%;  
 }
 .img-section_1 img,
 .img-section_2 img,
 .img-section_3 img, 
 .img-section_4 img {
    width: 50%;
  }
 .img-section_8 img {
    width: 20%;
  }
 .img-section_9 img {
    width: 35%;
  } 
}
@media screen and (max-width: 992px) {
  .img-section, 
  .img-section_1 {
    flex-flow: row wrap;
    width: 95%;
    margin: 0 auto;
  }
 .img-section_0,
 .img-section_2,
 .img-section_3,
 .img-section_4,
 .img-section_6,
 .img-section_7 {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
 .img-section .img-data,
 .img-section_0 .img-data,
 .img-section_1 .img-data,
 .img-section_2 .img-data, 
 .img-section_3 .img-data,
 .img-section_4 .img-data,
 .img-section_6 .img-data,
 .img-section_7 .img-data {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
 .img-section .img-data_l,
 .img-section_3 .img-data_l{
    width: 100%;
    padding: 0;
  }
 .img-section img,
 .img-section_1 img {
    margin: 20px auto 0;
    width: 100%;
  }
 .img-section_0 img,
 .img-section_2 img,
 .img-section_3 img,
 .img-section_4 img,
 .img-section_6 img,
 .img-section_7 img {
    margin: 20px auto 0;
    width: 95%;
  } 
 .img-section_8 img,
 .img-section_9 img {
    width: 40%;
  }
}
 @media screen and (max-width: 575px) { 
  .img-section_8,
  .img-section_9 {
    flex-direction: column;
    margin: 0 auto;
  }
   .img-section_8 .img-data_1,
   .img-section_9 .img-data_1{
     width: 100%;
     margin-top: 20px;
     padding: 0;
  } 
   .img-section_8 img,
   .img-section_9 img {
    width: 100%;
  }
}
.img-section_5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.grid_foto_item .img-section_5 img {
  width: 95%;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
}
.img-section_5 .img-data {
  width: 95%;
  transition: 0.5s;
}
.img-section_5 .img-data:hover {
  transform: scale(1.01);
}
.kart-item_text{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 668px){
.img-section_5{
  margin-top: 20px
 } 
.img-section_5 img {
  margin-bottom: 0;
 }  
}
 /**ГРИДЫ**/
.grid_2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 2fr));
  column-gap: 20px;
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 5px;
}
@media screen and (max-width: 991px){
 .grid_2 {
   display: flex;
   flex-direction: column;
   justify-content: center;
 } 
}
.grid_3{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 3fr));
  column-gap: 10px;
}
 @media screen and (max-width: 768px){
 .grid_3{
   display: flex;
   flex-direction: column;
 }
 .grid_3 .kart-item{
   margin-top: 20px;
 }
}
.grid_4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1023px){
.grid_4 {
  display: flex;
  flex-direction: column;
 }
}
 /**********************************О  НАС**********************************/
.block-figure-3 * {
  box-sizing: border-box;
}    
.block-figure-3 {
  margin: 50px auto 0;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block-figure-3 .figure-txt {
  border: 6px solid #7d7c7c;
}
.block-figure-3 .image-wrap {
  border: 6px solid #7d7c7c;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 75px;
  background: url(https://haron161.ru/image/catalog/site/o_nas/mini_fon.jpg);
  z-index: 1;
  right: 0;
}
.block-figure-3 .image-lay {
  width: 100px;
  height: 200px;
  position: absolute;
  top: -6px;
  z-index: 2;
  right: -6px;
}
.block-figure-3 .image {
  transform-style: preserve-3d;
  perspective: 1000px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  height: 176px;
  width: 176px;
  top: 6px;
  right: 6px;
}
.block-figure-3 .front,
.block-figure-3 .back {
  background-size: cover;
  background-position: center;
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  text-align: center;
  border-radius: 50%;
  color: #faf7f7;
  height: 177px;
  width: 177px;    
  border: 6px solid #7d7c7c;    
  position: absolute;
}
.block-figure-3 .inner {
  transform: translateY(-50%) translateZ(60px);
  top: 50%;
  position: absolute;
  margin: auto;
  z-index: 4;
  width: 100%;
}
.block-figure-3 .image .back{
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
.block-figure-3:hover .back{
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.block-figure-3:hover .front{
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.block-figure-3 .inner a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin: auto;
  display: block;
  font-size: 40px; 
  font-weight: 600;
  line-height: 130px;
  height: 142px;
  width: 142px;
  border: 6px solid #ccc8aa;
  background:#ccc8aa;
  border-radius: 50%;
  transition:all .6s ease-in-out;
  overflow: hidden;    
}
.block-figure-3 .inner a::before{
  content:'';
  position: absolute;
  top: -12px;
  margin: auto;
  display: block;
  border-radius: 50%;
  width: 166px;
  height: 166px;
  left: 0;
  transition:box-shadow .6s ease-in-out;
  z-index:-1;
}
.block-figure-3 .inner a:hover{
  font-size: 46px; 
  color:#191717;
}
.block-figure-3 .inner a:hover::before{
  box-shadow: inset 0 0 0 167px #ccc8aa;
}
.block-figure-3 .figure-txt {
  position: relative;
  z-index: 1;
  padding: 0 0 30px 20px;
  margin: 0 100px 10px 0;
  min-height: 260px;
  border-radius: 25px;
  background: #faf7f7;
}
.block-figure-3 .figure-txt h3 {
  text-transform: uppercase;
  color: #191717;
  font-size: 20px;
}
.block-figure-3 .figure-txt p {
  margin: 10px 100px 10px 10px;
}
.block-figure-3__button-wrapper {
  text-align: right;
}
.block-figure-3 .btn-primary {
  display: inline-flex;
  text-decoration: none;
  position: relative;
  margin: 20px 100px 0 0;
}
@media screen and (max-width: 767px){
.block-figure-3 .figure-txt {
  padding: 0 0 30px 10px;
 }  
.block-figure-3 .figure-txt p {
  margin: 10px 100px 10px 10px;
 }
.block-figure-3__button-wrapper {
  text-align: center;
 }
}
@media screen and (max-width: 431px) {
.block-figure-3 .figure-txt,
.block-figure-3 .figure-txt h3,
.block-figure-3 .figure-txt p {
   margin-right: 0;
 }
.block-figure-3 .figure-txt {
  min-height: auto;
  border-bottom: none;
  padding: 0 10px 0 10px;
 }
.block-figure-3 .image-lay {
  display: none;
 }
.block-figure-3 .image-wrap {
  border: 6px solid #7c7c7c;
  border-top: none;
  border-radius: 0;
  width: 100%;
  height: 160px;
  position: static;
 }  
.block-figure-3 .image {
  border-radius: 0;
  position: static;
  height: 160px;
  width: 80%;
  margin: 0 auto;
 }
.block-figure-3 .front,
.block-figure-3 .back {
  height: 155px;
  width: 85%;
  position: static;
  border-radius: 0;
  border: none;
  margin: 0 auto;
 }
.block-figure-3 .inner {
  transform: translateY(-100%) translateZ(50px);
  top: -6px;
 }
.block-figure-3 .inner a::before{
  display: none;
 }
.block-figure-3 .inner a:hover{
  color:#191717;
 }
.block-figure-3 .figure-txt p {
  margin: 10px;
 }
.block-figure-3 .btn-primary {
  padding: 9px 20px;
  margin: 20px auto;
 }  
}
/**карточки**/
.reclame {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px auto;
}
.list-content{
 padding: 0 10px 20px; 
}
.content_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.content_item {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  font-size: 17px;
}
@media screen and (max-width: 1200px){
 .content_item {
   font-size: 15px; 
  }
}
@media screen and (max-width: 431px) {
 .content_grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
 } 
}
@media screen and (max-width: 320px){
 .content_item {
   font-size: 15px; 
  }
}
/**лента**/
.reclame_inner_wr {
  width: 90%;
  margin:0 auto
}
.ribbontext {
  display: inline-block;
  width: 100%;
  transition: 0.5s;
}
.ribbontext:hover {
  transform: scale(1.01);
} 
.ribbontext span {
  position: relative;
  padding: 0 30px;
  margin-bottom: 50px;
  background: #505052;
  display: block;
  font-size: 30px;
  color: #ccc8aa;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: content-box;
  box-shadow: 0 20px 16px -16px rgb(0 0 0 / 15%);
  z-index: 1;
}
.ribbontext span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  box-shadow: 0 20px 16px -16px rgba(0,0,0,0.6);
  z-index: 0;
}
.ribbontext span:before {
  background: #3a3a3b;
  transform-origin: 0 0;
  transform: skewY(
5deg);
}
.ribbontext span:last-child:before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ribbontext span {
  padding: 0 20px;
  }
.ribbontext span:before {
  top: 1px;
  left: 30px;
  right: 0;
  bottom: 0;
 }  
.ribbontext span:before {
  transform: skewY(7deg);
  }  
}
@media screen and (max-width: 992px) {
  .reclame_inner_wr {
  width: 100%;
  margin:0 auto
}
 .reclame{
  flex-direction: column;
 }
 .ribbontext span {
  margin-bottom: 40px;
  font-size: 25px;
  padding: 0;
 }
 .ribbontext span:before {
  transform: skewY(8deg);
 }
.ribbontext span:before {
  top: 0;
  left: 30px;
  bottom: 0;
  }
}
@media screen and (max-width: 575px) {
 .ribbontext span {
  font-size: 21px;
 }
 .ribbontext span:before {
  transform: skewY(11deg);
 }
 .ribbontext span:before {
  top: 4px;
  left: 15px;
  bottom: 0;
 }
}
@media screen and (max-width: 431px) {
 .ribbontext span {
  font-size: 17px;
  margin-bottom: 30px;
 }
 .ribbontext span:before {
  transform: skewY(12deg);
 }
 .ribbontext span:before {
  top: 6px;
  left: 10px;
  bottom: 0;
  }
}
@media screen and (max-width: 391px) {
 .ribbontext span {
  font-size: 15px;
  margin-bottom: 20px;
 }
 .ribbontext span:before {
  transform: skewY(12deg);
 }
 .ribbontext span:before {
  top: 6px;
  left: 10px;
  bottom: 0;
  }
}
@media screen and (max-width: 321px){
.ribbontext span {
  font-size: 13px;
  line-height: 50px;
  /* padding: 0 2px; */
 }
 .ribbontext span:before {
  transform: skewY(13deg);
 }
 .ribbontext span:before {
  top: 3px;
  left: 5px;
  }
}
 /**ПАМЯТКА**/
.container-box {
 margin: 50px auto 0;
}
.row-box {
  background-color: #f8f5f5;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.row_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}
.row_item_1 {
  width: 100%;
  margin: 0 4%;
} 
.row_item_2 {
  width: 100%;
  margin: 30px 4%;
} 
.row_item_3 {
  width: 100%;
  margin: 0 4%;
} 
.item-box_text {
 padding: 20px 0;
}
.img-fluid_top {
  width: 100%;
  position: relative;
  margin-bottom: -100px;
  margin-top: 30px;
}
.img-fluid_bottom {
  width: 100%;
  position: relative;
  margin-top: -130px;
  margin-bottom: 30px;
}
/*** Квадрат с засечками "Памятка"***/
.nice-border {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background-color:#ccc8aa;
}
.nice-border .nice-border-bottom-left,
.nice-border .nice-border-bottom-right,
.nice-border .nice-border-top-right,
.nice-border .nice-border-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  margin: -2px;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #191717;
}
.nice-border .nice-border-bottom-left:after,
.nice-border .nice-border-bottom-right:after,
.nice-border .nice-border-top-right:after,
.nice-border .nice-border-top-left:after,
.nice-border .nice-border-bottom-left:before,
.nice-border .nice-border-bottom-right:before,
.nice-border .nice-border-top-right:before,
.nice-border .nice-border-top-left:before {
  position: absolute;
  content: "";
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #191717 transparent transparent transparent;
  width: 0;
  height: 0;
  left: -3px;
  bottom: -3px;
}
.nice-border .nice-border-bottom-left:after,
.nice-border .nice-border-bottom-right:after,
.nice-border .nice-border-top-right:after,
.nice-border .nice-border-top-left:after {
  left: auto;
  right: -3px;
  top: -3px;
  bottom: auto;
}
.nice-border .nice-border-top-right {
  right: 0;
  left: auto;
  border-width: 3px 3px 0 0;
}
.nice-border .nice-border-top-right::after,
.nice-border .nice-border-top-right::before {
  border-width: 0 3px 3px;
  border-color: transparent #191717 transparent transparent;
  left: auto;
  right: -3px;
}
.nice-border .nice-border-top-right::after {
  left: -6px;
  right: auto;
  top: -3px;
}
.nice-border .nice-border-bottom-left {
  top: auto;
  bottom: 0;
  border-width: 0 0 3px 3px;
}
.nice-border .nice-border-bottom-left::after,
.nice-border .nice-border-bottom-left::before {
  border-width: 3px 0 0 3px;
  border-color: transparent transparent transparent #191717;
  left: auto;
  right: -3px;
}
.nice-border .nice-border-bottom-left::after {
  bottom: auto;
  top: -3px;
  right: auto;
  left: -3px;
}
.nice-border .nice-border-bottom-right {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  border-width: 0 3px 3px 0;
}
.nice-border .nice-border-bottom-right::after,
.nice-border .nice-border-bottom-right::before {
  border-width: 0  0 3px 3px;
  border-color: transparent transparent #191717 transparent;
}
.nice-border .nice-border-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) { 
.row_item_1 {
  width: 92%;
  margin: 20px 4% 0;
 } 
.row_item_2 {
  width: 92%;
  margin: 25px 4% 0;
 } 
.row_item_3 {
  width: 92%;
  margin: 25px 4% 0;
 } 
.img-fluid_top {
 margin-bottom: -100px;
 }
.img-fluid_bottom {
 margin-top: -100px;
 }    
}
@media screen and (max-width: 992px) {
.row_item_1 {
  width: 92%;
  margin: 40px 4% 0;
 } 
.row_item_2 {
  width: 92%;
  margin: 0 4% 0;
 } 
.row_item_3 {
  width: 92%;
  margin: 0 4% 0;
 } 
.img-fluid_top {
 margin-bottom: -95px;
 }
.img-fluid_bottom {
 margin-top: -75px;
 }   
}
@media screen and (max-width: 768px) {
.row_item_1 {
  width: 94%;
  margin: 70px 3% 0;
 } 
.row_item_2 {
  width: 94%;
  margin: 0 3% 0;
 }
.row_item_3 {
  width: 94%;
  margin: 0 3% 0;
 }
.img-fluid_top {
 margin-bottom: -115px;
 }
.img-fluid_bottom {
 margin-top: -70px;
 }  
}
@media screen and (max-width: 391px) {
.img-fluid_top {
 margin-bottom: -70px;
 }
.img-fluid_bottom {
 margin-top: -50px;
 }
.row_item_1 {
  width: 92%;
  margin: 50px 4% 0;
 } 
.row_item_2 {
  width: 92%;
  margin: 0 4% 0;
 } 
.row_item_3 {
  width: 92%;
  margin: 0 4% 0;
 } 
}
@media screen and (max-width: 320px) {
.img-fluid_top {
  margin-bottom: -60px;
 }
.img-fluid_bottom {
  margin-top: -40px;
 }
.row_item_1 {
  margin: 45px 4% 0;
 } 
.row_item_2 {
  margin: 0 4% 0;
 } 
.row_item_3 {
  margin: 0 4% 0;
 } 
}
 /**ПРАВОСЛАВНЫЕ ПОХОРОНЫ**/
.container_box .img_freme {
  max-width: 100%;
}
@media (max-width: 668px) {
.container_box .img_freme {
  width: 100%;
  height:auto;
 }
}
.img_freme {
  transition: 0.5s;
  border-radius: 3px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.img_freme:hover {
 transform: scale(1.05);
}
/******ФОТО в статьях*********/
.grid_foto {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.grid_foto_item {
  /*margin: 20px 0 20px 0;*/
  padding: 0 10px;
}
.grid_foto_item img {
  width: 100%;
  border-radius: 5px;
 box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  transition: 0.5s;
}
.grid_foto_item img:hover  {
  transform: scale(1.02);
}
.monument-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 5px;
  margin: 0 auto;
  align-items: center;
  background-color: #f1efef;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  transition: 0.5s;
}
.monument-item:hover {
  background: #faf7f7;
  transform: scale(1.02);
}
.grid_foto .monument-item img {
  box-shadow: none;
}
.text-item {
  position: relative;
  margin: 20px 10px;
}
ul.list_3 {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.list_3 li {
  display: flex;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 5px auto;
  line-height: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.circle_foto {
  width: 35px;
  height: 35px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: #191717;
  border: 2px solid #7d7c7c;
  background: #ccc8aa;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}      
@media screen and (max-width: 992px) {
.monument-item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
 }  
.text-item {
  margin: 20px auto;
 }
}
@media screen and (max-width: 668px){
.grid_foto {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
 }
}
@media screen and (max-width: 575px) {
.grid_foto .grid_item {
  margin: 10px 0 10px 0;
 }
}
/***Таблица***/
.table-only tr{
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  line-height: 24px;
  background-color:#f1efef;
}
.table-only td h5{
  margin: 20px 0;
}
.table-only tr:first-child>td {
  background-color: #f8f6f0;
}
.table-only td,.table-only th {
  padding: 8px;
  border: 1px solid #ccc8aa;
  text-align: left;
}
.table-only th {
  background-color: #f8f6f0;
}
.table-only thead td,.table-only thead th {
  text-align: left;
  font-weight: 600;
  background-color: #f1efef;
}
@media screen and (max-width: 320px){
 .table-only td,.table-only th {
  padding: 5px;
 }
}
@media screen and (max-width: 320px){
 .table-only td,.table-only th {
  padding: 5px;
 }
}
.grid_3 .grid_item h3{
  text-transform: uppercase; 
  margin: 25px 0;
  text-align: center;
}
.price3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 30px;
}
@media screen and (max-width: 1200px){
 .grid_3 .grid_item h3{ 
  font-size: 20px;
  margin: 15px 0 10px;
 }
 .grid_3 .grid_item ul.list_5a{
  margin:0 0 5px;
 }
 .grid_3 .grid_item .list_5a li{
  margin: 5px 3px 5px 25px;
  padding: 5px 5px 5px 20px;
 } 
 .price3 {
  font-size: 18px;
  margin: 5px 0 20px;
 }   
}
@media screen and (max-width: 992px){
 .grid_3 .grid_item .list_5a li h5{
   font-size: 15px;
   margin-bottom:0;
  }
 .price3 {
  font-size: 18px;
  margin: 0px 0 15px;
 }
}
@media screen and (max-width: 768px){
 .image_lenta {
   display:flex;
   justify-content: center;
   align-items: center;
 }
.grid_3 .kart-item1{
   width: 65%;
   margin: 20px auto
 }
}
@media screen and (max-width: 575px){
 .grid_3 .kart-item1{
   width: 100%;
 }
}
/****до/после*****/
.grid {
  display: grid;
  grid-gap: 10px;
}
.grid .col {
  display: grid;
  place-items: center;
  padding: 0px;
}
.grid.template-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.template-2-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid.template-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.template-4 {
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
}
.sl-container {
  border: 8px solid #7d7c7c;
  border-radius: 3px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  box-shadow: 8px 6px 6px rgba(0,0,0,0.2);
}
.grid.template-2 .sl-container {
  width: 680px;
  height: 500px;
}
.grid.template-2-1 .sl-container {
  width: 700px;
  height: 500px;
}
.grid.template-3 .sl-container {
  width: 450px;
  height: 540px;
}
.grid.template-4 .sl-container {
  width: 600px;
  height: 750px;
}
.sl-container .view {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.grid.template-2 .sl-container .view img {
  width: 680px;
  max-width: 700px;
}
.grid.template-2-1 .sl-container .view img {
  width: 725px;
  max-width: 725px;
}
.grid.template-3 .sl-container .view img {
  width: 455px;
  max-width: 555px;
}
.grid.template-4 .sl-container .view img {
  width: 600px;
  max-width: 600px;
}
.sl-container .view-before {
  z-index: 100;
}
.sl-container .view-after {
  z-index: 200;
}
.sl-container .dragme {
  position: absolute;
  width: 8px;
  height: 100%;
  left: 100px;
  background-color: #7d7c7c;
  cursor: pointer;
  z-index: 300;
}
.sl-container .dr-circle {
  position: absolute;
  top: calc(50% - 20px);
  left: -15px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #7d7c7c;
  cursor: pointer;
  z-index: 300;
}
.sl-container .dr-circle i {
  line-height: 40px;
  font-size: 22px;
  color: #191717;
}
@media screen and (max-width: 1400px) {
  .grid.template-2 .sl-container{
    width: 550px;
    height: 400px;
  }
  .grid.template-2 .sl-container .view img {
    width: 850px;
    max-width: 620px;
  }
  .grid.template-3 .sl-container{
    width: 370px;
    height: 450px;
  }
  .grid.template-3 .sl-container .view img {
    width: 380px;
    max-width: 460px;
   }
 }
 @media screen and (max-width: 1200px) {
  .grid.template-2 .sl-container{
    width: 450px;
    height: 340px;
  }
  .grid.template-2 .sl-container .view img {
    width: 460px;
    max-width: 500px;
  }
  .grid.template-2-1 .sl-container{
    width: 450px;
    height: 340px;
  }
  .grid.template-2-1 .sl-container .view img {
    width: 500px;
    max-width: 600px;
  }
  .grid.template-3 .sl-container{
    width: 310px;
    height: 425px;
  }
  .grid.template-3 .sl-container .view img {
    width: 360px;
    max-width: 400px;
  }
  .grid.template-2 .sl-container,
  .grid.template-2-1 .sl-container,
  .grid.template-3 .sl-container {
    border: 5px solid #7d7c7c;
  } 
  .grid.template-2 .sl-container .dragme,
  .grid.template-2-1 .sl-container .dragme,
  .grid.template-3 .sl-container .dragme {
    width: 5px;
  }
  .grid.template-2 .sl-container .dr-circle,
  .grid.template-2-1 .sl-container .dr-circle,
  .grid.template-3 .sl-container .dr-circle {
    left: -12px;
    width: 30px;
    height: 30px;
  }
  .grid.template-2 .sl-container .dr-circle i,
  .grid.template-2-1 .sl-container .dr-circle i,
  .grid.template-3 .sl-container .dr-circle i {
    line-height: 30px;
    font-size: 16px;
   }
  }
 @media screen and (max-width: 991px){
  .grid.template-2 .sl-container{
    width: 360px;
    height: 270px;
  }
  .grid.template-2 .sl-container .view img {
    width: 365px;
    max-width: 500px;
  }  
 .grid.template-2-1{
   margin-top: 20px;
  }  
 .grid.template-2-1 .sl-container{
    width: 660px;
    height: 450px;
  }
  .grid.template-2-1 .sl-container .view img {
    width: 660px;
    max-width: 660px;
    margin: 0;
  }
  .grid.template-3 .sl-container{
    width: 240px;
    height: 300px;
  }
  .grid.template-3 .sl-container .view img {
    width: 250px;
    max-width: 355px;
   } 
  }
 @media screen and (max-width: 768px){
  .grid.template-2, 
  .grid.template-3, 
  .grid.template-4 {
    display: flex;
    flex-direction: column;
  }
  .grid.template-2 .sl-container{
    width: 500px;
    height: 360px;
  }
  .grid.template-2 .sl-container .view img {
    width: 505px;
    max-width: 565px;
   }
  .grid.template-3 .sl-container{
    width: 500px;
    height: 560px;
  }
  .grid.template-3 .sl-container .view img {
    width: 505px;
    max-width: 505px;
   }
 }
 @media screen and (max-width: 668px){
    .grid.template-2-1 .sl-container{
    width: 500px;
    height: 360px;
  }
  .grid.template-2-1 .sl-container .view img {
    width: 525px;
    max-width: 525px;
   } 
 }
 @media screen and (max-width: 490px){
  .grid.template-2 .sl-container,
  .grid.template-2-1 .sl-container {
    width: 330px;
    height: 220px;
  }
  .grid.template-2 .sl-container .view img,
  .grid.template-2-1 .sl-container .view img {
    width: 335px;
    max-width: 345px;
   }
  .grid.template-3 .sl-container{
    width: 330px;
    height: 400px;
  }
  .grid.template-3 .sl-container .view img {
    width: 335px;
    max-width: 355px;
   }
  }
 @media screen and (max-width: 360px){
  .grid.template-2 .sl-container,
  .grid.template-2-1 .sl-container {
    width: 300px;
    height: 210px;
  }
  .grid.template-2 .sl-container .view img,
  .grid.template-2-1 .sl-container .view img {
    width: 305px;
    max-width: 315px;
   }
  .grid.template-3 .sl-container{
    width: 300px;
    height: 390px;
  }
  .grid.template-3 .sl-container .view img {
    width: 330px;
    max-width: 335px;
   }
  }
  @media screen and (max-width: 320px){
  .grid.template-2 .sl-container,
  .grid.template-2-1 .sl-container{
    width: 280px;
    height: 200px;
  }
  .grid.template-2  .sl-container .view img,
  .grid.template-2-1 .sl-container .view img {
    width: 285px;
    max-width: 300px;
  }
  .grid.template-3 .sl-container{
    width: 280px;
    height: 300px;
  }
  .grid.template-3  .sl-container .view img {
    width: 285px;
    max-width: 305px;
   }
 }
 @media screen and (max-width: 280px){
  .grid.template-2 .sl-container,
  .grid.template-2-1 .sl-container {
    width: 240px;
    height: 180px;
  }
  .grid.template-2  .sl-container .view img,
  .grid.template-2-1 .sl-container .view img {
    width: 255px;
    max-width: 260px;
   }
  .grid.template-3 .sl-container{
    width: 240px;
    height: 300px;
  }
  .grid.template-3  .sl-container .view img {
    width: 255px;
    max-width: 275px;
  }
 } 
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #7c7c7c
  }
/**ПОХОРОНЫ под КЛЮЧ**/
.bcard-wraper_2-2 * {
  box-sizing: border-box;
  height: 100%;
}
.bcard-wraper_2-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
}
.bcard-wraper_2-2 .cap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  background-color: #ccc8aa;
  border-radius: 5px 5px 0 0;
  color: #191717;
}
.bcard-wraper_2-2 .cap h3{
  font-size: 22px;
  padding: 25px 0;
  margin-bottom: 0;
}
.bcard-wraper_2-2 .cap2 {
  width: 100%;
  height: 85px;
  background-color: #7d7c7c;
  border-radius: 0 0 5px 5px;
}
.bcard-wraper_2-2 .block-cap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.bcard-wraper_2-2 .whatsapp {
  display: flex; 
  justify-content: center;
  position: relative;
  width: 20%;
}
.bcard-wraper_2-2 .whatsapp_text h4 {
  margin: 10px auto 0;
}
@media screen and (max-width: 1200px){
.bcard-wraper_2-2 .whatsapp{
 width: 25%;
 } 
}
@media screen and (max-width: 992px){
.bcard-wraper_2-2{
 grid-gap: 5px;  
}
.bcard-wraper_2-2 .bcard{
 padding: 5px 0;
 } 
}
@media screen and (max-width: 490px){
.bcard-wraper_2-2 {
  display: flex;
  flex-direction: column;
 }
.bcard-wraper_2-2 .block-cap {
  justify-content: center;
  align-items: center;
  padding: 15px;
 }
}
.image-text-container {
  display: block;
  background: url(https://haron161.ru/image/catalog/site/rityal-blog/foto/kalla_1.jpg) 0 0 no-repeat;
  background-size: cover;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: .25s;
  margin: 50px 0 70px;
  padding: 20px 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.text-overlay {
  display:block; 
} 
.text_img_grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 3fr));
  justify-items: center;
  align-items: center;
}
.text_img_step {
  display: inline-block;
  padding: 10px;
  color: #fff;
}
.text_img_step h3{
  margin-bottom:0;
}
@media screen and (max-width: 992px){
 .image-text-container{
    padding: 0;
 }
 .text_img_grid{
  grid-template-columns: repeat(1, minmax(0, 1fr));
 } 
 .text_img_step {
  padding: 10px;
 }
}  
@media screen and (max-width: 430px){
 .text_img_step h3{
  font-size: 18px;
 } 
}
/**Таблицы**/
.resp-tab, .resp-tab1  {
  border-radius: 5px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
.resp-tab th, .resp-tab td, .resp-tab1 th, .resp-tab1 td {
  padding: 10px 20px;
  font-size: 13px;
  border: none;   
  border: 1px solid #ccc8aa;
  vertical-align: top;
}
.resp-tab th, .resp-tab1 th {
  color: #f1efef;
  background: #949494;
  font-weight: bold;
  border: 1px solid #ccc8aa;
  text-transform: uppercase;
  text-align: center;
}
.resp-tab tr:nth-child(even) {
  background: #ffffff;
}
.resp-tab1 tr:nth-child(even) {
  background: #ffffff;
}
.resp-tab td{
  text-align:center;
}
.resp-tab td span, .resp-tab1 td span {
  background: #7d7c7c;
  color: #f1efef;
  display: none;
  font-size: 11px;
  font-weight: bold;  
  text-transform: uppercase;        
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;    
}
@media(max-width: 768px) {
 .resp-tab thead, .resp-tab1 thead {
   display: none;
 }
 .resp-tab tr, .resp-tab1 tr {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-bottom: 30px;
 }
 .resp-tab td, .resp-tab1 td {
   margin: 0 -1px -1px 0;
   padding-top: 35px;
   position: relative;
   width: 50%;
 }
.resp-tab td span, .resp-tab1 td span {
   display: block;
 }
}
@media(max-width: 480px) {
.resp-tab td, .resp-tab1 td {
   width: 100%;
 }
}