

/* Start:/local/templates/datalan_v1/css/custom.css?17316791832236*/
/*склад*/
.product-store {
	font-size: 12px;
    line-height: 0;
}

.product-store__icon {
    width: 14px;
    height: 14px;
}

/*склад детальная*/
.store-details__title {
	font-weight: 700;
}

.store-details__link {
	text-decoration: none;
	color: inherit;
}

.store-details__link:hover,
.store-details__link:focus {
	color: #000;
}

.store-details__link .c-loader {
    margin-left: 4px;
}

/*loader*/
.c-loader {
    display: inline-block;
    position: relative;
}

.c-loader_style_ring.c-loader_size_xs {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.c-loader_style_ring::after {
    content: ' ';
    display: block;
    border-radius: 50%;
    border: 3px solid #43494d;
    border-color: #43494d #43494d #43494d transparent;
    animation: loader-ring 1.2s linear infinite;
}

.c-loader_style_ring.c-loader_size_xs::after {
    width: 60%;
    height: 60%;
    border-width: 1px;
}

@keyframes loader-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*btn up*/
.btn-up {
	position: fixed;
	bottom: 25px;
	right: 10px;
	transform: scale(0);
	transition: opacity .15s ease, transform .3s ease;
	z-index: 9;
	/* style	*/
	width: 40px;
	height: 40px;
	background: #3d3d3d;
	color: #fff;
	border: 0;
	padding: 6px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0.3;
}

.btn-up__icon {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	transform: rotate(-180deg);
}

.btn-up:hover,
.btn-up:focus {
	opacity: 1;
}

/**
* Active
*/

.btn-up_active {
	transform: scale(1);
}

@media (min-width: 1600px) {

	.btn-up {
		right: 25px;
	}
}

/*override*/
.cookie-box {
	z-index: 10;
}

.catalog-grid .product-item__price,
.catalog-list .product-item__price {
  margin-top: 4px;
}

.catalog-grid .c-price_current,
.catalog-list .c-price_current {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-top: 2px;
}

.c-input-label {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 4px;
}
/* End */


/* Start:/local/templates/datalan_v1/css/v2/style.css?173833598937156*/
.c-page_v2 main#main {
    min-height: auto;
}

/*header*/
.c-header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.c-header_sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.c-header {
    padding: 15px 0 0;
}

.c-header .c-header__inner {
    overflow: hidden;
    padding-bottom: 15px;
}

.c-header__footer {
    padding: 15px 0 0;
}

.c-header .c-logo {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.c-header .controls-list__item_personal {
    margin-left: 18px;
}

.header-ctrl {
    position: relative;
    transition: color .15s ease;
}

.header-ctrl_size_md {
    width: 20px;
    height: 20px;
}

.header-ctrl_size_md .c-btn__icon {
    width: 16px;
    height: 16px;
}

.header-ctrl .c-btn__icon {
    width: 24px;
    height: 24px;
}

.header-ctrl .count-marker {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
}

.header-ctrl_color_text {

}

.header-ctrl_color_light {
    color: #fff;
}

.header-ctrl_color_light:hover,
.header-ctrl_color_light:focus {
    /* color: #f6f6f6; */
	color: RGB(46, 197, 130);
}

.header-ctrl_color_light .count-marker {
    background-color: #000;
    color: #fff;
}

/*color transparent*/
.c-header_color_transparent {
    color: #fff;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 95%);
    transition: background-color .15s ease, box-shadow .3s ease;
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
}

.c-header_color_transparent .c-header__inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.c-header_color_transparent.c-header_accent {
    background-color: rgba(0,0,0, .4);
    backdrop-filter: blur(8px);
    box-shadow: 0 0px 15px 0 rgba(0,0,0,0.45);
}

.c-header_color_transparent .menu-toggle {
    color: inherit;
}

/*color light*/
.c-header_color_light {
    color: #43494D;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 95%);
/*    border-bottom: 1px solid rgba(0, 0, 0, 0.08);*/
}

.c-header_color_light .c-header__inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.c-header_color_light.c-header_accent {
    background-color: rgba(255,255,255, .4);
    backdrop-filter: blur(8px);
    box-shadow: 0 0px 15px 0 rgba(0,0,0,0.45);
}

.c-header_color_light .menu-toggle {
    color: inherit;
}

/*inner*/
.c-header_inner .c-header__inner {
    padding-bottom: 15px;
}

@media (min-width: 992px) {

    .c-header {
        padding: 0;
    }

    .c-header__main {
        border-left: 1px solid rgba(255, 255, 255, 0.25);
    }

    .c-header .c-header__inner {
        padding-bottom: 0;
    }

    .c-header__item {
        padding: 14px 0 14px 30px;
    }

    .c-header__personal {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        position: relative;
    }

    .c-header__personal::after {
        position: absolute;
        content: '';
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        left: 100%;
        top: 100%;
        width: 50vw;
    }

    .c-header_color_light .c-header__main {
        border-color: rgba(0,0,0, 0.08);
    }

    .c-header_color_light .c-header__personal {
        border-color: rgba(0,0,0, 0.08);
    }

    .c-header_color_light .c-header__personal::after {
        border-color: rgba(0,0,0, 0.08);
    }

    .c-header__footer {
        padding-bottom: 15px;
    }

    .c-header_inner .c-header__inner {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {

    .c-header__item {
        padding-left: 54px;
    }
}


/*footer*/
.c-footer {
	background: #43494D;
	color: #919DA4;
}

.c-footer__main {
	padding: 30px 0;
}

.c-footer__footer {
	padding: 20px 0;
	border-top: 1px solid #5E6B71;
}

@media (min-width: 992px) {

	.c-footer__main {
		padding-top: 54px;
		min-height: 300px;
	}
}

@media (min-width: 1200px) {

	.c-footer__main {
		padding-top: 104px;
		min-height: 324px;
	}
}

/*links menu*/
.links-menu {
	margin: 0;
	list-style: none;
	padding: 0;
}

.links-menu__link {
	color: inherit;
	transition: color .15s ease;
}

.links-menu__link:hover,
.links-menu__link:focus {
	/*color: #fff;*/
	color: RGB(46, 197, 130);
}

/*footer menu*/
.footer-menu_size_md .footer-menu__list {
	margin-bottom: -24px;
}

.footer-menu_size_md .footer-menu__col {
	margin-bottom: 24px;
}

.footer-menu__menu {
	margin: 18px 0 0 0;
	list-style: none;
	padding: 0;
}

.footer-menu__item + .footer-menu__item {
	margin-top: 10px;
}

.footer-menu__link {
	color: inherit;
	transition: color .15s ease;
}

.footer-menu__link_head {
	text-transform: uppercase;
	color: #D6DDE1;
	font-weight: 600;
}

.footer-menu__link:hover,
.footer-menu__link:focus {
	/*color: #fff;*/
	color: RGB(46, 197, 130);
}

/*teasers-list*/
.teasers-list_size_lg .teasers-list__list {
	margin-bottom: -30px;
}

.teasers-list_size_lg .teasers-list__item {
	margin-bottom: 30px;
}

.teaser-item_style_default {
	text-align: center;
	color: inherit;
	text-decoration: none;
	transition: color .15s ease;
}

.teaser-item_style_default .teaser-item__thumb {
	width: 56px;
	height: 56px;
	margin: 0 auto 20px;
}

.teaser-item_style_default .teaser-item__title {
	font-size: 18px;
	font-weight: 600;
}

.teaser-item_style_default.teaser-item_events:hover,
.teaser-item_style_default.teaser-item_events:focus {
	color: #2EC582;
}

.teaser-item_style_default.teaser-item_events:hover .teaser-item__thumb svg,
.teaser-item_style_default.teaser-item_events:focus .teaser-item__thumb svg {
	fill:url(#gradient_default);
}

@media (min-width: 992px) {

    .teasers-list_size_lg .teasers-list__list {
        margin-bottom: -50px;
    }

    .teasers-list_size_lg .teasers-list__item {
        margin-bottom: 50px;
    }
}

/*sections*/
.c-section_size_md {
    padding-top: 35px;
    padding-bottom: 35px;
}

.c-section_size_lg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-section_size_xl {
    padding-top: 70px;
    padding-bottom: 70px;
}

.c-section__head {
    margin-bottom: 50px;
}

.c-section__desc {
    font-size: 16px;
    line-height: 1.7;
}

.c-section__controls {
    margin-top: 40px;
}

@media (min-width: 768px) {

    .c-section_size_md {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .c-section_size_lg {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .c-section_size_xl {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .aside-img {
        position: relative;
        height: 100%;
    }

    .aside-img img {
        position: absolute;
        height: 100%;
        object-fit: cover;
        width: 50vw;
        max-width: none;
    }

    .aside-img_direction_left img {
        right: 0;
    }

    .aside-img_direction_right img {
        left: 0;
    }
}

/*titles*/
.c-title_size_md {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 35px;
}

.c-title_size_lg {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 35px;
}

@media (min-width: 992px) {

    .c-title_size_lg {
        font-size: 34px;
    }
}

/*buttons*/
.c-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    max-width: 100%;
    padding: 0;
    border: 0;
    outline: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.c-btn_disabled {
    opacity: .7;
    cursor: default;
}

.c-btn_style_default {
    transition: background-color .15s ease;
}

.c-btn_style_default.c-btn_color_tertiary {
    background-color: #ADACAC;
    color: #fff;
}

.c-btn_style_default.c-btn_color_tertiary:hover,
.c-btn_style_default.c-btn_color_tertiary:focus {
    background-color: #9f9f9f;
}

.c-btn_style_default.c-btn_color_tertiary-secondary {
    background-color: rgb(197, 197, 197);
    color: #fff;
}

.c-btn_style_default.c-btn_color_tertiary-secondary:hover,
.c-btn_style_default.c-btn_color_tertiary-secondary:focus {
    background-color: rgb(61,61,61);
}


.c-btn_style_default.c-btn_color_light {
    background-color: #fff;
    color: #43494D;
}

.c-btn_style_default.c-btn_color_light:hover,
.c-btn_style_default.c-btn_color_light:focus {
    background-color: #f5fafb;
}

.c-btn_style_default.c-btn_size_md {
    border-radius: 4px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    min-height: 56px;
    text-transform: uppercase;
    padding: 0 35px;
}

.c-btn_style_default.c-btn_size_md_bigger {
    border-radius: 4px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    min-height: 66px;
    text-transform: uppercase;
    padding: 0 35px;
}

.c-btn_style_ghost {
    background: none;
    text-decoration: none;
    border: 1px solid currentColor;
    transition: color .15s ease, border-color .15s ease, background-color .15s ease;
}

.c-btn_style_ghost.c-btn_color_light {
    border-color: rgba(255, 255, 255, .25);
    color: #fff;
}

.c-btn_style_ghost.c-btn_color_light:hover,
.c-btn_style_ghost.c-btn_color_light:focus {
    border-color: rgba(255,255,255, 1);
    color: rgb(46, 197, 130);
}

.c-btn_style_ghost.c-btn_size_sm {
    font-size: 14px;
    letter-spacing: .01em;
    padding: 0 20px;
    height: 40px;
    gap: 10px;
    border-radius: 4px;
    border-width: 1px;
}

.c-btn_style_ghost.c-btn_size_sm.c-btn_accent {
    text-transform: uppercase;
    font-weight: 600;
}

.c-btn_style_link {
    border: 0;
    padding: 0;
    box-shadow: none;
    background: none;
    text-decoration: underline;
    height: auto;
    line-height: inherit;
    min-width: auto;
    letter-spacing: inherit;
    transition: color .15s ease;
}

.c-btn_style_link:hover,
.c-btn_style_link:focus {
    text-decoration: none;
}

.c-btn_style_link.c-btn_size_sm {
    gap: 8px;
}

.c-btn_style_link.c-btn_size_sm .c-btn__icon {
    width: 14px;
    height: 14px;
}

.c-btn_style_link.c-btn_color_tertiary {
    color: #ADACAC;
}

.c-btn_style_link.c-btn_color_text {
    color: #404040;
}

.c-btn_style_link.c-btn_color_text:hover,
.c-btn_style_link.c-btn_color_text:focus {
    color: #2ec582;
}

.c-btn_style_link.c-btn_bare {
    text-decoration: none;
}

.c-btn_width_md {
    width: 228px;
}

/*docs-list*/
.docs-list__footer {
    margin-top: 15px;
}

.docs-list__item + .docs-list__item .doc-item_style_default {
    //border-top: 1px solid #ADACAC;
}

.doc-item_style_default {
    display: flex;
    padding: 19px 0;
    gap: 10px;
    transition: color .15s ease;
    line-height: 1.2;
}

.doc-item_style_default .doc-item__title {
    max-width: calc(100% - 110px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 0 0 auto;
}

.doc-item_style_default .doc-item__size {
    color: #adacac;
    font-size: 14px;
    width: 100px;
    flex: 0 0 auto;
}

.doc-item_style_default.doc-item_size_md {
    padding: 0 0 7px 0;
}

.doc-item_style_default.doc-item_size_lg {
    padding: 19px 0;
}

.doc-item_style_default.doc-item_size_lg .doc-item__title {
    text-transform: uppercase;
    font-size: 16px;
}

.doc-item_style_default.doc-item_events:hover .doc-item__title ,
.doc-item_style_default.doc-item_events:focus .doc-item__title {
    color: #2ec582;
}

@supports (-webkit-background-clip: text) {

    .doc-item_style_default.doc-item_events:hover .doc-item__title ,
    .doc-item_style_default.doc-item_events:focus .doc-item__title {
        background: linear-gradient(96.53deg, #2ec582 0, #6931d0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
}

/*@media (min-width:) {

}*/

/*utils*/
.u-bg-color-quarternary {
    background-color: #f6f6f6;
}

/*news-list*/
.news-list_style_default.news-list_size_md .news-list__list {
    margin-bottom: -20px;
}

.news-list_style_default.news-list_size_md .news-list__item {
    margin-bottom: 20px;
}

.news-list_slider .news-list__list {
    display: flex;
}
/*
.news-list_slider .lSSlideOuter {
    padding-left: 1px !important;
    margin-left: -1px !important;
}

.news-list_slider .lSSlideWrapper {
    padding-left: 1px !important;
    padding-top: 1px !important;
    margin-left: -1px !important;
    max-width: none;
}*/

.news-list_slider .news-list__item {
    flex: 0 0 auto;
}

.news-list_slider .news-item {
    height: 100%;
	margin-right: 20px;
}

.news-item_style_default {
    display: block;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
   /* border: 1px solid #adacac; */
/*    box-shadow: inset -1px 0 0 0 #adacac, inset 0 -1px 0 0 #adacac, -1px -1px 0 0 #adacac, -1px 0 0 0 #adacac, 0 -1px 0 0 #adacac;
    padding: 1px;*/
}

.news-item_style_default .news-item__thumb {
    position: relative;
    overflow: hidden;
    background: #ededed;
    border-bottom: 1px solid #ededed;
    width: 100%;
    flex: 0 0 auto;
}

.news-item_style_default .news-item__thumb::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 52.78%;
}

.news-item_style_default .news-item__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-item_style_default .news-item__main {
    width: 100%;
    padding: 35px 5px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.news-item_style_default .news-item__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 15px;
    transition: color .15s ease;
}

.news-item_style_default .news-item__desc {
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news-item_style_default .news-item__date {
    color: #adacac;
    padding-top: 20px;
    margin-top: auto;
	text-align: right;
}

.news-item_style_default.news-item_events:hover .news-item__title,
.news-item_style_default.news-item_events:focus .news-item__title {
    color: #2EC582;
}

/*slider controls*/
.slider-controls {
    display: inline-flex;
    gap: 14px;
}

.slider-btn_style_default {
    border: 1px solid;
    background: transparent;
    transition: border-color .15s ease, color .15s ease;
}

.slider-btn_style_default.slider-btn_size_md {
    width: 36px;
    height: 36px;
    border-radius: 4px;
}

.slider-btn_style_default.slider-btn_size_md .svg-ico {
    width: 12px;
    height: 12px;
    stroke-width: 2px;
}

.slider-btn_style_default.slider-btn_color_light {
    border-color: rgba(173,172,172,.6);
    color: #adacac;
}

.slider-btn_style_default.slider-btn_color_light:hover,
.slider-btn_style_default.slider-btn_color_light:focus {
    border-color: rgb(46, 197, 130);
    color: rgb(46, 197, 130);
}

.slider-btn_style_slider {
    background: 0;
    border: 0;
}

.slider-btn_style_slider.slider-btn_size_md {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    backdrop-filter: blur(8px);
}

.slider-btn_style_slider.slider-btn_color_light {
    color: #adacac;
    background: rgba(255,255,255,.7);
}

.slider-btn_style_slider.slider-btn_size_md .svg-ico {
    stroke-width: 2px;
    height: 26px;
    width: 12px;
}


/**
* SVG icon
*/

/* прячем градиенты */
.svg-defs {
    height: 0;
    position: absolute;
    width: 0;
}

.svg-ico {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    stroke: currentColor;
}

.svg-ico_fill_none {
    fill: none !important;
}

.svg-ico_stroke_none {
    stroke: none !important;
}

/*banner*/
.banners-list {
    position: relative;
}

.banners-list .lSPager {
    visibility: hidden;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.banners-list .slider-dots {
    visibility: visible;
}

@media (min-width: 992px) {

    .banners-list .lSPager {
        bottom: 50px;
        left: 50%;
        margin-left: -47.5%;
    }
}

@media (min-width: 1200px) {

    .banners-list .lSPager {
        margin-left: max(-570px, -47.5%);
    }
}

.c-banner {
    position: relative;
}

.c-banner__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.c-banner__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-banner_style_default {
    height: auto;
    min-height: 322px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-banner_style_default .c-banner__bg {
    overflow: hidden;
}

.c-banner_style_default .c-banner__bg_underlay::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.55;
    pointer-events: none;
    user-select: none;
}

/*.c-banner_style_default > .container,
.c-banner_style_default > .fluid-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.c-banner_style_default .c-banner__body {
    flex: 1 0 auto;
}*/

.c-banner_style_default .c-banner__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.c-banner_style_default .c-banner__desc {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.3;
}

.c-banner_style_default .c-banner__controls {
    margin-top: 40px;
}

/*theme dark*/
.c-banner_style_default.c-banner_theme_dark {
    color: #fff;
}

.c-banner_style_default.c-banner_theme_dark .c-banner__bg {
    background-color: #282828;
}

.c-banner_style_default.c-banner_theme_dark .c-banner__bg_underlay::after {
    background-color: #282828;
}

/*theme light*/
.c-banner_style_default.c-banner_theme_dark .c-banner__bg {
    background-color: #fff;
}

.c-banner_style_default.c-banner_theme_light .c-banner__bg_underlay::after {
    background-color: #fff;
}

.fixed-header .c-banner_style_default {
    min-height: 510px;
    padding-top: 188px;
}

@media (min-width: 768px) {

    .c-banner_style_default .c-banner__title {
        font-size: 40px;
    }

    .c-banner_style_default .c-banner__desc {
        font-size: 20px;
        line-height: 1.85;
    }

    .c-banner_style_default {
        min-height: 400px;
    }

    .fixed-header .c-banner_style_default {
        min-height: 545px;
        padding-top: 90px;
    }
}

@media (min-width: 992px) {

    .c-banner_style_default .c-banner__title {
        font-size: 44px;
    }
}

@media (min-width: 1200px) {

    .c-banner_style_default {
        min-height: 665px;
    }

    .c-banner_style_default .c-banner__title {
        font-size: 55px;
    }

    .fixed-header .c-banner_style_default {
        min-height: 810px;
        padding-top: 188px;
    }
}

/*decor line*/
.decor-line {
    position: relative;
}

.decor-line::after {
    content: '';
    display: block;
    height: 9px;
    background: #2ec582;
    background-image: linear-gradient(90deg, #2ec582 0%, #6931d0 100%);
}

/*slider dots*/
.slider-dots_style_default {
    font-size: 0;
    text-align: center;
    display: inline-flex;
    gap: 24px;
}

.slider-dots_style_default li {
    position: relative;
    display: flex;
}

.slider-dots_style_default a {
    border-radius: 50%;
    overflow: hidden;
    outline: 0;
    position: relative;
    background-color: #404040;
    width: 8px;
    height: 8px;
    opacity: 0.5;
    display: inline-block;
    flex: 0 0 auto;
    transition: opacity .15s ease, transform .15s ease;
}

.slider-dots_style_default .active a {
    transform: scale(1.5);
    opacity: 1;
}

.slider-dots_style_default .progressbar-circle {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 24px;
    height: 24px;
    margin: -8px 0 0 -8px;
    transition: opacity .15s ease;
}

.progressbar-circle.active {
    opacity: 1;
}

/*.slider-dot_timer .progressbar-circle {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    display: none;
}*/

.slider-dots_style_default .progressbar-circle__progress {
    stroke: #fff;
}

.slider-dot_timer.active .progressbar-circle {
    display: block;
}

/*.slider-dot_timer::after {
    position: absolute;
    content: '';
    border: 1px solid #404040;
    transition: transform .15s ease;
    opacity: 0.5;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}*/


.slider-dots_style_default.slider-dots_color_light a {
    background-color: #fff;
}

.slider-dots_style_default.slider-dots_color_light .slider-dot_timer {
    border-color: #fff;
}

.slider-dots_style_default.slider-dots_color_light .slider-dot_timer::after {
    border-color: #fff;
}

/*input*/
.c-input {
    display: block;
    width: 100%;
    outline: 0;
    font-family: inherit;
}

.c-input_style_default {
    background: #fff;
    border: 1px solid transparent;
    -webkit-appearance: none;
    box-shadow: none;
    transition: border-color .15s ease, background-color .15s ease;
}

.c-input_style_default.c-input_size_md {
    height: 40px;
    border-radius: 4px;
    padding: 0 20px;
    font-weight: 500;
    letter-spacing: .03em;
}

.c-input_style_default.c-input_color_transparent {
    background-color: rgba(255,255,255, .15);
    border-color: transparent;
    color: #fff;
}

.c-input_style_default.c-input_color_transparent::-webkit-input-placeholder {
    color: rgba(255,255,255,.7);
}

.c-input_style_default.c-input_color_transparent::-moz-placeholder {
    color: rgba(255,255,255,.7);
}

.c-input_style_default.c-input_color_transparent:-moz-placeholder {
    color: rgba(255,255,255,.7);
}

.c-input_style_default.c-input_color_transparent:-ms-input-placeholder {
    color: rgba(255,255,255,.7);    
}

.c-input_style_default.c-input_color_transparent:focus {
    border-color: #fff;
}

.c-input_style_default.c-input_color_secondary {
    background-color: #f6f6f6;
    border-color: transparent;
    color: #43494d;
}

.c-input_style_default.c-input_color_secondary:focus {
    background-color: #efefef;
}

.c-input_style_default.c-input_color_secondary::-webkit-input-placeholder {
    color: rgba(67,73,77,.7);
}

.c-input_style_default.c-input_color_secondary::-moz-placeholder {
    color: rgba(67,73,77,.7);
}

.c-input_style_default.c-input_color_secondary:-moz-placeholder {
    color: rgba(67,73,77,.7);
}

.c-input_style_default.c-input_color_secondary:-ms-input-placeholder {
    color: rgba(67,73,77,.7);   
}

/*search-form*/
.search-form {
    position: relative;
}

.search-form__input {

}

.search-form .search-form__input {
    padding-right: 50px;
}

.search-form__btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 56px;
    color: inherit;
    background: 0;
    border-radius: 4px;
    z-index: 1;
    padding: 5px 10px;
}

.search-form__btn .c-btn__icon {
    width: 16px;
    height: 16px;
}

/*top menu*/
.top-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-menu_size_sm.row {
    margin-left: -10px;
    margin-right: -10px;
}

.top-menu_size_sm .top-menu__item {
    padding-left: 10px;
    padding-right: 10px;
}

.top-menu__link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    transition: color .15s ease;
}

.top-menu__link .c-btn__icon {
    width: 16px;
    height: 16px;
}

.top-menu__link_accent {
    font-size: 11px;
    padding: 0 10px;
    height: 40px;
    gap: 10px;
    border: 1px solid;
    border-radius: 4px;
}

.top-menu__link_color_light {
    color: #fff;
}

.top-menu__link_color_light:hover,
.top-menu__link_color_light:focus {
    /*color: #f6f6f6;*/
	color: RGB(46, 197, 130);	
}

.top-menu__link_color_secondary {
    color: #43494d;
}

.top-menu__link_color_secondary:hover,
.top-menu__link_color_secondary:focus {
    color: #000;
}

/*accent light*/
.top-menu__link_accent.top-menu__link_color_light {
    border-color: rgba(255,255,255, .25);
    transition: color .15s ease, border-color .15s ease;
}

.top-menu__link_accent.top-menu__link_color_light:hover,
.top-menu__link_accent.top-menu__link_color_light:focus {
    border-color: rgba(255,255,255, 1);
}

/*accent secondary*/
.top-menu__link_accent.top-menu__link_color_secondary {
    border-color: transparent;
    background-color: #f6f6f6;
    transition: color .15s ease, border-color .15s ease, background-color .15s ease;
}

.top-menu__link_accent.top-menu__link_color_secondary:hover,
.top-menu__link_accent.top-menu__link_color_secondary:focus {
    background-color: #efefef;
}

/*mobile*/
.top-menu_link_mobile {
    text-align: left;
    width: 100%;
    justify-content: flex-start;
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
}

@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {

    .top-menu.row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .top-menu .top-menu__item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) {

    .top-menu__link {
        font-size: 13px;
        letter-spacing: .01em;
    }

    .top-menu__link_accent {
        font-size: 14px;
        padding: 0 20px;
    }
}

/*count marker*/
.count-marker {
    display: inline-block;
    text-align: center;
    background-color: #E9E9E9;
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    border-radius: 50%;
    color: #43494D;
    font-size: 13px;
    padding: 0 5px;
}

.count-marker_color_dark {
    background-color: #000;
    color: #fff;
}

.menu-toggle {
    width: 40px;
    height: 40px;
    background: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
/*    color: #E9E9E9;*/
}

.menu-toggle .c-btn__icon {
    width: 24px;
    height: 24px;
}

.c-popup {
    display: none;
}

.menu-popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    padding: 20px 15px 30px;
    box-shadow: 0 0px 15px 0 rgba(0,0,0,0.45);
}

.menu-popup.c-popup_active {
    display: block;
}

/*acn*/
.c-acn__content {
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease-in-out, opacity .45s ease-in-out;
}

.c-acn_active > .c-acn__content {
    display: block;
    height: auto;
    opacity: 1;
}

.c-acn_style_default {
    border-top: 1px solid #adacac;
}

.c-acn_style_default .c-acn__toggle {
    color: #43494D;
    text-transform: uppercase;
    position: relative;
    display: flex;
    line-height: 1.2;
    align-items: center;
    text-decoration: none;
}

.c-acn_style_default.c-acn_size_lg .c-acn__toggle {
   // min-height: 70px;
    font-size: 16px;
    letter-spacing: .03em;
    padding: 10px 30px 10px 0;
}

.c-acn_style_default.c-acn_size_lg .c-acn__btn {
    display: inline-flex;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    color: #43494d;
}

.c-acn_style_default.c-acn_size_lg .c-acn__inner {
    padding-bottom: 20px;
}

.c-acn_style_default.c-acn_active .c-acn__btn {
    transform: scale(1, -1);
}

@media (min-width: 1200px) {

    .c-acn_style_default.c-acn_size_lg .c-acn__toggle {
       // min-height: 100px;
        font-size: 18px;
        padding: 20px 50px 20px 0;
    }

    .c-acn_style_default.c-acn_size_lg .c-acn__btn {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

    .c-acn_style_default.c-acn_size_lg .c-acn__inner {
        padding-bottom: 40px;
    }
}

/*attrs list*/
.attrs-list_style_default .attrs-list__item + .attrs-list__item {
    margin-top: 5px;
}

.attrs-list_style_default .attrs-list__key {
    color: #858f95;
    font-weight: 400;
}

.attrs-list_style_default .attrs-list__value {
    margin-bottom: 0;
}

/*catalog detail*/
.catalog-detail .catalog-detail__title {
    margin-bottom: 30px;
}

.catalog-detail .controls-list {
    margin-left: -10px;
    margin-right: -10px;
}

.catalog-detail .controls-list__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.catalog-detail__desc {
    font-size: 14px;
    //line-height: 1.7;
}

.catalog-detail__price {
    margin-bottom: 30px;
}

.catalog-detail__price .c-price_current {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 768px) {

    .catalog-detail__price .c-price_current {
        font-size: 24px;
    }
}

/*preview slider*/
.preview-slider {
    position: relative;
    width: 354px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.preview-slider .lSSlideWrapper {
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}

.preview-slider__slider {
    padding: 0 !important;
}

.preview-slider__item {
    position: relative;
    margin-bottom: 0;
}

.preview-slider__item::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.preview-slider__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
}

.preview-slider__img {
    max-width: 100%;
    max-height: 100%;
}

.preview-slider .lSGallery {
/*    margin-top: 15px !important;*/
/*    margin-left: 40px !important;
    margin-right: 40px !important;*/
}

.preview-slider .lSGallery li {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.preview-slider .lSGallery li a {
    position: relative;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #E8E8E8;
    border-radius: 4px !important;
}

.preview-slider .lSGallery .active a {
    border-color: #2ec582;
}

/*border-image не работает совместо с border-radius, используем альтернативный способ*/
@supports (-webkit-mask-composite: xor) {
    
    .preview-slider .lSGallery .active a {
        border-color: transparent;
    }

    .preview-slider .lSGallery .active a::before {
        position: absolute;
        content: '';
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg, #2ec582 0, #6931d0 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        padding: 1px;
        border-radius: inherit;
    }
}

.preview-slider .lSGallery li a::after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.preview-slider .lSGallery li a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 80% !important;
    max-height: 80% !important;
}

.preview-slider .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.preview-slider .slider-btn_prev {
    left: 10px;
}

.preview-slider .slider-btn_next {
    right: 10px;
}

@media (min-width: 768px) {

    .preview-slider {
        width: auto;
    }
}

/*product item*/
.product-item_style_tile {
    
}

.product-item_style_tile .product-item__thumb {
    width: 100%;
    max-width: 320px;
    display: block;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
}

.product-item_style_tile .product-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.product-item_style_tile .product-item__thumb::after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.product-item_style_tile .product-item__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.product-item_style_tile .product-item__code {
    font-size: 12px;
}

.product-item_style_tile .product-item__controls {
    margin-top: 15px;
    margin-left: -8px;
    margin-right: -8px;
}

.product-item_style_tile .product-item__controls .controls-list__item {
    padding-left: 8px;
    padding-right: 8px;
}

.breadcrumb {
    margin: 15px 0;
}

.product-item_style_tile .product-item__price {
    margin-top: 10px;
}

/*LEGACY*/
.c-header .add-message {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  width: 100%;
  max-width: 360px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.c-header .add-message.message-show {
  opacity: 1;
  visibility: visible;
}
.c-header .add-message .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.input-tel-field {
    border:0!important;
    clip:rect(0 0 0 0)!important;
    -webkit-clip-path:inset(50%)!important;
    clip-path:inset(50%)!important;
    height:1px!important;
    margin:-1px!important;
    overflow:hidden!important;
    padding:0!important;
    position:absolute!important;
    white-space:nowrap!important;
    width:1px!important
}

.c-alert_style_default {
    display: block;
    text-align: left;
    padding: 15px 10px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.c-alert_style_default.c-badge {
    text-align: left;
    white-space: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.2;
}

.c-badge {
    border: 1px solid;
    text-align: center;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
}

.c-badge a {
    color: inherit;
}

.c-badge_color_info {
    border-color: #ea9900;
    color: #ea9900;
    background-color: #fff4da;
}

.c-badge_color_error {
    border-color: #ff4c6d;
    color: #ff4c6d;
    background-color: #ffefef;
}

.c-badge_color_success {
    border-color: #15b500;
    color: #15b500;
    background-color: #effff0;
}

.u-color-error {
    color: #ff4c6d;
}

.u-color-success {
    color: #15b500;
}

/*modal*/

.c-modal {
    display: none;
    padding: 40px 20px 40px;
    width: 90%;
    background: #fff;
    position: relative;
    margin: 0 auto;
}

.c-modal_active {
    display: inline-block;
}

.c-modal__body {
    max-width: 100%;
    margin: 0 auto;
}

.modal-close {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    border-radius: 0;
    opacity: 1 !important;
    background: 0;
    color: #000 !important;
    padding: 10px !important;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .3s ease;
}

.modal-close::after {
    content: none;
}

.modal-close:hover, .modal-close:focus {
    color: #000 !important;
}

.c-modal.c-modal_style_default {
    padding: 40px 15px;
}

.c-modal_style_default.c-modal_width_md {
    max-width: 670px;
}

.c-modal_style_default.c-modal_width_md .c-modal__body {
    width: 590px;
}
/* End */


/* Start:/local/templates/datalan_v1/styles.css?1743793641898*/
.gradient-line {
    height: 5px;
    margin: 10px 0; 
    background-image: linear-gradient(to right, #31BF85, #496AAB, #612ECB);
}


.login-logo {
height: 13px;
margin-left: 16px;
margin-bottom: 1px;
}

.login-logo-mob {
display: none;
}

.h3-lower {
font-size: 14px;
font-weight: 400;
}

.h2-lower {
font-size: 16px;
font-weight: 400;
}

.glink {
  text-decoration: underline;
}

.glink:hover {
background: linear-gradient(96.53deg, #2ec582 0, #6931d0 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
 background-clip: text;
 text-fill-color: transparent;
}

.card-title {
font-size: 25px;
font-weight: 600;
line-height: 1.2;
letter-spacing: .03em;
}

.compare-title {
font-size: 12px;
font-weight: 400;
}

@media (max-width: 768px) {

  .login-logo {
   display: none;
   }

  .login-logo-mob {
   display: inline-block;
   height: 20px;
   margin-left: 30px;
   }

}
/* End */


/* Start:/local/templates/datalan_v1/template_styles.css?17437936411298*/
/*---------------------*/
.fixed1 {
    position: fixed;
    z-index: 99;
    top: 162px;
    /*max-width: 195px;*/
    background-color: white;
    height: 220px;
}
.fixed_block {
    height: 220px;
}
.fixed_block_position{
    height: 220px;
}

.compare-scroll .sidebar.fixed {
    z-index: unset !important;
}
.clear-compare{
    cursor: pointer;
}
.product-store-specificat{
    font-weight: 700;
    font-size: 12px;
}
.product-price-specificat{
    font-weight: 700;
    font-size: 12px;
}
.product-tranzit-specificat{
    font-weight: 700;
    font-size: 12px;
}
@media (min-width: 768px) {

    .col-md-05 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 6%;
    }
}

@media (min-width: 576px){
    .pad-top-sm{
        padding-top: 5px;
    }
    .read-more {
        padding-bottom: 10px;
    }
}


@media (max-width: 767px){
    .col-max-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
    .offset-max-sm-3{
        margin-left: 25%;
    }
}

@media (max-width: 575px){
    .offset-max-4 {
         margin-left: 33.33333333%;
     }
}

/*---------------------*/

.header-ctrl_size_md:hover {
color: rgb(46, 197, 130);
}
/* End */
/* /local/templates/datalan_v1/css/custom.css?17316791832236 */
/* /local/templates/datalan_v1/css/v2/style.css?173833598937156 */
/* /local/templates/datalan_v1/styles.css?1743793641898 */
/* /local/templates/datalan_v1/template_styles.css?17437936411298 */
