* {
  box-sizing: border-box;
}
body,
input,
select,
textarea,
button {
  color: #555555;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 135%;
}
#body,
#drawer {
  position: absolute;
  top: 0;
  left: 0;
}
#body {
  right: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
  padding-top: 90px;
}
@media screen and (max-width: 1050px) {
  #body {
    padding-top: 65px;
  }
}
::-moz-selection {
  background: #9c9fa8;
}
::selection {
  background: #9c9fa8;
}
#drawer {
  position: fixed;
  width: 250px;
  bottom: 0;
  color: black;
  background-color: #323232;
  z-index: 0;
  visibility: hidden;
}
.snapjs-left #drawer {
  visibility: visible;
}
.content-wrapper {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
p,
ul,
dl,
ol,
hr {
  margin-bottom: 25px;
}
h2,
h3,
h4,
h5 {
  margin-bottom: 25px;
  font-weight: 500;
  color: #303030;
  line-height: 135%;
}
hr {
  background-color: #cccccc;
  border: none;
  height: 1px;
  display: block;
}
.bigger-text {
  font-size: 23.4px;
  line-height: 135%;
}
.narrower-centered-text {
  text-align: center;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.cke_editable,
.static-page-text {
  margin-bottom: 25px;
}
.cke_editable p,
.static-page-text p,
.cke_editable ul,
.static-page-text ul,
.cke_editable ol,
.static-page-text ol,
.cke_editable h2,
.static-page-text h2,
.cke_editable h3,
.static-page-text h3,
.cke_editable h4,
.static-page-text h4,
.cke_editable h5,
.static-page-text h5 {
  margin-bottom: 15px;
}
.cke_editable img,
.static-page-text img {
  max-width: 100%;
  height: auto !important;
}
.cke_editable iframe,
.static-page-text iframe {
  max-width: 100%;
}
.cke_editable ul,
.static-page-text ul,
.cke_editable ol,
.static-page-text ol {
  list-style-position: outside;
  margin-left: 25px;
}
.cke_editable ul li,
.static-page-text ul li,
.cke_editable ol li,
.static-page-text ol li {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cke_editable ul ul,
.static-page-text ul ul,
.cke_editable ul ol,
.static-page-text ul ol,
.cke_editable ol ul,
.static-page-text ol ul,
.cke_editable ol ol,
.static-page-text ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.cke_editable ul,
.static-page-text ul {
  list-style-type: disc;
}
.cke_editable ol,
.static-page-text ol {
  list-style-type: decimal;
}
.cke_editable ol ol,
.static-page-text ol ol {
  list-style-type: lower-alpha;
}
.manual-content *,
.online-help-content * {
  line-height: 150%;
}
.manual-content pre > *,
.online-help-content pre > * {
  line-height: inherit;
}
.manual-content table td > pre,
.online-help-content table td > pre {
  padding: 10px;
}
.manual-content table td:first-child > pre,
.online-help-content table td:first-child > pre {
  opacity: 0.5;
}
.manual-content a:not([href]),
.online-help-content a:not([href]) {
  color: #555555;
  text-decoration: none !important;
}
.manual-content h1 a:not([href]),
.online-help-content h1 a:not([href]),
.manual-content h2 a:not([href]),
.online-help-content h2 a:not([href]),
.manual-content h3 a:not([href]),
.online-help-content h3 a:not([href]),
.manual-content h4 a:not([href]),
.online-help-content h4 a:not([href]),
.manual-content h5 a:not([href]),
.online-help-content h5 a:not([href]),
.manual-content h6 a:not([href]),
.online-help-content h6 a:not([href]) {
  color: #303030;
}
.manual-content {
  padding-right: 25px;
}
.cke_editable {
  padding: 20px;
  font-size: 16px;
}
h2 {
  font-size: 150%;
}
h3 {
  font-size: 110%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 16.66666667px;
}
h2,
h3 {
  text-transform: uppercase;
  font-weight: 600;
}
h2 b,
h3 b,
h2 strong,
h3 strong {
  font-weight: 800;
}
h4.subtitle {
  /* Da posizionare sotto un <h2> */
  margin-top: -25px;
}
@media screen and (max-width: 510px) {
  h2 {
    font-size: 130%;
  }
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
.acenter {
  text-align: center;
}
a,
a:hover,
a:focus,
a:active {
  outline: none;
}
a {
  color: #82b53f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
b,
strong {
  font-weight: 500;
}
.red {
  color: #cc0000;
}
.gray,
.grey {
  color: #888888;
}
img {
  display: inline-block;
  vertical-align: middle;
}
.nowrap {
  white-space: nowrap;
}
nav {
  display: block;
}
nav ul > li {
  display: block;
}
nav ul > li a {
  display: block;
  font-size: 16px;
  color: white;
  font-weight: 500;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  text-decoration: none;
}
nav ul > li a.shop {
  font-weight: 600;
}
nav ul > li a:hover {
  color: #777777;
  text-decoration: none;
}
nav ul > li a img {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 5px;
}
#drawer nav {
  padding: 10px 0;
}
#drawer nav ul > li > a {
  font-size: 14px;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
}
#drawer nav ul > li .icon {
  display: none;
}
#navigation-heading {
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  background-color: #383f51;
  background-image: url("../images/elaborazione_gradient_corretto_r1_c1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#navigation-heading h2 {
  color: white;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 0;
}
.dropdown-popup {
  display: none;
  background-color: #383f51;
  color: white;
  font-size: 90%;
  margin: 0;
  padding: 7px 0;
  z-index: 30;
  transition: opacity 0.3s;
  text-align: left;
}
.dropdown-popup li a,
.dropdown-popup li span {
  padding: 3px 40px 3px 20px;
  white-space: nowrap;
  display: block;
  color: white;
  cursor: default;
}
.dropdown-popup[data-dropdown-popup-align="right"] {
  text-align: right;
}
.dropdown-popup[data-dropdown-popup-align="right"] li a,
.dropdown-popup[data-dropdown-popup-align="right"] li span {
  padding: 3px 20px 3px 40px;
}
.dropdown-popup li a {
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.dropdown-popup li a:hover {
  background-color: #606574;
}
.dropdown-popup li a.dropdown-popup-help {
  cursor: help;
}
.dropdown-popup li span {
  font-size: 85%;
}
.dropdown-popup li.divider {
  margin: 10px 0;
  height: 1px;
  background-color: #dddddd;
}
.dropdown-popup.dropdown-popup-secondary {
  color: #555555;
  background-color: white;
  position: relative;
  box-shadow: 0 0 3px rgba(50, 50, 50, 0.4);
}
.dropdown-popup.dropdown-popup-secondary li span {
  color: #555555;
}
.dropdown-popup.dropdown-popup-secondary li a {
  color: #555555;
}
.dropdown-popup.dropdown-popup-secondary li a:hover {
  background-color: #e6e6e6;
}
.popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.popup .content {
  width: 460px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  background-color: white;
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  border-radius: 2px;
  padding: 30px 20px 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.popup .content .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
.popup .content .small {
  font-size: 85%;
  line-height: 135%;
}
.popup .content button,
.popup .content .button {
  font-size: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.popup .content img {
  max-width: 100%;
}
.visibility-watcher.visibility-watcher-generic-slide-from-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
          transform: translate(0, 70px);
}
.visibility-watcher.visibility-watcher-generic-slide-from-left {
  opacity: 0;
  -webkit-transform: translate(-200px, 0);
          transform: translate(-200px, 0);
}
.visibility-watcher.visibility-watcher-generic-slide-from-right {
  opacity: 0;
  -webkit-transform: translate(200px, 0);
          transform: translate(200px, 0);
}
.visibility-watcher.visibility-watcher-visible.visibility-watcher-generic-slide-from-bottom,
.visibility-watcher.visibility-watcher-visible.visibility-watcher-generic-slide-from-left,
.visibility-watcher.visibility-watcher-visible.visibility-watcher-generic-slide-from-right {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
}
#messages {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-top: 35px;
}
@media screen and (max-width: 400px) {
  #messages {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#messages p {
  padding: 10px 20px;
  font-size: 90%;
  border-radius: 5px;
  background-color: #e6e6e6;
  color: black;
}
#messages p.error {
  background-color: #ffcccc;
}
#messages p.warning {
  background-color: #ffee99;
}
#messages p.info {
  background-color: #cceeff;
}
#message-boxes-wrapper #messages {
  padding: 0;
  margin: 0 0 25px;
}
#page-wrapper {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 35px;
}
@media screen and (max-width: 400px) {
  #page-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
input[type="text"],
input[type="password"],
select,
textarea {
  padding: 5px 10px;
  border: 1px solid #cccccc;
  background-color: #FBFBFC;
  display: block;
  width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #82b53f;
}
input[type="text"][disabled] {
  color: #959595;
  background-color: #eee;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 3px;
  cursor: pointer;
}
label {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
label.for-checkbox,
label.for-radio {
  display: inline;
  margin-bottom: 0;
  font-size: 90%;
  color: #7b7b7b;
  cursor: pointer;
}
button,
input[type="button"],
input[type="submit"],
a.button {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  background-color: #383f51;
  border: none;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 130%;
  line-height: 130%;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
a.button:hover {
  text-decoration: none;
  background-color: #232833;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
a.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.button-white,
input[type="button"].button-white,
input[type="submit"].button-white,
a.button.button-white {
  background-color: white;
  color: #383f51;
  border: 1px solid #383f51;
  padding-top: 9px;
  padding-bottom: 9px;
}
button.button-white:hover,
input[type="button"].button-white:hover,
input[type="submit"].button-white:hover,
a.button.button-white:hover {
  color: #232833;
}
button.button-gray,
input[type="button"].button-gray,
input[type="submit"].button-gray,
a.button.button-gray {
  background-color: #999999;
}
button.button-gray:hover,
input[type="button"].button-gray:hover,
input[type="submit"].button-gray:hover,
a.button.button-gray:hover {
  text-decoration: none;
  background-color: #808080;
}
button.button-dark,
input[type="button"].button-dark,
input[type="submit"].button-dark,
a.button.button-dark {
  background-color: #323232;
}
button.button-dark:hover,
input[type="button"].button-dark:hover,
input[type="submit"].button-dark:hover,
a.button.button-dark:hover {
  text-decoration: none;
  background-color: #000000;
}
button.button-secondary-color,
input[type="button"].button-secondary-color,
input[type="submit"].button-secondary-color,
a.button.button-secondary-color {
  background-color: #82b53f;
}
button.button-secondary-color:hover,
input[type="button"].button-secondary-color:hover,
input[type="submit"].button-secondary-color:hover,
a.button.button-secondary-color:hover {
  text-decoration: none;
  background-color: #74a238;
}
button.button-smaller,
input[type="button"].button-smaller,
input[type="submit"].button-smaller,
a.button.button-smaller {
  font-size: 15px;
  font-weight: 500;
  padding: 11px 15px 8px;
}
button.button-smaller .material-icons,
input[type="button"].button-smaller .material-icons,
input[type="submit"].button-smaller .material-icons,
a.button.button-smaller .material-icons {
  top: -1px;
}
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
a.button:disabled {
  opacity: 0.5;
  background-color: #999999 !important;
  cursor: not-allowed;
}
button.loading,
input[type="button"].loading,
input[type="submit"].loading,
a.button.loading {
  cursor: wait !important;
}
button .material-icons,
input[type="button"] .material-icons,
input[type="submit"] .material-icons,
a.button .material-icons {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
button .button-icon,
input[type="button"] .button-icon,
input[type="submit"] .button-icon,
a.button .button-icon {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  height: 24px;
  padding: 1px 0;
}
.input_error {
  color: #cc0000;
  font-size: 90%;
  font-weight: 500;
  margin-top: -15px;
  display: block;
}
.download {
  position: relative;
  overflow: hidden;
  background-color: #82b53f;
  background-image: url("../images/fascia_scarica/bg_system_home.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.download .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download .content-wrapper > .download-content {
  width: 60%;
  padding: 50px 0 15px;
}
.download .content-wrapper > .download-content h2,
.download .content-wrapper > .download-content h4,
.download .content-wrapper > .download-content p {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.download .content-wrapper > .download-content h2 {
  font-size: 220%;
  line-height: 120%;
  text-transform: none;
  margin-bottom: 20px;
}
.download .content-wrapper > .download-content p {
  max-width: 500px;
  font-size: 120%;
  line-height: 130%;
  font-weight: 400;
}
.download .content-wrapper > .download-content p b,
.download .content-wrapper > .download-content p strong {
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .download .content-wrapper > .download-content {
    width: auto;
  }
}
.download .content-wrapper > .download-content .download-from {
  margin-top: 40px;
  margin-bottom: 20px;
}
.download .content-wrapper > .download-content .download-from > div {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.download .content-wrapper > .download-content .download-from > div > h4 {
  margin: 0 0 20px;
  font-size: 15px;
  text-transform: uppercase;
}
.download .content-wrapper > .download-content .download-from > div > p {
  max-width: 100%;
  margin: 0;
}
.download .content-wrapper > .download-content .download-from > div > p > a {
  display: inline-block;
  color: white !important;
  margin-right: 30px;
  margin-bottom: 20px;
}
.download .content-wrapper > .download-content .download-from > div > p > a:hover {
  opacity: 0.8;
}
.download .content-wrapper > .download-content .download-from > div > p > a > img {
  display: inline-block;
  width: auto;
  height: 42px;
}
.download .content-wrapper > .download-content .download-from > div:after {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: white;
}
.download .content-wrapper > .download-content .download-from > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.download .content-wrapper > .download-content .download-from > div:last-child:after {
  display: none;
}
.download .content-wrapper > img {
  display: block;
  align-self: flex-end;
  flex: 0 1 auto;
  max-width: 485px;
  padding-top: 30px;
}
#developer-recall {
  position: relative;
  padding-top: 50px;
  padding-bottom: 35px;
  text-align: center;
  background-color: #83B441;
}
#developer-recall h2,
#developer-recall p {
  color: white;
}
#developer-recall h2 {
  text-transform: none;
  font-weight: 500;
}
#developer-recall .button {
  margin-top: 10px;
  padding: 15px 35px;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
  background-color: #0d0d0f;
}
#developer-recall .button:hover {
  background-color: #1e2129;
}
#programmi-completi-wrapper {
  position: relative;
  background-color: #dce2e7;
  padding-top: 50px;
  padding-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
#programmi-completi-wrapper h2,
#programmi-completi-wrapper p {
  margin-bottom: 15px;
}
#programmi-completi-wrapper .button {
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
}
#programmi-completi-wrapper #programmi-completi {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}
#programmi-completi-wrapper #programmi-completi > .programma-completo {
  display: flex;
  flex-direction: column;
  width: 260px;
  margin: 15px;
  text-decoration: none;
}
#programmi-completi-wrapper #programmi-completi > .programma-completo .programma-completo-icon {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  padding: 8px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: content-box;
  background-color: white;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 2;
}
#programmi-completi-wrapper #programmi-completi > .programma-completo .programma-completo-icon img {
  display: block;
  width: 100%;
}
#programmi-completi-wrapper #programmi-completi > .programma-completo .programma-completo-title {
  position: relative;
  display: block;
  padding: 45px 15px 15px;
  margin-top: -30px;
  color: white;
  font-weight: 500;
  font-size: 23.4px;
  background-color: #82b53f;
  border-radius: 2px 2px 0 0;
  z-index: 1;
}
#programmi-completi-wrapper #programmi-completi > .programma-completo:hover .programma-completo-title {
  text-decoration: underline;
}
#programmi-completi-wrapper #programmi-completi > .programma-completo .programma-completo-text {
  display: block;
  flex: 1 0 auto;
  padding: 15px;
  background-color: white;
  color: #555555;
  font-size: 16px;
  border-radius: 0 0 2px 2px;
}
#request-form label > span,
.request-form label > span {
  display: block;
  margin-bottom: 5px;
}
#request-form input[type="text"],
.request-form input[type="text"],
#request-form select,
.request-form select,
#request-form textarea,
.request-form textarea {
  max-width: 100%;
  width: 600px;
}
#request-form textarea,
.request-form textarea {
  height: 120px;
}
#request-form .onipot,
.request-form .onipot {
  position: absolute;
  left: -10000px;
}
#request-form label.check-privacy,
.request-form label.check-privacy,
#signup-form label.check-privacy {
  display: inline-block;
  font-weight: 300;
}
#request-form label.check-privacy .input_error,
.request-form label.check-privacy .input_error,
#signup-form label.check-privacy .input_error {
  display: inline-block;
}
#request-form label.check-privacy a,
.request-form label.check-privacy a,
#signup-form label.check-privacy a {
  text-decoration: underline;
}
.fascia-partner {
  position: relative;
  color: white;
  min-height: 480px;
  background-color: #24282B;
  background-image: url("../images/bg_form_contatti_partner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.fascia-partner > .content-wrapper {
  max-width: 1100px;
}
.fascia-partner h2,
.fascia-partner p {
  margin-bottom: 15px;
  color: white;
}
@media screen and (max-width: 700px) {
  .fascia-partner {
    min-height: 0;
  }
  .fascia-partner form > div {
    width: 100% !important;
  }
}
.fascia-partner form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.fascia-partner form > div {
  width: 50%;
  flex: 1 1 auto;
  padding: 0 15px;
  text-align: left;
}
.fascia-partner form > div > p {
  margin-bottom: 15px;
}
.fascia-partner form > div > p input[type="text"] {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.fascia-partner form > div > p textarea {
  height: 95px;
  margin-top: 0;
}
.fascia-partner form > div .implicit-privacy {
  padding-top: 8px;
  min-height: 40px;
  font-size: 16px;
  text-shadow: 1px 1px 2px black;
}
.fascia-partner form > div .implicit-privacy a {
  color: #606574;
}
.fascia-partner form > div .onipot {
  position: absolute;
  left: -10000px;
}
.fascia-partner form > div:nth-child(3) {
  padding-top: 20px;
  text-align: center;
}
.fascia-partner form > div:nth-child(3) button {
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.privacy-html-wrapper h1,
.privacy-html-wrapper h2,
.privacy-html-wrapper h3,
.privacy-html-wrapper h4,
.privacy-html-wrapper h5,
.privacy-html-wrapper h6 {
  font-weight: 500;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 100%;
  text-transform: none;
}
.privacy-html-wrapper p,
.privacy-html-wrapper ul,
.privacy-html-wrapper ol,
.privacy-html-wrapper hr,
.privacy-html-wrapper h1,
.privacy-html-wrapper h2,
.privacy-html-wrapper h3,
.privacy-html-wrapper h4,
.privacy-html-wrapper h5,
.privacy-html-wrapper h6 {
  margin-bottom: 20px;
  font-size: 95%;
}
.privacy-html-wrapper h1,
.privacy-html-wrapper h2 {
  font-size: 120%;
}
.privacy-html-wrapper h3,
.privacy-html-wrapper h4,
.privacy-html-wrapper h5,
.privacy-html-wrapper h6 {
  color: #666;
}
.privacy-html-wrapper ul,
.privacy-html-wrapper ol {
  list-style-position: outside;
  padding: 10px 20px 10px 35px;
  background-color: #ddd;
  border-radius: 5px;
}
.privacy-html-wrapper ul li,
.privacy-html-wrapper ol li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.privacy-html-wrapper ul ul,
.privacy-html-wrapper ul ol,
.privacy-html-wrapper ol ul,
.privacy-html-wrapper ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.privacy-html-wrapper ul {
  list-style-type: disc;
}
.privacy-html-wrapper ol {
  list-style-type: decimal;
}
.privacy-html-wrapper ol ol {
  list-style-type: lower-alpha;
}
.privacy-flags-wrapper {
  padding: 10px 15px;
  background-color: #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 95%;
}
.privacy-flags-wrapper p {
  margin: 0 0 3px;
}
.privacy-flags-wrapper p > label {
  display: inline-block;
  margin: 0 10px 0 0;
  cursor: pointer;
  text-transform: uppercase;
}
.privacy-flags-wrapper p .input_error {
  display: inline-block;
  margin-top: 0;
}
#privacy-form-flags-error {
  color: #cc0000;
  display: none;
  font-weight: 500;
}
.pager {
  font-size: 120%;
}
.pager a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #cacaca;
  background-color: white;
  margin-right: 5px;
}
.pager a:hover,
.pager a:focus,
.pager a:active {
  color: #000000;
  background-color: #DDDDDD;
  border: 1px solid #BBBBBB;
}
.pager span.current {
  padding: 10px 13px;
  font-weight: 500;
  background-color: transparent;
}
.pager a.current {
  color: #000000;
  padding: 10px 13px;
  font-weight: 500;
  border: none;
  background-color: transparent;
}
.pager a.current:hover,
.pager a.current:focus,
.pager a.current:active {
  background-color: transparent;
}
#contacts-banner {
  background-color: #6a6f7d;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 30px;
}
#contacts-banner h2 {
  color: black;
  color: rgba(0, 0, 0, 0.8);
}
#contacts-banner #contacts-banner-image {
  position: relative;
  max-width: 1160px;
  margin: -10px auto 0;
}
#contacts-banner #contacts-banner-image img {
  display: block;
  width: 100%;
}
#contacts-banner #contacts-banner-image #contacts-banner-tel,
#contacts-banner #contacts-banner-image #contacts-banner-request {
  display: block;
  position: absolute;
  margin: 0;
  font-weight: 600;
  text-decoration: none !important;
  height: 62%;
  width: 35%;
  font-size: 28px;
  text-transform: uppercase;
  color: black;
  color: rgba(0, 0, 0, 0.8);
}
#contacts-banner #contacts-banner-image #contacts-banner-tel span,
#contacts-banner #contacts-banner-image #contacts-banner-request span {
  position: absolute;
  bottom: 10%;
  left: 32.5%;
}
@media screen and (max-width: 1100px) {
  #contacts-banner #contacts-banner-image #contacts-banner-tel,
  #contacts-banner #contacts-banner-image #contacts-banner-request {
    font-size: 22px;
  }
}
@media screen and (max-width: 820px) {
  #contacts-banner #contacts-banner-image #contacts-banner-tel,
  #contacts-banner #contacts-banner-image #contacts-banner-request {
    font-size: 17px;
  }
}
#contacts-banner #contacts-banner-image #contacts-banner-tel {
  top: 10%;
  left: 16%;
}
#contacts-banner #contacts-banner-image #contacts-banner-request {
  bottom: 0;
  left: 57%;
}
@media screen and (max-width: 640px) {
  #contacts-banner {
    display: none;
  }
}
footer {
  position: relative;
  overflow: hidden;
  padding: 60px 0 10px;
  color: white;
  background-color: #383f51;
  text-align: left;
  font-size: 15px;
  line-height: 125%;
}
footer.footer-darker {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  background-color: #2e3342;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}
footer.footer-darker > .content-wrapper {
  justify-content: center;
}
footer.footer-darker a {
  color: rgba(255, 255, 255, 0.8);
}
footer.footer-darker a:hover {
  color: white;
  text-decoration: none;
}
footer.footer-darker .languages-selector a,
footer.footer-darker .currencies-selector a {
  margin-right: 5px;
}
footer.footer-darker .small {
  font-size: 13px;
}
footer.footer-darker .currency-symbol {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 1px;
  padding: 0 !important;
  line-height: 20px;
  text-align: center;
  color: white !important;
  font-weight: 500;
  background-color: #606574;
  border-radius: 50%;
}
footer > .content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer > .content-wrapper > div h3 {
  overflow: hidden;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}
footer > .content-wrapper > div p {
  margin-bottom: 10px;
}
footer > .content-wrapper > div a {
  color: white;
  text-decoration: none;
}
footer > .content-wrapper > div a:hover {
  text-decoration: underline;
}
footer > .content-wrapper > div .small {
  font-size: 13px;
}
footer > .content-wrapper > div .app-description {
  font-size: 100%;
}
footer > .content-wrapper > div .footer-social-icons-wrapper {
  margin-top: 30px;
}
footer > .content-wrapper > div .footer-social-icons-wrapper .footer-social-icons a {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
footer > .content-wrapper > div .footer-social-icons-wrapper .footer-social-icons a:hover {
  opacity: 0.8;
}
footer > .content-wrapper > .text {
  width: 460px;
  flex: 0 1 auto;
  margin-right: 60px;
}
footer > .content-wrapper > .columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 260px;
  flex: 0 1 auto;
  margin-left: 50px;
}
footer > .content-wrapper > .columns > .column {
  margin-bottom: 30px;
  text-align: left;
}
footer > .content-wrapper > .columns > .column p {
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  footer > .content-wrapper > .columns > .column {
    font-size: 14px;
    line-height: 120%;
  }
}
@media screen and (max-width: 900px) {
  footer > .content-wrapper {
    flex-wrap: wrap;
  }
  footer > .content-wrapper > .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  footer > .content-wrapper > .columns {
    width: 50%;
    flex: 0 0 auto;
    margin-left: 0;
    padding-right: 50px;
  }
}
@media screen and (max-width: 480px) {
  footer > .content-wrapper > .columns {
    width: 100%;
    padding-right: 0;
  }
}
.languages-selector a,
.currencies-selector a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 300 !important;
}
.languages-selector a img,
.currencies-selector a img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#currencies-popup li a,
#currencies-popup li span {
  font-size: 13px;
  padding-left: 20px;
  padding-right: 15px;
}
#scroll-to-bottom {
  display: block;
  position: fixed;
  z-index: 21;
  bottom: -120px;
  left: 50%;
  margin-left: -60px;
  height: 120px;
  width: 120px;
  border-radius: 60px;
  background-color: #383f51;
  color: white;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: bottom;
}
#scroll-to-bottom.visible {
  bottom: -75px;
}
#scroll-to-bottom .material-icons {
  position: relative;
  font-weight: 500;
  font-size: 30px;
  padding-top: 10px;
  padding-left: 1px;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: scroll-to-bottom-animation;
          animation-name: scroll-to-bottom-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes scroll-to-bottom-animation {
  from {
    top: 0;
  }
  to {
    top: 5px;
  }
}
@keyframes scroll-to-bottom-animation {
  from {
    top: 0;
  }
  to {
    top: 5px;
  }
}
#back-to-top {
  display: block;
  position: fixed;
  z-index: 21;
  bottom: -65px;
  right: 30px;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  background-color: #383f51;
  color: white;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.8s;
  transition-property: bottom;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
#back-to-top.visible {
  bottom: 60px;
}
#back-to-top .material-icons {
  font-weight: 500;
  font-size: 25px;
  padding-top: 18px;
  padding-left: 1px;
}
.floating-tip {
  z-index: 88;
  background-color: #f0f0f0;
  padding: 5px 15px;
  color: #303030;
  font-weight: 500;
  font-size: 13px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.floating-tip-triangle {
  position: relative;
  z-index: 89;
}
.smartphoto .smartphoto-header {
  overflow: visible !important;
  height: 0 !important;
  padding: 0 !important;
}
.smartphoto .smartphoto-caption {
  overflow: visible !important;
  height: 0 !important;
  padding: 0 !important;
}
.smartphoto .smartphoto-count {
  display: none !important;
}
.smartphoto .smartphoto-dismiss:hover {
  background-color: transparent !important;
}
