/*-------------------------reset-------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1.25;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden; }
  body.overflow {
    overflow: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body * {
  box-sizing: border-box;
  font-family: 'Proxima Nova Rg';
  font-weight: 400;
  font-style: normal; }

.container,
.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%;
  height: auto; }

a,
a:hover,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }

.wpcf7-submit {
  -webkit-appearance: none !important; }

strong {
  font-weight: 700; }

i {
  font-style: italic; }

.wrapper {
  overflow-x: hidden;
  position: relative; }

.d_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.icons3col__item .webcasts__img svg circle {
  fill: #3D1A52 !important; }
.icons3col__item .videodownload .icons3col__title {
  color: #3D1A52 !important; }

.bluebg {
  background-color: #3D1A52; }
  .bluebg .icons3col__titletop,
  .bluebg .icons3col__intro,
  .bluebg .icons3col__title,
  .bluebg .icons3col__descr {
    color: #fff; }
  .bluebg .slick-slider .slick-prev,
  .bluebg .slick-prev:hover,
  .bluebg .slick-prev:focus {
    background-image: url(../images/sliderleft_white.svg) !important; }
  .bluebg .slick-slider .slick-next,
  .bluebg .slick-next:hover,
  .bluebg .slick-next:focus {
    background-image: url(../images/slider_right_white.svg) !important; }

.titlecomponemt {
  padding-bottom: 10px;
  padding-top: 80px;
  background-color: #D1D1D1; }

.titlecomponemt--red {
  background-color: rgba(255, 0, 0, 0.128); }

/*-------------------------main styles------------------------*/
h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px; }

h2 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  color: #3D1A52; }

h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: #3D1A52; }

h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: #3D1A52;
  margin-bottom: 15px; }

h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #3D1A52;
  margin-bottom: 15px; }

h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #3D1A52;
  margin-bottom: 15px; }

p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5; }

strong *,
strong {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 700; }

ol {
  margin-bottom: 15px; }
  ol li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 28px; }
    ol li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 2px;
      width: 20px;
      height: 20px;
      background-image: url(../images/ul_check.svg);
      background-position: center;
      background-size: 20px;
      background-repeat: no-repeat; }

ul {
  margin-bottom: 15px;
  list-style: disc;
  padding-left: 20px; }
  ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px; }

.button-link {
  border: 0;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
  background: #fff;
  border-radius: 4px;
  color: #3D1A52 !important;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33; }
  .button-link:hover {
    background-color: #DCD7DF;
    color: #3D1A52 !important; }

.bluegradient__imagemobile {
  display: none; }

/*-------------------------C1. Page banner with page links ------------------------*/
.firstsection {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 425px; }
  .firstsection::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(13, 48, 80, 0.85), rgba(13, 48, 80, 0.85)); }
  .firstsection h1 {
    position: relative;
    z-index: 4;
    margin-bottom: 35px;
    color: #fff; }
  .firstsection__undermenu {
    position: relative;
    z-index: 4;
    background: rgba(141, 110, 151, 0.9); }
    .firstsection__undermenu ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
      .firstsection__undermenu ul li {
        margin-bottom: 0;
        margin-right: 30px;
        display: block; }
        .firstsection__undermenu ul li.active a:before {
          width: 100%; }
      .firstsection__undermenu ul a {
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        position: relative;
        color: #fff;
        padding: 25px 0 20px; }
        .firstsection__undermenu ul a:hover:before {
          width: 100%; }
        .firstsection__undermenu ul a:before {
          z-index: 2;
          display: block;
          content: "";
          width: 0%;
          position: absolute;
          bottom: 0px;
          left: 0;
          height: 3px;
          background-color: #DDBA66;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
  .firstsection ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.header {
  margin-bottom: 85px;
  position: relative;
  z-index: 5; }
  .header .container {
    max-width: 1200px;
    padding: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4px);
    position: relative; }
  .header__row {
    padding-left: 30px;
    padding-bottom: 25px;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff; }
  .header__logo {
    flex-basis: 115px; }
  .header__right {
    flex-basis: calc(100% - 140px); }
  .header__top {
    padding-left: 15px;
    border-bottom: 1px solid #EDEBEF;
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px; }
  .header__topmenu {
    flex-basis: calc(100% - 140px); }
    .header__topmenu ul {
      display: flex;
      flex-wrap: wrap; }
      .header__topmenu ul li {
        margin-bottom: 8px;
        margin-right: 40px; }
        .header__topmenu ul li:last-child {
          margin-right: 0; }
      .header__topmenu ul a {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.43; }
        .header__topmenu ul a:before {
          display: block;
          content: attr(data-text);
          font-weight: bold;
          height: 0;
          overflow: hidden;
          visibility: hidden;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
        .header__topmenu ul a:hover {
          color: #3D1A52;
          font-weight: 700; }
  .header__toplang {
    flex-basis: 130px;
    padding-top: 2px; }
  .header__bottom {
    padding-top: 30px;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px; }
  .header .toggle-submenu {
    display: none; }
  .header__bottommenu {
    flex-basis: calc(100% - 160px); }
    .header__bottommenu .container-submenu {
      display: none; }
    .header__bottommenu ul {
      display: flex;
      flex-wrap: wrap; }
      .header__bottommenu ul li {
        margin-bottom: 8px;
        margin-right: 21px; }
        .header__bottommenu ul li.hassubmenu {
          background-image: url(../images/arrow_small_black.svg);
          background-repeat: no-repeat;
          background-position: center right;
          padding-right: 15px;
          position: relative; }
        .header__bottommenu ul li:last-child {
          margin-right: 0; }
      .header__bottommenu ul a {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5; }
        .header__bottommenu ul a:hover {
          color: #3D1A52; }
  .header__bottomsearch {
    flex-basis: 150px; }

.descriptionsection + .icons3col {
  padding-top: 0; }
  .descriptionsection + .icons3col .icons3col__row {
    padding-top: 0; }

.langblock__visible {
  position: relative;
  border: 0;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  padding-right: 20px;
  background-image: url(../images/arrow_small_black.svg);
  background-position: center right;
  background-repeat: no-repeat; }
.langblock__hidden {
  display: none; }

.searchblock {
  position: relative;
  z-index: 4;
  top: -2px; }
  .searchblock__visible {
    cursor: pointer;
    line-height: 1;
    padding-top: 5px;
    padding-right: 4px;
    display: flex;
    justify-content: flex-end; }
  .searchblock__hidden {
    display: none;
    position: relative; }
  .searchblock__input {
    width: 100%;
    outline: none;
    padding: 2px 20px 2px 5px; }
  .searchblock__btn {
    position: absolute;
    right: -2px;
    top: 2px;
    background-color: transparent;
    outline: none;
    border: 0; }

.breadcrumbs {
  position: relative;
  z-index: 4;
  margin-bottom: 30px; }
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap; }
  .breadcrumbs a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 0.86;
    color: #fff;
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center; }
    .breadcrumbs a::after {
      margin-left: 10px;
      content: "";
      display: block;
      background-image: url(../images/arrow_small.svg);
      width: 5px;
      height: 8px;
      background-repeat: no-repeat;
      background-size: contain; }
    .breadcrumbs a:hover {
      opacity: 0.7; }
  .breadcrumbs li {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 0.86; }

.breadcrumbsposition {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 220px; }
  .breadcrumbsposition + .bluegradient--banner .bluegradient__content {
    margin-top: 90px; }

.firstsection--white::before {
  display: none; }
.firstsection--white .breadcrumbs a::after {
  background-image: url(../images/bread_black.svg); }
.firstsection--white .breadcrumbs li,
.firstsection--white .breadcrumbs li a,
.firstsection--white h1 {
  color: #3D1A52; }

.firstsection--dark {
  background-color: #3D1A52; }
  .firstsection--dark::before {
    display: none; }

.searchblock__btn svg path,
.searchblock__visible svg path {
  fill: #3D1A52; }

.header__bottommenu a:before {
  display: block;
  content: attr(data-text);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
.header__bottommenu a:hover {
  color: #3D1A52;
  font-weight: 700; }

.hassubmenu {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .hassubmenu:hover {
    background-image: url(../images/sub_hover.svg) !important; }
    .hassubmenu:hover .hassubmenu__hidden {
      opacity: 1;
      z-index: 20;
      visibility: visible; }
    .hassubmenu:hover .toggle-submenu + a {
      color: #3D1A52;
      font-weight: 700; }
  .hassubmenu__hidden {
    position: absolute;
    left: -25px;
    top: calc(100%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -4;
    padding-top: 33px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px; }
  .hassubmenu__hiddenleft {
    flex-basis: calc(100% / 3);
    padding: 45px 30px; }
  .hassubmenu__hiddenlefttitle {
    margin-bottom: 8px;
    color: #3D1A52; }
  .hassubmenu__hiddenleftdescr {
    margin-bottom: 0; }
  .hassubmenu__hiddencenter {
    flex-basis: calc(100% / 3);
    padding: 45px; }
  .hassubmenu__menu {
    border-top: 1px solid #EDEBEF;
    padding: 20px 25px 5px;
    min-width: 270px; }
    .hassubmenu__menu ul {
      display: block; }
      .hassubmenu__menu ul li {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block; }
        .hassubmenu__menu ul li a {
          display: block;
          margin-bottom: 15px;
          font-size: 16px;
          line-height: 1.5;
          color: #3D1A52; }
  .hassubmenu__hiddenright {
    flex-basis: calc(100% / 3);
    background: #F0F4FA;
    padding: 45px 50px; }

.itembluegrad {
  filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.05));
  border-radius: 4px;
  min-height: 285px;
  padding: 20px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden; }
  .itembluegrad:hover .itembluegrad__icon {
    right: -8px; }
  .itembluegrad::before {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    display: block;
    background: linear-gradient(0deg, #3D1A52 29.47%, rgba(13, 48, 80, 0) 57.97%); }
  .itembluegrad__details {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .itembluegrad__right {
    flex-basis: calc(100% - 25px);
    color: #fff; }
  .itembluegrad__title {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3; }
  .itembluegrad__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43; }
  .itembluegrad__icon {
    flex-basis: 16px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    right: 0; }

/*-------------------------C3. Intro text (2-col) ------------------------*/
.descriptionsection {
  padding: 60px 0 30px; }
  .descriptionsection__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .descriptionsection__left {
    flex-basis: 37.3%;
    padding-right: 65px; }
  .descriptionsection__icon {
    margin-bottom: 15px;
    line-height: 1; }
  .descriptionsection__right {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 65px;
    flex-basis: 62.7%;
    border-left: 1px solid #EDEBEF; }

/*-------------------------C4. PDF row with description (variations)------------------------*/
.pdfrows {
  padding-top: 60px;
  padding-bottom: 30px; }
  .pdfrows .container {
    max-width: 750px; }
  .pdfrows__line {
    margin-bottom: 30px; }
  .pdfrows__title {
    margin-bottom: 10px; }
  .pdfrows__descr {
    margin-bottom: 10px; }
    .pdfrows__descr + .pdffile {
      border-top: 1px solid #DBD6DE; }

.pdffile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #DBD6DE;
  padding: 18px 0;
  font-size: 16px;
  line-height: 1.5; }
  .pdffile__title {
    flex-basis: calc(100% - 225px);
    padding-right: 20px; }
  .pdffile__type {
    color: rgba(0, 0, 0, 0.5);
    flex-basis: 80px; }
  .pdffile__size {
    color: rgba(0, 0, 0, 0.5);
    flex-basis: 115px; }
  .pdffile__download {
    line-height: 0;
    flex-basis: 30px; }
    .pdffile__download:hover {
      opacity: 0.6; }

/*-------------------------C7. Pagination------------------------*/
.pagination {
  border-bottom: 1px solid #fff;
  background: #3D1A52; }
  .pagination .col-md-4:first-child .pagination__item {
    padding-left: 0; }
  .pagination .col-md-4:nth-child(2) .pagination__item {
    flex-basis: 42%; }
  .pagination .col-md-4:nth-child(1) .pagination__item {
    border: 0; }
  .pagination__item {
    display: block;
    border-left: 1px solid #fff;
    flex-basis: 29%;
    padding: 45px 60px; }
    .pagination__item:hover .pagination__arrow {
      padding-left: 9%; }
    .pagination__item:hover .pagination__title {
      opacity: 0.9; }
  .pagination__title {
    margin-bottom: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .pagination__arrow {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    line-height: 1;
    padding-left: 0; }
    .pagination__arrow img {
      width: 26px; }

/*-------------------------C8. Call out numbers (variations) ------------------------*/
.calloutnumbers {
  padding: 30px 0 50px; }
  .calloutnumbers__item {
    flex-basis: 25%;
    text-align: center;
    padding: 0 10px; }
  .calloutnumbers__title {
    margin-bottom: 32px;
    position: relative; }
    .calloutnumbers__title::before {
      content: "";
      display: block;
      position: absolute;
      bottom: -15px;
      left: calc(50% - 15px);
      width: 30px;
      height: 4px;
      background-color: #DDBA66; }
  .calloutnumbers__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #3D1A52; }

.calloutnumbers--dark {
  background: #3D1A52; }
  .calloutnumbers--dark .calloutnumbers__title,
  .calloutnumbers--dark .calloutnumbers__descr {
    color: #fff; }

/*-------------------------C12. Footer ------------------------*/
.footer {
  background: #3D1A52;
  padding: 40px 0 20px;
  color: #fff;
  border-top: 3px solid #DDBA66; }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer__top {
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap; }
    .footer__top ul {
      margin-bottom: 25px; }
    .footer__top li {
      margin-bottom: 5px; }
  .footer__topitem {
    flex-basis: 18%;
    padding-right: 10px; }
    .footer__topitem ul a {
      font-weight: 400;
      display: block;
      font-size: 14px;
      line-height: 1.7;
      opacity: 0.75; }
      .footer__topitem ul a:hover {
        color: #DDBA66; }
    .footer__topitem:nth-child(5), .footer__topitem:nth-child(6) {
      flex-basis: 14%; }
  .footer__toptitle {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5; }
    .footer__toptitle:hover {
      color: #DDBA66; }
  .footer__centermenu {
    border-top: 3px solid #DDBA66; }
    .footer__centermenu ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 10px 0; }
      .footer__centermenu ul a {
        display: block;
        margin: 5px 25px;
        font-size: 16px;
        line-height: 1.5; }
        .footer__centermenu ul a:hover {
          color: #DDBA66; }
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 30px 0; }
  .footer__logo {
    line-height: 1; }
  .footer__social {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center; }
    .footer__social ul {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap; }
      .footer__social ul a {
        margin-left: 10px;
        line-height: 1; }
        .footer__social ul a:hover {
          opacity: 0.6; }
  .footer__under {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 10px 0; }
  .footer__undercopyr {
    flex-basis: 30%;
    font-size: 12px;
    opacity: 0.75;
    line-height: 1.17; }
  .footer__undermenu {
    flex-basis: 70%; }
    .footer__undermenu ul {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap; }
      .footer__undermenu ul a {
        display: block;
        font-size: 12px;
        line-height: 1.17;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #fff; }
        .footer__undermenu ul a:hover {
          color: #DDBA66; }
      .footer__undermenu ul li:nth-child(1) a {
        margin-left: 0;
        padding-left: 0;
        border: 0; }

/*-------------------------C13. Body text with image 2-col ------------------------*/
.texttwosections {
  padding: 60px 0 50px; }
  .texttwosections__left {
    flex-basis: 60%;
    padding-right: 30px; }
  .texttwosections__right {
    flex-basis: 40%; }
    .texttwosections__right img {
      width: 100%;
      height: auto;
      line-height: 1; }

/*-------------------------C14. Body text with image 2-col------------------------*/
.bodytextwithimage {
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  overflow: hidden; }
  .bodytextwithimage::before {
    content: "";
    display: block;
    position: absolute;
    left: -46%;
    top: -50%;
    width: 130%;
    height: 270%;
    bottom: 0;
    transform: rotate(-60deg);
    background: #fff;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg); }
  .bodytextwithimage__body {
    position: relative;
    z-index: 4;
    padding: 30px 0;
    min-height: 560px;
    max-width: 640px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
  .bodytextwithimage__user {
    padding-top: 10px; }
    .bodytextwithimage__user h6 {
      margin-bottom: 0; }

/*-------------------------C15. Video thumbnails (with variations)------------------------*/
.videothumbnails {
  padding: 60px 0; }
  .videothumbnails__title {
    margin-bottom: 25px; }
  .videothumbnails__video iframe {
    width: 100% !important;
    height: 640px !important; }

/*-------------------------C16. Icons with text 3-col------------------------*/
.icons3col {
  padding: 60px 0 40px; }
  .icons3col__row {
    padding-top: 20px; }
  .icons3col__item {
    text-align: center;
    margin-bottom: 25px; }
  .icons3col__icon {
    margin-bottom: 20px; }
  .icons3col__titletop {
    text-align: center; }

.icons3col--small .container,
.videothumbnails--small .container {
  max-width: 750px; }

.icons3col--810 .container {
  max-width: 810px; }

.videothumbnails--small .videothumbnails__title {
  margin-bottom: 15px; }
.videothumbnails--small .icons3col__intro {
  text-align: left; }
.videothumbnails--small .videothumbnails__video iframe {
  height: 425px !important; }

.icons3col--medium .container {
  max-width: 850px; }

/*-------------------------C18. Icons with text 4-col------------------------*/
.icons3col--4col .icons3col__item {
  flex-basis: calc(100% / 4 - 30px); }

.icons3col__intro {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.5;
  color: #3D1A52; }

/*-------------------------C19. Icons with text accordion------------------------*/
.tabnavigation {
  display: flex;
  justify-content: center;
  margin-bottom: 15px; }
  .tabnavigation span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 0;
    background-image: url(../images/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .tabnavigation.active span {
    background-image: url(../images/minus2.svg); }

.tabopenjs {
  display: none; }

.chairman__details h2 {
  color: #fff; }

/*-------------------------C20. Image and video gallery------------------------*/
.slidervideo {
  margin: 0 -15px;
  padding-top: 10px; }
  .slidervideo__item {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 0; }
    .slidervideo__item iframe {
      width: 100% !important;
      height: 205px !important; }
  .slidervideo .webcasts__img {
    background-color: #D9D9D9;
    height: 205px; }

.slick-slider .slick-arrow {
  display: block;
  width: 15px;
  height: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .slick-slider .slick-arrow:before {
    display: none; }
  .slick-slider .slick-arrow:hover {
    opacity: 0.7; }

.slick-slider .slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background-image: url(../images/slider_left.svg) !important; }

.slick-slider .slick-next,
.slick-next:hover,
.slick-next:focus {
  background-image: url(../images/slider_right.svg) !important; }

/*-------------------------C21. Contacts------------------------*/
.icons3col__itemcontact {
  background: #fff;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.05);
  border-radius: 0px 5px 5px 0px;
  padding: 25px 20px;
  border-left: 4px solid #DDBA66;
  text-align: left; }

.icons3col__itemcontactname {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #3D1A52; }

.icons3col__itemcontactmail {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-left: 26px; }
  .icons3col__itemcontactmail:hover {
    opacity: 0.7; }
  .icons3col__itemcontactmail::before {
    content: "";
    display: block;
    width: 17px;
    height: 14px;
    background-image: url(../images/email_icon.svg);
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px; }

/*-------------------------C22. Links panel (4 links)------------------------*/
.linkpanel {
  margin-bottom: 0;
  width: 100%;
  display: block;
  position: relative;
  text-align: left;
  padding: 0 40px 0 20px;
  min-height: 60px;
  align-items: center;
  display: flex;
  color: #fff !important; }
  .linkpanel::before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    background-image: url(../images/arrow_white_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .linkpanel:hover {
    color: #fff !important; }
    .linkpanel:hover::before {
      right: 10px;
      background-image: url(../images/arrow_white_icon.svg); }

.linkpanel.textoverlapping__link {
  color: #3D1A52 !important; }
  .linkpanel.textoverlapping__link::before {
    background-image: url(../images/linkpanel.svg); }
  .linkpanel.textoverlapping__link:hover {
    color: #fff !important; }
    .linkpanel.textoverlapping__link:hover::before {
      background-image: url(../images/arrow_white_icon.svg); }

/*-------------------------C24. Homepage banner------------------------*/
.firstsection--mainbanner {
  position: relative; }
  .firstsection--mainbanner::before {
    display: none; }
  .firstsection--mainbanner .header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 30; }

.mainslider__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 270px;
  padding-bottom: 315px;
  position: relative;
  overflow: hidden; }
  .mainslider__item:before {
    content: "";
    display: block;
    position: absolute;
    left: -82%;
    top: -100%;
    width: 130%;
    height: 270%;
    bottom: 0;
    transform: rotate(-60deg);
    background: #DDBA66;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg); }
  .mainslider__item:after {
    content: "";
    display: block;
    position: absolute;
    left: -83%;
    top: -100%;
    width: 130%;
    height: 270%;
    bottom: 0;
    transform: rotate(-60deg);
    background: #3D1A52;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg); }
  .mainslider__item .container {
    position: relative;
    z-index: 2;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px; }
.mainslider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  bottom: 200px; }
.mainslider__title {
  margin-bottom: 10px !important; }
.mainslider__subtitle {
  position: relative;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.28;
  color: #fff;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5); }
.mainslider__background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;}
.mainslider .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .mainslider .slick-dots li button::before {
    display: none; }
  .mainslider .slick-dots li button:hover {
    background-color: #fff; }
.mainslider .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 4px;
  padding: 0; }
  .mainslider .slick-dots li.slick-active button {
    background-color: #fff; }
.mainslider__arrow {
  position: absolute;
  z-index: 1;
  width: 69px;
  height: 74px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  top: calc(50% - 37px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  line-height: 0;
  justify-content: center;
  background: rgba(255, 255, 255, 0.25); }
  .mainslider__arrow:hover {
    background-color: #DCD7DF; }
.mainslider__arrowleft {
  left: 0;
  padding-right: 3px; }
.mainslider__arrowright {
  padding-left: 3px;
  right: 0; }

.mainslider__js {
  margin-bottom: 0 !important; }

.searchsection {
  position: relative;
  z-index: 1;
  margin-top: -150px; }
  .searchsection .container {
    background: #DCD7DF;
    border-radius: 5px;
    padding: 45px 80px 25px; }
  .searchsection .icons3col__row {
    padding-top: 0; }
  .searchsection .col-md-6 {
    margin-bottom: 25px; }
  .searchsection__inside .linkpanel {
    background-color: #3D1A52 !important; }
  .searchsection__search {
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #8D6E97; }


input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, /* No visible transition for background-color (very long delay) */
    color 0s 600000s, /* No visible transition for color (very long delay) */
    font-size 0.3s 6000s ease, /* font-size transition with 0.3s duration and 6000s delay */
    font-weight 0.3s 6000s ease !important; /* font-weight transition with 0.3s duration and 6000s delay */
}

.searchsection__searchinput.no-background {
    background-image: none !important;
    padding-left: 0px !important;
}

.searchsection__searchinput:focus, .searchsection__searchinput:focus-within {
    background-image: none !important;
    padding-left: 0px !important;
}

    @media(max-width:981px) {
        .searchsection__searchinput {
            background-image: url(../images/search_big.svg);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 26px;
            padding-left: 40px;
            width: 100%;
            border: 0;
            background-color: transparent;
            color: #3D1A52;
            outline: none;
            font-weight: 400;
            font-size: 32px;
            padding-right: 120px;
            line-height: 1.3;
        }
    }

    @media(min-width:980px) {
        .searchsection__searchinput {
            background-image: url(../images/search_big.svg);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 22px;
            padding-left: 40px;
            width: 100%;
            border: 0;
            background-color: transparent;
            color: #3D1A52;
            outline: none;
            font-weight: 400;
            font-size: 16px;
            padding-right: 120px;
            line-height: 12px;
            zoom: 2;
            max-height: 22px;
            padding-bottom: 6px;
            padding-top: 6px;
        }
    }

    .searchsection__searchinput::placeholder {
        color: #3D1A52;
        opacity: 0.75;
    }

    .searchsection__text {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.3;
        color: #3D1A52;
    }

    .searchsection__searchbtn {
        color: #fff !important;
        background-color: #3D1A52 !important;
        position: absolute;
        right: 0;
        top: -6px;
        margin-bottom: 0;
        padding: 15px 20px;
    }

        .searchsection__searchbtn:hover {
            background-color: #fff !important;
            color: #3D1A52 !important;
        }

    .searchsection .linkpanel::before {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .searchsection .linkpanel:hover {
        background-color: #DCD7DF;
    }

        .searchsection .linkpanel:hover::before {
            right: 5px;
        }

    /*-------------------------C25. Text overlapping image (right)------------------------*/
    .button-link--dark {
        background-color: #DCD7DF;
    }

        .button-link--dark:hover {
            opacity: 0.7;
        }

    .textoverlapping {
        padding: 60px 0;
    }

    .textoverlapping__row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .textoverlapping .col-lg-3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }

    .textoverlapping__text {
        max-width: 555px;
        width: 100%;
        padding: 20px 0;
        z-index: 3;
        margin-right: 0%;
    }

    .textoverlapping__title {
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.49;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #DDBA66;
    }

    .textoverlapping__descr {
        padding-bottom: 10px;
    }

    .textoverlapping__link {
        background-color: #DCD7DF;
    }

        .textoverlapping__link:hover {
            background-color: #3D1A52 !important;
            color: #fff !important;
        }

    .textoverlapping__image {
        line-height: 0;
        position: relative;
        flex-basis: 48.7%;
    }

        .textoverlapping__image img {
            width: 100%;
            height: auto;
        }

        .textoverlapping__image:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            z-index: 2;
            background: radial-gradient(67.85% 34.83% at 30.85% 38.35%, #FFFFFF 0%, #FFFFFF 0.01%, rgba(255, 255, 255, 0) 80%);
            content: "";
            display: block;
            width: 40%;
            height: 100%;
        }

    /*-------------------------C26. Text overlapping image (left)------------------------*/
    .textoverlapping--left .textoverlapping__text {
        order: 2;
        margin-left: -7%;
        margin-right: 0;
    }

    .textoverlapping--left .textoverlapping__image:before {
        left: auto;
        right: 0;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        height: 84%;
    }

    /*-------------------------C27. Investor Centre dashboard (full view)------------------------*/
    h2.yourir-number.yourir-price span {
        font-weight: 700;
    }

    .investorcenter {
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: space-between;
    }

    .investorcenter__left {
        flex-basis: 360px;
    }

    .investorcenter__item {
        border-bottom: 1px solid #C8C1CD;
        margin-bottom: 47px;
    }

        .investorcenter__item:last-child {
            margin-bottom: 0;
        }

        .investorcenter__item h2 {
            padding-top: 5px;
            margin-bottom: 5px;
        }

            .investorcenter__item h2 > span:first-child span {
                font-weight: 700;
            }

            .investorcenter__item h2 > span:nth-of-type(2) {
                font-weight: 400;
                font-size: 16px;
            }

            .investorcenter__item h2 p {
                display: inline-block;
                margin: 0;
            }

        .investorcenter__item .investordashboard__item {
            border-bottom: 1px solid #c8c1cd45;
        }

            .investorcenter__item .investordashboard__item:last-child {
                border: 0;
            }

        .investorcenter__item .investordashboard__header span::after {
            display: inline-block;
            content: "";
            background-image: url(../images/navarrow.svg);
            width: 8px;
            height: 12px;
            background-repeat: no-repeat;
            background-position: center;
            margin-left: 10px;
        }

    .investorcenter__navigation {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 15px;
        padding-right: 30px;
    }

    .investorcenter__navigationitem {
        text-align: center;
        color: #3D1A52;
    }

        .investorcenter__navigationitem:hover {
            color: #DCD7DF;
        }

        .investorcenter__navigationitem.noactive {
            opacity: 0.5;
        }

            .investorcenter__navigationitem.noactive:hover {
                color: #3D1A52;
            }

    .investorcenter__navigationicon {
        line-height: 0;
        margin-bottom: 10px;
    }

    .investorcenter__navigationtitle {
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    .investorcenter__right {
        flex-basis: calc(100% - 390px);
    }

    .investorcenter__line {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 12px;
    }

        .investorcenter__line .investordashboard__date {
            flex-basis: 170px;
            padding-right: 5px;
        }

        .investorcenter__line .investordashboard__name,
        .investorcenter__line .yourir-announcement-heading {
            flex-basis: calc(100% - 200px);
            padding-left: 5px;
            padding-right: 95px;
        }

    .investorcenter__linebtn {
        position: relative;
        right: 0;
        flex-basis: 16px;
    }

        .investorcenter__linebtn:hover {
            right: -5px;
        }

    /*-------------------------C28. Investor Centre dashboard (simplified view)------------------------*/
    .investordashboard {
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .investordashboard__itemmain {
        flex-basis: calc(25% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .investordashboard__header {
        align-items: baseline;
        display: flex;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #C8C1CD;
        justify-content: space-between;
    }

        .investordashboard__header img {
            position: relative;
            top: 3px;
        }

        .investordashboard__header span {
            font-weight: 700;
            flex-basis: calc(100% - 25px);
        }

    .investordashboard__item {
        font-size: 14px;
        line-height: 1.42;
        border-bottom: 1px solid #c8c1cd9c;
        padding-bottom: 8px;
        margin-bottom: 11px;
    }

    .investordashboard__link {
        font-size: 16px;
        width: 100%;
        text-align: center;
        padding: 8px 15px;
    }

    .investordashboard__date {
        color: rgba(0, 0, 0, 0.5);
    }

    .investordashboard__name {
        color: rgba(0, 0, 0, 0.8);
    }

        .investordashboard__name:hover {
            color: #DCD7DF;
        }

    .investorcenter__line .yourir-announcement-heading:hover {
        color: #DCD7DF;
    }

    .greencolor {
        color: #21e021;
    }

    /*-------------------------C29. Image and text with gradient overlay------------------------*/
    .bluegradient {
        position: relative;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
    }

        .bluegradient::before {
            content: "";
            display: block;
            position: absolute;
            left: -48%;
            top: -20%;
            width: 130%;
            height: 270%;
            bottom: 0;
            transform: rotate(-60deg);
            background: #3D1A52;
            -webkit-transform: rotate(-60deg);
            -moz-transform: rotate(-60deg);
            -ms-transform: rotate(-60deg);
            -o-transform: rotate(-60deg);
        }

        .bluegradient .container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 400px;
        }

    .bluegradient__content {
        width: 60%;
        z-index: 20 !important;
        padding: 30px 0;
    }

    .bluegradient__upper {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
    }

    .bluegradient__title {
        color: #fff;
        padding-bottom: 10px;
    }

    .bluegradient--nobefore:before {
        display: none !important;
    }

    .bluegradient--white {
        max-width: 1920px;
        margin: 50px auto;
    }

        .bluegradient--white:before {
            background-color: #fff;
        }

    .bluegradient--reverse {
        background-position: top left;
    }

        .bluegradient--reverse:before {
            left: auto;
            right: -48%;
            top: -20%;
            width: 130%;
            height: 270%;
            bottom: 0;
            transform: rotate(60deg);
            -webkit-transform: rotate(60deg);
            -moz-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            -o-transform: rotate(60deg);
        }

        .bluegradient--reverse .bluegradient__content {
            margin-left: auto;
        }

        .bluegradient--reverse .textoverlapping__text {
            margin-left: auto;
        }

    /*-------------------------C30. Interactive map homepage------------------------*/
    .bluegradient--map {
        background-color: #3D1A52;
        position: relative;
    }

        .bluegradient--map .container {
            min-height: 750px;
        }

        .bluegradient--map::before {
            width: 70%;
        }

        .bluegradient--map .bluegradient__content {
            max-width: 440px;
            position: relative;
            z-index: 4;
        }

    .mapsnazzy {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .mapsnazzy .gmnoprint,
        .mapsnazzy .gm-control-active.gm-fullscreen-control {
            display: none !important;
        }

        .mapsnazzy.mapsnazzyfull {
            position: relative !important;
            width: 100% !important;
            left: 0 !important;
            right: 0 !important;
        }

    .selectabusiness {
        max-width: 440px;
        position: relative;
    }

    .selectabusiness__visual {
        background-color: #3D1A52;
        position: relative;
        outline: none;
        border: 1px solid #DBD6DE;
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        height: 60px;
        padding-left: 15px;
        padding-right: 50px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        position: relative;
    }

        .selectabusiness__visual svg {
            position: absolute;
            right: 20px;
            z-index: 1;
            top: 24px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

        .selectabusiness__visual.open svg {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }

    .selectabusiness__links {
        display: none;
        position: absolute;
        left: 0;
        top: 70px;
        z-index: 2;
        background: #fff;
        width: 100%;
        border-radius: 4px;
        max-height: 180px;
        font-size: 18px;
        padding: 15px 5px 10px 15px;
        overflow-y: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

        .selectabusiness__links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .selectabusiness__links ul li {
                padding: 0;
                margin: 0;
            }

            .selectabusiness__links ul li:hover {
                background-color: #3D1A5220;
                margin-left: -20px;
                padding-left: 20px;
            }

.selectabusiness__links ul a {
    color: #3D1A52;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

                .selectabusiness__links ul a:hover {
                    color: #3D1A52;
                }

    /*-------------------------C31. Link with thumbnails 3-col------------------------*/
    .tagname {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #fff !important;
        margin-bottom: 15px;
        padding: 5px 10px;
        background: #3D1A52;
        border-radius: 4px;
        display: inline-block;
    }

        .tagname:hover {
            background-color: #DCD7DF;
        }

    .icons3col__image {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .itemsdark .icons3col__item {
        background-color: #3D1A52;
    }

    .itemsdark .icons3col__title {
        color: #fff;
    }

    .icons3col__itemsection {
        background: #fff;
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        text-align: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

        .icons3col__itemsection .icons3col__image {
            line-height: 0;
            overflow: hidden;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .icons3col__itemsection .icons3col__title {
            margin-bottom: 5px;
        }

        .icons3col__itemsection .icons3col__descr {
            margin-bottom: 35px;
            line-height: 1.5;
        }

            .icons3col__itemsection .icons3col__descr + .arrowlink {
                position: absolute;
                left: 30px;
                bottom: 20px;
                z-index: 2;
            }

    .boxdetails {
        padding: 25px 30px;
    }

    .icons3col__itemsection {
        position: relative;
    }

    .morecenter {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*-------------------------C32. Global Organisational Structure------------------------*/
    .globalstructure__under {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.33;
        margin-bottom: 8px;
    }

    .globalstructure__row {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-left: -13px;
        margin-right: -13px;
        justify-content: center;
    }

    .globalstructure__item {
        background: #fff;
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.05);
        border-radius: 0px 5px 5px 0px;
        position: relative;
        padding: 15px 10px 25px 15px;
        flex-basis: 190px;
        margin-left: 13px;
        margin-right: 13px;
        margin-top: 40px;
        margin-bottom: 35px;
        border-left: 4px solid #DCD7DF;
    }

    .globalstructure__itemimg {
        width: 75px;
        height: 75px;
        background-color: #C4C4C4;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-top: -40px;
        margin-bottom: 8px;
    }

    .globalstructure__itemname {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        color: #3D1A52;
        margin-bottom: 2px;
    }

    .globalstructure__itemprofesion {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.43;
        color: rgba(0, 0, 0, 0.8);
    }

    /*-------------------------C33. Page banner without background image for profiles------------------------*/
    .chairman {
        padding-top: 20px;
        padding-bottom: 10px;
        align-items: center;
        flex-wrap: wrap;
    }

    .chairman__img {
        max-width: 195px;
    }

        .chairman__img img {
            overflow: hidden;
            width: 100%;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

    .chairman__details {
        flex-basis: calc(100% - 195px);
        padding-left: 30px;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.4;
    }

    .chairman__title {
        font-weight: 700;
        margin-bottom: 5px;
    }

    .icons3col__row .col-md-4.icons3col__item {
        padding: 0;
    }

    /*-------------------------C34. Profile bios------------------------*/
    .profilebios {
        padding: 60px 0;
    }

    .profilebios__row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .profilebios__left {
        flex-basis: calc(100% - 390px);
        border-top: 1px solid #DBD6DE;
        padding-top: 25px;
    }

    .profilebios__right {
        border-top: 1px solid #DBD6DE;
        padding-top: 25px;
        flex-basis: 360px;
    }

    .profilebios__other {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
        background: #fff;
        padding: 15px;
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.05);
        border-radius: 0px 5px 5px 0px;
    }

    .profilebios__otherphoto {
        flex-basis: 50px;
    }

        .profilebios__otherphoto img {
            overflow: hidden;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

    .profilebios__otherdetails {
        flex-basis: calc(100% - 50px);
        padding-left: 15px;
    }

    .profilebios__othername {
        margin-bottom: 2px;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        color: #3D1A52;
    }

    .profilebios__otherprofesion {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        opacity: 0.8;
    }

    /*-------------------------C35. Timeline------------------------*/
    .timelinesection {
        margin: 40px 0 60px;
        position: relative;
    }

        .timelinesection::before {
            display: block;
            content: "";
            height: 100%;
            width: 1px;
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            background: linear-gradient(90deg, rgba(219, 214, 222, 0) -1.14%, #DBD6DE 4.2%, #DBD6DE 95.53%, rgba(219, 214, 222, 0) 100%);
        }

    .timelinesection__line {
        margin-top: -120px;
        position: relative;
        z-index: 2;
    }

        .timelinesection__line:nth-child(2n) .timelinesection__linehalf {
            margin-left: 0;
            margin-right: auto;
        }

            .timelinesection__line:nth-child(2n) .timelinesection__linehalf .timelinesection__container {
                margin-left: 0;
                margin-right: auto;
            }

            .timelinesection__line:nth-child(2n) .timelinesection__linehalf::before {
                background: linear-gradient(270deg, #DBD6DE 0%, rgba(219, 214, 222, 0) 101.93%);
            }

            .timelinesection__line:nth-child(2n) .timelinesection__linehalf::after {
                right: -5px;
                left: auto;
            }

        .timelinesection__line:first-child {
            padding-top: 100px;
            margin-top: 0;
        }

            .timelinesection__line:first-child .timelinesection__date {
                font-size: 96px;
                line-height: 1;
            }

            .timelinesection__line:first-child .timelinesection__logoimg {
                border-radius: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                filter: none;
                -webkit-filter: none;
            }

            .timelinesection__line:first-child .timelinesection__logo {
                flex-basis: 240px;
                margin-left: -100px;
                margin-bottom: -40px;
            }

        .timelinesection__line:last-child {
            padding-bottom: 120px;
        }

    .timelinesection__iconlogo {
        margin-bottom: 30px;
    }

    .timelinesection__linehalf {
        margin-left: auto;
        padding-bottom: 35px;
        max-width: 50%;
        padding-top: 42px;
        position: relative;
    }

        .timelinesection__linehalf::before {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, #DBD6DE 0%, rgba(219, 214, 222, 0) 100%);
        }

        .timelinesection__linehalf::after {
            content: "";
            display: block;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            background: #3D1A52;
            width: 9px;
            height: 9px;
            position: absolute;
            z-index: 3;
            bottom: -4px;
            left: -4px;
        }

    .timelinesection__container {
        margin-left: auto;
        max-width: 490px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
    }

    .timelinesection__details {
        flex-basis: calc(100% - 150px);
        padding-right: 30px;
    }

    .timelinesection__date {
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 48px;
        line-height: 110%;
        color: #3D1A52;
        display: inline-block;
        border-bottom: 4px solid #DCD7DF;
    }

    .timelinesection__text {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.8);
    }

    .timelinesection__logo {
        flex-basis: 150px;
    }

    .timelinesection__logoimg {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        filter: drop-shadow(0px 0px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 0px 25.4815px rgba(0, 0, 0, 0.0425185)) drop-shadow(0px 0px 6.51852px rgba(0, 0, 0, 0.0274815));
    }

    .timelinesection__name {
        margin-bottom: 15px;
        padding: 5px 10px;
        font-weight: 700;
        font-size: 16px;
        line-height: 110%;
        background: #3D1A52;
        border-radius: 50px;
        display: inline-block;
        letter-spacing: 0.01em;
        color: #fff;
    }

    /*-------------------------C36. Image tiles------------------------*/
    .imagetiles {
        background-color: #D9D9D9;
        height: 165px;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .no-margin {
        margin-bottom: 0 !important;
    }

    /*-------------------------C37. Icon tiles (with variations)------------------------*/
    .icons3col__row .col-md-4.icons3col__item.icons3col__item--greybg {
        padding: 35px 25px 30px;
    }

    .icons3col__item--greybg {
        background: rgba(220, 215, 223, 0.4);
        border-radius: 10px;
        min-height: 225px;
        margin-left: 0;
        margin-right: 0;
    }

    .arrowlink {
        padding-left: 0;
        position: relative;
    }

        .arrowlink:hover {
            padding-left: 15px;
        }

    .cancertypes .arrowlink img {
        width: 21px;
    }

    /*-------------------------C38. Image with text (no link)------------------------*/
    .imagewithtext .icons3col__item {
        text-align: center;
    }

    .imagewithtext .icons3col__image {
        background: #D9D9D9;
        min-height: 180px;
        margin-bottom: 15px;
    }

    /*-------------------------C39. Filter dropdown------------------------*/
    .filtersection {
        background: #DCD7DF;
    }

    .filtersection__inside {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

    .filtersection__text {
        color: #2D2C2B;
        margin-right: 15px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
    }

    .filtersection__select {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        padding: 10px 40px 10px 15px;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none;
        color: #fff !important;
        background-color: #3D1A52;
        background-image: url(../images/arrow_down_select.svg);
        background-repeat: no-repeat;
        background-position-x: calc(100% - 20px);
        background-position-y: center;
        min-width: 105px;
    }

        .filtersection__select:hover {
            color: #fff !important;
            background-color: #3D1A52;
        }

    /*-------------------------C40. LinkedIn Feed------------------------*/
    .linkedflex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .linkedflex img {
            margin-left: 10px;
        }

    .linkedinitem {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .linkedinitem__top {
        padding: 15px 25px 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .linkedinitem__left {
        flex-basis: calc(100% - 30px);
    }

    .linkedinitem__user {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .linkedinitem__userphoto {
        flex-basis: 52px;
    }

    .linkedinitem__userdetails {
        padding-left: 13px;
        flex-basis: calc(100% - 52px);
    }

    .linkedinitem__username {
        margin-bottom: 1px;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.3;
        color: rgba(0, 0, 0, 0.8);
    }

    .linkedinitem__userdate {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3;
        color: rgba(0, 0, 0, 0.5);
    }

    .linkedinitem__right {
        flex-basis: 22px;
    }

    .linkedinitem__img {
        background: linear-gradient(0deg, #C4C4C4, #C4C4C4);
        height: 176px;
        width: 100%;
        line-height: 0;
    }

    .linkedinitem__bottom {
        padding: 20px;
    }

    /*-------------------------C41. Row of SDGs------------------------*/
    .icons8col .icons3col__item {
        flex-basis: calc(100% / 8 - 30px);
    }

    .icons8col .row {
        justify-content: center;
    }

    .header__hamburger {
        display: none;
    }

    .descriptionsection .row {
        align-items: center;
    }

    .aboutsection .chairman h2 {
        color: #fff;
    }

    .aboutsection .chairman .chairman__details {
        flex-basis: calc(100% - 260px);
        padding-left: 50px;
    }

    .aboutsection .chairman .chairman__img {
        max-width: 260px;
    }

    .chairman .row {
        align-items: center;
    }

    .firstsection .container.aboutsection,
    .firstsection header + .container,
    .firstsection__undermenu .container {
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .greybg {
        background: #F9F8FA;
    }

    .descriptionsection__right p a {
        color: #DCD7DF;
    }

        .descriptionsection__right p a:hover {
            text-decoration: underline;
        }

    .linkwitharrow {
        display: block;
        margin-bottom: 10px;
        position: relative;
        font-size: 16px;
        line-height: 1.4;
        color: #3D1A52;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

        .linkwitharrow::after {
            content: "";
            display: inline-block;
            background-image: url(../images/arrow_blue.svg);
            width: 8px;
            height: 12px;
            background-position: center;
            background-repeat: no-repeat;
            margin-top: 0px;
            margin-left: 5px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

        .linkwitharrow:hover::after {
            margin-left: 15px;
        }

    .bluegradient--map + .textoverlapping {
        padding: 100px 0;
    }

    .gradbg {
        background: linear-gradient(180deg, #F0F4FA 0%, rgba(240, 244, 250, 0) 72.19%);
        padding: 30px 0;
    }

    /*-------------------------latestnews------------------------*/
    .latestnews {
        padding: 60px 0;
    }

    .latestnews__title {
        padding-bottom: 10px;
    }

    .latestnews__sliderjs {
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.05);
        margin-bottom: 30px;
    }

    .latestnews__item {
        /* Box Drop Shadow */
        border-radius: 0px;
        border-left: 1px solid rgba(0, 0, 0, 0.05);
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }

    .latestnews__itemlink {
        padding: 30px;
        background: #fff;
        display: block;
    }

        .latestnews__itemlink:hover .latestnews__itemimg img {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
        }

        .latestnews__itemlink:hover .latestnews__itemview svg {
            margin-left: 20px;
        }

    .latestnews__itemimg {
        overflow: hidden;
        margin-bottom: 20px;
        background-color: #C4C4C4;
    }

        .latestnews__itemimg img {
            transform: scale(1);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }

    .latestnews__itemdate {
        font-size: 14px;
        line-height: 1.43;
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 3px;
    }

    .latestnews__itemname {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.3;
        color: #3D1A52;
        margin-bottom: 20px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: hidden;
        height: 104px;
    }

    .latestnews__itemview {
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        line-height: 1.5;
        color: #DCD7DF;
    }

        .latestnews__itemview svg {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            display: inline-block;
            margin-left: 10px;
            -o-transition: all 0.3s ease-in-out;
        }

    .latestnews__navigation {
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .latestnews__navigationleft {
        flex-basis: calc(100% - 120px);
    }

        .latestnews__navigationleft .latestnews__itemview {
            font-weight: 700;
            color: #3D1A52;
        }

            .latestnews__navigationleft .latestnews__itemview:hover svg {
                margin-left: 20px;
            }

    .latestnews__navigationright {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 80px;
        margin-left: auto;
    }

    .latestnews__nav {
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        line-height: 0;
    }

        .latestnews__nav:hover {
            opacity: 0.25;
        }

    /*-------------------------webcasts------------------------*/
    .webcasts {
        padding: 70px 0;
    }

    .webcasts__row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .webcasts__left {
        flex-basis: calc(50% - 15px);
    }

    .webcasts__img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 312px;
    }

        .webcasts__img:hover {
            opacity: 0.8;
        }

        .webcasts__img svg {
            width: 47px;
        }

            .webcasts__img svg circle {
                fill: #3D1A52;
            }

    .webcasts__itemtitle {
        margin-top: 5px;
        margin-bottom: 2px;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.3;
        color: #3D1A52;
        display: block;
    }

    .webcasts__itemdescr {
        display: block;
        font-size: 16px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.8);
    }

    .webcasts__right {
        flex-basis: calc(50% - 15px);
    }

        .webcasts__right .webcasts__item {
            margin-bottom: 30px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .webcasts__right .webcasts__item:nth-last-child {
                margin-bottom: 0;
            }

        .webcasts__right .webcasts__img {
            flex-basis: 165px;
            height: 93px;
        }

            .webcasts__right .webcasts__img svg {
                width: 40px;
            }

        .webcasts__right .webcasts__itemdetails {
            flex-basis: calc(100% - 165px);
            padding-left: 30px;
        }

    /*-------------------------investorscontact------------------------*/
    .investorscontact {
        padding: 50px 0;
    }

        .investorscontact .container {
            max-width: 780px;
        }

    .investorscontact__row {
        margin-top: 50px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .investorscontact__left {
        flex-basis: 360px;
    }

        .investorscontact__left p a {
            color: #DCD7DF;
        }

            .investorscontact__left p a:hover {
                text-decoration: underline;
            }

    .investorscontact__header {
        padding-bottom: 10px;
        border-bottom: 1px solid #C8C1CD;
        margin-bottom: 10px;
    }

    .investorscontact__right {
        flex-basis: 260px;
    }

    .subscribealert {
        padding: 40px 0;
    }

        .subscribealert p {
            text-align: center;
        }

        .subscribealert .container {
            max-width: 780px;
        }

    .subscribealert__form {
        max-width: 555px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        text-align: center;
    }

    .subscribealert__input {
        width: 100%;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.8);
        height: 55px;
        border: 0;
        padding: 5px 20px;
        outline: none;
        background: #F9F8FA;
        border: 1px solid #F9F8FA;
        border-radius: 4px;
    }

        .subscribealert__input::placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .subscribealert__input:focus {
            border: 1px solid #8D6E97;
        }

        .subscribealert__input:invalid {
            border: 1px solid #ED0000;
        }

    .subscribealert__selects {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .subscribealert__label {
        margin: 5px 12px;
        cursor: pointer;
    }

        .subscribealert__label span {
            display: flex;
            align-items: center;
        }

            .subscribealert__label span::before {
                background-color: #fff;
                content: "";
                border-radius: 50%;
                display: inline-block;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border: 1px solid #DBD6DE;
                width: 16px;
                height: 16px;
                margin-right: 8px;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
            }

            .subscribealert__label span:hover:before {
                border-color: #DCD7DF;
            }

        .subscribealert__label input {
            display: none;
        }

            .subscribealert__label input:checked + span:before {
                background-color: #DCD7DF;
                border-color: #3D1A52 !important;
            }

    .subscribealert__button {
        margin-top: 20px;
    }

    .subcribegr {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .subcribegr__inside {
        background: rgba(220, 215, 223, 0.4);
        padding: 30px 0;
    }

    .subcribegr__title {
        text-align: center;
        margin-bottom: 10px;
    }

    .subcribegr__line {
        margin-top: 15px;
        max-width: 360px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .subcribegr__input {
        height: 40px;
        display: block;
        padding: 5px 15px;
        flex-basis: calc(100% - 120px);
        font-size: 16px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.8);
        outline: none;
        border: 0;
        background-color: #fff;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .subcribegr__button {
        width: 120px;
        height: 40px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 0 !important;
        font-size: 16px;
    }

    .icons3col__image img {
        width: 100%;
    }

    .firstsection--white {
        min-height: 0 !important;
    }

    .icons3col__rowcenter {
        justify-content: center;
    }

    .icons3col--4col .icons3col__row .col-lg-3.icons3col__item--greybg {
        padding: 30px 25px;
    }

    .jobcenter {
        padding-top: 20px !important;
    }

        .jobcenter .icons3col__row {
            justify-content: center;
        }

    .texttwosections__left ol a {
        color: #DCD7DF;
    }

        .texttwosections__left ol a:hover {
            text-decoration: underline;
        }

    .imagewithtext.bluebg * {
        color: #fff;
    }

    .imagewithtext .icons3col__intro {
        max-width: 900px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .fullvideo {
        padding: 60px 0 40px;
    }

    .fullvideo__video .webcasts__img {
        height: 425px;
    }

    .fullvideo__text {
        margin-top: 50px;
    }

    .bottomdescr {
        font-size: 12px;
    }

        .bottomdescr a {
            color: #DCD7DF;
        }

            .bottomdescr a:hover {
                text-decoration: underline;
            }

    .nomargin {
        margin-bottom: 0 !important;
    }

    .nopaddingbottom {
        padding-bottom: 0 !important;
    }

    .bodytextwithimage--bluegrad.bodytextwithimage::before {
        background: linear-gradient(90deg, #F0F4FA 51.56%, rgba(255, 255, 255, 0) 76.3%);
    }

    .videothumbnails--fullsize .webcasts__img {
        height: 645px;
    }

    .mapcenter {
        text-align: center;
        line-height: 0;
    }

    /*-------------------------searchtop------------------------*/
    .searchtop {
        padding-top: 60px;
    }

    .searchtop__form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .searchtop__input {
        flex-basis: calc(100% - 110px);
        background: #FFFFFF;
        /* Light Gray 66 */
        border: 1px solid #DBD6DE;
        border-radius: 4px;
        padding: 10px 20px;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.33;
        outline: none;
    }

    .searchtop__button {
        margin-bottom: 0;
        flex-basis: 96px;
    }

    .searchtop__filter {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .searchtop__filteritem {
        flex-basis: calc(50% - 15px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        margin-bottom: 10px;
    }

        .searchtop__filteritem select {
            cursor: pointer;
            width: 97%;
            border: 0;
            outline: none;
            padding: 10px 30px 10px 7px;
            font-size: 16px;
            line-height: 1.5;
            color: rgba(0, 0, 0, 0.8);
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            background-repeat: no-repeat;
            background-position: right center;
            background-image: url(../images/arrow_selectt.svg);
        }

    .col-md-8 .investorcenter__item:first-child .investorcenter__linebtn {
        top: 0;
    }

        .col-md-8 .investorcenter__item:first-child .investorcenter__linebtn:hover {
            right: 0;
            top: 3px;
        }

    /*-------------------------searchbottom------------------------*/
    .searchbottom {
        padding-top: 15px;
        padding-bottom: 60px;
    }

    .searchbottom__line {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 25px;
        border-bottom: 1px solid #C8C1CD;
        padding-bottom: 50px;
        margin-bottom: 25px;
    }

    .searchbottom__left {
        flex-basis: calc(100% - 135px);
    }

    .searchbottom__top {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

    .searchbottom__date {
        font-size: 14px;
        line-height: 1.43;
        color: #C8C1CD;
        margin-right: 15px;
        margin-bottom: 3px;
    }

    .searchbottom__tag {
        font-size: 14px;
        line-height: 1.43;
        color: #3D1A52 !important;
        margin-right: 10px;
        margin-bottom: 3px;
    }

    .searchbottom__title {
        margin-bottom: 8px;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.8);
    }

    .searchbottom__descr {
        font-size: 14px;
        line-height: 1.43;
        color: rgba(0, 0, 0, 0.8);
    }

    .searchbottom__right {
        flex-basis: 115px;
        padding-top: 30px;
    }

    .searchbottom__link {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .searchbottom__link svg path {
            fill: #DDBA66;
        }

        .searchbottom__link:hover {
            color: #3D1A52;
        }

            .searchbottom__link:hover svg path {
                fill: #3D1A52;
            }

        .searchbottom__link span {
            font-size: 12px;
            line-height: 1.33;
            flex-basis: calc(100% - 20px);
        }

        .searchbottom__link path {
            flex-basis: 15px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

    .paginationmain {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .paginationmain__link {
        font-size: 14px;
        line-height: 1.43;
        color: rgba(0, 0, 0, 0.8);
        font-weight: 500;
        margin: 0 12px;
    }

        .paginationmain__link:hover {
            color: #3D1A52;
        }

        .paginationmain__link.noactive {
            opacity: 0.5;
            color: #000 !important;
            user-select: none !important;
            pointer-events: none !important;
        }

    .paginationmain ul {
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .paginationmain ul li {
            margin: 0;
        }

            .paginationmain ul li.active a {
                border-color: #3D1A52;
                background: rgba(61, 26, 82, 0.15);
            }

        .paginationmain ul a {
            font-size: 14px;
            line-height: 1.43;
            color: rgba(0, 0, 0, 0.8);
            border: 1px solid rgba(0, 0, 0, 0.5);
            border-radius: 4px;
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 8px;
        }

            .paginationmain ul a:hover {
                border-color: #3D1A52;
                background: rgba(61, 26, 82, 0.15);
            }

    b {
        font-weight: 700;
    }

    .searchbottom__line--investors {
        padding-bottom: 0 !important;
        display: block;
        margin-bottom: 8px;
    }

        .searchbottom__line--investors + .paginationmain {
            margin-top: 25px;
        }

        .searchbottom__line--investors .searchbottom__tag {
            color: #3D1A52;
            display: block;
            margin-bottom: 0;
        }

        .searchbottom__line--investors .searchbottom__title {
            display: block;
        }

            .searchbottom__line--investors .searchbottom__title:hover {
                color: #3D1A52;
            }

    .searchbottom__link--noactive {
        text-decoration: underline !important;
        color: #3D1A52 !important;
    }

    .icons3col__image .webcasts__img {
        height: 205px;
    }

        .icons3col__image .webcasts__img svg {
            width: 47px;
        }

    .searchbottom--calendar {
        margin-top: 50px;
    }

    .searchbottom__line--calendar {
        padding-bottom: 25px;
    }

        .searchbottom__line--calendar:nth-child(1) {
            border-top: 1px solid #C8C1CD;
            padding-top: 25px;
        }

        .searchbottom__line--calendar .searchbottom__link {
            color: #3D1A52;
        }

    .videodownload {
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .videodownload .icons3col__title {
            flex-basis: calc(100% - 65px);
            text-align: left;
            margin-bottom: 0;
        }

    .videodownload__right {
        padding-top: 5px;
        flex-basis: 60px;
    }

        .videodownload__right span {
            display: block;
            text-align: center;
            font-size: 12px;
            line-height: 1.33;
            margin-top: 2px;
        }

        .videodownload__right svg path {
            fill: #DDBA66;
        }

    .slick-arrow {
        cursor: pointer;
    }

    .icons3col__row--colordark .icons3col__title {
        color: #0D3050;
    }

    .icons3col__row .col-md-4.icons3col__item {
        margin-bottom: 35px;
        width: calc(100% / 3 - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .icons3col__row.icons3col__row--news .col-md-4 {
        padding: 0;
    }

    .icons3col__row .col-md-4.icons3col__item.linkedinitem {
        padding: 0;
    }

    .itemsection-col3 .col-lg-4,
    .itemsection-col3 .col-md-4 {
        margin-bottom: 35px;
        width: calc(100% / 3 - 30px);
    }

    .itemsection-col3 .col-lg-3 {
        margin-bottom: 35px;
        width: calc(100% / 4 - 30px);
    }

    .itemsection-col3 .icons3col__item {
        margin-left: 15px;
        margin-right: 15px;
        padding: 0;
    }

    .searchbottom__link {
        align-items: center;
    }

    .icons3col .col-lg-3 .boxdetails {
        padding: 20px 15px;
    }

    .icons3col .col-lg-3.icons3col__itemsection .icons3col__descr + .arrowlink {
        left: 15px;
    }

    .icons3col .col-lg-3.icons3col__item {
        padding: 0;
        margin: 0 10px 20px;
    }

    .rowwithmargins {
        margin-left: -10px;
        margin-right: -10px;
    }

        .rowwithmargins .col-lg-3 {
            flex-basis: calc(100% / 4 - 20px);
        }

    .header__rightmobile {
        display: none;
    }

    .no-border {
        border-bottom: 0 !important;
    }

    .investordashboard__header + p a {
        color: #0194D3;
    }

        .investordashboard__header + p a:hover {
            text-decoration: underline;
        }

    .shareblock {
        margin-top: 30px;
    }

    .header__mobilesearch {
        display: none;
    }

    .dividends {
        word-break: break-word;
        margin-bottom: 40px;
    }

    .dividends__header {
        display: flex;
        justify-content: center;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.43;
        color: #FFFFFF;
        background: #0D3050;
        border-bottom: 1px solid #C8C1CD;
    }

        .dividends__header * {
            font-weight: 700;
        }

        .dividends__header .dividends__item {
            padding-top: 15px;
        }

    .dividends__date {
        padding: 5px 12px;
        flex-basis: 22%;
        text-align: left;
    }

    .dividends__plan {
        padding: 5px 12px;
        flex-basis: 30%;
    }

    .dividends__amount {
        flex-basis: 26%;
        padding: 5px 12px;
    }

    .dividends__franking {
        flex-basis: 22%;
        padding: 5px 12px;
    }

    .dividends__body {
        color: rgba(0, 0, 0, 0.8);
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
    }

    .dividends__line {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    .dividends__line--total {
        background: #D1DFF1;
    }

    .dividends__more {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 40px;
    }

    .dividends__table {
        margin-bottom: 20px;
    }

    .dividends__origdate {
        flex-basis: 15.5%;
    }

    .dividends__item {
        padding: 5px 8px;
        text-align: left;
    }

    .dividends__subdate {
        flex-basis: 15.5%;
    }

    .dividends__paydate {
        flex-basis: 15.5%;
        background: #A2C0E3;
        color: #0D3050;
    }

    .dividends__market {
        flex-basis: 10.8%;
    }

    .dividends__margin {
        flex-basis: 10.3%;
    }

    .dividends__rate {
        flex-basis: 10.3%;
    }

    .dividends__cash {
        flex-basis: 11%;
    }

    .dividends__franking2 {
        flex-basis: 11.1%;
    }

    .dividends--second .dividends__header {
        align-items: flex-end;
    }

        .dividends--second .dividends__header .dividends__item {
            display: flex;
            align-items: flex-end;
            min-height: 121px;
        }

    .dividends--second .dividends__line:nth-child(2n) {
        background: #D1DFF1;
    }

    .morebtn {
        text-align: center;
        background: #FFFFFF;
        border: 1px solid #0194D3;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px 15px;
        min-height: 40px;
        transition: all 0.3s ease-in-out;
        min-width: 265px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        color: #0194D3;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        cursor: pointer;
    }

        .morebtn:hover {
            color: #fff;
            background-color: #0194d3;
        }

    .showmobile {
        display: none;
    }

    .imgsummaries {
        position: relative;
    }

    .imgsummaries__details {
        position: absolute;
        bottom: 45px;
        left: 50px;
        max-width: 430px;
        width: 100%;
        padding: 30px;
        background: rgba(255, 255, 255, 0.9);
    }

    .imgsummaries .webcasts__img {
        height: 640px;
    }

    /*-------------------------new styles------------------------*/
    /*-------------------------ourservicebanner------------------------*/
    .ourservicebanner {
        padding-top: 215px;
        padding-bottom: 75px;
        background-color: #3D1A52;
    }

    .ourservicebanner__icon {
        margin-bottom: 35px;
    }

    .ourservicebanner__descr {
        font-size: 20px;
        line-height: 1.5;
        color: #fff;
        width: 100%;
        max-width: 655px;
    }

    .ourservicebanner__rowtitle {
        padding-top: 20px;
        display: flex;
        margin-bottom: 40px;
        align-items: center;
    }

        .ourservicebanner__rowtitle .ourservicebanner__icon {
            margin-bottom: 0 !important;
            margin-right: 15px;
            line-height: 0;
            flex-basis: 60px;
        }

        .ourservicebanner__rowtitle h1 {
            margin-bottom: 0 !important;
            flex-basis: calc(100% - 75px);
        }

    /*-------------------------topbannerangle------------------------*/
    .topbannerangle {
        overflow: hidden;
        position: relative;
        min-height: 460px;
        padding-bottom: 30px;
        padding-top: 215px;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
    }

        .topbannerangle:before {
            content: "";
            display: block;
            position: absolute;
            left: -48%;
            top: -20%;
            width: 130%;
            height: 270%;
            bottom: 0;
            transform: rotate(-60deg);
            background: #DDBA66;
            -webkit-transform: rotate(-60deg);
            -moz-transform: rotate(-60deg);
            -ms-transform: rotate(-60deg);
            -o-transform: rotate(-60deg);
        }

        .topbannerangle:after {
            content: "";
            display: block;
            position: absolute;
            left: -49%;
            top: -20%;
            width: 130%;
            height: 270%;
            bottom: 0;
            transform: rotate(-60deg);
            background: #3D1A52;
            -webkit-transform: rotate(-60deg);
            -moz-transform: rotate(-60deg);
            -ms-transform: rotate(-60deg);
            -o-transform: rotate(-60deg);
        }

    .hospitalitem {
        text-align: left;
    }

        .hospitalitem p a {
            color: #8d6e97;
        }

            .hospitalitem p a:hover {
                color: #DDBA66;
            }

    .hospitalitem__row {
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;
    }

    .hospitalitem__item {
        margin-bottom: 20px;
        margin-right: 5px;
        flex-basis: calc(20% - 5px);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

        .hospitalitem__item img {
            max-height: 30px;
            width: auto;
        }

        .hospitalitem__item.grey {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
        }

        .hospitalitem__item.active.grey {
            filter: grayscale(0);
            -webkit-filter: grayscale(0);
        }

    .hospitalitem__rowdetails p {
        color: #8D6E97;
        display: none;
    }

    .bluegradient--banner {
        padding-top: 50px;
        background-size: 1330px;
        background-position: center bottom;
    }

        .bluegradient--banner .breadcrumbs {
            margin-bottom: 125px;
        }

    /*-------------------------cancertypes------------------------*/
    .icons3col .cancertypes {
        padding-top: 50px !important;
    }

    .cancertypes .row {
        justify-content: center;
    }

    .cancertypes .icons3col__title {
        margin-bottom: -4px;
        line-height: 1.3;
    }

    .cancertypes p {
        color: #3D1A52;
        line-height: 1.25;
    }

    .cancertypes .arrowlink {
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        position: absolute;
        bottom: 15px;
        width: calc(100% - 50px);
        text-align: center;
    }

    .cancertypes .icons3col__item {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        position: relative;
        margin-bottom: 25px;
    }

        .cancertypes .icons3col__item:hover {
            background: rgba(220, 215, 223, 0.7);
        }

            .cancertypes .icons3col__item:hover .arrowlink {
                padding-left: 15px;
            }

    .cancertypes .icons3col__icon {
        margin-bottom: 15px;
    }

    .icons3col--4col .boxdetails {
        padding: 25px 20px 25px 25px;
    }

        .icons3col--4col .boxdetails .arrowlink {
            left: 25px;
        }

    .icons3col__subtitletop {
        text-align: center;
        margin-bottom: 25px;
    }

    /*-------------------------adaptive------------------------*/
    .faqs {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .faqs__line {
        margin-bottom: 6px;
    }

    .faqs__header {
        cursor: pointer;
        font-weight: 600;
        font-size: 18px;
        background: rgba(220, 215, 223, 0.4);
        border-radius: 4px;
        line-height: 1.33;
        padding: 18px 70px 18px 25px;
        color: #3D1A52;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        background-image: url(../images/pluss.svg);
        background-repeat: no-repeat;
        background-position: 97% center;
    }

        .faqs__header.open {
            background-image: url(../images/minuss.svg);
        }

    .faqs__body {
        padding: 25px 70px 20px 25px;
        display: none;
    }

    .bluegradient--white {
        background-position: top right;
    }

        .bluegradient--white .container {
            min-height: 380px;
        }

        .bluegradient--white .bluegradient__content {
            padding: 0;
        }

    .bluegradient--reverse {
        background-position: top left;
    }

    .icons3col--nobg .icons3col__item--greybg {
        background-color: transparent !important;
    }

    /*-------------------------sectioerror------------------------*/
    .sectioerror {
        padding: 100px 0 200px;
    }

        .sectioerror h1,
        .sectioerror h3 {
            color: #3D1A52;
        }

        .sectioerror .button-link {
            margin-top: 10px;
        }

    /*-------------------------articlepage------------------------*/
    .articlepage {
        padding: 60px 0;
    }

    .articlepage__top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 20px;
    }

    .articlepage__date {
        padding-right: 8px;
        margin-right: 8px;
        border-right: 1px solid #2D2C2B;
        color: #2D2C2B;
    }

    .articlepage__categ ul {
        padding-left: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .articlepage__categ ul li {
            margin: 0;
            padding: 0;
        }

        .articlepage__categ ul a {
            font-size: 14px;
            line-height: 20px;
            color: #3D1A52;
            display: block;
            margin-right: 15px;
        }

            .articlepage__categ ul a:hover {
                text-decoration: underline;
            }

    /*-------------------------adaptive------------------------*/
    /*-------------------------adaptive------------------------*/
    /*-------------------------adaptive------------------------*/
    /*-------------------------adaptive------------------------*/
    /*-------------------------adaptive------------------------*/
    .icons3icons3col p a,
    .icons3col--small p a {
        text-decoration: underline;
        color: #3D1A52;
    }

        .icons3icons3col p a:hover,
        .icons3col--small p a:hover {
            text-decoration: none;
        }

    /*These styles need to be included to style.css. At this point as it is not clear, if style.css will be overwritten by the scss compiler from front end repo.
    Hence request front end dev to in-corporate this to front-end repo.
*/
    /*Google Language Widget*/
    .header__topmenu {
        flex-basis: calc(100% - 170px);
    }

    .header__toplang {
        flex-basis: auto;
    }

    .header__top {
        justify-content: space-between;
    }

    /*Forms block*/
    .globalformcontainerblock .FormTextbox__Input,
    .globalformcontainerblock select {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.8);
        height: 55px;
        border: 0;
        padding: 5px 20px;
        outline: none;
        background: #F9F8FA;
        border: 1px solid #F9F8FA;
        border-radius: 4px;
    }

        .globalformcontainerblock .FormTextbox__Input:focus,
        .globalformcontainerblock select:focus {
            border: 1px solid #8D6E97;
        }

    .globalformcontainerblock button {
        background-color: #DCD7DF;
        border: 0;
        display: inline-block;
        position: relative;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        cursor: pointer;
        outline: none;
        border-radius: 4px;
        color: #3D1A52 !important;
        padding: 18px 20px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.33;
        display: flex;
        justify-self: center;
        margin: auto !important;
    }

    .globalformcontainerblock .FormCaptcha__Refresh {
        margin-top: 0px;
    }

    /*-------------------------adaptive------------------------*/
    @media (min-width: 1921px) {
        .topbannerangle {
            background-size: 60%;
        }

        .bluegradient {
            background-size: 66%;
        }
    }

    @media (min-width: 3001px) {
        .topbannerangle {
            background-size: 66%;
        }
    }

    @media screen and (min-width: 1850px) {
        .bluegradient::before {
            content: "";
            display: block;
            position: absolute;
            left: -47%;
            top: -30%;
            width: 2600px;
            height: 315%;
        }

        .bluegradient--reverse:before {
            content: "";
            display: block;
            position: absolute;
            left: auto;
            right: -44%;
            top: -30%;
        }

        .bluegradient--white {
            background-size: 800px;
        }
    }

    @media (min-width: 1685px) and (max-width: 1849px) {
        .bluegradient::before {
            left: -45%;
            height: 285%;
        }

        .bluegradient--reverse:before {
            left: auto;
            right: -45%;
        }

        .bluegradient--white {
            background-size: 790px;
        }
    }

    @media (min-width: 1485px) and (max-width: 1684px) {
        .bluegradient::before {
            left: -48%;
        }

        .bluegradient--reverse:before {
            left: auto;
            right: -50%;
        }

        .bluegradient--white {
            background-size: 790px;
        }
    }

    @media screen and (max-width: 1830px) {
        .bodytextwithimage::before {
            left: -58%;
        }

        .topbannerangle:before {
            left: -55%;
        }

        .topbannerangle:after {
            left: -56%;
        }

        .mainslider__item:before {
            top: -100%;
            left: -95%;
        }

        .mainslider__item:after {
            top: -100%;
            left: -96%;
        }
    }

    @media screen and (max-width: 1600px) {
        .bluegradient::before {
            left: -42%;
            top: -65%;
        }

        .bodytextwithimage::before {
            left: -62%;
            top: -100%;
        }

        .bluegradient--reverse:before {
            left: auto;
            right: -42%;
        }

        .bluegradient {
            background-size: contain;
        }

        .topbannerangle:before {
            left: -65%;
        }

        .topbannerangle:after {
            left: -66%;
        }

        .bluegradient--banner {
            background-size: 1230px;
        }

        .mainslider__item:before {
            top: -120%;
            left: -97%;
        }

        .mainslider__item:after {
            top: -120%;
            left: -98%;
        }

        .bluegradient--white {
            margin: 50px 0;
        }

        .bluegradient .container {
            min-height: 380px;
        }

        .bluegradient__content {
            padding: 0;
        }

        .bluegradient--map .container {
            min-height: 750px;
        }
    }

    @media screen and (max-width: 1400px) {
        .mainslider__item:before {
            top: -120%;
            left: -100%;
        }

        .mainslider__item:after {
            top: -120%;
            left: -101%;
        }
    }

    @media screen and (max-width: 1300px) {
        .header .container,
        .firstsection .container {
            padding-left: 15px;
            padding-right: 15px;
        }

        .sectioerror {
            padding: 50px 0 100px;
        }

        .mapsnazzy {
            width: 120%;
        }

        .bodytextwithimage::before {
            left: -76%;
            top: -100%;
        }

        .topbannerangle:before {
            left: -51%;
            top: -100%;
        }

        .topbannerangle:after {
            left: -52%;
            top: -100%;
        }

        .bluegradient--map {
            background-position-x: 68%;
        }

        .bluegradient::before {
            left: -58%;
            top: -65%;
        }

        .bluegradient--reverse:before {
            left: auto;
            right: -58%;
        }

        .header__row {
            padding-left: 0;
        }

        .slidervideo__item {
            padding-left: 10px;
            padding-right: 10px;
        }

        .slick-prev {
            left: -10px !important;
        }

        .slick-next {
            right: -10px !important;
        }

        .slidervideo {
            margin: 0 10px;
        }

        .mainslider__arrow {
            width: 45px;
            height: 70px;
        }

        .mainslider__item .container {
            padding: 0 50px;
        }

        .searchsection .container {
            padding: 35px 50px 20px;
        }

        .mainslider__item:before {
            top: -140%;
            left: -104%;
        }

        .mainslider__item:after {
            top: -140%;
            left: -105%;
        }

        .mapsnazzy.mapsnazzyfull {
            height: 580px !important;
        }
    }

    @media screen and (max-width: 1180px) {
        .breadcrumbsposition {
            position: relative;
        }

        .descriptionsection__left {
            padding-right: 25px;
        }

        .searchsection__searchbtn {
            top: -10px;
        }

        .mapsnazzy {
            right: auto;
            width: 150%;
            height: 620px !important;
            left: -50%;
            position: relative;
        }

        .bluegradient--map {
            display: flex;
            flex-direction: column-reverse;
        }

        .bluegradient--white {
            margin: 75px 0;
        }

        .topbannerangle:before {
            left: -75%;
            top: -80%;
        }

        .topbannerangle:after {
            left: -76%;
            top: -80%;
        }

        .selectabusiness__links {
            position: relative;
            top: 0;
            max-height: 135px;
            margin-top: 10px;
        }

            .selectabusiness__links ul a {
                font-size: 16px;
            }

        .icons3col__titletop br {
            display: none;
        }

        .hassubmenu__hiddenleft {
            padding: 30px 15px;
        }

        .hassubmenu__hiddencenter {
            padding: 30px 20px;
        }

        .hassubmenu__hiddenright {
            padding: 30px 25px;
        }

        .bluegradient--map + .textoverlapping {
            padding: 60px 0;
        }

        .descriptionsection__right {
            padding-left: 25px;
        }

        .bluegradient--map .container {
            min-height: auto !important;
            padding: 50px 15px;
        }

        .bodytextwithimage__body {
            padding: 50px 0;
        }

        .header__topmenu ul li {
            margin-bottom: 8px;
            margin-right: 20px;
        }

        .header__bottom {
            padding-top: 20px;
        }

        .mainslider__item .container {
            padding: 0 60px;
        }

        .searchsection .container {
            padding: 35px 20px 20px;
        }

        .searchsection__searchinput {
            font-size: 25px;
        }

        .investorcenter__line .investordashboard__name,
        .investorcenter__line .yourir-announcement-heading {
            flex-basis: calc(100% - 153px);
            padding-left: 5px;
            padding-right: 10px;
        }

        .investorcenter__linebtn {
            flex-basis: 22px;
        }

        .investorcenter__line .investordashboard__date {
            flex-basis: 130px;
        }

        .timelinesection__line:first-child {
            padding-top: 30px;
        }

        .timelinesection__line:last-child {
            padding-bottom: 50px;
        }

        .timelinesection__container {
            max-width: 450px;
        }

        .timelinesection__details {
            padding-right: 20px;
        }

        .timelinesection__line:first-child .timelinesection__logo {
            flex-basis: 215px;
        }

        .timelinesection__date {
            font-size: 44px;
        }

        .timelinesection__line:first-child .timelinesection__date {
            font-size: 85px;
        }

        .gradbg {
            padding: 0;
        }

        .webcasts {
            padding: 40px 0;
        }

        .pagination__item {
            padding: 35px 20px;
        }

        .imgsummaries {
            max-width: 735px;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }

            .imgsummaries .webcasts__img {
                height: 413px;
            }

        .imgsummaries__details {
            position: relative;
            bottom: 0;
            left: 0;
            max-width: 100%;
            width: 100%;
            padding: 20px;
        }

        .bluegradient--map {
            background-position-x: 130%;
            background-size: 900px;
        }

        .bluegradient {
            background-size: cover;
        }

        .bluegradient--white:before {
            background-color: rgba(255, 255, 255, 0.692);
        }

        .bluegradient::before {
            left: -45%;
            top: -65%;
        }

        .bluegradient--reverse:before {
            left: auto;
            right: -45%;
        }

        .bluegradient--banner {
            padding-top: 175px;
            background-size: 900px;
        }

            .bluegradient--banner .breadcrumbs {
                margin-bottom: 0;
            }

        .mainslider__item:before {
            top: -150%;
            left: -115%;
        }

        .mainslider__item:after {
            top: -150%;
            left: -116%;
        }

        .bodytextwithimage::before {
            left: 0;
            top: 0;
            transform: rotate(0deg);
            opacity: 0.4;
        }

        .bodytextwithimage {
            background-size: cover;
        }
    }

    @media screen and (max-width: 991px) {
        .rowwithmargins .col-lg-3 {
            flex-basis: calc(100% / 2 - 20px);
        }
    }

    @media screen and (max-width: 980px) {
        .footer__topitem {
            flex-basis: 33%;
        }

        .breadcrumbsposition {
            top: 120px;
        }

        .sectioerror {
            padding: 20px 0 60px;
        }

        .mapsnazzy.mapsnazzyfull {
            height: 550px !important;
        }

        .mapsnazzy {
            right: auto;
            width: 180%;
            height: 620px !important;
            left: -80%;
            position: relative;
        }

        .bluegradient--map .bluegradient__content {
            min-height: 0 !important;
        }

        .bluegradient--map .container {
            min-height: auto !important;
            padding: 30px 15px;
        }

            .bluegradient--map .container .bluegradient__content {
                padding: 10px 0;
            }

        .topbannerangle {
            padding-top: 135px;
            min-height: 400px;
        }

        .icons3col .cancertypes {
            padding-top: 20px !important;
        }

        .topbannerangle:before {
            left: -85%;
            top: -80%;
        }

        .topbannerangle:after {
            left: -86%;
            top: -80%;
        }

        .ourservicebanner {
            padding-top: 130px;
            padding-bottom: 55px;
        }

        .ourservicebanner__descr {
            font-size: 18px;
        }

        .itemsection-col3 .icons3col__item {
            margin-left: auto;
            margin-right: auto;
            height: auto;
            max-width: 360px;
        }

        .icons3col--810 .icons3col__titletop,
        .icons3col--810 .icons3col__intro {
            padding-left: 15px;
            padding-right: 15px;
        }

        .textoverlapping .col-lg-3 {
            margin-bottom: 30px;
        }

        .icons3col__image .webcasts__img {
            height: 190px;
        }

        .icons8col .icons3col__item {
            flex-basis: calc(100% / 4 - 30px);
        }

        .webcasts__right .webcasts__itemdetails {
            flex-basis: calc(100% - 125px);
            padding-left: 15px;
        }

        .webcasts__right .webcasts__img {
            flex-basis: 125px;
            height: 80px;
        }

        .webcasts__right .webcasts__item {
            margin-bottom: 20px;
        }

        .webcasts__img {
            height: 250px;
        }

        .firstsection {
            min-height: 350px;
        }

        .footer__centermenu ul a {
            margin: 5px 15px;
        }

        .pagination__item {
            padding: 35px;
        }

        .calloutnumbers__item {
            flex-basis: 50%;
            margin-bottom: 40px;
        }

        .calloutnumbers {
            padding: 30px 0 10px;
        }

        .calloutnumbers__title {
            margin-bottom: 20px;
        }

            .calloutnumbers__title::before {
                bottom: -10px;
            }

        .texttwosections {
            padding: 30px 0 20px;
        }

        .icons3col {
            padding: 30px 0 20px;
        }

        .texttwosections__left {
            flex-basis: 100%;
            padding-right: 0;
            order: 2;
        }

        .texttwosections__right {
            flex-basis: 100%;
            margin-bottom: 20px;
            text-align: center;
        }

            .texttwosections__right img {
                max-width: 100%;
                width: auto;
            }

        .icons3col--4col .icons3col__item {
            flex-basis: calc(100% / 2 - 30px);
        }

        .videothumbnails {
            padding: 30px 0;
        }

        .videothumbnails__video iframe {
            height: 415px !important;
        }

        .textoverlapping {
            padding: 30px 0;
        }

        .textoverlapping__title {
            font-size: 17px;
        }

        .bluegradient .container {
            min-height: 400px;
        }

        .profilebios__right {
            padding-top: 20px;
            flex-basis: 310px;
        }

        .profilebios__left {
            flex-basis: calc(100% - 330px);
            padding-top: 20px;
        }

        .profilebios {
            padding: 30px 0;
        }

        .icons3col__itemsection {
            flex-basis: calc(100% / 2 - 30px);
        }

        h1 {
            font-size: 56px;
        }

        .firstsection__undermenu ul li {
            margin-right: 30px;
        }

        .header__right {
            display: none;
            position: absolute;
            top: 74px;
            left: 0;
            right: 0;
            background-color: #fff;
            padding-bottom: 10px;
        }

        .header {
            position: relative;
        }

        .header__row {
            padding: 10px 0;
            align-items: center;
        }

        .header__logo {
            flex-basis: 86px;
        }

        .header .container {
            background-color: #fff;
        }

        .header__hamburger {
            display: block;
            width: 24px;
            height: 16px;
            position: relative;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
        }

            .header__hamburger span {
                display: block;
                position: absolute;
                height: 3px;
                width: 100%;
                background: #3D1A52;
                border-radius: 0;
                opacity: 1;
                left: 0;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
            }

                .header__hamburger span:nth-child(1) {
                    top: 0px;
                    -webkit-transform-origin: left center;
                    -moz-transform-origin: left center;
                    -o-transform-origin: left center;
                    transform-origin: left center;
                }

                .header__hamburger span:nth-child(2) {
                    top: 7px;
                    -webkit-transform-origin: left center;
                    -moz-transform-origin: left center;
                    -o-transform-origin: left center;
                    transform-origin: left center;
                }

                .header__hamburger span:nth-child(3) {
                    top: 14px;
                    -webkit-transform-origin: left center;
                    -moz-transform-origin: left center;
                    -o-transform-origin: left center;
                    transform-origin: left center;
                }

            .header__hamburger.open span:nth-child(1) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                top: -2px;
                left: 3px;
                background: #3D1A52;
            }

            .header__hamburger.open span:nth-child(2) {
                width: 0%;
                opacity: 0;
            }

            .header__hamburger.open span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 15px;
                left: 3px;
                background: #3D1A52;
            }

        .header__rightmobile {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .searchbtn {
            margin-right: 20px;
            padding-top: 1px;
            width: 18px;
            height: 17px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .searchbtn svg:nth-child(2) {
                display: none;
            }

            .searchbtn.active svg {
                display: none;
            }

                .searchbtn.active svg:nth-child(2) {
                    display: block;
                }

        .searchblock__input {
            border: 1px solid #DBD6DE;
            border-radius: 4px;
            height: 51px;
            font-size: 18px;
            padding: 0 15px;
        }

        .header__bottommenu {
            flex-basis: 100%;
        }

            .header__bottommenu ul li {
                margin-bottom: 8px;
                margin-right: 17px;
            }

        .header__bottom {
            padding-top: 15px;
        }

        .header__bottomsearch {
            flex-basis: 100%;
            padding: 10px 0;
        }

        .searchblock__btn {
            right: 10px;
            top: 33px;
        }

        .searchblock__visible {
            display: none;
        }

        .searchblock__hidden {
            display: block;
            padding: 20px 0 10px;
        }

        .header__top {
            padding: 10px 15px;
        }

        .searchblock {
            display: none !important;
        }

        .header__mobilesearch {
            display: none;
        }

        .header__logo.opacity {
            opacity: 0;
        }

        .header {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            .header.activesearch {
                margin-top: 91px;
            }

        .header__bottomsearch {
            flex-basis: 100%;
            padding: 0;
        }

        .searchblock {
            position: inherit;
            z-index: 4;
        }

        .header__topmenu ul li {
            margin-bottom: 5px;
            margin-right: 20px;
        }

        .header__bottom {
            padding-right: 15px;
        }

        .investordashboard__itemmain {
            flex-basis: calc(50% - 30px);
            margin-bottom: 40px;
        }

        .investordashboard {
            margin-bottom: -35px;
        }

        .mainslider__subtitle {
            font-size: 30px;
        }

        .mainslider__item {
            padding-top: 220px;
            padding-bottom: 300px;
        }

        .searchsection__inside .icons3col__item {
            flex-basis: calc(100% / 2 - 30px);
        }

        .investorcenter__left {
            flex-basis: 460px;
            margin-bottom: 45px;
        }

        .investorcenter__right {
            flex-basis: 100%;
            margin-bottom: 40px;
        }

        .timelinesection::before {
            left: 20px;
        }

        .timelinesection__linehalf {
            width: 100%;
            max-width: 100%;
            margin-top: 0;
            padding-left: 10px;
            margin-right: auto !important;
            margin-left: 6px !important;
            padding-right: 10%;
        }

        .timelinesection__container {
            max-width: 100%;
            margin-right: auto !important;
            margin-left: 0 !important;
        }

        .timelinesection__line {
            margin-top: 0;
        }

        .timelinesection__linehalf::after {
            left: -4px !important;
            right: auto !important;
        }

        .timelinesection__linehalf::before {
            background: linear-gradient(90deg, #DBD6DE 0%, rgba(219, 214, 222, 0) 100%) !important;
        }

        .latestnews__itemlink {
            padding: 20px 15px;
        }

        .bodytextwithimage__body {
            min-height: 450px;
        }

        .videothumbnails--fullsize .webcasts__img {
            height: 445px;
        }

        .hassubmenu__hiddenright,
        .hassubmenu__hiddencenter,
        .hassubmenu__hiddenleft {
            padding: 20px 10px;
        }

        .hassubmenu__menu ul li a {
            margin-bottom: 10px;
        }

        .dividends {
            margin-top: 50px;
        }

        .bluegradient::before {
            transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            left: 0;
            right: 0;
            top: 0;
            background: #3e1a5294;
        }

        .bluegradient--map {
            background-position-x: 50%;
            background-size: 800px;
        }

        .bluegradient--reverse .textoverlapping__text {
            margin-left: 0;
        }

        .bluegradient__content {
            width: 90%;
        }

        .bluegradient--reverse .bluegradient__content {
            margin-left: 0;
        }

        .bluegradient--white:before {
            background-color: rgba(255, 255, 255, 0.3);
        }

        .bluegradient--banner {
            padding-top: 75px;
            background-size: 700px;
            background-position: right 40%;
        }

        .mainslider__item:before {
            display: none;
        }

        .mainslider__item:after {
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0.4;
            transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
        }

        .mainslider__item {
            background-position: 70% center;
        }

        .hassubmenu__hidden {
            padding-top: 18px;
        }

        .bluegradient--white {
            background-image: none !important;
            margin: 40px 0;
        }

            .bluegradient--white .textoverlapping__text {
                max-width: 100%;
            }

        .bluegradient__imagemobile {
            display: block;
        }

        .bluegradient--white:before {
            display: none !important;
        }

        .footer__topitem:nth-child(5),
        .footer__topitem:nth-child(6) {
            flex-basis: 33%;
        }
    }

    @media screen and (max-width: 780px) {
        .mapsnazzy {
            height: 500px !important;
        }

            .mapsnazzy.mapsnazzyfull {
                height: 500px !important;
            }
    }

    @media screen and (max-width: 760px) {
        .breadcrumbsposition + .bluegradient--banner .bluegradient__content {
            margin-top: 130px;
        }

        .footer__topitem:nth-child(5),
        .footer__topitem:nth-child(6) {
            flex-basis: 50%;
        }

        .mainslider .slick-arrow {
            display: none !important;
        }

        .mainslider h1 {
            font-size: 33px;
        }

        .mainslider .slick-dots {
            bottom: 28px;
        }

        .articlepage {
            padding: 30px 0;
        }

        .header__bottommenu ul li.hassubmenu a:before {
            display: none;
        }

        .mapsnazzy {
            right: auto;
            width: 210%;
            height: 500px !important;
            left: -110%;
            position: relative;
        }

        .hassubmenu__menu {
            padding: 0;
        }

        .firstsection {
            min-height: 0;
        }

        .linkpanel br {
            display: none;
        }

        .faqs__body {
            padding-right: 25px;
        }

        .mainslider__item {
            background-position: 90% center;
        }

        .topbannerangle {
            background-size: cover;
            padding-top: 100px;
            min-height: 300px;
        }

            .topbannerangle:after {
                width: 100%;
                height: 100%;
                opacity: 0.6;
                left: 0;
                top: 0;
                transform: rotate(0);
                -webkit-transform: rotate(0);
                -moz-transform: rotate(0);
                -ms-transform: rotate(0);
                -o-transform: rotate(0);
            }

            .topbannerangle:before {
                display: none;
            }

        .imgsummaries {
            max-width: 550px;
        }

            .imgsummaries .webcasts__img {
                height: 310px;
            }

        .selectabusiness__visual {
            font-size: 16px;
            height: 45px;
        }

            .selectabusiness__visual svg {
                top: 17px;
            }

        .hassubmenu__hiddenleft,
        .hassubmenu__hiddenright {
            display: none;
        }

        .hassubmenu__hiddencenter {
            padding: 0;
            border: 0;
            flex-basis: 100% !important;
        }

        .hassubmenu__menu ul li a {
            margin-bottom: 0;
        }

        .hassubmenu__menu ul li a {
            font-weight: 500;
        }

        .header__flex {
            display: flex;
            flex-direction: column-reverse;
        }

        .hassubmenu__hidden {
            border: 0;
        }

        .header__top {
            padding: 0px;
            border: 0;
            z-index: 2;
        }

        .header__bottommenu ul li,
        .header__topmenu ul li {
            margin-bottom: 0 !important;
            padding: 13px 20px;
            color: rgba(0, 0, 0, 0.8);
        }

        .header__bottom {
            padding: 0;
        }

        .header__toplang {
            flex-basis: 100%;
            padding: 13px 20px;
            background: #F9F8FA;
        }

        .langblock__visible {
            background: #F9F8FA;
        }

        .langblock {
            position: relative;
        }

            .langblock:before {
                content: "";
                display: block;
                position: absolute;
                right: 0;
                top: 0px;
                z-index: 3;
                width: 16px;
                height: 25px;
                background-image: url(../images/arrow_black.svg);
                background-size: 16px;
                background-repeat: no-repeat;
                background-position: center;
            }

        .hassubmenu__menu ul li a:hover {
            color: #3D1A52 !important;
        }

        .header__bottommenu ul li.hassubmenu {
            background: #dcd7df !important;
        }

        .header__right {
            padding-bottom: 0 !important;
        }

        .hassubmenu {
            position: relative;
            padding-right: 80px;
        }

            .hassubmenu:before {
                content: "";
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                height: 50px;
                width: 80px;
                background: #3D1A52;
            }

            .hassubmenu:after {
                content: "";
                display: block;
                position: absolute;
                right: 26px;
                top: 10px;
                z-index: 3;
                width: 20px;
                height: 30px;
                background-image: url(../images/arrow_right_mobile.svg);
                background-size: 16px;
                background-repeat: no-repeat;
                background-position: center;
            }

        .header__bottommenu ul li.hassubmenu {
            padding-right: 85px;
        }

        .header__topmenu ul li {
            background: #FFFFFF;
            border-top: 1px solid #EDEBEF;
        }

        .header__bottommenu ul li {
            background: #dcd7df;
            border-bottom: 1px solid #FFFFFF;
        }

            .header__bottommenu ul li:last-child {
                border: 0;
            }

        .header__flex.open .container-submenu {
            left: 0;
            position: relative;
        }

            .header__flex.open .container-submenu + ul {
                position: absolute;
                top: 0;
                bottom: 0;
                overflow: hidden;
            }

        .header__flex.open .header__top {
            display: none;
        }

        .header__bottommenu {
            position: relative;
        }

            .header__bottommenu .container-submenu {
                position: absolute;
                left: 100%;
                display: block;
                top: 0;
                width: 100%;
                z-index: 7;
                transition: .3s ease;
            }

                .header__bottommenu .container-submenu .back-close {
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 14px;
                    letter-spacing: 0.02em;
                    color: #FFFFFF;
                    padding: 18px 40px;
                    display: block;
                    background: #3D1A52;
                }

                    .header__bottommenu .container-submenu .back-close:before {
                        content: "";
                        display: block;
                        position: absolute;
                        left: 15px;
                        top: 14px;
                        z-index: 3;
                        width: 20px;
                        height: 20px;
                        transform: rotate(180deg);
                        background-image: url(../images/arrow_right_mobile.svg);
                        background-size: 8px;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

            .header__bottommenu .toggle-submenu {
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                height: 50px;
                width: 80px;
                cursor: pointer;
                z-index: 6;
            }

        .mainslider__subtitle {
            font-size: 25px;
        }

        .mainslider__item {
            padding-bottom: 70px;
            height: 100vh !important;
        }

            .mainslider__item .container {
                display: flex;
                height: 100%;
                flex-direction: column;
                justify-content: flex-end;
                align-items: flex-start;
            }

            .mainslider__item:before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 40%;
                bottom: 0;
                width: 100%;
                background: linear-gradient(358deg, rgba(0, 0, 0, 0.6) 14.17%, rgba(0, 0, 0, 0.43) 45%, rgba(0, 0, 0, 0) 65.03%);
            }

        .searchsection {
            margin-top: 0;
        }

            .searchsection .container {
                border-radius: 0;
            }

        .footer__centermenu ul a {
            margin: 5px 10px;
        }

        .dividends--second {
            width: 100%;
            overflow: auto;
        }

            .dividends--second .dividends__table {
                width: 760px;
            }

        .icons3col__itemsection {
            height: auto;
        }

        .morecenter {
            margin-top: 0;
        }

        .texttwosections__right {
            margin-top: 30px;
        }

        .investordashboard .col-md-4 {
            margin-bottom: 40px;
        }

        .videodownload {
            padding-bottom: 0;
        }

        .titlecomponemt {
            padding-top: 40px;
        }

        .timelinesection {
            margin: 20px 0 30px;
        }

        .icons3col__title {
            margin-bottom: 10px;
        }

        .pagination__item {
            padding: 20px 0px !important;
        }

            .pagination__item:nth-child(2) {
                flex-basis: 100%;
            }

        .webcasts__img {
            height: 185px;
        }

        .bluegradient--map + .textoverlapping {
            padding: 40px 0;
        }

        .slidervideo__item iframe {
            width: 100% !important;
            height: 130px !important;
        }

        .icons5col .icons3col__item {
            flex-basis: calc(100% / 3 - 30px);
        }

        .icons3col__item {
            flex-basis: calc(100% / 1 - 30px);
            margin-bottom: 30px;
        }

        .icons3col--4col .icons3col__item {
            flex-basis: calc(100% / 1 - 30px);
        }

        .icons3col__icon {
            margin-bottom: 10px;
        }

        .footer__undercopyr {
            flex-basis: 100%;
            text-align: center;
            margin-bottom: 15px;
            order: 2;
        }

        .footer__undermenu {
            flex-basis: 100%;
        }

            .footer__undermenu ul {
                justify-content: center;
            }

                .footer__undermenu ul a {
                    margin-left: 10px;
                    padding-left: 10px;
                }

        .footer__centermenu ul a {
            font-size: 15px;
        }

        .footer__topitem {
            flex-basis: 50%;
        }

        .footer__bottom {
            padding-top: 25px;
        }

        .footer__undermenu ul a {
            margin-bottom: 5px;
        }

        .descriptionsection__left {
            padding-right: 0;
            flex-basis: 100%;
            margin-bottom: 10px;
        }

        .descriptionsection__right {
            flex-basis: 100%;
            padding-left: 0;
            border: 0;
            padding-top: 0;
            padding-bottom: 0;
        }

        .descriptionsection {
            padding: 30px 0 30px;
        }

        h1 {
            font-size: 45px;
        }

        h2 {
            font-size: 35px;
        }

        h3 {
            font-size: 30px;
        }

        h4 {
            font-size: 22px;
        }

        h5 {
            font-size: 18px;
        }

        strong *,
        strong {
            font-size: 18px;
        }

        .pdfrows {
            padding: 30px 0 20px;
        }

        .pdffile {
            padding: 12px 0;
            font-size: 15px;
        }

        .pagination__item {
            flex-basis: 100%;
            border-top: 1px solid #fff;
            padding: 20px 15px;
            border-left: 0;
        }

        .pagination__title {
            margin-bottom: 10px;
        }

        .icons3col__intro {
            margin-bottom: 15px;
            font-size: 18px;
        }

        .icons3col__itemcontact {
            margin-bottom: 25px;
            padding: 20px 15px;
        }

        .linkpanel {
            margin-bottom: -5px;
        }

        .videothumbnails__video iframe,
        .videothumbnails--small .videothumbnails__video iframe {
            height: 350px !important;
        }

        .textoverlapping__text {
            flex-basis: 100%;
            margin-right: 0;
        }

        .textoverlapping__image {
            line-height: 0;
            position: relative;
            flex-basis: 100%;
        }

        .textoverlapping--left .textoverlapping__image {
            order: 3;
        }

        .textoverlapping--left .textoverlapping__text {
            margin-left: 0;
        }

        .textoverlapping__image:before {
            display: none;
        }

        .bluegradient__upper {
            font-size: 16px;
        }

        .bluegradient .container {
            min-height: 300px;
        }

        .bluegradient__title br {
            display: none;
        }

        .icons3col__item--greybg {
            min-height: 0;
        }

        .profilebios__left {
            flex-basis: 100%;
        }

        .profilebios__right {
            flex-basis: 100%;
            margin-top: 20px;
        }

        .icons3col__itemsection {
            flex-basis: calc(100% / 2 - 30px);
        }

        .boxdetails {
            padding: 15px;
        }

        .bodytextwithimage {
            background-image: none !important;
        }

        .bodytextwithimage__body {
            padding: 30px 0;
        }

        .header__topmenu ul a {
            font-size: 16px;
        }

        .header__topmenu {
            flex-basis: 100%;
        }

        .langblock__visible {
            font-size: 16px;
        }

        .header__bottommenu ul li,
        .header__topmenu ul li {
            margin-bottom: 8px;
            margin-right: 0;
            flex-basis: 100%;
        }

        .chairman__img {
            flex-basis: 120px;
        }

        .chairman__details {
            flex-basis: calc(100% - 120px);
            padding-left: 15px;
            font-size: 18px;
        }

        .chairman {
            padding-top: 15px;
            padding-bottom: 30px;
        }

        .linkedflex {
            display: block;
        }

            .linkedflex img {
                display: block;
                text-align: center;
                margin-top: 5px;
                margin-left: auto;
                margin-right: auto;
            }

            .linkedflex img {
                max-width: 110px;
            }

        .aboutsection .chairman .chairman__img {
            flex-basis: 120px;
        }

        .aboutsection .chairman .chairman__details {
            flex-basis: calc(100% - 120px);
            padding-left: 15px;
        }

            .aboutsection .chairman .chairman__details h2 {
                margin-bottom: 5px;
                font-size: 26px;
            }

        .icons3col__itemsection .icons3col__descr {
            min-height: 0;
        }

            .icons3col__itemsection .icons3col__descr + .arrowlink {
                left: 15px;
                bottom: 13px;
            }

        .latestnews {
            padding: 20px 0 40px;
        }

        .investorscontact__row {
            margin-top: 30px;
        }

        .investorscontact__left {
            margin-bottom: 30px;
        }

        .investorscontact {
            padding: 40px 0 20px;
        }

        .subscribealert {
            padding: 40px 0;
        }

        .fullvideo__video .webcasts__img {
            height: 370px;
        }

        .bodytextwithimage__body {
            min-height: 0px;
            padding: 40px 0;
        }

        .fullvideo__video .webcasts__img {
            height: 300px;
        }

        .header__bottommenu ul li.hassubmenu {
            position: relative;
            background-position: right 2%;
            padding-left: 0;
            padding-right: 0;
        }

            .header__bottommenu ul li.hassubmenu a {
                padding-left: 20px;
                padding-right: 80px;
            }

        .hassubmenu__hidden {
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            width: 100%;
            display: none;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        /*.hassubmenu:hover .hassubmenu__hidden {
      display: flex;
  }*/
        .header__bottommenu ul li.hassubmenu .hassubmenu__hiddencenter a {
            padding: 0 !important;
        }

        .hassubmenu__hiddenleft {
            flex-basis: 100%;
            border: 0;
            padding-left: 0;
        }

        .hassubmenu__hiddencenter {
            padding-left: 0;
            flex-basis: 45%;
        }

        .hassubmenu__hiddenright {
            flex-basis: 55%;
        }

        .webcasts__item {
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .webcasts__img {
            flex-basis: 125px;
            height: 80px;
        }

        .webcasts__itemdetails {
            flex-basis: calc(100% - 125px);
            padding-left: 15px;
        }

        .webcasts__img svg {
            width: 40px;
        }

        .cancertypes .icons3col__title br {
            display: none;
        }

        .cancertypes .arrowlink {
            position: relative;
            width: 100%;
            margin-top: 15px;
            bottom: 0;
        }

        .cancertypes p {
            margin-bottom: 0;
        }

        .icons3col__row .col-md-4.icons3col__item.icons3col__item--greybg {
            padding: 25px 25px 20px;
        }

        .icons3col__row .col-md-4.icons3col__item {
            margin-bottom: 25px;
        }

        .icons3col__row .row {
            justify-content: center;
        }

        .icons3col--4col .boxdetails .arrowlink {
            left: 25px;
        }
    }

    @media screen and (max-width: 560px) {
        .firstsection--mainbanner .header + .breadcrumbsposition {
            position: absolute !important;
        }

        .videothumbnails__video iframe,
        .videothumbnails--small .videothumbnails__video iframe {
            height: 255px !important;
        }

        .breadcrumbsposition + .bluegradient--banner .bluegradient__content {
            margin-top: 60px;
        }

        .searchsection__searchbtn {
            padding: 11px 20px;
        }

        .mapsnazzy {
            height: 350px !important;
        }

            .mapsnazzy.mapsnazzyfull {
                height: 350px !important;
            }

        .topbannerangle {
            padding-top: 30px;
        }

        .ourservicebanner__icon {
            margin-bottom: 25px;
        }

        .firstsection h1 {
            margin-bottom: 15px;
        }

        .ourservicebanner {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .rowwithmargins .col-lg-3 {
            flex-basis: calc(100% / 1 - 20px);
        }

        .rowwithmargins {
            justify-content: center;
        }

        .webcasts__item {
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .imgsummaries {
            max-width: 450px;
        }

            .imgsummaries .webcasts__img {
                height: 253px;
            }

        .footer__bottom {
            padding-bottom: 20px;
        }

        .footer__logo {
            text-align: center;
            margin-bottom: 15px;
        }

        .footer__social {
            display: flex;
            justify-content: center;
        }

        .webcasts__img {
            flex-basis: 125px;
            height: 80px;
        }

        .webcasts__itemdetails {
            flex-basis: calc(100% - 125px);
            padding-left: 15px;
        }

        .webcasts__img svg {
            width: 40px;
        }

        .webcasts__left {
            margin-bottom: 0 !important;
        }

        .investorscontact__left {
            flex-basis: 100%;
        }

        .investorscontact__right {
            flex-basis: 100%;
        }

        .latestnews__itemname {
            font-size: 18px;
            height: 97px;
        }

        .mapform {
            margin-right: -13%;
        }

        .slidervideo__item iframe {
            height: 230px !important;
        }

        .icons3col__itemsection {
            max-width: 355px;
            margin-left: auto;
            margin-right: auto;
            flex-basis: calc(100% / 1 - 30px);
        }

        h1 {
            font-size: 40px;
        }

        .firstsection__undermenu ul li {
            margin-right: 25px;
            margin-bottom: 0;
        }

        .firstsection--mainbanner .header {
            position: relative;
            margin-bottom: 0 !important;
        }

        .searchsection {
            margin-top: 0;
        }

        .searchsection__inside .icons3col__item {
            flex-basis: calc(100% / 1 - 30px);
            margin-bottom: 15px;
        }

        .searchsection__searchinput {
            font-size: 20px;
        }

        .mainslider__item {
            padding-top: 100px;
            padding-bottom: 75px;
        }

        .mainslider .slick-dots {
            bottom: 20px;
        }

        .mainslider__subtitle {
            font-size: 25px;
        }

        .timelinesection__linehalf {
            padding-right: 0%;
        }

        .timelinesection__date {
            font-size: 38px;
        }

        .timelinesection__line:first-child .timelinesection__date {
            font-size: 70px;
        }

        .timelinesection__line:first-child .timelinesection__logo {
            margin-bottom: -35px;
        }

        .timelinesection__text br {
            display: none;
        }

        .webcasts__left {
            flex-basis: 100%;
            margin-bottom: 20px;
        }

        .webcasts__right {
            flex-basis: 100%;
        }

        .fullvideo__video .webcasts__img {
            height: 310px;
        }

        .fullvideo__text {
            margin-top: 20px;
        }

        .fullvideo {
            padding: 40px 0 20px;
        }

        .firstsection h1 {
            padding-bottom: 20px;
        }

        .searchbottom__left {
            flex-basis: 100%;
        }

        .searchbottom__right {
            flex-basis: 100%;
            padding-top: 20px;
        }

        .searchbottom__line {
            padding-right: 0;
            padding-bottom: 20px;
        }

        .searchbottom__link {
            justify-content: flex-start;
        }

            .searchbottom__link span {
                flex-basis: auto;
                padding-right: 10px;
                padding-top: 3px;
            }

                .searchbottom__link span br {
                    display: none;
                }

        .searchbottom {
            padding-bottom: 30px;
        }

        .searchtop {
            padding-top: 30px;
        }

        .paginationmain ul a {
            margin: 0 5px;
        }

        .paginationmain__link {
            display: none;
        }

        .bluegradient--banner {
            background-position: right 0%;
        }

        .ourservicebanner__rowtitle .ourservicebanner__icon {
            flex-basis: 35px;
        }

        .ourservicebanner__rowtitle h1 {
            padding-bottom: 0;
            flex-basis: calc(100% - 50px);
        }
    }

    @media screen and (max-width: 460px) {
        .pdffile__title {
            flex-basis: 100%;
            padding-right: 0;
            margin-bottom: 10px;
        }

        .searchsection__searchinput {
            font-size: 18px;
            padding-right: 90px;
        }

        .searchsection__searchbtn {
            padding: 10px 15px !important;
            top: -8px;
        }

        .bluegradient--banner {
            padding-top: 75px !important;
        }

        .mapsnazzy {
            right: auto;
            width: 210%;
            left: -110%;
            position: relative;
        }

        .selectabusiness__links {
            max-height: 120px;
        }

            .selectabusiness__links ul a {
                font-size: 14px;
            }

        .firstsection__undermenu ul a:before {
            display: none;
        }

        .imgsummaries {
            max-width: 380px;
        }

            .imgsummaries .webcasts__img {
                height: 214px;
            }

        .showmobile {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px;
        }

            .showmobile span {
                margin-right: 8px;
                font-size: 16px;
                line-height: 1.5;
                color: #FFFFFF;
            }

            .showmobile svg {
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
            }

            .showmobile.active svg {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
            }

        .firstsection__undermenu {
            margin-top: -1px;
        }

        .submenujs {
            padding-bottom: 20px;
        }

        .firstsection__undermenu ul li {
            margin-right: 0;
            margin-bottom: 0;
            display: block;
            width: 100%;
            text-align: center;
        }

        .submenujs {
            display: none;
        }

        .dividends {
            overflow: auto;
            width: 100%;
        }

        .dividends {
            margin-bottom: 20px;
        }

        .dividends__table {
            width: 470px;
            overflow-x: auto;
        }

        .icons3col__itemcontact {
            margin-left: 0;
            margin-right: 0;
        }

        .searchtop__input {
            font-size: 16px;
        }

        .searchtop__filteritem {
            flex-basis: calc(50% - 5px);
        }

            .searchtop__filteritem select {
                padding-right: 10px;
            }

        .timelinesection {
            margin: 10px 0 20px;
        }

        .timelinesection__iconlogo {
            margin-bottom: 10px;
        }

        .icons3col__intro {
            font-size: 16px;
        }

        .fullvideo__video .webcasts__img {
            height: 250px;
        }

        .subcribegr .container {
            padding: 0;
        }

        .subcribegr__inside {
            padding: 30px 10px;
        }

        .subcribegr {
            margin-bottom: 30px;
        }

        .linkedinitem__userdetails {
            padding-left: 10px;
        }

        .linkedinitem__top,
        .linkedinitem__bottom {
            padding-left: 10px;
            padding-right: 10px;
        }

        .chairman__img {
            flex-basis: 100px;
        }

        .chairman__details {
            flex-basis: calc(100% - 100px);
            padding-left: 15px;
            font-size: 16px;
        }

        .slidervideo__item iframe {
            height: 195px !important;
        }

        .header {
            margin-bottom: 50px;
        }

        .textoverlapping__title {
            font-size: 15px;
        }

        .calloutnumbers__item {
            flex-basis: 100%;
            padding: 0;
            margin-bottom: 30px;
        }

        .pdffile__type {
            flex-basis: 35%;
        }

        .pdffile__size {
            flex-basis: calc(65% - 30px);
        }

        .button-link {
            font-size: 16px;
            padding: 15px;
        }

        .videothumbnails__video iframe,
        .videothumbnails--small .videothumbnails__video iframe {
            height: 215px !important;
        }

        .videothumbnails__title {
            margin-bottom: 15px;
        }

        .bluegradient--white .bluegradient__content {
            min-height: 0;
        }

        .bluegradient__content {
            width: 90%;
            z-index: 99;
            padding: 20px 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            min-height: 400px;
        }

        .bluegradient::before {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            left: -10%;
            top: 0;
            opacity: 0.8;
            width: 120%;
            height: 120%;
        }

        .bluegradient__upper {
            font-size: 14px;
        }

        h2 {
            font-size: 30px;
        }

        .bluegradient .container {
            min-height: 240px;
        }

        .mapform select {
            font-size: 15px;
            height: 51px;
        }

        .firstsection {
            min-height: 300px;
        }

        .investordashboard__itemmain {
            flex-basis: calc(100% - 30px);
            margin-bottom: 30px;
        }

        .investordashboard {
            margin-bottom: -25px;
        }

        .investordashboard__link {
            padding: 10px 15px;
        }

        .filtersection__select {
            padding: 10px 15px;
        }

        .investorcenter__line .investordashboard__date {
            flex-basis: 100%;
            margin-bottom: 5px;
        }

        .investorcenter__line .investordashboard__name,
        .investorcenter__line .yourir-announcement-heading {
            flex-basis: calc(100% - 22px);
            padding-left: 0;
            padding-right: 10px;
        }

        .timelinesection__line:first-child {
            padding-top: 0;
        }

        .timelinesection__linehalf {
            padding-bottom: 20px;
            padding-top: 30px;
        }

        .timelinesection__text {
            font-size: 18px;
        }

        .timelinesection__linehalf {
            padding-left: 10px;
            padding-right: 5px;
        }

        .timelinesection__line:first-child .timelinesection__date {
            font-size: 50px;
        }

        .timelinesection__line:first-child .timelinesection__logo {
            flex-basis: 165px;
            margin-bottom: -25px;
        }

        .timelinesection__date {
            font-size: 30px;
            margin-bottom: 15px;
        }

        .timelinesection__text {
            font-size: 16px;
        }

        .timelinesection__logo {
            flex-basis: 110px;
        }

        .timelinesection__details {
            padding-right: 15px;
            flex-basis: calc(100% - 110px);
        }

        .firstsection__undermenu ul a {
            padding: 15px 0 10px;
        }

        .latestnews__itemname {
            font-size: 16px;
            height: 103px;
        }

        .latestnews__itemlink {
            padding: 15px 10px;
        }

        .latestnews__title {
            padding-bottom: 0;
        }

        .webcasts__itemtitle {
            font-size: 18px;
        }

        .webcasts__itemdescr {
            font-size: 15px;
        }

        .icons8col .icons3col__item {
            flex-basis: calc(100% / 4 - 10px);
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 10px;
        }

        .icons8col .icons3col__row {
            margin-left: -5px;
            margin-right: -5px;
        }

        .timelinesection__iconlogo img {
            max-width: 65px;
        }

        .fullvideo__video .webcasts__img {
            height: 210px;
        }

        .hassubmenu__menu ul li a {
            line-height: 1.3;
        }

        .hassubmenu__hiddencenter {
            padding-left: 0;
            flex-basis: 100%;
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 0px;
            border: 0;
        }

        .hassubmenu__hiddenright {
            flex-basis: 100%;
        }

        .icons8col .icons3col__item {
            flex-basis: calc(100% / 2 - 10px);
        }

        .mainslider__subtitle {
            font-size: 25px;
            margin-bottom: 25px;
        }

        .firstsection h1 {
            padding-bottom: 0;
        }

        .mainslider__item .container {
            padding: 0 20px !important;
        }

        .mainslider__item {
            min-height: 525px !important;
            height: auto !important;
            padding-bottom: 70px;
            padding-top: 40px;
            display: flex !important;
            align-items: flex-end;
        }

        .bluegradient::before {
            top: -10%;
        }

        .bluegradient--white .textoverlapping__text {
            padding-top: 0;
        }

        .bluegradient--map {
            background-position-x: 85%;
            background-size: 600px;
            background-position-y: -20%;
        }

        .mainslider__item {
            background-position: center right;
        }

        .bluegradient--banner {
            padding-top: 50px;
            background-position-y: 0%;
            background-position-x: 89%;
            min-height: 480px;
        }

            .bluegradient--banner .bluegradient__content {
                display: block;
                min-height: 0;
            }

            .bluegradient--banner .container {
                min-height: 0;
            }

        .mainslider__item {
            background-position: 80% center;
        }

        .faqs {
            padding-top: 10px;
            padding-bottom: 20px;
        }

        .faqs__header {
            padding: 15px 40px 15px 15px;
            background-position: 95% center;
        }

        .faqs__body {
            padding: 20px 20px 20px 15px;
        }

        .ourservicebanner__rowtitle {
            padding-top: 10px;
            margin-bottom: 20px;
        }
    }

    @media screen and (max-width: 410px) {
        strong *,
        strong {
            font-size: 16px;
        }

        .imgsummaries {
            max-width: 340px;
        }

            .imgsummaries .webcasts__img {
                height: 191px;
            }

        .subcribegr {
            margin-bottom: 20px;
        }

        .subcribegr__line {
            max-width: 320px;
        }

        .linkwitharrow {
            font-size: 15px;
        }

        .slidervideo__item iframe {
            height: 175px !important;
        }

        .icons5col .icons3col__item {
            flex-basis: calc(100% / 2 - 30px);
        }

        .bluegradient__upper {
            margin-bottom: 10px;
        }

        .textoverlapping__title {
            font-size: 14px;
        }

        .videothumbnails__video iframe,
        .videothumbnails--small .videothumbnails__video iframe {
            height: 195px !important;
        }

        h2 {
            font-size: 30px;
        }

        h3 {
            font-size: 26px;
        }

        h1 {
            font-size: 40px;
        }

        .pagination__title {
            font-size: 18px;
        }

        .pagination__arrow img {
            width: 18px;
        }

        .mapform select {
            padding-left: 5px;
            padding-right: 10px;
        }

        .mapform {
            margin-right: -23%;
        }

        .mainslider__subtitle {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .mainslider__arrow {
            width: 32px;
            height: 60px;
        }

        .mainslider__item .container {
            padding: 0 40px;
        }

        .searchsection__searchinput {
            font-size: 17px;
            background-size: 21px;
            padding-left: 30px;
        }

        .searchsection__text {
            font-size: 18px;
        }

        .timelinesection__date {
            font-size: 28px;
            margin-bottom: 15px;
        }

        .timelinesection__name {
            font-size: 15px;
        }

        .timelinesection__line:first-child .timelinesection__logo {
            flex-basis: 140px;
            margin-bottom: -25px;
        }

        .aboutsection .chairman .chairman__img {
            flex-basis: 100px;
        }

        .aboutsection .chairman .chairman__details {
            flex-basis: calc(100% - 100px);
            padding-left: 10px;
            font-size: 15px;
        }

            .aboutsection .chairman .chairman__details h2 {
                margin-bottom: 5px;
                font-size: 23px;
            }

        .latestnews__sliderjs {
            max-width: 255px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .latestnews__itemname {
            font-size: 16px;
            height: 63px;
            margin-bottom: 10px;
        }

        .ourservicebanner__descr {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 350px) {
        .footer__topitem {
            flex-basis: 100%;
        }

        .imgsummaries {
            max-width: 290px;
        }

            .imgsummaries .webcasts__img {
                height: 163px;
            }

        .paginationmain ul a {
            margin: 0 3px;
            width: 35px;
            height: 35px;
            font-size: 13px;
        }

        .searchtop__button {
            flex-basis: 85px;
        }

        .searchtop__input {
            flex-basis: calc(100% - 90px);
            padding: 10px;
        }

        .searchtop__filteritem {
            flex-basis: 100%;
        }

            .searchtop__filteritem select {
                padding: 5px 25px 3px 5px;
            }

        .firstsection__undermenu ul a {
            padding: 10px 0 3px;
        }

        .slidervideo__item iframe {
            height: 145px !important;
        }

        .slidervideo .webcasts__img {
            height: 140px;
        }

        .footer__centermenu ul a,
        .bluegradient__upper {
            font-size: 14px;
        }

        .firstsection {
            min-height: 280px;
        }

        .footer {
            padding: 30px 0 10px;
        }

        .videothumbnails__video iframe,
        .videothumbnails--small .videothumbnails__video iframe {
            height: 165px !important;
        }

        .firstsection__undermenu ul a {
            font-size: 15px;
        }

        .header__logo {
            flex-basis: 60px;
        }

        .header__right {
            top: 60px;
        }

        .timelinesection__logo {
            flex-basis: 90px;
        }

        .timelinesection__details {
            padding-right: 15px;
            flex-basis: calc(100% - 90px);
        }

        .timelinesection__date {
            font-size: 24px;
            margin-bottom: 15px;
        }

        .timelinesection__line:first-child .timelinesection__date {
            font-size: 44px;
        }

        .timelinesection__line:first-child .timelinesection__logo {
            flex-basis: 130px;
            margin-bottom: -25px;
        }

        .timelinesection__text {
            font-size: 15px;
        }

        .subcribegr__line {
            max-width: 100%;
        }

        .subcribegr__input {
            flex-basis: 100%;
            margin-bottom: 5px;
            text-align: center;
        }

        .subcribegr__button {
            flex-basis: 100%;
        }

        h1 {
            font-size: 33px;
        }

        .fullvideo__video .webcasts__img {
            height: 175px;
        }

        .header__bottommenu ul li.hassubmenu a {
            padding-right: 55px;
        }

        .bluegradient::before {
            top: -20%;
            width: 200%;
            left: -35%;
        }

        .bluegradient__content {
            width: 100%;
        }

        .breadcrumbsposition {
            top: 85px;
        }

            .breadcrumbsposition + .bluegradient--banner .bluegradient__content {
                margin-top: 35px;
            }

        .footer__topitem:nth-child(5),
        .footer__topitem:nth-child(6) {
            flex-basis: 100%;
        }

        .ourservicebanner__rowtitle .ourservicebanner__icon,
        .ourservicebanner__rowtitle h1 {
            flex-basis: 100%;
            padding-bottom: 20px;
        }

        .ourservicebanner__rowtitle {
            flex-wrap: wrap;
            margin-bottom: 0;
        }
    }

    /*# sourceMappingURL=style.css.map */
