.text-img {
    position: relative;
    overflow: hidden;
}

.text-img.huge {
    background-color: white;
    border-left: none;
    border-right: none;
    padding-top: 64px;
    padding-bottom: 64px;
    box-shadow: 0 0 18px rgba(58, 139, 209, 0.15);
    overflow: hidden;
}

.text-img .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.text-img svg.bgsvg {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin-bottom: -64px;
    filter: drop-shadow(0 2px 6px rgba(58, 139, 209, 0.25));
}

.text-img svg.bgsvg.layer1 {
    opacity: 0.05;
    z-index: 0;    
}

.text-img svg.bgsvg.layer2, .text-img svg.bgsvg.layer4 {
   transform: rotate(180deg);
   margin-top: -128px;
   bottom: auto;
   top: 0;
   opacity: 0.3;
}

.text-img svg.bgsvg.layer4 {
    opacity: 0.2;
}

.text-img svg.bgsvg.layer3 {
    opacity: 0.75;
    z-index: 7;
}


.text-img .row {
    position: relative;
    z-index: 1;
    justify-content: center;
}

.text-img .col-img {
    display: none;
}

.text-img .col-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1800px;
}

.text-img .col-text .text {
    width: 40%;
}

.text-img .col-text .img {
    width: 60%;
    padding-right: 10%;
    padding-left: 10%;
}

.text-img .col-text .img img {
    width: 100%;
    height: auto;
}

.text-img .h2 {
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 2px 46px rgba(255, 255, 255, 0.75), 0 2px 36px rgba(255, 255, 255, 0.95), 0 2px 24px rgba(255, 255, 255, 1);
}

.text-img .h1 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 36px;
    text-shadow: 0 2px 46px rgba(255, 255, 255, 0.75), 0 2px 36px rgba(255, 255, 255, 0.95), 0 2px 24px rgba(255, 255, 255, 1);
}

.text-img .info2 ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    width: 100%;
    max-width: 500px;
    padding-left: 0;
}

.text-img .info2 ul li {
    width: 50%;
    max-width: 250px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 9px;
    margin-bottom: 6px;
    margin-top: 6px;
    font-weight: 600;
    text-shadow: 0 2px 46px rgba(255, 255, 255, 0.75), 0 2px 36px rgba(255, 255, 255, 0.95), 0 2px 24px rgba(255, 255, 255, 1);
}

.text-img .info2 ul li .iconwrapper {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 100px;
  padding: 0;
  border: 1px solid rgba(58, 139, 209, 0.15);
  box-shadow: 0 0 18px rgba(58, 139, 209, 0.15);
}

.text-img .info2 ul li .icon {
    margin-right: 0;
    color: #369ffb;
    width: 20px;
    height: 20px;
}

.text-img .button {
    max-width: 420px;
}

.text-img.table .col-text .table {
    width: 60%;
    padding-right: 10%;
    padding-left: 10%;
    background-color: rgba(255, 255, 255, 0.75);
    min-height: 435px;

    background-color: rgba(255, 255, 255, 0.75);
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 0 18px rgba(58, 139, 209, 0.5);
    border-radius: 25px;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-img.table p {
    margin-bottom: 48px;
    font-weight: 500;
    font-size: 18px;
}

.table .tablerow {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.table .tablerow .tablecol {
    display: flex;
    flex-direction: column;
    width: 20%;
}

.table .tablerow .tablecol:nth-child(1) {
    width: 40%;
}

.product-info-tech.text-img {
    padding-top: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    box-shadow: inset 0 0 18px rgba(58, 139, 209, 0.25);
    background-color: rgba(54, 159, 251, 0.5);
    margin-bottom: -18px;
}

.product-info-tech.text-img .h1, .product-info-tech.text-img .h2 {
    text-shadow: none;
}

.product-info-tech .col-text {
    justify-content: flex-start;
    align-items: center;
}

.product-info-tech.text-img.table .col-text .table {
  border: 1px solid rgba(58, 139, 209, 0.15);
  box-shadow: 0 0 18px rgba(58, 139, 209, 0.15);
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  width: 60%;
  margin-left: 0;
}

.product-info-tech.text-img .col-text {
    max-width: unset;
}

.product-info-tech.text-img .text {
    padding-right: 5%;
    padding-left: 0;
    padding-top: 42px;
}

.product-info-tech .table .tablerow .tablecol:nth-child(1) {
    width: 60%;
}

.product-info-tech .table .tablerow .tablecol:nth-child(2) span:first-child {
  font-weight: normal;
}

.product-info-tech .table .tablerow .tablecol:nth-child(2) {
    width: 60%;
}

.product-info-tech.text-img svg.bgsvg.layer1, .product-info-tech.text-img svg.bgsvg.layer2, .product-info-tech.text-img svg.bgsvg.layer3, .product-info-tech.text-img svg.bgsvg.layer4 {
    opacity: 0.75;
}

.product-info-tech.text-img svg.bgsvg.layer3 {
    opacity: 1;
}

.product-info-tech.models {
    padding-top: 0;
    background-color: white;
    padding-bottom: 36px;
    box-shadow: unset;
}

.product-info-tech.models svg.bgsvg.layer2, .product-info-tech.models svg.bgsvg.layer4 {
  transform: rotate(0deg);
  margin-top: -128px;
  top: auto;
  bottom: 0;
}

.product-info-tech.models .h1 {
    color: #369ffb;
    font-size: 36px;
    font-weight: 600;
}


.product-info-tech.models .col-text {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
} 

.product-info-tech.models .text {
    width: 100%;
    padding-top: 0;
}

.product-info-tech.models .table .tablerow .tablecol:nth-child(2) span:first-child {
  font-weight: bold;
}

.product-info-tech.models .table .tablerow {
    flex-wrap: wrap;
}

.product-info-tech.models .table .tablerow .tablecol {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.product-info-tech.models .table .tablerow .tablecol span {
    display: flex;
    width: 100%;
    border-left: none;
    border-top: none;
    justify-content: center;
    align-items: center;
}

.product-info-tech.models .table .tablerow .tablecol:nth-child(1) span {
    border-top: 1px solid rgba(58, 139, 209, 0.5);
    text-align: center;
}

.product-info-tech.models .table .tablerow:first-child .tablecol span:first-child {
    border-left: 1px solid rgba(58, 139, 209, 0.5);
} 

.product-info-tech.models .table .tablecol.active {
    background-color: rgba(58, 139, 209, 0.1);
}

.product-info-tech.models .col-text .table {
    width: 100%;
}



.table .tablerow .tablecol:nth-child(1) span {
    border-left: 1px solid rgba(58, 139, 209, 0.5);
    font-weight: bold;
    text-align: left;
}

.table .tablerow .tablecol span {
    padding: 16px;
    border-bottom: 1px solid rgba(58, 139, 209, 0.5);
    border-right: 1px solid rgba(58, 139, 209, 0.5);
    font-size: 14px;
    color: #0b2034;
    text-align: center;
}


.table .tablerow .tablecol span:first-child {
    font-weight: bold;
}

.table .tablerow .tablecol .icon {
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-bottom: -3px;
}

.table .tablerow .tablecol .icon.yes {
    color: #369ffb;
}

.table .tablerow .tablecol span:first-child {
    border-top: 1px solid rgba(58, 139, 209, 0.5);
}

.product-info {
    padding-top: 36px;
    padding-bottom: 36px;
}


.product-info .col {
    width: 50%;
}

.product-info .col-img {
    padding-right: 5%;
    width: 50%;
    
}

.product-info .col-img .twoimages {
    width: 100%;
    display: flex;
    border: 1px solid rgba(58, 139, 209, 0.15);
    box-shadow:   0 0 18px rgba(58, 139, 209, 0.25);
    border-radius: 20px;
    overflow: hidden;
    flex-wrap: wrap;
}

.product-info .col-img .img {
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
}

.product-info .col-img .img .bg1, .product-info .col-img .img .bg2 {
    width: 100%;
    aspect-ratio: 4/3;
    height: 100%;
    background: url(../../img/bgday.jpg);
    background-size: 125%;
    background-position: bottom left;
    background-repeat: no-repeat;
    margin-right: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

.product-info .col-img .img .bg1 {
    opacity: 1;
}

.product-info .col-img .img.night .bg1 {
    opacity: 0;
}

.product-info .col-img .img .bg2 {
    background: url(../../img/bgnight.jpg);
    background-size: 125%;
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
}

.product-info .col-img .img {
    transition: all 0.3s ease-in-out;

}

.product-info .col-img .img.night {
    background-color: black;
}

.product-info .col-img .img.night .bg2 {
    opacity: 0.9;
}



.product-info .col-img .img::before, .product-info .col-img .img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    opacity: 1;
    backdrop-filter: blur(5px);
}

.product-info .col-img .img::after {
    backdrop-filter: blur(0px);
    opacity: 0;
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 150%;
    height: 600%;
    margin-left: -27%;
    margin-top: -140%;
    transition: all 0.3s ease-in-out;
    filter: blur(150px);
    z-index: 5;
    transform: rotate(13deg) translateX(-5%);
}


.product-info .col-img .img.panel3::after {
    margin-left: -30%;
}

.product-info .col-img .img.panel4::after {
    margin-left: -33%;
}

.product-info .col-img .img.panel5::after {
    margin-left: -36%;
}

.product-info .col-img .img.level1::after {
    margin-top: -145%;
}

.product-info .col-img .img.level2::after {
    margin-top: -150%;
}

.product-info .col-img .img.level3::after {
    margin-top: -157.5%;
}

.product-info .col-img .img.level4::after {
    margin-top: -160%;
}


.product-info .col-img .img.night::after {
    opacity: 0.35;
    z-index: 5;
}

.product-info .col-img .img .showmodel {
    z-index: 4;
}

.change-day-night {
    position: absolute;
    z-index: 6;
    top: 18px;
    right: 18px;
    width: 90px;
    height: 44px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(58, 139, 209, 0.5);
    outline: none;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: inset 0 0 6px rgba(58, 139, 209, 0.25);

}


.change-day-night .icons {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 5px;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(58, 139, 209, 0.35);
    box-shadow: 0 0 18px rgba(58, 139, 209, 0.35);
}

.night .change-day-night .icons {
    left: 51px;
    
}

.change-day-night .icons .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    color: #0e2336;
}

.night .change-day-night .icons .icon {
    color: #e9a611;
}

.change-day-night .icons .icon.day {
    opacity: 1;
    
}

.night .change-day-night .icons .icon.day {
    opacity: 0;
}

.night .change-day-night .icons .icon.night {
    opacity: 1;
}

.product-info .col-img .img .showmodel, .product-info .col-img .img .showmodel img {
    position: absolute;
    width: 50%;
    height: 99%;
    top: 1%;
    left: 25%;
}

.product-info .col-img .img .showmodel img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 5%;
}



.product-info .col-img .img .showmodel {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.product-info .col-img .img .showmodel.active {
    opacity: 1;
}

.product-info .col-img .img .showmodel img  {
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.product-info .col-img .img .showmodel img.lampon {
    opacity: 0;
}

.product-info .col-img .img.night .showmodel img.lampon {
    opacity: 1;
    
}

.product-info .col-img .img .showmodel img.lampon {
    
}

.product-info .col-img .img.night .showmodel img.lampoff {
    opacity: 0;
}

.product-info .col-text {
    max-width: 700px;
}

.product-info .col-text .models {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 12px);
    margin: -6px;
    max-width: 660px;
    width: 100%;
}

.product-info .col-text .models button {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border: none;
    outline: none;
    border: 1px solid #369ffb; 
    margin: 6px;
    background-color: transparent;
    width: calc(33.333% - 12px);
    font-weight: 500;
    color: #0b2034;
    cursor: pointer;
    border-radius: 10px;
    box-shadow:  0 0 16px rgba(58, 139, 209, 0.15);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

.product-info .col-text .models button:hover {
    background-color: #369ffb;
    color: white;
}

.product-info .col-text .models button::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, #369ffb, #2c7abd); 
}

.product-info .col-text .models button span {
    position: relative;
    z-index: 2;
}


.product-info .col-text .models button.active {
    background-color: #369ffb;
    border-color: #369ffb;
    color: white;
    
}

.product-info .col-text .models button.active::before {
    opacity: 1;
}

.product-info .info2 {
    min-height: unset;
    margin-top: 12px;
}

.product-info .info2 ul {
    margin: 0;
    padding: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    list-style: none;
    margin: -6px;
    max-width: 660px;
}

.product-info .info2 ul li {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    color: #01162b;
    font-weight: 500;
    font-size: 17px;
    text-shadow: 0 2px 46px rgba(255, 255, 255, 0.75), 0 2px 36px rgba(255, 255, 255, 0.95), 0 2px 24px rgba(255, 255, 255, 1);
    text-align: center;
    width: calc(33.333% - 12px);
    margin: 6px;
    border: 1px solid rgba(58, 139, 209, 0.25);
    box-shadow: 0 0 18px rgba(58, 139, 209, 0.15);
    box-shadow: none;
    border-radius: 10px;
    padding-bottom: 9px;
}

.product-info .info2 ul li:first-child, .product-info .info2 ul li:nth-child(2) {
    width: 100%;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: row;
    border: none;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.product-info .info2 ul li:nth-child(2) {
    margin-bottom: 12px;
}

.product-info .info2 ul li strong {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px;
}

.product-info .info2 ul li:first-child strong, .product-info .info2 ul li:nth-child(2) strong {
    margin-right: 6px;
    font-size: 16px;
    margin-bottom: 0;
}


.product-info .info2 .iconwrapper {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 6px;
}

.product-info .info2 .iconwrapper .icon {
    margin-right: 0;
    width: 35px;
    height: 35px;
    color: #369ffb;
    filter: drop-shadow(0 2px 16px rgba(255, 255, 255, 0.75));
}

.product-info .info2 ul li .showmodel {
    display: none;
}

.product-info .info2 ul li .showmodel.active {
    display: inherit;
}

.img-text {
    margin-top: 18px;
    padding: 18px;
}

.img-text {
    border: 1px solid rgba(58, 139, 209, 0.15);
    box-shadow: 0 0 18px rgba(58, 139, 209, 0.15);
    border-radius: 0;
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.img-text:last-child {
    margin-bottom: 18px;
}

.img-text::before, .img-text::after {
    content: '';
    background-color: white;
    position: absolute;
    width: 20px;
    height: calc(100% + 2px);
    top: -1px;
    left: -19px;
}

.img-text::after {
    left: auto;
    right: -19px;
}

.img-text .wrapper {
    max-width: 1800px;
}

.img-text .h2 {
    margin-bottom: 0;
    font-size: 22px;
    color: #369ffb;
}

.img-text p:last-child {
    margin-bottom: 0;
}

.img-text .h1 {
    margin-bottom: 36px;
}


.img-text ul {
    list-style: none;
    padding: 0;
}

.img-text ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

.img-text ul li::before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background-color: #2c7abd;
    border-radius: 5px;
}

.img-text .row {
    justify-content: center;
    align-items: center;
}

.img-text .col-img {
    width: 33.333%;
}

.img-text .col-img .img {
    width: 100%;
    aspect-ratio: 16/11;
    border: 1px solid rgba(58, 139, 209, 0.15);
    box-shadow: 0 0 18px rgba(58, 139, 209, 0.15);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.img-text .col-img .img.png {
    border-color: transparent;
    box-shadow: none;
}

.img-text .col-img .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
}

.img-text .col-text {
    width: 66.666%;
    padding-left: 64px;
}



.img-text.img-text.type2 .col-text {
    padding-right: 64px;
    padding-left: 9px;
}

.img-text.type2 .col-img.first {
    display: none;
}


    .text-img svg.bgsvg.layer1, .text-img svg.bgsvg.layer2, .text-img svg.bgsvg.layer3, .text-img svg.bgsvg.layer4 {
        width: 3000px !important;
        height: 535px;
        left: 50%;
        margin-left: -1500px;
        object-fit: cover;
    }

.product-info-tech.models .table .tablerow .tablecol span i {
    display: none;
}    

.img-text .date {
    font-size: 16px;
    font-weight: 700;
    color: #e9a611;
    margin-bottom: 6px;
    display: block;
}

.img-text .text-article {
    width: 100%;
    margin-top: -18px;
    margin-bottom: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.img-text .text-article p {
    font-size: 16px;
    line-height: 170%;
}

.img-text .button {
    width: auto;
    max-width: 320px;
}

.pagination .col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination ul li {
    margin: 0;
    padding: 0;
}

.pagination a {
    padding: 3px;
    background-color: transparent;
    margin: 6px;
    display: block;
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    color: #01162b;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}

.pagination a:hover {
    text-decoration: underline;
}

.pagination a i {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 12px;
}

.pagination ul li a {
    min-width: 46px;
    min-height: 46px;
    display: flex;
    border: 1px solid rgba(58, 139, 209, 0.15);
    text-align: center;
    border-radius: 5px;
    background-color: white;
}

.pagination ul li a:hover, .pagination ul li.active a {
    text-decoration: none;
    background-color: #369ffb;
    border-color: #369ffb;
    color: white;
}

.contact-info {
    position: relative;
    background-color: white !important;
    border-top: 1px solid rgba(0,0,0, 0.05);
}

.contact-info .col {
    display: flex;
    flex-wrap: wrap;
    padding-right: calc(45% + 18px);
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-info iframe {
    width: 45%;
    height: 100%;
    position: absolute;
    left: 55%;
    top: 0;
    border-left: 1px solid rgba(0,0,0, 0.05) !important; 
}

.contact-info .h1 {
    margin: 0;
    font-size: 36px;
    margin-bottom: 48px;
    display: block;
    width: 100%;

}

.contact-info .h2 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 24px;
    display: block;
    width: 100%;

}

.contact-info .social {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 36px;
    margin-top: 12px;
    float: left;
    clear: both;
    width: calc(100% + 12px);
    margin-left: -6px;
    flex-wrap: wrap;
}

.contact-info .social li {
    margin: 3px;
    padding: 0;
}

.contact-info .social li:last-child {
    margin-right: 0;
}

.contact-info .social li a {
    display: block;
    padding: 9px;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 1000px;
    text-decoration: none;
    letter-spacing: 0.15px;
    transition: all 0.3s ease-in-out;
    background-color: #2c7abd;
    border-color: #369ffb;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #369ffb, #2c7abd);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}

.contact-info .left, .contact-info .right {
    width: 50%;
}

.contact-info .card-info {
    width: 100%;
    display: flex;
    margin-bottom: 24px;
    position: relative;
    padding-left: 56px;
    padding-right: 18px;
}

.contact-info .card-info .icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    color: #2c7abd;
}

.contact-info .card-info .h6 {
    width: 100%;
    display: block;
    margin: 0;
}

.contact-info .card-info span {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 140%;
}




@media screen and (max-width: 1600px) {

    .text-img .col-text {
        flex-wrap: wrap;

    }

    


    .text-img .col-text .text {
        width: 40%;
    }

    .text-img .col-text .img {
        width: 60%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .text-img .col-text p br {
        display: none;
    }

    .product-info-tech.text-img .col-text {
        width: 100%;
        flex-wrap: wrap;
    }

    .product-info-tech.text-img .col-text p br {
        display: none;
    }

    .text-img.table .col-text .table {
        width: 100%;
    }

    .table .tablerow .tablecol span {
        height: 60px;
    }

    .product-info-tech.text-img {
        margin-bottom: 18px;
        padding-top: 0;
    }



    .product-info .col-img {
        padding-right: 18px;
    }

    .product-info .h1 {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .product-info p {
        font-size: 16px;
    }

    .product-info .info2 ul li  {
        font-size: 15px;
    }

    .product-info .info2 ul li:first-child strong, .product-info .info2 ul li:nth-child(2) strong {
        font-size: 15px;
    }

    .product-info .info2 ul li strong {
        font-size: 13px;
    }

    .product-info .col-text .models button {
        font-size: 15px;
    }

  .product-info .col-text .models {
    width: calc(100% + 12px);
    max-width: 200%;
  }

  .product-info .info2 ul {
    max-width: 200%;
    width: calc(100% + 12px);
  }

  .text-img.table .col-text .text {
    width: 40%;
  }

  .text-img.table .col-text .text br {
    display: none;
  }

  .text-img.table .col-text .table {
    width: calc(60% - 18px);
    margin-left: 18px;
  }

}

@media screen and (max-width: 1280px) {
    .product-info .col-img {
        width: 45%;
    }

    .product-info .col-text {
        max-width: 100%;
        width: 55%;
    }

    .product-info .info2 ul li {
        line-height: 120%;
    }

    .img-text {
        padding-left: 0;
        padding-right: 0;
    }



    .text-img .col-text .text {
        width: 50%;
    }

    .text-img .col-text .img {
        width: 50%;
    }

    .product-info-tech.text-img.table .col-text .text {
        width: 45%;
    }

    .product-info-tech.text-img.table .col-text .table {
        width: 55%;
    }



}

/* Mobile */
@media screen and (max-width: 890px) {

    .product-info {
        padding-top: 9px;
        padding-bottom: 0;
    }

    .product-info-tech.text-img .text {
        padding-right: 0;
        padding-top: 24px;
    }

    .product-info-tech.text-img {
        margin-bottom: 0;
        padding-top: 0;
    }

    .text-img .h2 {
        font-size: 22px;
        text-shadow: unset;
    }

    .text-img .h1 {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .text-img.table p {
        font-size: 14px;
        margin-bottom: 36px;
    }

    .text-img.table .col-text .table {
        padding: 12px;
        border-radius: 10px;
    }

    .product-info-tech.text-img.table .col-text .table {
        padding: 12px;
        border-radius: 15px;
    }

    .table .tablerow .tablecol span {
        padding: 12px;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        align-items: center;
        font-size: 13px;
    }

    .product-info-tech .table .tablerow .tablecol:nth-child(1), .product-info-tech .table .tablerow .tablecol:nth-child(2) {
        width: 50%;
    }

    .product-info-tech.models .table .tablerow .tablecol:nth-child(1), .product-info-tech.models .table .tablerow .tablecol:nth-child(2) {
        width: 100%;
    }

    .text-img.table .col-text .table {
        backdrop-filter: unset;
    }

    .product-info .h1 {
        font-size: 26px;
    }

    .product-info p {
    font-size: 14px;
    }

    .product-info .col-text .models button {
        font-size: 14px;
    }

    .product-info .info2 ul li:first-child, .product-info .info2 ul li:nth-child(2) {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .product-info .info2 ul li:nth-child(2) {
        margin-bottom: 12px;
    }

    .product-info .info2 ul li strong {
        font-size: 12px;
    }

    .product-info .info2 ul li {
        font-size: 14px;
    }

    .text-img .h1 {
        text-shadow: none;
    }

    .text-img .info2 ul li {
        text-shadow: none;
        font-size: 14px;
    }

    .img-text {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 9px;
    }

    .img-text .row {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .img-text .col-text, .img-text.img-text.type2 .col-text {
        padding-left: 9px;
        padding-bottom: 0;
    }

    .img-text.img-text.type2 .col-text {
        padding-right: 9px;
    }

    .img-text .h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .img-text .h1 {
        font-size: 26px;
        margin-bottom: 18px;
    }


    .img-text p, .img-text ul, .img-text ol {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .img-text .col-img .img {
        border-radius: 15px;
    }

    .text-img svg.bgsvg.layer1, .text-img svg.bgsvg.layer2, .text-img svg.bgsvg.layer3, .text-img svg.bgsvg.layer4 {
        width: 1500px !important;
        height: 400px;
        margin-left: -750px;
    }

    .product-info-tech.text-img {
        background-color: rgba(54, 159, 251, 0.1);
    }

    .product-info-tech.text-img.models {
        background-color: white;
    }

    .product-info-tech.models .h1 {
        font-size: 25px;
    }

    .product-info-tech.text-img.models .text {
        padding-top: 0;
        margin-top: -6px;
    }

    .product-info .info2 ul li {
        text-shadow: none;
    }

    .product-info .info2 .iconwrapper .icon {
        filter: unset;
    }

    .product-info .info2 ul li br {
        display: none;
    }

    .product-info-tech.models {
        padding-bottom: 0;
    }

    .img-text .date {
        font-size: 14px;
    }

    .img-text .text-article p {
        font-size: 14px;
        line-height: 160%;
    }

    .img-text .text-article {
        margin-top: -18px;
        margin-bottom: 24px;
    }

    .pagination ul li a {
        min-width: 36px;
        min-height: 36px;
        font-size: 14px;
        margin: 3px;
    }

    .pagination a span span {
        display: none;
    }

    .article-category {
        padding-bottom: 18px;
        padding-top: 18px;
    }

    .contact-info {
        padding-top: 36px;
        padding-bottom: 0px;
     }

     .contact-info .row {
        padding-top: 0;
        padding-bottom: 0;
     }

     .contact-info .col {
        padding-right: 9px;
        padding-top: 0;
        padding-bottom: 0;
     }

     .contact-info .map {
        position: relative;
        height: 450px;
        width: 100%;
     }

     .contact-info .map iframe {
        width: 100%;
        left: 0;
     }

    .contact-info .h1, .contact-info .h2 {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .contact-info .card-info span {
        font-size: 15px;
    }

    .contact-info .card-info .icon {
        width: 24px;
        height: 24px;
    }

    .contact-info .card-info {
        margin-bottom: 18px;
        padding-left: 36px;
    }

    .contact-info .social li a {
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 14px;
    }



}

@media screen and (max-width: 850px) {
      .product-info-tech.models .table .tablerow .tablecol:nth-child(1) {
        display: none;
      }

      .product-info-tech.models .table .tablerow .tablecol {
        flex-wrap: wrap;
      }

      .product-info-tech.models .table .tablerow:first-child .tablecol span:first-child {
        width: 100%;
      }

      .product-info-tech.models .table .tablerow .tablecol span {
        width: 33.333%;
        flex-wrap: wrap;
        padding: 6px;
        height: auto;
        min-height: 46px;
        padding-top: 9px;
        padding-bottom: 9px;
      }

      .product-info-tech.models .table .tablerow .tablecol span i {
        display: block;
        width: 100%;
        margin-bottom: 6px;
        text-align: center;
        font-style: normal;
        font-weight: bold;
        font-size: 11px;
        line-height: 14px;
      }

      .product-info-tech.models .table .tablerow .tablecol span:nth-child(1) {
        border-top: 1px solid rgba(58, 139, 209, 0.5);
      }

      .product-info-tech.models .table .tablerow .tablecol  {
        margin-bottom: 18px;
      }

      .product-info-tech.models .table .tablerow .tablecol:last-child {
        margin-bottom: 0;
      }

      .product-info-tech.models .table .tablerow .tablecol span:nth-child(2), .product-info-tech.models .table .tablerow .tablecol span:nth-child(5) {
        border-left: 1px solid rgba(58, 139, 209, 0.5);
      }

      .text-img.table .col-text .text {
        width: 100%;
      }

      .text-img.table .col-text .table {
        width: 100%;
        margin: 0;
        margin-bottom: -36px;
        margin-top: 24px;
      }

      .product-info-tech.text-img.table .col-text .table {
        margin-top: 0;
        margin-bottom: 0;
      }

}

@media screen and (max-width: 800px) {
  .product-info .col-img, .product-info .col-text {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .product-info .col-text .models {
    width: calc(100% + 12px);
    max-width: 200%;
  }

  .product-info .info2 ul {
    max-width: 200%;
    width: calc(100% + 12px);
  }

  .text-img .col-text .text, .text-img .col-text .img {
    width: 100%;
  }

  .text-img .col-text .img {
    padding-top: 36px;
    margin-bottom: -72px;
  }

  .text-img .info2 ul li, .text-img .info2 ul {
    max-width: unset;
  }

  .text-img.product-info-tech .col-text .img {
    padding-top: 9px;
    margin-bottom: 0;
  }

  .product-info-tech.text-img.table .col-text .table {
    width: 100%;
  }

  .product-info-tech.text-img.table .col-text .text {
    width: 100%;
  }

}

@media screen and (max-width: 540px) {
    .img-text .col-text, .img-text .col-img {
        width: 100%;
    }

    .img-text.type2 .col-img.first {
        display: block;
    }

    .img-text.type2 .col-img.second {
        display: none;
    }

    .img-text .button {
        max-width: 260px;
    }

    .contact-info .left, .contact-info .right {
        width: 100%;
    }

    .table .tablerow .tablecol:nth-child(1) { 
        width: 30%;
    }

    .table .tablerow .tablecol {
        width: 23.333%;
    }

}

@media screen and (max-width: 440px) {
    .table .tablerow .tablecol span {
        padding: 6px;
        font-size: 12px;
    }


}


@media screen and (max-width: 400px) {


    .product-info-tech.models .table .tablerow .tablecol span {
        width: 50%;
    }

    .product-info-tech.models .table .tablerow .tablecol span:nth-child(5) {
        border-left: none;
    }

    .product-info-tech.models .table .tablerow .tablecol span:nth-child(4), .product-info-tech.models .table .tablerow .tablecol span:nth-child(6) {
        border-left: 1px solid rgba(58, 139, 209, 0.5);
    }

    .table .tablerow .tablecol:nth-child(1) {
        display: none;
    }

    .product-info-tech .table .tablerow .tablecol:nth-child(1), .product-info-tech .table .tablerow .tablecol:nth-child(2) {
        width: 50%;
        display: flex;
    }

    .table .tablerow .tablecol:nth-child(2) span {
        border-left: 1px solid rgba(58, 139, 209, 0.5);
    }

    .product-info-tech .table .tablerow .tablecol:nth-child(1) span, .product-info-tech .table .tablerow .tablecol:nth-child(2) span {
        text-align: left;
    }

    .product-info-tech .table .tablerow .tablecol:nth-child(2) span {
        border-left: none;
    }

    .table .tablerow .tablecol {
        width: 33.333%;
        text-align: center;
    }

    .table .tablerow .tablecol span {
        text-align: center;
    }



}

@media screen and (max-width: 360px) {
    .text-img .info2 ul li {
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .product-info .col-text .models button {
        width: calc(50% - 12px);
    }

    .product-info .info2 ul li {
        width: calc(50% - 12px);
    }

    .product-info-tech.models .table .tablerow .tablecol span {
        border-left: 1px solid rgba(58, 139, 209, 0.5) !important;
    }

    .product-info-tech.models .table .tablerow .tablecol span {
        width: 100%;
    }

}