/*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;  }*/
.no-click {
    pointer-events: none;
}

/* 30.01.2024 Task: 112200 */
.inline-search-block:not(.corp) .search.search--hastype .search-input {
    padding-right: calc(65px + var(--theme-page-width-padding));
}

.svg-inline-email_two {
    top: 65px !important;
}

.contact-phone:hover {
    color: #7f90ae !important;
}

.left-recommend_block .block-item__image {
    width: 40px;
    height: 60px;
    line-height: 62px;
}

.left_block-blog {
    position: absolute;
    top: 0;
}

.whatsapp-click {
    margin-top: 10px;
}

.whatsapp-click .btn {
    width: 100%;
    background-color: #25d366;
    border-color: #25d366;
    color: #fff;
}

.ttw-services-sub-nav {
    margin: 0
}

.ttw-services-sub-nav__item_parent {
    position: relative;
    z-index: 0
}

.ttw-services-sub-nav__item_parent:hover {
    z-index: 1
}

.ttw-services-sub-nav__btn:not(:hover), .ttw-services-sub-nav__link:not(:hover) {
    background-color: #fff !important
}

.ttw-services-sub-nav__btn {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    border: 0;
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 25px;
    overflow: hidden;
    border-top-color: transparent;
    padding: 14px 35px 13px 20px;
    color: var(--white_text_black2);
    border-top: 1px solid #f0f0f0;
    border-color: var(--light_bg_black);
    background-color: var(--card_bg_black)
}

.ttw-services-sub-nav__btn:hover {
    background-color: var(--light_bg_black)
}

.ttw-services-sub-nav__item_parent:last-of-type > .ttw-services-sub-nav__btn {
    border-radius: 0 0 3px 3px
}

.ttw-services-sub-nav__item_parent > .ttw-services-sub-nav {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.ttw-services-sub-nav__item_parent .ttw-services-sub-nav__item .ttw-services-sub-nav__link {
    border-radius: 0 !important
}

.ttw-services-sub-nav__item_parent .ttw-services-sub-nav__item:first-of-type .ttw-services-sub-nav__link {
    border-radius: 0 3px 0 0 !important
}

.ttw-services-sub-nav__item_parent .ttw-services-sub-nav__item:last-of-type .ttw-services-sub-nav__link {
    border-radius: 0 0 3px 0 !important
}

.ttw-services-sub-nav__item_parent .ttw-services-sub-nav__item:first-of-type:last-of-type .ttw-services-sub-nav__link {
    border-radius: 0 3px 3px 0 !important
}

/* 30.01.2024 END */
.basket-price_text {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    margin-bottom: -10px;
    display: block;
}

.btn_requisites {
    background: #e5e5e5 !important;
    color: #424a58 !important;
}

.requisites-popup__wrap .button_wrap {
    display: flex;
    justify-content: center;
}

/* 30.03.2024 Task: 114523 */
@media screen and (min-width: 1200px) {
    .col-l-20 {
        width: 20% !important
    }
}

@media screen and (min-width: 601px) {
    .sections_wrapper .list .item.popular-category-item {
        padding: 15px 13px;
        aspect-ratio: 1 / 1
    }

    .sections_wrapper .list .item.popular-category-item .img {
        width: auto;
        height: auto;
        aspect-ratio: 1 / 1;
        max-height: 60%;
        margin-bottom: 10px
    }

    .sections_wrapper .list .item.popular-category-item .img + .name > a {
        font-size: 13px
    }
}

@media screen and (min-width: 1280px) {
    .sections_wrapper .list .item.popular-category-item .img {
        max-height: 70.2%
    }
}

/* 30.03.2024 END */
.usage {
    margin-top: 15px;
}

.usage-chars {
    display: none;
}

.usage__tiles {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

.usage__tiles .tile {
    position: relative;
    width: 80px;
    height: 80px;
    background-size: cover;
    cursor: pointer;
    border-radius: 10px;
}

.usage__tiles .tile span {
    position: absolute;
    opacity: 0;
    bottom: 80%;
    left: -9999px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    padding: 10px 14px;
    z-index: 10;
}

.usage__tiles .tile:hover span {
    opacity: 1;
    left: 40%;
    background: #faf8f6;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.all_block_nav .link {
    font-weight: 700;
}

#cookie_note {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 15px;
    left: 50%;
    width: 60%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px;
    background-color: #424a58;
    border-radius: 4px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, .4);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .4);
}

#cookie_note p {
    margin: 0;
    font-size: 12px;
    text-align: left;
    color: #ffff;
}

#cookie_note a {
    color: #fff;
    text-decoration: underline;
}

.cookie_accept {
    padding: 0 10px;
}

@media (max-width: 991px) {
    .usage-chars {
        display: block;
        margin-left: 30px
    }
}

@media (max-width: 767px) {
    .usage-chars {
        margin-left: 0
    }
}

@media (min-width: 576px) {
    #cookie_note.show {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 575px) {
    #cookie_note.show {
        display: block;
        text-align: left
    }
}

.item-stock .stock + .value {
    white-space: normal;
}

.features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 15px;
  margin-top: 20px;
}
.features__item{
  width: calc(100% / 4 - 8px);
  text-align: center;
}
/* 10.06.2024 Task: 117396 */
.features__item img {
    margin-left: 0 !important;
}
@media(max-width:1100px){
  .features__item{
    width: calc(100% / 2 - 8px);
    text-align: unset;
  }
}
@media screen and (max-width: 767px) {
    .features__item {
        width: auto
    }
}

@media screen and (min-width: 482px) and (max-width: 767px) {
    .features__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (max-width: 481px) {
    .features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .features__item {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 230px;
        max-width: 100%;
        margin-left: 18vw
    }
}

@media screen and (max-width: 370px) {
    .features__item {
        margin-left: 15vw
    }
}

@media screen and (max-width: 340px) {
    .features__item {
        margin-left: 12vw
    }
}

/* 10.06.2024 END */
.detail_wrapper a {
    color: #ef9a24;
}

.stock-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.banner-fr {
    background-image: url(/images/banner-fr.png);
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.banner-fr .maxwidth-theme {
    background: none;
}

/*.banner-fr__link{
  background: #424a58;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 2px;
  font-size: 13px;
}*/
.banner-fr__title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #202020;
}

.banner-fr__desc {
    margin-bottom: 20px;
    font-size: 16px;
    color: #202020;
}

/* 09.10.2024 Task: 122382 */
.read_more .item-views.news2 .item {
    overflow: hidden;
}

.read_more .item-views.news2 .image {
    border-bottom: 1px solid #ececec;
}

.read_more .item-views.news2 .image > a, .read_more .item-views.news2 .image > a img {
    width: 100%;
}

.read_more .item-views.news2 .image > a {
    display: block;
    font-size: 0;
}

.read_more .item-views.news2 .image > a img {
    -o-object-fit: contain;
    object-fit: contain;
}

.menu-row .mega-menu table td.menu-item > .wrap > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .page-scroll-indicator {
        top: 0
    }
}

/* 09.10.2024 END */
/* 07.11.2024 Task: 123692 */
.ttw-payment-map {
    margin: 10px 0 30px;
}

.ttw-payment-map > iframe {
    width: 100%;
    border: 0;
    aspect-ratio: 1064 / 400;
}

/* 07.11.2024 END */
@media (max-width: 400px) {
    #mobileheader .logo, #mobileheader .logo svg {
        max-width: 95px
    }
}

@media (max-width: 500px) {
    #mobileheader .wrap_icon {
        padding-right: 5px;
        padding-left: 5px
    }
}

/* 26.12.2024 Task: 125512 */
@media screen and (min-width: 992px) {
    .wrapper1.long_banner .top_big_one_banner.more_height .top_slider_wrapp .main-slider, .wrapper1.long_banner .top_big_one_banner.more_height .top_slider_wrapp .main-slider .main-slider__item {
        height: calc(33vw + 150px) !important
    }

    .wrapper1.long_banner.long_header2 .top_big_one_banner.more_height .top_slider_wrapp .main-slider .main-slider__item td {
        height: 33vw !important
    }
}

@media screen and (max-width: 991px) {
    .top_slider_wrapp .main-slider tr.main_info {
        background-position: right center !important
    }
}

@media screen and (max-width: 767px) {
    .top_slider_wrapp .main-slider .main-slider__wrapper .main-slider__item .text {
        background-color: rgba(255, 255, 255, .5)
    }
}

/* 26.12.2024 END */
/* 05.02.2025 Task: 127114 */
.item-views.news2 .item-wrapper .item.bordered.box-shadow .image {
    margin: 0;
}

/* 05.02.2025 END */
/* 13.02.2025 Task: 127417 */
.logo-row .logo {
    padding-left: 10px;
    padding-right: 6px;
}

#mobileheader .logo {
    padding: 5px 0;
}

/* 13.02.2025 END */
.new-h2 {
    font-size: 20px;
    font-weight: 500;
}
div.new-h2{
    margin-bottom: 23px;
}
div.font_lg{
    font-weight: 500;
    margin-bottom: 23px;
    color: #2e2e2e;
}
.recomend-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-href {
    font-size: 10px;
}

.h2-otzyvy {
    font-size: 20px;
}


.custom-checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    font-size: 11px;
    margin-bottom: 10px;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox span {
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: 0.2s;
    margin: 0 !important;
}

.custom-checkbox input:checked + span {
    background-color: #424a58;
    border-color: #424a58;
}
.cookie-wrapper a{
    color: #fff;
}
.custom-checkbox span::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked + span::after {
    display: block;
}

.lic-block_wrapper {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 12px;
    width: max-content;
    margin-top: 24px;
}
#main .onoff input[type=checkbox]+label:before{
    display: none;
}
#main .onoff input[type=checkbox]+label:after{
    display: none;
}
.licence_block [for="licenses_popup"]{
    padding-left: 0 !important;
}
.grid_delivery{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;	
}
@media screen and (max-width: 700px) {
	.grid_delivery{
		grid-template-columns: repeat(1, 1fr);
	}
}
.search_page_sections{
	border: 1px solid #ececec;
}
.search_page_sections .owl-stage-outer,.search_page_sections .sections_wrapper.smalls{
	margin-bottom:0px !important;
}
.search_page_sections .maxwidth-theme{
	    padding: 0 80px;
}
.search_page_sections .owl-item .item.compact{
	display:flex;
	gap:20px;
	align-items:center;
	position:relative;
	padding:20px 0px
}
.search_page_sections .owl-item .item.compact:after{
	content:'';
	display:block;
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	right:-2px;
	background:#ececec;
}
.search_page_sections .owl-item .item.compact .img{
	margin:0px;
}
.search_page_sections .owl-item .item.compact .name{
	text-align:left;
}
.search_page_sections .owl-carousel.short-nav:hover .owl-nav, .search_page_sections .owl-carousel.visible-nav .owl-nav {
	left: -46px;
	right: -46px;
}
@media screen and (max-width: 700px) {
	.search_page_sections .maxwidth-theme{
			padding: 0px;
	}
}
.content-head{
    font-size: 1.6em;
    line-height: 1.126em;
    font-weight: 700;
    color: #333;
    margin: 20px 0;
}
.content-list ul{
    margin-top: 0;
}
.blog_detail{
    display: flex;
    justify-content: flex-end;
}
.form_footer .filter.licence_block .lic-block_wrapper .error{
	position:relative;
	top:0;
}
.form_footer .filter.licence_block .lic-block_wrapper label.error{
	color:#999 !important;
}
.form_footer .filter.licence_block .lic-block_wrapper .custom-checkbox .error{
	color:red !important;
}
.header__top-item .header_socials{
	display:flex;
	gap:25px;
}
.header__top-item .header_socials svg{
	transform:scale(1.5);
}
.header__top-item .header_socials svg path{
	fill:#555 !important;
}
.header__top-item .header_socials .svg-inline-wh:hover svg path{
	fill:#65bc54 !important;
}
.header__top-item .header_socials .svg-inline-telegram:hover svg path{
	fill:#2aa1da !important;
}
.mobileheader-v1 .header_socials{
	display:flex;
	gap:10px;
	margin-top:17px;
	margin-right:16px;
}
@media screen and (max-width: 1225px) {
	.header__top-item .header_socials{
		display:flex;
		gap:10px;
		margin-right:20px;
	}
}
@media screen and (max-width: 990px) {
	.mobileheader-v1 .header_socials svg{
		transform:scale(1.5);
	}
	.filter-panel__filter{
		float:none !important;
		text-align:center;
	}
	.filter-panel__filter .bx-filter-title{
		background: #424a58;
        color: #fff;
        padding: 5px 27px;
        border-radius: 5px;
	}
	.filter-panel__filter .bx-filter-title .darken{
		color:#fff;
	}
	.filter-panel__filter svg path{
		fill:#fff;
	}
	.filter-panel__filter .font_upper_md {
		font-size: 0.833em;
	}
}

.counter_wrapp_speed::before {
	content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    height: 13px;
}




.container__subsection_catalog{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;	
}
.show-all-subsection{
	display:none;
    margin-top: 8px;
    font-weight: bold;
}
.show-all-subsection span{
    cursor: pointer;
    border-bottom: 1px dashed #999;
    font-size: 14px;
}
.show-all-subsection.show{
	display:block;
}
.control_height__subsection_catalog{
	max-height:33px;
	overflow:hidden;	
}
.control_height__subsection_catalog.show_full{
	max-height:initial;
}
.sotbit-seometa-tag-link.active{
	background:#d8d8d8;
}
.container__subsection_catalog a{
    background: #f0f0f0;
    border-radius: 5px;
    padding: 3px 12px;
    display: inline-block;
	transition:all .2s;
}
.container__subsection_catalog a:hover{
	color:#999;	
}
.container__subsection_catalog a span{
	color:#999;
}
@media only screen and (max-width: 800px) {
	.control_height__subsection_catalog{
		max-height:initial;
	}
	.container__subsection_catalog{
		flex-wrap: nowrap;
		overflow:auto;
	}
	.container__subsection_catalog a{
		flex-shrink:0;
	}
	.subsection_wrapper_catalog{
		margin-bottom:10px;
		margin-top:20px;
	}
}
#blog-detail .table thead td{
    font-weight: 700;
}
#blog-detail .table td{
    text-align: center;
}
#blog-detail .table .th-mobile{
    display: none;
}
.bxmaker-geoip-component-city-line__label{
    display: none;
}
.bxmaker-core-popup__content{
    max-width: 800px;
}