

/* Start:/local/templates/k.house.1.0/css/all.css?1598008599212*/

@import url("/local/templates/k.house.1.0/css/../fonts/fonts.css");
@import url("/local/templates/k.house.1.0/css/../fonts/icomoon/style.css");
@import url("/local/templates/k.house.1.0/css/jquery.fancybox.min.css");
@import url("/local/templates/k.house.1.0/css/jquery-ui.min.css");
@import url("/local/templates/k.house.1.0/css/style.css");
@import url("/local/templates/k.house.1.0/css/media.css");

/* End */


/* Start:/local/templates/k.house.1.0/js/slick/slick-theme.css?15980085993145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/k.house.1.0/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/k.house.1.0/js/slick/./fonts/slick.eot');
    src: url('/local/templates/k.house.1.0/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/k.house.1.0/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/k.house.1.0/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/k.house.1.0/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/k.house.1.0/js/slick/slick.css?15980085991776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/k.house.1.0/template_styles.css?1686123800108020*/
#header.menu-fix { position: fixed; left: 0; top: 0; width: 100%; z-index: 1000; }

pre { display: block; background-color: #dedede; border: 1px solid #ccc; padding: 30px; margin: 30px 0; font-size: 14px; font-family: Arial; }

.projects .items .item.hide-item { display: none; }

.projects .items strong { color: #111; text-decoration: none; min-height: 42px; }
.projects .items a { border: none; text-decoration: none; }
.projects .items ul span { color: #111; }
.projects .items .visual .img { display: block; width: 100%; min-height: 190px; background-repeat: no-repeat; background-position: center; background-size: cover; }


.section-dscr { font-size: 16px; }
.section-dscr ul { font-size: 16px !important; }
.section-dscr ul li { position: relative; font-size: 16px !important; }
/*.section-dscr ul li:before { content: ""; display: block; width: 5px; height: 5px; border-radius: 100%; background-color: #111; position: absolute; left: 0; top: 15px; }*/
h2.h1 { font-family: "Museo Sans Cyrl 700", Arial, sans-serif; font-size: 50px; line-height: 64px; margin: 0 0 23px; letter-spacing: -0.01em; font-weight: normal; font-style: normal; }
.section-dscr .opisanie { font-size: 16px !important; }
.section-dscr h2 { margin-top: 20px; }

.photos li a .img { display: block; width: 100%; min-width: 254px; height: 230px; background-repeat: no-repeat; background-position: center; background-size: cover; }

.consult-form textarea.error, .consult-form input[type="text"].error { border-color: #ff0000; }

.error {
	outline: 0;
	border-color: #ff0000;
	animation-name: error;
	animation-duration: .5s;
	animation-delay: 0.25s;
}
@keyframes error {
	0% {
		transform: translateX(0px);
		timing-function: ease-in;
	}
	37% {
		transform: translateX(10px);
		timing-function: ease-out;
	}
	55% {
		transform: translateX(-10px);
		timing-function: ease-in;
	}
	73% {
		transform: translateX(8px);
		timing-function: ease-out;
	}
	82% {
		transform: translateX(-8px);
		timing-function: ease-in;
	}
	91% {
		transform: translateX(4px);
		timing-function: ease-out;
	}
	96% {
		transform: translateX(-4px);
		timing-function: ease-in;
	}
	100% {
		transform: translateX(0px);
		timing-function: ease-in;
	}
}


.articles .item .visual .img { display: block; width: 254px; height: 200px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.articles .item .visual .img.big { width: 540px; height: 423px; }
.gallery .visual .img { display: block; background-repeat: no-repeat; background-position: center; background-size: cover; max-width: 350px; height: 233px; }

.article .author .social ul li { padding: 0; }
.article .author .social ul li:before { display: none; }

#big-map { width: 100%; min-height: 628px; }

.paginator-box { margin-top: 30px; }

.callback-box { width: 740px; padding-left: 0; padding-right: 0; background: #f9fafa; }
.callback-box .recall { clear: both; padding: 27px 64px 30px; background: #f9fafa; }
.callback-box .recall legend { display: block; font-size: 44px; line-height: 44px; margin: 0 0 22px; }
.callback-box .recall p { background: url(/local/templates/k.house.1.0/images/icon_19.png) 4px 5px no-repeat; padding: 0 0 0 64px; font-size: 17px; min-height: 38px; line-height: 27px; margin: 0 0 27px; }
.callback-box .recall .form-fow { overflow: hidden; }
.callback-box .recall .col { float: left; width: 403px; }
.callback-box .recall .col + .col { float: right; width: 175px; padding: 25px 0 0; }
.callback-box .recall input[type=submit] { font-family: "Museo Sans Cyrl 700", Arial, sans-serif; display: block; width: 175px; text-align: center; background: #91c700; border: 0; color: #fff; font-size: 16px; height: 51px; border-radius: 23px; }
.callback-box .recall input[type=text] { font-family: "Museo Sans Cyrl 700", Arial, sans-serif; display: block; width: 100%; height: 52px; font-size: 16PX; color: #111; border-radius: 3px; background: #fff; padding: 0 24px; margin: 0 0 11px; border: 1px solid #c2cbd1; }
.callback-box .recall input[type=text].error { border-color: #ff0000; }
.callback-box .recall label { display: block; font-size: 16px; line-height: 30px; margin: 0 0 -4px 8px; }
.callback-box .recall span { display: block; padding: 0 0 0 8px; font-size: 12px; line-height: 17px; color: #626363;}

.sab-nav li .drop ul.more-list { display: none; }
.sab-nav li .drop .more-nav { margin-top: 10px; }
.sab-nav li .drop .more-nav a { font-size: 17px; color: #000; border-bottom: 1px dotted rgba(0,0,0,.3); font-family: 'Museo Sans Cyrl 300'; }

.product-details:before { display: none; }

.plans-box { margin: 30px 0; }
.plans-box:after { content: ""; display: block; clear: both; }
.plans-box .left-box { width: 47%; float: left; }
.plans-box .right-box { float: right; width: 47%; }
.plans-box .slick-arrow { background-image: url(/local/templates/k.house.1.0/images/small-arows.png); width: 17px; height: 40px; }
.plans-box .slick-arrow:before { display: none; }
.plans-box .slick-arrow:after { display: none; }
.plans-box .slick-arrow.slick-prev { background-position: left; left: -15px; }
.plans-box .slick-arrow.slick-next { background-position: right; right: -15px; }
.product .information .price { display: none; }

.product .sidebar ul li { padding-right: 6px !important; margin-right: 6px !important; }

.mob-nav-filter { display: none; position: absolute; z-index: 99; bottom: 0; left: 0; right: 0; height: 34px; line-height: 34px; font-size: 14px; color: #595959; text-decoration: none; text-align: center; background: #edf0f0; }
.mob-nav-filter:hover { color: #9dcd1c; }
.mob-nav-filter .h { display: none; }
.mob-nav-filter .s { display: block; }
.mob-nav-filter i { padding: 0 0 0 13px; color:#b0a493; font-size: 4px; vertical-align: middle; }
.mob-nav-filter .s i { position: relative; transform: rotate(180deg); display: inline-block; padding-right: 13px; }

@media (max-width: 768px) {
	.mob-nav-filter { display: block; }
	.plans-box .right-box, .plans-box .left-box { float: none; width: 100%; margin: 0 0 15px; }
	.plans-box .slick-arrow.slick-prev { left: -10px; }
	.plans-box .slick-arrow.slick-next { right: -10px; }
	.product .information .price { display: block; }
	.product .information .price:nth-child(2) { display: none; }

	.callback-box { width: 100%; min-width: 320px; }
	.callback-box .recall { padding: 15px; }
	.callback-box .recall .col { float: none; width: 100%; }

	.gallery-pagination .swiper-pagination-bullet { margin-bottom: 20px; }

	.breadcrumbs .back { float: none; }

	.main-content-box { display: flex; flex-flow: wrap; }
	/*.main-content-box .filter { flex: 1; order: 1; width: 100%; }*/
	.main-content-box .catalog-items { order: 3; width: 100%; }
	.main-content-box .section-dscr { order: 4; width: 100%; }
	.main-content-box .slider { order: 5; width: 100%; }

	.projects .items .price strong { top: 68%; }

	.breadcrumbs { display: none; }

	.mob-filter { height: 0; overflow: hidden; }
	.product .slideshow .slides .slide .img { background-size: 100%; }
}

#footer .menu ul.hide-list { display: none; }
.product .slideshow .slides .slide .img { width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; display: block; }

ul.contacts li.icon-mail strong a { font-size: 16px; }
.product .price:before { top: -13px; }

.favorite { display: none; }

.bx-filter {  }
.bx-filter .bx-ui-slider-track-container { padding: 35px 15px 25px; }
.bx-filter .bx-ui-slider-track { height: 4px; background-color: #edefef; }
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn { background-color: #edefef; }
.bx-filter.bx-blue .bx-ui-slider-pricebar-v { background-color: #9dcd1c; }
.bx-filter.bx-blue .bx-ui-slider-handle { background: transparent !important; background-color: #fff !important; width: 18px; height: 18px; border: 5px solid #9dcd1c; border-radius: 100%; top: -7px !important; }
.bx-filter.bx-blue .bx-ui-slider-handle.left { margin-left: -9px; }
.bx-filter.bx-blue .bx-ui-slider-handle.right { margin-right: -9px; }
.bx-filter .bx-ui-slider-range { z-index: 100; }
.bx-filter .bx-ui-slider-part span { top: -25px; }
.bx-filter .bx-filter-parameters-box-container-block.bx-left { margin-right: 18px; }
.bx-filter .bx-filter-parameters-box-container-block.bx-left, .bx-filter .bx-filter-parameters-box-container-block.bx-right { display: inline-block; }
.bx-filter .bx-filter-parameters-box-container-block.bx-left input, .bx-filter .bx-filter-parameters-box-container-block.bx-right input { width: 117px; border-radius: 3px; height: 41px; font-size: 14px; color: #13141c; padding: 0 30px 0 13px; }
.filter-prop-205 input { background: #fff url(/local/templates/k.house.1.0/images/icon_12.png) 96px 13px no-repeat !important; }
.filter-prop-201 input { background: #fff url(/local/templates/k.house.1.0/images/icon_13.png) 96px 13px no-repeat !important; }

.services ul .visual .img { display: block; width: 253px; height: 180px; background-size: cover; background-repeat: no-repeat; }

.filter .columns .column:nth-child(2n) { float: right; }
.sort li.active.asc:after { background-image: url(/local/templates/k.house.1.0/images/icon_14-1.png); }

#navigation .search { position: absolute; top: 16px; right: -3px; }
#navigation .search a { display: block; width: 19px; height: 19px; background-image: url(/local/templates/k.house.1.0/images/icon-search_02.svg); }
#navigation .search .search-form { position: absolute; right: 0; top: -20px; background-color: #fff; z-index: 100; height: 55px; width: 320px; padding: 10px 15px 0; /* display: none; */ border: 1px solid #c2cbd1; display: none; }
#navigation .search .search-form button { background: transparent; background-image: url(/local/templates/k.house.1.0/images/search.svg); width: 25px; height: 25px; cursor: pointer; border: none; display: inline-block; padding: 0; }
#navigation .search .search-form input { background: transparent; border: none; height: 25px; display: inline-block; width: 250px; line-height: 25px; }

.consult-form .res { font-size: 18px; font-family: 'Museo Sans Cyrl 700'; }

.mob-contacts { display: none; margin-top: 20px; }
.mob-contacts div { margin-bottom: 10px; }
.mob-contacts a { color: #fff; font-family: 'Museo Sans Cyrl 700'; text-decoration: none; }

.sub-sections-more { text-align: left; }
.sub-sections-more a { font-size: 13px; text-decoration: none; color: #a7a7ac; border-bottom: 1px dotted #83848c; }
.sub-sections-list {  }
.sub-sections-list .hide-item { display: none; }

#del_filter { background: transparent; border: none; padding: 0; margin: 0; font-size: 11px; border-bottom: 1px dotted #707070; line-height: 1.2; color: #a7a7ac; vertical-align: middle; }
#set_filter { background: transparent; border: none; font-family: "Museo Sans Cyrl 700", Arial, sans-serif; display: inline-block; border: 0; /* background: #91c700; */ font-size: 13px; color: #fff; text-align: center; height: 36px; line-height: 36px; border-radius: 4px; max-width: 255px; vertical-align: middle;background-color: #33aee7; }
#set_filter:hover { /* background-color: #f3152f; */background-color: #c81f23; }

.filter .columns .column { width: 32%; }
.filter .columns .column:nth-child(2n) { float: left; }
.filter .filter-nav-box.column { float: right; width: 29%; text-align: center; }

.building ul li a { color: #111; text-decoration: none; }

.navigator-nav { display: none; }

.articles-box { position: relative; font-size: 20px; line-height: 26px; width: 100%; }
.articles-box .visual { margin: 0 0 13px; width: 100%; text-align: center; overflow: hidden; }
.articles-box .visual .img { display: block; background-repeat: no-repeat; background-position: center; background-size: cover; max-width: 350px; height: 233px; }
.articles-box em { font-size: 13px; line-height: 22px; font-style: normal; margin: 0 0 11px; display: block; color: #626363; letter-spacing: -0.005em; }
.articles-box h4 { transition: all 0.3s linear; font-family: "Museo Sans Cyrl 700", Arial, sans-serif; font-weight: normal; font-style: normal; margin: 0 0 15px; font-size: 21px; line-height: 24px; letter-spacing: -0.005em; }
.articles-box p { font-size: 16px; line-height: 24px; margin: 0; letter-spacing: -0.005em; }

.steeps-photos-list { font-size: 0; line-height: 0; }
.more-works .heading h4, .steeps-photos-list h4 { font-size: 50px; }
.steeps-photos-list .item { display: inline-block; vertical-align: top; width: 254px; margin: 0 31px 28px 0; }
.steeps-photos-list .item.hide-item { display: none; }
.steeps-photos-list .items .item:nth-child(4n+4) { margin: 0 0 16px; }
.steeps-photos-list .item a { display: block; position: relative; }
.steeps-photos-list .item .img { display: block; width: 100%; height: 190px; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; z-index: 2; }
.steeps-photos-list .item .dscr { position: absolute; left: 0; bottom: 0; padding: 15px; background-color: rgba(255,255,255,.5); color: #000; display: block; width: 100%; z-index: 100; font-size: 14px; }

.main-content-box.no-flex { display: block; }

.small-head { font-size: 50px; }

.filter { padding-bottom: 45px; }

@media (max-width: 768px) {

	.articles-box .visual .img { max-width: 100%; }

	.articles-list { overflow: hidden; }
	.articles-list .gallery-holder { display: block; }
	.articles-list .gallery-holder .gallery-item { flex: none; margin: 0 0 30px; }
	.articles .item .visual .img, .articles .item .visual .img.big { width: 100%; height: 233px; }

	.navigator-nav { display: block; }
	.mob-contacts { display: block; }
	#navigation .search { position: relative; top: 0; right: auto; margin-top: 15px; }
	#navigation .search a { display: none; }
	#navigation .search .search-form { display: block !important; position: relative; top: 0; }

	#footer .contacts { text-align: center; }
	#footer .contacts li { display: block; }
	#footer .contacts li.map-nav { display: none; }
	#footer .contacts li:before { display: none; }
	#footer .contacts li span { margin-bottom: 15px; }
	ul.contacts li span a { float: none !important; margin-bottom: 5px !important; }
	.filter .columns .column { width: 100%; }

	#header { height: 50px; }
	.logo { width: 110px; height: 32px; top: 9px; }
	.mb-burger { top: 0px; }
	#header .contacts { display: block; top: 17px; right: 15px; }
	ul.contacts li:nth-child(3):before { display: none; }
	ul.contacts li span { display: none; }
	ul.contacts li strong a { font-size: 16px; }

	.catalog-sections-box { position: relative; }

	.filter h5.sections-title { border-radius: 3px; height: 41px; font-size: 14px; border: 1px solid #ccd5db; padding: 0 13px; line-height: 41px; position: relative; cursor: pointer; background-color: #fff; }
	.filter h5.sections-title:after { border: 6px solid transparent; border-top: 6px solid #ccd5db; content: ""; display: block; position: absolute; right: 10px; top: 18px; }
	.filter .sub-sections-list { display: none; }
	.filter .sub-sections-list .hide-item { display: block; }
	.sub-sections-more { display: none; }

	.steeps-photos-list .item { width: 100%; display: block; }
	.steeps-photos-list .item .img { height: 250px; }
	.steeps-photos-list h4 { font-size: 30px; }

	.article.work-dscr-box .video { display: block; }
	.detail-dscr-box { overflow: hidden; }
}

.projects .items .price .btn { border-color: #91c700; }

.form-prvt { display: block; font-size: 12px; line-height: 17px; color: #626363; }

@media (max-width: 768px) {
	.article.work-dscr-box .video { background: transparent; width: 100%; height: 100%; }
	.article.work-dscr-box .video iframe { width: 100% !important; height: 350px !important; }
}

/* Styles new block */
.equipment-block{
	padding: 0 0 50px;
}
.short-info{
	border-bottom: 1px solid #e5e6e6;
	margin: 0 0 44px;
}
.title-block{
	margin: 0 0 47px;
	position: relative;
	color: #111;
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
	font-size: 40px;
	line-height: 44px;
	padding: 0 0 0 33px;
	letter-spacing: -0.007em;
}
.title-block:after{
	position: absolute;
	content: '';
	top: -2px;
	/* bottom: -7px; */
	height: 46px;
	left: 2px;
	background: #87786a;
	width: 4px;
}
.list-info{
	padding: 0 0 0 42px;
}
.list-info li{
	margin: 0 0 66px;
}
.list-info li:after{
	clear: both;
	display: block;
	content: '';
}
.list-info .icon{
	float: left;
	width: 67px;
	text-align: center;
}
.list-info .desc-info{
	padding: 2px 0 0 21px;
	overflow: hidden;
}
.desc-info p{
	margin: 0 0 0;
}
.premium{
	color: #726554;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
	font-size: 22px;
	line-height: 30px;
}
.warning{
	color: #5d2938;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	line-height: 24px;
	padding: 1px 0 0;
	position: relative;
}
.warning:after{
	position: absolute;
	content: '';
	top: -20px;
	bottom: -15px;
	right: 0;
	left: -42px;
	background: #fef7f9;
	border-radius: 4px;
	z-index: -1;
}
.warning .title-desc{
	display: block;
	margin: 0 0 4px;
	color: #1e0e12;
	font-size: 22px;
	line-height: 30px;
}
.warning .desc-info{
	margin: -10px 0 0;
	padding: 0 0 0 21px;
}
.warning .desc-info b{
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
}
.material-box:after{
	clear: both;
	display: block;
	content: '';
}
.visual-box{
	float: right;
	width: 50%;
	margin: 0 0 -85px;
	padding: 10px 0 0;
}
.inner-img{
	margin: 0 -151px 0 -145px;
}
.text-box{
	float: left;
	width: 50%;
	padding: 8px 0 0;
}
.inner-box{
	max-width: 460px;
}
.title-box{
	margin: 0 0 43px;
	color: #000;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
	font-size: 33px;
	line-height: 36px;
	letter-spacing: -0.005em;
}
.inner-box .title-box{
	margin: 0 -100% 58px 0;
}
.list-feature{
	padding: 0 0 0 55px;
	margin: 0 0 43px;
}
.inner-box .list-feature{
	margin: 0 0 66px;
}
.list-feature li{
	margin: 0 0 35px;
}
.inner-box .list-feature li{
	margin: 0 0 42px;
}
.list-feature li:after{
	clear: both;
	display: block;
	content: '';
}
.list-feature .icon{
	float: left;
	width: 57px;
	text-align: center;
	padding: 6px 0 0;
}
.list-feature .desc{
	overflow: hidden;
	padding: 0 0 0 23px;
	color: #111;
	font-size: 18px;
	line-height: 24px;
}
.list-feature .desc b{
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
}
.list-feature .share{
	margin: 0 -35% 35px 0;
}
.more-info{
	display: none;
}
.btn-more{
	display: block;
	margin: 0 auto;
	color: #fff;
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	line-height: 22px;
	padding: 15px 46px;
	position: relative;
	text-align: left;
	width: 100%;
	max-width: 279px;
	background: #91c700;
	border-radius: 29px;
	border: 1px solid #91c700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.btn-more:after{
	position: absolute;
	content: '';
	top: 50%;
	right: 28px;
	width: 14px;
	height: 7px;
	margin: -4px 0 0;
	background: url("/local/templates/k.house.1.0/images/icon-01.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.equipment-block.active .btn-more:after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.btn-more:hover{
	color: #fff;
}
.equipment-block.active .btn-more .hide,
.btn-more .show{
	display: none;
}
.equipment-block.active .btn-more .show,
.btn-more .hide{
	display: inline;
}
.item-info{
	padding: 5px 0 40px;
	border-bottom: 1px solid #e5e6e6;
	margin: 0 0 57px;
}
.item-info:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin: 0;
}
.item-info .title-block{
	margin: 0 0 43px;
}
.info-box{
	margin: 0 0 39px;
	padding: 0 46px 0;
}
.info-box:after{
	clear: both;
	display: block;
	content: '';
}
.info-box .icon{
	float: left;
	width: 66px;
	text-align: center;
}
.info-desc{
	padding: 0 0 0 22px;
	font-size: 22px;
	line-height: 30px;
	color: #87786a;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
	overflow: hidden;
	letter-spacing: -0.005em;
}
.info-desc em{
	font-style: normal;
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
	color: #87786a;
}
.item-info .title-box{
	margin: 0 0 23px;
}
.list-options{
	margin: 0 -69px 34px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 0 24px;
}
.list-options li{
	padding: 0 15px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 17px;
}
.list-options li:after{
	clear: both;
	display: block;
	content: '';
}
.preview{
	float: left;
	position: relative;
}
.img-preview{
	border-radius: 50%;
	overflow: hidden;
}
.img-preview img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.preview .icon{
	position: absolute;
	top: 31px;
	right: -5px;
	width: 39px;
	height: 39px;
	background: #87786a;
	border-radius: 50%;
}
.preview .icon:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 18px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background: url("/local/templates/k.house.1.0/images/icon-01.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.desc-option{
	padding: 38px 0 0 50px;
	overflow: hidden;
}
.desc-option strong{
	display: block;
	margin: 0 0 11px;
	color: #111;
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	line-height: 24px;
	max-width: 200px;
}
.desc-option a{
	display: block;
	padding: 0 0 0 30px;
	position: relative;
	color: #9ca4af;
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
}
.desc-option a:after{
	position: absolute;
	content: '';
	top: 2px;
	left: 2px;
	width: 18px;
	height: 18px;
	background: url("/local/templates/k.house.1.0/images/ruble.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.list-options .consultation{
	padding: 31px 0 0 40px;
	position: relative;
}
.consultation .title{
	display: block;
	margin: 0 0 8px;
	font-size: 27px;
	line-height: 30px;
	color: #000;
	font-family: "Museo Sans Cyrl 300", "Arial", "Helvetica", sans-serif;
	position: relative;
}
.consultation .title:after{
	position: absolute;
	content: '';
	top: 4px;
	left: -53px;
	width: 30px;
	height: 30px;
	background: url("/local/templates/k.house.1.0/images/loading-icon-2.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.consultation .title span{
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
	color: #87786a;
	display: block;
}
.consultation p{
	margin: 0 0 17px;
	color: #111;
	font-size: 16px;
	line-height: 24px;
}
.consultation .btn{
	color: #000;
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 19px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 7px 45px;
	border: 2px solid #87786a;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: auto;
	height: auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.consultation .btn:hover{
	background: #87786a;
	color: #fff;
}
.row{
	margin: 0 -15px;
}
.row:after{
	clear: both;
	display: block;
	content: '';
}
.col-50{
	float: left;
	padding: 0 15px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text {
	color: #111;
	padding: 3px 0 0;
	margin: 0 -30px 0 0;
	position: relative;
	z-index: 1;
}
.text p{
	margin: 0 -50px 46px 0;
	font-size: 18px;
	line-height: 24px;
}
.list-check{
	margin: 0 0 0;
}
.list-check li{
	margin: 0 0 26px;
	padding: 0 0 0 120px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.005em;
}
.list-check li:after{
	position: absolute;
	content: '';
	top: 5px;
	left: 42px;
	width: 53px;
	height: 53px;
	background: url("/local/templates/k.house.1.0/images/check.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.item-img{
	margin: -56px -168px -123px -89px;
}
.subtitle{
	display: block;
	color: #111;
	font-family: "Museo Sans Cyrl 300", "Arial", "Helvetica", sans-serif;
	font-size: 24px;
	line-height: 30px;
	max-width: 440px;
	margin: -3px 0 0;
}
.sub-info{
	display: block;
	padding: 6px 0 0 43px;
	color: #111;
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}
.sub-info:after{
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	top: 10px;
	left: 5px;
	background: url("/local/templates/k.house.1.0/images/info.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.window-box{
	position: relative;
	z-index: 1;
	padding: 13px 0 40px;
}
.window-box:after{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	background: url("/local/templates/k.house.1.0/images/img-bg.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.window-box .item-img{
	margin: 7px -144px -139px -49px;
}
.window-box .text{
	margin: 0 -88px 0 0;
	padding: 0 0 0 55px;
}
.window-box .info-box{
	padding-left: 0;
}
.window-box .info-box .icon{
	margin: 0 0 0 -11px;
}
.window-box .info-desc{
	color: #24343d;
	font-size: 18px;
	line-height: 24px;
}
.window-box .info-desc strong{
	display: block;
	margin: 0 0 9px;
	font-size: 22px;
	line-height: 30px;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
}
.list-plus{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 54px;
	padding: 9px 0 0;
}
.list-plus li{
	width: 50%;
	margin: 0 0 0;
	padding: 0 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.list-plus li .icon{
	min-width: 66px;
}
.list-plus li strong{
	display: block;
	padding: 0 0 0 36px;
	color: #111;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.window-box .text p{
	margin: 0 0 24px;
	letter-spacing: -0.005em;
}
.doors-box{
	padding: 12px 0 40px;
}
.doors-box .info-box{
	padding: 0 0 0 46px;
}
.doors-box .info-desc{
	color: #111;
	font-size: 18px;
	line-height: 24px;
}
.doors-box .info-box strong{
	display: block;
	margin: 0 0 17px;
	color: #87786a;
	font-size: 22px;
	line-height: 30px;
}
.doors-box .item-img{
	margin: -30px -186px -55px 0;
	padding: 0 0 0 51px;
	position: relative;
}
.item-img .icon{
	border-radius: 50%;
	color: #fff;
	font-family: "Museo Sans Cyrl 900", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	top: 35px;
	left: 50%;
	padding: 20px;
	width: 139px;
	height: 139px;
	/* background: #33aee7; */
	background: rgba(101,167,14,.96);
	margin: 0 0 0 -10px;
	display: block;
	font-style: normal;
}
.item-img .icon span{
	padding: 58px 0 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.item-img .icon span:after{
	position: absolute;
	content: '';
	left: 50%;
	top: 4px;
	width: 46px;
	height: 52px;
	background: url("/local/templates/k.house.1.0/images/shield.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin: 0 0 0 -24px;
}
.roof-box{
	padding: 3px 0 40px;
}
.roof-box .item-img{
	margin: -58px -112px -60px -45px;
}
.roof-box p{
	color: #000;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 46px;
}
.roof-box .text{
	margin: 0 -20px 0 0;
}
.list-check.small{
	padding: 5px 65px 0 0;
	margin: 0 0 30px;
}
.list-check.small li{
	color: #111;
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 0 102px;
	margin: 0 0 25px;
}
.list-check.small li:after{
	width: 32px;
	height: 32px;
	top: -4px;
	left: 48px;
}
.share-info{
	color: #111;
	font-size: 16px;
	line-height: 22px;
	position: relative;
	padding: 0 0 0 102px;
}
.share-info .icon{
	position: absolute;
	top: 3px;
	left: 29px;
	width: 48px;
	height: 48px;
}
.commun-box{
	padding: 0 0 40px;
}
.commun-box .title-block{
	margin: 0 0 52px;
}
.list-communication{
	padding: 0 71px 0 45px;
	margin: 0 0 29px;
}
.list-communication li{
	margin: 0 0 27px;
}
.list-communication li:after{
	clear: both;
	display: block;
	content: '';
}
.list-communication .preview{
	margin: 0 0 -23px;
}
.list-communication .preview .icon{
	width: 58px;
	height: 58px;
	top: 44px;
	right: -1px;
}
.list-communication .preview .icon:after{
	width: 42px;
	height: 42px;
	background: url("/local/templates/k.house.1.0/images/icon-02.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin: -21px 0 0 -21px;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.list-communication .desc-option{
	/* padding: 58px 0 0 54px; */
	padding: 18px 0 0 54px;
	max-width: 700px;
}
.list-communication .desc-option strong{
	max-width: 100%;
	margin: 0 0 21px;
	color: #000;
	font-size: 33px;
	line-height: 36px;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
}
.list-communication .desc-option p{
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 28px;
	color: #000;
}
.list-communication li:nth-child(even){
	margin: 0 0 23px;
}
.list-communication li:nth-child(even) .preview{
	float: right;
}
.list-communication li:nth-child(even) .preview .icon{
	right: auto;
	left: -1px;
}
.list-communication li:nth-child(even) .desc-option{
	padding: 58px 68px 0 0;
	/* padding: 18px 68px 0 0; */
	text-align: right;
}
.branch-box{
	padding: 27px 0 40px;
}
.branch-box .title-block{
	margin: 0 0 32px;
}
.list-branch{
	margin: 0 0 0;
}
.list-branch > li{
	padding: 0 50px 0 0;
	margin: 0 0 57px;
}
.list-branch > li:nth-child(even){
	padding: 0 0 0 16px;
}
.list-branch > li:after{
	clear: both;
	display: block;
	content: '';
}
.list-branch li .preview{
	float: right;
	margin: -40px 0 0;
}
.list-branch li:nth-child(even) .preview{
	float: left;
}
.list-branch li .preview .icon{
	right: 9px;
	top: 56px;
}
.list-branch li:nth-child(odd) .preview .icon{
	right: auto;
	left: 13px;
	top: 44px;
}
.list-branch li:nth-child(odd) .preview .icon:after{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: -5px 0 0 -10px;
}
.list-branch li .desc-option{
	padding: 0 50px 0 0;
	font-size: 22px;
	line-height: 28px;
	color: #000;
	letter-spacing: 0.01em;
}
.list-branch li:nth-child(even) .desc-option{
	padding: 20px 0 0 48px;
}
.list-branch li .desc-option p{
	margin: 0 0 41px;
}
.list-branch .list-check{
	padding: 0 0 0 0;
}
.list-branch .list-check li{
	padding: 0 0 0 130px;
}
.list-branch .list-check li:first-child{
	max-width: 470px;
}
.list-branch .list-check li:after{
	top: 50%;
	margin: -27px 0 0;
	left: 54px;
}
.list-branch .title{
	display: block;
	margin: 0 0 36px;
	color: #000;
	font-size: 33px;
	line-height: 36px;
	max-width: 100%;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
	letter-spacing: -0.01em;
}
.text-wrap{
	padding: 0 0 0 79px;
	position: relative;
	font-size: 18px;
	line-height: 24px;
	color: #111;
}
.text-wrap:after{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 35px;
	width: 3px;
	background: #87786a;
}
.list-branch li .desc-option .text-wrap p{
	margin: 0 0 24px;
}
.text-wrap small{
	font-size: 16px;
}
.cant-box{
	padding: 0 0 31px;
}
.cant-box .inner-img{
	margin: 0px -188px 0 -22px;
	padding: 71px 0 0;
}
.cant-box .inner-box{
	max-width: 100%;
	padding: 15px 0 0 35px;
}
.title-list{
	margin: 0 -100% 43px 0;
	color: #111;
	font-size: 22px;
	line-height: 30px;
}
.list-num{
	font-size: 0;
	line-height: 0;
	margin: 0 -20px 47px -100px;
}
.list-num li{
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 43px;
	position: relative;
	margin: 0 0 0 100px;
}
.list-num li + li:after{
	position: absolute;
	content: '';
	top: 3px;
	left: -66px;
	width: 31px;
	height: 37px;
	background: url("/local/templates/k.house.1.0/images/icon-03.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.list-num .num{
	position: absolute;
	top: -11px;
	left: 0;
	color: #91c700;
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
	font-size: 44px;
	line-height: 44px;
}
.list-num strong{
	color: #111;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.list-num strong span{
	display: block;
}
.cant-box .premium{
	margin: 0 0 50px;
}
.cant-box .premium:after{
	clear: both;
	display: block;
	content: '';
}
.cant-box .premium .icon{
	float: left;
	display: block;
}
.cant-box .premium .desc-info{
	overflow: hidden;
	padding: 0 10px 0 20px;
	color: #726554;
	font-size: 18px;
	line-height: 25px;
}
.cant-box .premium p{
	margin: 0 0 31px;
}
.cant-box .premium .desc{
	font-size: 22px;
	line-height: 30px;
}
.cant-box .info-box{
	color: #111;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 0 90px;
	position: relative;
}
.cant-box .info-box:after{
	position: absolute;
	content: '';
	top: 2px;
	left: 44px;
	width: 22px;
	height: 22px;
	background: url("/local/templates/k.house.1.0/images/info.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.walls-box{
	padding: 12px 0 52px;
}
.walls-box p{
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}
.walls-box .info-box{
	padding: 0 0 0 46px;
	margin: 0 -15px 50px 0;
}
.walls-box .info-desc{
	letter-spacing: -0.06em;
}
.walls-box .info-desc strong{
	display: block;
	margin: 0 0 5px;
	letter-spacing: -0.005em;
}
.temp-box{
	margin: 0 0 56px;
	padding: 0 0 0 45px;
}
.temp-box:after{
	clear: both;
	display: block;
	content: '';
}
.temp-box .icon{
	float: left;
	display: block;
	width: 68px;
}
.temp-box .desc{
	overflow: hidden;
	padding: 0 0 0 19px;
	line-height: 22px;
}
.temp-box .desc p{
	line-height: 22px;
	margin: 0 0 22px;
}
.temp-box .desc small{
	font-size: 16px;
	line-height: 22px;
}
.walls-box .item-img{
	margin: -27px -12px -123px 0px;
	padding: 0 0 0 57px;
}
.walls-box .subtitle{
	max-width: 100%;
	margin: 0 0 6px;
}
.list-doors{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -125px 0 -15px;
	-ms-align-items: center;
	align-items: center;
}
.list-doors li{
	width: 50%;
	padding: 0 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.list-doors .img-list{
	width: 162px;
	min-width: 162px;
}
.list-doors .img-list img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.list-doors .desc{
	color: #111;
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 0 20px;
	margin: -32px 0 0;
}
.list-doors .desc strong{
	display: block;
	color: #111;
	font-size: 18px;
	line-height: 22px;
}
.list-communication li .small-text{
	font-size: 18px;
	line-height: 28px;
	max-width: 650px;
	letter-spacing: 0.02em;
	margin: 0 0 17px;
}
.list-communication li .sub-info{
	font-size: 16px;
	line-height: 22px;
	max-width: 500px;
}
.list-communication li:nth-child(even) .sub-info{
	max-width: 100%;
	padding: 6px 38px 0 100px;
}
.list-communication li:nth-child(even) .sub-info:after{
	left: auto;
	right: 0;
}
.list-communication li .sub-info em{
	font-style: normal;
	color: #111;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 22px;
	display: block;
}
.eco-box{
	position: relative;
	padding: 15px 80px 0 100px;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 30px;
}
.eco-box:after{
	position: absolute;
	content: '';
	top: 22px;
	right: 0;
	width: 57px;
	height: 33px;
	background: url("/local/templates/k.house.1.0/images/eco-2.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.carcass .info-box{
	padding: 0 210px 0 22px;
}
.item-advantages{
	margin: 0 0 25px;
	padding: 0 40px 0 25px;
}
.item-advantages:after{
	clear: both;
	display: block;
	content: '';
}
.item-advantages .icon{
	display: block;
	float: left;
	width: 68px;
}
.item-advantages .desc{
	overflow: hidden;
	padding: 0 0 0 22px;
	font-size: 16px;
	line-height: 22px;
}
.carcass .sub-info em{
	font-style: normal;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
	padding: 10px 0 0;
	display: block;
}
.consul-block{
	background: url("/local/templates/k.house.1.0/images/img-bg-01.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 62px 122px;
	margin: 0 0 50px;
}
.consul-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.consul-box .text-box{
	position: relative;
	padding: 0 20px 0 39px;
	width: 65%;
	float: none;
}
.consul-box .text-box:after{
	position: absolute;
	content: '';
	left: -26px;
	top: -8px;
	width: 42px;
	height: 30px;
	background: url("/local/templates/k.house.1.0/images/icon-04.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.consul-box .text-box strong{
	display: block;
	margin: 0 0 14px;
	color: #111;
	font-size: 44px;
	line-height: 44px;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
}
.consul-box .text-box p{
	color: #444;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
.consul-box .btn-holder{
	text-align: center;
	padding: 7px 8px 0 0;
}
.btn-red{
	color: #fff;
	font-family: "Museo Sans Cyrl 700", "Arial", "Helvetica", sans-serif;
	font-size: 19px;
	line-height: 22px;
	width: 254px;
	min-width: 254px;
	background: #65a70e;
	border-radius: 4px;
	padding: 20px 15px;
	margin: 0 0 14px;
	min-width: auto;
	height: auto;
	display: block;
	border: 1px solid #65a70e;
}
.btn-red:hover{
	/* background: #87786a; */
	/* border: 1px solid #87786a; */
	border: 1px solid #c81f23;
	background: #c81f23;
}
.consul-box .btn-holder span{
	color: #9fa2a4;
	font-family: "Museo Sans Cyrl 500", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 16px;
	display: block;
	max-width: 254px;
}
@media screen and (max-width: 1024px){
	.consul-block{
		padding: 62px 30px;
	}
}
@media screen and (max-width: 960px) {
	.visual-box{
		float: none;
		width: 100%;
		margin: 0 0 30px;
		padding: 0;
	}
	.inner-img{
		margin: 0 0 -140px;
	}
	.text-box {
		float: none;
		width: 100%;
	}
	.inner-box,
	.subtitle{
		max-width: 100%;
	}
	.inner-box .title-box{
		margin: 0 0 58px;
	}
	.title-box br{
		display: none;
	}
	.list-feature .share{
		margin: 0 0 35px;
	}
	.col-50{
		width: 100%;
		float: none;
	}
	.item-img{
		margin: 0 0 -90px;
		text-align: center;
	}
	.window-box:after{
		background-position: 0 0;
	}
	.text{
		margin: 0;
	}
	.window-box .text,
	.roof-box .text{
		margin: 0 0 30px;
	}
	.doors-box .item-img,
	.roof-box .item-img{
		padding: 0;
		margin: 0 0 0;
		text-align: center;
	}
	.list-communication{
		padding: 0;
	}
	.list-branch .list-check li{
		padding: 0 0 0 70px;
	}
	.list-branch .list-check li:after{
		left: 0;
	}
	.list-options{
		padding: 0;
		margin: 0 0 34px;
	}
	.desc-option{
		padding: 38px 0 0 30px;
	}
	.window-box .item-img{
		margin: 0 0 -30px;
	}
	.cant-box .inner-img{
		padding: 0;
		margin: 0 0 -70px;
		text-align: center;
	}
	.walls-box .item-img{
		padding: 0;
		margin: 0 0 0;
	}
	.list-doors{
		margin: 0 0 40px;
	}
	.title-list{
		margin: 0 0 43px;
	}
	.walls-box .info-box{
		margin: 0 0 50px;
	}
	.item-advantages{
		padding: 0;
	}
}
@media screen and (max-width: 760px){
	.title-block{
		font-size: 32px;
		line-height: 36px;
	}
	.list-info,
	.list-feature,
	.info-box,
	.window-box .text,
	.doors-box .info-box,
	.list-check.small{
		padding: 0;
	}
	.premium,
	.info-desc{
		font-size: 18px;
		line-height: 24px;
	}
	.title-box{
		font-size: 28px;
		line-height: 32px;
	}
	.list-options{
		display: block;
	}
	.list-options li{
		width: 100%;
	}
	.desc-option strong{
		max-width: 100%;
	}
	.consultation .title:after{
		left: -43px;
	}
	.consultation .title span{
		display: inline;
	}
	.list-check li{
		padding: 0 0 0 70px;
	}
	.list-check li:after{
		left: 0;
	}
	.share-info .icon{
		left: 0;
	}
	.share-info,
	.list-check.small li{
		padding: 0 0 0 60px;
	}
	.list-check.small li:after{
		left: 10px;
	}
	.list-communication .preview,
	.list-communication li:nth-child(even) .preview,
	.list-branch li .preview,
	.list-branch li:nth-child(even) .preview{
		float: none;
		margin: 0 auto 30px;
		max-width: 282px;
		width: 100%;
	}
	.list-communication .desc-option,
	.list-communication li:nth-child(even) .desc-option,
	.list-branch li .desc-option,
	.list-branch li:nth-child(even) .desc-option{
		padding: 0;
		margin: 0;
		max-width: 100%;
		text-align: center;
	}
	.list-branch > li,
	.list-branch > li:nth-child(even){
		padding: 0;
	}
	.list-branch .list-check{
		text-align: left;
	}
	.text-wrap{
		padding: 0;
	}
	.text-wrap:after{
		display: none;
	}
	.text p{
		margin: 0 0 46px;
	}
	.window-box .info-box .icon{
		margin: 0;
	}
	.list-communication li .sub-info,
	.list-communication li .small-text,
	.list-communication li:nth-child(even) .sub-info,
	.eco-box{
		max-width: 100%;
		padding: 6px 0 6px 43px;
		text-align: left;
	}
	.list-communication li:nth-child(even) .sub-info,
	.eco-box{
		padding: 6px 0 6px 70px;
	}
	.list-communication li:nth-child(even) .sub-info:after,
	.eco-box:after{
		left: 0;
		right: auto;
		top: 10px;
	}
	.list-doors .img-list{
		width: 102px;
		min-width: 102px;
	}
	.cant-box .inner-box,
	.walls-box .info-box,
	.temp-box{
		padding: 0;
	}
	.consul-box{
		display: block;
	}
	.consul-box .text-box{
		margin: 0 0 30px;
	}
	.consul-box .btn-holder{
		padding: 0;
	}
	.btn-red{
		margin: 0 auto 14px;
	}
	.consul-box .btn-holder span{
		margin: 0 auto;
	}
	.warning:after{
		left: -20px;
		right: -20px;
	}
	.consul-box .text-box{
		width: 100%;
	}
}
@media screen and (max-width: 590px){
	.list-doors li{
		width: 100%;
		margin: 0 0 20px;
	}
	.list-num{
		margin: 0 0 47px;
	}
	.list-num li{
		display: block;
		margin: 0 0 20px;
	}
	.list-num li + li:after{
		display: none;
	}
	.list-num li span{
		display: inline;
	}
}
@media screen and (max-width: 480px){
	.inner-img{
		margin: -40px 0 -70px;
	}
	.info-box .icon,
	.list-check li:after,
	.list-info .icon,
	.cant-box .premium .icon,
	.temp-box .icon,
	.item-advantages .icon{
		width: 36px;
	}
	.preview{
		width: 120px;
	}
	.preview .icon{
		top: 0;
	}
	.list-check li{
		padding: 0 0 0 45px;
	}
	.item-img{
		margin: 0 0 -30px;
	}
	.subtitle,
	.window-box .info-desc strong{
		font-size: 20px;
		line-height: 26px;
	}
	.list-plus li .icon{
		min-width: 36px;
		width: 36px;
	}
	.list-plus li strong{
		padding: 0 0 0 16px;
	}
	.list-plus li{
		width: 100%;
		margin: 0 0 20px;
	}
	.doors-box .info-box strong{
		font-size: 18px;
		line-height: 26px;
	}
	.list-communication .desc-option strong,
	.list-branch .title{
		font-size: 28px;
		line-height: 30px;
	}
	.list-communication .desc-option p{
		font-size: 18px;
		line-height: 24px;
	}
	.cant-box .info-box{
		padding: 0 0 0 53px;
	}
	.cant-box .info-box:after{
		left: 0;
	}
	.desc-option{
		padding: 18px 0 0 15px;
	}
	.consul-block{
		padding: 40px 30px;
	}
	.consul-box .text-box:after{
		width: 27px;
		height: 20px;
	}
	.consul-box .text-box{
		padding: 0 0 0 15px;
	}
	.consul-box .text-box strong{
		font-size: 34px;
		line-height: 34px;
	}
	.consul-box .text-box p{
		font-size: 20px;
		line-height: 26px;
	}
	.btn-red{
		width: 100%;
		max-width: 254px;
	}
}
/* End Styles new block */

.gallery .text, .articles-box .text { margin: 0; }
.gallery .text p, .articles-box .text p { margin: 0; font-size: 16px; line-height: 24px; }

.content-page-box {  }
.content-page-box ul { margin: 0 0 30px 20px; }
.content-page-box ul li { position: relative; padding-left: 20px; }
.content-page-box ul li:before { content: ""; display: inline-block; vertical-align: middle; width: 6px; height: 6px; border-radius: 100%; background-color: #000; position: absolute; left: 0; top: 12px; }

@media (max-width: 768px) {
	#header { position: fixed; left: 0; top: 0; width: 100%; z-index: 10000; }
	#wrapper { margin-top: 50px; }
}

.service-detail { margin: 30px 0; }
.service-detail ul { margin:30px 0; padding:0; list-style:none; font-size: 16px; line-height: 18px; }
.service-detail ul li { background: url(/local/templates/k.house.1.0/images/icon_07.png) 3px 3px no-repeat; padding: 0 0 14px 29px; }
.service-detail ul li:last-child { padding-bottom: 0; }

.services ul li strong { height: 42px; }
.services ul .text .name { color: #111; text-decoration: none; }
.services ul .text { height: 200px; }
.services ul li p { font-size: 14px; line-height: 22px; }

.services ul .visual { margin-right: 30px; }
.services ul li { display: inline-flex; }

.more-info { display: block; }
.equipment-block .btn-holder { display: none; }

.projects .items .item .btn { background-color: #f3152f; border-color: #f3152f; color: #fff; }
.projects .items .item:hover .btn { background: transparent; border-color: #91c700; color: #48494d; }

@media (max-width: 768px) {
	.services ul li { display: block; }
	.product .sidebar .price .btn { display: inline-block; }
}

.credit-box {  position: relative; padding-left: 17px; display: flex; align-items: center; }
.credit-box:before { content: ""; display: block; width: 13px; height: 13px; background-image: url(/local/templates/k.house.1.0/images/credit-ico.png); position: absolute; left: -3px; top: 6px;  }
.credit-box .credit-price { font-weight: 700; font-size: 12px; color: #323232; line-height: 1.2; flex: 0 0 44%; }
.credit-box .credit-price span { color: #8ca5b4; font-size: 15px; display: block; }
.credit-box .nav-box { flex: 0 0 55%; }
.credit-box .nav-box a { background-color: #bad0dd; border-radius: 20px; color: #fff; height: 40px; line-height: 40px; font-weight: 700; padding: 0; text-decoration: none; display: block; text-align: center; font-size: 12px; }
.product .sidebar .row.credit-row { padding-right: 5px; }

.credit-row-2 {  }
.credit-row-2 .credit-box { background-color: #fff; border-radius: 5px; padding: 20px 0 0 0; text-align: center; display: block; overflow: hidden; }
.credit-row-2 .credit-box:before { display: none; }
.credit-row-2 .credit-box .title { color: #323232; font-size: 12px; font-weight: 700; position: relative; padding-bottom: 20px; }
.credit-row-2 .credit-box .title:before { display: inline-block; content: ""; vertical-align: middle; background-image: url(/local/templates/k.house.1.0/images/pb-logo.jpg); width: 68px; height: 33px; margin-right: 18px; }
.credit-row-2 .credit-box .title div { display: inline-block; text-align: left; vertical-align: middle; }
.credit-row-2 .credit-box .title span { color: #969696; font-size: 15px; display: block; }
.credit-row-2 .credit-box .nav-box {  }
.credit-row-2 .credit-box .nav-box a { background: transparent; height: 40px; line-height: 40px; font-size: 15px; color: #fff; font-weight: 700; display: block; /* background-color: #cb045b; */background-color: #b06262; border-radius: 0; }
.credit-row-2 .credit-box .nav-box a span { display: inline-block; padding-right: 25px; background-repeat: no-repeat; background-image: url(/local/templates/k.house.1.0/images/pb-ico.png); background-position: right center; background-size: 13px; }
#pos-credit-container { display: none; padding: 0; }
.product .sidebar .btn { background-color: #f3152f; border: none; color: #fff; height: 60px; line-height: 60px; padding-top: 0; padding-bottom: 0; }
.product-details .frame .price strong.ask-price, .product .price strong.ask-price { font-size: 28px; }


/* new style 16.06.2020 */

.nav li.arrow a:after,
.sab-nav > li > a:before{
	position: absolute;
	content: '';
	top: 11px;
	right: -16px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #8e7d6e;
	border-right: 1px solid #8e7d6e;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.sab-nav > li:hover > a:before{
	opacity: 1;
}
.nav li{
	margin: 0 0 0 36px;
}
.nav li.arrow a{
	position: relative;
	padding: 0 15px 0 0;
}
.nav li.arrow a:after{
	opacity: 1;
	right: 0;
}
.active-top .sab-nav > li > a:before{
	opacity: 1;
}
.product .sidebar .btn,
.projects .items .item .btn{
	background: #65a70e;
	border: 1px solid #65a70e;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 4px;
}
.projects .items .item .btn{
	background: #33aee7;
	border: 1px solid #33aee7;
}
.product .sidebar .btn:hover,
.projects .items .item:hover .btn{
	color: #fff;
	/* background: #87786a;
	border-color: #87786a; */
	border: 1px solid #c81f23;
	background: #c81f23;
}
.projects .items .item:hover .btn{
	background-color: #c81f23;
	border-color: #c81f23;
}
.sab-nav li .drop ul.sub-menu{
	width: auto;
	position: static;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0 0;
	margin: 0 0 2px;
	display: none;
}
.sub-menu li{
	display: block;
	position: relative;
	padding: 0 0 0 26px;
	margin: 0 0 0;
}
.sub-menu li:after{
	position: absolute;
	content: '';
	top: 8px;
	left: 5px;
	width: 7px;
	height: 1px;
	background: #6b8f0a;
}
.sub-menu li a{
	font-size: 14px;
	line-height: 20px;
	color: #111;
}
.sab-nav li .drop .more-nav{
	margin: 0;
}
.sab-nav li .drop .more-nav a{
	color: #090909;
	font-size: 13px;
	line-height: 13px;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	border-bottom: 1px dotted #91c700;
	padding: 4px 0;
}
.sab-nav li .drop .drop-menu:hover ul.sub-menu{
	display: block;
}
.sab-nav li .drop .drop-menu:hover > a,
.sab-nav li .drop .drop-menu > a:hover{
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	color: #13141c;
}
.article-info .information .visual span{
	height: 19px;
	line-height: 19px;
	border-radius: 4px 0 0 4px;
	padding: 0 7px 0 9px;
	bottom: 20px;
}
.content_article-box{
	padding: 27px 24px 35px;
	margin: 0 0 29px;
	border-bottom: 1px solid #d7cfc7;
	position: relative;
}
.content_article-box:after{
	position: absolute;
	content: '';
	top: 27px;
	left: 0;
	width: 11px;
	height: 14px;
	background: #91c700;
}
.content_article-box .title-list{
	display: block;
	margin: 0 0 24px;
	color: #111;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
}
.list-content{
	list-style: none;
	margin: 0 0 0;
	padding: 0 10px;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.list-content.three_columns{
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
}
.list-content li{
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	position: relative;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0.005em;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
}
.list-content li:after{
	position: absolute;
	content: '';
	top: 10px;
	left: 0;
	width: 12px;
	height: 1px;
	background: #6b8f0a;
}
.list-content li a{
	color: #111;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-content li a:hover{
	color: #91c700;
}
.article-title{
	margin: 0 0 27px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	color: #13141c;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: -0.01em;
}
.article_text{
	line-height: 27px;
	padding: 0 98px;
	letter-spacing: -0.005em;
}
.article_text p{
	margin: 0 0 27px;
}
.article_text p b{
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-weight: 400;
}
.warning_block{
	padding: 61px 98px 40px;
	background: #faf5f8;
	margin: 0 0 48px;
}
.inner-warning{
	padding: 0 40px 0 93px;
	position: relative;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: -0.005em;
}
.inner-warning:after{
	position: absolute;
	content: '';
	width: 69px;
	height: 69px;
	border-radius: 50%;
	top: 10px;
	left: -6px;
	background: url("/local/templates/k.house.1.0/images/info-icon.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.inner-warning .warning{
	display: block;
	margin: 0 0 28px;
	color: #651831;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	letter-spacing: -0.015em;
}
.warning_block.info_block{
	background: #f8faf3;
}
.info_block .inner-warning:after{
	background: url("/local/templates/k.house.1.0/images/info-icon_02.svg") no-repeat;
}
.info_block .inner-warning .warning{
	color: #58692c;
}
.article-img{
	margin: 0 0 42px;
}
.article-img img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.article_text .list-info{
	padding: 5px 60px 0;
	margin: 0 0 36px;
}
.article_text .list-info li{
	margin: 0 0 6px;
}
.title-list-info{
	display: block;
	margin: 0 0 28px;
	font-weight: 400;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 25px;
}
.warning_block .list-info{
	padding: 0 24px;
	margin: 0 0 18px;
}
.warning_block .list-info li{
	margin: 0 0 3px;
}
.warning_block .list-info li:before{
	border-color: #d04774;
	top: 8px;
}
.warning_block .list-info li em{
	font-style: normal;
	font-size: 16px;
}
.user-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 0 0 0 3px;
	float: left;
}
.user-block .avatar{
	border-radius: 50%;
	overflow: hidden;
	width: 49px;
	height: 49px;
	min-width: 49px;
}
.user-block .avatar img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.user-info{
	padding: 0 0 0 20px;
}
.user-info .autor-user{
	display: block;
	margin: 0 0 0;
	color: #626363;
	font-size: 13px;
	line-height: 22px;
}
.user-info .name{
	display: block;
	color: #111;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.similar_articles-block{
	padding: 34px 0 0;
	margin: 0 0 59px;
}
.similar_articles-block .gallery-holder{
	margin: 0 0 29px;
}
.similar_projects-block{
	margin: 0 0 30px;
}
.similar_projects-block h4{
	color: #13141c;
	font-size: 50px;
	line-height: 64px;
	margin: 0 0 0;
}
.similar_projects-block .projects{
	margin: -8px 0 0;
}
.similar_projects-block .items .price strong{
	min-height: auto;
}
.similar_projects-block .items .price strong .old{
	color: #999;
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-decoration: line-through;
	font-style: normal;
	display: block;
}
.similar_projects-block .items .item .btn{
	background-color: #33aee7;
	border-color: #33aee7;
	color: #fff;
}
.similar_projects-block .items .item:hover .btn{
	/* background-color: #87786a; */
	background-color: #c81f23;
	border-color: #c81f23;
	color: #fff;
}
.article_text .list-info-num{
	padding: 5px 60px 0;
	margin: 0 0 36px;
}
.wrap-img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 -6px;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap-img .article-img{
	margin: 0 0 62px;
	padding: 0 6px;
	width: 50%;
}
.list-img{
	padding-top: 20px;
}
.list-img .desc-img{
	padding-top: 22px;
	display: block;
}
.list-img .article-img{
	margin: 0 0 41px;
}
.article_text .title-info{
	display: block;
	margin: 0 0 42px;
	font-weight: 400;
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-size: 25px;
}
.article .article_text .list-testimonial{
	padding: 0 19px;
	margin: -6px 0 43px;
}
.article .list-testimonial li{
	margin: 0 0 32px;
	position: relative;
	padding: 0;
}
.list-testimonial li:after{
	clear: both;
	display: block;
	content: '';
}
.list-testimonial li:before{
	display: none;
}
.list-testimonial .icon{
	width: 89px;
	float: left;
	padding: 13px 0 0;
	text-align: center;
}
.list-testimonial .desc{
	overflow: hidden;
	padding: 0 0 0 26px;
}
.list-testimonial .title-list{
	display: block;
	margin: 0 0 11px;
	font-weight: 400;
	color: #111;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
}
.list-testimonial li p{
	margin: 0;
}
.article .article_text .list-check{
	padding: 0 0 0 40px;
	margin: -2px 0 60px;
}
.article .article_text .list-check li{
	padding: 0 0 0 94px;
	margin: 0 0 30px;
}
.article .article_text .list-check li:before{
	width: 56px;
	height: 56px;
	background: url("/local/templates/k.house.1.0/images/check-icon.svg") no-repeat;
	border: none;
	border-radius: 50%;
	top: 5px;
	left: 3px;
}
.list-check .title-list{
	margin: 0 0 11px;
	display: block;
	font-weight: 400;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
}
.list-check .desc{
	font-size: 20px;
	line-height: 27px;
}
.sides-block{
	margin: 0 0 31px;
	padding: 45px 94px 42px;
}
.plus{
	background: #f6f8f2;
}
.minus{
	background: #faf8f9;
	margin: 0 0 54px;
}
.sides-block .inner-sides{
	position: relative;
	padding: 0 0 0 52px;
}
.sides-block .inner-sides:after{
	position: absolute;
	content: '';
	top: -7px;
	left: 0;
	width: 42px;
	height: 42px;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.plus .inner-sides:after{
	background: url("/local/templates/k.house.1.0/images/plus-icon.svg") no-repeat;
}
.minus .inner-sides:after{
	background: url("/local/templates/k.house.1.0/images/minus-icon.svg") no-repeat;
}
.sides-block .title-box{
	display: block;
	margin: 0 0 11px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
}
.plus .title-box{
	color: #91c700;
}
.minus .title-box{
	color: #d04774;
}
.article .sides-block .list-info{
	padding: 0 0 0 7px;
	margin: 0;
}
.article .sides-block .list-info li{
	margin: 0 0 3px;
	line-height: 27px;
	top: 9px;
}
.article .minus .list-info li{
	margin: 0 0 9px;
}
.article .minus .list-info li:before{
	border: 2px solid #d04774;
}
.wrap-quote .quote-block{
	margin: 0 0 0;
}
.wrap-quote .left{
	margin: -40px 0 0;
	/* padding-top: 0; */
}
.left .video{
	float: left;
	margin: 0 0 0 -15px;
}
.left .video a:after{
	display: none;
}
.wrap-quote .text-quote{
	overflow: hidden;
}
.wrap-quote .left .text-quote{
	padding: 20px 0 0 25px;
}
.wrap-quote h2{
	margin: 0 0 28px;
	line-height: 36px;
}
.wrap-quote .left h2{
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 13px;
}
.wrap-quote .quote-block p{
	line-height: 25px;
	margin: 0 0 11px;
}
.wrap-quote ul{
	margin: 0 0 11px;
}
.wrap-quote ul li{
	font-size: 16px;
	line-height: 25px;
}
.quote-subtitle{
	display: block;
	margin: 0 0 13px;
	font-size: 25px;
	line-height: 30px;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-weight: 400;
}
.head-slider{
	position: relative;
	padding: 0 90px 0 0;
}
.head-slider .link{
	position: absolute;
	right: 0;
	bottom: 1px;
	display: inline-block;
	vertical-align: top;
	padding: 0 23px 0 0;
	color: #626363;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.head-slider .link:hover{
	color: #91c700;
}
.head-slider .link:after{
	position: absolute;
	content: '';
	top: 50%;
	right: 1px;
	width: 5px;
	height: 5px;
	margin: -3px 0 0;
	border-top: 1px solid #91c700;
	border-right: 1px solid #91c700;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wrap-catalog{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 -15px;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap-catalog .filter{
	width: 25%;
	padding: 0 15px;
}
.wrap-catalog .filter:after,
.wrap-catalog .filter:before{
	display: none;
}
.projects-block{
	width: 75%;
	padding: 10px 15px 0;
	border-top: 1px solid #eff3f3;
	margin: -10px 0 0;
}
.projects-block .projects .items .item:nth-child(4n+4){
	margin: 0 31px 28px 0;
}
.projects-block .projects .items .item:nth-child(3n+3){
	margin: 0 0 16px;
}
.catalog-sections-box.decstop{
	position: relative;
	padding: 0 75px 0 0;
	margin: -21px 0 25px;
}
.catalog-sections-box.decstop .sections-title{
	position: relative;
	padding: 4px 5px 4px 19px;
	display: inline-block;
	vertical-align: top;
	color: #13141c;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	margin: 0 0 5px;
}
.catalog-sections-box.decstop .sections-title:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	background: url("/local/templates/k.house.1.0/images/star-icon.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin: -7px 0 0;
}
.decstop .sub-sections-list{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
.decstop .sub-sections-list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0;
}
.decstop .sub-sections-list li a{
	display: block;
	padding: 4px 5px;
	font-size: 12px;
	line-height: 16px;
	border-radius: 4px;
	background: transparent;
	color: #8b8d8d;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.decstop .sub-sections-list li a:hover,
.decstop .sub-sections-list li.active a{
	color: #13141c;
	background: #f2f3f3;
}
.decstop .sub-sections-more{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 20px;
}
.decstop .sub-sections-more a{
	color: #a7a7ac;
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	border-bottom: 2px dotted #83848c;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}
.decstop .sub-sections-more a:hover{
	border-bottom: 2px dotted transparent;
}
.accordion{
	margin: 0 0 10px;
}
.filter-form .list-check-filter{
	padding: 2px 0 0;
	margin: 0 0 17px;
}
.list-check-filter li{
	margin: 0 0 0;
	padding: 3px 0 2px;
}
.filter-form input[type=checkbox]{
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
}
.filter-form .checkbox + label{
	position: relative;
	padding: 0 0 0 33px;
	cursor: pointer;
	color: #13141c;
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	display: block;
}
.filter-form .checkbox + label:before{
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 19px;
	height: 19px;
	border: 1px solid #dddfe2;
	border-radius: 4px;
	transition: .2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filter-form .checkbox + label:after{
	content: '';
	position: absolute;
	top: 5px;
	left: 9px;
	width: 12px;
	height: 9px;
	background: url("/local/templates/k.house.1.0/images/icon-check.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	transition: .2s;
}
.filter-form .checkbox:checked + label:after{
	opacity: 1;
}
.filter-form .checkbox:checked + label:before{
	background: #f92154;
	border: 1px solid #f92154;
}
.filter-form .checkbox:checked + label{
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
}
.accordion .heading{
	margin: 0 0 0;
	display: block;
	cursor: pointer;
}
.accordion .heading span{
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 0;
	position: relative;
	border-bottom: 2px dotted #83848c;
	font-size: 16px;
	line-height: 1;
}
.accordion .heading span:after{
	position: absolute;
	content: '';
	top: 50%;
	right: -15px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #816c56;
	border-right: 1px solid #816c56;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.accordion .item.active .heading span:after{
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.link-holder{
	padding: 0 0 0 34px;
	margin: -6px 0 0;
}
.filter-form .link-holder .link{
	font-size: 11px;
	line-height: 15px;
	color: #a7a7ac;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px dotted #83848c;
	text-decoration: none;
	padding: 0 0 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.filter-form .link-holder .link:hover{
	border-bottom: 2px dotted transparent;
}
.hide-item{
	display: none;
}
.btn-holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.btn-holder .btn{
	height: 36px;
	background: #91c700;
	border-radius: 18px;
	padding: 0 0;
	text-align: center;
	color: #fff;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	margin: 0 20px 0 0;
}
.btn-holder .btn:hover{
	background: #f3152f;
}
.btn-link{
	color: #a7a7ac;
	font-size: 11px;
	line-height: 15px;
	border: none;
	border-bottom: 2px dotted #83848c;
	background: none;
	padding: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.btn-link:hover{
	border-bottom: 2px solid transparent;
}
.projects .flag{
	position: absolute;
	top: 10px;
	right: -3px;
	color: #fff;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	display: block;
	padding: 0 7px;
	border-radius: 7px;
	z-index: 11;
}
.projects .flag.stock{
	background: rgba(94,199,0,.92);
}
.projects .flag.new-flag{
	background: rgba(240,27,81,.92);
}
.projects .flag.popularly{
	background: rgba(14,164,208,.92);
}
.price-credit{
	position: relative;
	padding: 0 0 0 21px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	margin: -3px 0 0;
}
.price-credit:after{
	position: absolute;
	content: '';
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	background: url("/local/templates/k.house.1.0/images/icon-credit.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.price-credit span{
	display: block;
	margin: 0 0 3px;
	color: #323232;
	font-size: 12px;
	line-height: 1;
}
.projects .items .price-credit strong{
	display: block;
	line-height: 1;
	color: #8ca5b4;
	font-size: 15px;
	font-weight: 400;
	min-height: auto;
}
.product .consult-form{
	padding-top: 0;
}
.product .consult-form legend{
	position: relative;
	padding: 0 25px 10px 50px;
	border-bottom: none;
}
.product .consult-form legend:after{
	position: absolute;
	content: '';
	top: -4px;
	left: 12px;
	width: 30px;
	height: 30px;
	background: url("/local/templates/k.house.1.0/images/loading-icon-2.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.product .sidebar .btn{
	position: relative;
}
.product .sidebar .btn .icon{
	display: inline-block;
	vertical-align: middle;
	margin: -2px 7px 0 0;
	width: 27px;
	height: 27px;
	background: url("/local/templates/k.house.1.0/images/calculation-icon.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.consult-form input[type=submit]{
	border: 2px solid #65a70e;
	background: transparent;
	cursor: pointer;
	color: #2a2a2a;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 4px;
}
.consult-form input[type=submit]:hover{
	color: #fff;
	background: #65a70e;
}
.consult-form span{
	text-align: center;
}
.consult-form span a{
	color: #626363;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
}
.consult-form span a:hover{
	text-decoration: none;
}
.title-block.not-after{
	padding: 0;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
}
.title-block{
	font-size: 44px;
}
.title-block.not-after:after{
	display: none;
}
.info-desc em{
	color: #87786a;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
}
.desc-option a:after{
	background: url("/local/templates/k.house.1.0/images/ruble-2.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.preview{
	width: 240px;
}
.img-preview{
	border-radius: 0;
	overflow: visible;
}
.list-options .consultation{
	padding: 10px 0 0 70px;
}
/* .list-options .consultation:before{
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background: url("/local/templates/k.house.1.0/images/loading-icon.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: 10px;
	left: 26px;
} */
.consultation .btn{
	padding: 13px 45px;
	border-radius: 4px;
}
.item-info .list-check li:after{
	background: url("/local/templates/k.house.1.0/images/check-icon-2.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.sub-info:after{
	background: url("/local/templates/k.house.1.0/images/info-3.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.item-info{
	border-bottom: none;
}
.item-info:first-child{
	border-bottom: 1px solid #e5e6e6;
}
.window-box:after{
	background: url("/local/templates/k.house.1.0/images/card-img-bg-01.jpg") no-repeat;
	-webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.window-box .item-img{
	margin: -133px -144px -130px -49px;
}
.item-img .icon span:after{
	background: url("/local/templates/k.house.1.0/images/shield-icon.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.doors-box .item-img{
	width: 70%;
	margin: -120px auto -70px;
	text-align: center;
}
.item-img .icon{
	left: auto;
	right: -10%;
}
.item-info .col-40{
	width: 40%;
	float: left;
	padding: 0 15px;
}
.item-info .col-60{
	width: 60%;
	float: left;
	padding: 0 15px;
}
.roof-box .item-img{
	margin: -208px -92px -60px -125px;
}
.item-info.roof-box{
	border-bottom: 1px solid #e5e6e6;
}
.roof-box{
	padding: 3px 0 70px;
}
.list-communication .preview .icon:after{
	background: url("/local/templates/k.house.1.0/images/info-icon_04.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    height: 47px;
    margin: -23px 0 0 -21px;
}
.list-branch > li,
.list-branch > li:nth-child(even),
.list-branch li:nth-child(even) .desc-option,
.list-branch li .desc-option{
	padding: 0;
}
.list-branch > li{
	margin: 0 0 27px;
}
.faq-block{
	padding: 50px 95px 70px;
	/* background: url("/local/templates/k.house.1.0/images/card-img-bg-02.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover; */
	background-color: #f8f9fa;
	border-radius: 4px;
	margin: 50px 0 0;
}
.faq-block .col-40{
	width: 35%;
	padding: 0 15px;
	float: left;
}
.faq-block .col-60{
	width: 65%;
	padding: 0 15px;
	float: left;
}
.faq-block blockquote strong{
	display: block;
	margin: 0 0 15px;
	font-size: 44px;
	line-height: 1;
	color: #111;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-weight: 400;
}
.faq-block blockquote span{
	display: block;
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	color: #444;
	font-size: 24px;
	line-height: 30px;
}
.btn-wrap{
	text-align: center;
	padding: 10px 0 0;
}
.btn-wrap .btn{
	margin: 0 auto 14px;
}
.btn-wrap span{
	color: #9fa2a4;
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	display: block;
}
.history .heading{
	margin: 0 0 20px;
}
.heading h3,
.heading .control{
	float: none;
}
.heading .control{
	border: none;
	border-bottom: 1px solid #e5e6e6;
}
.heading .control:after{
	clear: both;
	display: block;
	content: '';
}
.heading .control a{
	border-radius: 0;
	border: none;
	border-bottom: 1px solid transparent;
	font-size: 18px;
}
.heading .control .active a{
	border: none;
	border-bottom: 1px solid #87786a;
}
.history-list:before,
.history-list li:after{
	display: none;
}

.tabs .gallery-item{
	flex: 1 0 254px;
}
.history .tabs{
	position: relative;
}
.tabs .history-list{
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
}
.tabs .history-list.active,
.tabs .history-list:first-child{
	position: relative;
	z-index: 0;
	opacity: 1;
}
.history-list strong{
	color: #b2b3b4;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
}
.history em{
	color: #111;
}
.hide-d{
	display: none;
}
ul.contacts li span{
	margin: 0 0 8px;
}
ul.contacts li strong{
	margin: 0;
}
ul.contacts li:nth-child(2):before{
	top: 3px;
}
ul.contacts li.icon-point:before{
	width: 17px;
	height: 22px;
	background:url("/local/templates/k.house.1.0/images/icon-point.svg") no-repeat;
	background-size: 100%;
	content: "";
}
ul.contacts li.icon-phone:before{
	width: 13px;
	height: 20px;
	background:url("/local/templates/k.house.1.0/images/icon-phone.svg") no-repeat;
	background-size: 100%;
	content: "";
}
ul.contacts li .btn{
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	color: #554e49;
	font-family: 'Museo Sans Cyrl 700';
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	height: 41px;
	padding: 12px 20px;
	background: #f1f1f1;
}
ul.contacts li .btn span{
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 19px;
	position: relative;
	font-family: 'Museo Sans Cyrl 700';
	color: #554e49;
	margin: 0;
}
ul.contacts li .btn span:after{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 13px;
	height: 13px;
	background:url("/local/templates/k.house.1.0/images/icon-call.svg") no-repeat;
	background-size: 100%;
	transform: translate(0, -50%);
}
ul.contacts li .btn:hover{
	color: #fff;
	background: #554e49;
	border: 1px solid #554e49;
}
ul.contacts li .btn:hover span{
	color: #fff;
}
ul.contacts li .btn:hover span:after{
	background:url("/local/templates/k.house.1.0/images/icon-call_hv.svg") no-repeat;
	background-size: 100%;
}
#wrapper{
	padding-top: 164px;
}
#header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.active-top #header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 58px;
	background: #fff;
	box-shadow: 0 0 40px rgba(2, 7, 11, 0.14);
}
.active-top #header .nav,
.active-top #header .search,
.active-top #header .slogan,
.active-top #header .contacts li:first-child,
.active-top #header ul.contacts li:before,
.active-top #header ul.contacts li span{
	display: none;
}
.active-top #header ul.contacts li .btn span{
	display: inline-block;
}
.active-top #header .logo{
	width: 135px;
	height: 39px;
	top: 8px;
}
.active-top #header .sab-nav{
	position: absolute;
	top: 0;
	left: 186px;
	font-size: 18px;
}
.active-top #header .sab-nav .hide-d{
	display: block;
}
.active-top #header .contacts{
	top: 8px;
	right: 20px;
	z-index: 100;
}
.active-top #header ul.contacts li{
	padding: 0 0 0 16px;
    margin: 0 0 0 15px;
}
.active-top #header ul.contacts li strong{
	padding: 10px 0 0;
}
.mb-burger span{
	height: 0;
}
.mb-burger span:before,
.mb-burger span:after{
	height: 3px;
	background: #13141c;
	border-radius: 2px;
	top: -4px;
	width: 25px;
}
.mb-burger span:after{
	top: 4px;
	width: 19px;
}
.mb-open-nav .mb-burger span:before{
	background: #13141c;
}
.mb-open-nav .mb-burger span:after{
	background: #13141c;
	width: 25px;
}
.social-block{
	display: none;
}
.catalog-box{
	display: none;
}
.filter-form .hide-d{
	display: none;
}
.filter-form .sort-box{
	display: none;
}
.product .slideshow .pagination .pagination-slide a:before{
	position: absolute;
	content: '';
	width: 49px;
	height: 32px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("/local/templates/k.house.1.0/images/icon-hover.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	opacity: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.product .slideshow .pagination .pagination-slide a:hover:before{
	opacity: 1;
	z-index: 1;
}
.instagram-block{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 54px;
	background: #fff;
	box-shadow: -3px -4px 9px rgba(4, 14, 24, 0.18);
	z-index: 10;
}
.inst-box{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 54px;
	padding: 10px 25px 10px 50px;
}
.inst-box p{
	margin: 0;
	color: #919191;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.inst-box p strong{
	color: #000;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
}
.inst-box p a { text-decoration: none; color: #919191; }
.inst-close{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 54px;
}
.inst-close:after{
	position: absolute;
	content: '';
	width: 11px;
	height: 11px;
	background: url("/local/templates/k.house.1.0/images/icon-close.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: .6;
	pointer-events: none;
}
.inst-box .icon{
	position: absolute;
	top: 50%;
	left: 8px;
	background: url("/local/templates/k.house.1.0/images/icon-inst.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 33px;
	height: 32px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.show-m{
	display: none;
}
.history-mob{
	margin: 0 0 60px;
}
.history-mob .item .expanded{
	display: none;
}
.history-mob .item.active .expanded{
	display: block;
}
.history-mob .heading{
	padding: 10px 35px 9px 0;
	border-bottom: 1px solid #efefef;
	position: relative;
	font-size: 19px;
	line-height: 23px;
	color: #111;
}
.history-mob .heading:after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #838383;
	border-right: 1px solid #838383;
	top: 50%;
	right: 19px;
	margin: -3px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.history-mob .item.active .heading{
	color: #91c700;
}
.history-mob .item.active .heading:after{
	border-bottom: 1px solid #91c700;
	border-right: 1px solid #91c700;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: 0;
}
.history-mob .expanded{
	padding: 25px 0 0;
}
.history-mob li{
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 0 45px;
	color: #111;
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.history-mob li strong{
	position: absolute;
	color: #91c700;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	top: -2px;
	left: 0;
	display: block;
}
.history-mob li em{
	font-style: normal;
	margin: 0 0 15px;
	color: #111;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 17px;
	line-height: 18px;
	display: block;
}

@media only screen and (max-width: 1170px){
	#wrapper{
		padding-top: 100px;
	}
	.active-top #header .contacts{
		right: 56px;
	}
	.top-head{
		z-index: 2;
		left: 0;
		right: 0;
		height: 100%;
		background: #fff;
		position: absolute;
		-webkit-box-shadow: 0 0 40px 0 rgba(2,7,11,0.08);
	    box-shadow: 0 0 40px 0 rgba(2,7,11,0.08);
	}
	.logo{
		left: 80px;
	}
	.slogan{
		left: 283px;
	}
	#navigation{
		width: 100%;
		max-width: 358px;
		background: #fff;
		box-shadow: 3px 5.2px 29px rgba(4, 14, 24, 0.24);
		left: 0;
		right: auto;
		transform: translate3d(-150%, 0, 0);
		z-index: 0;
		padding: 185px 24px 20px 20px;
		color: #111;
	}
	.active-top #navigation{
		padding-top: 139px;
	}
	.mb-burger{
		top: 19px;
		left: 7px;
		right: auto;
		position: absolute;
	}
	.active-top .mb-burger{
		top: 0;
	}
	#header .contacts{
		right: 20px;
	}
	.active-top #header .sab-nav{
		position: static;
		top: auto;
		left: auto;
	}
	.sab-nav li{
		float: none;
		display: block;
	}
	.sab-nav li a{
		color: #000;
		font-size: 18px;
		line-height: 36px;
		font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	}
	.hide-d{
		display: block;
	}
	.active-top #header .nav{
		display: block;
	}
	.nav {
		padding: 11px 0 20px 20px;
		margin: 0 0 30px -20px;
		border-bottom: 1px solid #f0f0f0;
	}
	.nav li{
		margin: 0;
	}
	.nav li.hide-m{
		display: none;
	}
	.nav li a{
		color: #474848;
		font-size: 16px;
		line-height: 30px;
	}
	.active-top #navigation .search{
		display: block;
		top: 74px;
	}
	#navigation .search{
		top: 120px;
		right: 24px;
		left: 20px;
		position: absolute;
		margin: 0 0 30px;
		width: auto;
	}
	#navigation .search a{
		display: none;
	}
	#navigation .search .search-form{
		display: block !important;
		height: 35px;
		background: #f3f3f3;
		border-radius: 4px;
		top: auto;
		right: auto;
		position: static;
		border: none;
		height: 35px;
		padding: 0 20px 0 20px;
		width: 100%;
	}
	#navigation .search .search-form input{
		color: #626363;
		font-size: 13px;
		line-height: 14px;
		width: calc(100% - 30px);
	}
	#navigation .search .search-form button{
		-webkit-background-size: 16px 16px;
		background-size: 16px 16px;
		background-position: 50%;
		background-repeat: no-repeat;
	}
	.social-block{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		padding: 0 0 20px 20px;
		margin: 0 0 0 -20px;
		border-bottom: 1px solid #f0f0f0;
	}
	.social-block span{
		color: #13141c;
		font-size: 12px;
		line-height: 14px;
		margin-right: 5px;
		display: block;
	}
	.list-social{
		font-size: 0;
		line-height: 0;
	}
	.list-social li{
		margin: 0 3px;
		display: inline-block;
		vertical-align: top;
	}
	.list-social li a{
		display: block;
		width: 22px;
		height: 22px;
	}
	.list-social .wts a{
		background: url("/local/templates/k.house.1.0/images/whatsapp-icon.svg") no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.list-social .inst a{
		background: url("/local/templates/k.house.1.0/images/instagram-icon.svg") no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.mob-contacts{
		display: block;
		margin: 0 0 15px;
	}
	.address strong{
		display: block;
		margin: 0 0 10px;
		color: #000;
		font-size: 15px;
		line-height: 17px;
		font-weight: 400;
		font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	}
	.address span{
		display: block;
		color: #626363;
		font-size: 13px;
		font-weight: 400;
		line-height: 14px;
	}
	.mob-contacts a{
		color: #000;
		font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
		font-size: 18px;
		line-height: 17px;
	}
	.filter-form .list-check-filter{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
	.projects-block{
		padding: 10px 0 0;
	}
	.projects .items .item,
	.projects-block .projects .items .item:nth-child(3n+3){
		margin: 0 30px 28px 0;
	}
	.sab-nav li:hover a,
	.sab-nav li a:hover{
		color: #000;
	}
	.sab-nav > li:hover > a:before{
		opacity: 0;
	}
	.sab-nav > li:hover > a:after{
		display: none;
	}
	.sab-nav li:hover .drop{
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		max-width: 358px;
		background: #fff;
		box-shadow: 3px 5.2px 29px rgba(4, 14, 24, 0.24);
		left: 0;
		top: 0;
		transform: translate3d(-150%, 0, 0);
		z-index: 0;
		padding: 109px 24px 20px 83px;
		overflow-y: auto;
		z-index: 2;
		transition: transform .3s ease;
	}
	.sab-nav li:hover .drop.open-drop{
		transform: translate3d(0, 0, 0);
	}
	.sab-nav .drop .btn-back{
		display: block;
		position: absolute;
		top: 120px;
		left: 20px;
		padding: 0 0 0 20px;
		color: #474848;
		font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
		font-size: 16px;
		line-height: 20px;
	}
	.btn-back:after{
		position: absolute;
		content: '';
		top: 50%;
		left: 0;
		width: 5px;
		height: 5px;
		margin: -3px 0 0;
		border-top: 1px solid #474848;
		border-left: 1px solid #474848;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sab-nav li .drop ul{
		width: auto;
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
	.drop ul > li > a{
		color: #000;
		font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
		font-size: 18px;
		line-height: 33px;
	}
	.drop .all a{
		color: #474848;
		font-size: 14px;
		line-height: 30px;
	}
	.drop .more-nav{
		display: none;
	}
	.sab-nav li .drop ul.sub-menu,
	.sab-nav li .drop ul.more-list{
		display: block;
	}
	.sab-nav li .drop ul.sub-menu a{
		font-size: 14px;
		line-height: 30px;
	}
	.sub-menu li:after{
		top: 13px;
	}
	.building .bathhouses{
		width: 100%
	}
	.building .bathhouses .visual{
		width: 65%
	}
}
@media only screen and (max-width: 960px){
	.info-list li{
		width: 48%;
	}
	.article-info .information .visual img{
		width: 100%;
	}
	.article_text{
		padding: 0;
	}
	.filter-form .btn-holder{
		display: block;
	}
	.wrap-quote .left .text-quote{
		padding: 0;
	}
	.window-box .item-img{
		margin: 0 0 -130px;
	}
	.doors-box .item-img{
		width: 50%;
		margin: 0 auto -20px;
	}
	.item-info.roof-box .row{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.item-info .col-60,
	.item-info .col-40{
		width: 100%;
		float: none;
	}
	.item-info .col-60{
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
	}
	.item-info .col-40{
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
	.roof-box .item-img{
		margin: 0 0 -120px;
	}
	.item-info.branch-box .row{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.item-info.branch-box .col-50:first-child{
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
	.item-info.branch-box .col-50{
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
	}
	.branch-box .item-img{
		margin: 0 0 -40px;
	}
	.faq-block{
		padding: 50px 25px;
	}
	.articles .item .visual .img.big{
		width: 100%;
	}
	.building .bathhouses{
		padding: 48px 0 30px;
		margin: 0 0 30px;
	}
	.building .bathhouses:before{
		bottom: 0
	}
	.building .bathhouses .visual{
		width: auto;
		float: none;
		margin: 0 0 30px;
	}
	.building h3,
	.building ul{
		padding: 0;
	}
}
@media (max-width: 768px){
	body{
		font-size: 18px;
	}
	#wrapper{
		padding-top: 54px;
		margin-top: 0;
		overflow: visible;
		/* position: static; */
	}
	#promo,
	#main,
	#footer{
		overflow-x: hidden;
	}
	.container{
		padding: 0 83px;
	}
	.active-top #header,
	#header{
		height: 54px;
		position: fixed;
	}
	.active-top #header{
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#header .contacts{
		top: 10px;
	}
	.active-top #header .logo,
	.logo{
		left: 50%;
		width: 124px;
		height: 17px;
		/*background: url("/local/templates/k.house.1.0/images/logo-mob.png") no-repeat;*/
		background: url("/local/templates/k.house.1.0/images/logo-mob-2.svg") no-repeat !important;
		-webkit-background-size: 100%;
		background-size: 100%;
		margin: 0 0 0 -62px;
		top: 19px;
	}
	background-color: #cf9761;
	.slogan{
		display: none;
	}
	.mb-burger{
		top: 0;
		left: 71px;
		right: auto;
	}
	.active-top #header .contacts,
	#header .contacts{
		top: 0;
		right: 73px;
	}
	ul.contacts li .btn{
		text-indent: -9999px;
		overflow: hidden;
		border: none;
		width: 50px;
		height: 50px;
		position: relative;
		background: transparent;
		border-radius: 0;
		min-width: auto;
	}
	ul.contacts li .btn:after{
		position: absolute;
		content: '';
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 18px;
		height: 18px;
		background: url("/local/templates/k.house.1.0/images/icon-phone.png") no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#navigation{
		padding: 139px 24px 20px 83px;
	}
	.social-block{
		margin: 0 0 0 -83px;
		padding: 0 0 20px 83px;
	}
	.nav{
		margin: 0 0 30px -83px;
		padding: 11px 0 20px 83px;
	}
	#navigation .search{
		top: 74px;
		left: 83px;
	}
	.info-list li{
		width: 100%;
	}
	#promo{
		height: auto;
		padding-bottom: 20px;
		padding-top: 32px;
		background: url("/local/templates/k.house.1.0/images/img-bg-02.jpg") no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: 30% 100%;
	}
	#promo picture{
		display: none;
	}
	#promo .text{
		padding-bottom: 0;
	}
	#promo .text .buttons li{
		margin-bottom: 20px;
	}
	#promo .text .buttons li.works_btn{
		display: block;
	}
	#promo h1{
		font-size: 50px;
		line-height: 50px;
	}
	#promo .text p{
		font-size: 15px;
		line-height: 20px;
		padding: 0;
		max-width: 270px;
	}
	.building .visual{
		height: auto;
		line-height: 1;
	}
	#promo .more{
		display: none;
	}
	#footer .copyright,
	#footer .by{
		display: block;
		width: 100%;
		clear: both;
	}
	#footer .by{
		margin: 0 0 20px;
	}
	.info-list li{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
	}
	.info-list li .visual{
		padding: 0;
		width: 44px;
		min-width: 44px;
	}
	.info-list li strong{
		padding: 0 0 0 20px;
		width: calc(100% - 44px);
	}
	.info-list li p{
		width: 100%;
	}
	.article .article_text .list-testimonial,
	.article .article_text .list-check{
		padding: 0;
	}
	.list-testimonial .icon{
		padding: 0;
		width: 49px;
	}
	.list-testimonial .desc{
		padding: 0 0 0 15px;
	}
	.list-content{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
	.article-info h1{
		font-size: 38px;
		line-height: 38px;
	}
	.article-title{
		font-size: 36px;
		line-height: 40px;
	}
	.article_text .title-info{
		font-size: 20px;
	}
	.article .article_text .list-check li{
		padding: 0 0 0 54px;
	}
	.article .article_text .list-check li:before{
		width: 36px;
		height: 36px;
	}
	.list-check .desc{
		font-size: 18px;
	}
	.article_text .list-info,
	.article_text .list-info-num{
		padding: 5px 10px 0;
	}
	.sides-block{
		padding: 25px 24px 22px;
	}
	.sides-block .inner-sides{
		padding: 0 0 0 32px;
	}
	.sides-block .inner-sides:after{
		width: 22px;
		height: 22px;
		top: 2px;
	}
	.user-block{
		float: none;
		margin: 0 0 20px;
	}
	.list-content.three_columns{
		-webkit-columns: 2;
		-moz-columns: 2;
		-o-columns: 2;
		columns: 2;
	}
	.title-list-info{
		font-size: 22px;
	}
	.warning_block{
		padding: 21px 24px 20px;
	}
	.inner-warning{
		padding: 0 0 0 43px;
		font-size: 18px;
	}
	.inner-warning:after{
		width: 39px;
		height: 39px;
	}
	.inner-warning .warning{
		font-size: 20px;
		line-height: 26px;
	}
	.warning_block .list-info{
		padding: 0;
	}
	.wrap-catalog .filter,
	.projects-block{
		width: 100%;
	}
	.catalog-sections-box.decstop,
	.sort{
		display: none;
	}
	.wrap-catalog{
		padding: 43px 15px 0;
	}
	.mob-nav-filter i{
		width: 26px;
		height: 26px;
		background: url("/local/templates/k.house.1.0/images/icon-filter.svg") no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
		display: inline-block;
		vertical-align: middle;
		line-height: 41px;
		font-size: 26px;
		margin-right: 15px;
	}
	.mob-nav-filter{
		background: #fff;
		border: 1px solid #dbdedf;
		border-radius: 4px;
		height: 43px;
		line-height: 41px;
	}
	.mob-filter{
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		padding: 74px 83px 34px;
		overflow-y: auto;
		background: #fff;
		height: 100%;
		z-index: 100;
		transform: translate3d(-150%, 0, 0);
		transition: transform .3s ease;
	}
	.active-filter .mob-filter{
		transform: translate3d(0, 0, 0);
	}
	.catalog-box{
		display: block;
		margin: 0 0 20px;
	}
	.filter ul.sections-list{
		-webkit-columns: 1;
		 -moz-columns: 1;
		 -o-columns: 1;
		 columns: 1;
		 margin: 0;
	}
	.sections-list li{
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 10px 0;
	}
	.sections-list a{
		color: #8b8d8d;
		font-size: 13px;
		line-height: 20px;
		display: block;
	}
	.catalog-box .sub-sections-more{
		position: static;
		top: auto;
		right: auto;
		display: block;
	}
	.filter-form{
		position: relative;
	}
	.filter-form .hide-d{
		display: block;
	}
	.filter-form .hide-m{
		display: none;
	}
	.filter-form .btn-link{
		position: absolute;
		top: 10px;
		left: 0;
		border-bottom: none;
	}
	.close-filter{
		position: absolute;
		top: 10px;
		right: 0;
		width: 11px;
		height: 11px;
		background: url("/local/templates/k.house.1.0/images/icon-close.png") no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.title-filter{
		display: block;
		margin: 0 0 30px;
		text-align: center;
		color: #474848;
		font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 30px;
	}
	.filter-form .sort-box{
		display: block;
		margin: 0 0 30px;
		position: relative;
	}
	.sort-box .angle{
		position: absolute;
		top: 1px;
		right: 1px;
		width: 41px;
		height: 41px;
		background: #fff;
		border-radius: 0 4px 4px 0;
	}
	.sort-box .angle:after{
		position: absolute;
		content: '';
		top: 50%;
		left: 50%;
		width: 4px;
		height: 4px;
		border-bottom: 1px solid #13141c;
		border-right: 1px solid #13141c;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: -2px 0 0 -2px;
		pointer-events: none;
	}
	.sort-box select{
		color: #13141c;
		font-size: 14px;
		line-height: 20px;
		padding: 0 20px;
		background: #fff;
		height: 43px;
		border: 1px solid #dbdedf;
		border-radius: 4px;
		display: block;
		width: 100%;
	}
	.window-box .item-img{
		margin: 0 0 -60px;
	}
	.doors-box .item-img{
		width: 70%;
	}
	.faq-block .col-60,
	.faq-block .col-40{
		width: 100%;
		float: none;
	}
	.faq-block blockquote{
		padding: 10px 0 0 36px;
		margin: 0 0 30px;
	}
	.faq-block blockquote:before{
		font-size: 110px;
		line-height: 100px;
	}
	.faq-block blockquote strong{
		font-size: 34px;
	}
	.faq-block blockquote span{
		font-size: 18px;
		line-height: 24px;
	}
	.title-block{
		font-size: 32px;
	}
	.product .slideshow .slides .slide .img{
		-webkit-background-size: cover;
		background-size: cover;
	}
	.articles{
		margin: 0;
	}
	.articles .item{
		padding: 0;
	}
	.articles .item:first-child{
		float: none;
	}
	.articles .item .visual{
		float: none;
		margin: 0 0 13px;
	}
	.articles .item:first-child .text{
		position: static;
		bottom: auto;
		left: auto;
		right: auto;
		padding: 3px 0 0;
		color: #111;
	}
	.articles .item:first-child a:after{
		display: none;
	}
	.articles .item:first-child em{
		font-size: 13px;
		line-height: 22px;
		font-style: normal;
		margin: 0 0 11px;
		display: block;
		color: #626363;
		letter-spacing: -0.005em;
	}
	.articles .item:first-child .text h4{
		font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		margin: 0 0 15px;
		font-size: 21px;
		line-height: 24px;
		letter-spacing: -0.005em;
	}
	.articles .item:first-child .text p{
		display: block;
		font-size: 16px;
		line-height: 24px;
	}
	.sab-nav li .drop{
		padding: 109px 24px 20px 83px;
	}
	.sab-nav .drop .btn-back{
		top: 74px;
		left: 83px;
	}
	.preview{
		width: 43%;
	}
	.instagram-block{
		display: none;
	}
	.top-anhor{
		bottom: 60px;
	}
	.show-d{
		display: none;
	}
	.show-m{
		display: block;
	}
}
@media only screen and (max-width: 700px){
	.similar_projects-block h4{
		font-size: 30px;
		line-height: 36px;
	}
	#promo .text .buttons{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		margin: 0 0 0 -15px;
	}
	#promo .text .buttons li{
		float: none;
		margin: 0 0 20px 15px;
	}
	#promo .text .buttons a{
		height: 43px;
		line-height: 39px;
		font-size: 16px;
		min-width: 148px;
	}
	.product .sidebar .btn{
		display: block;
		vertical-align: top;
	}
	blockquote,
	.about-block blockquote{
		padding: 10px 0px 0 40px;
	}
	blockquote:before{
		width: 25px;
		height: 20px;
	}
	.building h3,
	.building h3 span,
	.about-block h4{
		font-size: 30px;
		line-height: 30px;
	}
	.about-block{
		margin: 0;
	}
	.about-block blockquote p{
		font-size: 18px !important;
	}
}
@media only screen and (max-width: 600px){
	.preview{
		width: 240px;
		float: none;
	}
	.desc-option{
		padding-left: 15px;
	}
	#promo{
		padding-top: 30px;
		padding-bottom: 28px;
	}
	#promo h1{
		font-size: 36px;
		line-height: 30px;
		margin: 0 0 21px;
	}
	#promo .text p{
		margin: 0 0 24px;
	}
}
@media (max-width: 480px){
	.container{
		padding: 0 20px;
	}
	.active-top #header .contacts,
	#header .contacts{
		right: 10px;
	}
	.mb-burger{
		left: 8px;
	}
	#navigation{
		padding: 139px 24px 20px 20px;
	}
	.social-block{
		margin: 0 0 0 -20px;
		padding: 0 0 20px 20px;
	}
	.nav{
		margin: 0 0 30px -20px;
		padding: 11px 0 20px 20px;
	}
	#navigation .search{
		left: 20px;
	}
	.building .bathhouses,
	.building .houses{
		padding: 0 0 35px;
	}
	.building .bathhouses h3:before{
		left: -36px;
	}
	.article-info h1{
		font-size: 32px;
		line-height: 32px;
	}
	.content_article-box{
		padding: 27px 0px 35px 24px;
	}
	.article-title{
		font-size: 28px;
		line-height: 32px;
	}
	.list-testimonial .icon{
		float: none;
		margin: 0 0 15px;
		height: auto;
	}
	.list-testimonial .desc,
	.article .article_text .list-check li,
	.sides-block .inner-sides{
		padding: 0;
	}
	.article .article_text .list-check li:before{
		top: -3px;
	}
	.list-check .title-list{
		padding: 0 0 0 54px;
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 15px;
	}
	.sides-block{
		margin: 0 -20px 31px;
	}
	.sides-block .title-box{
		padding: 0 0 0 32px;
	}
	.list-content.three_columns{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
	.wrap-img .article-img{
		width: 100%;
		margin: 0 0 32px;
	}
	.title-list-info{
		font-size: 20px;
	}
	.warning_block{
		margin: 0 -20px 48px;
	}
	.list-content{
		padding: 0;
	}
	.article-info .information .visual span{
		height: auto;
		line-height: 1;
		padding: 2px 7px 2px 9px;
		bottom: 5px;
	}
	.mob-filter{
		padding: 74px 20px 34px;
	}
	.title-filter{
		text-align: left;
	}
	.filter-form .btn-link{
		top: 30px;
	}
	.faq-block{
		margin: 0 -20px;
		padding: 30px 20px;
	}
	.branch-box .item-img{
		margin: 0 0 20px;
	}
	.window-box .item-img{
		margin: 0;
	}
	.product .price strong{
		font-size: 34px;
	}
	.doors-box .item-img{
		width: 100%;
	}
	.item-img .icon{
		right: -20px;
	}
	#promo .text{
		width: auto;
	}
	#promo .text .buttons{
		margin: 0 0 0 -10px;
	}
	#promo .text .buttons li{
		margin: 0 0 20px 10px;
	}
	#promo .text .buttons a{
		padding: 0 5px;
		min-width: 135px;
	}
	.sab-nav li:hover .drop{
		padding: 109px 24px 20px 20px;
	}
	.sab-nav .drop .btn-back{
		left: 20px;
	}
	.history-mob .heading{
		font-size: 18px;
	}
	.about-block .info-box{
		padding: 0 25px;
	}
}

/* end new style 16.06.2020 */

.logo { /* background-image: url(/local/templates/k.house.1.0/images/logo-2.svg); */background: none;text-indent: 0; }
.logo a{
	background: #8e7d6e;
	text-transform: uppercase;
	color: #fff;
	font-size: 27px;
	line-height: 1;
	font-family: "Museo Sans Cyrl 900", Arial, sans-serif;
	position: relative;
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
}
.logo a em{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 2px 0;
}
.active-top .logo a { font-size: 20px; padding: 10px 0; }

.bx-filter .bx-filter-parameters-box h5 { margin: 0; display: block; cursor: pointer; font-family: "Museo Sans Cyrl 700", Arial, sans-serif; font-weight: normal; font-style: normal; }
.bx-filter .bx-filter-parameters-box h5 span { display: inline-block; vertical-align: top; padding: 0 0 0 0; position: relative; border-bottom: 2px dotted #83848c; font-size: 16px; line-height: 1; }
.bx-filter .bx-filter-parameters-box.bx-active h5 span:after { position: absolute; content: ''; top: 50%; right: -15px; width: 3px; height: 3px; border-top: 1px solid #816c56; border-right: 1px solid #816c56; transform: rotate(-45deg); transition: all .2s linear; }
.bx-filter .bx-filter-parameters-box h5 span:after { position: absolute; content: ''; top: 50%; right: -15px; width: 3px; height: 3px; border-top: 1px solid #816c56; border-right: 1px solid #816c56; transition: all .2s linear; transform: rotate(135deg); }

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text { font-family: "Museo Sans Cyrl 300", Arial, sans-serif; font-size: 15px; line-height: 19px; font-weight: 400; color: #13141c; }
.filter input[type="checkbox"] + span:after { border-radius: 0; border: none; content: ''; position: absolute; top: 5px; left: 8px; width: 12px; height: 9px; background: url("/local/templates/k.house.1.0/images/icon-check.png") no-repeat; background-size: auto; background-size: 100%; transition: .2s; }
.filter input[type="checkbox"] + span:before { content: ''; transform: scale(1); margin: 0; position: absolute; top: 0; left: 4px; width: 19px; height: 19px;border: 1px solid #dddfe2; border-radius: 4px; transition: .2s; box-sizing: border-box; }
.filter input[type="checkbox"]:checked + span:before { background: #87786a; border-color: #87786a; }
.bx-filter-parameters-box-container .checkbox { margin-bottom: 5px; }

.bx-filter .bx-filter-parameters-box .bx-filter-container-modef { position: absolute; right: 0; top: 0; }

.sab-nav li a.arrow { position: relative;padding: 0 0 0 30px; }
.icon-bath{
	position: absolute;
	content: "";
	top: 3px;
	left: 2px;
	background: url("/local/templates/k.house.1.0/images/icon-house.svg") no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}
.sab-nav li a:hover,
.sab-nav > li:hover > a{
	color: #8e7d6e;
}
/* .sab-nav > li > a::before { opacity: 1; } */
.sab-nav > li:hover > a:after{
	display: none;
}
.active-top #header .sab-nav .last-item a:before { display: none; }

.photo-block{
	padding: 22px 0 0;
}
.photo-block h2{
	margin: 0 0 15px;
	color: #000;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 27px;
	line-height: 36px;
}
.photo-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.photo-list .item-photo{
	margin: 0 0 30px;
	padding: 0 15px;
	width: 25%;
}
.photo-list .item-photo img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.history-block{
	margin: 0 0 -29px;
	padding: 50px 0 0;
}
.history-block h4{
	color: #13141c;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 50px;
	line-height: 64px;
	margin: 0 0 37px;
}
.history-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 50px;
	position: relative;
	padding: 51px 0 0;
	z-index: 0;
}
.history-box:after{
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background: #efece8;
	z-index: -1;
}
.history-box li{
	width: 25%;
	padding: 0 15px;
	margin: 0 0 30px;
	position: relative;
}
.history-box .dotts-icon{
	position: absolute;
	top: -68px;
	left: 47px;
	width: 33px;
	height: 33px;
	background: #fff;
}
.history-box .dotts-icon:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid #c7b59d;
	box-sizing: border-box;
}
.title-history{
	display: block;
	margin: 0 0 16px;
	color: #cf9761;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	line-height: 30px;
	font-size: 50px;
	letter-spacing: -0.03em;
}
.title-history small{
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	line-height: 30px;
	font-size: 24px;
}
.desc-history{
	color: #111;
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.product .price:before{
	display: none;
}
.product .price strong{
	color: #000;
}
.column.last{
	padding: 10px 0 0;
}

@media (max-width: 960px){
	.history-box{
		padding: 20px 0 0;
	}
	.history-box:after{
		display: none;
	}
	.history-box li{
		width: 50%
	}
	.history-box .dotts-icon{
		display: none;
	}
}
@media (max-width: 768px) {
	.catalog-sections-box { display: none; }
	.sab-nav li .drop{
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		max-width: 358px;
		background: #fff;
		box-shadow: 3px 5.2px 29px rgba(4, 14, 24, 0.24);
		left: 0;
		top: 0;
		transform: translate3d(-150%, 0, 0);
		z-index: 0;
		padding: 109px 24px 20px 83px;
		overflow-y: auto;
		transition: transform .3s ease;
	}
	.sab-nav li .drop.open-drop{
		transform: translate3d(0, 0, 0);
	}
	.sab-nav > li > a:before { opacity: 0; }
	.nav li a:hover { color: #91c700 }
	.sab-nav li > .drop *{
		z-index: auto;
	}
	.sab-nav{
		z-index: 2;
	}
	.sab-nav li .drop{
		z-index: 2;
	}
	.history-block{
		margin: 0;
	}
	.slogan{
		display: none;
	}
	.photo-list .item-photo{
		width: 50%;
	}
	.history-box li{
		width: 100%;
	}
	.title-history{
		font-size: 40px;
	}
	.slider .link,
	ul.contacts li .btn span:after{
		display: none;
	}
	.quote-block .visual.align-right,
	.quote-block .visual.align-left{
		float: none;
		margin: 0 auto
	}
	.active-top #header .logo,
	.logo{
		background: none !important;
	}
	.active-top #header .logo a,
	.logo a{
		padding: 0;
		font-size: 20px;
		background: none;
		color: #c3976d;
	}
	.active-top #header .logo a em,
	.logo a em{
		background: #c3976d;
		width: 5px;
		height: 5px;
		margin: -3px 1px 0;
	}
}
@media (max-width: 700px){
	.history-block h4{
		font-size: 30px;
		line-height: 30px;
	}
	.history-box{
		margin: 0 -15px 0;
	}
	.slider > h4{
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 480px){
	.sab-nav li .drop{
		padding: 109px 24px 20px 20px;
	}
	.photo-list .item-photo{
		width: 100%;
	}
	.quote-block .visual.align-right,
	.quote-block .visual.align-left{
		width: 280px;
		height: 251px;
		background-size: 100%;
	}
	.quote-block .visual.align-right a,
	.quote-block .visual.align-left a{
		width: 250px;
		height: 193px;
		top: 19px;
		left: 14px;
	}
	.gallery-item{
		flex: 1 0 280px;
	}
}

.catalog-sections-box .sub-sections-list .hide-item { display: block; }
.catalog-sections-box .sub-sections-more { display: none; }

/* style for popup-form 19.03.2021 */

@media only screen and (max-width: 768px){
	#hidden-content .product-details{
		width: 100%;
		max-width: 600px;
	}
	#hidden-content .product-details .recall .col{
		width: calc(100% - 190px);
	}
	#hidden-content .product-details .recall .col + .col{
		width: 175px;
	}
}
@media only screen and (max-width: 700px){
	#hidden-content .product-details .frame .price{
		float: none;
		margin: 0 0 15px;
	}
}
@media only screen and (max-width: 600px){
	#hidden-content{
		padding: 30px 25px;
	}
	#hidden-content .product-details .recall legend{
		font-size: 34px;
		line-height: 1;
	}
	#hidden-content .product-details .frame{
		margin: 0 -25px 27px;
		padding: 16px 25px 17px;
	}
	#hidden-content .product-details .recall{
		margin: 0 -25px -30px;
		padding: 27px 25px 30px;
	}
	#hidden-content .product-details .recall .col + .col,
	#hidden-content .product-details .recall .col{
		width: 100%;
		float: none;
	}
	#hidden-content .product-details h4{
		margin: 0 0 26px;
	}
}
@media only screen and (max-width: 480px){
	#hidden-content .product-details .frame .price strong{
		font-size: 28px;
		line-height: 1;
	}
	#hidden-content .product-details .frame ul li{
		padding: 0 10px 0 0;
		margin: 0 7px 0 0;
	}
	#hidden-content .product-details .recall legend{
		font-size: 26px;
	}
	#hidden-content .product-details .recall p{
		background-size: 30px 28px;
		padding: 0 0 0 44px;
	}
}

/* end style for popup-form 19.03.2021 */
/* End */


/* Start:/bitrix/tools/concept.stories/css/font_roboto.css?1750157800174*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
.cpt-stories.cpt-stories-roboto{
	font-family: 'Roboto', sans-serif !important;
}
/* End */


/* Start:/bitrix/tools/concept.stories/css/grids.css?175015780088066*/
html .cpt-stories-modal{
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.cpt-stories-modal *,
.cpt-stories-modal *::before,
.cpt-stories-modal *::after {
  box-sizing: inherit;
}

.cpt-stories-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .cpt-stories-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .cpt-stories-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .cpt-stories-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .cpt-stories-container {
    max-width: 1140px;
  }
}

.cpt-stories-container-fluid, .cpt-stories-container-sm, .cpt-stories-container-md, .cpt-stories-container-lg, .cpt-stories-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .cpt-stories-container, .cpt-stories-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .cpt-stories-container, .cpt-stories-container-sm, .cpt-stories-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .cpt-stories-container, .cpt-stories-container-sm, .cpt-stories-container-md, .cpt-stories-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .cpt-stories-container, .cpt-stories-container-sm, .cpt-stories-container-md, .cpt-stories-container-lg, .cpt-stories-container-xl {
    max-width: 1140px;
  }
}

.cpt-stories-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cpt-stories-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.cpt-stories-no-gutters > .cpt-stories-col,
.cpt-stories-no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.cpt-stories-col-1, .cpt-stories-col-2, .cpt-stories-col-3, .cpt-stories-col-4, .cpt-stories-col-5, .cpt-stories-col-6, .cpt-stories-col-7, .cpt-stories-col-8, .cpt-stories-col-9, .cpt-stories-col-10, .cpt-stories-col-11, .cpt-stories-col-12, .cpt-stories-col,
.cpt-stories-col-auto, .cpt-stories-col-sm-1, .cpt-stories-col-sm-2, .cpt-stories-col-sm-3, .cpt-stories-col-sm-4, .cpt-stories-col-sm-5, .cpt-stories-col-sm-6, .cpt-stories-col-sm-7, .cpt-stories-col-sm-8, .cpt-stories-col-sm-9, .cpt-stories-col-sm-10, .cpt-stories-col-sm-11, .cpt-stories-col-sm-12, .cpt-stories-col-sm,
.cpt-stories-col-sm-auto, .cpt-stories-col-md-1, .cpt-stories-col-md-2, .cpt-stories-col-md-3, .cpt-stories-col-md-4, .cpt-stories-col-md-5, .cpt-stories-col-md-6, .cpt-stories-col-md-7, .cpt-stories-col-md-8, .cpt-stories-col-md-9, .cpt-stories-col-md-10, .cpt-stories-col-md-11, .cpt-stories-col-md-12, .cpt-stories-col-md,
.cpt-stories-col-md-auto, .cpt-stories-col-lg-1, .cpt-stories-col-lg-2, .cpt-stories-col-lg-3, .cpt-stories-col-lg-4, .cpt-stories-col-lg-5, .cpt-stories-col-lg-6, .cpt-stories-col-lg-7, .cpt-stories-col-lg-8, .cpt-stories-col-lg-9, .cpt-stories-col-lg-10, .cpt-stories-col-lg-11, .cpt-stories-col-lg-12, .cpt-stories-col-lg,
.cpt-stories-col-lg-auto, .cpt-stories-col-xl-1, .cpt-stories-col-xl-2, .cpt-stories-col-xl-3, .cpt-stories-col-xl-4, .cpt-stories-col-xl-5, .cpt-stories-col-xl-6, .cpt-stories-col-xl-7, .cpt-stories-col-xl-8, .cpt-stories-col-xl-9, .cpt-stories-col-xl-10, .cpt-stories-col-xl-11, .cpt-stories-col-xl-12, .cpt-stories-col-xl,
.cpt-stories-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.cpt-stories-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.cpt-stories-row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.cpt-stories-row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.cpt-stories-row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cpt-stories-row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.cpt-stories-row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.cpt-stories-row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.cpt-stories-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.cpt-stories-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.cpt-stories-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.cpt-stories-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.cpt-stories-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cpt-stories-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.cpt-stories-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.cpt-stories-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.cpt-stories-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.cpt-stories-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.cpt-stories-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.cpt-stories-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.cpt-stories-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.cpt-stories-order-first {
  -ms-flex-order: -1;
  order: -1;
}

.cpt-stories-order-last {
  -ms-flex-order: 13;
  order: 13;
}

.cpt-stories-order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.cpt-stories-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.cpt-stories-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.cpt-stories-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.cpt-stories-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.cpt-stories-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.cpt-stories-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.cpt-stories-order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.cpt-stories-order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.cpt-stories-order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.cpt-stories-order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.cpt-stories-order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.cpt-stories-order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.cpt-stories-offset-1 {
  margin-left: 8.333333%;
}

.cpt-stories-offset-2 {
  margin-left: 16.666667%;
}

.cpt-stories-offset-3 {
  margin-left: 25%;
}

.cpt-stories-offset-4 {
  margin-left: 33.333333%;
}

.cpt-stories-offset-5 {
  margin-left: 41.666667%;
}

.cpt-stories-offset-6 {
  margin-left: 50%;
}

.cpt-stories-offset-7 {
  margin-left: 58.333333%;
}

.cpt-stories-offset-8 {
  margin-left: 66.666667%;
}

.cpt-stories-offset-9 {
  margin-left: 75%;
}

.cpt-stories-offset-10 {
  margin-left: 83.333333%;
}

.cpt-stories-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .cpt-stories-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .cpt-stories-row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cpt-stories-row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cpt-stories-row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cpt-stories-row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cpt-stories-row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cpt-stories-row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cpt-stories-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cpt-stories-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cpt-stories-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cpt-stories-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cpt-stories-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cpt-stories-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .cpt-stories-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cpt-stories-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .cpt-stories-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cpt-stories-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cpt-stories-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .cpt-stories-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .cpt-stories-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cpt-stories-order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .cpt-stories-order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .cpt-stories-order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .cpt-stories-order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .cpt-stories-order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .cpt-stories-order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .cpt-stories-order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .cpt-stories-order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .cpt-stories-order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .cpt-stories-order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .cpt-stories-order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .cpt-stories-order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .cpt-stories-order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .cpt-stories-order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .cpt-stories-order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .cpt-stories-offset-sm-0 {
    margin-left: 0;
  }
  .cpt-stories-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .cpt-stories-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .cpt-stories-offset-sm-3 {
    margin-left: 25%;
  }
  .cpt-stories-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .cpt-stories-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .cpt-stories-offset-sm-6 {
    margin-left: 50%;
  }
  .cpt-stories-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .cpt-stories-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .cpt-stories-offset-sm-9 {
    margin-left: 75%;
  }
  .cpt-stories-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .cpt-stories-offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .cpt-stories-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .cpt-stories-row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cpt-stories-row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cpt-stories-row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cpt-stories-row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cpt-stories-row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cpt-stories-row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cpt-stories-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cpt-stories-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cpt-stories-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cpt-stories-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cpt-stories-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cpt-stories-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .cpt-stories-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cpt-stories-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .cpt-stories-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cpt-stories-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cpt-stories-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .cpt-stories-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .cpt-stories-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cpt-stories-order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .cpt-stories-order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .cpt-stories-order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .cpt-stories-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .cpt-stories-order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .cpt-stories-order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .cpt-stories-order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .cpt-stories-order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .cpt-stories-order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .cpt-stories-order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .cpt-stories-order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .cpt-stories-order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .cpt-stories-order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .cpt-stories-order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .cpt-stories-order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .cpt-stories-offset-md-0 {
    margin-left: 0;
  }
  .cpt-stories-offset-md-1 {
    margin-left: 8.333333%;
  }
  .cpt-stories-offset-md-2 {
    margin-left: 16.666667%;
  }
  .cpt-stories-offset-md-3 {
    margin-left: 25%;
  }
  .cpt-stories-offset-md-4 {
    margin-left: 33.333333%;
  }
  .cpt-stories-offset-md-5 {
    margin-left: 41.666667%;
  }
  .cpt-stories-offset-md-6 {
    margin-left: 50%;
  }
  .cpt-stories-offset-md-7 {
    margin-left: 58.333333%;
  }
  .cpt-stories-offset-md-8 {
    margin-left: 66.666667%;
  }
  .cpt-stories-offset-md-9 {
    margin-left: 75%;
  }
  .cpt-stories-offset-md-10 {
    margin-left: 83.333333%;
  }
  .cpt-stories-offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .cpt-stories-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .cpt-stories-row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cpt-stories-row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cpt-stories-row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cpt-stories-row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cpt-stories-row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cpt-stories-row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cpt-stories-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cpt-stories-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cpt-stories-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cpt-stories-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cpt-stories-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cpt-stories-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .cpt-stories-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cpt-stories-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .cpt-stories-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cpt-stories-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cpt-stories-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .cpt-stories-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .cpt-stories-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cpt-stories-order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .cpt-stories-order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .cpt-stories-order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .cpt-stories-order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .cpt-stories-order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .cpt-stories-order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .cpt-stories-order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .cpt-stories-order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .cpt-stories-order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .cpt-stories-order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .cpt-stories-order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .cpt-stories-order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .cpt-stories-order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .cpt-stories-order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .cpt-stories-order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .cpt-stories-offset-lg-0 {
    margin-left: 0;
  }
  .cpt-stories-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .cpt-stories-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .cpt-stories-offset-lg-3 {
    margin-left: 25%;
  }
  .cpt-stories-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .cpt-stories-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .cpt-stories-offset-lg-6 {
    margin-left: 50%;
  }
  .cpt-stories-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .cpt-stories-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .cpt-stories-offset-lg-9 {
    margin-left: 75%;
  }
  .cpt-stories-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .cpt-stories-offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .cpt-stories-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .cpt-stories-row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cpt-stories-row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cpt-stories-row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cpt-stories-row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cpt-stories-row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cpt-stories-row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cpt-stories-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cpt-stories-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cpt-stories-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cpt-stories-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cpt-stories-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cpt-stories-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .cpt-stories-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cpt-stories-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .cpt-stories-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cpt-stories-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cpt-stories-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .cpt-stories-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .cpt-stories-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cpt-stories-order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .cpt-stories-order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .cpt-stories-order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .cpt-stories-order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .cpt-stories-order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .cpt-stories-order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .cpt-stories-order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .cpt-stories-order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .cpt-stories-order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .cpt-stories-order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .cpt-stories-order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .cpt-stories-order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .cpt-stories-order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .cpt-stories-order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .cpt-stories-order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .cpt-stories-offset-xl-0 {
    margin-left: 0;
  }
  .cpt-stories-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .cpt-stories-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .cpt-stories-offset-xl-3 {
    margin-left: 25%;
  }
  .cpt-stories-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .cpt-stories-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .cpt-stories-offset-xl-6 {
    margin-left: 50%;
  }
  .cpt-stories-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .cpt-stories-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .cpt-stories-offset-xl-9 {
    margin-left: 75%;
  }
  .cpt-stories-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .cpt-stories-offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.cpt-stories-d-none {
  display: none !important;
}

.cpt-stories-d-inline {
  display: inline !important;
}

.cpt-stories-d-inline-block {
  display: inline-block !important;
}

.cpt-stories-d-block {
  display: block !important;
}

.cpt-stories-d-table {
  display: table !important;
}

.cpt-stories-d-table-row {
  display: table-row !important;
}

.cpt-stories-d-table-cell {
  display: table-cell !important;
}

.cpt-stories-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.cpt-stories-d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .cpt-stories-d-sm-none {
    display: none !important;
  }
  .cpt-stories-d-sm-inline {
    display: inline !important;
  }
  .cpt-stories-d-sm-inline-block {
    display: inline-block !important;
  }
  .cpt-stories-d-sm-block {
    display: block !important;
  }
  .cpt-stories-d-sm-table {
    display: table !important;
  }
  .cpt-stories-d-sm-table-row {
    display: table-row !important;
  }
  .cpt-stories-d-sm-table-cell {
    display: table-cell !important;
  }
  .cpt-stories-d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cpt-stories-d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .cpt-stories-d-md-none {
    display: none !important;
  }
  .cpt-stories-d-md-inline {
    display: inline !important;
  }
  .cpt-stories-d-md-inline-block {
    display: inline-block !important;
  }
  .cpt-stories-d-md-block {
    display: block !important;
  }
  .cpt-stories-d-md-table {
    display: table !important;
  }
  .cpt-stories-d-md-table-row {
    display: table-row !important;
  }
  .cpt-stories-d-md-table-cell {
    display: table-cell !important;
  }
  .cpt-stories-d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cpt-stories-d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .cpt-stories-d-lg-none {
    display: none !important;
  }
  .cpt-stories-d-lg-inline {
    display: inline !important;
  }
  .cpt-stories-d-lg-inline-block {
    display: inline-block !important;
  }
  .cpt-stories-d-lg-block {
    display: block !important;
  }
  .cpt-stories-d-lg-table {
    display: table !important;
  }
  .cpt-stories-d-lg-table-row {
    display: table-row !important;
  }
  .cpt-stories-d-lg-table-cell {
    display: table-cell !important;
  }
  .cpt-stories-d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cpt-stories-d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .cpt-stories-d-xl-none {
    display: none !important;
  }
  .cpt-stories-d-xl-inline {
    display: inline !important;
  }
  .cpt-stories-d-xl-inline-block {
    display: inline-block !important;
  }
  .cpt-stories-d-xl-block {
    display: block !important;
  }
  .cpt-stories-d-xl-table {
    display: table !important;
  }
  .cpt-stories-d-xl-table-row {
    display: table-row !important;
  }
  .cpt-stories-d-xl-table-cell {
    display: table-cell !important;
  }
  .cpt-stories-d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cpt-stories-d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .cpt-stories-d-print-none {
    display: none !important;
  }
  .cpt-stories-d-print-inline {
    display: inline !important;
  }
  .cpt-stories-d-print-inline-block {
    display: inline-block !important;
  }
  .cpt-stories-d-print-block {
    display: block !important;
  }
  .cpt-stories-d-print-table {
    display: table !important;
  }
  .cpt-stories-d-print-table-row {
    display: table-row !important;
  }
  .cpt-stories-d-print-table-cell {
    display: table-cell !important;
  }
  .cpt-stories-d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cpt-stories-d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.cpt-stories-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.cpt-stories-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.cpt-stories-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.cpt-stories-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.cpt-stories-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.cpt-stories-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.cpt-stories-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.cpt-stories-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.cpt-stories-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.cpt-stories-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.cpt-stories-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.cpt-stories-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.cpt-stories-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.cpt-stories-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.cpt-stories-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.cpt-stories-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.cpt-stories-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.cpt-stories-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.cpt-stories-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.cpt-stories-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.cpt-stories-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.cpt-stories-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.cpt-stories-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.cpt-stories-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.cpt-stories-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.cpt-stories-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.cpt-stories-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.cpt-stories-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.cpt-stories-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.cpt-stories-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.cpt-stories-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.cpt-stories-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.cpt-stories-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.cpt-stories-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .cpt-stories-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .cpt-stories-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .cpt-stories-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .cpt-stories-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .cpt-stories-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .cpt-stories-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .cpt-stories-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .cpt-stories-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .cpt-stories-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .cpt-stories-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .cpt-stories-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .cpt-stories-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .cpt-stories-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .cpt-stories-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .cpt-stories-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .cpt-stories-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .cpt-stories-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .cpt-stories-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .cpt-stories-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .cpt-stories-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .cpt-stories-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .cpt-stories-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .cpt-stories-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .cpt-stories-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .cpt-stories-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .cpt-stories-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .cpt-stories-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .cpt-stories-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .cpt-stories-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .cpt-stories-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .cpt-stories-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .cpt-stories-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .cpt-stories-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .cpt-stories-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .cpt-stories-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .cpt-stories-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .cpt-stories-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .cpt-stories-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .cpt-stories-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .cpt-stories-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .cpt-stories-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .cpt-stories-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .cpt-stories-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .cpt-stories-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .cpt-stories-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .cpt-stories-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .cpt-stories-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .cpt-stories-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .cpt-stories-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .cpt-stories-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .cpt-stories-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .cpt-stories-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .cpt-stories-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .cpt-stories-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .cpt-stories-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .cpt-stories-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .cpt-stories-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .cpt-stories-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .cpt-stories-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .cpt-stories-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .cpt-stories-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .cpt-stories-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .cpt-stories-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .cpt-stories-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .cpt-stories-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .cpt-stories-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .cpt-stories-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .cpt-stories-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .cpt-stories-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .cpt-stories-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .cpt-stories-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .cpt-stories-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .cpt-stories-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .cpt-stories-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .cpt-stories-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .cpt-stories-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .cpt-stories-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .cpt-stories-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .cpt-stories-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .cpt-stories-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .cpt-stories-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .cpt-stories-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .cpt-stories-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .cpt-stories-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .cpt-stories-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .cpt-stories-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .cpt-stories-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .cpt-stories-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .cpt-stories-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .cpt-stories-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .cpt-stories-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .cpt-stories-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .cpt-stories-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .cpt-stories-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .cpt-stories-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .cpt-stories-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .cpt-stories-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .cpt-stories-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .cpt-stories-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .cpt-stories-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .cpt-stories-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .cpt-stories-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .cpt-stories-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .cpt-stories-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .cpt-stories-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .cpt-stories-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .cpt-stories-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .cpt-stories-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .cpt-stories-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .cpt-stories-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .cpt-stories-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .cpt-stories-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .cpt-stories-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .cpt-stories-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .cpt-stories-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .cpt-stories-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .cpt-stories-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .cpt-stories-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .cpt-stories-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .cpt-stories-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .cpt-stories-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .cpt-stories-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .cpt-stories-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .cpt-stories-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .cpt-stories-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .cpt-stories-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .cpt-stories-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .cpt-stories-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .cpt-stories-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .cpt-stories-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .cpt-stories-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .cpt-stories-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .cpt-stories-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .cpt-stories-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .cpt-stories-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .cpt-stories-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.cpt-stories-m-0 {
  margin: 0 !important;
}

.cpt-stories-mt-0,
.cpt-stories-my-0 {
  margin-top: 0 !important;
}

.cpt-stories-mr-0,
.cpt-stories-mx-0 {
  margin-right: 0 !important;
}

.cpt-stories-mb-0,
.cpt-stories-my-0 {
  margin-bottom: 0 !important;
}

.cpt-stories-ml-0,
.cpt-stories-mx-0 {
  margin-left: 0 !important;
}

.cpt-stories-m-1 {
  margin: 0.25rem !important;
}

.cpt-stories-mt-1,
.cpt-stories-my-1 {
  margin-top: 0.25rem !important;
}

.cpt-stories-mr-1,
.cpt-stories-mx-1 {
  margin-right: 0.25rem !important;
}

.cpt-stories-mb-1,
.cpt-stories-my-1 {
  margin-bottom: 0.25rem !important;
}

.cpt-stories-ml-1,
.cpt-stories-mx-1 {
  margin-left: 0.25rem !important;
}

.cpt-stories-m-2 {
  margin: 0.5rem !important;
}

.cpt-stories-mt-2,
.cpt-stories-my-2 {
  margin-top: 0.5rem !important;
}

.cpt-stories-mr-2,
.cpt-stories-mx-2 {
  margin-right: 0.5rem !important;
}

.cpt-stories-mb-2,
.cpt-stories-my-2 {
  margin-bottom: 0.5rem !important;
}

.cpt-stories-ml-2,
.cpt-stories-mx-2 {
  margin-left: 0.5rem !important;
}

.cpt-stories-m-3 {
  margin: 1rem !important;
}

.cpt-stories-mt-3,
.cpt-stories-my-3 {
  margin-top: 1rem !important;
}

.cpt-stories-mr-3,
.cpt-stories-mx-3 {
  margin-right: 1rem !important;
}

.cpt-stories-mb-3,
.cpt-stories-my-3 {
  margin-bottom: 1rem !important;
}

.cpt-stories-ml-3,
.cpt-stories-mx-3 {
  margin-left: 1rem !important;
}

.cpt-stories-m-4 {
  margin: 1.5rem !important;
}

.cpt-stories-mt-4,
.cpt-stories-my-4 {
  margin-top: 1.5rem !important;
}

.cpt-stories-mr-4,
.cpt-stories-mx-4 {
  margin-right: 1.5rem !important;
}

.cpt-stories-mb-4,
.cpt-stories-my-4 {
  margin-bottom: 1.5rem !important;
}

.cpt-stories-ml-4,
.cpt-stories-mx-4 {
  margin-left: 1.5rem !important;
}

.cpt-stories-m-5 {
  margin: 3rem !important;
}

.cpt-stories-mt-5,
.cpt-stories-my-5 {
  margin-top: 3rem !important;
}

.cpt-stories-mr-5,
.cpt-stories-mx-5 {
  margin-right: 3rem !important;
}

.cpt-stories-mb-5,
.cpt-stories-my-5 {
  margin-bottom: 3rem !important;
}

.cpt-stories-ml-5,
.cpt-stories-mx-5 {
  margin-left: 3rem !important;
}

.cpt-stories-p-0 {
  padding: 0 !important;
}

.cpt-stories-pt-0,
.cpt-stories-py-0 {
  padding-top: 0 !important;
}

.cpt-stories-pr-0,
.cpt-stories-px-0 {
  padding-right: 0 !important;
}

.cpt-stories-pb-0,
.cpt-stories-py-0 {
  padding-bottom: 0 !important;
}

.cpt-stories-pl-0,
.cpt-stories-px-0 {
  padding-left: 0 !important;
}

.cpt-stories-p-1 {
  padding: 0.25rem !important;
}

.cpt-stories-pt-1,
.cpt-stories-py-1 {
  padding-top: 0.25rem !important;
}

.cpt-stories-pr-1,
.cpt-stories-px-1 {
  padding-right: 0.25rem !important;
}

.cpt-stories-pb-1,
.cpt-stories-py-1 {
  padding-bottom: 0.25rem !important;
}

.cpt-stories-pl-1,
.cpt-stories-px-1 {
  padding-left: 0.25rem !important;
}

.cpt-stories-p-2 {
  padding: 0.5rem !important;
}

.cpt-stories-pt-2,
.cpt-stories-py-2 {
  padding-top: 0.5rem !important;
}

.cpt-stories-pr-2,
.cpt-stories-px-2 {
  padding-right: 0.5rem !important;
}

.cpt-stories-pb-2,
.cpt-stories-py-2 {
  padding-bottom: 0.5rem !important;
}

.cpt-stories-pl-2,
.cpt-stories-px-2 {
  padding-left: 0.5rem !important;
}

.cpt-stories-p-3 {
  padding: 1rem !important;
}

.cpt-stories-pt-3,
.cpt-stories-py-3 {
  padding-top: 1rem !important;
}

.cpt-stories-pr-3,
.cpt-stories-px-3 {
  padding-right: 1rem !important;
}

.cpt-stories-pb-3,
.cpt-stories-py-3 {
  padding-bottom: 1rem !important;
}

.cpt-stories-pl-3,
.cpt-stories-px-3 {
  padding-left: 1rem !important;
}

.cpt-stories-p-4 {
  padding: 1.5rem !important;
}

.cpt-stories-pt-4,
.cpt-stories-py-4 {
  padding-top: 1.5rem !important;
}

.cpt-stories-pr-4,
.cpt-stories-px-4 {
  padding-right: 1.5rem !important;
}

.cpt-stories-pb-4,
.cpt-stories-py-4 {
  padding-bottom: 1.5rem !important;
}

.cpt-stories-pl-4,
.cpt-stories-px-4 {
  padding-left: 1.5rem !important;
}

.cpt-stories-p-5 {
  padding: 3rem !important;
}

.cpt-stories-pt-5,
.cpt-stories-py-5 {
  padding-top: 3rem !important;
}

.cpt-stories-pr-5,
.cpt-stories-px-5 {
  padding-right: 3rem !important;
}

.cpt-stories-pb-5,
.cpt-stories-py-5 {
  padding-bottom: 3rem !important;
}

.cpt-stories-pl-5,
.cpt-stories-px-5 {
  padding-left: 3rem !important;
}

.cpt-stories-m-n1 {
  margin: -0.25rem !important;
}

.cpt-stories-mt-n1,
.cpt-stories-my-n1 {
  margin-top: -0.25rem !important;
}

.cpt-stories-mr-n1,
.cpt-stories-mx-n1 {
  margin-right: -0.25rem !important;
}

.cpt-stories-mb-n1,
.cpt-stories-my-n1 {
  margin-bottom: -0.25rem !important;
}

.cpt-stories-ml-n1,
.cpt-stories-mx-n1 {
  margin-left: -0.25rem !important;
}

.cpt-stories-m-n2 {
  margin: -0.5rem !important;
}

.cpt-stories-mt-n2,
.cpt-stories-my-n2 {
  margin-top: -0.5rem !important;
}

.cpt-stories-mr-n2,
.cpt-stories-mx-n2 {
  margin-right: -0.5rem !important;
}

.cpt-stories-mb-n2,
.cpt-stories-my-n2 {
  margin-bottom: -0.5rem !important;
}

.cpt-stories-ml-n2,
.cpt-stories-mx-n2 {
  margin-left: -0.5rem !important;
}

.cpt-stories-m-n3 {
  margin: -1rem !important;
}

.cpt-stories-mt-n3,
.cpt-stories-my-n3 {
  margin-top: -1rem !important;
}

.cpt-stories-mr-n3,
.cpt-stories-mx-n3 {
  margin-right: -1rem !important;
}

.cpt-stories-mb-n3,
.cpt-stories-my-n3 {
  margin-bottom: -1rem !important;
}

.cpt-stories-ml-n3,
.cpt-stories-mx-n3 {
  margin-left: -1rem !important;
}

.cpt-stories-m-n4 {
  margin: -1.5rem !important;
}

.cpt-stories-mt-n4,
.cpt-stories-my-n4 {
  margin-top: -1.5rem !important;
}

.cpt-stories-mr-n4,
.cpt-stories-mx-n4 {
  margin-right: -1.5rem !important;
}

.cpt-stories-mb-n4,
.cpt-stories-my-n4 {
  margin-bottom: -1.5rem !important;
}

.cpt-stories-ml-n4,
.cpt-stories-mx-n4 {
  margin-left: -1.5rem !important;
}

.cpt-stories-m-n5 {
  margin: -3rem !important;
}

.cpt-stories-mt-n5,
.cpt-stories-my-n5 {
  margin-top: -3rem !important;
}

.cpt-stories-mr-n5,
.cpt-stories-mx-n5 {
  margin-right: -3rem !important;
}

.cpt-stories-mb-n5,
.cpt-stories-my-n5 {
  margin-bottom: -3rem !important;
}

.cpt-stories-ml-n5,
.cpt-stories-mx-n5 {
  margin-left: -3rem !important;
}

.cpt-stories-m-auto {
  margin: auto !important;
}

.cpt-stories-mt-auto,
.cpt-stories-my-auto {
  margin-top: auto !important;
}

.cpt-stories-mr-auto,
.cpt-stories-mx-auto {
  margin-right: auto !important;
}

.cpt-stories-mb-auto,
.cpt-stories-my-auto {
  margin-bottom: auto !important;
}

.cpt-stories-ml-auto,
.cpt-stories-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .cpt-stories-m-sm-0 {
    margin: 0 !important;
  }
  .cpt-stories-mt-sm-0,
  .cpt-stories-my-sm-0 {
    margin-top: 0 !important;
  }
  .cpt-stories-mr-sm-0,
  .cpt-stories-mx-sm-0 {
    margin-right: 0 !important;
  }
  .cpt-stories-mb-sm-0,
  .cpt-stories-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .cpt-stories-ml-sm-0,
  .cpt-stories-mx-sm-0 {
    margin-left: 0 !important;
  }
  .cpt-stories-m-sm-1 {
    margin: 0.25rem !important;
  }
  .cpt-stories-mt-sm-1,
  .cpt-stories-my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .cpt-stories-mr-sm-1,
  .cpt-stories-mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .cpt-stories-mb-sm-1,
  .cpt-stories-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .cpt-stories-ml-sm-1,
  .cpt-stories-mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .cpt-stories-m-sm-2 {
    margin: 0.5rem !important;
  }
  .cpt-stories-mt-sm-2,
  .cpt-stories-my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .cpt-stories-mr-sm-2,
  .cpt-stories-mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .cpt-stories-mb-sm-2,
  .cpt-stories-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .cpt-stories-ml-sm-2,
  .cpt-stories-mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .cpt-stories-m-sm-3 {
    margin: 1rem !important;
  }
  .cpt-stories-mt-sm-3,
  .cpt-stories-my-sm-3 {
    margin-top: 1rem !important;
  }
  .cpt-stories-mr-sm-3,
  .cpt-stories-mx-sm-3 {
    margin-right: 1rem !important;
  }
  .cpt-stories-mb-sm-3,
  .cpt-stories-my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .cpt-stories-ml-sm-3,
  .cpt-stories-mx-sm-3 {
    margin-left: 1rem !important;
  }
  .cpt-stories-m-sm-4 {
    margin: 1.5rem !important;
  }
  .cpt-stories-mt-sm-4,
  .cpt-stories-my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .cpt-stories-mr-sm-4,
  .cpt-stories-mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .cpt-stories-mb-sm-4,
  .cpt-stories-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .cpt-stories-ml-sm-4,
  .cpt-stories-mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .cpt-stories-m-sm-5 {
    margin: 3rem !important;
  }
  .cpt-stories-mt-sm-5,
  .cpt-stories-my-sm-5 {
    margin-top: 3rem !important;
  }
  .cpt-stories-mr-sm-5,
  .cpt-stories-mx-sm-5 {
    margin-right: 3rem !important;
  }
  .cpt-stories-mb-sm-5,
  .cpt-stories-my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .cpt-stories-ml-sm-5,
  .cpt-stories-mx-sm-5 {
    margin-left: 3rem !important;
  }
  .cpt-stories-p-sm-0 {
    padding: 0 !important;
  }
  .cpt-stories-pt-sm-0,
  .cpt-stories-py-sm-0 {
    padding-top: 0 !important;
  }
  .cpt-stories-pr-sm-0,
  .cpt-stories-px-sm-0 {
    padding-right: 0 !important;
  }
  .cpt-stories-pb-sm-0,
  .cpt-stories-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .cpt-stories-pl-sm-0,
  .cpt-stories-px-sm-0 {
    padding-left: 0 !important;
  }
  .cpt-stories-p-sm-1 {
    padding: 0.25rem !important;
  }
  .cpt-stories-pt-sm-1,
  .cpt-stories-py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .cpt-stories-pr-sm-1,
  .cpt-stories-px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .cpt-stories-pb-sm-1,
  .cpt-stories-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .cpt-stories-pl-sm-1,
  .cpt-stories-px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .cpt-stories-p-sm-2 {
    padding: 0.5rem !important;
  }
  .cpt-stories-pt-sm-2,
  .cpt-stories-py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .cpt-stories-pr-sm-2,
  .cpt-stories-px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .cpt-stories-pb-sm-2,
  .cpt-stories-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .cpt-stories-pl-sm-2,
  .cpt-stories-px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .cpt-stories-p-sm-3 {
    padding: 1rem !important;
  }
  .cpt-stories-pt-sm-3,
  .cpt-stories-py-sm-3 {
    padding-top: 1rem !important;
  }
  .cpt-stories-pr-sm-3,
  .cpt-stories-px-sm-3 {
    padding-right: 1rem !important;
  }
  .cpt-stories-pb-sm-3,
  .cpt-stories-py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .cpt-stories-pl-sm-3,
  .cpt-stories-px-sm-3 {
    padding-left: 1rem !important;
  }
  .cpt-stories-p-sm-4 {
    padding: 1.5rem !important;
  }
  .cpt-stories-pt-sm-4,
  .cpt-stories-py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .cpt-stories-pr-sm-4,
  .cpt-stories-px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .cpt-stories-pb-sm-4,
  .cpt-stories-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .cpt-stories-pl-sm-4,
  .cpt-stories-px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .cpt-stories-p-sm-5 {
    padding: 3rem !important;
  }
  .cpt-stories-pt-sm-5,
  .cpt-stories-py-sm-5 {
    padding-top: 3rem !important;
  }
  .cpt-stories-pr-sm-5,
  .cpt-stories-px-sm-5 {
    padding-right: 3rem !important;
  }
  .cpt-stories-pb-sm-5,
  .cpt-stories-py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .cpt-stories-pl-sm-5,
  .cpt-stories-px-sm-5 {
    padding-left: 3rem !important;
  }
  .cpt-stories-m-sm-n1 {
    margin: -0.25rem !important;
  }
  .cpt-stories-mt-sm-n1,
  .cpt-stories-my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .cpt-stories-mr-sm-n1,
  .cpt-stories-mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .cpt-stories-mb-sm-n1,
  .cpt-stories-my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .cpt-stories-ml-sm-n1,
  .cpt-stories-mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .cpt-stories-m-sm-n2 {
    margin: -0.5rem !important;
  }
  .cpt-stories-mt-sm-n2,
  .cpt-stories-my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .cpt-stories-mr-sm-n2,
  .cpt-stories-mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .cpt-stories-mb-sm-n2,
  .cpt-stories-my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .cpt-stories-ml-sm-n2,
  .cpt-stories-mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .cpt-stories-m-sm-n3 {
    margin: -1rem !important;
  }
  .cpt-stories-mt-sm-n3,
  .cpt-stories-my-sm-n3 {
    margin-top: -1rem !important;
  }
  .cpt-stories-mr-sm-n3,
  .cpt-stories-mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .cpt-stories-mb-sm-n3,
  .cpt-stories-my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .cpt-stories-ml-sm-n3,
  .cpt-stories-mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .cpt-stories-m-sm-n4 {
    margin: -1.5rem !important;
  }
  .cpt-stories-mt-sm-n4,
  .cpt-stories-my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .cpt-stories-mr-sm-n4,
  .cpt-stories-mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .cpt-stories-mb-sm-n4,
  .cpt-stories-my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .cpt-stories-ml-sm-n4,
  .cpt-stories-mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .cpt-stories-m-sm-n5 {
    margin: -3rem !important;
  }
  .cpt-stories-mt-sm-n5,
  .cpt-stories-my-sm-n5 {
    margin-top: -3rem !important;
  }
  .cpt-stories-mr-sm-n5,
  .cpt-stories-mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .cpt-stories-mb-sm-n5,
  .cpt-stories-my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .cpt-stories-ml-sm-n5,
  .cpt-stories-mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .cpt-stories-m-sm-auto {
    margin: auto !important;
  }
  .cpt-stories-mt-sm-auto,
  .cpt-stories-my-sm-auto {
    margin-top: auto !important;
  }
  .cpt-stories-mr-sm-auto,
  .cpt-stories-mx-sm-auto {
    margin-right: auto !important;
  }
  .cpt-stories-mb-sm-auto,
  .cpt-stories-my-sm-auto {
    margin-bottom: auto !important;
  }
  .cpt-stories-ml-sm-auto,
  .cpt-stories-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .cpt-stories-m-md-0 {
    margin: 0 !important;
  }
  .cpt-stories-mt-md-0,
  .cpt-stories-my-md-0 {
    margin-top: 0 !important;
  }
  .cpt-stories-mr-md-0,
  .cpt-stories-mx-md-0 {
    margin-right: 0 !important;
  }
  .cpt-stories-mb-md-0,
  .cpt-stories-my-md-0 {
    margin-bottom: 0 !important;
  }
  .cpt-stories-ml-md-0,
  .cpt-stories-mx-md-0 {
    margin-left: 0 !important;
  }
  .cpt-stories-m-md-1 {
    margin: 0.25rem !important;
  }
  .cpt-stories-mt-md-1,
  .cpt-stories-my-md-1 {
    margin-top: 0.25rem !important;
  }
  .cpt-stories-mr-md-1,
  .cpt-stories-mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .cpt-stories-mb-md-1,
  .cpt-stories-my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .cpt-stories-ml-md-1,
  .cpt-stories-mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .cpt-stories-m-md-2 {
    margin: 0.5rem !important;
  }
  .cpt-stories-mt-md-2,
  .cpt-stories-my-md-2 {
    margin-top: 0.5rem !important;
  }
  .cpt-stories-mr-md-2,
  .cpt-stories-mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .cpt-stories-mb-md-2,
  .cpt-stories-my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .cpt-stories-ml-md-2,
  .cpt-stories-mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .cpt-stories-m-md-3 {
    margin: 1rem !important;
  }
  .cpt-stories-mt-md-3,
  .cpt-stories-my-md-3 {
    margin-top: 1rem !important;
  }
  .cpt-stories-mr-md-3,
  .cpt-stories-mx-md-3 {
    margin-right: 1rem !important;
  }
  .cpt-stories-mb-md-3,
  .cpt-stories-my-md-3 {
    margin-bottom: 1rem !important;
  }
  .cpt-stories-ml-md-3,
  .cpt-stories-mx-md-3 {
    margin-left: 1rem !important;
  }
  .cpt-stories-m-md-4 {
    margin: 1.5rem !important;
  }
  .cpt-stories-mt-md-4,
  .cpt-stories-my-md-4 {
    margin-top: 1.5rem !important;
  }
  .cpt-stories-mr-md-4,
  .cpt-stories-mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .cpt-stories-mb-md-4,
  .cpt-stories-my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .cpt-stories-ml-md-4,
  .cpt-stories-mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .cpt-stories-m-md-5 {
    margin: 3rem !important;
  }
  .cpt-stories-mt-md-5,
  .cpt-stories-my-md-5 {
    margin-top: 3rem !important;
  }
  .cpt-stories-mr-md-5,
  .cpt-stories-mx-md-5 {
    margin-right: 3rem !important;
  }
  .cpt-stories-mb-md-5,
  .cpt-stories-my-md-5 {
    margin-bottom: 3rem !important;
  }
  .cpt-stories-ml-md-5,
  .cpt-stories-mx-md-5 {
    margin-left: 3rem !important;
  }
  .cpt-stories-p-md-0 {
    padding: 0 !important;
  }
  .cpt-stories-pt-md-0,
  .cpt-stories-py-md-0 {
    padding-top: 0 !important;
  }
  .cpt-stories-pr-md-0,
  .cpt-stories-px-md-0 {
    padding-right: 0 !important;
  }
  .cpt-stories-pb-md-0,
  .cpt-stories-py-md-0 {
    padding-bottom: 0 !important;
  }
  .cpt-stories-pl-md-0,
  .cpt-stories-px-md-0 {
    padding-left: 0 !important;
  }
  .cpt-stories-p-md-1 {
    padding: 0.25rem !important;
  }
  .cpt-stories-pt-md-1,
  .cpt-stories-py-md-1 {
    padding-top: 0.25rem !important;
  }
  .cpt-stories-pr-md-1,
  .cpt-stories-px-md-1 {
    padding-right: 0.25rem !important;
  }
  .cpt-stories-pb-md-1,
  .cpt-stories-py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .cpt-stories-pl-md-1,
  .cpt-stories-px-md-1 {
    padding-left: 0.25rem !important;
  }
  .cpt-stories-p-md-2 {
    padding: 0.5rem !important;
  }
  .cpt-stories-pt-md-2,
  .cpt-stories-py-md-2 {
    padding-top: 0.5rem !important;
  }
  .cpt-stories-pr-md-2,
  .cpt-stories-px-md-2 {
    padding-right: 0.5rem !important;
  }
  .cpt-stories-pb-md-2,
  .cpt-stories-py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .cpt-stories-pl-md-2,
  .cpt-stories-px-md-2 {
    padding-left: 0.5rem !important;
  }
  .cpt-stories-p-md-3 {
    padding: 1rem !important;
  }
  .cpt-stories-pt-md-3,
  .cpt-stories-py-md-3 {
    padding-top: 1rem !important;
  }
  .cpt-stories-pr-md-3,
  .cpt-stories-px-md-3 {
    padding-right: 1rem !important;
  }
  .cpt-stories-pb-md-3,
  .cpt-stories-py-md-3 {
    padding-bottom: 1rem !important;
  }
  .cpt-stories-pl-md-3,
  .cpt-stories-px-md-3 {
    padding-left: 1rem !important;
  }
  .cpt-stories-p-md-4 {
    padding: 1.5rem !important;
  }
  .cpt-stories-pt-md-4,
  .cpt-stories-py-md-4 {
    padding-top: 1.5rem !important;
  }
  .cpt-stories-pr-md-4,
  .cpt-stories-px-md-4 {
    padding-right: 1.5rem !important;
  }
  .cpt-stories-pb-md-4,
  .cpt-stories-py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .cpt-stories-pl-md-4,
  .cpt-stories-px-md-4 {
    padding-left: 1.5rem !important;
  }
  .cpt-stories-p-md-5 {
    padding: 3rem !important;
  }
  .cpt-stories-pt-md-5,
  .cpt-stories-py-md-5 {
    padding-top: 3rem !important;
  }
  .cpt-stories-pr-md-5,
  .cpt-stories-px-md-5 {
    padding-right: 3rem !important;
  }
  .cpt-stories-pb-md-5,
  .cpt-stories-py-md-5 {
    padding-bottom: 3rem !important;
  }
  .cpt-stories-pl-md-5,
  .cpt-stories-px-md-5 {
    padding-left: 3rem !important;
  }
  .cpt-stories-m-md-n1 {
    margin: -0.25rem !important;
  }
  .cpt-stories-mt-md-n1,
  .cpt-stories-my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .cpt-stories-mr-md-n1,
  .cpt-stories-mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .cpt-stories-mb-md-n1,
  .cpt-stories-my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .cpt-stories-ml-md-n1,
  .cpt-stories-mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .cpt-stories-m-md-n2 {
    margin: -0.5rem !important;
  }
  .cpt-stories-mt-md-n2,
  .cpt-stories-my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .cpt-stories-mr-md-n2,
  .cpt-stories-mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .cpt-stories-mb-md-n2,
  .cpt-stories-my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .cpt-stories-ml-md-n2,
  .cpt-stories-mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .cpt-stories-m-md-n3 {
    margin: -1rem !important;
  }
  .cpt-stories-mt-md-n3,
  .cpt-stories-my-md-n3 {
    margin-top: -1rem !important;
  }
  .cpt-stories-mr-md-n3,
  .cpt-stories-mx-md-n3 {
    margin-right: -1rem !important;
  }
  .cpt-stories-mb-md-n3,
  .cpt-stories-my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .cpt-stories-ml-md-n3,
  .cpt-stories-mx-md-n3 {
    margin-left: -1rem !important;
  }
  .cpt-stories-m-md-n4 {
    margin: -1.5rem !important;
  }
  .cpt-stories-mt-md-n4,
  .cpt-stories-my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .cpt-stories-mr-md-n4,
  .cpt-stories-mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .cpt-stories-mb-md-n4,
  .cpt-stories-my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .cpt-stories-ml-md-n4,
  .cpt-stories-mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .cpt-stories-m-md-n5 {
    margin: -3rem !important;
  }
  .cpt-stories-mt-md-n5,
  .cpt-stories-my-md-n5 {
    margin-top: -3rem !important;
  }
  .cpt-stories-mr-md-n5,
  .cpt-stories-mx-md-n5 {
    margin-right: -3rem !important;
  }
  .cpt-stories-mb-md-n5,
  .cpt-stories-my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .cpt-stories-ml-md-n5,
  .cpt-stories-mx-md-n5 {
    margin-left: -3rem !important;
  }
  .cpt-stories-m-md-auto {
    margin: auto !important;
  }
  .cpt-stories-mt-md-auto,
  .cpt-stories-my-md-auto {
    margin-top: auto !important;
  }
  .cpt-stories-mr-md-auto,
  .cpt-stories-mx-md-auto {
    margin-right: auto !important;
  }
  .cpt-stories-mb-md-auto,
  .cpt-stories-my-md-auto {
    margin-bottom: auto !important;
  }
  .cpt-stories-ml-md-auto,
  .cpt-stories-mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .cpt-stories-m-lg-0 {
    margin: 0 !important;
  }
  .cpt-stories-mt-lg-0,
  .cpt-stories-my-lg-0 {
    margin-top: 0 !important;
  }
  .cpt-stories-mr-lg-0,
  .cpt-stories-mx-lg-0 {
    margin-right: 0 !important;
  }
  .cpt-stories-mb-lg-0,
  .cpt-stories-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .cpt-stories-ml-lg-0,
  .cpt-stories-mx-lg-0 {
    margin-left: 0 !important;
  }
  .cpt-stories-m-lg-1 {
    margin: 0.25rem !important;
  }
  .cpt-stories-mt-lg-1,
  .cpt-stories-my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .cpt-stories-mr-lg-1,
  .cpt-stories-mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .cpt-stories-mb-lg-1,
  .cpt-stories-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .cpt-stories-ml-lg-1,
  .cpt-stories-mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .cpt-stories-m-lg-2 {
    margin: 0.5rem !important;
  }
  .cpt-stories-mt-lg-2,
  .cpt-stories-my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .cpt-stories-mr-lg-2,
  .cpt-stories-mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .cpt-stories-mb-lg-2,
  .cpt-stories-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .cpt-stories-ml-lg-2,
  .cpt-stories-mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .cpt-stories-m-lg-3 {
    margin: 1rem !important;
  }
  .cpt-stories-mt-lg-3,
  .cpt-stories-my-lg-3 {
    margin-top: 1rem !important;
  }
  .cpt-stories-mr-lg-3,
  .cpt-stories-mx-lg-3 {
    margin-right: 1rem !important;
  }
  .cpt-stories-mb-lg-3,
  .cpt-stories-my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .cpt-stories-ml-lg-3,
  .cpt-stories-mx-lg-3 {
    margin-left: 1rem !important;
  }
  .cpt-stories-m-lg-4 {
    margin: 1.5rem !important;
  }
  .cpt-stories-mt-lg-4,
  .cpt-stories-my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .cpt-stories-mr-lg-4,
  .cpt-stories-mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .cpt-stories-mb-lg-4,
  .cpt-stories-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .cpt-stories-ml-lg-4,
  .cpt-stories-mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .cpt-stories-m-lg-5 {
    margin: 3rem !important;
  }
  .cpt-stories-mt-lg-5,
  .cpt-stories-my-lg-5 {
    margin-top: 3rem !important;
  }
  .cpt-stories-mr-lg-5,
  .cpt-stories-mx-lg-5 {
    margin-right: 3rem !important;
  }
  .cpt-stories-mb-lg-5,
  .cpt-stories-my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .cpt-stories-ml-lg-5,
  .cpt-stories-mx-lg-5 {
    margin-left: 3rem !important;
  }
  .cpt-stories-p-lg-0 {
    padding: 0 !important;
  }
  .cpt-stories-pt-lg-0,
  .cpt-stories-py-lg-0 {
    padding-top: 0 !important;
  }
  .cpt-stories-pr-lg-0,
  .cpt-stories-px-lg-0 {
    padding-right: 0 !important;
  }
  .cpt-stories-pb-lg-0,
  .cpt-stories-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .cpt-stories-pl-lg-0,
  .cpt-stories-px-lg-0 {
    padding-left: 0 !important;
  }
  .cpt-stories-p-lg-1 {
    padding: 0.25rem !important;
  }
  .cpt-stories-pt-lg-1,
  .cpt-stories-py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .cpt-stories-pr-lg-1,
  .cpt-stories-px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .cpt-stories-pb-lg-1,
  .cpt-stories-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .cpt-stories-pl-lg-1,
  .cpt-stories-px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .cpt-stories-p-lg-2 {
    padding: 0.5rem !important;
  }
  .cpt-stories-pt-lg-2,
  .cpt-stories-py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .cpt-stories-pr-lg-2,
  .cpt-stories-px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .cpt-stories-pb-lg-2,
  .cpt-stories-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .cpt-stories-pl-lg-2,
  .cpt-stories-px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .cpt-stories-p-lg-3 {
    padding: 1rem !important;
  }
  .cpt-stories-pt-lg-3,
  .cpt-stories-py-lg-3 {
    padding-top: 1rem !important;
  }
  .cpt-stories-pr-lg-3,
  .cpt-stories-px-lg-3 {
    padding-right: 1rem !important;
  }
  .cpt-stories-pb-lg-3,
  .cpt-stories-py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .cpt-stories-pl-lg-3,
  .cpt-stories-px-lg-3 {
    padding-left: 1rem !important;
  }
  .cpt-stories-p-lg-4 {
    padding: 1.5rem !important;
  }
  .cpt-stories-pt-lg-4,
  .cpt-stories-py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .cpt-stories-pr-lg-4,
  .cpt-stories-px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .cpt-stories-pb-lg-4,
  .cpt-stories-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .cpt-stories-pl-lg-4,
  .cpt-stories-px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .cpt-stories-p-lg-5 {
    padding: 3rem !important;
  }
  .cpt-stories-pt-lg-5,
  .cpt-stories-py-lg-5 {
    padding-top: 3rem !important;
  }
  .cpt-stories-pr-lg-5,
  .cpt-stories-px-lg-5 {
    padding-right: 3rem !important;
  }
  .cpt-stories-pb-lg-5,
  .cpt-stories-py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .cpt-stories-pl-lg-5,
  .cpt-stories-px-lg-5 {
    padding-left: 3rem !important;
  }
  .cpt-stories-m-lg-n1 {
    margin: -0.25rem !important;
  }
  .cpt-stories-mt-lg-n1,
  .cpt-stories-my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .cpt-stories-mr-lg-n1,
  .cpt-stories-mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .cpt-stories-mb-lg-n1,
  .cpt-stories-my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .cpt-stories-ml-lg-n1,
  .cpt-stories-mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .cpt-stories-m-lg-n2 {
    margin: -0.5rem !important;
  }
  .cpt-stories-mt-lg-n2,
  .cpt-stories-my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .cpt-stories-mr-lg-n2,
  .cpt-stories-mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .cpt-stories-mb-lg-n2,
  .cpt-stories-my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .cpt-stories-ml-lg-n2,
  .cpt-stories-mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .cpt-stories-m-lg-n3 {
    margin: -1rem !important;
  }
  .cpt-stories-mt-lg-n3,
  .cpt-stories-my-lg-n3 {
    margin-top: -1rem !important;
  }
  .cpt-stories-mr-lg-n3,
  .cpt-stories-mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .cpt-stories-mb-lg-n3,
  .cpt-stories-my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .cpt-stories-ml-lg-n3,
  .cpt-stories-mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .cpt-stories-m-lg-n4 {
    margin: -1.5rem !important;
  }
  .cpt-stories-mt-lg-n4,
  .cpt-stories-my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .cpt-stories-mr-lg-n4,
  .cpt-stories-mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .cpt-stories-mb-lg-n4,
  .cpt-stories-my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .cpt-stories-ml-lg-n4,
  .cpt-stories-mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .cpt-stories-m-lg-n5 {
    margin: -3rem !important;
  }
  .cpt-stories-mt-lg-n5,
  .cpt-stories-my-lg-n5 {
    margin-top: -3rem !important;
  }
  .cpt-stories-mr-lg-n5,
  .cpt-stories-mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .cpt-stories-mb-lg-n5,
  .cpt-stories-my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .cpt-stories-ml-lg-n5,
  .cpt-stories-mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .cpt-stories-m-lg-auto {
    margin: auto !important;
  }
  .cpt-stories-mt-lg-auto,
  .cpt-stories-my-lg-auto {
    margin-top: auto !important;
  }
  .cpt-stories-mr-lg-auto,
  .cpt-stories-mx-lg-auto {
    margin-right: auto !important;
  }
  .cpt-stories-mb-lg-auto,
  .cpt-stories-my-lg-auto {
    margin-bottom: auto !important;
  }
  .cpt-stories-ml-lg-auto,
  .cpt-stories-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .cpt-stories-m-xl-0 {
    margin: 0 !important;
  }
  .cpt-stories-mt-xl-0,
  .cpt-stories-my-xl-0 {
    margin-top: 0 !important;
  }
  .cpt-stories-mr-xl-0,
  .cpt-stories-mx-xl-0 {
    margin-right: 0 !important;
  }
  .cpt-stories-mb-xl-0,
  .cpt-stories-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .cpt-stories-ml-xl-0,
  .cpt-stories-mx-xl-0 {
    margin-left: 0 !important;
  }
  .cpt-stories-m-xl-1 {
    margin: 0.25rem !important;
  }
  .cpt-stories-mt-xl-1,
  .cpt-stories-my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .cpt-stories-mr-xl-1,
  .cpt-stories-mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .cpt-stories-mb-xl-1,
  .cpt-stories-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .cpt-stories-ml-xl-1,
  .cpt-stories-mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .cpt-stories-m-xl-2 {
    margin: 0.5rem !important;
  }
  .cpt-stories-mt-xl-2,
  .cpt-stories-my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .cpt-stories-mr-xl-2,
  .cpt-stories-mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .cpt-stories-mb-xl-2,
  .cpt-stories-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .cpt-stories-ml-xl-2,
  .cpt-stories-mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .cpt-stories-m-xl-3 {
    margin: 1rem !important;
  }
  .cpt-stories-mt-xl-3,
  .cpt-stories-my-xl-3 {
    margin-top: 1rem !important;
  }
  .cpt-stories-mr-xl-3,
  .cpt-stories-mx-xl-3 {
    margin-right: 1rem !important;
  }
  .cpt-stories-mb-xl-3,
  .cpt-stories-my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .cpt-stories-ml-xl-3,
  .cpt-stories-mx-xl-3 {
    margin-left: 1rem !important;
  }
  .cpt-stories-m-xl-4 {
    margin: 1.5rem !important;
  }
  .cpt-stories-mt-xl-4,
  .cpt-stories-my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .cpt-stories-mr-xl-4,
  .cpt-stories-mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .cpt-stories-mb-xl-4,
  .cpt-stories-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .cpt-stories-ml-xl-4,
  .cpt-stories-mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .cpt-stories-m-xl-5 {
    margin: 3rem !important;
  }
  .cpt-stories-mt-xl-5,
  .cpt-stories-my-xl-5 {
    margin-top: 3rem !important;
  }
  .cpt-stories-mr-xl-5,
  .cpt-stories-mx-xl-5 {
    margin-right: 3rem !important;
  }
  .cpt-stories-mb-xl-5,
  .cpt-stories-my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .cpt-stories-ml-xl-5,
  .cpt-stories-mx-xl-5 {
    margin-left: 3rem !important;
  }
  .cpt-stories-p-xl-0 {
    padding: 0 !important;
  }
  .cpt-stories-pt-xl-0,
  .cpt-stories-py-xl-0 {
    padding-top: 0 !important;
  }
  .cpt-stories-pr-xl-0,
  .cpt-stories-px-xl-0 {
    padding-right: 0 !important;
  }
  .cpt-stories-pb-xl-0,
  .cpt-stories-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .cpt-stories-pl-xl-0,
  .cpt-stories-px-xl-0 {
    padding-left: 0 !important;
  }
  .cpt-stories-p-xl-1 {
    padding: 0.25rem !important;
  }
  .cpt-stories-pt-xl-1,
  .cpt-stories-py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .cpt-stories-pr-xl-1,
  .cpt-stories-px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .cpt-stories-pb-xl-1,
  .cpt-stories-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .cpt-stories-pl-xl-1,
  .cpt-stories-px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .cpt-stories-p-xl-2 {
    padding: 0.5rem !important;
  }
  .cpt-stories-pt-xl-2,
  .cpt-stories-py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .cpt-stories-pr-xl-2,
  .cpt-stories-px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .cpt-stories-pb-xl-2,
  .cpt-stories-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .cpt-stories-pl-xl-2,
  .cpt-stories-px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .cpt-stories-p-xl-3 {
    padding: 1rem !important;
  }
  .cpt-stories-pt-xl-3,
  .cpt-stories-py-xl-3 {
    padding-top: 1rem !important;
  }
  .cpt-stories-pr-xl-3,
  .cpt-stories-px-xl-3 {
    padding-right: 1rem !important;
  }
  .cpt-stories-pb-xl-3,
  .cpt-stories-py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .cpt-stories-pl-xl-3,
  .cpt-stories-px-xl-3 {
    padding-left: 1rem !important;
  }
  .cpt-stories-p-xl-4 {
    padding: 1.5rem !important;
  }
  .cpt-stories-pt-xl-4,
  .cpt-stories-py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .cpt-stories-pr-xl-4,
  .cpt-stories-px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .cpt-stories-pb-xl-4,
  .cpt-stories-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .cpt-stories-pl-xl-4,
  .cpt-stories-px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .cpt-stories-p-xl-5 {
    padding: 3rem !important;
  }
  .cpt-stories-pt-xl-5,
  .cpt-stories-py-xl-5 {
    padding-top: 3rem !important;
  }
  .cpt-stories-pr-xl-5,
  .cpt-stories-px-xl-5 {
    padding-right: 3rem !important;
  }
  .cpt-stories-pb-xl-5,
  .cpt-stories-py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .cpt-stories-pl-xl-5,
  .cpt-stories-px-xl-5 {
    padding-left: 3rem !important;
  }
  .cpt-stories-m-xl-n1 {
    margin: -0.25rem !important;
  }
  .cpt-stories-mt-xl-n1,
  .cpt-stories-my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .cpt-stories-mr-xl-n1,
  .cpt-stories-mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .cpt-stories-mb-xl-n1,
  .cpt-stories-my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .cpt-stories-ml-xl-n1,
  .cpt-stories-mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .cpt-stories-m-xl-n2 {
    margin: -0.5rem !important;
  }
  .cpt-stories-mt-xl-n2,
  .cpt-stories-my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .cpt-stories-mr-xl-n2,
  .cpt-stories-mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .cpt-stories-mb-xl-n2,
  .cpt-stories-my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .cpt-stories-ml-xl-n2,
  .cpt-stories-mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .cpt-stories-m-xl-n3 {
    margin: -1rem !important;
  }
  .cpt-stories-mt-xl-n3,
  .cpt-stories-my-xl-n3 {
    margin-top: -1rem !important;
  }
  .cpt-stories-mr-xl-n3,
  .cpt-stories-mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .cpt-stories-mb-xl-n3,
  .cpt-stories-my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .cpt-stories-ml-xl-n3,
  .cpt-stories-mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .cpt-stories-m-xl-n4 {
    margin: -1.5rem !important;
  }
  .cpt-stories-mt-xl-n4,
  .cpt-stories-my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .cpt-stories-mr-xl-n4,
  .cpt-stories-mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .cpt-stories-mb-xl-n4,
  .cpt-stories-my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .cpt-stories-ml-xl-n4,
  .cpt-stories-mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .cpt-stories-m-xl-n5 {
    margin: -3rem !important;
  }
  .cpt-stories-mt-xl-n5,
  .cpt-stories-my-xl-n5 {
    margin-top: -3rem !important;
  }
  .cpt-stories-mr-xl-n5,
  .cpt-stories-mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .cpt-stories-mb-xl-n5,
  .cpt-stories-my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .cpt-stories-ml-xl-n5,
  .cpt-stories-mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .cpt-stories-m-xl-auto {
    margin: auto !important;
  }
  .cpt-stories-mt-xl-auto,
  .cpt-stories-my-xl-auto {
    margin-top: auto !important;
  }
  .cpt-stories-mr-xl-auto,
  .cpt-stories-mx-xl-auto {
    margin-right: auto !important;
  }
  .cpt-stories-mb-xl-auto,
  .cpt-stories-my-xl-auto {
    margin-bottom: auto !important;
  }
  .cpt-stories-ml-xl-auto,
  .cpt-stories-mx-xl-auto {
    margin-left: auto !important;
  }
}
/* End */


/* Start:/bitrix/tools/concept.stories/css/swiper.min.css?175015780013425*/
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/bitrix/tools/concept.stories/css/styles.css?175015780037678*/
.cpt-stories.cpt-stories-roboto .cpt-stories-bold{
    font-weight: 900;
}
.cpt-stories-decor-text-shadow_light{
    text-shadow: 0 0 10px rgba(255,255,255,1);
}
.cpt-stories-decor-text-shadow_dark{
    text-shadow: 0 0 10px rgba(0,0,0,1);
}
.cpt-stories-main-bg-clr{
    background-color: #008aff;
}
.cpt-stories-text-align-left{
    text-align: left;
}
.cpt-stories-text-align-center{
    text-align: center;
}
.cpt-stories-text-align-right{
    text-align: right;
}
.cpt-stories-std-bg-clr-blue{
    background-color: #2285c4;
}
.cpt-stories-std-bg-clr-red{
    background-color: #e5420b;
}
.cpt-stories-std-bg-clr-green{
    background-color: #3d860b;
}
.cpt-stories-std-bg-clr-dark-gray{
    background-color: #656565;
}
.cpt-stories-std-bg-clr-light-gray{
    background-color: #c1c1c1;
}

.cpt-stories,
.cpt-stories *,
.cpt-stories :after,
.cpt-stories :before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cpt-stories *:focus{
    outline: -webkit-focus-ring-color auto 0;
}
.cpt-stories-visible {
  visibility: visible;
}
.cpt-stories-invisible {
  visibility: hidden;
}
.cpt-stories-bg-cover{
    background-size: cover;
}
/*.cpt-stories a:visited,
.cpt-stories a:active,
.cpt-stories a:hover{
    color: unset;
}*/

.cpt-stories a.cpt-stories-txt-light,
.cpt-stories a.cpt-stories-txt-light:visited,
.cpt-stories a.cpt-stories-txt-light:active,
.cpt-stories a.cpt-stories-txt-light:hover{
    color: #fff;
}
.cpt-stories a.cpt-stories-txt-dark,
.cpt-stories a.cpt-stories-txt-dark:visited,
.cpt-stories a.cpt-stories-txt-dark:active,
.cpt-stories a.cpt-stories-txt-dark:hover{
    color: #000;
}

.cpt-stories-arrows .swiper-button-next:after,
.cpt-stories-arrows .swiper-button-prev:after{
    content: "";
}
.cpt-stories-border-padding{
    padding: 30px;
}
.cpt-stories-invisible-opacity{
    opacity: 0;
}
img.cpt-stories-img-fluid{
    max-width: 100%;
    height: auto;
}
.cpt-stories-modal button{
    border: 0;
    cursor: pointer;
}
.cpt-stories-modal button:active,
.cpt-stories-modal button:visited,
.cpt-stories-modal button:focus {
    border: 0;
    text-decoration: none !important;
    outline: none;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 1 !important;
}
.cpt-stories-elips{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.cpt-stories-pos-r{
    position: relative;
}
.cpt-stories-pos-a{
    position: absolute;
}
.cpt-stories-blur{
    -webkit-filter: blur(15px) grayscale(50%);
    -moz-filter: blur(15px) grayscale(50%);
    -ms-filter: blur(15px) grayscale(50%);
    -o-filter: blur(15px) grayscale(50%);
    filter: blur(15px) grayscale(50%);
}

.cpt-stories-overflow-hidden{
    overflow: hidden;
}

.cpt-stories-bg-default-settings{
    background-position: center;
    background-repeat: no-repeat;
}
.cpt-stories-def-btn{
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    cursor: pointer;
    border: 0;
    white-space: nowrap;
    padding: 20px 35px;
    text-decoration: none !important;
    text-align: center;
    outline: none;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 1;
    max-width: 100%;
}
.cpt-stories-def-btn:hover{
    transition: opacity .3s;
    opacity: .85;
}
.cpt-stories-shine{
    background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, .0) 70%);
    background-repeat: no-repeat;
    background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    animation: shine 5s ease reverse infinite;
    box-shadow: 0px 9px 40px 0px rgba(50, 50, 50, 0.30);
}
@keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}

@-webkit-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}

@-moz-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}

@-ms-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}

@-o-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}

.cpt-stories-modal{
    position: fixed;
    /*display: none;*/
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh,1vh) * 100);
    z-index: 100001;
    background-color: #eee;
}
/*.cpt-stories-modal{
    opacity: 0;
    text-align: center;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
}*/
.cpt-stories-modal.cpt-stories-active{
    opacity: 1;
}
.cpt-stories-modal-overlay,
.cpt-stories-bg-shadow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cpt-stories-modal-overlay{
    background-color: #aaa;
    transition: background-image .3s;
}

.cpt-stories-bg-shadow.cpt-stories-dark{
    background-color: rgba(37,37,37,0.8);
}
.cpt-stories-bg-shadow.cpt-stories-light{
    background-color: rgba(255,255,255,0.8);
}

.cpt-stories-modal-guts{
    position: relative;
    z-index: 9;
}
.cpt-stories-window{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.cpt-stories-window-shadow{
    position: absolute;
    left: 0;
    top: 35px;
    bottom: 30px;
    right: 0;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.3);
    box-shadow: 0 0 40px rgba(0,0,0,.3);
}
.cpt-stories-window-shadow,
.cpt-stories-frame{
    border-radius: 7px;
}
.cpt-stories-slides{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

.cpt-stories-slide{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    overflow: hidden;
}

.cpt-stories-slide-progress{
    position: absolute;
    top: 15px;
    left: -3px;
    right: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 20;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.cpt-stories-slide-progress__item{
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    max-width: 100%;
    margin-left: 3px;
    margin-right: 3px;
    height: 2px;
    background: rgba(255,255,255,.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.cpt-stories-slide-progress__item span{
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width .1s;
}

.cpt-stories-frames {

    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 35px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*-webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;*/
}

.cpt-stories-frame{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    background-color: #bad0e6;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.cpt-stories-frame-title{
    font-size: 43px;
    line-height: 51px;
    margin-bottom: 20px;
    color: #fff;
}
.cpt-stories-frame-subtitle{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
}


.cpt-stories-frame-text{
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 30px;
    color: #fff;
}

.cpt-stories-frame__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    /*padding: 0 7% 4%;*/
}
.cpt-stories-frame__body-inner{
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 5%;
    z-index: 9;
}
.cpt-stories-frame__body-inner.cpt-stories-board{
    left: 4%;
    right: 4%;
    bottom: 2%;
}
.cpt-stories-frame__body-inner-shadow-down{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url('/bitrix/tools/concept.stories/css/../images/png/shadow_down_bl.png');
    background-position: left bottom;
    background-repeat: repeat-x;
}

video.cpt-stories-video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.cpt-stories-frame__body-inner > *:last-child{
    margin-bottom: 0;
}
.cpt-stories-frame__body-inner.cpt-stories-board{
    padding: 15px 20px 20px 20px;
    border-radius: 7px;
}
.cpt-stories-frame__body-inner.cpt-stories-board.cpt-stories-board-dark{
    background-color: #3c3c3c;
    opacity: .92;
}
.cpt-stories-frame__body-inner.cpt-stories-board.cpt-stories-board-light{
    background-color: #fff;
    opacity: .92;
}
.cpt-stories-frame-wr-btn{
    margin-top: 30px;
}
.cpt-stories-modal .cpt-stories-close-button {
    position: absolute;
    z-index: 1;
    top: 30px;
    border: 0;
    text-align: center;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    right: -48px;
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/cross_wt.svg');
    background-size: 12px;
    background-color: transparent;
    transition: background-color .3s;
    opacity: .5;
    z-index: 101;
}
.cpt-stories-modal .cpt-stories-close-button:hover{
    background-color: #676767;
    opacity: 1;
    transition: opacity .3s;
}
.cpt-stories-modal .cpt-stories-pause-button {
    position: absolute;
    z-index: 1;
    top: 70px;
    border: 0;
    text-align: center;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    right: -48px;
    background-size: 9px;
    background-color: transparent;
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/pause.svg');
    /*background-image: url('/bitrix/tools/concept.stories/css/../images/svg/play.svg');*/
    opacity: .5;
    z-index: 101;
    background-position: 11px 10px;
}
.cpt-stories-modal .cpt-stories-pause-button:hover,
.cpt-stories-modal.cpt-stories-modal.cpt-stories-sm .cpt-stories-pause-button.cpt-stories-play,
.cpt-stories-modal .cpt-stories-pause-button.cpt-stories-play{
    background-color: #676767;
    opacity: 1;
    transition: opacity .3s;
}

.cpt-stories-window-next,
.cpt-stories-window-prev{
    position: absolute;
    display: block;
    padding: 0;
    border: none;
    z-index: 9;
    outline: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: transparent;
}
.cpt-stories-window-next{
    right: 0;
    left: auto;
}
.cpt-stories-window-prev{
    left: 0;
    right: auto;
}
.cpt-stories-window-arrow{
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-size: 7px;
    background-color: transparent;
    transition: background-color .3s;
    border-radius: 50%;
    opacity: .5;
    cursor: pointer;
}
.cpt-stories-window-arrow:hover{
    background-color: #676767;
    opacity: 1;
    transition: opacity .3s;
}
.cpt-stories-window-arrow-prev{
    left: -48px;
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_l_wt.svg');
    background-position: 8px center;
    background-size: 13px;
}
.cpt-stories-window-arrow-next{
    right: -48px;
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_r_wt.svg');
    background-position: 9px center;
    background-size: 13px;
}



.cpt-stories-modal .cpt-stories-button-prev,
.cpt-stories-modal .cpt-stories-button-next{
}
.cpt-stories-modal .cpt-stories-button-prev{
    left: -40px;
}
.cpt-stories-modal .cpt-stories-button-next{
    right: -40px;
}
.cpt-stories-modal .cpt-stories-pagination{
    top: 15px;
    left: 10px;
    right: 10px;
}
.cpt-stories-modal .cpt-stories-pagination-bullet{
    position: relative;
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    background: none;
}
.cpt-stories-modal .cpt-stories-pagination-bullet:before{
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    top: 0;
    bottom: 0;
}


.cpt-stories-block .swiper-slide{
    width: 162px !important;
    transition: .3s;
}

.cpt-stories-block-center{
    margin-left: auto;
    margin-right: auto;
}

.cpt-stories-block .cpt-stories-preview-slide{
    width: 162px;
    height: 162px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.cpt-stories-block-view-2 .cpt-stories-preview-slide{
    margin-bottom: 10px;
}
.cpt-stories-block .cpt-stories-preview-slide-active{
    border: 4px solid #f00;
}
.cpt-stories-block .cpt-stories-preview-slide-shadow-down{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 120px;
    opacity: .5;
}
.cpt-stories-block .cpt-stories-preview-slide-shadow-down.cpt-stories-preview-slide-shadow-light{
    background-image: url('/bitrix/tools/concept.stories/css/../images/png/shadow_down_bl.png');
}
.cpt-stories-block .cpt-stories-preview-slide-shadow-down.cpt-stories-preview-slide-shadow-dark{
    background-image: url('/bitrix/tools/concept.stories/css/../images/png/shadow_down_wt.png');
}
.cpt-stories-r50{
    border-radius: 50%;
}
.cpt-stories-r30{
    border-radius: 30px;
}
.cpt-stories-r10{
    border-radius: 10px;
}
.cpt-stories-r5{
    border-radius: 5px;
}
.cpt-stories-block .cpt-stories-text{
    font-size: 14px;
    line-height: 20px;
}
.cpt-stories-txt-light{
    color: #fff;
}
.cpt-stories-txt-dark{
    color: #000;
}
.cpt-stories-block-view-1 .cpt-stories-text{
    position: absolute;
    left: 15px;
    bottom: 10px;
    right: 15px;
    overflow: hidden;
}
.cpt-stories-block-view-2 .cpt-stories-text{
    text-align: center;
}
.cpt-stories-block .cpt-stories-title{
    font-size: 35px;
    line-height: 40px;
    text-align: left;
}
.cpt-stories-block .cpt-stories-title > div{
    margin-bottom: 20px;
}
.cpt-stories-block .swiper-container{
    padding: 20px 0;
}

.cpt-stories-block .cpt-stories-arrows{
    width: 70px;
    text-align: right;
    position: relative;
    top: 2px;
}
.cpt-stories-block .cpt-stories-arrows .swiper-button-next,
.cpt-stories-block .cpt-stories-arrows .swiper-button-prev{
    display: inline-block;
    position: static;
    width: 30px;
    height: 30px;
    margin-top: 0;
    color: transparent;
}
.cpt-stories-block .cpt-stories-arrows .swiper-button-next{
    background-position: 10px;
}
.cpt-stories-user-select-none{
	-ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select:none;
}

.cpt-stories-block-mode-dark .cpt-stories-arrows .swiper-button-next.swiper-button-disabled,
.cpt-stories-block-mode-dark .cpt-stories-arrows .swiper-button-prev.swiper-button-disabled{
    opacity: .1;
}
.cpt-stories-block .cpt-stories-arrows .swiper-button-prev{
    margin-right: 1px;
}
.cpt-stories-block .cpt-stories-arrows .swiper-button-next:after,
.cpt-stories-block .cpt-stories-arrows .swiper-button-prev:after{
    content: "";
}
.cpt-stories-block .cpt-stories-arrows .swiper-button-next,
.cpt-stories-block .cpt-stories-arrows .swiper-button-prev{
    background-size: 11px;
}
.cpt-stories-block .cpt-stories-arrows .swiper-button-next:hover,
.cpt-stories-block .cpt-stories-arrows .swiper-button-prev:hover{
    opacity: .8;
    transition: opacity .3s;
}

.cpt-stories-block-mode-light .cpt-stories-arrows .swiper-button-next,
.cpt-stories-block-mode-light .cpt-stories-arrows .swiper-button-prev{
    background-color: #ececec;
}
.cpt-stories-block-mode-light .cpt-stories-arrows .swiper-button-next{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_r_bl.svg');
}
.cpt-stories-block-mode-light .cpt-stories-arrows .swiper-button-prev{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_l_bl.svg');
}

.cpt-stories-block-mode-dark .cpt-stories-arrows .swiper-button-next,
.cpt-stories-block-mode-dark .cpt-stories-arrows .swiper-button-prev{
    background-color: #000;
    opacity: .35;
}
.cpt-stories-block-mode-dark .cpt-stories-arrows .swiper-button-next{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_r_wt.svg');
}
.cpt-stories-block-mode-dark .cpt-stories-arrows .swiper-button-prev{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_l_wt.svg');
}

/*.cpt-stories-block .cpt-stories-arrows .swiper-button-prev:not(.swiper-button-disabled) + .swiper-button-next.swiper-button-disabled{
    opacity: .1;
    visibility: visible;
}*/


.cpt-stories-fixblock{
    visibility: hidden;
    position: fixed;
    z-index: -1;
}
.cpt-stories-fixblock.cpt-stories-side-left,
.cpt-stories-fixblock.cpt-stories-side-right{
    top: 20%;
    width: 80px;
    padding: 10px;
}

.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-isset-arrows,
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-isset-arrows{
    padding-top: 15px;
    padding-bottom: 15px;
}
/*.cpt-stories-fixblock.isset-album-img.cpt-stories-side-left,
.cpt-stories-fixblock.isset-album-img.cpt-stories-side-right,
.cpt-stories-fixblock.isset-album-img.cpt-stories-side-left.cpt-stories-isset-arrows,
.cpt-stories-fixblock.isset-album-img.cpt-stories-side-right.cpt-stories-isset-arrows{
    padding-top: 15px;
}*/
.cpt-stories-fixblock.cpt-stories-side-left{
    left: -90px;
    border-radius: 0 10px 10px 0;
    transition: left .4s;
}
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-show{
    left: 0;
}
.cpt-stories-fixblock.cpt-stories-side-right{
    right: -90px;
    border-radius: 10px 0 0 10px;
    transition: right .4s;
}
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-show{
    right: 0;
}
.cpt-stories-fixblock.cpt-stories-side-bottom{
    left: 50%;
    top: auto;
    bottom: -110px;
    transform: translateX(-50%);
    height: 90px;
    border-radius: 10px 10px 0 0;
    padding: 15px;
    transition: bottom .4s;
}
.cpt-stories-fixblock.cpt-stories-side-bottom.cpt-stories-show{
    bottom: 0;
}
.cpt-stories-fixblock.cpt-stories-side-bottom.cpt-stories-isset-arrows{
    padding-left: 15px;
    padding-right: 15px;
}
.cpt-stories-fixblock.cpt-stories-side-bottom.isset-album-img{
    padding-left: 90px;
}
.cpt-stories-fixblock.cpt-stories-mode-light{
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.2);
    box-shadow: 0 0 50px rgba(0,0,0,.2);
}
.cpt-stories-fixblock.cpt-stories-mode-dark{
    background-color: #303030;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.2);
    box-shadow: 0 0 50px rgba(0,0,0,.2);
}
.cpt-stories-fixblock .cpt-stories-close-button {
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/cross_wt.svg');
    background-size: 12px;
    background-color: rgba(0,0,0,.2);
    top: 25px;
    right: -50px;
    opacity: .8;
}

.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-close-button,
.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-close-button{
    top: -50px;
    left: 50%;
    margin-left: -14px;
}

.cpt-stories-fixblock .swiper-slide{
    width: 60px !important;
    height: 60px !important;
}
.cpt-stories-fixblock.cpt-stories-side-left .swiper-container,
.cpt-stories-fixblock.cpt-stories-side-right .swiper-container{
    height: 100%;
}
.cpt-stories-fixblock .cpt-stories-preview-slide{
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
    overflow: unset;
}
.cpt-stories-fixblock .cpt-stories-preview-slide:hover{
    opacity: 1;
    transition: opacity .3s;
}
.cpt-stories-fixblock .cpt-stories-preview-slide{
    opacity: 0.8;
}
.cpt-stories-fixblock .cpt-stories-preview-slide-active{
    opacity: 1;
}
.cpt-stories-fixblock .cpt-stories-preview-slide-active:hover{
    opacity: .8;
    transition: opacity .3s;
}
.cpt-stories-fixblock .cpt-stories-preview-slide-active:after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #0bff0b;
    border-radius: 50%;
}
/*.cpt-stories-fixblock.cpt-stories-mode-light .cpt-stories-preview-slide-active:after{
	border: 2px solid #fff;
}
.cpt-stories-fixblock.cpt-stories-mode-dark .cpt-stories-preview-slide-active:after{
    border: 2px solid #000;
}*/
.cpt-stories-fixblock.cpt-stories-side-bottom .cpt-stories-preview-slide-active:after,
.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-preview-slide-active:after,
.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-preview-slide-active:after{
    right: 3px;
    top: 3px;
}
.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows,
.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.cpt-stories-fixblock.cpt-stories-side-bottom .cpt-stories-arrows{
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.cpt-stories-header{
	position: relative;
}

.cpt-stories-fixblock .cpt-stories-arrows .cpt-stories-bg-shadow-arrow{
    display: inline-block;
}
.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .cpt-stories-bg-shadow-arrow,
.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .cpt-stories-bg-shadow-arrow{
	width: 70px;
    height: 38px;
    position: absolute;
    background-repeat: repeat-x;
}
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow{
	left: -8px;
}
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow{
	left: -10px;
}
.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev,
.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev{
    top: -10px;
    background-position: left top;
}
.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next,
.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next{
    background-position: left bottom;
}
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next{
    bottom: -13px;
}
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next{
    bottom: -16px;
}

.cpt-stories-fixblock .cpt-stories-arrows .swiper-button-prev,
.cpt-stories-fixblock .cpt-stories-arrows .swiper-button-next{
    display: inline-block;
    margin-top: 0;
    color: transparent;
    background-size: 13px;
    opacity: .4;
}
.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .swiper-button-next,
.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .swiper-button-prev,
.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .swiper-button-prev,
.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .swiper-button-next{
    width: 60px;
    height: 40px;
}

.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .swiper-button-prev,
.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .swiper-button-prev{
    bottom: auto;
    left: 0;
    right: 0;
    top: -16px;
}

/*.cpt-stories-fixblock .cpt-stories-arrows .swiper-button-prev.swiper-button-disabled,
.cpt-stories-fixblock .cpt-stories-arrows .swiper-button-next.swiper-button-disabled,
.cpt-stories-fixblock .cpt-stories-arrows .swiper-button-prev.swiper-button-disabled + .cpt-stories-bg-shadow-arrow,
.cpt-stories-fixblock .cpt-stories-arrows .swiper-button-next.swiper-button-disabled + .cpt-stories-bg-shadow-arrow{
    display: none;
}*/
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-light .cpt-stories-arrows .swiper-button-prev,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-light .cpt-stories-arrows .swiper-button-prev{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_up_bl.svg');
}
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-dark .cpt-stories-arrows .swiper-button-prev,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-dark .cpt-stories-arrows .swiper-button-prev{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_up_wt.svg');
}
.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .swiper-button-next,
.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .swiper-button-next{
    bottom: -17px;
    left: 0;
    top: auto;
}
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-light .cpt-stories-arrows .swiper-button-next,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-light .cpt-stories-arrows .swiper-button-next{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_down_bl.svg');
}
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-dark .cpt-stories-arrows .swiper-button-next,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-dark .cpt-stories-arrows .swiper-button-next{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_down_wt.svg');
}


.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev{
    background-image: url('/bitrix/tools/concept.stories/css/../images/png/uw.png');
}
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev{
    background-image: url('/bitrix/tools/concept.stories/css/../images/png/ug.png');
}


.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next{
    background-image: url('/bitrix/tools/concept.stories/css/../images/png/dw.png');
}
.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next,
.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next{
    background-image: url('/bitrix/tools/concept.stories/css/../images/png/dg.png');
}

.cpt-stories-fixblock.cpt-stories-side-bottom .cpt-stories-arrows .cpt-stories-bg-shadow-arrow{
	width: 38px;
    height: 60px;
    position: absolute;
    top: -4px;
    background-repeat: repeat-y;
    background-size: 35px;
}
.cpt-stories-fixblock.cpt-stories-side-bottom .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev{
	left: -15px;
    background-position: left top;
}
.cpt-stories-fixblock.cpt-stories-side-bottom .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next{
    right: -7px;
    background-position: right top;
}
.cpt-stories-fixblock.cpt-stories-side-bottom .cpt-stories-arrows .swiper-button-prev,
.cpt-stories-fixblock.cpt-stories-side-bottom .cpt-stories-arrows .swiper-button-next{
    width: 32px;
    height: 60px;
    top: 0;
    bottom: auto;
    background-size: 15px;
}
.cpt-stories-fixblock.cpt-stories-side-bottom .cpt-stories-arrows .swiper-button-prev{
    left: -11px;
}
.cpt-stories-fixblock.cpt-stories-side-bottom .cpt-stories-arrows .swiper-button-next{
    right: -9px;
}

.cpt-stories-fixblock.cpt-stories-side-bottom.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev{
    background-image: url('/bitrix/tools/concept.stories/css/../images/png/lw.png');
}
.cpt-stories-fixblock.cpt-stories-side-bottom.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev{
    background-image: url('/bitrix/tools/concept.stories/css/../images/png/gr.png');
}


.cpt-stories-fixblock.cpt-stories-side-bottom.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next{
    background-image: url('/bitrix/tools/concept.stories/css/../images/png/rw.png');
}
.cpt-stories-fixblock.cpt-stories-side-bottom.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next{
    background-image: url('/bitrix/tools/concept.stories/css/../images/png/gl.png');
}


.cpt-stories-fixblock.cpt-stories-side-bottom.cpt-stories-mode-light .cpt-stories-arrows .swiper-button-next{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_r_bl.svg');
}
.cpt-stories-fixblock.cpt-stories-side-bottom.cpt-stories-mode-dark .cpt-stories-arrows .swiper-button-next{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_r_wt.svg');
}

.cpt-stories-fixblock.cpt-stories-side-bottom.cpt-stories-mode-light .cpt-stories-arrows .swiper-button-prev{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_l_bl.svg');
}
.cpt-stories-fixblock.cpt-stories-side-bottom.cpt-stories-mode-dark .cpt-stories-arrows .swiper-button-prev{
    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_l_wt.svg');
}

.cpt-stories-fixblock .cpt-stories-fixblock-img{
    width: 60px;
    height: 60px;
    background-size: contain;
}
.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-fixblock-img,
.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-fixblock-img{
    margin-bottom: 30px;
}
.cpt-stories-fixblock.cpt-stories-side-bottom .cpt-stories-fixblock-img{
    position: absolute;
    left: 15px;
}


.cpt-stories-fixblock.cpt-stories-pc-show.cpt-stories-xl,
.cpt-stories-fixblock.cpt-stories-pc-show.cpt-stories-lg,
.cpt-stories-fixblock.cpt-stories-pc-show.cpt-stories-md,
.cpt-stories-fixblock.cpt-stories-sm-show.cpt-stories-sm{
    visibility: visible;
    z-index: 9999;
}
.cpt-stories-xl{
    
}
.cpt-stories-lg{
    
}
.cpt-stories-md{
    
}
.cpt-stories-sm{
    
}

/*.cpt-stories-1482{
    width: 160px;
}*/


.cpt-stories-modal.cpt-stories-sm .cpt-stories-frames{
    padding-top: 0;
}
.cpt-stories-modal.cpt-stories-sm .cpt-stories-window-shadow {
    top: 0;
    bottom: 0;
}
.cpt-stories-modal.cpt-stories-sm .cpt-stories-window-next,
.cpt-stories-modal.cpt-stories-sm .cpt-stories-window-prev{
    top: 150px;
    bottom: 0;
    height: 100%;
    width: 130px;
    z-index: 99;
}
.cpt-stories-modal.cpt-stories-sm .cpt-stories-window-next,
.cpt-stories-modal.cpt-stories-sm .cpt-stories-window-prev,
.cpt-stories-modal.cpt-stories-sm .cpt-stories-window-next:hover,
.cpt-stories-modal.cpt-stories-sm .cpt-stories-window-prev:hover{
    background-color: transparent;
}
.cpt-stories-modal.cpt-stories-sm .cpt-stories-window-next{
    right: 0;
    background-position: 50px center;
}
.cpt-stories-modal.cpt-stories-sm .cpt-stories-window-prev{
    left: 0;
    background-position: 15px center;
}
.cpt-stories-modal.cpt-stories-sm .cpt-stories-pause-button{
    top: 90px;
    right: 17px;
    width: 35px;
    height: 35px;
}
.cpt-stories-modal.cpt-stories-sm .cpt-stories-pause-button{
	background-size: 12px;
    background-position: 11px 10px;
}
.cpt-stories-modal.cpt-stories-sm .cpt-stories-pause-button,
.cpt-stories-modal.cpt-stories-sm .cpt-stories-pause-button:hover{
    background-color: transparent;
}
.cpt-stories-modal.cpt-stories-sm .cpt-stories-close-button{
    top: 40px;
    right: 17px;
    width: 35px;
    height: 35px;
}
.cpt-stories-modal.cpt-stories-sm  .cpt-stories-close-button {
    background-size: 18px;
}
.cpt-stories-modal.cpt-stories-sm .cpt-stories-slide-progress{
    left: 3px;
    right: 3px;
}
.cpt-stories-ul-def{
    list-style: none;
    margin: 0;
    padding: 0;
}

.cpt-stories-animate-rotate {
    animation-name: rotation;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

.cpt-stories-block-swiper-scrollbar{
	height: 1px;
	background-color: rgba(0,0,0,.1);
}
.cpt-stories-block-swiper-scrollbar .swiper-scrollbar-drag{
	height: 29px;
    top: -14px;
    z-index: 1;
    background: none;
}
.cpt-stories-block-swiper-scrollbar .swiper-scrollbar-drag:hover{
    cursor: -webkit-grab;
    cursor: grab;
}
.cpt-stories-block-swiper-scrollbar .swiper-scrollbar-drag:active{
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.cpt-stories-block-swiper-scrollbar .swiper-scrollbar-drag:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
    top: 12px;
    height: 5px;
	background-color: #999;
	border-radius: 5px;
}
.cpt-stories-fixblock .swiper-button-next.swiper-button-disabled + .cpt-stories-bg-shadow-arrow,
.cpt-stories-fixblock .swiper-button-prev.swiper-button-disabled + .cpt-stories-bg-shadow-arrow,
.cpt-stories-fixblock .swiper-button-next.swiper-button-disabled,
.cpt-stories-fixblock .swiper-button-prev.swiper-button-disabled{
    display: none;
}
.cpt-stories-block-mode-light .cpt-stories-block-swiper-scrollbar{
    background-color: rgba(255,255,255,.1);
}
.cpt-stories-block-mode-light .cpt-stories-block-swiper-scrollbar .swiper-scrollbar-drag:after{
    background-color: #999;
}
.cpt-stories-block-mode-dark .cpt-stories-block-swiper-scrollbar{
    background-color: rgba(0,0,0,.1);
}
.cpt-stories-block-mode-dark .cpt-stories-block-swiper-scrollbar .swiper-scrollbar-drag:after{
    background-color: #999;
}
/* End */


/* Start:/bitrix/tools/concept.stories/css/responsive.css?17501578008312*/
/*xl*/
@media (min-width: 1200px){
	.cpt-stories-fixblock .cpt-stories-close-button {
		opacity: 0;
    	transition: opacity .5s;
	}
	.cpt-stories-fixblock:hover .cpt-stories-close-button{
	    opacity: .5;
	    transition: opacity .01s;
	}
	.cpt-stories-fixblock .cpt-stories-close-button:hover{
	    opacity: 1;
	    transition: opacity .3s;
	}
	.cpt-stories-block .swiper-slide:hover{
		transform: translateY(-10px);
	}
	.cpt-stories-fixblock .cpt-stories-arrows{
		opacity: 0;
		transition: opacity .4s;
	}
	.cpt-stories-fixblock:hover .cpt-stories-arrows{
		opacity: 1;
	}
}
/*lg*/
@media (min-width: 992px) and (max-width: 1199px){

}
/*md*/
@media (min-width: 768px) and (max-width: 991px){
	.cpt-stories-block .swiper-slide {
	    width: 120px !important;
	}
	.cpt-stories-block .cpt-stories-preview-slide{
		width: 120px;
    	height: 120px;
	}
}
/*sm & xs*/
@media (max-width: 767.98px){
	.cpt-stories-block .swiper-slide {
	    width: 77px !important;
	}
	.cpt-stories-block .cpt-stories-preview-slide{
	    width: 77px;
	    height: 77px;
	}
	.cpt-stories-header .cpt-stories-wr-arrows{
		display: none;
	}
	.cpt-stories-block .swiper-pagination{
		display: block;
		position: static;
		margin-top: 10px;
		width: 200px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.cpt-stories-block  .swiper-pagination-bullet-active{
		opacity: 1;
		background-color: #717171;
	}
	.cpt-stories-block .cpt-stories-text{
	    font-size: 12px;
	    line-height: 15px;
	}
	.cpt-stories-modal .cpt-stories-close-button,
	.cpt-stories-modal .cpt-stories-pause-button{
		opacity: 1;
	}
	.cpt-stories-block .cpt-stories-title{
	    font-size: 25px;
	    line-height: 35px;
	    text-align: center;
	}
	.cpt-stories-fixblock.cpt-stories-side-bottom{
	    left: 0;
	    right: 0;
	    top: auto;
        transform: translateX(0%);
        border-radius: 0;
	}
	.cpt-stories-fixblock.cpt-stories-side-bottom .cpt-stories-close-button {
	    top: -45px;
	    right: 20px;
	}
	.cpt-stories-fixblock.cpt-stories-side-bottom{
		bottom: -140px;
	}
	.cpt-stories-fixblock.cpt-stories-side-left,
	.cpt-stories-fixblock.cpt-stories-side-right{
	    left: 0;
		right: 0;
		top: auto;
		transform: translateX(0%);
		bottom: -140px;
		height: 90px;
		width: 100%;
		border-radius: 0;
		padding: 10px;
		transition: bottom .4s;
	}
	.cpt-stories-fixblock.isset-album-img.cpt-stories-side-left,
	.cpt-stories-fixblock.isset-album-img.cpt-stories-side-right{
		padding-left: 110px;
	}
	.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-show,
	.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-show{
		bottom: 0;
	}
	.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-fixblock-img,
	.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-fixblock-img{
	    position: absolute;
	    left: 10px;
	    margin-bottom: 0;
	}
	.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-close-button, 
	.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-close-button{
	    top: -45px;
	    right: 20px;
	    left: auto;
	    margin-left: 0;
	}
	.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows,
	.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows{
	    left: 0;
    	right: 0;
    	top: 0;
    	bottom: auto;
	}
	.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .swiper-button-prev,
	.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .swiper-button-prev,
	.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .swiper-button-next,
	.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .swiper-button-next{
		top: 0 !important;
	    bottom: auto;
	    background-size: 15px;
	    width: 32px;
	    height: 60px;
	}
	.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .swiper-button-prev,
	.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .swiper-button-prev{
	    left: -11px;
	    right: auto;
        
	}
	.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .swiper-button-next,
	.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .swiper-button-next{
	    right: 6px;
	    left: auto;
	}
	.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-light .cpt-stories-arrows .swiper-button-next,
	.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-light .cpt-stories-arrows .swiper-button-next{
	    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_r_bl.svg');
	}
	.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-dark .cpt-stories-arrows .swiper-button-next,
	.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-dark .cpt-stories-arrows .swiper-button-next{
	    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_r_wt.svg');
	}
	.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-light .cpt-stories-arrows .swiper-button-prev,
	.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-light .cpt-stories-arrows .swiper-button-prev{
	    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_l_bl.svg');
	}
	.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-dark .cpt-stories-arrows .swiper-button-prev,
	.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-dark .cpt-stories-arrows .swiper-button-prev{
	    background-image: url('/bitrix/tools/concept.stories/css/../images/svg/shevron_l_wt.svg');
	}

	.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .cpt-stories-bg-shadow-arrow,
	.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .cpt-stories-bg-shadow-arrow{
	    width: 38px;
	    height: 80px;
	    position: absolute;
	    top: -10px;
	    bottom: -10px;
	    left: auto;
	    right: auto;
	    background-repeat: repeat-y;
	}
	.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next,
	.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next{
		right: -1px;
		left: auto !important;
		background-position: right top;
	}
	.cpt-stories-fixblock.cpt-stories-side-right .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev,
	.cpt-stories-fixblock.cpt-stories-side-left .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev{
	    left: -1px;
	    right: auto !important;
	    background-position: left top;
	}
	.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next,
	.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next{
	    background-image: url(/bitrix/tools/concept.stories/css/../images/png/rw.png);
	}
	.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next,
	.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-next{
	    background-image: url(/bitrix/tools/concept.stories/css/../images/png/gl.png);
	}
	.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev,
	.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-light .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev{
	    background-image: url(/bitrix/tools/concept.stories/css/../images/png/lw.png);
	}
	.cpt-stories-fixblock.cpt-stories-side-right.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev,
	.cpt-stories-fixblock.cpt-stories-side-left.cpt-stories-mode-dark .cpt-stories-arrows .cpt-stories-bg-shadow-arrow-prev{
	    background-image: url(/bitrix/tools/concept.stories/css/../images/png/gr.png);
	}



	.js-cpt-stories-ajax-public-admin{
		display: none;
	}
	.cpt-stories-window-shadow,
	.cpt-stories-frame {
	    border-radius: 0;
	}
	.cpt-stories-frame-btn{
		display: block;
	}

	.cpt-stories-fixblock.cpt-stories-hide-img-xs.isset-album-img .cpt-stories-fixblock-img{
		display: none;
	}
	.cpt-stories-fixblock.cpt-stories-hide-img-xs.isset-album-img{
		padding-left: 15px !important;
	}

	.cpt-stories-modal{
	    height: 100%;
	}
}


/*sm*/
@media (min-width: 576px) and (max-width: 767.98px){
	.cpt-stories-def-btn{
		display: block;
	}
	.cpt-stories-admin-btn-settings,
	.cpt-stories-admin-public-btn{
		display: none;
	}

}
/*xs*/
@media (max-width: 575.98px){
	
}


/* End */
/* /local/templates/k.house.1.0/css/all.css?1598008599212 */
/* /local/templates/k.house.1.0/js/slick/slick-theme.css?15980085993145 */
/* /local/templates/k.house.1.0/js/slick/slick.css?15980085991776 */
/* /local/templates/k.house.1.0/template_styles.css?1686123800108020 */
/* /bitrix/tools/concept.stories/css/font_roboto.css?1750157800174 */
/* /bitrix/tools/concept.stories/css/grids.css?175015780088066 */
/* /bitrix/tools/concept.stories/css/swiper.min.css?175015780013425 */
/* /bitrix/tools/concept.stories/css/styles.css?175015780037678 */
/* /bitrix/tools/concept.stories/css/responsive.css?17501578008312 */
