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

#header .middle-h-row .logo_wrapp .logo {
    max-width: none !important;
}

.brands_list.jakko-photo-list li {
    line-height: inherit;
}

.brands_list.jakko-passports-list li {
    line-height: inherit;
}
.top_slider_wrapp .flexslider .wrapper_inner {
	height: 100%;
	width: 100%;
}
.brands_list li {
    height: auto;
    line-height: inherit;
}

.ul,
.ol {
    margin: 0 0 27px;
}

.ul li,
.ol li {
    margin: 0 0 4px;
    padding-left: 20px;
    position: relative;
}

.ul li:before,
.ol li:before {
    padding: 0px;
    margin-left: 0px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

#hosterlogo {
    margin: 12px 0;
    font-size: 15px !important;
    white-space: nowrap;
}

#hosterlogo a {
    text-decoration: none
}

#hosterlogo a:hover img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#hosterlogo img {
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 22px !important;
    height: 22px !important;
    margin: 0 5px 0 7px;
    position: relative;
    top: -1px;
}

@media (max-width:768px) {
    #hosterlogo {
        text-align: center;
    }
}

@media (max-width:951px) {
    .top_slider_wrapp {
        display: none;
    }
}

@media (max-width:1100px) {
	#header .middle-h-row .logo_wrapp .logo img{
		max-width: 200px;
	}
}

.instagram_ajax .items {
    margin: 0 -10px;
}

.instagram_ajax .item-views.count_3 .item {
    box-sizing: border-box;
    padding: 0 10px;
}

.instagram_ajax .items .item .title,
.instagram_ajax .instagram .item:after {
    right: 10px;
    left: 10px;
}

.lang-box {
    position: relative;
    display: inline-flex;
    align-content: center;
    /*	border: 1px solid #1e3f8a;
	color: #000;*/
}

.lang-box:hover .lang-box__list {
    display: block;
}

.lang-box__selected {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 30px 7px 15px;
}

.lang-box__selected img {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
}

.lang-box__item img {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
}

.lang-box__selected::before {
    position: absolute;
    right: 10px;
    top: 18px;
    border: 5px solid transparent;
    border-top: 5px solid #1e3f8a;
    content: '';
}

.lang-box__list {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #1e3f8a;
    color: #fff;
    border: 1px solid #1e3f8a;
}

.lang-box__item a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 15px;
    font-weight: bold;
    transition: .15s ease;
}

.lang-box__item a:hover {
    color: #000;
    background: #fff;
}

.popup .popup-intro .pop-up-title {
    padding: 35px 65px 36px 35px;
}

.reg-more-button {
    background: #e31e24;
}

.articles-list .item .item-title a {
    text-align: center;
}

#header .middle-h-row td.text_wrapp {
    padding-left: 15px;
}

.new_lang-box{
	text-align: center;
}

.new_lang-box--device{
	display: none;
}

.new_lang-box a {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    opacity: .7;
}

.new_lang-box a:hover {
    opacity: 1;
}

.new_lang-box a:active {
    opacity: 1;
}

.new_lang-box a.activ {
    opacity: 1;
}

.new_lang-box a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 60px;

}

.new_lang-box a.kz img {
    width: 83px;
    left: 47%;
}

.new_lang-box a:last-child {
    margin-right: 0px;
}

/*
@media (max-width:1080px) {
    .new_lang-box {
        display: none;
    }
}
*/

@media (max-width:1200px) {
    .new_lang-box a {
        width: 20px;
        height: 20px;
    }
    .new_lang-box a img {
        width: 30px
    }
    .new_lang-box a.kz img {
        width: 30px;
    }
}

@media (max-width:900px) {
	#header .middle-h-row td.text_wrapp{display:none;}
	.new_lang-box.new_lang-box--device{
		display: block;
		padding-top: 10px;
	}
	.new_lang-box{
		display: none;
	}
    .new_lang-box a {
        width: 40px;
        height: 40px;
    }
    .new_lang-box a img {
        width: 60px;
    }
    .new_lang-box a.kz img {
        width: 60px;
    }
}

@media (max-width:640px) {
	#header .middle-h-row .logo_wrapp .logo img {
		max-width: 120px;
	}
}


@media (min-width:1200px) {
    .new_lang-box a {
        width: 40px;
        height: 40px;
        position: relative;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        border-radius: 100%;
        overflow: hidden;
        opacity: .5;
    }
    .new_lang-box a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        width: 60px;

    }

    .new_lang-box a.kz img {
        width: 83px;
        left: 47%;
    }

    .new_lang-box a:last-child {
        margin-right: 0px;
    }

}

#footer .footer_bottom_inner .links.rows_block {
    max-width: inherit;
}

.soc_icons .item_block a,
.bx-authform-social ul li .bx-authform-social-icon {
    background: url(/bitrix/templates/aspro_optimus/images/svg/social.png)no-repeat;
    width: 46px;
    height: 45px;
}

.soc_icons .item_block {
    width: inherit !important;
}

.soc_icons .item_block .youtube {
    background-position: -164px 0;
}

.soc_icons .item_block .fb {
    background-position: -54px -0px;
}

.soc_icons .item_block .inst {
    background-position: -109px -0px;
}

@media (max-width: 520px) {
    #footer .rows_block.soc_icons .item_block {
        width: inherit !important;
    }
}

.header_wrap #header .catalog_menu ul.menu > li > a,
.header_wrap #header .catalog_menu ul.menu.adaptive > li .text {
    font-size: 11px;
}

.border-line {
    padding: 0px 0px 5px 0px;
    color: #000000;
    border-bottom: 2px solid #ddd;
    border-bottom-color: #4c5d8b;
}

#header .middle-h-row .center_block {
    width: 50%;
}

.wrapper_inner {
    padding: 0 24px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}

.top-h-row .menu.topest {
    width: 55%;
}
.top-h-row .menu.topest li{
    font-size: 11px;
}

.download-file {
    width: 100%;

    text-align: right;
}

.download-file a {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    padding-right: 4px
}

@media (max-width: 520px) {
    .download-file {
        text-align: center;
    }
}


.btnEpayKbb{
	padding: 10px 21px 10px 20px;
    border: 1px solid #1c3b83;
	background: #fff;
    display: block;
    margin: 0 auto;
	color: #1c3b83;
	font-weight: bold;
}
.btnEpayKbb:hover{
    border: 1px solid #1c3b83;
	background: #1c3b83;
	color: #fff;
}
.menu_top_block.catalog_block {
    margin-top: 0;
}
/*borders*/
body .menu_top_block.catalog_block .dropdown>li.full:first-child>a {
    border-radius: 20px 20px 0px 0px;
    border-top-width: 1px;
}
body .menu_top_block.catalog_block .dropdown>li:last-child>a {
    border-radius: 0px 0px 20px 20px;
}
.top_slider_wrapp .flexslider .slides>li{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.top_slider_wrapp .flexslider .slides>li, .subscribe-form .wrap_bg, .subscribe-form, .news_blocks, .news_akc_block .img, .wrap_md .img img, .float_banners .start_promo .item, .news_akc_block .item, .best_block.tab_slider_wrapp ul.tabs_content li.tab .catalog_block .catalog_item_wrapp .catalog_item .inner_wrap, #header .middle-h-row .logo_wrapp .logo a img {
    border-radius: 20px;
}
.header_wrap #header .catalog_menu .catalog_menu_ext ul.menu>li>a, .border .flex-direction-nav li:first-child, #basket-root .basket-item-amount-btn-minus {
    border-radius: 10px 0px 0px 10px;
}
.colored #header .catalog_menu ul.menu>li:last-child, header .wrap_menu, .middle-h-row .search .small_block, button.button, .button, input.button, .news_blocks .info_block .item .image, .compare_item_button .compare_item, .soc_icons .item_block a, .subscribe-form .email_wrap .email_input, .form-control .popup input[type="text"], .form-control input[type="text"], .form-control input[type="tel"], .form-control input[type="password"], .form-control input[type="email"], .form-control textarea, .menu_top_block .dropdown>li.full>.dropdown, .basket_normal .basket_wrapp .wraps_icon_block.basket, .basket_normal .popup.card_popup_frame .basket_popup_wrapp, .popup.show, .sale-personal-section-index-block, .left_block .left_menu, .personal_wrapper .orders_wrapper .sale-order-list-container, .personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12, .personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12, .personal_wrapper .orders_wrapper .sale-order-list-button, .personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a, .personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a, .personal_wrapper .orders_wrapper .sale-order-list-shipment-status-block, .personal_wrapper .orders_wrapper .sale-order-list-status-alert, .sale-order-detail-payment-options-methods-info-title-status-alert, .sale-order-payment-change-status-alert, .personal_wrapper .orders_wrapper .sale-order-list-status-success, .personal_wrapper .orders_wrapper .sale-order-detail-general, .personal_wrapper .orders_wrapper .sale-order-detail-general-head, .personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-button, .personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-cancel, .sale-order-detail-payment-options-methods-image-element, .sale-order-detail-payment-options-shipment-image-element, .personal_wrapper form[name=ShopForm] input[type=submit], .personal_wrapper .sale-order-list-inner-row-template input[type=submit], .personal_wrapper .sale-order-detail-inner-row-template input[type=submit], .personal_wrapper .sale-order-payment-change-pp input[type=submit], .personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-button, .personal_wrapper .sale-order-detail-payment-options-methods-button-element, .personal_wrapper .sale-order-detail-payment-options-methods-button-element-new-window, .personal_wrapper .inner_border, .sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item, .bx-sap .sale-acountpay-pp-company-graf-container .sale-acountpay-pp-company-image, .bx-sap .sale-acountpay-pp-company .sale-acountpay-pp-company-graf-container, .bx-sap .button, .border_block, #content img, .module-pagination .nums>span, .module-pagination .nums>a, .news_detail_wrapp .detail_picture_block, .share_wrapp .shares, .ask_small_block, .brands_list li, .faq_ask, .faq_section, #basket-root .basket-checkout-container, #basket-root .basket-btn-checkout, .tabs_slider>li.catalog_item, #basket-root .basket-item-block-amount, #basket-root .basket-items-list-wrapper, .like_icons span, #bx-soa-order #bx-soa-region, .alert.alert-success, #bx-soa-order div[class*=bx-sls] .form-control.dropdown-block, .bx-slst .bx-ui-combobox-dropdown, #bx-soa-order input[type=text], #bx-soa-order .bx-soa-section, #bx-soa-order #bx-soa-properties .form-group textarea, #bx-soa-order #bx-soa-orderSave a, #bx-soa-order-form .btn.btn-default, #bx-soa-order .bx-soa-cart-total, #bx-soa-order input[type=tel], #bx-soa-order input[type=password], #bx-soa-order input[type=email], #bx-soa-order .alert-danger, .catalog_detail .item_main_info, .catalog_detail .counter_wrapp .counter_block, .viewed_block .item_block .item, .catalog_detail .item_slider .like_icons>div, .catalog_section_list .section_item, .counter_wrapp .counter_block, .ajax_load_btn, .block .catalog_block .catalog_item_wrapp .catalog_item, .bx_filter .bx_filter_section {
    border-radius: 10px;
}
.left_block .left_menu .item:first-child>a, .personal_wrapper .orders_wrapper .sale-order-list-title-containe, .personal_wrapper .orders_wrapper .sale-order-list-accomplished-title-container, .personal_wrapper .sale-personal-account-wallet-container, .personal_wrapper .orders_wrapper .sale-order-list-title-container, .staff.list .staff_section:first-child, .staff.list .staff_section.opened:first-child .staff_section_title, .faq.list .item:first-child, .popup .popup-intro {
    border-radius: 10px 10px 0px 0px;
}
.left_block .left_menu .item:last-child>a, .staff.list .staff_section:last-child, .faq.list .item:last-child {
    border-radius: 0px 0px 10px 10px;
}
.subscribe-form input.send_btn, .border .flex-direction-nav li:last-child, #basket-root .basket-item-amount-btn-plus, .bx-slst .dropdown-fade2white {
    border-radius: 0px 10px 10px 0px;
}
.jobs_wrapp {
    border-radius: 10px;
    overflow: hidden;
}
body .tabs_section .tabs-head li {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
body .menu_top_block.catalog_block .dropdown>li.full>a {
    overflow: hidden;
}
header .menu_top_block li.catalog:after {
    display: none !important;
}
.menu_top_block li.catalog>a:before, .menu_top_block li.catalog>a:after, .subscribe-form:before {
    display: none;
}
.colored #header .catalog_menu ul.menu > li, header .wrap_menu {
    background: #122139;
}
header .menu_top_block >li.catalog >a, header .menu_top_block >li.catalog.current >a, header .menu_top_block >li.catalog, .header_wrap #header .catalog_menu.menu_colored .inc_menu ul.menu>li:not(.current):hover>a {
    background: #2A3951;
}
.top-h-row .h-user-block a.icon.reg:before {
    background-color: transparent;
}
.wrap_tizer .wrap_outer .outer_text {
    display: block;
    border-radius: 10px;
    width: fit-content;
    padding: 10px;
    background: #1f1f1f91;
    position: static;
}
.wrap_tizer .wrap_outer .inner_text {
    position: static;
    display: block;
    background: transparent;
}
.menu_top_block.catalog_block .dropdown>li.full:hover>a {
    color: #DB0D15;
}
.menu_top_block.catalog_block .dropdown>li.full:hover>a:before, .menu_top_block.catalog_block .dropdown>li.full.current>a {
    background: #DB0D15;
}
.subscribe-form input.send_btn {
    background-color: #DB0D15;
}
.basket_normal .popup.card_popup_frame .basket_popup_wrapp {
    border-top: 0;
}
.table-border {
	border: 1px solid #e5e5e5;
}
.table-border {
	width: fit-content;
	margin-bottom: 30px;
	border-radius: 10px;
}
.table-border .module_products_list {
	margin-bottom: 0;
}
.table-border .module_products_list {
	border: 0;
}
.display_list .list_item_wrapp:first-child {
	border-radius: 10px 10px 0px 0px;
}
.display_list .list_item_wrapp:last-child {
	border-radius: 0px 0px 10px 10px;
}
/*tizers*/
@media (min-width: 993px) {
	.tizers_block .item {
		width: 16.66666%;
		vertical-align: top;
	}
	.tizers_block .item .img {
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 7px;
	}
	.tizers_block .item .title {
		width: auto;
		text-align: center;
	}
}
.staff.list .staff_section {
	border-bottom: 1px solid #e5e5e5;
}
/*======================*/


.top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider {
	height: auto;
}

.top_slider_wrapp .flexslider .slides > li, .top_slider_wrapp .flexslider .slides > li, .top_slider_wrapp .flexslider .slides > li td, .top_slider_wrapp .flexslider .slides > li td, .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider {
	height: auto;
aspect-ratio: 1613 / 322;

}
.top_slider_wrapp .flex-direction-nav li {
top: 41%;
}


.price,
.catalog_item .cost,
.catalog_item .price,
.catalog_detail .price {
    display: none !important;
}

.counter_wrapp,
.buy_block,
.basket_wrapp,
.header-cart,
#basket_line {
    display: none !important;
}