* {
  box-sizing: border-box;
}
body,
input,
select,
textarea,
button {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  color: #555555;
  line-height: 135%;
}
#body,
#drawer {
  position: absolute;
  top: 0;
  left: 0;
}
#body {
  right: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
  padding-top: 80px;
}
::-moz-selection {
  background: #f5cecc;
}
::selection {
  background: #f5cecc;
}
#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,
ol,
hr {
  margin-bottom: 25px;
}
h2,
h3,
h4,
h5 {
  margin-bottom: 25px;
  font-weight: bold;
  color: #303030;
  line-height: 135%;
}
hr {
  background-color: #cccccc;
  border: none;
  height: 1px;
  display: block;
}
.bigger-text {
  font-size: 22.1px;
  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,
.cke_editable pre,
.static-page-text pre {
  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: 15px;
}
h2 {
  font-size: 150%;
  text-transform: uppercase;
  font-weight: 900;
}
h3 {
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 900;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 16.66666667px;
}
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: #CC0B00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.red {
  color: #cc0000;
}
.green {
  color: #008800;
}
.gray,
.grey {
  color: #888888;
}
img {
  display: inline-block;
  vertical-align: middle;
}
header {
  background-color: white;
  height: 80px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 50;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
header #snapper-toggler {
  display: none;
}
header .logo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  text-decoration: none !important;
  padding: 10px 0;
  white-space: nowrap;
}
header .logo > a {
  display: inline-block;
  text-decoration: none !important;
}
@media screen and (max-width: 480px) {
  header .logo > a {
    margin-top: 5px;
  }
}
header .logo > a > img {
  display: inline-block;
  width: 280px;
  padding-top: 14px;
}
@media screen and (max-width: 950px) {
  header .logo > a > img {
    width: 200px;
    padding-top: 19px;
  }
}
@media screen and (max-width: 480px) {
  header .logo > a > img {
    width: 160px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 950px) {
  header #snapper-toggler {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 50px;
    height: 50px;
    left: 10px;
    margin-top: -25px;
    background-image: url("../images/ic_menu_black_24dp_2x.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: border-color 0.3s;
  }
  header #snapper-toggler:hover {
    border-color: white;
  }
  header .logo {
    left: 75px;
  }
}
@media screen and (max-width: 480px) {
  header #snapper-toggler {
    left: 0;
    background-size: 30px 35px;
  }
  header .logo {
    left: 55px;
  }
}
header nav {
  float: right;
}
header nav ul {
  height: 36px;
  margin-top: 22px;
  margin-bottom: 0;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  color: black;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}
header nav ul li a#login-menu-item,
header nav ul li a#account-menu-item {
  color: #CC0B00;
  font-weight: 600;
}
header nav ul li a#account-menu-item > span {
  display: inline-block;
  padding-right: 20px;
}
header nav ul li a#account-menu-item:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #CC0B00;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
}
header nav ul li.separator {
  border-left: 1px solid #777777;
  padding-left: 5px;
  margin-left: 5px;
}
header nav ul li:last-child a {
  padding-right: 0;
}
header nav ul li a.icon img {
  position: relative;
  box-sizing: content-box;
  height: 36px;
  display: inline-block;
}
header nav ul li a.icon#cart-menu-item {
  padding-right: 8px;
}
header nav ul li a.icon#cart-menu-item img {
  top: -3px;
}
header nav ul li a.icon .icon-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  display: block;
  height: 21px;
  width: 21px;
  line-height: 20px;
  font-size: 13px;
  font-family: sans-serif;
  border-radius: 11px;
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: black;
  content: "2";
}
@media screen and (max-width: 480px) {
  header nav ul li a.icon img {
    height: 26px;
    width: 26px;
  }
}
@media screen and (max-width: 1140px) {
  header nav ul li a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header nav ul li a#account-menu-item {
    padding-right: 20px;
  }
  header nav ul li a#account-menu-item:after {
    margin-top: -3px;
  }
}
@media screen and (max-width: 950px) {
  header nav ul li a {
    display: none;
  }
  header nav ul li.separator {
    margin-left: 0;
    padding-left: 0;
  }
  header nav ul li .icon {
    display: block;
  }
}
nav {
  display: block;
}
nav ul > li {
  display: block;
}
nav ul > li a {
  display: block;
  font-size: 15px;
  color: white;
  font-weight: bold;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  text-decoration: none;
}
nav ul > li a.shop {
  font-weight: 900;
}
nav ul > li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
nav ul > li a#account-menu-item-drawer > span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
nav ul > li a#account-menu-item-drawer > span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 7px solid white;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}
#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 {
  display: block;
  text-align: center;
  padding: 50px 20px 40px;
  margin-bottom: 50px;
  background: #E80000;
  background: linear-gradient(25deg, #e67203, #ea0000);
}
#navigation-heading > h2 {
  margin: 0 !important;
  padding: 0 10px;
  color: white;
  text-transform: none;
  font-size: 300%;
  line-height: 135%;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #navigation-heading > h2 {
    font-size: 220%;
    line-height: 135%;
  }
}
@media screen and (max-width: 680px) {
  #navigation-heading > h2 {
    font-size: 150%;
    line-height: 135%;
  }
}
#navigation-heading > ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 540px) {
  #navigation-heading > ul {
    display: none;
  }
}
#navigation-heading > ul > li {
  position: relative;
  display: block;
  flex: 0 1 auto;
  padding-right: 40px;
}
#navigation-heading > ul > li > a,
#navigation-heading > ul > li > span {
  display: block;
  overflow: hidden;
  padding: 8px 15px;
  color: black !important;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fdb218;
}
#navigation-heading > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 50%;
  margin-top: -12px;
  background-image: url("../images/arrow_right_white.png");
  background-position: center;
  background-repeat: no-repeat;
}
#navigation-heading > ul > li:last-child {
  padding-right: 0;
}
#navigation-heading > ul > li:last-child:after {
  display: none;
}
.dropdown-popup {
  display: none;
  background-color: #CC0B00;
  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: bold;
  text-decoration: none;
  cursor: pointer;
}
.dropdown-popup li a:hover {
  background-color: #d63c33;
}
.dropdown-popup li a.dropdown-popup-help {
  cursor: help;
}
.dropdown-popup li span {
  font-size: 85%;
}
.dropdown-popup.dropdown-popup-secondary {
  background-color: white;
  position: relative;
  box-shadow: 0 0 3px rgba(50, 50, 50, 0.4);
  color: #555555;
}
.dropdown-popup.dropdown-popup-secondary li a {
  color: #555555;
}
.dropdown-popup.dropdown-popup-secondary li a:hover {
  background-color: #e6e6e6;
}
.dropdown-popup#login-menu {
  margin-top: 5px;
}
.dropdown-popup#login-menu-drawer {
  margin-left: 20px;
}
.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 button.button-smaller,
.popup .content .button.button-smaller {
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.popup .content button.button-smaller .material-icons,
.popup .content .button.button-smaller .material-icons {
  top: -1px;
}
.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;
}
#download-menu-drawer {
  margin-left: 20px;
  padding: 5px 0;
}
#download-menu-drawer li a {
  padding: 5px 15px;
}
#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: #ffd4cf;
}
#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: 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 400px) {
  #page-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"],
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="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #fdb218;
}
input[type="text"][disabled],
input[type="email"][disabled],
input[type="tel"][disabled] {
  color: #959595;
  background-color: #eee;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  margin-right: 3px;
  cursor: pointer;
}
.iti {
  width: 600px;
  max-width: 100%;
}
.iti .iti__selected-country {
  background: none !important;
  text-shadow: none !important;
}
.iti .iti__tel-input {
  width: 100%;
}
.iti .iti__dropdown-content {
  max-width: 450px;
  border-radius: 0 !important;
  z-index: 5;
}
.iti .iti__search-input {
  margin-bottom: 2px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0 !important;
}
.iti .iti__search-input:focus,
.iti .iti__search-input:active {
  outline: none !important;
}
label {
  font-weight: bold;
  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: #CC0B00;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 120%;
  line-height: 130%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  box-sizing: border-box;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
a.button:hover {
  text-decoration: none;
  background-color: #b30a00;
}
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-secondary,
input[type="button"].button-secondary,
input[type="submit"].button-secondary,
a.button.button-secondary {
  background-color: #fdb218;
}
button.button-secondary:hover,
input[type="button"].button-secondary:hover,
input[type="submit"].button-secondary:hover,
a.button.button-secondary:hover {
  text-decoration: none;
  background-color: #f9a802;
}
button.button-white,
input[type="button"].button-white,
input[type="submit"].button-white,
a.button.button-white {
  background-color: white;
  color: #CC0B00;
  border: 1px solid #CC0B00;
  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: #990800;
}
button.button-red,
input[type="button"].button-red,
input[type="submit"].button-red,
a.button.button-red {
  background-color: #d32f2f;
}
button.button-red:hover,
input[type="button"].button-red:hover,
input[type="submit"].button-red:hover,
a.button.button-red:hover {
  text-decoration: none;
  background-color: #c02929;
}
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-smaller,
input[type="button"].button-smaller,
input[type="submit"].button-smaller,
a.button.button-smaller {
  font-size: 15px;
  font-weight: 700;
  padding: 11px 15px 10px;
}
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: bold;
  margin-top: -15px;
  display: block;
}
.download {
  background-color: #ECF0F3;
  background-image: url("../images/fascia_scarica/bg_tablet.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 35px 0 5px;
  overflow: hidden;
  position: relative;
}
.download .download-background {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 900px;
}
@media screen and (max-width: 1600px) {
  .download .download-background {
    width: 800px;
    right: -100px;
  }
}
@media screen and (max-width: 1400px) {
  .download .download-background {
    width: 700px;
    right: -200px;
  }
}
@media screen and (max-width: 1200px) {
  .download .download-background {
    width: 600px;
    right: -200px;
  }
}
@media screen and (max-width: 960px) {
  .download .download-background {
    width: 500px;
    right: -250px;
  }
}
@media screen and (max-width: 780px) {
  .download .download-background {
    display: none;
  }
}
.download .download-content {
  width: 70%;
  max-width: 600px;
}
@media screen and (max-width: 780px) {
  .download .download-content {
    width: auto;
  }
}
.download .download-from > a:hover {
  opacity: 0.8;
}
.download .download-from > a > img {
  display: inline-block;
  width: auto;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#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 input[type="email"],
.request-form input[type="email"],
#request-form input[type="tel"],
.request-form input[type="tel"],
#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: normal;
}
#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;
}
.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: bold;
  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: bold;
}
.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: bold;
  background-color: transparent;
}
.pager a.current {
  color: #000000;
  padding: 10px 13px;
  font-weight: bold;
  border: none;
  background-color: transparent;
}
.pager a.current:hover,
.pager a.current:focus,
.pager a.current:active {
  background-color: transparent;
}
#contacts-banner {
  background-color: #d94840;
  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: 900;
  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;
  clear: both;
  padding: 40px 0 30px;
  color: white;
  background-color: black;
  text-align: left;
  font-size: 15px;
  line-height: 125%;
}
footer.footer-darker {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  background-color: #141414;
  font-weight: 600;
  padding: 15px 0;
  text-align: 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 {
  display: inline-block;
}
footer.footer-darker .languages-selector a {
  display: inline-block;
  text-decoration: none !important;
  margin-right: 5px;
}
footer.footer-darker .languages-selector a img {
  display: inline-block;
}
footer.footer-darker .languages-selector a:hover {
  opacity: 0.8;
}
footer.footer-darker #currencies-selector {
  color: rgba(255, 255, 255, 0.8);
}
footer.footer-darker #currencies-selector:hover {
  color: white;
}
footer > .footer-logo {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
footer > .footer-logo > img {
  width: 280px;
}
@media screen and (max-width: 560px) {
  footer > .footer-logo {
    padding-left: 20px;
    text-align: left;
  }
}
footer > .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer > .content-wrapper > .column {
  width: 0;
  flex: 2 1 auto;
  margin-right: 30px;
  text-align: left;
}
footer > .content-wrapper > .column:last-child {
  margin-right: 0;
}
footer > .content-wrapper > .column p {
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  footer > .content-wrapper > .column {
    font-size: 14px;
    line-height: 120%;
  }
}
@media screen and (max-width: 920px) {
  footer > .content-wrapper > .column {
    width: 40%;
    margin-bottom: 30px;
  }
  footer > .content-wrapper > .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  footer > .content-wrapper > .column {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  footer > .content-wrapper > .column:last-child {
    margin-bottom: 0;
  }
}
footer h3 {
  overflow: hidden;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
}
footer p {
  margin-bottom: 10px;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .small {
  font-size: 13px;
}
footer .footer-social-icons-wrapper {
  text-align: center;
  margin-top: 30px;
}
footer .footer-social-icons-wrapper .footer-social-icons a {
  display: inline-block;
  margin-right: 2px;
}
footer .footer-social-icons-wrapper .footer-social-icons a:hover {
  opacity: 0.8;
}
#currencies-popup {
  font-size: 13px;
}
#currencies-popup .currencies-popup-title {
  padding: 5px 15px 5px 20px;
}
#currencies-popup ul {
  margin-bottom: 0;
}
#currencies-popup ul > li > a {
  padding-right: 15px;
}
#currencies-selector .currency-symbol,
#currencies-popup .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: bold;
  background-color: #CC0B00;
  border-radius: 50%;
}
#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: #CC0B00;
  color: white;
  font-weight: 900;
  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: bold;
  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: #CC0B00;
  color: white;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.8s;
  transition-property: bottom;
}
#back-to-top.visible {
  bottom: 60px;
}
#back-to-top .material-icons {
  font-weight: bold;
  font-size: 25px;
  padding-top: 18px;
  padding-left: 1px;
}
.floating-tip {
  z-index: 88;
  background-color: #f0f0f0;
  padding: 5px 15px;
  color: #303030;
  font-weight: bold;
  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;
}
