@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'Hortensia';
  src: url('../fonts/Hortensia.eot?#iefix') format('embedded-opentype'), url('../fonts/Hortensia.woff') format('woff'), url('../fonts/Hortensia.ttf') format('truetype')Hortensia') format('svg')#Hortensia') format('svg');
  font-weight: normal;
  font-style: normal;
}

p {
  text-align: justify;
}

.flex-cards-item a p:first-child {
  text-align: center;
}

.catalog-four {
  width: 25%;
}

.grey-1 {
  background: #DBDBDB;
  padding: 10px;
}

.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	text-align: center;
}

ul li {
	color: #333;
}

div {
	color: #333;
}

p {
	color: #333;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

a {
  text-decoration: underline;
  color: #333;
  font-size: 16px;
}

button {
  color: #fff;
  font-size: 16px;
  font-size: 600;
}

a:hover {
  text-decoration: none;
}

a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

html,
body {}

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif !important;
  color: #333;
  line-height: 1.2;
  overflow-x: hidden;
  font-weight: 400;
}


img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.catalog-item-table td.center {
  text-align: center;
}

.container-fluid {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.header-top {
  background: #d8d9d7;
  padding: 20px 0;
}

.logo {
  border: 2px solid #fff;
  display: inline-block;
}

.flex_div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .logo img {
    width: 120px;
  }
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-center {
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .header-top-center {
    display: none;
  }
}

.site-title {
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
}

.site-subtitle {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

.phones {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .phones {
    font-size: 18px;
  }
}

.header-bottom {
  /* background: #868686; */
  background: #F6F6F6;
}

.mob-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background: rgba(255, 255, 255, 0.75);
  margin: 0;
  padding: 30px;
  list-style-type: none;
  z-index: 999;
}

.mob-menu li a {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-decoration: none !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  font-size: 18px;
  margin-bottom: 15px;
}

.mob-menu li a:hover {
  opacity: .5;
}

.mob-menu.opened {
  left: 0%;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu>li {
  position: relative;
  z-index: 200;
}

.main-menu>li>a {
  text-decoration: none !important;
  color: #333 !important;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 58px;
  position: relative;
  z-index: 300;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/* .main-menu > li > a:hover {
  opacity: .5;
  } */
@media only screen and (max-width: 991px) {
  .main-menu>li>a {
    font-size: 13px;
  }
}

.main-menu>li:hover .sub-menu {
  display: block;
}

.main-menu>li .sub-menu {
  margin: 0;
  z-index: 100;
  padding: 0;
  list-style-type: none;
  padding: 10px 20px;
  /* background: #868686; */
  background: #F6F6F6;
  position: absolute;
  left: -20px;
  top: 0;
  padding-top: 58px;
  display: none;
}

.main-menu>li .sub-menu li a {
  color: #333 !important;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 15px;
  display: block;
  padding: 5px 0;
  white-space: nowrap;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/* .main-menu > li .sub-menu li a:hover {
  opacity: .5;
  } */
@media only screen and (max-width: 767px) {
  .main-menu {
    display: none;
  }
}

.btn-mob-menu {
  border: none;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 20px;
  display: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.btn-mob-menu i {
  margin-right: 30px;
}

.btn-mob-menu:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .btn-mob-menu {
    display: block;
  }
}

.intro {
  background: url('../../images/assets/templates/img/intro.jpg') center bottom no-repeat;
  background-size: cover;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .intro {
    background: #fff;
  }
}

.intro-inner {
  padding: 75px 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .intro-inner {
    padding: 30px 0;
  }
}

.intro-form {
  float: right;
}

@media only screen and (max-width: 767px) {
  .intro-form {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.intro-form-inner {
  background: #fff;
  border: 5px solid #dddddd;
  border-top: none;
  position: relative;
  width: 510px;
  padding: 50px;
  padding-top: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.intro-form-inner:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 80px;
  background: #dddddd;
}

@media only screen and (max-width: 767px) {
  .intro-form-inner:before {
    height: 3px;
    width: 60px;
  }
}

.intro-form-inner:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 5px;
  width: 80px;
  background: #dddddd;
}

@media only screen and (max-width: 767px) {
  .intro-form-inner:after {
    height: 3px;
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-form-inner {
    width: 100%;
    padding: 20px;
    border-width: 3px;
  }
}

.intro-form-title {
  font-size: 15px;
  color: #000;
  font-style: italic;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .intro-form-title {
    font-size: 18px;
    white-space: nowrap;
    top: -10px;
  }
}

.intro-form form input {
  display: block;
  width: 100%;
  background: #fff;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #ddd;
  height: 42px;
  margin-bottom: 15px;
}

.intro-form form button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  background-color: #fa5959;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(#8c0000), to(#fa5959));
  /* Konqueror */
  background-image: -moz-linear-gradient(left, #8c0000, #fa5959);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(left, #8c0000, #fa5959);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #8c0000), color-stop(100%, #fa5959));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(left, #8c0000, #fa5959);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(left, #8c0000, #fa5959);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(left, #8c0000 0%, #fa5959 100%);
  /* IE10+ */
  background-image: linear-gradient(left, #8c0000, #fa5959);
  /* the standard */
  -webkit-box-shadow: 5px 5px 30px #cd8d8d;
  -moz-box-shadow: 5px 5px 30px #cd8d8d;
  box-shadow: 5px 5px 30px #cd8d8d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  margin-top: 45px;
}

.intro-form form button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.intro-form form button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .intro-form form button {
    margin-top: 20px;
  }
}

.about {
  padding: 30px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .about {
    padding-top: 0px;
  }
}

.about-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .about-title {
    font-size: 15px;
  }
}

.about-subtitle {
  text-align: center;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px;
  color: #000;
  margin-top: 5px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .about-subtitle {
    font-size: 15px;
  }
}

.about-text {
  padding-top: 30px;
  line-height: 1.4;
}

.about-text p {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .about-text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.uzor {
  text-align: center;
}

.uzor img {
  max-width: 100%;
}

.catalog {
  margin-top: 30px;
}

.catalog .uzor {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .catalog {
    margin-top: 30px;
  }
}

.catalog-inner {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .catalog-inner {
    margin-top: 30px;
  }
}

.catalog-inner .row {
  text-align: center;
}

.catalog-inner .col {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 32%;

}

.catalog-item {
  text-align: center;
  min-height: 566px;
  position: relative;
  height: 100%;
  padding: 1em;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.catalog-item-main {
  text-align: center;
}

.catalog-item-title {
  text-decoration: none !important;
  text-transform: uppercase;
  font-style: italic;
  font-size: 15px;
  color: #000 !important;
  display: block;
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  font-weight: 400;
}

.catalog-item-title:hover {
  opacity: .5;
}

.catalog-item-title-1 {
  text-decoration: none !important;
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px;
  color: #990000 !important;
  display: block;
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.catalog-item-title-1:hover {
  opacity: .5;
}

.catalog-item-thumb {
  padding: 15px;
  display: inline-block;
  border: 1px solid #aaaaaa;
  margin-top: 10px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.catalog-item-thumb img {
  max-width: 100%;
}

.catalog-item-thumb:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.catalog-item-table {
  width: 100%;
  max-width: 257px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.catalog-item-table td {
  /*font-style: italic;*/
  color: #000;
  font-size: 14px;
  padding: 5px 0px;
  border-bottom: 1px solid #aaaaaa;
  text-align: left;
}

.catalog-item-table tr:nth-child(even) td {
  background: #DBDBDB;
}

.catalog-item-table td+td {
  text-align: right;
}

.all-cats {
  margin-top: 45px;
  width: 300px;
  height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 20px;
  color: #000 !important;
  text-align: center;
  line-height: 68px;
  border: 1px solid #bbb;
}

.all-cats:hover {
  border-color: #000;
}

@media only screen and (max-width: 767px) {
  .all-cats {
    margin-top: 0px;
    width: 100%;
    max-width: 300px;
  }
}

.why-we {
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .why-we {
    margin-top: 30px;
  }
}

.why-items {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .why-items {
    margin-top: 30px;
  }
}

.why {
  display: flex;
  align-items: top;
  margin-bottom: 30px;
}

.why img {
  margin-right: 10px;
  flex: 124px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: center;
}

@media only screen and (max-width: 767px) {
  .why img {
    margin-right: 0;
  }
}

.why div {
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .why div {
    padding-top: 5px;
  }
}

.why b {
  display: block;
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  white-space: nowrap;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .why b {
    font-size: 15px;
  }
}

.why span {
  display: block;
  font-style: italic;
  color: #000;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .why {
    display: block;
    text-align: center;
  }
}

.button-order {
  margin-top: 45px;
  width: 300px;
  height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 15px;
  color: #fff !important;
  text-align: center;
  line-height: 68px;
  background-color: #fa5959;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(#8c0000), to(#fa5959));
  /* Konqueror */
  background-image: -moz-linear-gradient(left, #8c0000, #fa5959);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(left, #8c0000, #fa5959);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #8c0000), color-stop(100%, #fa5959));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(left, #8c0000, #fa5959);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(left, #8c0000, #fa5959);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(left, #8c0000 0%, #fa5959 100%);
  /* IE10+ */
  background-image: linear-gradient(left, #8c0000, #fa5959);
  /* the standard */
  -webkit-box-shadow: 5px 5px 30px #cd8d8d;
  -moz-box-shadow: 5px 5px 30px #cd8d8d;
  box-shadow: 5px 5px 30px #cd8d8d;
  border: none;
}

.button-order:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.button-order:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .button-order {
    width: 100%;
    max-width: 300px;
    margin-top: 15px;
  }
}

.footer {
  margin-top: 85px;
}

@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 45px;
  }
}

.footer-top {
  padding: 65px 0 0 0;
  background: url('../../images/assets/templates/img/pattern.png');
  height: 160px;
}

@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 30px;
  }
}

.footer-top-inner {
  display: flex;
  align-items: top;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .footer-top-inner {
    display: block;
    text-align: center;
  }
}

.footer-left {
  width: 40%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .footer-left {
    width: 100%;
  }
}

.footer-center {
  width: 35%;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .footer-center {
    display: none;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-right {
    display: none;
  }
}

.footer-phones {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 1.45;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .footer-phones {
    font-size: 30px;
  }
}

.footer-address {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .footer-address {
    font-size: 14px;
  }

  .footer-address br {
    display: none;
  }
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-menu li a {
  display: block;
  text-decoration: underline !important;
  color: #000 !important;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .footer-menu li a {
    font-size: 15px;
  }
}

.gerb img {
  position: relative;
  top: -40px;
  width: 150px;
}

.footer-bottom {
  background: #d8d9d7;
  border-top: 1px solid #ccc;
}

.footer-bottom-inner {
  padding: 20px 0;
  position: relative;
  height: 79px;
  max-width: 100%;
}

.copyright,
.privacy-policy {
  color: #000;
  font-size: 15px;
  font-weight: 400;


}

.copiright {
  display: inline-block;
  width: 32%;

}

@media only screen and (max-width: 480px) {
  .copyright {
    font-size: 11px;
    text-align: center;
  }
}

.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  font-style: italic;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-style: italic;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .fancybox-skin {
    padding: 5px;
  }
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../../images/assets/templates/img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../images/assets/templates/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 30px;
  background: #e13737 url('../../images/assets/templates/img/mob-close.png') center center no-repeat;
  background-size: contain;
  z-index: 8040;
}

.fancybox-close:hover {
  background-color: #c71e1e;
}

@media only screen and (max-width: 767px) {
  .fancybox-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../images/assets/templates/img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow-x: hidden;
  margin: 0 !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.35);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow: hidden;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.header-address-f {
  font-size: 15px;
  margin: 10px 0px;
}

.footer-address-m {
  margin: 10px 0px;
}

.cent-txt {
  text-align: center;
}

.just-txt {
  text-align: justify;
}

.right-txt {
  text-align: right;
}

.effect-slide-bottom.in {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.item {
  margin: 30px 0;
  display: block;
  position: relative;
  text-align: center;
  height: auto;
}

.drop-shadow {
  position: relative;
  height: 100%;
  padding: 1em;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item img {
  width: 230px;
  height: 230px;
  object-fit: contain !important;
}

.drop-shadow .short_info .price {
  display: block;
  color: #990000;
  height: 40px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  font-size: 15px;
}

.drop-shadow .full_info {
  background: #DBDBDB;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  padding-top: 10px;
  height: 200px;
  padding: 5px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  color: #530505;
}

.drop-shadow .full_info.info_1 {
  height: 140px;
}

.drop-shadow .full_info.info_2 {
  height: 110px;
}

.drop-shadow .full_info.info_3 {
  height: 100px;
}

.col_2 {
  float: right;
  width: 46%;
}

.col_l {
  width: 50%;
  display: inline-block;
  float: left;
  height: 80px;
}

.drop-shadow .full_info .l {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}

.h-120 .full_info .l {
  height: 141px;
}

.drop-shadow .full_info .l p {
  text-align: left;
}

.drop-shadow .full_info .r {
  display: inline-block;
  width: 57%;
  vertical-align: top;
}

.drop-shadow .full_info .r p {
  text-align: right;
}

.drop-shadow .full_info p.h {
  height: 63px;
}

.drop-shadow .full_info p.h-1 {
  height: 42px;
}

.clr {
  clear: both;
  height: 0;
  margin: 0;
}

.centrr {
  text-align: center;
}

.req-button {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  background-color: #fa5959;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(#8c0000), to(#fa5959));
  background-image: -moz-linear-gradient(left, #8c0000, #fa5959);
  background-image: -ms-linear-gradient(left, #8c0000, #fa5959);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #8c0000), color-stop(100%, #fa5959));
  background-image: -webkit-linear-gradient(left, #8c0000, #fa5959);
  background-image: -o-linear-gradient(left, #8c0000, #fa5959);
  background-image: -ms-linear-gradient(left, #8c0000 0%, #fa5959 100%);
  background-image: linear-gradient(left, #8c0000, #fa5959);
  -webkit-box-shadow: 5px 5px 30px #cd8d8d;
  -moz-box-shadow: 5px 5px 30px #cd8d8d;
  box-shadow: 5px 5px 30px #cd8d8d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  margin-bottom: 25px;
  text-decoration: none;
}

.req-button:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  cursor: pointer;
}

.req-button-1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
  background-color: #fa5959;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(#8c0000), to(#fa5959));
  background-image: -moz-linear-gradient(left, #8c0000, #fa5959);
  background-image: -ms-linear-gradient(left, #8c0000, #fa5959);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #8c0000), color-stop(100%, #fa5959));
  background-image: -webkit-linear-gradient(left, #8c0000, #fa5959);
  background-image: -o-linear-gradient(left, #8c0000, #fa5959);
  background-image: -ms-linear-gradient(left, #8c0000 0%, #fa5959 100%);
  background-image: linear-gradient(left, #8c0000, #fa5959);
  -webkit-box-shadow: 5px 5px 30px #cd8d8d;
  -moz-box-shadow: 5px 5px 30px #cd8d8d;
  box-shadow: 5px 5px 30px #cd8d8d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  margin-bottom: 25px;
  text-decoration: none;
}

.req-button-1:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  cursor: pointer;
}

.primer-block .flex-primer-5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.primer-block .flex-primer-5:last-child {
  margin-bottom: 0;
}

.primer-block .flex-primer-5 img {
  width: 220px;
}

.flex-natur-6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-natur-6 .flex-natur-item {
  width: 185px;
  cursor: pointer;
}

.flex-natur-6 .flex-natur-item p {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: url(../../images/assets/templates/img/natur-txt-bcg.jpg);
  height: 60px;
  padding-top: 5px;
}

.flex-natur-6 .flex-natur-item p:hover {
  background: none;
  background-color: #a3a3a3;
}

.flex-natur-6 .flex-natur-item img {
  width: 185px;
  padding: 15px;
  border: 1px solid rgba(73, 73, 73, 0.5);
}

.privacy-policy {
  display: inline-block;
}

.header-block {
  display: grid;
  grid-template-columns: 45% 40% 15%;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 15px auto;
  padding: 0 15px;
}

.header-logo {
  display: flex;
  align-items: center;
}

.logo-text {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0px 0px 10px;
}

.header-info {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

.header-phones>span {
  font-weight: 500;
  font-size: 20px;
  color: #000;
}

.header-phones>span>p {
  margin-bottom: 5px;
}

.header-phones>span>p>a {
  text-decoration: none;
  font-weight: 500;
}

.header-btn {
  color: #8f0303;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}

.active-link {
  border-bottom: 1px solid #fff;
}

.main-menu li a:hover {
  border-bottom: 1px solid #fff;
}

#to-top {
  width: 45px;
  height: 45px;
  right: 10%;
  bottom: -50px;
  z-index: 100;
  position: fixed;
  background: url(../../images/img/up-arrow.png) no-repeat center center/100% 100%;
  opacity: 0.9;
  transition: all 0.42s ease;
  cursor: pointer;
}

#to-top:hover {
  opacity: 1;
}

.index__preim-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}

.index__preim-block_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  width: 32%;
  align-items: center;
}

.index__preim-block_img {
  width: 20%;
}

.index__preim-block_img img {
  width: 100%;
}

.index__preim-block_txt {
  width: 80%;
}

.index__catalog-block .full_info>p {
  font-size: 16px;
}

.f-size16 {
  font-size: 16px;
}

.just-txt {
  text-align: justify;
}

.index__why.why img {
  flex: none;
}

.catalog__last-items {
  display: flex;
  clear: both;
  flex-wrap: wrap;
  justify-content: center;
}

.rew__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 20px 0;
}

.rew__images_item img {
  width: 100%;
}

.rew__text {
  margin-bottom: 40px;
}

.like-h2 {
  font-size: 20px;
  font-weight: 500;
}

.yandex-block {
  display: grid;
  grid-template-columns: 82% 15%;
  grid-gap: 3%;
  align-items: center;
  margin-bottom: 20px;
}

.yandex-text p {
  margin-bottom: 0px;
}

.yandex-img img {
  width: 100%;
}

.page__services-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 20px 0;
}

.page__serices-item {
  position: relative;
}

.page__serices-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.page__serices-item p {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 10px 0;
  color: #fff;
  margin-bottom: 0px;
  bottom: 0px;
}

.zag-comp {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin: 15px 0;
}

.block-gal-comp {
  text-align: center;
  margin: 15px 0;
}

.block-gal-comp img {
  display: inline-block;
  width: 22%;
  margin: 10px;
}

.map {
  width: 555px;
}

.ret-block-gal {
  text-align: center;
}

.ret-block-gal img {
  width: 47%;
  display: inline-block;
  margin: 5px;
}

.our-work-gal {
  text-align: center;
}

.our-work-gal a {
  width: 100%;
  display: block;
  margin: 10px;
}

.our-work-gal img {
  width: 100%;
}

.our-work-gal.pryamougolnik img {
  height: 300px;
  display: block;
  object-fit: cover;
}
.our-work-gal div{
  width: 31%;
  display: inline-block;
  margin: 10px;
}
.our-work-gal > div > img {
  width: 100%;
	height: 300px;
}

@media only screen and (max-width: 767px) {
	.our-work-gal div{
		width: 30%;
	}	
	.our-work-gal > div > img {
		object-fit: cover;
	}
}

@media only screen and (max-width: 475px) {
	.our-work-gal div{
		width: 100%;
	}
		
}
.block-otz {
  text-align: center;
}

.block-otz .item {
  display: inline-block;
  width: 45%;
  margin: 25px;
  vertical-align: top;
  border: 1px solid #530505;
  padding: 20px;
  height: 190px;
}

.block-otz .item p {
  font-size: 15px;
}

.block-otz .item p.name {
  font-size: 16px;
}

.block-otz .item a {
  color: #530505;
  text-align: right;
  display: block;
}

.tovar_block .tov_img {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.tovar_block .tov_img img {
  width: 100%;
  margin-bottom: 15px;
}

.tovar_block .tov_img .tov_img_sm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.tovar_block .tov_img .tov_img_sm img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin: 5px 5px 0 0;
}

.tovar_block .tov_text {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: left;
  margin-left: 15%;
}

.tovar_block .tov_text .req-button {
  margin: 25px 0;
  text-align: center;
}

.tovar_block .tov_text img {
  width: 500px;
}

.tovar_block .tov_text .tov_icons div:nth-child(1) {
  display: inline-block;
  width: 50%;
  margin-right: 15%;
  vertical-align: top;
}

.tovar_block .tov_text .tov_icons div:nth-child(2) {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.tovar_block .tov_text .tov_icons div img {
  width: 65px;
  margin-right: 20px;
  float: left;
  height: 50px;
  object-fit: contain;
}

.tovar_block .tov_text .tov_icons div p {
  text-align: left;
}

.index__three-row_block {
  display: flex;
}



/*product*/
.parent-category {
  text-align: left;
  margin-bottom: 30px;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.product-specifications__img {
  float: left;
  margin-right: 15px;
  max-width: 400px;
}

.product-specifications__img img {
  height: auto !important;
  width: 100%;
  object-fit: cover;
}

.btn-order {
  margin-top: 30px;
}

.btn-order a {
  display: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  background-color: #fa5959;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(#8c0000), to(#fa5959));
  background-image: -moz-linear-gradient(left, #8c0000, #fa5959);
  background-image: -ms-linear-gradient(left, #8c0000, #fa5959);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #8c0000), color-stop(100%, #fa5959));
  background-image: -webkit-linear-gradient(left, #8c0000, #fa5959);
  background-image: -o-linear-gradient(left, #8c0000, #fa5959);
  background-image: -ms-linear-gradient(left, #8c0000 0%, #fa5959 100%);
  background-image: linear-gradient(left, #8c0000, #fa5959);
  -webkit-box-shadow: 5px 5px 30px #cd8d8d;
  -moz-box-shadow: 5px 5px 30px #cd8d8d;
  box-shadow: 5px 5px 30px #cd8d8d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  margin-bottom: 25px;
  text-decoration: none;
}

.btn-order a:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  cursor: pointer;
}

.ar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ar_new {
  display: block;
  margin-left: auto;
  margin-right: auto;

  height: 50px;
  margin: 5px;
}

.ar_new a {
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  background-color: #fa5959;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(#8c0000), to(#fa5959));
  background-image: -moz-linear-gradient(left, #8c0000, #fa5959);
  background-image: -ms-linear-gradient(left, #8c0000, #fa5959);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #8c0000), color-stop(100%, #fa5959));
  background-image: -webkit-linear-gradient(left, #8c0000, #fa5959);
  background-image: -o-linear-gradient(left, #8c0000, #fa5959);
  background-image: -ms-linear-gradient(left, #8c0000 0%, #fa5959 100%);
  background-image: linear-gradient(left, #8c0000, #fa5959);
  -webkit-box-shadow: 5px 5px 30px #cd8d8d;
  -moz-box-shadow: 5px 5px 30px #cd8d8d;
  box-shadow: 5px 5px 30px #cd8d8d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  margin-bottom: 25px;
  text-decoration: none;
  padding: 5px;

}













@media (max-width: 1024px) and (min-width: 768px) {
  .header-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .header-logo {
    justify-content: center;
  }

  .logo-text {
    margin: 0 10px;
    text-align: center;
    font-size: 14px;
  }

  .header-info {
    font-size: 13px;
  }

  .header-info p {
    text-align: center;
  }

  .header-phones>span {
    font-size: 15px;
  }

  .header-phones>span>p,
  .header-btn {
    text-align: center;
  }

  .page__services-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-inner .col {
    width: 40%;
  }

  .tovar_block .tov_text .tov_icons div:nth-child(1) {
    display: inline-block;
    width: 57%;
    margin-right: 7%;
    vertical-align: top;
  }

  .tovar_block .tov_text .tov_icons div:nth-child(2) {
    display: inline-block;
    width: 35%;
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .header-block {
    grid-template-columns: 100%;
  }

  .header-logo {
    flex-direction: column;
  }

  .header-info p {
    text-align: center;
  }

  .header-phones p {
    text-align: center;
  }

  .logo-text {
    margin: 10px 0;
    text-align: center;
  }

  .index__preim-block {
    flex-direction: column;
  }

  .index__preim-block_item {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .rew__images {
    grid-template-columns: repeat(1, 1fr);
  }

  .yandex-block {
    grid-template-columns: 100%;
    margin: 30px 0;
  }

  .page__services-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-left {
    flex-direction: column;
  }

  .footer-top {
    height: auto;
  }

  .footer-address-m {
    text-align: center;
  }

  .footer-bottom-inner {
    height: auto;
  }

  .privacy-policy {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  .catalog-inner .col {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .catalog-inner .col {
    width: 70%;
  }

  .tovar_block .tov_img {
    display: block;
    width: 95%;
    margin: 10px auto;
  }

  .tovar_block .tov_text {
    display: block;
    width: 95%;
    margin: 0 auto;
  }

  .block-otz .item {
    width: 70%;
  }

  .product-specifications__img {
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .btn-order a {
    margin: 0px auto;
  }
}

@media screen and (max-width: 480px) {
  .block-gal-comp img {
    width: 90%;
  }

  .ret-block-gal img {
    display: block;
    width: 90%;
    margin: 10px auto;
  }

  .block-otz .item {
    display: block;
    width: 90%;
    margin: 10px auto;
    height: auto;
  }

  .catalog-inner .col {
    width: 85%;
  }

  .tovar_block .tov_text img {
    width: 95%;
  }

  .tovar_block .tov_text .tov_icons div:nth-child(1) {
    display: block;
    width: 95%;
    margin: 10px auto;
    text-align: center;
  }

  .tovar_block .tov_text .tov_icons div:nth-child(2) {
    display: block;
    width: 95%;
    margin: 10px auto;
    text-align: center;
  }

  .tovar_block .tov_text .tov_icons div img {
    float: none;
    margin: 5px auto;
  }

  .tovar_block .tov_text .tov_icons div p {
    text-align: center;
  }

  .tovar_block .tov_text .req-button {
    margin: 25px auto;
  }
}

@media only screen and (max-width: 400px) {
  .privacy-policy {
    top: 70px;
  }
}
.footer-items__bottom {
    margin-top: 30px;
}
.footer-items {
    padding: 60px 0 60px 0;
}
section.main-footer {
    background: #333333;
    color: #fff;
}
section.main-footer a {
    color: #fff !important;
    text-decoration: none;
}

.footer-items__item {
  display: flex !important;
  flex-direction: column !important;
}
.footer-items__item ul {
    padding: 0;
    list-style: none;
}
.footer-info__items__item-title {
    font-weight: 700;
}

.privacy-policy-form {
  font-size: 15px;
}

.like-h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  display: block;
}

.like-h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  display: block;
}

.tovar-like-main {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  font: 14px Arial;
}

.flex-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.drop-shadow .short_info .price.price-mod {
  /*height: auto;*/
  margin-bottom: 10px;
}

.drop-shadow .full_info.full_info-mod {
  margin-top: 15px;
}

.item img.item-mod-img {
  width: auto;
  max-width: 100%;
}


.container-cards {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex-cards-6 {
  display: flex;
  /*flex-wrap: nowrap;*/
  justify-content: space-around;
  text-align: center;
  padding-top: 15px;
  /* flex-wrap: wrap;*/


}

.flex-cards-item {
  width: 15%;
  cursor: pointer;
}

.flex-cards-item p {
  text-align: center;
}

/*.flex-cards-item img {
	height: 240px;
}
*/
/*.flex-cards-item .derev . {
	width: 100%;
  height: 240px;
}
*/
.flex-cards-item .derev .heart .oval {
  height: 240px;
}

.cards-img {
  width: 75%;
  padding: 15px;
}

.cards {
  text-align: center;
}

.cards-h1 {
  text-align: center;
}

.elem-img {
  width: 250px !important;
}

.element-cnt {
  text-align: center;

}

.button-cnt {
  margin: 0 auto !important;
}

.elem-width {
  width: inherit !important;
  margin-left: 0 !important;
  margin-right: 15px;
}

.block-p {
  margin-right: 10px;
}

.block-a {
  text-decoration: none;
}

.cards-height {
  height: 115px !important;
}

.catalog .container-fluid .flex-natur-6 .flex-natur-item.block-p p a {
  color: #fff;
}

.small_info {
  min-height: 128px !important;
}

.font26 {
  font-size: 26px;
}

.like__h2 {
  font-family: 'Open Sans';
  font-weight: 500;
  color: #000;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.catalog .vybirayut-nas {
  margin-top: 60px;
}

.catalog .ckhema-raboty {
  margin-top: 60px;
}

.catalog .gotovye-pamyatniki {
  margin-top: 60px;
}

.catalog .otzyvy-o-nas {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .flex-cards-6 {
    flex-wrap: wrap;
    width: 300px;
  }

  #to-top {
    right: 20%
  }
}

  @media screen and (max-width: 767px) {
    .map {
      width: 100%;
    }

    .map iframe {
      width: 100% !important;
    }

    .primer-block .flex-primer-5 {
      justify-content: center;
    }

    .index__catalog-block {
      flex-wrap: wrap;
      justify-content: center;
    }

    .index__three-row_block {
      flex-wrap: wrap;
      justify-content: center;
    }
  }

  .flex_box_price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }


  .preview-7 {
    text-align: center;
    margin: 20px 0 40px;
  }

  .preview-7 .preview-item {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 3%;
    position: relative;
  }

  .preview-7 .preview-item img {
    height: 170px;
    object-fit: cover;
    height: 127px;
    width: 160px
  }

  .preview-7 .preview-item .preview-title {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: #862A00;
    font-weight: bold;
    background: #FFF1E1;
    padding: 5px 0;
  }

  .preview-price {
    position: absolute;
    bottom: -45px;
    width: 100%;
  }

  @media screen and (max-width:690px) {
    .preview-7 .preview-item {
      width: 45%;
      margin: 10px 10px 30px;
    }

    .preview-7 .preview-item img {
      height: 200px;
    }

    .preview-7 .preview-item span {
      font-size: 14px;
    }
  }



  @media screen and (max-width:490px) {
    .preview-7 .preview-item {
      width: 100%;
      margin: 15px 0 30px;
    }

    .preview-7 .preview-item img {
      height: auto;
    }
  }

a.extform.req-button {
display: none;
}
.tovar_block .tov_text .req-button,
.product-block .prod-cont .req-button,
.product-block .full_info .req-button {
  box-shadow: none;
  text-transform: none;
  text-decoration: none;
  display: block;
  width: 185px;
  height: 44px;
  background: #387F9C;
  color: #fff;
  line-height: 44px;
  font-family: Open Sans;
  font-size: 0px;
  font-weight: 600;
  border-radius: 22px;
  text-align: center;
}
.tovar_block .tov_text .req-button:before,
.product-block .full_info .req-button:before {
  content: 'Заказать';
  display: block;
  font-size: 16px;
}
.product-block .prod-cont .req-button {
  order: 4;
  display: block;
  font-size: 16px;
  width: calc(100% - 60px);
  margin: 10px 30px !important;
}
.product-block .full_info .req-button {
  width: calc(100% - 20px);
  margin: 10px 10px !important;
}
