@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,577;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,577;1,600;1,700;1,800;1,900&display=swap");
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
body {
  font-family: "Muli", sans-serif !important;
  font-size: 16px;
  line-height: 1.4;
  color: #050306; }

main {
  overflow: hidden; }

p {
  font-size: 18px;
  line-height: 1.4;
  color: #212529; }

a:hover {
  color: #212529;
  text-decoration: none; }

a.button:hover {
  text-decoration: none !important; }

.mb-60 {
    margin-bottom: 60px!important;
}

@media (min-width: 992px) {
	.examples_row .col-lg-2 {
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}



.slider_section {
  margin-bottom: 0px; }

.header {
  padding: 20px 0px !important;
  position: relative; }
.relative {
    position: relative;
}
.logo {
  display: flex;
  flex-wrap: wrap; }

.tel_icon.mobile {
  height: 30px;
  margin-top: 23px;
  margin-left: 10%;
  margin-right: 15%; }

.address.mobile {
  display: block;
  width: 20px;
  margin-top: 21px; }

.tel_number, .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto; }

.tel_icon.mobile, .address.mobile {
  display: none; }

.address {
  margin-top: 17px; }

.tel_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px; }

.tel_icon, .adress_icon {
  margin-right: 10px; }

.fa-phone-alt:before, .fa-map-marker-alt:before {
  font-size: 25px;
  color: #6e9244; }

.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.adress_text p, .tel_number a {
  font-size: 14px;
  margin-bottom: 0px; }

.tel_number {
  margin-top: 0px; }

.tel_number a {
  color: #050306; }

.tel_number a:hover {
  text-decoration: none;
  color: #212529; }

.adress_icon {
  margin-top: 4px; }

.header-menu .menu {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 0px;
  margin-top: 5px; }
  .header-menu .menu li {
    display: inline-block;
    height: auto;
    cursor: pointer;
    margin: 0px;
    margin-right: 15px;
    margin-top: 15px;
    position: relative; }
    .header-menu .menu li a {
      cursor: pointer;
      text-decoration: none;
      line-height: 30px;
      font-family: "Muli", sans-serif !important;
      color: #747474;
      font-size: 16px;
      margin-right: 10px;
      text-transform: uppercase; }
  .header-menu .menu li:hover a {
    color: #638B0E; }
  .header-menu .menu .menu-item-has-children:after {
    content: "\f078";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin: 7px 10px 0px -10px;
    font-size: 12px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
    color: #747474; }
  .header-menu .menu li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s linear; }
  .header-menu .menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    position: absolute;
    display: flex;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'PT Sans';
    margin-top: -2px;
    width: 100%;
    width: 270px;
    border: 1px solid #979797;
    background-color: #fff;
    left: -150px;
    top: 30px;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
    z-index: 999; }
    .header-menu .menu .sub-menu li {
      margin-top: 0px;
      position: relative;
      padding: 6px 20px;
      margin-right: 0; }
      .header-menu .menu .sub-menu li a {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #444;
        line-height: 20px;
        font-size: 17px;
        font-family: "Muli", sans-serif !important;
        text-decoration: none;
        text-transform: none; }
      .header-menu .menu .sub-menu li .sub-menu {
        top: 0px;
        left: 90%; }
    .header-menu .menu .sub-menu li:hover {
      background: #EEEEEE; }
    .header-menu .menu .sub-menu li:hover > a {
      color: #638B0E; }
    .header-menu .menu .sub-menu .menu-item-has-children:after {
      content: "\f054";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      right: 10px;
      top: 2px;
      font-size: 13px;
      margin: 5px 0px 0px 0px;
      color: #bdbdbd; }
    .header-menu .menu .sub-menu .menu-item-has-children:hover:after {
      color: #747474; }

#nav-icon {
  position: absolute;
  right: 2%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  padding: 10px;
  width: 59px;
  height: 53px;
  top: 15px; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  background: #777;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 30px; }

#nav-icon span:nth-child(1) {
  top: 15px;
  left: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(2) {
  top: 25px;
  left: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(3) {
  top: 35px;
  left: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  left: 20px; }

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 36px;
  left: 20px; }

.mobile_block {
  left: -100%;
  position: fixed;
  top: 0%; }
  .mobile_block .sub-menu {
    background: none;
    display: none; }
  .mobile_block .search_section {
    margin-left: 20px; }

.show_menu {
  left: 0%;
  top: 0%; }

.rotate:after {
  transform: rotate(180deg); }

.mobile_block {
  height: 100%;
  width: 83%;
  transition: transform 0.5s;
  text-align: left;
  background: #F6F7F9;
  z-index: 126;
  transition: all 1s;
  overflow: auto; }
  .mobile_block nav.nav > div {
    width: 100%; }
    .mobile_block nav.nav > div .menu {
      width: 95%;
      margin-left: 5%;
      padding-top: 5px; }
      .mobile_block nav.nav > div .menu .menu-item {
        text-align: left;
        position: relative;
        padding-left: 30px; }
        .mobile_block nav.nav > div .menu .menu-item a {
          line-height: 40px;
          color: #747474;
          height: 40px;
          font-size: 14px; }
      .mobile_block nav.nav > div .menu .menu-item:hover .menu-item:before {
        background-color: #fff; }
      .mobile_block nav.nav > div .menu .menu-item:hover a {
        text-decoration: none; }
      .mobile_block nav.nav > div .menu .menu-item-has-children .submenu-expand-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #747474;
        cursor: pointer; }

.white .mobile_block a {
  color: #fff !important; }

/*0----------------custom style ------------*/
@media (min-width: 768px) {
  #nav-icon {
    display: none; } }
@media (max-width: 767px) {
  #nav-icon {
    display: block;
    padding: 10px;
    width: 59px;
    height: 53px;
    top: 11px; }

  .tel_icon.mobile, .address.mobile {
    display: block; }

  .header-menu {
    display: none; }

  .hgroup-right {
    height: 100px;
    position: absolute !important;
    width: 101% !important;
    margin: 0px;
    padding: 0px;
    left: -1px;
    top: 0px;
    z-index: 10000; }

  .main-item-mobile.account:after, .main-item-mobile.shop:after, .main-item-mobile.services:after {
    content: "\f078";
    font-family: 'FontAwesome';
    display: inline-block;
    margin: 0px 0 0 5px;
    font-size: 12px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit; }

  .header_menu {
    margin: 0px 0px 0px; }

  .account {
    background: none; }

  #mobile-menu {
    display: block; }

  .main-item-mobile.home {
    border-top: 1px solid #e8e8e8; }

  .main-item-mobile {
    background-color: #fff;
    /*  display: block;*/
    text-decoration: none;
    line-height: 30px;
    font-family: 'PT Sans';
    color: #747474;
    font-size: 19px;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    height: 40px;
    line-height: 40px; }

  .main-item-mobile:hover {
    color: #000;
    text-decoration: none; }

  .type_block {
    margin-bottom: 50px; }

  .reviews_section #comm_posts .buttons {
    bottom: -100px; } }
a.view_button {
  text-decoration: none;
  margin: 30px 0px;
  color: #666666;
  text-transform: uppercase;
  border: 2px solid #969696;
  padding: 3px 30px; }

a.view_button:hover {
  text-decoration: none; }

@media (max-width: 480px) {
  .alogo > img {
    max-width: 215px; } }
@media (max-width: 460px) {
  .mimg img {
    width: 150px; } }
@media (max-width: 350px) {
  .mimg img {
    display: none; } }
section {
  padding: 0px; }

.slider, .slider5, .slider6, .slider7 {
  position: relative; }
  .slider .slick-prev, .slider5 .slick-prev, .slider6 .slick-prev, .slider7 .slick-prev {
    background: none;
    background-image: url(http://dokar.kh.ua/wp-content/uploads/2020/03/Vector-3.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: -40px;
    z-index: 10;
    font-size: 0;
    width: 22px;
    height: 25px;
    background-size: contain;
    outline: none; }
  .slider .slick-prev:before, .slider5 .slick-prev:before, .slider6 .slick-prev:before, .slider7 .slick-prev:before {
    opacity: 0 !important; }
  .slider .slick-next, .slider5 .slick-next, .slider6 .slick-next, .slider7 .slick-next {
    background: none;
    background-image: url(http://dokar.kh.ua/wp-content/uploads/2020/03/Vector-3.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -38px;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 0;
    width: 22px;
    height: 25px;
    background-size: contain;
    outline: none; }
  .slider .slick-next:before, .slider5 .slick-next:before, .slider6 .slick-next:before, .slider7 .slick-next:before {
    opacity: 0 !important; }

.slider_block .slider_img {
  height: 370px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .slider_block .slider_img .description {
    position: absolute;
    top: 72%;
    left: 0%;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.8);
    max-width: 260px; }
    .slider_block .slider_img .description p {
      margin: 0px;
      line-height: 20px; }

.slick-dots {
  list-style: none;
  position: absolute;
  top: 91%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0px;
  width: auto; }
  .slick-dots li {
    margin: 0px 5px; }
    .slick-dots li button {
      border: 2px solid #fff;
      border-radius: 50%;
      font-size: 0px;
      padding: 4px;
      background: none;
      outline: none; }
    .slick-dots li button:before {
      opacity: 0 !important; }
  .slick-dots .slick-active button {
    background: #fff; }
  .slick-dots .slick-active button:before {
    opacity: 0 !important; }

.stone_section, .products_section, .benefits, .process_section, .about_section {
  margin-bottom: 43px; }

.title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 23px; }

.text_block {
  width: 80%;
  margin: auto;
  font-size: 18px;
  color: #050306;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px; }

.stone_section, .about_us, .benefits {
  text-align: center;
  margin-bottom: 43px; }

.tittle_block {
  padding-top: 26px;
  padding-bottom: 26px;
  margin-bottom: 35px;
  background: #F6F7F9;
  width: 100%; }
  .tittle_block .title {
    margin: 0px; }

.stone_section .col {
  max-width: 20%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.stone_block {
  text-align: center;
  margin-bottom: 44px; }
  .stone_block .stone_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #212529;
    margin-top: 16px; }

.stone_block:hover, .product_block:hover, .type_block:hover, .example_block:hover {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .stone_block:hover .hover, .product_block:hover .hover, .type_block:hover .hover, .example_block:hover .hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  .stone_block:hover .stone_title, .stone_block:hover .product_title, .product_block:hover .stone_title, .product_block:hover .product_title, .type_block:hover .stone_title, .type_block:hover .product_title, .example_block:hover .stone_title, .example_block:hover .product_title {
    text-decoration: underline; }
  .stone_block:hover p, .product_block:hover p, .type_block:hover p, .example_block:hover p {
    text-decoration: none; }

a.stone_link:hover {
  text-decoration: none; }

.product_img {
  padding-top: 70%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  background-size: cover;
  position: relative; }

.button {
  background: #638B0E;
  font-size: 20px;
  padding: 13px 54px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.button:hover {
  text-decoration: none !important;
  color: #fff;
  background: #4D7100; }

.products_section {
  margin-bottom: 7px; }
  .products_section .product_general_title:hover {
    color: #212529;
    text-decoration: none; }
  .products_section .text_block {
    margin-bottom: 28px; }

.stone_block, .product_block, .benefit_block, .process_block {
  text-align: center;
  margin-bottom: 30px; }
  .stone_block .product_title, .product_block .product_title, .benefit_block .product_title, .process_block .product_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #212529;
    margin-top: 16px; }
  .stone_block p, .product_block p, .benefit_block p, .process_block p {
    font-size: 18px;
    font-weight: 500; }
  .stone_block a:hover, .stone_block p:hover, .product_block a:hover, .product_block p:hover, .benefit_block a:hover, .benefit_block p:hover, .process_block a:hover, .process_block p:hover {
    text-decoration: none;
    color: #212529; }

.contain {
  background-size: contain; }

.benefits .text_block .content_block {
  margin-bottom: 15px; }
.benefits .benefit_block {
  margin-bottom: 52px; }
  .benefits .benefit_block .product_img {
    border-radius: 50%;
    padding-top: 100%; }

.padding_block {
  padding: 0px 20px; }

.production .row {
  margin: 0px; }
  .production .row .title {
    margin-bottom: 37px; }

.left_right_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.col_text_part {
  width: 48%; }
  .col_text_part .text_block {
    width: 90%;
    margin: 0px; }
  .col_text_part .right {
    margin: auto; }
  .col_text_part .text_left {
    margin-right: 65px; }
  .col_text_part .text_right {
    margin-left: 60px; }

.col_media_part {
  width: 52%; }
  .col_media_part .video_block {
    position: relative;
    padding-top: 56%; }
    .col_media_part .video_block .video_iframe {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%; }
  .col_media_part .image_block {
    padding-top: 56%;
    background-repeat: no-repeat;
    background-size: cover; }

.process_section .text_block {
  margin-bottom: 12px; }
.process_section .process_block {
  margin-bottom: 44px; }
  .process_section .process_block .product_img {
    padding-top: 100%; }

.about_section {
  margin-bottom: 46px;
  text-align: center; }

.footer {
  background: #504A4C;
  padding: 50px 0px; }
  .footer h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase; }
  .footer a {
    font-size: 16px;
    color: #fff;
    display: inline-block; }
  .footer a:hover {
    text-decoration: none;
    color: #fff; }
  .footer .footer_menu ul {
    list-style: none;
    margin-left: 0px; }
    .footer .footer_menu ul li::before {
      content: "\2022";
      color: #fff;
      font-weight: bold;
      display: inline-block;
      width: 13px;
      margin-left: -2em; }
    .footer .footer_menu ul li a {
      color: #fff;
      font-size: 16px; }

.shop_block {
  margin-bottom: 13px; }
  .shop_block p, .shop_block a {
    font-size: 16px;
    color: #fff; }

.soc_block .fab {
  font-size: 35px;
  color: #fff;
  margin-right: 20px; }

.map {
  margin-top: 0px; }

/* Maps ACF */
.acf-map {
  width: 100%;
  height: 250px;
  border: #ccc solid 1px;
  margin: 20px 0; }
  .acf-map .gm-style-mtc, .acf-map .gm-control-active, .acf-map .gm-svpc {
    display: none; }

.acf-map img {
  max-width: inherit !important; }

/* ==================================================================
    about-us page
================================================================== */
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
.about_us_page a.button, .page_builder a.button {
  background: #fff;
  border: 2px solid #638B0E;
  font-size: 20px;
  padding: 13px 54px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #638B0E; }
.about_us_page .button:hover, .page_builder .button:hover {
  text-decoration: none !important;
  color: #fff;
  background: #638B0E; }
.about_us_page .our_production, .page_builder .our_production {
  margin-bottom: -7px; }
  .about_us_page .our_production .title, .page_builder .our_production .title {
    margin-bottom: 18px; }
.about_us_page .examples_section, .page_builder .examples_section {
  position: relative;
  z-index: 14;
  margin-top: 15px;
  margin-bottom: -77px; }
  .about_us_page .examples_section .title, .page_builder .examples_section .title {
    margin-bottom: 30px; }
  .about_us_page .examples_section a.button, .page_builder .examples_section a.button {
    margin-top: 30px; }

.page_builder .posts .container::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 300px;
  background: #fff;
  opacity: 0.5;
  overflow: hidden;
  z-index: 11; }

.about_us {
  margin-bottom: 0px !important;
  text-align: center; }

.media_galery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px; }
  .media_galery .slide_image {
    border: 2px; }
  .media_galery .slider-for {
    border-bottom: 10px solid #fff;
    width: 80%; }
    .media_galery .slider-for .slide_image {
      padding-top: 76%; }
  .media_galery .slider-nav {
    width: 20%; }
    .media_galery .slider-nav .slick-prev, .media_galery .slider-nav .slick-next {
      display: none !important; }
    .media_galery .slider-nav .slick-list {
      height: 373px !important;
      overflow-y: auto;
      padding: 0px !important; }
      .media_galery .slider-nav .slick-list .slick-track {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important; }

.slide_image {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56%;
  background-position: center;
  border: 4px solid #fff; }

.our_services {
  margin-bottom: 32px; }
  .our_services .text_block {
    margin-bottom: 33px; }
  .our_services .type_block h4 {
    font-weight: 600;
    font-size: 20px; }

#examples_posts, #load_marble_ajax {
  position: relative; }
  #examples_posts .load_more_holder, #load_marble_ajax .load_more_holder {
    position: absolute;
    bottom: 79px;
    z-index: 12; }
  #examples_posts div, #load_marble_ajax div {
    -webkit-animation: fadeIn 1s ease-in both;
    animation: fadeIn 1s ease-in both; }

#examples_posts::after {
  content: "";
  position: absolute;
  bottom: -67px;
  width: 100%;
  height: 280px;
  background: #fff;
  opacity: 1;
  overflow: hidden;
  margin-bottom: -43px; }

.example_block {
  text-align: center;
  margin-bottom: 29px;
  -webkit-animation: fadeIn 2s ease-in both;
  animation: fadeIn 2s ease-in both; }
  .example_block .product_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #212529;
    margin-top: 16px; }
  .example_block a:hover {
    text-decoration: none; }

.examples_section .col {
  width: 20%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.row.justify-content-md-center.examples_row {
  overflow: hidden; }

#examples_posts {
  text-align: center; }

.load_more_holder {
  width: 100%;
  text-align: center; }

.reviews {
  text-align: center; }

.reviews_section .col {
  max-width: 47.5%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }
.reviews_section .reviews_block {
  padding: 0px 0px 40px;
  -webkit-animation: fadeIn 1s ease-in both;
  animation: fadeIn 1s ease-in both; }
  .reviews_section .reviews_block .review_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px; }
    .reviews_section .reviews_block .review_head h3 {
      max-width: 120px;
      margin: 0px;
      margin-right: 10px;
      font-size: 18px; }
    .reviews_section .reviews_block .review_head .title_img {
      background-repeat: no-repeat;
      width: 100px; }
  .reviews_section .reviews_block .reviews_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .reviews_section .reviews_block .reviews_content .text_block {
      width: 72%;
      margin: 0px; }
      .reviews_section .reviews_block .reviews_content .text_block .reviews_author {
        font-weight: 600;
        margin-bottom: 0px; }
    .reviews_section .reviews_block .reviews_content .reviews_img {
      width: 24%; }
      .reviews_section .reviews_block .reviews_content .reviews_img .title_img {
        padding-top: 100%;
        background-repeat: no-repeat;
        background-size: cover; }

.reviews_section a.button, .category_examples a.button {
  background: #fff;
  border: 2px solid #638b0e;
  font-size: 20px;
  padding: 13px 54px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #638b0e; }
.reviews_section a.button:hover, .category_examples a.button:hover {
  text-decoration: none !important;
  color: #fff;
  background: #4d7100; }

#comm_posts {
  position: relative;
  padding-bottom: 50px;
  z-index: 12; }

.buttons {
  width: 100%;
  text-align: center; }

.buttons > .button_block {
  display: inline-block; }

.button_block {
  display: inline-block; }

.button_block {
  margin: 0px 10px; }

.blog {
  margin-bottom: 10px; }
  .blog .title {
    margin-bottom: 30px; }

.partnership_section {
  margin-bottom: 15px; }

.sertificate {
  margin-bottom: 47px; }

.sertificate .col {
  width: 20%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  .sertificate .col .title {
    margin-bottom: 37px; }
  .sertificate .col .sertificate_img {
    padding-top: 137%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

/* ==================================================================
    /about-us page
================================================================== */
/* ==================================================================
    single product page
================================================================== */
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
.woocommerce section {
  clear: both; }

span.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 500; }

.onsale {
  background: #59e156; }

.single-product div.product {
  position: relative;
  width: 80%;
  margin: auto; }

.product_title {
  font-weight: 600;
  font-size: 37px;
  padding-bottom: 5px; }

.cart {
  display: none; }

.single_add_to_cart_button {
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #545151 !important; }

.single-product .entry-title {
  margin-bottom: 0px; }

.woocommerce-product-rating {
  display: none; }

.price {
  padding: 8px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 1.5rem !important;
  color: #1daa2e; }

.price del {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 17px; }
  .price del .amount {
    margin-top: 13px;
    font-size: 20px; }

.price ins {
  text-decoration: none;
  font-size: 32px;
  font-weight: 600;
  color: #dc1d1d;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none; }
  .stock span {
    font-size: 15px;
    margin-right: 10px; }

.availability_block {
  padding: 10px 15px;
  background-color: #1daa2e;
  border-radius: 5px;
  color: #fff;
  font-size: 15px; }

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 24%;
  margin: 2px; }

.woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%; }

.woocommerce-product-gallery img {
  margin: auto; }

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  margin-bottom: 0px; }

.text_page .left_right_block {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal; }

section.related.products {
  display: none; }

.single_category .reviews_section {
  margin-bottom: 30px; }

.single_category .category_examples {
  margin-bottom: 20px !important; }

.single_category .examples_section .slick-prev:before, .single_category .examples_section .slick-next:before {
  opacity: 0 !important; }
.single_category .examples_section .slick-dots {
  display: none !important; }

section.examples_section {
  position: relative;
  z-index: 11;
  margin-top: 15px;
  margin-bottom: 0px; }

input[type="text"], input[type="email"], textarea {
  margin-bottom: 15px;
  border: 1px solid #E5E5E5;
  width: 100%;
  color: #999999;
  border-radius: 5px; }

.modal, .shop_modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  position: relative;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 50px;
  border: 1px solid #888;
  width: 50%;
  position: relative;
  border-radius: 15px; }

/* The Close Button */
.close_popup {
  color: #aaa;
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 28px;
  font-weight: bold; }

.close_popup:hover,
.close_popup:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

input.wpcf7-form-control.wpcf7-submit.button {
  background: #638b0e;
  font-size: 20px;
  padding: 13px 54px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #638b0e; }

input.wpcf7-form-control.wpcf7-submit.button:hover {
  text-decoration: none !important;
  color: #638b0e;
  background: #fff;
  border: 2px solid #638b0e;
  font-size: 20px;
  padding: 13px 54px; }

textarea::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 16px; }

textarea::-moz-placeholder {
  font-weight: normal;
  font-size: 16px; }

/* Firefox 19+ */
textarea:-moz-placeholder {
  font-weight: normal;
  font-size: 16px; }

/* Firefox 18- */
textarea:-ms-input-placeholder {
  font-weight: normal;
  font-size: 16px; }

button.single_add_to_cart_button.button.alt:before {
  content: "\f07a";
  margin-right: 15px; }

.woocommerce section {
  padding: 0px; }

.woocommerce .footer {
  padding: 50px 0px; }

.product_category .media_galery .slider-for, .category_marble .media_galery .slider-for, .page_builder .media_galery .slider-for {
  width: 88%; }
  .product_category .media_galery .slider-for .slick-list, .category_marble .media_galery .slider-for .slick-list, .page_builder .media_galery .slider-for .slick-list {
    height: 100% !important;
    overflow-y: auto;
    padding: 0px !important; }
    .product_category .media_galery .slider-for .slick-list .slide_image, .category_marble .media_galery .slider-for .slick-list .slide_image, .page_builder .media_galery .slider-for .slick-list .slide_image {
      padding-top: 67%; }
.product_category .slider-nav, .category_marble .slider-nav, .page_builder .slider-nav {
  width: 12%;
  max-height: 573px; }
  .product_category .slider-nav .slick-list, .category_marble .slider-nav .slick-list, .page_builder .slider-nav .slick-list {
    height: 100% !important;
    overflow-y: auto;
    padding: 0px !important; }
    .product_category .slider-nav .slick-list .slick-slide, .category_marble .slider-nav .slick-list .slick-slide, .page_builder .slider-nav .slick-list .slick-slide {
      border: 2px solid #fff; }
.product_category .slick-prev:before, .product_category .slick-next:before, .category_marble .slick-prev:before, .category_marble .slick-next:before, .page_builder .slick-prev:before, .page_builder .slick-next:before {
  opacity: 0; }
.product_category .slick-dots, .category_marble .slick-dots, .page_builder .slick-dots {
  width: auto; }
.product_category .slick-dots li.slick-active button:before, .product_category .slick-dots li button:before, .category_marble .slick-dots li.slick-active button:before, .category_marble .slick-dots li button:before, .page_builder .slick-dots li.slick-active button:before, .page_builder .slick-dots li button:before {
  opacity: 0; }
.product_category .galery_block_grid, .category_marble .galery_block_grid, .page_builder .galery_block_grid {
  margin-bottom: 46px; }

.slick-slide img {
  width: 100%; }

.product_category .slider_section .price, .single_category .slider_section .price {
  border: none;
  margin: 0px !important;
  padding: 0px; }
  .product_category .slider_section .price del, .single_category .slider_section .price del {
    display: none; }
  .product_category .slider_section .price ins, .single_category .slider_section .price ins {
    color: #212529;
    font-weight: 500;
    font-size: 16px; }
.product_category .slider_section .slick-dotted.slick-slider, .single_category .slider_section .slick-dotted.slick-slider {
  margin-bottom: 0px; }
.product_category .products, .single_category .products {
  margin-bottom: 10px; }
  .product_category .products .product_title, .single_category .products .product_title {
    font-size: 18px;
    font-weight: 500 !important; }
  .product_category .products del, .single_category .products del {
    display: none; }
  .product_category .products ins, .single_category .products ins {
    text-decoration: none; }
  .product_category .products .product_link:hover, .single_category .products .product_link:hover {
    text-decoration: none; }
.product_category .category_examples, .single_category .category_examples {
  margin-bottom: 64px; }
  .product_category .category_examples .text_block, .single_category .category_examples .text_block {
    margin-bottom: 24px; }
  .product_category .category_examples .example_block, .single_category .category_examples .example_block {
    -webkit-animation: fadeIn 1s ease-in both;
    animation: fadeIn 1s ease-in both; }
    .product_category .category_examples .example_block .product_img, .single_category .category_examples .example_block .product_img {
      margin-bottom: 13px; }
    .product_category .category_examples .example_block p, .single_category .category_examples .example_block p {
      text-align: left; }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .product_category .category_examples .buttons, .single_category .category_examples .buttons {
    position: absolute;
    bottom: 191px;
    z-index: 12; }
.product_category .all_examples .media_galery, .single_category .all_examples .media_galery {
  width: 100%;
  margin-bottom: 19px; }
.product_category .our_other_products, .single_category .our_other_products {
  margin-bottom: -15px; }
.product_category .reviews_section, .single_category .reviews_section {
  margin-bottom: 43px; }
  .product_category .reviews_section .reviews_block, .single_category .reviews_section .reviews_block {
    margin-bottom: 40px;
    padding: 0px;
    -webkit-animation: fadeIn 1s ease-in both;
    animation: fadeIn 1s ease-in both; }
    .product_category .reviews_section .reviews_block .text_block, .single_category .reviews_section .reviews_block .text_block {
      width: 100%; }
    .product_category .reviews_section .reviews_block .reviews_img, .single_category .reviews_section .reviews_block .reviews_img {
      display: none; }
.product_category .our_production, .single_category .our_production {
  margin-bottom: 0px; }
  .product_category .our_production .title, .single_category .our_production .title {
    margin-bottom: 29px; }
.product_category a.button, .single_category a.button {
  background: #fff;
  border: 2px solid #638b0e;
  font-size: 20px;
  padding: 13px 54px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #638b0e; }
.product_category a.button:hover, .single_category a.button:hover {
  text-decoration: none !important;
  color: #fff;
  background: #4d7100; }

.product_category .all_examples {
  margin-bottom: 50px;
  position: relative;
  z-index: 11; }

.single_category .all_examples {
  margin-bottom: 36px; }

.slider5 .slick-next, .slider5 .slick-prev, .slider6 .slick-next, .slider6 .slick-prev, .slider7 .slick-next, .slider7 .slick-prev {
  top: 28%; }
.slider5 .product_block, .slider6 .product_block, .slider7 .product_block {
  padding: 17px 15px; }
  .slider5 .product_block .product_title, .slider6 .product_block .product_title, .slider7 .product_block .product_title {
    font-size: 18px;
    font-weight: 500 !important; }
  .slider5 .product_block del, .slider6 .product_block del, .slider7 .product_block del {
    display: none; }
  .slider5 .product_block ins, .slider6 .product_block ins, .slider7 .product_block ins {
    text-decoration: none; }

#examples_category {
  position: relative;
  margin-bottom: -161px; }

#examples_category::after {
  content: "";
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 250px;
  background: #fff;
  opacity: 1;
  overflow: hidden; }

.single_category .card {
  border: none;
  margin-bottom: 32px; }
  .single_category .card .slick-arrow {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    margin-top: -15px; }
  .single_category .card .flaticon-back {
    background: none;
    background-image: url(http://dokar.kh.ua/wp-content/uploads/2020/03/Vector-3.png);
    background-repeat: no-repeat;
    background-position: center;
    left: -38px;
    z-index: 10;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 0;
    width: 22px;
    height: 25px;
    background-size: contain;
    outline: none; }
  .single_category .card .flaticon-right-arrow {
    background: none;
    background-image: url(http://dokar.kh.ua/wp-content/uploads/2020/03/Vector-3.png);
    background-repeat: no-repeat;
    background-position: center;
    right: -38px;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 0;
    width: 22px;
    height: 25px;
    background-size: contain;
    outline: none; }
  .single_category .card .flaticon-back:before, .single_category .card .flaticon-right-arrow:before {
    display: none; }
  .single_category .card .buttons {
    text-align: left; }
    .single_category .card .buttons .button_block {
      margin-bottom: 30px; }
.single_category #examples_category::after {
  bottom: 30px; }

.single-product .summary {
  margin-bottom: 0px; }

.vbox-container img {
  margin: auto; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
  width: 46%;
  clear: none;
  /* margin-left: 37px; */ }

.product_category .category_examples {
  margin-bottom: 13px; }
  .product_category .category_examples #examples_category::after {
    bottom: 31px; }

.category_marble section, .page_builder section {
  margin-bottom: 11px; }
.category_marble .header_section, .page_builder .header_section {
  margin-bottom: 0px; }
  .category_marble .header_section .container, .page_builder .header_section .container {
    max-width: 100%; }
    .category_marble .header_section .container .col-12, .page_builder .header_section .container .col-12 {
      padding: 0px !important; }
.category_marble a.button, .page_builder a.button {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  word-break: break-word;
  color: #638b0e !important;
  background: #fff;
  border: 2px solid #638b0e;
  text-decoration: none !important; }
.category_marble .button:hover, .page_builder .button:hover {
  text-decoration: none !important;
  color: #fff !important;
  background: #638b0e; }
.category_marble .product_category_section, .page_builder .product_category_section {
  position: relative;
  z-index: 14;
  margin-bottom: 47px; }
  .category_marble .product_category_section .load_more_holder, .page_builder .product_category_section .load_more_holder {
    width: 100%;
    text-align: center;
    z-index: 12; }
  .category_marble .product_category_section .price, .page_builder .product_category_section .price {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #1daa2e; }
.category_marble .buttons, .page_builder .buttons {
  margin-bottom: 48px; }
.category_marble .text_section, .page_builder .text_section {
  position: relative;
  z-index: 124;
  margin-bottom: 19px; }
  .category_marble .text_section .title, .page_builder .text_section .title {
    margin-bottom: 20px; }
  .category_marble .text_section .text_block, .page_builder .text_section .text_block {
    width: 100%; }
.category_marble .all_examples, .page_builder .all_examples {
  margin-bottom: 22px; }
.category_marble .slider5 .product_block, .page_builder .slider5 .product_block {
  padding: 0px 15px; }
.category_marble .examples_section, .page_builder .examples_section {
  margin-bottom: 6px; }
  .category_marble .examples_section .example_block, .page_builder .examples_section .example_block {
    padding: 5px;
    margin-bottom: 37px; }
    .category_marble .examples_section .example_block .product_img, .page_builder .examples_section .example_block .product_img {
      margin-bottom: 11px; }
.category_marble .our_other_products, .page_builder .our_other_products {
  margin-bottom: 10px; }
  .category_marble .our_other_products .slider7 .product_block, .page_builder .our_other_products .slider7 .product_block {
    margin-bottom: 0px;
    padding: 17px 15px 0px 15px; }
  .category_marble .our_other_products .slider7 .slick-prev, .page_builder .our_other_products .slider7 .slick-prev {
    top: 42%; }
  .category_marble .our_other_products .slider7 .slick-next, .page_builder .our_other_products .slider7 .slick-next {
    top: 36%; }
.category_marble .slider_marble_section, .page_builder .slider_marble_section {
  margin-bottom: 50px; }
  .category_marble .slider_marble_section .slider7 .product_block, .page_builder .slider_marble_section .slider7 .product_block {
    margin-bottom: 0px;
    padding: 17px 15px 0px 15px; }
  .category_marble .slider_marble_section .slider7 .slick-prev, .page_builder .slider_marble_section .slider7 .slick-prev {
    top: 42%; }
  .category_marble .slider_marble_section .slider7 .slick-next, .page_builder .slider_marble_section .slider7 .slick-next {
    top: 36%; }
.category_marble .reviews_section, .page_builder .reviews_section {
  margin-bottom: 4px; }
  .category_marble .reviews_section .text_block, .page_builder .reviews_section .text_block {
    width: 100% !important;
    margin: 0px; }
.category_marble .stone_block .product_title, .page_builder .stone_block .product_title {
  font-weight: 500; }
.category_marble .media_galery, .page_builder .media_galery {
  margin-top: 0px; }
.category_marble .product_title, .page_builder .product_title {
  font-weight: 500; }

.galery_block_grid .col {
  max-width: 16.666667%;
  padding: 0px;
  flex-grow: 1;
  flex-basis: auto; }
  .galery_block_grid .col .slide_image {
    padding-top: 75%; }

.example_item img {
  margin: auto; }

.examples .text_block {
  width: 75%; }

@media (max-width: 1600px) {
  .slider .slick-prev, .slider5 .slick-prev, .slider6 .slick-prev, .slider7 .slick-prev {
    left: 10px; }

  .slider7 .slick-prev {
    left: -10px;
    top: 33%; }

  .slider .slick-next, .slider5 .slick-next, .slider6 .slick-next, .slider7 .slick-next {
    right: 10px; }

  .slider7 .slick-next {
    right: -10px; } }
@media (max-width: 1376px) {
  .header-menu .menu li {
    margin-right: 0px; } }
@media (min-width: 1200px) {
  .header .container, .footer .container, .slider_section .container, .header_section .container, .woocommerce .title_section {
    max-width: 1590px !important;
    margin: auto; }

  .container {
    max-width: 1200px !important; }

  .our_other_products .col-12 {
    padding: 0px 40px !important; }

  .category_examples {
    margin-bottom: 64px; } }
@media only screen and (max-width: 1200px) {
  .mmenu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }

  .row {
    position: relative; }

  .tel_block {
    margin-top: 17px; }

  .tel_icon {
    margin-top: -5px; }

  .adress_icon {
    margin-top: 8px; }

  .address {
    margin-top: 15px;
    margin-left: -41px; }

  .main-menu {
    position: relative; }

  .open_icon {
    display: block;
    position: absolute;
    top: -6px;
    right: 18px; }

  .padding_block {
    padding: 0px; }

  .about_us_page .examples_section {
    margin-bottom: -270px; }
    .about_us_page .examples_section .container::after {
      bottom: 195px; }
    .about_us_page .examples_section #examples_posts::after {
      content: "";
      position: absolute;
      bottom: 98px;
      width: 100%;
      height: 368px;
      background: #fff;
      opacity: 1;
      overflow: hidden;
      margin-bottom: -43px; }
    .about_us_page .examples_section #examples_posts .load_more_holder {
      position: absolute;
      bottom: 300px;
      z-index: 12; }

  .category_marble .marble_section .container::after, .page_builder .marble_section .container::after {
    height: 170px; }

  .category_marble .media_galery .slider-for .slick-list .slide_image, .page_builder .media_galery .slider-for .slick-list .slide_image {
    padding-top: 85%; } }
@media only screen and (max-width: 992px) {
  .tel_block {
    margin-top: 10px; }

  .tel_icon {
    margin-top: 0px; }

  .address {
    margin-top: 11px;
    margin-left: -14px; }

  .adress_icon {
    margin-top: 1px; }

  .open_icon {
    top: -15px; }

  .adress_text p, .tel_number a {
    font-size: 11px; }

  .stone_section .col, .sertificate .col {
    width: 33%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }

  .examples_section .col .product_title {
    font-size: 14px; }
  .examples_section .col p {
    font-size: 14px; }

  .sertificate .col {
    margin-bottom: 20px; }
    .sertificate .col .sertificate_img {
      padding-top: 100%; }

  .stone_section, .products_section, .benefits, .production, .process_section, .about_section {
    margin-bottom: 30px; }

  .title {
    margin: 20px; }

  .left_right_block {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .left_right_block .col_text_part, .left_right_block .col_media_part {
      width: 90%;
      margin-top: auto;
      text-align: center;
      margin-bottom: 20px; }
      .left_right_block .col_text_part .text_block, .left_right_block .col_media_part .text_block {
        width: 100%;
        margin-bottom: 20px; }
        .left_right_block .col_text_part .text_block .text_left, .left_right_block .col_media_part .text_block .text_left {
          margin-right: 0px; }
        .left_right_block .col_text_part .text_block .text_right, .left_right_block .col_media_part .text_block .text_right {
          margin-left: 0px; }

  .production .container .row:nth-child(1) .left_right_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .footer_menu {
    margin-bottom: 30px; }

  .our_production, .examples_section, .blog, .partnership_section {
    margin-bottom: 0px; }

  .reviews_section .col {
    max-width: 100%; }

  .partnership_section .title {
    margin-bottom: 0px; }

  .type_block {
    margin-bottom: 50px; }

  .row.justify-content-md-center.examples_row {
    overflow: hidden; }

  .about_us_page .examples_section {
    margin-bottom: 0px; }
    .about_us_page .examples_section #examples_posts .load_more_holder {
      position: initial; }
    .about_us_page .examples_section .container::after {
      height: 0px; }
    .about_us_page .examples_section #examples_posts::after {
      height: 0px; }

  .category_marble .media_galery .slider-for .slick-list .slide_image, .page_builder .media_galery .slider-for .slick-list .slide_image {
    padding-top: 96%; }

  .category_marble .stone_section .col, .page_builder .stone_section .col {
    max-width: 33%;
    margin-bottom: 20px; }
    .category_marble .stone_section .col .product_img, .page_builder .stone_section .col .product_img {
      margin-bottom: 10px; }

  .examples_section .col {
    width: 33%; }

  .galery_block_grid .col {
    max-width: 20%;
    flex-basis: auto;
    flex-grow: initial; } }
@media only screen and (max-width: 767px) {
  .tel_block, .address {
    display: none; }

  .open_icon {
    top: -6px; }

  .slider .slick-prev, .slider5 .slick-prev, .slider6 .slick-prev, .slider7 .slick-prev {
    left: 10px; }

  .slider .slick-next, .slider5 .slick-next, .slider6 .slick-next, .slider7s .slick-next {
    right: 10px; }

  .stone_section .tittle_block {
    margin-bottom: 0px; }

  .stone_block {
    margin-bottom: 0px; }

  .title {
    font-size: 20px;
    padding: 10px;
    margin: 0px; }

  .stone_section .col, .sertificate .col {
    width: 50%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .sertificate .col {
    margin-bottom: 20px; }
    .sertificate .col .sertificate_img {
      padding-top: 100%; }

  .button {
    margin: 20px auto;
    background: #638b0e;
    font-size: 20px;
    padding: 8px 40px; }

  .text_block {
    font-size: 14px; }

  .padding_block {
    padding: 0px 20px; }

  .col_text_part, .col_media_part {
    width: 89%;
    margin: auto; }

  .footer_menu, .shops {
    padding: 0px 10px;
    margin-bottom: 30px; }
    .footer_menu h3, .shops h3 {
      color: #fff;
      font-size: 16px;
      text-transform: uppercase; }

  .soc_block {
    text-align: center; }

  .our_services {
    margin-bottom: 0px; }

  .popup-content {
    width: 80%; }

  .slider5 .slick-next, .slider5 .slick-prev, .slider6 .slick-next, .slider6 .slick-prev, .slider7 .slick-next, .slider7 .slick-prev {
    top: 37%; }
  .slider5 .slick-next, .slider6 .slick-next, .slider7 .slick-next {
    right: 20px; }
  .slider5 .slick-prev, .slider6 .slick-prev, .slider7 .slick-prev {
    left: 20px; }

  .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 23%;
    margin: 2px; }

  #examples_category::before, #examples_category::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    display: none; }

  .single_category .category_examples .buttons {
    position: static;
    margin-top: 0px;
    margin-bottom: 20px; }

  .product_category .category_examples {
    margin-bottom: 140px; }

  .category_examples .container::after {
    height: 0px !important; }

  .single_category .category_examples {
    margin-bottom: 160px !important; }

  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: none;
    margin-top: 37px; }

  .category_marble .marble_section .container::after, .category_marble .marble_section #load_marble_ajax_posts::after, .category_marble .marble_section #load_granite_ajax_posts::after, .category_marble .marble_section #load_quartz_ajax_posts::after {
    display: none; }

  .page_builder .marble_section .container::after, .page_builder .marble_section #load_marble_ajax_posts::after, .page_builder .marble_section #load_granite_ajax_posts::after, .page_builder .marble_section #load_quartz_ajax_posts::after {
    display: none; }

  .category_marble .marble_section .load_more_holder, .page_builder .load_more_holder {
    position: inherit;
    bottom: 0px;
    margin-bottom: 0px;
    margin-top: -20px; }

  .examples_section .col {
    width: 50%; }

  .examples .text_block {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .media_galery .slider-for .slide_image {
    padding-top: 100%; }

  .galery_block_grid .col {
    max-width: 33%;
    flex-basis: auto;
    flex-grow: initial; }

  .tittle_block {
    padding-top: 10px;
    padding-bottom: 10px; }

  #examples_posts .load_more_holder {
    bottom: 50px; } }
@media (min-width: 640px) {
  #nav-icon {
    right: -5%; } }
@media screen and (max-width: 576px) {
  p {
    font-size: 14px; }

  .stone_section .col, .examples_section .col, .sertificate .col {
    max-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    .stone_section .col .product_img, .examples_section .col .product_img, .sertificate .col .product_img {
      padding-top: 50%; }
    .stone_section .col .sertificate_img, .examples_section .col .sertificate_img, .sertificate .col .sertificate_img {
      padding-top: 100%; }

  .examples_section .col {
    width: 100%; }

  .process_block, .benefit_block {
    margin-bottom: 30px; }
    .process_block .padding_block, .benefit_block .padding_block {
      padding: 0px;
      max-width: 180px;
      margin: 0 auto; }
      .process_block .padding_block .product_img, .benefit_block .padding_block .product_img {
        margin-bottom: 10px; }

  .footer {
    text-align: center; }

  .category_marble .stone_section .col, .page_builder .stone_section .col {
    max-width: 80%;
    margin: auto;
    margin-top: 20px; }

  .reviews_section .reviews_block {
    width: 90%;
    margin: auto; }

  .galery_block_grid .col {
    max-width: 50%;
    flex-basis: auto;
    flex-grow: initial; } }
@media screen and (min-width: 320px) and (max-width: 400px) {
  .stone_section .col .product_img {
    padding-top: 100%; }

  .popup-content {
    width: 95%;
    padding: 50px 20px 20px 20px; }

  .examples_section .col {
    width: 50%; } }
@media screen and (min-width: 400px) and (max-width: 575px) {
  .stone_section .col .product_img {
    padding-top: 50%; }

  .examples_section .col {
    width: 50%; } }
.hgroup-right .active, .search-toggle:hover {
  color: #63c6ae; }

.search-toggle:before {
  content: ""; }

#search-box {
  position: absolute;
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 221px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  right: -9px;
  top: 80px; }

.hide {
  display: none; }

#search-box .arrow {
  height: 10px;
  width: 10px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  right: 13px;
  top: -6px; }

#search-box input.s {
  border-right: 0 none;
  float: left; }

.woocommerce-product-gallery img {
  margin: auto;
  width: 100%; }

.mfp-counter {
  display: none; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

div.wpcf7 .ajax-loader {
  display: none; }

.ajax-loader {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  -webkit-animation: fadeIn 2s ease-in both;
  animation: fadeIn 2s ease-in both; }

.gooey {
  position: absolute;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto; }

#comm_g_posts {
  position: relative; }

@media screen and (max-width: 400px) {
  .tel_icon.mobile {
    margin-left: 6%;
    margin-right: 10%; } }
@media screen and (max-width: 400px) {
  .logo img {
    width: 150px;
    margin-top: 10px; }

  .tel_icon.mobile {
    height: 30px;
    margin-top: 23px;
    margin-left: 5%;
    margin-right: 15%; } }

/*# sourceMappingURL=style.css.map */
