

/* Start:/bitrix/templates/ascompany/css/modal-video.min.css?16463015832069*/
@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

/* End */


/* Start:/bitrix/templates/ascompany/css/custom.css?17454712574536*/
.basket-item-block-info {
    flex-grow: 1;
}

.select {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 10px 0;
}
@media (max-width: 1336px) {
    .select {
        max-width: 420px;
    }
}
@media (max-width: 992px) {
    .select {
        width: calc(100% + 30px);
    }
}
@media (max-width: 768px) {
    .select {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .select {
        width: calc(100% - 50px);
    }
}
@media (max-width: 567px) {
    .select {
        width: 100%;
        margin: 5px 0;
    }
}

.select__field {
    position: relative;
}

.select__field::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 100%;
    top: 0;
    right: 13px;
    background: url("/bitrix/templates/ascompany/css/../image/podarki/icon-select.svg") no-repeat 50% 50%;
}
@media (max-width: 768px) {
    .select__field::after {
        right: 5px;
    }
}

.select.show .select__field::after {
    transform: rotate(180deg);
}

.select__input {
    width: 100%;
    height: auto;
    padding: 12px 24px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #e0e0e0;
    color: #333333;
    background: #ffffff;
    background-image: none;
    box-shadow: none;
    outline: none;
    transition: all 0.2s ease;
}
@media (max-width: 768px) {
    .select__input {
        padding: 10px 14px;
    }
}

.select__input::placeholder {
    color: #828282;
}

.select__input:focus {
    border: 1px solid #e0e0e0;
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 276px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    list-style: none;
    overflow-y: auto;
}

.select.show .select__list {
    display: block;
}

.select__list::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}
.select__list::-webkit-scrollbar {
    width: 4px;
    background-color: #e0e0e0;
}
.select__list::-webkit-scrollbar-thumb {
    background-color: #828282;
}

.select__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 25px;
    color: #333333;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
}
@media (max-width: 768px) {
    .select__item {
        padding: 10px 14px;
    }
}

.select__item:first-child {
    padding-top: 29px;
}
@media (max-width: 768px) {
    .select__item:first-child {
        padding-top: 10px;
    }
}

.select__item:last-child {
    padding-bottom: 29px;
}
@media (max-width: 768px) {
    .select__item:last-child {
        padding-bottom: 10px;
    }
}

.select__item:hover {
    background-color: #e0e0e0;
}

.gift-message {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gift-message p {
    margin: 20px 0;
    padding-left: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    text-align: center;
    text-decoration: underline;
    background: url("/bitrix/templates/ascompany/css/../image/podarki/icon-gift.png") no-repeat 0% 50%;
}

@media (max-width: 768px) {
    .basket-items-list-item-container--gift .basket-item-block-price {
        display: none;
    }
}

@media (max-width: 768px) {
    .basket-items-list-item-container--gift .basket-item-block-info {
        height: auto;
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .basket-items-list-item-container--gift .basket-items-list-item-descriptions-inner {
        display: flex;
        align-items: flex-start;
    }
}

@media (max-width: 567px) {
    .basket-items-list-item-container--gift .basket-items-list-item-remove {
        top: auto;
        bottom: 5px;
    }
}

.svg-image{
	width: 70px;
	position: absolute;
	bottom: 40px;
}
.svg-container-search .svg-image{
	width: 50px;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.svg-container-search .svg-image.svg-reach-icon{
	bottom: 65px !important;
	left: 0px !important;
}
.svg-container .svg-image.svg-reach-icon{
	width: 70px;
	position: absolute;
	bottom: 80px;
	/* left: 0px; */
}
@media (max-width: 567px) {
	.svg-container .svg-image.svg-reach-icon{
		width: 40px;
		position: absolute;
		bottom: 55px;
		/* left: 0px; */
	}
	.svg-container-search .svg-image {
		width: 20px; /* Ширина SVG-картинки для мобильной версии */
		position: absolute;
		bottom: 0px;
		left: 0;
	}
	.svg-container-search .svg-image.svg-reach-icon{		
		bottom: 30px !important;
		left: -2px !important;
		position: absolute;
	}
}
/* End */


/* Start:/bitrix/templates/ascompany/components/bitrix/menu/top_left/style.css?16463015821408*/
.top_menu{
padding: 0px;
margin: 0px 0px 0px 15px;
display: inline-block;
float: left;
}
.top_menu li{
padding: 0px;
margin: 0px 16px;
display: inline-block;
}
.top_menu li a{
padding: 0px;
margin: 0px;
display: inline-block;
font-weight: 400;
font-size: 14px;
line-height: 30px;
color: #333333;
vertical-align: middle;
}
.top_menu li a span{
padding: 2px 0px;
display: inline-block;
border-bottom: 1px solid #F6F6F6;
line-height: 18px;
}
.top_menu li a:hover span{
padding: 2px 0px;
display: inline-block;
border-bottom: 1px solid #E0E0E0;
}
.right_menu{
margin-right: -16px;
}
.top_menu li.mobile_menu_level{
display: none;
}
@media (max-width:992px) {
.top_menu li {
    padding: 0px;
    margin: 0px 12px;
    display: inline-block;
}
.top_menu {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    float: left;
}
}

@media (max-width:768px) {
.float_right.right_menu{
display: none;
}
.top_menu li.mobile_menu_level{
display: block;
}
.top_menu li {
    padding: 8px 16px;
    margin: 0px 0px;
    display: inline-block;
    width: 100%;
}
.top_menu li a {
    font-size: 14px;
    line-height: 24px;
    vertical-align: initial;
}
.menu_top_mobile{
padding-top: 8px;
padding-bottom: 8px;
}
.top_menu li a span,
.top_menu li a:hover span {
    padding: 0px 0px;
    display: inline-block;
    border-bottom: initial;
    line-height: 24px;
}
.top_menu .icom{
display: none;
}
}
/* End */


/* Start:/bitrix/templates/ascompany/components/bitrix/search.title/visual1/style.css?16463015831743*/
.title-search-result {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    display: none;
    overflow: hidden;
    z-index: 999;
    margin-top: 0px;
    background-color: #FFF;
    width: 400px!important;
    padding-top: 12px;
}
.bx_searche{
padding-left: 11px;
padding-top: 0px;
}
.bx_searche .bx_item_block {
    position: relative;
}
.bx_searche .bx_img_element {
    float: left;
    width: 36px;
    padding: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
        display: flex;
    align-items: center;
}
.bx_searche .bx_image {
    width: 36px;
    height: 36px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bx_searche .bx_item_element {
     float: left; 
margin-left: 47px;
    padding-right: 15px;
}
.bx_searche .bx_item_block.all_result .bx_item_element{
border-bottom: initial;
    height: 24px;
    margin-bottom: 24px;
}
.bx_searche .bx_item_element{
    margin-top: 12px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-decoration: none;
    margin-bottom: 12px;
}
.bx_searche .bx_item_element a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-decoration: none;
}
.bx_searche .bx_item_element{
color: #E0E0E0;
}
.bx_searche .bx_item_element span{
color: #333333;
border-bottom: 1px solid #fff;
}
.bx_item_block:hover .bx_item_element span{
border-bottom: 1px solid #E0E0E0;
}
.all_result_title span{
	float: left;
}
.search_block{
    float: left;
}
.bx_item_block a{
    display: inline-block;
    min-height: 56px;
    position: relative;
} 
.bx_item_block.all_result:hover .bx_item_element span {
    border-bottom: 1px solid #fff;
}

/* End */


/* Start:/bitrix/templates/ascompany/components/bitrix/menu/center/style.css?16463015825416*/
#catalog_top_ul{
display: none;
width: calc(100% + 294px);
position: absolute;
background-color: #fff;
left: -147px;
top: 80px;
margin: 0px;
padding: 52px 142px;
z-index: 11;
height: auto;
box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
#catalog_top_ul ul{
padding: 0px;
margin: 0px;
}
.catalog_menu{
display: inline-block;
float: left;
margin-left: 18px;
}
.menu_event{
font-weight: 400;
font-size: 16px;
line-height: 40px;
color: #333333;
cursor: pointer;
}
.menu_event i{
margin-right: 8px;
}
.open_catalog #catalog_top_ul{
display: inline-block;
}
.catalog_all{
	width: 80%;
	display: inline-block;
    float: left;
}
.page_product{
	width: 20%;
	display: inline-block;
    float: left;	
        padding-left: 50px;
        padding-top: 13px;
}
.catalog_all li{
display: inline-block;
float: left;
width: 33.3333333%;
padding: 12px 0px;
}
.catalog_all li a img{
/*float: left;*/
margin-right: 20px;
}
.catalog_all li a{
font-weight: 400;
font-size: 16px;
display: flex;
align-items: center;
line-height: 24px;
color: #333333;
}
.page_product li{
display: inline-block;
width: 100%;
padding: 11px 0px;
}
.page_product li a{
display: inline-block;
font-weight: 700;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #333333;
padding-left: 32px;
position: relative;
}
.page_product .stick_menu:before{
content: '';
left: 0px;
top: 4px;
display: inline-block;
width: 16px;
height: 16px;
position: absolute;
}
.catalog_all li.mobile_children,
.catalog_all li.menuhide{
display: none;
}
.catalog_all li.mobile_children_desktop{
display: inline-block;
}
.children .icomin{
display: none;
}
.catalog_all .icomin{
display: none;
}
.mobile_top_close{
display: none;
}
.header > .container{
    position: relative;
}

@media (max-width:1336px) {
#catalog_top_ul {
    width: calc(100% + 294px);
    padding: 35px 142px;
    top: 60px;
}
}

@media (max-width:992px) {
#catalog_top_ul {
    width: calc(100% + 294px);
    padding: 35px 142px;
    top: 60px;
}
#catalog_top_ul {
    width: 100vw;
    top: 60px;
    left: -32px;
    padding: 30px 30px;
        max-width: 816px;
}
.catalog_all {
    width: 100%;
    display: inline-block;
    float: left;
}
.page_product {
    width: 100%;
    display: inline-block;
    float: left;
    padding-left: 0px;
    padding-top: 10px;
}
.page_product li {
    display: inline-block;
    width: 32%;
    padding: 11px 0px;
}
}


@media (max-width:768px) {
    .header > .container{
position: relative;
overflow: hidden;
}
#catalog_top_ul,
.children_lv{
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: fixed;
top: 0;
bottom: 0;
width: 320px;
z-index: 900;
overflow-y: auto;
background-color: #fff;
margin: 0px;
padding: 0px;
left: 0;
display: block;
padding-top: 0px;
padding-bottom: 0px;
height: 100%;
border: initial;
}
.catalog_all .icomin{
display: inline-block;
}
.open_catalog #catalog_top_ul,
.open .children_lv {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: scroll;
    overflow-x: hidden;
}
.catalog_all li {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 4px 16px;
}
.catalog_all li a img {
    margin-right: 8px;
    width: 32px;
}
.catalog_all li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 32px);
    display: inline-flex;
}
.catalog_all {
    width: 100%;
    display: inline-block;
    float: left;
    padding-top: 16px;
    padding-bottom: 16px;
}
#catalog_top_ul ul.mobile_childer_ul{
padding-left: 72px;
}
.children + .icomin{
display: inline-block;
float: right;
    position: relative;
    top: 20px;
transition: .2s;
}
.mobile_children img{
display: none;
}
.catalog_all li.mobile_children a {
    padding: 4px 0px;
    width: 100%;
}
.catalog_all li.mobile_children {
    padding: 4px 16px 4px 0px;
}
.catalog_all li.mobile_children,
.catalog_all li.menuhide{
display: inline-block;
}
.mobile_childer_ul{
display: none;
}
.open_children + .mobile_childer_ul{
display: block;
} 
.open_children .icomin {
transform: rotate(180deg);
}
.page_product .stick_menu:before {
    content: '';
    left: initial;
    right: 0px;
    top: 0px;
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #E0E0E0;
    position: absolute;
}
.page_product li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: initial;
    text-transform: initial;
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
}
.page_product li {
    display: inline-block;
    width: initial;
}
.catalog_all + li.page_product {
    padding: 5px 0px;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
}
.page_product .stick_menu.stick_hit:before{
display: none;
}
.mobile_top_close{
display: block;
font-family: 'PT Serif', serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #333333;
margin-bottom: 16px;
margin-top: 5px;
}
.mobile_top_close .close{
position: relative;
    top: -4px;
}
}
/* End */


/* Start:/bitrix/templates/ascompany/components/bitrix/sale.basket.basket.line/basket/style.css?1646301583365*/
.basket_total{
display: inline-block;
font-weight: 400;
font-size: 16px;
line-height: 40px;
color: #333333;
position: relative;
}
.basket_total i{
margin-right: 8px;
}
.basket{
float: right;
}

@media (max-width:768px) {
.basket_total{
line-height: 32px;
}
}

@media (max-width:568px) {
.basket_total i {
    margin-right: 0px;
}
.basket_total {
font-size: 0px;
}
}
/* End */


/* Start:/bitrix/templates/ascompany/components/bitrix/menu/footer/style.css?1646301582629*/
.footer_menu ul{
margin: 0px;
padding: 0px;
}
.footer_menu ul li{
margin: 0px;
display: inline-block;
width: 100%;
padding: 8px 0px 5px 0px;
}
.footer_menu ul li a{
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: #333333;
padding-bottom: 3px;
border-bottom: 1px solid #fff;
}
.footer_menu ul li a:hover{
border-bottom: 1px solid #E0E0E0;
}
.footer_header{
font-weight: 700;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #828282;
margin-bottom: 24px;
}

@media (max-width:992px) {
.footer_menu ul li {
    padding: 0px 0px 5px 0px;
}
}
/* End */


/* Start:/bitrix/templates/ascompany/template_styles.css?173700663559243*/
@import url('https://fonts.googleapis.com/css?family=PT+Serif&display=swap&subset=cyrillic');
body {
    min-width: 320px;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    text-size-adjust: 100%;
    background-color: #FFFFFF;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.float-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 100%;
    z-index: 1000;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: .3s;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.float-button:before {
    background: #57e06499;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: wave-stroke 1.2s infinite cubic-bezier(.37,0,.8,.77);
    z-index: -1;
}.float-button:after {
    content: '';
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #57d163;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0IDE5LjYzOTRDMzQgMjcuMTcyNCAyNy44NDY1IDMzLjI3ODggMjAuMjU0NSAzMy4yNzg4QzE3Ljg0NDMgMzMuMjc4OCAxNS41OCAzMi42NjI4IDEzLjYxMDEgMzEuNTgxN0w2IDM0TDguNDgxMTEgMjYuNjgyQzcuMjI5NTEgMjQuNjI2OCA2LjUwODY3IDIyLjIxNjQgNi41MDg2NyAxOS42Mzk0QzYuNTA4NjcgMTIuMTA2NSAxMi42NjI4IDYgMjAuMjU0NSA2QzI3Ljg0NzIgNiAzNCAxMi4xMDY1IDM0IDE5LjYzOTRaTTIwLjI1NDUgOC4xNzIxOEMxMy44ODE3IDguMTcyMTggOC42OTc5NiAxMy4zMTY0IDguNjk3OTYgMTkuNjM5NEM4LjY5Nzk2IDIyLjE0ODUgOS41MTU4NyAyNC40NzIyIDEwLjg5OTQgMjYuMzYyNUw5LjQ1NTUxIDMwLjYyMTNMMTMuODk2NiAyOS4yMDk4QzE1LjcyMTMgMzAuNDA3OSAxNy45MDcyIDMxLjEwNjcgMjAuMjU0OCAzMS4xMDY3QzI2LjYyNjcgMzEuMTA2NyAzMS44MTEzIDI1Ljk2MzEgMzEuODExMyAxOS42NEMzMS44MTEzIDEzLjMxNyAyNi42MjcgOC4xNzIxOCAyMC4yNTQ1IDguMTcyMThaTTI3LjE5NTcgMjIuNzgwN0MyNy4xMTA4IDIyLjY0MTYgMjYuODg2NCAyMi41NTc2IDI2LjU0OTggMjIuMzkwNkMyNi4yMTI2IDIyLjIyMzUgMjQuNTU1NiAyMS40MTQzIDI0LjI0NzYgMjEuMzAzMkMyMy45Mzg3IDIxLjE5MTkgMjMuNzEzNCAyMS4xMzU5IDIzLjQ4OTEgMjEuNDcwM0MyMy4yNjQ4IDIxLjgwNTEgMjIuNjE4OSAyMi41NTc2IDIyLjQyMiAyMi43ODA3QzIyLjIyNTQgMjMuMDA0NCAyMi4wMjkxIDIzLjAzMjQgMjEuNjkxOCAyMi44NjVDMjEuMzU1MiAyMi42OTggMjAuMjY5NyAyMi4zNDQ1IDE4Ljk4MjcgMjEuMjA1OUMxNy45ODEyIDIwLjMxOTggMTcuMzA0OCAxOS4yMjYgMTcuMTA4MiAxOC44OTA5QzE2LjkxMTkgMTguNTU2NCAxNy4wODc3IDE4LjM3NTcgMTcuMjU2IDE4LjIwOTJDMTcuNDA3OCAxOC4wNTkzIDE3LjU5MzIgMTcuODE4OCAxNy43NjE2IDE3LjYyMzdDMTcuOTMwNSAxNy40Mjg0IDE3Ljk4NjUgMTcuMjg5MyAxOC4wOTgyIDE3LjA2NTlDMTguMjExMSAxNi44NDI4IDE4LjE1NDggMTYuNjQ3OCAxOC4wNzAyIDE2LjQ4MDFDMTcuOTg2MiAxNi4zMTMgMTcuMzExNyAxNC42Njc5IDE3LjAzMTEgMTMuOTk4NEMxNi43NTA0IDEzLjMyOTUgMTYuNDcwMSAxMy40NDA4IDE2LjI3MzIgMTMuNDQwOEMxNi4wNzY5IDEzLjQ0MDggMTUuODUyIDEzLjQxMjggMTUuNjI3MyAxMy40MTI4QzE1LjQwMjcgMTMuNDEyOCAxNS4wMzc1IDEzLjQ5NjUgMTQuNzI4NSAxMy44MzFDMTQuNDE5OSAxNC4xNjU3IDEzLjU0OTcgMTQuOTc0NiAxMy41NDk3IDE2LjYxOTVDMTMuNTQ5NyAxOC4yNjQ2IDE0Ljc1NjUgMTkuODU0MSAxNC45MjU1IDIwLjA3NjhDMTUuMDkzOCAyMC4yOTk2IDE3LjI1NTcgMjMuNzg1MyAyMC42ODEgMjUuMTI0QzI0LjEwNjcgMjYuNDYyMSAyNC4xMDY3IDI2LjAxNTYgMjQuNzI0NSAyNS45NTk2QzI1LjM0MTggMjUuOTA0IDI2LjcxNzUgMjUuMTUxMSAyNi45OTk0IDI0LjM3MDhDMjcuMjc5NCAyMy41ODkzIDI3LjI3OTQgMjIuOTIwMSAyNy4xOTU3IDIyLjc4MDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes wave-stroke {
    100% {
        width: 140%;
        height: 140%;
        border-color: transparent;
        opacity: 0
    }
}

@media (max-width: 767px) {
    .float-button {
        right: 15px;
        bottom: 15px;
        width: 60px;
        height: 60px;
        text-transform: none;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    background-color: transparent;
    text-decoration: none;
    transition: .2s;
}

a:active,
a:hover {
    outline: 0;
}

a:not([class]) {
    color: #333333;
}

img {
    vertical-align: middle;
    border: 0;
}

b,
strong {
    font-weight: 700;
}

i {
    font-style: initial;
}

svg:not(:root) {
    overflow: visible;
}

input,
textarea {
    border-radius: 0;
    font-family: 'PT Sans', sans-serif;
}

input {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    transition: .2s;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #333333;
    padding-left: 16px;
    box-shadow: initial;
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    border: 1px solid #333333;
    outline: 0;
}

input:focus,
textarea:focus,
button:focus,
input:active,
textarea:active,
button:active {
    outline: 0;
}

textarea {
    resize: none;
    padding: 5px 10px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    margin: 0;
    -webkit-appearance: none;
}


/* всплывашка с кукой о переносе, в конце футера */

.popups-fade {
    display: none;
}


.popups-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.popups {
	position: fixed;
	top: 10%;
	left: 50%;
	padding: 20px;
	width: 400px;
	margin-left: -200px;	
	background: #fff;
	border: 1px solid orange;
	border-radius: 4px; 
	z-index: 99999;
	opacity: 1;	
}

.popups-img {
    width: 100%;
}
.popups-close {
    width: 20px;
    height: 20px;
	position: absolute;
	top: 10px;
    right: 10px;
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

.popups-close:hover {
    opacity: 0.7;
}

@media (max-width: 660px) {
    .popups {
        width: 260px;
        margin-left: -130px;	
        left: 50%;
    }
    .popups-close {
        font-size: 14px;
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 360px) {
    .popups-close {
        font-size: 14px;
    }
}


/* //////////////////////всплывашка с кукой о переносе, в конце футера */

button {
    overflow: visible;
    background: none;
    border: 0;
}

h1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 76px;
    color: #333333;
    font-size: 48px;
    font-family: 'PT Sans', sans-serif;
}

h2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #333333;
}

h3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #333333;
}

h4 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
}

button:focus {
    outline: 0;
    border: 0;
}

.container {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.catalog_all .img_category{
    width: 70px;
}
.description_visible {
    max-width: 700px;
}
.open_description .description_visible {
    max-height: 100% !important;
}
.open_description .description_visible::before {
    display: none;
}
.description_visible h1{
    font-size: 48px;
    font-family: 'PT Sans', sans-serif;
}
.mobile_step .step_complete {
    font-weight: 900;
    color: #6c76ef;
    font-size: 30px;
}

.head_section.custom-class-head{
    margin-bottom: 40px;
}

.head_section.custom-class-head a{
    float: right;
    margin-top: 20px;
}
section.tab_main{
    padding-top: 120px;
}
/* .slider_background .btn_empty{
    position: absolute;
    bottom: 60px;
    left: 130px;
} */
.option_capacity .option_capacity_el.active, .option_text.active{
    border: 1px solid #EB5757;
}

.option_capacity .option_capacity_el, .option_text{
    border: 1px solid #E0E0E0;
}

.option_item .option_text{
    display: inline-block;
    float: left;
    padding: 8px;
    /* padding-right: 26px; */
    margin-top: 8px;
    margin-right: 15px;
}
#catalog_top_ul{
    z-index: 999999;
}

.bx-authform-formgroup-container.wrap-btn-forgot{
    display: flex;
    flex-wrap: wrap;
}
.bx-authform-formgroup-container.wrap-btn-forgot .btn.btn-primary{
    border: none;
    margin-right: 30px;
}

@media (min-width: 768px) {

    
  
    .container {
        width: 750px;
    }
    #catalog_top_ul .catalog_all > ul{
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1336px) {
    .container {
        width: 1306px;
    }
}
@media (min-width: 600px) {
.row {
    margin-right: -12px;
    margin-left: -12px;
}
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-xs-20,
.col-sm-2,
.col-sm-20,
.col-md-2,
.col-md-20,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
    float: left;
}

.col-xs-7 {
    width: 58.33333333%;
    float: left;
}

.col-xs-6 {
    width: 50%;
    float: left;
}

.col-xs-5 {
    width: 41.66666667%;
    float: left;
}

.col-xs-4 {
    width: 33.33333333%;
    float: left;
}

.col-xs-3 {
    width: 25%;
    float: left;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width:769px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-20 {
        width: 20%;
        float: left;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width:1336px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.containertext:before,
.containerslide:after,
.containerslide:before,
.containertext:after,
.containercart:after,
.containercart:before,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.containertext:after,
.containerslide:after,
.containercart:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
    clear: both;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    display: table;
    position: relative;
    table-layout: fixed;
    overflow-x: hidden;
}

@-moz-document url-prefix() {
    .wrapper {
        height: 100vh;
    }
}

.tempalte {
    display: table-row;
    position: relative;
    overflow-x: hidden;
}

.footerall {
    display: table-row;
    height: 1px;
}

.img-responsive {
    width: 100%;
    margin: auto;
    display: block;
}

.icov {
    width: 26px;
    height: 26px;
    background-position: center;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
}

.icom {
    width: 32px;
    height: 32px;
    background-position: center;
    display: inline-block;
    background-size: cover;
    float: left;
}

.icomin {
    width: 24px;
    height: 24px;
    background-position: center;
    display: inline-block;
    background-size: cover;
    float: left;
    transition: .2s;
}

.icob {
    width: 40px;
    height: 40px;
    background-position: center;
    display: inline-block;
    background-size: cover;
    float: left;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.btn_empty {
    font-weight: 700;
    font-size: 16px;
    line-height: 54px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
    border: 1px solid #333333;
    padding: 0px 48px;
    transition: .2s;
}

button.btn_empty:focus {
    border: 1px solid #333333;
}

.btn_empty:hover {
    background: #333333;
    color: #ffffff;
}

.btn_back {
    font-weight: 700;
    font-size: 16px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background-color: #333333;
    padding: 0px 48px;
    transition: .2s;
    cursor: pointer;
}

.btn_back:hover {
    background-color: #000000;
}

.ableft {
    left: 0px;
}

.abright {
    right: 0px;
}

.icon-arrow {
    width: 56px;
    height: 56px;
    background-position: center;
    display: inline-block;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/ascompany/icon/arrow_big.svg);
}

.icon-arrow-mini {
    width: 16px;
    height: 16px;
    background-position: center;
    display: inline-block;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/ascompany/icon/arrow.svg);
}

.icon-check {
    width: 40px;
    height: 40px;
    background-position: center;
    display: inline-block;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/ascompany/icon/check.svg);
}

.link {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #333333;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    display: inline-block;
}

.head_section {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #333333;
    margin-bottom: 40px;
}
.about_block .head_section{
    margin-bottom: 10px;
}/* 
.about_block .head_section.custom_section{
    margin-bottom: 72px;
} */
.company_left .head_section.custom_section, .company_right.company_right_page .head_section{
    margin-bottom: 40px;
}

.head_notify {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #828282;
    margin-bottom: 16px;
}

.group_btn {
    display: inline-block;
    width: 100%;
}

.close_overlay {
    display: none;
    position: fixed;
    z-index: 8;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.page header {
    border-bottom: 1px solid #E0E0E0;
}

.add_cart {
    pointer-events: none;
}

.header {
    padding: 36px 0px;
}

.top {
    background: #F6F6F6;
    display: inline-block;
    width: 100%;
}

.top_container {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 10px 0px;
}

.language {
    display: inline-block;
    float: left;
    line-height: 30px;
}

.language>* {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
    margin-right: 5px;
    display: inline-block;
    text-transform: capitalize;
}

.language>span {
    color: #2D2D2D;
}

.language>a {
    color: #828282;
    border-bottom: 1px solid #F6F6F6;
}

.language>a:hover {
    border-bottom: 1px solid #E0E0E0;
}

.telephone {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.telephone a {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #828282;
}

.telephone a:hover {
    color: #2D2D2D;
}

.search_block {
    display: inline-block;
    position: relative;
}

.btn_search {
    padding: 0px;
    display: inline-block;
    margin: 0px;
    position: relative;
    left: -8px;
    z-index: 2;
    cursor: pointer;
}

#title-search-input {
    border: initial;
    border-bottom: 1px solid #fff;
    position: absolute;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    left: 0px;
    top: 0px;
    width: 0px;
    padding-left: 50px;
    transition: .2s;
}

.open_search #title-search-input {
    width: 400px;
    border-bottom: 1px solid #E0E0E0;
    transition: .2s;
}

.stick_new:before {
    background: #25BC8B;
}

.stick_special:before {
    background: #EB5757;
}

.stick_hit:before {
    background: #9B57D2;
}

.login_event {
    padding: 0px 8px;
}

.compare_events {
    position: relative;
}

.compare_events .icob,
.basket_total .icob {
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket_total svg {
    overflow: hidden!important;
}

#basket_bag {
    transform: translateY(100%);
    transition: .5s;
}

.basket_total:hover #basket_bag {
    transform: translateY(0%);
    transition: .5s;
}

.compare_events svg {
    position: relative;
}

.compare_events:hover svg #love123 {
    transition: 2s;
    stroke-dashoffset: -66!important;
}

.compare_events:hover svg #love {
    position: absolute;
    transition: 0.5s;
    stroke-dasharray: 66, 0 !important;
}

.logo_center {
    text-align: center;
    display: inline-block;
    width: initial;
    position: absolute;
    left: calc(50% - 86px);
    top: 0px !important;
}
.logo_center img {
    height: 60px;

    @media screen and (max-width: 768px) {
        height: 40px;
        width: 180px !important;
    }
}

footer {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 95px;
}

.social_group {
    margin-bottom: 32px;
}

.social_group a {
    display: inline-block;
    margin-right: 16px;
}

.social_group a .icob {
    transition: .2s;
}

.social_group a:hover .vk {
    background-image: url(/bitrix/templates/ascompany/icon/vkb.svg)!important;
}

.social_group a:hover .instagram {
    background-image: url(/bitrix/templates/ascompany/icon/instagramb.svg)!important;
}

.social_group a:hover .telegram {
    background-image: url(/bitrix/templates/ascompany/icon/telegramb.svg)!important;
}

.footer_bottom {
    text-align: center;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #E0E0E0;
}

.footer_bottom_block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.copyright {
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    float: left;
}

.logo_art6 {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
}

.logo_art6 a {
    font-weight: 400;
    color: #828282;
}

.icon_art6 {
    width: 56px;
    height: 22px;
    background-position: center;
    display: inline-block;
    background-size: cover;
    float: right;
    position: relative;
    top: 1px;
    margin-left: 3px;
}

.politic {
    float: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    display: inline-block;
}

.about_company {
    text-align: center;
}

.about_block {
    width: 1600px;
    display: inline-flex;
    align-items: center;
}

.about_block>.float_left {
    width: 100%;
    min-width: 784px;
}

.about_block .float_left {
    margin-right: 98px;
}

.about_info_descript {
    font-weight: 400;
    font-size: 30px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 60px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}

.company_right {
    padding-right: 164px;
    text-align: left;
}

.about_info {
    display: inline-block;
    width: 100%;
}

.about_info_text{
    float: left;
    padding-top: 30px;
}

.about_info_text .float_right {
    max-width: 200px;
}

.about_info_text strong {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #173343;
    margin-bottom: 16px;
}

.about_info_text span {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #173343;
}

.main_next_catalog {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.main_next_catalog_block {
    display: inline-block;
    width: 1600px;
    height: 320px;
    background-size: contain;
    position: relative;
}

.main_next_catalog_head {
    font-weight: 400;
    padding-top: 95px;
    padding-left: 144px;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    color: #333333;
}

.main_next_catalog_block .btn_empty {
    margin-left: 144px;
    margin-top: 32px;
}

.step_complete span {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #9B57D2;
}

.step_complete {
    transition: .2s;
    top: 0px;
    position: relative;
}

.step_complete:hover {
    transition: .2s;
    top: -10px;
}

.header_step {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 48px;
}

.step_one {
    margin-top: 150px;
}

.step_two {
    margin-top: 75px;
}

.main_step_complete .group_btn {
    margin-top: 72px;
    text-align: center;
}

.main_instagram img {
    width: 100%;
}

.head_section span {
    float: right;
}

.main_instagram .head_section a {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
}

.language_mobile,
.telephone_mobile,
.menu_top_mobile,
.mobile_btn_instagram,
.top_login_block {
    display: none;
}

.page .head_section {
    padding-top: 40px;
}

.page_type h1 {
    margin-top: 20px;
}

.catalog_description p,
.tab_tap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.tab_tap .description_visible {
    overflow: hidden;
    max-height: 460px;
}

.catalog_description h1 {
    margin-bottom: 48px;
}

.catalog_description ul,
.tab_tap ul {
    padding: 0px 34px;
    margin: 0px;
}

.catalog_description ul li,
.tab_tap ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding: 12px 0px;
    position: relative;
    width: 100%;
}

.catalog_description ol li,
.tab_tap ol li {

    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding: 12px 0px;
    position: relative;
    width: 100%;
}
.catalog_description ul li:before,
.tab_tap ul li:before,
.catalog_description ol li:before,
.tab_tap ol li:before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 24px;
    left: -34px;
    border-radius: 100%;
    display: inline-block;
    content: '';
    background: #9B57D2;
}
.catalog_description h1, .catalog_description h2, .catalog_description h3, .catalog_description h4{
    margin-bottom: 10px;
}

.quntity_top {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #9B57D2;
    text-align: center;
    line-height: 20px;
    position: absolute;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 100%;
    top: 0px;
    left: 18px;
}

.hover_btn:before {
    content: '';
    position: absolute;
    top: 6px;
    right: -32px;
    width: 16px;
    height: 16px;
    background-position: center;
    display: inline-block;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/ascompany/icon/arrow.svg);
    transform: translateX(-100%);
    opacity: 0;
    transition: .2s;
}

.hover_btn:hover:before {
    transform: translateX(0%);
    opacity: 1;
    transition: .2s;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.slick-slide,
.slick-slide:focus {
    outline: 0;
}

.background_error {
    background-size: contain;
    width: 100%;
    height: 322px;
    text-align: center;
}

.head_error {
    font-family: PT Serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 58px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #333333;
    margin-bottom: 20px;
    padding-top: 102px;
}

.text_error_page {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.head_section_info {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
}

.alert-danger {
    border: 1px solid #EB5757;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 16px;
    padding-right: 16px;
    color: #EB5757;
}

font.errortext {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #EB5757;
}

.form_group_block {
    width: 50%;
}

.form_group_block input {
    width: 100%;
    margin-bottom: 32px;
}

.filter_element_item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0px 0px;
}

input[type="checkbox"] {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

.filter_element_item label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 3px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding-left: 40px;
    margin-bottom: 0px;
}

.filter_element_item label span:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 5px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    display: inline-block;
}

.filter_element_item label span:after {
    content: '';
    width: 16px;
    opacity: 0;
    transition: .2s;
    height: 16px;
    position: absolute;
    left: 4px;
    top: 9px;
    background: #9B57D2;
    box-sizing: border-box;
    display: inline-block;
}

.filter_element_item input:checked+label span:after {
    opacity: 1;
}

.page .head_section_border .head_section {
    padding-top: 0px;
}

.link_reg {
    float: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    position: relative;
    top: 3px;
}

.link_reg i {
    margin-left: 16px;
    top: 3px;
    position: relative;
}

.form_auth .btn_back {
    max-width: 186px;
}

.link_forgotten {
    display: inline-block;
    margin-left: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.form_auth {
    margin-bottom: 32px;
    margin-top: 32px;
}

.form_group_block .alert-danger {
    margin-top: 32px;
    height: 56px;
    line-height: 18px;
    display: flex;
    height: auto;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

.head_section_info {
    margin-bottom: 32px;
}

.bx-authform-formgroup-container {
    margin-bottom: 32px;
    max-width: 70%;
}

.bx-authform-formgroup-container input {
    width: 50%;
}

.bx-authform-link-container a {
    display: inline-block;
    margin-left: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 0px;
}

.bx-authform .btn.btn-primary {
    font-weight: 700;
    font-size: 16px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background-color: #333333;
    padding: 0px 48px;
    transition: .2s;
    cursor: pointer;
    max-width: 252px
}

.bx-authform-link-container a b {
    font-weight: 400;
}

.slick-slide *:focus {
    outline: 0;
}

#bx_chpass_resend_link {
    color: #9B57D2;
}

.alert-success {}

.flex_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page .flex_section .head_section {
    padding-top: 0px;
    margin-bottom: 0px;
    font-family: 'PT Serif', serif;
}

.flex_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.flex_col_sm {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.flex_col_xs {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.page .company_right .head_section {
    padding-top: 0px;
    font-family: 'PT Serif', serif;
}

.step_fakt .step_head {
    font-size: 30px;
    line-height: 42px;
    color: #9B57D2;
    font-family: 'PT Serif', serif;
}

.step_fakt .step_desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-right: 48px;
    color: #333333;
}

.step_fakt .flex_col_sm:nth-last-child(1) .step_desc {
    padding-right: 0px;
}

.company_right_page {
    padding-right: 0px;
}

.about_company_page .about_block>.float_left {
    width: 100%;
    max-width: 784px;
}

.main_step_page .step_one {
    margin-top: 0px;
}

.main_step_page .step_two {
    margin-top: 75px;
}

.main_step_page .step_three {
    margin-top: 150px;
}

.main_step_page .step_complete span {
    font-size: 48px;
    line-height: 58px;
    color: #9B57D2;
    font-family: 'PT Serif', serif;
}

.page .head_section.header_pages {
    padding-top: 0px;
    font-family: 'PT Serif', serif;
    margin-bottom: 32px;
}

.about_info_descriptsm {
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    color: #333333;
    margin-bottom: 60px;
    text-align: left;
}

.main_instagram .description_visible>*:nth-child(n+3) {
    display: none;
}

.main_instagram .description_visible:before {
    height: 80px;
    content: '';
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(360deg, #FFFFFF 37.29%, rgba(255, 255, 255, 0) 167.8%);
    display: inline-block;
}

.open_description .main_instagram .description_visible:before {
    display: none;
}

.open_description .main_instagram .description_visible>*:nth-child(n+3) {
    display: inline-block;
}

.open_description .main_instagram .description_visible {
    max-height: 100%;
}

.main_instagram .more_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    transition: .2s;
    z-index: 11;
    position: relative;
}

.more_description:hover {
    border-bottom: 1px solid rgba(51, 51, 51, 1);
}

.description_visible h1 {
    margin-bottom: 30px;
}
.main_next_catalog_block.mobile{
    display: none;
}
/* .sliders_section .slick-list.draggable{
    overflow: hidden;
} */

.popular_category .wrap-mobile-banner{
    display: none;
}

.full-cart-item .production_list_element{
    height: 470px;
    transition: all 0.3s ease;
}
.full-cart-item .production_list_element:before {
    transition: all 0.3s ease;
    height: 530px;
}
.list_prices {
    max-width: 200px;
    margin: auto;
}
.list_prices .list_prices__item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.list_prices .list_prices__name{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    /* identical to box height, or 233% */


    color: #828282;
}
.list_prices .list_prices__price{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 32px;

text-transform: uppercase;

color: #828282;
}
.list_prices .list_prices__item.price-tables{
    flex-direction: column;
    align-items: end;
}
.list_prices .list_prices__item.price-tables .list_prices__price{
    display: block;
    width: 100%;
}
.list_prices .list_prices__item.price-tables .production_list_price{
    justify-content: space-between;
}
.list_prices .list_prices__item.price-tables .production_list_price .price_procent{
    left: 0;
}

.list_prices.detail-cart-item{
    margin: 0;
    max-width: 285px;
}
.list_prices.detail-cart-item .list_prices__name{
    font-size: 16px;
}

.list_prices.detail-cart-item .price_bottom{
    justify-content: space-between;
}
.list_prices.detail-cart-item .price_bottom .price_procent{
    left: 0;
}

#render_diler{
      overflow-y: auto;
}

@media (max-width: 768px) {
    .full-cart-item .production_list_element{
        height: 185px;
        transition: all 0.3s ease;
    }
    .list_prices .list_prices__item:last-child{
        flex-direction: column;
        align-items: baseline;
    }
    .list_prices .list_prices__item:last-child .production_list_price{
        padding-left: 0;
        padding-top: 0;
        padding-right: 30px;
    }
    .list_prices .list_prices__item:last-child .production_list_price .price_old{
        position: unset;
    }
    .full-cart-item .production_list_element:before{
        height: unset;
    }
}

@media (max-width:1600px) {
    .about_block {
        width: 100%;
    }
    .main_next_catalog_block {
        width: 100%;
    }
    .about_block>.float_left {
        width: 50%;
        min-width: 496px;
    }
}

@media (max-width:1336px) {
    .header {
        padding: 20px 0px;
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .head_section {
        font-weight: 400;
        font-size: 44px;
        line-height: 52px;
        color: #333333;
        margin-bottom: 30px;
    }
    .about_block {
        width: 100%;
        display: inline-flex;
        align-items: center;
    }
    .about_block>.float_left {
        width: 100%;
        min-width: 496px;
    }
    .about_block .float_left {
        margin-right: 50px;
    }
    .company_right {
        padding-right: 20px;
        text-align: left;
    }
    .about_info_descript {
        font-weight: 400;
        font-size: 22px;
        line-height: 36px;
        color: #333333;
        margin-bottom: 30px;
        text-align: left;
    }
    .about_info img {
        width: 80px;
    }
    .about_infomob img {
        width: auto;
        height: auto;
    }
    .about_info_descriptsm {
        width: 100%;
        display: inline-block;
    }
    .about_info_text {
        float: left;
        padding-top: 0px;
    }
    .main_next_catalog_block {
        display: inline-block;
        width: 100%;
        height: 260px;
        background-size: cover;
        position: relative;
    }
    .main_next_catalog_head {
        padding-top: 65px;
        padding-left: 100px;
    }
    .main_next_catalog_block .btn_empty {
        margin-left: 100px;
    }
    .step_complete img {
        width: 100%;
    }
    .step_one {
        margin-top: 100px;
    }
    .step_two {
        margin-top: 50px;
    }
    footer {
        margin-top: 40px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer_bottom_block {
        height: 60px;
    }
    section.tab_main {
        padding-bottom: 16px;
    }
    .open_search #title-search-input {
        width: 350px;
        border-bottom: 1px solid #E0E0E0;
        transition: .2s;
    }
    h1 {
        font-size: 48px;
        line-height: 58px;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    h3 {
        font-size: 24px;
        line-height: 34px;
    }
    h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .catalog_description h1 {
        margin-bottom: 20px;
    }
    .flex_col_sm {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .step_fakt .step_desc {
        margin-top: 0px;
        margin-bottom: 16px;
    }
    .main_step_page .step_two {
        margin-top: 50px;
    }
    .main_step_page .step_three {
        margin-top: 100px;
    }
}

@media (max-width:992px) {
    .open_search #title-search-input {
        width: 400px;
        border-bottom: 1px solid #E0E0E0;
        transition: .2s;
    }
    .flex_col {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .open_search .logo_center {
        transition: .1s;
        opacity: 0;
    }
    .about_block>.float_left {
        width: 100%;
        min-width: 400px;
    }
    .head_section {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 25px;
    }
    .btn_back,
    .btn_empty {
        line-height: 50px;
        padding: 0px 38px;
    }
    .footer_logo img {
        width: 100%;
    }
    .footer_header {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .social_group a {
        display: inline-block;
        margin-right: 10px;
    }
    .social_group {
        margin-bottom: 15px;
    }
    .main_step_complete .group_btn {
        margin-top: 50px;
        text-align: center;
    }
    .tempalte>* {
        overflow: hidden;
    }
    .tempalte>header {
        overflow: visible;
    }
    .page .head_section {
        padding-top: 0px;
    }
    .top_container {
        padding: 10px 12px;
    }
    .header>.container>.row {
        margin: 0px;
    }
    .btn_search {
        left: -4px;
    }
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h3 {
        font-size: 22px;
        line-height: 32px;
    }
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .catalog_description h1 {
        margin-bottom: 0px;
    }
    .catalog_description ul li,
    .tab_tap ul li {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 0px;
    }
    .catalog_description ul,
    .tab_tap ul {
        padding: 0px 20px;
        margin: 0px;
    }
    .tab_tap ul li:before {
        top: 16px;
        left: -20px;
    }
    .catalog_description p,
    .tab_tap p {
        font-size: 14px;
        line-height: 22px;
    }
    input {
        height: 50px;
        line-height: 50px;
    }
    .product_page_sertification {
        margin-top: 0px;
    }
    .row_mobile {
        margin-right: 0px;
        margin-left: 0px;
    }
    .form_group_block {
        width: 70%;
    }
    .head_section_info {
        margin-bottom: 20px;
    }
    .bx-authform .btn.btn-primary {
        font-weight: 700;
        font-size: 14px;
        line-height: 50px;
        display: inline-block;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
        background-color: #333333;
        padding: 0px 24px;
        transition: .2s;
        cursor: pointer;
        max-width: 180px;
    }
    .imgfixdst.catalog_description ul li:before {
        width: 8px;
        height: 8px;
        position: absolute;
        top: 16px;
        left: -20px;
        border-radius: 100%;
        display: inline-block;
        content: '';
        background: #9B57D2;
    }
    .flex_col_xs img {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width:768px) {
    .description_visible h1{
        font-size: 20px;
        line-height: 30px;
    
    }
    section.about_company {
        padding-bottom: 0px;
    }
    section.tab_main {
        padding-top: 0px;
    }
    .top_background span{
        font-size: 18px;
    }
    .main_next_catalog_block.desktop{
        display: none;
    }
    .main_next_catalog_block.mobile{
        display: block;
    }
    .status_product {
        font-size: 12px;
    }
    .header {
        padding: 6px 12px;
        padding-right: 0px;
    }
    .hide_loads+.pagination_mobile {
        display: none;
    }
    .imgfixdst {
        padding-left: 12px;
        padding-right: 12px;
    }
    .imgfixdst.catalog_description {
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .compare_pages {
        padding-left: 12px;
        padding-right: 12px;
    }
    .quntity_top {
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
    .open_search {
        position: relative;
    }
    .bx-authform,
    #bx_chpass_resend {
        padding-left: 12px;
        padding-right: 12px;
    }
    .catalog_description {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .open_search #title-search-input {
        width: 100vw;
        z-index: 1;
    }
    .title-search-result {
        left: 0px!important;
        width: 100vw!important;
        right: 0px!important;
    }
    #title-search-input {
        height: 34px;
        line-height: 34px;
        top: 0px;
        padding-bottom: 5px;
    }
    .top {
        display: none;
    }
    .language_mobile,
    .telephone_mobile,
    .menu_top_mobile {
        display: inline-block;
    }
    .top_right_mobile {
        padding: 18px 16px;
        border-bottom: 1px solid #E0E0E0;
    }
    .telephone_mobile .icom {
        display: none;
    }
    .telephone_mobile a {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
    }
    .language_mobile>* {
        font-size: 14px;
        line-height: 24px;
        color: #828282;
        padding: 0px;
        margin-right: 5px;
        display: inline-block;
        text-transform: capitalize;
    }
    .language_mobile>.link.current {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #333333;
    }
    .open_catalog .close_overlay,
    .open~.close_overlay,
    .open_account .close_overlay {
        display: block;
    }
    section {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .icob {
        width: 32px;
        height: 32px;
    }
    .menu_event {
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        color: #333333;
        cursor: pointer;
    }
    .logo_center img {
        width: 105px;
    }
    .logo_center {
        top: 4px;
        left: calc(50% - 52px);
        width: initial;
    }
    .btn_search {
        left: 0px;
    }
    .head_notify {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .head_section {
        font-size: 20px;
        line-height: 30px;
    }
    .top_background span {
        width: calc(100% - 80px);
    }
    .about_block {
        width: 100%;
        display: inline-block;
        align-items: center;
    }
    .about_block>.float_left {
        width: 360px;
        min-width: 360px;
        float: initial;
        margin-right: 0px;
    }
    section.popular_category {
        padding-bottom: 8px;
    }
    .company_right {
        padding-right: 0px;
        text-align: left;
        padding: 0px 16px;
        margin-top: 24px;
    }
    .about_info_descript {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .main_next_catalog_block {
        height: 144px;
    }
    .main_next_catalog_head {
        padding-top: 45px;
        padding-left: 45px;
        font-size: 16px;
        line-height: 24px;
    }
    .main_next_catalog_block .btn_empty {
        margin-left: 0px;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 100%;
        margin-top: 0px;
        opacity: 0;
        z-index: 1111;
    }
    .main_next_catalog_head {
        padding-top: 45px;
        padding-left: 45px;
        font-size: 14px;
        line-height: 24px;
        display: inline-block;
        float: left;
        width: 215px;
    }
    .step_one {
        margin-top: 0px;
    }
    .step_two {
        margin-top: 0px;
    }
    .step_complete:hover {
        transition: .2s;
        top: 0px;
    }
    .header_step {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .main_step_complete .col-sm-4 {
        width: 33.33333%;
        float: left;
    }
    .step_complete {
        margin-bottom: 66px;
    }
    .step_complete span {
        font-size: 16px;
        line-height: 24px;
        float: left;
        margin-right: 8px;
        position: absolute;
        bottom: -42px;
        left: 0px;
    }
    .step_complete .header_step {
        position: absolute;
        left: 28px;
        bottom: -66px;
    }
    .btn_back,
    .btn_empty {
        line-height: 40px;
        padding: 0px 38px;
        font-size: 12px;
    }
    .main_step_complete .group_btn {
        margin-top: 32px;
        text-align: center;
    }
    .main_instagram .col-sm-3 {
        width: 50%;
        float: left;
        margin-bottom: 16px;
    }
    section.main_instagram {
        padding-bottom: 24px;
    }
    .main_instagram .head_section a {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #333333;
    }
    footer {
        margin-top: 26px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .footer_logo {
        text-align: center;
        margin-bottom: 16px;
    }
    .footer_logo img {
        width: 120px;
    }
    .social_group {
        text-align: center;
    }
    .social_group {
        margin-bottom: 10px;
    }
    .social_group a {
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
    }
    .footer_bottom_block {
        height: 50px;
    }
    .footer_menu {
        display: none;
    }
    footer .col-sm-3 {
        text-align: center;
    }
    .page .head_section {
        padding-top: 25px;
    }
    h1 {
        font-size: 20px;
        line-height: 30px;
    }
    h2 {
        font-size: 18px;
        line-height: 26px;
    }
    h3 {
        font-size: 16px;
        line-height: 24px;
    }
    h4 {
        font-size: 16px;
        line-height: 24px;
    }
    input {
        height: 40px;
        line-height: 40px;
    }
    .head_error {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-top: 30px;
    }
    .text_error_page {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
    }
    .background_error {
        background-size: contain;
        width: 100%;
        height: 140px;
        text-align: center;
    }
    .form_group_block {
        width: 70%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .head_section_info {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #333333;
    }
    .head_section_info {
        margin-bottom: 20px;
    }
    .link_reg {
        display: block;
        float: initial;
    }
    .form_group_block input {
        margin-bottom: 20px;
    }
    .information_agreee {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #828282;
        margin-bottom: 24px;
        width: 100%;
    }
    .account_register .alert-danger {
        margin-top: 20px;
        margin-bottom: 20px;
        width: calc(70% - 32px);
        margin-left: 16px;
    }
    .mobile_col {
        padding-left: 12px;
        padding-right: 12px;
    }
    .bx-authform-formgroup-container input {
        width: 70%;
    }
    .bx-authform .btn.btn-primary {
        font-weight: 700;
        font-size: 12px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
        background-color: #333333;
        padding: 0px 24px;
        transition: .2s;
        cursor: pointer;
        max-width: 180px;
    }
    .bx-authform .alert-danger {
        margin-top: 16px;
    }
    .main__page_description {
        padding-left: 16px;
        padding-right: 16px;
    }
    .main_step_page .step_two {
        margin-top: 0px;
    }
    .main_step_page .step_three {
        margin-top: 0px;
    }
    .main_step_page .step_complete .header_step {
        position: relative;
        left: 0px;
        bottom: -24px;
    }
    .main_step_page .step_complete span {
        font-size: 16px;
        line-height: 24px;
        float: left;
        margin-right: 8px;
        position: relative;
        bottom: 0px;
        left: 0px;
    }
    .main_step_page .step_complete {
        margin-bottom: 0px;
    }
    .catalog_description {
        padding-right: 16px;
    }
    .page_stick+.row {
        display: inline-block;
        width: 100%;
        padding-left: 12px;
    }
    .page_stick+.row .mobile_col {
        padding-right: 0px;
    }
    .mobile_header {
        padding-left: 12px;
    }
}
div{
    font-family: 'PT Sans', sans-serif!important;
}
@media (max-width:756px) {
    .wrap-total-discount > div {
        padding: 0;
    }
    .wrap-total-discount{
        display: block;
        
    }
    .wrap-total-discount .total-discount{
        border-right: none;
        border-bottom: 1px solid #000;
    }
    .wrap-total-discount .total-discount p{
        text-align: center;
    }
    .wrap-total-discount .total-discount-text{
        padding-top: 15px;
    }
    .bx-authform .btn.btn-primary{
        max-width: unset;
        margin: 5px 0;
        margin-right: 0!important;
        width: 100%;
        line-height: 40px!important;
    }
    .form_group .btn_back{
        max-width: unset;
        width: 100%;
    }
}

@media (max-width:568px) {
   
    .basket-items-list-item-removed-block {
        float: unset;
        padding-right: 15px;
    }
    .arrows.abright {
        transform: rotate(180deg)!important;
    }
    .arrows.ableft.slick-arrow{
        transform: rotate(0deg)!important;
    }
    #category_slider .arrows{
        bottom: 10px;
        z-index: 99999;
    }
    #category_slider .arrows .icon-arrow, #related .arrows .icon-arrow{
        background-image: url('/bitrix/templates/ascompany/icon/arrow_mob.png');
    }
    #category_slider .arrows .icon-arrow, #you_may_like .arrows .icon-arrow{
        background-image: url('/bitrix/templates/ascompany/icon/arrow_mob.png');
    }
    #category_slider{
        padding-bottom: 30px;
    }
    #category_slider .arrows .icon-arrow, #related .arrows .icon-arrow{
        width: 20px;    
        background-position: right;
    }
    #category_slider .arrows .icon-arrow, #you_may_like .arrows .icon-arrow{
        width: 20px;
        background-position: right;
    }
    #related{
        margin-bottom: 10px;
    }
    #related .arrows{
        left: 0;
    }
    #you_may_like{
        margin-bottom: 10px;
    }
    #you_may_like .arrows{
        left: 0;
    }
    .product_compare{
        top: -7px;
    }
    #related .slick-track, #related .slick-list {
        overflow: hidden;
    }
    #you_may_like .slick-track, #you_may_like .slick-list {
        overflow: hidden;
    }
    .wrapper .tempalte.is-home{
        display: flex;
        flex-direction: column;
    }
    .wrapper .tempalte.is-home > header{
        order: 1;
    }
    .wrapper .tempalte.is-home > .sliders_section{
        order: 2;
    }
    .wrapper .tempalte.is-home > .tab_main{
        order: 4;
    }
    .wrapper .tempalte.is-home > .popular_category{
        order: 3;
    }
    .wrapper .tempalte.is-home > .about_company{
        order: 5;
    }
    .wrapper .tempalte.is-home > .main_next_catalog{
        order: 6;
    }
    .wrapper .tempalte.is-home > .main_step_complete{
        order: 7;
    }
    .wrapper .tempalte.is-home > .main_instagram{
        order: 8;
    }
    .wrapper .tempalte.is-home > .main_instagram{
        order: 9;
    }
    .main_next_catalog{
        display: none;
    }
    section.popular_category{
        padding-top: 50px;
    }
    .popular_category .wrap-mobile-banner{
        display: block;
        padding: 0 5px;
        margin-bottom: 9px;
    }
    .popular_category .wrap-mobile-banner .main_next_catalog_block.mobile{
        background-position: bottom;
    }
    .popular_category .wrap-mobile-banner .main_next_catalog_block.mobile .main_next_catalog_head{
        padding-left: 15px;
        width: 178px;
    }
    .top_category_all .top_background span{
        line-height: 22px;
    }
    .popular_category .wrap-mobile-banner .main_next_catalog_block{
        background-size: contain;
    }
    .popular_category .head_section.custom-class-head{
        margin-bottom: 0px;
    }
    .company_right {

        padding: 0px 26px;

    }
    .tab_link{
        padding-right: 5px;
    }
    section.popular_category {
        padding-bottom: 38px;
    }
    .mobile_forms {
        margin-top: 15px;
    }
    .bx-authform-formgroup-container input {
        width: 100%;
    }
    .bx-authform-formgroup-container {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .account_register .alert-danger {
        margin-top: 20px;
        margin-bottom: 20px;
        width: calc(100% - 32px);
        margin-left: 16px;
    }
    .form_group_block {
        width: 100%;
    }
    .link_forgotten {
        display: block;
        margin-left: 0px;
    }
    .menu_event {
        font-size: 0px;
    }
    .catalog_menu {
        margin-left: 0px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .search_block {
        display: inline-block;
        position: relative;
        margin-left: 34px;
    }
    .login_event {
        display: none;
    }
    .logo_center {
        position: relative;
        top: 4px;
        left: 0px;
        width: calc(100% - 130px);
    }
    .about_info_text strong {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .about_info_text span {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #173343;
    }
    .about_info img {
        width: 80px;
    }
    .about_infomob img {
        width: 100%;
        height: auto;
    }
    .mobile_step {
        padding-right: 80px;
    }
    .mobile_step .slick-list {
        overflow: visible;
    }
    .main_instagram .head_section a {
        display: none;
    }
    .mobile_btn_instagram {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 16px;
    }
    .footer_bottom_block {
        height: auto;
        display: block;
    }
    .copyright {
        display: block;
        text-align: center;
        width: 100%;
    }
    .politic {
        float: initial;
    }
    .logo_art6 {
        display: inline-block;
        width: 100%;
        padding: 5px 0px;
    }
    .logo_art6 a {
        display: inline-block;
    }
    .footer_bottom_block {
        height: auto;
        display: block;
        padding: 10px 0px;
    }
    .top_login_block {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #E0E0E0;
        padding: 11px 0px;
    }
    .top_login_block .login_event {
        display: inline-block;
        width: 100%;
    }
    .top_login_block a {
        font-weight: 400;
        line-height: 30px;
        color: #333333;
        font-size: 14px;
        display: inline-block;
        padding-right: 24px;
        margin-right: 24px;
        position: relative;
    }
    .top_login_block a span:before {
        content: '';
        left: initial;
        right: 0px;
        top: 4px;
        display: inline-block;
        width: 1px;
        height: 24px;
        background-color: #E0E0E0;
        position: absolute;
    }
    .compare_events .icob svg {
        position: relative;
        top: 1px;
    }

    .status_product_total.event_product_bottom{
        position: unset;
        background: transparent;
    }
}

.podpis_mobile {
    display: none;
}

@media (max-width:420px) {
.about_info img.float_right {
    
   /*  clear: both;
    float: left; */
    display: none;
}

.about_info img {
    width: 112px;
    margin-top: -15px;
    margin-left: 5px;
}

/* .flexing {
    display: flex;
    float: left;
} */

.podpis_mobile {
    display: block;
}
.product_info .product_sticker.sticker_hit{
    left: 0;
}



/* .about_info img.float_right {
display: flex;
flex-direction: column;
} */



}

.production_list_image.lazy{
    background-position: center;
    background-size: contain;
}

/* Mobile Catalog Button */
.is-mobile {
    display: none;
  }
  @media screen and (max-width: 768px) {
    .is-mobile {
      display: block;
    }
  
    .btn_pink {
      width: 80%;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      background-color: #ff7dba;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      border-radius: 14px;
      margin-top: 12px;
      margin-left: auto;
      margin-right: auto;
    }
  
    body.mobile-catalog-open :is(.top_login_block, .top_right_mobile, .menu_top_mobile) {
      display: none;
    }
    body:not(.mobile-catalog-open) :is(.catalog_all, .page_product) {
      display: none;
    }
    body.mobile-catalog-open .catalog_menu .btn_open-mobile-catalog {
      display: none;
    }
  }
/* End */
/* /bitrix/templates/ascompany/css/modal-video.min.css?16463015832069 */
/* /bitrix/templates/ascompany/css/custom.css?17454712574536 */
/* /bitrix/templates/ascompany/components/bitrix/menu/top_left/style.css?16463015821408 */
/* /bitrix/templates/ascompany/components/bitrix/search.title/visual1/style.css?16463015831743 */
/* /bitrix/templates/ascompany/components/bitrix/menu/center/style.css?16463015825416 */
/* /bitrix/templates/ascompany/components/bitrix/sale.basket.basket.line/basket/style.css?1646301583365 */
/* /bitrix/templates/ascompany/components/bitrix/menu/footer/style.css?1646301582629 */
/* /bitrix/templates/ascompany/template_styles.css?173700663559243 */
