@media (max-width: 374px) {
  /*
header .header-top .mobile-top { flex-direction: column; }
header .header-top .mobile-top li { flex: 0 0 100%; text-align: center !important; }
*/

  header .header-top {
    padding: 10px 0px;
  }
  header .header-top .header-inner {
    padding: 0 12px;
  }
  header .header-top.italian-page .header-inner {
    padding: 0 25px;
  }
}

@media (min-width: 399px) {
  .warranties .warranties-box .inner .text .list ul li span {
    display: inline;
  }

  .detail .detail-box .inner .text ul li span {
    display: inline;
  }

  .form .form-box form .uploader-box .file-upload {
    flex: auto;
  }
}

@media (min-width: 479px) {
  .design .design-box .design-panel-box .image {
    height: 300px;
  }

  .advantages .advantages-box .inner .image .image-box {
    height: 350px;
  }
}

@media (max-width: 599px) {
  .logos .logos-box .logos-slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .logos .logos-box .logos-slider .owl-item {
    display: flex;
    flex: 0 0 50%;
  }
  .logos .logos-box .logos-slider .owl-item .item {
    width: 100%;
    height: 100%;
    max-width: 170px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

@media (min-width: 600px) {
  .gallery-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gallery-box .gallery-item-box {
    flex: 0 0 calc(50% - 13px);
    margin-bottom: 30px;
  }

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .image {
    min-height: 300px;
  }

  .logos .logos-box .logos-slider .owl-item .item {
    padding: 30px 15px;
  }

  .solutions .solutions-box .solutions-panel .lists .list {
    width: 550px;
  }

  .visit .visit-box .visit-panel .visit-img {
    height: 300px;
  }
  .visit .visit-box .visit-panel .visit-img.half picture img {
    object-position: bottom;
  }
  .visit .visit-box .visit-panel .visit-img.half picture {
    object-position: bottom;
  }

  .design .design-box .design-panel-box .image {
    height: 400px;
  }

  .advantages .advantages-box .inner .image .image-box {
    height: 400px;
  }

  .warranties .warranties-box .inner .logo-part .logo {
    flex: 0 0 20%;
    padding: 0 10px;
  }
  .warranties .warranties-box .inner .logo-part .logo img {
    max-width: 160px;
    margin: 0 auto;
    display: block;
  }

  .form-call {
    width: 100%;
  }
  .form-call .contact-form {
    max-width: 500px;
    margin: 0 auto;
  }
  .form-call .contact-form form {
    position: relative;
  }
  .form-call .contact-form form .form-group {
    width: 320px;
    margin-bottom: 0;
  }
  .form-call .contact-form form .form-group .invalid-feedback {
    position: absolute;
    bottom: -25px;
  }
  .form-call .contact-form form .form-group.second {
    width: 220px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .form-call .contact-form form .form-group input {
    border-color: #41b574;
    top: 0px;
    width: 220px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .form-call .contact-form form .form-group button {
    top: 0;
    left: -280px;
    width: 220px;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  .form-call .contact-form.animate form .form-group input {
    border-color: #41b574;
    top: 0px;
    width: 320px;
  }
  .form-call .contact-form.animate form .form-group button {
    top: 0;
    left: 0;
    width: 220px;
  }

  .detail.another .detail-box .inner .quick-links {
    margin-bottom: 0px;
    z-index: 100;
  }

  .detail .detail-box .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .detail .detail-box .inner .left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .detail .detail-box .inner .info-starter {
    display: flex;
    flex-direction: row;
    justify-content: end;
    flex: 0 0 100%;
    margin-bottom: 20px;
    position: relative;
    height: 400px;
  }
  .detail .detail-box .inner .info-starter .subheading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 50%;
    z-index: 5;
    margin-bottom: 0;
  }
  .detail .detail-box .inner .info-starter .subheading p {
    display: flex;
  }
  .detail .detail-box .inner .info-starter .image {
    flex: 0 0 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .detail .detail-box .inner .info-starter .image img.desk {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: right top;
  }
  .detail .detail-box .inner .info-starter .image img.mob {
    display: none;
  }

  .detail .detail-box .inner .form {
    flex: 0 0 100%;
  }
  .other-pages .detail .detail-box .inner .form {
    flex: unset;
  }
}

@media (max-width: 991px) and (min-width: 600px) {
  .form-call .contact-form form .form-group input {
    border-color: #41b574;
    top: 0px;
    width: 220px !important;
    right: -140px;
    -webkit-transition: width 1s ease-in-out, right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, right 1s ease-in-out;
    transition: width 1s ease-in-out, right 1s ease-in-out;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .form-call .contact-form form .form-group button {
    top: 0;
    left: -140px;
    width: 220px;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  .form-call .contact-form.animate form .form-group input {
    border-color: #41b574;
    top: 0px;
    width: 320px !important;
    right: 0;
  }
  .form-call .contact-form.animate form .form-group button {
    top: 0;
    left: 0;
    width: 220px;
  }
}

@media (max-width: 991px) {
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item.active
    .item
    .text
    h1 {
    text-align: left;
  }

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item.active
    .item
    .text
    p {
    opacity: 1;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .cards-section .cards-box {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cards-section .cards-box .item {
    flex: 0 0 calc(50% - 10px);
  }
  .cards-section .cards-box .item.first-row {
    margin-bottom: 20px;
  }

  .cards-section.logos-section .cards-box {
    max-width: 370px;
  }
}

@media (min-width: 768px) {
  .cover {
    width: 100%;
    min-height: 700px;
  }
  .cover .cover-box {
    width: 100%;
    min-height: 700px;
  }
  .cover .cover-box .cover-slider {
    width: 100%;
    min-height: 700px;
  }
  .cover .cover-box .cover-slider.owl-carousel {
    min-height: 700px;
  }
  .cover .cover-box .cover-slider.owl-carousel .owl-stage-outer {
    min-height: 700px;
  }
  .cover .cover-box .cover-slider.owl-carousel .owl-stage-outer .owl-stage {
    min-height: 700px;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    min-height: 700px;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item {
    min-height: 700px;
  }

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .image {
    min-height: 450px;
  }

  .form .form-box form .form-group.form-checkbox-box label {
    margin-left: 10px;
    width: auto;
  }

  .form-call {
    padding: 0;
  }
  .form-call.with-padding {
    padding: 0 25px;
  }
  /* VISIT */

  .visit .visit-box .visit-panel {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
  .visit .visit-box .visit-panel .visit-img {
    height: 350px;
  }
  .visit .visit-box .visit-panel .visit-img.full {
    flex: 0 0 100%;
  }
  .visit .visit-box .visit-panel .visit-img.half {
    flex: 0 0 100%;
  }
  .visit .visit-box .visit-panel .visit-part {
    flex: 0 0 48%;
  }

  /* /VISIT */

  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item {
    flex-direction: row;
    height: 300px;
  }
  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item
    .image {
    height: 100%;
    flex: 0 0 40%;
  }
  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item
    .image
    .quote-box {
    position: absolute;
    left: unset;
    bottom: unset;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background-color: #ffffff25;
  }

  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item.no-image {
    height: 100%;
  }
  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item.no-image
    .image {
    height: 100%;
    flex: 0 0 140px;
  }
  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item.no-image
    .image
    .quote-box {
    background-color: unset;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item.no-image
    .image
    .quote-box
    img {
    width: 90px;
    height: auto;
    position: absolute;
    right: 0;
    top: 25px;
    margin-right: 25px;
  }

  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item.no-image
    .text-box {
    padding: 50px;
  }

  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item
    .text-box {
    justify-content: center;
    position: relative;
    padding: 25px 50px;
  }
  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item
    .text-box
    .element {
    position: absolute;
    width: 90px;
    bottom: 25px;
    right: 25px;
  }
  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item
    .text-box
    .element
    img {
    width: 100%;
  }

  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item
    .text-box
    .text
    .main {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .solutions .solutions-box .solutions-panel .image {
    height: 450px;
  }

  /* popular */

  .popular .popular-box .popular-panel .items .item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .popular .popular-box .popular-panel .items .item .item-img {
    order: 1;
    background-color: unset;
    background: unset;
    flex: 0 0 250px;
  }
  .popular .popular-box .popular-panel .items .item .item-text {
    order: 2;
  }

  /* /popular */

  .design .design-box {
  }

  .design .design-box .design-panel-box {
    display: flex;
    flex-direction: row;
  }

  .design .design-box .design-panel-box .image {
    height: 100%;
    margin-bottom: 0;
    flex: 0 0 45%;
  }

  .design .design-box .design-panel-box .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 55%;
    padding-right: 30px;
    padding-left: 50px;
    padding-bottom: 0;
  }
  .design .design-box .design-panel-box .text .button-box {
    margin-top: 0;
    width: 270px;
  }

  .why .why-box .image .image-box {
    height: 400px;
  }
  .why .why-box .image .image-box img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
  }

  .form {
    max-width: 500px;
    margin: 0 auto;
  }
  .form .form-box form .form-group {
    text-align: center;
  }
  .form .form-box form button {
    max-width: 270px;
    margin: 0 auto;
  }

  .other-pages.contact .form {
    max-width: unset;
    margin: unset;
  }

  /* detail starter */

  .testimonials .item {
    flex-direction: row;
    height: 300px;
  }
  .testimonials .item .image {
    height: 100%;
    flex: 0 0 40%;
  }
  .testimonials .item .image .quote-box {
    position: absolute;
    left: unset;
    bottom: unset;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background-color: #ffffff25;
  }

  .testimonials .item.no-image {
    height: 100%;
  }
  .testimonials .item.no-image .image {
    height: auto;
    flex: 0 0 110px;
    display: flex !important;
    margin-bottom: 0;
  }
  .testimonials .item.no-image .image .quote-box {
    background-color: unset;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .testimonials .item.no-image .image .quote-box img {
    width: 60px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 25px;
  }

  .testimonials .item.no-image .text-box {
    padding: 50px;
    width: 100%;
  }

  .testimonials .item .text-box {
    justify-content: center;
    position: relative;
    padding: 25px 50px;
  }
  .testimonials .item .text-box .element {
    position: absolute;
    width: 90px;
    bottom: 25px;
    right: 25px;
  }
  .testimonials .item .text-box .element img {
    width: 100%;
  }

  .testimonials .item .text-box .text .main {
    /*font-size: 20px; line-height: 28px;*/
    margin-bottom: 40px;
    margin-top: 0;
  }

  /* /detail starter */
  /*
.form-call .contact-form { margin-left: 0;}
.form-call .contact-form p { font-weight: 500; text-align: left; color: #000; }
*/
  .visits .visits-box .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .visits .visits-box .inner .boxes {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
  .visits .visits-box .inner .boxes .visit-part {
    flex: 0 0 48%;
  }
  .visits .visits-box .inner .boxes .visit-part.acco {
    flex: 0 0 55%;
  }

  .visits .visits-box .inner .image {
    height: 350px;
  }
}

@media (max-width: 991px) {
  header .header-top.italian-page {
    background-color: #41b574;
    padding: 10px 0;
  }

  .float-panel {
    display: none;
  }
  .detail .detail-box .inner .image.image-mob {
    display: none;
  }

  .detail .detail-box.background .background-box {
    background-image: unset !important;
  }

  .detail .detail-box .inner .breadcrumb {
    display: none;
  }
  .detail .detail-box .inner .heading {
    display: none;
  }
  .detail .detail-box .inner .quick-links {
    display: none;
  }

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item.active
    .item
    .text
    span {
    text-align: center;
  }

  .detail .detail-box .right {
    display: none;
  }

  /*.detail.another .detail-box .inner .breadcrumb { display: block; }
.detail.another .detail-box .inner .heading { display: block; padding-top: 20px; }*/

  header .megamenu {
    display: none;
  }
  header .header-main .info {
    display: none;
  }
  header .header-top .desktop-top {
    display: none;
  }
  header .header-top ul li {
    display: flex;
    width: auto;
    padding: 3px 0;
    flex: auto;
  }
  header .header-top ul li.mail-box {
    display: none;
  }
}

@media (min-width: 992px) {
  .why.video-section .why-box {
    margin-top: 140px;
  }

  .button-soluzioni {
    margin-top: 50px;
  }

  .gallery-box .gallery-item-box {
    flex: 0 0 calc(33.33% - 20px);
    margin-bottom: 30px;
  }

  .detail .detail-box.background .background-box {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
  }
  .detail .detail-box.background .background-box.bottom-right {
    background-size: auto 60%;
    background-position: bottom right;
  }
  .detail .detail-box.background .inner .image.image-mob {
    display: none;
  }

  .section .heading .subheading {
    font-size: 18px;
    line-height: 30px;
  }

  .form-call.organization-form {
    margin-top: 0;
  }

  .detail .detail-box .right {
    display: flex;
    flex: 0 0 400px;
    padding: 0;
    margin-top: 69px;
    padding-right: 25px;
    flex-direction: column;
    position: sticky;
    top: 160px;
  }
  .detail .detail-box .right .info-side {
    width: 100%;
    position: sticky;
    top: 116px;
  }
  .detail .detail-box .right .info-side .info-inner {
    width: 100%;
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
  }
  .detail .detail-box .right .info-side .info-inner .heading {
    margin-bottom: 50px;
  }
  .detail .detail-box .right .info-side .info-inner .info {
    width: 100%;
  }
  .detail .detail-box .right .info-side .info-inner .info h3 {
    font-weight: 600;
  }
  .detail .detail-box .right .info-side .info-inner .info .info-box {
    width: 100%;
  }
  .detail .detail-box .right .info-side .info-inner .info .info-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  .detail
    .detail-box
    .right
    .info-side
    .info-inner
    .info
    .info-box
    ul:last-child {
    margin-bottom: 0px;
  }
  .detail
    .detail-box
    .right
    .info-side
    .info-inner
    .info
    .info-box
    ul
    span.label {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .detail .detail-box .right .info-side .info-inner .info .info-box ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .detail .detail-box .right .info-side .info-inner .info .info-box ul li a {
    color: #000;
  }
  .detail .detail-box .right .info-side .info-inner .info .info-box ul li span {
    width: 65px;
    display: inline-block;
  }

  .other-pages .form .form-box form .form-group {
    /*text-align: left;*/
  }

  .header-mobile {
    display: none;
  }

  .form-call .contact-form {
    margin-left: 0;
  }
  .form-call .contact-form p {
    font-weight: 500;
    text-align: left;
    color: #000;
  }

  .visits .visits-box .heading {
    text-align: left;
  }

  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item
    .image
    .quote-box {
    width: 100px;
  }
  .testimonials .item .image .quote-box {
    width: 100px;
  }

  .detail .detail-box .inner .image {
    display: none;
  }

  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item
    .image {
  }

  .testimonials .testimonials-box {
    padding-top: 140px;
  }

  .section .heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
  }

  .detail .detail-box .inner .background-image {
    display: none;
  }
  .logos .logos-box .logos-slider .owl-item .item {
    padding: 0px 0px;
  }
  .logos .logos-box .logos-slider .owl-item .item .image {
    max-width: 130px;
    margin: 0 auto;
  }

  /* popular */

  .popular .popular-box {
    padding-top: 140px;
  }

  .popular .popular-box .popular-panel .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .popular .popular-box .popular-panel .items .item {
    margin-bottom: 0;
    flex: 0 0 31.5%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }

  .popular .popular-box .popular-panel .items .item .item-text h4 {
    font-weight: 600;
  }

  .popular .popular-box .popular-panel .items .item .item-img {
    height: 250px;
    order: 2;
  }
  .popular .popular-box .popular-panel .items .item .item-img .img-box {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .popular .popular-box .popular-panel .items .item .item-img .img-box img {
    max-width: 300px;
  }
  .popular
    .popular-box
    .popular-panel
    .items
    .item.corona-dentail
    .item-img
    .img-box
    img {
    max-width: unset;
  }

  /* /popular */

  .solutions .solutions-box {
    padding: 140px 0 0 0;
  }

  /* cover */

  .cover {
    width: 100%;
    height: calc(100vh - 136px);
    min-height: 500px;
    max-height: 550px;
  }
  .cover .cover-box {
    width: 100%;
    height: calc(100vh - 136px);
    min-height: 500px;
    max-height: 550px;
  }
  .cover .cover-box .cover-slider {
    width: 100%;
    height: calc(100vh - 136px);
    min-height: 500px;
    max-height: 550px;
  }
  .cover .cover-box .cover-slider.owl-carousel {
    height: calc(100vh - 136px);
    min-height: 500px;
    max-height: 550px;
  }
  .cover .cover-box .cover-slider.owl-carousel .owl-stage-outer {
    height: calc(100vh - 136px);
    min-height: 500px;
    max-height: 550px;
  }
  .cover .cover-box .cover-slider.owl-carousel .owl-stage-outer .owl-stage {
    height: calc(100vh - 136px);
    min-height: 500px;
    max-height: 550px;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: calc(100vh - 136px);
    min-height: 500px;
    max-height: 550px;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item {
    height: calc(100vh - 136px);
    min-height: 500px;
    max-height: 550px;
  }

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .image {
    height: 100%;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .image
    .img-desk {
    display: block;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .image
    .img-mobile {
    display: none;
  }

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text {
    max-width: 440px;
    left: 50px;
    padding: 20px 25px;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text
    p {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text
    h1 {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
  }

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text
    form {
    /*max-width: 350px;*/
  }
  /* /cover */

  .design .design-box {
    padding-top: 140px;
  }

  .visit {
    min-height: 100vh;
  }
  .visit .visit-box {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 120px;
  }
  .visit .visit-box .inner {
    padding: 0 25px;
  }
  .visit .visit-box .inner .heading {
    padding: 0;
  }
  .visit .visit-box .inner .heading {
    padding: 0;
  }

  .visit .visit-box .visit-panel {
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
    padding: 0;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .visit .visit-box .visit-panel .single {
    margin-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
  }

  .visit .visit-box .visit-panel .visit-img.full {
    flex: 0 0 100%;
    height: 400px;
  }
  .visit .visit-box .visit-panel .visit-img.full img {
    object-position: top;
  }
  .visit .visit-box .visit-panel .visit-part {
    flex: 0 0 25%;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px 5px 35px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .visit .visit-box .visit-panel .visit-part.middle {
    border-left: 1px solid #e8e8e8;
  }
  .visit .visit-box .visit-panel .visit-part.four {
    border-left: 1px solid #e8e8e8;
  }
  .visit .visit-box .visit-panel .visit-img.half {
    order: 6;
    flex: 0 0 50%;
    height: 320px;
  }

  .visit .visit-box .visit-panel .visit-part .img {
    padding: 0;
    width: auto;
  }
  .visit .visit-box .visit-panel .visit-part .img.plane {
    padding: 0;
  }
  .visit .visit-box .visit-panel .visit-part .img img {
    width: auto;
    height: 40px;
  }

  .visit .visit-box .visit-panel .visit-part .text {
    padding: 0;
    margin-top: 15px;
  }

  /* solutions */

  .solutions .solutions-box .solutions-panel .lists {
    width: 100%;
    padding: 0 25px;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .solutions .solutions-box .solutions-panel .lists .list {
    flex: 0 0 30%;
  }

  /* /solutions */

  .solutions .solutions-box .solutions-panel .image {
    height: 500px;
  }

  .visits .visits-box {
    padding: 140px 0 0 0;
  }

  .contact-page .contact .contact-box {
    padding-top: 0px;
  }
  .contact .contact-box {
    padding-top: 140px;
  }

  .why .why-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 140px 0 0 0;
  }
  body.detail-page .why .why-box {
    padding: 140px 0 0 0;
  }
  .why .why-box .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .why .why-box .inner .heading {
    order: 1;
    flex: 0 0 65%;
    text-align: left;
    max-width: unset;
  }
  .why .why-box .inner .list {
    order: 2;
    flex: 0 0 35%;
    margin-top: 50px;
  }
  .why .why-box .inner .image {
    padding: 0 25px;
    width: 100%;
  }
  .why .why-box .inner .image .image-box {
    order: 3;
    flex: 0 0 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .why .why-box .inner .image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
  }

  .contact .contact-box .info .info-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 820px;
    margin: 0 auto;
  }
  .contact .contact-box .info .info-box ul {
    flex: 0 0 30%;
  }

  .detail .detail-box .inner .quick-links {
    display: none;
  }

  .float-panel {
    z-index: 100;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .float-panel .float-panel-box {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 15px 0px;
    background-color: #fff;
    overflow: hidden;
  }
  .float-panel .float-panel-box .panel {
    display: flex;
    flex-direction: row;
    padding: 0 25px;
  }
  .float-panel .float-panel-box .panel .item {
    display: flex;
    flex-grow: 1;
    padding: 5px 0;
    border-left: 1px solid #dcd9d9;
  }
  .float-panel .float-panel-box .panel .item.last {
    border-right: 1px solid #dcd9d9;
  }
  .float-panel .float-panel-box .panel .item a {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #000;
    padding: 2px 0 3px 0;
  }
  .float-panel .float-panel-box .panel .item a.active {
    border-bottom: 1px solid #723062;
    padding-bottom: 0;
  }

  .warranties .warranties-box {
    padding: 140px 0 0 0;
  }
  .warranties .warranties-box .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .warranties .warranties-box .inner .text {
    flex: 0 0 60%;
    order: 2;
    padding-left: 30px;
  }
  .warranties .warranties-box .inner .logo-part {
    display: flex;
    flex-direction: row;
    flex: 0 0 40%;
    height: max-content;
    justify-content: flex-end;
    order: 1;
    flex-wrap: wrap;
  }
  .warranties .warranties-box .inner .logo-part .logo {
    flex: 0 0 48%;
    display: block;
  }
  .warranties .warranties-box .inner .text .description {
    margin-bottom: 50px;
  }

  .detail {
    /*height: calc(100vh - 126px);*/ /*max-height: 900px; min-height: 685px;*/
  }
  .detail .detail-box {
    width: 100%; /*height: calc(100vh - 126px);*/
    position: relative;
    max-height: 100%; /*min-height: 685px;*/
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 246, 246, 1) 100%
    );
    background: -webkit-linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 246, 246, 1) 100%
    );
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 246, 246, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2f6f6",GradientType=1);
  }
  .detail .detail-box .inner {
    /*height: calc(100vh - 194px);*/
    height: 100%;
    z-index: 10;
    position: relative;
    align-items: center;
    padding-top: 0px; /*min-height: 600px;*/
    max-height: 100%;
  }

  .detail.another {
    height: calc(100vh - 126px);
    min-height: 630px;
  }
  .detail.another .detail-box {
    height: calc(100vh - 126px);
  }
  .detail.another .detail-box .inner {
    height: calc(100vh - 194px);
  }

  .other-pages .detail {
    background: unset;
    max-height: unset;
  }
  .other-pages .detail .detail-box {
    background: unset;
  }

  .detail .detail-box .inner .aligner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px 0; /*margin-bottom: auto;*/
    align-items: center;
  }
  .other-pages .detail .detail-box .inner .aligner {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 100px 0;
    margin-bottom: auto;
    flex-wrap: unset;
    align-items: flex-start;
  }

  .detail .detail-box.with-background {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .detail .detail-box.with-background.visits {
    background-image: url(/images/visits-desktop.png);
    min-height: 600px;
  }
  .detail .detail-box .inner .image.image-mob {
    display: flex;
  }
  .detail .detail-box .inner .image.image-desktop {
    display: none;
  }

  .detail .detail-box .inner .image .image-box {
    width: 350px;
    max-width: 100%;
    margin-right: 25px;
  }

  .detail .detail-box .inner .left {
    flex-direction: column;
    flex: 0 0 60%;
    align-items: flex-start;
  }

  .other-pages .detail .detail-box .inner .left {
    flex: auto;
    padding-right: 100px;
  }

  .detail .detail-box.with-background .inner .left {
    flex: 0 0 48%;
  }

  .detail .detail-box .inner .subheading {
    width: 100%;
    display: block;
    height: auto;
    justify-content: unset;
    flex-direction: unset;
    flex: unset;
    margin-bottom: 70px;
    padding-right: 50px;
  }
  .detail .detail-box .inner .info-starter {
    height: auto;
  }
  .detail .detail-box .inner .info-starter .subheading {
    flex: 0 0 100%;
  }

  .other-pages .detail .detail-box .inner .subheading {
    margin-bottom: 30px;
  }

  .detail .detail-box .inner .image.image-mob {
    flex: 0 0 40%;
    margin-bottom: 0;
    position: relative;
    top: 50px;
  }

  .detail .detail-box .inner .breadcrumb {
    margin-bottom: 30px;
    background-color: unset;
    padding: 0 25px;
  }
  .detail .detail-box .inner .breadcrumb ul li {
    font-size: 14px;
    line-height: 18px;
  }

  .detail .detail-box .inner .heading h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .detail .detail-box .inner .subheading p {
    font-size: 18px;
    line-height: 28px;
  }

  .advantages .advantages-box {
    padding: 140px 0 0 0;
  }
  .advantages .advantages-box .inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .advantages .advantages-box .inner .image {
    order: 1;
    flex: 0 0 40%;
    margin-top: 0;
    height: min-content;
  }
  .advantages .advantages-box .inner .image .image-box {
    height: 300px;
  }

  .advantages .advantages-box .inner .list {
    order: 2;
    flex: 0 0 60%;
    padding-left: 30px;
  }
  .advantages .advantages-box .inner .text {
    order: 3;
    margin-bottom: 50px;
  }

  .advantages.advantages-invert .advantages-box .inner .image {
    order: 1;
  }
  .advantages.advantages-invert .advantages-box .inner .list {
    order: 2;
    padding-left: 30px;
    padding-right: 0;
  }
  .advantages .advantages-box .inner .list .list-box .steps {
    margin-bottom: 50px;
  }

  .visits .visits-box .image.desktop {
    display: flex;
  }

  .visits .visits-box .inner .left {
    flex: 0 0 30%;
    margin-bottom: 20px;
  }
  .visits .visits-box .inner .right {
    flex: 0 0 70%;
    padding-left: 50px;
    margin-bottom: 20px;
  }
  .visits .visits-box .inner .right .image {
    display: none;
  }

  body.detail-page footer {
    margin-bottom: 80px;
  }

  footer .footer-box {
    padding-left: 0;
    padding-right: 0;
    max-width: 1400px;
    margin: 0 auto;
  }

  header .megamenu {
  }
  header .megamenu ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  header .megamenu ul li {
    position: unset;
    border: none;
    flex: 0 0 auto;
    text-align: center;
    margin-left: 30px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Biennale-Medium", sans-serif;
    text-transform: none;
    padding: 3px 0;
  }
  header .megamenu ul li:first-child {
    margin-left: 0px;
  }
  header .megamenu ul li a {
    color: #000;
    padding: 0;
    text-align: left;
    display: unset;
    border-bottom: unset;
    position: relative;
  }

  header .megamenu ul li .megamenu-item {
    display: none;
    background-color: #fff;
    height: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 81px;
    -webkit-box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 33%);
  }
  header .megamenu ul li .megamenu-item .box {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 25px; /*align-items: center;*/
  }
  header .megamenu ul li .megamenu-item .box .uk-close-large {
    position: absolute;
    top: 25px;
    right: 25px;
  }
  header .megamenu ul li .megamenu-item .box .item {
    flex: 0 0 50%;
    display: flex;
    flex-direction: row;
    height: 120px;
    margin: 15px 0;
    justify-content: center;
  }
  header .megamenu ul li .megamenu-item .box .item .item-img {
    flex: 0 0 100px;
  }
  header .megamenu ul li .megamenu-item .box .item .item-img img {
    width: 100%;
  }
  header .megamenu ul li .megamenu-item .box .item .item-text {
    text-align: left;
    padding: 0 15px;
    max-width: 450px;
  }
  header .megamenu ul li .megamenu-item .box .item .item-text h6 {
    font-family: "Biennale-Medium", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  header .megamenu ul li .megamenu-item .box .item .item-text h6 a {
    font-family: "Biennale-Medium", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  header .megamenu ul li .megamenu-item .box .item .item-text p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
  }

  header .megamenu ul li.active > a:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -5px;
    border-bottom: 1px solid #723062;
  }
  header .megamenu ul li.active .megamenu-item {
    display: flex;
    height: auto;
  }

  header .header-main .mobile-menu {
    display: none;
  }

  header .header-main .info .button-box {
  }
  header .header-main .info .button-box button {
    font-size: 12px;
    padding: 0 23px;
    border-radius: 10px; /* width: 130px; */
    height: 45px;
    max-width: 170px;
  }
  header .header-main .info .button-box button a {
    color: #fff;
  }

  header .header-main .info {
    display: flex;
    flex-direction: row;
  }
  header .header-main .info .time {
    display: none;
    flex-direction: row;
    align-items: center;
    margin-right: 30px;
  }
  header .header-main .info .time .img {
    margin-right: 15px;
  }
  header .header-main .info .time .img img {
    width: 100%;
  }
  header .header-main .info .text {
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    font-family: "Biennale-Semibold";
  }
  header .header-main .info .text p {
    margin-bottom: 0;
  }
  header .header-main .info .text p span {
    color: #41b574;
    display: block;
  }

  header .header-main .logo {
    margin-bottom: 0;
    margin-top: 0;
    height: 45px;
  }
  header .header-main .logo img {
    height: 45px;
  }

  header .header-main .header-box .menu {
    width: auto;
    padding: 0;
    padding-right: 20px;
    display: none;
  }
  header .header-main .header-box .menu ul {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  header .header-main .header-box .menu ul li {
    position: unset;
    border: none;
    flex: 0 0 auto;
    text-align: center;
    margin-left: 70px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Biennale-Medium", sans-serif;
    text-transform: none;
    padding: 3px 0;
  }
  header
    .header-main
    .header-box
    .menu
    ul
    li.disp_none:not(.collapsed)
    .item-ope {
    position: relative;
  }
  header
    .header-main
    .header-box
    .menu
    ul
    li.disp_none:not(.collapsed)
    .item-ope:after {
    content: " ";
    border-bottom: 1px solid #723062;
    width: 100%;
    position: absolute;
    bottom: -5px;
  }
  header .header-main .header-box .menu ul li:first-child {
    display: none;
  }
  header .header-main .header-box .menu ul li:nth-child(2) {
    margin-left: 0px;
  }
  header .header-main .header-box .menu ul li a {
    padding: 0;
    text-align: left;
    display: unset;
    border-bottom: unset;
  }
  header .header-main .header-box .menu ul li.active a {
    border-bottom: 2px solid #723062;
    padding-bottom: 3px;
  }

  header .header-top {
    padding: 10px 0;
  }

  header .header-main .container-fluid {
    position: unset;
  }
  header .header-main .menu .podmenu {
    padding: 0;
    z-index: 10;
    position: absolute;
    top: 126px;
    width: 100%;
    left: 0px;
    background-color: #fff;
    border: unset;
    flex-direction: row;
    -webkit-box-shadow: 0px 5px 5px -2px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 5px 5px -2px rgb(0 0 0 / 33%);
  }
  header .header-main .menu .podmenu.show {
    z-index: 100;
  }
  header .header-main .menu .podmenu .podmenu-box {
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  header .header-main .menu .podmenu .podmenu-box .podmenu-item {
    display: flex;
    flex: 0 0 48%;
    flex-direction: row;
    align-items: center;
  }
  header .header-main .menu .podmenu .podmenu-box .podmenu-item.first {
    margin-bottom: 50px;
  }
  header .header-main .menu .podmenu .podmenu-box .podmenu-item.second {
    margin-bottom: 0px;
  }
  header .header-main .menu .podmenu .podmenu-box .podmenu-item .item-img {
    flex: 0 0 180px;
    width: 100%;
    max-width: 200px;
  }
  header .header-main .menu .podmenu .podmenu-box .podmenu-item .item-img a {
    width: 100%;
    display: block;
    height: auto;
  }
  header
    .header-main
    .menu
    .podmenu
    .podmenu-box
    .podmenu-item
    .item-img
    a
    img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  header .header-main .menu .podmenu .podmenu-box .podmenu-item .item-text {
    flex: 1;
    padding-left: 15px;
  }
  header .header-main .menu .podmenu .podmenu-box .podmenu-item .item-text h6 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
  }
  header
    .header-main
    .menu
    .podmenu
    .podmenu-box
    .podmenu-item
    .item-text
    h6
    a {
    font-weight: 600;
  }
  header .header-main .menu .podmenu .podmenu-box .podmenu-item .item-text p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin: 0;
  }
  header .header-main {
    position: relative;
    padding: 18px 0;
  }
  header {
    top: -45px;
    overflow-y: unset !important;
  }
  header.it-header {
    top: -67px;
    overflow-y: unset !important;
  }
  header .header-top .header-inner .mobile-top {
    flex: 0 0 200px;
  }
  header .header-top.italian-page .header-inner .mobile-top {
    flex: 0 0 305px;
  }
  header .header-top .header-inner .mobile-top li {
    width: 100%;
  }
  header .header-top .header-inner .mobile-top li:last-child {
    display: none;
  }

  header .header-top .header-inner ul.desktop-top {
    flex: auto;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }
  header .header-top .header-inner ul.desktop-top li {
    width: unset;
    position: relative;
    margin-left: 10px;
    padding-bottom: 0;
    padding-top: 3px;
  }
  header .header-top.italian-page .header-inner ul.desktop-top li {
    margin-left: 8px;
  }
  header .header-top .header-inner ul.desktop-top li:before {
    content: "|";
    color: #fff;
    opacity: 0.2;
    position: relative;
    margin-right: 10px;
  }
  header .header-top .header-inner ul.desktop-top li:first-child:before {
    content: none;
  }
  header .header-top .header-inner ul.desktop-top li.active a {
    padding-bottom: 1px;
    border-bottom: 1px solid #ffffff70;
  }
  header .header-top .header-inner ul.desktop-top li.active:hover a {
    margin-top: 0px;
  }
  header .header-top .header-inner ul.desktop-top li:hover a {
    padding-bottom: 1px;
    border-bottom: 1px solid #ffffff70;
    margin-top: -1px;
  }
  header .header-top .header-inner ul.desktop-top li a {
    padding-bottom: 3px;
    width: auto;
  }

  header .header-main .menu {
    display: block;
  }
  header .header-main .menu ul li.top {
    display: none;
  }

  header .header-main .menu ul.default {
    display: none !important;
  }

  header .header-main .menu ul li .item-ope span {
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  header .header-main .menu ul li .item-ope span.plus {
    display: none;
  }

  header .header-main .header-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
  }
}

@media (max-width: 1199px) {
  header .header-main .menu .podmenu .podmenu-box .podmenu-item .item-img {
    display: none;
  }

  header .header-main .menu .podmenu .podmenu-box .podmenu-item .item-text p {
    display: none;
  }
  header .header-main .menu .podmenu .podmenu-box .podmenu-item .item-text h6 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .detail .detail-box.background .background-box.bottom-right {
    background-size: auto 80%;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text
    form
    .invalid-feedback {
    position: absolute;
    bottom: -25px;
  }

  header .megamenu ul li {
    margin-left: 70px;
  }

  .detail .detail-box .inner .aligner {
    padding: 100px 0;
  }

  .detail .detail-box .inner .image .image-box {
    width: 450px;
  }

  .contact-us-box {
    display: none;
  }

  .detail .detail-box .inner .subheading p {
    font-size: 20px;
    line-height: 30px;
  }

  .advantages .advantages-box .inner .list {
    padding-left: 60px;
  }
  .advantages.advantages-invert .advantages-box .inner .list {
    padding-left: 60px;
  }

  .warranties .warranties-box .inner .text {
    padding-left: 60px;
  }

  .home {
    display: none;
  }

  .form .form-box h3 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    font-size: 30px;
    line-height: 38px;
  }

  .collapsing {
    transition-duration: 0.8s;
    /*transition: none;*/
  }

  /* COVER */

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text {
    max-width: 600px;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text
    p {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text
    h1 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 15px;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item.active
    .item
    .text
    h1
    span {
    font-size: 50px;
    line-height: 56px;
  }

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text
    form {
    position: relative;
    margin-left: 0px;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text
    form
    .form-group.second {
    position: absolute;
  }

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text
    form
    input {
    top: 0px;
    width: 220px;
    -webkit-transition: width 1.5s ease-in-out;
    -moz-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text
    form
    button {
    top: -72px;
    left: 0;
    width: 220px;
    font-size: 14px;
  }

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item.active
    .item
    .text
    form
    input {
    top: 0px;
    max-width: 320px;
    width: 320px;
    border-color: #41b574;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item.active
    .item
    .text
    form
    button {
    top: -72px;
    left: 280px;
  }

  /* /COVER */

  .cover {
    height: calc(100vh - 126px);
    max-height: 1100px;
  }
  .cover .cover-box {
    width: 100%;
    height: calc(100vh - 126px);
    max-height: 1100px;
  }
  .cover .cover-box .cover-slider {
    width: 100%;
    height: calc(100vh - 126px);
    max-height: 1100px;
  }
  .cover .cover-box .cover-slider.owl-carousel {
    height: calc(100vh - 126px);
    max-height: 1100px;
  }
  .cover .cover-box .cover-slider.owl-carousel .owl-stage-outer {
    height: calc(100vh - 126px);
    max-height: 1100px;
  }
  .cover .cover-box .cover-slider.owl-carousel .owl-stage-outer .owl-stage {
    height: calc(100vh - 126px);
    max-height: 1100px;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    height: calc(100vh - 126px);
    max-height: 1100px;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item {
    height: calc(100vh - 126px);
    max-height: 1100px;
  }

  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item {
    height: 350px;
  }
  .testimonials
    .testimonials-box
    .testimonials-slider
    .owl-stage-outer
    .owl-stage
    .item.no-image {
    height: 100%;
  }

  .testimonials .item.no-image {
    height: 100%;
  }

  .visit .visit-box .visit-panel .visit-img.full {
    height: 470px;
  }
  .visit .visit-box .visit-panel .visit-img.full img {
    object-position: center;
  }
  .visit .visit-box .visit-panel .visit-img.half {
    height: 400px;
  }

  .section .heading h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .testimonials .testimonials-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .popular .popular-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 140px 0 0 0;
  }

  /* organisation */

  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1400px;
  }
  .cover
    .cover-box
    .cover-slider.owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .text
    .inner-box {
    max-width: 540px;
  }

  .advantages .advantages-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .advantages .advantages-box .inner {
    display: flex;
  }

  .warranties .warranties-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .warranties .warranties-box .inner {
    display: flex;
  }

  /* /organisation */

  /* solutions */

  .solutions .solutions-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 140px 0 0 0;
  }

  .solutions .solutions-box .solutions-panel {
    width: 100%;
    padding: 0 25px;
  }
  .solutions .solutions-box .solutions-panel .box {
    display: flex;
    flex-direction: row;
    height: 700px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .solutions .solutions-box .solutions-panel .lists {
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .solutions .solutions-box .solutions-panel .lists .list {
    width: unset;
    flex: unset;
    margin-bottom: 0px;
    padding: 20px 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
  }
  .solutions .solutions-box .solutions-panel .lists .list.middle {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }

  .solutions .solutions-box .solutions-panel .image {
    flex: 0 0 65%;
    height: 100%;
  }
  .solutions .solutions-box .solutions-panel .image img {
    object-position: right;
  }

  /* /solutions */

  /* design */

  .design .design-box .design-panel-box {
    min-height: 650px;
  }

  .design .design-box .design-panel-box .image {
    flex: 0 0 65%;
    height: auto;
  }
  .design .design-box .design-panel-box .image img {
    object-position: top;
  }
  .design .design-box .design-panel-box .text {
    flex: 0 0 35%;
    padding-right: 100px;
  }
  /* /design */

  /* design */

  /* /design */

  /* contact */

  .other-pages.contact .contact .contact-box {
    padding: 0;
  }
  .contact .contact-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 140px 0 0px 0px;
  }

  .contact .contact-box .info .info-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1000px;
  }
  .contact .contact-box .info .info-box ul {
    flex: 0 0 30%;
  }
  .contact .contact-box .info .info-box ul li a span {
    width: 65px;
  }
  .contact .contact-box .map {
    margin-bottom: 0px;
  }
  .contact .contact-box .map .map-box {
    height: 550px;
  }

  .form {
    max-width: 920px;
    margin: 0 auto;
  }
  .form .form-box form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form .form-box form .form-group {
    text-align: center;
    flex: 0 0 100%;
  }
  .form .form-box form .form-group.half {
    flex: 0 0 48%;
  }

  /* /contact */

  footer .footer-box .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
    max-width: 1400px;
    flex-wrap: wrap;
  }
  footer .footer-box .inner .logo-footer {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  footer .footer-box .inner .logo-footer img {
    max-width: 230px;
  }
  footer .footer-box .inner .info {
    flex: 0 0 215px;
  }
  footer .footer-box .inner .sitemap {
    flex: 0 0 16%;
  }
  footer .footer-box .inner .dental-solutions {
    flex: 0 0 55%;
  }
  footer .footer-box .inner .dental-solutions .main-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer-box .inner .dental-solutions .main-menu li span {
    text-transform: unset;
  }

  footer .footer-box ul .heading.desktop {
    display: flex;
    flex: 0 0 100%;
  }
  footer .footer-box ul .heading.with-border {
    border-bottom: 1px solid #dcd9d9;
    padding-bottom: 10px;
  }

  .section .heading .subheading {
    margin-bottom: 40px;
  }

  .visits .visits-box .inner .left {
    flex: 0 0 40%;
  }
  .visits .visits-box .inner .right {
    flex: 0 0 60%;
    padding-left: 60px;
  }

  .visits .visits-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .visits .visits-box .inner {
    display: flex;
  }
}

@media (min-width: 1350px) {
  header .header-main .info .time {
    width: 180px;
  }
}
