/*   
Theme Name: your-clean-template-3
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/


@media (min-width: 979px) {
  ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
    /* для раскрывания субменю по наведению */
    display: block;
  }
  .comment-list .children {
    /* для комментов */
    padding: 0;
    margin-left: 74px;
    padding-bottom: 15px;
  }
  .comment-list .media {
    margin-top: 0;
  }
}

body {
	font-family: 'Montserrat', sans-serif;
  	font-size: 16px;
}

h1 {
  font-size: 28px;
  color: #000;
  margin-bottom: 15px;
}

a {
  color: #f1a90c;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.logo {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 15px;
}

.buy-box {
  border: 2px dashed #d6d6d6;
  padding: 28px 26px;
  width: 100%;
  font-size: 17px;
  padding-bottom: 17px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.head_box {
  padding-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .head_box {
    margin-bottom: 40px;
  }
}

.foot_menu {
  margin-top: 70px;
}

footer {
  font-size: 12px;
  padding: 10px;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

#leftnav .navbar-nav {
  width: 100%;
}

#leftnav .navbar-nav > li {
  float: none;
}

.left-menu > li {
  border-bottom: 1px solid #d3d3d3;
}

.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  border-bottom: 1px solid #d3d3d3;
  display: table-cell;
  vertical-align: middle;
  padding: 6px 12px;
}
.divTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}

.divTableCell-none {
  display: none;
}

.input-group {
  width: 100px;
}

.dropdown-menu {
  min-width: 260px;
}

.divTableHeader {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-weight: bold;
  text-transform: uppercase;
}

.divTableHeader > .divTableCell {
}

.divTableCellFirst {
  border-left: 1px solid #d3d3d3;
}
.divTableCellLast {
  border-right: 1px solid #d3d3d3;
}

.btn-number {
  padding: 4px 7px;
  font-size: 11px;
}

.input-number {
  height: 25px;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
}

.popup-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}

.white-popup input[type="text"] {
  width: 100%;
  border: 1px solid #cdcdcd;
  margin-bottom: 10px;
  height: 40px;
  padding-left: 15px;
}

#calc_raz {
  width: 100%;
}

#calc_cat {
  width: 100%;
}

.white-popup input[type="submit"] {
  width: 100%;
  border: 0;
  height: 40px;
  background: #ffe400;
  color: #000;
  margin-bottom: 10px;
}

.btn-buy-1 {
  background: #ffe400;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.btn-buy-2 {
  background: #ffe400;
  color: #333;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-buy-2:hover,
.btn-buy-2:focus,
.btn-buy-2:visited {
  text-decoration: none;
  color: #fff;
}

.btn-buy-1:hover,
.btn-buy-1:focus,
.btn-buy-1:visited {
  text-decoration: none;
  color: #fff;
}

.bread {
  font-size: 13px;
}

.home_box {
  border: 2px solid #ccccce;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 7px;
  margin-right: 7px;
  padding: 10px;
}

.front_h1 {
  margin-top: 32px;
  text-align: center;
}
.boxes {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home_box {
  height: 156px;
  margin-bottom: 15px;
}

.home_box img {
  margin-top: 10px;
}

.home_box:hover {
  border: 2px solid #ffe400;
}

.boxes a {
  color: #858588;
  text-decoration: none;
}

.boxes a:hover {
  color: #ffe400;
}

.news_box {
  margin-bottom: 15px;
  overflow: hidden;
}

.news_title {
  font-size: 18px;
  margin-bottom: 15px;
}

.seo-txt {
  margin-top: 40px;
}

.home_news {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background: #f6f6f6;
}

.home_news_box {
  padding: 15px;
  margin-right: 7px;
  margin-left: 7px;
}

.home_news_box_title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.home_news_box_img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.home_news_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 16px;
}

.search-form {
  float: right;
  margin-top: 10px;
}

.search-form button {
  display: none;
}

.head-soc {
  text-align: right;
  margin-top: 0px;
}

.head_time {
  color: #000;
  font-size: 16px;
  padding-left: 29px;
  margin-top: 4px;
  background: url(img/graph.png) 0 no-repeat;
}

.head-phone {
  margin-top: 4px;
}
.head-phone a {
  font-size: 16px;
  color: #000;
}

.head-phone a.call {
  background: url(img/phone.png) 0 no-repeat;
  padding-left: 23px;
}

.head-phone a.mail {
  background: url(img/mail.png) 0 no-repeat;
  padding-left: 23px;
}

.head-phone span a {
  font-size: 16px;
  color: #000;
}

.a_black {
  color: #000;
}

.bread a {
  color: #000;
}

.i_price {
  background: #f7e335 url(img/icon-price.png) 0 0 no-repeat;
  font-size: 24px;
  color: #010101;
  padding: 0px 32px 3px 41px;
  height: 39px;
  line-height: 39px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.sin_col {
  float: left;
}

.input-group {
  width: 100px;
  float: left;
}

.news_title a,
.home_news_box_title a {
  color: #337ab7;
}

ul.htmlsitemap-list li {
  list-style-position: inside;
  list-style-type: disc;
  line-height: 1.4;
  margin: 0 0 0 2%;
}

.navbar-default {
  background-color: #fff !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffe400 !important;
  outline: 0;
}

.cart_h2 {
  font-size: 18px;
  margin-bottom: 2px;
  color: #000;
}

.cart_colvo {
  overflow: hidden;
}

.cart_span {
  border-bottom: 2px solid #ffe400;
  overflow: hidden;
  margin-bottom: 10px;
  display: inline-block;
}

.gray_box {
  clear: both;
  overflow: hidden;
}

.navbar-default .navbar-nav > li > a {
  color: #000 !important;
}

.related_box_price {
  color: #000;
}

.related_a:hover {
  text-decoration: none;
}

.call_box {
  overflow: hidden;
  margin-top: 15px;
}

.call_1_box a {
  color: #000;
}

.retaled_box_title {
  color: #000;
}
.related_box {
  padding: 10px;
  text-align: center;
  border: 2px solid #ffe400;
}

.related_box {
  min-height: 262px;
}
.related_box:hover {
  border: 2px solid #ccccce;
}

.info_cart {
  padding: 15px;
  padding-bottom: 5px;
  margin-top: 5px;
  border: 2px dashed #d6d6d6;
  background: #f3f3f3;
  margin-bottom: 10px;
}

ul.arrows,
ul.arrows2 {
  padding-left: 30px;
}

ul.arrows li {
  list-style-type: none;
  position: relative;
}

ul.arrows li:before {
  content: "•";
  font-size: 22px;
  position: absolute;
  color: #ffe400;
  top: -4px;
  left: -15px;
}

ul.arrows2 li {
  list-style-type: none;
  position: relative;
}

ul.arrows2 li:before {
  content: "•";
  font-size: 22px;
  position: absolute;
  color: #ffe400;
  top: -4px;
  left: -15px;
}

.preem_box {
  overflow: hidden;
  min-height: 93px;
}

.p_t_1 {
  padding-top: 11px;
}

.p_t_3 {
  padding-top: 11px;
}

.p_t_4 {
  padding-top: 11px;
}

.preem_txt {
  padding-left: 23px;
}

.nav_red {
  background-color: #fff !important;

  border-radius: 0 !important;
}

.nav_red .navbar-nav > li > a {
  color: #000 !important;
}

.nav_red .navbar-nav > .active > a:after {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -11px;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}

.nav_red .navbar-nav > li > a:hover:after {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -11px;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #ffe400;
}

.navbar-default .navbar-nav > .active > a {
  color: #fff !important;
}

.hide_mob {
  display: none;
}

/* mobile */
@media screen and (max-width: 768px) {
  .divTableHeader {
    display: none !important;
  }

  .hide_mob {
    display: inline;
  }

  .divTableRow {
    border: 1px solid #dfdfdf;
    display: block;
    margin-bottom: 10px;
    padding: 14px;
  }

  .divTableCell > .input-group {
    float: none;
    margin: 0 auto;
  }

  .divTableCell {
    border: 0;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 780px) {
  .calc {
    display: none;
  }

  .calc-m {
    display: block !important;
  }
}

.mobile-table {
  display: none;
}

@media screen and (max-width: 500px) {
  .desktop-table {
    display: none;
  }

  .mobile-table {
    display: block;
  }
}

.calc-m {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}

#calc_raz {
  margin-top: 15px;
}

#kilo_metr {
  margin-top: 15px;
}

@media screen and (max-width: 762px) {
  #leftnav {
    margin-top: 25px;
  }

  .menu-prod,
  .menu-nav {
    position: relative;
  }

  .menu-prod:after {
    content: "Меню";
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    font-size: 20px;
  }

  .single-mob {
    display: none !important;
  }

  .menu-nav:after {
    content: "Навигация";
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    font-size: 20px;
  }

  .navbar-mob {
    margin-top: 25px;
  }
}

.special thead tr {
  background-color: #41464a;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.025em;
}

.special > thead > tr > th {
  padding: 5px 5px 5px;
  text-align: center;
  border: none;
  font-weight: normal;
}

.menu-item-left {
  position: relative;
  left: 15px;
}

.special td,
.special a,
.special a:visited,
.special a > span {
  text-shadow: 0 0 0 #000000;
  color: #000000;
  font-size: 16px;
}

.special {
  width: 100%;
  border: 1px solid #000000;
  border-spacing: 0;
}

table.special caption {
  padding: 15px 0;
  font-size: 20px;
  color: #37393b;
}

div.balloon table.special tr td {
  padding: 4px;
}

.special > tbody > tr > td {
  text-align: center;
  border: none;
  padding: 4px;
}

.special > tbody > tr {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

ymaps[class*="balloon__content"] > ymaps,
.ymaps-b-balloon__content,
.ymaps-b-balloon.ymaps-i-custom-scroll {
  width: 650px !important;
}

.special > tbody > tr:last-of-type {
  border-bottom: 1px solid #000000;
}

.social-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}

footer {
  margin-top: 20px;
  padding-bottom: 0px;
  font-size: 16px;
}

.footer-adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-prava-m {
  display: none;
}

.grecaptcha-badge { 
    visibility: hidden !important; 
}

@media screen and (max-width: 990px) {
  .head_time {
    margin-left: 12px;
  }
}

@media screen and (max-width: 770px) {
  .footer-adress {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-tel {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tel__num img,
  .footer-adress img,
  .email-adress img {
    display: none;
  }

  .footer-time__btn {
    top: 10px !important;
  }

  .footer-adress {
    text-align: center;
  }

  .email-adress,
  .footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-time,
  .footer-social {
    padding-left: 0px !important;
  }

  .footer-prava-m {
    display: block;
    text-align: center;
  }

  .footer-prava {
    display: none;
  }

  .mobile-none {
    display: none;
  }

  .footer-company__logo {
    max-width: 50%;
  }

  .mobile-center {
    text-align: center;
  }

  .head_time {
    background-image: none;
  }
}

.footer-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-adress span {
  display: inline-block;
  max-width: 80%;
  margin-left: 10px;
}

.footer-time__btn {
  position: relative;
  top: 20px;
  background-color: #ffe400;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  max-width: 250px;
  text-align: center;
}

.tel__num,
.email-adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tel__num img,
.email-adress img {
  margin-right: 15px;
}

.footer-time,
.footer-social {
  padding-left: 50px;
  margin-top: 10px;
}

.tel__num strong {
  font-size: 18px;
  font-weight: 800;
}


a#sitys {
    display: block;
}
.header-time__btn {
    display: block;
    margin-top: 5px;
    margin-right: 0px !important;
    background-color: #ffe400;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    text-align: center;
}

@media screen and (max-width: 768px) {
  footer > div {
    margin-top: 40px;
  }

  footer > div:first-child {
    margin-top: 20px;
  }
}

.footer-company img {
  width: 80%;
  height: auto;
}

.footer-company {
  margin-bottom: 5px;
}

footer a {
  color: #333;
}
.sitys ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sitys ul li {
    padding-right: 30px;
    font-size: 14px;
}

.oformblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}
.elementor-message.elementor-message-success {
    font-size: 24px;
}