/* NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him. */

/* Examples (uncomment to use): */

/* Expand site width */
/* body .wrapper { max-width: 1400px !important; } */

/* Set site background image */
/* body { background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important; } */

.footer {
	background: #792423;
    display: flex;
    flex-direction: column;
}

* {
    font-family: 'Montserrat';
}

body.menu_lowercase_n .menu-side-column__item > .menu-side-column__item-link {
	font-weight: 500;
    font-size: 27px;
    line-height: inherit;
}


.page-top-info,
.page-top-info + .container {
    padding-left: 20px !important;
}

.rounded,
.rounded-4 {
	border-radius: 4px !important;
}

.logo {
	max-width: 206px;
	height: 68px;
}

.COMPANY_TEXT {
    padding-right: 30px;
}

.r-frame {
	display: inline-block;
	padding: 10px;
	border: 2px solid #792423;
	color: #792423;
	font-weight: 600;
}

.catalog-block .line-block__item {
	width: 100%;
}

.sections-list__item--compact .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS) .sections-list__item-link {
	width: 100px;
	height: 50px;
}

@media (min-width: 1280px) {
	.sections-list.sections-list--items-offset .grid-list--items-5:not(.grid-list--no-gap) {
		grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
	}
}

/*
.catalog-block .price__new .price__new-val:before,
.catalog-detail .price__new .price__new-val:before {
	display: inline-block;
	content: "от";
}
*/

.buy_block .info-buttons .btn.btn-transparent-border:hover {
	background-color: #ded09f !important;
	border: 1px solid #ded09f !important;
	color: var(--white_text_black);
}

.buy_block .info-buttons .btn.btn-transparent-border .fill-use-fff svg,
.buy_block .info-buttons .btn.btn-transparent-border .fill-use-svg-fff {
	fill: var(--white_text_black);
}

.tabs .nav-tabs li,
.tabs .nav-tabs li a:active,
.tabs .nav-tabs li a:focus,
.tabs .nav-tabs li a:hover,
.tabs .nav-tabs li.active a {
	background: #ded09f !important;
}

/*** начало Баннеры на главной ***/
@media (min-width: 992px) {
	.banners-big__side-items.banners-big__side-items--right .banners-big__side-item:nth-child(1) {
		border-top: 0;
		border-left: 10px solid #f8f8f8;
		border-right: 0;
		border-bottom: 5px solid #f8f8f8;
	}

	.banners-big__side-items.banners-big__side-items--right .banners-big__side-item:nth-child(2) {
		border-top: 5px solid #f8f8f8;
		border-left: 10px solid #f8f8f8;
		border-right: 0;
		border-bottom: 0;
	}
}
/*** конец Баннеры на главной ***/

.catalog-detail__gallery--520px {
	--sizeImage: 620px;
}

/*
.banners-big__text-wrapper--row .banners-big__text-block {
	width: 75%;
}

.owl-nav {
	display: none;
}

@media (max-width: 1828px) {
	body .owl-carousel__dots--right.owl-carousel__dots--maxwidth-theme {
		right: 0;
	}
}

@media (min-width: 991px) {
	.banners-big__text {
		justify-content: flex-end;
	}
}
*/

.banners-big__inner.banners-big__inner--lefttext {
	justify-content: start;
}

.banners-big__inner.banners-big__inner--righttext {
	justify-content: end;
}

.banners-big__inner.banners-big__inner--lefttext .banners-big__text {
	text-align: left;
}

.banners-big__inner.banners-big__inner--righttext .banners-big__text {
	text-align: right;
}

.banners-big__inner.banners-big__inner--centertext .banners-big__text {
	justify-content: end;
	align-items: center;
	text-align: center;
}

@media (max-width: 992px) {
	.banners-big__inner.banners-big__inner--lefttext,
	.banners-big__inner.banners-big__inner--righttext {
		justify-content: center;
	}

	.banners-big__inner.banners-big__inner--lefttext .banners-big__text,
	.banners-big__inner.banners-big__inner--righttext .banners-big__text {
		justify-content: end;
		align-items: center;
		text-align: center;
	}
}

.scrollbar:not(.scroller) {
	overflow-x: hidden;
	overflow-y: hidden;
}

.banners-big__inner .banners-big__title {
	margin: 30px 0;
}

.banners-big__inner .banners-big__title span {
	background: var(--theme-base-color);
	display: inline-block;
	padding: 5px 15px;
	border-radius: 4px;
}

.drag-block.TIZERS .index-block--fon {
	background: var(--theme-base-color);
}

.footer__developer.orwo {
	font-size: 14px;
	color: #999;
}

.footer__developer.orwo img {
	width: 80px;
	margin-right: 10px;
}

.footer__developer.orwo a:hover {
	color: #ffffff;
}


ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}

.company-item__text.index-block__preview {
    font-size: 33px;
    font-weight: 300;
    margin-bottom: 60px;
    max-width: 100%;
    line-height: normal;
}

header .top_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 20px;
}

.item.logo {
    display: grid;
    gap: 61px;
    align-items: center;
    max-width: 810px;
    grid-template-columns: auto auto;
}

.item.logo svg {
    width: 250px;
    height: 84px;
}

.desc_logo {
    font-size: 16px;
    font-weight: 300;
    color: #181818;
    max-width: 494px;
/*    line-height: normal;*/
}

.item.location {
    width: 324px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px;
    font-size: 19px;
}

.item.location svg {
    padding-top: 4px;
    width: 12px;
    height: 16px;
}

.svg-inline-search svg {
    width: 15px;
    height: 15px;
}

.item.search {
    position: relative;
    width: 201px;
}

.item.search input {
    background: #E6E6E6;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    padding: 9px 9px 9px 36px;
    border-radius: 3px;
    width: 100%;
}

.item.search label {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0px, -50%);
}

.item.search label svg {
    width: 15px;
    height: 15px;
}

header .item.icon_soc {
    display: flex;
    gap: 7px;
}

header .item.icon_soc a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 0.2s;
    background: #792423;
    border: 1px solid #792423;
}

header .item.icon_soc a svg {
    width: 21px;
    height: 100%;
    fill: #FFF;
}

header .item.icon_soc a svg path {
    fill: #FFF;
}

header .item.icon_soc a:hover {
    background: #FFF;
}

header .item.icon_soc a:hover path {
    fill: #792423;
}

header .item.callback {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item.callback a {
    font-size: 22px;
    font-weight: 500;
    color: #181818 !important;
}

.btn_default {
    background: #792423;
    border-radius: 3px;
    color: #FFF;
    transition: 0.2s;
    border: 1px solid #792423;
}

.btn_default:hover {
    color: #792423;
    background: #FFF;
}

header .callback_btn {
    padding: 9px 11px;
    font-size: 14px;
    text-align: center;
    margin-top: 7px;
    font-weight: 600;
}

header .menu {
    background: #ECDF9B;
}

header .menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1714px;
    margin: auto;
    padding: 27px 0;
    font-size: 21px;
    font-weight: 500;
}

header .menu ul li a {
    animation-timing-function: ease-out;
    animation-duration: 300ms;
    color: #181818;
}

header .menu ul li a:hover {
    color: #792423;
}

.container.with_sidebar {
    display: flex;
}

.sidebar {
    width: 15%;
}

.sidebar .menu ul li a {
    padding: 23px 0;
    text-align: center;
    background: #792423;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 500;
    color: #FFF;
    transition: 0.1s;
    display: block;
}

.sidebar .menu ul li a:hover {
    background: #FFF;
    color: #792423;
}

.sidebar .category_menu {
    overflow: auto;
    margin-right: 10px;
}

.category_menu li {
    padding: 15px 30px;
}

.category_menu a {
    padding: 25px 14px 14px 14px;
    display: block;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
}

.category_menu .name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #2B2B2B;
    text-align: left;
}

.content {
    width: 85%;
    height: fit-content;
}

.big_slider {
    position: relative;
    overflow: hidden;
    height: 837px;
    margin-bottom: 90px;
}

.banners-big__text-wrapper--row .banners-big__text-block {
    position: absolute;
    bottom: 69px;
    width: 841px;
    right: 0;
    background: #ffffffa6;
    padding: 22px 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 27px;
    font-weight: 400;
    text-align: right;
    font-family: 'Lobster';
    margin-right: 0;
}

.banners-big__text-block p,
.banners-big__text-block span {
    color: #792423;
    font-family: 'Lobster';
}

.big_slider .swiper-slide .text span {
    font-size: 24px;
    float: right;
    text-align: right;
    margin-top: 13.5px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #792423;
}

.swiper-button-next:after, .swiper-button-prev:after {
    height: 69px;
    font-size: 61px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #FFF;
}

.swiper-pagination-bullet:before {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #792423;
}

.index_about {
    position: relative;
}

.index-block__btn {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 27px;
    font-weight: 600;
    align-items: center;
    padding: 27px 22px;
}

.index-block__btn a {
    text-transform: uppercase;
}

.index-block__btn svg {
    margin-left: 140px;
}

.btn_default:hover svg path {
    stroke: #792423;
}

footer {
    background: #792423;
    padding: 45px 162px;
    display: flex;
    justify-content: space-between;
    margin-top: 63px;
}

.footer_menu {
    display: flex;
    gap: 150px;
}

.bottom-menu .items .item .title a {
    font-size: 30px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 21px;
    display: block;
}

.bottom-menu--normal .items>.wrap .title a {
    font-size: 24px;
    font-weight: 300;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 13px;
    display: block;
}

.footer_contact .item svg {
    width: 21px;
    height: 21px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.footer_contact .item svg path {
    fill: #FFF;
}

.footer_contact .item a {
    font-size: 27px;
    font-weight: 400;
    color: #FFF;
    display: grid;
    grid-template-columns: auto 1fr;
}

.footer_contact .item {
    margin-bottom: 22px;
}

.footer_contact {
    max-width: 386px;
}

.footer__social .social__link .svg svg {
    width: 18px;
    height: 17px;
}

.footer__info .social__item a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF !important;
    border-radius: 100%;
    opacity: 1 !important;
}

.social--picture-image .social__items {
    display: flex;
    gap: 23px;
}

.social__item--image {
    padding: 0;
}

.footer_soc path {
    fill: #792423;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.page_about.grid-4 {
    gap: 19px 22px;
    padding: 20px;
    justify-items: center;
    align-items: center;
    grid-auto-rows: 259px;
}

.page_about a img {
    object-position: center;
    object-fit: cover;
}

.sections-list .grid-list.grid-list--gap-20.grid-list--items-5 {
    grid-template-columns: repeat(4, 1fr);
}

.right_block h1 {
    margin-bottom: 20px;
    margin-top: 60px;
}

.text {
    line-height: normal;
    font-size: 22px;
    font-weight: 300;
}

.page_about>a {
    /* aspect-ratio: 1 / 1; */
    width: 100%;
    height: 100%;
    position: relative;
}

.page_about>a .title {
    position: absolute;
    bottom: 20px;
    left: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    color: #2B2B2B;

    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 0px;
    
}

.description {
    margin-top: 60px;
}

.description .text {
    font-size: 22px;
    font-weight: 300;
}

.detail_top_banner img {
    object-fit: cover;
}

.detail_desc {
    margin: 60px 0 40px;
    padding-right: 30px;
}

body .maxwidth-theme {
    padding: 0;
    max-width: 100%;
}

.detail_desc h1 {
    font-size: 40px;
    margin-top: 0;
}

.detail_desc .text {
    font-size: 28px;
    font-weight: 300;
}

.detail_desc .btn {
    margin-top: 48px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    gap: 94px;
    display: flex;
    width: fit-content;
    padding: 18px 15px;
}

.detail_desc .item_img {
    background-size: cover;
    background-position: center;
}

.detail_desc .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.detail_desc .pagination .item {
    font-size: 18px;
    font-weight: 300;
}

.recommend {
    overflow: hidden;
    margin-right: 30px;
}

.recommend .swiper-slide {
    border-radius: 3px;
    border: 1px solid #792423;
    padding: 15px;
}

.recommend .name {
    margin-top: 13px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 20px;
    height: 54px;
}

.recommend .item img {
    aspect-ratio: 1 / 1;
}

.recommend .price {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
 }

.recommend .btn_default {
    width: 100%;
    display: flex;
    padding: 15px;
    justify-content: center;
    text-transform: uppercase;
}

.social__items path {
    opacity: 1;
}

header .item.icon_soc a:hover path {
    fill: #792423 !important;
}

body.menu_lowercase_n .menu-side-column__item > .menu-side-column__item-link:hover {
    background: #FFF;
    color: #792423;
}

.index-block__title {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #2B2B2B;
}

.index-block__btn .btn-lg {
    padding: 27px 22px;
}

.header__side-column-part {
    border: 0;
}

.footer__info .icon-block__icon svg {
    width: 21px;
    height: 21px;
}


.footer__info .icon-block__icon path {
    fill: #FFF;
}

.footer__social .social__link .svg svg path {
    fill: #792423;
}

.banners-big__inner .banners-big__title {
    display: none;
}

header .item.callback .icon-block__only-icon,
header .item.callback .more-arrow,
header .item.callback span.icon-block__icon.banner-light-icon-fill.menu-light-icon-fill {
    display: none;
}

.item.callback .btn.btn-default,
.COMPANY_TEXT .btn.btn-default {
    transition: 0.2s;
}

.item.callback .btn.btn-default:hover,
.COMPANY_TEXT .btn.btn-default:hover {
    background: #FFF;
    color: #792423;
}

.COMPANY_TEXT .btn.btn-default:hover path {
    stroke: #792423;
}

.header__main-item {
    margin: 0;
}

body.menu_lowercase_n .header-menu__title {
    text-transform: uppercase;
/*    line-height: normal;*/
    letter-spacing: normal;
    font-size: 21px;
    font-weight: 500;
}

.mobilemenu__button button.btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 16px;
}

.mobilemenu.mobilemenu_1 .mobilemenu__item:last-child {
    padding-top: 0;
}

.mobilemenu__close .svg svg {
    width: 15px;
    height: 15px;
}

.mobilemenu__close .svg svg path {
    stroke: #2B2B2B;
}

.mobilemenu__item path {
    fill: none;
    stroke: #2B2B2B;
}

.arrow-all__item-line {
    background: #2B2B2B;
}

.banners-big .maxwidth-banner .maxwidth-theme {
    position: initial;
}

.navigation-container.maxwidth-theme {
    position: absolute !important; 
}

.banners-big__wrapper .slider-button-next,
.banners-big__wrapper .slider-button-prev {
    position: absolute;
    display: none;
}

.swiper-button-prev, .swiper-button-next {
    background: none;
}

.item.icon_soc .svg {
    fill: #FF !important;
}

.header__side-item--margined {
    overflow: auto;
}

.header__side-column-part {
    top: 173px;
}

.footer--color-dark .bottom-menu .item.active .title a {
    color: #FFF !important;
}

.footer__info-item a,
.footer__address .address__text {
    font-size: 27px;
    line-height: normal;
}

.footer__main-part-inner .footer__part-item.flex-50-1200 {
    flex: 1.1;
}

.detail_top_banner {
    height: 760px;
}

.detail_desc .grid-2 {
    gap: 10px;
}

.detail_top_banner .item {
    display: none;
}

.footer__phone .phones .phones__dropdown {
    display: none;
}

header .item.icon_soc .small_title {
    display: none;
}

.catalog_blocks {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
}

.catalog_blocks>a {
    position: relative;
}

.catalog_blocks>a img{
    object-fit: cover;
}

.catalog_blocks .big_card {
    width: 20%;
    padding: 10px;
    height: 300px;
}

.catalog_blocks .small_card {
    width: 20%;
    padding: 10px;
    height: 300px;
}

.catalog_blocks .title {
    position: absolute;
    bottom: 24px;
    left: 24px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #2B2B2B;
    text-transform: uppercase;
}

.manufacture_points {
    background-image: url('/images/map.png');
    min-height: 720px;
    width: 1000px;
    background-repeat: no-repeat;
    margin: 20px auto;
    display: flex;
    background-position: center;
    position: relative;
}

.point {
    position: absolute;
    width: 20px;
    height: 20px;
}

.point a {
    display: block;
    width: 20px;
    height: 20px;
}

.point .name {
    width: 190px;
    background: #792423;
    color: #FFF;
    padding: 10px;
    position: absolute;
    right: 8px;
    display: none;
}

.point:hover .name {
    display: block;
}

@media (max-width: 1867px) {
    body.menu_lowercase_n .header-menu__title {
        font-size: 18px;
    }

    .header__side-column-part {
        top: 180px;
    }

    .desc_logo {
        line-height: inherit;
    }

    body.menu_lowercase_n .header-menu__title {
        line-height: inherit;
    } 
}

@media (max-width: 1660px) {
    h1,
    .index-block__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .company-item__text.index-block__preview {
        font-size: 22px;
        margin-bottom: 42px;
    }

    .item.logo svg {
        max-width: 163px;
    }

    .desc_logo {
        font-size: 11px;
    }

    .address__text {
        font-size: 14px;
    }

    .item.location {
        max-width: 260px;
    }

    .item.logo {
        max-width: 632px;
        gap: 40px;
    }

    .item.location {
        font-size: 13px;
    }

    .item.location svg {
        width: 8px;
    }

    .item.search input {
        font-size: 12px;
    }

    .item.search label svg {
        width: 10px;
        height: 10px;
    }

    .item.search {
        width: 134px;
    }

    header .item.icon_soc a svg {
        width: 14px;
    }

    header .item.icon_soc a {
        width: 33px;
        height: 33px;
    }

    .item.callback a {
        font-size: 15px;
    }

    header .callback_btn {
        font-size: 9px;
        padding: 9px 10px;
        text-transform: uppercase;
    }

    header .menu ul {
        font-size: 14px;
        padding: 27px 20px;
        max-width: 1440px;
    }

    .sidebar .menu ul li a {
        font-size: 18px;
        padding: 15px 0;
    }

    .category_menu .name {
        font-size: 16px;
    }

    .category_menu .text {
        font-size: 12px;
    }

    .category_menu a {
        padding: 60px 9px 9px;
    }

    .category_menu li {
        padding: 10px 21px;
    }

    .big_slider .swiper-slide .text {
        font-size: 18px;
    }

    .big_slider .swiper-slide .text span {
        font-size: 16px;
    }

    .big_slider .swiper-slide .text {
        max-width: 561px;
        padding: 20px 15px;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .big_slider {
        margin-bottom: 60px;
    }

    .index_about {
        padding-right: 20px;
    }

    .index_about .detail_url button {
        font-size: 18px;
        padding: 18px 15px;
    }

    .index_about .detail_url button svg {
        margin-left: 93px;
        height: 13px;
    }

    .footer_menu .parent a {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .footer_menu .children a {
        font-size: 16px;
    }

    .footer_contact .item svg {
        width: 14px;
        height: 14px;
    }

    .footer_contact .item a {
        font-size: 18px;
    }

    .footer_soc svg {
        width: 11px;
        height: auto;
    }

    .footer_soc a {
        width: 28px;
        height: 28px;
    }

    .footer_soc {
        gap: 15px;
    }

    .page_about>a .title {
        font-size: 20px;
    }

    body.menu_lowercase_n .header-menu__title {
        font-size: 14px;
    }

    .header__side-column-part {
        top: 181px;
    }
}

@media (max-width: 1380px) {
    .header-menu__item {
        padding: 27px 15px;
    }

    .detail_desc .text {
        font-size: 28px;
        font-weight: 300;
    }

    .detail_top_banner {
        height: 559px;
    }

    .text {
        font-size: 18px;
    }

    .footer__info-item a, .footer__address .address__text {
        font-size: 18px;
    }

    .bottom-menu--normal .items>.wrap .title a {
        font-size: 16px;
    }

    .bottom-menu .items .item .title a {
        font-size: 20px;
    }

    .desc_logo {
        display: none;
    }

    .item.logo {
        gap: 0;
    }

    body.menu_lowercase_n .header-menu__title {
        font-size: 14px;
    }

    body.menu_lowercase_n .menu-side-column__item > .menu-side-column__item-link {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    body,
    .main {
        padding: 0;
    }

    .recommend {
        margin-right: 0;
        padding: 0 20px;
        margin-top: 40px;
    }

    .detail_desc {
        margin-top: 100px;
    }

    .detail_desc .pagination .item:nth-child(1) {
        display: none;
    }

    .detail_top_banner .item {
        display: block;
        margin-top: 40px;
        padding: 0 20px;
    }

    .detail_desc .pagination {
        justify-content: flex-end;
    }

    .header__side-column-part {
        display: none;
    }

    .COMPANY_TEXT {
        padding:0 20px;
    }

    .footer {
        padding: 0;
    }

    .logo a {
        height: auto;
    }

    .line-block__item.no-shrinked i {
        width: 32px;
        height: 32px;
        background: #792423;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }

    .line-block__item.no-shrinked i path {
        fill: #FFF;
    }

    body .index-block__btn {
        margin-top: 33px;
        position: initial;
        font-size: 14px;
        padding: 0;
    }

    .index-block__btn .btn-lg {
        padding: 17px 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .banners-big__text-wrapper--row .banners-big__text-block {
        right: 0;
        left: 0;
        width: 90%;
        border-radius: 6px;
        font-size: 16px;
        text-align: center;
        bottom: 40px;
        margin: auto;
    }

    .mobilemenu__item .social__item .social__link {
        background-color: #792423 !important;
        background-image: none !important;
        width: 42px;
        height: 42px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobilemenu__item .social__items {
        gap: 9px;
        margin: auto;
    }

    .mobilemenu__item .social__item .social__link path {
        fill: #FFF;
    }

    .front_company-template .img-responsive {
        aspect-ratio: 1 / 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banners-big__wrapper .slider-button-next,
    .banners-big__wrapper .slider-button-prev {
        display: block;
    }

    .header-menu__item {
        padding: 10px;
    }

    .right_block h1,
    .text,
    .footer .flex-33-1200 {
        padding: 0 20px;
    }

    .line-block.line-block--gap.line-block--gap-32.mobileheader__inner-part {
        padding: 0 20px;
    }
}

@media (max-width: 1140px) {
    footer {
        flex-direction: column;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }

    .desc_logo {
        display: none;
    }

    .detail_desc .item_img {
        width: 100%;
        aspect-ratio: 1 / 1;
        margin-top: 20px;
        margin: 20px auto 0;
    }

    .item.search {
        width: 200px;
    }
}

@media (max-width: 991px) {
    header .menu {
        display: none;
    }



    .catalog_blocks .big_card,
    .catalog_blocks .small_card {
        width: 33.33333%;
    }
    
    .item.location {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .content {
        width: 100%;
    }

    .swiper-pagination {
        display: none;
    }

    .banners-big--adaptive-1 .banners-big__text-block {
        -webkit-line-clamp: none !important;
    }

    .banners-big__text-block p, .banners-big__text-block span {
        margin-bottom: 0;
        text-align: justify;
    }

    .banners-big__text-block span {
        text-align: right;
        display: block;
    }

    .page_about.grid-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .detail_desc .btn {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .page_about.grid-4 {
        grid-template-columns: 1fr 1fr;
    }

    .mobileheader {
        padding: 0 20px;
    }

    .footer__main-part  {
        padding: 0 20px;
    }

    .catalog_blocks .big_card, .catalog_blocks .small_card {
        width: 50%;
    }
}

@media (max-width: 525px) {
    .page_about.grid-4 {
        grid-template-columns: 1fr;
    }
}



.detail .catalog-detail__gallery-slider .catalog-detail__gallery__item img {
 object-fit:contain;
}

.ab__shadow a {
 box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3);
}

.ab__shadow a.big_card {
 padding: 0;
}


.ab__shadow a.small_card {
 padding: 0;
}


.ab__shadow p {
 z-index: 99999;
}



.ab__shadow .big_card {
  position: relative;
  overflow: hidden;
}

/*.ab__shadow .big_card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), transparent);
  pointer-events: none; 
  z-index: 1;
}*/



.ab__shadow .small_card {
  position: relative;
  overflow: hidden; 
}

/*.ab__shadow .small_card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%; 
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), transparent);
  pointer-events: none; 
  z-index: 1;
}*/

.catalog-detail__detailtext {
  margin-left: 20px;
}

.catalog-detail__gallery.image-list__link {
 margin-top: 20px;
}

.group_description_block.bottom {
 padding: 0;
}



.page_about>a .title {
 color: #fff!important;
}

.group_description_block.bottom.color_666 {
 color:#000;
 margin-top: 30px;
 width: calc(100% - 371px);
 height: fit-content;
}

.group_description_block.bottom.color_666 p {
 margin-bottom: 5px;
}

.tabs {
 margin-left: 20px;
}


@media (max-width: 1170px) {
	.group_description_block.bottom.color_666 {
		width: 100%;
	}
}


.header-menu__item {
  padding: 27px 18px;
}




.detail_desc .item_img {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.detail_desc h1 {
   font-size: 1.5rem;
}

.detail_desc h2 {
   font-size: 1.5rem;
}

.detail_desc ul li {
   font-size: 1rem;
   color: #000;
}

.detail_desc p {
   font-size: 1rem;
	color: #000;
}

.detail_desc h3 span {
	color: #000!important;
}

.detail_desc .item_img {
  height: 600px;
}


.detail_desc .item {
  margin-left: 40px;
}





/*-----слайдер-----*/
.project__slider-wrapper {
  margin-top: 40px;
}


.project__slider-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.project__slider-track {
  display: flex;
  transition: transform 0.3s ease;
}

.project__slide {
  flex: 0 0 25%; 
  box-sizing: border-box;
  padding: 10px;
}

.project__slide img {
  width: 100%;
  display: block;
}

.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #792423;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0;
}


.detail_desc .text {
  font-weight: 500;
}

.right_block h1 {
 padding-left: 20px;
}


#popup_iframe_wrapper {
  align-items: end;
    justify-content: end;
}




    .page_about>a .title {
        font-size: 1rem;
        font-family: 'Montserrat';
        font-weight: 500;
    }




.page_about>a.cl__custom .title {
    color: #fff !important;
}


.page_about>a.cl__custom svg path {
    stroke: #fff !important;
}


.form .form-header .form_desc {
 font-size: 1rem;
}

.form .form-header .title {
 font-size: 1em;
}

.form.popup .form-footer {
	padding: 0 50px 15px; 
}



.form.popup .form-header {
    padding: 20px 50px 11px 50px;
}




.page_about a img {
    object-position: top;
}



.image-list-wrapper img {
    object-fit: contain;
    background: #fff;
}

.sleb__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 30px;
}

.sleb__wrapper-item a img {
   width: 100px;

}

.sleb__wrapper-item:nth-child(2) {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
	max-width: 225px;
}

.sleb__wrapper-item .group_description_block.bottom.color_666 {
   width: 100%;
}

.section-213 {
  display: none;
}

@media (max-width: 768px) {
	.sleb__wrapper {
		grid-template-columns: 1fr;
	}

	.sleb__wrapper-item:nth-child(2) {
		max-width: 96%;
		margin-top: 50px;
	}

	.sleb__wrapper-item a img {
		width: 100%;
	}
}