/*
Theme Name: Облицовочные Кирпичи
Author: Радик Шукюров
Author URI: https://xn--36-6kcaaf4b0a9apc1a.xn--p1ai/
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    z-index: 999999;
}
.loading {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 9999;
  background-color: #000;
  opacity: 0.8;
}
.loading .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: loading 2s ease-out infinite;
}
#preloader img {
    object-fit: contain
}
#preloader.hide-preloader {
    animation: hidePreloader .4s;
}

#preloader.preloader-hidden {
    display: none;
}

@keyframes hidePreloader {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.swiper,
.popup_swipe {
	display: none;
}
.popup_swipe_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
	background: rgb(0 0 0);	
}
.popup_swipe div:last-child {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 102;
}
.mySwiper {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
    height: 100%;
	max-width: 1440px;
	z-index: 100;
}
.mySwiper img {
	height: auto;
    width: auto;
    min-height: 0;
    min-width: 0;
    filter: brightness(75%)
}
.mySwiper h6 {
	color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 32px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: rgb(255, 110, 27);
}
.swiper-button-next:after {
	content: "";
    position: absolute;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    margin: 16px 0 0 10px;
    transform: rotate(45deg) translate(-50%,-50%);
}
.swiper-button-prev:after {
	content: "";
    position: absolute;
    top: -11px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    margin: 16px 0 0 10px;
    transform: rotate(-135deg) translate(-50%,-50%);
}
.popup_form {
	display: none;
}
.catalog > section {
    margin-top: 0;
	border-top: none;
}
.catalog > section > .container {
    border-top: none;
}
.catalog > section > .container > div {
    border-top: none;
}
.popup_swipe_overlay {
    z-index: 2;
}
.text_inner ol,
.text_inner ul {
    list-style: auto;
    margin-left: 20px;
}
.text_inner blockquote,
.text_inner dd,
.text_inner dl,
.text_inner figure,
.text_inner h1,
.text_inner h2,
.text_inner h3,
.text_inner h4,
.text_inner h5,
.text_inner h6,
.text_inner hr,
.text_inner p,
.text_inner pre {
    margin: revert;
    padding: revert;
}
.kama_breadcrumbs span {
    color: #9a97ae
}
.kama_breadcrumbs .kb_title {
    color: #000;
}
.catalog {
    border-top: none;
}
.pagen {
    color: #919191;
}
.page-numbers.current {
    color: #000;
    font-weight: bold;
}
.pagen a {
    transition: .1s;
}
.pagen a:hover {
    color: #000;
    transition: .1s;
}
.pagen a,
.pagen span {
    margin-right: 1rem;
    font-size: 18px;
}
.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
    margin: auto;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    margin-top: 0!important;
}
.form_col_inner {
    display: flex;
    flex-wrap: wrap;
}

.form_col {
    width: calc( 50% - 5px );
    margin-right: 10px;
    margin-bottom: 25px;
}
.form_col_inner .form_col:nth-child(2n) {
    margin-right: 0;    
}
.form_col_comment {
    width: 100%;
}
.check {
    cursor: not-allowed;    
}
.check input {
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.load {
    height: auto;
    width: auto;
    max-height: 100%;
    min-height: auto;
    min-width: auto;
    max-width: 100%;
}
.popup_ajax {
    margin-bottom: 10px;
}
.logo,
.mob_logo {
    height: 75%;
}
.mob_logo {
    max-width: 70px;
    width: 100%;
}
.list_spisok {
    padding-top: 5rem;
}
@media ( max-width: 1023px ){
    .logo {
        max-width: 70px;
        width: 100%;
    }
	.popup_sort_close,
	.popup_sort {
		display: none;
	}
	.mySwiper h6 {
		position: absolute;
		bottom: 0;
	}
	.group.cursor-pointer .absolute.bottom-4 {
		left: 50%;
    	transform: translateX(-50%);
	}
	.popup_sort {
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    z-index: 45;
	    max-width: 448px;
	    width: 100%;
	    max-height: 100%;
	    overflow-y: auto;
	    margin-top: 0;
	}
	.popup_sort_close_inner {
		position: absolute;
		cursor: pointer;
		width: 32px;
		height: 32px;
		background-color: #fff;
		border-radius: 32px;
	    top: 20px;
	    right: 15px;
	   	display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.popup_sort_close_inner:after {
	    content: "\00D7";
	    position: absolute;
	    top: -8px;
	    font-size: 30px;
	}
	.popup_sort_overlay {
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
		background: rgba(255,255,255,.3);
		z-index: 2;		
	}
	.right_content {
        display: flex;
        justify-content: space-around;
	}
	.list_spisok {
	    padding-top: 2.25rem;
	}
}
@media ( max-width: 500px ){
    .form_col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}