 Example
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/



/* Общие
-----------------------------------------------------------------------------*/
html,
body {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
b + ul.list {
	margin-top: 5px;
}
ul.list {
	list-style: square;
	margin-left: 25px;
}
.bold {
	font-weight: 500;
}
.wrapper {
	background-color: #fff;
	height: 100%;
	height: auto !important;	
	min-height: 100%;
	width: 100%;	
}
ol.image-links {
	font-size: 18px;
	font-weight: 700;
	list-style: decimal;
}
/*---------------------------------------------------------------------------*/



/* Header
-----------------------------------------------------------------------------*/
.header {
	/*height: 128px;*/
}
.header-top {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.header-top > .container > .row > .col-md-12 {
	display: flex;
		align-items: center;
		justify-content: space-between;
	padding: 15px;
}
.header-top .contacts-box > a {
	margin-left: 45px;
}
.header-top .contacts-box > a > img {
	margin-right: 10px;
	position: relative;
		top: -2px;
}
.header-bottom .navbar {
	display: flex;
		justify-content: center;
	margin: 30px 0;
}
.header-bottom .parent > a {
	z-index: 2;
}
.header-bottom .nav-child {
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	display: none;
	padding-top: 50px;
	position: absolute;
		left: 5px;
		top: 0;
		right: 5px;
	z-index: 1;
}
.header-bottom .nav-child > li > a {
	border-top: 1px solid #dbdbdb;
	color: #000;
	display: block;
	padding: 13px 0;
	text-align: center;
}
.header-bottom .nav-child > li > a:focus,
.header-bottom .nav-child > li > a:hover {
	color: #e75b12;
	text-decoration: none;
}
.header-bottom .parent:focus > .nav-child,
.header-bottom .parent:hover > .nav-child {
	display: block;
}
/*---------------------------------------------------------------------------*/



/* Carousel
-----------------------------------------------------------------------------*/
.carousel-inner > .item > a {
	display: block;
}
.carousel-inner > .item > a > img {
	width: 100%;
}
#carousel-counter {
	color: #000;
	font-size: 24px;
	line-height: 1;
	padding: 0 5px;
	position: absolute;
	left: 17%;
	bottom: 10%;
	z-index: 1;
}
#carousel-counter > span {
	color: #e75b12;
	font-size: 36px;
}
/*---------------------------------------------------------------------------*/



/* Catalog
-----------------------------------------------------------------------------*/
.catalog {
	background-image: url(../images/bg-catalog.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	padding-bottom: 45px;
}
.catalog .col-md-4 {
	margin-top: 45px;
	text-align: center;
}
.catalog .col-md-4 > .title {
	font-size: 28px;
	font-weight: 500;
	margin: 10px 0;
}
.catalog .navbar-list {
	list-style: disc;
	text-align: left;
}
.catalog .navbar-list.roof {
	margin-left: 34px;
}
.catalog .navbar-list.fasade {
	margin-left: 49px;
}
.catalog .navbar-list.service {
	margin-left: 81px;
}
.catalog .navbar-list > li {
	display: list-item;
}
.catalog .navbar-list > li > a {
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 5px 0;
}
.catalog .navbar-list > li > a:focus,
.catalog .navbar-list > li > a:hover {
	background-color: transparent;
	text-decoration: underline;
}
/*---------------------------------------------------------------------------*/



/* Middle
-----------------------------------------------------------------------------*/
.content {
	background-color: #f9f9f9;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	padding: 0 0 30px;
}
.blog-featured > .page-header {
	border: none;
	margin: 0;
	padding: 0;
}
.blog-featured > .page-header > h1 {
	font-size: 24px;
	margin: 45px 0 15px;
}
/*---------------------------------------------------------------------------*/



/* Наши работы
-----------------------------------------------------------------------------*/
.our-works {
	padding-bottom: 30px;
}
.our-works .h3 {
	padding: 50px 0 0;
	text-align: center;
}
.our-works .col-md-4 {
	display: block;
	margin-top: 30px;
}
.our-works .col-md-4 > img {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	width: 100%;
}
.our-works .btn {
	margin-top: 30px;
}
/*---------------------------------------------------------------------------*/



/* Catalog-block
-----------------------------------------------------------------------------*/
.catalog-block {
	padding-bottom: 30px;
}
.catalog-block > .container-fluid {
	padding: 0;
}
.catalog-block > .container-fluid > .h3 {
	background-image: linear-gradient(90deg, #d7d7d7 0%, #fcfcfc 49.8%, #d8d8d8 100%);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
	margin: 15px 0;
	padding: 10px 0;
	text-align: center;
}
.catalog-block > .container-fluid > .h3 > img {
	margin-right: 30px;
}
.cat-children {
	padding-bottom: 30px;
}
.catalog-block .item {
	background-color: #fff;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
	display: block;
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.catalog-block .item img {
	width: 100%;
}
.catalog-block .item .image-title {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	margin: 30px 0 0;
	min-height: 48px;
	padding: 0 15px;
}
.catalog-block .item .price {
	font-size: 18px;
	margin: 30px 0 0;
	min-height: 27px;
}
.catalog-block .mod-list > div > a:hover > .price {
	text-decoration: none;
}
.catalog-block .item > .btn,
.blog .item .btn {
	margin: 30px 0 0;
}
.catalog-block .item > .about-category,
.cat-children .item .about-category,
.blog > .category-desc > .price {
	display: none;
}
/*---------------------------------------------------------------------------*/



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background-color: #f4f4f4;
	color: #333;
	padding: 60px 0;
	position: relative;	
}
.footer .title {
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(to right, #e75b12, #f8f8f8 90%);
	border-image-slice: 1;
	font-size: 25px;
	font-weight: 300;
	padding-bottom: 5px;
	/*text-align: center;*/
}
.footer .navbar-list {
	margin: 10px 0 30px 10px;
}
.footer .navbar-list > li {
	display: list-item;
}
.footer .navbar-list > li > a {
	display: inline-block;
	font-size: 16px;
	padding: 3px 0;
}
.footer .navbar-list > li > a:focus,
.footer .navbar-list > li > a:hover {
	background-color: transparent;
	color: #e75b12;
}
.footer .contacts-box {
	padding-left: 10px;
}
.footer .contacts-box > div {
	margin-top: 13px;
}
.footer .contacts-box > div > img {
	margin-right: 10px;
}
.footer hr {
	border-color: #e4e4e4;
	margin: 10px 0;
}
.footer .copyright {
	line-height: 31px;
	text-transform: uppercase;
}
.footer .copyright > i {
	margin: 0 4px 0 6px;
}
.footer .counters {
	text-align: right;
}
.footer .confidentiality a {
	color: #333;
	text-decoration: underline dotted;
}
.footer .confidentiality a:hover {
	text-decoration-style: solid;
}
/*---------------------------------------------------------------------------*/



/* В начало...
-----------------------------------------------------------------------------*/
#back-top {
	color: #d9534f;
	display: block;
	font-size: 30px;
	position: fixed;
	left: 2.5%;
	bottom: 2.5%;
	opacity: 0;
	text-decoration: none;
	transition-duration: 0.3s;
	visibility: hidden;
	z-index: 101;
}
#back-top.show {
	opacity: 0.6;
	visibility: visible;
}
#back-top:hover {
	opacity: 1;
}
/*---------------------------------------------------------------------------*/



/* Кнопка "Обратный звонок"
-----------------------------------------------------------------------------*/
@keyframes hoverWave {
    0% {
    	box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2);
    }
	40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2);
    }
	80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067);
    }
	100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0);
    }
}
@keyframes shake {
	0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
#btn-callback {
	animation: hoverWave linear 1s infinite;
	background-color: #38a3fd;
	border: 2px solid #38a3fd;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(56,163,253,0.3);
	position: fixed;
		right: 2.5%;
		bottom: 2.5%;
}
#btn-callback:active,
#btn-callback:focus,
#btn-callback:focus-within {
	outline: none;
}
#btn-callback > i {
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
		-webkit-animation: 1200ms ease 0s normal none 1 running shake;
		-webkit-animation-iteration-count: infinite;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	padding: 15px;
	top: 0;
}
/*---------------------------------------------------------------------------*/



/* Модальные окна
-----------------------------------------------------------------------------*/
.modal-content {
	border-radius: 0;
	padding: 10px;
}
.modal-body {
	border: 1px solid #ccc;
}
.modal-body > .close {
	background-color: #fff;
	position: absolute;
		top: -11px;
		right: -10px;
	opacity: 1;
	width: 19px;
}
.modal-body > .close:hover {
	color: red;
}
/*---------------------------------------------------------------------------*/



/* Формы RSForm
-----------------------------------------------------------------------------*/
.rsform > form > h2 {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 5px;
	text-align: center;
	text-transform: uppercase;
}
.rsform > form > div {
	position: relative;
}
.rsform > form > div > p.formRed {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
		left: 0;
		top: 4px;
		right: 0;
	text-align: center;
	text-transform: uppercase;
}
.rsform-block {
	margin-top: 20px;
}
.rsform-block-captcha > .row > .col-md-3,
.rsform-block-captcha > .row > .col-md-4 {
	float: left;
	width: 50%;
}
.rsform-block-captcha > .row > .col-md-3:first-child {
	padding-right: 10px;
}
.rsform-block-captcha > .row > .col-md-3:first-child > img {
	border: 1px solid #ccc;
	height: 34px;
	width: 100%;
}
.rsform-block-captcha > .row > .col-md-4 {
	padding-left: 10px;
}
.rsform-block-captcha > .row > .col-md-3:last-child,
.rsform-block > span.formError {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
		bottom: -15px;
	text-transform: uppercase;
}
.rsform-block > span.formError {
	right: 20px;
}
.rsform .btn {
	text-transform: uppercase;
}
/*---------------------------------------------------------------------------*/



/* Joomshopping
-----------------------------------------------------------------------------*/
#comjshop h1 {
	margin: 30px 0;
	text-align: center;
}

.category_item,
.product_item {
	background-color: #fff;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
	margin:0 0 30px;
	padding: 0 0 30px;
	text-align: center;
}
.category_image > a,
.product_image > a {
	display: block;
}
.category_image > a > img,
.product_image > a > img {
	height: 250px;
	/*height: 100%;*/
	object-fit: cover;
	/*object-fit: contain;*/
	width: 100%;
}
.category_name,
.product_name {
	font-size: 20px;
	line-height: 1.2;
	margin: 30px 0 0;
	min-height: 50px;
	padding: 0 15px;
}
.category_short_description,
.category_item > .btn,
.product_item .btn {
	margin: 30px 0 0;
}

#list_product_image_middle {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 10px;
}
#list_product_image_middle .text_zoom {
	display: none;
}
#list_product_image_middle > a {
	display: block;
}
#list_product_image_middle > a > img {
	width: 100%;
}
#list_product_image_thumb {
	background-color: #e7e7e7;
	padding: 5px;
}
#list_product_image_thumb > img {
	cursor: pointer;
	display: block;
	float: left;
	height: 80px;
	object-fit: cover;
	padding: 5px;
	width: 20%;
}
.jshop_prod_description img.about-item {
	background-color: #fff;
	margin: 0 0 20px;
	width: 100%;
}
.jshop_prod_description > .nav-tabs > li > a {
	padding: 10px 20px;
}
.tab-content {
	font-size: 14px;
}
.tab-content.roof > .tab-pane > .row,
.tab-content.fasade > .tab-pane > .row {
	margin: 0;
}
.tab-content.roof > .tab-pane-1 .colors > .h4 > small {
	margin-left: 15px;
}
.tab-content.roof > .tab-pane-1 .colors img,
.tab-content.fasade > .tab-pane-1 .colors img {
	width: 100%;
}
.tab-content.roof > .tab-pane-1 .colors .title,
.tab-content.fasade > .tab-pane-1 .colors .title {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 15px;
	min-height: 34px;
	padding: 5px;
	text-align: center;
}
.tab-content.fasade > .tab-pane-1 > .row:not(:last-child) {
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 30px;
}
.tab-content.fasade > .tab-pane-1 > .row > .col-md-5 > img {
	padding: 10px;
	width: 100%;
}
.tab-content.fasade > .tab-pane-1 > .row > .col-md-5 > hr {
	margin: 5px 0;
}
.tab-content.roof > .tab-pane-2 > .row > .col-md-3 > img,
.tab-content.fasade > .tab-pane-2 > .row > .col-md-3 > img {
	height: 140px;
	object-fit: contain;
	padding: 10px;
	width: 100%;
}
.tab-content.roof > .tab-pane-2 > .row > .col-md-3 > .title,
.tab-content.fasade > .tab-pane-2 > .row > .col-md-3 > .title {
	font-size: 12px;
	margin-bottom: 30px;
	min-height: 40px;
	padding: 0 5px;
	text-align: center;
}
/*---------------------------------------------------------------------------