/*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;  }*/

.right_block_wrapper-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 40px;
	margin-top: 40px;
}

.right_block_wrapper-title > div {
    color: var(--white_text_black);
    border-bottom: 2px solid #ddd;
    border-color: var(--stroke_black);
    border-bottom-color: #00a9bb;
}

.maxwidth-theme.index-tabs {
    margin-bottom: 0px;
    position: relative;
}

.drag-block.container.grey.CATALOG_TAB.grey_block.js-load-block.loader_circle {
    overflow: initial;
}

.content_wrapper_block.front_sections_only4 .sections-slider-wrap {
    position: relative;
}

.content_wrapper_block.front_sections_only4 .sections-slider-wrap .swiper.slider-solution {
    margin: 0 30px;
}

.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer {
    padding-bottom: 54px;
    margin-bottom: -54px;
}

.index-description {
    padding: 90px 0px;
    background: url('/upload/bg-light-min.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
	margin-bottom: 0px;
}

.CATALOG_TAB .right_block_wrapper-title {
    justify-content: flex-start;
}

.btn--more {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.btn--more ~p {
    display: none;
}

.item_block.cat-sections-all.cat-sections-all-wrapper .item.compact {
    width: 140px;
    line-height: 87px;
    text-align: center;
    margin: 0px auto 16px;
}

.cat-sections-all-wrapper .cat-sections-all__image {
    background: var(--darkerblack_bg_black);
    border-radius: 50%;
	width: 90px;
    height: 90px;
    line-height: 87px;
    text-align: center;
    margin: 0px auto 16px;
}

.item_block.cat-sections-all.cat-sections-all-wrapper {
    margin-bottom: 50px;
}

.cat-sections-all-wrapper .cat-sections-all__image a {
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-sections-all-wrapper .svg-inline-cat_sections {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat-sections-all-wrapper .item .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-decoration: none;
}
.content_wrapper_block.front_sections_only4 .sections_wrapper .list .item.compact:not(:last-child) {
    margin-bottom: 40px;
}

.index-description .maxwidth-theme {
    position: relative;
    z-index: 1;
}

.index-description:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 74%);
    content: "";
}

.index-description .maxwidth-theme {
    background: transparent !important;
}

.index-description .text {
	color: white;
}

.footer-callback__title {
    font-weight: 400;
    font-family: Montserrat,Arial,sans-serif;
    font-size: 20px;
    color: white;
}

.footer-callback__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 50px 0px;
}

.footer-callback__logo img {
    max-width: 300px;
    width: 100%;
}

.footer-callback__container-left {
    width: 100%;
    max-width: 30%;
}

.footer-callback__container-right {
    width: 70%;
    padding: 30px 50px;
    height: 100%;
}

.footer-callback__wrapper-social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 500px;
	margin-top: 20px;
}

.footer-callback .subscribe-form .top_blocks .title,
.footer-callback .subscribe-form .top_blocks .title div {
    color: white;
}

.footer-callback .subscribe-form .subscribe-form_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
	margin-top: 20px;
}

.footer-callback .subscribe-form .subscribe-form_wrap input.form-control.inputtext {
    margin-bottom: 0px;
}

.footer-callback .subscribe-form .subscribe-form_wrap .form-control {
    width: initial;
}

.contact-page__block {
	margin-bottom: 50px;
}

.contact-page__row {
    display: flex;
    flex-wrap: nowrap;
}

.contact-page__col:not(:last-child) {
    margin-right: 29px;
}

.contact-page__container, 
.contact-page__container p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    color: #FFFFFF;
}

.contact-page__container p {
    margin-top: 0px;
	margin-bottom: 7.5px;
}

.contact-page__container a {
    font-weight: 300;
    text-decoration: none;
}

.contact-page__title {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 11.5px;
}

.contact-page__subtitle {
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
}

.contact-page__container .font_upper {
    margin-bottom: 3px;
}

.contact-page__col-top {
    padding-top: 16.2px;
}

.contact-page__phone {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 11.5px;
}

.contact-page__phone img {
    margin: 0px;
    margin-left: 10px;
}

.contact-page__wrapper-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.contact-page__wrapper-btn > * {
    margin: 0px 10px;
}

.contact-page__container img {
    max-width: 100%;
}

.contact-page__map {
	max-width: 563px;
}

.contact-page__wrapper-map-text {
    margin-bottom: 25.5px;
}

.contact-page__map-info {
    min-height: 58px;
    margin-bottom: 25.5px;
}

.contact-page__col a small {
    opacity: 1 !important;
}

@media (max-width: 1320px) {
	.contact-page__col:not(:last-child) {
		margin-right: 22px;
	}
}

@media (max-width: 992px) {
	.contact-page__block .col-sm-12 {
		margin-bottom: 30px;
	}
	.contact-page__row {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact-page__block {
		margin-bottom: 10px;
	}
}

@media (max-width: 900px) {
	.footer-callback__logo img {
		max-width: 200px;
	}
	.footer-callback__container-left {
		width: 100%;
		max-width: 40%;
	}
	.footer-callback__container-right {
		width: 60%;
		padding: 30px 40px;
		height: 100%;
	}
}

@media (max-width: 767px) {
	.footer-callback__logo img {
		max-width: 140px;
	}
	.maxwidth-theme.nopadding {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.top_wrapper.items_wrapper.catalog_block_template .owl-dots {
		margin-top: 10px;
	}

    .catalog_block.items div.owl-nav {
        position: absolute;
        top: -70px;
        left: calc(100% - 80px) !important;
        width: max-content;
        display: flex;
        gap: 10px;
    }

    .catalog_block.items div.owl-nav button {
        background: transparent!important;
        border: 2px solid #fff!important;
        border-radius: 25.5px!important;
    }

    .catalog_block.items div.owl-nav button .svg {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
}

@media (max-width: 663px) {
	.footer-callback__logo {
		margin-top: 15px;
	}
	.footer-callback__container-right {
		padding-right: 0px;
	}
	.contact-page__col, 
	.contact-page__col:not(:last-child) {
		margin-right: 0px;
		width: 100%;
	}
}

@media (max-width: 500px) {
	.footer-callback__container-left {
		width: 100%;
		max-width: 100%;
	}
	.footer-callback__container-right {
		width: 100%;
    	padding: 30px 0px 0px;
	}
}

.mobile #main .catalog_block .catalog_item .footer_button {
    display: none;
}

.footer-callback.footer-callback--catalog .footer-callback__container {
    margin-bottom: 0px;
}

.product-container .product-info,
.section-gallery-wrapper,
.block-item__image.block-item__image--wh80,
.block-item__image.block-item__image--wh90,
.catalog_block.items .image_wrapper_block .thumb > img,
.list_item_wrapp .image_block .image_wrapper_block .thumb > img,
.table-view__item .table-view__item-wrapper .item-foto__picture .thumb > img {
    background-color: #fff;
}

.js-prop-replace__template {
    display: none;
}

@media (max-width: 991px) {
    .product-container .product-info .sku_props .bx_item_detail_size ul li {
        color: var(--white_text_black_reverse);
    }
    .product-container .product-info .sku_props .bx_item_detail_size ul li.active {
        color: #fff;
    }

    .product-container .product-info .properties__item .darken,
    .product-container .product-info .char-side .darken {
        /* color: #333; */
        color: var(--white_text_black_reverse);
    }

    .product-container .product-info .btn.btn-transparent-border-color {
        border-color: var(--stroke_black);
        color: var(--white_text_black_reverse);
    }
    .product-container .product-info .btn.btn-transparent-border-color:hover {
        border-color: #00a9bb;
        color: #fff;
    }

    .product-container .product-info .sku_props .bx_item_section_name .val {
        color: var(--white_text_black_reverse);
    }

    .product-container .product-info .prices .price {
        color: var(--white_text_black_reverse);
    }
}

@media (max-width: 600px) {
    .compact-catalog .ajax_load.block .catalog_item .prices-wrapper .price {
        font-size: 0px;
    }
    .compact-catalog .ajax_load.block .catalog_item .prices-wrapper .price .values_wrapper {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .catalog_block .catalog_item .image_wrapper_block:not(.image-wrapper) {
        padding-top: calc(65% + 208px);
    }
}