/*new styles*/
/*@color-black: #000000;*/
/*menus prepaid*/
/*primary button hover prepaid*/
/*primary and secondary link hover*/
/*secondary link inverse*/
/*@color-gray-medium-light: #ccc;*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=cyrillic);
A.btn,
INPUT.btn,
SPAN.btn,
form#user-login-form .button,
form#user-pass .button,
ul.menu-local-tasks li a,
ul.js-pager__items.pager li.pager__item a.button,
.webform .webform-button--submit,
.type-comments .btn.btn--gray {
  display: inline-block;
  cursor: pointer;
  line-height: 1.2 !important;
  padding: 10px 30px 9px;
  font-size: 15px;
  color: #1a1a1a;
  border: none;
  background: #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
}
a {
  color: #0019af;
}
a:hover {
  color: #00127d;
}
a:focus {
  outline: none;
}
a.link--primary {
  font-weight: 700;
  margin: 0 15px;
}
a.link--primary:hover {
  text-decoration: none;
}
a.link--secondary {
  color: #5f6d7a;
  font-weight: 700;
  margin: 0 15px;
}
a.link--secondary:hover {
  color: #00127d;
  text-decoration: none;
}
a.link--right-arrow:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 20px;
  line-height: 1.05;
}
a.link--medium {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.27;
}
a.link--medium:hover {
  text-decoration: none;
}
A.btn,
form#user-login-form .button,
form#user-pass .button,
ul.menu-local-tasks li a,
ul.js-pager__items.pager li.pager__item a.button,
.webform .webform-button--submit,
.type-comments .btn.btn--gray {
  padding: 16px 30px;
}
a.btn:not(:last-child) {
  margin-right: 0.5em;
}
a.btn--primary,
form#user-login-form .button,
form#user-pass .button,
.webform .webform-button--submit {
  background-color: #0019af;
  color: #ffffff;
  font-weight: 700;
  transition: background 0.25s;
}
a.btn--primary:hover,
form#user-login-form .button:hover,
form#user-pass .button:hover,
.webform .webform-button--submit:hover {
  background-color: #00127d;
  color: #ffffff;
}
a.btn--secondary {
  background-color: #ffffff;
  border: solid 2px #00baf2;
  color: #0019af;
  font-weight: 700;
  padding: 14px 28px;
  transition: background 0.25s;
}
a.btn--secondary:hover,
a.btn--secondary:focus,
a.btn--secondary:active {
  background-color: transparent;
  border-color: #009dcc;
  color: #0019af;
  text-decoration: none;
}
a.btn--secondary-inverse {
  background-color: #00baf2;
  border: solid 2px #00baf2;
  color: white;
  font-weight: 700;
  padding: 14px 28px;
  transition: all 0.25s;
}
a.btn--secondary-inverse:hover,
a.btn--secondary-inverse:focus,
a.btn--secondary-inverse:active {
  background-color: #009dcc;
  border-color: #009dcc;
  color: white;
  text-decoration: none;
}
a.btn--cancel {
  background-color: transparent;
  color: #0019af;
  font-weight: 400;
  border: solid 2px transparent;
  transition: all 0.25s;
}
a.btn--cancel:hover {
  background-color: transparent;
  border-color: #0019af;
  color: #0019af;
  text-decoration: none;
}
input.btn--secondary {
  background-color: transparent;
  border: solid 2px #00baf2;
  color: #0019af;
  font-weight: 700;
  padding: 14px 28px;
  transition: background 0.25s;
}
input.btn--secondary:hover {
  background-color: transparent;
  border-color: #009dcc;
  color: #0019af;
}
a.btn--gray,
ul.js-pager__items.pager li.pager__item a.button,
.type-comments .btn.btn--gray {
  background-color: #f0f1f5;
  border: solid 1px #c9cad1;
  color: #0019af;
  font-weight: 700;
  padding: 15px 29px;
  transition: background 0.25s;
  text-align: center;
}
a.btn--gray:hover,
ul.js-pager__items.pager li.pager__item a.button:hover,
.type-comments .btn.btn--gray:hover {
  background-color: #d7d9e0;
  color: #0019af;
  text-decoration: none;
}
a.btn--image {
  background-color: #00baf2;
  color: #ffffff;
  font-weight: 700;
  transition: background 0.25s;
}
a.btn--image:hover {
  background-color: #009dcc;
}
a.btn--small,
ul.menu-local-tasks li a {
  font-size: 14px;
  padding: 13px 26px;
}
a.btn--small.btn--secondary,
ul.menu-local-tasks li a.btn--secondary {
  padding: 11px 24px;
}
a.btn--large {
  font-size: 18px;
  padding: 24px 36px;
}
a.btn--large.btn--secondary {
  padding: 22px 34px;
}
a.btn--center {
  text-align: center;
}
a.btn--full-width {
  width: 100%;
}
a.btn--disabled {
  opacity: 0.4;
}
a.btn--disabled:hover,
a.btn--disabled:focus,
a.btn--disabled:active {
  cursor: default;
  opacity: 0.4;
  border-color: #00baf2;
  outline: none;
}
input.btn--disabled {
  opacity: 0.4;
}
input.btn--disabled:hover,
input.btn--disabled:focus,
input.btn--disabled:active {
  cursor: default;
  opacity: 0.4;
  border-color: #00baf2;
  outline: none;
}
a.btn__icon--add:before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 14px;
  color: #00baf2;
  margin-right: 5px;
}
a.btn__icon--check:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  color: #0019af;
  margin-right: 5px;
}
.inactive__icon--info:after {
  content: "\f05a";
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 5px;
}
.pt30 {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .pt30 {
    padding-top: 20px;
  }
}
.pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .pt60 {
    padding-top: 40px;
  }
}
.pb30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 20px;
  }
}
.pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 40px;
  }
}
.row-grid-fix {
  display: flex;
  flex-wrap: wrap;
}
.SumoSelect {
  width: 100%;
}
.SumoSelect > .CaptionCont {
  border: none;
  border-bottom: solid 1px #c9cad1;
  border-radius: 0;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: none;
  width: 20px;
  height: 20px;
  font-style: normal;
  opacity: 1;
}
.SumoSelect > .CaptionCont > label > i:before {
  font-family: FontAwesome;
  content: "\f107";
  display: block;
  font-size: 18px;
  color: #273645;
}
.SumoSelect > .CaptionCont > span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.SumoSelect > .optWrapper {
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0;
}
.SumoSelect.open > .optWrapper {
  top: 49px;
  display: block;
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:before {
  display: none;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 10px 19px;
  margin: 0;
}
.SumoSelect > .optWrapper > .options > li.selected {
  border-left: 3px solid #00baf2;
  font-weight: 700;
  padding: 10px 19px 10px 16px;
}
.SumoSelect > .CaptionCont {
  border: none;
  border-bottom: solid 1px #c9cad1;
  border-radius: 0;
}
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: initial;
  border-color: transparent;
  border-bottom-color: #5f6d7a;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
}
.sumo__select--default .SumoSelect > .CaptionCont {
  padding: 0 10px 13px 9px;
}
.sumo__select--default .SumoSelect > .CaptionCont > span {
  font-size: 15px;
  color: #273645;
}
.sumo__select--default .SumoSelect > .CaptionCont > label > i {
  height: 35px;
}
.sumo__select--default .SumoSelect > .optWrapper > .options li label {
  font-size: 15px;
  color: #273645;
}
.sumo__select--default .SumoSelect.open > .optWrapper {
  top: 49px;
  display: block;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .sumo__select--default .SumoSelect.open > .optWrapper {
    top: 42px;
  }
}
.sumo__select--default .SumoSelect > .optWrapper > .options li.opt {
  padding: 8px 19px;
  margin: 0;
}
.sumo__select--default .SumoSelect > .optWrapper > .options > li.selected {
  padding: 8px 19px 8px 16px;
}
.sumo__select--large .SumoSelect > .CaptionCont {
  padding: 0 10px 20px 9px;
}
.sumo__select--large .SumoSelect > .CaptionCont > span {
  font-size: 18px;
  color: #273645;
}
@media only screen and (max-width: 767px) {
  .sumo__select--large .SumoSelect > .CaptionCont > span {
    font-size: 15px;
  }
}
.sumo__select--large .SumoSelect > .CaptionCont > label > i {
  height: 35px;
}
@media only screen and (max-width: 767px) {
  .sumo__select--large .SumoSelect > .CaptionCont {
    padding: 0 10px 13px 9px;
  }
}
.sumo__select--large .SumoSelect > .optWrapper > .options li label {
  font-size: 18px;
  color: #273645;
}
@media only screen and (max-width: 767px) {
  .sumo__select--large .SumoSelect > .optWrapper > .options li label {
    font-size: 15px;
  }
}
.sumo__select--large .SumoSelect.open > .optWrapper {
  top: 49px;
  display: block;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .sumo__select--large .SumoSelect.open > .optWrapper {
    top: 42px;
  }
}
.sumo__select--xsmall .SumoSelect > .CaptionCont {
  padding: 4px 10px 4px 0;
  border-bottom: 0;
}
.sumo__select--xsmall .SumoSelect > .CaptionCont > span {
  font-size: 14px;
  color: #273645;
}
@media only screen and (max-width: 767px) {
  .sumo__select--xsmall .SumoSelect > .CaptionCont > span {
    font-size: 14px;
  }
}
.sumo__select--xsmall .SumoSelect > .CaptionCont > label > i {
  height: 20px;
  text-align: right;
  margin-right: 0;
}
.sumo__select--xsmall .open .CaptionCont span {
  font-weight: 700;
}
.sumo__select--xsmall .SumoSelect > .optWrapper > .options li label {
  font-size: 14px;
  color: #273645;
}
@media only screen and (max-width: 767px) {
  .sumo__select--xsmall .SumoSelect > .optWrapper > .options li label {
    font-size: 14px;
  }
}
.sumo__select--xsmall .SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .sumo__select--xsmall .SumoSelect.open > .optWrapper {
    top: 35px;
  }
}
.sumo__select--xsmall .SumoSelect > .optWrapper > .options li.opt {
  padding: 8px 19px;
  margin: 0;
}
.sumo__select--xsmall .SumoSelect > .optWrapper > .options > li.selected {
  padding: 8px 19px 8px 16px;
}
.sumo__select--bordered .SumoSelect > .CaptionCont {
  border: solid 1px #c9cad1;
  padding: 12px 10px 13px 9px;
}
.sumo__select--bordered .SumoSelect > .CaptionCont > label {
  top: 15px;
}
.sumo__select--bordered .SumoSelect.open > .optWrapper {
  top: 50px;
}
.sumo__icon .SumoSelect > .CaptionCont {
  padding-left: 0;
}
.sumo__icon .SumoSelect > .CaptionCont:before {
  font-family: 'elisa-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input.input_text__medium {
  height: 50px;
}
.simple-tooltip {
  position: relative;
}
.simple-tooltip .tooltiptext {
  visibility: hidden;
  width: 260px;
  background-color: #304254;
  color: #fff;
  padding: 15px;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
  line-height: 1.46;
  font-weight: 400;
  text-align: left;
}
.simple-tooltip .tooltiptext__top {
  bottom: 125%;
  left: 50%;
  margin-left: -50%;
}
.simple-tooltip .tooltiptext__top:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -14px;
  border-width: 14px;
  border-style: solid;
  border-color: #304254 transparent transparent transparent;
}
.simple-tooltip .tooltiptext__right {
  left: 125%;
}
.simple-tooltip .tooltiptext__right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -14px;
  border-width: 14px;
  border-style: solid;
  border-color: transparent #304254 transparent transparent;
}
.simple-tooltip .tooltiptext__left {
  bottom: auto;
  right: 128%;
}
.simple-tooltip .tooltiptext__left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -14px;
  border-width: 14px;
  border-style: solid;
  border-color: transparent transparent transparent #304254;
}
.simple-tooltip .tooltiptext__bottom {
  top: 135%;
  left: 50%;
  margin-left: -50%;
}
.simple-tooltip .tooltiptext__bottom:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -14px;
  border-width: 14px;
  border-style: solid;
  border-color: transparent transparent #304254 transparent;
}
.simple-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip-channel {
  max-width: 340px;
  font-size: 13px;
  line-height: 1.5;
  transition-delay: 2s;
}
.tooltip-channel h3 {
  font-size: 15px;
  color: #ffffff;
  margin: 0 0 15px;
}
.tooltip-channel .language {
  margin: 10px 0 0;
}
@font-face {
  font-family: 'elisa-icons';
  src: url('fonts/elisa-icons.eot?4d3dq7');
  src: url('fonts/elisa-icons.eot?4d3dq7#iefix') format('embedded-opentype'), url('fonts/elisa-icons.ttf?4d3dq7') format('truetype'), url('fonts/elisa-icons.woff?4d3dq7') format('woff'), url('fonts/elisa-icons.svg?4d3dq7#elisa-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'elisa-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mobile-id:before {
  content: "\e933";
}
.icon-plane-shield:before {
  content: "\e934";
}
.icon-estonia:before {
  content: "\e932";
}
.icon-badge:before {
  content: "\e931";
}
.icon-star:before {
  content: "\e930";
}
.icon-elisa:before {
  content: "\e92e";
}
.icon-os:before {
  content: "\e92d";
}
.icon-camera:before {
  content: "\e926";
}
.icon-chip:before {
  content: "\e927";
}
.icon-dot-grid:before {
  content: "\e928";
}
.icon-drive:before {
  content: "\e929";
}
.icon-keyboard:before {
  content: "\e92a";
}
.icon-scale:before {
  content: "\e92b";
}
.icon-speed:before {
  content: "\e92c";
}
.icon-arrow-left-right:before {
  content: "\e925";
}
.icon-arrow-up-down:before {
  content: "\e91b";
}
.icon-arrows-vertical:before {
  content: "\e92f";
}
.icon-arrow-down:before {
  content: "\e91c";
}
.icon-arrow-up:before {
  content: "\e91d";
}
.icon-cat-cable:before {
  content: "\e91e";
}
.icon-elisa-ring:before {
  content: "\e91f";
}
.icon-message:before {
  content: "\e920";
}
.icon-office365:before {
  content: "\e921";
}
.icon-phone:before {
  content: "\e922";
}
.icon-size:before {
  content: "\e923";
}
.icon-wireless-internet:before {
  content: "\e924";
}
.icon-gift:before {
  content: "\e91a";
}
.icon-bar-chart:before {
  content: "\e914";
}
.icon-document-history:before {
  content: "\e915";
}
.icon-euro:before {
  content: "\e916";
}
.icon-house:before {
  content: "\e917";
}
.icon-router:before {
  content: "\e918";
}
.icon-settings:before {
  content: "\e919";
}
.icon-avatar-cutout:before {
  content: "\e90f";
}
.icon-avatar:before {
  content: "\e910";
}
.icon-briefcase:before {
  content: "\e911";
}
.icon-shopping-basket:before {
  content: "\e912";
}
.icon-support:before {
  content: "\e913";
}
.icon-add-internet-ticket:before {
  content: "\e906";
}
.icon-airplane:before {
  content: "\e907";
}
.icon-id:before {
  content: "\e908";
}
.icon-internet-briefcase:before {
  content: "\e909";
}
.icon-phone-internet:before {
  content: "\e90a";
}
.icon-play-video:before {
  content: "\e90b";
}
.icon-question:before {
  content: "\e90c";
}
.icon-receipt:before {
  content: "\e90d";
}
.icon-smartphone:before {
  content: "\e90e";
}
.icon-clapperboard:before {
  content: "\e900";
}
.icon-earth:before {
  content: "\e901";
}
.icon-history:before {
  content: "\e902";
}
.icon-laptop-phone:before {
  content: "\e903";
}
.icon-rec:before {
  content: "\e904";
}
.icon-tv:before {
  content: "\e905";
}
form#user-login-form,
form#user-pass {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}
@media only screen and (min-width: 1200px) {
  form#user-login-form,
  form#user-pass {
    padding: 15px 0;
  }
}
form#user-login-form p,
form#user-pass p {
  margin-bottom: 20px;
}
form#user-login-form .row,
form#user-pass .row {
  margin: 20px 0;
}
form#user-login-form .description,
form#user-pass .description {
  padding-top: 3px;
}
form#user-login-form label,
form#user-pass label {
  display: block;
  font-weight: 600;
  padding-bottom: 3px;
}
form#user-login-form .button,
form#user-pass .button {
  margin-top: 20px;
}
ul.toolbar-menu li::before {
  content: '';
}
ul.menu-local-tasks {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 15px;
}
@media only screen and (min-width: 1280px) {
  ul.menu-local-tasks {
    padding: 5px 0;
  }
}
ul.menu-local-tasks li {
  display: inline;
  padding: 0;
}
ul.menu-local-tasks li:before {
  content: '';
}
ul.menu-local-tasks li a {
  margin-bottom: 4px;
  opacity: 0.7;
}
ul.menu-local-tasks li a:hover {
  opacity: 1;
}
ul.menu-local-tasks li a.is-active {
  opacity: 1;
}
ul.contextual-links li::before {
  content: '';
}
div[role="contentinfo"] {
  max-width: 1200px;
  margin: 0 auto;
  color: #000000;
}
div[role="contentinfo"] div[role="alert"] {
  background: #ffb088;
  margin: 0 20px;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  div[role="contentinfo"] div[role="alert"] {
    margin: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  div[role="contentinfo"] div[role="alert"] {
    margin: 0 auto;
    width: 980px;
  }
}
@media only screen and (min-width: 1280px) {
  div[role="contentinfo"] div[role="alert"] {
    margin: 0;
  }
}
div[role="contentinfo"] div[role="alert"]:before {
  content: "\E027";
  color: #844c2c;
  text-align: center;
  line-height: 22px;
  background: #fff;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "icons";
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
}
div[role="contentinfo"] div[role="alert"] ul {
  display: inline-block;
  vertical-align: top;
}
div[role="contentinfo"] div[role="alert"] ul li:before {
  content: "*";
  top: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
ul.js-pager__items.pager li.pager__item {
  padding: 0;
  text-align: center;
}
ul.js-pager__items.pager li.pager__item:before {
  content: "";
}
ul.js-pager__items.pager li.pager__item a.button {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  ul.js-pager__items.pager li.pager__item a.button {
    display: block;
    margin-top: 0;
  }
}
HEADER.main .contextual {
  display: none;
}
HEADER.main a:active {
  text-decoration: none;
}
HEADER.main NAV#menu01,
HEADER.main NAV#menu02,
HEADER.main NAV#menu03 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
HEADER.main a#logo01 {
  width: 67px;
  margin: auto;
  top: 10px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main a#logo01 {
    top: 15px;
  }
}
HEADER.main .col00 {
  position: relative;
}
HEADER.main div.a NAV#menu01 {
  margin: 0 0 0 90px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main div.a NAV#menu01 {
    margin: 0;
  }
}
HEADER.main div.a NAV#menu01 li {
  font-size: 14px;
  font-weight: 400;
}
HEADER.main div.a NAV#menu01 li a {
  font-weight: 400;
}
HEADER.main div.a NAV#menu01 li a:hover {
  color: #00baf2;
}
HEADER.main div.a NAV#menu01 li a.active {
  border-bottom: none;
  font-weight: 700;
  position: relative;
}
HEADER.main div.a NAV#menu01 li a.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main div.a NAV#menu01 li a.active:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
  }
}
HEADER.main div.a UL#lang01 {
  margin: 0;
  margin-left: 10px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main div.a UL#lang01 {
    margin-right: -8px;
  }
}
HEADER.main div.a UL#lang01 a:hover {
  background: #00127d !important;
}
HEADER.main div.a UL#lang01 LI A {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding: 14px 15px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  HEADER.main div.a UL#lang01 LI A {
    padding: 12px 15px;
  }
}
HEADER.main DIV.b {
  min-height: 59px;
  height: auto;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #d7d9e0;
}
HEADER.main DIV.b NAV#menu02 {
  margin: 0;
  min-height: 58px;
  width: calc(100% - 180px);
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV.b NAV#menu02 {
    width: 100%;
  }
  HEADER.main DIV.b NAV#menu02 UL LI A + DIV.submenu01 UL {
    display: none;
  }
  HEADER.main DIV.b NAV#menu02 UL LI.activated-mobile A + DIV.submenu01 UL {
    display: block;
  }
}
HEADER.main DIV.b NAV#menu02.itb-menu Ul LI {
  border-left: none;
  margin: 0 0 -1px;
}
HEADER.main DIV.b NAV#menu02.itb-menu Ul LI A span {
  padding-left: 35px;
  font-size: 13px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV.b NAV#menu02.itb-menu Ul LI A span {
    padding-left: 50px;
    color: #0019af;
  }
}
HEADER.main DIV.b NAV#menu02.itb-menu Ul LI A:before {
  left: 0;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV.b NAV#menu02.itb-menu Ul LI A:before {
    left: 15px;
    color: #0019af;
  }
}
HEADER.main DIV.b NAV#menu02.itb-menu Ul LI a.active {
  color: #0019af;
}
HEADER.main DIV.b NAV#menu02.itb-menu Ul LI.active {
  border-bottom-color: #00baf2;
}
HEADER.main DIV.b NAV#menu02.itb-menu Ul LI.selfservice-name {
  color: #0019af;
  font-size: 13px;
  min-width: 130px;
  line-height: 15px;
  max-width: 140px;
}
HEADER.main DIV.b NAV#menu02.itb-menu Ul LI.selfservice-name span {
  color: #5f6d7a;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
HEADER.main DIV.b NAV#menu02 UL LI {
  font-size: 15px;
  margin: 0 15px -1px 0;
}
HEADER.main DIV.b NAV#menu02 UL LI a {
  display: block;
  line-height: 19px;
  padding: 19px 5px 19px 5px;
}
HEADER.main DIV.b NAV#menu02 UL LI a:hover {
  color: #00127d;
}
HEADER.main DIV.b NAV#menu02 UL LI a.active {
  border-bottom-color: #00baf2;
  color: #273645;
}
HEADER.main DIV.b NAV#menu02 UL LI .open {
  background: transparent;
}
HEADER.main DIV.b NAV#menu02 UL.active-submenu > LI {
  opacity: 0.45;
}
HEADER.main DIV.b NAV#menu02 UL.active-submenu > LI.activated {
  opacity: 1;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV.b NAV#menu02 {
    display: block;
    padding: 0;
    transform: translate3d(100%, 0, 0);
    transition: transform .3s;
    width: 100% !important;
    position: absolute;
    height: 100vh;
    right: 0;
    top: 59px;
    z-index: 102;
    background: #ffffff;
  }
  HEADER.main DIV.b NAV#menu02 UL {
    margin: 0;
  }
  HEADER.main DIV.b NAV#menu02 > UL,
  HEADER.main DIV.b NAV#menu02 me-menu UL {
    padding: 0;
    background: #ffffff;
    box-shadow: none;
    height: calc(100vh - 150px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
  HEADER.main DIV.b NAV#menu02 > UL LI,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI {
    margin: 0;
    border-top: 1px solid #d7d9e0;
    z-index: 102;
  }
  HEADER.main DIV.b NAV#menu02 > UL LI a,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI a {
    font-size: 15px;
    display: block;
    line-height: 19px;
    padding: 14px 30px 14px 10px;
    margin: 0;
    color: #273645;
  }
  HEADER.main DIV.b NAV#menu02 > UL LI a:hover,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI a:hover {
    background: #f0f1f5;
    color: #273645;
  }
  HEADER.main DIV.b NAV#menu02 > UL LI a:after,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI a:after {
    color: #5f6d7a;
    right: 20px;
    content: "\f105";
    font-family: FontAwesome;
  }
  HEADER.main DIV.b NAV#menu02 > UL LI a.active,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI a.active,
  HEADER.main DIV.b NAV#menu02 > UL LI span.active,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI span.active {
    border-left: 3px solid #00baf2;
  }
  HEADER.main DIV.b NAV#menu02 > UL LI a.active span,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI a.active span,
  HEADER.main DIV.b NAV#menu02 > UL LI span.active span,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI span.active span {
    border-bottom: none;
    font-weight: 700;
    color: #273645;
  }
  HEADER.main DIV.b NAV#menu02 > UL LI .submenu-column-title::after,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI .submenu-column-title::after {
    color: #5f6d7a;
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
  }
  HEADER.main DIV.b NAV#menu02 > UL LI .menu-title.active-submenu-column,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI .menu-title.active-submenu-column {
    float: left;
    z-index: 102;
    font-weight: 400 !important;
    height: 48px;
  }
  HEADER.main DIV.b NAV#menu02 > UL LI .menu-title.active-submenu-column span,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI .menu-title.active-submenu-column span {
    font-weight: 400 !important;
  }
  HEADER.main DIV.b NAV#menu02 > UL LI .menu-title.active-submenu-column::before,
  HEADER.main DIV.b NAV#menu02 me-menu UL LI .menu-title.active-submenu-column::before {
    display: none;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI {
    display: none;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile {
    display: block;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile > a {
    background: #f0f1f5;
    font-weight: 700;
    padding: 14px 0 14px 14px;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile > a.active {
    border-left: none;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile > a:before {
    content: "\f104";
    color: #5f6d7a;
    font-family: FontAwesome;
    margin-right: 8px;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile > a:after {
    display: none;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 > ul > li .submenu-column-title {
    font-weight: 400;
    display: block;
    padding: 14px 30px 14px 10px;
    margin: 0;
    line-height: 19px;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 > ul > li .submenu-column-title:hover {
    background: #f0f1f5;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear {
    margin: 0;
    background: #ffffff;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear > li {
    padding: 0;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear > li ul {
    display: none;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear > li.active-item ul {
    display: block;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear > li.active-item ul li a {
    color: #0019af;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear > li .active.submenu-column-title {
    color: #273645 !important;
    font-weight: 700;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear > li .active.submenu-column-title:after {
    font-weight: 400;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear.active-subsubmenu > li {
    display: none;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear.active-subsubmenu > li.active-item {
    display: block;
    border: none;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear.active-subsubmenu > li.active-item .submenu-column-title {
    background: #f0f1f5;
    font-weight: 700;
    white-space: nowrap;
    text-owerflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear.active-subsubmenu > li.active-item .submenu-column-title.active {
    border: none;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear.active-subsubmenu > li.active-item .submenu-column-title:before {
    content: "\f104";
    color: #5f6d7a;
    font-family: FontAwesome;
    margin-right: 8px;
  }
  HEADER.main DIV.b NAV#menu02 .active-submenu-mobile > LI.activated-mobile .submenu01 ul.clear.active-subsubmenu > li.active-item .submenu-column-title:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  HEADER.main DIV.b NAV#menu02 {
    width: 320px !important;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV.b NAV#menu02.open {
    transform: translate3d(0, 0, 0);
    transition: transform .5s;
  }
}
HEADER.main NAV#menu03 {
  position: absolute;
  left: 0;
  right: 0;
  top: 109px;
  z-index: 102;
}
HEADER.main NAV#menu03 .col00 {
  margin: 0 auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
HEADER.main NAV#menu03 .col00 DIV.submenu01 > UL > LI .submenu-column-title span {
  color: #5f6d7a !important;
  font-size: 15px;
}
HEADER.main NAV#menu03 .col00 DIV.submenu01 > UL > LI UL {
  margin: 10px 20px 0 0;
}
HEADER.main NAV#menu03 .col00 DIV.submenu01 > UL > LI UL LI A {
  background: none;
  font-size: 15px;
  margin: 0 0 0 -8px;
  padding: 5px 10px 5px 8px;
}
HEADER.main NAV#menu03 .col00 DIV.submenu01 > UL > LI UL LI A.active {
  border-left: 2px solid #00baf2;
  font-weight: 700;
}
HEADER.main NAV#menu03 .col00 DIV.submenu01 > UL > LI UL LI A.active SPAN {
  color: #273645;
  border-bottom: none;
}
HEADER.main NAV#menu03 .col00 DIV.submenu01 > UL > LI UL LI A SPAN {
  color: #0019af;
}
HEADER.main NAV#menu03 .col00 DIV.submenu01 > UL > LI UL LI A SPAN:hover {
  color: #273645;
}
HEADER.main NAV#menu03 .col00 DIV.submenu01 > UL > LI:first-child::before {
  background: transparent;
}
HEADER.main NAV#menu-login {
  display: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  clear: both;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  width: 280px;
  top: 0;
  z-index: 102;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main NAV#menu-login {
    display: block;
    box-shadow: none;
    top: 59px;
    height: 100vh;
    width: 320px;
    transform: translate3d(100%, 0, 0);
    transition: transform .3s;
  }
}
@media only screen and (max-width: 767px) {
  HEADER.main NAV#menu-login {
    width: 100%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main NAV#menu-login li {
    border-top: 1px solid #d7d9e0;
  }
}
HEADER.main NAV#menu-login li a {
  color: #273645;
  padding: 15px 20px;
  margin: 0;
  display: block;
}
HEADER.main NAV#menu-login li a:hover {
  text-decoration: none;
  background: #f0f1f5;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main NAV#menu-login li a {
    color: #0019af;
  }
}
HEADER.main NAV#menu-login li a.active {
  border-left: 3px solid #00baf2;
  font-weight: 700;
  padding: 15px 20px 15px 17px;
  color: #273645;
}
HEADER.main NAV#menu-login li:before {
  display: none;
}
HEADER.main NAV#menu-login.open {
  display: block;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main NAV#menu-login.open {
    transform: translate3d(0, 0, 0);
    transition: transform .5s;
  }
}
HEADER.main A#menubutton {
  float: right;
  margin: 0 6px;
  padding-bottom: 1px;
  text-indent: 0;
  text-align: center;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main A#menubutton {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 8px;
  }
}
HEADER.main A#menubutton:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 20px;
  color: #0019af;
  display: block;
  float: none;
  margin: 12px auto 3px;
  width: auto;
  height: 20px;
}
HEADER.main A#menubutton.active {
  border-bottom: 2px solid #00baf2;
  margin-bottom: -2px;
}
HEADER.main A#menubutton.active:before {
  color: #00baf2;
}
HEADER.main DIV#usertools01 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0 15px 0 0;
  text-indent: 0 !important;
  margin-right: -15px;
}
@media only screen and (min-width: 1024px) {
  HEADER.main DIV#usertools01 {
    height: 50px;
    min-width: 218px;
    text-align: right;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#usertools01 {
    padding: 0 0 1px;
    text-indent: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .ru HEADER.main DIV#usertools01 {
    min-width: 264px;
  }
}
HEADER.main DIV#usertools01 A.mailbox {
  padding: 15px;
  height: auto;
  width: auto;
  line-height: 1;
  margin: 0;
  height: 59px;
}
HEADER.main DIV#usertools01 A.mailbox:hover {
  background: #00127d;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#usertools01 A.mailbox {
    display: inline-block;
    margin: 0 6px;
    color: #0019af;
    font-size: 8px;
    width: auto;
    line-height: 21px;
    padding: 0;
  }
  HEADER.main DIV#usertools01 A.mailbox:hover {
    background: transparent;
  }
  HEADER.main DIV#usertools01 A.mailbox.active {
    border-bottom: 2px solid #00baf2;
    margin-bottom: -2px;
  }
  HEADER.main DIV#usertools01 A.mailbox.active i:before {
    color: #00baf2;
  }
}
HEADER.main DIV#usertools01 i {
  display: inline-block;
  font-size: 20px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#usertools01 i {
    color: #0019af;
    display: block;
    text-align: center;
    margin: 12px auto 3px;
  }
}
HEADER.main DIV#usertools01 SPAN {
  line-height: 21px;
}
HEADER.main DIV#usertools01 SPAN.a {
  left: auto;
  right: 10px;
  top: 10px;
  font-size: 10px;
  line-height: 16px;
  height: 16px;
  width: 16px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#usertools01 SPAN.a {
    top: 12px;
    right: 0;
  }
}
HEADER.main DIV#usertools01 .selfservice-login {
  color: #ffffff;
  position: relative;
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  padding: 0 15px 0 45px;
  cursor: pointer;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#usertools01 .selfservice-login {
    padding: 0 0 1px;
    margin: 0 6px;
    display: inline-block;
    width: auto;
    height: auto;
    color: #0019af;
    font-size: 8px;
  }
}
HEADER.main DIV#usertools01 .selfservice-login:hover {
  background: #00127d;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#usertools01 .selfservice-login:hover {
    background: transparent;
    color: #00127d;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#usertools01 .selfservice-login a {
    color: #0019af;
    font-size: 8px;
    margin: 0;
    line-height: 21px;
  }
}
HEADER.main DIV#usertools01 .selfservice-login i {
  position: absolute;
  padding: 14px 20px 0 0;
  top: 0;
  left: 15px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#usertools01 .selfservice-login i {
    color: #0019af;
    position: relative;
    display: block;
    padding: 0;
    left: 0;
  }
}
HEADER.main DIV#usertools01 .selfservice-login .selfservice-customer {
  line-height: 18px;
  padding-right: 20px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#usertools01 .selfservice-login .selfservice-customer {
    color: #0019af;
    font-size: 8px;
    line-height: 21px;
    padding-right: 0;
  }
}
HEADER.main DIV#usertools01 .selfservice-login .selfservice-customer .customer-name {
  font-weight: 700;
  display: block;
  max-width: 170px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  HEADER.main DIV#usertools01 .selfservice-login .selfservice-customer .customer-name {
    max-width: 420px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#usertools01 .selfservice-login .selfservice-customer .customer-name {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  HEADER.main DIV#usertools01 .selfservice-login .selfservice-customer:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    position: absolute;
    right: 15px;
    top: 50%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#usertools01 .selfservice-login.active {
    border-bottom: 2px solid #00baf2;
    margin-bottom: -2px;
  }
  HEADER.main DIV#usertools01 .selfservice-login.active i {
    color: #00baf2;
  }
  HEADER.main DIV#usertools01 .selfservice-login.active .selfservice-customer {
    color: #00127d;
  }
}
@media only screen and (min-width: 1024px) {
  HEADER.main DIV#usertools01 .selfservice-login.active .selfservice-customer:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    border-top: none;
    bottom: 50%;
  }
}
HEADER.main DIV#cart01 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  top: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 5px;
}
HEADER.main DIV#cart01 a:hover {
  color: #00127d !important;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#cart01 a:hover {
    color: #0019af !important;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#cart01 {
    margin: 0 6px;
    position: static;
    transform: none;
    padding: 0;
    height: 59px;
  }
  HEADER.main DIV#cart01.active {
    border-bottom: 2px solid #00baf2;
    margin-bottom: -2px;
  }
  HEADER.main DIV#cart01.active a:before {
    color: #00baf2;
  }
}
@media only screen and (min-width: 1280px) {
  HEADER.main DIV#cart01 {
    right: 0;
  }
}
HEADER.main DIV#cart01 A.ico-cart {
  display: block;
  line-height: 19px;
  padding: 0 15px 9px 15px;
  margin-top: 0 !important;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#cart01 A.ico-cart {
    padding: 0;
    top: 0 !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 8px !important;
  }
}
HEADER.main DIV#cart01 A.ico-cart::before {
  font-size: 20px;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#cart01 A.ico-cart::before {
    display: block;
    float: none;
    margin: 12px auto 3px;
    width: auto;
    height: 21px;
    text-align: center;
  }
}
HEADER.main DIV#cart01 A.ico-cart SPAN.a {
  font-size: 10px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  top: -4px;
  right: auto;
  left: 28px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main DIV#cart01 A.ico-cart SPAN.a {
    top: 12px;
    left: 20px;
  }
}
HEADER.main DIV#cart01 .note {
  color: #5f6d7a;
  width: auto;
  margin-right: 15px;
  font-size: 12px;
}
HEADER.main DIV#cart01 .note a {
  color: #5f6d7a;
}
HEADER.main DIV#cart01 .note a:hover {
  text-decoration: none;
}
HEADER.main DIV#cart01 .note span {
  font-weight: 600;
}
HEADER.main #search01 .btn .fa-search {
  font-size: 16px;
}
HEADER.main #search01 INPUT[type="text"] {
  padding: 7px 10px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main #search01 {
    display: none;
  }
}
HEADER.main div#search02 {
  color: #0019af;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main div#search02 {
    display: block;
    text-indent: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 8px;
    margin: 0 6px;
    padding-bottom: 1px;
    float: right;
  }
}
HEADER.main div#search02 i {
  display: block;
}
HEADER.main div#search02.active {
  border-bottom: 2px solid #00baf2;
  margin-bottom: -2px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main div#search02.active i:before {
    color: #00baf2;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  HEADER.main div#search02 i:before {
    display: block;
    float: none;
    font-size: 20px;
    margin: 12px auto 3px;
    width: auto;
    height: auto;
    text-align: center;
  }
}
HEADER.main div#search02:hover {
  text-decoration: none;
}
HEADER.main UL#lang01 A.ru,
HEADER.main UL#lang01 A.et {
  background: none;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  #search03 {
    display: block;
    top: 108px;
    overflow: hidden;
    clear: both;
    position: absolute;
    z-index: 109;
    left: 0;
    right: 0;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  #search03 {
    top: 104px;
  }
}
#search03 DIV.a {
  border: 5px solid #0019af;
  background: #fff;
  padding: 3px 5px;
}
#search03 DIV.a input {
  border: none;
  width: 100%;
}
#search03 .ac {
  border: none;
}
.ru NAV#menu02 LI {
  width: auto;
}
.no-scroll {
  overflow: scroll;
  height: 100vh;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
}
.no-scroll #box00 {
  overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .no-scroll DIV.ac .pad {
    position: static;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .no-scroll DIV.ac .pad {
    height: calc(100vh - 150px);
    overflow-y: scroll;
  }
}
.content-overlay {
  display: none;
}
.content-overlay.active {
  display: block;
  position: absolute;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  clear: both;
  left: 0;
  right: 0;
  z-index: 101;
}
@media only screen and (max-width: 767px) {
  .content-overlay.active {
    top: 104px;
  }
}
DIV.ac P.heading01 {
  color: #273645;
}
DIV.ac UL.items04 SPAN.txt {
  float: right;
}
NAV.menu04 {
  padding-top: 0;
}
footer,
.ru footer {
  color: #273645;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding-bottom: 0;
  line-height: 21px;
}
footer DIV.col00#main > UL,
.ru footer DIV.col00#main > UL {
  padding: 70px 0;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  footer DIV.col00#main > UL,
  .ru footer DIV.col00#main > UL {
    padding: 45px 0 0;
  }
}
footer DIV.col00#main > UL > LI,
.ru footer DIV.col00#main > UL > LI {
  margin: 0;
  line-height: 25px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  footer DIV.col00#main > UL > LI,
  .ru footer DIV.col00#main > UL > LI {
    width: 49%;
    margin: 0 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  footer DIV.col00#main > UL > LI,
  .ru footer DIV.col00#main > UL > LI {
    width: 100%;
  }
}
footer DIV.col00#main > UL > LI SPAN.column-title,
.ru footer DIV.col00#main > UL > LI SPAN.column-title {
  color: #273645;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  footer DIV.col00#main > UL > LI SPAN.column-title,
  .ru footer DIV.col00#main > UL > LI SPAN.column-title {
    margin-bottom: 20px;
  }
}
footer DIV.col00#main UL UL LI A,
.ru footer DIV.col00#main UL UL LI A {
  font-size: 15px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
footer DIV.col00#main UL UL LI A:hover,
.ru footer DIV.col00#main UL UL LI A:hover {
  border-bottom: none;
  color: #273645;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  footer DIV.col00#main UL.social-media-links,
  .ru footer DIV.col00#main UL.social-media-links {
    margin-top: 20px;
  }
}
footer DIV.col00#main UL.social-media-links LI,
.ru footer DIV.col00#main UL.social-media-links LI {
  display: inline-block;
  margin-right: 8px;
}
footer DIV.col00#main UL.social-media-links LI A[target="_blank"]::after,
.ru footer DIV.col00#main UL.social-media-links LI A[target="_blank"]::after,
footer DIV.col00#main UL.social-media-links LI A.blank::after,
.ru footer DIV.col00#main UL.social-media-links LI A.blank::after {
  display: none;
}
footer DIV.col00#main UL.social-media-links LI i,
.ru footer DIV.col00#main UL.social-media-links LI i {
  font-size: 0;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
footer DIV.col00#main UL.social-media-links LI i:hover:after,
.ru footer DIV.col00#main UL.social-media-links LI i:hover:after {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
footer DIV.col00#main UL.social-media-links LI i:before,
.ru footer DIV.col00#main UL.social-media-links LI i:before {
  color: #ffffff;
  font-size: 19px;
}
footer DIV.col00#main UL.social-media-links LI i:after,
.ru footer DIV.col00#main UL.social-media-links LI i:after {
  content: "";
  height: 35px;
  width: 35px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
footer DIV.col00#main UL.social-media-links LI i.fa-facebook:after,
.ru footer DIV.col00#main UL.social-media-links LI i.fa-facebook:after {
  background-color: #3b5998;
}
footer DIV.col00#main UL.social-media-links LI i.fa-linkedin:after,
.ru footer DIV.col00#main UL.social-media-links LI i.fa-linkedin:after {
  background-color: #0077b5;
}
footer DIV.col00#main UL.social-media-links LI i.fa-youtube-play:after,
.ru footer DIV.col00#main UL.social-media-links LI i.fa-youtube-play:after {
  background-color: #cf2021;
}
.field--name-field-text h1,
.field--name-field-text h2,
.field--name-field-text h3,
.field--name-field-text h4,
.field--name-field-text h5,
.field--name-field-text h6,
.webform .js-form-type-webform-markup h1,
.webform .js-form-type-webform-markup h2,
.webform .js-form-type-webform-markup h3,
.webform .js-form-type-webform-markup h4,
.webform .js-form-type-webform-markup h5,
.webform .js-form-type-webform-markup h6,
.webform .js-form-type-processed-text h1,
.webform .js-form-type-processed-text h2,
.webform .js-form-type-processed-text h3,
.webform .js-form-type-processed-text h4,
.webform .js-form-type-processed-text h5,
.webform .js-form-type-processed-text h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.field--name-field-text h1,
.webform .js-form-type-webform-markup h1,
.webform .js-form-type-processed-text h1 {
  color: #0019af;
  font-size: 40px;
  line-height: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .field--name-field-text h1,
  .webform .js-form-type-webform-markup h1,
  .webform .js-form-type-processed-text h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.field--name-field-text h2,
.webform .js-form-type-webform-markup h2,
.webform .js-form-type-processed-text h2 {
  color: #0019af;
  font-size: 30px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .field--name-field-text h2,
  .webform .js-form-type-webform-markup h2,
  .webform .js-form-type-processed-text h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.field--name-field-text h3,
.webform .js-form-type-webform-markup h3,
.webform .js-form-type-processed-text h3 {
  color: #0019af;
  font-size: 20px;
  line-height: 48px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .field--name-field-text h3,
  .webform .js-form-type-webform-markup h3,
  .webform .js-form-type-processed-text h3 {
    font-size: 18px;
    line-height: 34px;
  }
}
.field--name-field-text p,
.webform .js-form-type-webform-markup p,
.webform .js-form-type-processed-text p {
  font-size: 15px;
  line-height: 22px;
  margin-top: 15px;
}
.field--name-field-text figure,
.webform .js-form-type-webform-markup figure,
.webform .js-form-type-processed-text figure {
  margin: 15px 0;
}
.field--name-field-text hr,
.webform .js-form-type-webform-markup hr,
.webform .js-form-type-processed-text hr {
  border-top: 1px solid #c9cad1;
  border-bottom: none;
}
.field--name-field-text table,
.webform .js-form-type-webform-markup table,
.webform .js-form-type-processed-text table {
  border-color: transparent;
}
.field--name-field-text table td,
.field--name-field-text table th,
.webform .js-form-type-webform-markup table td,
.webform .js-form-type-webform-markup table th,
.webform .js-form-type-processed-text table td,
.webform .js-form-type-processed-text table th {
  word-break: normal;
}
@media only screen and (max-width: 767px) {
  .field--name-field-text table,
  .webform .js-form-type-webform-markup table,
  .webform .js-form-type-processed-text table {
    overflow-x: auto;
    display: block;
  }
}
.field--name-field-text .align-center,
.webform .js-form-type-webform-markup .align-center,
.webform .js-form-type-processed-text .align-center {
  text-align: center;
}
.field--name-field-text .align-left,
.webform .js-form-type-webform-markup .align-left,
.webform .js-form-type-processed-text .align-left {
  margin: 15px 25px 15px 0;
}
.field--name-field-text .align-right,
.webform .js-form-type-webform-markup .align-right,
.webform .js-form-type-processed-text .align-right {
  margin: 15px 0 25px 15px;
}
.paragraph--type--video-embed {
  margin: 15px 0;
}
.webform INPUT[type="email"],
.webform INPUT[type="text"],
.webform INPUT[type="tel"] {
  border-color: #c9cad1;
  border-radius: 0;
  height: 50px;
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .webform INPUT[type="email"],
  .webform INPUT[type="text"],
  .webform INPUT[type="tel"] {
    width: 100%;
  }
}
.webform INPUT[type="email"]:focus,
.webform INPUT[type="text"]:focus,
.webform INPUT[type="tel"]:focus {
  border-color: #fad7a9;
}
.webform INPUT[type="email"].error,
.webform INPUT[type="text"].error,
.webform INPUT[type="tel"].error {
  border-color: #E44;
}
.webform INPUT[type="email"]::-webkit-input-placeholder,
.webform INPUT[type="text"]::-webkit-input-placeholder,
.webform INPUT[type="tel"]::-webkit-input-placeholder {
  color: #949da6;
}
.webform INPUT[type="email"]::-moz-placeholder,
.webform INPUT[type="text"]::-moz-placeholder,
.webform INPUT[type="tel"]::-moz-placeholder {
  color: #949da6;
}
.webform INPUT[type="email"]:-ms-input-placeholder,
.webform INPUT[type="text"]:-ms-input-placeholder,
.webform INPUT[type="tel"]:-ms-input-placeholder {
  color: #949da6;
}
.webform INPUT[type="email"]:-moz-placeholder,
.webform INPUT[type="text"]:-moz-placeholder,
.webform INPUT[type="tel"]:-moz-placeholder {
  color: #949da6;
}
.webform INPUT[type="email"]::placeholder,
.webform INPUT[type="text"]::placeholder,
.webform INPUT[type="tel"]::placeholder {
  color: #949da6;
}
.webform SELECT {
  background-position-x: 97%;
  background-size: 12px;
  border-color: #c9cad1;
  border-radius: 0;
  cursor: pointer;
  height: 50px;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .webform SELECT {
    width: 100%;
  }
}
.webform .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 25px;
}
.webform .select2-container--default {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .webform .select2-container--default {
    width: 100%;
    max-width: 100%;
  }
}
.webform .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #5f6d7a;
}
.webform .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  left: 0;
  margin-left: 0;
}
.webform .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 18px;
}
.webform .select2-container--default .select2-selection--single {
  height: 50px;
  max-width: 300px;
  border-radius: 0;
  border-color: #c9cad1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .webform .select2-container--default .select2-selection--single {
    width: 100%;
    max-width: 100%;
  }
}
.webform .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
.webform .select2-selection__rendered {
  line-height: 50px;
}
.webform TEXTAREA {
  width: 500px;
  border-color: #c9cad1;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .webform TEXTAREA {
    width: 100%;
  }
}
.webform TEXTAREA::-webkit-input-placeholder {
  color: #949da6;
}
.webform TEXTAREA::-moz-placeholder {
  color: #949da6;
}
.webform TEXTAREA:-ms-input-placeholder {
  color: #949da6;
}
.webform TEXTAREA:-moz-placeholder {
  color: #949da6;
}
.webform TEXTAREA::placeholder {
  color: #949da6;
}
.webform label,
.webform legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #273645;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  padding: 0 10px 0 0;
  margin: 15px 0 8px;
  width: 100%;
  max-width: 500px;
}
.webform .webform-element--title-inline label {
  float: left;
  width: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .webform .webform-element--title-inline label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .webform .webform-element--title-inline label {
    display: block;
    float: none;
    width: auto;
  }
}
.webform .webform-element--title-inline .fieldset-wrapper,
.webform .webform-element--title-inline .form-checkboxes,
.webform .webform-element--title-inline .field-input-wrapper {
  display: inline-block;
  position: relative;
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .webform .webform-element--title-inline .fieldset-wrapper,
  .webform .webform-element--title-inline .form-checkboxes,
  .webform .webform-element--title-inline .field-input-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .webform .webform-element--title-inline .fieldset-wrapper,
  .webform .webform-element--title-inline .form-checkboxes,
  .webform .webform-element--title-inline .field-input-wrapper {
    width: 100%;
  }
}
.webform .form-item-title-after label {
  margin: 8px 0;
}
.webform input[type=checkbox].form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 0;
}
.webform input[type=checkbox] + label {
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  margin-left: 35px;
  cursor: pointer;
  width: auto;
  max-width: calc(100% - 40px);
}
.webform input[type=checkbox] + label:before {
  content: "\f00c";
  color: transparent;
  border: 1px solid #c9cad1;
  font-family: FontAwesome;
  padding: 2px 5px;
  position: absolute;
  left: 0;
  top: 10px;
}
.webform input[type=checkbox]:checked + label:before {
  color: #0019af;
  border: 1px solid #00baf2;
}
.webform input[type=radio].form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 0;
}
.webform input[type=radio] + label {
  font-weight: 400;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-left: 35px;
  width: auto;
  max-width: calc(100% - 40px);
}
.webform input[type=radio] + label:before {
  border: 1px solid #c9cad1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f111";
  color: transparent;
  font-family: FontAwesome;
  padding: 2px 6px;
  position: absolute;
  left: 0;
  top: 10px;
}
.webform input[type=radio]:checked + label:before {
  border: 1px solid #00baf2;
  content: "\f111";
  color: #0019af;
}
.webform .webform-element--title-inline label::after {
  content: "";
}
.webform .block01 > .row {
  margin: 15px 0;
  position: relative;
}
.webform .field-input-wrapper .description,
.webform .field-input-wrapper .field-prefix,
.webform .field-input-wrapper .field-suffix {
  margin: 3px 0;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .webform .field-input-wrapper .description,
  .webform .field-input-wrapper .field-prefix,
  .webform .field-input-wrapper .field-suffix {
    max-width: 100%;
  }
}
.webform .fieldset-wrapper,
.webform .form-checkboxes,
.webform .field-input-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.webform .fieldset-wrapper span,
.webform .form-checkboxes span,
.webform .field-input-wrapper span,
.webform .fieldset-wrapper div,
.webform .form-checkboxes div,
.webform .field-input-wrapper div {
  display: block;
}
.webform .fieldset-wrapper label,
.webform .form-checkboxes label,
.webform .field-input-wrapper label {
  display: inline;
  float: none;
  width: auto;
}
.webform .fieldset-wrapper .field-input-wrapper,
.webform .form-checkboxes .field-input-wrapper,
.webform .field-input-wrapper .field-input-wrapper {
  width: auto;
}
.webform .form-required:after {
  content: " *";
}
.webform .block01 > .row.form-item-title-before label,
.webform .block01 > .row.form-item-title-after label {
  display: block;
  float: none;
  padding: 0;
  max-width: 500px;
  width: auto;
}
.webform .block01 > .row.form-disabled {
  opacity: 0.5;
}
.webform .block01 > .row.form-disabled input {
  cursor: not-allowed;
}
.webform .js-webform-select-other-input,
.webform .js-webform-radios-other-input {
  margin-top: 8px;
}
.webform .js-webform-checkboxes-other > label {
  float: left;
}
.webform .js-form-type-checkbox label {
  float: none;
}
.webform .js-form-type-webform-markup .field-input-wrapper,
.webform .js-form-type-processed-text .field-input-wrapper {
  width: 100%;
}
.webform .webform-button--submit {
  margin: 43px 0 15px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .webform .webform-button--submit {
    margin: 15px 0;
  }
}
.webform a.webform-element-help {
  background: transparent;
  border: none;
  position: relative;
}
.webform a.webform-element-help:after {
  content: "\f05a";
  color: #273645;
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
}
.webform .webform-tooltip-element input:hover + .description.visually-hidden {
  background: #273645;
  clip: auto;
  color: #ffffff;
  height: auto;
  padding: 8px;
  width: auto;
  z-index: 1000;
  transition: background .3s;
}
.ui-tooltip.webform-element-help--tooltip {
  background-color: #273645;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.ui-tooltip.webform-element-help--tooltip div.ui-tooltip-content {
  color: #ffffff;
}
UL.select2-results__options LI.select2-results__option::before {
  content: '';
}
.select2-container--default .select2-dropdown {
  border-radius: 0;
  border-color: #ffffff;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.select2-container--default .select2-results__option {
  margin: 0;
  padding: 10px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ffffff;
  border-left: 3px solid #00baf2;
  color: #273645;
  font-weight: 700;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f0f1f5;
  color: #273645;
}
.overlay {
  border-radius: 0;
}
.modal-block {
  z-index: 100;
  width: 50%;
  overflow: hidden;
  margin: 5% auto;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #d9dadb;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-block {
    width: 100%;
    margin: 0 auto;
    border: none;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .modal-block {
    width: 100%;
    margin: 0 auto;
    border: none;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.modal-block__header {
  margin-bottom: 25px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .modal-block__header {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  }
}
.modal-block__title {
  font-size: 24px;
  line-height: 1.42;
  text-align: left;
  color: #0019af;
  font-weight: 400;
  margin-top: 0;
}
.modal-block__sub-title {
  line-height: 1.47;
  color: #444444;
  font-size: 15px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
}
.modal-block .pad {
  padding: 35px 35px 50px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-block .pad {
    padding: 35px 20px 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-block .pad {
    padding: 35px 20px 40px 20px;
  }
}
.modal-block p {
  line-height: 1.47;
  color: #444444;
  font-size: 15px;
}
.modal-block .close {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  position: fixed;
  right: 12%;
  text-align: center;
  line-height: 26px;
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
  z-index: 100;
  margin-top: -20px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .modal-block .close {
    background: transparent;
    width: 35px;
    height: 18px;
    position: fixed;
    right: 28px;
    top: 15px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .modal-block .close {
    right: 10px;
  }
}
.modal-block .close:before {
  font-family: FontAwesome;
  content: "\f00d";
  color: #c9cad1;
  font-size: 24px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .modal-block .close:before {
    font-size: 25px;
    padding: 10px;
  }
}
.modal-block .close:hover,
.modal-block .close:active,
.modal-block .close:focus {
  text-decoration: none;
  opacity: 0.5;
  border-bottom: none;
}
.modal-block .close:hover:before,
.modal-block .close:active:before,
.modal-block .close:focus:before {
  text-decoration: none;
  border-bottom: none;
}
.modal-block__list {
  list-style: none;
  -moz-column-count: 4;
  -moz-column-gap: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 0;
  column-count: 4;
  column-gap: 30px;
}
.modal-block__list li {
  font-size: 15px;
  line-height: 1.13;
  color: black;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
}
.modal-block__list li:hover {
  text-decoration: underline;
}
.modal-block__list li a {
  font-size: 15px;
  line-height: 1.13;
  color: black;
  opacity: 1;
}
.modal-block__list li a:hover,
.modal-block__list li a:focus,
.modal-block__list li a:active {
  text-decoration: none;
  opacity: 0.6;
}
.modal-block__list li a.inactive {
  color: #949da6;
}
.modal-block__list li a.inactive:hover,
.modal-block__list li a.inactive:focus,
.modal-block__list li a.inactive:active {
  text-decoration: none;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .modal-block__list li {
    font-size: 15px;
    line-height: 1.53;
  }
}
.modal-block__list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: #00baf2;
  font-weight: bold;
  top: calc((50% - 5px));
  line-height: 1;
  height: 10px;
}
.modal-block__list li.inactive {
  font-size: 15px;
  line-height: 1.13;
  color: #949da6;
}
.modal-block__list li.inactive a {
  cursor: default;
  color: #949da6;
  transition: none;
}
.modal-block__list li.inactive a:hover,
.modal-block__list li.inactive a:focus,
.modal-block__list li.inactive a:active {
  text-decoration: none;
  opacity: 1;
}
.modal-block__list li.inactive:before {
  display: none;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .modal-block__canals {
    padding: 80px 15px 0;
  }
}
.modal-block__canals .accordion.expandable .blockheading {
  padding-left: 25px;
  position: relative;
}
.modal-block__canals .accordion.expandable.active .blockheading:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: #00baf2;
  font-weight: bold;
  top: calc(45%);
  line-height: 1;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}
.modal-block__canals .accordion.expandable .img-canal {
  max-width: 200px;
}
#tv-modal,
#internet-modal {
  width: 80%;
  max-height: 85vh;
  overflow-y: scroll;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  #tv-modal,
  #internet-modal {
    width: 100%;
    max-height: 100vh;
    height: 100%;
  }
}
#tv-modal .modal-block__title,
#internet-modal .modal-block__title {
  margin-bottom: 20px;
}
#order-modal {
  position: absolute;
  pointer-events: auto;
  box-shadow: none;
  background: transparent;
  display: none;
}
#order-modal.visible {
  display: block;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .showing-modal {
    overflow: hidden;
  }
}
.img-canal {
  max-width: 100px;
}
.accordion.expandable {
  border-bottom: solid 1px #d7d9e0;
}
.accordion.expandable .blockheading {
  margin-top: 4px;
}
.accordion.expandable:last-child {
  border-bottom: none;
}
.accordion.expandable:before {
  content: "\f107";
  color: #273645;
  font-family: 'FontAwesome';
  margin-top: 4px;
  float: right;
  font-size: 18px;
}
.accordion.expandable a.toggler {
  float: none;
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 15px;
  line-height: 2;
  color: #273645;
}
.accordion.expandable .accordion__caption {
  margin: 0;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .accordion.expandable .accordion__caption img {
    max-width: 70% !important;
    margin: 0 auto;
  }
}
.accordion.expandable.open .accordion__caption {
  margin: 0;
  display: block;
  padding: 20px 0 40px 0;
  height: auto;
  overflow: visible;
}
.accordion.expandable.open a.toggler {
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 0;
}
.accordion.expandable.open:before {
  content: "\f106";
  color: #0019af;
}
@media only screen and (min-width: 768px) {
  .book-search.scroll-to-fixed-fixed {
    background: #273645;
    left: 0 !important;
    width: 100% !important;
  }
  .book-search.scroll-to-fixed-fixed h2 {
    display: none;
  }
  .book-search.scroll-to-fixed-fixed .block01 {
    background-color: transparent;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .book-search.scroll-to-fixed-fixed .block01 input[type="text"] {
    background: #273645;
  }
  .book-search.scroll-to-fixed-fixed .block01 input::placeholder {
    color: #949da6;
  }
  .book-search.scroll-to-fixed-fixed .block01 .col.w60p input[type="text"] {
    color: #ffffff;
  }
  .book-search.scroll-to-fixed-fixed .block01 .col.w60p .btn {
    background: #5f6d7a;
  }
  .book-search.scroll-to-fixed-fixed .block01 .col.w60p .btn:after {
    color: #ffffff;
  }
  .book-search.scroll-to-fixed-fixed .block01 .actions01 {
    margin: 10px 0;
  }
  .book-search.scroll-to-fixed-fixed .block01 .actions01 li.togglable a.toggle {
    background-color: #273645;
    color: #ffffff !important;
  }
  .book-search.scroll-to-fixed-fixed .block01 .actions01 li a.btn--primary,
  .book-search.scroll-to-fixed-fixed .block01 .actions01 li form#user-login-form .button,
  .book-search.scroll-to-fixed-fixed .block01 .actions01 li form#user-pass .button,
  .book-search.scroll-to-fixed-fixed .block01 .actions01 li .webform .webform-button--submit {
    background: #ffffff;
    border: solid 2px #00baf2;
    color: #0019af !important;
    transition: background 0.25s;
  }
  .book-search.scroll-to-fixed-fixed .block01 .actions01 li a.btn--primary:hover,
  .book-search.scroll-to-fixed-fixed .block01 .actions01 li form#user-login-form .button:hover,
  .book-search.scroll-to-fixed-fixed .block01 .actions01 li form#user-pass .button:hover,
  .book-search.scroll-to-fixed-fixed .block01 .actions01 li .webform .webform-button--submit:hover {
    border-color: #009dcc;
    color: #0019af;
  }
}
.book-search .block01 {
  border: none;
  padding: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .book-search .block01 {
    padding: 0 0 15px;
  }
}
.book-search .col.w60p {
  margin-left: 0;
}
.book-search .col.w60p .search01 {
  border-color: #c9cad1;
  line-height: 48px;
  margin-top: 10px;
  width: 75%;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .book-search .col.w60p .search01 {
    width: 100%;
  }
}
.book-search .col.w60p .search01 input {
  left: 15px;
  position: relative;
}
.book-search .col.w60p .search01 input[type="text"] {
  padding: 0 15px 0 0;
  width: 80%;
}
.book-search .col.w60p .search01 input::placeholder {
  color: #949da6;
}
.book-search .col.w60p .search01 .btn {
  background: #f0f1f5;
  border-left: solid 1px #c9cad1;
  height: 100%;
  width: 50px;
  font-size: 0;
}
.book-search .col.w60p .search01 .btn:after {
  content: "\f002";
  font-size: 20px;
  font-family: 'FontAwesome';
  position: absolute;
  left: 15px;
  top: 10px;
}
.book-search .col.w60p .search01 .btn[type="submit"] {
  opacity: 0;
  left: -11px;
}
.book-search .col.w60p .search01 ul.ui-autocomplete {
  left: 0 !important;
  top: 50px !important;
  width: 100% !important;
}
.book-search .col.w60p .search01 ul.ui-autocomplete .ui-menu-divider {
  display: none;
}
.book-search .col.w60p .search01 ul.ui-autocomplete li {
  padding: 10px;
  line-height: 22px;
}
.book-search .col.w60p .search01 ul.ui-autocomplete li:hover {
  background: #f0f1f5 !important;
}
.book-search .col.w60p .search01 ul.ui-autocomplete li a {
  color: #273645 !important;
  font-weight: 400 !important;
}
.book-search .col.w60p .search01 ul.ui-autocomplete li a span {
  color: #0019af;
}
.book-search .col.w60p .search01 ul.ui-autocomplete li a.ui-state-active {
  background: transparent;
  border: none;
}
@media only screen and (max-width: 767px) {
  .book-search .actions01 {
    display: none;
  }
}
.book-search .actions01 li {
  display: table;
  width: 49%;
}
.book-search .actions01 A.btn.main.toggle,
.book-search .actions01 form#user-login-form .button.main.toggle,
.book-search .actions01 form#user-pass .button.main.toggle,
.book-search .actions01 ul.menu-local-tasks li a.main.toggle,
.book-search .actions01 ul.js-pager__items.pager li.pager__item a.button.main.toggle,
.book-search .actions01 .webform .webform-button--submit.main.toggle,
.book-search .actions01 .type-comments .btn.btn--gray.main.toggle {
  color: #273645 !important;
  height: 50px;
  border-color: #c9cad1;
  text-align: left;
  padding: 0 16px;
}
.book-search .actions01 A.btn.main.toggle:hover,
.book-search .actions01 form#user-login-form .button.main.toggle:hover,
.book-search .actions01 form#user-pass .button.main.toggle:hover,
.book-search .actions01 ul.menu-local-tasks li a.main.toggle:hover,
.book-search .actions01 ul.js-pager__items.pager li.pager__item a.button.main.toggle:hover,
.book-search .actions01 .webform .webform-button--submit.main.toggle:hover,
.book-search .actions01 .type-comments .btn.btn--gray.main.toggle:hover {
  border-color: #c9cad1 !important;
}
.book-search .actions01 A.btn.main.toggle:after,
.book-search .actions01 form#user-login-form .button.main.toggle:after,
.book-search .actions01 form#user-pass .button.main.toggle:after,
.book-search .actions01 ul.menu-local-tasks li a.main.toggle:after,
.book-search .actions01 ul.js-pager__items.pager li.pager__item a.button.main.toggle:after,
.book-search .actions01 .webform .webform-button--submit.main.toggle:after,
.book-search .actions01 .type-comments .btn.btn--gray.main.toggle:after {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 40%;
}
.book-search .actions01 LI.togglable DIV.b {
  border-color: #c9cad1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  top: 59px;
}
@media only screen and (max-width: 767px) {
  .book-search .actions01 LI.togglable DIV.b {
    top: 49px;
  }
}
.book-search .actions01 A.btn SPAN.a,
.book-search .actions01 form#user-login-form .button SPAN.a,
.book-search .actions01 form#user-pass .button SPAN.a,
.book-search .actions01 ul.menu-local-tasks li a SPAN.a,
.book-search .actions01 ul.js-pager__items.pager li.pager__item a.button SPAN.a,
.book-search .actions01 .webform .webform-button--submit SPAN.a,
.book-search .actions01 .type-comments .btn.btn--gray SPAN.a {
  margin-top: 0;
}
.book-search .actions01 .btn {
  height: 50px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
}
.book-search #block-exposedformbook-node-in-categorybook-search ul li a.btn--primary,
.book-search #block-exposedformbook-node-in-categorybook-search ul li form#user-login-form .button,
.book-search #block-exposedformbook-node-in-categorybook-search ul li form#user-pass .button,
.book-search #block-exposedformbook-node-in-categorybook-search ul li .webform .webform-button--submit {
  color: #ffffff;
}
NAV.menu04.menu04b.menu-sticky.scroll-to-fixed-fixed {
  background-color: #273645;
}
NAV.menu04.menu04b.menu-sticky.scroll-to-fixed-fixed a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #c9cad1;
}
NAV.menu04.menu04b.menu-sticky.scroll-to-fixed-fixed a:hover {
  color: #ffffff;
}
NAV.menu04.menu04b.menu-sticky.scroll-to-fixed-fixed ul {
  padding: 0;
}
NAV.menu04.menu04b.menu-sticky.scroll-to-fixed-fixed ul li:first-of-type {
  margin-left: 0;
}
NAV.menu04.menu04b.menu-sticky.scroll-to-fixed-fixed ul li a:not(.btn) {
  display: block;
  padding: 24px 0;
}
@media only screen and (min-width: 1024px) {
  NAV.menu04.menu04b.menu-sticky.scroll-to-fixed-fixed ul li a:not(.btn) {
    padding: 24px 10px;
  }
}
NAV.menu04.menu04b.menu-sticky.scroll-to-fixed-fixed ul li.active a {
  border-bottom-color: #00baf2;
  font-weight: 700;
  color: #ffffff;
}
NAV.menu04.menu04b.menu-sticky.scroll-to-fixed-fixed ul a.btn.btn--secondary {
  background: #ffffff;
  color: #0019af;
  font-weight: 700;
  padding: 14px 40px;
  margin: 10px 0;
}
ul.tabs01 {
  border-bottom: 2px solid #00baf2;
  margin: 30px 0 30px;
}
ul.tabs01 li {
  padding: 0 2px;
  top: 2px;
}
ul.tabs01 li:first-child {
  margin: 0 0 0 -2px !important;
}
ul.tabs01 li a {
  border: none;
  border-top: 2px solid #c9cad1;
}
ul.tabs01 li a span {
  color: #273645;
  font-weight: 400;
  height: 48px;
}
ul.tabs01 li a.active {
  border: 2px solid #00baf2;
  border-bottom: 2px solid #ffffff;
}
ul.tabs01 li a.active span {
  color: #273645;
  font-weight: 700;
}
ul.tabs--small li a span {
  height: 38px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  UL.tabs01.tabs--mobile-select {
    display: none;
  }
}
.tabs-select-wrap .tabs-select {
  display: none;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .tabs-select-wrap {
    position: relative;
    max-width: 280px;
    margin: 20px 0 10px;
  }
  .tabs-select-wrap .tabs-select {
    display: block;
    border: 1px solid #c9cad1;
  }
  .tabs-select-wrap .tabs-select.open {
    border: 1px solid #5f6d7a;
  }
  .tabs-select-wrap .tabs-select .active-li {
    font-size: 15px;
    line-height: 48px;
    padding: 0 15px;
  }
  .tabs-select-wrap .tabs-select .active-li:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    font-size: 18px;
  }
  .tabs-select-wrap .tabs--mobile-select {
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    display: none;
    position: absolute;
    margin: 0;
    top: 50px;
    z-index: 100;
  }
  .tabs-select-wrap .tabs--mobile-select.open {
    display: block;
  }
  .tabs-select-wrap .tabs--mobile-select li {
    padding: 0;
    top: 0;
    border: none;
    margin: 0 !important;
  }
  .tabs-select-wrap .tabs--mobile-select li:first-child:nth-last-child(n),
  .tabs-select-wrap .tabs--mobile-select li:first-child:nth-last-child(n) ~ li {
    width: 100%;
    border: none;
  }
  .tabs-select-wrap .tabs--mobile-select li:first-child:nth-last-child(n) a,
  .tabs-select-wrap .tabs--mobile-select li:first-child:nth-last-child(n) ~ li a {
    border: none;
    margin: 0;
  }
  .tabs-select-wrap .tabs--mobile-select li:first-child {
    margin: 0 !important;
  }
  .tabs-select-wrap .tabs--mobile-select li:hover {
    background: #f0f1f5;
  }
  .tabs-select-wrap .tabs--mobile-select li a {
    background: #ffffff;
    border: none;
  }
  .tabs-select-wrap .tabs--mobile-select li a:hover {
    background-color: #f0f1f5;
  }
  .tabs-select-wrap .tabs--mobile-select li a.active {
    border: none;
  }
  .tabs-select-wrap .tabs--mobile-select li a.active span {
    border-left: 3px solid #00baf2;
  }
  .tabs-select-wrap .tabs--mobile-select li a span {
    font-size: 15px;
    text-align: left;
    padding: 10px 15px;
    height: auto;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .tabs-menu {
    height: 50px;
    margin-top: 30px;
  }
}
.tabs-menu > li {
  padding: 0;
}
.tabs-menu > li:before {
  display: none;
}
.tabs-menu > li > a {
  font-weight: bold;
  text-align: center;
  list-style: none;
}
.tabs-menu__large {
  display: table;
}
@media only screen and (min-width: 1024px) {
  .tabs-menu__large {
    width: 100%;
    max-width: 400px;
  }
}
.tabs-menu__large > li {
  display: table-cell;
  float: none;
}
.tabs-menu__large > li > a {
  color: #949da6;
  font-size: 18px;
  padding: 16px 10px;
}
@media only screen and (min-width: 1024px) {
  .tabs-menu__large > li > a {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabs-menu__large > li > a {
    padding: 16px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-menu__large > li > a {
    font-size: 15px;
    padding: 16px 25px;
  }
}
.tabs-menu__large > li > a:hover,
.tabs-menu__large > li > a:focus,
.tabs-menu__large > li > a:active {
  text-decoration: none;
  color: #5f6d7a;
}
.tabs-menu__large > li > a.active {
  color: #273645;
  border-bottom: 2px solid #00baf2;
}
.tabs-menu__large > li > a.active:hover,
.tabs-menu__large > li > a.active:focus,
.tabs-menu__large > li > a.active:active {
  text-decoration: none;
  color: #273645;
}
.tabs-menu__default > li > a {
  color: #949da6;
  font-size: 15px;
  padding: 8px 6px;
  display: block;
  margin-right: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .tabs-menu__default > li > a {
    font-size: 15px;
  }
}
.tabs-menu__default > li > a:hover,
.tabs-menu__default > li > a:focus,
.tabs-menu__default > li > a:active {
  text-decoration: none;
  color: #5f6d7a;
}
.tabs-menu__default > li > a.active {
  color: #273645;
  border-bottom: 2px solid #00baf2;
}
.tabs-menu__default > li > a.active:hover,
.tabs-menu__default > li > a.active:focus,
.tabs-menu__default > li > a.active:active {
  text-decoration: none;
  color: #273645;
}
.tabs-menu__default > li:first-child > a {
  padding-left: 0;
}
.tabs-menu__default > li:last-child > a {
  margin-right: 0;
}
.tabs__title {
  color: #0019af;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.27;
  text-align: left;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabs__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.tabs__info {
  font-size: 15px;
  line-height: 1.53;
  text-align: left;
  color: #273645;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabs__info {
    margin-top: 50px;
    font-size: 18px;
    line-height: 1.61;
    color: #444444;
  }
}
@media only screen and (max-width: 767px) {
  .tabs__info {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.47;
    color: #444444;
  }
}
.tabs__price {
  font-size: 40px;
  font-weight: bold;
  line-height: 0.75;
  text-align: left;
  color: #273645;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabs__price {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs__price {
    margin-top: 0;
    font-size: 30px;
    float: right;
  }
}
.tabs__price--info {
  font-size: 15px;
  line-height: 1.33;
  color: #444444;
}
@media only screen and (max-width: 767px) {
  .tabs__price--info {
    float: left;
  }
}
.tabs__per {
  font-size: 18px;
  line-height: 1;
  text-align: left;
  color: #949da6;
  vertical-align: top;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .tabs__per {
    font-size: 14px;
  }
}
.tabs-canals__modal {
  display: inline-flex;
  text-align: center;
}
.tabs-canals__modal li {
  margin: 0;
}
.tabs-canals__modal li > a {
  color: #949da6;
  padding: 10px;
}
.tabs-canals__modal li > a:hover,
.tabs-canals__modal li > a:focus,
.tabs-canals__modal li > a:active {
  text-decoration: none;
}
.tabs-canals__modal li.active > a {
  color: #273645;
  border-bottom: 2px solid #00baf2;
}
.tabs-canals__modal li.active > a:hover,
.tabs-canals__modal li.active > a:focus,
.tabs-canals__modal li.active > a:active {
  text-decoration: none;
  color: #273645;
}
.tabs-flex {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  margin: 16px -4px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .tabs-flex {
    flex-direction: column;
    margin: 0;
  }
}
.tabs-flex > li {
  width: 100%;
  padding: 0;
  margin: 0 4px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .tabs-flex > li {
    margin: 4px 0;
  }
}
.tabs-flex > li:before {
  content: none;
}
.tabs-flex > li a {
  height: 100%;
}
.tabs-flex > li a:hover {
  text-decoration: none;
  color: #0019af;
}
UL.tabs04 {
  border-bottom-color: #00baf2;
}
UL.tabs04 A {
  background-color: #f0f1f5;
  border-color: #c9cad1 transparent #00baf2;
}
UL.tabs04 A SPAN {
  color: #273645;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
UL.tabs04 A:hover {
  border-top-color: #949da6;
  border-bottom-color: #00baf2;
}
UL.tabs04 A.active {
  border-color: #00baf2 #00baf2 #ffffff;
}
UL.tabs04 LI {
  display: table-cell;
  border-left: 2px solid transparent;
}
UL.tabs04 LI:first-child {
  margin: 0 !important;
}
UL.tabs04.in3cols li,
UL.tabs04.in2cols li {
  margin: 0 1px !important;
}
UL.tabs04.tabs04b {
  display: flex;
}
UL.tabs04.tabs04b li {
  min-width: auto;
  display: flex;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  UL.tabs04.tabs04b li {
    min-width: 25%;
  }
  UL.tabs04.tabs04b li:nth-last-child(n+4),
  UL.tabs04.tabs04b li:nth-last-child(n+4) ~ li {
    min-width: auto;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  UL.tabs04.tabs04b li {
    width: 25%;
  }
  UL.tabs04.tabs04b li:nth-last-child(n+4),
  UL.tabs04.tabs04b li:nth-last-child(n+4) ~ li {
    width: 20%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  UL.tabs04.tabs04b li.active {
    margin-right: 4px !important;
  }
}
UL.tabs04.tabs04b li a {
  overflow: hidden;
}
UL.tabs04.tabs04b:before {
  border-bottom: 2px solid #00baf2;
}
UL.tabs04.tabs04b li.active a.active {
  border-bottom-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  UL.tabs04 LI:first-child:nth-last-child(2) A,
  UL.tabs04 LI:first-child:nth-last-child(3) A,
  UL.tabs04 LI:first-child:nth-last-child(4) A,
  UL.tabs04 LI:first-child:nth-last-child(2) ~ li A,
  UL.tabs04 LI:first-child:nth-last-child(3) ~ li A,
  UL.tabs04 LI:first-child:nth-last-child(4) ~ li A {
    border-bottom-color: #00baf2;
  }
}
UL.tabs04 LI:first-child:nth-last-child(2) A span,
UL.tabs04 LI:first-child:nth-last-child(3) A span,
UL.tabs04 LI:first-child:nth-last-child(4) A span,
UL.tabs04 LI:first-child:nth-last-child(2) ~ li A span,
UL.tabs04 LI:first-child:nth-last-child(3) ~ li A span,
UL.tabs04 LI:first-child:nth-last-child(4) ~ li A span {
  padding-top: 10px;
  padding-bottom: 10px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #304254;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 20px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #d7d9e0;
  background: white;
  border-left: none;
  border-bottom: none;
  font-size: 15px;
  color: #444444;
}
.table > thead > tr > th {
  font-size: 13px;
}
.table > tbody > tr:last-child > th,
.table > tbody > tr:last-child > td {
  border-bottom: 1px solid #d7d9e0;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #949da6;
}
.table .table {
  background-color: white;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 10px;
}
.table-bordered {
  border: 1px solid #949da6;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #949da6;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #616d79;
}
.table-hover > tbody > tr:hover {
  background-color: #616d79;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media only screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 7.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
ul.products02.products02b.products02c {
  margin: 0 -15px;
}
ul.products02.products02b.products02c li {
  box-sizing: border-box;
  align-self: flex-start;
  padding: 15px 0 0;
  margin: 15px 15px 30px;
  border: none;
}
@media only screen and (min-width: 1024px) {
  ul.products02.products02b.products02c li {
    width: calc(100%/4 - 30px);
  }
}
@media only screen and (min-width: 1280px) {
  ul.products02.products02b.products02c li {
    width: calc(100%/5 - 30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  ul.products02.products02b.products02c li {
    width: calc(100%/4 - 30px);
  }
}
@media only screen and (max-width: 767px) {
  ul.products02.products02b.products02c li {
    width: 100%;
    padding: 15px;
    margin: 0;
  }
}
ul.products02.products02b.products02c li:hover img {
  transform: scale(1.02);
}
ul.products02.products02b.products02c li:hover a .heading02 {
  color: #000000 !important;
}
ul.products02.products02b.products02c li > DIV.b {
  margin-top: 10px;
}
ul.products02.products02b.products02c li SPAN.meta01 {
  height: auto;
  white-space: normal;
}
ul.products02.products02b.products02c li img {
  transition: 0.25s;
}
ul.products02.products02b.products02c li a .heading02 {
  color: #273645;
  font-size: 15px;
  height: auto;
  line-height: 22px;
}
#content .kb-parent-categories {
  margin: 50px 0;
}
#content .kb-parent-categories DIV {
  display: table-cell;
  background: #f0f1f5;
  border-top: 2px solid #c9cad1;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
#content .kb-parent-categories DIV:hover {
  background: #e6e7ed;
  border-top: 2px solid #949da6;
}
#content .kb-parent-categories DIV:hover a {
  text-decoration: none;
}
#content .kb-parent-categories DIV a {
  color: #5f6d7a;
  display: block;
  padding: 15px 30px;
}
@media only screen and (max-width: 767px) {
  #content .kb-parent-categories DIV a {
    padding: 15px;
  }
}
#content .kb-parent-categories DIV.active-title {
  background: #ffffff;
  border-left: 2px solid #00baf2;
  border-right: 2px solid #00baf2;
  border-top: 2px solid #00baf2;
  position: relative;
}
#content .kb-parent-categories DIV.active-title:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #00baf2;
  width: 2000px;
  left: 100%;
  bottom: 0;
}
#content .kb-parent-categories DIV.active-title:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #00baf2;
  width: 2000px;
  right: 100%;
  bottom: 0;
}
#content .kb-parent-categories DIV.active-title a {
  color: #273645;
  font-weight: 700;
}
#content .kb-category a {
  font-weight: 700;
}
#content .kb-category a:hover,
#content .kb-category a:active {
  text-decoration: none;
}
#content .kb-category .active {
  border: 1px solid #e6e7ed;
}
#content .kb-category .not-active:hover {
  background: #e6e7ed;
  border-color: #e6e7ed;
}
#content .kb-categories a:hover,
#content .kb-categories a:active {
  text-decoration: none;
}
#content .kb-categories .kb-not-active {
  color: #0019af;
  font-weight: 700;
  position: relative;
}
#content .kb-categories .kb-not-active:hover {
  background: #f0f1f5;
  border: 1px solid transparent;
}
@media only screen and (max-width: 767px) {
  #content .kb-categories .kb-not-active {
    padding: 15px 15px 15px 70px;
    text-align: left;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #content .kb-categories .kb-image {
    left: 20px;
    right: auto;
    height: 40px;
    margin: auto;
    bottom: 0;
    top: 0;
  }
}
#content .kb-categories .kb-image img {
  max-height: 90px;
  max-width: 90px;
}
@media only screen and (max-width: 767px) {
  #content .kb-categories .kb-image img {
    max-height: 40px;
    max-width: 40px;
  }
}
#content .category-text {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  #content .category-text {
    padding: 0;
  }
}
#content .category-text h1 span,
#content .category-text h1 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #content .category-text h1 span,
  #content .category-text h1 {
    font-size: 35px;
    line-height: 35px;
    margin-left: 0 !important;
  }
}
#content .category-image {
  top: 35px;
}
#content .kb-article {
  padding-left: 0;
}
#content .kb-article .parent-level-manual .selected {
  border-left: none;
  margin-left: 0;
  padding: 20px 20px 20px 0;
  disply: block;
}
#content .kb-article .parent-level-manual a {
  color: #273645;
  font-size: 18px;
  line-height: 1.25;
}
#content .kb-article .first-level {
  padding-left: 0;
}
#content .kb-article .first-level .selected {
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  displya: block;
}
#content .kb-article .first-level a {
  color: #273645;
}
#content .kb-article .first-level.category-level a {
  font-size: 18px;
  line-height: 1.25;
}
#content .kb-article .first-level-manual {
  padding-left: 25px;
}
#content .kb-article .first-level-manual .not-selected a {
  color: #0019af;
  padding-top: 10px;
  padding-bottom: 10px;
}
#content .kb-article .first-level-manual .not-selected a:hover {
  color: #273645;
}
#content .kb-article .first-level-manual .selected a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
#content .kb-article .second-level-manual {
  padding-left: 35px;
}
#content .kb-article .second-level-manual .not-selected a {
  color: #0019af;
  padding-top: 10px;
  padding-bottom: 10px;
}
#content .kb-article .second-level-manual .not-selected a:hover {
  color: #273645;
}
#content .kb-article .second-level-manual .selected a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
#content .kb-article .second-level-manual .selected {
  border-left-color: #00baf2;
  margin-left: -35px;
  padding: 0 0 0 35px;
}
#content .kb-article .not-selected {
  padding: 0;
}
#content .kb-article .not-selected a {
  padding: 20px 20px 20px 0;
  display: block;
}
#content .kb-article .selected {
  border-left-color: #00baf2;
  margin-left: -25px;
  padding: 0 0 0 23px;
}
#content .kb-article .selected a {
  color: #273645;
}
#content .kb-article .category-level span {
  position: absolute;
  background-color: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
#content .kb-article .category-level span:before {
  color: #0019af;
  content: "\f106";
  font-family: FontAwesome;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 26px;
  margin: auto;
}
#content .kb-article .category-level.children-hidden span:before {
  content: "\f107";
  color: #273645;
}
#content .kb-article .category-level.children-hidden span:hover:before {
  color: #0019af;
}
#content .kb-article .category-level.children-hidden:hover a {
  color: #273645;
}
#content .kb-article .back-button a {
  color: #5f6d7a;
  font-weight: 700;
}
#content .kb-article .back-button a:hover {
  color: #0019af;
}
#content .kb-article .back-button a:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
  vertical-align: -1px;
}
#content .kb-article a:hover {
  text-decoration: none;
}
#content .col-sm-8.kb-content .col00 {
  max-width: 1200px;
  width: 100%;
}
#content .col-sm-8.kb-content .col00 table {
  overflow-x: auto;
  display: block;
}
#content .col-sm-8.kb-content .col00 table td,
#content .col-sm-8.kb-content .col00 table th {
  word-break: normal;
}
#content #block-elisa-content h1 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #content #block-elisa-content h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.alert-tooltip {
  font-size: 13px;
  line-height: 1.54;
  margin-top: 20px;
}
.alert-tooltip__light-blue {
  background-color: #aae0fa;
  color: #444444;
}
.alert-tooltip__light-blue:after {
  content: "";
  position: absolute;
  bottom: 99%;
  left: 40px;
  margin-left: -14px;
  border-width: 14px;
  border-style: solid;
  border-color: transparent transparent #aae0fa transparent;
}
.alert-tooltip__icon {
  padding: 13px 30px 16px 50px;
  position: relative;
}
.alert-tooltip__icon--info {
  background-color: #0524ac;
  position: absolute;
  top: 15px;
  left: 13px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
.alert-tooltip__icon--info:after {
  content: "\f05a";
  font-family: FontAwesome;
  color: white;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: -2px;
}
.alert-tooltip + .sumo__select--xsmall {
  margin-top: 10px;
}
.grid {
  box-sizing: border-box;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,
.grid-item {
  width: calc(( 100% - 40px) / 3);
}
SECTION.content.type-kkk01 {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 767px) {
  SECTION.content.type-kkk01 {
    padding: 40px 0;
  }
}
SECTION.content.type-kkk01 H2 {
  color: #0019af;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  SECTION.content.type-kkk01 H2 {
    font-size: 24px;
    line-height: 34px;
  }
}
SECTION.content.type-kkk01 H3 {
  font-size: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  SECTION.content.type-kkk01 H3 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.type-kkk01 H2 + H3 {
  margin-top: 20px !important;
}
#content .block01.expandable {
  border: none;
}
#content .block01.expandable + DIV.block01.expandable {
  margin: 0;
}
#content .block01.expandable h2.blockheading {
  background: #f0f1f5;
  border: solid 1px #d7d9e0;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 22px;
}
#content .block01.expandable h2.blockheading a.toggler {
  color: #273645;
  min-height: 52px;
}
#content .block01.expandable h2.blockheading a.toggler div {
  padding-right: 35px;
}
#content .block01.expandable h2.blockheading A.toggler::before {
  content: "\f107";
  color: #273645;
  font-family: 'FontAwesome';
  margin-top: 0;
  transition: all 0.4s ease;
  height: auto;
  width: auto;
}
#content .block01.expandable.open {
  border-bottom: solid 1px #d7d9e0;
  border-left: solid 2px #00baf2;
  border-right: solid 2px #00baf2;
  border-top: solid 1px #d7d9e0;
  padding-left: 19px;
}
#content .block01.expandable.open h2.blockheading {
  background: transparent;
  border: none;
  font-size: 15px !important;
  font-weight: 700;
}
#content .block01.expandable.open h2.blockheading A.toggler::before {
  transform: rotate(180deg);
}
#content .block01.expandable.open DIV.block01b {
  margin: 0;
}
#content .block01.expandable.open DIV.block01b .col00 {
  width: auto;
  padding: 0;
}
.type-arguments01.content {
  padding: 80px 0 60px;
}
@media only screen and (max-width: 767px) {
  .type-arguments01.content {
    padding: 20px 0;
  }
}
.type-arguments01 UL.items10 LI,
.type-arguments01 UL.items11 LI {
  margin: 20px 0;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .type-arguments01 UL.items10 LI,
  .type-arguments01 UL.items11 LI {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .type-arguments01 UL.items10 LI,
  .type-arguments01 UL.items11 LI {
    max-width: 20%;
  }
}
.type-arguments01 UL.items10 LI p,
.type-arguments01 UL.items11 LI p {
  color: #273645;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .type-arguments01 UL.items10 LI p,
  .type-arguments01 UL.items11 LI p {
    padding-right: 0;
  }
}
.type-banner01 {
  border-top: none !important;
  /* #content > SECTION:first-child border-top main.less9927 should probably be removed*/
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .type-banner01 {
    padding: 15px 0 30px;
  }
}
.type-banner01 a.btn {
  margin-top: 26px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .type-banner01 a.btn {
    margin: 10px 0;
  }
  .type-banner01 a.btn:first-of-type {
    margin-top: 26px;
  }
}
.type-banner02 {
  border-top: none !important;
  /* #content > SECTION:first-child border-top main.less9927 should probably be removed*/
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .type-banner02 {
    padding: 15px 0 30px;
  }
}
.type-banner02 img {
  margin: 20px 0;
}
.type-banner02 a.btn {
  margin-top: 26px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .type-banner02 a.btn {
    margin: 10px 0;
  }
  .type-banner02 a.btn:first-of-type {
    margin-top: 26px;
  }
}
.type-banner03 {
  border-top: none !important;
  /* #content > SECTION:first-child border-top main.less9927 should probably be removed*/
}
.type-banner03 .banner__background__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}
@media only screen and (max-width: 767px) {
  .type-banner03 .banner__background__image {
    background-size: auto 180px;
    background-position-x: 100%;
    padding-top: 180px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .type-banner03 .banner__background__image {
    background-size: auto 220px;
    background-position-x: 100%;
    padding-top: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-banner03 .banner__background__image {
    background-position-x: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-banner03 .banner__background__image .col00 {
    min-height: 480px;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .type-banner03 .banner__background__image .col00 {
    min-height: 480px;
    position: relative;
  }
}
.type-banner03 .banner__background__image .col00 .banner__content {
  background-color: #ffffff;
  padding: 13px 40px 25px 40px;
}
@media only screen and (max-width: 767px) {
  .type-banner03 .banner__background__image .col00 .banner__content {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-banner03 .banner__background__image .col00 .banner__content {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-banner03 .banner__background__image .col00 .banner__content {
    width: 50%;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-banner03 .banner__background__image .col00 .banner__content h1 {
    margin-top: 5px;
  }
}
.type-banner03 .banner__background__image .col00 .banner__content .align-bottom {
  display: inline-block;
  margin-top: 0;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
}
@media only screen and (max-width: 767px) {
  .type-banner03 .banner__background__image .col00 .banner__content .align-bottom {
    display: inherit;
    margin: 10px 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .type-banner03 .banner__background__image .col00 .banner__content .align-bottom:first-of-type {
    margin-top: 26px;
  }
}
.type-banner03 .banner__background__image .col00 .banner__content .app-buttons {
  display: inline-block;
  width: 351px;
}
@media only screen and (max-width: 767px) {
  .type-banner03 .banner__background__image .col00 .banner__content .app-buttons {
    text-align: center;
    width: 100%;
  }
}
.type-banner03 .banner__background__image .col00 .banner__content .app-buttons.align-bottom {
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -o-transform: translateY(45px);
  transform: translateY(45px);
}
@media only screen and (max-width: 767px) {
  .type-banner03 .banner__background__image .col00 .banner__content .app-buttons.align-bottom {
    margin-top: 8px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.type-banner03 .banner__background__image .col00 .banner__content .app-buttons.align-bottom a:first-child {
  margin-left: 2px;
}
@media only screen and (max-width: 767px) {
  .type-banner03 .banner__background__image .col00 .banner__content .app-buttons.align-bottom a:first-child {
    margin-left: 0;
  }
}
.type-banner03 .banner__background__image .col00 .banner__content .app-buttons.align-bottom a:not(:last-child) {
  margin-right: 7px;
}
#content .type-banner03 .banner__background__image .col00 .banner__content .app-buttons a img.img01 {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  #content .type-banner03 .banner__background__image .col00 .banner__content .app-buttons a img.img01 {
    display: inline-block;
    height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-banner03 .banner__background__image .col00 .content--xl {
    min-width: 680px;
  }
}
.type-banner04 .banner__background__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}
@media only screen and (max-width: 767px) {
  .type-banner04 .banner__background__image {
    background-size: auto 180px;
    background-position-x: 0;
    padding-top: 180px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .type-banner04 .banner__background__image {
    background-size: auto 220px;
    background-position-x: 0;
    padding-top: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-banner04 .banner__background__image {
    background-position-x: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-banner04 .banner__background__image .col00 {
    min-height: 480px;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .type-banner04 .banner__background__image .col00 {
    min-height: 480px;
    position: relative;
  }
}
.type-banner04 .banner__background__image .col00 .banner__content {
  background-color: #ffffff;
  padding: 13px 40px 25px 40px;
}
@media only screen and (max-width: 767px) {
  .type-banner04 .banner__background__image .col00 .banner__content {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-banner04 .banner__background__image .col00 .banner__content {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-banner04 .banner__background__image .col00 .banner__content {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-banner04 .banner__background__image .col00 .banner__content h1 {
    margin-top: 5px;
  }
}
.type-banner04 .banner__background__image .col00 .banner__content .align-bottom {
  display: inline-block;
  margin-top: 0;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
}
@media only screen and (max-width: 767px) {
  .type-banner04 .banner__background__image .col00 .banner__content .align-bottom {
    display: inherit;
    margin: 10px 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .type-banner04 .banner__background__image .col00 .banner__content .align-bottom:first-of-type {
    margin-top: 26px;
  }
}
.type-banner-slider {
  border-bottom: 1px solid #f0f1f5;
}
.type-banner-slider .slider-front-page > div:nth-child(n+2) {
  display: none;
}
.type-banner-slider .slider-front-page.owl-loaded > div:nth-child(n+2) {
  display: block;
}
.type-banner-slider .slider-front-page .slide {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.type-banner-slider .slider-front-page .slide a.link-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.type-banner-slider .slider-front-page .slide .slide-bg {
  width: 100%;
}
.type-banner-slider .slider-front-page .slide .slide-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  margin-left: 10%;
  padding: 40px 3%;
  width: 40%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-banner-slider .slider-front-page .slide .slide-content {
    background: #ffffff;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 30px 15px 40px;
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .type-banner-slider .slider-front-page .slide .slide-content.slide-content-right {
    margin-left: 55%;
  }
}
.type-banner-slider .slider-front-page .slide .slide-content.slide-content-center {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.type-banner-slider .slider-front-page .slide .slide-content.slide-content-center .orange-badge,
.type-banner-slider .slider-front-page .slide .slide-content.slide-content-center .see-more {
  margin: 20px auto;
}
.type-banner-slider .slider-front-page .slide .slide-content.slide-content-center ul.arguments {
  display: block;
}
.type-banner-slider .slider-front-page .slide .slide-content ul.arguments li {
  display: inline-block;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  margin-right: 15px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1279px) {
  .type-banner-slider .slider-front-page .slide .slide-content ul.arguments li {
    font-size: 14px;
  }
}
.type-banner-slider .slider-front-page .slide .slide-content ul.arguments li:before {
  color: #00baf2;
  font-size: 20px;
  position: static;
  margin-right: 6px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1279px) {
  .type-banner-slider .slider-front-page .slide .slide-content ul.arguments li:before {
    font-size: 15px;
  }
}
.type-banner-slider .slider-front-page .slide .slide-content ul.arguments li.deposit:before {
  content: "0€";
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.type-banner-slider .slider-front-page .slide .slide-content ul.arguments li.interest:before {
  content: "0%";
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.type-banner-slider .slider-front-page .slide .slide-content ul.arguments li.transport:before {
  content: "\f0d1";
  font-family: FontAwesome;
}
.type-banner-slider .slider-front-page .slide .slide-content ul.arguments-mob {
  font-size: 15px;
}
.type-banner-slider .slider-front-page .slide .slide-content ul.arguments-mob li {
  padding: 0;
}
.type-banner-slider .slider-front-page .slide .slide-content ul.arguments-mob li:before {
  content: "";
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-banner-slider .slider-front-page .slide .slide-content h1 {
    margin-top: 0;
  }
}
.type-banner-slider .slider-front-page .slide .slide-content h1 p {
  color: #0019af;
  font-size: 45px;
  line-height: 50px;
  margin: 0 0 18px;
  text-transform: none;
  font-weight: 300;
}
@media only screen and (min-width: 240px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1279px) {
  .type-banner-slider .slider-front-page .slide .slide-content h1 p {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .type-banner-slider .slider-front-page .slide .slide-content h1 p {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}
.type-banner-slider .slider-front-page .slide .slide-content h1 p strong {
  text-transform: uppercase;
  letter-spacing: -1px;
}
.type-banner-slider .slider-front-page .slide .slide-content .intro {
  font-size: 18px;
  margin: 18px 0 8px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1279px) {
  .type-banner-slider .slider-front-page .slide .slide-content .intro {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 10px;
  }
}
.type-banner-slider .slider-front-page .slide .slide-content .orange-badge {
  background-color: #ff6400;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #ffffff;
  display: table;
  font-size: 18px;
  padding: 3px 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1279px) {
  .type-banner-slider .slider-front-page .slide .slide-content .orange-badge {
    font-size: 15px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-banner-slider .slider-front-page .slide .slide-content .orange-badge {
    margin: 0px auto 10px;
  }
}
.type-banner-slider .slider-front-page .slide .slide-content .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}
.type-banner-slider .slider-front-page .slide .slide-content .price.price--orange {
  color: #ff6400;
}
.type-banner-slider .slider-front-page .slide .slide-content .price.price--small {
  font-size: 14px;
  font-weight: 400;
  margin-top: -20px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1279px) {
  .type-banner-slider .slider-front-page .slide .slide-content .price.price--small {
    margin-top: -8px;
  }
}
.type-banner-slider .slider-front-page .slide .slide-content .price.price--small span {
  font-size: 14px;
  text-decoration: line-through;
  margin: 0 0 0 5px;
}
.type-banner-slider .slider-front-page .slide .slide-content .price span {
  font-size: 18px;
  font-weight: 400;
  color: rgba(39, 54, 69, 0.5);
  display: inline-block;
  vertical-align: top;
  margin: -2px 0 0 5px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1279px) {
  .type-banner-slider .slider-front-page .slide .slide-content .price {
    font-size: 25px;
    line-height: 35px;
  }
  .type-banner-slider .slider-front-page .slide .slide-content .price span {
    font-size: 15px;
  }
}
.type-banner-slider .slider-front-page .slide .slide-content a.see-more {
  display: table;
  font-size: 15px;
  opacity: 0;
  margin-top: 10px;
  font-weight: bold;
  -webkit-transition: all .3s ease .2s;
  -moz-transition: all .3s ease .2s;
  -ms-transition: all .3s ease .2s;
  -o-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}
.type-banner-slider .slider-front-page .slide .slide-content a.see-more:hover {
  text-decoration: none;
}
.type-banner-slider .slider-front-page .slide .slide-content a.see-more:after {
  content: "\f105";
  color: #00baf2;
  font-family: FontAwesome;
  font-size: 17px;
  margin-left: 5px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .type-banner-slider .slider-front-page .slide .slide-content a.see-more {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-banner-slider .slider-front-page .slide .slide-content a.see-more {
    opacity: 1;
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 1024px) {
  .type-banner-slider .slider-front-page .slide:hover .slide-content {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .type-banner-slider .slider-front-page .slide:hover a.see-more {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .type-banner-slider .slider-front-page .slide.slide-dark {
    color: #ffffff !important;
  }
  .type-banner-slider .slider-front-page .slide.slide-dark h1 p {
    color: #ffffff !important;
  }
  .type-banner-slider .slider-front-page .slide.slide-dark .price span {
    color: rgba(255, 255, 255, 0.5);
  }
  .type-banner-slider .slider-front-page .slide.slide-dark a.see-more {
    color: #ffffff !important;
  }
}
.type-banner-slider .slider-front-page .slide.banner--animated {
  position: relative;
}
.type-banner-slider .slider-front-page .slide.banner--animated .banner--animated__images {
  position: relative;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -ms-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
}
.type-banner-slider .slider-front-page .slide.banner--animated .banner-img--animated {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: transform .1s linear;
  -moz-transition: transform .1s linear;
  -ms-transition: transform .1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
}
.type-banner-slider .slider-front-page .slide.banner--animated .banner-img--animated:first-child {
  position: relative;
}
.type-banner-slider .slider-front-page .slide.banner--animated:hover .banner--animated__images {
  -webkit-transform: scale(1.11);
  -moz-transform: scale(1.11);
  -ms-transform: scale(1.11);
  -o-transform: scale(1.11);
  transform: scale(1.11);
}
@media only screen and (min-width: 1024px) {
  .type-banner-slider .slider-front-page .slide.banner--zoom img {
    width: 100%;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
  }
}
@media only screen and (min-width: 1024px) {
  .type-banner-slider .slider-front-page .slide.banner--zoom:hover img {
    -webkit-transform: translateZ(0) scale(1.02);
    -moz-transform: translateZ(0) scale(1.02);
    -ms-transform: translateZ(0) scale(1.02);
    -o-transform: translateZ(0) scale(1.02);
    transform: translateZ(0) scale(1.02);
  }
}
.type-banner-slider .owl-item {
  display: inline-block;
  vertical-align: top;
}
.type-banner-slider .owl-prev,
.type-banner-slider .owl-next {
  opacity: 0.75;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-banner-slider .owl-prev,
  .type-banner-slider .owl-next {
    display: none;
  }
}
.type-banner-slider .owl-prev.disabled,
.type-banner-slider .owl-next.disabled {
  display: none;
}
.type-banner-slider .owl-prev:hover,
.type-banner-slider .owl-next:hover {
  background-color: rgba(201, 202, 209, 0.3);
  opacity: 1;
}
.type-banner-slider .owl-next {
  right: 0;
}
.type-banner-slider .owl-next:before {
  content: "\f105";
  color: #ffffff;
  text-shadow: 0px 0px 20px rgba(0, 0, 100, 0.25);
  display: block;
  font-family: 'FontAwesome';
  font-size: 60px;
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.type-banner-slider .owl-prev {
  left: 0;
}
.type-banner-slider .owl-prev:before {
  content: "\f104";
  color: #ffffff;
  text-shadow: 0px 0px 20px rgba(0, 0, 100, 0.25);
  display: block;
  font-family: 'FontAwesome';
  font-size: 60px;
  position: absolute;
  right: 40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.type-banner-slider .owl-dots {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}
.type-banner-slider .owl-dots .owl-dot {
  display: inline-block;
  padding: 5px;
}
.type-banner-slider .owl-dots .owl-dot:hover {
  background-color: rgba(201, 202, 209, 0.3);
}
.type-banner-slider .owl-dots .owl-dot span {
  display: block;
  background: #00baf2;
  height: 5px;
  width: 29px;
  overflow: hidden;
  position: relative;
}
.type-banner-slider .owl-dots .owl-dot.active ~ * span {
  background: #949da6;
}
.type-banner-slider .owl-dots .owl-dot.active span {
  background: #949da6;
}
.type-banner-slider .owl-dots .owl-dot.active span:after {
  position: absolute;
  content: '';
  top: 0;
  left: -29px;
  width: 29px;
  height: 5px;
  background-color: #00baf2;
  z-index: 10;
  animation: bg-color 9000ms forwards;
}
@keyframes bg-color {
  100% {
    transform: translateX(29px);
  }
}
.type-banner__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.27;
  color: #0019af;
  margin: 0 0 20px;
}
.type-banner__text {
  margin: 0 0 20px;
}
.type-banner__content {
  background-color: #ffffff;
  padding: 35px 40px 25px 40px;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1199px) and (min-width: 760px) {
  .type-banner__content {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-banner__content {
    position: static;
    padding: 30px 0 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .type-banner__content {
    padding: 25px 0 55px;
    position: static;
    width: 100%;
  }
}
.type-banner__content--wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .type-banner__content--wrapper {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-banner__content--wrapper {
    position: static;
  }
}
.type-banner__background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  min-height: 480px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-banner__background-image {
    background-position-x: 100%;
    min-height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .type-banner__background-image {
    background-position-x: 100%;
    min-height: 200px;
  }
}
.type-banner__btn {
  width: 200px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .type-banner__btn {
    width: inherit;
  }
}
.type-banner__bottom {
  border-top: none !important;
}
.type-banner__bottom .col00 {
  min-height: 480px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-banner__bottom .col00 {
    min-height: auto;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .type-banner__bottom .col00 {
    min-height: auto;
    position: relative;
  }
}
SECTION.content.type-comments {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  SECTION.content.type-comments {
    padding: 15px 0;
  }
}
.type-comments h3 {
  font-weight: 300;
}
.type-comments UL.comments01 + UL.comments01 {
  margin: 0;
}
.type-comments ul.comments01 {
  padding: 0;
}
.type-comments ul.comments01 > li {
  border: solid 1px #d7d9e0;
  display: none;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .type-comments ul.comments01 > li {
    padding: 15px;
  }
}
.type-comments ul.comments01 > li SPAN.img {
  height: 78px;
  width: 78px;
  top: 30px;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .type-comments ul.comments01 > li SPAN.img {
    height: 45px;
    width: 45px;
    top: 15px;
    left: 15px;
  }
}
.type-comments ul.comments01 > li P.heading01 {
  margin: 0 100px 10px 100px;
}
@media only screen and (max-width: 767px) {
  .type-comments ul.comments01 > li P.heading01 {
    margin: 0 0 10px 65px;
  }
}
.type-comments ul.comments01 > li DIV.rating01 {
  margin-left: 100px;
}
@media only screen and (max-width: 767px) {
  .type-comments ul.comments01 > li DIV.rating01 {
    margin-left: 65px;
  }
}
.type-comments ul.comments01 > li P {
  margin-left: 100px;
}
@media only screen and (max-width: 767px) {
  .type-comments ul.comments01 > li P {
    margin-left: 0;
  }
}
.type-comments ul.comments01 > li P.note {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .type-comments ul.comments01 > li P.note {
    position: static;
    margin-top: 15px;
  }
}
.type-comments .btn.btn--gray {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.type-detail-book {
  padding: 60px 0 15px;
}
@media only screen and (max-width: 767px) {
  .type-detail-book {
    padding: 15px 0;
  }
}
.type-detail-book .book-cover {
  padding: 0 35px 15px 0;
}
@media only screen and (max-width: 767px) {
  .type-detail-book .book-cover {
    padding: 0 30%;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail-book .book-description {
    padding: 15px 0;
  }
}
.type-detail-book .book-description h1 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .type-detail-book .book-description h1 {
    text-align: center;
  }
}
.type-detail-book .book-description h2 {
  color: #273645;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .type-detail-book .book-description h2 {
    text-align: center;
  }
}
.type-detail-book .book-description .col-sm-8 {
  padding: 0;
}
.type-detail-book .book-description .col-sm-8 .rating-fb {
  margin: 10px 0 20px;
}
.type-detail-book .book-description .col-sm-4 {
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .type-detail-book .book-description .col-sm-4 {
    padding: 0;
  }
}
.type-detail-book .fb-share-button {
  float: right;
  margin-top: 15px;
}
.type-detail-book .label {
  display: block;
  font-weight: 700;
  margin-top: 24px;
}
.type-detail-book .rating01 {
  float: left;
}
.type-detail-news h1 {
  font-weight: 700;
  text-transform: uppercase;
}
.type-detail-news .col00 {
  padding: 0;
}
.type-detail-news a.back.link--secondary {
  display: inline-block;
  margin: 30px 0 0;
}
.type-detail-news a.back.link--secondary:before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 5px;
}
.type-detail-news .meta {
  color: #5f6d7a;
  margin: 5px 0 10px;
}
SECTION.type-uudised01 H2 {
  color: #0019af;
  display: table-cell;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  padding: 60px 0 15px;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  SECTION.type-uudised01 H2 {
    font-size: 24px;
    line-height: 34px;
    padding: 40px 0 15px;
  }
}
.type-uudised01 a.category-link {
  display: table-cell;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .type-uudised01 a.category-link {
    display: none;
  }
}
.type-uudised01 a.category-link:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: 400;
  margin-left: 5px;
  vertical-align: -1px;
}
.type-uudised01 .row {
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .type-uudised01 .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.type-uudised01 .row:before,
.type-uudised01 .row:after {
  content: normal;
}
@media only screen and (min-width: 768px) {
  .type-uudised01 .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
}
.type-uudised01 .article-news {
  margin: 10px 0 50px;
}
@media only screen and (max-width: 767px) {
  .type-uudised01 .article-news {
    margin: 10px 0 30px;
  }
}
.type-uudised01 .article-news a:hover {
  cursor: pointer;
}
.type-uudised01 .article-news a:hover img {
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.type-uudised01 .article-news a:hover .article-title {
  color: #000000;
}
.type-uudised01 .article-news .article-news-thumbnail {
  overflow: hidden;
  font-size: 0;
}
.type-uudised01 .article-news a {
  display: block;
  text-decoration: none;
}
.type-uudised01 .article-news a:hover {
  text-decoration: none;
}
.type-uudised01 .article-news img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  width: 100%;
}
.type-uudised01 .article-news h4.article-title a,
.type-uudised01 .article-news h4.article-title {
  color: #273645;
  font-weight: 700;
  margin-bottom: 10px;
}
.type-uudised01 .article-news .field-content,
.type-uudised01 .article-news time {
  color: #273645;
  font-weight: 300;
}
.type-uudised01 .read-more {
  margin: 0 0 30px;
  text-align: right;
}
.type-uudised01 .read-more a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .show-first-3-mobile .article-news:nth-of-type(n+4) {
    display: none;
  }
}
.type-offer-elisabook {
  padding: 20px 0 40px;
}
@media only screen and (max-width: 767px) {
  .type-offer-elisabook {
    padding: 15px 0 25px;
  }
}
.type-offer-elisabook h2 {
  color: #0019af;
  font-size: 30px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .type-offer-elisabook h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.type-offer-elisabook .content-block {
  border: 1px solid #c9cad1;
  margin: 20px 0 0;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .type-offer-elisabook .content-block {
    padding: 40px 15px 25px;
    text-align: center;
  }
  .type-offer-elisabook .content-block div[class*=col-] {
    padding: 15px 0;
  }
}
.type-offer-elisabook p {
  color: #273645;
}
.type-offer-elisabook .badge-orange {
  background-color: #ff6400;
  color: #ffffff;
  padding: 9px 18px;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 1;
}
.type-offer-elisabook .col-icon {
  padding: 15px 0;
}
.type-offer-elisabook .col-offer {
  padding: 0 15px 0 35px;
}
.type-offer-elisabook .col-offer h2 {
  color: #273645;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
.type-offer-elisabook .col-offer .app-buttons {
  margin-top: 25px;
}
.type-offer-elisabook .col-offer .app-buttons p {
  margin-bottom: 8px;
}
.type-offer-elisabook .col-offer .app-buttons .app-store-link {
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .type-offer-elisabook .col-offer .app-buttons .app-store-link {
    margin-right: 0;
  }
}
.type-offer-elisabook .col-action {
  padding-right: 0;
}
.type-offer-elisabook .col-action .heading {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .type-offer-elisabook .col-action .heading {
    font-size: 25px;
    margin: 10px 0 30px;
  }
}
.type-offer-elisabook .col-action .heading span {
  color: #5f6d7a;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  vertical-align: top;
  margin: -2px 0 0 5px;
}
.type-offer-elisabook .col-action .btn {
  display: block;
  margin-top: 35px;
  text-align: center;
}
.type-offer-tiles .article-offer {
  padding: 0;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (min-width: 1024px) {
  .type-offer-tiles .article-offer:hover .article-offer-content {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.type-offer-tiles .article-offer:hover .article-offer-content a.see-more {
  opacity: 1;
}
.type-offer-tiles .article-offer a.link-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.type-offer-tiles .article-offer img.article-offer-bg {
  width: 100%;
}
.type-offer-tiles .article-offer .article-offer-content {
  background-image: linear-gradient(to bottom, rgba(39, 54, 69, 0), rgba(39, 54, 69, 0.86));
  position: absolute;
  bottom: -40px;
  padding: 30% 25px 35px;
  -webkit-transition: all .5s ease .3s;
  -moz-transition: all .5s ease .3s;
  -ms-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
  z-index: 2;
  width: 101%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-offer-tiles .article-offer .article-offer-content {
    padding: 30% 15px 15px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-offer-tiles .article-offer .article-offer-content {
    padding: 30% 15px 10px;
    bottom: 0;
  }
}
.type-offer-tiles .article-offer .article-offer-content h2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .type-offer-tiles .article-offer .article-offer-content h2 {
    font-size: 18px;
    line-height: 23px;
    margin-top: 0;
  }
}
.type-offer-tiles .article-offer .article-offer-content .intro {
  color: #ffffff;
  font-size: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .type-offer-tiles .article-offer .article-offer-content .intro {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
}
.type-offer-tiles .article-offer .article-offer-content .orange-badge {
  background-color: #ff6400;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #ffffff;
  display: table;
  font-size: 18px;
  padding: 3px 20px;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .type-offer-tiles .article-offer .article-offer-content .orange-badge {
    font-size: 15px;
    margin: 10px 0;
  }
}
.type-offer-tiles .article-offer .article-offer-content a.see-more {
  color: #ffffff;
  display: table;
  font-size: 15px;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .type-offer-tiles .article-offer .article-offer-content a.see-more {
    opacity: 0;
    -webkit-transition: all .5s ease .3s;
    -moz-transition: all .5s ease .3s;
    -ms-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
  }
}
.type-offer-tiles .article-offer .article-offer-content a.see-more:hover {
  text-decoration: none;
}
.type-offer-tiles .article-offer .article-offer-content a.see-more:after {
  content: "\f105";
  color: #00baf2;
  font-family: FontAwesome;
  font-size: 17px;
  margin-left: 5px;
}
.type-offer-tiles .article-offer .article-offer-content ul.arguments li {
  color: #ffffff;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  margin: 0 15px 0 0;
}
.type-offer-tiles .article-offer .article-offer-content ul.arguments li:before {
  color: #00baf2;
  font-size: 17px;
  position: static;
  margin-right: 6px;
}
.type-offer-tiles .article-offer .article-offer-content ul.arguments li.deposit:before {
  content: "0€";
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.type-offer-tiles .article-offer .article-offer-content ul.arguments li.interest:before {
  content: "0%";
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.type-offer-tiles .article-offer .article-offer-content ul.arguments li.transport:before {
  content: "\f0d1";
  font-family: FontAwesome;
}
@media only screen and (max-width: 767px) {
  .type-offer-tiles .article-offer .article-offer-content ul.arguments li {
    font-size: 12px;
  }
  .type-offer-tiles .article-offer .article-offer-content ul.arguments li:before {
    font-size: 14px;
  }
}
.type-offer-tiles .article-offer .price {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.5px;
}
.type-offer-tiles .article-offer .price.price--orange {
  color: #ff6400;
}
.type-offer-tiles .article-offer .price.price--small {
  font-size: 14px;
  font-weight: 400;
  margin-top: -20px;
}
.type-offer-tiles .article-offer .price.price--small span {
  font-size: 14px;
  text-decoration: line-through;
  margin: 0 0 0 5px;
}
.type-offer-tiles .article-offer .price span {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: top;
  margin: -2px 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .type-offer-tiles .article-offer .price {
    font-size: 18px;
    line-height: 40px;
  }
  .type-offer-tiles .article-offer .price span {
    font-size: 14px;
  }
}
.type-offer-tiles .article-offer.col-sm-6 .article-offer-content {
  padding: 30% 40px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-offer-tiles .article-offer.col-sm-6 .article-offer-content {
    padding: 30% 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .type-offer-tiles .article-offer.col-sm-6 .article-offer-content {
    padding: 30% 15px 10px;
  }
}
.type-offer-tiles .article-offer.col-sm-6 .article-offer-content .intro {
  font-size: 18px;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .type-offer-tiles .article-offer.col-sm-6 .article-offer-content .intro {
    font-size: 14px;
    margin-top: 8px;
    line-height: 20px;
  }
}
.type-offer-tiles .article-offer.tile--zoom img {
  width: 100%;
  will-change: transform;
  -webkit-transition: all .5s ease .3s;
  -moz-transition: all .5s ease .3s;
  -ms-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
  -webkit-transform: translateZ(0) scale(1.01);
  -moz-transform: translateZ(0) scale(1.01);
  -ms-transform: translateZ(0) scale(1.01);
  -o-transform: translateZ(0) scale(1.01);
  transform: translateZ(0) scale(1.01);
}
.type-offer-tiles .article-offer.tile--zoom:hover img {
  -webkit-transform: translateZ(0) scale(1.04);
  -moz-transform: translateZ(0) scale(1.04);
  -ms-transform: translateZ(0) scale(1.04);
  -o-transform: translateZ(0) scale(1.04);
  transform: translateZ(0) scale(1.04);
}
SECTION.content.type-progress01 {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 767px) {
  SECTION.content.type-progress01 {
    padding: 40px 0;
  }
}
SECTION.content.type-progress01 H2 {
  color: #0019af;
  font-size: 30px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .type-progress01 ul.progress04 li {
    padding-left: 20px;
  }
}
.type-progress01 ul.progress04 li p {
  color: #273645;
}
.type-progress01 ul.progress04 li p.heading01 {
  font-size: 18px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .type-progress01 ul.progress04 li p.heading01 {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .type-progress01 ul.progress04 li p.heading01 span.no {
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    left: 0;
    top: -2px;
    width: 26px;
  }
}
.type-progress01 ul.progress04 li img.start-reading {
  margin-top: 33px;
}
.type-progress01 ul.progress04 li .btn-center {
  margin-right: 0;
}
#content .type-progress01 .app-buttons a {
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #content .type-progress01 .app-buttons a {
    margin: 0;
  }
}
.type-quick-links .col00 {
  padding: 0;
}
.type-quick-links ul {
  display: table;
  width: 100%;
  margin: 40px 0;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .type-quick-links ul {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
  }
}
.type-quick-links ul li {
  display: table-cell;
  height: 50px;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
.type-quick-links ul li:not(:last-child) {
  border-right: 1px solid #d7d9e0;
}
.type-quick-links ul li:before {
  content: "";
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .type-quick-links ul li {
    border-bottom: 1px solid #d7d9e0;
    border-right: 1px solid #d7d9e0;
    display: inline-block;
    min-height: 100px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .type-quick-links ul li:nth-of-type(3n) {
    border-right: none;
  }
}
.type-quick-links ul li a {
  display: inline-block;
  color: #273645;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  line-height: 20px;
  padding-left: 45px;
  text-align: left;
}
.type-quick-links ul li a:hover {
  color: #00127d;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .type-quick-links ul li a {
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding: 10px 5px;
    line-height: 15px;
    height: 100%;
    text-align: center;
  }
}
.type-quick-links ul li a i::before {
  color: #00baf2;
  font-size: 28px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .type-quick-links ul li a i::before {
    display: block;
    margin: 15px;
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.type-related-book {
  padding: 60px 0 0 !important;
}
@media only screen and (max-width: 767px) {
  .type-related-book {
    padding: 40px 0 0 !important;
  }
}
.type-related-book h3 {
  font-weight: 300;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-slider01 {
    padding-top: 30px;
  }
}
SECTION.type04.type-slider01 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  SECTION.type04.type-slider01 {
    padding: 40px 0;
  }
}
SECTION.type03.type-slider01 {
  background-color: #f0f1f5;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  SECTION.type03.type-slider01 {
    padding: 40px 0;
  }
}
SECTION.type03.type-slider01 H2 {
  color: #0019af;
  font-size: 30px;
  font-weight: 300;
  line-height: 48px;
  padding: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  SECTION.type03.type-slider01 H2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.type-slider01 h2 {
  display: table-cell;
  padding: 0 0 15px;
  text-align: left;
  width: 100%;
}
.type-slider01 a.category-link {
  display: table-cell;
  white-space: nowrap;
  text-decoration: none;
}
.type-slider01 a.category-link span {
  display: inline-block;
  text-transform: lowercase;
}
.type-slider01 a.category-link span:first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .type-slider01 a.category-link {
    display: none;
  }
}
.type-slider01 a.category-link:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: 400;
  margin-left: 5px;
  vertical-align: -1px;
}
ul.arguments {
  display: table-cell;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  ul.arguments {
    display: block;
    white-space: normal;
  }
}
ul.arguments li {
  display: inline-block;
  padding: 0;
  font-size: 15px;
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  ul.arguments li {
    margin: 0 15px 0 0;
  }
}
ul.arguments li span {
  display: inline-block;
  line-height: 16px;
  white-space: normal;
  padding-bottom: 6px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  ul.arguments li span {
    max-width: 150px;
    padding-bottom: 15px;
  }
}
ul.arguments li:before {
  color: #00baf2;
  font-size: 30px;
  position: static;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  ul.arguments li:before {
    font-size: 16px;
  }
}
ul.arguments li:before {
  font-weight: 700;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
ul.arguments li.deposit:before {
  content: "0€";
}
ul.arguments li.interest:before {
  content: "0%";
}
ul.arguments li.transport:before {
  content: "\f0d1";
  font-family: FontAwesome;
  font-weight: 400;
}
.slider-book {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-book {
    margin-left: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-book {
    margin-left: 5px;
  }
}
.slider-book .owl-item .item {
  opacity: 1;
  height: auto;
  display: block;
  width: 100%;
}
.slider-book .owl-item .item:first-of-type {
  margin-left: 0;
}
.slider-book .item {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}
.slider-book .item:hover img {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.slider-book .item:hover .b.center a .heading02 {
  color: #000000;
}
@media only screen and (min-width: 1500px) {
  .slider-book .item {
    width: calc((100% - 170px)/7);
  }
  .slider-book .item:first-of-type {
    margin-left: 75px;
  }
  .slider-book .item:nth-of-type(n+8) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slider-book .item {
    width: calc((100% - 170px)/6);
  }
  .slider-book .item:first-of-type {
    margin-left: 75px;
  }
  .slider-book .item:nth-of-type(n+7) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .slider-book .item {
    width: calc((100% - 170px)/5);
  }
  .slider-book .item:first-of-type {
    margin-left: 75px;
  }
  .slider-book .item:nth-of-type(n+6) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-book .item {
    width: calc((100% - 100px)/3);
  }
  .slider-book .item:nth-of-type(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider-book .item {
    width: calc((100% - 100px)/2);
  }
  .slider-book .item:nth-of-type(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .slider-book .item {
    width: calc(100% - 100px);
  }
  .slider-book .item:nth-of-type(n+2) {
    display: none;
  }
}
.slider-book .item img {
  width: 100%;
  transition: 0.35s;
}
@media only screen and (min-width: 1024px) {
  .slider-book .item .b.center {
    height: 146px;
  }
}
.slider-book .item .b.center a {
  text-decoration: none;
}
.slider-book .item .b.center a .heading02 {
  color: #273645;
  display: block;
  font-weight: 700;
  padding-top: 10px;
  max-height: 102px;
  overflow: hidden;
  width: 100%;
}
.slider-book .item .b.center a .meta01 {
  color: #5f6d7a;
  max-height: 44px;
  display: block;
  overflow: hidden;
}
.slider-book .owl-item {
  display: inline-block;
  vertical-align: top;
}
.slider-book .owl-item.active .center {
  display: block;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .slider-book .owl-stage {
    padding-left: 0 !important;
  }
}
.slider-book .owl-prev,
.slider-book .owl-next {
  background-color: rgba(39, 54, 69, 0.78);
  background-image: url("../../assets/img/components/bg-white1x1.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 162px;
  cursor: pointer;
  font-size: 0;
  width: 65px;
  position: absolute;
  top: 10px;
  bottom: 0;
}
.slider-book .owl-prev:hover,
.slider-book .owl-next:hover {
  opacity: 0.9;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .slider-book .owl-prev,
  .slider-book .owl-next {
    display: none;
  }
}
.slider-book .owl-prev.disabled,
.slider-book .owl-next.disabled {
  display: none;
}
.type-slider01 .slider-book .owl-prev,
.type-slider01 .slider-book .owl-next {
  background-image: url("../../assets/img/components/bg-grey.jpg");
}
.slider-book .owl-next {
  right: 0;
}
.slider-book .owl-next:before {
  content: "\f105";
  color: #ffffff;
  display: block;
  font-family: 'FontAwesome';
  font-size: 45px;
  line-height: 45px;
  position: absolute;
  right: 0;
  top: calc((100% - 200px)/2);
  text-align: center;
  width: 65px;
}
.slider-book .owl-prev {
  left: 0;
}
.slider-book .owl-prev:before {
  content: "\f104";
  color: #ffffff;
  display: block;
  font-family: 'FontAwesome';
  font-size: 45px;
  line-height: 45px;
  position: absolute;
  right: 0;
  top: calc((100% - 200px)/2);
  text-align: center;
  width: 65px;
}
.slider-device {
  position: relative;
  padding: 0 65px;
  overflow: hidden;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .slider-device {
    padding: 0;
  }
}
.slider-device li {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  text-align: center;
}
.slider-device li .img {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  width: 100%;
}
.slider-device li:hover .img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.slider-device li:hover .heading01 {
  color: #000000;
}
.slider-device li:before {
  content: "";
}
.slider-device li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1500px) {
  .slider-device li {
    width: calc((100% - 220px)/6);
  }
  .slider-device li:first-of-type {
    margin-left: 110px;
  }
  .slider-device li:nth-of-type(n+7) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slider-device li {
    width: calc((100% - 220px)/5);
  }
  .slider-device li:first-of-type {
    margin-left: 110px;
  }
  .slider-device li:nth-of-type(n+6) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .slider-device li {
    width: calc((100% - 220px)/4);
  }
  .slider-device li:first-of-type {
    margin-left: 110px;
  }
  .slider-device li:nth-of-type(n+5) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-device li {
    width: calc((100% - 100px)/3);
  }
  .slider-device li:nth-of-type(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider-device li {
    width: calc((100% - 100px)/2);
  }
  .slider-device li:nth-of-type(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .slider-device li {
    width: calc(100% - 100px);
  }
  .slider-device li:nth-of-type(n+2) {
    display: none;
  }
}
.slider-device li .img {
  height: 300px;
  display: block;
  position: relative;
}
.slider-device li .img img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.slider-device li .heading01 {
  color: #273645;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
}
.slider-device li .price01 {
  color: #ff6400;
  display: block;
  font-size: 25px;
  font-weight: 700;
}
.slider-device li .price01 small {
  font-weight: 400;
  font-size: 14px;
  color: #5f6d7a;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}
.slider-device li .price01 small:before {
  content: "/";
}
.slider-device li .price02 {
  color: #ff6400;
  display: block;
  font-size: 14px;
}
.slider-device li .price02 del {
  color: #c9cad1;
}
.slider-device .owl-item {
  display: inline-block;
  vertical-align: top;
}
.slider-device .owl-item li {
  opacity: 1;
  height: auto;
  display: block;
  width: 100%;
}
.slider-device .owl-item li:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .slider-device .owl-stage {
    padding-left: 0 !important;
  }
}
.slider-device .owl-prev,
.slider-device .owl-next {
  background: #ffffff;
  cursor: pointer;
  color: #949da6;
  font-size: 0;
  width: 65px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.slider-device .owl-prev:hover,
.slider-device .owl-next:hover {
  color: #5f6d7a;
}
.slider-device .owl-prev:before,
.slider-device .owl-next:before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 60px;
  position: absolute;
  right: -20px;
  top: 115px;
  width: 65px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .slider-device .owl-prev,
  .slider-device .owl-next {
    display: none;
  }
}
.slider-device .owl-prev.disabled,
.slider-device .owl-next.disabled {
  display: none;
}
.slider-device .owl-next {
  right: 0;
}
.slider-device .owl-next:before {
  content: "\f105";
}
.slider-device .owl-prev {
  left: 0;
}
.slider-device .owl-prev:before {
  content: "\f104";
}
.slider-movies {
  position: relative;
  padding: 0 65px;
  overflow: hidden;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .slider-movies {
    padding: 0;
  }
}
.slider-movies li {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  text-align: center;
}
.slider-movies li .img {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  width: 100%;
}
.slider-movies li:hover .img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.slider-movies li:hover .heading01 {
  color: #000000;
}
.slider-movies li:before {
  content: "";
}
.slider-movies li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1500px) {
  .slider-movies li {
    width: calc((100% - 220px)/6);
  }
  .slider-movies li:first-of-type {
    margin-left: 110px;
  }
  .slider-movies li:nth-of-type(n+7) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slider-movies li {
    width: calc((100% - 220px)/5);
  }
  .slider-movies li:first-of-type {
    margin-left: 110px;
  }
  .slider-movies li:nth-of-type(n+6) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .slider-movies li {
    width: calc((100% - 220px)/4);
  }
  .slider-movies li:first-of-type {
    margin-left: 110px;
  }
  .slider-movies li:nth-of-type(n+5) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-movies li {
    width: calc((100% - 100px)/3);
  }
  .slider-movies li:nth-of-type(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider-movies li {
    width: calc((100% - 100px)/2);
  }
  .slider-movies li:nth-of-type(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .slider-movies li {
    width: calc(100% - 100px);
  }
  .slider-movies li:nth-of-type(n+2) {
    display: none;
  }
}
.slider-movies li .img {
  height: 291px;
  display: block;
  position: relative;
}
.slider-movies li .img .img-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
  position: absolute;
}
.slider-movies li .img img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.slider-movies li .heading01 {
  color: #304254;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 8px 0;
}
.slider-movies .owl-item {
  display: inline-block;
  vertical-align: top;
}
.slider-movies .owl-item li {
  opacity: 1;
  height: auto;
  display: block;
  width: 100%;
}
.slider-movies .owl-item li:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .slider-movies .owl-stage {
    padding-left: 0 !important;
  }
}
.slider-movies .owl-prev,
.slider-movies .owl-next {
  background: transparent;
  cursor: pointer;
  color: white;
  font-size: 0;
  width: 65px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.slider-movies .owl-prev:hover,
.slider-movies .owl-next:hover {
  color: #c9cad1;
}
.slider-movies .owl-prev:before,
.slider-movies .owl-next:before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 60px;
  position: absolute;
  right: -20px;
  top: 115px;
  width: 65px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .slider-movies .owl-prev,
  .slider-movies .owl-next {
    display: none;
  }
}
.slider-movies .owl-prev.disabled,
.slider-movies .owl-next.disabled {
  display: none;
}
.slider-movies .owl-next {
  right: 0;
}
.slider-movies .owl-next:before {
  content: "\f105";
}
.slider-movies .owl-prev {
  left: 0;
}
.slider-movies .owl-prev:before {
  content: "\f104";
}
.slider-movies__title {
  margin-bottom: 10px;
}
.type-slider:after {
  height: 0;
}
.type-slider__tv {
  height: auto;
  width: 100%;
  position: relative;
}
.type-slider__tv--title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.27;
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-slider__tv--title {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .type-slider__tv--title {
    display: none;
  }
}
.type-slider__tv--text {
  font-size: 18px;
  line-height: 1.56;
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-slider__tv--text {
    font-size: 20px;
    line-height: 1.6;
    color: #0019af;
  }
}
@media only screen and (max-width: 767px) {
  .type-slider__tv--text {
    font-size: 18px;
    line-height: 1.56;
    color: #0019af;
  }
}
.type-slider__tv--list {
  margin-top: 30px;
}
.type-slider__tv--list li {
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.53;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-slider__tv--list li {
    color: #273645;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .type-slider__tv--list li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-slider__tv--list li {
    color: #273645;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .type-slider__tv--list li:last-child {
    margin-bottom: 0;
  }
}
.type-slider__tv--list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: #00baf2;
  font-weight: bold;
  top: 6px;
  line-height: 1;
  height: 10px;
}
.type-slider__tv--footer {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  height: 65px;
  width: 100%;
  background-color: rgba(39, 54, 69, 0.65);
  z-index: 1010;
  padding-left: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-slider__tv--footer {
    top: 325px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .type-slider__tv--footer {
    height: 40px;
    top: 210px;
    padding-left: 20px;
  }
}
.type-slider__tv--item {
  position: relative;
}
.type-slider__tv--image {
  background-position: center;
  background-size: cover;
  height: 720px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-slider__tv--image {
    height: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .type-slider__tv--image {
    height: 250px;
    background-position: left center;
  }
}
.type-slider__tv--slide-1 {
  background-image: url("../../assets/img/components/type-slider-tv-1.png");
}
.type-slider__tv--slide-2 {
  background-image: url("../../assets/img/components/type-slider-tv-2.png");
}
.type-slider__tv--slide-3 {
  background-image: url("../../assets/img/components/type-slider-tv-3.png");
}
.type-slider__tv--slide-4 {
  background-image: url("../../assets/img/components/type-slider-tv-4.png");
}
.type-slider__tv--slide-5 {
  background-image: url("../../assets/img/components/type-slider-tv-5.png");
}
.type-slider__tv--slide-6 {
  background-image: url("../../assets/img/components/type-slider-tv.png");
}
.type-slider__tv--slide-7 {
  background-image: url("../../assets/img/components/type-slider-tv-7.png");
}
.type-slider__tv--slide-8 {
  background-image: url("../../assets/img/components/type-slider-tv-8.png");
}
.type-slider__tv--slide-9 {
  background-image: url("../../assets/img/components/type-slider-tv-9.png");
}
.type-slider__tv--content {
  height: 720px;
  position: relative;
  z-index: 1000;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-slider__tv--content {
    position: relative;
    height: auto;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .type-slider__tv--content {
    position: relative;
    height: auto;
    padding-bottom: 40px;
  }
}
.type-slider__tv--content .tv-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30%;
  right: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-slider__tv--content .tv-content {
    position: static;
    height: auto;
    transform: none;
    width: 100%;
    margin-top: 425px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .type-slider__tv--content .tv-content {
    position: static;
    height: auto;
    transform: none;
    width: 100%;
    margin-top: 270px;
    padding: 0 20px;
  }
}
.type-slider__tv--menu {
  height: 65px;
  font-size: 18px;
  padding: 21px 25px;
  line-height: 24px;
  color: white;
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.type-slider__tv--menu:hover {
  opacity: 0.6;
  text-decoration: none;
}
.type-slider__tv--menu:active,
.type-slider__tv--menu:focus {
  opacity: 1;
  text-decoration: none;
  outline: none;
}
.type-slider__tv--menu.slick-current {
  background-color: #00baf2;
}
.type-slider__tv--menu.slick-current:hover {
  opacity: 1;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .type-slider__tv--menu {
    height: 40px;
    font-size: 15px;
    padding: 10px 20px;
    line-height: 20px;
  }
}
.type-slider__tv--menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.type-slider__tv--menu li:before {
  display: none;
}
.type-slider__tv--menu li a {
  background-color: transparent;
  color: white;
  font-size: 18px;
  padding: 21px 25px;
  line-height: 24px;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .type-slider__tv--menu li a {
    font-size: 15px;
    padding: 10px 20px;
    line-height: 20px;
  }
}
.type-slider__tv--menu li a:hover,
.type-slider__tv--menu li a:active,
.type-slider__tv--menu li a:focus {
  opacity: 0.6;
  text-decoration: none;
}
.type-slider__tv--menu li a.active {
  font-weight: bold;
  background-color: #00baf2;
}
.type-slider__tv--menu li a.active:hover,
.type-slider__tv--menu li a.active:active,
.type-slider__tv--menu li a.active:focus {
  opacity: 1;
  text-decoration: none;
}
.type-slider__tv .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
  width: 29px;
  height: 80px;
  z-index: 1000;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-slider__tv .slick-arrow {
    transform: none;
    top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .type-slider__tv .slick-arrow {
    width: 29px;
    height: 67px;
    transform: none;
    top: 100px;
  }
}
.type-slider__tv .slick-arrow:before {
  display: block;
  width: 29px;
  height: 80px;
  font-family: FontAwesome;
  font-size: 80px;
  color: #ccc;
  opacity: 0.4;
  line-height: 1;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .type-slider__tv .slick-arrow:before {
    width: 29px;
    height: 67px;
    font-size: 40px;
  }
}
.type-slider__tv .slick-arrow:hover,
.type-slider__tv .slick-arrow:active,
.type-slider__tv .slick-arrow:focus {
  text-decoration: none;
}
.type-slider__tv .slick-arrow:hover:before,
.type-slider__tv .slick-arrow:active:before,
.type-slider__tv .slick-arrow:focus:before {
  opacity: 0.8;
  text-decoration: none;
}
.type-slider__tv .slick-next {
  right: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-slider__tv .slick-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .type-slider__tv .slick-next {
    right: 4px;
  }
}
.type-slider__tv .slick-next:before {
  content: "\f105";
}
.type-slider__tv .slick-prev {
  left: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-slider__tv .slick-prev {
    left: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .type-slider__tv .slick-prev {
    left: 4px;
  }
}
.type-slider__tv .slick-prev:before {
  content: "\f104";
}
.type-slider__tv--light-background.active ~ .type-slider__tv--next:before,
.type-slider__tv--light-background.active ~ .type-slider__tv--prev:before {
  color: black;
}
.type-slider__tv--light-background .type-slider__tv--title,
.type-slider__tv--light-background .type-slider__tv--text {
  color: #0019af;
}
.type-slider__tv--light-background .type-slider__tv--list li {
  color: #273645;
  font-weight: 400;
}
.type-video01 H2 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
}
.type-video01 .items13 DIV.img P {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .type-video01 .items13 DIV.img P {
    font-size: 15px;
  }
}
.type-video01 a.play {
  font-size: 15px;
  text-decoration: none;
}
.type-video01 a.play:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .type-video01 a.play {
    padding-top: 90px;
  }
}
.type-search-address {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-search-address {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .type-search-address {
    margin-top: 15px;
  }
}
.type-search-address__title {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .type-search-address__title {
    font-size: 18px;
    line-height: 1.39;
    margin-bottom: 13px;
  }
}
.type-search-address__tabs {
  margin-top: 40px;
}
.type-search-address__tabs--content {
  margin-top: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-search-address__tabs--content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .type-search-address__tabs--content {
    margin-top: 40px;
  }
}
.type-search-address__tabs--menu {
  margin-top: 50px;
  margin-bottom: 50px;
}
.type-search-address__tabs--menu + .type-search-address__tabs--content {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-search-address__tabs {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-search-address__tabs {
    margin-top: 0;
  }
}
.type-search-address__tabs--icon {
  max-width: 80px;
  margin-right: 15px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .type-search-address__tabs--icon {
    max-width: 60px;
  }
}
.type-search-address__tabs--text {
  font-size: 13px;
  line-height: 1.54;
  color: #304254;
}
.type-search-address__tabs--title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  color: #273645;
  margin-bottom: 5px;
}
.type-search-address__tabs--caption {
  float: left;
  width: calc(100% - 96px);
}
@media only screen and (max-width: 767px) {
  .type-search-address__tabs--caption {
    width: calc(100% - 76px);
  }
}
.type-search-address__tabs--caption-wrapper {
  margin: 20px 0;
}
.type-search-address__tabs--koduinternet {
  margin-top: 20px;
}
.type-search-address__internet-options {
  margin: 40px 0 40px;
}
.type-search-address__internet-options > .col-md-4 {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-search-address__internet-options > .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-search-address__internet-options > .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
.type-search-address__options {
  margin-top: 70px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-search-address__options {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .type-search-address__options {
    margin-top: 50px;
  }
}
.type-search-address__actions {
  text-align: center;
  margin-bottom: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-search-address__actions {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .type-search-address__actions {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .type-search-address__price {
    margin-bottom: 30px;
  }
}
.type-search-address__header {
  font-size: 18px;
  line-height: 1.67;
  color: #444444;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .type-search-address__header {
    font-size: 15px;
  }
}
.type-search-address__header--icon:before {
  content: "\f058";
  color: #00baf2;
  font-family: 'FontAwesome';
  font-size: 35px;
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 1;
  top: calc((50% - 17px));
}
@media only screen and (max-width: 767px) {
  .type-search-address__header--icon:before {
    top: 0;
  }
}
.type-search-address__header--title {
  float: left;
  margin-right: 10px;
  padding-left: 45px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-search-address__header--title {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .type-search-address__header--title {
    float: none;
  }
}
.type-search-address__header--wrapper {
  text-align: center;
}
.type-search-address__header--info {
  font-size: 15px;
  line-height: 1.33;
  color: #616d79;
  text-decoration: underline;
}
.type-search-address__check-again {
  font-size: 18px;
  line-height: 1.67;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-search-address__check-again {
    float: none;
    padding-left: 45px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .type-search-address__check-again {
    float: none;
    padding-left: 45px;
    margin-top: 10px;
    font-size: 15px;
  }
}
.type-search-address__col10 {
  margin-left: -10px;
  margin-right: -10px;
}
.type-search-address__col10 .col-xs-1,
.type-search-address__col10 .col-sm-1,
.type-search-address__col10 .col-md-1,
.type-search-address__col10 .col-lg-1,
.type-search-address__col10 .col-xs-2,
.type-search-address__col10 .col-sm-2,
.type-search-address__col10 .col-md-2,
.type-search-address__col10 .col-lg-2,
.type-search-address__col10 .col-xs-3,
.type-search-address__col10 .col-sm-3,
.type-search-address__col10 .col-md-3,
.type-search-address__col10 .col-lg-3,
.type-search-address__col10 .col-xs-4,
.type-search-address__col10 .col-sm-4,
.type-search-address__col10 .col-md-4,
.type-search-address__col10 .col-lg-4,
.type-search-address__col10 .col-xs-5,
.type-search-address__col10 .col-sm-5,
.type-search-address__col10 .col-md-5,
.type-search-address__col10 .col-lg-5,
.type-search-address__col10 .col-xs-6,
.type-search-address__col10 .col-sm-6,
.type-search-address__col10 .col-md-6,
.type-search-address__col10 .col-lg-6,
.type-search-address__col10 .col-xs-7,
.type-search-address__col10 .col-sm-7,
.type-search-address__col10 .col-md-7,
.type-search-address__col10 .col-lg-7,
.type-search-address__col10 .col-xs-8,
.type-search-address__col10 .col-sm-8,
.type-search-address__col10 .col-md-8,
.type-search-address__col10 .col-lg-8,
.type-search-address__col10 .col-xs-9,
.type-search-address__col10 .col-sm-9,
.type-search-address__col10 .col-md-9,
.type-search-address__col10 .col-lg-9,
.type-search-address__col10 .col-xs-10,
.type-search-address__col10 .col-sm-10,
.type-search-address__col10 .col-md-10,
.type-search-address__col10 .col-lg-10,
.type-search-address__col10 .col-xs-11,
.type-search-address__col10 .col-sm-11,
.type-search-address__col10 .col-md-11,
.type-search-address__col10 .col-lg-11,
.type-search-address__col10 .col-xs-12,
.type-search-address__col10 .col-sm-12,
.type-search-address__col10 .col-md-12,
.type-search-address__col10 .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.type-search-address__col30 {
  margin-left: -30px;
  margin-right: -30px;
}
.type-search-address__col30 .col-xs-1,
.type-search-address__col30 .col-sm-1,
.type-search-address__col30 .col-md-1,
.type-search-address__col30 .col-lg-1,
.type-search-address__col30 .col-xs-2,
.type-search-address__col30 .col-sm-2,
.type-search-address__col30 .col-md-2,
.type-search-address__col30 .col-lg-2,
.type-search-address__col30 .col-xs-3,
.type-search-address__col30 .col-sm-3,
.type-search-address__col30 .col-md-3,
.type-search-address__col30 .col-lg-3,
.type-search-address__col30 .col-xs-4,
.type-search-address__col30 .col-sm-4,
.type-search-address__col30 .col-md-4,
.type-search-address__col30 .col-lg-4,
.type-search-address__col30 .col-xs-5,
.type-search-address__col30 .col-sm-5,
.type-search-address__col30 .col-md-5,
.type-search-address__col30 .col-lg-5,
.type-search-address__col30 .col-xs-6,
.type-search-address__col30 .col-sm-6,
.type-search-address__col30 .col-md-6,
.type-search-address__col30 .col-lg-6,
.type-search-address__col30 .col-xs-7,
.type-search-address__col30 .col-sm-7,
.type-search-address__col30 .col-md-7,
.type-search-address__col30 .col-lg-7,
.type-search-address__col30 .col-xs-8,
.type-search-address__col30 .col-sm-8,
.type-search-address__col30 .col-md-8,
.type-search-address__col30 .col-lg-8,
.type-search-address__col30 .col-xs-9,
.type-search-address__col30 .col-sm-9,
.type-search-address__col30 .col-md-9,
.type-search-address__col30 .col-lg-9,
.type-search-address__col30 .col-xs-10,
.type-search-address__col30 .col-sm-10,
.type-search-address__col30 .col-md-10,
.type-search-address__col30 .col-lg-10,
.type-search-address__col30 .col-xs-11,
.type-search-address__col30 .col-sm-11,
.type-search-address__col30 .col-md-11,
.type-search-address__col30 .col-lg-11,
.type-search-address__col30 .col-xs-12,
.type-search-address__col30 .col-sm-12,
.type-search-address__col30 .col-md-12,
.type-search-address__col30 .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
input.type-search-address__input {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  input.type-search-address__input {
    margin-bottom: 13px;
  }
}
input.type-search-address__input:focus,
input.type-search-address__input:active {
  outline: #949da6;
  border-color: #949da6;
}
input.type-search-address__button {
  padding: 15px 20px;
  position: static !important;
  width: 280px;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input.type-search-address__button {
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  input.type-search-address__button {
    width: 100%;
    margin-top: 0;
  }
}
.options__select--rec .SumoSelect > .CaptionCont:before {
  content: "\e904";
  font-size: 28px;
  text-align: left;
  color: #00baf2;
  vertical-align: middle;
  margin-right: 10px;
}
.options__select--internet .SumoSelect > .CaptionCont:before {
  content: "\e901";
  font-size: 28px;
  text-align: left;
  color: #00baf2;
  vertical-align: middle;
  margin-right: 10px;
}
.options__select--tv .SumoSelect > .CaptionCont:before {
  content: "\e905";
  font-size: 28px;
  text-align: left;
  color: #00baf2;
  vertical-align: middle;
  margin-right: 10px;
}
.options__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #273645;
  margin-top: 0;
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .options__title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.73;
    padding-left: 35px;
  }
}
.options__title > span {
  font-size: 28px;
  text-align: left;
  color: #00baf2;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .options__title > span {
    font-size: 20px;
    top: 3px;
  }
}
.options__single {
  margin-bottom: 40px;
}
.options__actions--btn {
  width: 349px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .options__actions--btn {
    width: 100%;
  }
}
.results-dropdown {
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  overflow: hidden;
}
.services-list {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  position: relative;
  max-height: 250px;
}
.services-list li {
  font-size: 15px;
  line-height: 1.33;
  color: #273645;
  padding: 12px 20px;
  margin: 0;
  cursor: pointer;
  width: 110%;
}
.services-list li:before {
  display: none;
}
.services-list li:hover,
.services-list li:active,
.services-list li:focus {
  background-color: #f0f1f5;
}
.sb-container {
  position: relative;
  overflow: hidden;
  padding-right: 10px;
}
.sb-content {
  height: 100%;
  width: 120%;
  padding-right: 20%;
  overflow-y: scroll;
  box-sizing: border-box;
}
.sb-scrollbar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 12px;
  background-color: #f0f1f5;
  border-left: 1px solid #d7d9e0;
  z-index: 1000;
}
.sb-container-noscroll .sb-scrollbar-container {
  right: -20px;
}
.sb-scrollbar {
  position: absolute;
  right: 2px;
  height: 30px;
  width: 7px;
  border-radius: 5px;
  background: #c9cad1;
}
.sb-scrollbar:hover {
  background: rgba(0, 0, 0, 0.5);
}
.type-info-block__block-title {
  margin-bottom: 50px;
}
.type-info-block__grey {
  background-color: #f0f1f5;
}
.type-info-block__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.27;
  color: #0019af;
  margin: 35px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__title {
    margin-top: 0;
    font-size: 24px;
  }
}
.type-info-block__text {
  font-size: 18px;
  line-height: 1.67;
  color: #273645;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .type-info-block__text {
    font-size: 15px;
  }
}
.type-info-block__text--blue {
  color: #0019af;
}
.type-info-block__list {
  list-style: none;
}
.type-info-block__list li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.28;
  color: #273645;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .type-info-block__list li {
    font-size: 15px;
    line-height: 1.53;
  }
}
.type-info-block__list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: #00baf2;
  font-weight: bold;
  top: calc((50% - 5px));
  line-height: 1;
  height: 10px;
}
.type-info-block__image {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__image {
    width: auto;
    text-align: center;
    float: none;
    padding: 0 20px;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__image {
    width: auto;
    text-align: center;
    float: none;
    margin: 0 0 40px;
    padding: 0 20px;
  }
}
.type-info-block__image img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__image img {
    display: inline-block;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__image img {
    display: inline-block;
    width: 100%;
  }
}
.type-info-block__image--left {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__image--left {
    float: left;
    margin-left: 0;
    text-align: left;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__image--left {
    float: left;
    margin-left: 0;
    text-align: left;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__image--left img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__image--left img {
    width: 80%;
  }
}
.type-info-block__image--right {
  float: right;
  margin-right: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__image--right {
    float: none;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__image--right {
    float: none;
    margin: 0;
  }
}
.type-info-block__image--bottom {
  margin-bottom: -70px;
  position: relative;
  z-index: 1000;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__image--bottom {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__image--bottom {
    margin: 0;
  }
}
.type-info-block__image--top {
  margin-top: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__image--wrapper {
    text-align: center;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__image--wrapper {
    text-align: center;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__image--wrapper img {
    display: inline-block;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__image--wrapper img {
    display: inline-block;
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .type-info-block__image--large {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__image--center-tablet {
    text-align: center;
    float: none;
  }
  .type-info-block__image--center-tablet img {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__image--center-tablet {
    text-align: center;
    float: none;
    padding-left: 20px;
  }
  .type-info-block__image--center-tablet img {
    width: 100%;
  }
}
.type-info-block__column--right {
  float: right;
  margin-top: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__column--right {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__column--right {
    margin-top: 35px;
  }
}
.type-info-block__column--left {
  margin-top: 0;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1500px) {
  .type-info-block__column--left {
    margin-top: 55px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__column--left {
    padding-bottom: 50px;
  }
}
.type-info-block__content {
  display: inline-block;
}
.type-info-block__content--wrapper {
  text-align: center;
}
.type-info-block__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.type-info-block__icon .tv-color {
  width: 140px;
  height: 140px;
  background: url("../../assets/img/components/svg/tv-color.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .type-info-block__icon .tv-color {
    width: 80px;
    height: 80px;
  }
}
.type-info-block__icon .tv-star {
  width: 140px;
  height: 140px;
  background: url("../../assets/img/components/svg/tv-star.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .type-info-block__icon .tv-star {
    width: 80px;
    height: 80px;
  }
}
.type-info-block__btn {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .type-info-block__btn {
    width: 100%;
  }
}
.type-info-block__message {
  display: inline-block;
  vertical-align: middle;
  width: calc((80% - 165px));
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .type-info-block__message {
    width: calc((100% - 104px));
  }
}
.type-info-block__maailmad {
  padding: 80px 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__maailmad {
    padding: 50px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__maailmad {
    padding: 35px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__vaata {
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__vaata {
    padding: 0 0 40px;
  }
}
.type-info-block__vaata .type-info-block__text {
  margin-bottom: 20px;
}
.type-info-block__vaata .type-info-block__title {
  margin: 80px 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__vaata .type-info-block__title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__vaata .type-info-block__title {
    margin-top: 0;
    font-size: 24px;
  }
}
.type-info-block__ekraanil {
  padding: 60px 0 0;
}
.type-info-block__ekraanil .type-info-block__list {
  margin-bottom: 30px;
}
.type-info-block__ekraanil .type-info-block__title,
.type-info-block__ekraanil .type-info-block__text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .type-info-block__ekraanil {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .type-info-block__ekraanil .img01 {
    width: 48%;
  }
}
.type-info-block__videolaenutus {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .type-info-block__videolaenutus {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__videolaenutus {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.type-info-block__videolaenutus .type-info-block__title,
.type-info-block__videolaenutus .type-info-block__text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .type-info-block__videolaenutus .type-info-block__text {
    margin-bottom: 20px;
  }
}
.type-info-block__subscribe {
  padding: 38px 0;
}
.type-info-block__subscribe .type-info-block__text {
  margin: 0 0 10px;
  text-align: left;
}
.type-info-block__subscribe--link {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .type-info-block__subscribe {
    padding: 32px 0;
  }
}
.type-info-block__netflix {
  padding: 80px 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__netflix {
    padding: 50px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__netflix {
    padding: 40px 0 60px;
  }
}
.type-info-block__multiple-screen {
  padding: 80px 0 125px;
}
.type-info-block__multiple-screen .type-info-block__title,
.type-info-block__multiple-screen .type-info-block__text,
.type-info-block__multiple-screen .type-info-block__list {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__multiple-screen {
    padding: 50px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__multiple-screen {
    padding: 40px 0 60px;
  }
}
.type-info-block__parimad-filmid {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__parimad-filmid {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__parimad-filmid {
    padding-bottom: 0x;
  }
}
.type-info-block__image-bottom {
  padding: 60px 0 0;
}
.type-info-block__image-bottom .type-info-block__list {
  margin-bottom: 30px;
}
.type-info-block__image-bottom .type-info-block__title,
.type-info-block__image-bottom .type-info-block__text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .type-info-block__image-bottom {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .type-info-block__image-bottom .img01 {
    width: 48%;
  }
}
.type-info-block__image-normal {
  padding: 60px 0 50px;
}
.type-info-block__image-normal .type-info-block__list {
  margin-bottom: 30px;
}
.type-info-block__image-normal .type-info-block__title,
.type-info-block__image-normal .type-info-block__text {
  margin-bottom: 30px;
}
.type-info-block__image-normal .type-info-block__title {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-info-block__image-normal .type-info-block__title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .type-info-block__image-normal .type-info-block__title {
    margin-top: 30px;
  }
}
.type-info-block__image-normal .type-info-block__title--no-margin-top {
  margin-top: 0;
}
.type-info-block__image-normal .type-info-block__image {
  width: initial;
}
@media only screen and (max-width: 767px) {
  .type-info-block__image-normal {
    padding: 50px 0 0;
  }
}
.type-info-block__koduinternet {
  padding: 0 0 50px;
}
.type-smart-options {
  padding: 70px 0 115px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-smart-options {
    padding: 50px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .type-smart-options {
    padding: 40px 0 40px;
  }
}
.type-smart-options__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-smart-options__icon {
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  .type-smart-options__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.type-smart-options__icon span {
  position: absolute;
  font-size: 28px;
  color: #00baf2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .type-smart-options__icon span {
    font-size: 20px;
  }
}
.type-smart-options__icon .thumbs-up:before {
  content: "\f087";
  font-family: 'FontAwesome';
}
.type-smart-options__icon .search:before {
  content: "\f002";
  font-family: 'FontAwesome';
}
.type-smart-options__icon .pause:before {
  content: "\f04c";
  font-family: 'FontAwesome';
}
.type-smart-options__icon .list-alt:before {
  content: "\f022";
  font-family: 'FontAwesome';
}
@media only screen and (max-width: 767px) {
  .type-smart-options__caption p {
    margin-top: 10px;
  }
}
.type-smart-options__single.expandable {
  border-bottom: solid 1px #d7d9e0;
}
.type-smart-options__single.expandable:last-child {
  border-bottom: none;
}
.type-smart-options__single.expandable:before {
  content: "\f107";
  color: #273645;
  font-family: 'FontAwesome';
  margin-top: 4px;
  float: right;
  font-size: 18px;
}
.type-smart-options__single.expandable a.toggler {
  float: none;
  display: block;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.78;
  color: #273645;
  text-decoration: none;
}
.type-smart-options__single.expandable .type-smart-options__caption {
  margin: 0;
  height: 0;
  overflow: hidden;
}
.type-smart-options__single.expandable .type-smart-options__icon {
  margin-right: 15px;
}
.type-smart-options__single.expandable .type-smart-options__icon span {
  color: #5f6d7a;
}
.type-smart-options__single.expandable.open .type-smart-options__icon span {
  color: #00baf2;
}
.type-smart-options__single.expandable.open .type-smart-options__caption {
  margin: 0;
  display: block;
  padding: 0 0 20px 0;
  height: auto;
  overflow: visible;
}
.type-smart-options__single.expandable.open a.toggler {
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 0;
}
.type-smart-options__single.expandable.open:before {
  content: "\f106";
  color: #0019af;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-smart-options__single {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .type-smart-options__single {
    margin-bottom: 35px;
  }
}
.type-smart-options__image {
  float: right;
  width: 54%;
}
.type-smart-options__image img {
  width: 100%;
}
.type-smart-options__image--item {
  display: none;
}
.type-smart-options__image--item.current-image {
  display: block;
}
.type-smart-options__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  color: #0019af;
  margin: 45px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-smart-options__title {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .type-smart-options__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    margin: 0 0 20px;
  }
}
.type-smart-options__content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 52px);
}
.type-smart-options__content .blockheading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  text-align: left;
  color: #273645;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .type-smart-options__content .blockheading {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.53;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-smart-options__content {
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  .type-smart-options__content {
    width: calc(100% - 35px);
  }
}
.type-order__content {
  padding: 0 17px 30px;
}
.type-order__modal--price {
  width: 60%;
  float: left;
  border-top: 1px solid #d7d9e0;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-order__modal--price {
    width: 70%;
  }
}
.type-order__modal--action {
  width: 40%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-order__modal--action {
    width: 30%;
  }
}
.type-order__modal--action a.type-order__modal--submit {
  display: block;
  text-align: center;
}
.type-order__modal--collapse {
  font-size: 15px;
  text-decoration: none;
  color: #273645;
  padding: 14px 18px;
  display: block;
}
.type-order__modal--collapse:before {
  content: "\f106";
  color: #273645;
  font-family: 'FontAwesome';
  margin-right: 5px;
  font-size: 18px;
}
.type-order__modal--collapse:hover,
.type-order__modal--collapse:focus,
.type-order__modal--collapse:active {
  text-decoration: none;
  color: #273645;
}
.type-order__overlay {
  pointer-events: none;
  background: transparent;
  display: none;
}
.type-order__overlay.open {
  background: url("../../assets/img/old/overlay.png");
  pointer-events: auto;
}
.type-order__overlay.open .type-order__modal--collapse:before {
  content: "\f107";
}
.type-order__blocks {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-order__blocks {
    -moz-column-count: 2;
    -moz-column-gap: 18px;
    -webkit-column-count: 2;
    -webkit-column-gap: 18px;
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .type-order__blocks {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
  }
}
.type-order__block {
  border: 1px solid #dadada;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-order__block {
    margin-bottom: 18px;
  }
}
.type-order__block--wrapper {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-order__block--wrapper {
    display: inline-block;
    width: 100%;
  }
}
.type-order__block--selected {
  border: 1px solid #00baf2;
}
.type-order__small-blocks {
  display: flex;
  justify-content: space-between;
}
.type-order__small-block {
  border: 1px solid #dadada;
  margin-bottom: 20px;
  padding: 25px;
  flex-basis: 23.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-order__small-block {
    margin-bottom: 18px;
  }
}
.type-order__small-block--selected {
  border: 1px solid #00baf2;
}
a.type-order__small-block--btn {
  width: auto;
  max-width: 150px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 6px 24px;
}
.type-order__small-block--price {
  font-size: 15px;
  font-weight: bold;
  color: #0019af;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
.type-order__small-block--time {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #273645;
  line-height: 1;
}
.type-order__small-block--time span {
  font-size: 13px;
  font-weight: 400;
  vertical-align: top;
  line-height: 1;
  display: inline-block;
  margin-top: 3px;
}
.type-order__image img {
  width: 100%;
}
.type-order__logo {
  margin-top: 25px;
  height: 80px;
  position: relative;
  text-align: center;
}
.type-order__logo img {
  max-width: 80% !important;
  max-height: 80px;
  display: inline-block;
  vertical-align: middle;
}
.type-order__logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.type-order__tabs {
  margin-bottom: 30px;
}
.type-order__name {
  font-size: 15px;
  font-weight: bold;
  color: #444444;
  margin-top: 15px;
  margin-bottom: 3px;
}
.type-order__price {
  font-size: 15px;
  font-weight: bold;
  color: #444444;
  float: right;
}
.type-order__price--blue {
  color: #0019af;
}
.type-order__price--orange {
  color: #ff6400;
}
.type-order__price--before {
  float: right;
  clear: both;
  color: #c9cad1;
  font-weight: 400;
  text-decoration: line-through;
  line-height: 1.1;
}
.type-order__text {
  font-size: 13px;
  line-height: 1.46;
  text-align: left;
  color: #394754;
  opacity: 0.8;
  margin-top: 10px;
}
.type-order__text--complete {
  font-size: 13px;
  line-height: 1.46;
  text-align: left;
  color: #394754;
  opacity: 0.8;
  display: none;
}
.type-order__text--wrapper {
  position: relative;
}
.type-order__show-more {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.type-order__load-more {
  margin-top: 15px;
}
.type-order__select-option {
  font-size: 15px;
  line-height: 1.33;
  color: #444444;
  display: block;
}
.type-order__select-option:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 14px;
  color: #cccccc;
  margin-right: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.type-order__select-option:hover,
.type-order__select-option:focus,
.type-order__select-option:active {
  opacity: 0.6;
  color: #444444;
  text-decoration: none;
}
.type-order__select-option:hover .type-order__price,
.type-order__select-option:focus .type-order__price,
.type-order__select-option:active .type-order__price {
  opacity: 0.6;
}
.type-order__select-option + .type-order__select-option {
  margin-top: 5px;
}
a.type-order__btn {
  width: 150px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 6px 24px;
}
a.type-order__btn--load-more {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.type-order__btn--submit {
  width: 100%;
  text-align: center;
  display: block;
  margin: 10px auto 0;
}
.type-order__action {
  margin-top: 38px;
}
.type-order__action--logotypes {
  margin-top: 25px;
}
.type-order__actions {
  clear: both;
}
.type-order__scroll,
.type-order__scroll-mobile {
  height: auto;
  overflow-y: auto;
  padding: 0 2px;
}
.type-order__scroll--fade-top,
.type-order__scroll-mobile--fade-top {
  width: 100%;
  height: 35px;
  display: none;
  position: absolute;
  top: 0;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.type-order__scroll--fade-bottom,
.type-order__scroll-mobile--fade-bottom {
  width: 100%;
  height: 35px;
  display: none;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
}
.type-order__scroll--wrapper,
.type-order__scroll-mobile--wrapper {
  position: relative;
  height: auto;
  overflow: hidden;
}
.type-order__scroll--wrapper.has-scrollbar .type-order__scroll--fade-top,
.type-order__scroll-mobile--wrapper.has-scrollbar .type-order__scroll--fade-top,
.type-order__scroll--wrapper.has-scrollbar .type-order__scroll--fade-bottom,
.type-order__scroll-mobile--wrapper.has-scrollbar .type-order__scroll--fade-bottom,
.type-order__scroll--wrapper.has-scrollbar .type-order__scroll-mobile--fade-top,
.type-order__scroll-mobile--wrapper.has-scrollbar .type-order__scroll-mobile--fade-top,
.type-order__scroll--wrapper.has-scrollbar .type-order__scroll-mobile--fade-bottom,
.type-order__scroll-mobile--wrapper.has-scrollbar .type-order__scroll-mobile--fade-bottom {
  display: block;
}
.type-order__scroll--wrapper.has-scrollbar .type-order__scroll,
.type-order__scroll-mobile--wrapper.has-scrollbar .type-order__scroll {
  padding-bottom: 20px;
  width: calc((100% + 17px));
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .type-order__scroll--wrapper.has-scrollbar .type-order__scroll,
  .type-order__scroll-mobile--wrapper.has-scrollbar .type-order__scroll {
    width: calc((100% + 12px));
    padding-bottom: 50px;
  }
}
@supports (-ms-accelerator: true) {
  .type-order__scroll--wrapper.has-scrollbar .type-order__scroll,
  .type-order__scroll-mobile--wrapper.has-scrollbar .type-order__scroll {
    width: calc((100% + 12px));
    padding-bottom: 50px;
  }
}
@supports (-ms-ime-align: auto) {
  .type-order__scroll--wrapper.has-scrollbar .type-order__scroll,
  .type-order__scroll-mobile--wrapper.has-scrollbar .type-order__scroll {
    width: calc((100% + 12px));
    padding-bottom: 50px;
  }
}
.type-order__scroll-mobile::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.order-content {
  border-right: 1px solid #dadada;
  padding-right: 18px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .order-content {
    border-right: 0;
    padding: 20px 0 60px;
    max-width: 475px;
  }
}
.order-content__title {
  margin-top: 10px;
  margin-bottom: 35px;
}
.order-content__title--margin-top {
  margin-top: 80px;
}
.order-content__info {
  font-size: 15px;
  line-height: 1.53;
  text-align: left;
  color: #273645;
  margin-bottom: 30px;
  margin-top: -20px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .order-sidebar {
    padding: 20px 0 60px;
  }
}
.order-sidebar__title {
  margin: 0;
}
.order__price {
  font-size: 40px;
  font-weight: bold;
  line-height: 0.75;
  color: #273645;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .order__price {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .order__price {
    margin-top: 0;
    font-size: 30px;
    float: right;
  }
}
.order__price--info {
  font-size: 15px;
  line-height: 1.33;
  color: #444444;
  float: left;
  margin-top: 8px;
}
.order__price--wrapper {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dadada;
  margin-bottom: 35px;
}
.order__price--orange {
  color: #ff6400;
}
.order__price--before {
  float: right;
  clear: both;
  color: #c9cad1;
  font-weight: 400;
  text-decoration: line-through;
  margin-top: 5px;
}
.mobile-sticky {
  display: none;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .mobile-sticky {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
  }
}
.order-modal__content {
  padding: 10px 20px;
  background: #ffffff;
  overflow-y: auto;
  max-height: calc(100vh - 50px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .order-modal__content {
    width: 50%;
  }
}
.order {
  padding: 30px 0 60px;
  overflow: hidden;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .order {
    padding: 0;
  }
}
.order .order-package {
  margin: 15px 0;
}
.order .order-package__heading {
  font-weight: 700;
}
.order .order-package-selected--inline {
  display: flex;
  justify-content: space-between;
}
.order .order-package-selected__price {
  font-weight: 700;
}
.order .order-package-selected__price span {
  font-weight: 400;
  color: #5f6d7a;
}
.order .order-package-selected__tv,
.order .order-package-selected__internet {
  margin-left: 20px;
}
.order .order__price--total {
  float: left;
}
.order .order__price {
  font-size: 30px;
  display: inline-flex;
  vertical-align: top;
  float: right;
}
.order .order__price span {
  font-size: 15px;
  font-weight: 400;
  color: #5f6d7a;
}
.order .order-sidebar-wrapper {
  position: static;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .order .order-sidebar-wrapper {
    background: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .order .order-sidebar-wrapper {
    margin: 0 -5px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .order .order-sidebar-wrapper .order-sidebar {
    max-width: 475px;
  }
}
@media only screen and (min-width: 1024px) {
  .order .order-sidebar-wrapper .order-sticky {
    width: 225px;
  }
  .order .order-sidebar-wrapper .order-sticky.sticky-top {
    position: static;
    top: initial;
  }
  .order .order-sidebar-wrapper .order-sticky.sticky-bottom {
    position: absolute;
    bottom: 60px;
    top: auto;
  }
  .order .order-sidebar-wrapper .order-sticky.sticky-fixed {
    position: fixed;
    top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .order .order-sidebar-wrapper .order-sticky {
    width: 275px;
  }
}
.display-modal-link {
  padding: 30px 0 15px;
  font-weight: 700;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .display-modal-link {
    display: none;
  }
}
.display-modal-link i {
  color: #00baf2;
  margin-right: 6px;
  font-size: 13px;
}
.order__alert {
  padding: 60px 0;
}
.type-package__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.92;
  color: #0019af;
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-package__title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .type-package__title {
    text-align: center;
    font-size: 15px;
  }
}
.type-package__subtitle {
  color: #5f6d7a;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .type-package__subtitle {
    text-align: center;
    font-size: 14px;
    margin-top: 0;
  }
}
.type-package__text {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.47;
  color: #273645;
  text-align: left;
}
.type-package__item {
  margin-bottom: 30px;
  position: relative;
}
.type-package__item--bordered {
  border: 1px solid #c9cad1;
}
.type-package__item:first-of-type {
  margin-top: 35px;
}
.type-package__badge {
  position: absolute;
  top: -20px;
  background-color: #ff6400;
  left: -1px;
  padding: 7px 16px;
  color: white;
  font-size: 15px;
  line-height: 1.07;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.type-package__info {
  padding: 30px 0 30px 30px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .type-package__info {
    padding: 20px 20px 0 20px;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-package__info {
    padding: 20px;
  }
}
.type-package__image {
  order: 1;
  width: 115px;
  flex: 0 0 115px;
  margin-right: 30px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-package__image {
    width: 85px;
    flex: 0 0 85px;
  }
}
@media only screen and (max-width: 767px) {
  .type-package__image {
    margin: 0 auto 20px;
    min-width: initial;
    width: 85px;
  }
  .type-package__image img {
    margin: auto;
  }
}
.type-package__caption {
  order: 2;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .type-package__caption {
    text-align: center;
  }
}
.type-package__action {
  height: 100%;
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-package__action {
    padding: 20px 20px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .type-package__action {
    padding: 0 20px 30px;
  }
}
.type-package__action--wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #d7d9e0;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .type-package__action--wrapper {
    padding-left: 0;
    border: none;
    display: block;
    padding-top: 0;
  }
}
.type-package__price {
  font-size: 25px;
  font-weight: 700;
  color: #0019af;
  line-height: 1;
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .type-package__price {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-package__price {
    float: left;
    margin-top: 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .type-package__price {
    float: none;
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px;
  }
}
.type-package__per {
  font-size: 15px;
  text-align: left;
  color: #5f6d7a;
  vertical-align: top;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .type-package__per {
    line-height: 1;
  }
}
.type-package__button {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .type-package__button {
    margin-top: 20px;
  }
}
.type-package__speed {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-package__speed {
    margin-right: -45px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-package__speed {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  .type-package__speed--3 {
    display: table;
    width: calc(100% + 30px);
  }
  .type-package__speed--3 .type-package__speed--item {
    display: table-cell;
    padding: 0 0 20px;
    width: 33%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .type-package__speed--4 {
    display: flex;
    flex-wrap: wrap;
  }
  .type-package__speed--4 .type-package__speed--item {
    width: 50%;
    margin: 0;
    padding: 20px 0 0;
  }
  .type-package__speed--4 .type-package__speed--item:nth-of-type(-n+2) {
    border-bottom: 1px solid #d7d9e0;
    padding: 0 0 20px;
  }
  .type-package__speed--4 .type-package__speed--item:nth-of-type(2) {
    border-right: none;
  }
}
@media only screen and (min-width: 1280px) {
  .type-package__speed--4 {
    display: table;
    width: calc(100% + 30px);
  }
  .type-package__speed--4 .type-package__speed--item {
    display: table-cell;
    padding: 0;
    min-width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .type-package__speed--6 {
    display: flex;
    flex-wrap: wrap;
  }
  .type-package__speed--6 .type-package__speed--item {
    width: 33%;
    margin: 0;
    padding: 20px 0 0;
  }
  .type-package__speed--6 .type-package__speed--item:nth-of-type(-n+3) {
    border-bottom: 1px solid #d7d9e0;
    padding: 0 0 20px;
  }
  .type-package__speed--6 .type-package__speed--item:nth-of-type(3) {
    border-right: none;
  }
}
.type-package__speed--item {
  display: inline-block;
  margin-left: 8px;
  padding-right: 8px;
  text-align: center;
  padding-bottom: 20px;
  min-width: 33%;
}
.type-package__speed--item:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .type-package__speed--item:not(:last-child) {
    border-right: 1px solid #d7d9e0;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-package__speed--item {
    display: block;
    border-top: 1px solid #d7d9e0;
    margin: 0;
    text-align: left;
    padding: 2px 0;
    position: relative;
    line-height: 50px;
  }
  .type-package__speed--item:first-child {
    border: none;
  }
}
.type-package__speed--icon {
  text-align: center;
}
.type-package__speed--icon .fa {
  color: #00baf2;
  font-size: 24px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-package__speed--icon {
    display: inline-block;
  }
}
.type-package__speed--title {
  font-size: 14px;
  line-height: 1.36;
  text-align: center;
  color: #5f6d7a;
  margin-right: 10px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-package__speed--title {
    line-height: 50px;
  }
}
.type-package__speed--value {
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  color: #273645;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-package__speed--value {
    font-size: 18px;
    text-align: right;
    line-height: 50px;
    float: right;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-package__speed--value.type-package__speed--value--var2 {
    font-size: 18px;
    text-align: right;
    line-height: 32px;
  }
}
.type-package__speed--value.type-package__speed--value--sm {
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .type-package__speed--value.type-package__speed--value--sm {
    font-size: 15px;
  }
}
.type-package__speed--mbit {
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  margin-left: 5px;
  display: inline-block;
  margin-top: -2px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .type-package__speed--mbit {
    margin-top: -1px;
  }
}
.type-package__speed--eu {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .type-package__speed--eu {
    margin-top: -4px;
    display: block;
  }
}
.type-package__number {
  color: #0019af;
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0;
}
.type-package__extras {
  padding: 30px 0 0;
  text-align: left;
}
.type-package__extras p {
  text-align: left;
}
.type-package__extras ul {
  padding: 10px 0 0;
}
.type-package__extras ul li {
  font-size: 15px;
  padding: 0 20px 0 0;
  display: inline-block;
}
.type-package__extras ul li:before {
  content: none;
}
.type-package__extras ul li [class^="icon-"] {
  color: #00baf2;
  font-size: 22px;
  vertical-align: middle;
  padding-right: 8px;
}
.type-package .clearfix::before,
.type-package .clearfix::after {
  content: normal;
}
.type-package A.question {
  background: #0019af;
  border: none;
  color: #ffffff;
}
.type-package A.question:hover {
  background: #00127d;
  color: #ffffff;
}
.type-package A.question:before {
  top: 2px;
}
.type-package span.question.showtooltip {
  background: #0019af;
  color: #ffffff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 10px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  border-radius: 14px;
  margin: 0 auto;
  top: 2px;
}
.type-package span.question.showtooltip:before {
  content: "?";
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
h1.type02 {
  color: #0019af;
}
h2.type06 {
  font-size: 24px;
}
UL.progress03 LI DIV.step-heading h2 {
  font-family: "Verlag", "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 20px;
}
.form01 h3 {
  color: initial;
  font-size: initial;
  line-height: initial;
}
DIV.item03 h3 {
  color: #1a1a1a;
  font-size: initial;
  line-height: initial;
}
UL.confirmation-steps02 LI.step .block20 .posrel h3 {
  color: #1a1a1a;
}
UL.cart01.cart01b h3,
UL.cart01 h3 {
  color: #1a1a1a;
}
.block21 h3 {
  font-size: 18px;
  color: #1a1a1a;
  line-height: normal;
}
.orders01 .order01 .heading01 h3 {
  color: #1a1a1a;
}
.orders01 .total .col h3 {
  color: #1a1a1a;
}
.subitem .col-a h3 {
  color: #1a1a1a;
}
.btn.green,
.btn.color01 {
  padding: 10px 30px 9px;
}
UL.checkboxes07 LI SPAN::before {
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .modal-devices {
    height: 100vh;
    margin: -20px;
    padding: 40px 20px 20px;
  }
}
.modal-devices .tb_controls #tb_close.close {
  top: 15px;
  right: 20px;
}
.modal-devices .tb_controls #tb_close.close:before {
  color: #c9cad1;
}
.modal-devices .tb_controls #tb_close.close:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .modal-devices .tb_controls #tb_close.close {
    position: fixed;
  }
}
.modal-devices h2.modal-block__title {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .modal-devices h2.modal-block__title {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    position: fixed;
    top: 0;
    padding: 20px 0 10px;
    width: 100%;
  }
}
.modal-devices table.table-modal {
  margin-bottom: 30px;
}
.modal-devices table.table-modal TH {
  border-top: none;
  background-color: transparent;
  vertical-align: bottom;
  word-break: normal;
}
@media only screen and (max-width: 767px) {
  .modal-devices table.table-modal TH {
    width: 50%;
    vertical-align: middle;
  }
}
.modal-devices table.table-modal TH img {
  display: block;
  margin-bottom: 10px;
}
.modal-devices table.table-modal TD {
  border-left: none;
  word-break: normal;
}
@media only screen and (max-width: 767px) {
  .modal-devices table.table-modal TD {
    width: 50%;
  }
}
.modal-devices table.table-modal TR:last-of-type TD {
  border: none;
}
.modal-devices table.table-modal TR TD {
  background-color: white;
}
.modal-devices table.table-modal TR TD:hover {
  background-color: white;
}
.modal-devices table.table-modal TD {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .modal-devices table.table-modal TD:first-child:nth-last-child(3) {
    width: 25%;
  }
  .modal-devices table.table-modal TD:first-child:nth-last-child(3) ~ TD {
    width: 37%;
  }
  .modal-devices table.table-modal TD:first-child:nth-last-child(4),
  .modal-devices table.table-modal TD:first-child:nth-last-child(4) ~ TD {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .modal-devices table.table-modal .desktop-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  HTML.tb_open {
    overflow-y: initial;
  }
}
.package-option {
  background: #ffffff;
  border: 1px solid #c9cad1;
  padding: 10px 10px 5px;
  height: 100%;
  color: #273645;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .package-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
  }
}
.package-option__title {
  color: #949da6;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .package-option__title {
    font-size: 13px;
  }
}
.package-option__value {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .package-option__value {
    font-size: 30px;
  }
}
.package-option__value__sufix {
  font-size: 13px;
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
  padding-top: 15px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .package-option__value__sufix {
    padding-top: 9px;
  }
}
.package-option__value--sm {
  font-size: 18px;
  line-height: 1;
  padding: 15px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .package-option__value--sm {
    padding: 15px 0 15px 10px;
    text-align: right;
  }
}
.package-option__price {
  font-weight: 700;
  color: #0019af;
  text-align: center;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .package-option__price {
    font-size: 13px;
    line-height: 1.25;
    text-align: right;
  }
}
.package-option__price__sufix {
  font-weight: 400;
  color: #5f6d7a;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .package-option__price__sufix {
    display: block;
  }
}
LI.active .package-option,
.package-option.active {
  border: 1px solid #00baf2;
  outline: 1px solid #00baf2;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  LI.active .package-option,
  .package-option.active {
    padding: 9px 15px;
  }
}
.package-option--full-list {
  padding: 15px 30px 30px;
  margin: 16px 0;
}
.package-option--no {
  min-height: 71px;
  justify-content: flex-end;
  flex-direction: column;
  font-size: 15px;
}
@media only screen and (min-width: 1024px) {
  .package-option--no {
    display: flex;
    align-items: flex-end;
  }
}
.package-option--no > div {
  text-align: center;
}
.package-option--no p {
  margin-top: 5px;
}
@media only screen and (min-width: 240px) and (max-width: 1023px) {
  .package-option-content {
    display: none;
  }
}
.package-option-content__title {
  margin: 15px 0;
}
.info-block {
  margin: 20px 0;
  padding: 0 0 0 40px;
  position: relative;
}
.info-block .info-icon {
  position: absolute;
  left: 0;
  top: -4px;
  background: #aae0fa;
  border-radius: 50%;
  display: inline-block;
  color: #0019af;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 8px;
}
.trigger-show-more {
  display: block;
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
}
.trigger-show-more:active,
.trigger-show-more:focus,
.trigger-show-more:hover {
  text-decoration: none;
}
.trigger-show-more .show-more-link-copy:before {
  content: "\f078";
  font-family: FontAwesome;
  margin-right: 5px;
}
.trigger-show-more .show-less-link-copy {
  display: none;
}
.trigger-show-more.open .show-less-link-copy {
  display: block;
}
.trigger-show-more.open .show-less-link-copy:before {
  content: "\f077";
  font-family: FontAwesome;
  margin-right: 5px;
}
.trigger-show-more.open .show-more-link-copy {
  display: none;
}
.content-show-less {
  height: 50px;
  overflow: hidden;
  position: relative;
  margin-bottom: -10px;
}
.content-show-less:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #f0f1f5);
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}
a:focus {
  outline: none;
}
body {
  color: #273645;
  max-width: 1920px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
h1 {
  color: #0019af;
  font-size: 40px;
  line-height: 1.25;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 1;
  }
}
h2,
section.content h2,
section h2,
.content h2 {
  color: #0019af;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  h2,
  section.content h2,
  section h2,
  .content h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
h3 {
  color: #0019af;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
p,
SECTION p {
  color: #273645;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 15px;
  /*_typografy.less:117 as general style */
}
.clear::before,
.clear::after {
  height: 0;
}
SECTION::before,
SECTION::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
  width: 100%;
}
.color-grey04 {
  color: #949da6;
}
.font-13 {
  font-size: 13px;
}
.font-15 {
  font-size: 15px;
}
.font-20 {
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .font-20 {
    font-size: 17px;
  }
}
.font-30 {
  font-size: 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .font-30 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .font-30 {
    font-size: 24px;
  }
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.color-blue {
  color: #0019af;
}
.text-uppercase {
  text-transform: uppercase;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
UL.type-list-checkmark LI {
  padding: 0 0 0 20px;
  font-size: 15px;
  text-align: left;
}
UL.type-list-checkmark LI:before {
  content: "\f00c";
  color: #00baf2;
  font-family: FontAwesome;
  font-size: 13px;
  top: 0;
}
/* vertical-align  */
.vertical-align-container {
  white-space: nowrap;
}
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
  white-space: normal;
}
#block-elisa-breadcrumbs .col00 {
  position: relative;
}
#block-elisa-breadcrumbs .breadcrumb {
  color: rgba(68, 68, 68, 0.8);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  display: inline-block;
  line-height: 19px;
  margin: 8px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#block-elisa-breadcrumbs .breadcrumb a {
  color: rgba(68, 68, 68, 0.8);
}
#block-elisa-breadcrumbs .breadcrumb a:hover {
  color: #444444;
  text-decoration: none;
}
#block-elisa-breadcrumbs .breadcrumb span:last-child {
  font-weight: 600;
}
#block-elisa-breadcrumbs .breadcrumb span:not(:first-child):before {
  font-family: FontAwesome;
  content: "\f105";
  font-weight: 400;
  margin: 0 2px 0 0;
  color: rgba(68, 68, 68, 0.8);
}
.breadcrumb-on-hero-image #block-elisa-breadcrumbs .breadcrumb {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 8px 15px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  position: absolute;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .breadcrumb-on-hero-image #block-elisa-breadcrumbs .breadcrumb {
    max-width: calc(100% - 40px);
  }
}
.breadcrumb-on-hero-image #block-elisa-breadcrumbs .breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb-on-hero-image #block-elisa-breadcrumbs .breadcrumb a:hover {
  color: #ffffff;
}
.breadcrumb-on-hero-image #block-elisa-breadcrumbs .breadcrumb span:last-child {
  color: #ffffff;
}
.breadcrumb-on-hero-image #block-elisa-breadcrumbs .breadcrumb span:before {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 767px) {
  .breadcrumb-on-hero-image #block-elisa-breadcrumbs .breadcrumb {
    display: none;
  }
}
.toolbar-tray-open.breadcrumb-on-hero-image #block-elisa-breadcrumbs .breadcrumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #block-elisa-breadcrumbs .breadcrumb {
    display: none;
  }
}
DIV.col.w50p DIV.block03.offer-archived {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  DIV.col.w50p DIV.block03 DIV.txt {
    border-right: none;
    border-bottom: 1px solid #f0f1f5;
    padding-bottom: 2em;
  }
}
DIV.col.w50p DIV.block03 DIV.txt .title {
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  DIV.col.w50p DIV.block03 DIV.img.col {
    max-width: 100px;
  }
}
DIV.block03 P.title A:hover {
  color: #00127d;
}
.single-row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#fakeselect-current DIV {
  min-width: 240px;
}
