

/* Start:/local/templates/datalan_v1/css/custom.css?17846170792480*/
/*склад*/
.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;
}

@media (min-width: 1200px) {
	.row .u-col-xl-20p {
		flex: 0 0 20%;
		max-width: 20%;
	}
}
/* End */


/* Start:/local/templates/datalan_v1/styles.css?17786673261102*/
.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;
}

.services-font {
font-size: 14px !important;
}

@media (max-width: 768px) {

  .login-logo {
   display: none;
   }

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

}
.index-block_top_new{
  font-size: 1.2rem;
    margin-bottom: 35px;
  max-width:745px !important;
}
.index-block_bottom_new{
  font-size: 16px;
    margin-top: 15px;
}
.index-block_bnt {
    text-align: right;
  }
@media (max-width: 990px) {
  .index-block_bnt {
    margin-top: 15px;
  }
}
/* End */


/* Start:/local/templates/datalan_v1/template_styles.css?178479507011310*/
/*---------------------*/
.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;
}

.add_prod_title {
    text-transform: uppercase;
    font-size: 20px;

}

.mr10 {
    margin-right: 10px;
}

.svg-container {
    position: relative;
    width: 220px;
}

.svg-hover {
    display: none;
}

.svg-default {
    width: 220px;
}

.svg-container:hover .svg-default {
    display: none;
    fill: #3d3d3d;
    width: 220px;
}

.svg-container:hover .svg-hover {
    display: block;
}

nav.bottom-nav a:hover, nav.top-nav a:hover {
    color:RGB(46, 197, 130) !important;
}


/*#header nav a:hover {
color:RGB(46, 197, 130);
}*/

.top-menu__link_color_secondary:hover, .top-menu__link_color_secondary:focus {
    color:RGB(46, 197, 130);
}

.icon-color:hover {
    fill:RGB(46, 197, 130);
}

.to-compare-cnt:hover {
    color: #43494d !important;
}

.c-logo .logo-image {
    width: 100%; /* задаем ширину */
    height: auto; /* сохраняем пропорции */
    display: block; /* убираем отступы */
    transition: all 0.3s ease; /* плавный переход */
}

.c-logo:hover .logo-image {
    content: url(/local/templates/datalan_v1/img/v2/logo_grad_220_2.svg);
}

.font_normalize {
    font-size: 14px;
}

.font_center {
    font-size: 14px;
    text-align: center;
}

/*.banners-list__list {
   height: 785px !important;
}*/

.flex-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

@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);
}


.buttons-list__item{
    opacity: .7;

    box-sizing: border-box;
    text-align: center;
}
.buttons-list__item_active{
    opacity: 1;
}
.buttons-list__item:hover{
    background: linear-gradient(90deg, #2ec582 0%, #6931d0 100%);
    opacity: 0.7;
}
.catalog-detail-additional{
    margin-top: 70px;
}
.catalog-detail-additional h2{
    border-bottom: 1px solid #adacac;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.buttons-list__list{
    width: 100%;
}
.datalan-guarantee {
    position: relative;
    width: 100%;
    font-family: "Montserrat", sans-serif;
}

.datalan-guarantee__container {
    position: relative;
    width: 100%;
}

.datalan-guarantee__head {
    position: relative;
    margin-bottom: 66px;
}

.datalan-guarantee__title {
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    font-size: 55px;
    line-height: 130%;
    color: #43494d;
    text-transform: uppercase;
}

.datalan-guarantee__title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -21px;
    width: 100vw;
    height: 3px;
    background: linear-gradient(188deg, #6931d0 10px, #2ec582 100px);
}

.datalan-guarantee__layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 810px) minmax(320px, 1fr);
    gap: 64px;
    align-items: start;
    margin-top: 35px;
}

.datalan-guarantee__content {
    position: relative;
    z-index: 2;
    min-width: 0;
    padding-bottom: 0;
}

.datalan-guarantee__aside {
    position: relative;
    min-width: 0;
    margin-right: -60%;
    margin-left: -48px;
    z-index: 9
}

.datalan-guarantee__intro p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #404040;
}

.datalan-guarantee__intro {
    max-width: 950px;
}

.datalan-guarantee__condition {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 23px;
}

.datalan-guarantee__condition::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 3px;
    background: linear-gradient(188deg, #2ec582 10px, #6931d0 100px);
}

.datalan-guarantee__condition p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #404040;
}

.datalan-guarantee__condition strong {
    font-weight: 500;
}

.datalan-guarantee__steps {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 43px;
}

.datalan-guarantee-step {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 0;
    font-family: var(--second-family), "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #404040;
}

.datalan-guarantee-step__num {
    font-weight: 500;
    color: #404040;
}

.datalan-guarantee-step__text {
    min-width: 0;
}

.datalan-guarantee a {
    color: #0065c8;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
    transition: color 0.3s ease;
}

.datalan-guarantee a:hover {
    color: #7135d6;
}

.datalan-guarantee__link-gradient {
    background: linear-gradient(90deg, #00ce8d 0%, #418ea5 42.31%, #756eca 50.96%, #7135d6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0065c8;
}

.datalan-guarantee__list {
    margin: 6px 0 0;
    padding-left: 14px;
    list-style-type: disc;
    list-style-position: outside;
}

.datalan-guarantee__list li {
    display: list-item;
    margin: 0;
    padding-left: 0;
    font-family: var(--second-family), "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #404040;
}

.datalan-guarantee__list li::marker {
    font-size: 0.8em;
    color: #404040;
}

.datalan-guarantee__certificate {
    margin-top: 0;
    margin-bottom: 28px;
    font-family: var(--second-family), "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #404040;
}

.datalan-guarantee__picture {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}

.datalan-guarantee__picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.datalan-guarantee__picture--main {
    width: calc(100% + 120px);
    height: 840px;
}

.datalan-guarantee__picture--bottom {
    width: calc(100% + 64px);
    height: 238px;
    margin-top: 0;
}

.datalan-guarantee__picture--bottom::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 3px;
    background: linear-gradient(188deg, #6931d0 10px, #2ec582 100px);
}

@media (max-width: 1499px) {
    .datalan-guarantee__layout {
        grid-template-columns: minmax(0, 860px) minmax(160px, 1fr);
        gap: 0;
    }

    .datalan-guarantee__title {
        font-size: 48px;
    }

    .datalan-guarantee__picture--main {
        width: calc(100% + 70px);
        height: 1170px;
    }

    .datalan-guarantee__picture--bottom {
        margin-left: -20%;
        width: 1000px;
        height: 331px;
    }
}

@media (max-width: 1199px) {
    .datalan-guarantee__head {
        margin-bottom: 58px;
    }

    .datalan-guarantee__title {
        font-size: 42px;
    }

    .datalan-guarantee__layout {
        grid-template-columns: minmax(0, 700px) minmax(190px, 1fr);
        gap: 0;
    }

    .datalan-guarantee__intro p,
    .datalan-guarantee__condition p {
        font-size: 17px;
    }

    .datalan-guarantee-step,
    .datalan-guarantee__list li,
    .datalan-guarantee__certificate {
        font-size: 15px;
    }

    .datalan-guarantee__picture--main {
        width: calc(100% + 40px);
        height: 1100px;
    }

    .datalan-guarantee__picture--bottom {
        width: calc(100% + 36px);
        height: 205px;
    }
}

@media (max-width: 991px) {
    .datalan-guarantee {
        overflow: visible;
    }

    .datalan-guarantee__head {
        margin-bottom: 52px;
    }

    .datalan-guarantee__title {
        font-size: 36px;
    }

    .datalan-guarantee__title::after,
    .datalan-guarantee__condition::after,
    .datalan-guarantee__picture--bottom::after {
        right: auto;
        left: -15px;
        width: calc(100% + 30px);
    }

    .datalan-guarantee__layout {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .datalan-guarantee__content {
        width: 100%;
    }

    .datalan-guarantee__aside {
        width: 100%;
        order: 2;
        margin-left: 0;
    }

    .datalan-guarantee__condition {
        margin-bottom: 26px;
    }

    .datalan-guarantee__steps {
        margin-bottom: 34px;
    }

    .datalan-guarantee__picture--bottom {
        width: 100%;
        height: 260px;
        margin-left: 0;
    }

    .datalan-guarantee__picture--main {
        width: 100%;
        height: 420px;
    }
}

@media (max-width: 767px) {
    .datalan-guarantee__head {
        margin-bottom: 46px;
    }

    .datalan-guarantee__title {
        font-size: 30px;
    }

    .datalan-guarantee__title::after {
        bottom: -16px;
    }

    .datalan-guarantee__content {
        padding-top: 35px;
    }

    .datalan-guarantee__intro p,
    .datalan-guarantee__condition p {
        font-size: 16px;
    }

    .datalan-guarantee-step,
    .datalan-guarantee__list li,
    .datalan-guarantee__certificate {
        font-size: 14px;
    }

    .datalan-guarantee-step {
        grid-template-columns: 22px minmax(0, 1fr);
    }

    .datalan-guarantee__condition {
        padding-bottom: 18px;
    }

    .datalan-guarantee__steps {
        gap: 12px;
    }

    .datalan-guarantee__list {
        padding-left: 18px;
    }

    .datalan-guarantee__picture--bottom {
        height: 220px;
    }

    .datalan-guarantee__picture--main {
        height: 340px;
    }
}

@media (max-width: 480px) {
    .datalan-guarantee__head {
        margin-bottom: 40px;
    }

    .datalan-guarantee__title {
        font-size: 25px;
    }

    .datalan-guarantee__intro p,
    .datalan-guarantee__condition p {
        font-size: 15px;
    }

    .datalan-guarantee__condition p br {
        display: none;
    }

    .datalan-guarantee-step,
    .datalan-guarantee__list li,
    .datalan-guarantee__certificate {
        font-size: 13px;
    }

    .datalan-guarantee-step {
        grid-template-columns: 20px minmax(0, 1fr);
    }

    .datalan-guarantee__picture--bottom {
        height: 180px;
    }

    .datalan-guarantee__picture--main {
        height: 280px;
    }
}

html body #guarantees-page {
    padding-bottom: 0 !important;
}
/* End */
/* /local/templates/datalan_v1/css/custom.css?17846170792480 */
/* /local/templates/datalan_v1/styles.css?17786673261102 */
/* /local/templates/datalan_v1/template_styles.css?178479507011310 */
