:root {
    --font-family: system-ui, sans-serif;
    --font-Poppins: system-ui, sans-serif;
    --color-primary: black;
    --color-secondary: #d71920;
}

body {
    background: #f4f2f2;
}

.article ul, .article ol {
    margin: 0 0 1em 2em;
}

header {
    background: transparent;
    padding: 30px 0px;
}

.header li a {
    letter-spacing: 0px;
    color: black;
}

.container {
    margin: 0 auto;
    max-width: 1410px;

}

/*TEMP */
.one-doc-center {
    background: transparent;
}

.header .user-nav-wrap {
    display: none;
}

.product-wrap.alternative .subtitle {
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 22px;
}

.btn {
    padding: 8px 35px;
    letter-spacing: normal;
    text-transform: none;
    font-size: 18px;
    font-family: system-ui;
    font-weight: 600;
}

#section_3.main-four-boxes,
#section_9.main-news-category {
    /*background: linear-gradient(to bottom,rgb(244, 242, 242) 0%, rgb(255, 255, 255) 100%);*/
    background: white;
}

#section_3.main-four-boxes .container .box,
#section_9.main-news-category .container .box {
    padding-bottom: 0;
    border: none;
    background: white;
    box-shadow: 0 0 35px 15px rgba(0,0,0,.1);
}

#section_3.main-four-boxes .container .box h2,
#section_9.main-news-category .container .box h2 {
    text-align: left;
    padding: 0 0.6em;
    font-weight: 400;
}

#section_9.main-news-category .container .box h2 {
    height: 60px;
}

#section_3.main-four-boxes .container .box h2 span,
#section_9.main-news-category .container .box h2 span {
    display: block;
    color: #d40605;
    font-size: 16px;
    margin-top: 2px;
}
#section_3.main-four-boxes .container .box img,
#section_9.main-news-category .container .box img {
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}
#section_3.main-four-boxes .container .box .text,
#section_9.main-news-category .container .box .text {
    padding: 0px 1em;
}

#section_3.main-four-boxes .container .box .button .btn,
#section_9.main-news-category .container .box .button .btn {
    display: block;
    background: black;
    color: white;
    border: none;
    border-radius: 0 0 10px 10px;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 1em 1em;
}
#section_3.main-four-boxes .container .box .button .btn::after,
#section_9.main-news-category .container .box .button .btn::after {
    content: '>>';
    position: absolute;
    right: 1em;
    font-weight: 600;
    color: red;
}
#section_4 iframe {
    border-radius: 15px;
}

#section_4.main-three-boxes .container {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

#section_4.main-three-boxes .container .box {
    max-width: 100%;
    border: none;
}
#section_4.main-three-boxes .container .box .text {
    padding: 0;
}
#section_4.main-three-boxes .container .box h2 {
    text-align: left;
    margin: 0 0 1em 0;
}

#section_4.main-three-boxes .container .button .btn {
    background: black;
    color: white;
    border-color: black;
    border-radius: 6px;
    padding: 8px 25px;
}
#section_6.main-four-boxes {
    background: linear-gradient(to bottom,rgb(244, 242, 242) 0%, rgb(255, 255, 255) 100%);
}

#section_6.main-four-boxes .container .box {
    padding-bottom: 0;
    border: none;
    background: white;
    box-shadow: 0 0 35px 15px rgba(0,0,0,.1);
}

#section_6.main-four-boxes .container .box h2 {
    text-align: left;
    padding: 0 0.6em;
    font-weight: 400;
}

#section_6.main-four-boxes .container .box h2 span {
    display: block;
    color: #d40605;
    font-size: 16px;
    margin-top: 2px;
}
#section_6.main-four-boxes .container .box img {
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}
#section_6.main-four-boxes .container .box .text {
    padding: 0px 1em;
}

#section_6.main-four-boxes .container .box .button .btn {
    display: block;
    background: black;
    color: white;
    border: none;
    border-radius: 0 0 10px 10px;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 1em 1em;
}
#section_6.main-four-boxes .container .box .button .btn::after {
    content: '>>';
    position: absolute;
    right: 1em;
    font-weight: 600;
    color: red;
}

#section_1 {
    background: white;
}
#section_1.slider-03.slider .container {
    height: 560px;
    color: black;
}

#section_1.slider-03.slider .container .slide .box {
    flex: 1;
}


.slider-03.slider .container .slide .box .desc {
    max-width: 705px;
}

#section_1.slider-03.slider .container .slide .box .desc h2 {
    font-size: 50px;
    line-height: 0.9em;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0,0,0,0.15);
    color: white;
}

#section_1.slider-03.slider .container .slide .box .desc h2 span {
    color: #d71920;
}
#section_1.slider-03.slider .container .slide .box .desc p {
    margin-bottom: 0;
}
#section_1.slider-03.slider .container .slide .box .desc ul {
    margin: 1em 1em 1em 2em;
}
#section_9.main-four-boxes {
    background: transparent;
}

#section_9.main-four-boxes .container .box {
    border-radius: 10px;
    background: linear-gradient(90deg,rgb(242, 240, 240) 0%, rgba(214, 214, 214, 0.58) 100%);
    border: none;
    box-shadow: 0 0 35px 15px rgba(0,0,0,.05);
}
#section_9.main-four-boxes .container .box h2 {
    text-align: left;
    margin: 1em 1.3em;
}
#section_9.main-four-boxes .container .box .text {
    text-align: left;
}

#section-10 {
    background: url('/images/repository/spacer-01-6807918c42a830.13357018.jpg') no-repeat center center;
    height: 370px;
    background-attachment: fixed;
}
#section_11 iframe {
    border-radius: 15px;
}

#section_11.main-three-boxes .container {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

#section_11.main-three-boxes .container .box {
    max-width: 100%;
    border: none;
}
#section_11.main-three-boxes .container .box .text {
    padding: 0;
}
#section_11.main-three-boxes .container .box h2 {
    text-align: left;
    margin: 0 0 1em 0;
}
/* slider features*/

.btn_or {
    display: inline-block;
    overflow: hidden;
    border: none;
    padding: 8px 20px 8px 30px;
    text-transform: lowercase;
    font-family: system-ui;
    font-weight: 400;
    font-size: 17px;
    color: black;
}

.btn.primary {
    background: black;
    color: white;
    border-color: black;
    border-radius: 6px;
}

.btn.primary:hover {
    background: #aaa;
    border-color: #aaa;
}

.btn.secondary {
    color: black;
    text-decoration: underline;
    border: none;
    background: transparent;
    padding: 8px;
}

.sec03 .formBottom.formBottom {
    grid-template-columns: min(100%, 1410px);
}

@media (min-width: 920px) {
    .slider-03.slider .container .slide .box .desc {
        padding-right: 220px;
    }
}

@media (min-width: 1200px) {
    #section_6.main-four-boxes .container {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .sec10.idc_11 .container {
        column-gap: 1.6%;
        grid-template-columns: repeat(4, 1fr);
    }
}

#contact.form {
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 2.5em;
}

.main-four-boxes .container .box {
    width: 100%;
}

.sec20.idc_10 .box2000 .lp_cont .lp_left .inner {
    max-width: 1410px;
}

.idc_10 .center_title {
    line-height: 1.1em;
}

.sec20.idc_10 h1 {
    display: none;
}
.sec20.idc_10 .box2000.single h2 {
    display: none;
}
.idc_10 .articleForm .actions {
    text-align: center;
}
.idc_10 .actions .btn {
    background: #d71920;
    border-color: #d71920;
    border-radius: 6px;
    color: white;
}
.footer.idc_10 {
    background: black;
}

.idc_10 .js-validate-form {
    width: 90%;
    margin: 0 auto;
}

.sec20 .box2000:is(.formLeft, .formRight, .formBottom) .lp_cont .lp_left .inner {
    width: 100%;
}


.sec10.idc_11 .box1000 {
    padding: 1em 0 0;
    box-shadow: 0 0 35px 15px rgba(0,0,0,.1);
    border-radius: 10px;
}
.sec10.idc_11 .box1000 h3 {
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.sec10.idc_11 .box1000 .subtitle {
    background: black;
    color: white;
    padding: 1em;
    border-radius: 0 0 10px 10px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
}

.sec10.idc_11 .box1000 .subtitle p::after {
    content: '>>';
    position: absolute;
    right: 1em;
    font-weight: 600;
    color: red;
}

.product-wrap.alternative .spec-table ul {
    list-style: none;
}
.product-wrap.alternative .spec-table ul li {
    font-weight: 600;
    padding: 8px 20px;
}
.product-wrap.alternative .spec-table ul li:nth-child(2n) {
    background: rgba(0,0,0,.05);
}
.product-wrap.alternative .spec-table ul li span {
    font-weight: 300;

    display: inline-block;
}

@media (min-widt: 1000px) {
    .product-wrap.alternative .spec-table ul li span {
        width: 360px;
    }
}

@media (min-width: 700px) {
    .product-wrap.alternative .styled-list {
        column-count: 2;
    }
}

ul.styled-list {
    margin-left: 1em;
}
.product-wrap.alternative .styled-list li {
    margin-right: 2em;
    break-inside: avoid;
}

.product-wrap.alternative .styled-list li::marker {
    color: red;
}

.shop-btn {
    display: none;
}

.shop-wrapper .products {
    grid-template-columns: repeat(3, 1fr);
}

.formRow.checkbox.lab-00.rodo-01 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.6%;
}

.articleForm button[type="submit"] {
    margin-top: 35px;
    background: #d71920;
    border-color: #d71920;
    border-radius: 6px;
    color: white;
}

#section_5.main-icons {
    background: transparent;
    padding: 70px 0;
    color: black;
}


#section-6 {
    background: url('/images/repository/spacer-02-68e2d3ef60e112.90165088.jpg') no-repeat center center;
    height: 670px;
    background-attachment: fixed;
}

#section-8 {
    margin: 0 auto;
    text-align: center;
    background: white;
    padding-bottom: 70px;
}

#section-8 .btn.primary {
    background: #d71920;
    color: white;
    border-color: #d71920;
    border-radius: 6px;
}

.sec20 .box2000 .lp_cont .lp_left .inner {
    max-width: 1200px;
    padding: 0;
}



.product-wrap .top h1 {
    padding-bottom: 0.5em;
    font-size: 32px;
    line-height: 1.1em;
}

.product-wrap .left-column {

    box-sizing: border-box;
}
.main-image img {
    border-radius: 10px;
    box-shadow: 0 0 36px 10px rgba(0,0,0,.12);
    margin-bottom: 2em;
}

.thumbnails img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
}


.box0400 {
    min-height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 35px 15px rgba(0,0,0,.1);
}

.box0400 .image {
    min-height: 258px;
}

.box0400 .image img {
    max-height: 100%;
    max-width: 100%;
}

.box0400 .product-price {
    text-align: left;
}
.box0400 .product-price span {
    font-size: 20px;
}

.box0400 .product-price .product-monthly {
    margin-bottom: 0.2em;
    font-size: 26px;
    font-weight: 600;
}

.box0400 .product-name span {
    line-height: 1.1em;
    display: block;
    margin: 10px 0;
}

.product-wrap.alternative .product-form .product-monthly {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: .5em;
}

@media (max-width: 768px) {
    .sec03 .cc-header h1 {
        font-size: 40px !important;
    }

    .sec03 .cc-header {
        justify-items: center;
    }

    .sec03 .cc-four {
        justify-items: center;
    }
}
.sec10 .image-frame .image {
    aspect-ratio: auto;
    border-radius: 0;
}
.sec10.idc_17 .box1000 .subtitle {
    margin: 1.5em 40px 0em 40px;
}

.sec10 .box1000 .subtitle strong {
    font-weight: 600;
}

.sec10 .box1000 {
    border-radius: 20px;
    box-shadow: 0 0 35px 15px rgba(0,0,0,.1);
    padding: 40px 0;
}

.sec10 .box1000 h3 {
    font-weight: 400;
}

.sec10.idc_12 .box1000 .subtitle {
    display: block;
    padding: 0 40px;
}


.product-wrap.alternative .specification-header .field-title {
    font-size: 20px;
    font-weight: 400;
    margin: 2em 0 1em 0;
    display: block;
    position: relative;
}
.product-wrap.alternative .specification-header .field-title::after {
    content: '';
    background: red;
    width: 45px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -6px;
}
.product-wrap.alternative .specification-header .field-title::before {
    content: '';
    background: rgba(0, 0, 0, .1);
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.product-wrap .right-column {
    background: white;
    padding: 40px;
    border-radius: 20px;
}
.new_sub_car {
    color: #d71920;
    font-weight: 600;
    display: block;
}

.alternative .subtitle .new_sub_car {
    display: inline;
    margin-right: 8px;
}


.sale_manager {
    background: white;
    padding: 20px 30px;
    border-radius: 20px;
}
.sale_manager a {
    color: #d71920;
    text-decoration: underline;
}
.above_form_title {
    font-size: 22px;
    font-weight: 600;
}
.product-wrap .price::after {
    content: 'brutto';
}
.product-wrap .price {
    display: block;
    background: rgba(0,0,0,.1);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
}

.price-table {
    border-collapse: collapse;
}
.price-table td {
    padding: 5px 0;
}
.price-table .three, .four {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.price-table .two, .four, .six {
    text-align: right;
}
.price-table .three {
    padding-right: 10px;
}


.idc_17.sec10 .container {
    grid-template-columns: repeat(4, 1fr);
}

.sec10.tpl-01.idc_18 .image-frame .image img {
    object-fit: cover;
    height: 230px;
    border-radius: 0 0 20px 20px;
}

.sec10.tpl-01.idc_18 .box1000 {
    border-radius: 20px;
    box-shadow: 0 0 35px 15px rgba(0,0,0,.1);
    padding: 20px 0 0 0;
}

@media (min-width: 1300px) {
    .sec10.tpl-01.idc_18 .container {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(4, 1fr);
    }
}

.sec10.tpl-01.idc_18 .box1000 h3 {
    font-weight: 400;
    padding: 0 20px;
}

.sec10.tpl-01.idc_18 .box1000 .subtitle {
    display: none;
}
#section-10 {
    margin: 0 auto;
    text-align: center;
    background: white;
    padding-bottom: 70px;
    height: auto;
}


#section-10 .btn.primary {
    background: #d71920;
    color: white;
    border-color: #d71920;
    border-radius: 6px;
}
#section-12 {
	background: white;
}

#section-12 .container {
	margin: 0 auto;
	width: 90%;
    padding-top: 110px;
}

#section-12 .type {
    text-align: center;
}
#section-12 .type p {
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.4px;
  margin-bottom: .5em;
}

#section-12 .title {
  max-width: 500px;
  font-size: 36px;
  line-height: 1.1em;
  margin: 0 auto 1.5em auto;
  font-weight: 600;
  text-align: center;
}

#section-12 .desc {
	text-align: center;
}

#section_9.main-news-category .type p {
	display: none;
}

#section_9.main-news-category .title {
	max-width: 500px;
	display: none;
}