

/* Start:/bitrix/components/bitrix/form.result.new/error.css?1758267309163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/delatro/styles.css?1774870797116090*/
:root {
	--color-background: #050505;
	--color-background-darker: #13101b;
	--color-background-secondary: #13101b;
	--color-surface0: #292633;
	--color-surface: #ffffff;
	--color-dark-text: #13101b;

	--color-primary-text: #ffffff;
	--color-secondary-text: #999999;
	--color-subtle-text: #666666;

	--color-input-bg: #292633;
	--border-color: #999999;
	--border-color-light: #ededed;

	--color-primary-black: #050505;
	--color-text-tertiary: #666666;
	--color-card-bg: #292929;
	--color-dark-bg: #13101b;

	--color-text-primary: #ffffff;
	--color-text-secondary: #999999;
}

body {
  background-color: var(--color-background);
  color: var(--color-primary-text);
  font-family: "Manrope", sans-serif;
  margin: 0;
  overflow-x: hidden;
}


.page-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #050505;
  position: relative;
  overflow: hidden;
}

.container {
	position:relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 20px;
  padding-right: 20px;*/
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button, .btn {
  font-family: inherit;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.32px;
  transition: all 0.3s ease;
}

.btn-outline {
	background: var(--color-background);
  /*border: 1px solid var(--color-primary-text);
  color: var(--color-primary-text);*/
border: 1px solid var(--color-secondary-text);
  color: var(--color-secondary-text);
}

.btn-outline:hover {
  background-color: var(--color-primary-text);
  color: var(--color-background-darker);
}

.btn-outline-secondary {
  border: 1px solid var(--color-secondary-text);
  color: var(--color-secondary-text);
}

.btn-outline-secondary:hover {
  background-color: var(--color-secondary-text);
  color: var(--color-background-darker);
}

.section-title-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.section-title-line {
    width: 32px;
    height: 2px;
    background-color: var(--color-secondary-text);
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-secondary-text);
}

.heading-large {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.72px;
    color: var(--color-primary-text);
}

.text-secondary {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-secondary-text);
}

/* CSS from section:header */
.site-header {
    /*background-color: #0e0c14;*/
    background-color: #13101B;
    padding: 12px 20px;
    position: sticky;
    top: 0;
    z-index: 100;
}
.header-container {
    /*max-width: 1280px;*/
	max-width:1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}
.main-nav ul {
    display: flex;
    gap: 40px;
}
.main-nav a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-secondary-text);
    transition: color 0.3s ease;
}
.main-nav a:hover,.main-nav a.active {
    color: var(--color-primary-text);
}
.mobile-nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
	background:var(--color-primary-text);
border-radius:6px;
	padding:14px 10px;
align-items:start;
z-index:1030;
}
.mobile-nav-toggle span {
    width: 20px;
    height: 2px;
    background-color: var(--color-background);
}
.mobile-nav-toggle span:nth-of-type(1) {
	width:20px;
}
.mobile-nav-toggle span:nth-of-type(2) {
	width:14px;
    justify-self: start;
    align-items: flex-start;
}



@media (max-width: 1024px) {
    .main-nav {
        display: none; /* In a real project, this would open a mobile menu */
    /*position: absolute;
    top: 63px;
    width: 135px;
    right: 0;
    background-color: #13101B;
    padding: 10px 20px 30px 20px;*/
    }
	.main-nav ul {
		/*flex-wrap:wrap;*/
	}
	.main-nav ul li {
		/*line-height:20px;
		padding:0;
		margin:0;*/
	}
	.main-nav ul li a{
		/*font-size:14px;
		line-height:20px;
		padding:0;
		margin:0;*/
	}
    .site-header .btn-outline {
        display: none;
    }
    .mobile-nav-toggle {
        display: flex;
    }
}

/* CSS from section:hero */
.hero-section {
    position: relative;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*padding-bottom: 60px;*/
    box-sizing: border-box;
    overflow: hidden;
}
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-background .container {
height:600px;
}
.hero-background .bg-img-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: auto;
}
.hero-background .bg-img-2 {
    position: absolute;
    top: 43px;
    left: 50%;
    transform: translateX(-50%);
	/*margin-left:-50%;*/
    width: 1200px;
	max-width:100%;
    height: auto;
	z-index:2;
}
.bg-blur-star {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    /*width: 1281px;*/
    width: 1000px;
    height: 360px;
    background-color: rgba(255, 255, 255, 0.33);
    filter: blur(120px);
    border-radius: 50%;
	z-index:2;
}

.hero-product-image {
    position: absolute;
    /*top: 65px;*/
	top: 50px;
    left: 50%;
	transform: translateX(-25%);
	/*margin-left:-144px;*/
    /*transform: translateX(-15%);*/
    /*width: 600px;*/
	width: 800px;
    /*height: 500px;*/
    z-index: 3;
}

.hero-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero-content-wrapper {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 0 20px;*/
    padding: 0 0px;
	padding-bottom: 60px;
    box-sizing: border-box;
}
.hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 380px;
}
.hero-content .btn-outline {
width:240px;

}
.hero-content .btn-outline:hover {

}
.hero-content .heading-large {
    font-size: 36px;
    line-height: 1.1;
}
.hero-side-text {
    max-width: 260px;
}
.hero-side-text .text-secondary {
	text-align:right;
}

.post-clients-section {
	padding: 0 20px;
}

@media (max-width: 1200px) {
	.hero-product-image {
		width: 500px;
	}
}
@media (max-width: 900px) {
    .hero-section {
        height: auto;
		padding: 0 20px;
        padding-top: 300px;
        padding-bottom: 40px;
    }
    .hero-product-image {
        /*position: relative;*/
        top: 160px;
        left: 70%;
        transform: none;
        margin-left:-70px;
        width: 600px;
        height: auto;
    }
    .hero-content-wrapper {
        flex-direction: column;
        /*align-items: center;*/
		align-items: start;
        /*text-align: center;*/
		text-align: left;
    }
	.hero-content .heading-large {
		font-size: 24px;
		line-height: 1.1;
	}
	.hero-side-text .text-secondary {
		text-align:left;
	}
}

@media (max-width: 650px) {
	.hero-product-image {
        /* position: relative; */
        top: 70px;
		left: 50%;
        transform: translateX(-25%);
        margin-left: 0;
        width: 500px;
    }
    .hero-section {
        padding: 0 20px;
        padding-top: 410px;
	}
}

/* CSS from section:about */
.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.about-content {
    display: flex;
    flex-direction: column;
}
.about-description {
    margin-top: 28px;
}
.about-features {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.about-feature-card {
    flex: 1;
    /*background: radial-gradient(100% 115.3% at 0% 0%, #292929 0%, #13101B 79.61%);*/
background: radial-gradient(100% 160% at 20% 20%, #292929 0%, #13101B 80%);
/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid #0e0c14;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.plus-icon {
    font-size: 32px;
    font-weight: 300;
    width: 16px;
    height: 16px;
    margin-bottom: 60px;
	transition: all .5s;
	position: relative;
}
.about-feature-card:hover .plus-icon {
	transform: rotate(45deg) translateX(10px) translateY(-10px);
}
.about-feature-card h4 {
    font-size: 24px;
    font-weight: 600;
	margin-top:auto;
}
.about-image-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /*padding: 24px;*/
	z-index:2;	
}
.about-image-card img {
    position: relative;
    top: 0;
    /*left: 0;*/
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    z-index: -1;
border-radius:8px;
margin-bottom:12px;
}
.about-image-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(5, 5, 5, 0) 21.65%, rgba(5, 5, 5, 0.58) 78.92%);
    z-index: 0;
}
.about-image-card .btn {
    width: calc(100% - 34px);
    z-index: 1;
margin-top:auto;
}
@media (max-width: 1250px) {
	.hero-section {
		padding: 0 20px;
		padding-top: 300px;
        padding-bottom: 40px;
	}
	.hero-background .bg-img-2 {
		width: 96vw;
	}
}
@media (max-width: 900px) {
    .about-section { padding: 60px 20px; }
    .about-grid { grid-template-columns: 1fr; }
    .about-image-card { min-height: 400px; }
}
@media (max-width: 650px) {
	.hero-section {
        padding: 0 20px;
        padding-top: 410px;
	}
}
@media (max-width: 600px) {
    .about-features { flex-direction: column; }
}

/* CSS from section:cta-banner */
.cta-banner-section {
    position: relative;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
}
.cta-banner-bg-images {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.cta-banner-bg-images .container{
background:var(--color-background-secondary);
height:410px;
overflow:hidden;
}
.cta-banner-bg-images .cta-bg-main {
background:url(/local/templates/delatro/images/banners-bg.png) no-repeat 50% 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 410px;
opacity:.34;
    object-fit: cover;
/*background: #a1a4a6;
background: radial-gradient(circle,rgba(161, 164, 166, 1) 0%, rgba(109, 110, 109, 1) 32%, rgba(20, 20, 19, 1) 100%);*/
}
.cta-banner-bg-images .cta-bg-deco-1 {
    position: absolute;
    left: -343px;
    top: -432px;
    width: 656px;
    height: 984px;
}
.cta-banner-bg-images .cta-bg-deco-2 {
    position: absolute;
    right: -119px;
    top: 9px;
    width: 365px;
    height: 548px;
}
.cta-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}
.cta-banner-content .heading-large {
    max-width: 688px;
}
.cta-banner-content .text-secondary {
    max-width: 460px;
}
@media (max-width: 768px) {
    .cta-banner-section { padding: 60px 20px; }
    .cta-banner-bg-images .cta-bg-deco-1, .cta-banner-bg-images .cta-bg-deco-2 {
        display: none;
    }
}
@media (max-width: 600px) {
    .cta-banner-section { 
		margin-top: 0;
	}
}

/* CSS from section:advantages */
.advantages-section {
    padding: 0px 20px;
}
.advantages-section .lines{
	padding:120px 0;
}
.advantages-section .heading-large {
    margin-top: 32px;
    max-width: 590px;
}
.advantages .heading-large {
    max-width: 590px;
}
.advantages-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}
.advantage-card {
    position: relative;
    padding: 24px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 215px;
}
.advantage-card .card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.advantage-card .card-number {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-secondary-text);
    margin-bottom: 10px;
	padding:20px 0px 20px 0px;
	position:relative;
	z-index:2;

}
.advantage-card h4 {
	margin-top:auto;
    font-size: 24px;
    font-weight: 600;
	position:relative;
	z-index:2;

}
.advantage-card .text-secondary{
	position:relative;
	z-index:2;
}
/* CSS from section:products */
.products-section {
    padding: 0px 20px;
}
.products-section .lines{
	padding:120px 0;
	padding: 0;
}
.products-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}
.products-header .heading-large {
    max-width: 594px;
    /*text-align: right;*/
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 12px;
}
.product-card {
    background-color: var(--color-background-darker);
    border-radius: 4px;
    overflow: hidden;
}
/*
.product-image {
    width: 100%;
    height: 316px;
    object-fit: cover;
}
*/
.product-info {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product-info h4 {
    font-size: 20px;
    font-weight: 600;
}
.product-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}
.product-actions .btn {
    flex: 1;
    background-color: var(--color-background);
    color: var(--color-secondary-text);
}
.product-actions .btn:hover {
    background: var(--color-primary-text);
	border-color: var(--color-primary-text);
color:var(--color-primary-black);
}
@media (max-width: 900px) {
    .products-header { flex-direction: column; }
    .products-header .heading-large { text-align: left; }
    .products-grid { grid-template-columns: 1fr; }
}

/* CSS from section:news */
.news-section {
    padding: 0px 20px;
}
.news-section .lines{
	padding-top:120px;
	padding-bottom:120px;
}
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}
.news-header .heading-large {
    max-width: 590px;
    /*text-align: right;*/
}
.news-grid {
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.news-card:hover {
    border: 1px solid #FFFFFF;
}
.news-card {
    border: 1px solid var(--color-secondary-text);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
	transition: all .5s;
}
.news-card a.btn {
	border:1px solid var(--color-secondary-text);
	background-color: var(--color-background-darker);
	transition: all .5s;
}
.news-card a.btn:hover {
	border: 1px solid #FFFFFF;
}
.news-card.featured {
    border-color: var(--color-primary-text);
}
.news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.news-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
}
.news-tag {
    background-color: var(--color-background-darker);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    align-self: flex-start;
	color: #999999;
}
.news-card.featured .news-tag {
    background-color: var(--color-background);
}
.news-content h4 {
    font-size: 20px;
    font-weight: 600;
    flex-grow: 1;
margin-bottom:30px;
}
.show-all {
padding:20px 0;
margin:0;
}
.show-all a{
width: calc(100% - 32px);

	width: 100%;
    display: block;
    padding: 19px 0px;
    text-align: center;
}
.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.read-time {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-subtle-text);
}
.news-content .btn {
    /*width: 100%;*/
    margin-top: 20px;
}
.news-card.featured .btn {
    background-color: var(--color-background-darker);
}
@media (max-width: 1100px) {
    .news-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
}
@media (max-width: 850px) {
    .news-header { flex-direction: column; }
}
@media (max-width: 768px) {
    .news-header .heading-large { text-align: left; }
}

/* CSS from section:clients */
.pre-clients-section .lines{
	padding:120px 0 0 0;
	padding:0;
}
.clients-section {
    background-color: var(--color-background-darker);
    padding: 20px 0;
    /*margin: 120px 0;*/
}
.post-clients-section .lines{
	padding:0 0 120px 0;
}
.clients-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.clients-track {
    display: flex;
    gap: 160px;
    align-items: center;
    animation: marquee 30s linear infinite;
    width: fit-content;
}
.clients-track img {
    height: 48px;
    flex-shrink: 0;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (max-width: 768px) {
    .clients-track { gap: 80px; }
}

/* CSS from section:contact */
.contact-section {
    padding: 60px 20px;
    background-color: var(--color-background-darker);
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.contact-info .text-secondary {
    max-width: 471px;
}
.contact-form form{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.form-group input, .form-group textarea {
    width: 100%;
    background-color: var(--color-surface0);
    border: none;
    border-radius: 4px;
    padding: 16px 20px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: var(--color-secondary-text);
    box-sizing: border-box;
}
.form-group input::placeholder, .form-group textarea::placeholder {
    color: var(--color-secondary-text);
}
.form-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    margin:0 0 20px 0;
}
.form-consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
	flex-shrink: 0;
    accent-color: var(--color-surface0);
}
.form-consent a {
    text-decoration: underline;
}
.contact-form .btn {
    width: 100%;
	background-color: #050505;
}
@media (max-width: 900px) {
    .contact-section { padding: 60px 20px; }
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* CSS from section:footer */
.site-footer {
    background-color: var(--color-background);
    padding-top: 0px;
}
.footer-nav-bar {
    background-color: #050505;
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
    padding: 24px 0;
}
.footer-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-nav a {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary-text);
}
.footer-main {
    position: relative;
    padding: 0px 0 0 0;
    overflow: hidden;
}
.footer-main .lines {
padding-top:60px;
padding-bottom:20px;
}
.footer-bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 844px;
}
.footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
        "contacts . . address"
        "copyright . . legal";
    gap: 20px 20px;
padding-top:40px !important;
}
.footer-column h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-secondary-text);
    margin-bottom: 24px;
}
.footer-contacts { grid-area: contacts; padding-bottom:120px;}
@media (max-width:768px) {
.footer-contacts { grid-area: contacts; padding-bottom:40px;}
}
.footer-address { grid-area: address; text-align: right; }
.footer-copyright { grid-area: copyright; align-self: end; }
.footer-legal { grid-area: legal; text-align: right; align-self: end; }

.contact-link-large {
    display: block;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}
.contact-link-lg {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
	
}
.address-large {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
}
.social-links {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}
.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: var(--color-primary-text);
    border-radius: 4px;
}
.footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 16px;
padding-bottom:20px;
}
.footer-legal {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
padding-bottom:20px;
}
.footer-legal a {
    max-width: 220px;
}

@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "contacts address"
            "copyright legal";
        gap: 40px;
    }
    .contact-link-large, .address-large {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .site-footer { /*padding-top: 60px;*/ }
    .footer-nav { justify-content: center; }
    .footer-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "contacts"
            "address"
            "legal"
            "copyright";
        text-align: center;
    }
    .footer-column {
        text-align: center !important;
    }
    .social-links {
        justify-content: center;
    }
    .footer-legal {
        align-items: center;
    }
}
@media (max-width: 900px) {
	.hero-background .bg-img-2 {
		/*display:none;*/
		/*width:100%;*/
		max-width:100%;
	}
}
.about-section {
	padding:0 20px 0px 20px;
}
.about-section .lines{
	padding-bottom:120px;
}
.cta-banner-bg-images .cta-bg-main {
	/*opacity:.54;*/
}
.lines {
/*background: url('/local/templates/delatro/images/220_550.svg') repeat 0 0;*/
/*background: url('/local/templates/delatro/images/lines.png') repeat 0 0;*/
background: url('/local/templates/delatro/images/delatro_bg.svg') no-repeat 0 0;
background-position-x: center;

}
.lines-short {
/*background: url('/local/templates/delatro/images/220_550.svg') repeat 0 0;*/
/*background: url('/local/templates/delatro/images/lines.png') repeat 0 300px;*/
background: url('/local/templates/delatro/images/delatro_bg.svg') no-repeat 0 0;
background-position-x: center;
}
.breadcrumbs {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.28px;
/*margin-top:20px;*/
padding-top: 20px;
flex-wrap:wrap;
}
.breadcrumbs > div.bx-breadcrumb-item {
position:relative;
  display: flex;
  align-items:center;
  justify-content:center;
  line-height:15px;
}

.breadcrumbs a {
	display:inline-block;
	width:auto;
  color: var(--color-text-secondary);
}

.breadcrumbs .bx-breadcrumb-item span {
	display:inline-block;
	width:auto;
  color: var(--color-text-secondary);
}

.breadcrumbs .bx-breadcrumb-item:last-child span:last-child {
  color: var(--color-text-primary);
}

.page-title {
  margin: 32px 0 40px;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.72px;
  line-height: 1.1;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
}

.catalog-card {
  background-color: var(--color-background-darker);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  transition: border-color 0.3s;
}

.catalog-card.active,
.catalog-card:hover {
cursor:pointer;
}
.catalog-card:hover {
  border-color: var(--color-text-primary);
}

.card-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 594 / 316;
  object-fit: cover;
}

.card-content {
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.4px;
}

.card-subtitle {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 14px;
  letter-spacing: 0.28px;
}

.card-icon {
  position: absolute;
  right: 25px;
  bottom: 26px;
  width: 57px;
  height: 69px;
}

@media (max-width: 1279px) {
  .catalog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .catalog-grid {
    grid-template-columns: 1fr;
  }
  .page-title {
    font-size: 28px;
  }
}
.catalog-section .lines{
  padding-top: 40px;
  padding-bottom: 120px;
}
.main-content .lines{
  padding-top: 40px;
  padding-bottom: 120px;
}


  .title-bar {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
padding:40px 0;
  }

  .title-bar h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.72px;
  }

  .title-bar span {
    font-size: 14px;
    color: var(--color-text-secondary);
    letter-spacing: 0.28px;
  }

  .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .product-card {
    /*background-color: var(--color-surface);*/ 
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 12px 12px;
    border: 1px solid transparent;
    transition: border-color 0.3s;
  }

  .product-card:hover {
    border-color: var(--color-border);
  }

  .product-card--active {
    border-color: var(--color-border);
  }

  .product-image-wrapper {
    position: relative;
    margin: -20px -20px 0; /* Counteract padding to make image flush */
  }
  
  .product-image {
    /*width: 100%;*/
margin:0 auto;
    height: auto;
	max-height:293px;
object-fit:cover;
    display: block;
    border-radius: 1px;
  }

  .product-overlay-icon {
    position: absolute;
    right: 26px; /* (594 - 57) - (30652 - 30141) = 537 - 511 = 26 */
    bottom: -8px; /* (318 - 69) - (407 - 81) = 249 - 326 = -77. This is complex. Let's use visual position. */
    transform: translateY(50%);
  }

  .product-info {
    margin-top: 24px; /* Image height 318 + padding 20 + gap 24 = 362. Title y: 423. Card y: 81. 423-81=342. Let's adjust. */
    flex-grow: 1;
    padding-top: 340px; /* Image height */
    margin-top: -315px; /* Pull content up over the image space */
    /*padding-bottom: 38px;*/
 /* 461-423 */
  }

  .product-title a{
color:var(--color-primary-text);
}
  .similiar-wrapper h2.product-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.4px;
    margin: 0 0 16px 0;
  }

  .product-description {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text-secondary);
    line-height: 1.2;
    letter-spacing: 0.28px;
    margin: 0;
padding-bottom:30px;
  }

  .product-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: var(--color-background);
    border: 1px solid var(--color-border-subtle);
    color: var(--color-text-secondary);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
  }

  .product-button:hover,
  .product-button--active {
    border-color: var(--color-surface);
    color: var(--color-dark-text);
	background:var(--color-surface);
  }

  @media (max-width: 768px) {
    .product-grid {
      grid-template-columns: 1fr;
    }
    .title-bar {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }
  }

.footer-bg {
z-index:1;
}


#main .section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--color-primary-text);
}

#main .section-title,#similiar-products .section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-wrapper {
    padding: 0 20px;
    gap: 60px;
  }
}
.section-title-group {
    margin-bottom: 10px;
}
.advantages-section .heading-large {
	margin-top: 0;
}
.products-header {
	gap: 0;
}
.news-header {
	gap: 0;
}
#main {
  /*padding-top: 40px;
  padding-bottom: 40px;*/
}

#main .lines {
	/*padding-top: 40px;*/
  padding-bottom: 40px;

}
.product-main-title {
  margin-top: 30px;
  margin-bottom: 40px;
}
.product-details-grid {
  display: grid;
  grid-template-columns: 594px 1fr;
  gap: 12px;
}
.product-gallery {
  display: flex;
  gap: 12px;
}
.thumbnails {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 89px;
  flex-shrink: 0;
height:430px;
background: linear-gradient(180deg, rgba(5, 5, 5, 0) 81.01%, #050505 100%);

}
.thumbnail-img {
  width: 89px;
  height: auto;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid transparent;
}
.thumbnail-img.active {
  border-color: var(--color-primary-text);
}
.thumbnail-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #050505 100%);
z-index:3;
}
.main-product-image {
  width: 493px;
  height: 430px;
  object-fit: cover;
  border-radius: 4px;
}
.product-info-card {
  background-color: var(--color-surface);
  border-radius: 4px;
  color: var(--color-dark-text);
  position: relative;
  height: 430px;
  display: flex;
  flex-direction: column;
}

.tabs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tabs-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tabs-container {
  position: relative;
  z-index: 2;
  padding: 12px 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.tabs-nav {
  display: flex;
  gap: 0px; /* (1691-1521-133) */
}
.tab-link {
width:33.33%;
  min-height: 43px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
background:var(--color-dark-bg);
  border: 1px solid var(--color-primary-text);
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-secondary-text);
  cursor: pointer;
  padding: 0;
}
.tab-link.active {
  background: var(--color-primary-text);
  color: var(--color-dark-text);
}
.tab-content {
	padding:20px 0 0 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
overflow-y:scroll;
overflow-x:hidden;
}
.product-description {
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-secondary-text);
  max-width: 513px;
}
.documentation {
  margin-top: 31px;
}
.documentation-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-dark-text);
  margin-bottom: 16px;
}
.doc-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.doc-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--border-color-light);
  border-radius: 4px;
  padding: 8px 20px 8px 14px;
}
.doc-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.doc-icon-wrapper {
    position: relative;
    width: 35px;
    height: 41px;
}
.doc-icon-wrapper img {
    position: absolute;
}
.doc-icon-bg { top: 0; left: 0; }
.doc-icon-fg { top: 0; left: 5.93px; }
.doc-title {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-secondary-text);
}
.doc-size {
  font-size: 10px;
  color: var(--color-secondary-text);
}
.download-link {
    display: block;
}
.download-icon-wrapper {
    position: relative;
    width: 14px;
    height: 21px;
}
.download-icon-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
}
.download-icon-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 1px;
    background-color: var(--color-secondary-text);
}
.info-card-cta-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  z-index: 2;
}
.info-card-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 39px;
  background-color: var(--color-surface);
  border: 1px solid var(--color-dark-text);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark-text);
  transition: all 0.3s;
}
.info-card-cta:hover {
    background-color: var(--color-dark-text);
    color: var(--color-surface);
}

@media (max-width: 1200px) {
  .product-details-grid {
    grid-template-columns: 1fr;
  }
  .product-gallery {
    justify-content: center;
  }
  .main-product-image {
    width: 100%;
    height: auto;
  }
  .product-info-card {
    height: auto;
    min-height: 430px;
  }
}
@media (max-width: 768px) {
  .product-gallery {
    flex-direction: column-reverse;
  }
  .thumbnails {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
  }
  .thumbnail-fade {
    display: none;
  }
  .tabs-nav {
    margin-left: 0;
    justify-content: center;
    gap: 20px;
  }
  .tab-content {
    padding-left: 0;
  }
}

@media (max-width: 550px) {
	.advantages-grid {
		display: flex;
    	overflow-x: scroll;
    	padding-bottom: 20px;
	}
	.advantage-card {
		width: 300px;
		flex-shrink: 0;
	}
}

@media (max-width: 450px) {
	.advantage-card {
		width: 200px;
		height: 200px;
	}
	.advantage-card .card-number {
		margin: 0;
		padding: 0;
	}
	.advantage-card h4 {
		font-size: 16px;
	}
	.text-secondary {
    	font-size: 12px;
	}
	.hero-side-text {
		max-width: 220px;
	}
}

/* CSS from section:related-products */
#similiar-products {
  padding-top: 120px;
  padding-bottom: 40px;
}
#similiar-products .products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 12px;
}
#similiar-products .product-card {
  background-color: var(--color-background-secondary);
  border-radius: 4px;
  overflow: hidden;
}
#similiar-products .product-card-image {
  width: 100%;
  height: 316px;
  object-fit: cover;
}
#similiar-products .product-card-content {
  padding: 20px;
}
#similiar-products .product-card-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-primary-text);
  margin-bottom: 16px;
}
#similiar-products .product-card-desc {
  font-size: 14px;
  color: var(--color-secondary-text);
  margin-bottom: 40px;
  min-height: 34px;
}
#similiar-products .product-card-actions {
  display: flex;
  gap: 12px;
}
#similiar-products .card-button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 48px;
  background-color: var(--color-background);
  border: 1px solid var(--border-color);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-secondary-text);
  transition: all 0.3s;
}
#similiar-products .card-button:hover {
  background-color: var(--color-secondary-text);
  color: var(--color-background);
  border-color: var(--color-secondary-text);
}
#similiar-products .card-button img {
  transition: transform 0.3s;
}
#similiar-products .card-button:hover img {
  transform: translateX(5px);
}

@media (max-width: 992px) {
  #similiar-products .products-grid {
    grid-template-columns: 1fr;
  }
}


/* CSS from section:consultation */
.consultation-section {
margin-bottom:40px;	
    padding: 120px 20px;
    background-color: var(--color-background-secondary);

}
#popups {
display:none;
}
.grey-bg {
background:var(--color-dark-text);
border-radius:10px;
}
.container320 {
	position:relative;
width:320px;
padding:20px;
margin:0 auto;
}
.container320 h2{
	padding:0 0 20px 0;
color:var(--color-primary-text);
}
.fancybox__dialog .f-html {
padding:0;
background:var(--color-dark-text);
border-radius:10px;
}
.scrollTop {
    position: fixed;
    display: none;
    /*width: 90px;*/
    right: 7px;
    bottom: 74px;
font-size:100%;
line-height:20px;
    padding: 6px 8px;
    color: rgb(200,200,200);
    /* border: 1px solid rgb(0, 92, 142); */
    border: 1px solid  rgb(200,200,200);
    border-radius: 0;
    text-transform: lowercase;
    z-index: 920;
}
.scrollTop:hover {
    border: 1px solid #444;
    background: #444;
}
.scrollBot {
    position: fixed;
    display: none;
    right: 7px;
    bottom: 36px;
font-size:100%;
line-height:20px;
    padding: 6px 8px;
    color:  rgb(200,200,200);
    /* border: 1px solid rgb(0, 92, 142); */
    border: 1px solid  rgb(200,200,200);
    border-radius: 0;
    text-transform: lowercase;
    z-index: 920;
}
.scrollBot:hover {
    border: 1px solid #444444;
    background: #444444;
}

/* CSS from section:mobile-menu */
#section-mobile-menu {
display:none;
}
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    /* display: none; */ /* Toggle with JS */
}
.mobile-menu-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 288px;
    height: 100%;
    background-color: var(--color-text-primary);
    color: var(--color-primary-black);
    display: flex;
    flex-direction: column;
    padding: 12px 16px 24px;
}
.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.close-btn {
    width: 44px;
    height: 44px;
    background-color: var(--color-primary-black);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-icon-wrapper {
    position: relative;
    width: 21px;
    height: 21px;
}
.close-icon-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--color-text-primary);
}
.line-1 {
    transform: translate(-50%, -50%) rotate(45deg);
}
.line-2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-menu-nav {
    flex-grow: 1;
}
.mobile-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.mobile-menu-nav a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
    color: var(--color-primary-black);
}
.mobile-menu-footer {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.mobile-menu-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mobile-menu-contact a {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: var(--color-primary-black);
}
.mobile-menu-socials {
    display: flex;
    gap: 8px;
}
#section-mobile-menu .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: var(--color-dark-bg);
    border-radius: 4px;
}
.social-icon img {
    /*width: 26px;
    height: 26px;*/
}
.btn-cta {
    background-color: var(--color-primary-black);
    color: var(--color-text-primary);
    border: 1px solid var(--color-text-primary);
	margin-bottom:25px;
}
.products-grid .btn, .news-grid .btn {
border-radius:0;
}
.advantages-header {
	display:grid;
	grid-template-columns: repeat(2, 1fr);

	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	gap: 15px;
}
@media (max-width: 360px) {
	.advantages-header {
	display:flex;
	flex-flow:row wrap;
	}
	.heading-large {
		font-size:24px;
	}
}
.swiper-slide {
	/*height:auto !important;*/
}

@media (max-width: 900px) {
	.heading-large {
		margin-top: 0;
    	font-size: 24px;
	}

	.advantages-header {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
}


.contactsPage_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
	padding: 0px 20px 100px;
}

.contactsPage_item {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 594px;
}

.contactsPage_item_top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contactsPage_item_top a {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
}

.contactsPage_item_center ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.contactsPage_item_center ul li {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #999999;
}

.contactsPage_item_file {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 8px;
    border: 1px solid #EDEDED;
    border-radius: 4px;
}

.contactsPage_item_file_img1 {
    width: 35px;
    height: 41px;
}

.contactsPage_item_file_img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contactsPage_item_file_box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contactsPage_item_file_box p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
}

.contactsPage_item_file_box p:last-child {
    font-size: 10px;
}

.contactsPage_item_file_img2 {
    width: 14px;
    height: 21px;
    margin-left: auto;
}

.contactsPage_item_file_img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contactsPage_item_map_wrapper {
    width: 594px;
    height: 424px;
    overflow: hidden;
    border-radius: 4px;
}

.contactsSocial {
    margin-bottom: 120px;
}

.contactsSocial_inner {
    position: relative;
    width: 100%;
    height: 452px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactsSocial_inner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contactsSocial_inner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contactsSocial_item {
    max-width: 440px;
    width: 100%;
    height: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactsSocial_item h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 28px;
    color: #fff;
}

.contactsSocial_item p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #999999;
    margin-bottom: 40px;
}

.contactsSocial_item_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.contactsSocial_item_box a {
	display:block;
    width: 48px;
    height: 48px;
}

.contactsSocial_item_box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1250px) {

    .contactsPage_item {
        gap: 2vw;
        width: 47vw;
    }

    .contactsPage h1 {
        font-size: 3vw;
        margin-bottom: 3vw;
    }

    .contactsPage_item_top a {
        font-size: 3vw;
    }

    .contactsPage_item_center ul {
        gap: 0.5vw;
    }

    .contactsPage_item_center ul li {
        font-size: 1.4vw;
    }
}

@media (max-width: 1024px) {
    .contactsPage_item_map_wrapper {
        width: 50vw;
        height: 40vw;
    }
}

@media (max-width: 800px) {
    .contactsPage_inner {
        flex-direction: column;
    }

    .contactsPage_item {
        gap: 20px;
        width: 530px;
    }

    .contactsPage_item_top a {
        font-size: 36px;
    }

    .contactsPage_item_center ul {
        gap: 9px;
    }

    .contactsPage_item_center ul li {
        font-size: 16px;
    }

    .contactsPage_item_map_wrapper {
        width: 530px;
        height: 400px;
    }

    .contactsPage h1 {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

@media (max-width: 550px) {
    .contactsPage h1 {
        font-size: 24px;
        text-align: center;
    }

    .contactsPage_item_top a {
        font-size: 24px;
    }

    .contactsPage_item_center ul li {
        font-size: 14px;
    }

    .contactsPage_inner {
        gap: 40px;
    }

    .contactsPage_item_map_wrapper {
        width: 328px;
        height: 408px;
    }

    .contactsPage_item {
        width: 328px;
    }

    .contactsSocial_item h3 {
        font-size: 24px;
        margin-bottom: 16px;
        max-width: 300px;
    }

    .contactsSocial_item p {
        margin-bottom: 28px;
        max-width: 330px;
    }
}

@media (max-width: 400px) {
    .contactsPage_inner {
        align-items: start;
    }

    .contactsPage h1 {
        text-align-last: left;
    }
}
.oneProduct_inner {
    display: flex;
    gap: 10px;
}

.oneProduct_slider_inner {
    width: 600px;
    display: flex;
    gap: 10px;
    height: 430px;
    overflow: hidden;
}

.oneProduct_sliderThumb {
    width: 90px;
    height: 430px;
    overflow: hidden;
    /* position: relative; */
}

.oneProduct_sliderThumb .swiper-slide {
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

.oneProduct_sliderThumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oneProduct_sliderThumb .swiper-slide:hover {
    scale: 1.05;
}

.oneProduct_sliderThumb .swiper-slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .5s;
    background: radial-gradient(67.49% 101.36% at 67.49% 31.36%, rgba(5, 5, 5, 0) 27.99%, rgba(5, 5, 5, 0.58) 100%);
}

.oneProduct_sliderThumb .swiper-slide.swiper-slide-thumb-active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .5s;
    background: none;
}

.oneProduct_sliderMain {
    overflow: hidden;
    border-radius: 4px;
}

.oneProduct_sliderMain .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oneProduct_sliderThumb .swiper-slide {
    height: 82px;
    border-radius: 4px;
    overflow: hidden;
}

.oneProduct_inner_tabs .tabs__nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #050505;
}

.oneProduct_inner_tabs .tabs__nav a {
    padding: 10px;
    border: 1px solid #999999;
    background-color: #050505;
    transition: all .5s;
    color: #999999;
    width: 100%;
    transform: skew(20deg);
    border-bottom: none;
}

.oneProduct_inner_tabs .tabs__nav a span {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    display: block;
    transform: skew(-20deg);
}

.oneProduct_inner_tabs .tabs__nav a:nth-child(2),
.oneProduct_inner_tabs .tabs__nav a:nth-child(3),
.oneProduct_inner_tabs .tabs__nav a:nth-child(4) {
    position: relative;
    right: 8px;
    /* top: -1px; */
}

.oneProduct_inner_tabs .tabs__nav a:nth-child(4) {
    border-radius: 2px;
}

.oneProduct_inner_tabs .tabs__nav a:nth-child(2) span,
.oneProduct_inner_tabs .tabs__nav a:nth-child(3) span,
.oneProduct_inner_tabs .tabs__nav a:nth-child(4) span {
    transform: skew(-20deg);
    cursor: pointer;
}

.oneProduct_inner_tabs .tabs__nav a:first-child,
.oneProduct_inner_tabs .tabs__nav a:first-child span {
    transform: skew(0);
    cursor: pointer;
}

/* .oneProduct_inner_tabs .tabs__nav a:first-child {
    border-top: none;
} */

.oneProduct_inner_tabs .tabs__nav a.tabs__link_active {
    background-color: #fff;
    border: 1px solid #fff;
    color: #13101B;
    border: none;
    border-bottom: 1px solid #fff;
}

.oneProduct_tabs__content {
    background-color: #fff;
    margin-top: -1px;
}

.oneProduct_tabs__content .tabs__pane {
    padding: 25px;
    display: none;
    /*height: 326px;*/
	height:278px;
    overflow-y: scroll;
}

.oneProduct_tabs__content .tabs__pane.tabs__pane_show {
    display: flex;
    flex-direction: column;
}

.oneProduct_tabs__content .tabs__pane p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
    max-width: 520px;
}

.oneProduct_tabs__content .tabs__pane ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.oneProduct_tabs__content .tabs__pane ul li {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
}

.oneProduct_tabs__content .tabs__pane ul li span {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}

#content-3 {
    gap: 30px;
}

.oneProduct_tabs__content .tabs__pane .tabs__pane_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.oneProduct_tabs__content .tabs__pane .tabs__pane_box p {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #13101B;
}

.oneProduct_tabs__content .tabs__pane .tabs__pane_box p:last-child {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
}

.oneProduct_tabs__content .tabs__pane .tabs__pane_linkBox {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.oneProduct_inner_tabs_link {
    background-color: #fff;
    padding: 12px;
    margin-top: -2px;
    width: 100%;
    box-sizing: border-box;
}

.oneProduct_inner_tabs_link a {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #050505;
    border: 1px solid #050505;
    border-radius: 4px;
    display: block;
    padding: 10px;
}
.oneProduct_inner_tabs_mob {
    display: none;
}
@media (max-width: 1250px) {

    .contactsPage_item {
        gap: 2vw;
        width: 47vw;
    }

    .contactsPage h1 {
        font-size: 3vw;
        margin-bottom: 3vw;
    }

    .contactsPage_item_top a {
        font-size: 3vw;
    }

    .contactsPage_item_center ul {
        gap: 0.5vw;
    }

    .contactsPage_item_center ul li {
        font-size: 1.4vw;
    }

    .oneProduct_slider_inner {
        width: 54vw;
        height: 36vw;
    }

    .oneProduct_sliderThumb {
        width: 8vw;
        height: 36vw;
    }

    .oneProduct_inner_tabs {
       /* width: 54vw;*/
        height: 36vw;
min-height:auto;
    }

    .oneProduct_inner_tabs .tabs__nav a {
        padding: 1vw;
    }

    .oneProduct_inner_tabs .tabs__nav a span {
        font-size: 1.5vw;
    }

    .oneProduct_tabs__content .tabs__pane {
        padding: 2vw;
        height: 27vw;
    }

    .oneProduct_tabs__content .tabs__pane p {
        font-size: 1.2vw;
      /*  max-width: 40vw;*/
    }

    .oneProduct_inner_tabs_link {
        padding: 1vw;
    }

    .oneProduct_inner_tabs_link a {
        font-size: 1.4vw;
        padding: 0.8vw;
    }
}

@media (max-width: 1024px) {
    .contactsPage_item_map_wrapper {
        width: 50vw;
        height: 40vw;
    }
}

@media (max-width: 800px) {
    .contactsPage_inner {
        flex-direction: column;
    }

    .contactsPage_item {
        gap: 20px;
        width: 530px;
    }

    .contactsPage_item_top a {
        font-size: 36px;
    }

    .contactsPage_item_center ul {
        gap: 9px;
    }

    .contactsPage_item_center ul li {
        font-size: 16px;
    }

    .contactsPage_item_map_wrapper {
        width: 530px;
        height: 400px;
    }

    .contactsPage h1 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .oneProduct_inner_tabs .tabs__nav a:nth-child(2),
    .oneProduct_inner_tabs .tabs__nav a:nth-child(3),
    .oneProduct_inner_tabs .tabs__nav a:nth-child(4) {
        right: 6px;
    }

    .oneProduct h1 {
        font-size: 24px;
    }

    .oneProduct_tabs__content .tabs__pane ul li {
        font-size: 10px;
    }

    .oneProduct_tabs__content .tabs__pane ul li span {
        font-size: 10px;
    }

    #content-3 {
        gap: 10px;
    }

    .oneProduct_tabs__content .tabs__pane .tabs__pane_box p {
        font-size: 10px;
    }

    .oneProduct_tabs__content .tabs__pane .tabs__pane_box p:last-child {
        font-size: 8px;
    }
}

@media (max-width: 600px) {
    .oneProduct_inner {
        gap: 40px;
        flex-direction: column;
    }

    .oneProduct_slider_inner {
        width: 360px;
        height: 380px;
        flex-direction: column-reverse;
        margin: 0 auto;
    }

    .oneProduct_sliderThumb {
        width: 100%;
        height: 82px;
    }

    .oneProduct_inner_tabs {
        display: none;
    }

    .oneProduct_inner_tabs_mob {
        display: flex;
        flex-direction: column;
       /* width: 330px;*/
        margin: 0 auto;
        height: auto;
        gap: 40px;
    }

    .oneProduct_inner_tabs_mob_item {
        display: flex;
        flex-direction: column;
    }

    .oneProduct_inner_tabs_mob_title {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 20px;
    }

    .oneProduct_inner_tabs_mob_title img {
        position: absolute;
        top: 0;
        left: 0;
        /*width: 100%;*/
width:370px;
        height: 100%;
        z-index: 1;
        object-fit: cover;
    }

    .oneProduct_inner_tabs_mob_title h5 {
        font-family: 'Manrope', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
z-index:2;
position:relative;
color:var(--color-dark-text);
    }

    .oneProduct_inner_tabs_mob_content {
        background-color: #fff;
        padding: 0 20px 20px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        display: flex;
        flex-direction: column;
        gap: 8px;
width:330px;
    }

    .oneProduct_inner_tabs_mob_content p {
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        color: #999999;
    }

    .oneProduct_inner_tabs_mob_content ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .oneProduct_inner_tabs_mob_content ul li {
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        color: #999999;
    }

    .oneProduct_inner_tabs_mob_content ul li span {
        font-family: 'Manrope', sans-serif;
        font-weight: 700;
    }

    .oneProduct_inner_tabs_mob_item_box {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .oneProduct_inner_tabs_mob_item_box p {
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        color: #999999;
    }

    .oneProduct_inner_tabs_mob_item_box p:first-child {
        font-family: 'Manrope', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
        color: #13101B;
    }

    .oneProduct_inner_tabs_mob_content .tabs__pane_linkBox {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .oneProduct_inner_tabs_mob_content .contactsPage_item_file_img1 {
        flex-shrink: 0;
    }

}

@media (max-width: 550px) {
    .contactsPage h1 {
        font-size: 24px;
        text-align: center;
    }

    .contactsPage_item_top a {
        font-size: 24px;
    }

    .contactsPage_item_center ul li {
        font-size: 14px;
    }

    .contactsPage_inner {
        gap: 40px;
    }

    .contactsPage_item_map_wrapper {
        width: 328px;
        height: 408px;
    }

    .contactsPage_item {
        width: 328px;
    }

    .contactsSocial_item h3 {
        font-size: 24px;
        margin-bottom: 16px;
        max-width: 300px;
    }

    .contactsSocial_item p {
        margin-bottom: 28px;
        max-width: 330px;
    }

    .contactsSocial_item {
        height: auto;
    }

    .contactsSocial_inner_bg img {
        object-fit: fill;
    }
}

@media (max-width: 400px) {
    .contactsPage_inner {
        align-items: start;
    }

    .contactsPage h1 {
        text-align-last: left;
    }

    .oneProduct_slider_inner {
        width: 320px;
    }
}

.mySwiper2 .swiper-slide {
	width: 100% !important;
	max-width:493px;
}


/*----------------30,01,25---------------*/

.product-info-card {
	width: 750px;
}

#main .lines {
    padding-bottom: 100px;
}

.contactsSocial {
    margin-bottom: 0;
    /*background: url(/local/templates/delatro/images/delatro_bg.svg) repeat 0 0;*/
    background-position-x: center;
    padding-bottom: 100px;
}

.contactsSocial_inner_bg {
	z-index: 0;
}

.contactsSocial_item {
	position: relative;
}

.product-actions {
    margin-top: auto;
}

.similiar-wrapper {
	margin-top: 120px;
}

.similiar-wrapper h2 {
	margin-bottom: 40px;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.1;
}

.btn-outline:hover {
    background-color: #050505;
    color: #fff;
	border: 1px solid #fff;
}

.product-actions .btn:hover {
	background-color: #050505;
    color: #fff;
	border: 1px solid #fff;
}

.btn-outline-secondary:hover {
    background-color: #050505;
    color: #fff;
	border: 1px solid #fff;
}

.product-button {
	border: 1px solid #999999;
}

.product-button:hover, .product-button--active {
	background-color: #050505;
    color: #fff;
	border: 1px solid #fff;
}

.oneProduct_inner_tabs_link a {
	transition: all .5s;
}

.oneProduct_inner_tabs_link a:hover {
	background-color: #050505;
    color: #fff;
}

@media (min-width: 1921px) {
	body {
		background: url(/local/templates/delatro/images/delatro_bg2600.svg) no-repeat 0 0;
		background-position-x: center;
		background-color: var(--color-background);
	}
	.lines {
		background:none;
	}
	.header-container {
    	max-width: 1600px;
	}
	.logo img:first-child {
		width: 97px;
		height: 53px;
	}
	.logo img {
		width: 200px;
		height: 33px;
	}
	.main-nav ul {
		gap: 53px;
	}
	.main-nav a {
		font-size: 19px;
	}
	.header-container a.btn-outline {
		padding: 13px 21px;
		font-size: 21px;
		border: 1px solid #FFFFFF;
		background: #13101B;
		color: #fff;
	}
	.hero-section {
		height: 880px;
	}
	.hero-background .bg-img-2 {
		top: 40px;
		width: 1600px;
	}
	.bg-blur-star {
		top: 200px;
		width: 1600px;
		height: 400px;
	}
	.hero-content-wrapper {
		max-width: 1600px;
		padding-bottom: 150px;
	}
	.hero-content {
		gap: 50px;
		max-width: 550px;
	}
	.hero-content .heading-large {
		font-size: 44px;
	}
	.hero-content .btn-outline {
		width: 254px;
	}
	button, .btn {
		padding: 19px 21px;
		font-size: 21px;
	}
	.hero-side-text {
		max-width: 380px;
	}
	.text-secondary {
		font-size: 21px;
	}
	.hero-product-image {
		top: 50px;
		width: 1200px;
	}
	.container {
		max-width: 1600px;
	}
	.section-title-line {
		width: 42.6px;
		height: 2.6px;
	}
	.section-title-group {
		gap: 21px;
	}
	.section-title {
		font-size: 32px;
	}
	.section-title-group {
		margin-bottom: 42px;
	}
	.heading-large {
    	font-size: 48px;
	}
	.about-description {
		margin-top: 37px;
	}
	.about-features {
		gap: 16px;
		margin-top: 52px;
	}
	.about-feature-card {
		padding: 30px;
	}
	.about-feature-card h4 {
		font-size: 32px;
	}
	.about-image-card img {
		height: 757px;
	}
	.about-image-card .btn {
		width: calc(100% - 44px);
	}
	.cta-banner-bg-images .container {
		height: 630px;
	}
	.cta-banner-bg-images .cta-bg-main {
		height: 630px;
	}
	.cta-banner-bg-images .cta-bg-deco-2 {
		top: 150px;
	}
	.cta-banner-content .heading-large {
		max-width: 920px;
	}
	.cta-banner-content .text-secondary {
		max-width: 550px;
	}
	.advantages-grid {
		margin-top: 54px;
	}
	.advantages-section .heading-large {
		max-width: 790px;
	}
	.advantage-card .card-number {
		font-size: 32px;
	}
	.advantage-card h4 {
		font-size: 32px;
	}
	.products-header .heading-large {
		max-width: 790px;
	}
	.products-grid {
		grid-template-columns: repeat(auto-fit, minmax(530px, 1fr));
	}
	.product-image {
		width: 100%;
		max-height: 420px;
		object-fit: contain;
	}
	.product-card {
		padding: 20px;
	}
	.product-info h4 {
		font-size: 26px;
	}
	.news-header .heading-large {
		max-width: 790px;
	}
	.news-image {
		height: 267px;
	}
	.news-tag {
		font-size: 18px;
	}
	.news-content h4 {
		font-size: 26px;
		line-height: 1.1;
	}
	.read-time {
		font-size: 21px;
	}
	.clients-section {
		padding: 27px 0;
	}
	.clients-track img {
		height: 64px;
	}
	.news-section .lines {
		padding: 160px 0;
	}
	.post-clients-section .lines {
		padding: 0 0 160px 0;
	}
	.contact-info {
		gap: 37px;
	}
	.contact-info .text-secondary {
		max-width: 540px;
	}
	.form-group input, .form-group textarea {
		padding: 21px 26px;
		font-size: 21px;
	}
	.form-consent input[type="checkbox"] {
		width: 30px;
		height: 30px;
		flex-shrink: 0;
	}
	.footer-nav a {
		font-size: 26px;
	}
	.footer-contacts {
		padding-bottom: 170px;
	}
	.footer-column h5 {
		font-size: 26px;
		margin-bottom: 32px;
	}
	.contact-link-large {
		font-size: 42px;
		margin-bottom: 21px;
	}
	.contact-link-lg {
		font-size: 42px;
	}
	.social-links {
		gap: 16px;
		margin-top: 53px;
	}
	.social-icon {
		width: 64px;
		height: 64px;
	}
	.address-large {
		font-size: 48px;
	}
	.footer-legal a {
		max-width: 240px;
	}
	.scrollTop {
		bottom: 94px;
	}
	.footer-bg {
		width: 1184px;
	}
	.page-wrapper {
		max-width: 1600px;
	}
	.title-bar {
		padding: 50px 0;
	}
	.title-bar h1 {
		font-size: 48px;
	}
	.card-content {
		gap: 21px;
	}
	.card-title {
		font-size: 26px;
	}
	.card-subtitle {
		font-size: 21px;
	}
	.breadcrumbs {
		font-size: 19px;
	}
	.product-title {
		font-size: 26px;
	}
	.product-description {
		font-size: 21px;
	}
	.product-button {
		padding: 15px 21px;
		font-size: 21px;
	}
	.title-bar span {
		font-size: 20px;
	}
	.oneProduct_slider_inner {
		width: 790px;
		gap: 20px;
		height: 570px;
	}
	.oneProduct_sliderThumb {
		width: 110px;
		height: 570px;
	}
	.product-info-card {
		width: 790px;
		height: 570px;
	}
	.oneProduct_inner_tabs .tabs__nav a span {
		font-size: 21px;
	}
	.oneProduct_inner_tabs_link a {
		font-size: 21px;
	}
	.oneProduct_tabs__content .tabs__pane p {
		font-size: 21px;
		max-width: 700px;
	}
	.oneProduct_tabs__content .tabs__pane ul li {
		font-size: 21px;
	}
	.oneProduct_tabs__content .tabs__pane ul li span {
		font-size: 21px;
	}
	.oneProduct_tabs__content .tabs__pane {
		height: 400px;
	}
	.contactsPage_item {
		width: 790px;
		height: 565px;
		justify-content: space-between;
	}
	.contactsPage_item_top {
		gap: 20px;
	}
	.contactsPage_item_top a {
		font-size: 48px;
	}
	.contactsPage_item_center ul {
		gap: 12px;
	}
	.contactsPage_item_center ul li {
		font-size: 21px;
	}
	.contactsPage_item_file {
		padding: 12px;
	}
	.contactsPage_item_file_img1 {
		width: 46px;
		height: 54px;
	}
	.contactsPage_item_file_box {
		gap: 8px;
	}
	.contactsPage_item_file_box p {
		font-size: 18px;
	}
	.contactsPage_item_file_box p:last-child {
		font-size: 14px;
	}
	.contactsPage_item_file_img2 {
		width: 18px;
		height: 28px;
	}
	.contactsPage_item_map_wrapper {
		width: 790px;
		height: 565px;
	}
	.contactsSocial_item {
		max-width: 550px;
		height: auto;
	}
	.contactsSocial_item h3 {
		font-size: 48px;
		margin-bottom: 37px;
	}
	.contactsSocial_item p {
		font-size: 19px;
		margin-bottom: 50px;
	}
	.contactsSocial_item_box {
		gap: 16px;
	}
	.contactsSocial_item_box a {
		width: 64px;
		height: 64px;
	}
}
@media (max-width: 1920px) {
	.about-features {
		margin-top: auto;
	}
	.about-image-card img {
		height: auto;
	}
	.logo img:first-child {
		width: auto;
		height: auto;
	}
	.logo img {
		width: auto;
		height: auto;
	}
	.header-container a.btn-outline {
		border: 1px solid #FFFFFF;
		background: #13101B;
		color: #fff;
	}
	.header-container a.btn-outline:hover {
		background: #fff;
		color: #13101B;
	}

}

@media (max-width: 1250px) {
	.oneProduct_tabs__content .tabs__pane {
		height: 22vw;
		font-size: 1.4vw;
	}
    .oneProduct_inner_tabs {
        width: 61vw;
	}
    .about-features {
        margin-top: 40px;
    }
	.footer-nav-bar {
		padding: 24px 20px;
	}
	.footer-grid {
		padding: 40px 20px 0;
	}
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "contacts address"
        "copyright legal";
        gap: 40px;
    }
}

@media (max-width: 1024px) {
	.site-header {
		background-color: transparent;
	}
	.header-container .logo img:last-child {
		display: none;
	}
	.about-features {
		flex-direction: column;
	}
}
@media (max-width: 900px) {
	.about-features {
		flex-direction: row;
	}
}

@media (max-width: 768px) {
	.product-gallery {
		display: grid;
		grid-template-columns: 89px calc(100% - 101px);
	}
	.container {
		padding: 0;
	}
	.title-bar h1.page-title {
		font-size: 4vw;
	}
    .footer-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
        "contacts"
        "address"
        "legal"
        "copyright";
        text-align: left;
    }
}

@media (min-width: 601px) {
	.oneProduct_inner_tabs_mob_link {
		display:none;
	}
}

@media (max-width: 600px) {
	.about-features {
		flex-direction: column;
	}
    .oneProduct_inner_tabs_mob_content {
        margin-top: -1px;
		padding-top: 5px;
    }
	.oneProduct_inner_tabs_mob_link {
		width: 350px;
	}
	.oneProduct_inner_tabs_mob_content .contactsPage_item_file_box p {
		max-width: 200px;
		overflow: hidden;
	}
	.similiar-wrapper {
		margin-top: 100px;
	}
	.similiar-wrapper h2 {
		font-size: 24px;
	}
	.oneProduct_inner_tabs_mob_link {
		transition: all .5s;
		border: 1px solid #fff;
	}
	.oneProduct_inner_tabs_mob_link:hover {
		background-color: #050505;
    	color: #fff;
	}
}

@media (max-width: 620px) {
	.news-section .news-grid {
        display: flex;
        /*overflow-x: scroll;*/
        padding-bottom: 20px;
		flex-wrap:wrap;
    }
	.news-section .news-grid .news-card {
		/*width: 280px;*/
		width:100%;
		flex-shrink: 0;
	}
	.news-section .news-grid .news-card .news-content h4 {
		font-size: 14px;
	}
	.breadcrumbs span:last-child {
		font-size: 9px;
	}
	.breadcrumbs span {
		font-size: 12px;
	}
}

@media (max-width: 690px) {
	.breadcrumbs {
		font-size:12px;
	}
}
@media (max-width: 550px) {
	.contactsSocial_inner {
		height: 240px;
	}
}
@media (max-width: 500px) {
	.title-bar h1.page-title {
		font-size: 24px;
	}

	.section-title {
		font-size: 16px;
	}

	.footer-nav a {
		width: 45%;
		font-size: 18px;
	}
	.footer-nav-bar {
		padding: 24px 0;
	}
    .footer-nav {
        justify-content: left;
    }
	.footer-grid {
		padding-top: 30px;
	}
    .footer-column {
        text-align: left !important;
    }
    .social-links {
        justify-content: left;
    }
    .footer-legal {
        align-items: start;
		padding-bottom: 0;
    }
	.footer-legal a {
		max-width: 320px;
		font-size: 14px;
	}
	.footer-copyright {
		margin-top: -20px;
	}
	.footer-address {
		max-width: 290px;
	}
}
@media (max-width: 400px) {
	.oneProduct_inner_tabs_mob {
		width: 320px;
	}
	.oneProduct_inner_tabs_mob_title img {
		width: 320px;
	}
	.oneProduct_inner_tabs_mob_content {
		width: 280px;
	}
	.oneProduct_inner_tabs_mob_link {
		width: 300px;
	}
}
@media (max-width: 360px) {
	.oneProduct_inner_tabs_mob_content {
		width:283px;
		margin-top: -2px;
	}
	.oneProduct_inner_tabs_mob_title img {
		width:324px;
	}
	.oneProduct_inner_tabs_mob_link {
		width:300px;
	}
}

/* ==========zaglushka-START============== */

.zaglushka {
    position: relative;
    display: flex;
    align-items: center;
    height: 452px;
}

.zaglushka_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.zaglushka_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.zaglushka h1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 96px;
    line-height: 1.1;
    color: #fff;
    max-width: 700px;
}

/* ==========zaglushka-END============== */
@media (max-width: 1250px) {
    .zaglushka h1 {
        font-size: 8vw;
        max-width: 55vw;
    }
}

@media (max-width: 600px) {
    .zaglushka h1 {
        font-size: 24px;
        max-width: 200px;
        margin-top: 40px;
    }

    .zaglushka {
        height: 252px;
        align-items: flex-start;
    }
}

font.errortext {
    color: red !important;
}

font.notetext {
    color: green !important;
}


    .sc_captcha_container {
		position:relative;
width: calc(100% - 40px);
border-radius: 4px;
background-color: #292633;
margin-bottom: 50px;

      padding: 0px 20px 0px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 0;
      /*margin-inline: auto;*/
      pointer-events: auto;
    }
    
    .scroll_container {
        position: relative;
		width: 100%;
        height: 100px;
		overflow: hidden;
    }
    



    .scroll_place {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .draggable-track {
      background-color: #fff;
      width: 240px;
      height: 32px;
      bottom: -28px;
      position: absolute;
      left: -20px;
      border-radius: 84px;
      border: 1px solid #B0A4A0;
      overflow: hidden;
    }
    
    .draggableElement {
      position: absolute;
      cursor: grab;
      bottom: 3px;
      background-color: #FB5529;
      width: 70px;
      height: 24px;
      border-radius: 162px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
	  z-index: 999;
    }
    
    .draggableElement svg {
      width: 8px;
    }

    .target-element {
        position: absolute;
        top: 49px;
        transform: translateY(-50%);
        left: 0;
        transition: left 0.1s ease;
    }
.draggable-track {
bottom: -50px;
left: 0px;
width:100%;
border-radius: 2px;
}

.draggableElement {
background-color: #050505;
border-radius: 1px;
}

.scroll_place, .target-element {
  width: 120px;
  /*height: 144px;*/
}

.scroll_place svg, .target-element svg {
  width: 100%;
}  
    .fancybox-slide {
      pointer-events: auto !important;
    }

/*-----------capchFix--------------------*/

/*.sc_captcha_container {
    width: auto;
    height: 395px;
}

.scroll_container {
    position: relative;
    width: 100%;
    height: 220px;
}*/


.group2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

	display: flex;
    flex-direction: column;
}
.group2 input[type=text]:nth-child(1){
	/*width:140px;*/
	width: 100%;
}
.group2 input[type=text]:nth-child(2){
	/*width:160px;*/
	width: 100%;
}
.page_captcha_text {
	color:white;
}
.fancybox__dialog .grey-bg {
	max-width: 780px;
	width: 100%;
}

@media (max-width: 850px) {
	.group2 {
		display: flex;
		flex-direction: column;
	}
	.fancybox__dialog .grey-bg {
    	width: 320px;
	}
}

/* About styles */

main.linesa {
    background: url('/local/templates/delatro/images/delatro_bg2600.svg') 0 0 no-repeat;
    background-position-x: center;
    background-color: #050505;
}
.aboutPage .container{
	padding-left: 20px;
    padding-right: 20px;
	max-width: 1640px;
}
.aboutPage_top {
    margin-top: 54px;
}

.aboutPage_top_inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    height: 756px;
}

.aboutPage_top_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    width: 790px;
    height: 100%;
}

.aboutPage_top_item h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
}

.aboutPage_top_item p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 21.33px;
    line-height: 1.2;
    color: #999999;
}

.aboutPage_top_box {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.aboutPage_top_box_item {
    padding: 28px;
    border-radius: 5px;
    background: radial-gradient(100% 115.3% at 0% 0%, #292929 0%, #13101B 79.61%);
    border: 1.33px solid #13101B;
    display: flex;
    flex-direction: column;
    height: 350px;
    width: 388px;
}

.aboutPage_top_box_item span {
    font-size: 40px;
    color: #fff;
    margin-bottom: auto;
}

.aboutPage_top_box_item h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.aboutPage_top_box_item p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 21.33px;
    line-height: 1.2;
    color: #999999;
}

.aboutPage_top_img {
    height: 756px;
    border-radius: 5px;
    overflow: hidden;
}

.aboutPage_top_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutPage_news {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    margin-bottom: 150px;
}

.aboutPage_new {
    padding: 50px 0;
    border-top: 2px solid #999999;
    position: relative;
    background-color: transparent;
}

.aboutPage_new:last-child {
    border-bottom: 2px solid #999999;
}

.aboutPage_new_container {
    max-width: 1600px;
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;

    transition: all .5s;
}

.aboutPage_new_content {
    display: flex;
    flex-direction: column;
    width: 790px;
    /* height: 409px; */

    transition: all .5s;
}

.aboutPage_new_content h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
}

.aboutPage_new_content span {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18.67px;
    line-height: 1.2;
    color: #999999;
    padding: 13px 26px;
    border-radius: 5px;
    background-color: #13101B;
    display: block;
    width: fit-content;
    margin-top: 20px;
}

.aboutPage_new_content_textbox {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.aboutPage_new_content p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 21.33px;
    line-height: 1.2;
    color: #999999;
}

.aboutPage_new_img {
    width: 790px;
    height: 409px;

    transition: all .5s;
}

.aboutPage_new_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: all .5s;
}

.advantages h5 {
    font-size: 30px;
    color: #fff;
    margin: 100px 100px;
}

.values h5 {
    font-size: 30px;
    color: #fff;
    margin: 100px 100px;
}

/* .red {
    width: 500px;
    height: 1500px;
    background-color: red;
} */

.aboutPage_team {
    margin: 150px 0;
}

.aboutPage_team_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 54px;
}

.aboutPage_team_top_text {
    position: relative;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #999999;
    padding-left: 64px;
}

.aboutPage_team_top_text::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 42px;
    height: 2.6px;
    background-color: #999999;
}

.aboutPage_team_top_title {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
    max-width: 792px;
}

.aboutPage_team_inner {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.aboutPage_team_item {
    width: 522px;
    height: 410px;
    display: flex;
    flex-direction: column;
    background-color: #13101B;
}

.aboutPage_team_item_img {
    width: 100%;
    /*height: 100%;*/
	height: 280px;
    margin-bottom: 30px;
}

.aboutPage_team_item_img img {
    /*max-width: 100%;
    height: 100%;
	max-height:210px;
	margin:0 auto;
	display:block;
    object-fit: cover;*/

	width: 100%;
    height: 100%;
    object-fit: contain;
}

.aboutPage_team_item p {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 21px;
    margin-left: 26px;
}

.aboutPage_team_item span {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.2;
    color: #999999;
    margin-left: 26px;
    margin-bottom: 33px;
}

.aboutPage_team_link {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    color: #999999;
    border: 1.33px solid #999999;
    padding: 19px;
    border-radius: 1.3px;
    width: 522px;
    display: block;
    text-align: center;
    margin: 0 auto;
    transition: all .5s;
    background-color: transparent;
}

.aboutPage_team_link:hover {
    color: #fff;
    border: 1.33px solid #fff;
}

.aboutPage_progress_inner {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.aboutPage_progress_item {
    width: 334px;
    height: 403px;
    background-color: #13101B;
    border: 1.33px solid #13101B;
    display: flex;
    flex-direction: column;
    padding: 26px;
}

.aboutPage_progress_item.empty2 {
	
    background-color: transparent;
    border: 1.33px solid transparent;
}

.aboutPage_progress_item span {
    font-size: 40px;
    margin-bottom: auto;
    color: #fff;
}

.aboutPage_progress_item h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 21px;
}

.aboutPage_progress_item p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 21.33px;
    line-height: 1.2;
    color: #999999;
}

.aboutPage_new_mobLink {
    display: none;
}

@media (max-width: 1921px) {

	main.linesa {
		background: url(/local/templates/delatro/images/delatro_bg.svg) no-repeat 0 0;
		background-position-x: center;
    	background-color: #050505;
	}
    .aboutPage_top {
        margin-top: 40px;
    }

    .aboutPage_top_inner {
        height: 567px;
        gap: 12px;
    }

    .aboutPage_top_item {
        width: 594px;
    }

    .aboutPage_top_item h2 {
        font-size: 36px;
    }

    .aboutPage_top_item p {
        font-size: 16px;
    }

    .aboutPage_top_box {
        gap: 12px;
    }

    .aboutPage_top_box_item {
        padding: 20px;
        border: 1px solid #13101B;
        height: 263px;
        width: 291px;
    }

    .aboutPage_top_box_item h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .aboutPage_top_box_item p {
        font-size: 16px;
    }

    .aboutPage_top_img {
        height: 567px;
		display: flex;
    }

    .aboutPage .container {
        max-width: 1240px;
    }

    .aboutPage_new_container {
        max-width: 1200px;
        padding: 0 20px;
        gap: 12px;
    }

    .aboutPage_news {
        margin-top: 120px;
    }

    .aboutPage_new {
        padding: 42px 0;
    }

    .aboutPage_new_img {
        width: 594px;
        height: 307px;
    }

    .aboutPage_new_content {
        width: 594px;
    }

    .aboutPage_new_content h3 {
        font-size: 36px;
    }

    .aboutPage_new_content span {
        font-size: 14px;
        padding: 10px 20px;
    }

    .aboutPage_new_content_textbox {
        gap: 20px;
    }

    .aboutPage_new_content p {
        font-size: 16px;
    }

    .aboutPage_team_top_text {
        font-size: 24px;
        padding-left: 44px;
    }

    .aboutPage_team_top_text::before {
        width: 32px;
    }

    .aboutPage_team_top_title {
        font-size: 36px;
        max-width: 594px;
    }

    .aboutPage_team_top {
        margin-bottom: 40px;
    }

    .aboutPage_team_item {
        width: 392px;
        height: 307px;
    }

    .aboutPage_team_inner {
        gap: 12px;
        margin-bottom: 40px;
    }

    .aboutPage_team_item_img {
        margin-bottom: 24px;
		height: 210px;
    }

    .aboutPage_team_item p {
        font-size: 20px;
        margin-bottom: 16px;
        margin-left: 20px;
    }

    .aboutPage_team_item span {
        font-size: 14px;
        margin-left: 20px;
        margin-bottom: 24px;
    }

    .aboutPage_team_link {
        font-size: 16px;
        border: 1px solid #999999;
        padding: 14px;
        width: 392px;
    }

    .aboutPage_progress_item {
        /*width: 291px;*/
		width:249px;
        height: 262px;
        border: 1px solid #13101B;
        padding: 20px;
    }

    .aboutPage_progress_item h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .aboutPage_progress_item p {
        font-size: 16px;
    }

    .aboutPage_progress_inner {
        gap: 12px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1280px;
        padding: 0 3vw;
    }

	.contactsSocial .container {
		padding: 0;
	}

    .aboutPage_top_inner {
        height: 44vw;
        gap: 1vw;
    }

    .aboutPage_top_item {
        width: 46vw;
    }

    .aboutPage_top_item h2 {
        font-size: 2.8vw;
    }

    .aboutPage_top_item p {
        font-size: 1.3vw;
    }

    .aboutPage_top_box {
        gap: 1vw;
    }

    .aboutPage_top_box_item {
        padding: 1.5vw;
        height: 21vw;
        width: 23vw;
    }

    .aboutPage_top_box_item span {
        font-size: 3vw;
    }

    .aboutPage_top_box_item h3 {
        font-size: 1.8vw;
        margin-bottom: 1.2vw;
    }

    .aboutPage_top_box_item p {
        font-size: 1.2vw;
    }

    .aboutPage_top_img {
        height: 44vw;
    }

    .aboutPage_news {
        margin-top: 9vw;
    }

    .aboutPage_new {
        padding: 3vw 0;
		overflow: hidden;
    }

    .aboutPage_new_container {
        padding: 0px 3vw;
        gap: 1vw;
    }

    .aboutPage_new_img {
        width: 49%;
        height: 25vw;
    }

    .aboutPage_new_content {
        width: 49%;
    }

    .aboutPage_new_content h3 {
        font-size: 3vw;
    }

    .aboutPage_new_content span {
        font-size: 1.2vw;
        padding: 1vw 2vw;
    }

    .aboutPage_new_content_textbox {
        gap: 1.6vw;
    }

    .aboutPage_new_content p {
        font-size: 1.2vw;
    }

    .aboutPage_team {
        margin: 10vw 0;
    }

    .aboutPage_team_top {
        margin-bottom: 3.2vw;
    }

    .aboutPage_team_top_text {
        font-size: 2vw;
        padding-left: 4vw;
    }

    .aboutPage_team_top_text::before {
        width: 2.8vw;
        height: 0.2vw;
    }

    .aboutPage_team_top_title {
        font-size: 2.8vw;
        max-width: 46vw;
    }

    .aboutPage_team_inner {
        gap: 0.8vw;
    }

    .aboutPage_team_item {
        width: 29.8vw;
        height: 24vw;
    }

    .aboutPage_team_item_img {
        margin-bottom: 2vw;
		height: 16vw;
    }

    .aboutPage_team_item p {
        font-size: 1.5vw;
        margin-bottom: 1.2vw;
        margin-left: 1.4vw;
    }

    .aboutPage_team_item span {
        font-size: 14px;
        font-size: 1.2vw;
        margin-bottom: 1.6vw;
        margin-left: 1.4vw;
    }

    .aboutPage_team_link {
        font-size: 1.6vw;
        padding: 1.2vw;
        width: 30.8vw;
    }

    .aboutPage_progress_inner {
        /*gap: 0.8vw;*/
		gap: 13px;
    }

    .aboutPage_progress_item {
        /*width: 22.7vw;*/
		width: calc(22% - 15px);
        height: 24vw;
        padding: 1.5vw;
    }

    .aboutPage_progress_item span {
        font-size: 3vw;
    }

    .aboutPage_progress_item h3 {
        font-size: 1.9vw;
        margin-bottom: 1.2vw;
    }

    .aboutPage_progress_item p {
        font-size: 1.3vw;
    }
}

@media (max-width: 500px) {
    .container {
        padding: 0 16px;
    }

    .aboutPage_top_inner {
        height: auto;
        gap: 8px;
        flex-direction: column;
    }

    .aboutPage_top_item {
        width: 100%;
        gap: 16px;
    }

    .aboutPage_top_item h2 {
        font-size: 24px;
    }

    .aboutPage_top_item p {
        font-size: 14px;
    }

    .aboutPage_top_box {
        gap: 8px;
        margin-top: 24px;
        flex-direction: column;
    }

    .aboutPage_top_box_item {
        padding: 20px;
        height: 263px;
        width: calc(100% - 40px);
    }

    .aboutPage_top_box_item span {
        font-size: 30px;
    }

    .aboutPage_top_box_item h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .aboutPage_top_box_item p {
        font-size: 14px;
    }

    .aboutPage_top_img {
        height: 263px;
        margin-bottom: 8px;
    }

    .aboutPage_new_mobLink {
        display: block;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        color: #999999;
        border: 1px solid #999999;
        padding: 14px;
        width: calc(100% - 30px);
        transition: all .5s;
    }

    .aboutPage_new_mobLink:hover {
        color: #fff;
        border: 1px solid #fff;
    }

    .aboutPage_news {
        margin-top: 100px;
    }

    .aboutPage_new {
        padding: 30px 0;
    }

    .aboutPage_new_container {
        padding: 0px 16px;
        gap: 20px;
        flex-direction: column-reverse;
		width:calc(100% - 32px);
    }

    .aboutPage_new_content {
        width: 100%;
    }

    .aboutPage_new_content h3 {
        font-size: 16px;
    }

    .aboutPage_new_content span {
        font-size: 14px;
        padding: 10px 20px;
        background-color: transparent;
        margin-top: 0;
    }

    .aboutPage_new_img {
        width: 100%;
        height: 170px;
    }

    .aboutPage_new_content p {
        font-size: 14px;
    }

    .aboutPage_team_top {
        margin-bottom: 40px;
        flex-direction: column;
        gap: 16px;
    }

    .aboutPage_team_top_text {
        font-size: 16px;
        padding-left: 28px;
    }

    .aboutPage_team_top_text::before {
        width: 20px;
        height: 2px;
    }

    .aboutPage_team_top_title {
        font-size: 24px;
        max-width: 330px;
    }

    .aboutPage_team .container {
        padding-right: 0;
    }

    .aboutPage_team_inner {
        gap: 8px;
        height: 292px;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .aboutPage_team_item {
        width: 272px;
        height: 100%;
        flex-shrink: 0;
    }

    .aboutPage_team_link {
        display: none;
    }

    .aboutPage_team_item_img {
        margin-bottom: 20px;
		height: 200px;
    }

    .aboutPage_team_item p {
        font-size: 16px;
        margin-bottom: 12px;
        margin-left: 16px;
    }

    .aboutPage_team_item span {
        font-size: 12px;
        margin-bottom: 24px;
        margin-left: 16px;
    }

    .aboutPage_progress_item.empty2 {
        display: none;
    }

    .aboutPage_progress_inner {
        gap: 8px;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .aboutPage_progress_item {
        width: calc(100% - 40px);
        height: 263px;
        padding: 20px;
    }

    .aboutPage_progress_item span {
        font-size: 24px;
    }

    .aboutPage_progress_item h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .aboutPage_progress_item p {
        font-size: 14px;
    }

}

div.bxml-dialog a {
color:black;
}
.advantages,.values {
margin-bottom:50px;
}
.aboutPage .advantages h2.section-title {
	margin-bottom:0 !important;
}
.aboutPage .values h2.section-title {
	margin-bottom:0 !important;
}
.hidden {
display:none;
}
.partners-about {
padding-top:80px;
padding-bottom:80px;

}
.aboutPage .clients-marquee {
padding-top:20px;
padding-bottom:20px;
background-color: var(--color-background-darker);

}
.news-tags {
display:flex;
flex-flow: row nowrap;
gap:20px;
}
/*News detail */
        .oneNew_page_item_bg.mob {
            display: none;
        }

        .oneNew_page {
            margin-top: 54px;
            margin-bottom: 150px;
        }

        .oneNew_page_inner {
            position: relative;
            height: 610px;
        }

        .oneNew_page_item {
            position: relative;
            padding: 53px;
            width: 1200px;
        }

        .oneNew_page_item_bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            /*height: 100%;*/
			height: 610px;
            z-index: -1;
        }

        .oneNew_page_item_bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .oneNew_page_item h1 {
            font-family: 'Manrope', sans-serif;
            font-weight: 600;
            font-size: 48px;
            line-height: 1.1;
            color: #fff;
            margin-top: 27px;
            margin-bottom: 53px;
            max-width: 740px;
        }

        .oneNew_page_item a {
            border: 1.33px solid #999999;
            background-color: #050505;
            font-weight: 500;
            font-size: 21.33px;
            line-height: 1.2;
            color: #999999;
            padding: 19px;
            width: 372px;
            text-align: center;
            position: relative;
            margin-bottom: 81px;
            display: block;
            padding-right: 50px;
            transition: all .5s;
        }

        .oneNew_page_item a:hover {
            border: 1.33px solid #fff;
            color: #fff;
        }

        .oneNew_page_item a span {
            position: absolute;
            top: 53%;
            transform: translateY(-50%);
            right: 70px;
        }

        .oneNew_page_item a span svg path {
            transition: all .5s;
        }

        .oneNew_page_item a:hover span svg path {
            fill: #fff;
        }

        .oneNew_page_item_time {
            font-family: 'Manrope', sans-serif;
            font-weight: 400;
            font-size: 18.67px;
            line-height: 1.2;
            color: #999999;
            margin-bottom: 21px;
        }

        .oneNew_page_item_date {
            font-family: 'Manrope', sans-serif;
            font-weight: 400;
            font-size: 18.67px;
            line-height: 1.2;
            color: #999999;
        }

        .oneNew_page_inner_img {
            position: absolute;
            top: 0;
            right: 0;
            width: 929px;
            height: 100%;
            z-index: -2;
        }

        .oneNew_page_inner_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .oneNew_pageText {
            margin-bottom: 150px;
        }

        .oneNew_pageText_inner {
            display: flex;
            flex-direction: column;
            gap: 26px;
            max-width: 1330px;
        }

        .oneNew_pageText_inner p {
            font-family: 'Manrope', sans-serif;
            font-weight: 400;
            font-size: 21.33px;
            line-height: 1.2;
            color: #999999;
        }

        .oneNew_pageOtherNews {
            margin-bottom: 150px;
        }

        .oneNew_pageOtherNews h3 {
            font-family: 'Manrope', sans-serif;
            font-weight: 600;
            font-size: 48px;
            line-height: 1.1;
            color: #fff;
            margin-bottom: 53px;
        }

        .oneNew_pageOtherNews p {
            color: #fff;
        }

        .oneNew_page_form p {
            color: #fff;
        }

        @media (max-width: 1920px) {

            .container {
                max-width: 1240px;
                padding: 0 20px;
            }

			.advantages-section .lines {
				padding: 120px 20px;
			}

			.products-section .lines {
				padding: 0 20px;
			}

			.cta-banner-bg-images .container {
				max-width: 1200px;
			}

            .oneNew_page {
                margin-top: 40px;
                margin-bottom: 120px;
            }

            .oneNew_page_inner {
                height: 460px;
            }

            .oneNew_page_item {
                padding: 40px;
                width: 900px;
            }

            .oneNew_page_item h1 {
                font-size: 36px;
                margin-top: 20px;
                margin-bottom: 40px;
                max-width: 560px;
            }

            .oneNew_page_item_bg {
                height: 460px;
            }

            .oneNew_page_item a {
                border: 1px solid #999999;
                font-size: 16px;
                padding: 14px;
                width: 280px;
                margin-bottom: 60px;
                padding-right: 40px;
            }

            .oneNew_page_item a span {
                right: 60px;
            }

            .oneNew_page_item a span svg {
                width: 20px;
                height: 20px;
            }

            .oneNew_page_item_time {
                font-size: 14px;
                margin-bottom: 16px;
            }

            .oneNew_page_item_date {
                font-size: 14px;
            }

            .oneNew_pageText_inner {
                gap: 20px;
                max-width: 1000px;
            }

            .oneNew_pageText_inner p {
                font-size: 16px;
            }

            .oneNew_pageText {
                margin-bottom: 120px;
            }

            .oneNew_pageOtherNews h3 {
                font-size: 36px;
                margin-bottom: 40px;
            }

            .oneNew_page_inner_img {
                width: 697px;
            }
        }

        @media (max-width: 1280px) {
            .oneNew_page {
                margin-bottom: 9vw;
            }

            .oneNew_page_inner {
                height: 37vw;
            }

            .oneNew_page_item {
                padding: 3.2vw;
                width: 70vw;
                height: 100%;
            }

            .oneNew_page_item_bg {
                /*height: 100%;*/
				height: 43vw;
            }

            .oneNew_page_item_bg img {
                width: auto;
            }

            .oneNew_page_inner_img {
                width: 56vw;
				height: 43vw;
            }

            .oneNew_page_item h1 {
                font-size: 2.9vw;
                margin-top: 1.5vw;
                margin-bottom: 3.2vw;
                max-width: 45vw;
            }

            .oneNew_page_item a {
                font-size: 1.3vw;
                padding: 1.1vw;
                width: 23vw;
                margin-bottom: 5vw;
                padding-right: 4vw;
            }

            .oneNew_page_item a span {
                right: 4vw;
            }

            .oneNew_page_item a span svg {
                width: 2vw;
                height: 2vw;
            }

            .oneNew_page_item_time {
                font-size: 1vw;
                margin-bottom: 1vw;
            }

            .oneNew_page_item_date {
                font-size: 1vw;
            }

            .oneNew_pageText {
                margin-bottom: 9vw;
            }

            .oneNew_pageText_inner {
                gap: 2vw;
                max-width: 85vw;
            }

            .oneNew_pageText_inner p {
                font-size: 1.35vw;
            }

            .oneNew_pageOtherNews h3 {
                font-size: 4vw;
                margin-bottom: 4vw;
            }

            .oneNew_pageOtherNews {
                margin-bottom: 10vw;
            }

        }

        @media (max-width: 500px) {

            .oneNew_page .container {
                padding: 0;
            }

            .oneNew_page_item_bg {
                display: none;
            }

            .oneNew_page_item_bg.mob {
                display: block;
            }

            .oneNew_page_inner {
                height: 630px;
                width: 330px;
                margin: 0 auto;
            }

            .oneNew_page_item {
                padding: 40px 16px;
                width: auto;
                height: 360px;
                margin: 0 auto;
                display: flex;
                flex-direction: column;
            }

            .oneNew_page_inner_img {
                width: 360px;
                height: 313px;
            }

            .oneNew_page_item_bg {
                height: auto;
                width: auto;
            }

            .oneNew_page_inner_img {
                width: 329px;
                height: 313px;
                top: auto;
                right: auto;
                bottom: 0;
            }

            .oneNew_page_item_bg img {
                width: 100%;
            }

            .oneNew_page_item h1 {
                font-size: 24px;
                margin-top: 0;
                margin-bottom: 16px;
                max-width: 300px;
            }

            .oneNew_page_item a {
                font-size: 16px;
                padding: 10px;
                width: 230px;
                margin-bottom: 0;
                padding-right: 50px;
                order: 1;
            }

            .oneNew_page_item_time {
                font-size: 14px;
                margin-bottom: 16px;
            }

            .oneNew_page_item_date {
                font-size: 14px;
                margin-bottom: 30px;
            }

            .oneNew_page_item a span {
                right: 40px;
            }

            .oneNew_page_item a span svg {
                width: 20px;
                height: 20px;
            }

            .oneNew_page {
                margin-bottom: 100px;
            }

            .oneNew_pageText {
                margin-bottom: 100px;
            }

            .oneNew_pageText_inner {
                gap: 20px;
                max-width: 330px;
                margin: 0 auto;
            }

            .oneNew_pageText_inner p {
                font-size: 14px;
            }

            .oneNew_pageOtherNews {
                margin-bottom: 100px;
            }

            .oneNew_pageOtherNews h3 {
                font-size: 24px;
                margin-bottom: 40px;
            }
        }
/* 404 page */
        .page_404_inner {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            max-width: 2240px;
            padding: 0 20px;
            margin: 0 auto;
            height: 1250px;
            /*margin-top: -200px;*/
margin-top:40px;
            overflow: hidden;
        }

        .page_404_bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .page_404_bg img {
            width: 100%;
            /*height: 100%;*/
			max-width:100%;
            object-fit: cover;
        }

        .page_404_inner h1 {
            font-family: 'Manrope', sans-serif;
            font-weight: 600;
            font-size: 48px;
            line-height: 1.1;
            text-align: center;
            color: #fff;
            margin-bottom: 37px;
            padding-top: 600px;
        }

        .page_404_inner p {
            font-family: 'Manrope', sans-serif;
            font-weight: 400;
            font-size: 18.67px;
            line-height: 1.2;
            text-align: center;
            color: #999999;
            max-width: 628px;
        }

        @media (max-width: 1920px) {
            .page_404_inner {
                max-width: 1920px;
                height: 1000px;
                /*margin-top: -100px;*/
            }

            .page_404_inner p {
                font-size: 14.67px;
                max-width: 478px;
            }

            .page_404_inner h1 {
                font-size: 36px;
                margin-bottom: 28px;
                padding-top: 500px;
            }
        }

        @media (max-width: 1280px) {
            .page_404_inner {
                height: 730px;
            }
        }

        @media (max-width: 600px) {
            .page_404_inner p {
                font-size: 14px;
                max-width: 330px;
            }

            .page_404_inner h1 {
                font-size: 24px;
                margin-bottom: 16px;
                padding-top: 300px;
            }

            .page_404_inner {
                height: 530px;
            }
        }

/* popup */

.window_fon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 8000;
}
.window_box {
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9000;
    text-align: center;
    display: none;
}
.window_box:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 50%;
    width: 0;
}
#WinTimerBox .window-cont {
    margin-top: 60px;
    background: none;
    box-shadow: none;
    max-width: 424px;

	max-width: 620px;

    width: 100%;
}

.container320 {
	width: 520px;
}
.window-cont {
    background: #fff;
    box-shadow: 0 0 13px #000000;
    display: none;
    margin: 50px 0;
    position: relative;
    padding: 0 0 20px;
z-index:9009;
}
.cont-spec-order {
    text-align: center;
}
.spec-order-img {
    max-width: 300px;
    width: 100%;
	margin:0 auto;
}
@media only screen and (max-width: 768px) {
.spec-order-img {
    max-width: 180px;
}
.close-x {
	top:0 !important;
}
}
}
#WinTimerBox .close-x {
    top: 10px;
}
.close-x {
    position: absolute;
    right: 0px;
    /*top: -32px;*/
	top:10px;
    cursor: pointer;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
z-index:9010;

display: flex;
}
/* page Docs */
        .documPage {
            margin-top: 43px;
            margin-bottom: 160px;
        }

        .documPage h1 {
            font-family: 'Manrope', sans-serif;
            font-weight: 600;
            font-size: 48px;
            line-height: 1.1;
            color: #fff;
            margin-bottom: 53px;
        }

        .documPage_inner .tabs__nav {
            display: flex;
            gap: 16px;
            margin-bottom: 52px;
        }

        .documPage_inner .tabs__nav .tabs__link {
            font-family: 'Manrope', sans-serif;
            font-weight: 500;
            font-size: 21.33px;
            text-align: center;
            color: #fff;
            padding: 13px 21px;
            border-radius: 5px;
            border: 1.33px solid #FFFFFF;
            transition: all .5s;
            background-color: transparent;
        }

        .documPage_inner .tabs__nav .tabs__link.tabs__link_active {
            background-color: #fff;
            color: #13101B;
        }

        .documPage_inner .tabs__pane {
            display: none;
        }

        .documPage_inner .tabs__pane.tabs__pane_show {
            display: block;
        }

        .documPage_inner .tabs__pane .documPage_content {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

		.documPage_inner .tabs__pane .documPage_content .document-item {
			width: 388px;
			height: 100%;
			background-color: #13101B;
		}

        .documPage_inner .tabs__pane .documPage_content img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
        }

		.documPage_inner .tabs__pane .documPage_content .doc-item-text {
			font-family: "Manrope", sans-serif;
			font-weight: 600;
			font-size: 26.67px;
			line-height: 1.1;
			color: #fff;
			padding: 30px 25px;
		}

        @media (max-width: 1920px) {

            .documPage {
                margin-top: 32px;
                margin-bottom: 120px;
            }

            .documPage h1 {
                font-size: 36px;
                margin-bottom: 40px;
            }

            .documPage_inner .tabs__nav .tabs__link {
                font-size: 16px;
                padding: 10px 16px;
            }

            .documPage_inner .tabs__nav {
                gap: 12px;
                margin-bottom: 40px;
            }

            .documPage_inner .tabs__pane .documPage_content .document-item {
                width: 287px;
                height: 100%;
            }

			.documPage_inner .tabs__pane .documPage_content .doc-item-text {
				font-size: 20px;
				padding: 24px 20px;
			}
        }

        @media (max-width: 1280px) {
            .documPage {
                margin-top: 30px;
                margin-bottom: 10vw;
            }

            .documPage h1 {
                font-size: 3vw;
                margin-bottom: 3.2vw;
            }

            .documPage_inner .tabs__nav .tabs__link {
                font-size: 1.3vw;
                padding: 1vw 1.5vw;
            }

            .documPage_inner .tabs__nav {
                gap: 1vw;
                margin-bottom: 3vw;
            }

            .documPage_inner .tabs__pane .documPage_content {
                gap: 1vw;
            }

            .documPage_inner .tabs__pane .documPage_content .document-item {
                width: calc(25% - 1vw);
                height: 100%;
            }

			.documPage_inner .tabs__pane .documPage_content img {
				width: 100%;
				height: 100%;
			}

			.documPage_inner .tabs__pane .documPage_content .doc-item-text {
				font-size: 16px;
				padding: 12px;
			}
        }

        @media (max-width: 900px) {
            .documPage_inner .tabs__pane .documPage_content .document-item {
                width: calc(33% - 1vw);
                height: 100%;
            }
        }

        @media (max-width: 500px) {
            .documPage {
                margin-top: 40px;
                margin-bottom: 100px;
            }

            .documPage h1 {
                font-size: 24px;
                margin-bottom: 40px;
            }

            .documPage_inner .tabs__nav {
                gap: 12px;
                margin-bottom: 20px;
                overflow-x: scroll;
                padding-bottom: 10px;
            }

            .documPage_inner .tabs__nav .tabs__link {
                font-size: 16px;
                padding: 10px 16px;
                flex-shrink: 0;
            }

            .documPage_inner .tabs__pane .documPage_content {
                gap: 8px;
            }

            .documPage_inner .tabs__pane .documPage_content .document-item {
                width: calc(50% - 8px);
                height: 100%;
            }
        }

/* About new section welcome**/

.aboutPage_topNew {
	padding: 50px 0 160px;
}

.aboutPage_topNew_inner {
	display: flex;
	justify-content: space-between;
}

.aboutPage_topNew_img {
	width: 786px;
	height: 786px;
}

.aboutPage_topNew_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100px;
}

.aboutPage_topNew_item {
	width: 786px;
	height: 786px;
	display: flex;
	flex-direction: column;
}

.aboutPage_topNew_item h2 {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 1.1;
	color: #fff;
	padding-top: 56px;
	margin-bottom: 37px;
	margin-left: 30px;
	max-width: 710px;
}

.aboutPage_topNew_item p {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 21.33px;
	line-height: 1.2;
	color: #999999;
	margin-bottom: 26px;
	margin-left: 30px;
	max-width: 710px;
}

.aboutPage_topNew_item span {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 21.33px;
	line-height: 1.2;
	color: #999999;
	margin-top: auto;
	margin-left: 30px;
	max-width: 710px;
}

@media (max-width: 1920px) {
	.aboutPage_topNew {
		padding: 50px 0 120px;
	}

	.aboutPage_topNew_img {
		width: 590px;
		height: 590px;
	}

	.aboutPage_topNew_item {
		width: 590px;
		height: 590px;
	}

	.aboutPage_topNew_item h2 {
		font-size: 36px;
		padding-top: 42px;
		margin-bottom: 28px;
		margin-left: 24px;
		max-width: 533px;
	}

	.aboutPage_topNew_item p {
		font-size: 16px;
		margin-bottom: 20px;
		margin-left: 24px;
		max-width: 533px;
	}

	.aboutPage_topNew_item span {
		font-size: 16px;
		margin-bottom: 20px;
		margin-left: 24px;
		max-width: 533px;
	}
}

@media (max-width: 1280px) {
	.aboutPage_topNew {
		padding-bottom: 8vw;
	}

	.aboutPage_topNew_img {
		width: 47vw;
		height: 47vw;
	}

	.aboutPage_topNew_item {
		width: 47vw;
		height: 47vw;
	}

	.aboutPage_topNew_item h2 {
		font-size: 2.8vw;
		padding-top: 3.3vw;
		margin-bottom: 2.2vw;
		margin-left: 2vw;
		max-width: 41vw;
	}

	.aboutPage_topNew_item p {
		font-size: 1.25vw;
		margin-bottom: 1.5vw;
		margin-left: 2vw;
		max-width: 41vw;
	}

	.aboutPage_topNew_item span {
		font-size: 1.25vw;
		margin-bottom: 1.5vw;
		margin-left: 2vw;
		max-width: 41vw;
	}
}

@media (max-width: 500px) {

	.aboutPage_topNew {
		padding: 45px 0;
	}

	.aboutPage_topNew_inner {
		flex-direction: column;
		align-items: center;
	}

	.aboutPage_topNew_img {
		width: 90vw;
		height: 90vw;
	}

	.aboutPage_topNew_item {
		width: auto;
		height: auto;
	}

	.aboutPage_topNew_item h2 {
		font-size: 24px;
		padding-top: 40px;
		margin-bottom: 16px;
		margin-left: 0;
		max-width: none;
	}

	.aboutPage_topNew_item p {
		font-size: 14px;
		margin-bottom: 16px;
		margin-left: 0;
		max-width: none;
	}

	.aboutPage_topNew_item span {
		margin-top: 60px;
		font-size: 14px;
		margin-bottom: 16px;
		margin-left: 0;
		max-width: none;
	}

	.hero-content .btn-outline {
		width: 100%;
    	box-sizing: border-box;
	}

	.btn-outline {
		width: 100%;
    	box-sizing: border-box;
	}

	.news-content {
 	   padding: 10px;
	}

	.news-tag {
		padding: 10px;
	}

}
/* end welome */

@media (max-width: 1024px) {
	.hero-section {
        margin-top: -70px;
		height: 670px;
    }
	.hero-background {
		top: 70px;
	}
	.hero-product-image {
		top: 130px;
	}
}

@media (max-width: 400px) {
	.btn-outline-secondary {
		padding: 10px;
		font-size: 14px;
	}
}


body {
    background: url(/local/templates/delatro/images/delatro_bg.svg) no-repeat 0 0;
    background-position-x: center;
    background-color: var(--color-background);
    color: var(--color-primary-text);
    font-family: "Manrope", sans-serif;
    margin: 0;
    overflow-x: hidden;
}

.form-consent .text-secondary {
	text-align: left;
}

@media (max-width: 700px) {
	#WinTimerBox .window-cont {
		max-width: 420px;
	}
	
	.container320 {
		width: 320px;
	}
}

.oneNew_pageText_inner blockquote {
	margin: 0;
	padding: 0;
}

.news-tags {
    flex-wrap: wrap;
}

.about-section {
	padding-left: 0;
	padding-right: 0;
}
.cta-banner-section {
	padding-left: 0;
	padding-right: 0;
}
.advantages-section {
	padding-left: 0;
	padding-right: 0;
}
.products-section {
	padding-left: 0;
	padding-right: 0;
}
.news-section {
	padding-left: 0;
	padding-right: 0;
}
.contact-section {
	padding-left: 0;
	padding-right: 0;
}
.aboutPage_new_content_textbox td strong {
	font-size: 36px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}
@media (max-width: 1280px) {
    .aboutPage_new_content h3 {
        font-size: 3vw;
    }
	.aboutPage_new_content_textbox td strong {
        font-size: 3vw;
    }
}
@media (max-width: 768px) {
    .page-wrapper {
        padding: 0;
    }
}
@media (max-width: 500px) {
    .aboutPage_new_content h3 {
        font-size: 16px;
    }
	.aboutPage_new_content_textbox td strong {
        font-size: 16px;
    }
	.aboutPage_new_content_textbox tr {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}





/*about history */
            .companyHistory {
                max-width: 1500px;
                margin: 160px auto;
            }

            .companyHistory_title {
                font-family: 'Manrope', sans-serif;
                font-weight: 600;
                font-size: 48px;
                line-height: 1.1;
                text-align: center;
                margin-bottom: 37px;
                color: #fff;
            }

            .companyHistory_inner {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 80px;
            }

            .companyHistory_item {
                max-width: 682px;
                width: 100%;
                display: flex;
                flex-direction: column;
                gap: 20px;
            }

            .companyHistory_item.right {
                margin-left: auto;
                align-items: start;
            }

            .companyHistory_item.left {
                margin-right: auto;
                align-items: end;
            }

            .companyHistory_item ul {
                list-style: disc;
                display: flex;
                flex-direction: column;
            }

            .companyHistory_item.left ul {
                align-items: end;
                text-align: end;
            }

            .companyHistory_item h5 {
                font-family: 'Manrope', sans-serif;
                font-weight: 600;
                font-size: 48px;
                line-height: 1.1;
                color: #fff;
            }

            .companyHistory_item p {
                font-family: 'Manrope', sans-serif;
                font-weight: 400;
                font-size: 21px;
                line-height: 1.2;
                color: #999999;
            }

            .companyHistory_item li {
                font-family: 'Manrope', sans-serif;
                font-weight: 400;
                font-size: 21px;
                line-height: 1.2;
                color: #999999;
            }

            .companyHistory {
                position: relative;
            }

            .companyHistory_inner {
                position: relative;
            }

            .timeline__progress {
                position: absolute;
                left: 50%;
                top: 0;
                width: 4px;
                background: rgba(255, 255, 255, 0.3);
                transform: translateX(-50%);
            }

            .timeline__progress--line {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 0%;
                background: #ffffff;
                transition: height 0.3s ease;
                border-radius: 2px;
            }

            .companyHistory_item {
                position: relative;
                width: 45%;
                opacity: 0.5;
                transform: translateY(20px);
                transition: all 0.5s ease;
            }

            .companyHistory_item.-active {
                opacity: 1;
                transform: translateY(0);
            }

            .companyHistory_item.right {
                margin-left: 55%;
            }

            .companyHistory_item.left {
                margin-right: 55%;
            }

            @media (max-width: 1400px) {
                .companyHistory_item h5 {
                    font-size: 36px;
                }

                .companyHistory_item p,
                .companyHistory_item li {
                    font-size: 16px;
                }
            }

            @media (max-width: 1050px) {
                .companyHistory_item {
                    width: 35%;
                }
            }

            @media (max-width: 768px) {
                .timeline__progress {
                    left: 20px;
                }

                .companyHistory_item {
                    width: calc(100% - 60px);
                    margin-left: 60px !important;
                    margin-right: 0 !important;
                }

                .companyHistory_item::before {
                    left: -8px !important;
                    transform: translateX(-100%) !important;
                }

                .companyHistory_item.left {
                    align-items: start;
                }

                .companyHistory_item ul {
                    gap: 5px;
                }

                .companyHistory_item.left ul {
                    align-items: start;
                    text-align: left;
                }

                .companyHistory_title {
                    font-size: 24px;
                    text-align: left;
                    padding-left: 20px;
                }
            }
/* about history end */

.mobile-button {
	display:none;
}


@media (max-width:600px) {
	.mobile-button {
		display:block;
		background-color:var(--color-background);
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		z-index:20;
	}
	
}

.oneProduct_inner_tabs_mob_link {
	margin: 5px auto;
	display:block;
	position:relative;
	width: calc(100% - 40px);
	border: 1px solid #050505;
	border-radius: 4px;
	padding: 10px;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #050505;
	background-color: #fff;
}

.catalog-card {
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.catalog-card a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card-image {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.catalog-card:hover .card-image {
  transform: scale(1.4);
}

.card-content {
    position: relative;
    background: #13101b;
}

.card-title,
.card-subtitle {
  margin: 0;
}
/* End */
/* /bitrix/components/bitrix/form.result.new/error.css?1758267309163 */
/* /local/templates/delatro/styles.css?1774870797116090 */
