.site-alert {
    background: rgba(0, 128, 0, .2);
    color: green;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
}

.sf-menu.nav>li>a {
    padding: 16px 7px;
}

.header .header-wrapper {
    padding: 20px 0;
}

.new-header__alert {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.new-header__company {
	font-size: 38px;
}

.new-header__contacts {
    margin-top: 20px;
}

.new-header__phone img {
	vertical-align: middle;
    margin: -4px 2px 0 0;
}

@media screen and (max-width: 992px) {
	.new-header__company {
		font-size: 26px;
	}
}

.is-sticky .navigation-wrapper {
	z-index: 20;
	border-bottom: solid 3px #325949;
}

.page-header__img {
	margin-bottom: 20px;
}

.contentContainer ol{
	list-style: decimal;
}

.contentContainer ul{
	list-style: disc;
}

.contentContainer h2 {
	color: #232323;
	font-weight: 300;
	margin: 1.5em 0 .5em;
}

.contentContainer h2:first-child {
	margin-top: 0;
}

.product-single .badges div.sale {
    border-color: #ae0000;
    color: #ae0000;
}

.old-price {
	color: gray;
    text-decoration: line-through;
    font-size: 65%;
	font-weight: normal;
}

.catalog-item__caption .old-price {
	font-size: 80%;
}


@media screen and (max-width: 991px) {
	.contentContainer h2 {
		font-size: 22px;
	}
}


.cat-sections {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.cat-sections__item {
    flex: none;
    padding-left: 20px;
    width: 16.66%;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cat-section {
    border: 3px solid #e9e9e9;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding: 20px 15px;
    color: inherit;
    text-decoration: none;
}

a.cat-section:hover {
    border-color: #325949;
}

.cat-section__img {
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
}

.border-block {
    border: 3px solid #e9e9e9;
    padding: 15px;
    margin: 20px 0;
}

.border-block__layout {
    display: flex;
    align-items: center;
    padding: 15px;
}

.border-block__img {
    flex: none;
    margin-right: 30px;
    min-width: 20%;
    text-align: center;
}

.border-block__content {
    flex: 1;
}

.btn_long {
    width: 270px;
    max-width: 100%;
    padding: 8px 20px;
}

.center {
    text-align: center;
}

.img-right {
    float: right;
    max-width: 40%;
    margin: 0 0 20px 20px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 0;
}

.features__item {
    flex: none;
    width: 33.33%;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
}

.features__icon {
    margin-bottom: 15px;
}

.features__text {
    max-width: 280px;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .cat-sections__item {
        width: 33.33%;
    }
}
@media screen and (max-width: 480px) {
    .cat-sections {
        margin-left: -15px;
    }
    .cat-sections__item {
        width: 50%;
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .features__item {
        width: 100%;
    }
    .img-right {
        float: none;
        display: block;
        margin: 0 auto 15px;
        max-width: 100%;
    }
}

.contacts-block {
    display: flex;
}

.contacts-block__content {
    flex: none;
    margin-right: 55px;
    width: 440px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    color: #232323;
}

.gray {
    color: #737475;
}

.contacts-block__map {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.contacts-block__map-area {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.contacts-block__map [class*="copyrights-pane"] {

}

.contacts-map {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.contacts-map__area {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.tk {
    display: flex;
    margin-left: -20px;
    margin-top: 20px;
}

.tk__item {
    flex: 1;
    padding-left: 20px;
    margin-bottom: 20px;
}

.tk__link {
    border: 3px solid #e9e9e9;
    padding: 30px 15px;
    display: block;
    text-decoration: none;
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 100%;
}

.tk__link:hover {
    border-color: #dcdcdc;
}

.tk__link-img {
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .contacts-block {
        display: block;
    }
    .contacts-block__content {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
    .tk {
        flex-wrap: wrap;
    }
    .tk__item {
        flex: none;
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .contacts-block__content {
        font-size: 20px;
    }
    .border-block__layout {
        display: block;
        padding: 0;
    }
    .border-block__img {
        margin: 0 0 20px;
        text-align: left;
    }
    .tk__item {
        width: 100%;
    }
    .tk__link {
        padding: 15px;
    }
}

.bandadj-list {
	display: flex;
	flex-wrap: wrap;
}

.bandadj-list__item {
	flex: none;
	width: 105px;
	box-sizing: border-box;
	padding: 0 3px;
	text-align: center;
	margin-bottom: 15px;
}

.bandadj-list__item-name {
	font-size: 13px;
    line-height: 1.2;
	margin-top: 10px;
}

.works-carousel .images-block__item {
	margin: 0;
}

.works-carousel .owl-prev,
.works-carousel .owl-next {
    margin-top: -40px!important;
}

@media (max-width: 991px) {
	.sidebar-row {
		display: flex;
		flex-direction: column-reverse;
	}
	.page-section.breadcrumbs .page-header h1 {
		font-size: 28px;
	}
	.works-carousel .owl-prev {
		left: -10px;
	}
	.works-carousel .owl-next {
		right: -10px;
	}
	.works-carousel .owl-theme .owl-controls .owl-nav [class*=owl-] {
		background-color: #fff;
		border-color: #cbcbcb;
		color: #cbcbcb;
	}
	.works-carousel .owl-theme .owl-controls .owl-nav .fa {
		color: #cbcbcb;
	}
}

.widget.shop-categories .shop-categories__title {
	display: flex;
    align-items: center;
	line-height: 1.3;
}

.product-single .product-thumbnails {
	    display: flex;
}

.message-box_subscribe-news form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

@media (min-width: 992px) {
    .footer-widgets .row {
        display: flex;
    }
    .footer-widgets .col-md-3 {
        width: auto;
        flex: 1;
    }
}