html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

.rangeslider {
  margin: 20px 0;
  position: relative;
  background: #e6e6e6;
  -ms-touch-action: none;
  touch-action: none; }

.rangeslider, .rangeslider .rangeslider__fill {
  display: block; }

.rangeslider .rangeslider__handle {
  background: #00b0f0;
  border: 4px solid #ffffff;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 9; }
  .rangeslider .rangeslider__handle:hover {
    background-color: #24c5ff; }
  .rangeslider .rangeslider__handle:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 5px 5px 15px -3px inset;
    box-shadow: rgba(0, 0, 0, 0.75) 5px 5px 15px -3px inset; }

.rangeslider .rangeslider__handle .rangeslider__active {
  opacity: 1; }

.rangeslider .rangeslider__handle-tooltip {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.rangeslider .rangeslider__handle-tooltip span {
  margin-top: 12px;
  display: inline-block;
  line-height: 100%; }

.rangeslider .rangeslider__handle-tooltip:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0; }

.rangeslider-horizontal {
  height: 9px;
  border-radius: 6px; }

.rangeslider-horizontal .rangeslider__fill {
  height: 100%;
  background-color: #00b0f0;
  border-radius: 10px;
  top: 0; }

.rangeslider-horizontal .rangeslider__handle {
  width: 26px;
  height: 26px;
  border-radius: 30px;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.rangeslider-horizontal .rangeslider__handle:after {
  content: " "; }

.rangeslider-horizontal .rangeslider__haandle-tooltip {
  top: -55px; }

.rangeslider-horizontal .rangeslider__handle-tooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -8px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.rangeslider-vertical {
  margin: 20px auto;
  height: 150px;
  max-width: 10px;
  background-color: transparent; }

.rangeslider-vertical .rangeslider__fill, .rangeslider-vertical .rangeslider__handle {
  position: absolute; }

.rangeslider-vertical .rangeslider__fill {
  width: 100%;
  background-color: #00b0f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  bottom: 0; }

.rangeslider-vertical .rangeslider__handle {
  width: 30px;
  height: 10px;
  left: -10px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.rangeslider-vertical .rangeslider__handle-tooltip {
  left: -100%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.rangeslider-vertical .rangeslider__handle-tooltip:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.8);
  left: 100%;
  top: 12px; }

.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill {
  right: 0; }

.rangeslider-reverse.rangeslider-vertical .rangeslider__fill {
  top: 0;
  bottom: inherit; }

.rangeslider__labels {
  position: relative; }

.rangeslider-vertical .rangeslider__labels {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
  width: 250px;
  height: 100%;
  left: 10px; }

.rangeslider-vertical .rangeslider__labels .rangeslider__label-item {
  position: absolute;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.rangeslider-vertical .rangeslider__labels .rangeslider__label-item:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1; }

.rangeslider__labels .rangeslider__label-item {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  top: 10px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

/*
 ** iziModal | v1.4.2
 ** http://izimodal.marcelodolce.com
 ** by Marcelo Dolce. */
.iziModal {
  display: none;
  position: fixed;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  -webkit-transition: margin-top 0.3s ease, height 0.3s ease;
  -o-transition: margin-top 0.3s ease, height 0.3s ease;
  transition: margin-top 0.3s ease, height 0.3s ease;
  /* For some Androids */ }
  .iziModal * {
    -webkit-font-smoothing: antialiased; }
  .iziModal::after {
    content: "";
    width: 100%;
    height: 0px;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#59000000",GradientType=0 );
    -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    pointer-events: none; }
  .iziModal.hasShadow::after {
    height: 30px;
    opacity: 1; }
  .iziModal .iziModal-progressbar {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 1; }
    .iziModal .iziModal-progressbar > div {
      height: 2px;
      width: 100%; }
  .iziModal .iziModal-header {
    background: #88a0b9;
    padding: 14px 18px 15px 18px;
    -webkit-box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0px #555;
            box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0px #555;
    overflow: hidden;
    position: relative;
    z-index: 10; }
  .iziModal .iziModal-header-icon {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 15px 0 0;
    margin: 0;
    float: left; }
  .iziModal .iziModal-header-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3; }
  .iziModal .iziModal-header-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 1.45; }
  .iziModal .iziModal-header-title, .iziModal .iziModal-header-subtitle {
    display: block;
    margin: 0;
    padding: 0;
    font-family: Arial;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .iziModal .iziModal-header-buttons {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -17px 0 0 0; }
  .iziModal .iziModal-button {
    display: block;
    float: right;
    z-index: 2;
    outline: none;
    height: 34px;
    width: 34px;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.3;
    border-radius: 50%;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
    transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
    -o-transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity 0.5s ease;
    transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity 0.5s ease;
    transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
    background-size: 67% !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; }
  .iziModal .iziModal-button-close {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==") no-repeat 50% 50%; }
  .iziModal .iziModal-button-fullscreen {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=") no-repeat 50% 50%; }
  .iziModal.isFullscreen .iziModal-button-fullscreen {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC") no-repeat 50% 50%; }
  .iziModal .iziModal-button-close:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .iziModal .iziModal-button:hover {
    opacity: 0.8; }
  .iziModal .iziModal-header.iziModal-noSubtitle {
    height: auto;
    padding: 10px 15px 12px 15px; }
    .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
      font-size: 23px;
      padding-right: 13px; }
    .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
      font-size: 15px;
      margin: 3px 0 0 0;
      font-weight: 400; }
    .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
      right: 6px;
      margin: -16px 0 0 0; }
    .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
      height: 30px;
      width: 30px; }

/* RTL */
.iziModal-rtl {
  direction: rtl; }
  .iziModal-rtl .iziModal-header {
    padding: 14px 18px 15px 40px; }
  .iziModal-rtl .iziModal-header-icon {
    float: right;
    padding: 0 0 0 15px; }
  .iziModal-rtl .iziModal-header-buttons {
    right: initial;
    left: 10px; }
  .iziModal-rtl .iziModal-button {
    float: left; }
  .iziModal-rtl .iziModal-header.iziModal-noSubtitle {
    padding: 10px 15px 12px 40px; }
    .iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
      padding: 0 0 0 13px; }

/* LIGHT THEME */
.iziModal {
  /*overflow-y: scroll; */ }
  .iziModal.iziModal-light .iziModal-header-icon {
    color: rgba(0, 0, 0, 0.5); }
  .iziModal.iziModal-light .iziModal-header-title {
    color: #000; }
  .iziModal.iziModal-light .iziModal-header-subtitle {
    color: rgba(0, 0, 0, 0.6); }
  .iziModal.iziModal-light .iziModal-button-close {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC") no-repeat 50% 50%; }
  .iziModal.iziModal-light .iziModal-button-fullscreen {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC") no-repeat 50% 50%; }
  .iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC") no-repeat 50% 50%; }
  .iziModal .iziModal-loader {
    background: #ffffff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=") no-repeat 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9; }
  .iziModal .iziModal-content-loader {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=") no-repeat 50% 50%; }
  .iziModal .iziModal-content {
    zoom: 1;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    .iziModal .iziModal-content:before {
      content: "";
      display: table; }
    .iziModal .iziModal-content:after {
      content: "";
      display: table;
      clear: both; }
  .iziModal .iziModal-wrap {
    width: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
  .iziModal .iziModal-iframe {
    border: 0;
    margin: 0 0 -6px 0;
    width: 100%;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease; }

.iziModal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.iziModal-navigate {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none; }

.iziModal-navigate-caption {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #ffffff;
  line-height: 16px;
  font-size: 9px;
  font-family: arial;
  letter-spacing: 0.1em;
  text-indent: 0;
  text-align: center;
  width: 70px;
  padding: 5px 0;
  text-transform: uppercase;
  display: none; }
  .iziModal-navigate-caption::before, .iziModal-navigate-caption::after {
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    content: "";
    background-size: 100% !important; }
  .iziModal-navigate-caption:before {
    left: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=") no-repeat 50% 50%; }
  .iziModal-navigate-caption:after {
    right: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC") no-repeat 50% 50%; }

.iziModal-navigate > button {
  position: fixed;
  bottom: 0;
  top: 0;
  border: 0;
  height: 100%;
  width: 84px;
  background-size: 100% !important;
  cursor: pointer;
  padding: 0;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: all;
  margin: 0;
  outline: none; }
  .iziModal-navigate > button:hover {
    opacity: 1; }

.iziModal-navigate-prev {
  left: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==") no-repeat 50% 50%; }

.iziModal-navigate-next {
  right: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=") no-repeat 50% 50%; }

.iziModal.isAttachedTop {
  margin-top: 0 !important;
  margin-bottom: auto !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }
  .iziModal.isAttachedTop .iziModal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.iziModal.isAttachedBottom {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.iziModal.isFullscreen {
  max-width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
  border-radius: 0 !important; }

.iziModal.isAttached {
  border-radius: 0 !important; }

.iziModal.hasScroll .iziModal-wrap {
  overflow-y: auto;
  overflow-x: hidden; }

html.iziModal-isOverflow {
  overflow: hidden; }
  html.iziModal-isOverflow body {
    overflow-y: scroll;
    position: relative; }

html.iziModal-isAttached {
  overflow: hidden; }
  html.iziModal-isAttached body {
    overflow-y: scroll;
    position: relative; }

/* SCROLL */
.iziModal ::-webkit-scrollbar {
  overflow: visible;
  height: 7px;
  width: 7px; }

.iziModal ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0px;
  min-height: 28px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
          box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }
  .iziModal ::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.4); }

.iziModal ::-webkit-scrollbar-button {
  height: 0;
  width: 0; }

.iziModal ::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 2px; }

.iziModal.transitionIn .iziModal-header {
  -webkit-animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1); }
  .iziModal.transitionIn .iziModal-header .iziModal-header-icon {
    -webkit-animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
    animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; }
  .iziModal.transitionIn .iziModal-header .iziModal-header-title, .iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
    -webkit-animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
    animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; }
  .iziModal.transitionIn .iziModal-header .iziModal-button {
    -webkit-animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
    animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1); }

.iziModal.transitionIn .iziModal-iframe, .iziModal.transitionIn .iziModal-wrap {
  -webkit-animation: iziM-fadeIn 1.3s;
  animation: iziM-fadeIn 1.3s; }

.iziModal.transitionIn .iziModal-header {
  -webkit-animation-delay: 0.0s;
  -moz-animation: 0.0s;
  animation-delay: 0.0s; }
  .iziModal.transitionIn .iziModal-header .iziModal-header-icon, .iziModal.transitionIn .iziModal-header .iziModal-header-title {
    -webkit-animation-delay: 0.4s;
    -moz-animation: 0.4s;
    animation-delay: 0.4s; }
  .iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
    -webkit-animation-delay: 0.5s;
    -moz-animation: 0.5s;
    animation-delay: 0.5s; }

.iziModal.transitionOut .iziModal-header {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }
  .iziModal.transitionOut .iziModal-header * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

.iziModal.fadeOut {
  -webkit-animation: iziM-fadeOut 0.5s;
  animation: iziM-fadeOut 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

/* MODAL ANIMATIONS */
/* ANIMATIONS */
.iziModal-overlay.fadeOut, .iziModal-navigate.fadeOut {
  -webkit-animation: iziM-fadeOut 0.5s;
  animation: iziM-fadeOut 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.iziModal .fadeOut {
  -webkit-animation: iziM-fadeOut 0.5s;
  animation: iziM-fadeOut 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.iziModal.fadeIn {
  -webkit-animation: iziM-fadeIn 0.5s;
  animation: iziM-fadeIn 0.5s; }

.iziModal-overlay.fadeIn, .iziModal-navigate.fadeIn {
  -webkit-animation: iziM-fadeIn 0.5s;
  animation: iziM-fadeIn 0.5s; }

.iziModal .fadeIn {
  -webkit-animation: iziM-fadeIn 0.5s;
  animation: iziM-fadeIn 0.5s; }

.iziModal.comingIn {
  -webkit-animation: iziM-comingIn 0.5s ease;
  animation: iziM-comingIn 0.5s ease; }

.iziModal-overlay.comingIn {
  -webkit-animation: iziM-comingIn 0.5s ease;
  animation: iziM-comingIn 0.5s ease; }

.iziModal.comingOut, .iziModal-overlay.comingOut {
  -webkit-animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.iziModal.bounceInDown, .iziModal-overlay.bounceInDown {
  -webkit-animation: iziM-bounceInDown 0.7s ease;
  animation: iziM-bounceInDown 0.7s ease; }

.iziModal.bounceOutDown, .iziModal-overlay.bounceOutDown {
  -webkit-animation: iziM-bounceOutDown 0.7s ease;
  animation: iziM-bounceOutDown 0.7s ease; }

.iziModal.bounceInUp, .iziModal-overlay.bounceInUp {
  -webkit-animation: iziM-bounceInUp 0.7s ease;
  animation: iziM-bounceInUp 0.7s ease; }

.iziModal.bounceOutUp, .iziModal-overlay.bounceOutUp {
  -webkit-animation: iziM-bounceOutUp 0.7s ease;
  animation: iziM-bounceOutUp 0.7s ease; }

.iziModal.fadeInDown, .iziModal-overlay.fadeInDown {
  -webkit-animation: iziM-fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1); }

.iziModal.fadeOutDown, .iziModal-overlay.fadeOutDown {
  -webkit-animation: iziM-fadeOutDown 0.5s ease;
  animation: iziM-fadeOutDown 0.5s ease; }

.iziModal.fadeInUp, .iziModal-overlay.fadeInUp {
  -webkit-animation: iziM-fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1); }

.iziModal.fadeOutUp, .iziModal-overlay.fadeOutUp {
  -webkit-animation: iziM-fadeOutUp 0.5s ease;
  animation: iziM-fadeOutUp 0.5s ease; }

.iziModal.fadeInLeft, .iziModal-overlay.fadeInLeft {
  -webkit-animation: iziM-fadeInLeft 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInLeft 0.7s cubic-bezier(0.16, 0.81, 0.32, 1); }

.iziModal.fadeOutLeft, .iziModal-overlay.fadeOutLeft {
  -webkit-animation: iziM-fadeOutLeft 0.5s ease;
  animation: iziM-fadeOutLeft 0.5s ease; }

.iziModal.fadeInRight, .iziModal-overlay.fadeInRight {
  -webkit-animation: iziM-fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1); }

.iziModal.fadeOutRight, .iziModal-overlay.fadeOutRight {
  -webkit-animation: iziM-fadeOutRight 0.5s ease;
  animation: iziM-fadeOutRight 0.5s ease; }

.iziModal.flipInX, .iziModal-overlay.flipInX {
  -webkit-animation: iziM-flipInX 0.7s ease;
  animation: iziM-flipInX 0.7s ease; }

.iziModal.flipOutX, .iziModal-overlay.flipOutX {
  -webkit-animation: iziM-flipOutX 0.7s ease;
  animation: iziM-flipOutX 0.7s ease; }

@-webkit-keyframes iziM-comingIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
            transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
            transform: scale(1) translateY(0) perspective(600px) rotateX(0); } }

@keyframes iziM-comingIn {
  0% {
    opacity: 0;
    /*transform: translateY(-20px) perspective( 600px ) rotateX( 10deg ); */
    -webkit-transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
            transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg); }
  100% {
    opacity: 1;
    /*transform: scale(1) translateY(0) perspective( 600px ) rotateX( 0 ); */
    -webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
            transform: scale(1) translateY(0) perspective(600px) rotateX(0); } }

@-webkit-keyframes iziM-comingOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@keyframes iziM-comingOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@-webkit-keyframes iziM-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes iziM-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes iziM-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes iziM-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes iziM-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes iziM-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes iziM-slideDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0) translateY(-40px);
    -webkit-transform-origin: center top; } }

@keyframes iziM-slideDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0) translateY(-40px);
            transform: scale(1, 0) translateY(-40px);
    -webkit-transform-origin: center top;
            transform-origin: center top; } }

@-webkit-keyframes iziM-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1); } }

@keyframes iziM-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
            transform: scale3d(0.3, 0.3, 1); } }

@-webkit-keyframes iziM-bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes iziM-bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziM-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0); } }

@keyframes iziM-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0); } }

@-webkit-keyframes iziM-bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes iziM-bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes iziM-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes iziM-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0); } }

@-webkit-keyframes iziM-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziM-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziM-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); } }

@keyframes iziM-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); } }

@-webkit-keyframes iziM-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziM-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziM-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); } }

@keyframes iziM-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); } }

@-webkit-keyframes iziM-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziM-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziM-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@keyframes iziM-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-webkit-keyframes iziM-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziM-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziM-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@keyframes iziM-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-webkit-keyframes iziM-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(60deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes iziM-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(60deg);
            transform: perspective(400px) rotateX(60deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes iziM-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0; } }

@keyframes iziM-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0; } }

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*  css feeder  */
/*  calc fontsize  */
/*  media queries  */
/*  buttons  */
/*  promo row icons  */
/*  primary icons  */
/*  grid  */
/*  default icons  */
.icon, .icon-rounded {
  display: inline-block;
  background: url(/images/icons.png) no-repeat;
  position: relative; }
  .lt-ie8 .icon, .lt-ie8 .icon-rounded {
    display: inline;
    zoom: 1; }
  .icon .icon__text, .icon-rounded .icon__text {
    position: absolute;
    text-align: left;
    text-indent: 1000em;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 50%; }

.icon--house {
  width: 17px;
  height: 18px;
  position: relative;
  top: 2px;
  background-position: 0 0; }

.icon--lock {
  width: 16px;
  height: 20px;
  background-position: 0 -40px; }
  .lt-ie9 .icon--lock {
    background: url(/images/ie8-icon-lock.png); }
  .lt-ie8 .icon--lock {
    background-position: right top;
    background-repeat: no-repeat; }

.icon--search {
  width: 21px;
  height: 21px;
  position: relative;
  top: 3px;
  background-position: 0 -62px; }

.icon--phone {
  width: 18px;
  height: 24px;
  position: relative;
  top: 0px;
  vertical-align: top;
  background-position: 0 -85px; }

.icon--plus,
.icon--minus {
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 50%; }

.icon--plus {
  background-position: 9px -113px; }

.icon--minus {
  background-position: 9px -137px; }

.icon--carte-search {
  width: 19px;
  height: 19px;
  background-position: 0 -226px; }

.icon--no-contain {
  width: 19px;
  height: 19px;
  background-position: 0 -295px; }

/*  icons primary  */
.icon--primary {
  background: url(/images/icons-primary.png) no-repeat; }

.icon--primary2 {
  background: url(/images/icons-primary-2.png) no-repeat; }

.icon--overview {
  width: 51px;
  height: 51px;
  background-position: 0 -1040px; }

.icon--payment {
  width: 51px;
  height: 51px;
  background-position: 0 -1120px; }

.icon--credit-cards {
  width: 51px;
  height: 51px;
  background-position: 0 -1200px; }

.icon--atms {
  width: 51px;
  height: 51px;
  background-position: 0 -1280px; }

.icon--ca {
  width: 40px;
  height: 39px;
  background-position: 0 -1520px; }

.icon--reloan {
  width: 40px;
  height: 39px;
  background-position: 0 -1600px; }

.icon--loan {
  width: 40px;
  height: 39px;
  background-position: 0 -1680px; }

.icon--homeA-big {
  width: 47px;
  height: 47px;
  background-position: 0 -990px; }

.icon--ha-big {
  width: 47px;
  height: 47px;
  background-position: 0 -1056px; }

.icon--lafd-big {
  width: 47px;
  height: 47px;
  background-position: 0 -1122px; }

.icon--ti-big {
  width: 47px;
  height: 47px;
  background-position: 0 -792px; }

.icon--bpi-big {
  width: 47px;
  height: 47px;
  background-position: 0 -924px; }

.icon--fui-big {
  width: 47px;
  height: 47px;
  background-position: 0 -726px; }

.icon--ca-big {
  width: 47px;
  height: 47px;
  background-position: 0 -264px; }

.icon--loan-big {
  width: 47px;
  height: 47px;
  background-position: 0 0px; }

.icon--reloan-big {
  width: 47px;
  height: 47px;
  background-position: 0 -528px; }

.icon--mrtg-nonpurp-big {
  width: 47px;
  height: 47px;
  background-position: 0 -132px; }

.icon--remrtg-big {
  width: 47px;
  height: 47px;
  background-position: 0 -198px; }

.icon--mrtg-purp-big {
  width: 47px;
  height: 47px;
  background-position: 0 -132px; }

.icon--sa-big {
  width: 47px;
  height: 47px;
  background-position: 0 -330px; }

.icon--term-big {
  width: 47px;
  height: 47px;
  background-position: 0 -396px; }

.icon--sa-extra-big {
  width: 47px;
  height: 47px;
  background-position: 0 -462px; }

.icon--sa-hit-big {
  width: 47px;
  height: 47px;
  background-position: 0 -1254px; }

.icon--investments-big {
  width: 47px;
  height: 47px;
  background-position: 0 -1320px; }

/*  rounded icons  */
.icon-rounded {
  background: url(/images/icons-rounded.png) no-repeat; }
  .icon-rounded:after {
    background: url(/images/icons-rounded.png) no-repeat; }

.icon-rounded--hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.icon-rounded--hover:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.icon--question-mark {
  width: 62px;
  height: 62px;
  background-position: 0 0; }

.icon--mobile {
  width: 62px;
  height: 62px;
  background-position: 0px -560px; }
  .lt-ie8 .icon--mobile:hover {
    background-position: 0 560px; }
  .icon--mobile:after {
    background-position: 0px -560px; }
  .icon--mobile:hover:after {
    background-position: -70px -560px; }

.icon--cookie {
  width: 62px;
  height: 62px;
  background-position: 0px -632px; }
  .lt-ie8 .icon--cookie:hover {
    background-position: 0 632px; }
  .icon--cookie:after {
    background-position: 0px -632px; }
  .icon--cookie:hover:after {
    background-position: -71px -632px; }

.icon--fb {
  width: 47px;
  height: 47px;
  background-position: 0 -70px; }
  .lt-ie8 .icon--fb:hover {
    background-position: -70px -70px; }
  .icon--fb:hover:after {
    background-position: -70px -70px; }
  .icon--fb:after {
    background-position: 0 -70px; }

.icon--twitter {
  width: 47px;
  height: 47px;
  background-position: 0 -140px; }
  .lt-ie8 .icon--twitter:hover {
    background-position: -70px -140px; }
  .icon--twitter:hover:after {
    background-position: -70px -140px; }
  .icon--twitter:after {
    background-position: 0 -140px; }

.icon--instagram {
  width: 47px;
  height: 47px;
  background-position: 0 -210px; }
  .lt-ie8 .icon--instagram:hover {
    background-position: -70px -210px; }
  .icon--instagram:hover:after {
    background-position: -70px -210px; }
  .icon--instagram:after {
    background-position: 0 -210px; }

.icon--youtube {
  width: 47px;
  height: 47px;
  background-position: 0 -280px; }
  .lt-ie8 .icon--youtube:hover {
    background-position: -70px -280px; }
  .icon--youtube:hover:after {
    background-position: -70px -280px; }
  .icon--youtube:after {
    background-position: 0 -280px; }

.icon--linkedin {
  width: 47px;
  height: 47px;
  background-position: 0 -350px; }
  .lt-ie8 .icon--linkedin:hover {
    background-position: -70px -350px; }
  .icon--linkedin:hover:after {
    background-position: -70px -350px; }
  .icon--linkedin:after {
    background-position: 0 -350px; }

.icon--rss {
  width: 47px;
  height: 47px;
  background-position: 0 -420px; }
  .lt-ie8 .icon--rss:hover {
    background-position: -70px -420px; }
  .icon--rss:hover:after {
    background-position: -70px -420px; }
  .icon--rss:after {
    background-position: 0 -420px; }

.icon--info {
  width: 42px;
  height: 42px;
  background-position: 0 -490px; }

/* Icon button group */
.btn-group .btn-group__btn .btn-group__icon {
  display: inline-block; }
  .btn-group .btn-group__btn .btn-group__icon.btn-group__icon--map {
    width: 20px;
    height: 14px;
    background: url(/images/map-icons.png) -52px 2px no-repeat; }
  .btn-group .btn-group__btn .btn-group__icon.btn-group__icon--list {
    width: 16px;
    height: 14px;
    background: url(/images/map-icons.png) -53px -22px no-repeat; }

.btn-group .btn-group__btn:hover .btn-group__icon--map {
  background-position: -26px 2px; }

.btn-group .btn-group__btn:hover .btn-group__icon--list {
  background-position: -27px -22px; }

.btn-group .btn-group__btn.btn-group__btn--active .btn-group__icon--map {
  background-position: 0px 2px; }

.btn-group .btn-group__btn.btn-group__btn--active .btn-group__icon--list {
  background-position: 0px -22px; }

h1, .h1 {
  margin: 1.2em 0;
  font-size: 2.5em;
  line-height: 1.2; }

h2, .h2 {
  margin: 1.06em 0;
  font-size: 2.125em; }

h3, .h3 {
  margin: 1.5em 0 0.7em;
  font-size: 1.6875em; }

h4, .h4 {
  margin: 1.5em 0;
  font-size: 1.5em; }

h5, .h5 {
  margin: 2.1em 0;
  font-size: 1.0625em; }

p {
  margin-bottom: 1em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

hr {
  height: 1px;
  display: block;
  border: none;
  background: #e3e3e3; }

* {
  -webkit-tap-highlight-color: transparent; }

hr {
  display: block;
  height: 1px;
  margin: 2em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #e3e3e3; }

.desktop-nowrap {
  white-space: nowrap; }

a {
  color: #000;
  text-decoration: underline;
  outline: none;
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease; }
  a:hover {
    text-decoration: none; }
  a.blue:hover {
    color: #00b0f0; }
  a.orange:hover {
    color: #f68121; }
  a.green:hover {
    color: #7ac043; }

.link-pdf {
  padding: 0 0 0 26px;
  display: inline-block;
  background: url(/images/icons.png) no-repeat scroll -84px -199px rgba(0, 0, 0, 0); }

.link-back {
  margin: 0 0 -1em; }
  .link-back .link-back__dart {
    vertical-align: middle;
    display: none; }
    .lt-ie8 .link-back .link-back__dart {
      display: inline;
      zoom: 1; }
  .link-back .link-back__text {
    padding-left: 0.1em;
    vertical-align: middle; }
  .link-back a {
    color: #00b0f0;
    text-decoration: none; }
    .link-back a:before {
      content: "";
      height: 0;
      vertical-align: middle;
      display: inline-block;
      border: 5px solid transparent;
      border-right-color: #00b0f0; }
  .link-back a:hover .link-back__text {
    text-decoration: underline; }

ul.list-styled, .generated-content ul,
.drop-list__text-inner ul, .generated-content ul.list-icon--styled,
.drop-list__text-inner ul.list-icon--styled, div.list-styled {
  margin-bottom: 1em; }
  ul.list-styled li, .generated-content ul li, .drop-list__text-inner ul li, .generated-content ul.list-icon--styled li, .drop-list__text-inner ul.list-icon--styled li, div.list-styled li {
    padding: 0 0 0 1.94em;
    background: no-repeat 0 0.59em;
    background-size: 0.9412em; }

ul.list-styled--blue li, .drop-list--blue .generated-content ul li, .drop-list--blue .drop-list__text-inner ul li, .generated-content.generated-content--blue ul li, .drop-list__text-inner.generated-content--blue ul li, div.list-styled--blue li {
  background-image: url(/images/list-bullet-blue.png); }

ul.list-styled--orange li, .drop-list--orange .generated-content ul li, .drop-list--orange .drop-list__text-inner ul li, .generated-content.generated-content--orange ul li, .drop-list__text-inner.generated-content--orange ul li, div.list-styled--orange li {
  background-image: url(/images/list-bullet-orange.png); }

ul.list-styled--green li, .drop-list--green .generated-content ul li, .drop-list--green .drop-list__text-inner ul li, .generated-content.generated-content--green ul li, .drop-list__text-inner.generated-content--green ul li, div.list-styled--green li {
  background-image: url(/images/list-bullet-green.png); }

ul.list-styled--magenta li, .drop-list--magenta .generated-content ul li, .drop-list--magenta .drop-list__text-inner ul li, .generated-content.generated-content--magenta ul li, .drop-list__text-inner.generated-content--magenta ul li, div.list-styled--magenta li {
  background-image: url(/images/list-bullet-magenta.png); }

ul.list-styled--gray li, .drop-list--gray .generated-content ul li, .drop-list--gray .drop-list__text-inner ul li, .generated-content.generated-content--gray ul li, .drop-list__text-inner.generated-content--gray ul li, div.list-styled--gray li {
  background-image: url(/images/list-bullet-gray.png); }

ul.list-styled--purple li, .drop-list--purple .generated-content ul li, .drop-list--purple .drop-list__text-inner ul li, .generated-content.generated-content--purple ul li, .drop-list__text-inner.generated-content--purple ul li, div.list-styled--purple li {
  background-image: url(/images/list-bullet-purple.png); }

ul.list-styled--white li, div.list-styled--white li {
  background-image: url(/images/list-bullet-white.png); }

div.list-styled--blue ul.list-icon--styled li {
  background-image: url(/images/check-symbol-blue.png);
  background-position: 0.3em 0.3em; }

div.list-styled--orange ul.list-icon--styled li {
  background-image: url(/images/check-symbol-orange.png);
  background-position: 0.3em 0.3em; }

div.list-styled--green ul.list-icon--styled li {
  background-image: url(/images/check-symbol-green.png);
  background-position: 0.3em 0.3em; }

div.list-styled--magenta ul.list-icon--styled li {
  background-image: url(/images/check-symbol-magenta.png);
  background-position: 0.3em 0.3em; }

div.list-styled--gray ul.list-icon--styled li {
  background-image: url(/images/check-symbol-blue.png);
  background-position: 0.3em 0.3em; }

div.list-styled--purple ul.list-icon--styled li {
  background-image: url(/images/check-symbol-magenta.png);
  background-position: 0.3em 0.3em; }

ul.list-icon--styled, div.list-icon--styled {
  margin-bottom: 1em; }
  ul.list-icon--styled li, div.list-icon--styled li {
    padding: 0 0 0 1.94em;
    background: no-repeat 0 0.59em;
    background-size: 0.9412em;
    background-position: 0.3em 0.3em; }

ul.list-icon--blue.list-icon--styled li, .drop-list--blue .generated-content ul.list-icon--styled li, .drop-list--blue .drop-list__text-inner ul.list-icon--styled li, .drop-list--gray .generated-content ul.list-icon--styled li, .drop-list--gray .drop-list__text-inner ul.list-icon--styled li, .generated-content.generated-content--blue ul.list-icon--styled li, .drop-list__text-inner.generated-content--blue ul.list-icon--styled li, .generated-content.generated-content--gray ul.list-icon--styled li, .drop-list__text-inner.generated-content--gray ul.list-icon--styled li, div.list-icon--blue.list-icon--styled li {
  background-image: url(/images/check-symbol-blue.png) !important; }

ul.list-icon--orange.list-icon--styled li, .drop-list--orange .generated-content ul.list-icon--styled li, .drop-list--orange .drop-list__text-inner ul.list-icon--styled li, .generated-content.generated-content--orange ul.list-icon--styled li, .drop-list__text-inner.generated-content--orange ul.list-icon--styled li, div.list-icon--orange.list-icon--styled li {
  background-image: url(/images/check-symbol-orange.png) !important; }

ul.list-icon--green.list-icon--styled li, .drop-list--green .generated-content ul.list-icon--styled li, .drop-list--green .drop-list__text-inner ul.list-icon--styled li, .generated-content.generated-content--green ul.list-icon--styled li, .drop-list__text-inner.generated-content--green ul.list-icon--styled li, div.list-icon--green.list-icon--styled li {
  background-image: url(/images/check-symbol-green.png) !important; }

ul.list-icon--magenta.list-icon--styled li, .drop-list--magenta .generated-content ul.list-icon--styled li, .drop-list--magenta .drop-list__text-inner ul.list-icon--styled li, .drop-list--purple .generated-content ul.list-icon--styled li, .drop-list--purple .drop-list__text-inner ul.list-icon--styled li, .generated-content.generated-content--magenta ul.list-icon--styled li, .drop-list__text-inner.generated-content--magenta ul.list-icon--styled li, .generated-content.generated-content--purple ul.list-icon--styled li, .drop-list__text-inner.generated-content--purple ul.list-icon--styled li, div.list-icon--magenta.list-icon--styled li {
  background-image: url(/images/check-symbol-magenta.png) !important; }

ul.list-icon--gray.list-icon--styled li, div.list-icon--gray.list-icon--styled li {
  background-image: url(/images/check-symbol-blue.png) !important; }

ul.list-icon--purple.list-icon--styled li, div.list-icon--purple.list-icon--styled li {
  background-image: url(/images/check-symbol-magenta.png) !important; }

ol.list-styled, .generated-content ol,
.drop-list__text-inner ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style-type: decimal; }
  ol.list-styled div, .generated-content ol div, .drop-list__text-inner ol div {
    font-weight: normal;
    color: black; }

ol.list-styled--orange {
  font-weight: bold;
  color: #f68121; }

ol.list-styled--blue {
  font-weight: bold;
  color: #00b0f0; }

.list-styled .list-styled, .generated-content ul .list-styled, .drop-list__text-inner ul .list-styled, .generated-content ol .list-styled, .drop-list__text-inner ol .list-styled, .list-styled .generated-content ul, .generated-content .list-styled ul, .generated-content ul ul, .generated-content ul.list-icon--styled ul, .generated-content ol ul,
.list-styled .drop-list__text-inner ul, .drop-list__text-inner .list-styled ul,
.drop-list__text-inner ul ul,
.drop-list__text-inner ul.list-icon--styled ul,
.drop-list__text-inner ol ul, .generated-content ul ul.list-icon--styled, .generated-content ol ul.list-icon--styled,
.drop-list__text-inner ul ul.list-icon--styled,
.drop-list__text-inner ol ul.list-icon--styled, .list-styled .generated-content ol, .generated-content .list-styled ol, .generated-content ul ol, .generated-content ul.list-icon--styled ol, .generated-content ol ol,
.list-styled .drop-list__text-inner ol, .drop-list__text-inner .list-styled ol,
.drop-list__text-inner ul ol,
.drop-list__text-inner ul.list-icon--styled ol,
.drop-list__text-inner ol ol {
  margin: 1em  0; }

.list-downloads {
  margin-bottom: 1em; }
  .list-downloads li {
    margin-bottom: 0.18em;
    padding: 0; }
    .list-downloads li a {
      padding: 0 0 0 26px;
      display: inline-block;
      background: url(/images/icons.png) no-repeat -84px -198px; }

.drop-list__text-inner ul.list-downloads {
  padding-top: 1.18em; }
  .drop-list__text-inner ul.list-downloads li {
    padding-left: 0; }

.table {
  margin-bottom: 1em;
  width: 100%; }
  .table th {
    font-weight: bold; }
  .table td, .table th {
    padding: 0.625em 0.5em;
    border-bottom: 1px solid #d9d9d9; }
  .table tr:last-child td, .table tr:last-child th {
    border-bottom: none; }

.table--thead thead th {
  color: #00b0f0;
  border-color: #00b0f0; }

.table--blue td, .table--blue th {
  border-color: #00b0f0; }

.table--orange td, .table--orange th {
  border-color: #f68121; }

.table--magenta td, .table--magenta th {
  border-color: #dc369a; }

.table--green td, .table--green th {
  border-color: #7ac043; }

.blue {
  color: #00b0f0; }

.yellow {
  color: #ffca09; }

.magenta {
  color: #dc369a; }

.green {
  color: #7ac043; }

.orange {
  color: #f68121; }

.purple {
  color: #9173ad; }

.white {
  color: #ffffff; }

.text-color--blue {
  color: #00b0f0; }

.text-color--yellow {
  color: #ffca09; }

.text-color--magenta {
  color: #dc369a; }

.text-color--green {
  color: #7ac043; }

.text-color--orange {
  color: #f68121; }

.text-color--purple {
  color: #9173ad; }

.text-color--white {
  color: #ffffff; }

.heading-colors h2.heading-colors--blue {
  color: #00b0f0; }

.heading-colors h2.heading-colors--orange {
  color: #f68121; }

.heading-colors h2.heading-colors--magenta {
  color: #dc369a; }

.heading-colors h2.heading-colors--green {
  color: #7ac043; }

h2.heading-colors--blue {
  color: #00b0f0; }

h2.heading-colors--orange {
  color: #f68121; }

h2.heading-colors--magenta {
  color: #dc369a; }

h2.heading-colors--green {
  color: #7ac043; }

.blue {
  color: #00b0f0; }

.yellow {
  color: #ffca09; }

.magenta {
  color: #dc369a; }

.green {
  color: #7ac043; }

.orange {
  color: #f68121; }

.purple {
  color: #9173ad; }

.white {
  color: #ffffff; }

/*  button default  */
.btn {
  padding: 0.35em 1.65em;
  font: normal normal normal 1em "Century Gothic", sans-serif;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border: none;
  background: transparent;
  color: black;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .btn .btn__text {
    line-height: 1em;
    position: relative;
    z-index: 10;
    display: inline-block; }
  .btn .btn__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: skewX(-11deg);
    -ms-transform: skewX(-11deg);
    transform: skewX(-11deg);
    overflow: hidden; }
    .btn .btn__bg:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      left: -10px;
      right: -10px;
      -webkit-transform: skewX(11deg);
      -ms-transform: skewX(11deg);
      transform: skewX(11deg);
      background-position: left top;
      background-repeat: repeat-x;
      -webkit-transition: background-position 0.1s ease, background-color 0.1s ease;
      -o-transition: background-position 0.1s ease, background-color 0.1s ease;
      transition: background-position 0.1s ease, background-color 0.1s ease; }
  .btn:hover .btn__bg:after, .btn:active .btn__bg:after, .btn:focus .btn__bg:after {
    background-position: left -2.9em; }

/*  buttons color  */
.lt-ie8 .btn {
  background-color: #e3e3e3; }

.btn .btn__bg:after {
  background-color: #e3e3e3;
  background-image: url(/images/btn-default-gradient.png); }

.btn:active .btn__bg:after, .btn:focus .btn__bg:after {
  background-color: #d6d6d6; }

.lt-ie8 .btn--blue {
  background-color: #00b0f0; }

.btn--blue .btn__bg:after {
  background-color: #00b0f0;
  background-image: url(/images/btn-blue-gradient.png); }

.btn--blue:active .btn__bg:after, .btn--blue:focus .btn__bg:after {
  background-color: #009dd7; }

.btn--black {
  color: #ffffff;
  font-size: 15px !important;
  font-weight: normal !important; }

.lt-ie8 .btn--orange {
  background-color: #f68121; }

.btn--orange .btn__bg:after {
  background-color: #f68121;
  background-image: url(/images/btn-orange-gradient.png); }

.btn--orange:active .btn__bg:after, .btn--orange:focus .btn__bg:after {
  background-color: #f4730a; }

.lt-ie8 .btn--green {
  background-color: #7ac043; }

.btn--green .btn__bg:after {
  background-color: #7ac043;
  background-image: url(/images/btn-green-gradient.png); }

.btn--green:active .btn__bg:after, .btn--green:focus .btn__bg:after {
  background-color: #6eaf3b; }

.lt-ie8 .btn--yellow {
  background-color: #ffca09; }

.btn--yellow .btn__bg:after {
  background-color: #ffca09;
  background-image: url(/images/btn-yellow-gradient.png); }

.btn--yellow:active .btn__bg:after, .btn--yellow:focus .btn__bg:after {
  background-color: #efbb00; }

.lt-ie8 .btn--magenta {
  background-color: #dc369a; }

.btn--magenta .btn__bg:after {
  background-color: #dc369a;
  background-image: url(/images/btn-magenta-gradient.png); }

.btn--magenta:active .btn__bg:after, .btn--magenta:focus .btn__bg:after {
  background-color: #d4258e; }

.lt-ie8 .btn--purple {
  background-color: #9173ad; }

.btn--purple .btn__bg:after {
  background-color: #9173ad;
  background-image: url(/images/btn-purple-gradient.png); }

.btn--purple:active .btn__bg:after, .btn--purple:focus .btn__bg:after {
  background-color: #8463a4; }

.btn--top-button {
  position: relative;
  padding: 0.7em 1.72em 0.75em !important;
  float: right;
  margin-top: -80px;
  z-index: 100001; }

.admin-preview .btn--top-button {
  margin-top: 0; }

/*  buttons sizes  */
.btn--large {
  padding: 0.37em 1.72em 0.41em;
  font-size: 1.25em; }
  @media screen and (max-width: 1124px) {
    .btn--large {
      font-size: 1.1875em; } }
  .mobile .btn--large {
    font-size: 1.23077em; }
  .btn--large.btn .btn__bg:after {
    background-image: url(/images/btn-default-large-gradient.png); }
  .btn--large.btn--blue .btn__bg:after {
    background-image: url(/images/btn-blue-large-gradient.png); }
  .btn--large.btn--orange .btn__bg:after {
    background-image: url(/images/btn-orange-large-gradient.png); }
  .btn--large.btn--green .btn__bg:after {
    background-image: url(/images/btn-green-large-gradient.png); }
  .btn--large.btn--yellow .btn__bg:after {
    background-image: url(/images/btn-yellow-large-gradient.png); }
  .btn--large.btn--magenta .btn__bg:after {
    background-image: url(/images/btn-magenta-large-gradient.png); }
  .btn--large.btn--puple .btn__bg:after {
    background-image: url(/images/btn-purple-large-gradient.png); }
  .btn--large.btn--transparent .btn__text {
    text-decoration: underline; }
    .btn--large.btn--transparent .btn__text:hover {
      text-decoration: none; }
  .btn--large.btn--transparent .btn__bg:after {
    background: transparent; }

/* Button wrappers */
.button-wrapper.button-wrapper--top-indent {
  margin-top: 3.1em; }

.button-wrapper .btn + .btn {
  margin-left: 1em; }
  .mobile .button-wrapper .btn + .btn {
    margin: 1em auto 0;
    display: block; }

.mobile .button-wrapper {
  margin: 2em 0;
  text-align: center; }

.button-wrapper__or {
  margin: 0 0.5em;
  display: inline-block; }

.btn--large + .button-wrapper__or {
  font-size: 1.25em; }

.loans-buttons-wrapper {
  margin: 4em 0; }
  .loans-buttons-wrapper .h1 {
    margin-bottom: 0.8em; }
  .loans-buttons-wrapper .btn {
    min-width: 7em; }

/* Button group */
.btn-group__btn {
  display: inline-block;
  margin-left: -1px;
  line-height: 1;
  padding: 0.625em 0.6875em;
  text-decoration: none;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease; }
  .btn-group__btn--first {
    border-radius: 4px 0 0 4px; }
  .btn-group__btn--last {
    border-radius: 0 4px 4px 0; }
  .btn-group__btn--single {
    border-radius: 4px 4px 4px 4px; }
  .btn-group__btn--paging {
    width: 6.5em; }
  .btn-group__btn--active {
    border-left-color: #909090;
    border-right-color: #A5A5A5;
    border-top-color: #909090;
    border-bottom-color: #A5A5A5;
    -webkit-box-shadow: inset 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: #aaaaaa;
    color: #fff; }
  .btn-group__btn:hover {
    background-color: #00b0f0;
    border-color: #00b0f0; }
    .btn-group__btn:hover.btn-group__btn--active {
      border-left-color: #909090;
      border-right-color: #A5A5A5;
      border-top-color: #909090;
      border-bottom-color: #A5A5A5;
      -webkit-box-shadow: inset 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
      box-shadow: inset 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
      background-color: #aaaaaa;
      color: #fff; }

.product-header + .btn-group {
  margin-top: 2.3em; }

.hidden {
  display: none !important; }

input {
  outline: none; }

input[type="text"], input[type="tel"] {
  margin: 0;
  padding: 0.47em 0.76em 0.41em;
  width: 249px;
  font-size: 1.0625em;
  font-family: "Century Gothic", sans-serif;
  display: inline-block;
  border: 1px solid #d9d9d9; }
  input[type="text"]:focus, input[type="tel"]:focus {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 7px rgba(0, 176, 240, 0.7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 7px rgba(0, 176, 240, 0.7); }
  @media screen and (max-width: 600px) {
    input[type="text"], input[type="tel"] {
      width: 100%; } }
  .mobile input[type="text"], .mobile input[type="tel"] {
    padding-top: 0.57em;
    padding-bottom: 0.51em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 1em; }

select {
  margin: 0;
  padding: 0.4em 0.76em 0.38em;
  font-size: 1.0625em;
  font-family: "Century Gothic", sans-serif;
  display: inline-block;
  border: 1px solid #d9d9d9; }
  @media screen and (max-width: 600px) {
    select {
      width: 100%; } }
  .mobile select {
    padding-top: 0.5em;
    padding-bottom: 0.48em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 1em; }

.form .form__row {
  margin-bottom: 1.06em; }

.form .form__row--indent {
  padding-left: 155px; }
  @media screen and (max-width: 600px) {
    .form .form__row--indent {
      padding-left: 0; } }

.form .form__row--invalid input[type="text"], .form .form__row--invalid input[type="tel"] {
  border-color: #c30000; }

.form .form__row--half {
  width: 50%;
  display: inline-block;
  vertical-align: top; }
  .form .form__row--half .form__label {
    width: 4.5em; }

.form .form__row--half--s input[type="text"], .form .form__row--half--s input[type="tel"] {
  width: 162px; }

.form .form__row--half--s .form__label {
  padding-right: 0.8em;
  width: 7.4em; }

.form .form__label {
  padding: 0.41em 1.24em 0 0;
  width: 7.65em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .form .form__label {
      margin-bottom: 5px;
      width: auto;
      display: block; } }

.form .form__input-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative; }
  .mobile .form .form__input-wrapper {
    display: block; }

.form .form__error {
  padding-top: 0.38em;
  font-size: 0.8125em;
  display: block;
  color: #c30000; }

.form .form__note {
  margin-top: 0.5em;
  font-size: 0.8125em;
  display: block;
  color: #ababab; }

.form .form__link {
  margin-left: 0.76em;
  padding-top: 0.41em;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1em;
  color: #00b0f0; }
  @media screen and (max-width: 600px) {
    .form .form__link {
      padding-bottom: 5px;
      font-size: 0.75em;
      position: absolute;
      right: 0;
      bottom: 100%; } }

.checkbox, .radio {
  padding-left: 2.7em;
  text-align: left;
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .checkbox input, .radio input {
    visibility: hidden; }
  .lt-ie9 .checkbox input, .lt-ie9 .radio input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: visible; }
  .lt-ie9 .checkbox .checkbox__check, .lt-ie9 .radio .checkbox__check {
    background-position: center 7px !important; }
  .checkbox__check, .radio__check {
    width: 1.941em;
    height: 1.941em;
    line-height: 25px;
    display: block;
    position: absolute;
    top: -0.24em;
    left: 0;
    border: solid 1px #d9d9d9;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden;
    background: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
    -o-transition: background-color 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease; }
  .checkbox__desc, .radio__desc {
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .checkbox:hover .checkbox__check, .radio:hover .checkbox__check, .checkbox:hover .radio__check, .radio:hover .radio__check {
    background-color: #f9f9f9; }

.checkbox--checked .checkbox__check, .checkbox--checked:hover .checkbox__check {
  -webkit-box-shadow: 0 1px 1px 0 rgba(200, 200, 200, 0.84);
  box-shadow: 0 1px 1px 0 rgba(200, 200, 200, 0.84);
  background: url(/images/icon-checkbox.png) no-repeat center center; }

.checkbox--checked.checkbox--green, .checkbox--checked:hover.checkbox--green {
  color: #7ac043; }
  .checkbox--checked.checkbox--green .checkbox__check, .checkbox--checked:hover.checkbox--green .checkbox__check {
    background-color: #7ac043;
    border-color: #7ac043; }

.checkbox--checked.checkbox--blue, .checkbox--checked:hover.checkbox--blue {
  color: #00b0f0; }
  .checkbox--checked.checkbox--blue .checkbox__check, .checkbox--checked:hover.checkbox--blue .checkbox__check {
    background-color: #00b0f0;
    border-color: #00b0f0; }

.checkbox--checked.checkbox--magenta, .checkbox--checked:hover.checkbox--magenta {
  color: #dc369a; }
  .checkbox--checked.checkbox--magenta .checkbox__check, .checkbox--checked:hover.checkbox--magenta .checkbox__check {
    background-color: #dc369a;
    border-color: #dc369a; }

.checkbox--checked.checkbox--orange, .checkbox--checked:hover.checkbox--orange {
  color: #f68121; }
  .checkbox--checked.checkbox--orange .checkbox__check, .checkbox--checked:hover.checkbox--orange .checkbox__check {
    background-color: #f68121;
    border-color: #f68121; }

.checkbox--checked.checkbox--yellow, .checkbox--checked:hover.checkbox--yellow {
  color: #ffca09; }
  .checkbox--checked.checkbox--yellow .checkbox__check, .checkbox--checked:hover.checkbox--yellow .checkbox__check {
    background-color: #ffca09;
    border-color: #ffca09; }

.checkbox--checked.checkbox--purple, .checkbox--checked:hover.checkbox--purple {
  color: #9173ad; }
  .checkbox--checked.checkbox--purple .checkbox__check, .checkbox--checked:hover.checkbox--purple .checkbox__check {
    background-color: #9173ad;
    border-color: #9173ad; }

.checkbox--checked.checkbox--lead-blue.checkbox--checked .checkbox__check, .checkbox--checked:hover.checkbox--lead-blue.checkbox--checked .checkbox__check {
  background-image: url(/images/icon-checkbox-blue.png); }

.checkbox--lead-blue .checkbox__check {
  background-color: white;
  border-color: #ccc; }

.checkbox--lead-blue:hover .checkbox__check {
  background-color: #e1f7ff !important; }

.radio__check:after {
  content: "";
  position: absolute;
  top: 18.5%;
  left: 18.5%;
  bottom: 18.5%;
  right: 18.5%;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.radio--checked .radio__check, .radio--checked:hover .radio__check {
  background: #e3e3e3 no-repeat center center; }
  .radio--checked .radio__check:after, .radio--checked:hover .radio__check:after {
    content: " "; }

.radio--checked.radio--green .radio__check:after, .radio--checked:hover.radio--green .radio__check:after {
  background: #7ac043; }

.lt-ie8 .radio--checked.radio--green .radio__check, .lt-ie8 .radio--checked:hover.radio--green .radio__check {
  background-image: url(/images/helper-radio-bg-green.png); }

.radio--checked.radio--blue .radio__check:after, .radio--checked:hover.radio--blue .radio__check:after {
  background: #00b0f0; }

.lt-ie8 .radio--checked.radio--blue .radio__check, .lt-ie8 .radio--checked:hover.radio--blue .radio__check {
  background-image: url(/images/helper-radio-bg-blue.png); }

.radio--checked.radio--magenta .radio__check:after, .radio--checked:hover.radio--magenta .radio__check:after {
  background: #dc369a; }

.lt-ie8 .radio--checked.radio--magenta .radio__check, .lt-ie8 .radio--checked:hover.radio--magenta .radio__check {
  background-image: url(/images/helper-radio-bg-magenta.png); }

.radio--checked.radio--orange .radio__check:after, .radio--checked:hover.radio--orange .radio__check:after {
  background: #f68121; }

.lt-ie8 .radio--checked.radio--orange .radio__check, .lt-ie8 .radio--checked:hover.radio--orange .radio__check {
  background-image: url(/images/helper-radio-bg-orange.png); }

.checkbox-box .checkbox,
.checkbox-box .radio,
.radio-box .checkbox,
.radio-box .radio {
  margin-right: 2.5em; }

.select-wrapper, #tmp-list {
  padding: 0.47em 0.76em 0.41em;
  height: 1.2941176em;
  font-size: 1em;
  display: inline-block; }

.select-wrapper {
  position: relative;
  overflow: hidden;
  min-width: 80px;
  vertical-align: top;
  position: relative;
  background: #fff url(/images/forms-dart-blue.png) no-repeat right center;
  border: 1px solid #d9d9d9;
  z-index: 1;
  color: black;
  cursor: pointer; }
  .select-wrapper.open {
    overflow: visible; }
    .select-wrapper.open .select-in {
      overflow: visible; }
  .select-wrapper span {
    display: block;
    text-align: left;
    white-space: nowrap;
    line-height: 1.2; }
  .select-wrapper ul {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: left; }
  .select-wrapper li {
    padding: 0.47em 0.76em 0.41em;
    background: none;
    color: #222;
    text-shadow: none; }
    .select-wrapper li:hover, .select-wrapper li.active {
      background-color: #5fa9f4;
      color: #fff;
      -webkit-transition: all 30ms linear;
      -o-transition: all 30ms linear;
      transition: all 30ms linear; }
  .select-wrapper .sel-item {
    overflow: hidden; }
  .select-wrapper .select-in {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: url(/images/helper-transparent-bg.png) repeat center center; }
  .select-wrapper .list {
    overflow: hidden;
    position: relative;
    top: 100%;
    left: -1px; }
  .select-wrapper .scroll {
    padding-right: 15px; }
  .select-wrapper .list, .select-wrapper.open .top {
    background: #fff;
    border: 1px solid #dedede; }
  .select-wrapper .top {
    position: absolute;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .select-wrapper .scroll-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    background: #f0f0f0; }
    .select-wrapper .scroll-bar .handle {
      position: absolute;
      top: 0;
      right: 0;
      width: 14px;
      z-index: 2;
      background: #fff;
      border: 1px solid #ddd;
      border-top-color: #eee;
      border-left-color: #eee;
      border-right: 0; }

#tmp-list li {
  position: fixed;
  top: 0;
  right: -9999px;
  z-index: 1024; }

#currency-exchange #valid-from .select-wrapper {
  vertical-align: middle;
  height: 33px;
  line-height: 33px;
  min-width: 1px;
  position: relative;
  top: -1px; }

.select-wrapper .CZK, .select-wrapper .EUR, .select-wrapper .USD, .select-wrapper .GBP, .select-wrapper .CAD, .select-wrapper .CHF {
  background: 0 50% no-repeat;
  padding-left: 36px; }

.select-wrapper .CZK {
  background-image: url(/images/flags/CZK.png); }

.select-wrapper .EUR {
  background-image: url(/images/flags/EUR.png); }

.select-wrapper .USD {
  background-image: url(/images/flags/USD.png); }

.select-wrapper .GBP {
  background-image: url(/images/flags/GBP.png); }

.select-wrapper .CAD {
  background-image: url(/images/flags/CAD.png); }

.select-wrapper .CHF {
  background-image: url(/images/flags/CHF.png); }

.select-wrapper li.CZK, .select-wrapper li.EUR, .select-wrapper li.USD, .select-wrapper li.GBP, .select-wrapper li.CAD, .select-wrapper li.CHF, .select-wrapper li.SEK {
  padding: 0.2em 0.76em;
  background-position: 0.76em 50%; }
  .select-wrapper li.CZK:before, .select-wrapper li.EUR:before, .select-wrapper li.USD:before, .select-wrapper li.GBP:before, .select-wrapper li.CAD:before, .select-wrapper li.CHF:before, .select-wrapper li.SEK:before {
    content: "";
    width: 36px;
    display: inline-block; }

input.datepicker {
  width: 128px;
  background: url(/images/forms-dart-blue.png) no-repeat right center; }
  input.datepicker:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

@font-face {
  font-family: 'Century Gothic';
  src: url(/fonts/1c36dbd6-a795-4dce-9c04-6ff03499db7b-2.eot);
  src: url(/fonts/1c36dbd6-a795-4dce-9c04-6ff03499db7b-2.eot) format("embedded-opentype"), url(/fonts/1c36dbd6-a795-4dce-9c04-6ff03499db7b-3.woff) format("woff"), url(/fonts/1c36dbd6-a795-4dce-9c04-6ff03499db7b-1.ttf) format("truetype"), url(/fonts/1c36dbd6-a795-4dce-9c04-6ff03499db7b-4.svg#web) format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'roboto_medium';
  src: url(/fonts/roboto/roboto-medium-webfont.eot);
  src: url(/fonts/roboto/roboto-medium-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/roboto/roboto-medium-webfont.woff2) format("woff2"), url(/fonts/roboto/roboto-medium-webfont.woff) format("woff"), url(/fonts/roboto/roboto-medium-webfont.ttf) format("truetype"), url(/fonts/roboto/roboto-medium-webfont.svg#roboto_condensedbold) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_regular';
  src: url(/fonts/roboto/roboto-regular-webfont.eot);
  src: url(/fonts/roboto/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/roboto/roboto-regular-webfont.woff2) format("woff2"), url(/fonts/roboto/roboto-regular-webfont.woff) format("woff"), url(/fonts/roboto/roboto-regular-webfont.ttf) format("truetype"), url(/fonts/roboto/roboto-regular-webfont.svg#roboto_condensedregular) format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 13px;
  line-height: 1.5;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
  @media screen and (min-width: 0) {
    body {
      font-size: 16px; } }

#container {
  width: 100%;
  min-width: 1200px;
  overflow: hidden; }
  @media screen and (min-width: 0) {
    #container {
      min-width: 768px; } }

#header {
  z-index: 100000;
  overflow: visible;
  color: black; }
  #header .logo {
    margin: 0;
    padding: 2.12em 0 2.15em;
    width: 22%;
    font-size: 1em;
    max-width: 198px;
    position: relative;
    left: 0.6em;
    z-index: 100; }
    #header .logo a {
      width: 100%;
      display: block; }
    #header .logo img {
      width: 100%;
      display: block; }
  #header .profile-switch {
    padding: 0 0 0;
    text-align: center;
    position: absolute;
    top: 1.94em;
    left: 0;
    right: 60px; }
    #header .profile-switch ul {
      display: inline-block;
      *zoom: 1;
      *display: inline; }
    .lt-ie9 #header .profile-switch .nav {
      width: auto; }
    #header .profile-switch .nav__item {
      padding-bottom: 2px; }
  #header .tools {
    padding-top: 2.29em;
    width: 311px;
    position: absolute;
    top: 0;
    right: 0.6em; }
  #header .tools__search {
    float: right; }
  #header .tools__phone {
    margin-right: 2.24em;
    float: right; }
    #header .tools__phone .icon, #header .tools__phone .icon-rounded {
      margin-right: 0.7em; }
  #header .tools__lang {
    margin-left: 1.89em;
    float: right; }
    #header .tools__lang a {
      color: black;
      text-decoration: none; }
      #header .tools__lang a:hover {
        text-decoration: underline; }

#footer {
  background: #eee;
  color: #777777; }
  #footer .h4 {
    margin: 0 0 1.21em;
    font-size: 1.1875em;
    font-weight: bold; }
  #footer p {
    margin-bottom: 0; }
  #footer a {
    text-decoration: none;
    color: #777777; }
    #footer a:hover {
      text-decoration: underline;
      color: black; }
  #footer .grid {
    padding: 4% 1.5%; }
    #footer .grid .span--55,
    #footer .grid .span--45 {
      vertical-align: middle; }
  #footer .footer__list {
    font-size: 1em; }
    #footer .footer__list li {
      padding-bottom: 2px; }
  #footer .footer__map,
  #footer .footer__support,
  #footer .footer__mobile, #footer .footer__cookie {
    display: block;
    overflow: hidden; }
    #footer .footer__map .h4,
    #footer .footer__support .h4,
    #footer .footer__mobile .h4, #footer .footer__cookie .h4 {
      margin: 0;
      width: 48.5%;
      font-size: 1.125em;
      float: left; }
  #footer .footer__map {
    position: relative; }
    #footer .footer__map img {
      width: 39.37%;
      display: block; }
    #footer .footer__map .footer__map__hover {
      position: absolute;
      top: 0;
      left: 48.5%;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.1s ease;
      -o-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
    #footer .footer__map:hover .footer__map__hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  #footer .footer__support,
  #footer .footer__mobile, #footer .footer__cookie {
    margin-top: 0.8em; }
    #footer .footer__support .icon-rounded,
    #footer .footer__mobile .icon-rounded, #footer .footer__cookie .icon-rounded {
      margin-left: 10.6%; }
  #footer .footer__map .h4 {
    margin-top: 0.7em; }
  #footer .footer__support .h4 {
    margin-top: 0.2em; }
  #footer .footer__mobile .h4, #footer .footer__cookie .h4 {
    margin-top: 1.2em; }
  #footer .footer__mobile:hover .icon-rounded:after, #footer .footer__cookie:hover .icon-rounded:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    background-position: -70px -560px !important; }
  #footer .footer__cookie:hover .icon-rounded:after {
    background-position: -71px -632px !important; }
  #footer .footer__follow-us {
    padding-top: 3%; }
    #footer .footer__follow-us .h4 {
      margin-bottom: 3%;
      font-size: 1.125em;
      vertical-align: middle; }
    #footer .footer__follow-us p {
      vertical-align: middle;
      display: inline-block;
      *display: inline;
      *zoom: 1; }
    #footer .footer__follow-us .icon-rounded {
      margin-left: 0.59em; }
      #footer .footer__follow-us .icon-rounded:first-child {
        margin-left: 0; }
      .lt-ie8 #footer .footer__follow-us .icon-rounded {
        margin-left: 0.59em; }
    #footer .footer__follow-us .responsive-wrapper .icon-rounded:first-child {
      margin-left: 0.59em; }
    @media screen and (max-width: 980px) {
      #footer .footer__follow-us .responsive-wrapper {
        margin-top: 0.5em;
        display: block; }
        #footer .footer__follow-us .responsive-wrapper .icon-rounded:first-child {
          margin-left: 0em; } }
  #footer .footer__mobile-app {
    margin-top: 20px;
    text-align: center; }
    #footer .footer__mobile-app h4 {
      width: 100%;
      text-align: center; }
    #footer .footer__mobile-app a {
      position: relative;
      margin: 0 7px;
      display: inline-block; }
      #footer .footer__mobile-app a > img {
        max-height: 40px; }
  #footer .footer__logo {
    padding-top: 26%; }
    #footer .footer__logo img {
      max-width: 115px; }
  #footer .footer__copy {
    padding-top: 10%;
    font-size: 1em;
    line-height: 1.875em;
    text-align: right; }

.grid {
  margin: 0 0 0 0%; }
  .grid .span {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    z-index: 10; }
  .grid .span--11 {
    padding-left: 0%;
    width: 11%; }
  .grid .span--13 {
    padding-left: 0%;
    width: 13%; }
  .grid .span--14 {
    padding-left: 0%;
    width: 14%; }
  .grid .span--20 {
    padding-left: 0%;
    width: 20%; }
  .grid .span--21 {
    padding-left: 0%;
    width: 21%; }
  .grid .span--22 {
    padding-left: 0%;
    width: 22%; }
  .grid .span--23 {
    padding-left: 0%;
    width: 23%; }
  .grid .span--24 {
    padding-left: 0%;
    width: 24%; }
  .grid .span--25 {
    padding-left: 0%;
    width: 25%; }
  .grid .span--26 {
    padding-left: 0%;
    width: 26%; }
  .grid .span--27 {
    padding-left: 0%;
    width: 27%; }
  .grid .span--28 {
    padding-left: 0%;
    width: 28%; }
  .grid .span--29 {
    padding-left: 0%;
    width: 29%; }
  .grid .span--30 {
    padding-left: 0%;
    width: 30%; }
  .grid .span--31 {
    padding-left: 0%;
    width: 31%; }
  .grid .span--32 {
    padding-left: 0%;
    width: 32%; }
  .grid .span--33 {
    padding-left: 0%;
    width: 33.33333%;
    *width: 33%; }
  .grid .span--35 {
    padding-left: 0%;
    width: 35%; }
  .grid .span--36 {
    padding-left: 0%;
    width: 36%; }
  .grid .span--40 {
    padding-left: 0%;
    width: 40%; }
  .grid .span--45 {
    padding-left: 0%;
    width: 45%; }
  .grid .span--49 {
    padding-left: 0%;
    width: 49%; }
  .grid .span--50 {
    padding-left: 0%;
    width: 50%; }
  .grid .span--51 {
    padding-left: 0%;
    width: 51%; }
  .grid .span--53 {
    padding-left: 0%;
    width: 53%; }
  .grid .span--55 {
    padding-left: 0%;
    width: 55%; }
  .grid .span--60 {
    padding-left: 0%;
    width: 60%; }
  .grid .span--62 {
    padding-left: 0%;
    width: 62%; }
  .grid .span--63 {
    padding-left: 0%;
    width: 63%; }
  .grid .span--64 {
    padding-left: 0%;
    width: 64%; }
  .grid .span--65 {
    padding-left: 0%;
    width: 65%; }
  .grid .span--70 {
    padding-left: 0%;
    width: 70%; }
  .grid .span--71 {
    padding-left: 0%;
    width: 71%; }
  .grid .span--73 {
    padding-left: 0%;
    width: 73%; }
  .grid .span--75 {
    padding-left: 0%;
    width: 75%; }
  .grid .span--77 {
    padding-left: 0%;
    width: 77%; }
  .grid .span--80 {
    padding-left: 0%;
    width: 80%; }
  .grid .span--90 {
    padding-left: 0%;
    width: 90%; }
  .grid .span--100 {
    padding-left: 0%;
    width: 100%; }

.grid--spacing-3 {
  margin: 0 0 0 -3%; }
  .grid--spacing-3 .span--11 {
    padding-left: 3%;
    width: 8%; }
  .grid--spacing-3 .span--13 {
    padding-left: 3%;
    width: 10%; }
  .grid--spacing-3 .span--14 {
    padding-left: 3%;
    width: 11%; }
  .grid--spacing-3 .span--20 {
    padding-left: 3%;
    width: 17%; }
  .grid--spacing-3 .span--21 {
    padding-left: 3%;
    width: 18%; }
  .grid--spacing-3 .span--22 {
    padding-left: 3%;
    width: 19%; }
  .grid--spacing-3 .span--23 {
    padding-left: 3%;
    width: 20%; }
  .grid--spacing-3 .span--24 {
    padding-left: 3%;
    width: 21%; }
  .grid--spacing-3 .span--25 {
    padding-left: 3%;
    width: 22%; }
  .grid--spacing-3 .span--26 {
    padding-left: 3%;
    width: 23%; }
  .grid--spacing-3 .span--27 {
    padding-left: 3%;
    width: 24%; }
  .grid--spacing-3 .span--28 {
    padding-left: 3%;
    width: 25%; }
  .grid--spacing-3 .span--29 {
    padding-left: 3%;
    width: 26%; }
  .grid--spacing-3 .span--30 {
    padding-left: 3%;
    width: 27%; }
  .grid--spacing-3 .span--31 {
    padding-left: 3%;
    width: 28%; }
  .grid--spacing-3 .span--32 {
    padding-left: 3%;
    width: 29%; }
  .grid--spacing-3 .span--33 {
    padding-left: 3%;
    width: 30.33333%;
    *width: 30%; }
  .grid--spacing-3 .span--35 {
    padding-left: 3%;
    width: 32%; }
  .grid--spacing-3 .span--36 {
    padding-left: 3%;
    width: 33%; }
  .grid--spacing-3 .span--40 {
    padding-left: 3%;
    width: 37%; }
  .grid--spacing-3 .span--45 {
    padding-left: 3%;
    width: 42%; }
  .grid--spacing-3 .span--49 {
    padding-left: 3%;
    width: 46%; }
  .grid--spacing-3 .span--50 {
    padding-left: 3%;
    width: 47%; }
  .grid--spacing-3 .span--51 {
    padding-left: 3%;
    width: 48%; }
  .grid--spacing-3 .span--53 {
    padding-left: 3%;
    width: 50%; }
  .grid--spacing-3 .span--55 {
    padding-left: 3%;
    width: 52%; }
  .grid--spacing-3 .span--60 {
    padding-left: 3%;
    width: 57%; }
  .grid--spacing-3 .span--62 {
    padding-left: 3%;
    width: 59%; }
  .grid--spacing-3 .span--63 {
    padding-left: 3%;
    width: 60%; }
  .grid--spacing-3 .span--64 {
    padding-left: 3%;
    width: 61%; }
  .grid--spacing-3 .span--65 {
    padding-left: 3%;
    width: 62%; }
  .grid--spacing-3 .span--70 {
    padding-left: 3%;
    width: 67%; }
  .grid--spacing-3 .span--71 {
    padding-left: 3%;
    width: 68%; }
  .grid--spacing-3 .span--73 {
    padding-left: 3%;
    width: 70%; }
  .grid--spacing-3 .span--75 {
    padding-left: 3%;
    width: 72%; }
  .grid--spacing-3 .span--77 {
    padding-left: 3%;
    width: 74%; }
  .grid--spacing-3 .span--80 {
    padding-left: 3%;
    width: 77%; }
  .grid--spacing-3 .span--90 {
    padding-left: 3%;
    width: 87%; }
  .grid--spacing-3 .span--100 {
    padding-left: 3%;
    width: 97%; }

.grid--spacing-4 {
  margin: 0 0 0 -4%; }
  .grid--spacing-4 .span--11 {
    padding-left: 4%;
    width: 7%; }
  .grid--spacing-4 .span--13 {
    padding-left: 4%;
    width: 9%; }
  .grid--spacing-4 .span--14 {
    padding-left: 4%;
    width: 10%; }
  .grid--spacing-4 .span--20 {
    padding-left: 4%;
    width: 16%; }
  .grid--spacing-4 .span--21 {
    padding-left: 4%;
    width: 17%; }
  .grid--spacing-4 .span--22 {
    padding-left: 4%;
    width: 18%; }
  .grid--spacing-4 .span--23 {
    padding-left: 4%;
    width: 19%; }
  .grid--spacing-4 .span--24 {
    padding-left: 4%;
    width: 20%; }
  .grid--spacing-4 .span--25 {
    padding-left: 4%;
    width: 21%; }
  .grid--spacing-4 .span--26 {
    padding-left: 4%;
    width: 22%; }
  .grid--spacing-4 .span--27 {
    padding-left: 4%;
    width: 23%; }
  .grid--spacing-4 .span--28 {
    padding-left: 4%;
    width: 24%; }
  .grid--spacing-4 .span--29 {
    padding-left: 4%;
    width: 25%; }
  .grid--spacing-4 .span--30 {
    padding-left: 4%;
    width: 26%; }
  .grid--spacing-4 .span--31 {
    padding-left: 4%;
    width: 27%; }
  .grid--spacing-4 .span--32 {
    padding-left: 4%;
    width: 28%; }
  .grid--spacing-4 .span--33 {
    padding-left: 4%;
    width: 29.33333%;
    *width: 29%; }
  .grid--spacing-4 .span--35 {
    padding-left: 4%;
    width: 31%; }
  .grid--spacing-4 .span--36 {
    padding-left: 4%;
    width: 32%; }
  .grid--spacing-4 .span--40 {
    padding-left: 4%;
    width: 36%; }
  .grid--spacing-4 .span--45 {
    padding-left: 4%;
    width: 41%; }
  .grid--spacing-4 .span--49 {
    padding-left: 4%;
    width: 45%; }
  .grid--spacing-4 .span--50 {
    padding-left: 4%;
    width: 46%; }
  .grid--spacing-4 .span--51 {
    padding-left: 4%;
    width: 47%; }
  .grid--spacing-4 .span--53 {
    padding-left: 4%;
    width: 49%; }
  .grid--spacing-4 .span--55 {
    padding-left: 4%;
    width: 51%; }
  .grid--spacing-4 .span--60 {
    padding-left: 4%;
    width: 56%; }
  .grid--spacing-4 .span--62 {
    padding-left: 4%;
    width: 58%; }
  .grid--spacing-4 .span--63 {
    padding-left: 4%;
    width: 59%; }
  .grid--spacing-4 .span--64 {
    padding-left: 4%;
    width: 60%; }
  .grid--spacing-4 .span--65 {
    padding-left: 4%;
    width: 61%; }
  .grid--spacing-4 .span--70 {
    padding-left: 4%;
    width: 66%; }
  .grid--spacing-4 .span--71 {
    padding-left: 4%;
    width: 67%; }
  .grid--spacing-4 .span--73 {
    padding-left: 4%;
    width: 69%; }
  .grid--spacing-4 .span--75 {
    padding-left: 4%;
    width: 71%; }
  .grid--spacing-4 .span--77 {
    padding-left: 4%;
    width: 73%; }
  .grid--spacing-4 .span--80 {
    padding-left: 4%;
    width: 76%; }
  .grid--spacing-4 .span--90 {
    padding-left: 4%;
    width: 86%; }
  .grid--spacing-4 .span--100 {
    padding-left: 4%;
    width: 96%; }

.advantages .advantages--inner {
  margin: 0 7.5%; }
  .advantages .advantages--inner h3 {
    line-height: 1.4;
    margin: 0 0 0.5em; }
  .advantages .advantages--inner p:last-of-type {
    margin-bottom: 0; }

.advantages.block--blue a {
  color: #00b0f0; }

.block--darkblue {
  background: #00B1F0;
  padding: 30px 0; }
  .block--darkblue h2,
  .block--darkblue p {
    color: #ffffff;
    text-align: center; }
  .block--darkblue .btn--large {
    padding: 1.25em 3em 1.30em !important; }

.color-black {
  color: #000000; }

.ui-tooltip {
  padding: 18px 20px;
  position: absolute;
  z-index: 9999;
  width: 220px;
  -webkit-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
  background-color: #fff; }
  .ui-tooltip ul li {
    background: url(/images/list-pop-dart.png) 0 8px no-repeat;
    padding-left: 20px; }
  body .ui-tooltip {
    border-width: 2px; }

.open-ca .span {
  vertical-align: middle; }

.open-ca .open-ca__image {
  text-align: center; }
  .open-ca .open-ca__image img {
    max-width: 75%;
    display: inline-block; }

.open-ca .open-ca__text {
  line-height: 1.6;
  margin: 0;
  font-size: 1.25em;
  color: #545454; }

.toggle-btn {
  cursor: pointer; }
  .toggle-btn .icon--dart-grey-bottom {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .toggle-btn.toggle-btn--open .icon--dart-grey-bottom {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.js .toggle-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease; }

.generated-content .block__inner {
  max-width: 650px; }

.generated-content .btn__text {
  color: #000000; }

.generated-content .table__tariff {
  width: 100%; }
  .generated-content .table__tariff thead th, .generated-content .table__tariff thead td {
    background-color: #f4f4f4; }
  .generated-content .table__tariff tr th, .generated-content .table__tariff tr td {
    border-bottom: 1px solid #d9d9d9; }
  .lt-ie9 .generated-content .table__tariff th, .lt-ie9 .generated-content .table__tariff td {
    border-bottom: 1px solid #d9d9d9; }
  .lt-ie9 .generated-content .table__tariff tr:first-child th, .lt-ie9 .generated-content .table__tariff tr:first-child td {
    border-top: 1px solid #d9d9d9; }
  .generated-content .table__tariff th, .generated-content .table__tariff td {
    border: 0; }
  .generated-content .table__tariff th {
    padding: 0.625em 0.5em;
    font-weight: normal;
    text-align: left;
    color: black; }
  .generated-content .table__tariff td {
    padding: 0.625em 0.5em;
    font-weight: bold;
    text-align: right; }
  .generated-content .table__tariff p {
    color: #000000; }

.generated-content--mortgage h1,
.generated-content--mortgage h2,
.generated-content--mortgage h3,
.generated-content--mortgage h4,
.generated-content--mortgage h5 {
  margin-top: 0; }

.generated-content--mortgage a {
  color: #000000 !important; }

.generated-content--mortgage blockquote {
  font-size: 0.875em; }

.mrtg-promo-img {
  display: block; }

.generated-content--pricelist h2 {
  margin: 0.8em 0;
  font-size: 1.75em; }

.generated-content--pricelist h3 {
  margin: 2.5em 0 0;
  padding: 0.625em 0.5em;
  font-size: 1em;
  background: #f9f9f9;
  border-bottom: 1px solid #d9d9d9; }
  .generated-content--pricelist h3 + .table__tariff {
    margin-top: 0; }
  .generated-content--pricelist h3:first-child {
    margin-top: 0; }
  .generated-content--pricelist h3 + p {
    margin-top: 1em; }

.generated-content--pricelist .pricelist-list > div:first-child {
  margin-top: 2em;
  border-top: 1px solid #d9d9d9; }

.generated-content--pricelist .toggle-btn {
  position: relative;
  color: black; }
  .generated-content--pricelist .toggle-btn .icon, .generated-content--pricelist .toggle-btn .icon-rounded {
    margin: 0 1em 0 0.24em;
    vertical-align: middle; }
    .generated-content--pricelist .toggle-btn .icon + span, .generated-content--pricelist .toggle-btn .icon-rounded + span {
      margin-top: 0.1em;
      vertical-align: middle;
      display: inline-block; }
  .generated-content--pricelist .toggle-btn .dart {
    display: block !important;
    top: 10px !important; }
  .generated-content--pricelist .toggle-btn.toggle-btn--open .dart {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .generated-content--pricelist .toggle-btn.toggle-btn--open .dart:before,
  .generated-content--pricelist .toggle-btn:hover .dart:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .generated-content--pricelist .toggle-btn.toggle-btn--open .dart:after,
  .generated-content--pricelist .toggle-btn:hover .dart:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.generated-content--pricelist .toggle-content {
  border-bottom: 1px solid #d9d9d9; }
  .generated-content--pricelist .toggle-content.toggle-content--open {
    border-bottom-color: white; }
  .generated-content--pricelist .toggle-content > div {
    margin-bottom: 3.5em; }

.generated-content--pricelist .blue .toggle-btn:hover,
.generated-content--pricelist .blue .toggle-btn--open {
  color: #00b0f0; }

.generated-content--pricelist .blue .dart:after {
  background-image: url(/images/drop-list-dart-blue.png) !important; }

.no-csstransforms .generated-content--pricelist .blue .toggle-btn--open .dart {
  background-image: url(/images/drop-list-dart-blue-active.png); }

.generated-content--pricelist .orange .toggle-btn:hover,
.generated-content--pricelist .orange .toggle-btn--open {
  color: #f68121; }

.generated-content--pricelist .orange .dart:after {
  background-image: url(/images/drop-list-dart-orange.png) !important; }

.no-csstransforms .generated-content--pricelist .orange .toggle-btn--open .dart {
  background-image: url(/images/drop-list-dart-orange-active.png); }

.generated-content--pricelist .green .toggle-btn:hover,
.generated-content--pricelist .green .toggle-btn--open {
  color: #7ac043; }

.generated-content--pricelist .green .dart:after {
  background-image: url(/images/drop-list-dart-green.png) !important; }

.no-csstransforms .generated-content--pricelist .green .toggle-btn--open .dart {
  background-image: url(/images/drop-list-dart-green-active.png); }

.generated-content--pricelist .magenta .toggle-btn:hover,
.generated-content--pricelist .magenta .toggle-btn--open {
  color: #dc369a; }

.generated-content--pricelist .magenta .dart:after {
  background-image: url(/images/drop-list-dart-magenta.png) !important; }

.no-csstransforms .generated-content--pricelist .magenta .toggle-btn--open .dart {
  background-image: url(/images/drop-list-dart-magenta-active.png); }

.generated-content--blue h1, .generated-content--blue .h1, .generated-content--blue h2, .generated-content--blue .h2, .generated-content--blue h3, .generated-content--blue .h3, .generated-content--blue h4, .generated-content--blue .h4, .generated-content--blue h5, .generated-content--blue .h5 {
  color: #00b0f0; }

.generated-content--blue .table__tariff td, .generated-content--blue .table__tariff a {
  color: #00b0f0; }

.generated-content--blue .table__tariff thead th {
  color: #00b0f0;
  font-weight: bold; }

.generated-content--orange h1, .generated-content--orange .h1, .generated-content--orange h2, .generated-content--orange .h2, .generated-content--orange h3, .generated-content--orange .h3, .generated-content--orange h4, .generated-content--orange .h4, .generated-content--orange h5, .generated-content--orange .h5 {
  color: #f68121; }

.generated-content--orange .table__tariff td, .generated-content--orange .table__tariff a {
  color: #f68121; }

.generated-content--orange .table__tariff thead th {
  color: #f68121;
  font-weight: bold; }

.generated-content--magenta h1, .generated-content--magenta .h1, .generated-content--magenta h2, .generated-content--magenta .h2, .generated-content--magenta h3, .generated-content--magenta .h3, .generated-content--magenta h4, .generated-content--magenta .h4, .generated-content--magenta h5, .generated-content--magenta .h5 {
  color: #dc369a; }

.generated-content--magenta .table__tariff td, .generated-content--magenta .table__tariff a {
  color: #dc369a; }

.generated-content--magenta .table__tariff thead th {
  color: #dc369a;
  font-weight: bold; }

.generated-content--green h1, .generated-content--green .h1, .generated-content--green h2, .generated-content--green .h2, .generated-content--green h3, .generated-content--green .h3, .generated-content--green h4, .generated-content--green .h4, .generated-content--green h5, .generated-content--green .h5 {
  color: #7ac043; }

.generated-content--green .table__tariff td, .generated-content--green .table__tariff a {
  color: #7ac043; }

.generated-content--green .table__tariff thead th {
  color: #7ac043;
  font-weight: bold; }

.generated-content > *:first-child,
.drop-list__text-inner > *:first-child {
  margin-top: 0; }

.generated-content ol li,
.drop-list__text-inner ol li {
  padding-left: 0.44em; }

/*  modal  */
.ui-front {
  z-index: 999999; }

.ui-corner-all {
  border-radius: 0; }

.ui-widget {
  font-family: "Century Gothic", sans-serif; }

.ui-widget-overlay {
  background: #d9f3fd;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.ui-dialog {
  padding: 0 0 40px;
  border: none; }
  .touch-device .ui-dialog {
    padding-bottom: 5px; }
  .ui-dialog .ui-dialog-content {
    padding: 0 6%;
    overflow: visible; }
    .touch-device .ui-dialog .ui-dialog-content {
      -webkit-overflow-scrolling: touch;
      overflow: auto; }
    .ui-dialog .ui-dialog-content h3 {
      margin-top: -30px; }
  .ui-dialog .lead-form-box--popup__close {
    display: none; }

.ui-dialog-titlebar {
  height: 65px;
  background: none;
  border: none;
  text-align: right; }
  .ui-dialog-titlebar .ui-button {
    margin: 10px 6px 0 0;
    background: white;
    border: none; }
    .ui-dialog-titlebar .ui-button:focus {
      outline: none; }
    .ui-dialog-titlebar .ui-button .ui-button-icon-primary {
      margin: -10px 0 0 -10px;
      width: 20px;
      height: 20px;
      background: url(/images/icon-modal-close.png) no-repeat center center; }
  .touch-device .ui-dialog-titlebar {
    text-align: left;
    height: 63px;
    background: #eeeeee url(/images/modal-header-mobile.jpg) no-repeat center center; }
    .touch-device .ui-dialog-titlebar .ui-button {
      margin: 17px 0 0 4%;
      width: auto;
      background: #eeeeee; }
      .touch-device .ui-dialog-titlebar .ui-button .ui-icon {
        margin: 1px 5px 0 10px;
        width: 10px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        position: static;
        background: url(/images/modal-arrow-back.png) no-repeat center center; }
      .touch-device .ui-dialog-titlebar .ui-button .ui-button-text {
        text-indent: 0;
        vertical-align: middle;
        display: inline-block;
        font-family: "Century Gothic", sans-serif;
        color: #00b0f0; }

/*  tooltip  */
.ui-tooltip {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ababab !important;
  font-size: 17px; }

/*  search  */
.pac-container {
  z-index: 10000; }

.block {
  position: relative;
  overflow: hidden;
  min-height: 0%; }
  .block--visible {
    overflow: visible; }
  .mobile .block {
    padding: 0 15px; }
  .block__inner {
    margin: 0 auto;
    width: 94%;
    max-width: 1200px;
    position: relative; }
    .mobile .block__inner {
      max-width: none;
      width: auto; }
  .block__indent {
    margin: 3em auto 3.2em;
    width: 100%; }
    .mobile .block__indent {
      margin: 15px 0; }
  .block--clear {
    overflow: hidden;
    clear: both; }
  .block--bg-img .bg-img {
    display: block;
    width: 165%;
    margin-left: -32.5%;
    max-height: 350px; }
  .mobile .block--bg-img .block__inner {
    max-width: 450px; }
    @media screen and (max-width: 459px) {
      .mobile .block--bg-img .block__inner {
        display: none; } }
  .mobile .block--bg-img .bg-img {
    margin-left: -41%;
    width: 200%; }
  .block--bg-img--blue {
    background-color: #25c5ff; }
  .block--bg-img--orange {
    background-color: #f68121; }
  .block--bg-img--magenta {
    background-color: #dc369a; }
  .block--bg-img--green {
    background-color: #7ac043; }
  .block--bg-img--purple {
    background-color: #9173ad; }
  .block--header-indent .block__indent {
    margin-top: 4.8em; }
    .mobile .block--header-indent .block__indent {
      margin-top: 15px; }
  .block--standard .block__inner {
    max-width: 1100px; }
  .block--thin .block__inner {
    max-width: 1000px; }
  .block--thinnest .block__inner {
    max-width: 650px; }
  .block--blue {
    background-color: #e5f7fd; }
  .block--orange {
    background-color: #fde6d3; }
  .block--green {
    background-color: #e4f2d9; }
  .block--magenta {
    background-color: #f8d7eb; }

.grid {
  margin: 0 0 0 0%; }
  .grid .span {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    z-index: 10; }
  .grid .span--11 {
    padding-left: 0%;
    width: 11%; }
  .grid .span--13 {
    padding-left: 0%;
    width: 13%; }
  .grid .span--14 {
    padding-left: 0%;
    width: 14%; }
  .grid .span--20 {
    padding-left: 0%;
    width: 20%; }
  .grid .span--21 {
    padding-left: 0%;
    width: 21%; }
  .grid .span--22 {
    padding-left: 0%;
    width: 22%; }
  .grid .span--23 {
    padding-left: 0%;
    width: 23%; }
  .grid .span--24 {
    padding-left: 0%;
    width: 24%; }
  .grid .span--25 {
    padding-left: 0%;
    width: 25%; }
  .grid .span--26 {
    padding-left: 0%;
    width: 26%; }
  .grid .span--27 {
    padding-left: 0%;
    width: 27%; }
  .grid .span--28 {
    padding-left: 0%;
    width: 28%; }
  .grid .span--29 {
    padding-left: 0%;
    width: 29%; }
  .grid .span--30 {
    padding-left: 0%;
    width: 30%; }
  .grid .span--31 {
    padding-left: 0%;
    width: 31%; }
  .grid .span--32 {
    padding-left: 0%;
    width: 32%; }
  .grid .span--33 {
    padding-left: 0%;
    width: 33.33333%;
    *width: 33%; }
  .grid .span--35 {
    padding-left: 0%;
    width: 35%; }
  .grid .span--36 {
    padding-left: 0%;
    width: 36%; }
  .grid .span--40 {
    padding-left: 0%;
    width: 40%; }
  .grid .span--45 {
    padding-left: 0%;
    width: 45%; }
  .grid .span--49 {
    padding-left: 0%;
    width: 49%; }
  .grid .span--50 {
    padding-left: 0%;
    width: 50%; }
  .grid .span--51 {
    padding-left: 0%;
    width: 51%; }
  .grid .span--53 {
    padding-left: 0%;
    width: 53%; }
  .grid .span--55 {
    padding-left: 0%;
    width: 55%; }
  .grid .span--60 {
    padding-left: 0%;
    width: 60%; }
  .grid .span--62 {
    padding-left: 0%;
    width: 62%; }
  .grid .span--63 {
    padding-left: 0%;
    width: 63%; }
  .grid .span--64 {
    padding-left: 0%;
    width: 64%; }
  .grid .span--65 {
    padding-left: 0%;
    width: 65%; }
  .grid .span--70 {
    padding-left: 0%;
    width: 70%; }
  .grid .span--71 {
    padding-left: 0%;
    width: 71%; }
  .grid .span--73 {
    padding-left: 0%;
    width: 73%; }
  .grid .span--75 {
    padding-left: 0%;
    width: 75%; }
  .grid .span--77 {
    padding-left: 0%;
    width: 77%; }
  .grid .span--80 {
    padding-left: 0%;
    width: 80%; }
  .grid .span--90 {
    padding-left: 0%;
    width: 90%; }
  .grid .span--100 {
    padding-left: 0%;
    width: 100%; }

.grid--spacing-3 {
  margin: 0 0 0 -3%; }
  .grid--spacing-3 .span--11 {
    padding-left: 3%;
    width: 8%; }
  .grid--spacing-3 .span--13 {
    padding-left: 3%;
    width: 10%; }
  .grid--spacing-3 .span--14 {
    padding-left: 3%;
    width: 11%; }
  .grid--spacing-3 .span--20 {
    padding-left: 3%;
    width: 17%; }
  .grid--spacing-3 .span--21 {
    padding-left: 3%;
    width: 18%; }
  .grid--spacing-3 .span--22 {
    padding-left: 3%;
    width: 19%; }
  .grid--spacing-3 .span--23 {
    padding-left: 3%;
    width: 20%; }
  .grid--spacing-3 .span--24 {
    padding-left: 3%;
    width: 21%; }
  .grid--spacing-3 .span--25 {
    padding-left: 3%;
    width: 22%; }
  .grid--spacing-3 .span--26 {
    padding-left: 3%;
    width: 23%; }
  .grid--spacing-3 .span--27 {
    padding-left: 3%;
    width: 24%; }
  .grid--spacing-3 .span--28 {
    padding-left: 3%;
    width: 25%; }
  .grid--spacing-3 .span--29 {
    padding-left: 3%;
    width: 26%; }
  .grid--spacing-3 .span--30 {
    padding-left: 3%;
    width: 27%; }
  .grid--spacing-3 .span--31 {
    padding-left: 3%;
    width: 28%; }
  .grid--spacing-3 .span--32 {
    padding-left: 3%;
    width: 29%; }
  .grid--spacing-3 .span--33 {
    padding-left: 3%;
    width: 30.33333%;
    *width: 30%; }
  .grid--spacing-3 .span--35 {
    padding-left: 3%;
    width: 32%; }
  .grid--spacing-3 .span--36 {
    padding-left: 3%;
    width: 33%; }
  .grid--spacing-3 .span--40 {
    padding-left: 3%;
    width: 37%; }
  .grid--spacing-3 .span--45 {
    padding-left: 3%;
    width: 42%; }
  .grid--spacing-3 .span--49 {
    padding-left: 3%;
    width: 46%; }
  .grid--spacing-3 .span--50 {
    padding-left: 3%;
    width: 47%; }
  .grid--spacing-3 .span--51 {
    padding-left: 3%;
    width: 48%; }
  .grid--spacing-3 .span--53 {
    padding-left: 3%;
    width: 50%; }
  .grid--spacing-3 .span--55 {
    padding-left: 3%;
    width: 52%; }
  .grid--spacing-3 .span--60 {
    padding-left: 3%;
    width: 57%; }
  .grid--spacing-3 .span--62 {
    padding-left: 3%;
    width: 59%; }
  .grid--spacing-3 .span--63 {
    padding-left: 3%;
    width: 60%; }
  .grid--spacing-3 .span--64 {
    padding-left: 3%;
    width: 61%; }
  .grid--spacing-3 .span--65 {
    padding-left: 3%;
    width: 62%; }
  .grid--spacing-3 .span--70 {
    padding-left: 3%;
    width: 67%; }
  .grid--spacing-3 .span--71 {
    padding-left: 3%;
    width: 68%; }
  .grid--spacing-3 .span--73 {
    padding-left: 3%;
    width: 70%; }
  .grid--spacing-3 .span--75 {
    padding-left: 3%;
    width: 72%; }
  .grid--spacing-3 .span--77 {
    padding-left: 3%;
    width: 74%; }
  .grid--spacing-3 .span--80 {
    padding-left: 3%;
    width: 77%; }
  .grid--spacing-3 .span--90 {
    padding-left: 3%;
    width: 87%; }
  .grid--spacing-3 .span--100 {
    padding-left: 3%;
    width: 97%; }

.grid--spacing-4 {
  margin: 0 0 0 -4%; }
  .grid--spacing-4 .span--11 {
    padding-left: 4%;
    width: 7%; }
  .grid--spacing-4 .span--13 {
    padding-left: 4%;
    width: 9%; }
  .grid--spacing-4 .span--14 {
    padding-left: 4%;
    width: 10%; }
  .grid--spacing-4 .span--20 {
    padding-left: 4%;
    width: 16%; }
  .grid--spacing-4 .span--21 {
    padding-left: 4%;
    width: 17%; }
  .grid--spacing-4 .span--22 {
    padding-left: 4%;
    width: 18%; }
  .grid--spacing-4 .span--23 {
    padding-left: 4%;
    width: 19%; }
  .grid--spacing-4 .span--24 {
    padding-left: 4%;
    width: 20%; }
  .grid--spacing-4 .span--25 {
    padding-left: 4%;
    width: 21%; }
  .grid--spacing-4 .span--26 {
    padding-left: 4%;
    width: 22%; }
  .grid--spacing-4 .span--27 {
    padding-left: 4%;
    width: 23%; }
  .grid--spacing-4 .span--28 {
    padding-left: 4%;
    width: 24%; }
  .grid--spacing-4 .span--29 {
    padding-left: 4%;
    width: 25%; }
  .grid--spacing-4 .span--30 {
    padding-left: 4%;
    width: 26%; }
  .grid--spacing-4 .span--31 {
    padding-left: 4%;
    width: 27%; }
  .grid--spacing-4 .span--32 {
    padding-left: 4%;
    width: 28%; }
  .grid--spacing-4 .span--33 {
    padding-left: 4%;
    width: 29.33333%;
    *width: 29%; }
  .grid--spacing-4 .span--35 {
    padding-left: 4%;
    width: 31%; }
  .grid--spacing-4 .span--36 {
    padding-left: 4%;
    width: 32%; }
  .grid--spacing-4 .span--40 {
    padding-left: 4%;
    width: 36%; }
  .grid--spacing-4 .span--45 {
    padding-left: 4%;
    width: 41%; }
  .grid--spacing-4 .span--49 {
    padding-left: 4%;
    width: 45%; }
  .grid--spacing-4 .span--50 {
    padding-left: 4%;
    width: 46%; }
  .grid--spacing-4 .span--51 {
    padding-left: 4%;
    width: 47%; }
  .grid--spacing-4 .span--53 {
    padding-left: 4%;
    width: 49%; }
  .grid--spacing-4 .span--55 {
    padding-left: 4%;
    width: 51%; }
  .grid--spacing-4 .span--60 {
    padding-left: 4%;
    width: 56%; }
  .grid--spacing-4 .span--62 {
    padding-left: 4%;
    width: 58%; }
  .grid--spacing-4 .span--63 {
    padding-left: 4%;
    width: 59%; }
  .grid--spacing-4 .span--64 {
    padding-left: 4%;
    width: 60%; }
  .grid--spacing-4 .span--65 {
    padding-left: 4%;
    width: 61%; }
  .grid--spacing-4 .span--70 {
    padding-left: 4%;
    width: 66%; }
  .grid--spacing-4 .span--71 {
    padding-left: 4%;
    width: 67%; }
  .grid--spacing-4 .span--73 {
    padding-left: 4%;
    width: 69%; }
  .grid--spacing-4 .span--75 {
    padding-left: 4%;
    width: 71%; }
  .grid--spacing-4 .span--77 {
    padding-left: 4%;
    width: 73%; }
  .grid--spacing-4 .span--80 {
    padding-left: 4%;
    width: 76%; }
  .grid--spacing-4 .span--90 {
    padding-left: 4%;
    width: 86%; }
  .grid--spacing-4 .span--100 {
    padding-left: 4%;
    width: 96%; }

.advantages .advantages--inner {
  margin: 0 7.5%; }
  .advantages .advantages--inner h3 {
    line-height: 1.4;
    margin: 0 0 0.5em; }
  .advantages .advantages--inner p:last-of-type {
    margin-bottom: 0; }

.advantages.block--blue a {
  color: #00b0f0; }

.ui-tooltip {
  padding: 18px 20px;
  position: absolute;
  z-index: 9999;
  width: 220px;
  -webkit-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
  background-color: #fff; }
  .ui-tooltip ul li {
    background: url(/images/list-pop-dart.png) 0 8px no-repeat;
    padding-left: 20px; }
  body .ui-tooltip {
    border-width: 2px; }

.open-ca .span {
  vertical-align: middle; }

.open-ca .open-ca__image {
  text-align: center; }
  .open-ca .open-ca__image img {
    max-width: 75%;
    display: inline-block; }

.open-ca .open-ca__text {
  padding-right: 1em;
  line-height: 1.6;
  margin: 0;
  font-size: 1.25em;
  color: #545454; }

.toggle-btn {
  cursor: pointer; }
  .toggle-btn .icon--dart-grey-bottom {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .toggle-btn.toggle-btn--open .icon--dart-grey-bottom {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.js .toggle-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  clear: both; }

.product-header {
  text-align: center;
  border-bottom: 1px solid #e3e3e3; }
  .product-header__back {
    padding: 0 40px;
    text-decoration: none;
    display: block;
    position: relative; }
    .product-header__back__arrow {
      width: 11px;
      height: 16px;
      display: block;
      position: absolute;
      top: 50%;
      left: 15px; }
      .product-header__back__arrow span {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        top: -8px;
        background: url(/images/icons.m.png) no-repeat 0 -270px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .product-header__back__arrow span {
            background-image: url(/images/icons-2x.m.png);
            background-size: 75px auto; } }
  .product-header__category {
    margin: 1em 0 -0.8em;
    font-size: 1em;
    text-decoration: none;
    display: block; }
    .product-header__category + h1 {
      margin-bottom: 0.6em !important; }
  .product-header h1 {
    margin: 0.7em 0;
    font-size: 1.69231em; }
  .product-header__banner a {
    display: block;
    max-width: 100%; }
  .product-header__banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.green .product-header__back__arrow span {
  background-position: 0 -300px; }

.orange .product-header__back__arrow span {
  background-position: 0 -360px; }

.magenta .product-header__back__arrow span {
  background-position: 0 -330px; }

.purple .product-header__back__arrow span {
  background-position: 0 -480px; }

.nav + #download-app {
  margin-top: 0.6em;
  border-top: 1px solid #e3e3e3; }

.download-app {
  margin: 2em auto 2.2em;
  width: 100%;
  max-width: 18.5em;
  text-align: center; }
  .download-app p {
    margin-bottom: 0.8em;
    font-size: 0.92308em; }
  .download-app__link {
    margin: 0 auto;
    width: 100%;
    max-width: 100px;
    display: block; }
    .download-app__link img {
      margin-top: 1.5em;
      width: 100%;
      display: block; }

/*  default nav  */
.nav {
  text-align: left;
  position: relative;
  margin-bottom: -5px; }
  .lt-ie9 .nav {
    margin-bottom: -20px;
    width: 800px; }
  .lt-ie8 .nav {
    margin-bottom: -5px;
    width: auto; }
  .nav__item {
    margin-right: -1px;
    padding-bottom: 5px;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .lt-ie8 .nav__item {
      zoom: 1;
      display: inline;
      background: #e3e3e3; }
    .lt-ie9 .nav__item {
      padding-top: 15px; }
    .lt-ie8 .nav__item {
      padding-top: 0px; }
    .nav__item:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #e3e3e3;
      -webkit-transform: skewX(-11deg);
      -ms-transform: skewX(-11deg);
      transform: skewX(-11deg);
      -sand-transform: skewX(-11deg);
      -webkit-transition: background 0.1s ease;
      -o-transition: background 0.1s ease;
      transition: background 0.1s ease; }
    .nav__item:hover:after,
    .lt-ie8 .nav__item:hover {
      background: #00b0f0; }
    .nav__item:hover:after {
      content: " ";
      color: transparent; }
    .nav__item .nav__link, .nav__item a {
      padding: 0.47em 1.18em 0.41em;
      text-decoration: none;
      display: block;
      position: relative;
      z-index: 10;
      color: black; }
      .en .nav__item .nav__link, .en .nav__item a {
        padding-left: 0.75em;
        padding-right: 0.75em; }
        @media screen and (max-width: 1140px) {
          .en .nav__item .nav__link, .en .nav__item a {
            padding-left: 0.55em;
            padding-right: 0.55em; } }
        @media screen and (max-width: 820px) {
          .en .nav__item .nav__link, .en .nav__item a {
            padding-left: 0.45em;
            padding-right: 0.45em; } }
      .lt-ie9 .nav__item .nav__link, .lt-ie9 .nav__item a {
        position: relative;
        left: 5px; }
      .lt-ie8 .nav__item .nav__link, .lt-ie8 .nav__item a {
        position: static; }
      @media screen and (max-width: 1250px) {
        .nav__item .nav__link, .nav__item a {
          padding-left: 0.8em;
          padding-right: 0.8em; } }
      @media screen and (max-width: 1100px) {
        .nav__item .nav__link, .nav__item a {
          font-size: 0.9em; } }
    .nav__item .nav__link {
      cursor: default; }
    .nav__item:hover .nav__sub {
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  .nav__dart {
    width: 14px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0.9375em;
    right: 1.25em;
    background: url("/images/icons.png") no-repeat 0 -288px; }
  .nav__sub {
    min-width: 12.1875em;
    position: absolute;
    top: 100%;
    left: -0.25em;
    right: 0.25em;
    background: #ababab;
    -webkit-transform: skewX(-11deg);
    -ms-transform: skewX(-11deg);
    transform: skewX(-11deg);
    overflow: hidden;
    visibility: hidden;
    z-index: 999;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: visibility 0s linear, opacity 0.1s ease;
    -webkit-transition-delay: 0.1s, 0s;
    -o-transition: visibility 0s linear 0.1s, opacity 0.1s ease;
    -webkit-transition: visibility 0s linear 0.1s, opacity 0.1s ease;
    transition: visibility 0s linear 0.1s, opacity 0.1s ease; }
    .lt-ie9 .nav__sub {
      left: 0;
      right: 0; }
  .nav__sub-list {
    -webkit-transform: skewX(11deg);
    -ms-transform: skewX(11deg);
    transform: skewX(11deg); }
    .nav__sub-list .nav__item {
      margin-left: -1.125em;
      margin-right: -1.125em;
      padding-left: 2.3125em;
      padding-right: 1.875em;
      text-align: left;
      display: block; }
      .lt-ie9 .nav__sub-list .nav__item {
        padding-left: 1.0625em; }
      .nav__sub-list .nav__item:hover {
        background: #00b0f0; }
      .nav__sub-list .nav__item:after {
        display: none; }

/*  custom nav items  */
.lt-ie8 .nav__item .icon, .lt-ie8 .nav__item .icon-rounded {
  margin: 0.25em 0; }

.nav__item:first-child .icon, .nav__item:first-child .icon-rounded {
  background-position: 0 -20px; }

.nav__item.nav__item--active .icon, .nav__item.nav__item--active .icon-rounded {
  background-position: 0 0px; }

.nav__item .nav__item-newbadge {
  position: absolute;
  top: 2px;
  font-size: .6em;
  background: #00b0f0;
  padding: 2px 6px 2px 6px;
  line-height: 1;
  border-radius: 7px;
  font-weight: 600;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff; }

.nav__item--login a {
  color: black; }

.lt-ie9 .nav__item--login {
  position: relative;
  top: -3px; }

.lt-ie8 .nav__item--login, .nav__item--login:after {
  background: #00b0f0; }

.lt-ie8 .nav__item--login:hover, .nav__item--login:hover:after {
  background: #43cdff; }

.nav__item--login .icon, .nav__item--login .icon-rounded {
  margin-left: 12px;
  position: relative;
  top: 0.11em; }
  @media screen and (max-width: 980px) {
    .nav__item--login .icon, .nav__item--login .icon-rounded {
      top: auto;
      float: right; } }
  @media screen and (max-width: 910px) {
    .nav__item--login .icon, .nav__item--login .icon-rounded {
      display: none; } }
  .lt-ie8 .nav__item--login .icon, .lt-ie8 .nav__item--login .icon-rounded {
    margin: 0.1em 0;
    padding-left: 12px;
    background-position: right top; }

/*  colors  */
.nav__item--orange:hover:after {
  background: #f68121; }

.lt-ie8 .nav__item--orange:hover {
  background: #f68121; }

.nav__item--green:hover:after {
  background: #7ac043; }

.lt-ie8 .nav__item--green:hover {
  background: #7ac043; }

.nav__item--magenta:hover:after {
  background: #dc369a; }

.lt-ie8 .nav__item--magenta:hover {
  background: #dc369a; }

.lt-ie8 .nav__item--active, .nav__item--active:after, .nav__item--active:hover:after {
  background: #ababab !important;
  -webkit-box-shadow: inset 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 3px 8px 0px rgba(0, 0, 0, 0.2); }

.nav__item--active > a,
.nav__item--active > .nav__link {
  color: white; }

/*  main-nav  */
.hp-nav {
  height: 1.37em;
  position: relative;
  font-size: 1.1875em; }
  .hp-nav .hp-nav__inner {
    margin: 0 -20px;
    padding: 0 20px;
    position: relative;
    overflow: hidden; }
  .hp-nav .hp-nav__bg {
    padding-bottom: 2px;
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    background: #e3e3e3;
    -webkit-transform: skewX(-16deg);
    -ms-transform: skewX(-16deg);
    transform: skewX(-16deg);
    -sand-transform: skewX(-16deg); }
  .hp-nav .hp-nav__left {
    margin-bottom: -6px; }
  .hp-nav .hp-nav__right {
    position: absolute;
    top: 0;
    right: 20px; }
    .lt-ie9 .hp-nav .hp-nav__right {
      width: 500px;
      right: -20px;
      text-align: right; }
      .lt-ie9 .hp-nav .hp-nav__right .nav {
        padding-right: 20px;
        width: auto;
        display: inline-block;
        *zoom: 1;
        *display: inline; }
  .hp-nav .nav__link, .hp-nav a {
    padding-top: 0.68em;
    padding-bottom: 0.63em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    font-size: 0.85em; }
    @media screen and (min-width: 1000px) {
      .hp-nav .nav__link, .hp-nav a {
        font-size: 0.95em; } }
    @media screen and (min-width: 1200px) {
      .hp-nav .nav__link, .hp-nav a {
        padding-left: 1.1em;
        padding-right: 1.1em; } }

/*  responsive icons  */
@media screen and (max-width: 1400px) {
  .icon--house {
    width: 1em;
    height: 1em;
    position: relative;
    background-size: 526.31578947368421052631578947368%;
    background-position: 1px 0; }
  .nav__item:first-child .icon, .nav__item:first-child .icon-rounded {
    background-position: 0 5.1174%; }
  .nav__item.nav__item--active .icon, .nav__item.nav__item--active .icon-rounded {
    background-position: 1px 0; } }

#enviroment {
  background: #f7959d;
  color: #fff;
  padding: 6px;
  font-size: 23px;
  text-align: center; }

.sub-nav {
  padding: 4.74em 0 0;
  height: 0;
  position: relative;
  z-index: 10000; }
  .sub-nav .sub-nav__holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f9f9f9;
    z-index: 10000; }
    .sub-nav .sub-nav__holder.sub-nav__holder--snap {
      position: fixed; }
      .sub-nav .sub-nav__holder.sub-nav__holder--snap .block {
        min-width: 1px; }
    .sub-nav .sub-nav__holder .block {
      min-width: 1200px; }
      @media screen and (max-width: 1400px) {
        .sub-nav .sub-nav__holder .block {
          min-width: 768px; } }
  .sub-nav .sub-nav__list {
    margin-left: -1em;
    float: left;
    width: 75%;
    white-space: nowrap; }
    @media screen and (max-width: 1060px) {
      .sub-nav .sub-nav__list {
        width: 69%; } }
    @media screen and (max-width: 1024px) {
      .sub-nav .sub-nav__list {
        width: 100%; } }
  .sub-nav.sub-nav--no-btn .sub-nav__list {
    width: 120%; }
  .sub-nav.sub-nav--no-btn .sub-nav__holder--snap .sub-nav__list {
    width: 100%; }
  .sub-nav .sub-nav__item {
    float: left; }
    .sub-nav .sub-nav__item a {
      display: block;
      padding: 1.62em 1em;
      text-decoration: none; }
      @media screen and (max-width: 1024px) {
        .sub-nav .sub-nav__item a {
          padding-left: 0.8em;
          padding-right: 0.8em; } }
  .sub-nav .sub-nav__button {
    margin: 0.95em 0 0;
    float: left;
    width: 25%;
    text-align: center; }
    @media screen and (max-width: 1060px) {
      .sub-nav .sub-nav__button {
        width: 22.666666666666668%; } }
    @media screen and (max-width: 1024px) {
      .sub-nav .sub-nav__button {
        display: none; } }
  .sub-nav .sub-nav__phone {
    margin: 0;
    padding: 1.62em 1em;
    width: auto;
    max-height: 1.5em;
    text-align: right;
    float: right; }
    .sub-nav .sub-nav__phone .icon--phone {
      margin-right: 0.6em;
      vertical-align: middle; }
    .sub-nav .sub-nav__phone .numb {
      font-size: 1.84em;
      line-height: 0.624;
      display: inline-block;
      vertical-align: middle; }
      .lt-ie8 .sub-nav .sub-nav__phone .numb {
        line-height: 1; }
    @media screen and (max-width: 1060px) {
      .sub-nav .sub-nav__phone {
        width: 22.666666666666668%; } }
    @media screen and (max-width: 1024px) {
      .sub-nav .sub-nav__phone {
        display: none; } }

/* Color & icons */
.sub-nav .sub-nav__item a:hover,
.sub-nav .sub-nav__item--active a,
.sub-nav--blue .sub-nav__item a:hover,
.sub-nav--blue .sub-nav__item--active a {
  color: #00b0f0; }

.sub-nav--orange .sub-nav__item a:hover,
.sub-nav--orange .sub-nav__item--active a,
.sub-nav--orange .sub-nav__phone {
  color: #f68121; }
  .sub-nav--orange .sub-nav__item a:hover .icon--phone,
  .sub-nav--orange .sub-nav__item--active a .icon--phone,
  .sub-nav--orange .sub-nav__phone .icon--phone {
    background-position: -33px -255px; }

.sub-nav--green .sub-nav__item a:hover,
.sub-nav--green .sub-nav__item--active a,
.sub-nav--green .sub-nav__phone {
  color: #7ac043; }
  .sub-nav--green .sub-nav__item a:hover .icon--phone,
  .sub-nav--green .sub-nav__item--active a .icon--phone,
  .sub-nav--green .sub-nav__phone .icon--phone {
    background-position: 0 -255px; }

.sub-nav--magenta .sub-nav__item a:hover,
.sub-nav--magenta .sub-nav__item--active a,
.sub-nav--magenta .sub-nav__phone {
  color: #dc369a; }

.sub-nav--purple .sub-nav__item a:hover,
.sub-nav--purple .sub-nav__item--active a,
.sub-nav--purple .sub-nav__phone {
  color: #9173ad; }

/*  hide button  */
.sub-nav .sub-nav__button {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: visibility 0s linear, opacity 0.3s ease;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease; }

.sub-nav .sub-nav__holder--snap .sub-nav__button {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.breadcrumb.breadcrumb--indent {
  margin-left: 8.3%; }

.breadcrumb.breadcrumb--indent-bottom {
  margin-bottom: 4%; }

.breadcrumb .breadcrumb__item {
  display: inline-block; }
  .breadcrumb .breadcrumb__item.breadcrumb__item--separated {
    padding-right: 20px;
    background: url("/images/locations-breadcrumb-separator.png") no-repeat 100% 50%; }

.breadcrumb .breadcrumb__item-link {
  color: #00b0f0; }

.anchor-menu {
  margin-top: 2em;
  padding-bottom: 3em;
  border-bottom: 1px solid #e3e3e3; }
  .anchor-menu ul li {
    margin-bottom: 0.41em; }
  .anchor-menu a {
    color: #00b0f0; }
  .anchor-menu--droplist {
    border: 0; }

.mobile .anchor-menu {
  padding: 0 15px 2.3em; }
  .mobile .anchor-menu .span {
    width: auto;
    display: block; }

.mobile .block__indent .anchor-menu {
  padding-left: 0;
  padding-right: 0; }

.drop-list {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }
  .drop-list .drop-list__item {
    overflow: hidden;
    *zoom: 1;
    padding: 1.7em 0 1.8em;
    border-top: 1px solid #e3e3e3;
    cursor: default; }
    .drop-list .drop-list__item:first-child {
      border-top: 0; }
    .drop-list .drop-list__item.drop-list__item--toggle {
      cursor: pointer; }
      .drop-list .drop-list__item.drop-list__item--toggle .drop-list__text .drop-list__text-inner {
        height: 0em;
        display: block; }
        .no-js .drop-list .drop-list__item.drop-list__item--toggle .drop-list__text .drop-list__text-inner {
          height: auto; }
      .drop-list .drop-list__item.drop-list__item--toggle .drop-list__dart, .drop-list .drop-list__item.drop-list__item--toggle .generated-content--pricelist .toggle-btn .dart, .generated-content--pricelist .toggle-btn .drop-list .drop-list__item.drop-list__item--toggle .dart {
        display: block; }
      .drop-list .drop-list__item.drop-list__item--toggle h3, .drop-list .drop-list__item.drop-list__item--toggle .h3 {
        padding-right: 0; }
  .drop-list .drop-list__img,
  .drop-list .drop-list__text,
  .drop-list .drop-list__dart,
  .drop-list .generated-content--pricelist .toggle-btn .dart,
  .generated-content--pricelist .toggle-btn .drop-list .dart {
    float: left; }
  .drop-list .drop-list__img {
    min-height: 1em;
    width: 21%; }
    .drop-list .drop-list__img img {
      margin: 0 0 -4em;
      padding-left: 3%;
      width: 75.714286%;
      max-width: 180px;
      display: block;
      position: relative;
      top: -1.2em; }
      .span--65 .drop-list .drop-list__img img {
        margin-top: 0.8em; }
  .drop-list .drop-list__text {
    width: 79%; }
    .drop-list .drop-list__text h3, .drop-list .drop-list__text .h3 {
      margin: 0 0 0.22em;
      padding-right: 11%; }
      .drop-list .drop-list__text h3 a, .drop-list .drop-list__text .h3 a {
        padding-right: 11%;
        text-decoration: none;
        display: block;
        position: relative; }
        .drop-list .drop-list__text h3 a:hover, .drop-list .drop-list__text .h3 a:hover {
          color: #000000; }
    .drop-list .drop-list__text .drop-list__perex {
      margin-bottom: 0;
      padding-right: 11%; }
      .drop-list .drop-list__text .drop-list__perex p {
        margin-bottom: 0; }
    .drop-list .drop-list__text .drop-list__text-inner {
      display: none;
      overflow: hidden;
      -webkit-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out; }
      .drop-list .drop-list__text .drop-list__text-inner p {
        overflow: hidden;
        *zoom: 1; }
      .drop-list .drop-list__text .drop-list__text-inner > div > div > * {
        padding-right: 11%; }
    .drop-list .drop-list__text .drop-list__text-inner-js-helper {
      padding-top: 1em;
      overflow: hidden; }
      .drop-list .drop-list__text .drop-list__text-inner-js-helper > div > *:last-child {
        margin-bottom: 0; }
    .drop-list .drop-list__text .drop-list__table--container {
      display: block;
      padding-right: 0 !important;
      margin-bottom: 30px; }
      .drop-list .drop-list__text .drop-list__table--container > p {
        color: #000000;
        font-size: 0.75em;
        text-align: right;
        margin-top: 10px; }
      .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        color: #dc369a;
        font-size: 1em;
        font-weight: 600;
        margin-bottom: 8px; }
        .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(1) .icon, .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(1) .icon-rounded {
          margin-right: 7px; }
      .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(2) > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(2) > div > div:nth-of-type(1) {
            height: 25px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            background: #e3e3e3;
            font-size: 0.6875em;
            font-weight: 600;
            margin-bottom: 1px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            padding: 5px; }
          .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(2) > div > div:nth-of-type(2) {
            height: 46px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-weight: 600;
            background: #f8d7eb;
            font-size: 1em;
            color: #dc369a;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            padding: 5px; }
            .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(2) > div > div:nth-of-type(2) p {
              font-size: 0.6875em;
              color: #000000;
              margin: 0;
              text-align: center; }
              @media screen and (max-width: 1024px) {
                .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(2) > div > div:nth-of-type(2) p {
                  font-size: 0.5625em;
                  font-weight: 400; } }
        .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(2) > div:nth-of-type(1) {
          width: 25%;
          margin-right: 5px; }
        .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(2) > div:nth-of-type(2) {
          width: 50%; }
        .drop-list .drop-list__text .drop-list__table--container > div:nth-of-type(2) > div:nth-of-type(3) {
          width: 25%;
          margin-left: 5px; }
    .drop-list .drop-list__text .drop-list__table--hit-sa > div:nth-of-type(1) {
      color: #000000; }
    .drop-list .drop-list__text .drop-list__table--hit-sa > div:nth-of-type(2) > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .drop-list .drop-list__text .drop-list__table--hit-sa > div:nth-of-type(2) > div > div:nth-of-type(1) {
        background: #e3e3e3; }
      .drop-list .drop-list__text .drop-list__table--hit-sa > div:nth-of-type(2) > div > div:nth-of-type(2) {
        background: #ababab;
        color: #ffffff; }
    .drop-list .drop-list__text .drop-list__table--hit-sa > div:nth-of-type(2) > div:nth-of-type(1) {
      width: 37.5%; }
    .drop-list .drop-list__text .drop-list__table--hit-sa > div:nth-of-type(2) > div:nth-of-type(2) {
      width: 37.5%; }
    .drop-list .drop-list__text .drop-list__table--hit-sa > div:nth-of-type(2) > div:nth-of-type(3) {
      width: 25%; }
    .drop-list .drop-list__text .drop-list__table--sa-sa > div:nth-of-type(2) > div:nth-of-type(1) {
      width: 37.5%; }
    .drop-list .drop-list__text .drop-list__table--sa-sa > div:nth-of-type(2) > div:nth-of-type(2) {
      width: 37.5%; }
    .drop-list .drop-list__text .drop-list__table--sa-sa > div:nth-of-type(2) > div:nth-of-type(3) {
      width: 25%; }
    .drop-list .drop-list__text .drop-list__table--sa-hit > div:nth-of-type(1) {
      color: #000000; }
    .drop-list .drop-list__text .drop-list__table--sa-hit > div:nth-of-type(2) > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .drop-list .drop-list__text .drop-list__table--sa-hit > div:nth-of-type(2) > div > div:nth-of-type(1) {
        background: #e3e3e3; }
      .drop-list .drop-list__text .drop-list__table--sa-hit > div:nth-of-type(2) > div > div:nth-of-type(2) {
        background: #ababab;
        color: #ffffff; }
        .drop-list .drop-list__text .drop-list__table--sa-hit > div:nth-of-type(2) > div > div:nth-of-type(2) p {
          color: #ffffff; }
    .drop-list .drop-list__text .drop-list__table--sa-hit > div:nth-of-type(2) > div:nth-of-type(1) {
      width: 25%; }
    .drop-list .drop-list__text .drop-list__table--sa-hit > div:nth-of-type(2) > div:nth-of-type(2) {
      width: 50%; }
    .drop-list .drop-list__text .drop-list__table--sa-hit > div:nth-of-type(2) > div:nth-of-type(3) {
      width: 25%; }

.drop-list__dart, .generated-content--pricelist .toggle-btn .dart {
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 1px;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .drop-list__dart:before, .generated-content--pricelist .toggle-btn .dart:before, .drop-list__dart:after, .generated-content--pricelist .toggle-btn .dart:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: center center no-repeat;
    -webkit-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
  .drop-list__dart:before, .generated-content--pricelist .toggle-btn .dart:before {
    background: url(/images/drop-list-dart-gray.png);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .drop-list__dart:after, .generated-content--pricelist .toggle-btn .dart:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 10; }
  .no-csstransforms .drop-list__dart, .no-csstransforms .generated-content--pricelist .toggle-btn .dart, .generated-content--pricelist .toggle-btn .no-csstransforms .dart {
    background: url(/images/drop-list-dart-gray.png); }
    .no-csstransforms .drop-list__dart:before, .no-csstransforms .generated-content--pricelist .toggle-btn .dart:before, .generated-content--pricelist .toggle-btn .no-csstransforms .dart:before, .no-csstransforms .drop-list__dart:after, .no-csstransforms .generated-content--pricelist .toggle-btn .dart:after, .generated-content--pricelist .toggle-btn .no-csstransforms .dart:after {
      display: none; }

/*  hover and open effect  */
.drop-list .drop-list__item--open .drop-list__dart:before, .drop-list .drop-list__item--open .generated-content--pricelist .toggle-btn .dart:before, .generated-content--pricelist .toggle-btn .drop-list .drop-list__item--open .dart:before,
.drop-list .drop-list__item:hover .drop-list__dart:before,
.drop-list .drop-list__item:hover .generated-content--pricelist .toggle-btn .dart:before,
.generated-content--pricelist .toggle-btn .drop-list .drop-list__item:hover .dart:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.drop-list .drop-list__item--open .drop-list__dart:after, .drop-list .drop-list__item--open .generated-content--pricelist .toggle-btn .dart:after, .generated-content--pricelist .toggle-btn .drop-list .drop-list__item--open .dart:after,
.drop-list .drop-list__item:hover .drop-list__dart:after,
.drop-list .drop-list__item:hover .generated-content--pricelist .toggle-btn .dart:after,
.generated-content--pricelist .toggle-btn .drop-list .drop-list__item:hover .dart:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.drop-list.drop-list--no-image .drop-list__text {
  width: 100%; }
  .drop-list.drop-list--no-image .drop-list__text .drop-list__text-inner {
    padding-right: 13%; }

.drop-list .drop-list__item--open {
  cursor: auto !important; }
  .drop-list .drop-list__item--open .drop-list__dart, .drop-list .drop-list__item--open .generated-content--pricelist .toggle-btn .dart, .generated-content--pricelist .toggle-btn .drop-list .drop-list__item--open .dart {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.drop-list .drop-list__text--noperex .drop-list__text-inner-js-helper {
  padding-top: 0; }

/*  without perex  */
.drop-list__item--cleaner .drop-list__text-inner-js-helper {
  padding-top: 0 !important; }

/*  Colors  */
.drop-list--blue .drop-list__item:hover h3 a,
.drop-list--blue .drop-list__item:hover .h3 a,
.drop-list--blue .drop-list__item--open h3 a,
.drop-list--blue .drop-list__item--open .h3 a {
  color: #00b0f0; }

.drop-list--blue .drop-list__dart:after, .drop-list--blue .generated-content--pricelist .toggle-btn .dart:after, .generated-content--pricelist .toggle-btn .drop-list--blue .dart:after {
  background-image: url(/images/drop-list-dart-blue.png); }

.no-csstransforms .drop-list--blue .drop-list__item--open .drop-list__dart, .no-csstransforms .drop-list--blue .drop-list__item--open .generated-content--pricelist .toggle-btn .dart, .generated-content--pricelist .toggle-btn .no-csstransforms .drop-list--blue .drop-list__item--open .dart {
  background-image: url(/images/drop-list-dart-blue-active.png); }

.drop-list--orange .drop-list__item:hover h3 a,
.drop-list--orange .drop-list__item:hover .h3 a,
.drop-list--orange .drop-list__item--open h3 a,
.drop-list--orange .drop-list__item--open .h3 a {
  color: #f68121; }

.drop-list--orange .drop-list__dart:after, .drop-list--orange .generated-content--pricelist .toggle-btn .dart:after, .generated-content--pricelist .toggle-btn .drop-list--orange .dart:after {
  background-image: url(/images/drop-list-dart-orange.png); }

.no-csstransforms .drop-list--orange .drop-list__item--open .drop-list__dart, .no-csstransforms .drop-list--orange .drop-list__item--open .generated-content--pricelist .toggle-btn .dart, .generated-content--pricelist .toggle-btn .no-csstransforms .drop-list--orange .drop-list__item--open .dart {
  background-image: url(/images/drop-list-dart-orange-active.png); }

.drop-list--green .drop-list__item:hover h3 a,
.drop-list--green .drop-list__item:hover .h3 a,
.drop-list--green .drop-list__item--open h3 a,
.drop-list--green .drop-list__item--open .h3 a {
  color: #7ac043; }

.drop-list--green .drop-list__dart:after, .drop-list--green .generated-content--pricelist .toggle-btn .dart:after, .generated-content--pricelist .toggle-btn .drop-list--green .dart:after {
  background-image: url(/images/drop-list-dart-green.png); }

.no-csstransforms .drop-list--green .drop-list__item--open .drop-list__dart, .no-csstransforms .drop-list--green .drop-list__item--open .generated-content--pricelist .toggle-btn .dart, .generated-content--pricelist .toggle-btn .no-csstransforms .drop-list--green .drop-list__item--open .dart {
  background-image: url(/images/drop-list-dart-green-active.png); }

.drop-list--magenta .drop-list__item:hover h3 a,
.drop-list--magenta .drop-list__item:hover .h3 a,
.drop-list--magenta .drop-list__item--open h3 a,
.drop-list--magenta .drop-list__item--open .h3 a {
  color: #dc369a; }

.drop-list--magenta .drop-list__dart:after, .drop-list--magenta .generated-content--pricelist .toggle-btn .dart:after, .generated-content--pricelist .toggle-btn .drop-list--magenta .dart:after {
  background-image: url(/images/drop-list-dart-magenta.png); }

.no-csstransforms .drop-list--magenta .drop-list__item--open .drop-list__dart, .no-csstransforms .drop-list--magenta .drop-list__item--open .generated-content--pricelist .toggle-btn .dart, .generated-content--pricelist .toggle-btn .no-csstransforms .drop-list--magenta .drop-list__item--open .dart {
  background-image: url(/images/drop-list-dart-magenta-active.png); }

/*  typography  */
.user-content h4,
.drop-list__text-inner h4 {
  margin: 1.2em 0 0.3em; }

.user-content table,
.drop-list__text-inner table {
  width: 100%;
  margin-bottom: 1em; }
  .user-content table td, .user-content table th,
  .drop-list__text-inner table td,
  .drop-list__text-inner table th {
    padding: 0.3125em 0.5em;
    vertical-align: top; }
    .user-content table td:first-child, .user-content table th:first-child,
    .drop-list__text-inner table td:first-child,
    .drop-list__text-inner table th:first-child {
      padding-left: 0; }
    .user-content table td:last-child, .user-content table th:last-child,
    .drop-list__text-inner table td:last-child,
    .drop-list__text-inner table th:last-child {
      padding-right: 0; }
  .user-content table tr:first-child td, .user-content table tr:first-child th,
  .drop-list__text-inner table tr:first-child td,
  .drop-list__text-inner table tr:first-child th {
    padding-top: 0; }
  .user-content table tr:last-child td, .user-content table tr:last-child th,
  .drop-list__text-inner table tr:last-child td,
  .drop-list__text-inner table tr:last-child th {
    padding-bottom: 0; }

.user-content .table__tariff td, .user-content .table__tariff th,
.drop-list__text-inner .table__tariff td,
.drop-list__text-inner .table__tariff th {
  padding-top: 0.75em;
  padding-bottom: 0.6875em; }
  .user-content .table__tariff td:first-child, .user-content .table__tariff th:first-child,
  .drop-list__text-inner .table__tariff td:first-child,
  .drop-list__text-inner .table__tariff th:first-child {
    white-space: nowrap; }
    .drop-list--green .user-content .table__tariff td:first-child, .drop-list--green .user-content .table__tariff th:first-child, .drop-list--green
    .drop-list__text-inner .table__tariff td:first-child, .drop-list--green
    .drop-list__text-inner .table__tariff th:first-child {
      color: #7ac043; }
      .drop-list--green .user-content .table__tariff td:first-child a, .drop-list--green .user-content .table__tariff th:first-child a, .drop-list--green
      .drop-list__text-inner .table__tariff td:first-child a, .drop-list--green
      .drop-list__text-inner .table__tariff th:first-child a {
        color: #7ac043; }
    .drop-list--blue .user-content .table__tariff td:first-child, .drop-list--blue .user-content .table__tariff th:first-child, .drop-list--blue
    .drop-list__text-inner .table__tariff td:first-child, .drop-list--blue
    .drop-list__text-inner .table__tariff th:first-child {
      color: #00b0f0; }
      .drop-list--blue .user-content .table__tariff td:first-child a, .drop-list--blue .user-content .table__tariff th:first-child a, .drop-list--blue
      .drop-list__text-inner .table__tariff td:first-child a, .drop-list--blue
      .drop-list__text-inner .table__tariff th:first-child a {
        color: #00b0f0; }

.user-content .table__interest,
.drop-list__text-inner .table__interest {
  width: 100%;
  margin: 0 0 1em; }
  .user-content .table__interest td, .user-content .table__interest th,
  .drop-list__text-inner .table__interest td,
  .drop-list__text-inner .table__interest th {
    padding: 0.2em 0.4em !important; }
    .user-content .table__interest td:first-child, .user-content .table__interest th:first-child,
    .drop-list__text-inner .table__interest td:first-child,
    .drop-list__text-inner .table__interest th:first-child {
      width: 30%; }
  .user-content .table__interest tr:nth-child(odd) th, .user-content .table__interest tr:nth-child(odd) td,
  .drop-list__text-inner .table__interest tr:nth-child(odd) th,
  .drop-list__text-inner .table__interest tr:nth-child(odd) td {
    background-color: #f4f4f4; }
  .lt-ie9 .user-content .table__interest th, .lt-ie9 .user-content .table__interest td, .lt-ie9
  .drop-list__text-inner .table__interest th, .lt-ie9
  .drop-list__text-inner .table__interest td {
    border-bottom: 1px solid #d9d9d9; }
  .lt-ie9 .user-content .table__interest tr:first-child th, .lt-ie9 .user-content .table__interest tr:first-child td, .lt-ie9
  .drop-list__text-inner .table__interest tr:first-child th, .lt-ie9
  .drop-list__text-inner .table__interest tr:first-child td {
    border-top: 1px solid #d9d9d9; }

.user-content .table__color-heading,
.drop-list__text-inner .table__color-heading {
  max-width: 320px; }
  .user-content .table__color-heading td, .user-content .table__color-heading th,
  .drop-list__text-inner .table__color-heading td,
  .drop-list__text-inner .table__color-heading th {
    padding-top: 0.35em !important;
    padding-bottom: 0.35em !important;
    text-align: center;
    border-bottom: 1px solid #ababab; }
  .user-content .table__color-heading thead th,
  .drop-list__text-inner .table__color-heading thead th {
    font-weight: bold; }
  .user-content .table__color-heading.table__color-heading--green thead th,
  .drop-list__text-inner .table__color-heading.table__color-heading--green thead th {
    color: #7ac043;
    border-bottom-color: #7ac043; }
  .user-content .table__color-heading.table__color-heading--magenta thead th,
  .drop-list__text-inner .table__color-heading.table__color-heading--magenta thead th {
    color: #dc369a;
    border-bottom-color: #dc369a; }
  .user-content .table__color-heading.table__color-heading--blue thead th,
  .drop-list__text-inner .table__color-heading.table__color-heading--blue thead th {
    color: #00b0f0;
    border-bottom-color: #00b0f0; }
  .user-content .table__color-heading ul,
  .drop-list__text-inner .table__color-heading ul {
    margin-top: 0.3em; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.big-promo-box h1, .big-promo-box h2, .big-promo-box h3, .big-promo-box h4, .big-promo-box p, .big-promo-box ul {
  -webkit-transition: color 100ms ease;
  -o-transition: color 100ms ease;
  transition: color 100ms ease; }

.big-promo-box h2, .big-promo-box h3, .big-promo-box h4 {
  line-height: 1.3;
  text-decoration: none; }

.big-promo-box ul {
  margin: 4.5% 0 6%;
  padding: 0 24% 0 4%; }

.big-promo-box .big-promo-box {
  margin-top: 1.76em;
  text-align: center; }

.big-promo-box .box__btn {
  text-align: center; }

.big-promo-box.big-promo-box__no-link .big-promo-box__cell, .big-promo-box.big-promo-box__all-link .big-promo-box__cell {
  display: block;
  padding: 3% 11.5% 4.5%; }

.big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 {
  margin-left: -5%;
  text-align: left;
  white-space: nowrap; }
  @media screen and (max-width: 1100px) {
    .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 {
      font-size: 2em; } }
  @media screen and (max-width: 920px) {
    .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 {
      text-align: center; } }
  .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 .icon, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 .icon-rounded, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 .icon, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 .icon-rounded {
    margin-right: 1em; }
    @media screen and (max-width: 1100px) {
      .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 .icon, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 .icon-rounded, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 .icon, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 .icon-rounded {
        margin-right: 0.6em; } }
    @media screen and (max-width: 920px) {
      .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 .icon, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 .icon-rounded, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 .icon, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 .icon-rounded {
        display: none; } }
  .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 span, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 span {
    display: inline-block;
    vertical-align: middle; }
    .lt-ie8 .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 span, .lt-ie8 .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 span {
      display: inline;
      zoom: 1; }
  .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 .icon + span, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 .icon-rounded + span, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 .icon + span, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 .icon-rounded + span {
    white-space: normal;
    width: 85%; }
    @media screen and (max-width: 920px) {
      .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 .icon + span, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--icon h2 .icon-rounded + span, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 .icon + span, .big-promo-box.big-promo-box__all-link .big-promo-box__cell--icon h2 .icon-rounded + span {
        width: auto; } }

.big-promo-box.big-promo-box__all-link .big-promo-box__cell {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 100ms ease, border-color 100ms ease;
  -o-transition: background-color 100ms ease, border-color 100ms ease;
  transition: background-color 100ms ease, border-color 100ms ease; }
  .big-promo-box.big-promo-box__all-link .big-promo-box__cell h2 {
    margin-top: 0.6em;
    margin-bottom: 0.8em; }
  .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover h2, .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover h3, .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover h4 {
    color: white; }
  .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover .list-styled li, .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover .generated-content ul li, .generated-content .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover ul li, .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover .drop-list__text-inner ul li, .drop-list__text-inner .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover ul li, .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover .generated-content ol li, .generated-content .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover ol li, .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover .drop-list__text-inner ol li, .drop-list__text-inner .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover ol li {
    background-image: url(/images/list-bullet-white.png); }
  .lt-ie8 .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover .btn--blue,
  .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover .btn--blue .btn__bg:after, .lt-ie8 .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover .btn--orange,
  .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover .btn--orange .btn__bg:after, .lt-ie8 .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover .btn--green,
  .big-promo-box.big-promo-box__all-link .big-promo-box__cell:hover .btn--green .btn__bg:after {
    background: white; }

.big-promo-box.big-promo-box__no-link .big-promo-box__cell--active h2, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active h3, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active h4 {
  color: white; }

.big-promo-box.big-promo-box__no-link .big-promo-box__cell--active .list-styled li, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active .generated-content ul li, .generated-content .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active ul li, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active .drop-list__text-inner ul li, .drop-list__text-inner .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active ul li, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active .generated-content ol li, .generated-content .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active ol li, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active .drop-list__text-inner ol li, .drop-list__text-inner .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active ol li {
  background-image: url(/images/list-bullet-white.png); }

.big-promo-box.big-promo-box__no-link .big-promo-box__cell--active .btn--blue .btn__bg:after, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active .btn--orange .btn__bg:after, .big-promo-box.big-promo-box__no-link .big-promo-box__cell--active .btn--green .btn__bg:after {
  background: white; }

.big-promo-box.big-promo-box--bordered .big-promo-box__cell {
  border: 2px solid; }

.big-promo-box .span--50 + .span--50 {
  margin-left: -2px; }

.big-promo-box .icon--promo-reloan {
  width: 69px;
  height: 69px;
  background-position: 0 -1760px; }

.big-promo-box .icon--promo-loan {
  width: 69px;
  height: 69px;
  background-position: 0 -1840px; }

.big-promo-box .big-promo-box__cell:hover .icon--promo-reloan {
  background-position: 100% -1760px; }

.big-promo-box .big-promo-box__cell:hover .icon--promo-loan {
  background-position: 100% -1840px; }

.big-promo-box.big-promo-box--orange.big-promo-box__all-link .big-promo-box__cell:hover {
  background-color: #f68121; }

.big-promo-box.big-promo-box--orange.big-promo-box__all-link.big-promo-box--bordered .big-promo-box__cell:hover {
  border-color: #f68121; }

.big-promo-box.big-promo-box--orange.big-promo-box--bordered .big-promo-box__cell {
  border-color: #fde6d3; }

.big-promo-box.big-promo-box--blue.big-promo-box__all-link .big-promo-box__cell:hover {
  background-color: #00b0f0; }

.big-promo-box.big-promo-box--blue.big-promo-box__all-link.big-promo-box--bordered .big-promo-box__cell:hover {
  border-color: #00b0f0; }

.big-promo-box.big-promo-box--blue.big-promo-box--bordered .big-promo-box__cell {
  border-color: #e5f7fd; }

.big-promo-box.big-promo-box--blue.big-promo-box__no-link.big-promo-box--bordered .big-promo-box__cell.big-promo-box__cell--active {
  border-color: #00b0f0;
  background-color: #00b0f0; }

/*  promobox  */
.promobox {
  display: block;
  padding: 8% 12.5% 9.5%;
  text-decoration: none; }
  .lt-ie8 .promobox {
    background: url(/images/helper-transparent-bg.png) repeat left top; }

.promobox__row {
  position: relative;
  overflow: hidden;
  background: white; }

.promobox__bg {
  padding-top: 8.2%;
  width: 33.3333333333333333%;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0px solid #d9d9d9;
  border-right-width: 1px;
  background: transparent;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  z-index: 5; }
  .promobox__bg:last-child {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .promobox__bg.promobox__bg--3-1 {
    left: 0;
    border-left-width: 1px; }
  .promobox__bg.promobox__bg--3-2 {
    left: 33.3333333333333333333333333333%; }
  .promobox__bg.promobox__bg--3-3 {
    width: auto;
    right: 0;
    left: 66.666666666666666666666666666%; }
  .block--green .promobox__bg {
    border-color: #e4f2d9; }
  .block--blue .promobox__bg {
    border-color: #e5f7fd; }
  .block--magenta .promobox__bg {
    border-color: #f8d7eb; }
  .promobox__bg .box__btn {
    margin: 0;
    padding: 0 9.5% 9.5%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999; }
  .lt-ie8 .promobox__row .span:hover + .promobox__bg .btn,
  .promobox__row .span:hover + .promobox__bg .btn .btn__bg:after, .lt-ie8
  .promobox__row .span.hover + .promobox__bg .btn,
  .promobox__row .span.hover + .promobox__bg .btn .btn__bg:after {
    background: white; }

.promobox__bg--small {
  width: 25%; }
  .promobox__bg--small.promobox__bg--4-1 {
    left: 0;
    border-left-width: 1px; }
  .promobox__bg--small.promobox__bg--4-2 {
    left: 25%; }
  .promobox__bg--small.promobox__bg--4-3 {
    right: 0;
    left: 50%; }
  .promobox__bg--small.promobox__bg--4-4 {
    right: 0;
    left: 75%; }

/*  promobox typography  */
.promobox p, .promobox .h3, .promobox ul {
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease; }

.promobox p {
  margin-bottom: 0; }

.promobox .h1 {
  line-height: 1.3;
  font-size: 2.625em; }

.promobox .h3 {
  margin: 0 0 -0.8em;
  font-size: 1.5em; }

.promobox .list-styled, .promobox .generated-content ul, .generated-content .promobox ul,
.promobox .drop-list__text-inner ul, .drop-list__text-inner .promobox ul, .promobox .generated-content ol, .generated-content .promobox ol,
.promobox .drop-list__text-inner ol, .drop-list__text-inner .promobox ol {
  margin-top: 0;
  margin-bottom: 3.46em; }

.promobox .option-box {
  margin-bottom: 0.53em; }

.promobox__row .span:hover .promobox p, .promobox__row .span:hover .promobox .h3, .promobox__row .span:hover .promobox .h1,
.promobox__row .span.hover .promobox p,
.promobox__row .span.hover .promobox .h3,
.promobox__row .span.hover .promobox .h1 {
  color: white; }

.promobox__row .span:hover .promobox .list-styled li, .promobox__row .span:hover .promobox .generated-content ul li, .generated-content .promobox__row .span:hover .promobox ul li, .promobox__row .span:hover .promobox .drop-list__text-inner ul li, .drop-list__text-inner .promobox__row .span:hover .promobox ul li, .promobox__row .span:hover .promobox .generated-content ol li, .generated-content .promobox__row .span:hover .promobox ol li, .promobox__row .span:hover .promobox .drop-list__text-inner ol li, .drop-list__text-inner .promobox__row .span:hover .promobox ol li,
.promobox__row .span.hover .promobox .list-styled li,
.promobox__row .span.hover .promobox .generated-content ul li,
.generated-content .promobox__row .span.hover .promobox ul li,
.promobox__row .span.hover .promobox .drop-list__text-inner ul li,
.drop-list__text-inner .promobox__row .span.hover .promobox ul li,
.promobox__row .span.hover .promobox .generated-content ol li,
.generated-content .promobox__row .span.hover .promobox ol li,
.promobox__row .span.hover .promobox .drop-list__text-inner ol li,
.drop-list__text-inner .promobox__row .span.hover .promobox ol li {
  background-image: url(/images/list-bullet-white.png) !important;
  background-position: left center; }

.promobox__row .span:hover .promobox .list-icon--styled li,
.promobox__row .span.hover .promobox .list-icon--styled li {
  background-image: url(/images/check-symbol-white.png) !important;
  background-position: 0.3em 0.3em; }

.promobox__text {
  margin: 2em 0 3.46em !important; }

.promobox-small {
  padding: 8% 8% 16.5% !important; }
  .promobox-small h2 {
    height: 72px; }
  .promobox-small .list-styled, .promobox-small .generated-content ul, .generated-content .promobox-small ul,
  .promobox-small .drop-list__text-inner ul, .drop-list__text-inner .promobox-small ul, .promobox-small .generated-content ol, .generated-content .promobox-small ol,
  .promobox-small .drop-list__text-inner ol, .drop-list__text-inner .promobox-small ol {
    margin-bottom: 65px;
    margin-top: 65px; }

body.en .promobox-small .list-styled, body.en .promobox-small .generated-content ul, .generated-content body.en .promobox-small ul,
body.en .promobox-small .drop-list__text-inner ul, .drop-list__text-inner body.en .promobox-small ul, body.en .promobox-small .generated-content ol, .generated-content body.en .promobox-small ol,
body.en .promobox-small .drop-list__text-inner ol, .drop-list__text-inner body.en .promobox-small ol {
  margin-bottom: 65px;
  margin-top: 90px; }

.promobox--btn-large ul.list-styled, .promobox--btn-large .generated-content ul, .generated-content .promobox--btn-large ul,
.promobox--btn-large .drop-list__text-inner ul, .drop-list__text-inner .promobox--btn-large ul {
  margin-bottom: 4.46em; }

/*  promobox colors  */
.span:hover + .promobox__bg--blue,
.span.hover + .promobox__bg--blue {
  background: #00b0f0; }

.span:hover + .promobox__bg--green,
.span.hover + .promobox__bg--green {
  background: #7ac043; }

.span:hover + .promobox__bg--orange,
.span.hover + .promobox__bg--orange {
  background: #f68121; }

.span:hover + .promobox__bg--magenta,
.span.hover + .promobox__bg--magenta {
  background: #dc369a; }

/*  promobox invert  */
.promobox__row--invert .btn .btn__bg:after,
.lt-ie8 .promobox__row--invert .btn .btn__bg {
  background: white; }

.promobox__row--invert .btn--green {
  color: #7ac043; }

.promobox__row--invert .btn--blue {
  color: #00b0f0; }

.promobox__row--invert .btn--magenta {
  color: #dc369a; }

.promobox__row--invert .span:hover .btn,
.promobox__row--invert .span.hover .btn {
  color: black; }

/*  promobox icon  */
.promobox__row--icons .promobox .h3 {
  margin: 0 0 -0.15em; }

.promobox__row--icons .promobox__number {
  text-align: left; }

.promobox__row--icons .promobox__icon {
  padding-top: 6.5%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.promobox__row--icons .promobox__icon__inner {
  margin-right: 7.2%;
  width: 80px;
  height: 80px;
  float: right;
  background-image: url(/images/icons-primary.png);
  background-repeat: no-repeat; }
  @media screen and (max-width: 1400px) {
    .promobox__row--icons .promobox__icon__inner {
      padding-top: 20%;
      width: 20%;
      height: 0;
      background-size: 250%; } }

.icon-mrtg-ref .promobox__icon__inner {
  background-position: 0 0px; }
  @media screen and (max-width: 2000px) {
    .icon-mrtg-ref .promobox__icon__inner {
      background-position: 0 0%; } }

.span:hover + .promobox__bg .icon-mrtg-ref .promobox__icon__inner,
.promobox__bg:hover .icon-mrtg-ref .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .icon-mrtg-ref .promobox__icon__inner {
  background-position: right 0px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .icon-mrtg-ref .promobox__icon__inner,
    .promobox__bg:hover .icon-mrtg-ref .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .icon-mrtg-ref .promobox__icon__inner {
      background-position: right 0%; } }

.icon-mrtg-purp .promobox__icon__inner {
  background-position: 0 -80px; }
  @media screen and (max-width: 2000px) {
    .icon-mrtg-purp .promobox__icon__inner {
      background-position: 0 3.44761%; } }

.span:hover + .promobox__bg .icon-mrtg-purp .promobox__icon__inner,
.promobox__bg:hover .icon-mrtg-purp .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .icon-mrtg-purp .promobox__icon__inner {
  background-position: right -80px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .icon-mrtg-purp .promobox__icon__inner,
    .promobox__bg:hover .icon-mrtg-purp .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .icon-mrtg-purp .promobox__icon__inner {
      background-position: right 3.44761%; } }

.icon-mrtg-purp-non .promobox__icon__inner {
  background-position: 0 -480px; }
  @media screen and (max-width: 2000px) {
    .icon-mrtg-purp-non .promobox__icon__inner {
      background-position: 0 20.68566%; } }

.span:hover + .promobox__bg .icon-mrtg-purp-non .promobox__icon__inner,
.promobox__bg:hover .icon-mrtg-purp-non .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .icon-mrtg-purp-non .promobox__icon__inner {
  background-position: right -480px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .icon-mrtg-purp-non .promobox__icon__inner,
    .promobox__bg:hover .icon-mrtg-purp-non .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .icon-mrtg-purp-non .promobox__icon__inner {
      background-position: right 20.68566%; } }

.icon-sa .promobox__icon__inner {
  background-position: 0 -800px; }
  @media screen and (max-width: 2000px) {
    .icon-sa .promobox__icon__inner {
      background-position: 0 34.4761%; } }

.span:hover + .promobox__bg .icon-sa .promobox__icon__inner,
.promobox__bg:hover .icon-sa .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .icon-sa .promobox__icon__inner {
  background-position: right -800px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .icon-sa .promobox__icon__inner,
    .promobox__bg:hover .icon-sa .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .icon-sa .promobox__icon__inner {
      background-position: right 34.4761%; } }

.icon-sa-hit .promobox__icon__inner {
  background-position: 0 0px; }
  @media screen and (max-width: 2000px) {
    .icon-sa-hit .promobox__icon__inner {
      background-position: 0 0%; } }

.span:hover + .promobox__bg .icon-sa-hit .promobox__icon__inner,
.promobox__bg:hover .icon-sa-hit .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .icon-sa-hit .promobox__icon__inner {
  background-position: right 0px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .icon-sa-hit .promobox__icon__inner,
    .promobox__bg:hover .icon-sa-hit .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .icon-sa-hit .promobox__icon__inner {
      background-position: right 0%; } }

.icon-sa-hit .promobox__icon__inner {
  background-image: url(/images/icons-primary-3.png); }

.icon-term-deposit .promobox__icon__inner {
  background-position: 0 -960px; }
  @media screen and (max-width: 2000px) {
    .icon-term-deposit .promobox__icon__inner {
      background-position: 0 41.37132%; } }

.span:hover + .promobox__bg .icon-term-deposit .promobox__icon__inner,
.promobox__bg:hover .icon-term-deposit .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .icon-term-deposit .promobox__icon__inner {
  background-position: right -960px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .icon-term-deposit .promobox__icon__inner,
    .promobox__bg:hover .icon-term-deposit .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .icon-term-deposit .promobox__icon__inner {
      background-position: right 41.37132%; } }

.icon-sa-extra .promobox__icon__inner {
  background-position: 0 -880px; }
  @media screen and (max-width: 2000px) {
    .icon-sa-extra .promobox__icon__inner {
      background-position: 0 37.92371%; } }

.span:hover + .promobox__bg .icon-sa-extra .promobox__icon__inner,
.promobox__bg:hover .icon-sa-extra .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .icon-sa-extra .promobox__icon__inner {
  background-position: right -880px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .icon-sa-extra .promobox__icon__inner,
    .promobox__bg:hover .icon-sa-extra .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .icon-sa-extra .promobox__icon__inner {
      background-position: right 37.92371%; } }

.icon-insurance-travel .promobox__icon__inner {
  background-position: 0 -2000px; }
  @media screen and (max-width: 2000px) {
    .icon-insurance-travel .promobox__icon__inner {
      background-position: 0 86.19025%; } }

.span:hover + .promobox__bg .icon-insurance-travel .promobox__icon__inner,
.promobox__bg:hover .icon-insurance-travel .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .icon-insurance-travel .promobox__icon__inner {
  background-position: right -2000px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .icon-insurance-travel .promobox__icon__inner,
    .promobox__bg:hover .icon-insurance-travel .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .icon-insurance-travel .promobox__icon__inner {
      background-position: right 86.19025%; } }

.icon-insurance-expenses .promobox__icon__inner {
  background-position: 0 -2080px; }
  @media screen and (max-width: 2000px) {
    .icon-insurance-expenses .promobox__icon__inner {
      background-position: 0 89.63786%; } }

.span:hover + .promobox__bg .icon-insurance-expenses .promobox__icon__inner,
.promobox__bg:hover .icon-insurance-expenses .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .icon-insurance-expenses .promobox__icon__inner {
  background-position: right -2080px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .icon-insurance-expenses .promobox__icon__inner,
    .promobox__bg:hover .icon-insurance-expenses .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .icon-insurance-expenses .promobox__icon__inner {
      background-position: right 89.63786%; } }

.icon-insurance-card .promobox__icon__inner {
  background-position: 0 -2320px; }
  @media screen and (max-width: 2000px) {
    .icon-insurance-card .promobox__icon__inner {
      background-position: 0 99.98069%; } }

.span:hover + .promobox__bg .icon-insurance-card .promobox__icon__inner,
.promobox__bg:hover .icon-insurance-card .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .icon-insurance-card .promobox__icon__inner {
  background-position: right -2320px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .icon-insurance-card .promobox__icon__inner,
    .promobox__bg:hover .icon-insurance-card .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .icon-insurance-card .promobox__icon__inner {
      background-position: right 99.98069%; } }

.icon-loans-loan-car .promobox__icon__inner {
  background-position: 0 -640px; }
  @media screen and (max-width: 2000px) {
    .icon-loans-loan-car .promobox__icon__inner {
      background-position: 0 27.58088%; } }

.icon-loans-loan-car .promobox__icon__inner {
  background-image: url(/images/icons-primary-3.png); }

.icon-loans-loan .promobox__icon__inner {
  background-position: 0 -80px; }
  @media screen and (max-width: 2000px) {
    .icon-loans-loan .promobox__icon__inner {
      background-position: 0 3.44761%; } }

.icon-loans-loan .promobox__icon__inner {
  background-image: url(/images/icons-primary-3.png); }

.icon-loans-reloan .promobox__icon__inner {
  background-position: 0 -160px; }
  @media screen and (max-width: 2000px) {
    .icon-loans-reloan .promobox__icon__inner {
      background-position: 0 6.89522%; } }

.icon-loans-reloan .promobox__icon__inner {
  background-image: url(/images/icons-primary-3.png); }

.icon-loans-uploan .promobox__icon__inner {
  background-position: 0 -240px; }
  @media screen and (max-width: 2000px) {
    .icon-loans-uploan .promobox__icon__inner {
      background-position: 0 10.34283%; } }

.icon-loans-uploan .promobox__icon__inner {
  background-image: url(/images/icons-primary-3.png); }

.promobox__row--icons .icon-admin-11 .promobox__icon__inner, .promobox__row--icons .icon-admin-12 .promobox__icon__inner, .promobox__row--icons .icon-admin-13 .promobox__icon__inner, .promobox__row--icons .icon-admin-14 .promobox__icon__inner, .promobox__row--icons .icon-admin-15 .promobox__icon__inner, .promobox__row--icons .icon-admin-16 .promobox__icon__inner, .promobox__row--icons .icon-admin-17 .promobox__icon__inner, .promobox__row--icons .icon-admin-18 .promobox__icon__inner, .promobox__row--icons .icon-admin-19 .promobox__icon__inner, .promobox__row--icons .icon-admin-20 .promobox__icon__inner {
  background-image: url("/uploads/icons.png"); }

.promobox__row--icons .icon-admin-11 .promobox__icon__inner {
  background-position: 0 -800px; }
  @media screen and (max-width: 2000px) {
    .promobox__row--icons .icon-admin-11 .promobox__icon__inner {
      background-position: 0 34.4761%; } }

.span:hover + .promobox__bg .promobox__row--icons .icon-admin-11 .promobox__icon__inner,
.promobox__bg:hover .promobox__row--icons .icon-admin-11 .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-11 .promobox__icon__inner {
  background-position: right -800px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .promobox__row--icons .icon-admin-11 .promobox__icon__inner,
    .promobox__bg:hover .promobox__row--icons .icon-admin-11 .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-11 .promobox__icon__inner {
      background-position: right 34.4761%; } }

.promobox__row--icons .icon-admin-12 .promobox__icon__inner {
  background-position: 0 -880px; }
  @media screen and (max-width: 2000px) {
    .promobox__row--icons .icon-admin-12 .promobox__icon__inner {
      background-position: 0 37.92371%; } }

.span:hover + .promobox__bg .promobox__row--icons .icon-admin-12 .promobox__icon__inner,
.promobox__bg:hover .promobox__row--icons .icon-admin-12 .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-12 .promobox__icon__inner {
  background-position: right -880px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .promobox__row--icons .icon-admin-12 .promobox__icon__inner,
    .promobox__bg:hover .promobox__row--icons .icon-admin-12 .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-12 .promobox__icon__inner {
      background-position: right 37.92371%; } }

.promobox__row--icons .icon-admin-13 .promobox__icon__inner {
  background-position: 0 -960px; }
  @media screen and (max-width: 2000px) {
    .promobox__row--icons .icon-admin-13 .promobox__icon__inner {
      background-position: 0 41.37132%; } }

.span:hover + .promobox__bg .promobox__row--icons .icon-admin-13 .promobox__icon__inner,
.promobox__bg:hover .promobox__row--icons .icon-admin-13 .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-13 .promobox__icon__inner {
  background-position: right -960px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .promobox__row--icons .icon-admin-13 .promobox__icon__inner,
    .promobox__bg:hover .promobox__row--icons .icon-admin-13 .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-13 .promobox__icon__inner {
      background-position: right 41.37132%; } }

.promobox__row--icons .icon-admin-14 .promobox__icon__inner {
  background-position: 0 -1040px; }
  @media screen and (max-width: 2000px) {
    .promobox__row--icons .icon-admin-14 .promobox__icon__inner {
      background-position: 0 44.81893%; } }

.span:hover + .promobox__bg .promobox__row--icons .icon-admin-14 .promobox__icon__inner,
.promobox__bg:hover .promobox__row--icons .icon-admin-14 .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-14 .promobox__icon__inner {
  background-position: right -1040px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .promobox__row--icons .icon-admin-14 .promobox__icon__inner,
    .promobox__bg:hover .promobox__row--icons .icon-admin-14 .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-14 .promobox__icon__inner {
      background-position: right 44.81893%; } }

.promobox__row--icons .icon-admin-15 .promobox__icon__inner {
  background-position: 0 -1120px; }
  @media screen and (max-width: 2000px) {
    .promobox__row--icons .icon-admin-15 .promobox__icon__inner {
      background-position: 0 48.26654%; } }

.span:hover + .promobox__bg .promobox__row--icons .icon-admin-15 .promobox__icon__inner,
.promobox__bg:hover .promobox__row--icons .icon-admin-15 .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-15 .promobox__icon__inner {
  background-position: right -1120px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .promobox__row--icons .icon-admin-15 .promobox__icon__inner,
    .promobox__bg:hover .promobox__row--icons .icon-admin-15 .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-15 .promobox__icon__inner {
      background-position: right 48.26654%; } }

.promobox__row--icons .icon-admin-16 .promobox__icon__inner {
  background-position: 0 -1200px; }
  @media screen and (max-width: 2000px) {
    .promobox__row--icons .icon-admin-16 .promobox__icon__inner {
      background-position: 0 51.71415%; } }

.span:hover + .promobox__bg .promobox__row--icons .icon-admin-16 .promobox__icon__inner,
.promobox__bg:hover .promobox__row--icons .icon-admin-16 .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-16 .promobox__icon__inner {
  background-position: right -1200px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .promobox__row--icons .icon-admin-16 .promobox__icon__inner,
    .promobox__bg:hover .promobox__row--icons .icon-admin-16 .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-16 .promobox__icon__inner {
      background-position: right 51.71415%; } }

.promobox__row--icons .icon-admin-17 .promobox__icon__inner {
  background-position: 0 -1280px; }
  @media screen and (max-width: 2000px) {
    .promobox__row--icons .icon-admin-17 .promobox__icon__inner {
      background-position: 0 55.16176%; } }

.span:hover + .promobox__bg .promobox__row--icons .icon-admin-17 .promobox__icon__inner,
.promobox__bg:hover .promobox__row--icons .icon-admin-17 .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-17 .promobox__icon__inner {
  background-position: right -1280px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .promobox__row--icons .icon-admin-17 .promobox__icon__inner,
    .promobox__bg:hover .promobox__row--icons .icon-admin-17 .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-17 .promobox__icon__inner {
      background-position: right 55.16176%; } }

.promobox__row--icons .icon-admin-18 .promobox__icon__inner {
  background-position: 0 -1360px; }
  @media screen and (max-width: 2000px) {
    .promobox__row--icons .icon-admin-18 .promobox__icon__inner {
      background-position: 0 58.60937%; } }

.span:hover + .promobox__bg .promobox__row--icons .icon-admin-18 .promobox__icon__inner,
.promobox__bg:hover .promobox__row--icons .icon-admin-18 .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-18 .promobox__icon__inner {
  background-position: right -1360px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .promobox__row--icons .icon-admin-18 .promobox__icon__inner,
    .promobox__bg:hover .promobox__row--icons .icon-admin-18 .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-18 .promobox__icon__inner {
      background-position: right 58.60937%; } }

.promobox__row--icons .icon-admin-19 .promobox__icon__inner {
  background-position: 0 -1440px; }
  @media screen and (max-width: 2000px) {
    .promobox__row--icons .icon-admin-19 .promobox__icon__inner {
      background-position: 0 62.05698%; } }

.span:hover + .promobox__bg .promobox__row--icons .icon-admin-19 .promobox__icon__inner,
.promobox__bg:hover .promobox__row--icons .icon-admin-19 .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-19 .promobox__icon__inner {
  background-position: right -1440px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .promobox__row--icons .icon-admin-19 .promobox__icon__inner,
    .promobox__bg:hover .promobox__row--icons .icon-admin-19 .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-19 .promobox__icon__inner {
      background-position: right 62.05698%; } }

.promobox__row--icons .icon-admin-20 .promobox__icon__inner {
  background-position: 0 -1520px; }
  @media screen and (max-width: 2000px) {
    .promobox__row--icons .icon-admin-20 .promobox__icon__inner {
      background-position: 0 65.50459%; } }

.span:hover + .promobox__bg .promobox__row--icons .icon-admin-20 .promobox__icon__inner,
.promobox__bg:hover .promobox__row--icons .icon-admin-20 .promobox__icon__inner,
.mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-20 .promobox__icon__inner {
  background-position: right -1520px; }
  @media screen and (max-width: 2000px) {
    .span:hover + .promobox__bg .promobox__row--icons .icon-admin-20 .promobox__icon__inner,
    .promobox__bg:hover .promobox__row--icons .icon-admin-20 .promobox__icon__inner,
    .mrtg-special__navigation-item--active + .promobox__bg--green .promobox__row--icons .icon-admin-20 .promobox__icon__inner {
      background-position: right 65.50459%; } }

/*  promobox bordered  */
.promobox__row--bordered .promobox__bg {
  border: 2px solid transparent;
  border-left-width: 0;
  border-right-width: 2px; }
  .promobox__row--bordered .promobox__bg--orange {
    border-color: #fde6d3; }
  .promobox__row--bordered .promobox__bg--blue {
    border-color: #e5f7fd; }
  .promobox__row--bordered .promobox__bg--magenta {
    border-color: #f8d7eb; }

.promobox__row--bordered .span:first-child + .promobox__bg {
  border-left-width: 2px; }

/*  promobox number */
.promobox__number {
  text-align: right;
  display: block;
  white-space: nowrap; }
  .promobox__number .promobox__number__number {
    font-size: 3.875em;
    font-weight: normal;
    vertical-align: baseline;
    display: inline-block; }
  .promobox__number .promobox__number__text {
    font-size: 1.8125em;
    vertical-align: baseline;
    display: inline-block; }
  .promobox__number .promobox__number__prefix {
    font-size: 1.1875em;
    vertical-align: baseline;
    display: inline-block; }
  .promobox__number .promobox__number__unit {
    margin-left: 0.47em;
    display: inline-block; }
    .promobox__number .promobox__number__unit strong {
      font-size: 2.4375em;
      font-weight: normal;
      line-height: 1;
      position: relative;
      top: 0.2em; }
    .promobox__number .promobox__number__unit span {
      font-size: 0.875em; }

.promobox__number--interest .promobox__number__text {
  font-size: 1.1875em; }

.promobox-bigger {
  padding: 8% 12.5% 16.5%; }

.promobox-bigger__loan .promobox__number__number {
  font-size: 3em; }

.promobox__bg--mod.promobox__bg {
  z-index: 15; }
  .promobox__bg--mod.promobox__bg .box__btn {
    padding: 0 9.5% 7.5%; }
  .promobox__bg--mod.promobox__bg .promo-link {
    display: block;
    margin-top: 7px; }

/* Option box */
.option-box {
  margin-top: 3%;
  background-color: #fff; }
  .option-box .option-box__item {
    overflow: hidden; }
    .lt-ie8 .option-box .option-box__item {
      display: inline; }
  .option-box .option-box__box-link {
    position: relative;
    overflow: hidden;
    *zoom: 1;
    display: block;
    padding: 2.3423423423423424% 3.75%;
    text-decoration: none;
    -webkit-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease; }
  .option-box .option-box__content {
    position: relative;
    float: left;
    width: 92.7927927927928%;
    padding-left: 7.207207207207207%; }
    .option-box .option-box__content--noimage {
      padding-left: 0; }
    .option-box .option-box__content h1, .option-box .option-box__content h2, .option-box .option-box__content h3, .option-box .option-box__content h4 {
      margin: 0; }
    .option-box .option-box__content .option-box__content-link {
      margin-top: -12.5px;
      text-decoration: underline;
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 0; }
    .option-box .option-box__content .option-box__info-text {
      margin-bottom: 0; }
  .option-box .option-box__item:hover h1, .option-box .option-box__item:hover h2, .option-box .option-box__item:hover h3, .option-box .option-box__item:hover h4 {
    color: #fff; }
  .option-box .option-box__item:hover .option-box__content-link {
    text-decoration: underline;
    color: #fff; }

.option-box .option-box__icon {
  position: absolute;
  top: 28.14814814814815%;
  left: 3.75%;
  width: 46px;
  height: 48px;
  background-image: url(/images/icons-primary.png);
  background-repeat: no-repeat; }
  @media screen and (max-width: 1400px) {
    .option-box .option-box__icon {
      padding-top: 5%;
      width: 3.833333333333333%;
      height: 0;
      background-size: 434.78260869565217391304347826087%; } }

.option-box .icon--ob-hypo {
  background-position: 0 -400px; }

.option-box .icon--ob-carloan,
.option-box .icon--loans-loan-car {
  background-position: 0 -160px; }

.option-box .icon--ob-reloan-cash {
  background-position: 0 -240px; }

.option-box .icon--ob-reloan-for-car,
.option-box .icon--loans-reloan-car {
  background-position: 0 -320px; }

.option-box .icon--hypo-without {
  background-position: 0 -560px; }

.option-box .icon--hypo-fit {
  background-position: 0 -640px; }

.option-box .icon--hypo-cons {
  background-position: 0 -720px; }

.option-box .icon--insurance-justice {
  background-position: 0 -2160px; }

.option-box .icon--insurance-health {
  background-position: 0 -2240px; }

.option-box .icon--insurance-home {
  background-image: url(/images/icons-primary-2.png);
  background-position: 0 -640px; }

.option-box .icon--sa {
  background-image: url(/images/icons-primary-2.png);
  background-position: 0 -330px; }

.option-box .icon--sa-extra {
  background-image: url(/images/icons-primary-2.png);
  background-position: 0 -1200px; }

.option-box .icon--loans-loan {
  background-image: url(/images/icons-primary-3.png);
  background-position: 0 -320px; }

.option-box .icon--loans-reloan {
  background-image: url(/images/icons-primary-3.png);
  background-position: 0 -400px; }

.option-box .icon--loans-uploan {
  background-image: url(/images/icons-primary-3.png);
  background-position: 0 -480px; }

.option-box .icon--hypo-fit {
  background-position: 0 27.2%; }

.option-box .icon--hypo-cons {
  background-position: 0 30.61%; }

.option-box .icon--hypo-without {
  background-position: 0 23.8%; }

.option-box .icon--loans-kontokorent {
  background-image: url(/images/icons-primary-3.png);
  background-position: 0 -560px; }

@media screen and (max-width: 1400px) {
  .option-box .icon--ob-hypo {
    background-position: 0 16.8%; }
  .option-box .icon--ob-carloan,
  .option-box .icon--loans-loan-car {
    background-position: 0 6.794055201698513%; }
  .option-box .icon--ob-reloan-cash {
    background-position: 0 10.19108280254777%; }
  .option-box .icon--ob-reloan-for-car,
  .option-box .icon--loans-reloan-car {
    background-position: 0 13.588110403397026%; }
  .option-box .icon--hypo-without {
    background-position: 0 23.8095238%; }
  .option-box .icon--loans-kontokorent {
    background-position: 0 23.748333%; }
  .option-box .icon--hypo-fit {
    background-position: 0 27.2108843%; }
  .option-box .icon--hypo-cons {
    background-position: 0 30.6122448%; }
  .option-box .icon--insurance-justice {
    background-position: 0 92.0367347%; }
  .option-box .icon--insurance-health {
    background-position: 0 95.5380952%; }
  .option-box .icon--insurance-home {
    background-size: 358.695652%;
    background-position: 0 40.251572327%; }
  .option-box .icon--sa {
    background-size: 358.695652%;
    background-position: 0 20.8216981132%; }
  .option-box .icon--sa-extra {
    background-size: 358.695652%;
    background-position: 0 75.3016981132%; }
  .option-box .icon--loans-loan {
    background-position: 0 13.588110403%; }
  .option-box .icon--loans-reloan {
    background-position: 0 16.985138004%; }
  .option-box .icon--loans-uploan {
    background-position: 0 20.382165605%; } }

.option-box__item:hover .icon--ob-hypo {
  background-position: 100% -400px; }

.option-box__item:hover .icon--ob-carloan,
.option-box__item:hover .icon--loans-loan-car {
  background-position: 100% -160px; }

.option-box__item:hover .icon--ob-reloan-cash {
  background-position: 100% -240px; }

.option-box__item:hover .icon--ob-reloan-for-car,
.option-box__item:hover .icon--loans-reloan-car {
  background-position: 100% -320px; }

.option-box__item:hover .icon--hypo-without {
  background-position: 100% -560px; }

.option-box__item:hover .icon--loans-kontokorent {
  background-position: 100% -560px; }

.option-box__item:hover .icon--hypo-fit {
  background-position: 100% -640px; }

.option-box__item:hover .icon--hypo-cons {
  background-position: 100% -720px; }

.option-box__item:hover .icon--insurance-justice {
  background-position: 100% -2160px; }

.option-box__item:hover .icon--insurance-health {
  background-position: 100% -2240px; }

.option-box__item:hover .icon--insurance-home {
  background-position: 100% -640px; }

.option-box__item:hover .icon--sa {
  background-position: 100% -330px; }

.option-box__item:hover .icon--sa-extra {
  background-position: 100% -1200px; }

.option-box__item:hover .icon--loans-loan {
  background-position: 100% -320px; }

.option-box__item:hover .icon--loans-reloan {
  background-position: 100% -400px; }

.option-box__item:hover .icon--loans-uploan {
  background-position: 100% -480px; }

@media screen and (max-width: 1400px) {
  .option-box__item:hover .icon--ob-hypo {
    background-position: 103% 16.8%; }
  .option-box__item:hover .icon--ob-carloan,
  .option-box__item:hover .icon--loans-loan-car {
    background-position: 100% 6.794055201698513%; }
  .option-box__item:hover .icon--ob-reloan-cash {
    background-position: 100% 10.19108280254777%; }
  .option-box__item:hover .icon--ob-reloan-for-car,
  .option-box__item:hover .icon--loans-reloan-car {
    background-position: 100% 13.588110403397026%; }
  .option-box__item:hover .icon--hypo-without {
    background-position: 100% 23.8095238%; }
  .option-box__item:hover .icon--loans-kontokorent {
    background-position: 100% 23.748333%; }
  .option-box__item:hover .icon--hypo-fit {
    background-position: 100% 27.2108843%; }
  .option-box__item:hover .icon--hypo-cons {
    background-position: 100% 30.6122448%; }
  .option-box__item:hover .icon--insurance-justice {
    background-position: 100% 92.0367347%; }
  .option-box__item:hover .icon--insurance-health {
    background-position: 100% 95.5380952%; }
  .option-box__item:hover .icon--insurance-home {
    background-position: 100% 40.251572327%; }
  .option-box__item:hover .icon--sa {
    background-position: 100% 20.8216981132%; }
  .option-box__item:hover .icon--sa-extra {
    background-position: 100% 75.301698113%; }
  .option-box__item:hover .icon--loans-loan {
    background-position: 100% 13.588110403%; }
  .option-box__item:hover .icon--loans-reloan {
    background-position: 100% 16.985138004%; }
  .option-box__item:hover .icon--loans-uploan {
    background-position: 100% 20.382165605%; } }

.option-box .option-box__icon.icon--admin-1, .option-box .option-box__icon.icon--admin-2, .option-box .option-box__icon.icon--admin-3, .option-box .option-box__icon.icon--admin-4, .option-box .option-box__icon.icon--admin-5, .option-box .option-box__icon.icon--admin-6, .option-box .option-box__icon.icon--admin-7, .option-box .option-box__icon.icon--admin-8, .option-box .option-box__icon.icon--admin-9, .option-box .option-box__icon.icon--admin-10, .option-box .option-box__icon.icon--admin-11, .option-box .option-box__icon.icon--admin-12, .option-box .option-box__icon.icon--admin-13, .option-box .option-box__icon.icon--admin-14, .option-box .option-box__icon.icon--admin-15, .option-box .option-box__icon.icon--admin-16, .option-box .option-box__icon.icon--admin-17, .option-box .option-box__icon.icon--admin-18, .option-box .option-box__icon.icon--admin-19, .option-box .option-box__icon.icon--admin-20 {
  background-image: url("/uploads/icons.png"); }

.option-box .option-box__icon.icon--admin-1 {
  background-position: 0 0; }

.option-box .option-box__icon.icon--admin-2 {
  background-position: 0 -80px; }

.option-box .option-box__icon.icon--admin-3 {
  background-position: 0 -160px; }

.option-box .option-box__icon.icon--admin-4 {
  background-position: 0 -240px; }

.option-box .option-box__icon.icon--admin-5 {
  background-position: 0 -320px; }

.option-box .option-box__icon.icon--admin-6 {
  background-position: 0 -400px; }

.option-box .option-box__icon.icon--admin-7 {
  background-position: 0 -480px; }

.option-box .option-box__icon.icon--admin-8 {
  background-position: 0 -560px; }

.option-box .option-box__icon.icon--admin-9 {
  background-position: 0 -640px; }

.option-box .option-box__icon.icon--admin-10 {
  background-position: 0 -720px; }

.option-box .option-box__icon.icon--admin-11 {
  background-position: 0 -800px; }

.option-box .option-box__icon.icon--admin-12 {
  background-position: 0 -880px; }

.option-box .option-box__icon.icon--admin-13 {
  background-position: 0 -960px; }

.option-box .option-box__icon.icon--admin-14 {
  background-position: 0 -1040px; }

.option-box .option-box__icon.icon--admin-15 {
  background-position: 0 -1120px; }

.option-box .option-box__icon.icon--admin-16 {
  background-position: 0 -1200px; }

.option-box .option-box__icon.icon--admin-17 {
  background-position: 0 -1280px; }

.option-box .option-box__icon.icon--admin-18 {
  background-position: 0 -1360px; }

.option-box .option-box__icon.icon--admin-19 {
  background-position: 0 -1440px; }

.option-box .option-box__icon.icon--admin-20 {
  background-position: 0 -1520px; }

@media screen and (max-width: 1400px) {
  .option-box .option-box__icon.icon--admin-1 {
    background-position: 0 0; }
  .option-box .option-box__icon.icon--admin-2 {
    background-position: 0 3.3333333333%; }
  .option-box .option-box__icon.icon--admin-3 {
    background-position: 0 6.766667%; }
  .option-box .option-box__icon.icon--admin-4 {
    background-position: 0 10.2%; }
  .option-box .option-box__icon.icon--admin-5 {
    background-position: 0 13.633333%; }
  .option-box .option-box__icon.icon--admin-6 {
    background-position: 0 17.066667%; }
  .option-box .option-box__icon.icon--admin-7 {
    background-position: 0 20.4%; }
  .option-box .option-box__icon.icon--admin-8 {
    background-position: 0 23.933333%; }
  .option-box .option-box__icon.icon--admin-9 {
    background-position: 0 27.266667%; }
  .option-box .option-box__icon.icon--admin-10 {
    background-position: 0 30.7%; }
  .option-box .option-box__icon.icon--admin-11 {
    background-position: 0 33.3333333333%; }
  .option-box .option-box__icon.icon--admin-12 {
    background-position: 0 36.6666666667%; }
  .option-box .option-box__icon.icon--admin-13 {
    background-position: 0 40%; }
  .option-box .option-box__icon.icon--admin-14 {
    background-position: 0 43.3333333333%; }
  .option-box .option-box__icon.icon--admin-15 {
    background-position: 0 46.6666666667%; }
  .option-box .option-box__icon.icon--admin-16 {
    background-position: 0 50%; }
  .option-box .option-box__icon.icon--admin-17 {
    background-position: 0 53.3333333333%; }
  .option-box .option-box__icon.icon--admin-18 {
    background-position: 0 56.6666666667%; }
  .option-box .option-box__icon.icon--admin-19 {
    background-position: 0 60%; }
  .option-box .option-box__icon.icon--admin-20 {
    background-position: 0 63.3333333333%; } }

.option-box__item:hover .icon--admin-1 {
  background-position: 100% 0; }

.option-box__item:hover .icon--admin-2 {
  background-position: 100% -80px; }

.option-box__item:hover .icon--admin-3 {
  background-position: 100% -160px; }

.option-box__item:hover .icon--admin-4 {
  background-position: 100% -240px; }

.option-box__item:hover .icon--admin-5 {
  background-position: 100% -320px; }

.option-box__item:hover .icon--admin-6 {
  background-position: 100% -400px; }

.option-box__item:hover .icon--admin-7 {
  background-position: 100% -480px; }

.option-box__item:hover .icon--admin-8 {
  background-position: 100% -560px; }

.option-box__item:hover .icon--admin-9 {
  background-position: 100% -640px; }

.option-box__item:hover .icon--admin-10 {
  background-position: 100% -720px; }

.option-box__item:hover .icon--admin-11 {
  background-position: 100% -800px; }

.option-box__item:hover .icon--admin-12 {
  background-position: 100% -880px; }

.option-box__item:hover .icon--admin-13 {
  background-position: 100% -960px; }

.option-box__item:hover .icon--admin-14 {
  background-position: 100% -1040px; }

.option-box__item:hover .icon--admin-15 {
  background-position: 100% -1120px; }

.option-box__item:hover .icon--admin-16 {
  background-position: 100% -1200px; }

.option-box__item:hover .icon--admin-17 {
  background-position: 100% -1280px; }

.option-box__item:hover .icon--admin-18 {
  background-position: 100% -1360px; }

.option-box__item:hover .icon--admin-19 {
  background-position: 100% -1440px; }

.option-box__item:hover .icon--admin-20 {
  background-position: 100% -1520px; }

@media screen and (max-width: 1400px) {
  .option-box__item:hover .icon--admin-1 {
    background-position: 100% 0; }
  .option-box__item:hover .icon--admin-2 {
    background-position: 100% 3.3333333333%; }
  .option-box__item:hover .icon--admin-3 {
    background-position: 100% 6.766667%; }
  .option-box__item:hover .icon--admin-4 {
    background-position: 100% 10.2%; }
  .option-box__item:hover .icon--admin-5 {
    background-position: 100% 13.633333%; }
  .option-box__item:hover .icon--admin-6 {
    background-position: 100% 17.066667%; }
  .option-box__item:hover .icon--admin-7 {
    background-position: 100% 20.4%; }
  .option-box__item:hover .icon--admin-8 {
    background-position: 100% 23.933333%; }
  .option-box__item:hover .icon--admin-9 {
    background-position: 100% 27.266667%; }
  .option-box__item:hover .icon--admin-10 {
    background-position: 100% 30.7%; }
  .option-box__item:hover .icon--admin-11 {
    background-position: 100% 33.3333333333%; }
  .option-box__item:hover .icon--admin-12 {
    background-position: 100% 36.6666666667%; }
  .option-box__item:hover .icon--admin-13 {
    background-position: 100% 40%; }
  .option-box__item:hover .icon--admin-14 {
    background-position: 100% 43.3333333333%; }
  .option-box__item:hover .icon--admin-15 {
    background-position: 100% 46.6666666667%; }
  .option-box__item:hover .icon--admin-16 {
    background-position: 100% 50%; }
  .option-box__item:hover .icon--admin-17 {
    background-position: 100% 53.3333333333%; }
  .option-box__item:hover .icon--admin-18 {
    background-position: 100% 56.6666666667%; }
  .option-box__item:hover .icon--admin-19 {
    background-position: 100% 60%; }
  .option-box__item:hover .icon--admin-20 {
    background-position: 100% 63.3333333333%; } }

.option-box--orange .option-box__box-link {
  border-bottom: 1px solid #fde6d3; }
  .option-box--orange .option-box__box-link:hover {
    background-color: #f68121; }

.option-box--green .option-box__box-link {
  border-bottom: 1px solid #e4f2d9; }
  .option-box--green .option-box__box-link:hover {
    background-color: #7ac043; }

.option-box--blue .option-box__box-link {
  border-bottom: 1px solid #e5f7fd; }
  .option-box--blue .option-box__box-link:hover {
    background-color: #00b0f0; }

.option-box--magenta .option-box__box-link {
  border-bottom: 1px solid #f8d7eb; }
  .option-box--magenta .option-box__box-link:hover {
    background-color: #dc369a; }

.option-box--savings {
  width: 86%;
  height: 70px;
  margin: 40px auto 60px auto;
  padding: 0 20px 0 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e5f7fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .option-box--savings h4 {
    margin: 0;
    font-weight: bold;
    font-size: 1.25em; }
  .option-box--savings p {
    margin: 0 auto 0 0;
    font-size: 1.125em; }
  .option-box--savings p.box__btn {
    margin: 0;
    font-size: 1em; }
  .option-box--savings .option-box--badge {
    margin-left: 7px;
    margin-right: auto;
    margin-top: 4px;
    padding: 0 6px 1px 6px;
    font-weight: normal;
    display: inline-block;
    color: #ffffff;
    background-color: #00b0f0;
    font-size: 0.625em;
    border-radius: 8px; }

.news__rss {
  margin-bottom: 3%;
  text-align: right; }

.news__rss-link {
  display: inline-block;
  padding-left: 30px;
  background: url("/images/news-rss.png") no-repeat 0 50%;
  color: #f68121; }

.news ul li {
  background-image: url(/images/list-bullet-blue.png);
  padding: 0 0 0 1.94em;
  background-repeat: no-repeat;
  background-size: 0.9412em;
  background-position: left top 10px; }

.news__list-item {
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 1px solid #e3e3e3; }
  .news__list-item:last-child {
    border: 0; }

.news__list-item-date {
  font-size: 0.875em;
  color: #ababab; }

.news__list-item-title {
  margin-top: 0;
  margin-bottom: 0.3em; }
  .news__list-item-title a {
    text-decoration: underline;
    -webkit-transition: color 100ms ease-in-out;
    -o-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out; }
    .news__list-item-title a:hover {
      color: #00b0f0; }

.news__link-more {
  margin-bottom: 0; }
  .news__link-more a {
    color: #00b0f0; }

.news__detail-date {
  font-size: 0.875em;
  color: #ababab; }

.news__detail-title {
  margin-top: 0;
  margin-bottom: 0.3em; }

.news__detail-attachment {
  margin-bottom: 3%; }
  .news__detail-attachment .news__detail-attachment-title {
    margin-top: 0;
    margin-bottom: 0.3em; }

.news__detail-social > div {
  display: inline-block;
  vertical-align: top; }

.news__detail-back {
  margin-top: 1em; }

#news__detail-social--twitter {
  margin-right: 1em; }

.news__print-pack {
  padding: 0 15px; }
  .news__print-pack p:last-child {
    margin-bottom: 2em; }

.help-list {
  width: 100%;
  border-top: 1px solid #d9d9d9; }
  .help-list--title {
    margin: 0;
    font-size: 1.25em; }
    .help-list--title a {
      display: block;
      padding: 1% 2%;
      text-decoration: none;
      border-bottom: 1px solid #d9d9d9;
      background: url("/images/drop-list-dart-gray-right.png") no-repeat 100% 50%; }
      .help-list--title a:hover {
        background-color: #00b0f0;
        color: #ffffff; }

.lead-form-box {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .lead-form-box .lead-form-box__control input.placeholder {
    color: #424242; }
  .lead-form-box .lead-form-box__control input:-moz-placeholder {
    color: #424242; }
  .lead-form-box .lead-form-box__control input::-moz-placeholder {
    color: #424242; }
  .lead-form-box .lead-form-box__control input:-ms-input-placeholder {
    color: #424242; }
  .lead-form-box .lead-form-box__control input::-webkit-input-placeholder {
    color: #424242; }
  .lead-form-box .lead-form-box__form {
    display: block;
    width: 100%; }
  .lead-form-box .lead-form-box__input-wrapper {
    width: 100%;
    margin-bottom: 6px; }
    .lead-form-box .lead-form-box__input-wrapper .lead-form-box__label {
      display: none; }
    .lead-form-box .lead-form-box__input-wrapper .lead-form-box__control {
      width: 100%; }
      .lead-form-box .lead-form-box__input-wrapper .lead-form-box__control input {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-color: transparent; }
    .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-wrapper--alert .lead-form-box__control input {
      background-image: url(/images/input-alert.png);
      background-position: 95% 50%;
      background-repeat: no-repeat; }
    .lead-form-box .lead-form-box__input-wrapper .lead-form-box__alert {
      font-size: 0.75em;
      text-align: right;
      color: #c30000; }
    .lead-form-box .lead-form-box__input-wrapper.lead-form-box__control-select {
      margin-top: 17px;
      margin-bottom: 17px; }
      .lead-form-box .lead-form-box__input-wrapper.lead-form-box__control-select .lead-form-box__label {
        display: block; }
      .lead-form-box .lead-form-box__input-wrapper.lead-form-box__control-select select {
        width: 100%; }
      .lead-form-box .lead-form-box__input-wrapper.lead-form-box__control-select .lead-form-box__control + .lead-form-box__control {
        margin-top: 6px; }
    .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-radio {
      margin-top: -6%; }
      .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-radio .radio {
        margin-bottom: 6%;
        margin-right: 5%; }
        @media screen and (max-width: 1000px) {
          .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-radio .radio {
            margin-bottom: 9%; } }
        .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-radio .radio:last-of-type {
          margin-right: 0; }
    .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-radio-with-label {
      margin-top: 6%; }
      .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-radio-with-label .radio {
        margin-bottom: 6%;
        margin-right: 5%; }
        @media screen and (max-width: 1000px) {
          .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-radio-with-label .radio {
            margin-bottom: 9%; } }
        .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-radio-with-label .radio:last-of-type {
          margin-right: 0; }
      .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-radio-with-label .lead-form-box__label {
        display: block; }
      .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-radio-with-label.lead-form-box__input-wrapper--alert .radio__check {
        border-color: #c30000;
        border-width: 2px; }
      .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-radio-with-label.lead-form-box__input-wrapper--alert .lead-form-box__alert {
        text-align: left; }
    .lead-form-box .lead-form-box__input-wrapper.lead-form-box__input-checkbox {
      margin-top: 22px; }
  .lead-form-box .lead-form-box__form--corporate .lead-form-box__input-radio {
    margin-top: 20px; }
    .lead-form-box .lead-form-box__form--corporate .lead-form-box__input-radio .radio.radio--checked .radio__check:after {
      background: black; }
    .lt-ie8 .lead-form-box .lead-form-box__form--corporate .lead-form-box__input-radio .radio.radio--checked .radio__check {
      background-image: url(/images/helper-radio-bg-black.png); }
  .lead-form-box .lead-form-box__form-ok {
    padding: 0 0 0 11px;
    color: #ffffff; }
  .lead-form-box .lead-form-box__terms {
    line-height: 1.2;
    font-size: 0.75em;
    text-align: center; }
  @media screen and (max-width: 800px) {
    .lead-form-box .btn {
      font-size: 1.1em; } }
  .lead-form-box.lead-form-box--modal {
    width: 100%; }
    .lead-form-box.lead-form-box--modal .lead-form-box__inner {
      padding: 8.720930232558139%; }
    .lead-form-box.lead-form-box--modal h2 {
      line-height: 1.3;
      margin: 0;
      padding: 8.72093% 8.72093% 0; }
    .lead-form-box.lead-form-box--modal .btn {
      margin-top: 30px;
      margin-bottom: 12px; }
    .lead-form-box.lead-form-box--modal .lead-form-box__loader {
      display: none;
      margin-top: 30px;
      margin-bottom: 12px; }
    .lead-form-box.lead-form-box--modal .lead-form-box__form-ok {
      padding: 0; }
  .lead-form-box.lead-form-box--static {
    float: right;
    width: 89.58333333333334%;
    position: relative; }
    .lead-form-box.lead-form-box--static .lead-form-box__inner {
      padding: 8.720930232558139%; }
    .lead-form-box.lead-form-box--static h2 {
      line-height: 1.3;
      margin: 0;
      padding: 8.72093% 8.72093% 0; }
    .lead-form-box.lead-form-box--static .btn {
      margin-top: 30px;
      margin-bottom: 12px; }
    .lead-form-box.lead-form-box--static .lead-form-box__loader {
      display: none;
      margin-top: 30px;
      margin-bottom: 12px; }
    .lead-form-box.lead-form-box--static .lead-form-box__form-ok {
      padding: 0; }
  .lead-form-box.lead-form-box--iframe {
    width: 340px;
    font-size: 90%;
    margin: 10px;
    position: relative; }
    .lead-form-box.lead-form-box--iframe .lead-form-box__inner {
      padding: 20px; }
    .lead-form-box.lead-form-box--iframe h2 {
      font-size: 18px;
      font-weight: bold; }
    .lead-form-box.lead-form-box--iframe .btn {
      margin-top: 10px;
      margin-bottom: 12px;
      margin-right: 10px;
      float: right; }
    .lead-form-box.lead-form-box--iframe .lead-form-box__loader {
      display: none;
      margin-top: 30px;
      margin-bottom: 12px; }
    .lead-form-box.lead-form-box--iframe .lead-form-box__form-ok {
      padding: 0; }
  .lead-form-box.lead-form-box--popup {
    z-index: 99999;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 320px;
    -webkit-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
    .lead-form-box.lead-form-box--popup .lead-form-box--popup__close {
      position: absolute;
      top: 21px;
      right: 19px;
      width: 17px;
      height: 13px;
      text-indent: -9999px;
      background-color: #000;
      color: #ffffff;
      -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 0.3s ease-in-out;
      -o-transition: opacity 200ms ease-in-out, -o-transform 0.3s ease-in-out;
      transition: opacity 200ms ease-in-out, -webkit-transform 0.3s ease-in-out;
      -o-transition: opacity 200ms ease-in-out, transform 0.3s ease-in-out;
      transition: opacity 200ms ease-in-out, transform 0.3s ease-in-out;
      transition: opacity 200ms ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      background: url(/images/popup-dart.png) no-repeat 0 0; }
    .lead-form-box.lead-form-box--popup.lead-form-box--open .lead-form-box--popup__close {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .lead-form-box.lead-form-box--popup.lead-form-box--hidden {
      opacity: 0;
      height: 0; }
    .lead-form-box.lead-form-box--popup h2 {
      margin: 0;
      padding: 15px 49px 10px 61px;
      font-size: 19px;
      line-height: 26px;
      color: #ffffff;
      background: url(/images/handset.png) 7% 50% no-repeat;
      cursor: pointer; }
    .lead-form-box.lead-form-box--popup .lead-form-box__inner {
      height: 0;
      padding: 0 49px;
      overflow: hidden;
      -webkit-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
    .lead-form-box.lead-form-box--popup .lead-form-box__control-select .lead-form-box__label {
      color: #ffffff; }
    .lead-form-box.lead-form-box--popup .lead-form-box__terms {
      margin-bottom: 15px;
      font-size: 0.6875em;
      color: #fff; }
      .lead-form-box.lead-form-box--popup .lead-form-box__terms a {
        color: #fff; }
    .lead-form-box.lead-form-box--popup .block.ta-center {
      padding-bottom: 30px; }
    .lead-form-box.lead-form-box--popup .lead-form-box__loader {
      display: none;
      margin-bottom: 12px; }
  .lead-form-box.lead-form-box--contact {
    padding: 0 7%; }
    .lead-form-box.lead-form-box--contact h2 {
      margin: 7% 0 9%;
      text-align: center; }
    .lead-form-box.lead-form-box--contact .lead-form-box__form {
      padding: 0; }
    .lead-form-box.lead-form-box--contact .lead-form-box__input-wrapper .lead-form-box__label {
      display: inline-block;
      width: 29%; }
    .lead-form-box.lead-form-box--contact .lead-form-box__input-wrapper .lead-form-box__control {
      display: inline-block;
      width: 71%; }
    .lead-form-box.lead-form-box--contact .lead-form-box__input-wrapper.lead-form-box__control-select .lead-form-box__label {
      width: 100%; }
    .lead-form-box.lead-form-box--contact .lead-form-box__input-wrapper.lead-form-box__control-select .lead-form-box__control {
      width: 100%; }
    .lead-form-box.lead-form-box--contact .lead-form-box__terms {
      color: #fff; }
      .lead-form-box.lead-form-box--contact .lead-form-box__terms a {
        color: #fff; }
    .lead-form-box.lead-form-box--contact .btn {
      margin-top: 4%;
      margin-bottom: 4%; }
    .lead-form-box.lead-form-box--contact .lead-form-box__loader {
      display: none; }
  .lead-form-box.lead-form-box--blue {
    background-color: #00b0f0; }
  .lead-form-box.lead-form-box--light-blue {
    background-color: #e5f7fd; }
    .lead-form-box.lead-form-box--light-blue .lead-form-box__form-ok {
      color: black; }
  .lead-form-box.lead-form-box--light-grey {
    background-color: #f9f9f9; }
    .lead-form-box.lead-form-box--light-grey .lead-form-box__form-ok {
      color: black; }
  .lead-form-box.lead-form-box--orange {
    background-color: #f68121; }
  .lead-form-box.lead-form-box--gray {
    background-color: #e3e3e3; }
  .lead-form-box.lead-form-box--green {
    background-color: #7ac043; }
  .lead-form-box.lead-form-box--magenta {
    background-color: #dc369a; }
  .lead-form-box.lead-form-box--transparent {
    background-color: transparent; }
  .lead-form-box.lead-form-box--gray h2 {
    color: black; }
  .lead-form-box.lead-form-box--gray p {
    color: black; }

.lead-form-box--hidden-closed .lead-form-box {
  height: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.lead-form-box--hidden-closed .lead-form-box.lead-form-box--open {
  height: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.form-gray .lead-form-box.lead-form-box--blue {
  background-color: #ababab; }

/*  information bar  */
.info-bar {
  padding: 3.24em 0 0;
  height: 0;
  font-size: 1.875em;
  position: relative; }
  .info-bar .info-bar__holder {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    color: white;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .info-bar .info-bar__holder.info-bar__holder--snap {
      position: fixed; }
      .info-bar .info-bar__holder.info-bar__holder--snap .info-bar__close {
        display: block; }
  .info-bar .info-bar__inner {
    padding: 0.87em 3.77em 0.87em 0.87em;
    text-align: center; }
  .info-bar .info-bar__close {
    margin: -0.8em -0.8em 0 0;
    width: 1.6em;
    height: 1.6em;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6em;
    display: none;
    position: absolute;
    top: 50%;
    right: 1.866667em;
    color: white;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
    .info-bar .info-bar__close span {
      font-size: 1.1em;
      position: relative;
      top: -0.03em; }

/*  colors  */
.info-bar--green .info-bar__holder {
  background: #7ac043; }

.info-bar--green .info-bar__close {
  background: #91cb64; }
  .info-bar--green .info-bar__close:hover {
    background: #a4d47f; }

.info-bar--orange .info-bar__holder {
  background: #f68121; }

.info-bar--orange .info-bar__close {
  background: #f29c56; }
  .info-bar--orange .info-bar__close:hover {
    background: #f5af77; }

.reloan-calc {
  overflow: hidden;
  *zoom: 1;
  margin-top: 5%;
  padding: 0 8.333333333333332%; }
  .reloan-calc .reloan-calc__entry {
    float: left;
    width: 71.5%; }
    .reloan-calc .reloan-calc__entry .reloan-calc__control-wrapper {
      margin-bottom: 8px; }
      .reloan-calc .reloan-calc__entry .reloan-calc__control-wrapper .reloan-calc__label {
        width: 52.44755244755245%;
        display: inline-block;
        vertical-align: middle; }
      .reloan-calc .reloan-calc__entry .reloan-calc__control-wrapper .reloan-calc__control {
        width: 47.55244755244755%;
        vertical-align: top;
        display: inline-block; }
      .reloan-calc .reloan-calc__entry .reloan-calc__control-wrapper.reloan-calc__control-wrapper__row1 .reloan-calc__control input[type="text"] {
        width: 40%; }
      .reloan-calc .reloan-calc__entry .reloan-calc__control-wrapper.reloan-calc__control-wrapper__row2 .reloan-calc__control input[type="text"] {
        width: 18%; }
      .reloan-calc .reloan-calc__entry .reloan-calc__control-wrapper.reloan-calc__control-wrapper__row3 .reloan-calc__control select:first-of-type {
        width: 48%; }
      .reloan-calc .reloan-calc__entry .reloan-calc__control-wrapper.reloan-calc__control-wrapper__row3 .reloan-calc__control select:last-of-type {
        width: 29%; }
      .reloan-calc .reloan-calc__entry .reloan-calc__control-wrapper.reloan-calc__control-wrapper__row4 .reloan-calc__control input[type="text"] {
        width: 40%; }
      .reloan-calc .reloan-calc__entry .reloan-calc__control-wrapper.reloan-calc__control-wrapper__row5 .reloan-calc__control span {
        display: inline-block;
        width: 49%; }
  .reloan-calc .reloan-calc__calculate {
    margin-top: 3.8em;
    float: left;
    width: 28.5%; }
  .reloan-calc .reloan-calc__output {
    float: left;
    width: 28.5%; }
    .reloan-calc .reloan-calc__output h4 {
      margin: 0;
      font-size: 1.1875em;
      font-weight: bold;
      line-height: 1.35; }
    .reloan-calc .reloan-calc__output .reloan-calc__save {
      margin-bottom: 0.23em;
      font-size: 3.5em;
      font-weight: bold;
      line-height: 1.2;
      white-space: nowrap; }
    .reloan-calc .reloan-calc__output .reloan-calc__info {
      line-height: 1.3; }
      .reloan-calc .reloan-calc__output .reloan-calc__info span {
        color: #707070; }
    .reloan-calc .reloan-calc__output p:last-of-type {
      margin-bottom: 0; }

.saving-calc {
  width: 83%;
  margin: 0 auto; }
  .saving-calc .saving-calc__row {
    margin-bottom: 15px; }
    .lt-ie8 .saving-calc .saving-calc__row {
      height: 55px; }
    .saving-calc .saving-calc__row.saving-calc__row--1 input[type="text"] {
      width: 20%;
      font-weight: bold; }
    .saving-calc .saving-calc__row.saving-calc__row--1 select {
      width: 10%;
      font-weight: bold; }
    .saving-calc .saving-calc__row .saving-calc__dragger-wrapper {
      display: inline-block;
      width: 77.5%; }
      .lt-ie8 .saving-calc .saving-calc__row .saving-calc__dragger-wrapper {
        display: inline;
        zoom: 1; }
      .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger {
        position: relative;
        width: 100%; }
        .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger .saving-calc__dragger-fragment {
          display: inline-block;
          height: 9px;
          cursor: pointer;
          width: 12.5%;
          background: #ababab url(/images/dot.png) repeat-y 0 100%; }
          .lt-ie8 .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger .saving-calc__dragger-fragment {
            width: 12.4%;
            display: inline;
            zoom: 1; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger .saving-calc__dragger-fragment:last-of-type {
            border-radius: 0 4px 4px 0; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger .saving-calc__dragger-fragment:first-of-type {
            border-left: 0;
            border-radius: 4px 0 0 4px; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger .saving-calc__dragger-fragment.saving-calc__dragger-fragment--selected {
            background-color: #dc369a; }
        .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger .saving-calc__dragger-handle {
          position: absolute;
          top: -5px;
          left: 0;
          width: 30px;
          height: 30px; }
          .lt-ie8 .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger .saving-calc__dragger-handle {
            top: -14px; }
        .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger .saving-calc__dragger-circle {
          width: 30px;
          height: 30px;
          border: 4px solid #fff;
          border-radius: 20px;
          background-color: #dc369a;
          cursor: pointer;
          margin-left: -15px; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger .saving-calc__dragger-circle:hover {
            background-color: #e461b0; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger .saving-calc__dragger-circle:active {
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 5px 5px 15px -3px inset;
            box-shadow: rgba(0, 0, 0, 0.75) 5px 5px 15px -3px inset; }
      .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels {
        position: relative;
        margin: 14px 0 65px 0; }
        .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label {
          cursor: pointer;
          position: absolute;
          font-size: 1.1875em;
          font-weight: bold;
          color: #ababab; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label span {
            font-size: 0.875em; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label.saving-calc__dragger-label-1 {
            left: 0; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label.saving-calc__dragger-label-2 {
            left: 11.5%; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label.saving-calc__dragger-label-3 {
            left: 23.9%; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label.saving-calc__dragger-label-4 {
            left: 36.3%; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label.saving-calc__dragger-label-5 {
            left: 48%; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label.saving-calc__dragger-label-6 {
            left: 61.5%; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label.saving-calc__dragger-label-7 {
            left: 73.9%; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label.saving-calc__dragger-label-8 {
            left: 86.3%; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label.saving-calc__dragger-label-9 {
            left: 98%; }
          .saving-calc .saving-calc__row .saving-calc__dragger-wrapper .saving-calc__dragger-labels .saving-calc__dragger-label.saving-calc__dragger-label--selected {
            color: #dc369a; }
  .saving-calc .saving-calc__label {
    display: inline-block;
    width: 22.5%; }
    .lt-ie8 .saving-calc .saving-calc__label {
      display: inline;
      zoom: 1; }
  .saving-calc .saving-calc__control {
    display: inline-block;
    width: 77.5%; }
    .saving-calc .saving-calc__control input {
      width: 130px; }
    .lt-ie8 .saving-calc .saving-calc__control {
      display: inline;
      zoom: 1; }
    .saving-calc .saving-calc__control--depositCurrency select {
      margin-left: 0.5em; }
  .saving-calc .saving-calc__table {
    width: 100%; }
    .saving-calc .saving-calc__table td {
      padding: 0.8em 0;
      border-bottom: 1px solid #e3e3e3; }
    .saving-calc .saving-calc__table tr td:first-of-type {
      border-bottom: 0; }
    .saving-calc .saving-calc__table .name {
      width: 22.5%; }
      .saving-calc .saving-calc__table .name a {
        text-decoration: none; }
        .saving-calc .saving-calc__table .name a:hover {
          text-decoration: underline;
          color: #dc369a; }
    .saving-calc .saving-calc__table .save {
      width: 16%;
      text-align: center;
      white-space: nowrap; }
      .saving-calc .saving-calc__table .save strong {
        font-weight: 300; }
    .saving-calc .saving-calc__table .rate {
      width: 16%;
      text-align: center; }
      .saving-calc .saving-calc__table .rate strong {
        font-size: 2.125em; }
        .saving-calc .saving-calc__table .rate strong span i {
          font-size: 0.5625em;
          font-weight: 300; }
    .saving-calc .saving-calc__table .withdrawal {
      width: 20%;
      text-align: center; }
      .saving-calc .saving-calc__table .withdrawal strong {
        font-weight: 300; }
    .saving-calc .saving-calc__table .info {
      width: 25.5%;
      text-align: center; }
      .saving-calc .saving-calc__table .info .btn {
        margin-top: 5px; }
      .saving-calc .saving-calc__table .info .saving-calc__info-link {
        display: block;
        margin-top: 8px;
        font-size: 14px; }
    .saving-calc .saving-calc__table thead td {
      text-align: center; }
    .saving-calc .saving-calc__table tbody .name {
      width: 22.5%;
      font-size: 1.1875em;
      font-weight: bold; }
    .saving-calc .saving-calc__table tbody .save {
      width: 16%;
      white-space: nowrap; }
    .saving-calc .saving-calc__table tbody .rate {
      width: 16%;
      font-weight: bold; }
    .saving-calc .saving-calc__table tbody .withdrawal {
      width: 20%;
      font-weight: bold; }
    .saving-calc .saving-calc__table tbody .info {
      width: 25.5%; }

.mortage-calc {
  position: relative; }
  .mortage-calc .mortage-calc__separator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 69%;
    width: 1px;
    background: #d9d9d9; }
  .mortage-calc .mortage-calc__main {
    display: inline-block;
    width: 69%; }
    .lt-ie8 .mortage-calc .mortage-calc__main {
      display: inline;
      zoom: 1; }
    .mortage-calc .mortage-calc__main .mortage-calc__purpose-row,
    .mortage-calc .mortage-calc__main .mortage-calc__prices-row,
    .mortage-calc .mortage-calc__main .mortage-length-row {
      width: 100%;
      margin-bottom: 4.3478260869565215%; }
    .mortage-calc .mortage-calc__main .mortage-calc__purpose-row-label {
      display: inline-block;
      width: 28.26086956521739%; }
      .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__purpose-row-label {
        display: inline;
        zoom: 1; }
    .mortage-calc .mortage-calc__main .mortage-calc__purpose-row-select {
      display: inline-block;
      width: 71.73913043478261%; }
      .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__purpose-row-select {
        display: inline;
        zoom: 1; }
      .mortage-calc .mortage-calc__main .mortage-calc__purpose-row-select select {
        width: 50%; }
    .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__amount {
      display: inline-block;
      width: 46.81159420289855%; }
      .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__amount {
        display: inline;
        zoom: 1; }
      .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__amount .mortage-calc__amount-label {
        display: inline-block;
        width: 41.795665634674926%; }
        .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__amount .mortage-calc__amount-label {
          display: inline;
          zoom: 1; }
      .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__amount .mortage-calc__amount-control {
        display: inline-block;
        width: 34.05572755417957%; }
        .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__amount .mortage-calc__amount-control input[type="text"] {
          width: 74%;
          text-align: right; }
        .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__amount .mortage-calc__amount-control {
          display: inline;
          zoom: 1; }
      .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__amount .mortage-calc__amount-second-label {
        display: inline-block;
        width: 24.1486068111455%; }
        .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__amount .mortage-calc__amount-second-label {
          display: inline;
          zoom: 1; }
    .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__value {
      display: inline-block;
      width: 53.18840579710145%; }
      .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__value {
        display: inline;
        zoom: 1; }
      .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__value .mortage-calc__value-label {
        display: inline-block;
        width: 52.58855585831063%; }
        .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__value .mortage-calc__value-label {
          display: inline;
          zoom: 1; }
      .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__value .mortage-calc__value-control {
        display: inline-block;
        width: 29.972752043596728%; }
        .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__value .mortage-calc__value-control input[type="text"] {
          width: 74%;
          text-align: right; }
        .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__value .mortage-calc__value-control {
          display: inline;
          zoom: 1; }
      .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__value .mortage-calc__value-second-label {
        display: inline-block;
        width: 17.438692098092645%; }
        .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__prices-row .mortage-calc__value .mortage-calc__value-second-label {
          display: inline;
          zoom: 1; }
    .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__length {
      display: inline-block;
      width: 46.81159420289855%;
      vertical-align: top; }
      .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__length {
        display: inline;
        zoom: 1; }
      .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__length .mortage-calc__length-label {
        display: inline-block;
        width: 60.371517027863774%; }
        .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__length .mortage-calc__length-label {
          display: inline;
          zoom: 1; }
      .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__length .mortage-calc__length-control {
        display: inline-block;
        width: 15.479876160990713%; }
        .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__length .mortage-calc__length-control {
          display: inline;
          zoom: 1; }
        .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__length .mortage-calc__length-control input[type="text"] {
          width: 44%;
          text-align: right; }
      .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__length .mortage-calc__length-secondary-label {
        display: inline-block;
        width: 24.148606811145513%; }
        .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__length .mortage-calc__length-secondary-label {
          display: inline;
          zoom: 1; }
    .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper {
      display: inline-block;
      width: 47.18840579710145%; }
      .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper {
        display: inline;
        zoom: 1; }
      .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__dragger {
        position: relative; }
        .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__dragger .mortage-calc__drager-rail {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          height: 7px;
          border: 1px solid #d9d9d9;
          border-radius: 6px; }
          .lt-ie8 .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__dragger .mortage-calc__drager-rail {
            display: inline;
            zoom: 1; }
          .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__dragger .mortage-calc__drager-rail .mortage-calc__drager-rail-full {
            position: absolute;
            top: -1px;
            left: 0;
            height: 7px;
            border: 1px solid #7ac043;
            border-radius: 6px;
            background-color: #7ac043; }
        .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__dragger .mortage-calc__drager-circle {
          position: absolute;
          top: -4px;
          left: 0;
          width: 1.875em;
          height: 1.875em;
          border: 4px solid #fff;
          border-radius: 30px;
          background-color: #7ac043;
          cursor: pointer; }
          .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__dragger .mortage-calc__drager-circle:hover {
            background-color: #95cd69; }
          .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__dragger .mortage-calc__drager-circle:active {
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 5px 5px 15px -3px inset;
            box-shadow: rgba(0, 0, 0, 0.75) 5px 5px 15px -3px inset; }
      .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__drager-labels {
        text-align: center;
        margin-top: 10px; }
        .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__drager-labels .mortage-calc__label {
          display: inline-block;
          vertical-align: top;
          font-size: 0.6875em; }
          .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__drager-labels .mortage-calc__label.mortage-calc__label--1 {
            float: left;
            margin-left: 8px; }
          .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__drager-labels .mortage-calc__label.mortage-calc__label--2 {
            margin: 0 auto; }
          .mortage-calc .mortage-calc__main .mortage-calc__length-row .mortage-calc__dragger-wrapper .mortage-calc__drager-labels .mortage-calc__label.mortage-calc__label--3 {
            float: right; }
  .mortage-calc .mortage-calc__output {
    display: inline-block;
    width: 31%;
    vertical-align: top; }
    .lt-ie8 .mortage-calc .mortage-calc__output {
      display: inline;
      zoom: 1; }
    .mortage-calc .mortage-calc__output .mortage-calc__output-inner {
      padding-left: 13%; }
    .mortage-calc .mortage-calc__output .mortage-calc__output-top-text {
      line-height: 1;
      margin-bottom: 0.4em;
      font-size: 1.3125em; }
    .mortage-calc .mortage-calc__output .mortage-calc__output-price {
      margin: 0 0 0.3em -0.1em;
      padding: 0;
      line-height: 1;
      white-space: nowrap;
      font-size: 3.5em;
      font-weight: bold; }
      @media screen and (max-width: 880px) {
        .mortage-calc .mortage-calc__output .mortage-calc__output-price {
          font-size: 2.25em; } }
    .mortage-calc .mortage-calc__output .mortage-calc__output-pa {
      margin-bottom: 1.4em; }
    .mortage-calc .mortage-calc__output .mortage-calc__output--nok {
      display: none;
      margin-bottom: 2em; }

.loan-calc {
  position: relative;
  margin-bottom: 60px; }
  .loan-calc .security-notice {
    position: absolute;
    font-size: 11px;
    margin-top: 4px;
    padding-top: 0;
    color: #c30000;
    width: 100%; }
  .loan-calc .time-notice {
    font-size: 12px;
    padding-left: 25.26086956521739%;
    margin-top: 10px; }
  .loan-calc input[type="text"] {
    margin: 0;
    padding: 0.47em 0.76em 0.41em;
    font-size: 1.0625em;
    font-family: "Century Gothic", sans-serif;
    display: inline-block;
    border: 1px solid #d9d9d9; }
  .loan-calc input[type="number"] {
    margin: 0;
    padding: 0.47em 0.76em 0.41em;
    font-size: 1.0625em;
    font-family: "Century Gothic", sans-serif;
    display: inline-block;
    border: 1px solid #d9d9d9; }
  .loan-calc .loan-calc__length-control input[type="text"] {
    width: 44%;
    border: none;
    padding-right: 0;
    background: transparent;
    text-align: right; }
  .loan-calc .slider {
    position: relative;
    top: -10px; }
  .loan-calc .loan-calc__separator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 69%;
    width: 1px;
    background: #d9d9d9; }
  .loan-calc .loan-calc__main {
    display: inline-block;
    width: 69%; }
    .lt-ie8 .loan-calc .loan-calc__main {
      display: inline;
      zoom: 1; }
    .loan-calc .loan-calc__main .loan-calc__purpose-row,
    .loan-calc .loan-calc__main .loan-calc__prices-row,
    .loan-calc .loan-calc__main .loan-length-row {
      width: 100%;
      margin-bottom: 4.3478260869565215%; }
    .loan-calc .loan-calc__main .loan-calc__purpose-row-label {
      display: inline-block;
      width: 25.26086956521739%; }
      .lt-ie8 .loan-calc .loan-calc__main .loan-calc__purpose-row-label {
        display: inline;
        zoom: 1; }
    .loan-calc .loan-calc__main .loan-calc__purpose-row-select {
      display: inline-block;
      width: 71.73913043478261%; }
      .loan-calc .loan-calc__main .loan-calc__purpose-row-select .radio {
        width: 38%;
        padding-left: 0; }
        .loan-calc .loan-calc__main .loan-calc__purpose-row-select .radio .checked {
          background: #ffffff; }
          .loan-calc .loan-calc__main .loan-calc__purpose-row-select .radio .checked:after {
            content: "";
            position: absolute;
            top: 18.5%;
            left: 18.5%;
            bottom: 18.5%;
            right: 18.5%;
            background: #00b0f0;
            border-radius: 50%; }
        .loan-calc .loan-calc__main .loan-calc__purpose-row-select .radio .radio__desc {
          padding-left: 40px; }
      .lt-ie8 .loan-calc .loan-calc__main .loan-calc__purpose-row-select {
        display: inline;
        zoom: 1; }
      .loan-calc .loan-calc__main .loan-calc__purpose-row-select select {
        width: 68%; }
        @media screen and (max-width: 777px) {
          .loan-calc .loan-calc__main .loan-calc__purpose-row-select select {
            width: 68%; } }
    .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__amount {
      display: inline-block;
      width: 53%;
      position: relative; }
      .lt-ie8 .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__amount {
        display: inline;
        zoom: 1; }
      .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__amount .loan-calc__amount-label {
        display: inline-block;
        width: 47.795665634674926%; }
        .lt-ie8 .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__amount .loan-calc__amount-label {
          display: inline;
          zoom: 1; }
      .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__amount .loan-calc__amount-control {
        display: inline-block;
        width: 33%; }
        .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__amount .loan-calc__amount-control input[type="text"] {
          width: 74%;
          text-align: right; }
        .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__amount .loan-calc__amount-control input[type="number"] {
          width: 74%;
          text-align: right; }
        .lt-ie8 .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__amount .loan-calc__amount-control {
          display: inline;
          zoom: 1; }
      .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__amount .loan-calc__amount-second-label {
        display: inline-block;
        width: 7.1486068111455%; }
        .lt-ie8 .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__amount .loan-calc__amount-second-label {
          display: inline;
          zoom: 1; }
    .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__value {
      display: inline-block;
      width: 47%;
      position: relative; }
      .lt-ie8 .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__value {
        display: inline;
        zoom: 1; }
      .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__value .loan-calc__value-label {
        display: inline-block;
        width: 52.58855585831063%; }
        .lt-ie8 .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__value .loan-calc__value-label {
          display: inline;
          zoom: 1; }
      .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__value .loan-calc__value-control {
        display: inline-block;
        width: 29.972752043596728%; }
        .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__value .loan-calc__value-control input[type="text"] {
          width: 90%;
          text-align: right;
          padding-left: 2px;
          padding-right: 10px; }
        .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__value .loan-calc__value-control input[type="number"] {
          width: 74%;
          text-align: right; }
        .lt-ie8 .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__value .loan-calc__value-control {
          display: inline;
          zoom: 1; }
      .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__value .loan-calc__value-second-label {
        display: inline-block;
        width: 17.438692098092645%; }
        .lt-ie8 .loan-calc .loan-calc__main .loan-calc__prices-row .loan-calc__value .loan-calc__value-second-label {
          display: inline;
          zoom: 1; }
    .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__length {
      display: inline-block;
      width: 25.26086956521739%;
      vertical-align: top; }
      .lt-ie8 .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__length {
        display: inline;
        zoom: 1; }
      .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__length .loan-calc__length-label {
        display: inline-block;
        width: 70.371517027863774%; }
        .lt-ie8 .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__length .loan-calc__length-label {
          display: inline;
          zoom: 1; }
      .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__length .loan-calc__length-control {
        display: inline-block;
        width: 15.479876160990713%;
        position: relative;
        right: -10px;
        background: transparent; }
        .lt-ie8 .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__length .loan-calc__length-control {
          display: inline;
          zoom: 1; }
        .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__length .loan-calc__length-control input[type="number"] {
          width: 44%;
          text-align: right; }
      .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__length .loan-calc__length-secondary-label {
        display: inline-block;
        width: 24.148606811145513%; }
        .lt-ie8 .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__length .loan-calc__length-secondary-label {
          display: inline;
          zoom: 1; }
    .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper {
      display: inline-block;
      width: 67.18840579710145%; }
      .lt-ie8 .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper {
        display: inline;
        zoom: 1; }
      .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__dragger {
        position: relative; }
        .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__dragger .loan-calc__drager-rail {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          height: 7px;
          border: 1px solid #d9d9d9;
          border-radius: 6px; }
          .lt-ie8 .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__dragger .loan-calc__drager-rail {
            display: inline;
            zoom: 1; }
          .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__dragger .loan-calc__drager-rail .loan-calc__drager-rail-full {
            position: absolute;
            top: -1px;
            left: 0;
            height: 7px;
            border: 1px solid #7ac043;
            border-radius: 6px;
            background-color: #7ac043; }
        .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__dragger .loan-calc__drager-circle {
          position: absolute;
          top: -4px;
          left: 0;
          width: 1.875em;
          height: 1.875em;
          border: 4px solid #fff;
          border-radius: 30px;
          background-color: #7ac043;
          cursor: pointer; }
          .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__dragger .loan-calc__drager-circle:hover {
            background-color: #95cd69; }
          .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__dragger .loan-calc__drager-circle:active {
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 5px 5px 15px -3px inset;
            box-shadow: rgba(0, 0, 0, 0.75) 5px 5px 15px -3px inset; }
      .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__drager-labels {
        text-align: center;
        margin-top: -10px; }
        .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__drager-labels .loan-calc__label {
          display: inline-block;
          vertical-align: top;
          font-size: 0.6875em;
          position: relative; }
          .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__drager-labels .loan-calc__label.loan-calc__label--1 {
            float: left;
            margin-left: 8px; }
          .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__drager-labels .loan-calc__label.loan-calc__label--2 {
            margin: 0 auto; }
          .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__drager-labels .loan-calc__label.loan-calc__label--3 {
            float: right; }
          .loan-calc .loan-calc__main .loan-calc__length-row .loan-calc__dragger-wrapper .loan-calc__drager-labels .loan-calc__label:after {
            content: "";
            position: absolute;
            height: 9px;
            width: 3px;
            background: #ffffff;
            top: -29px;
            left: 8px; }
  .loan-calc .loan-calc__output {
    display: inline-block;
    width: 31%;
    vertical-align: top; }
    .lt-ie8 .loan-calc .loan-calc__output {
      display: inline;
      zoom: 1; }
    .loan-calc .loan-calc__output .loan-calc__output-inner {
      padding-left: 13%; }
    .loan-calc .loan-calc__output .loan-calc__output-top-text {
      line-height: 1;
      margin-bottom: 0.4em;
      font-size: 1.3125em; }
    .loan-calc .loan-calc__output .loan-calc__output-price {
      margin: 0 0 0.3em -0.1em;
      padding: 0;
      line-height: 1;
      white-space: nowrap;
      font-size: 3.125em;
      font-weight: bold; }
      @media screen and (max-width: 880px) {
        .loan-calc .loan-calc__output .loan-calc__output-price {
          font-size: 2.25em; } }
    .loan-calc .loan-calc__output .loan-calc__output-pa {
      margin-bottom: 1.4em; }
    .loan-calc .loan-calc__output .loan-calc__output--nok {
      display: block;
      margin-bottom: 2em; }

.loan__calc--mobile {
  display: none; }

.loan__calc--desktop {
  padding-top: 10px; }

::-ms-clear {
  display: none; }

@media screen and (max-width: 777px) {
  .loan__calc--mobile {
    display: block; }
  .loan__calc--desktop {
    display: none; } }

#add-loan-calculator.block {
  margin: 0; }

.ad-loan-calc {
  position: relative;
  margin-bottom: 60px; }
  .ad-loan-calc .rangeslider .rangeslider__handle:hover {
    outline-style: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .ad-loan-calc .rangeslider .rangeslider__handle:focus {
    outline-style: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .ad-loan-calc .rangeslider__labels .rangeslider__label-item {
    width: auto;
    white-space: nowrap;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    font-size: 11px;
    top: -3px; }
  .ad-loan-calc .rangeslider__labels .rangeslider__label-item--right {
    float: right; }
  .ad-loan-calc .ad-loan-calc__security-notice {
    position: absolute;
    font-size: 11px;
    margin-top: 4px;
    padding-top: 0;
    color: #c30000;
    width: 100%;
    text-align: right; }
  .ad-loan-calc .time-notice {
    font-size: 12px;
    padding-left: 25.26086956521739%;
    margin-top: 10px; }
  .ad-loan-calc input[type="text"] {
    margin: 0;
    padding: 0.27em 0.66em 0.27em;
    font-size: 1.0625em;
    font-family: "Century Gothic", sans-serif;
    display: inline-block;
    border: 1px solid #d9d9d9;
    font-size: 22px;
    font-weight: bold; }
  .ad-loan-calc input[type="tel"] {
    margin: 0;
    padding: 0.27em 0.66em 0.27em;
    font-size: 1.0625em;
    font-family: "Century Gothic", sans-serif;
    display: inline-block;
    border: 1px solid #d9d9d9;
    font-size: 22px;
    font-weight: bold; }
  .ad-loan-calc input[type="number"] {
    margin: 0;
    padding: 0.47em 0.76em 0.41em;
    font-size: 1.0625em;
    font-family: "Century Gothic", sans-serif;
    display: inline-block;
    border: 1px solid #d9d9d9; }
  .ad-loan-calc .ad-loan-calc__length-control input[type="text"] {
    width: 44%;
    border: none;
    padding-right: 0;
    background: transparent;
    text-align: right; }
  .ad-loan-calc .slider {
    position: relative;
    top: -7px; }
  .ad-loan-calc .rangeslider-horizontal .rangeslider__handle {
    width: 30px;
    height: 30px; }
  .ad-loan-calc .rangeslider-horizontal .rangeslider__handle:focus {
    width: 33px;
    height: 33px; }
  .ad-loan-calc .ad-loan-calc__separator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 69%;
    width: 1px;
    background: #d9d9d9; }
  .ad-loan-calc .ad-loan-calc__main {
    display: inline-block;
    width: 45%;
    margin-top: 2.5%; }
    .lt-ie8 .ad-loan-calc .ad-loan-calc__main {
      display: inline;
      zoom: 1; }
    .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row-separator {
      margin-bottom: 3.3478260869565215%; }
    .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__purpose-row,
    .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row,
    .ad-loan-calc .ad-loan-calc__main .ad-loan-length-row {
      width: 100%;
      margin-bottom: 1.3478260869565215%; }
    .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__purpose-row-label {
      display: inline-block;
      width: 25.26086956521739%; }
      .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__purpose-row-label {
        display: inline;
        zoom: 1; }
    .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__purpose-row-select {
      display: inline-block;
      width: 71.73913043478261%; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__purpose-row-select .radio {
        width: 38%;
        padding-left: 0; }
        .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__purpose-row-select .radio .checked {
          background: #ffffff; }
          .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__purpose-row-select .radio .checked:after {
            content: "";
            position: absolute;
            top: 18.5%;
            left: 18.5%;
            bottom: 18.5%;
            right: 18.5%;
            background: #00b0f0;
            border-radius: 50%; }
        .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__purpose-row-select .radio .radio__desc {
          padding-left: 40px; }
      .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__purpose-row-select {
        display: inline;
        zoom: 1; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__purpose-row-select select {
        width: 68%; }
        @media screen and (max-width: 777px) {
          .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__purpose-row-select select {
            width: 68%; } }
    .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__amount {
      display: inline-block;
      width: 100%;
      position: relative; }
      .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__amount {
        display: inline;
        zoom: 1; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__amount .ad-loan-calc__amount-label {
        font-family: "Century Gothic", sans-serif;
        display: inline-block;
        width: 60.795665634674926%;
        font-size: 17px;
        font-weight: bold; }
        .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__amount .ad-loan-calc__amount-label {
          display: inline;
          zoom: 1; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__amount .ad-loan-calc__amount-control {
        display: inline-block;
        width: 32%; }
        .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__amount .ad-loan-calc__amount-control input[type="text"] {
          width: 74%;
          text-align: right; }
        .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__amount .ad-loan-calc__amount-control input[type="tel"] {
          width: 74%;
          text-align: right; }
        .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__amount .ad-loan-calc__amount-control input[type="number"] {
          width: 74%;
          text-align: right; }
        .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__amount .ad-loan-calc__amount-control {
          display: inline;
          zoom: 1; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__amount .ad-loan-calc__amount-second-label {
        display: inline-block;
        width: 7.1486068111455%;
        font-size: 17px; }
        .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__amount .ad-loan-calc__amount-second-label {
          display: inline;
          zoom: 1; }
    .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__value {
      display: inline-block;
      width: 47%;
      position: relative; }
      .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__value {
        display: inline;
        zoom: 1; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__value .ad-loan-calc__value-label {
        display: inline-block;
        width: 52.58855585831063%; }
        .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__value .ad-loan-calc__value-label {
          display: inline;
          zoom: 1; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__value .ad-loan-calc__value-control {
        display: inline-block;
        width: 29.972752043596728%; }
        .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__value .ad-loan-calc__value-control input[type="text"] {
          width: 90%;
          text-align: right;
          padding-left: 2px;
          padding-right: 10px; }
        .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__value .ad-loan-calc__value-control input[type="number"] {
          width: 74%;
          text-align: right; }
        .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__value .ad-loan-calc__value-control {
          display: inline;
          zoom: 1; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__value .ad-loan-calc__value-second-label {
        display: inline-block;
        width: 17.438692098092645%; }
        .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__prices-row .ad-loan-calc__value .ad-loan-calc__value-second-label {
          display: inline;
          zoom: 1; }
    .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__length {
      display: inline-block;
      width: 25.26086956521739%;
      vertical-align: top; }
      .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__length {
        display: inline;
        zoom: 1; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__length .ad-loan-calc__length-label {
        display: inline-block;
        width: 70.371517027863774%; }
        .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__length .ad-loan-calc__length-label {
          display: inline;
          zoom: 1; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__length .ad-loan-calc__length-control {
        display: inline-block;
        width: 15.479876160990713%;
        position: relative;
        right: -10px;
        background: transparent; }
        .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__length .ad-loan-calc__length-control {
          display: inline;
          zoom: 1; }
        .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__length .ad-loan-calc__length-control input[type="number"] {
          width: 44%;
          text-align: right; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__length .ad-loan-calc__length-secondary-label {
        display: inline-block;
        width: 24.148606811145513%; }
        .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__length .ad-loan-calc__length-secondary-label {
          display: inline;
          zoom: 1; }
    .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper {
      display: inline-block;
      width: 100%; }
      .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper {
        display: inline;
        zoom: 1; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__dragger {
        position: relative; }
        .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__dragger .ad-loan-calc__drager-rail {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          height: 7px;
          border: 1px solid #d9d9d9;
          border-radius: 6px; }
          .lt-ie8 .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__dragger .ad-loan-calc__drager-rail {
            display: inline;
            zoom: 1; }
          .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__dragger .ad-loan-calc__drager-rail .ad-loan-calc__drager-rail-full {
            position: absolute;
            top: -1px;
            left: 0;
            height: 7px;
            border: 1px solid #7ac043;
            border-radius: 6px;
            background-color: #7ac043; }
        .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__dragger .ad-loan-calc__drager-circle {
          position: absolute;
          top: -4px;
          left: 0;
          width: 1.875em;
          height: 1.875em;
          border: 4px solid #fff;
          border-radius: 30px;
          background-color: #7ac043;
          cursor: pointer; }
          .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__dragger .ad-loan-calc__drager-circle:hover {
            background-color: #95cd69; }
          .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__dragger .ad-loan-calc__drager-circle:active {
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 5px 5px 15px -3px inset;
            box-shadow: rgba(0, 0, 0, 0.75) 5px 5px 15px -3px inset; }
      .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__drager-labels {
        text-align: center;
        margin-top: -10px; }
        .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__drager-labels .ad-loan-calc__label {
          display: inline-block;
          vertical-align: top;
          font-size: 0.6875em;
          position: relative; }
          .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__drager-labels .ad-loan-calc__label.ad-loan-calc__label--1 {
            float: left;
            margin-left: 8px; }
          .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__drager-labels .ad-loan-calc__label.ad-loan-calc__label--2 {
            margin: 0 auto; }
          .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__drager-labels .ad-loan-calc__label.ad-loan-calc__label--3 {
            float: right; }
          .ad-loan-calc .ad-loan-calc__main .ad-loan-calc__length-row .ad-loan-calc__dragger-wrapper .ad-loan-calc__drager-labels .ad-loan-calc__label:after {
            content: "";
            position: absolute;
            height: 9px;
            width: 3px;
            background: #ffffff;
            top: -29px;
            left: 8px; }
  .ad-loan-calc .ad-loan-calc__output {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    background-color: #d9f3fd;
    margin-left: 7%;
    position: relative; }
    .ad-loan-calc .ad-loan-calc__output .loading {
      position: absolute;
      z-index: 100;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #d9f3fd;
      text-align: center; }
      .ad-loan-calc .ad-loan-calc__output .loading img {
        width: 120px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .lt-ie8 .ad-loan-calc .ad-loan-calc__output {
      display: inline;
      zoom: 1; }
    .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output-inner {
      padding: 9% 8% 6% 8%; }
    .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output-top-text {
      line-height: 1;
      margin-bottom: 0.4em;
      font-size: 1.3125em; }
    .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output-price {
      margin: 0 0 0.3em -0.1em;
      padding: 0;
      line-height: 1;
      white-space: nowrap;
      font-size: 3.125em;
      font-weight: bold; }
      @media screen and (max-width: 880px) {
        .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output-price {
          font-size: 2.25em; } }
    .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output-pa {
      margin-bottom: 1.4em; }
    .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output--ok {
      overflow: auto;
      padding-left: 5%;
      padding-right: 5%;
      padding-bottom: 2%; }
      .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output--ok p {
        margin-bottom: 1em;
        line-height: 20px; }
      .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output--ok span {
        vertical-align: sub;
        font-size: 16px; }
      .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output--ok .ad-loan-calc__output--result {
        text-align: right;
        float: right;
        font-size: 22px;
        font-weight: bold; }
      .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output--ok .ad-loan-calc__output--subresult {
        font-size: 16px;
        font-weight: normal;
        display: block;
        float: right;
        text-align: right;
        position: relative;
        top: -8px; }
    .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output--nok {
      display: block;
      margin-bottom: 2em; }
    .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__info-text {
      font-size: 12px;
      display: block;
      text-align: center;
      margin-top: 6%; }
    .ad-loan-calc .ad-loan-calc__output .ad-loan-calc__output-btn {
      text-align: center; }

.ad-loan__calc--mobile {
  display: none; }

.ad-loan__calc--desktop {
  padding-top: 10px; }

::-ms-clear {
  display: none; }

@media screen and (max-width: 777px) {
  .ad-loan__calc--mobile {
    display: block; }
  .ad-loan__calc--desktop {
    display: none; } }

.compare {
  overflow: hidden; }
  .compare .compare__h3 {
    margin: 1.2em 0 1em;
    font-weight: bold;
    font-size: 1em; }
    .compare .compare__h3:first-child {
      margin-top: 0; }
  .compare__loader {
    display: inline-block;
    width: 86.5%;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    top: 35px; }
    .compare__loader img {
      width: 120px; }
    .compare__loader p {
      font-size: 0.8em; }

.compare__control {
  width: 325px;
  float: left; }
  .compare__control .compare__row {
    margin-bottom: 0.88em;
    display: block;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .compare__control .compare__row input[type="text"] {
      margin: 0 11px;
      width: 32px;
      text-align: right;
      vertical-align: middle; }
    .compare__control .compare__row select {
      width: 100%; }
    .compare__control .compare__row label {
      width: 165px;
      display: inline-block;
      vertical-align: middle; }
    .compare__control .compare__row .icon, .compare__control .compare__row .icon-rounded {
      vertical-align: middle;
      cursor: pointer;
      background-color: white;
      -webkit-transition: background 0.1s ease;
      -o-transition: background 0.1s ease;
      transition: background 0.1s ease; }
      .compare__control .compare__row .icon:hover, .compare__control .compare__row .icon-rounded:hover {
        background-color: #f9f9f9; }

.compare__result {
  padding-left: 24em; }

.compare__open-online {
  padding-left: 24em; }
  .compare__open-online .compare__open-online__condition {
    font-size: 1em; }
  .compare__open-online .btn {
    margin-top: 1em; }

.compare__info {
  font-size: 0.8125em;
  white-space: nowrap;
  color: #ababab; }

.compare__graph {
  margin-bottom: 6.2em;
  border-bottom: 1px solid #e3e3e3;
  white-space: nowrap; }
  @media screen and (max-width: 1100px) {
    .compare__graph {
      margin-bottom: 7em; } }
  .compare__graph .compare__item {
    margin: 1.5em 0 0 1.7%;
    width: 12.6%;
    height: 8.18em;
    vertical-align: bottom;
    display: inline-block;
    position: relative; }
    .compare__graph .compare__item:first-child {
      margin-left: 0; }
    .lt-ie8 .compare__graph .compare__item {
      display: inline;
      zoom: 1; }
  .compare__graph .compare__column {
    width: 60%;
    position: absolute;
    left: 20%;
    bottom: 0;
    background: #e3e3e3; }
  .compare__graph .compare__price {
    padding-bottom: 1em;
    font-size: 0.875em;
    position: absolute;
    bottom: 100%;
    left: -20%;
    right: -20%;
    text-align: center;
    font-weight: bold; }
  .compare__graph .compare__name {
    padding-top: 0.7em;
    height: 6em;
    font-size: 0.875em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    text-align: center;
    position: absolute;
    top: 100%;
    left: -2%;
    right: -2%;
    overflow: hidden;
    white-space: normal; }
  .compare__graph .compare__item--equa {
    position: relative;
    background-color: #d4effa;
    width: 13.5%; }
    .compare__graph .compare__item--equa:before {
      content: "";
      background: url(/images/thumb-up.svg) no-repeat;
      background-size: 100% 100%;
      width: 60%;
      height: 60%;
      position: absolute;
      top: -39px;
      left: 20%; }
      @media screen and (max-width: 1100px) {
        .compare__graph .compare__item--equa:before {
          top: -30px; } }
    .compare__graph .compare__item--equa .compare__column {
      min-height: 3px;
      background: #00b0f0; }
    .compare__graph .compare__item--equa .compare__price {
      padding-bottom: 1em;
      font-weight: bold;
      font-size: 1.9375em;
      color: #00b0f0; }
      @media screen and (max-width: 1100px) {
        .compare__graph .compare__item--equa .compare__price {
          font-size: 1.75em; } }
    .compare__graph .compare__item--equa .compare__name {
      position: relative;
      height: 55px;
      padding: 0.7em 0.4em;
      left: 0;
      font-weight: bold;
      color: #00b0f0;
      background-color: #d4effa; }
      @media screen and (max-width: 1100px) {
        .compare__graph .compare__item--equa .compare__name {
          height: 70px; } }
  .compare__graph .compare__item--equa-loader {
    background-color: transparent; }
    .compare__graph .compare__item--equa-loader:before {
      display: none; }
    .compare__graph .compare__item--equa-loader .compare__name {
      background-color: transparent; }
  .compare__graph .compare__item--cb .compare__column {
    background: rgba(246, 129, 32, 0.3); }
  .compare__graph .compare__item--cb .compare__price {
    color: #f68120; }

.slider {
  position: relative;
  overflow: hidden; }
  @media screen and (max-height: 749px) {
    .slider > .block__inner {
      max-width: 1100px; } }
  @media screen and (max-height: 649px) {
    .slider > .block__inner {
      max-width: 900px; } }
  .lt-ie9 .slider > .block__inner {
    max-width: 900px; }
  .slider .slider__imgs {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .slider .slider__imgs .slider__img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .slider .slider__imgs img {
      margin-left: -32.5%;
      width: 165%;
      display: block; }
      @media screen and (min-height: 749px) and (max-width: 800px) {
        .slider .slider__imgs img {
          width: 180%; } }
    @media screen and (max-height: 749px) {
      .slider .slider__imgs .block__inner {
        max-width: 1100px; } }
    @media screen and (max-height: 649px) {
      .slider .slider__imgs .block__inner {
        max-width: 900px; } }
    .lt-ie9 .slider .slider__imgs .block__inner {
      max-width: 900px; }
  .slider.slider--1 .slider__imgs img {
    margin-left: -10%; }
    @media screen and (min-height: 749px) and (max-width: 800px) {
      .slider.slider--1 .slider__imgs img {
        margin-left: -25%; } }
  .slider.slider--2 .slider__imgs img {
    margin-left: -60%; }
    @media screen and (min-height: 749px) and (max-width: 800px) {
      .slider.slider--2 .slider__imgs img {
        margin-left: -70%; } }
  .slider .slider__items {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20000; }
    .slider .slider__items .slider__item {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%; }
    @media screen and (max-height: 749px) {
      .slider .slider__items .block__inner {
        max-width: 1100px; } }
    @media screen and (max-height: 649px) {
      .slider .slider__items .block__inner {
        max-width: 900px; } }
    .lt-ie9 .slider .slider__items .block__inner {
      max-width: 900px; }
  .slider .slider__bgs {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000; }
    .slider .slider__bgs .slider__bg {
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .slider .slider__bgs .block__inner {
      height: 100%; }
  .slider.slider--1 .slider__bgs .slider__bg__left,
  .slider.slider--1 .slider__bgs .slider__bg__right {
    width: 110%;
    position: absolute;
    top: 0;
    bottom: -10px; }
  .slider.slider--1 .slider__bgs .slider__bg__left {
    right: 66.75%; }
  .slider.slider--1 .slider__bgs .slider__bg__right {
    left: 107%; }
  .slider.slider--1 .slider__bgs .slider__bg__img-right,
  .slider.slider--1 .slider__bgs .slider__bg__img-left {
    height: 102%;
    position: absolute;
    top: 0; }
  .slider.slider--1 .slider__bgs .slider__bg__img-left {
    left: 33%; }
  .slider.slider--1 .slider__bgs .slider__bg__img-right {
    right: -7.2%; }
  @media screen and (max-width: 1324px) {
    .slider.slider--1 .slider__bgs .slider__bg__right,
    .slider.slider--1 .slider__bgs .slider__bg__img-right {
      display: none; } }
  .slider.slider--2 .slider__bgs .slider__bg__left,
  .slider.slider--2 .slider__bgs .slider__bg__right {
    width: 110%;
    position: absolute;
    top: 0;
    bottom: -10px; }
  .slider.slider--2 .slider__bgs .slider__bg__left {
    right: 107%; }
  .slider.slider--2 .slider__bgs .slider__bg__right {
    left: 66.75%; }
  .slider.slider--2 .slider__bgs .slider__bg__img-right,
  .slider.slider--2 .slider__bgs .slider__bg__img-left {
    height: 102%;
    position: absolute;
    top: 0; }
  .slider.slider--2 .slider__bgs .slider__bg__img-left {
    left: -7.2%; }
  .slider.slider--2 .slider__bgs .slider__bg__img-right {
    right: 33%; }
  @media screen and (max-width: 1324px) {
    .slider.slider--2 .slider__bgs .slider__bg__left,
    .slider.slider--2 .slider__bgs .slider__bg__img-left {
      display: none; } }

.slider__bg--green .slider__bg__left,
.slider__bg--green .slider__bg__right {
  background: #7ac043; }

.slider__bg--blue .slider__bg__left,
.slider__bg--blue .slider__bg__right {
  background: #24c5ff; }

.slider__bg--magenta .slider__bg__left,
.slider__bg--magenta .slider__bg__right {
  background: #dc369a; }

.slider__bg--orange .slider__bg__left,
.slider__bg--orange .slider__bg__right {
  background: #f68121; }

.slider__nav-arrows {
  height: 0;
  z-index: 100000; }
  .slider__nav-arrows .slider__nav-arrow {
    width: 30px;
    height: 50px;
    position: absolute;
    top: 48%;
    background: url(/images/slider-arrows.png) no-repeat;
    z-index: 100000;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1000em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    .slider__nav-arrows .slider__nav-arrow:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
    @media screen and (max-width: 1124px) {
      .slider__nav-arrows .slider__nav-arrow {
        width: 25px;
        height: 42px;
        background-size: 100%; } }
  .slider__nav-arrows .slider__nav-arrow--prev {
    background-position: left bottom;
    left: 2.56%; }
  .slider__nav-arrows .slider__nav-arrow--next {
    background-position: left top;
    right: 2.56%; }

.slider__nav-disc {
  height: 0;
  text-align: center;
  position: relative;
  z-index: 100000; }
  .slider__nav-disc__disc {
    margin: 0 4px;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    bottom: 55px;
    background: white;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .slider__nav-disc__disc.active {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

.slider__item,
.slider__img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  z-index: 1; }
  .slider__item.active,
  .slider__img.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0) !important;
    -ms-transform: translate3d(0px, 0, 0) !important;
    transform: translate3d(0px, 0, 0) !important;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index: 3; }
  .slider__item.active-leave,
  .slider__img.active-leave {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .slider__item .slider__item.active,
  .slider__img .slider__item.active {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .slider__item .slider__item.active-leave,
  .slider__img .slider__item.active-leave {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }

.slider__bg {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 1; }
  .slider__bg.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    z-index: 3; }

.slider--1 .slider__img {
  -webkit-transform: translate3d(-80px, 0, 0);
  -ms-transform: translate3d(-80px, 0, 0);
  transform: translate3d(-80px, 0, 0); }
  .slider--1 .slider__img.active-leave {
    -webkit-transform: translate3d(80px, 0, 0);
    -ms-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0); }

.slider--1 .slider__item {
  -webkit-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0); }

.slider--2 .slider__img {
  -webkit-transform: translate3d(80px, 0, 0);
  -ms-transform: translate3d(80px, 0, 0);
  transform: translate3d(80px, 0, 0); }
  .slider--2 .slider__img.active-leave {
    -webkit-transform: translate3d(-80px, 0, 0);
    -ms-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0); }

.slider--2 .slider__item {
  -webkit-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0); }

.slider__forklift {
  padding-top: 34.1%; }
  @media screen and (min-height: 749px) and (max-width: 800px) {
    .slider__forklift {
      padding-top: 37.2%; } }

.slider__menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: auto;
  z-index: 21000; }
  .slider__menu__inner {
    margin: 0 auto;
    width: 94%;
    max-width: 1200px;
    height: 0; }
  .slider__menu__forklift-holder {
    width: 100%;
    height: 0; }
    @media screen and (max-height: 749px) {
      .slider__menu__forklift-holder {
        max-width: 1100px; } }
    @media screen and (max-height: 649px) {
      .slider__menu__forklift-holder {
        max-width: 900px; } }
    .lt-ie9 .slider__menu__forklift-holder {
      max-width: 900px; }
  .slider__menu__forklift {
    padding-top: 34.1%;
    width: 40%;
    position: relative; }
  .slider__menu__forklift-inner {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .slider__menu__forklift-inner .before {
      width: 8%;
      height: 100%;
      vertical-align: middle;
      display: inline-block; }
      .lt-ie8 .slider__menu__forklift-inner .before {
        zoom: 1;
        display: inline; }
  .slider__menu__content {
    margin: 0 0 0 -5%;
    padding: 2em 0 2em 5%;
    width: 17.5em;
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: skewX(-11deg);
    -ms-transform: skewX(-11deg);
    transform: skewX(-11deg);
    overflow: hidden; }
    .lt-ie8 .slider__menu__content {
      display: inline;
      zoom: 1; }
    @media screen and (max-width: 1200px) {
      .slider__menu__content {
        font-size: 0.9375em; } }
  .slider__menu__content-inner {
    margin: 1.35em -2em 0 0;
    -webkit-transform: skewX(11deg);
    -ms-transform: skewX(11deg);
    transform: skewX(11deg);
    background: #f1f1f1; }
  .slider__menu__heading, .slider__menu__item {
    font-size: 1.1875em;
    color: black; }
  .slider__menu__heading {
    margin: 0;
    padding: 0.76em 1.25em; }
  .slider__menu__item {
    display: block;
    border-top: 1px solid #e3e3e3; }
    .slider__menu__item a {
      padding: 0.32em 1.15em;
      display: block;
      text-decoration: none;
      background: transparent;
      -webkit-transition: background 0.1s ease;
      -o-transition: background 0.1s ease;
      transition: background 0.1s ease; }
      .slider__menu__item a span {
        padding-top: 0.1em;
        display: inline-block;
        vertical-align: middle; }
        .slider__menu__item a span:first-child {
          padding-top: 0em; }
    .slider__menu__item a:hover {
      background: white; }
      .slider__menu__item a:hover .icon--ca {
        background-position: right 64.379500211774671749258788648878%; }
      .slider__menu__item a:hover .icon--reloan {
        background-position: right 67.767894959762812367640830156713%; }
      .slider__menu__item a:hover .icon--loan {
        background-position: right 71.156289707750952986022871664549%; }
    .slider__menu__item .icon, .slider__menu__item .icon-rounded {
      margin-right: 1.05em;
      vertical-align: middle;
      background-image: url(/images/icons-primary.png); }
    @media screen and (max-width: 1400px) {
      .slider__menu__item .icon, .slider__menu__item .icon-rounded {
        width: 2.105263em;
        height: 2.052631em;
        background-size: 500%; }
      .slider__menu__item .icon--ca {
        background-position: left 64.379500211774671749258788648878%; }
      .slider__menu__item .icon--reloan {
        background-position: left 67.767894959762812367640830156713%; }
      .slider__menu__item .icon--loan {
        background-position: left 71.156289707750952986022871664549%; } }

.banner__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.banner {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  height: 100%;
  display: block;
  text-decoration: none;
  background: url(/images/ie-transparent-bg.png); }
  .banner .before,
  .banner .after {
    width: 4%;
    height: 100%;
    vertical-align: middle;
    display: inline-block; }
    .lt-ie8 .banner .before, .lt-ie8
    .banner .after {
      display: inline;
      zoom: 1; }
  .banner .banner__content {
    padding-top: 1.35em;
    width: 41%;
    vertical-align: middle;
    display: inline-block; }
    .lt-ie8 .banner .banner__content {
      display: inline;
      zoom: 1; }
    .banner .banner__content > p:last-child {
      margin-bottom: 0; }
    .slider .banner .banner__content {
      width: 34%; }
  .banner .h1 {
    margin: 0 0 0.3em;
    line-height: 1.25;
    font-size: 2.2em; }
    @media screen and (max-width: 924px) {
      .banner .h1 {
        font-size: 2em; } }

.banner--2 {
  text-align: right; }

.timeline__wrapper {
  margin: 40px auto 0;
  max-width: 1100px; }

.timeline {
  margin: 70px 0 160px;
  width: 100%;
  padding-bottom: 312px;
  position: relative;
  overflow: visible;
  background: url(/images/timeline/bg.png) 50% 0 repeat-y; }
  .timeline:before {
    content: "";
    margin-left: -2px;
    width: 4px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 50%;
    background: url(/images/timeline/tooth.gif) center 0 no-repeat; }

.timeline__item {
  height: 2.5em;
  left: 50%;
  width: 100%;
  position: relative;
  color: #00a6de; }

.timeline__box {
  position: relative;
  width: 46.363636363636363636363636363636%;
  top: 0;
  overflow: hidden; }
  .right .timeline__box {
    padding-left: 5%;
    right: 50%; }
  .left .timeline__box {
    padding-right: 5%;
    left: -50%; }

.timeline__item--year {
  padding: 1em 0;
  height: auto; }
  .timeline__item--year .timeline__year {
    margin: 0 0 1em -1.735em;
    width: 3.471em;
    height: 3.471em;
    line-height: 3.471em;
    position: relative;
    display: block;
    text-align: center;
    background: #86daf6;
    color: white;
    border-radius: 50%; }
  .timeline__item--year .timeline__load-more {
    margin-left: -51px;
    padding: 2.2em 0;
    width: 100px;
    display: block;
    text-align: center;
    text-decoration: underline;
    background: white url(/images/timeline/bg-load.png) 1px 0 no-repeat;
    color: #86daf6;
    cursor: pointer; }
    .timeline__item--year .timeline__load-more:hover {
      text-decoration: none; }

.timeline__headline {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.35;
  position: relative;
  z-index: 10; }
  .left .timeline__headline .timeline__headline__text {
    padding-right: 5em; }
  .right .timeline__headline {
    text-align: right; }
    .right .timeline__headline .timeline__headline__text {
      padding-right: 0.65em;
      padding-left: 5em; }
  .timeline__headline .timeline__headline__text {
    padding: 0.65em;
    padding-right: 5em;
    display: block;
    border: 3px solid transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: white; }
  .timeline__headline .timeline__headline__text--endnote {
    padding-right: 0; }
  .timeline__headline .timeline__date {
    font-size: 0.85em;
    position: absolute;
    top: 50%;
    color: white; }
    .timeline__headline .timeline__date span {
      position: relative;
      top: -0.67em; }
    .right .timeline__headline .timeline__date {
      left: 1em; }
    .left .timeline__headline .timeline__date {
      right: 1em; }
  .timeline__headline .timeline__dart {
    position: absolute;
    top: 50%; }
    .timeline__headline .timeline__dart .timeline__dart__inner,
    .timeline__headline .timeline__dart .timeline__dart__outer {
      width: 0;
      height: 0;
      display: block;
      position: relative;
      top: -8px;
      border: 8px solid transparent;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .timeline__headline .timeline__dart .timeline__dart__inner {
      position: absolute; }
    .right .timeline__headline .timeline__dart {
      left: -16px; }
      .right .timeline__headline .timeline__dart .timeline__dart__inner {
        left: 4px; }
    .left .timeline__headline .timeline__dart {
      right: -16px; }
      .left .timeline__headline .timeline__dart .timeline__dart__inner {
        right: 4px; }
  .timeline__headline .timeline__point {
    position: absolute;
    top: 50%;
    height: 10px; }
    .timeline__headline .timeline__point span {
      width: 10px;
      height: 10px;
      display: block;
      position: absolute;
      top: -8px;
      border: 3px solid white;
      border-radius: 50%;
      background: #d9d9d9; }
    .right .timeline__headline .timeline__point {
      right: 107.8431372549019607843137254902%; }
      .right .timeline__headline .timeline__point span {
        left: -8px; }
    .left .timeline__headline .timeline__point {
      left: 107.8431372549019607843137254902%; }
      .left .timeline__headline .timeline__point span {
        left: -8px; }

.timeline__content {
  padding: 1.6em 1.7em 1.5em;
  background: #e3e3e3;
  color: black; }
  .timeline__content p {
    margin: 0; }
  .timeline__content a {
    text-decoration: underline; }
    .timeline__content a:hover {
      text-decoration: none; }
  .timeline__content img {
    float: left;
    margin: 5px 10px 5px 0; }
  .closed .timeline__content {
    z-index: 0; }
  .lt-ie8 .timeline__content {
    width: 456px; }

.timeline__entry {
  width: 46.36%;
  position: relative;
  left: 26.82%;
  text-align: center; }
  .timeline__entry .line {
    margin: 0 auto;
    width: 10px;
    height: 80px;
    display: block;
    background: url("/images/timeline/bg.png") repeat-y center center; }

.orange .timeline__headline__text,
.orange.closed .timeline__headline:hover .timeline__headline__text {
  background: #f68121;
  color: white;
  border-color: #f68121; }

.orange.closed .timeline__headline:hover .timeline__date {
  color: white; }

.orange.closed.right .timeline__headline:hover .timeline__dart__outer,
.orange.closed.right .timeline__headline:hover .timeline__dart__inner {
  border-right-color: #f68121; }

.orange.closed.left .timeline__headline:hover .timeline__dart__outer,
.orange.closed.left .timeline__headline:hover .timeline__dart__inner {
  border-left-color: #f68121; }

.orange.closed .timeline__headline__text {
  border-color: #fde9d8;
  color: #f9ab6b;
  background: white; }

.orange.closed .timeline__date {
  color: #f9ab6b; }

.orange.right .timeline__dart__inner,
.orange.right .timeline__dart__outer {
  border-right-color: #f68121; }

.orange.right.closed .timeline__dart__outer {
  border-right-color: #fde9d8; }

.orange.right.closed .timeline__dart__inner {
  border-right-color: white; }

.orange.left .timeline__dart__inner,
.orange.left .timeline__dart__outer {
  border-left-color: #f68121; }

.orange.left.closed .timeline__dart__outer {
  border-left-color: #fde9d8; }

.orange.left.closed .timeline__dart__inner {
  border-left-color: white; }

.blue .timeline__headline__text,
.blue.closed .timeline__headline:hover .timeline__headline__text {
  background: #00b0f0;
  color: white;
  border-color: #00b0f0; }

.blue.closed .timeline__headline:hover .timeline__date {
  color: white; }

.blue.closed.right .timeline__headline:hover .timeline__dart__outer,
.blue.closed.right .timeline__headline:hover .timeline__dart__inner {
  border-right-color: #00b0f0; }

.blue.closed.left .timeline__headline:hover .timeline__dart__outer,
.blue.closed.left .timeline__headline:hover .timeline__dart__inner {
  border-left-color: #00b0f0; }

.blue.closed .timeline__headline__text {
  border-color: #eaf8fd;
  color: #3ecbff;
  background: white; }

.blue.closed .timeline__date {
  color: #3ecbff; }

.blue.right .timeline__dart__inner,
.blue.right .timeline__dart__outer {
  border-right-color: #00b0f0; }

.blue.right.closed .timeline__dart__outer {
  border-right-color: #eaf8fd; }

.blue.right.closed .timeline__dart__inner {
  border-right-color: white; }

.blue.left .timeline__dart__inner,
.blue.left .timeline__dart__outer {
  border-left-color: #00b0f0; }

.blue.left.closed .timeline__dart__outer {
  border-left-color: #eaf8fd; }

.blue.left.closed .timeline__dart__inner {
  border-left-color: white; }

.green .timeline__headline__text,
.green.closed .timeline__headline:hover .timeline__headline__text {
  background: #7ac043;
  color: white;
  border-color: #7ac043; }

.green.closed .timeline__headline:hover .timeline__date {
  color: white; }

.green.closed.right .timeline__headline:hover .timeline__dart__outer,
.green.closed.right .timeline__headline:hover .timeline__dart__inner {
  border-right-color: #7ac043; }

.green.closed.left .timeline__headline:hover .timeline__dart__outer,
.green.closed.left .timeline__headline:hover .timeline__dart__inner {
  border-left-color: #7ac043; }

.green.closed .timeline__headline__text {
  border-color: #e7f3dd;
  color: #a3d37c;
  background: white; }

.green.closed .timeline__date {
  color: #a3d37c; }

.green.right .timeline__dart__inner,
.green.right .timeline__dart__outer {
  border-right-color: #7ac043; }

.green.right.closed .timeline__dart__outer {
  border-right-color: #e7f3dd; }

.green.right.closed .timeline__dart__inner {
  border-right-color: white; }

.green.left .timeline__dart__inner,
.green.left .timeline__dart__outer {
  border-left-color: #7ac043; }

.green.left.closed .timeline__dart__outer {
  border-left-color: #e7f3dd; }

.green.left.closed .timeline__dart__inner {
  border-left-color: white; }

.magenta .timeline__headline__text,
.magenta.closed .timeline__headline:hover .timeline__headline__text {
  background: #dc369a;
  color: white;
  border-color: #dc369a; }

.magenta.closed .timeline__headline:hover .timeline__date {
  color: white; }

.magenta.closed.right .timeline__headline:hover .timeline__dart__outer,
.magenta.closed.right .timeline__headline:hover .timeline__dart__inner {
  border-right-color: #dc369a; }

.magenta.closed.left .timeline__headline:hover .timeline__dart__outer,
.magenta.closed.left .timeline__headline:hover .timeline__dart__inner {
  border-left-color: #dc369a; }

.magenta.closed .timeline__headline__text {
  border-color: #f9dbed;
  color: #e777bb;
  background: white; }

.magenta.closed .timeline__date {
  color: #e777bb; }

.magenta.right .timeline__dart__inner,
.magenta.right .timeline__dart__outer {
  border-right-color: #dc369a; }

.magenta.right.closed .timeline__dart__outer {
  border-right-color: #f9dbed; }

.magenta.right.closed .timeline__dart__inner {
  border-right-color: white; }

.magenta.left .timeline__dart__inner,
.magenta.left .timeline__dart__outer {
  border-left-color: #dc369a; }

.magenta.left.closed .timeline__dart__outer {
  border-left-color: #f9dbed; }

.magenta.left.closed .timeline__dart__inner {
  border-left-color: white; }

.grey .timeline__headline__text,
.grey.closed .timeline__headline:hover .timeline__headline__text {
  background: #ababab;
  color: white;
  border-color: #ababab; }

.grey.closed .timeline__headline:hover .timeline__date {
  color: white; }

.grey.closed.right .timeline__headline:hover .timeline__dart__outer,
.grey.closed.right .timeline__headline:hover .timeline__dart__inner {
  border-right-color: #ababab; }

.grey.closed.left .timeline__headline:hover .timeline__dart__outer,
.grey.closed.left .timeline__headline:hover .timeline__dart__inner {
  border-left-color: #ababab; }

.grey.closed .timeline__headline__text {
  border-color: gainsboro;
  color: #d1d1d1;
  background: white; }

.grey.closed .timeline__date {
  color: #d1d1d1; }

.grey.right .timeline__dart__inner,
.grey.right .timeline__dart__outer {
  border-right-color: #ababab; }

.grey.right.closed .timeline__dart__outer {
  border-right-color: gainsboro; }

.grey.right.closed .timeline__dart__inner {
  border-right-color: white; }

.grey.left .timeline__dart__inner,
.grey.left .timeline__dart__outer {
  border-left-color: #ababab; }

.grey.left.closed .timeline__dart__outer {
  border-left-color: gainsboro; }

.grey.left.closed .timeline__dart__inner {
  border-left-color: white; }

.timeline h2:hover {
  cursor: pointer; }

.timeline .immutable h2:hover {
  cursor: default; }

.timeline .cleaner {
  margin: 0;
  clear: both;
  visibility: hidden;
  display: block;
  height: 0; }

* + html .timeline .timeline__item h2 {
  position: relative;
  zoom: 1; }

.awards {
  margin: 0 auto 4.5%;
  width: 100%;
  max-width: 1100px; }
  .awards a:hover {
    text-decoration: underline;
    color: #00b0f0; }
  .awards__year {
    margin: 0;
    height: 0;
    font-weight: bold;
    font-size: 2.1875em;
    line-height: 1.1;
    color: #ababab; }
    .awards__year span {
      padding-top: 4.8%;
      width: 10%;
      display: inline-block;
      text-align: center; }
  .awards__items {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    overflow: hidden; }
  .awards__item {
    margin: 4.8% 0;
    padding: 0 0 0 11.8%;
    width: 88.2%;
    display: block;
    overflow: hidden; }
  .awards__img {
    width: 21.5%;
    text-align: center;
    float: left; }
    .awards__img img {
      max-width: 70.81%;
      display: inline-block; }
  .awards__text {
    padding-left: 4.6%;
    width: 73.9%;
    float: left; }
    .awards__text > p:last-child {
      margin-bottom: 0; }
    .awards__text h2 {
      margin: 0 0 1em;
      font-size: 1.6875em;
      line-height: 1.1;
      color: #00b0f0; }
    .lt-ie8 .awards__text {
      width: 72.9%; }

.list-numb h1 {
  text-align: center; }

.list-numb__item {
  margin: 0;
  padding: 0 0 0 8.3%;
  position: relative;
  display: block;
  border-top: 1px solid #e3e3e3; }
  .lt-ie8 .list-numb__item {
    display: inline-block;
    width: 91.7%; }

.list-numb__numb {
  padding-top: 2.55%;
  width: 4.2%;
  font-size: 2.1875em;
  text-align: right;
  position: absolute;
  top: -3px;
  left: 0;
  color: #ababab; }

.list-numb__content {
  padding: 2.55% 0 2.55% 0;
  position: relative; }

.list-numb h3 {
  margin: 0 0 0.58em;
  font-size: 1.5em;
  color: #00b0f0; }
  .list-numb h3:last-child {
    margin: 0.4em 0; }
  .list-numb h3 a {
    color: #00b0f0; }

.list-numb__headline {
  margin-top: 0.4em !important;
  margin-bottom: 1em;
  font-size: 1.5em;
  color: #00b0f0; }
  .list-numb__headline:last-child {
    margin: 0.4em 0; }
  #mcpp-3 .list-numb__headline {
    font-size: 1.3em;
    margin-bottom: 1em; }

.list-numb--purple .list-numb__headline {
  color: #9173ad; }

.list-numb--purple .activation__arrow--purple {
  background-image: url(/images/activation-dart-purple.png); }

.list-numb--img .list-numb__content {
  padding-left: 11%;
  max-width: 806px; }

.list-numb--img .list-numb__img {
  width: 9.36%;
  position: absolute;
  left: 8.3%;
  top: 0; }
  .list-numb--img .list-numb__img img {
    width: 100%; }

.activation {
  margin: 0.4em 0; }
  .activation + .activation {
    margin-top: 1.5em; }
  .activation__step {
    padding: 9% 10% 5%;
    background: #efefef;
    border-radius: 10px;
    position: relative; }
    .activation__step p {
      margin-bottom: 0.3em;
      height: 57px;
      font-size: 0.9375em;
      position: relative;
      z-index: 10; }
    .activation__step em {
      font-style: italic; }
    .activation__step div[data-name] {
      margin-bottom: 0.3em;
      height: 57px;
      font-size: 0.9375em;
      position: relative;
      z-index: 10; }
    .activation__step div[data-name="finalization3"] {
      height: 139px; }
  .activation__img {
    margin: 0 auto;
    width: 100%;
    max-width: 242px;
    display: block; }
  .activation__arrow {
    width: 16px;
    height: 30px;
    position: absolute;
    left: 104.3%;
    top: 45%;
    background: url(/images/activation-dart-blue.png) no-repeat center center; }
    @media screen and (max-width: 1400px) {
      .activation__arrow {
        width: 4.776119402985074626865671641791%;
        background-size: 100%; } }

.activation--card .activation__step div[data-name] {
  font-size: 0.875em;
  height: 80px; }

.list-numb-inline .list-numb-inline__item {
  display: inline-block;
  position: relative;
  width: 33.33333333333333%;
  vertical-align: top; }
  .list-numb-inline .list-numb-inline__item-number {
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 2.1875em;
    font-weight: bold;
    color: #d9d9d9; }
  .list-numb-inline .list-numb-inline__item-text {
    height: 3em;
    padding-left: 11%; }
  .list-numb-inline .list-numb-inline__item-image {
    width: 95%; }

.mobapp {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px; }
  .mobapp__row {
    padding: 2% 0 0 3.8%;
    display: block;
    overflow: hidden;
    background: url(/images/mobile-app/divider.png) no-repeat center top;
    background-size: 100%; }
  .mobapp__img {
    width: 25%;
    vertical-align: bottom;
    display: inline-block; }
    .mobapp__img img {
      margin: 0 auto;
      width: 98.81422924%;
      display: block; }
  .mobapp__content {
    margin-bottom: 2%;
    padding-left: 2%;
    width: 73%;
    vertical-align: top;
    display: inline-block; }
    .mobapp__content h2 {
      margin: 9.4% 0 0.5em; }
    .mobapp__content .icon, .mobapp__content .icon-rounded {
      margin-right: 0.5em;
      vertical-align: middle;
      position: relative;
      top: -0.2em; }
    .mobapp__content .list-styled, .mobapp__content .generated-content ul, .generated-content .mobapp__content ul,
    .mobapp__content .drop-list__text-inner ul, .drop-list__text-inner .mobapp__content ul, .mobapp__content .generated-content ol, .generated-content .mobapp__content ol,
    .mobapp__content .drop-list__text-inner ol, .drop-list__text-inner .mobapp__content ol {
      padding-left: 15px; }
  .mobapp__footer {
    padding-top: 4.8%;
    text-align: center;
    background: url(/images/mobile-app/footer-bg.png) no-repeat center top;
    background-width: 100%; }
    .mobapp__footer p {
      margin-bottom: 2.9%; }
  .mobapp__store-links a {
    font-size: 1.625em;
    display: inline-block;
    color: #00b0f0; }
    .mobapp__store-links a:first-child {
      margin-bottom: 0.7em; }
  .mobapp__store-links img {
    margin-right: 0.9em;
    vertical-align: middle;
    display: inline-block; }

.mobapp__row--head {
  padding-top: 0;
  background: none; }
  .mobapp__row--head h1 {
    margin: 0 0 0.7em; }
  .mobapp__row--head .mobapp__img img {
    width: 90.513833%; }

.locations .grid {
  min-height: 18em;
  position: relative; }

.locations .h3 {
  margin: 0;
  padding: 0.87em 1.27em 0.87em 1.4em;
  font-weight: bold;
  font-size: 1em;
  font-family: arial, sans-serif; }

h1.list {
  margin-bottom: 0; }
  @media screen and (max-width: 850px) {
    h1.list {
      margin-bottom: 1.2em; } }

.locations-list {
  max-width: 1100px; }
  .js .locations-list .grid {
    display: none; }
  .locations-list--ajax .locations-list__preloader {
    display: none; }
  .locations-list--ajax .grid {
    display: block !important; }
  .locations-list .drop-list {
    border-top: none; }
  .locations-list .drop-list__item {
    padding: 1em 0; }
    .locations-list .drop-list__item h2 {
      margin: 0 !important; }
    .locations-list .drop-list__item .drop-list__btn {
      padding-left: 0.74em; }
    .locations-list .drop-list__item .drop-list__dart, .locations-list .drop-list__item .generated-content--pricelist .toggle-btn .dart, .generated-content--pricelist .toggle-btn .locations-list .drop-list__item .dart {
      right: 0.74em; }
    .locations-list .drop-list__item .drop-list__text-inner {
      padding-right: 0 !important; }
  .locations-list__preloader {
    text-align: center; }
    .no-js .locations-list__preloader {
      display: none; }
  .locations-list__item {
    margin: 1.5em 0;
    padding: 1px 1.9%;
    text-align: center;
    border-left: 1px solid #d9d9d9; }
    .b1 .locations-list__item,
    .b4 .locations-list__item,
    .b7 .locations-list__item,
    .b10 .locations-list__item {
      border-left: none; }
    .locations-list__item h4 {
      margin: 0 0 1em;
      font-size: 0.75em;
      text-transform: uppercase;
      color: #00b0f0; }
    .locations-list__item h3 {
      margin: 0 0 1.3em !important;
      font-weight: bold;
      font-size: 1.0625em;
      color: #00b0f0; }
    .locations-list__item p {
      font-size: 0.875em; }
      .locations-list__item p:last-child {
        margin-bottom: 0; }
    .locations-list__item .fn {
      display: block; }
  .locations-list__img {
    margin: 0 auto 1.4em;
    width: 74%;
    max-width: 157px; }
    .locations-list__img img {
      width: 100%;
      display: block; }
  .locations-list__control {
    padding-right: 13%; }
    .locations-list__control .map-control__filter {
      border: 1px solid #e3e3e3; }
      .locations-list__control .map-control__filter .checkbox {
        white-space: normal; }

.new-branches__perex {
  margin: -1em auto 2.1em;
  width: 100%;
  max-width: 527px;
  text-align: center; }

.new-branches-list {
  margin: 0 auto;
  padding-bottom: 4.8%;
  width: 100%;
  max-width: 940px;
  background: url(/images/new-branches-separator-last.png) no-repeat center bottom;
  background-size: 100% auto; }
  .new-branches-list__row {
    padding: 8% 0 2.7% 0;
    background: url(/images/new-branches-separator.png) no-repeat center top;
    background-size: 100% auto;
    overflow: hidden; }
  .new-branches-list__item {
    padding: 0 3% 0 23.5%;
    width: 25%;
    min-height: 11.25em;
    position: relative;
    float: left; }
    .new-branches-list__item + .new-branches-list__item {
      padding-right: 0; }
      .new-branches-list__item + .new-branches-list__item .new-branches-list__img {
        width: 39.473684210526315789473684210526%; }
  .new-branches-list__heading {
    margin: 0.3em 0 0.7em;
    font-size: 1em;
    color: #00b0f0; }
    .new-branches-list__heading span {
      font-size: 2.125em; }
      @media screen and (max-width: 890px) {
        .new-branches-list__heading span {
          font-size: 1.75em; } }
  .new-branches-list__date {
    margin: 0;
    width: 4.375em;
    height: 4.375em;
    line-height: 4.375em;
    text-align: center;
    position: absolute;
    bottom: -5%;
    right: -5%;
    border: 5px solid white;
    color: white;
    background: #d63616;
    border-radius: 50%;
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .lt-ie9 .new-branches-list__date {
      width: 70px;
      height: 70px;
      line-height: 70px;
      background: url(/images/branches/date-bg.png) no-repeat center center;
      border: none; }
    .new-branches-list__date span {
      font-weight: bold;
      font-size: 0.8125em;
      line-height: 1.2;
      display: inline-block;
      vertical-align: middle; }
      .lt-ie8 .new-branches-list__date span {
        padding-top: 1.5em;
        zoom: 1;
        display: inline; }
  .new-branches-list__address {
    margin-bottom: 0;
    min-height: 6em; }
  .new-branches-list__img {
    width: 37.190082644628099173553719008264%;
    max-width: 11.25em;
    position: absolute;
    top: 0;
    left: 0; }
    .new-branches-list__img .map {
      width: 100%;
      display: block;
      border-radius: 50%; }
    .new-branches-list__img .ie-helper {
      display: none; }
    .lt-ie9 .new-branches-list__img .ie-helper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }

.locations__map {
  padding-top: 100%;
  width: 100%;
  position: relative; }
  .locations__map .locations__map-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f9f9f9; }
  .locations__map--indent .locations__map-box {
    top: 3.25em;
    bottom: -3.25em; }

.map-products {
  padding: 10px 11px;
  background: white;
  position: absolute;
  bottom: 20px;
  right: 12%;
  z-index: 2000;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1); }
  .locations__map--indent .map-products {
    top: 96px; }
  .map-products__in, .map-products__out {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.1s ease; }
    .lt-ie8 .map-products__in, .lt-ie8 .map-products__out {
      display: block; }
    .map-products__in:hover, .map-products__out:hover {
      background-color: #f3f3f3; }
  .map-products__in {
    margin-bottom: 11px;
    background-position: 11px -160px; }
  .map-products__out {
    background-position: -25px -160px; }

.additional-info {
  text-align: center;
  color: #c00;
  margin-bottom: 20px; }

.map-control {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .map-control__inside {
    position: absolute;
    top: 2.75em;
    left: 0;
    right: 0;
    z-index: 2000; }
    @media screen and (max-width: 980px) {
      .map-control__inside {
        top: 2.5%; } }
    .map-control__inside__holder {
      margin: 0 auto;
      width: 94%;
      max-width: 1200px;
      height: 0; }
  .map-control__search {
    display: inline-block;
    width: 25%; }
    .lt-ie8 .map-control__search {
      display: inline;
      zoom: 1; }
    .map-control__search label {
      display: none; }
    .map-control__search input[type="text"] {
      width: 70%; }
  .map-control__filter {
    display: inline-block;
    vertical-align: top;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    background: white;
    -webkit-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear; }
    .lt-ie8 .map-control__filter {
      display: inline;
      zoom: 1; }
    .map-control__filter__heading {
      margin: 0.5em 0 1em 0; }
      .map-control__filter__heading h3 {
        margin: 20px 0 0 0;
        text-align: center;
        font-size: 1.5625em;
        color: #00b0f0; }
    .map-control__filter .branchesFilter, .map-control__filter .needFilter {
      margin: 10px 22px 15px 22px; }
    .map-control__filter .atmFilter {
      background-color: #e5f7fd;
      padding: 20px 22px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
    .map-control__filter.focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .map-control__filter h4 {
      margin: 1em 0 1em 0;
      font-size: 1em;
      color: #ababab; }
    .map-control__filter .checkbox {
      margin-bottom: 1em;
      display: block;
      white-space: nowrap; }
      @media screen and (max-width: 820px) {
        .map-control__filter .checkbox {
          margin-bottom: 0.8em; } }
      .map-control__filter .checkbox__check {
        width: 1.8125em;
        height: 1.8125em; }
      .map-control__filter .checkbox--purple {
        margin-top: 1.2em;
        /*&:before
					content: ""
					height: 1px
					position: absolute
					top: 0
					right: 0
					left: 0em
					background: $color-grey-lighten*/ }
        .lt-ie8 .map-control__filter .checkbox--purple {
          border-top: 1px solid #e3e3e3; }
      .map-control__filter .checkbox--atm {
        position: relative;
        margin-top: 0;
        padding-top: 0; }
        .map-control__filter .checkbox--atm:before {
          content: "";
          height: 1px;
          position: absolute;
          top: 0;
          right: 0;
          left: 0em; }
        .map-control__filter .checkbox--atm h4 {
          margin: 0; }
        .map-control__filter .checkbox--atm label {
          margin: 0; }
        .map-control__filter .checkbox--atm .atm-icon {
          float: right;
          width: 38px;
          height: 35px;
          display: inline-block;
          background: url(/images/atm-icon.png) no-repeat;
          margin-top: -5px; }
  .map-control .btn-group {
    display: inline-block;
    width: 75%; }
    .lt-ie8 .map-control .btn-group {
      display: inline;
      zoom: 1; }
  .map-control--list .btn-group {
    width: 100%; }

.map-zoom {
  margin: 0 0 0 0.5em;
  padding: 10px 11px;
  display: inline-block;
  vertical-align: top;
  z-index: 2000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  background: white;
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear; }
  .lt-ie8 .map-zoom {
    display: inline;
    zoom: 1; }
  .locations__map--indent .map-zoom {
    top: 96px; }
  .map-zoom__in, .map-zoom__out {
    display: block;
    -webkit-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.1s ease; }
    .lt-ie8 .map-zoom__in, .lt-ie8 .map-zoom__out {
      display: block; }
    .map-zoom__in:hover, .map-zoom__out:hover {
      background-color: #f3f3f3; }
  .map-zoom__in {
    margin-bottom: 11px;
    background-position: 7px -164px; }
  .map-zoom__out {
    background-position: -29px -164px; }
  .map-zoom.focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.block-map > .block__inner {
  position: initial;
  min-height: 526px; }

.block-map__height-holder {
  height: 0px;
  padding-top: 50%; }

.block-map__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.block-map__main__phone:before {
  content: "";
  margin-right: 0.2em;
  width: 18px;
  height: 23px;
  display: inline-block;
  position: relative;
  top: 2px;
  vertical-align: top;
  background: url(/images/icons.png) no-repeat 0 -85px; }

.block-map__dart {
  width: 48px;
  position: absolute;
  top: 50%;
  left: -24px; }
  .block-map__dart span {
    width: 0;
    height: 0;
    display: block;
    position: relative;
    top: -24px;
    border: transparent 24px solid;
    border-right-color: white; }

.block-map__popup {
  color: #424242; }
  .block-map__popup .block-map__popup-close {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: 14px;
    text-indent: -99999px;
    background: url(/images/modal-map-close.png) 100% 0 no-repeat; }
    .block-map__popup .block-map__popup-close--magenta:hover {
      background-position: 0 -28px; }
    .block-map__popup .block-map__popup-close--blue:hover {
      background-position: 0 -14px; }
    .block-map__popup .block-map__popup-close--green:hover {
      background-position: 0 0; }
  .block-map__popup .block-map__address {
    margin: 0.8em auto;
    width: 100%;
    max-width: 200px;
    line-height: 1.7;
    font-size: 1.125em; }
    @media screen and (max-width: 1145px) {
      .block-map__popup .block-map__address {
        margin: 0.7em auto 0.7em; } }
  .block-map__popup .block-map__popup-branch-type {
    margin: 0;
    font-size: 1em; }
    .block-map__popup .block-map__popup-branch-type span {
      margin: 0.8em 0;
      display: block;
      font-weight: bold;
      font-size: 1.125em;
      color: black; }
  .block-map__popup .block-map__open {
    margin: 0.8em 0;
    font-size: 1.125em; }
  .block-map__popup .grid {
    margin: 1.6em 0; }
  .block-map__popup.block-map__map {
    padding-left: 24px;
    width: 32%;
    max-width: 369px;
    max-height: 95%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1); }
    .block-map__popup.block-map__map .block-map__popup-inner {
      padding: 0.7em 1.5em 2em;
      background-color: #fff;
      border-radius: 8px; }
    .block-map__popup.block-map__map h3 {
      margin: 20px 0;
      font-size: 1.625em;
      line-height: 1.2; }
      @media screen and (max-width: 1145px) {
        .block-map__popup.block-map__map h3 {
          margin: 1.2em 0 0.9em; } }
  .block-map__popup.block-map__map-list {
    display: none;
    background-color: #f9f9f9; }
    .block-map__popup.block-map__map-list .grid {
      min-height: initial; }
    .block-map__popup.block-map__map-list .block-map__popup-inner {
      position: relative;
      padding: 20px; }
    .block-map__popup.block-map__map-list h3 {
      margin: 0 0 30px; }
    .block-map__popup.block-map__map-list li {
      background: url(/images/list-pop-dart.png) 0 8px no-repeat;
      padding-left: 20px; }
    .block-map__popup.block-map__map-list .block-map__dart {
      display: none; }
  .block-map__popup .virtual-tour {
    text-align: center;
    font-size: 1.5625em; }
    .block-map__popup .virtual-tour a {
      text-decoration: none;
      color: #00b0f0; }
    .block-map__popup .virtual-tour img {
      margin-top: 0.6em; }
  .block-map__popup .block-map__services ul {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 365px; }

.bankers {
  text-align: center; }
  .bankers .span--33 {
    width: auto;
    text-align: left; }
  .bankers .span h4 {
    text-align: center; }
  .bankers .span h4, .bankers .span h5 {
    margin-top: 0 !important; }
  .bankers .span h5 {
    margin-bottom: 1em;
    font-weight: bold !important; }
  .bankers .bankers__label {
    display: inline-block;
    width: 25%; }
  .bankers .bankers__tel {
    margin: 0; }
  .bankers .bankers__mail {
    margin: 1em 0; }
  .bankers .bankers__address {
    margin: 0; }

html.js2 .branchesApp__atmList,
html.js2 .branchesApp__atmDetail,
html.js2 .branchesApp__branchDetail,
html.js2 .branchesApp__branchList {
  display: none; }

.branchesWidget {
  background-color: rgba(0, 176, 240, 0.1); }
  .branchesWidget--mobile .branchesWidget__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .branchesWidget__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #ffffff;
    margin: 45px 0;
    min-height: 317px; }
  .branchesWidget__list {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    padding: 20px 35px 40px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 1px; }
    .branchesWidget__list ul li {
      margin-bottom: 5px; }
    .branchesWidget__list h3 {
      font-size: 25px;
      margin: 0 0 20px 0;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .branchesWidget__list a {
      margin-top: auto; }
  .branchesWidget__content {
    -ms-flex-preferred-size: 66.6667%;
        flex-basis: 66.6667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .branchesWidget__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .branchesWidget__image > img {
      width: 100%;
      max-width: 535px;
      height: auto; }
  .branchesWidget__branch {
    padding: 15px 20px 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 252px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .branchesWidget__branch p {
      font-size: 16px; }
    .branchesWidget__branch--found {
      display: none; }
      .branchesWidget__branch--found > div:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 10px;
        width: 100%; }
        .branchesWidget__branch--found > div:first-of-type p {
          margin: 0;
          font-size: 14px;
          line-height: 21px; }
        .branchesWidget__branch--found > div:first-of-type button {
          border: 0;
          background: transparent;
          cursor: pointer;
          text-decoration: underline;
          font-size: 12px;
          line-height: 21px; }
          .branchesWidget__branch--found > div:first-of-type button:focus {
            outline: none !important; }
          .branchesWidget__branch--found > div:first-of-type button:hover {
            text-decoration: none; }
      .branchesWidget__branch--found > div:nth-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #d9d9d9;
        width: 100%; }
        .branchesWidget__branch--found > div:nth-of-type(2) > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
          .branchesWidget__branch--found > div:nth-of-type(2) > div > p {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-bottom: 0; }
            .branchesWidget__branch--found > div:nth-of-type(2) > div > p strong {
              margin-bottom: 5px; }
        .branchesWidget__branch--found > div:nth-of-type(2) > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          font-size: 12px;
          color: #00b0f0;
          text-decoration: none;
          -ms-flex-item-align: end;
              align-self: flex-end;
          margin-top: auto; }
          .branchesWidget__branch--found > div:nth-of-type(2) > a svg {
            margin-bottom: 5px; }
            .branchesWidget__branch--found > div:nth-of-type(2) > a svg path {
              fill: #00b0f0; }
          .branchesWidget__branch--found > div:nth-of-type(2) > a:hover {
            text-decoration: underline; }
        .branchesWidget__branch--found > div:nth-of-type(2) svg {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 10px; }
          .branchesWidget__branch--found > div:nth-of-type(2) svg path {
            fill: #00b0f0; }
      .branchesWidget__branch--found > strong {
        display: inline-block;
        margin-bottom: 20px; }
      .branchesWidget__branch--found > address {
        font-style: italic;
        line-height: 180%;
        font-size: 14px;
        white-space: pre-line;
        width: 100%; }
    .branchesWidget__branch--notfound > div:first-of-type {
      width: 100%; }
  .branchesWidget__button {
    width: 100%;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 25px;
    border-top: 1px solid #d9d9d9; }
    .branchesWidget__button button {
      border: 0;
      background: transparent; }
      .branchesWidget__button button:focus {
        outline: none !important; }
      .branchesWidget__button button .btn {
        padding-top: 9px;
        padding-bottom: 7px; }
        .branchesWidget__button button .btn__text {
          font-size: 16px; }
  .branchesWidget .JS-locationError {
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    -ms-flex-item-align: center;
        align-self: center; }

.skimming {
  margin-right: -14.942%; }
  .skimming__img-box {
    float: left; }
    .skimming__img-box img {
      display: block; }
    .skimming__img-box p {
      overflow: visible !important; }
    .skimming__img-box--1 {
      width: 31.368%; }
      .skimming__img-box--1 img {
        width: 100%; }
    .skimming__img-box--2 {
      padding: 0 3.04183% 0 3.80228%;
      width: 31.74905%; }
      .skimming__img-box--2 img {
        margin-left: -11.97605%;
        width: 111.97605%; }
    .skimming__img-box--3 {
      width: 29.84791%; }
      .skimming__img-box--3 img {
        margin-left: -8%;
        width: 110.82803%; }

.https-site {
  margin-right: -14.942%; }
  .https-site__sample img {
    width: 100%; }

.big-promo-box__contact-client-centrum h3 {
  margin: 5% 0 8%; }

.big-promo-box__contact-client-centrum-address {
  line-height: 1.8;
  margin-bottom: 8%;
  padding: 0 10%; }

.big-promo-box__contact-client-centrum-branches {
  display: inline-block;
  padding: 1.8em 0 1.8em 5em;
  background: url(/images/contact-branches.png) no-repeat 0 0.4em; }

.contact-promorow__row {
  margin-bottom: 0.2em !important; }
  @media screen and (max-width: 1100px) {
    .contact-promorow__row {
      margin-bottom: 1em !important; } }

.contact-promorow__inner {
  margin-bottom: 3em;
  padding: 2% 3%;
  background: #fff; }

.contact-promorow h2 {
  margin: 0; }

.contact-promorow h3 {
  margin: 0 0 1.7% 0;
  font-size: 1.1875em; }

.contact-promorow__iconed {
  margin-bottom: 2.23%; }
  .contact-promorow__iconed .icon--info {
    margin: 0 0.9375em 0 0;
    vertical-align: middle; }
  .contact-promorow__iconed-text {
    vertical-align: middle; }

.contact-promorow__info-text {
  font-size: 0.9375em; }

.contact-promorow__row-label {
  display: inline-block;
  vertical-align: top;
  color: #424242; }
  @media screen and (max-width: 1100px) {
    .contact-promorow__row-label {
      font-weight: bold; } }

.contact-promorow__row-text {
  display: inline-block; }
  .contact-promorow__row-text.contact-promorow__row-text--small {
    font-size: 0.75em; }

.contact-promorow__left, .contact-promorow__middle, .contact-promorow__right {
  vertical-align: top;
  display: inline-block;
  font-size: 1.0625em; }
  .lt-ie8 .contact-promorow__left, .lt-ie8 .contact-promorow__middle, .lt-ie8 .contact-promorow__right {
    display: inline;
    zoom: 1; }
  @media screen and (max-width: 1100px) {
    .contact-promorow__left, .contact-promorow__middle, .contact-promorow__right {
      min-height: 200px; } }

.contact-promorow__left {
  width: 30%;
  border-right: 1px solid #e5f7fd; }
  .contact-promorow__left .contact-promorow__row-label {
    width: 33%; }
    @media screen and (max-width: 1100px) {
      .contact-promorow__left .contact-promorow__row-label {
        width: 100%; } }
  .contact-promorow__left .contact-promorow__row-text {
    width: 60%; }
    @media screen and (max-width: 1100px) {
      .contact-promorow__left .contact-promorow__row-text {
        width: 100%; } }

.contact-promorow__middle {
  width: 36%;
  border-right: 1px solid #e5f7fd; }
  .contact-promorow__middle .contact-promorow__row {
    margin: 0 0 0 10%; }
  .contact-promorow__middle .contact-promorow__row-label {
    width: 45%; }
    @media screen and (max-width: 1100px) {
      .contact-promorow__middle .contact-promorow__row-label {
        width: 100%; } }
  .contact-promorow__middle .contact-promorow__row-text {
    width: 55%; }
    @media screen and (max-width: 1100px) {
      .contact-promorow__middle .contact-promorow__row-text {
        width: 100%; } }

.contact-promorow__right {
  width: 33%; }
  .contact-promorow__right .contact-promorow__row {
    margin: 0 0 0 10%; }
  .contact-promorow__right .contact-promorow__row-label {
    padding-right: 4%;
    width: 41%; }
    @media screen and (max-width: 1100px) {
      .contact-promorow__right .contact-promorow__row-label {
        width: 100%; } }
  .contact-promorow__right .contact-promorow__row-text {
    width: 55%; }
    @media screen and (max-width: 1100px) {
      .contact-promorow__right .contact-promorow__row-text {
        width: 100%; }
        .contact-promorow__right .contact-promorow__row-text .br {
          display: none; } }

#locations-header .block__indent {
  margin-bottom: 0%; }

#locations-header h1 {
  margin-bottom: 0.5em;
  padding-bottom: 1.2em; }
  @media screen and (max-width: 990px) {
    #locations-header h1 {
      font-size: 2.2em; } }
  #locations-header h1.list {
    margin-bottom: 0; }

#locations-header .info-text {
  margin-bottom: 0.7em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 195px;
  right: 195px;
  z-index: 50; }

#locations-list .block__indent {
  margin-top: 0; }

#about-banner .banner__content {
  color: white; }

#about-us-in-numbers {
  overflow: hidden;
  white-space: nowrap; }
  #about-us-in-numbers .span {
    text-align: center;
    float: left; }
  #about-us-in-numbers p {
    margin-bottom: 0; }
  #about-us-in-numbers strong {
    font-size: 2.125em;
    display: block;
    color: #00b0f0; }
  .mobile #about-us-in-numbers .span {
    margin-bottom: 1.5em;
    width: auto;
    text-align: left;
    display: block;
    float: none;
    color: #00b0f0; }
  .mobile #about-us-in-numbers span {
    display: block;
    color: black; }
  .mobile #about-us-in-numbers strong {
    display: inline-block; }

.download-lists {
  margin-top: 1.4em;
  margin-bottom: 1.4em; }
  .download-lists h2, .download-lists .h2 {
    margin-bottom: 0.5%; }
  .download-lists a {
    text-decoration: none; }
    .download-lists a:hover {
      text-decoration: underline; }
  .mobile .download-lists {
    padding: 0 15px; }

.big-pricelist .block__inner {
  max-width: 850px; }
  .mobile .big-pricelist .block__inner {
    max-width: none; }

#ca-banner {
  background: #37beee; }

#ca-advantages .block__inner {
  max-width: 1000px; }

#ca-compare .block__inner,
#ca-compare-advantages .block__inner {
  max-width: 1100px; }

#mortgage-calculator {
  z-index: 1000; }

#mortage-calculator {
  z-index: 1000; }

#mortgage-contact-form {
  z-index: 1000; }

[data-name="pricelistnote"] {
  color: #000;
  margin: 35px 0 30px 0; }
  [data-name="pricelistnote"]:empty {
    height: 0;
    margin: 0; }
  [data-name="pricelistnote"] br:only-child {
    display: none; }

[data-name="perex"]:empty {
  display: none; }

.mrtg-special .mrtg-special__info-nav {
  margin-bottom: 4%; }
  .mrtg-special .mrtg-special__info-nav .promobox__bg {
    padding-top: 15%;
    border-width: 2px;
    border-color: #e4f2d9; }
    .mrtg-special .mrtg-special__info-nav .promobox__bg .promobox__icon__inner {
      margin-right: 29.2%; }
      @media screen and (max-width: 1400px) {
        .mrtg-special .mrtg-special__info-nav .promobox__bg .promobox__icon__inner {
          padding-top: 37.037037%;
          width: 37.037037%; } }
  .mrtg-special .mrtg-special__info-nav .promobox {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 37.5%;
    padding-top: 48%; }
    .mrtg-special .mrtg-special__info-nav .promobox:hover .mrtg-special__navigation-item-title {
      color: #ffffff; }
  .mrtg-special .mrtg-special__info-nav .promobox__bg--3-1 {
    border-right-width: 0; }
  .mrtg-special .mrtg-special__info-nav .promobox__bg--3-2 {
    border-right-width: 0; }
  .mrtg-special .mrtg-special__info-nav .mrtg-special__navigation-item-title {
    margin: 0;
    line-height: 1.2;
    color: #7ac043;
    font-size: 1.5em; }
  .mrtg-special .mrtg-special__info-nav .mrtg-special__navigation-item-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .mrtg-special .mrtg-special__info-nav .mrtg-special__navigation-item-more p {
      display: inline-block;
      border-bottom: 1px solid #7ac043;
      color: #7ac043; }
  .mrtg-special .mrtg-special__info-nav .span:hover + .promobox__bg .mrtg-special__navigation-item-more p {
    border-color: #ffffff;
    color: #ffffff; }
  .mrtg-special .mrtg-special__info-nav .mrtg-special__navigation-item--active h3 {
    color: #ffffff; }
  .mrtg-special .mrtg-special__info-nav .mrtg-special__navigation-item--active + .promobox__bg--green {
    background-color: #7ac043;
    border-color: #7ac043; }
    .mrtg-special .mrtg-special__info-nav .mrtg-special__navigation-item--active + .promobox__bg--green .mrtg-special__navigation-item-more p {
      border-color: #ffffff;
      color: #ffffff; }

.repre-example {
  margin: 40px 0; }
  .repre-example-title {
    margin: 1em 0;
    font-size: 0.875em;
    color: #ababab !important; }
  .repre-example-text {
    font-size: 0.875em; }

.search-form input {
  width: 69%;
  margin-right: 4%; }

.search-form button {
  width: 20%; }

.search-results .search-results__list {
  margin-top: 20px; }

.search-results .search-results__list-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0 45px; }
  .search-results .search-results__list-item:last-child {
    border: 0;
    padding-bottom: 0; }
  .search-results .search-results__list-item a {
    text-decoration: none; }
    .search-results .search-results__list-item a h3 {
      margin-top: 0;
      color: #000000; }
    .search-results .search-results__list-item a p {
      margin-bottom: 0; }
    .search-results .search-results__list-item a:hover h3 {
      color: #00b0f0; }

.search-results .search-results__note p {
  margin: 5% 0 0; }

.interest-rates .table {
  margin-bottom: 50px; }
  .interest-rates .table thead th {
    background: #f4f4f4; }
  .interest-rates .table .gray-bg td {
    background: #f4f4f4; }

.faq .list-styled li div, .faq .generated-content ul li div, .generated-content .faq ul li div, .faq .drop-list__text-inner ul li div, .drop-list__text-inner .faq ul li div, .faq .generated-content ol li div, .generated-content .faq ol li div, .faq .drop-list__text-inner ol li div, .drop-list__text-inner .faq ol li div {
  margin-bottom: 1em; }

.socialResponsibility {
  padding: 0 50px;
  max-width: 1100px; }
  .socialResponsibility img {
    max-width: 100%; }
  .socialResponsibility > p {
    margin-bottom: 50px; }
  .socialResponsibility .grid .span--50:nth-child(1) .socialResponsibility__text {
    padding-right: 50px; }
  .socialResponsibility .grid .span--50:nth-child(2) .socialResponsibility__text {
    padding-left: 50px; }
  .socialResponsibility__text {
    padding-top: 70px; }
    .socialResponsibility__text img {
      width: 70px; }

#mgm-success {
  text-align: center; }

#mgm-intro .block__inner {
  padding: 0 3%; }

#mgm-intro .block__indent {
  margin-bottom: 0;
  padding-bottom: 3.4%;
  border-bottom: 1px solid #e3e3e3; }

#mgm-intro h1 {
  margin: 0 0 0.6%; }

#mgm-intro p {
  margin-bottom: 0; }

#mgm-intro .mgm-intro__img {
  width: 26%;
  float: left; }
  #mgm-intro .mgm-intro__img img {
    margin: 0 0 0 -26.6%;
    width: 126.602564103%;
    display: block; }

#mgm-intro .mgm-intro__text {
  padding: 5% 0 0 6%;
  width: 41%;
  line-height: 1.6;
  float: left; }

#mgm-intro .mgm-intro__share {
  padding: 0 4% 0 7%;
  width: 16%;
  float: left; }
  #mgm-intro .mgm-intro__share .mgm-intro__awards {
    margin: 0 auto;
    width: 100%;
    max-width: 184px;
    display: block; }
  #mgm-intro .mgm-intro__share .mgm-intro__fb {
    margin: 11% auto 14%;
    width: 91px; }

@media screen and (max-width: 1024px) {
  #mgm-intro .mgm-intro__text {
    width: 68%; }
  #mgm-intro .mgm-intro__share {
    padding: 2.5% 0 0;
    width: auto;
    text-align: center;
    float: none;
    clear: both; }
    #mgm-intro .mgm-intro__share .mgm-intro__awards {
      display: inline-block;
      vertical-align: middle; }
    #mgm-intro .mgm-intro__share .mgm-intro__fb {
      margin: 0 2em 0;
      display: inline-block;
      vertical-align: middle; } }

.mgm-choice {
  margin-bottom: 6.8%;
  overflow: hidden; }
  .mgm-choice__box {
    width: 50%;
    float: left; }
  .mgm-choice .radio {
    padding: 5.6% 24% 5.5% 7.9%;
    display: block;
    border: 1px solid #e3e3e3;
    background: white;
    color: black;
    -webkit-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .mgm-choice .radio.radio--blue {
      border-left-color: white; }
    .mgm-choice .radio .radio__check {
      margin-top: 7.9%;
      left: 7.9%; }
    .mgm-choice .radio .radio__desc {
      padding-left: 3.3em;
      display: block; }
      .mgm-choice .radio .radio__desc span {
        font-size: 1.875em;
        display: block; }
        .en .mgm-choice .radio .radio__desc span {
          white-space: nowrap;
          font-size: 1.5625em; }
      .mgm-choice .radio .radio__desc small {
        font-size: 1.5em; }
        .en .mgm-choice .radio .radio__desc small {
          font-size: 1.4375em; }
  .mgm-choice .radio--checked,
  .mgm-choice .radio:hover {
    color: white; }
    .mgm-choice .radio--checked.radio--blue,
    .mgm-choice .radio:hover.radio--blue {
      background: #00b0f0;
      border-color: #00b0f0; }
      .mgm-choice .radio--checked.radio--blue .radio__check,
      .mgm-choice .radio:hover.radio--blue .radio__check {
        border-color: #00b0f0; }
    .mgm-choice .radio--checked.radio--orange,
    .mgm-choice .radio:hover.radio--orange {
      background: #f68121;
      border-color: #f68121; }
      .mgm-choice .radio--checked.radio--orange .radio__check,
      .mgm-choice .radio:hover.radio--orange .radio__check {
        border-color: #f68121; }
    .mgm-choice .radio--checked .radio__check,
    .mgm-choice .radio:hover .radio__check {
      background: white; }
  .mgm-choice .icon, .mgm-choice .icon-rounded {
    width: 57px;
    height: 57px;
    position: absolute;
    top: 30%;
    right: 10.2%; }
  .mgm-choice #bu .icon, .mgm-choice #bu .icon-rounded {
    background-position: left -1440px; }
  .mgm-choice #bu .radio--checked .icon, .mgm-choice #bu .radio--checked .icon-rounded,
  .mgm-choice #bu .radio:hover .icon,
  .mgm-choice #bu .radio:hover .icon-rounded {
    background-position: right -1440px; }
  .mgm-choice #cl .icon, .mgm-choice #cl .icon-rounded {
    background-position: left -1360px; }
  .mgm-choice #cl .radio--checked .icon, .mgm-choice #cl .radio--checked .icon-rounded,
  .mgm-choice #cl .radio:hover .icon,
  .mgm-choice #cl .radio:hover .icon-rounded {
    background-position: right -1360px; }

.mgm-form {
  position: relative; }
  .mgm-form .mgm-disclaimer {
    width: 60%;
    font-size: 0.8125em;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    color: #ababab; }
    .mgm-form .mgm-disclaimer span {
      padding-top: 1.3em;
      display: block; }
  .mgm-form .mgm-phoneifo {
    margin: -1em 0 0 0;
    font-size: 0.8125em;
    color: #ababab; }
  .mgm-form .mgm-mail {
    font-style: italic; }
    .mgm-form .mgm-mail .h3 {
      font-style: normal; }
    .mgm-form .mgm-mail a {
      color: #00b0f0; }
    .mgm-form .mgm-mail p:last-child {
      margin-bottom: 0; }
  .mgm-form .mgm-mail__subject {
    margin: 4.8% 0; }
    .mgm-form .mgm-mail__subject em {
      padding-right: 1.8em;
      font-style: normal;
      display: inline-block; }
  .mgm-form .radio-box {
    margin: 4.8% 0; }

#mgm-content .block__inner {
  overflow: hidden; }

#mgm-content .block__indent {
  max-width: 760px; }

#mgm-content .mgm-how {
  margin-bottom: 4.8%; }

#mgm-content .mgm-how__ca,
#mgm-content .mgm-how__cl,
#mgm-content .mgm-mail__ca,
#mgm-content .mgm-mail__cl {
  display: none; }

#mgm-content .mgm-tabs {
  display: none; }

#mgm-content .mgm-tabs--bu {
  display: block; }
  #mgm-content .mgm-tabs--bu .mgm-how__ca,
  #mgm-content .mgm-tabs--bu .mgm-mail__ca {
    display: block; }
  #mgm-content .mgm-tabs--bu .h3 {
    color: #00b0f0; }

#mgm-content .mgm-tabs--cl {
  display: block; }
  #mgm-content .mgm-tabs--cl .mgm-how__cl,
  #mgm-content .mgm-tabs--cl .mgm-mail__cl {
    display: block; }
  #mgm-content .mgm-tabs--cl .h3 {
    color: #f68121; }

#mgm-content .mgm-submit {
  margin-top: 3.9%;
  text-align: center; }

#mgm-content ol.list-styled > li, #mgm-content .generated-content ol > li, .generated-content #mgm-content ol > li, #mgm-content .drop-list__text-inner ol > li, .drop-list__text-inner #mgm-content ol > li {
  padding-left: 1em; }

#mgm-content ol.list-styled ul.list-styled > li, #mgm-content .generated-content ol ul.list-styled > li, .generated-content #mgm-content ol ul.list-styled > li, #mgm-content .drop-list__text-inner ol ul.list-styled > li, .drop-list__text-inner #mgm-content ol ul.list-styled > li, #mgm-content ol.list-styled .generated-content ul > li, .generated-content #mgm-content ol.list-styled ul > li, #mgm-content .generated-content ol ul > li, .generated-content #mgm-content ol ul > li, #mgm-content .drop-list__text-inner ol .generated-content ul > li, .generated-content #mgm-content .drop-list__text-inner ol ul > li, .drop-list__text-inner #mgm-content ol .generated-content ul > li, .generated-content .drop-list__text-inner #mgm-content ol ul > li, #mgm-content ol.list-styled .drop-list__text-inner ul > li, .drop-list__text-inner #mgm-content ol.list-styled ul > li, #mgm-content .generated-content ol .drop-list__text-inner ul > li, .drop-list__text-inner #mgm-content .generated-content ol ul > li, .generated-content #mgm-content ol .drop-list__text-inner ul > li, .drop-list__text-inner .generated-content #mgm-content ol ul > li, #mgm-content .drop-list__text-inner ol ul > li, .drop-list__text-inner #mgm-content ol ul > li, #mgm-content .generated-content ol ul.list-icon--styled > li, .generated-content #mgm-content ol ul.list-icon--styled > li, #mgm-content .drop-list__text-inner ol ul.list-icon--styled > li, .drop-list__text-inner #mgm-content ol ul.list-icon--styled > li {
  padding-left: 2.5em; }

#mgm-content .h3 {
  margin: 4.8% 0 2%; }

#mgm-content hr {
  margin-left: -25%;
  width: 150%; }

.mgm-intro-v2 {
  background-color: #33c0f3; }
  .mgm-intro-v2 h1 {
    position: relative;
    z-index: 10;
    color: #ffffff; }
  .mgm-intro-v2 p {
    color: #000000;
    padding-top: 20px;
    padding-bottom: 50px; }
  .mgm-intro-v2__text {
    position: relative;
    z-index: 10;
    padding-left: 560px;
    padding-right: 160px; }
  .mgm-intro-v2__airplane {
    z-index: 8;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 552px;
    height: 262px;
    background: url(/images/mgm/v2/vlastovka.png) no-repeat 0 0; }
  .mgm-intro-v2__money {
    z-index: 4;
    position: absolute;
    top: 0;
    left: -250px;
    width: 1600px;
    height: 471px;
    background: url(/images/mgm/v2/blue-bankovky.jpg) no-repeat 0 0; }

.mgm-content-v2 .block__inner {
  max-width: 900px; }

.mgm-content-v2__top {
  position: relative;
  padding: 0 2em; }
  .mgm-content-v2__top h2 {
    max-width: 600px;
    font-weight: bold;
    margin-bottom: 0;
    color: #00b0f0; }
  .mgm-content-v2__top p {
    max-width: 600px;
    margin-bottom: 1.5em;
    font-weight: bold;
    color: #00b0f0; }
  .mgm-content-v2__top img {
    position: absolute;
    top: -30px;
    right: 2em;
    max-width: 250px; }
  .mgm-content-v2__top ul {
    max-width: 600px; }
    .mgm-content-v2__top ul li {
      position: relative;
      margin-bottom: 1em; }
      .mgm-content-v2__top ul li span {
        top: 0;
        left: 0;
        font-weight: bold; }
      .mgm-content-v2__top ul li a {
        color: #000000; }
  .mgm-content-v2__top span {
    color: #00b0f0;
    position: relative; }
    .mgm-content-v2__top span a {
      color: #00b0f0; }

.mgm-content-v2__form-section {
  margin-bottom: 5px;
  padding: 1.5em 2em;
  background-color: #e5f7fd; }
  .mgm-content-v2__form-section h3, .mgm-content-v2__form-section .h4 {
    margin-top: 0;
    margin-bottom: 0.3em;
    font-weight: bold; }
  .mgm-content-v2__form-section > p {
    font-size: 0.75em; }
  .mgm-content-v2__form-section:last-child {
    margin-bottom: 5em; }
  .mgm-content-v2__form-section--link div {
    margin-bottom: 0.4em;
    max-width: 700px; }
    .mgm-content-v2__form-section--link div div {
      width: 100%;
      max-width: none;
      position: relative; }
    .mgm-content-v2__form-section--link div input {
      border: 0;
      width: calc(100% - 1.52em); }
    .mgm-content-v2__form-section--link div button {
      position: absolute;
      top: 4px;
      right: 4px;
      display: block;
      min-width: 100px;
      height: 28px;
      padding: 0;
      font-size: 12px;
      font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      border: 0;
      border-radius: 0;
      background-color: #eee;
      color: rgba(0, 0, 0, 0.49);
      cursor: pointer; }
      .mgm-content-v2__form-section--link div button:hover {
        background-color: #e1e1e1; }
  .mgm-content-v2__form-section--link p:last-child {
    margin-bottom: 0; }

.mgm-content-v2__form-section-share-link {
  margin: 0 0 2px 0;
  padding: 1em 2em;
  background-color: #e5f7fd;
  display: block;
  font-size: 1em; }
  .mgm-content-v2__form-section-share-link img {
    margin-right: 10px;
    vertical-align: middle;
    width: 25px; }

.mgm-content-v2__form-cg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5625em 0; }
  .mgm-content-v2__form-cg input[type="text"] {
    width: 100%; }
    .mgm-content-v2__form-cg input[type="text"]:focus {
      border-color: #00b0f0; }
  .mgm-content-v2__form-cg-label {
    min-width: 23%; }
    .mgm-content-v2__form-cg-label label {
      display: block;
      padding-top: 0.37em; }
  .mgm-content-v2__form-cg-input {
    width: 77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mgm-content-v2__form-cg-input p {
      margin: 0;
      padding: 0.77em 0 0 0.8em; }
    .mgm-content-v2__form-cg-input-message {
      width: 100%;
      font-size: 12px; }
      .mgm-content-v2__form-cg-input-message .error {
        padding: 0;
        margin: 0;
        color: #c30000; }
  .mgm-content-v2__form-cg-note {
    width: 100%; }
  .mgm-content-v2__form-cg--fullname .mgm-content-v2__form-cg-input {
    width: 45%; }
  .mgm-content-v2__form-cg--phone .mgm-content-v2__form-cg-input input {
    width: 33%; }
  .mgm-content-v2__form-cg--phone .mgm-content-v2__form-cg-input p {
    font-size: 12px; }
  .mgm-content-v2__form-cg--mail .mgm-content-v2__form-cg-input {
    width: 45%; }

.mgm-content-v2__form-recipientEmail-cta {
  display: inline-block;
  padding-left: 23%; }
  .mgm-content-v2__form-recipientEmail-cta-plus {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #00b0f0; }
    .mgm-content-v2__form-recipientEmail-cta-plus span {
      position: absolute;
      width: 17px;
      height: 5px;
      background-color: #fff; }
      .mgm-content-v2__form-recipientEmail-cta-plus span:first-child {
        left: 7px;
        top: 12px; }
      .mgm-content-v2__form-recipientEmail-cta-plus span:last-child {
        left: 7px;
        top: 12px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }

.mgm-content-v2__form-recipientEmail label {
  min-width: 23%;
  padding-right: 0 !important; }

.mgm-content-v2__form-recipientEmail .form__input-wrapper input {
  width: 69%; }

.mgm-content-v2__form-recipientEmail .form__input-wrapper {
  width: 61%; }

.mgm-content-v2__form-recipientEmail input {
  width: 42%; }

.mgm-content-v2__form-emailBody {
  display: block; }
  .mgm-content-v2__form-emailBody .h4 {
    padding-top: 2em;
    padding-bottom: 1.375em; }
  .mgm-content-v2__form-emailBody .info-send-center {
    font-size: 20px;
    text-align: center; }
  .mgm-content-v2__form-emailBody-emailShow {
    display: none; }
  .mgm-content-v2__form-emailBody-content {
    margin: 0 auto;
    padding: 1.5625em 1.8125em;
    max-width: 570px;
    background-color: #ffffff; }
    .mgm-content-v2__form-emailBody-content-subject {
      color: rgba(0, 0, 0, 0.5); }
    .mgm-content-v2__form-emailBody-content ul {
      margin: 0.7em; }
    .mgm-content-v2__form-emailBody-content--open {
      display: block; }
  .mgm-content-v2__form-emailBody-cta {
    margin: 2.6875em 0 1em;
    text-align: center; }

.mgm-success-v2__top {
  text-align: center; }
  .mgm-success-v2__top h3 {
    font-size: 3em;
    margin: 0; }
  .mgm-success-v2__top p {
    max-width: 1100px;
    text-align: left;
    font-size: 1.25em;
    margin-top: 25px; }

.mgm-success-v2__steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mgm-success-v2__steps-line {
    z-index: 50;
    position: absolute;
    padding-bottom: 20px;
    top: 35%; }
    .mgm-success-v2__steps-line img {
      display: block; }
    .mgm-success-v2__steps-line--1 {
      left: 20%; }
    .mgm-success-v2__steps-line--2 {
      left: 59%; }
  .mgm-success-v2__steps-step {
    position: relative;
    padding-top: 240px;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center; }
    .mgm-success-v2__steps-step img {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .mgm-success-v2__steps-step--1 {
      padding-left: 30px;
      padding-right: 30px;
      max-width: 220px; }
    .mgm-success-v2__steps-step--2 {
      max-width: 220px; }
    .mgm-success-v2__steps-step--3 {
      padding-left: 30px;
      padding-right: 30px;
      max-width: 310px; }

.mgm-success-v2__sentMore {
  margin-top: 130px;
  text-align: center; }
  .mgm-success-v2__sentMore a {
    display: inline-block;
    font-size: 1.25em;
    margin-left: -50px; }
    .mgm-success-v2__sentMore a:hover strong {
      text-decoration: none; }
  .mgm-success-v2__sentMore strong {
    text-decoration: underline;
    font-weight: normal; }
  .mgm-success-v2__sentMore-plus {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #00b0f0; }
    .mgm-success-v2__sentMore-plus span {
      position: absolute;
      width: 20px;
      height: 5px;
      background-color: #fff; }
      .mgm-success-v2__sentMore-plus span:first-child {
        left: 11px;
        top: 45%; }
      .mgm-success-v2__sentMore-plus span:last-child {
        left: 11px;
        -webkit-transform: rotate(90deg) translateX(-50%);
            -ms-transform: rotate(90deg) translateX(-50%);
                transform: rotate(90deg) translateX(-50%);
        top: 28px; }

@media screen and (max-width: 1250px) {
  .mgm-intro-v2__text {
    padding-right: 20px; }
  .mgm-success-v2__steps-line--2 {
    left: 56%; } }

@media screen and (max-width: 1050px) {
  .mgm-success-v2__steps-line {
    display: none; } }

@media screen and (max-width: 980px) {
  .mgm-intro-v2__text {
    padding-left: 440px; }
  .mgm-intro-v2__airplane {
    left: -120px; }
  .mgm-content-v2__top img {
    top: 0;
    right: 0;
    width: 20%; }
  .mgm-content-v2 h2, .mgm-content-v2 ul, .mgm-content-v2 p {
    max-width: 80%; } }

@media screen and (max-width: 768px) {
  .mgm-intro-v2 h1 {
    text-align: left; }
  .mgm-intro-v2 .block__indent {
    margin-top: 9em; }
  .mgm-intro-v2__text {
    text-align: left;
    padding-right: 0;
    padding-left: 0; }
  .mgm-intro-v2__airplane {
    top: -90px;
    left: auto;
    bottom: auto;
    right: 0;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH";
    background-size: 50%; }
  .mgm-intro-v2__money {
    left: auto;
    right: -1250px;
    top: -310px !important;
    -webkit-transform: rotate(180deg) scaleX(-1);
        -ms-transform: rotate(180deg) scaleX(-1);
            transform: rotate(180deg) scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH";
    background-size: 60%; }
  .mgm-content-v2__form-recipientEmail .form__input-wrapper {
    width: 100%; }
  .mgm-content-v2__form-recipientEmail .form__input-wrapper input {
    width: 100%; }
  .mgm-content-v2 h2, .mgm-content-v2 ul, .mgm-content-v2 p {
    max-width: 100%; }
  .mgm-content-v2__top {
    padding: 0.5em 0; }
    .mgm-content-v2__top img {
      display: none; }
  .mgm-content-v2__form {
    padding: 1.5em;
    margin: 0 -15px; }
    .mgm-content-v2__form-section {
      margin: 0 -2em 5px -2em; }
    .mgm-content-v2__form-section-share-link {
      margin: 0 -2em 2px -2em; }
    .mgm-content-v2__form--link {
      margin-bottom: 5px; }
    .mgm-content-v2__form-cg {
      margin: 0.5em 0; }
      .mgm-content-v2__form-cg-label {
        width: 100%; }
        .mgm-content-v2__form-cg-label label {
          margin-bottom: 5px; }
      .mgm-content-v2__form-cg-input {
        width: 100% !important; }
      .mgm-content-v2__form-cg--phone input {
        width: 100% !important; }
      .mgm-content-v2__form-cg--phone p {
        display: none; }
    .mgm-content-v2__form-emailBody-emailShow {
      display: block;
      padding: 1em 0 1.7em; }
      .mgm-content-v2__form-emailBody-emailShow strong:first-of-type {
        display: inline-block; }
      .mgm-content-v2__form-emailBody-emailShow strong:last-of-type {
        display: none; }
      .mgm-content-v2__form-emailBody-emailShow.mgm-content-v2__form-emailBody-emailShow--open strong:first-of-type {
        display: none; }
      .mgm-content-v2__form-emailBody-emailShow.mgm-content-v2__form-emailBody-emailShow--open strong:last-of-type {
        display: inline-block; }
      .mgm-content-v2__form-emailBody-emailShow.mgm-content-v2__form-emailBody-emailShow--open .mgm-content-v2__form-recipientEmail-cta-plus span:first-of-type {
        display: block !important; }
      .mgm-content-v2__form-emailBody-emailShow.mgm-content-v2__form-emailBody-emailShow--open .mgm-content-v2__form-recipientEmail-cta-plus span:last-of-type {
        display: none !important; }
    .mgm-content-v2__form-emailBody-content {
      max-width: none;
      display: none !important;
      width: 105.5%;
      margin-left: -2.0125em; }
      .mgm-content-v2__form-emailBody-content--open {
        display: block !important; }
  .mgm-success-v2__top {
    margin-top: 60px; }
    .mgm-success-v2__top h3 {
      font-size: 1.875em; }
  .mgm-success-v2__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mgm-success-v2__steps-line {
      position: static;
      display: block;
      padding-bottom: 0; }
      .mgm-success-v2__steps-line--1 {
        -webkit-transform: rotate(90deg) translateX(-80px);
            -ms-transform: rotate(90deg) translateX(-80px);
                transform: rotate(90deg) translateX(-80px); }
      .mgm-success-v2__steps-line--2 {
        -webkit-transform: rotate(90deg) translateX(-60px);
            -ms-transform: rotate(90deg) translateX(-60px);
                transform: rotate(90deg) translateX(-60px); }
    .mgm-success-v2__steps-step {
      padding-bottom: 180px;
      padding-left: 0;
      padding-right: 0; }
      .mgm-success-v2__steps-step--3 {
        padding-bottom: 0; }
  .mgm-success-v2__sentMore {
    margin-top: 40px; }
    .mgm-success-v2__sentMore a {
      margin-left: 0; } }

@media screen and (max-width: 600px) {
  .mgm-intro-v2 .block__indent {
    margin-top: 13em !important; }
  .mgm-intro-v2__airplane {
    top: -140px;
    right: -20px; }
  .mgm-intro-v2__money {
    right: -1290px;
    top: -410px; }
  .form__row--add {
    position: relative; }
  .form .form__link {
    padding-bottom: 5px;
    font-size: 0.75em;
    position: absolute;
    right: 0;
    top: 100%; } }

#mcpp .card-logos {
  padding-top: 0.5em;
  width: 100%;
  max-width: 730px;
  display: block; }

.mobile #mcpp .card-step {
  border-bottom: 1px solid #d9d9d9; }

#mcpp .card-step p {
  margin-bottom: 0; }

#mcpp .card-step .card-step__img {
  width: 16%;
  vertical-align: middle;
  display: inline-block; }
  .mobile #mcpp .card-step .card-step__img {
    width: 28%;
    vertical-align: top; }
  #mcpp .card-step .card-step__img img {
    margin: -7% 0;
    width: 100%;
    max-width: 141px;
    display: block; }

#mcpp .card-step .card-step__text {
  width: 75%;
  vertical-align: middle;
  display: inline-block; }
  .mobile #mcpp .card-step .card-step__text {
    padding-left: 2%;
    width: 66%;
    vertical-align: bottom; }

#mcpp .card-step .list-numb__item:first-child .list-numb__content {
  border-top: none; }

#mcpp .card-step .list-numb__numb {
  padding-top: 3.5%; }

#mcpp .card-open-online {
  margin: 3.4% 0;
  text-align: center; }

.mobile #mcpp .h3 {
  font-size: 1em; }

#mcpp-2 .card-open-online, #lpFam .card-open-online {
  margin: 3.4% 0;
  text-align: center; }
  .mobile #mcpp-2 .card-open-online, .mobile #lpFam .card-open-online {
    margin: 2.5em 0 1em; }

#mcpp-2 .card-sidebar, #lpFam .card-sidebar {
  padding-left: 16%;
  border-left: 1px solid #e3e3e3; }
  .mobile #mcpp-2 .card-sidebar, .mobile #lpFam .card-sidebar {
    margin-top: 2.5em;
    padding: 2.5em 15px 0;
    border: none;
    border-top: 1px solid #e3e3e3; }

#mcpp-2 .card-discount, #lpFam .card-discount {
  margin-bottom: 3em;
  text-align: center; }
  #mcpp-2 .card-discount .card-discount__item, #lpFam .card-discount .card-discount__item {
    margin-bottom: 1em; }
  #mcpp-2 .card-discount .card-discount__item--more, #lpFam .card-discount .card-discount__item--more {
    margin-top: 2em;
    text-align: center; }
  #mcpp-2 .card-discount img, #lpFam .card-discount img {
    width: 100%;
    max-width: 160px; }
    .mobile #mcpp-2 .card-discount img, .mobile #lpFam .card-discount img {
      max-width: 120px; }

.mobile #mcpp-2 .card-discount__more-info, .mobile #lpFam .card-discount__more-info {
  margin: 0 auto;
  width: 100%;
  max-width: 187px; }

#mcpp-2 .card-discount__more-info .h5, #lpFam .card-discount__more-info .h5 {
  margin-bottom: 1em; }
  .mobile #mcpp-2 .card-discount__more-info .h5, .mobile #lpFam .card-discount__more-info .h5 {
    text-align: center; }

#mcpp-2 .card-discount__more-info p, #lpFam .card-discount__more-info p {
  font-size: 0.9375em; }
  #mcpp-2 .card-discount__more-info p span, #lpFam .card-discount__more-info p span {
    width: 3.8em;
    display: inline-block; }
  #mcpp-2 .card-discount__more-info p a, #lpFam .card-discount__more-info p a {
    white-space: nowrap; }
  #mcpp-2 .card-discount__more-info p img, #lpFam .card-discount__more-info p img {
    padding-right: 0.5em;
    position: relative;
    top: 0.2em; }

#mcpp-2 .card-discount__item .btn .icon, #mcpp-2 .card-discount__item .btn .icon-rounded, #lpFam .card-discount__item .btn .icon, #lpFam .card-discount__item .btn .icon-rounded {
  margin-right: 0.5em;
  vertical-align: middle; }

#lpFam .card-sidebar {
  border: 0; }

.ca-card {
  width: 100%; }
  .ca-card--promo {
    margin-bottom: 3.5em; }
  .ca-card td, .ca-card th {
    padding: 1.0625em 0.6875em;
    width: 25.6%;
    text-align: center;
    border-bottom: 1px solid #e3e3e3; }
    .ca-card td:first-child, .ca-card th:first-child {
      width: 23.2%; }
  .ca-card thead th {
    padding-top: 0.3125em;
    padding-bottom: 0.4375em;
    font-size: 1.875em; }
  .ca-card thead tr:first-child th {
    padding-top: 0.5em;
    padding-bottom: 0;
    font-size: 0.8125em;
    border-bottom: none; }
  .ca-card tbody th {
    padding: 1.25em 0;
    text-align: left;
    font-size: 0.875em; }
  .ca-card__last-row td, .ca-card__last-row th {
    border-bottom: none; }
  .ca-card__highlight {
    background: #d9f3fd; }
  .ca-card__type th {
    vertical-align: bottom; }
  .ca-card__type td {
    padding-top: 0.75em; }
  .ca-card__type img {
    margin: 0 0 -0.375em 0;
    max-width: 79px;
    width: 4.9375em; }
  .ca-card__btn td, .ca-card__btn th {
    padding-top: 1.4375em;
    padding-bottom: 0.875em;
    border-bottom: none; }
  .ca-card__btn small {
    margin-top: 0.1875em;
    font-size: 0.875em;
    display: inline-block; }
  .ca-card__instruction {
    margin: 1.5em 0 2.9375em;
    text-align: center; }
    .ca-card__instruction a {
      color: #00b0f0; }
  .ca-card .icon--no-contain {
    margin-top: 0.125em;
    margin-bottom: -0.25em; }
  .ca-card sup {
    font-size: 0.75em;
    vertical-align: super; }

#currency {
  margin: 0 auto;
  max-width: 850px; }
  #currency .currency-valid-from {
    text-align: center;
    margin-top: 1.2em; }

.curr-valid-from {
  overflow: hidden; }
  .curr-valid-from__top {
    overflow: hidden;
    width: 100%; }
  .curr-valid-from__date {
    float: left;
    padding: 15px 0;
    font-size: 1em; }
    .curr-valid-from__date p {
      font-weight: bold;
      display: inline-block;
      margin-right: 10px; }
    .curr-valid-from__date div {
      display: inline-block;
      padding: 5px 30px 5px 12px;
      border: 1px solid #d9d9d9;
      background: url("/images/fx-rate/select.png") no-repeat 91% 50%;
      cursor: pointer; }
  .curr-valid-from__time {
    float: right;
    padding: 15px;
    font-size: 1em;
    overflow: visible; }
    .curr-valid-from__timeLabel {
      font-weight: bold;
      display: inline-block;
      margin-right: 10px; }
    .curr-valid-from__time span {
      margin: 0 4px; }
    .curr-valid-from__timeInput {
      position: relative;
      display: inline-block; }
      .curr-valid-from__timeInput span {
        margin: 0; }
      .curr-valid-from__timeInput input {
        text-align: center;
        width: 20px; }
      .curr-valid-from__timeInputPlus, .curr-valid-from__timeInputMinus {
        display: block;
        width: 20px;
        height: 10px;
        left: 12px;
        position: absolute;
        cursor: pointer; }
      .curr-valid-from__timeInputPlus {
        top: -13px;
        background: url("/images/fx-rate/time-up.png"); }
      .curr-valid-from__timeInputMinus {
        bottom: -13px;
        background: url("/images/fx-rate/time-down.png"); }
    .curr-valid-from__time button {
      top: -1px;
      margin-left: 20px; }
  .curr-valid-from__note {
    font-size: 1em;
    font-style: italic;
    width: 100%; }

.curr-date {
  text-align: right; }
  .curr-date label {
    margin-right: 0.8em;
    font-size: 1em; }

.curr-calc {
  display: none; }
  .js .curr-calc {
    display: block; }
  .curr-calc__row {
    padding: 0 3.53% 4.47%;
    background: white; }
    .curr-calc__row:first-child {
      border-bottom: 1px solid #d9d9d9; }
  .js .curr-calc input[type="submit"] {
    display: none; }
  .curr-calc .curr-calc-interest {
    display: inline-block;
    width: 13.3%; }
  .curr-calc [data-id="sel-1"], .curr-calc .amount, .curr-calc [data-id="from"], .curr-calc [data-id="to"] {
    width: 14.7%; }
  .curr-calc [data-id="sel-1"], .curr-calc .amount {
    margin-right: 2.6%; }
  .curr-calc [data-id="from"] {
    margin-right: 1.5%; }
  .curr-calc [data-id="to"] {
    margin-left: 1.5%; }
  .curr-calc .amount {
    text-align: right; }
  .curr-calc .curr-calc__row--notice {
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
    .curr-calc .curr-calc__row--notice .transaction-error {
      display: none; }
    .curr-calc .curr-calc__row--notice .transaction-text {
      width: 30%;
      vertical-align: middle;
      display: inline-block;
      white-space: nowrap; }
    .curr-calc .curr-calc__row--notice .transaction-amount {
      width: 67%;
      height: 1.5em;
      font-size: 1.875em;
      text-align: center;
      vertical-align: middle;
      display: inline-block;
      position: relative;
      left: -15%;
      color: #00b0f0; }

.curr-rate .table td, .curr-rate .table th {
  padding-left: 1.1em;
  padding-right: 1.1em; }

.curr-rate .cell-currency span {
  width: 4.7em;
  display: inline-block; }

.curr-rate .cell-buy,
.curr-rate .cell-sell {
  text-align: right; }

.curr-rate th.cell-buy, .curr-rate th.cell-sell {
  padding-right: 2em; }

.board {
  margin-top: 4.35%;
  padding-top: 4.45%;
  color: #424242;
  overflow: hidden;
  border-top: 1px solid #e3e3e3; }
  .board__img {
    padding-bottom: 0.1%;
    float: left;
    width: 17%; }
    .board__img img {
      width: 81%;
      max-width: 150px;
      display: block; }
  .board__name {
    padding-left: 3.7%;
    width: 26.3%;
    float: left; }
  .board__reference {
    padding-left: 5.7%;
    width: 47.3%;
    float: left; }
  .board h2 {
    margin: -0.35em 0 0.5em;
    font-size: 2.125em; }
  .board h3 {
    margin: 0;
    font-weight: bold;
    font-size: 1.0625em; }
    .board h3 small {
      font-weight: normal; }
  .board ul {
    margin-top: -0.35em; }
    .board ul li:last-child p {
      margin-bottom: 0; }

.audit-board h3 {
  margin: 3em 0 0; }

h3 + .audit-board__item h4 {
  margin-top: 0; }

.audit-board__item h4 {
  margin: .8em 0 .3em; }

.audit-board__item table {
  width: 100%; }
  .audit-board__item table td {
    color: #666; }
  .audit-board__item table td + td {
    text-align: right;
    white-space: nowrap;
    color: #c5c5c5; }

.audit-footer {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 3em 0;
  padding: 3em 0;
  color: #424242; }

.clr {
  clear: both; }

/* Floats */
.push-left {
  float: left; }

.push-right {
  float: right; }

.block-center {
  margin: 0 auto; }

/* Text align */
.ta-left {
  text-align: left; }

.ta-right {
  text-align: right; }

.ta-center {
  text-align: center; }

/* Margins */
.mr-20p {
  margin-right: 20%; }

/* Visual */
.hidden {
  display: none; }

.visually-hiden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.invisible {
  visibility: hidden; }

/* no js and js */
.js .js-hide {
  display: none; }

.show--desktop {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .show--desktop {
      display: none !important; } }

.show--mobile {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .show--mobile {
      display: block !important; } }

.newPhoneApp video {
  display: block;
  width: 100%;
  margin: 0 auto; }

.newPhoneApp h2 {
  line-height: 1.2;
  margin: 0;
  padding-bottom: 5%;
  font-size: 48px;
  color: #ffffff; }

.newPhoneApp--font h2,
.newPhoneApp--font h3 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
  font-size: 35px !important; }

.newPhoneApp ul {
  margin: 20px 0 0 0;
  padding-right: 10%; }
  .newPhoneApp ul li {
    line-height: 2;
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    font-family: "roboto_regular", sans-serif;
    color: #ffffff; }
    .newPhoneApp ul li:before {
      content: "";
      position: absolute;
      top: 10px;
      left: -5px;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url("/images/newApp/checkbox-white.png");
      background-size: cover; }

.newPhoneApp__video {
  display: block;
  max-width: 1920px;
  margin: 0 auto; }
  .newPhoneApp__video-backupImage img {
    margin-top: 30px;
    width: 100%; }

.newPhoneApp__box {
  overflow: hidden;
  padding: 2.5% 0;
  background: yellow; }
  .newPhoneApp__box--yellow h2, .newPhoneApp__box--white h2 {
    color: #000000; }
  .newPhoneApp__box--yellow ul li, .newPhoneApp__box--white ul li {
    color: #000000; }
    .newPhoneApp__box--yellow ul li:before, .newPhoneApp__box--white ul li:before {
      background-image: url("/images/newApp/checkbox-black.png"); }
  .newPhoneApp__box--yellow {
    background-color: #ffca09; }
  .newPhoneApp__box--magenta {
    background-color: #dc369a; }
  .newPhoneApp__box--blue {
    background-color: #00b0f0; }
  .newPhoneApp__box--white {
    background-color: #ffffff; }
  .newPhoneApp__box--black {
    background-color: #000000; }
  .newPhoneApp__box--gray {
    background-color: #dad9db; }
  .newPhoneApp__box--onPage .newPhoneApp__box-content {
    opacity: 1;
    padding-top: 10%; }
  .newPhoneApp__box--onPage .newPhoneApp__box-video {
    opacity: 1; }
  .newPhoneApp__box-content {
    float: left;
    width: 55%;
    padding-top: 5%;
    opacity: 0;
    -webkit-transition: opacity 800ms ease-in 200ms, padding 400ms ease-in 200ms;
    -o-transition: opacity 800ms ease-in 200ms, padding 400ms ease-in 200ms;
    transition: opacity 800ms ease-in 200ms, padding 400ms ease-in 200ms; }
  .newPhoneApp__box-video {
    float: left;
    width: 45%;
    opacity: 0;
    -webkit-transition: opacity 800ms ease-in 200ms;
    -o-transition: opacity 800ms ease-in 200ms;
    transition: opacity 800ms ease-in 200ms; }
    .newPhoneApp__box-videoPhoneWrapper {
      text-align: center;
      padding: 0;
      position: relative; }
    .newPhoneApp__box-video img {
      width: 55%; }
    .newPhoneApp__box-video video {
      position: absolute;
      top: 13.2%;
      left: 0;
      right: -1px;
      width: 42.7%;
      margin: 0 auto; }
    .newPhoneApp__box-video-backupImage {
      position: absolute;
      top: 13.2%;
      left: 0;
      right: -1px;
      width: 42.7%;
      margin: 0 auto; }
      .newPhoneApp__box-video-backupImage img {
        display: block;
        width: 100%; }

.newPhoneApp__cta-CA {
  background-color: #00b0f0;
  padding: 30px 0; }
  .newPhoneApp__cta-CA p {
    color: #ffffff; }
  .newPhoneApp__cta-CA .btn--large {
    padding: 1.25em 3em 1.30em !important; }

.newPhoneApp__cta {
  padding: 80px 0; }
  .newPhoneApp__cta h2, .newPhoneApp__cta h3 {
    font-weight: bold;
    font-size: 48px;
    margin: 0;
    padding: 0;
    text-align: center; }
  .newPhoneApp__cta h2 {
    color: #000; }
  .newPhoneApp__cta h3 {
    color: #00b0f0; }
  .newPhoneApp__ctaButtons {
    margin-top: 50px;
    text-align: center; }
    .newPhoneApp__ctaButtons a {
      display: inline-block;
      margin: 0 20px;
      padding: 13px 25px 13px 50px;
      background-color: #333;
      background-repeat: no-repeat;
      border-radius: 25px;
      color: #fff;
      text-decoration: none; }
      .newPhoneApp__ctaButtons a:hover {
        background-color: #444; }
      .newPhoneApp__ctaButtons a.apple {
        background-image: url(/images/newApp/yablicek.png);
        background-position: 10px 50%; }
      .newPhoneApp__ctaButtons a.android {
        background-image: url(/images/newApp/androidacek.png);
        background-position: 10px 50%; }

@media screen and (max-width: 1250px) {
  .newPhoneApp__box-content--left h2, .newPhoneApp__box-content--left ul {
    padding-left: 50px; } }

@media screen and (max-width: 1000px) {
  .newPhoneApp h2, .newPhoneApp h3 {
    font-size: 36px; }
  .newPhoneApp ul li {
    font-size: 16px; } }

.newMobileAppPage__banner {
  max-width: 1920px;
  height: 320px;
  margin: 0 auto;
  background-color: #24c4fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .newMobileAppPage__banner img {
    position: absolute;
    right: -100px;
    z-index: 0;
    height: 100%;
    top: 0; }
    @media screen and (max-width: 1550px) {
      .newMobileAppPage__banner img {
        right: -200px; } }
    @media screen and (max-width: 1350px) {
      .newMobileAppPage__banner img {
        right: -400px; } }
    @media screen and (max-width: 900px) {
      .newMobileAppPage__banner img {
        right: -550px; } }
  .newMobileAppPage__banner h1 {
    max-width: 500px;
    margin: 0 0 0 50px;
    font-weight: normal;
    color: #ffffff;
    font-size: 2.5em;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1150px) {
      .newMobileAppPage__banner h1 {
        max-width: 300px;
        margin-left: 60px; } }

.newMobileAppPage__slider h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 0; }

.newMobileAppPage__slider h3 {
  text-align: center;
  font-size: 1em;
  max-width: 450px;
  margin: 25px auto 50px auto; }

.newMobileAppPage__slider-container {
  position: relative;
  margin-top: 45px;
  margin-bottom: 15px; }
  .newMobileAppPage__slider-container .swiper-container-frame {
    margin: 0 auto;
    width: 359px;
    height: 630px;
    position: relative;
    padding-top: 15px; }
    .newMobileAppPage__slider-container .swiper-container-frame:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 11 !important;
      width: 359px;
      height: 630px;
      pointer-events: none;
      background-image: url(/images/newAppPage/phone-frame.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .newMobileAppPage__slider-container .swiper-container-frame:before {
          background-image: url(/images/newAppPage/phone-frame-2x.png);
          background-size: 359px auto; } }
    .newMobileAppPage__slider-container .swiper-container-frame .swiper-container {
      width: 254px;
      height: 548px;
      margin-top: -4px;
      z-index: 10; }
      .newMobileAppPage__slider-container .swiper-container-frame .swiper-container .swiper-slide {
        background-color: #ffffff;
        text-align: center; }
        .newMobileAppPage__slider-container .swiper-container-frame .swiper-container .swiper-slide video, .newMobileAppPage__slider-container .swiper-container-frame .swiper-container .swiper-slide img {
          width: 100%; }
        .newMobileAppPage__slider-container .swiper-container-frame .swiper-container .swiper-slide .video-background {
          position: absolute;
          top: 0;
          left: 0; }

.newMobileAppPage .swiper-pagination {
  top: 0;
  left: 0;
  width: 100%;
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  z-index: 9; }
  .newMobileAppPage .swiper-pagination .swiper-pagination-bullet {
    width: 400px;
    border-radius: 8px;
    background-color: #f7f7f7;
    opacity: 1;
    padding: 20px 15px 30px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 950px) {
      .newMobileAppPage .swiper-pagination .swiper-pagination-bullet {
        width: 300px;
        padding: 15px 15px 15px 15px; } }
    .newMobileAppPage .swiper-pagination .swiper-pagination-bullet:hover {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 176, 240, 0.3);
      box-shadow: 0px 0px 15px 0px rgba(0, 176, 240, 0.3); }
    .newMobileAppPage .swiper-pagination .swiper-pagination-bullet h4, .newMobileAppPage .swiper-pagination .swiper-pagination-bullet ul {
      margin: 0;
      text-align: left;
      width: 360px; }
      @media screen and (max-width: 1150px) {
        .newMobileAppPage .swiper-pagination .swiper-pagination-bullet h4, .newMobileAppPage .swiper-pagination .swiper-pagination-bullet ul {
          width: 260px; } }
      @media screen and (max-width: 950px) {
        .newMobileAppPage .swiper-pagination .swiper-pagination-bullet h4, .newMobileAppPage .swiper-pagination .swiper-pagination-bullet ul {
          width: 210px; } }
      @media screen and (max-width: 850px) {
        .newMobileAppPage .swiper-pagination .swiper-pagination-bullet h4, .newMobileAppPage .swiper-pagination .swiper-pagination-bullet ul {
          width: 180px; } }
    .newMobileAppPage .swiper-pagination .swiper-pagination-bullet h4 {
      font-weight: bold;
      font-size: 1.1875em;
      margin-bottom: 4px;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      @media screen and (max-width: 1150px) {
        .newMobileAppPage .swiper-pagination .swiper-pagination-bullet h4 {
          font-size: 1em; } }
    .newMobileAppPage .swiper-pagination .swiper-pagination-bullet ul li {
      font-size: 0.875em;
      color: #4c4c4c;
      margin-bottom: 8px;
      padding-left: 25px;
      position: relative; }
      @media screen and (max-width: 1150px) {
        .newMobileAppPage .swiper-pagination .swiper-pagination-bullet ul li {
          font-size: 0.8125em;
          margin-bottom: 10px; } }
      .newMobileAppPage .swiper-pagination .swiper-pagination-bullet ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        background-image: url(/images/newAppPage/checkbox-blue.png);
        width: 15px;
        height: 15px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .newMobileAppPage .swiper-pagination .swiper-pagination-bullet ul li:before {
            background-image: url(/images/newAppPage/checkbox-blue-2x.png);
            background-size: 15px auto; } }
    .newMobileAppPage .swiper-pagination .swiper-pagination-bullet-active {
      width: 50%;
      background-color: #e5f7fd;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .newMobileAppPage .swiper-pagination .swiper-pagination-bullet-active:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .newMobileAppPage .swiper-pagination .swiper-pagination-bullet-active h4 {
        color: #00b0f0;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
    .newMobileAppPage .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
      -ms-flex-item-align: start;
          align-self: flex-start;
      height: 250px; }
    .newMobileAppPage .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
      margin-top: 10px;
      height: 250px;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .newMobileAppPage .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
      -ms-flex-item-align: end;
          align-self: flex-end;
      height: 250px; }
      .newMobileAppPage .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) h4, .newMobileAppPage .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) ul {
        float: right; }
    .newMobileAppPage .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
      margin-top: 10px;
      height: 230px;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .newMobileAppPage .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) h4, .newMobileAppPage .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) ul {
        float: right; }
    .newMobileAppPage .swiper-pagination .swiper-pagination-bullet:focus {
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }

.hide-block {
  display: none; }

.block--grayLight {
  background: #00c9fd;
  max-height: 320px; }

.questionmark {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  cursor: pointer;
  vertical-align: middle; }
  .questionmark img {
    display: block;
    max-width: 100%; }

.numlist {
  display: block;
  list-style-type: decimal;
  padding: 0 20px;
  vertical-align: top;
  margin-bottom: 40px; }
  .numlist__item {
    font-weight: bold;
    padding: 10px 40px 10px 0; }
    .numlist__item strong {
      font-weight: bold; }
    .numlist__item > div {
      font-weight: normal; }

.investment__tabsContent {
  display: none;
  background: #e1f6fd; }

.investment .active {
  display: block; }

.investment .h1 {
  margin: 2em 0 0.5em; }

.investment .font-bigger {
  font-size: 1.1875em;
  margin: 0 auto 2em; }

.investment .button-wrapper .btn + .btn {
  margin: 1em 1em 0; }

.investment .button-wrapper .btn--white .btn__bg:after {
  background: #ffffff; }

.investment__graph .span--50 img, .investment__crossroad .span--50 img {
  max-width: 100%; }

.investment__crossroad h3 {
  margin-bottom: 1.5em;
  font-weight: bold; }

.investment__crossroad .span--50 {
  background: #e1f6fd;
  width: calc(50% - 61px);
  margin: 0 30px 0;
  padding: 0 20px 20px;
  min-height: 400px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .investment__crossroad .span--50 h3 {
    color: #00b0f0;
    font-weight: bold;
    margin: 1.5em 0; }
  .investment__crossroad .span--50 strong {
    margin-bottom: 20px;
    display: block; }
  .investment__crossroad .span--50 .button-wrapper {
    margin: 1.5em 0 1em;
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .investment__crossroad .span--50 .button-wrapper .btn {
      white-space: nowrap; }
  .investment__crossroad .span--50 li strong {
    display: inline; }
  .investment__crossroad .span--50:last-child {
    margin-right: 0; }

.investment__crossroad .button-wrapper {
  margin: 2.5em 0 1.5em; }

.investment__info {
  background-color: #e3e3e3; }

.investment__stats {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  position: relative; }
  .investment__stats .block__indent {
    margin: 2em auto 1em; }
  .investment__stats strong {
    font-size: 30px;
    font-weight: bold;
    color: #00b0f0;
    display: block;
    margin-bottom: 15px; }
  .investment__stats p {
    padding: 0 0.5em; }
  .investment__stats-prev, .investment__stats-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
    z-index: 50; }
  .investment__stats-prev {
    left: 0; }
  .investment__stats-next {
    right: 0; }
  .investment__stats--hide {
    display: none !important; }
  .investment__stats--active {
    display: inline-block !important; }

.investment .swiper-container {
  overflow: inherit !important;
  padding: 0 2px; }

.investment .swiper-slide {
  height: auto;
  border-bottom: 0;
  z-index: 999;
  position: relative;
  bottom: -2px; }
  .investment .swiper-slide a {
    text-align: center;
    border: 1px solid #00b0f0;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    min-height: 100%;
    padding: 40px 20px; }
    .investment .swiper-slide a.active {
      background: #e1f6fd;
      -webkit-box-shadow: inset 0 0 0 1px #e1f6fd;
              box-shadow: inset 0 0 0 1px #e1f6fd;
      color: #00b0f0;
      border: 2px solid #00b0f0; }
      .investment .swiper-slide a.active span {
        color: #000000; }
    .investment .swiper-slide a span {
      font-weight: normal;
      font-size: 16px;
      display: block;
      margin-top: 20px; }

.investment .swiper-button-prev, .investment .swiper-button-next {
  top: 0;
  margin: 0;
  height: 100%;
  width: 30px;
  -webkit-box-shadow: inset 0 0 0 1px #00b0f0;
          box-shadow: inset 0 0 0 1px #00b0f0;
  z-index: 100; }

.investment .swiper-button-prev {
  left: 0;
  background: #ffffff url(/images/investment/arrow-prev.png) center center no-repeat; }

.investment .swiper-button-next {
  right: 0;
  background: #ffffff url(/images/investment/arrow-next.png) center center no-repeat; }

.investment .swiper-button-disabled {
  opacity: 0; }

.investment .swiperContent {
  background: #e1f6fd;
  padding: 3em auto 3.2em !important; }

.investment #interest-calculator .block {
  border-bottom: 1px solid #00b0f0;
  position: relative;
  z-index: 1;
  overflow: inherit !important; }

.investment #interest-calculator .interest-calc {
  background: #e1f6fd;
  padding-bottom: 30px;
  z-index: 2;
  position: relative; }
  .investment #interest-calculator .interest-calc h2 {
    margin-top: 0;
    font-size: 1.875em; }
  .investment #interest-calculator .interest-calc form {
    display: block;
    padding: 3em 0 1em; }
  .investment #interest-calculator .interest-calc__Form, .investment #interest-calculator .interest-calc__Result, .investment #interest-calculator .interest-calc__Graph {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .investment #interest-calculator .interest-calc__Form {
    width: calc(20% - 10px);
    margin-right: 10px; }
    .investment #interest-calculator .interest-calc__Form .form-control {
      margin-bottom: 10px; }
      .investment #interest-calculator .interest-calc__Form .form-control__Label, .investment #interest-calculator .interest-calc__Form .form-control__Input, .investment #interest-calculator .interest-calc__Form .form-control__InputLabel {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block; }
      .investment #interest-calculator .interest-calc__Form .form-control__Label {
        width: 100%;
        display: block;
        margin-bottom: 5px; }
      .investment #interest-calculator .interest-calc__Form .form-control__Input {
        width: 50%;
        border-radius: 0;
        padding: 0.47em 0.5em 0.41em;
        background: #ffffff;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        font-family: "Century Gothic", sans-serif;
        border: 1px solid #d9d9d9; }
        .investment #interest-calculator .interest-calc__Form .form-control__Input:not(*:root) {
          padding: 0.47em 0.76em 0.41em; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .investment #interest-calculator .interest-calc__Form .form-control__Input {
            width: 25% !important;
            padding: 0.47em 0.3em 0.41em; } }
        @media screen and (max-width: 600px) {
          .investment #interest-calculator .interest-calc__Form .form-control__Input {
            font-size: 16px; } }
      .investment #interest-calculator .interest-calc__Form .form-control__Select {
        width: 20%;
        min-width: 2.8em; }
      .investment #interest-calculator .interest-calc__Form .form-control__InputLabel {
        width: 50%;
        padding-left: 10px; }
      .investment #interest-calculator .interest-calc__Form .form-control .radio {
        padding-left: 0;
        width: 33.333%;
        display: inline-block; }
        .investment #interest-calculator .interest-calc__Form .form-control .radio input {
          visibility: visible; }
      .investment #interest-calculator .interest-calc__Form .form-control .error {
        border: 1px solid #ed3334; }
      .investment #interest-calculator .interest-calc__Form .form-control .form-alert {
        color: #ed3334; }
    .investment #interest-calculator .interest-calc__Form .slider {
      overflow: visible;
      margin: 25px 0 0 0; }
      .investment #interest-calculator .interest-calc__Form .slider .rangeslider-vertical {
        max-width: 5px;
        border: 1px solid #d8d8d8;
        border-radius: 50px;
        background: #ffffff;
        margin: 0 10px;
        height: 90px; }
      .investment #interest-calculator .interest-calc__Form .slider .rangeslider__fill {
        background: #ffffff;
        border-radius: 50px; }
      .investment #interest-calculator .interest-calc__Form .slider .rangeslider__handle {
        width: 20px;
        height: 10px;
        left: -5px;
        border: 0;
        background: url(/images/investment/slider-handle.svg) left top no-repeat; }
        .investment #interest-calculator .interest-calc__Form .slider .rangeslider__handle:active, .investment #interest-calculator .interest-calc__Form .slider .rangeslider__handle:focus {
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          outline: none; }
      .investment #interest-calculator .interest-calc__Form .slider .rangeslider__labels {
        padding: 10px 0;
        top: -8px; }
      .investment #interest-calculator .interest-calc__Form .slider .rangeslider__label-item {
        -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }
        .investment #interest-calculator .interest-calc__Form .slider .rangeslider__label-item:before {
          display: none; }
  .investment #interest-calculator .interest-calc__Result {
    width: calc(30% - 20px);
    max-width: 290px;
    margin-right: 20px;
    background: #00b0f0;
    padding: 20px;
    color: #ffffff; }
    .investment #interest-calculator .interest-calc__Result .result__label {
      font-size: 1em; }
    .investment #interest-calculator .interest-calc__Result .result__number {
      font-size: 2.25em;
      margin-bottom: 30px;
      font-weight: bold;
      white-space: nowrap; }
      .investment #interest-calculator .interest-calc__Result .result__numberNote {
        font-weight: normal;
        font-size: 0.5em !important;
        padding-left: 10px; }
  .investment #interest-calculator .interest-calc__Graph {
    width: 50%;
    margin-right: 0;
    position: relative;
    max-height: 400px; }
    .investment #interest-calculator .interest-calc__Graph .questionmark {
      color: #00b0f0;
      margin-left: 5px; }

.investment__Steps {
  margin: 0;
  vertical-align: top; }
  .investment__Steps--hide {
    display: none !important; }
  .investment__Steps--active {
    display: inline-block !important; }
  .investment__Steps li {
    width: calc(25% - 20px);
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    padding-top: 40px;
    height: 160px;
    vertical-align: top; }
    .investment__Steps li:after {
      width: 100%;
      height: 1px;
      background: #00b0f0;
      content: "";
      position: absolute;
      left: 50%;
      top: 23px;
      z-index: 9; }
    .investment__Steps li:nth-child(4):after {
      display: none; }
    .investment__Steps li strong {
      display: block;
      color: #00b0f0;
      font-size: 24px;
      font-weight: normal;
      margin: 20px 0 0 0; }
      .investment__Steps li strong span {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        text-align: center;
        background: #00b0f0;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        color: #ffffff;
        line-height: 46px;
        font-size: 20px;
        z-index: 10; }
    .investment__Steps li p {
      display: block;
      max-width: 70%;
      text-align: center;
      margin: 0 auto; }
  .investment__Steps-prev, .investment__Steps-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
    z-index: 50; }
  .investment__Steps-prev {
    left: 0; }
  .investment__Steps-next {
    right: 0; }

.investment__trustUs img {
  max-width: 100%;
  margin-bottom: -5px;
  min-height: 255px;
  min-width: 450px; }

.investment__trustUs .list-styled, .investment__trustUs .generated-content ul, .generated-content .investment__trustUs ul,
.investment__trustUs .drop-list__text-inner ul, .drop-list__text-inner .investment__trustUs ul, .investment__trustUs .generated-content ol, .generated-content .investment__trustUs ol,
.investment__trustUs .drop-list__text-inner ol, .drop-list__text-inner .investment__trustUs ol {
  margin: 50px 0 30px; }
  .investment__trustUs .list-styled li, .investment__trustUs .generated-content ul li, .generated-content .investment__trustUs ul li, .investment__trustUs .drop-list__text-inner ul li, .drop-list__text-inner .investment__trustUs ul li, .investment__trustUs .generated-content ol li, .generated-content .investment__trustUs ol li, .investment__trustUs .drop-list__text-inner ol li, .drop-list__text-inner .investment__trustUs ol li {
    margin: 5px 0;
    color: #ffffff;
    background-image: url(/images/list-bullet-white.png); }

.investment__faq {
  width: calc(100% - 280px);
  display: inline-block; }
  .investment__faq .drop-list {
    max-width: 100%;
    border: 0; }
    .investment__faq .drop-list__item {
      border: 0;
      background: url(/images/list-bullet-blue.png) left 0.75em no-repeat;
      padding: 0 2em 0 1.94em;
      background-size: 0.9412em; }
    .investment__faq .drop-list__text {
      width: 100%; }
      .investment__faq .drop-list__text-inner {
        margin: 0; }
      .investment__faq .drop-list__text .h3 a {
        font-size: 16px;
        padding-right: 0;
        text-decoration: underline; }
  .investment__faq .drop-list__item--open .drop-list__text-inner {
    margin-bottom: 1.1em; }

.investment__callUs {
  width: 280px;
  background: #e1f6fd;
  padding: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .investment__callUs h2 {
    margin-top: 0; }
  .investment__callUs a {
    font-size: 36px;
    font-weight: bold;
    color: #00b0f0;
    text-decoration: none;
    white-space: nowrap; }
  .investment__callUs p {
    margin-bottom: 20px; }
    .investment__callUs p + p {
      margin-bottom: 0; }

.investment__bottomLinks {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  display: block;
  margin: 0;
  font-size: 19px; }
  .investment__bottomLinks a {
    color: #00b0f0;
    padding: 20px; }

.investment__sidebar {
  background: #ebebeb;
  padding: 20px;
  border-radius: 2px; }
  .investment__sidebar h3 {
    margin-top: 0;
    font-weight: bold; }
  .investment__sidebar label {
    display: block;
    width: 100%;
    margin-bottom: 10px; }

.investment .news__list-item {
  width: calc(100% - 30px); }

.investment__content table tr {
  border-bottom: 1px solid #d9d9d9; }
  .investment__content table tr:first-child td {
    background: #e3e3e3; }
  .investment__content table tr td {
    padding: 5px; }
    .investment__content table tr td:first-child {
      background: #e3e3e3; }

.investment__content img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.investment__disclaimer-graph-block {
  margin-top: -20px;
  background: #e1f6fd; }

.investment__disclaimer-block {
  background: #e1f6fd;
  padding-top: 30px; }

table tr.gray-row td,
table tr.gray-row th {
  background: #ebebeb !important; }

.promo-image-decoration {
  position: relative; }
  .promo-image-decoration:before {
    content: '';
    position: absolute;
    top: 0;
    left: -32px;
    width: 20%;
    height: 100%;
    -webkit-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
            transform: skew(-12deg);
    background: #00c9fd; }
  .promo-image-decoration:after {
    content: '';
    position: absolute;
    top: 0;
    right: -14%;
    width: 20%;
    height: 100%;
    -webkit-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
            transform: skew(-12deg);
    background: #00c9fd; }

.invest__block--video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.invest__block--video iframe, .invest__block--video object, .invest__block--video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.block__inner--invest {
  max-width: 800px;
  padding-top: 0px;
  padding-bottom: 6em; }

.block__outer--invest {
  background: #e1f6fd; }

.hoverlayer path {
  stroke: #ccc !important; }

.hoverlayer text {
  fill: #fff !important; }

.ylines-above.crisp {
  display: none !important; }

.calc__Plotly {
  position: relative !important; }

.legend {
  position: absolute;
  right: 30px;
  top: -22px;
  font-size: 13px; }
  .legend > span {
    display: block;
    font-weight: bold; }
  .legend .estimated {
    color: #6fb83b; }
  .legend .optimistic {
    color: #00b0f0; }
  .legend .pesimistic {
    color: #ed3334; }

.block__steps {
  background: #ffffff; }
  .block__steps .block__indent {
    margin-bottom: 0;
    padding-top: 20px; }

@media screen and (max-width: 1110px) {
  .investment__trustUs .list-styled, .investment__trustUs .generated-content ul, .generated-content .investment__trustUs ul,
  .investment__trustUs .drop-list__text-inner ul, .drop-list__text-inner .investment__trustUs ul, .investment__trustUs .generated-content ol, .generated-content .investment__trustUs ol,
  .investment__trustUs .drop-list__text-inner ol, .drop-list__text-inner .investment__trustUs ol {
    margin: 30px 0 20px; }
  .investment__trustUs .button-wrapper {
    margin-bottom: 20px; } }

@media screen and (max-width: 1000px) {
  #interest-calculator .interest-calc__Result .result__numberNote {
    display: block; } }

@media screen and (max-width: 800px) {
  .investment #interest-calculator .interest-calc__Result .result__number {
    font-size: 1.75em; }
  .investment .swiper-slide a {
    padding: 30px 20px; }
  .investment__faq {
    width: 100%;
    display: block; }
    .investment__faq .drop-list {
      margin: 20px 0; }
      .investment__faq .drop-list__text-inner {
        padding: 0; }
      .investment__faq .drop-list__text .h3 {
        padding: 0; }
      .investment__faq .drop-list__item {
        background: url(/images/list-bullet-blue.png) left 1.5em no-repeat; }
  .investment__callUs {
    width: 100%;
    max-width: 100%;
    display: block !important;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media screen and (max-width: 600px) {
  .mobile .investment__disclaimer-block {
    background: #e1f6fd;
    padding: 0 20px 20px; }
  .mobile .investment__disclaimer-graph-block {
    margin: -35px 0 0 5px;
    z-index: 5;
    padding-bottom: 20px; }
  .numlist {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    width: calc(100% - 60px); }
    .numlist__item {
      padding: 10px 0; }
  .investment {
    overflow: hidden; }
    .investment .interest-calc__Graph {
      margin-top: 30px;
      width: 100%;
      max-height: none !important; }
      .investment .interest-calc__Graph .plot-container {
        margin-top: 0; }
    .investment__graph {
      position: relative; }
      .investment__graph .span {
        display: block; }
        .investment__graph .span img {
          max-width: 100%; }
    .investment .font-bigger {
      font-size: 1em;
      margin-top: 1em;
      display: block;
      max-width: 100%; }
    .investment .button-wrapper {
      position: static;
      left: initial;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .investment .button-wrapper .btn {
        display: block;
        width: 90% !important;
        margin: 0 auto 20px; }
        .investment .button-wrapper .btn__text {
          z-index: 16; }
        .investment .button-wrapper .btn + .btn {
          width: 90% !important;
          margin: 20px auto !important; }
    .investment .span--50 {
      margin: 0;
      width: 100%;
      height: auto;
      min-height: 0;
      margin-bottom: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .investment__stats {
      overflow: hidden; }
      .investment__stats .span--25 {
        width: 100%; }
      .investment__stats-prev, .investment__stats-next {
        display: block; }
    .investment .swiper-slide a {
      font-size: 14px !important;
      padding: 20px 15px; }
      .investment .swiper-slide a span {
        margin-top: 10px;
        font-size: 15px; }
      .investment .swiper-slide a b {
        display: none; }
    .investment__trustUs .grid .span--50:last-child {
      display: none; }
    .investment__trustUs .list-styled, .investment__trustUs .generated-content ul, .generated-content .investment__trustUs ul,
    .investment__trustUs .drop-list__text-inner ul, .drop-list__text-inner .investment__trustUs ul, .investment__trustUs .generated-content ol, .generated-content .investment__trustUs ol,
    .investment__trustUs .drop-list__text-inner ol, .drop-list__text-inner .investment__trustUs ol {
      margin: 20px 0; }
    .investment__Steps {
      position: relative; }
      .investment__Steps li {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-top: 0; }
        .investment__Steps li:after {
          display: none; }
        .investment__Steps li strong span {
          background: none;
          font-size: 24px;
          position: static;
          color: #00b0f0; }
      .investment__Steps-prev, .investment__Steps-next {
        display: block; }
    .investment__bottomLinks a {
      padding: 10px; }
    .investment #interest-calculator .interest-calc__Form, .investment #interest-calculator .interest-calc__Result, .investment #interest-calculator .interest-calc__Graph {
      width: 100%; }
    .investment #interest-calculator .interest-calc__Form {
      padding: 20px; }
      .investment #interest-calculator .interest-calc__Form .form-control {
        width: 50%;
        display: block;
        float: left;
        margin-bottom: 25px; }
        .investment #interest-calculator .interest-calc__Form .form-control__Label {
          margin-bottom: 15px; }
          .investment #interest-calculator .interest-calc__Form .form-control__Label .questionmark {
            margin-left: 5px; }
      .investment #interest-calculator .interest-calc__Form .slider {
        position: relative; }
    .investment #interest-calculator .interest-calc__Result {
      margin: 0 20px;
      width: calc(100% - 40px); }
      .investment #interest-calculator .interest-calc__Result .result__number {
        font-size: 36px; }
        .investment #interest-calculator .interest-calc__Result .result__numberNote {
          display: inline; }
    .investment__crossroad .span--50 .button-wrapper {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: auto; }
    .investment .swiper-wrapper {
      min-width: 100%; }
    .investment .swiper-slide {
      margin-right: 5px !important; }
    .investment .legend {
      left: 20px;
      top: 0px;
      right: auto;
      position: relative; } }

.iziModal {
  background: #e3e3e3; }
  .iziModal .modalCloseMobile {
    display: none; }
  .iziModal .modalClose {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer !important;
    z-index: 100;
    font-size: 24px;
    color: #929292;
    text-decoration: none; }
    .iziModal .modalClose i {
      margin: 2px 0 0 5px; }
  .iziModal .modalContent {
    height: auto;
    padding: 0;
    position: relative;
    border-radius: 2px; }
    .iziModal .modalContent--innerContent {
      padding: 0;
      text-align: center; }
      .iziModal .modalContent--innerContent h2 {
        margin: 0 auto 30px auto; }
      .iziModal .modalContent--innerContent p {
        margin-bottom: 30px; }
      .iziModal .modalContent--innerContent .lead-form-box.lead-form-box--static {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 30px 30px 0 30px;
        float: none; }
      .iziModal .modalContent--innerContent .btn {
        width: 100%;
        display: block;
        white-space: normal;
        margin-bottom: 0 !important;
        cursor: pointer;
        max-width: 259px;
        margin: 0 auto; }
      .iziModal .modalContent--innerContent .form {
        width: 100%;
        max-width: 320px;
        margin: 10px auto 0; }
        .iziModal .modalContent--innerContent .form .control-group {
          margin-bottom: 14px; }
      .iziModal .modalContent--innerContent .lead-form-box__form .lead-form-box__label {
        display: none !important; }
      .iziModal .modalContent--innerContent .lead-form-box__form .lead-form-box__control {
        padding: 0; }
    .iziModal .modalContent--footer {
      padding: 0 30px 20px;
      border-radius: 0 0 2px 2px;
      text-align: center; }
      .iziModal .modalContent--footer a.callUs {
        font-size: 36px;
        font-weight: bold;
        text-decoration: none;
        white-space: nowrap;
        margin-bottom: 20px;
        display: block; }
      .iziModal .modalContent--footer p {
        margin-bottom: 0; }
        .iziModal .modalContent--footer p a {
          display: block;
          margin-bottom: 20px; }

#modal2 .modalContent--innerContent {
  padding: 0;
  text-align: center;
  padding: 30px 50px;
  text-align: left; }

#modal3 .modalContent--innerContent {
  padding: 0;
  text-align: center;
  padding: 30px 50px;
  text-align: left; }

.disclaimer-text {
  background: #e1f6fd;
  position: relative; }
  .disclaimer-text .grid {
    text-align: right;
    padding-right: 50px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: -25px; }

.thank-you {
  text-align: center;
  font-size: 18px; }

#modal2 {
  background: #fff; }

#modal3 {
  background: #fff; }

.open-info-2-modal {
  float: right;
  padding-right: 20px; }

@media screen and (max-width: 600px) {
  .iziModal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh; } }

.lt-ie8 .block__indent .h1:first-child,
.lt-ie8 .block__indent h1:first-child {
  margin-top: 0; }

.videoEmbed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0; }
  .videoEmbed iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important; }

.tippy-tooltip .tippy-content {
  font-size: 14px; }

.cx-side-button-group {
  z-index: 999 !important;
  bottom: 0 !important;
  -webkit-transform: rotate(0) !important;
      -ms-transform: rotate(0) !important;
          transform: rotate(0) !important; }

.cx-webchat .cx-webchat-smokescreen {
  background: #00b0f0;
  opacity: 1; }

.cx-webchat .cx-alert > .cx-wrapper {
  padding: 24px 0 !important;
  background: transparent;
  border: 0; }

.cx-webchat div.cx-input-container .cx-input {
  max-width: 275px; }

.cx-webchat .cx-transcript .cx-message .cx-time {
  color: #ffffff; }

.cx-webchat .cx-transcript .cx-message.cx-you .cx-bubble-arrow {
  display: none; }

.cx-webchat .cx-transcript .cx-message.cx-you .cx-avatar-wrapper {
  display: none; }

.cx-widget.cx-theme-equa {
  background: #00b0f0; }
  .cx-widget.cx-theme-equa .cx-common-container.cx-webchat.cx-close.cx-minimize.cx-theme-equa.cx-desktop {
    right: 0 !important; }
  .cx-widget.cx-theme-equa .cx-webchat-chat-button.cx-side-button.cx-theme-equa {
    width: 320px !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }
    .cx-widget.cx-theme-equa .cx-webchat-chat-button.cx-side-button.cx-theme-equa .cx-chat-button-label {
      color: #ffffff; }
    .cx-widget.cx-theme-equa .cx-webchat-chat-button.cx-side-button.cx-theme-equa .cx-icon .cx-svg-icon-tone1 {
      fill: #ffffff; }
  .cx-widget.cx-theme-equa .cx-webchat-chat-button.cx-side-button.cx-theme-equa.open {
    visibility: hidden;
    opacity: 0; }
  .cx-widget.cx-theme-equa .cx-side-button-group {
    right: 0 !important; }
  .cx-widget.cx-theme-equa .cx-button-group.cx-buttons-window-control .cx-icon.cx-button-minimize .cx-svg-icon-tone1,
  .cx-widget.cx-theme-equa .cx-button-group.cx-buttons-window-control .cx-icon.cx-button-close .cx-svg-icon-tone1 {
    fill: #ffffff; }
  .cx-widget.cx-theme-equa .cx-button-group.cx-buttons-binary {
    overflow: hidden !important; }
    .cx-widget.cx-theme-equa .cx-button-group.cx-buttons-binary .cx-btn {
      border: 0 !important;
      border-radius: 0;
      position: relative;
      width: 130px; }
      .cx-widget.cx-theme-equa .cx-button-group.cx-buttons-binary .cx-btn:after, .cx-widget.cx-theme-equa .cx-button-group.cx-buttons-binary .cx-btn:before {
        position: absolute;
        width: 20px;
        background: #00b0f0;
        top: 0;
        bottom: 0;
        -webkit-transform: skew(-15deg);
            -ms-transform: skew(-15deg);
                transform: skew(-15deg);
        content: ""; }
      .cx-widget.cx-theme-equa .cx-button-group.cx-buttons-binary .cx-btn:before {
        left: -15px; }
      .cx-widget.cx-theme-equa .cx-button-group.cx-buttons-binary .cx-btn:after {
        right: -15px; }
      .cx-widget.cx-theme-equa .cx-button-group.cx-buttons-binary .cx-btn.cx-btn-primary {
        background-color: #ffca09;
        background-image: url(/images/btn-yellow-gradient.png);
        color: #000000; }
  .cx-widget.cx-theme-equa .cx-titlebar .cx-icon .cx-svg-icon-tone1 {
    fill: #ffffff; }
  .cx-widget.cx-theme-equa .cx-titlebar .cx-title {
    color: #ffffff; }
  .cx-widget.cx-theme-equa .cx-footer .cx-powered-by {
    color: #ffffff; }
    .cx-widget.cx-theme-equa .cx-footer .cx-powered-by a {
      color: #ffffff;
      text-decoration: underline; }
