/* ALERT RELATED CLASS (START) */

/*.p-main {*/
/*  overflow: visible;*/
/*  height: auto;*/
/*}*/


.alert-area {
    max-height: 100%;
    position: fixed;
    bottom: 5px;
    left: 20px;
    right: 20px;
    z-index: 9999999999;
}
.alert-content{
  padding-right: 16px;
    text-align: left;
}

.alert-box {
  font-size: 16px;
  color: white;
  background: rgba(0, 0, 0, 0.9);

  line-height: 1.3em;
  padding: 10px 15px;
  margin: 5px 10px;
  position: relative;
  border-radius: 5px;
  transition: opacity 0.5s ease-in;
}
.alert-box.red{
    background: rgba(255, 0, 0, 0.7);
}
.alert-box.green{
    background: rgba(0, 255, 0, 0.7);
}

.alert-box.gray {
  background: rgba(15, 30, 53, .7);
}

.alert-box.hide {
  opacity: 0;
}

.alert-close {
  background: transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.alert-close:before,
.alert-close:after {
  content: '';
  width: 15px;
  border-top: solid 2px white;
  position: absolute;
  top: 5px;
  right: -1px;
  display: block;
}

.alert-close:before {
  transform: rotate(45deg);
}

.alert-close:after {
  transform: rotate(135deg);
}

.alert-close:hover:before,
.alert-close:hover:after {
  border-top: solid 2px #d8d8d8;
}

@media (max-width: 767px) and (min-width: 481px) {
  .alert-area {
    left: 100px;
    right: 100px;
  }
}

@media (min-width: 768px) {
  .alert-area {
    width: 350px;
    left: auto;
    right: 0;
  }
}



.alert-message-container {
  text-align: center;
  line-height: 2.5em;
  margin-top: 50px;
}

.alert-message-box {
  font-size: 20px;
  width: 300px;
  border: solid 1px #444;
  padding: 10px 15px;
  outline: none;
  transition: box-shadow 0.1s;
}

.alert-message-box:focus {
  box-shadow: 0 0 15px 2px #888;
}

.alert-message-button {
  font-size: 18px;
  color: white;
  background: #14b9ff;
  width: 250px;
  border: solid 1px #14b9ff;
  padding: 10px 20px;
  margin-top: 5px;
  cursor: pointer;
  outline: none;
  transition: background 0.1s;
}

.alert-message-button:hover,
.alert-message-button:focus,
.alert-message-button:active {
  background: #7dd8ff;
}

/* ALERT RELATED CLASS (END) */


.b-form .b-textarea.error,
.b-form .b-input.error,
.error{
    border-color: red;
}

.dnone {
	display: none
}

.b-section-main-bottom{
  z-index: 2;
}

.b-map-section-main:before{
  z-index: 1;
}
.b-contacts-container{
  z-index: 2;
}
.p-contacts .write-us{
  display: none;
}
/*.cart-loading{*/
/*  filter: blur(1px);*/
/*}*/
.h100{
  height:100%;
}

.b-counter__postfix {
		display:inline-block;
		margin-left:10px;
}
.b-price_variations {
	display:inline-block;
	margin-right:15px;
}
.b-popup .b-form__col_half {
	width:50%;
	margin-bottom:20px;
}
.b-order__discount-for-ps-wrap{
  margin-top: 30px;
}
.fixed-phone {
  position: fixed;
  z-index: 201;
  font-size: 22px;
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right,#db110f,#db110f,#fe490f);
  right: 30px;
  bottom: 80px;
}
.b-main-carousel__slide .b-title-1:not(:last-child) {
  margin-bottom: 40px;
}
.b-fs__btn-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .b-main-carousel__slide {
    padding-bottom: 80px;
  }
}
.b-number__tel_link:after{
  content: none;
}
.im-popup {
  z-index: 250;
}
.b-dimension-styled__label.active {
    border-color: #e21d0f;
    color: #202226;
}
.b-dimension-styled__label.active .icon {
    color: #e21d0f;
    filter: brightness(0%) invert(24%) sepia(46%) saturate(4815%) hue-rotate(350deg) brightness(85%) contrast(109%);
}

.p-news .b-content-articles{
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

:not(.p-main)  .b-number__tel {
  color: #000;
  border-color: #000;
}
:not(.p-main)  .b-number__tel .icon-phone {
  filter: brightness(0%);
}
/*:not(.p-main)  .b-number__tel:after {*/
/*  filter: brightness(0%);*/
/*}*/
.p-main .b-header .b-number__tel {
  border-color: #fff;
}
/*.b-number__dropdown {*/
/*  max-width: 400px;*/
/*}*/
.b-contacts-inf__phone-wrap {
  font-size: 0;
}
.b-contacts-inf__phones-wrap {
  width: 100%;
}

@media  (min-width: 993px) {
  .b-number__dropdown {
    top: calc(100% + 25px);
  }
}


.b-section-production .b-cat-item .b-btn {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .b-section-production .owl-dots {
    display: none;
  }
}