@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Oswald:wght@400;500&display=swap');

.header-product {
    position: absolute;
    display: block;
    left: -415px;
    bottom: -100px;
    max-width: 440px;
}

.footer-product {
    display: block;
    position: absolute;
    left: 400px;
    bottom: 0px;
}

@media (max-width: 1199px) {
    .header-product {
        left: -230px;
        bottom: -190px;
    }
}

@media (max-width: 991px) {
    .header-product {
        bottom: auto;
        top: 50px;
        left: 300px;
    }
    
    .footer-product {
        position: static;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .header-product {
        position: relative;
        bottom: auto;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }
    
    .footer-product {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }
}

 hr, img, legend {
     border: 0;
}
 legend, td, th {
     padding: 0;
}
 body, figure {
     margin: 0;
}
 html {
     font-family: sans-serif;
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
     display: block;
}
 audio, canvas, progress, video {
     display: inline-block;
     vertical-align: baseline;
}
 audio:not([controls]) {
     display: none;
     height: 0;
}
 [hidden], template {
     display: none;
}
 a {
     background-color: transparent;
}
 a:active, a:hover {
     outline: 0;
}
 b, optgroup, strong {
     font-weight: 700;
}
 dfn {
     font-style: italic;
}
 h1 {
     margin: 0.67em 0;
}
 mark {
     background: #ff0;
     color: #000;
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sup {
     top: -0.5em;
}
 sub {
     bottom: -0.25em;
}
 img {
     vertical-align: middle;
}
 svg:not(:root) {
     overflow: hidden;
}
 hr {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
     height: 0;
}
 pre, textarea {
     overflow: auto;
}
 code, kbd, pre, samp {
     font-family: monospace, monospace;
     font-size: 1em;
}
 button, input, optgroup, select, textarea {
     color: inherit;
     font: inherit;
     margin: 0;
}
 button {
     overflow: visible;
}
 button, select {
     text-transform: none;
}
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     -webkit-appearance: button;
     cursor: pointer;
}
 button[disabled], html input[disabled] {
     cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0;
     padding: 0;
}
 input[type="checkbox"], input[type="radio"] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
     height: auto;
}
 input[type="search"] {
     -webkit-appearance: textfield;
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 fieldset {
     border: 1px solid silver;
     margin: 0 2px;
     padding: 0.35em 0.625em 0.75em;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
 @media print {
     blockquote, img, pre, tr {
         page-break-inside: avoid;
    }
     *, :after, :before {
         background: 0 0 !important;
         color: #000 !important;
         -webkit-box-shadow: none !important;
         box-shadow: none !important;
         text-shadow: none !important;
    }
     a, a:visited {
         text-decoration: underline;
    }
     a[href]:after {
         content: " (" attr(href) ")";
    }
     abbr[title]:after {
         content: " (" attr(title) ")";
    }
     a[href^="#"]:after, a[href^="javascript:"]:after {
         content: "";
    }
     blockquote, pre {
         border: 1px solid #999;
    }
     thead {
         display: table-header-group;
    }
     img {
         max-width: 100% !important;
    }
     h2, h3, p {
         orphans: 3;
         widows: 3;
    }
     h2, h3 {
         page-break-after: avoid;
    }
     .navbar {
         display: none;
    }
     .bottone > .caret, .dropup > .bottone > .caret {
         border-top-color: #000 !important;
    }
     .label {
         border: 1px solid #000;
    }
     .table {
         border-collapse: collapse !important;
    }
     .table td, .table th {
         background-color: #fff !important;
    }
     .table-bordered td, .table-bordered th {
         border: 1px solid #ddd !important;
    }
}
 .img-thumbnail, body {
     background-color: #fff;
}
 *, :after, :before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 button, input, select, textarea {
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
}
 a {
     color: #337ab7;
     text-decoration: none;
}
 a:focus, a:hover {
     color: #23527c;
     text-decoration: underline;
}
 a:focus {
     outline: -webkit-focus-ring-color auto 5px;
     outline-offset: -2px;
}
 .img-responsive {
     display: block;
     max-width: 100%;
     height: auto;
}
 .img-rounded {
     border-radius: 6px;
}
 .img-thumbnail {
     padding: 4px;
     line-height: 1.42857143;
     border: 1px solid #ddd;
     border-radius: 4px;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     display: inline-block;
     max-width: 100%;
     height: auto;
}
 .img-circle {
     border-radius: 50%;
}
 hr {
     margin-top: 20px;
     margin-bottom: 20px;
     border-top: 1px solid #eee;
}
 .sr-only {
     position: absolute;
     width: 1px;
     height: 1px;
     margin: -1px;
     padding: 0;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     border: 0;
}
 .sr-only-focusable:active, .sr-only-focusable:focus {
     position: static;
     width: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     clip: auto;
}
 .collapsing, .modal, .modal-open {
     overflow: hidden;
}
 [role="button"] {
     cursor: pointer;
}
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-family: inherit;
     font-weight: 500;
     line-height: 1.1;
     color: inherit;
}
 .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
     font-weight: 400;
     line-height: 1;
     color: #777;
}
 .h1, .h2, .h3, h1, h2, h3 {
     margin-top: 20px;
     margin-bottom: 10px;
}
 .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
     font-size: 65%;
}
 .h4, .h5, .h6, h4, h5, h6 {
     margin-top: 10px;
     margin-bottom: 10px;
}
 .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
     font-size: 75%;
}
 .h1, h1 {
     font-size: 36px;
}
 .h2, h2 {
     font-size: 30px;
}
 .h3, h3 {
     font-size: 24px;
}
 .h4, h4 {
     font-size: 18px;
}
 .h5, h5 {
     font-size: 14px;
}
 .h6, h6 {
     font-size: 12px;
}
 .lead {
     margin-bottom: 20px;
     font-size: 16px;
     font-weight: 300;
     line-height: 1.4;
}
 .modal-title, address, dd, dt {
     line-height: 1.42857143;
}
 @media (min-width: 768px) {
     .lead {
         font-size: 21px;
    }
}
 .small, small {
     font-size: 85%;
}
 .mark, mark {
     background-color: #fcf8e3;
     padding: 0.2em;
}
 .list-inline, .list-unstyled {
     padding-left: 0;
     list-style: none;
}
 .text-left {
     text-align: left;
}
 .text-right {
     text-align: right;
}
 .text-center {
     text-align: center;
}
 .text-justify {
     text-align: justify;
}
 .text-nowrap {
     white-space: nowrap;
}
 .text-lowercase {
     text-transform: lowercase;
}
 .text-uppercase {
     text-transform: uppercase;
}
 .text-capitalize {
     text-transform: capitalize;
}
 .form label, .initialism, .spis_2 li span {
     text-transform: uppercase;
}
 .text-muted {
     color: #777;
}
 .text-primary {
     color: #337ab7;
}
 a.text-primary:focus, a.text-primary:hover {
     color: #286090;
}
 .text-success {
     color: #3c763d;
}
 a.text-success:focus, a.text-success:hover {
     color: #2b542c;
}
 .text-info {
     color: #31708f;
}
 a.text-info:focus, a.text-info:hover {
     color: #245269;
}
 .text-warning {
     color: #8a6d3b;
}
 a.text-warning:focus, a.text-warning:hover {
     color: #66512c;
}
 .text-danger {
     color: #a94442;
}
 a.text-danger:focus, a.text-danger:hover {
     color: #843534;
}
 .bg-primary {
     color: #fff;
     background-color: #337ab7;
}
 a.bg-primary:focus, a.bg-primary:hover {
     background-color: #286090;
}
 .bg-success {
     background-color: #dff0d8;
}
 a.bg-success:focus, a.bg-success:hover {
     background-color: #c1e2b3;
}
 .bg-info {
     background-color: #d9edf7;
}
 a.bg-info:focus, a.bg-info:hover {
     background-color: #afd9ee;
}
 .bg-warning {
     background-color: #fcf8e3;
}
 a.bg-warning:focus, a.bg-warning:hover {
     background-color: #f7ecb5;
}
 .bg-danger {
     background-color: #f2dede;
}
 a.bg-danger:focus, a.bg-danger:hover {
     background-color: #e4b9b9;
}
 .page-header {
     padding-bottom: 9px;
     margin: 40px 0 20px;
     border-bottom: 1px solid #eee;
}
 dl, ol, ul {
     margin-top: 0;
}
 blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
     margin-bottom: 0;
}
 address, dl {
     margin-bottom: 20px;
}
 ol, ul {
     margin-bottom: 10px;
}
 .list-inline {
     margin-left: -5px;
}
 .list-inline > li {
     display: inline-block;
     padding-left: 5px;
     padding-right: 5px;
}
 dt {
     font-weight: 700;
}
 dd {
     margin-left: 0;
}
 @media (min-width: 768px) {
     .dl-horizontal dt {
         float: left;
         width: 160px;
         clear: left;
         text-align: right;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
    }
     .dl-horizontal dd {
         margin-left: 180px;
    }
     .contenitore {
         width: 750px;
    }
}
 abbr[data-original-title], abbr[title] {
     cursor: help;
     border-bottom: 1px dotted #777;
}
 .initialism {
     font-size: 90%;
}
 blockquote {
     padding: 10px 20px;
     margin: 0 0 20px;
     font-size: 17.5px;
     border-left: 5px solid #eee;
}
 .contenitore, .contenitore-fluid {
     margin-right: auto;
     margin-left: auto;
}
 blockquote .small, blockquote footer, blockquote small {
     display: block;
     font-size: 80%;
     line-height: 1.42857143;
     color: #777;
}
 blockquote .small:before, blockquote footer:before, blockquote small:before {
     content: "\2014 \00A0";
}
 .blockquote-reverse, blockquote.pull-right {
     padding-right: 15px;
     padding-left: 0;
     border-right: 5px solid #eee;
     border-left: 0;
     text-align: right;
}
 .contenitore, .contenitore-fluid {
     padding-left: 15px;
     padding-right: 15px;
}
 .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
     content: "";
}
 .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
     content: "\00A0 \2014";
}
 address {
     font-style: normal;
}
 @media (min-width: 992px) {
     .contenitore {
         width: 970px;
    }
}
 @media (min-width: 1200px) {
     .contenitore {
         width: 1200px;
    }
}
 .row {
     margin-left: -15px;
     margin-right: -15px;
}
 .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
     position: relative;
     min-height: 1px;
     padding-left: 15px;
     padding-right: 15px;
}
 .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
     float: left;
}
 .col-xs-12 {
     width: 100%;
}
 .col-xs-11 {
     width: 91.66666667%;
}
 .col-xs-10 {
     width: 83.33333333%;
}
 .col-xs-9 {
     width: 75%;
}
 .col-xs-8 {
     width: 66.66666667%;
}
 .col-xs-7 {
     width: 58.33333333%;
}
 .col-xs-6 {
     width: 50%;
}
 .col-xs-5 {
     width: 41.66666667%;
}
 .col-xs-4 {
     width: 33.33333333%;
}
 .col-xs-3 {
     width: 25%;
}
 .col-xs-2 {
     width: 16.66666667%;
}
 .col-xs-1 {
     width: 8.33333333%;
}
 .col-xs-pull-12 {
     right: 100%;
}
 .col-xs-pull-11 {
     right: 91.66666667%;
}
 .col-xs-pull-10 {
     right: 83.33333333%;
}
 .col-xs-pull-9 {
     right: 75%;
}
 .col-xs-pull-8 {
     right: 66.66666667%;
}
 .col-xs-pull-7 {
     right: 58.33333333%;
}
 .col-xs-pull-6 {
     right: 50%;
}
 .col-xs-pull-5 {
     right: 41.66666667%;
}
 .col-xs-pull-4 {
     right: 33.33333333%;
}
 .col-xs-pull-3 {
     right: 25%;
}
 .col-xs-pull-2 {
     right: 16.66666667%;
}
 .col-xs-pull-1 {
     right: 8.33333333%;
}
 .col-xs-pull-0 {
     right: auto;
}
 .col-xs-push-12 {
     left: 100%;
}
 .col-xs-push-11 {
     left: 91.66666667%;
}
 .col-xs-push-10 {
     left: 83.33333333%;
}
 .col-xs-push-9 {
     left: 75%;
}
 .col-xs-push-8 {
     left: 66.66666667%;
}
 .col-xs-push-7 {
     left: 58.33333333%;
}
 .col-xs-push-6 {
     left: 50%;
}
 .col-xs-push-5 {
     left: 41.66666667%;
}
 .col-xs-push-4 {
     left: 33.33333333%;
}
 .col-xs-push-3 {
     left: 25%;
}
 .col-xs-push-2 {
     left: 16.66666667%;
}
 .col-xs-push-1 {
     left: 8.33333333%;
}
 .col-xs-push-0 {
     left: auto;
}
 .col-xs-offset-12 {
     margin-left: 100%;
}
 .col-xs-offset-11 {
     margin-left: 91.66666667%;
}
 .col-xs-offset-10 {
     margin-left: 83.33333333%;
}
 .col-xs-offset-9 {
     margin-left: 75%;
}
 .col-xs-offset-8 {
     margin-left: 66.66666667%;
}
 .col-xs-offset-7 {
     margin-left: 58.33333333%;
}
 .col-xs-offset-6 {
     margin-left: 50%;
}
 .col-xs-offset-5 {
     margin-left: 41.66666667%;
}
 .col-xs-offset-4 {
     margin-left: 33.33333333%;
}
 .col-xs-offset-3 {
     margin-left: 25%;
}
 .col-xs-offset-2 {
     margin-left: 16.66666667%;
}
 .col-xs-offset-1 {
     margin-left: 8.33333333%;
}
 .col-xs-offset-0 {
     margin-left: 0;
}
 @media (min-width: 768px) {
     .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
         float: left;
    }
     .col-sm-12 {
         width: 100%;
    }
     .col-sm-11 {
         width: 91.66666667%;
    }
     .col-sm-10 {
         width: 83.33333333%;
    }
     .col-sm-9 {
         width: 75%;
    }
     .col-sm-8 {
         width: 66.66666667%;
    }
     .col-sm-7 {
         width: 58.33333333%;
    }
     .col-sm-6 {
         width: 50%;
    }
     .col-sm-5 {
         width: 41.66666667%;
    }
     .col-sm-4 {
         width: 33.33333333%;
    }
     .col-sm-3 {
         width: 25%;
    }
     .col-sm-2 {
         width: 16.66666667%;
    }
     .col-sm-1 {
         width: 8.33333333%;
    }
     .col-sm-pull-12 {
         right: 100%;
    }
     .col-sm-pull-11 {
         right: 91.66666667%;
    }
     .col-sm-pull-10 {
         right: 83.33333333%;
    }
     .col-sm-pull-9 {
         right: 75%;
    }
     .col-sm-pull-8 {
         right: 66.66666667%;
    }
     .col-sm-pull-7 {
         right: 58.33333333%;
    }
     .col-sm-pull-6 {
         right: 50%;
    }
     .col-sm-pull-5 {
         right: 41.66666667%;
    }
     .col-sm-pull-4 {
         right: 33.33333333%;
    }
     .col-sm-pull-3 {
         right: 25%;
    }
     .col-sm-pull-2 {
         right: 16.66666667%;
    }
     .col-sm-pull-1 {
         right: 8.33333333%;
    }
     .col-sm-pull-0 {
         right: auto;
    }
     .col-sm-push-12 {
         left: 100%;
    }
     .col-sm-push-11 {
         left: 91.66666667%;
    }
     .col-sm-push-10 {
         left: 83.33333333%;
    }
     .col-sm-push-9 {
         left: 75%;
    }
     .col-sm-push-8 {
         left: 66.66666667%;
    }
     .col-sm-push-7 {
         left: 58.33333333%;
    }
     .col-sm-push-6 {
         left: 50%;
    }
     .col-sm-push-5 {
         left: 41.66666667%;
    }
     .col-sm-push-4 {
         left: 33.33333333%;
    }
     .col-sm-push-3 {
         left: 25%;
    }
     .col-sm-push-2 {
         left: 16.66666667%;
    }
     .col-sm-push-1 {
         left: 8.33333333%;
    }
     .col-sm-push-0 {
         left: auto;
    }
     .col-sm-offset-12 {
         margin-left: 100%;
    }
     .col-sm-offset-11 {
         margin-left: 91.66666667%;
    }
     .col-sm-offset-10 {
         margin-left: 83.33333333%;
    }
     .col-sm-offset-9 {
         margin-left: 75%;
    }
     .col-sm-offset-8 {
         margin-left: 66.66666667%;
    }
     .col-sm-offset-7 {
         margin-left: 58.33333333%;
    }
     .col-sm-offset-6 {
         margin-left: 50%;
    }
     .col-sm-offset-5 {
         margin-left: 41.66666667%;
    }
     .col-sm-offset-4 {
         margin-left: 33.33333333%;
    }
     .col-sm-offset-3 {
         margin-left: 25%;
    }
     .col-sm-offset-2 {
         margin-left: 16.66666667%;
    }
     .col-sm-offset-1 {
         margin-left: 8.33333333%;
    }
     .col-sm-offset-0 {
         margin-left: 0;
    }
}
 @media (min-width: 992px) {
     .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
         float: left;
    }
     .col-md-12 {
         width: 100%;
    }
     .col-md-11 {
         width: 91.66666667%;
    }
     .col-md-10 {
         width: 83.33333333%;
    }
     .col-md-9 {
         width: 75%;
    }
     .col-md-8 {
         width: 66.66666667%;
    }
     .col-md-7 {
         width: 58.33333333%;
    }
     .col-md-6 {
         width: 50%;
    }
     .col-md-5 {
         width: 41.66666667%;
    }
     .col-md-4 {
         width: 33.33333333%;
    }
     .col-md-3 {
         width: 33%;
    }
     .col-md-2 {
         width: 16.66666667%;
    }
     .col-md-1 {
         width: 8.33333333%;
    }
     .col-md-pull-12 {
         right: 100%;
    }
     .col-md-pull-11 {
         right: 91.66666667%;
    }
     .col-md-pull-10 {
         right: 83.33333333%;
    }
     .col-md-pull-9 {
         right: 75%;
    }
     .col-md-pull-8 {
         right: 66.66666667%;
    }
     .col-md-pull-7 {
         right: 58.33333333%;
    }
     .col-md-pull-6 {
         right: 50%;
    }
     .col-md-pull-5 {
         right: 41.66666667%;
    }
     .col-md-pull-4 {
         right: 33.33333333%;
    }
     .col-md-pull-3 {
         right: 25%;
    }
     .col-md-pull-2 {
         right: 16.66666667%;
    }
     .col-md-pull-1 {
         right: 8.33333333%;
    }
     .col-md-pull-0 {
         right: auto;
    }
     .col-md-push-12 {
         left: 100%;
    }
     .col-md-push-11 {
         left: 91.66666667%;
    }
     .col-md-push-10 {
         left: 83.33333333%;
    }
     .col-md-push-9 {
         left: 75%;
    }
     .col-md-push-8 {
         left: 66.66666667%;
    }
     .col-md-push-7 {
         left: 58.33333333%;
    }
     .col-md-push-6 {
         left: 50%;
    }
     .col-md-push-5 {
         left: 41.66666667%;
    }
     .col-md-push-4 {
         left: 33.33333333%;
    }
     .col-md-push-3 {
         left: 25%;
    }
     .col-md-push-2 {
         left: 16.66666667%;
    }
     .col-md-push-1 {
         left: 8.33333333%;
    }
     .col-md-push-0 {
         left: auto;
    }
     .col-md-offset-12 {
         margin-left: 100%;
    }
     .col-md-offset-11 {
         margin-left: 91.66666667%;
    }
     .col-md-offset-10 {
         margin-left: 83.33333333%;
    }
     .col-md-offset-9 {
         margin-left: 75%;
    }
     .col-md-offset-8 {
         margin-left: 66.66666667%;
    }
     .col-md-offset-7 {
         margin-left: 58.33333333%;
    }
     .col-md-offset-6 {
         margin-left: 50%;
    }
     .col-md-offset-5 {
         margin-left: 41.66666667%;
    }
     .col-md-offset-4 {
         margin-left: 33.33333333%;
    }
     .col-md-offset-3 {
         margin-left: 25%;
    }
     .col-md-offset-2 {
         margin-left: 16.66666667%;
    }
     .col-md-offset-1 {
         margin-left: 8.33333333%;
    }
     .col-md-offset-0 {
         margin-left: 0;
    }
}
 @media (min-width: 1200px) {
     .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
         float: left;
    }
     .col-lg-12 {
         width: 100%;
    }
     .col-lg-11 {
         width: 91.66666667%;
    }
     .col-lg-10 {
         width: 83.33333333%;
    }
     .col-lg-9 {
         width: 75%;
    }
     .col-lg-8 {
         width: 66.66666667%;
    }
     .col-lg-7 {
         width: 58.33333333%;
    }
     .col-lg-6 {
         width: 50%;
    }
     .col-lg-5 {
         width: 41.66666667%;
    }
     .col-lg-4 {
         width: 33.33333333%;
    }
     .col-lg-3 {
         width: 25%;
    }
     .col-lg-2 {
         width: 16.66666667%;
    }
     .col-lg-1 {
         width: 8.33333333%;
    }
     .col-lg-pull-12 {
         right: 100%;
    }
     .col-lg-pull-11 {
         right: 91.66666667%;
    }
     .col-lg-pull-10 {
         right: 83.33333333%;
    }
     .col-lg-pull-9 {
         right: 75%;
    }
     .col-lg-pull-8 {
         right: 66.66666667%;
    }
     .col-lg-pull-7 {
         right: 58.33333333%;
    }
     .col-lg-pull-6 {
         right: 50%;
    }
     .col-lg-pull-5 {
         right: 41.66666667%;
    }
     .col-lg-pull-4 {
         right: 33.33333333%;
    }
     .col-lg-pull-3 {
         right: 25%;
    }
     .col-lg-pull-2 {
         right: 16.66666667%;
    }
     .col-lg-pull-1 {
         right: 8.33333333%;
    }
     .col-lg-pull-0 {
         right: auto;
    }
     .col-lg-push-12 {
         left: 100%;
    }
     .col-lg-push-11 {
         left: 91.66666667%;
    }
     .col-lg-push-10 {
         left: 83.33333333%;
    }
     .col-lg-push-9 {
         left: 75%;
    }
     .col-lg-push-8 {
         left: 66.66666667%;
    }
     .col-lg-push-7 {
         left: 58.33333333%;
    }
     .col-lg-push-6 {
         left: 50%;
    }
     .col-lg-push-5 {
         left: 41.66666667%;
    }
     .col-lg-push-4 {
         left: 33.33333333%;
    }
     .col-lg-push-3 {
         left: 25%;
    }
     .col-lg-push-2 {
         left: 16.66666667%;
    }
     .col-lg-push-1 {
         left: 8.33333333%;
    }
     .col-lg-push-0 {
         left: auto;
    }
     .col-lg-offset-12 {
         margin-left: 100%;
    }
     .col-lg-offset-11 {
         margin-left: 91.66666667%;
    }
     .col-lg-offset-10 {
         margin-left: 83.33333333%;
    }
     .col-lg-offset-9 {
         margin-left: 75%;
    }
     .col-lg-offset-8 {
         margin-left: 66.66666667%;
    }
     .col-lg-offset-7 {
         margin-left: 58.33333333%;
    }
     .col-lg-offset-6 {
         margin-left: 50%;
    }
     .col-lg-offset-5 {
         margin-left: 41.66666667%;
    }
     .col-lg-offset-4 {
         margin-left: 33.33333333%;
    }
     .col-lg-offset-3 {
         margin-left: 25%;
    }
     .col-lg-offset-2 {
         margin-left: 16.66666667%;
    }
     .col-lg-offset-1 {
         margin-left: 8.33333333%;
    }
     .col-lg-offset-0 {
         margin-left: 0;
    }
}
 .modal, .modal-backdrop {
     top: 0;
     right: 0;
     bottom: 0;
}
 .fade {
     opacity: 0;
     -webkit-transition: opacity 0.15s linear;
     -o-transition: opacity 0.15s linear;
     transition: opacity 0.15s linear;
}
 .fade.in {
     opacity: 1;
}
 .collapse {
     display: none;
}
 .collapse.in {
     display: block;
}
 tr.collapse.in {
     display: table-row;
}
 tbody.collapse.in {
     display: table-row-group;
}
 .collapsing {
     position: relative;
     height: 0;
     -webkit-transition-property: height, visibility;
     -o-transition-property: height, visibility;
     transition-property: height, visibility;
     -webkit-transition-duration: 0.35s;
     -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
     -webkit-transition-timing-function: ease;
     -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
 .embed-responsive {
     position: relative;
     display: block;
     height: 0;
     padding: 0;
     overflow: hidden;
}
 .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     height: 100%;
     width: 100%;
     border: 0;
}
 .embed-responsive-16by9 {
     padding-bottom: 56.25%;
}
 .embed-responsive-4by3 {
     padding-bottom: 75%;
}
 .modal {
     display: none;
     position: fixed;
     left: 0;
     z-index: 1050;
     -webkit-overflow-scrolling: touch;
     outline: 0;
}
 .modal.fade .modal-dialog {
     -webkit-transform: translate(0, -25%);
     -ms-transform: translate(0, -25%);
     -o-transform: translate(0, -25%);
     transform: translate(0, -25%);
     -webkit-transition: -webkit-transform 0.3s ease-out;
     -o-transition: -o-transform 0.3s ease-out;
     transition: transform 0.3s ease-out;
}
 .modal.in .modal-dialog {
     -webkit-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
     -o-transform: translate(0, 0);
     transform: translate(0, 0);
}
 .modal-open .modal {
     overflow-x: hidden;
     overflow-y: auto;
}
 .modal-dialog {
     position: relative;
     width: auto;
     margin: 10px;
}
 .modal-content {
     position: relative;
     background-color: #fff;
     border: 1px solid #999;
     border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 6px;
     -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
     box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     outline: 0;
}
 .modal-backdrop {
     position: fixed;
     left: 0;
     z-index: 1040;
     background-color: #000;
}
 .modal-backdrop.fade {
     opacity: 0;
}
 .modal-backdrop.in {
     opacity: 0.5;
}
 .modal-header {
     padding: 15px;
     border-bottom: 1px solid #e5e5e5;
}
 .modal-header .close {
     margin-top: -2px;
}
 .modal-title {
     margin: 0;
}
 .modal-body {
     position: relative;
     padding: 15px;
}
 .modal-footer {
     padding: 15px;
     text-align: right;
     border-top: 1px solid #e5e5e5;
}
 .modal-footer .bottone + .bottone {
     margin-left: 5px;
     margin-bottom: 0;
}
 .modal-footer .bottone-group .bottone + .bottone {
     margin-left: -1px;
}
 .modal-footer .bottone-block + .bottone-block {
     margin-left: 0;
}
 .modal-scrollbar-measure {
     position: absolute;
     top: -9999px;
     width: 50px;
     height: 50px;
     overflow: scroll;
}
 @media (min-width: 768px) {
     .modal-dialog {
         width: 600px;
         margin: 30px auto;
    }
     .modal-content {
         -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
     .modal-sm {
         width: 300px;
    }
}
 @media (min-width: 992px) {
     .modal-lg {
         width: 900px;
    }
}
 .clearfix:after, .clearfix:before, .contenitore-fluid:after, .contenitore-fluid:before, .contenitore:after, .contenitore:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .row:after, .row:before {
     content: " ";
     display: table;
}
 .clearfix:after, .contenitore-fluid:after, .contenitore:after, .dl-horizontal dd:after, .modal-footer:after, .modal-header:after, .row:after {
     clear: both;
}
 .center-block {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .pull-right {
     float: right !important;
}
 .pull-left {
     float: left !important;
}
 .hide {
     display: none !important;
}
 .show {
     display: block !important;
}
 .hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
     display: none !important;
}
 .invisible {
     visibility: hidden;
}
 .text-hide {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0;
}
 .affix {
     position: fixed;
}
 .bottone img, .price__old, .price__old span, .price__old-number {
     position: relative;
}
 @media (max-width: 767px) {
     .visible-xs {
         display: block !important;
    }
     table.visible-xs {
         display: table !important;
    }
     tr.visible-xs {
         display: table-row !important;
    }
     td.visible-xs, th.visible-xs {
         display: table-cell !important;
    }
     .visible-xs-block {
         display: block !important;
    }
     .visible-xs-inline {
         display: inline !important;
    }
     .visible-xs-inline-block {
         display: inline-block !important;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .visible-sm {
         display: block !important;
    }
     table.visible-sm {
         display: table !important;
    }
     tr.visible-sm {
         display: table-row !important;
    }
     td.visible-sm, th.visible-sm {
         display: table-cell !important;
    }
     .visible-sm-block {
         display: block !important;
    }
     .visible-sm-inline {
         display: inline !important;
    }
     .visible-sm-inline-block {
         display: inline-block !important;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .visible-md {
         display: block !important;
    }
     table.visible-md {
         display: table !important;
    }
     tr.visible-md {
         display: table-row !important;
    }
     td.visible-md, th.visible-md {
         display: table-cell !important;
    }
     .visible-md-block {
         display: block !important;
    }
     .visible-md-inline {
         display: inline !important;
    }
     .visible-md-inline-block {
         display: inline-block !important;
    }
}
 @media (min-width: 1200px) {
     .visible-lg {
         display: block !important;
    }
     table.visible-lg {
         display: table !important;
    }
     tr.visible-lg {
         display: table-row !important;
    }
     td.visible-lg, th.visible-lg {
         display: table-cell !important;
    }
     .visible-lg-block {
         display: block !important;
    }
     .visible-lg-inline {
         display: inline !important;
    }
     .visible-lg-inline-block {
         display: inline-block !important;
    }
     .hidden-lg {
         display: none !important;
    }
}
 @media (max-width: 767px) {
     .hidden-xs {
         display: none !important;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .hidden-sm {
         display: none !important;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .hidden-md {
         display: none !important;
    }
}
 .visible-print {
     display: none !important;
}
 @media print {
     .visible-print {
         display: block !important;
    }
     table.visible-print {
         display: table !important;
    }
     tr.visible-print {
         display: table-row !important;
    }
     td.visible-print, th.visible-print {
         display: table-cell !important;
    }
}
 .visible-print-block {
     display: none !important;
}
 @media print {
     .visible-print-block {
         display: block !important;
    }
}
 .visible-print-inline {
     display: none !important;
}
 @media print {
     .visible-print-inline {
         display: inline !important;
    }
}
 .visible-print-inline-block {
     display: none !important;
}
 @media print {
     .visible-print-inline-block {
         display: inline-block !important;
    }
     .hidden-print {
         display: none !important;
    }
}
 .flex, .imgText {
     display: flex;
}
 html {
     -webkit-tap-highlight-color: transparent;
     font-size: 62.5%;
}
 br {
     font-size: 0;
}
 body {
     font-family: 'Open Sans', sans-serif !important;
     font-size: 1.8rem !important;
     font-weight: 400;
     line-height: 1.66 !important;
     color: #08172e !important;
}
 .header {
     padding: 10px 0;
}
 @media screen and (min-width: 992px) {
     .special {
         position: relative;
         top: -35px;
    }
}
 .special {
     padding: 0 10px;
}
 .flex_header {
     justify-content: space-between;
     align-items: center;
}
 .imgText {
     align-items: center;
}
 .imgText_logo {
     flex-shrink: 0;
}
 .imgText_logo .imgText__right {
     color: #353535;
     font-size: 1.4rem;
     line-height: 1.28;
     padding-left: 16px;
}
 .imgText_preim {
     align-items: center;
     padding: 0 0.9em;
}
 .imgText_preim .imgText__right {
     color: #53a34f;
     font-size: 1.4rem;
     line-height: 1.14;
     padding-left: 4px;
}
 .imgText_preim .imgText__right_yellow {
     color: #fed300;
}
 .imgText_kak {
     flex-direction: column;
}
 .imgText_kak .imgText__right {
     line-height: 1.33 !important;
     text-align: center;
}
 .imgText_kak .imgText__left {
     margin-bottom: 1em;
     min-height: 200px;
}
 .bottone {
     border-radius: 50px;
     background-color: #53a34f;
     color: #fff;
     font-size: 1.6rem;
     line-height: 2.25;
     border: none;
     padding: 5px 15px;
     flex-shrink: 0;
     outline: 0;
}
 .bottone a {
     text-decoration: none;
     color: #fff;
     font-family: "Oswald", sans-serif !important;
}
 .bottone__wrap {
     background: #fff;
     padding: 0 6px;
     margin-left: 30px;
     margin-right: 30px;
}
 .bottone_form, .bottone_red {
     font-size: 2.4rem;
     color: #fafafa;
     box-shadow: 4px 6px 10px rgba(240, 85, 0, 0.43);
     background-color: #f05500;
     margin-bottom: 10px;
     font-weight: 700;
     text-transform: uppercase;
}
 .bottone img {
     display: inline-block;
     top: -2px;
     margin-right: 9px;
}
 .bottone_form {
     width: 100%;
}
 .section {
     padding-top: 50px;
     padding-bottom: 50px;
}
 .welcome {
     background: url(../img/welcome.jpg) center top no-repeat;
     padding-bottom: 0;
     background-size: cover;
}
 .esperti {
     background: url(../img/esperti.jpg) center bottom no-repeat;
     padding-bottom: 36px;
}
 .ingredienti {
     background: url(../img/ingredienti.jpg) center top/cover no-repeat;
     padding-bottom: 40px;
}
 .utilizzo {
     background-color: #f9d6bb;
}
 .acquista {
     background: url(../img/welcome.jpg) center top/cover no-repeat;
     padding-bottom: 50px;
}
 .h2, .lh1-25 {
     line-height: 1.25;
}
 .sec_footer span {
     font-size: 1.2rem;
     color: #525253;
}
 p {
     margin: 0 0 1em;
}
 .h2 {
     font-family: "Oswald", sans-serif;
     font-size: 4.3rem;
     color: #08172e;
     margin: 0 0 0.2em;
}
 .h2_1 {
     color: #f05500;
     margin: 0;
     text-transform: uppercase;
     text-align: left;
     letter-spacing: -1px;
     position: relative;
     z-index: 5;
}
 .h2_2 {
     color: #f05500;
}
 .payoff {
     font-size: 2.4rem;
     text-align: left;
     font-family: 'Open Sans', sans-serif !important;
     position: relative;
     z-index: 5;
}
 .lh1-29 {
     line-height: 1.29;
}
 .punti-forza {
     color: #484848;
     font-size: 1.6rem;
     line-height: 1.5;
}
 .bordo {
     border-radius: 8px;
     border: 2px solid #ff7700;
     padding: 20px 30px;
     margin-bottom: 16px;
     background-color: rgba(255,255,255,0.5);
}
 .bordo_top {
     max-width: 368px;
}
 .bordo_bottom {
     margin-top: 1em;
     margin-bottom: 14px;
}
 .lista {
     list-style-type: none;
     padding: 0;
     margin: 0;
}
 .punti-forza li {
     display: flex;
     align-items: center;
     margin-bottom: 23px;
     text-align: left;
     font-family: "Oswald", sans-serif;
}
 .punti-forza li span {
     display: block;
     width: 40px;
     height: 40px;
     flex-shrink: 0;
     margin-right: 10px;
}
 .punti-forza li:nth-of-type(1) span {
     background: url(../img/allevia.png) center center no-repeat;
}
 .punti-forza li:nth-of-type(2) span {
     background: url(../img/gonfiore.png) center center no-repeat;
}
 .punti-forza li:nth-of-type(3) span {
     background: url(../img/mobilita.png) center center no-repeat;
}
 .punti-forza li:nth-of-type(4) span {
     background: url(../img/previene.png) center center no-repeat;
}
 .punti-forza li:last-of-type {
     margin-bottom: 0;
}
 .spis_2 li {
     margin-bottom: 16px;
}
 .spis_2 li:last-of-type {
     margin-bottom: 0;
}
 .spis_2 li span {
     display: block;
     color: #ff7700;
     font-weight: 700;
}
 .form {
     border-radius: 4px;
     background-color: #fff;
     padding: 28px 24px 16px;
}
 .form__fields {
     border-radius: 8px;
     border: 4px solid #b0d4e1;
     padding: 26px 32px 55px;
     margin-bottom: -42px;
}
 .form label {
     color: #a8acb9;
     font-size: 1.2rem;
     font-weight: 700;
     line-height: 2.33;
     margin-bottom: 8px;
     display: block;
}
 .form label span {
     text-transform: none;
     font-weight: 400;
}
 .modal-title, .price, .price__new, .opinione_img span {
     font-weight: 700;
}
 .form input, .form select {
     width: 100%;
     height: 42px;
     border-radius: 5px;
     background-color: #eff0f4;
     color: #4f5362;
     font-size: 1.4rem;
     padding: 0 0 0 1em;
     outline: 0;
     border: none;
}
 .price__new, .price__old {
     color: #a8acb9;
     display: inline-block;
     line-height: 1;
}
 .form input:focus {
     box-shadow: 5px 7px 18px rgba(173, 178, 199, 0.62);
     background-color: #fff;
}
 .form_top {
     margin-top: 71px;
     margin-bottom: 18px;
}
 .form_bottom {
     z-index: 1;
}
 .price {
     text-align: center;
     margin-bottom: 1em;
}
 .price__old {
     font-size: 1.3em;
     width: 48%;
     margin-right: 2%;
}
 .price__old span {
     display: inline-block;
}
 .price__old-number:after {
     content: "";
     position: absolute;
     width: 130px;
     height: 2px;
     background-color: #f05500;
     left: 50%;
     margin-left: -65px;
     top: 50%;
     margin-top: -1px;
     transform: rotate(-15deg);
}
 .price__new-inner, .price__old-inner {
     margin-bottom: 0.5em;
     font-size: 0.8em;
}
 .price__new {
     font-size: 1.3em;
     width: 48%;
}
 .price__new span {
     color: #091a35;
     display: inline-block;
}
 .fs12 {
     font-size: 1.2rem;
}
 .rel {
     position: relative;
}
 .testimonial, .cream_2, .cream_bottom, .cream_top {
     position: absolute;
}
 .testimonial {
     bottom: 0;
     right: 130px;
     z-index: 2;
}
 .cream_top {
     bottom: 12px;
     right: 620px;
     width: 185px;
     z-index: 3;
}
 .cream_2 {
     top: -45px;
     right: 250px;
     width: 120px;
}
 .cream_bottom {
     max-width: 160px;
     bottom: -25px;
     left: -19px;
}
 .ingrediente_titolo {
     font-size: 2.2rem;
     font-family: "Oswald", sans-serif;
     text-transform: uppercase;
     text-align: left;
}
.ingredienti .h2 {
  text-align: center;
}
 .wrapper {
     overflow: hidden;
}
 .mb1 {
     margin-bottom: 1em;
}
 .mb5 {
     margin-bottom: 5em;
}
 .podpis {
     margin-top: 12px;
}
 .ingrediente_wrap {
     display: flex;
     flex-direction: column;
}
 .ingrediente_titolo {
     color: #53a34f;
     margin-bottom: 0.2em;
}
 .fs14, .opinione_img {
     font-size: 1.4rem;
}
 .ingrediente_blocco {
     display: flex;
     align-items: center;
     margin-bottom: 2em;
}
 .ingrediente_blocco_1 {
     margin-top: 3em;
     margin-bottom: 1.5em;
}
 .ingrediente_blocco_2 {
     margin-bottom: 1em;
}
 .ingrediente_blocco_3 {
     margin-bottom: 0.9em;
}
 .ingrediente_img {
     width: 25%;
     flex-shrink: 0;
}
 .ingrediente_text {
     line-height: 1.33!important;
     padding-left: 0.5em;
     text-align: left;
}
 .opinioni li {
     list-style: none;
}
 .opinioni .h2 {
     margin-bottom: 0.7em;
}
 .opinione {
     display: flex;
     margin-bottom: 56px;
}
 .opinione:nth-last-of-type {
     margin-bottom: 0;
}
 .opinione_img {
     text-align: center;
     width: 100px;
     line-height: 1.29;
     flex-shrink: 0;
}
 .opinione_img span {
     display: block;
}
 .opinione_img img {
     margin-bottom: 0.8em;
}
 .opinione_text {
     padding-left: 20px;
     /* font-size: 16px; */
     line-height: 1.66 !important;
     font-weight: normal;
}
 .opinione_titolo {
     color: #08172e;
     font-family: "Oswald", sans-serif;
     font-size: 2.2rem;
     line-height: 1.33 !important;
     margin-bottom: 12px;
}
 .opinione_info {
     font-size: 1.4rem;
     text-transform: uppercase;
     margin-bottom: 12px;
}
 .opinione_info img {
     display: inline-block;
     position: relative;
     top: -3px;
     margin: 0 3em 0 0.7em;
}
 .opinione_xs {
     display: block;
     margin-bottom: 0;
}
 .bx-wrapper {
     border: none;
     box-shadow: none;
     margin: 1.2em 0 1em;
}
 .bx-wrapper .bx-pager.bx-default-pager a {
     text-indent: 0;
     font-size: 18px;
     font-weight: 700;
     width: auto;
     height: auto;
     background: 0 0;
     color: #08172e;
     text-decoration: none;
}
 .bx-wrapper .bx-pager.bx-default-pager a.active {
     color: #53a34f;
}
 .bx-wrapper .bx-controls-direction a {
     bottom: -17px;
     top: inherit;
     margin-top: 0;
}
 .bx-wrapper .bx-prev {
     left: 50%;
     margin-left: -4em;
}
 .bx-wrapper .bx-next {
     right: 50%;
     margin-right: -4em;
}
 .res1 {
     margin-top: 4em;
     margin-bottom: 1em;
}
 .mb2 {
     margin-bottom: 2em;
}
 .mb0 {
     margin-bottom: 0;
}
 .testimonial2 {
     position: relative;
     left: 30px;
     z-index: 0;
     bottom: 0;
}
 .fs16 {
     font-size: 1.3rem;
}
 .timer {
     display: flex;
     justify-content: center;
     height: 72px;
}
 .timer-hrs, .timer-min, .timer-sec {
     font-family: "Oswald", sans-serif;
     font-size: 72px;
     color: #fefefe;
     position: relative;
     height: 72px;
     border-radius: 4px;
     background-color: #f05500;
     text-align: center;
     padding: 0 10px;
     margin: 0 2px;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex;
     -ms-align-items: center;
     align-items: center;
}
 .mb05 {
     margin-bottom: 0.5em;
}
 .modal-header .close {
     position: absolute;
     right: 8px;
     top: 11px;
     line-height: 1;
     background: 0 0;
     border: none;
}
 .inv img {
     margin-bottom: 1em;
}
 .link {
     cursor: pointer;
}
 .istruzioni {
     color: #fff;
     font-size: 24px;
     padding: 15px;
     margin-top: 42px;
     border: 4px solid #ff7700;
     text-align: center;
     background-color: #ff7700;
}
 .h2_center {
     text-align: center;
     margin-bottom: 10px;
}
 @media (max-width: 1199px) {
     .testimonial, .flex_preim {
         display: none;
    }
     .ingrediente_text {
         min-height: 150px;
    }
     .flex_header {
         flex-wrap: wrap;
    }
     .flex_preim {
         margin-bottom: 1em;
    }
     .imgText_logo {
         margin-bottom: 0;
    }
     .imgText_preim {
         padding: 0 1em 0 0;
    }
     .welcome {
         background-size: cover;
    }
     .sec8 {
         padding-top: 35px;
    }
     .sec_7 {
         padding-bottom: 20px;
    }
     .cream_top {
         right: 398px;
    }
     .cream_2 {
         position: static;
         max-width: 100%;
         display: block;
         margin: 1em auto;
    }
     .cream_bottom {
         bottom: -45px;
    }
     .form_top {
         z-index: 1;
    }
     .sale {
         right: 380px;
         top: 360px;
    }
     .sale_bottom {
         right: -305px;
         top: auto;
    }
     .res2 {
         margin-top: 28px;
    }
     .testimonial2 {
         bottom: -20px;
         left: 70px;
    }
     .bottone_form {
         font-size: 1.8rem;
    }
     .bottone__wrap {
         margin-bottom: 9px;
    }
     .bordo_bottom {
         margin-top: 0;
    }
}
 @media (max-width: 991px) {
     .cream, .ded {
         position: static;
    }
     .ingrediente_text {
         min-height: auto;
    }
     .bordo_top {
         max-width: 100%;
         margin-bottom: 1em;
    }
     .sec8 {
         padding-top: 30px;
    }
     .form_top {
         margin-top: 0;
    }
     .sale {
         right: 625px;
         top: 13px;
    }
     .ded {
         display: block;
         margin: 0 auto -40px;
         max-width: 100%;
    }
     .cream {
         display: block !important;
         margin: 10px auto 20px;
    }
     .welcome {
         padding-bottom: 50px;
    }
     .inv img {
         margin: 0 auto 1em;
         display: block;
    }
     .imgText_kak, .ingrediente_blocco_1, .ingrediente_blocco_2, .ingrediente_blocco_3 {
         margin-bottom: 2em;
    }
     .ingrediente_blocco_1 {
         margin-top: 0;
    }
     .res1, .res2 {
         margin: 1em auto;
    }
     .res3 {
         display: block;
         margin: auto;
    }
     .logo {
         margin-bottom: 1em;
    }
     .timer-wrap {
         margin-bottom: 2em;
    }
     .testimonial2, .cream_bottom {
         display: none;
    }
}
 @media (max-width: 767px) {
     .flex_preim, .sec8 .float-left span, .sec8 .float-right {
         display: none;
    }
     .imgText_logo {
         flex-shrink: 2;
    }
     .imgText_logo .imgText__right {
         font-size: 9px;
    }
     .sale {
         position: static;
         margin-bottom: 15px;
    }
     .h2 {
         font-size: 3rem;
    }
    .esperti .h2, .ingredienti .h2, .utilizzo .h2, .opinioni .h2 {
      font-size: 2.5rem;
      text-align: center;
    }
     .header {
         padding: 1em 0;
    }
     .bordo {
         padding: 20px 15px;
    }
     .form {
         padding: 20px 15px 1px;
    }
     .form__fields {
         margin-bottom: -30px;
         padding: 20px 15px 34px;
    }
     .bottone, .bottone_form {
         font-size: 2rem;
    }
     .modal-body .form {
         padding: 20px 0 1px;
    }
     .ded {
         margin: 0 auto -30px;
    }
     .logo, .utilizzo .col-md-3:last-of-type .imgText_kak, .opinione_xs {
         margin-bottom: 0;
    }
     .opinione {
         flex-direction: column;
    }
     .opinione_img {
         float: left;
         margin-right: 20px;
         margin: 20px auto;
    }
     .opinione_text {
         padding-left: 0;
         text-align: justify;
    }
     .opinione_xs {
         display: block;
    }
     .esperti p {
         text-align: justify;
    }
}
 .kkakk {
     display: block;
}
 .kkakk .img-responsive {
     margin: 0 auto;
}
 .preloader {
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(255, 255, 255, 0.99);
     z-index: 9999;
}
 .preloader .sk-cube-grid:after {
     content: "Загрузка...";
     position: absolute;
     font-size: 1.6rem;
     bottom: -3em;
     left: 50%;
     transform: translateX(-50%);
}
 .sk-cube-grid {
     width: 90px;
     height: 90px;
     position: absolute;
     left: 50%;
     margin-left: -45px;
     top: 30%;
}
 .sk-cube-grid .sk-cube {
     width: 33.333333333%;
     height: 33.333333333%;
     background-color: #53a34f;
     float: left;
     -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
     animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
 .sk-cube-grid .sk-cube1 {
     -webkit-animation-delay: 0.2s;
     animation-delay: 0.2s;
}
 .sk-cube-grid .sk-cube2 {
     -webkit-animation-delay: 0.3s;
     animation-delay: 0.3s;
}
 .sk-cube-grid .sk-cube3 {
     -webkit-animation-delay: 0.4s;
     animation-delay: 0.4s;
}
 .sk-cube-grid .sk-cube4 {
     -webkit-animation-delay: 0.1s;
     animation-delay: 0.1s;
}
 .sk-cube-grid .sk-cube5 {
     -webkit-animation-delay: 0.2s;
     animation-delay: 0.2s;
}
 .sk-cube-grid .sk-cube6 {
     -webkit-animation-delay: 0.3s;
     animation-delay: 0.3s;
}
 .sk-cube-grid .sk-cube7 {
     -webkit-animation-delay: 0s;
     animation-delay: 0s;
}
 .sk-cube-grid .sk-cube8 {
     -webkit-animation-delay: 0.1s;
     animation-delay: 0.1s;
}
 .sk-cube-grid .sk-cube9 {
     -webkit-animation-delay: 0.2s;
     animation-delay: 0.2s;
}
 @keyframes sk-cubeGridScaleDelay {
     0%, 100%, 70% {
         -webkit-transform: scale3D(1, 1, 1);
         transform: scale3D(1, 1, 1);
    }
     35% {
         -webkit-transform: scale3D(0, 0, 1);
         transform: scale3D(0, 0, 1);
    }
}
 ifarme {
     max-width: 100%;
}
 ul {
     padding: 0;
}
 .overlay-public-zdv-open {
     z-index: 100;
}
 @media (min-width: 991px) {
     .sec7__cell {
         display: table-cell;
         float: none;
    }
     .sec7__image {
         vertical-align: bottom;
    }
}
 .sss {
     display: none;
}
 @media screen and (max-width: 991px) {
     .form__fields {
         margin-bottom: -30px;
    }
     .aaa {
         display: none !important;
    }
     .sss {
         display: block;
    }
}
 @media screen and (max-width: 767px) {
     .bx-wrapper .bx-controls-direction a {
         bottom: -45px;
    }
}
 .nnone {
     display: none;
}
 @media screen and (max-width: 480px) {
     .privacy::before {
         position: static;
         display: block;
         margin: 0 auto 15px;
    }
     .opinione_info img {
         margin: 0 0 0 5px;
    }
     .imgText.imgText_logo {
         display: block;
         width: 100%;
         text-align: center;
    }
     .bottone {
         margin: auto;
    }
     .opinione_text {
         /* font-size: 15px; */
         /* line-height: 20px; */
         text-align: justify;
    }
     .opinione_info {
         text-align: center;
         display: none;
    }
}
 .ever-popup .form__fields .popup_img {
     position: static;
     display: block;
     max-width: 150px;
     margin: 0 auto 10px;
}
 .ever-popup .form__fields .popup_img img {
     max-width: 100%;
}
 .popup_img {
     max-width: 150px;
     margin: 0 auto;
}
 .popup_img img {
     max-width: 100%;
}
 #footer {
     margin-top: 40px;
}
 .new_date {
     display: block;
     margin-top: 10px;
}
 @media screen and (max-width: 999px) {
     .esperti {
         background-position: left bottom;
    }
     .section {
         padding-top: 20px;
    }
}
 @media screen and (max-width: 991px) {
     .welcome .form {
         max-width: 300px;
         margin: 0;
    }
     .cream_top {
         position: absolute;
         right: 100px;
    }
}
 @media screen and (max-width: 768px) {
     .cream_top {
         position: static;
    }
    .welcome .form {
        margin: 0;
    }
     .section {
         padding-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .welcome .form {
         margin: 0 auto;
    }
}


 .wifi #wrap.container {
     margin: 0px auto;
     max-width: unset;
     min-width: unset;
}
 