.hidden, input[name=address] {
    display: none !important;
}

.popup_map {
    height: 500px;
    width: 500px;
}

#mobile-price-slider {
    display: none !important;
}

.pag .page-nav__item_type_separator {
    border: none;
}

.pag .left, .pag .right {
    display: inline-block;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.pag .left:before, .pag .right:before {
    position: absolute !important;
    content: "" !important;
    border-left: solid 1px #000 !important;
    border-top: solid 1px #000 !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 11px !important;
    height: 11px !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -5px !important;
    background: inherit !important;
}

.pag .left:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -3px;
}

.pag .right:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: -8px;
}

.item_description {
    margin-top: 26px;
}

.item_description .title_description {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
}

.item_description p {
    margin: 18px 0;
}

.news-item-text img {
    width: 100%;
    height: auto;
}

/* TODO: расскомментировать после исправления */
/*
.block-subheader {
    width: 60%;
    display: block;
    margin: 0 auto;
    padding: 0px;
    font-size: 18px;


}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.collapse {
    font-size: 16px;
    line-height: 1.8;
}

.col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 2%;
}

.row {
    background: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 3%;
    margin-left: 3%;
}

.left-img {
    margin-top: 60px;
    margin-bottom: 40px;
    display: block;
    height: 630px;
}

a.heading-cat {
    text-align: center;
    width: 100%;
    display: block;
}

.description-block {
    display: block !important;
	text-align: justify;
}

.slick-dotted.slick-slider {
    overflow: hidden;
}

.right-block, .pic-left {
    display: inline-block;
}

img.pics {
    width: auto;
    height: 250px;
}

li.cat-2col:before {
    content: none;
    padding: 0px;
}

.card-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: start;
}

.right-block {
    position: relative;
    padding-left: 30px;
    top: 30%;
}

.right-block span {
    font-size: .8125000000000001rem;
    line-height: 1.53846154;
    text-transform: uppercase;
    color: #757575;
    letter-spacing: 1.5px;
}

.right-block h6 {
    font-size: 1.5625rem;
    line-height: 1.6;
    margin: 22px 0;
}

li.cat-2col {
    display: flex;
    padding: 30px 0 40px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-top: 0px;
}

ul.cat-line {
    position: relative;
    left: 30%;
    overflow: hidden;
}

.big-banner {
    text-align: center;
}

img.bigb {
    max-width: 960px;
    height: auto;
}

section.image-center {
    text-align: center !important;
}

.minitext {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
}

p.collapseLines.hide-class {
    margin: 15px 0;
}

.for-video {
    width: 90%;
    height: 480px;
}

@media only screen and (max-width: 600px) {
    .block-subheader {
        width: 90%;
        font-size: 16px;
    }

    .row {
		background: none;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-align-items: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-right: 40px;
		margin-left: 40px;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-content: flex-start;
    }
    .col-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 100%;
        padding: 15px;
    }

    .left-img {
        height: 350px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    ul.cat-line {
        left: 3%;

        width: 94%;
    }

    img.bigb {
        max-width: 90%;
        height: auto;
    }

    .for-video {
        width: 90%;
        height: auto;
    }
}*/

#orderForm.loading {
  position: relative;
}

#orderForm.loading:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  bottom: 0;
  background: white url(/DESIGN/SITE/images/preloader.gif) 50% 50% no-repeat;
  background: rgba(255, 255, 255, 0.7) url(/DESIGN/SITE/images/preloader.gif) 50% 50% no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 10px;
}

/* TODO: расскомментировать после исправления */
/*
.slick-prev {
    left: 0 !important;
}
.slick-next {
    right: 0 !important;
}
.slick-prev, .slick-next{
	height: 50px;
    width: 50px;
}
.slick-prev:after, .slick-next:after{
	width: 15px;
    height: 15px;
    border-top: solid 3px #650405;
    border-right: solid 3px #650405;
}
a.readmore {
    font-size: 18px;
    font-weight: 800;
    color: #650405;
}
a.pic-left {
    width: 250px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
