/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
.layout-content {
  width: 1200px; }
  @media only screen and (max-width: 600px) {
    .layout-content {
      padding: 0 20px; } }

.more-link > a {
  display: inline-block;
  border-radius: 1000px;
  border: solid 1px #3480e1;
  padding: 9px 20px 10px;
  min-width: 150px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 0.8889rem;
  transition: all 0.35s ease; }
  .more-link > a:HOVER {
    background: #008aff;
    border-color: #008aff;
    color: #FFFFFF; }

.text-formatted h1, .text-formatted h2, .text-formatted h3, .text-formatted
h4, .text-formatted h5, .text-formatted h6 {
  color: #000000; }

h1.page-title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 35px; }
  @media only screen and (max-width: 767px) {
    h1.page-title {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 30px; }
      .block-page-title-block h1.page-title {
        text-align: center; } }

.field--name-field-title-w-ico__name h2 {
  font-size: 32px; }
  @media only screen and (max-width: 767px) {
    .field--name-field-title-w-ico__name h2 {
      font-size: 20px; } }
.text-formatted h2 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 35px; }
  @media only screen and (max-width: 767px) {
    .text-formatted h2 {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 25px; } }

h3 {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 35px; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 25px; } }

b, strong {
  color: #000000;
  font-weight: 500; }

table {
  border: 0;
  margin: 0 auto 35px;
  min-width: 900px;
  width: 100%; }
  table:last-child {
    margin-bottom: 0; }
  table thead {
    background: #232b7d;
    color: #FFFFFF;
    text-align: left; }
    table thead th {
      font-weight: 700; }
  table th,
  table td {
    border: 0;
    padding: 10px 30px; }
  table tbody tr:nth-child(2n) {
    background: #f3f6ff; }
  table a {
    text-decoration: underline; }
    table a:hover {
      text-decoration: none; }
  @media only screen and (max-width: 767px) {
    table {
      margin: 0 0 25px; } }

.menu-toggle-element {
  width: 14px;
  height: 8px;
  background: url('../img/vector/vector-stripe-2019.svg?1576164026') -104px -199px;
  margin-left: 10px;
  transition: transform 0.5s ease; }
  @media only screen and (min-width: 601px) {
    .menu-toggle-element[data-visible-on="narrow"] {
      display: none; } }
  .menu-toggle-element[opened] {
    transform: rotate(180deg); }

.back-to-top-element {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #008aff url('../img/vector/vector-stripe-2019.svg?1576164026') -255px -190px;
  box-shadow: 2.5px 4.33px 10px 0px rgba(30, 34, 98, 0.4); }

.calculation-result-container {
  display: flex;
  justify-content: space-between;
  background: #1c157c;
  color: #FFFFFF; }
  .calculation-result-container .calculation-result-ext-info {
    flex-grow: 1;
    padding: 30px 25px; }
    .calculation-result-container .calculation-result-ext-info .calculation-result-description {
      line-height: 2.33; }
    .calculation-result-container .calculation-result-ext-info a {
      display: inline-block;
      padding: 3px 20px 4px;
      color: #FFFFFF;
      text-decoration: none;
      border-radius: 1000px;
      background: #008aff;
      border: solid 1px #008aff;
      line-height: normal; }
      .calculation-result-container .calculation-result-ext-info a:hover {
        border-color: #FFFFFF;
        background-color: transparent; }
    .calculation-result-container .calculation-result-ext-info .messages-container .messages {
      all: unset; }
      .calculation-result-container .calculation-result-ext-info .messages-container .messages.messages--warning .messages__item {
        color: #000000 !important;
        border: none !important;
        padding: 8px 12px 8px 35px;
        background: #e2efff;
        border-radius: 4px;
        font-size: 16px;
        position: relative;
        display: block;
        line-height: normal; }
        .calculation-result-container .calculation-result-ext-info .messages-container .messages.messages--warning .messages__item::before {
          content: '';
          width: 17px;
          height: 17px;
          background: url('../img/vector/vector-stripe-2019.svg?1576164026') -485px -195px;
          position: absolute;
          top: 8px;
          left: 10px; }
  .calculation-result-container .calculation-result-values-container {
    background: #328eff;
    position: relative;
    padding: 25px 120px 25px 35px;
    line-height: 2; }
    .calculation-result-container .calculation-result-values-container::after {
      content: '';
      position: absolute;
      width: 103px;
      height: 103px;
      background: url('../img/vector/vector-stripe-2019.svg?1576164026') -350px -195px;
      right: 30px;
      bottom: 30px;
      z-index: 0; }
    .calculation-result-container .calculation-result-values-container .delivery-cost-calculation-result-row {
      position: relative;
      z-index: 20; }
      .calculation-result-container .calculation-result-values-container .delivery-cost-calculation-result-row .value {
        font-weight: 500; }
  @media only screen and (max-width: 600px) {
    .calculation-result-container {
      flex-direction: column; }
      .calculation-result-container .calculation-result-values-container {
        order: -1;
        padding: 20px; }
      .calculation-result-container .calculation-result-ext-info {
        font-size: 16px;
        padding: 20px;
        line-height: 1.875; }
        .calculation-result-container .calculation-result-ext-info .messages-container {
          font-size: 15px; } }

.text-formatted {
  color: #8a8a8b;
  line-height: 2; }
  .text-formatted ul:not(.menu):not(.contextual-links) {
    margin: 0 0 35px 35px; }
    .paragraph--type--two-cols .text-formatted ul:not(.menu):not(.contextual-links) {
      margin-left: 0; }
    .text-formatted ul:not(.menu):not(.contextual-links):last-child {
      margin-bottom: 0; }
    .text-formatted ul:not(.menu):not(.contextual-links) li {
      margin-bottom: 35px;
      padding-left: 35px; }
      .text-formatted ul:not(.menu):not(.contextual-links) li:last-child {
        margin-bottom: 0; }
      .text-formatted ul:not(.menu):not(.contextual-links) li:before {
        content: '';
        top: 15px;
        left: 0;
        background: #1f1788;
        display: block;
        width: 17px;
        height: 4px;
        -moz-transform: skew(-40deg);
        -ms-transform: skew(-40deg);
        -webkit-transform: skew(-40deg);
        transform: skew(-40deg); }
    @media only screen and (max-width: 767px) {
      .text-formatted ul:not(.menu):not(.contextual-links) {
        margin: 0 0 10px 25px; } }
  .text-formatted ol {
    margin-bottom: 35px; }
    .text-formatted ol:last-child {
      margin-bottom: 0; }
    .text-formatted ol li {
      margin-bottom: 10px;
      padding-left: 50px; }
      .text-formatted ol li:before {
        color: #1f1788;
        font-weight: 500; }
      .text-formatted ol li:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .text-formatted ol {
        margin-bottom: 25px; } }
  .text-formatted p {
    margin-bottom: 35px; }
    .text-formatted p:last-child {
      margin-bottom: 0; }
    .text-formatted p img {
      margin: 0; }
    @media only screen and (max-width: 767px) {
      .text-formatted p {
        margin-bottom: 25px; } }
  @media only screen and (max-width: 767px) {
    .text-formatted {
      font-size: 16px;
      line-height: 1.75; } }
  .text-formatted .responsive-table {
    margin-bottom: 35px; }
    .text-formatted .responsive-table:last-child {
      margin-bottom: 0; }
    .table-wrapper {
      border: 1px solid #f3f6ff;
      overflow: auto;
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .text-formatted .responsive-table {
        position: relative; }
        .text-formatted .responsive-table:before, .text-formatted .responsive-table:after {
          content: '';
          position: absolute;
          display: block; }
        .text-formatted .responsive-table:before {
          top: 50%;
          right: 5px;
          margin-top: -7px;
          background: url('../img/vector/vector-stripe-2019.svg?1576164026') no-repeat -54px -396px;
          width: 9px;
          height: 14px;
          z-index: 1; }
        .text-formatted .responsive-table:after {
          top: 0;
          right: 0;
          background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 78%, white 81%, white 100%);
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 78%, white 81%, white 100%);
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 78%, #ffffff 81%, #ffffff 100%);
          width: 90px;
          height: 100%; } }
  .text-formatted img {
    margin-bottom: 35px; }
    .text-formatted img:last-child {
      margin-bottom: 35px; }
  .text-formatted .caption-img {
    margin-bottom: 35px; }
    .text-formatted .caption-img img {
      margin-bottom: 0; }
  .text-formatted figcaption {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .text-formatted figcaption {
        font-size: 15px;
        line-height: 1.26; } }
  .text-formatted .calltracking {
    color: #000000;
    font-weight: 500; }

@media print {
  * {
    margin: 0;
    padding: 0; }

  html, body {
    height: auto; }

  .layout-content {
    width: 100%; } }
#page-toolbar {
  background: #f3f6ff;
  font-size: 14px;
  position: relative;
  z-index: 200; }

header.page-header-container {
  padding: 38px 0 34px;
  z-index: 100; }
  @media only screen and (max-width: 600px) {
    .site-language--tr header.page-header-container {
      padding: 32px 0 15px; } }

.region--toolbar {
  display: flex;
  align-items: center;
  padding: 11px 0; }

.region--header-top,
.region--header {
  flex-wrap: wrap;
  align-items: center; }

@media only screen and (max-width: 1090px) {
  .region--header-top {
    justify-content: center !important; } }

.page-main-container {
  z-index: 90; }

@media only screen and (max-width: 1180px) {
  header .region--header {
    justify-content: center;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 100%; }
    header .region--header .menu--header-menu ul.menu,
    header .region--header .menu--header-menu-2 ul.menu {
      justify-content: center; } }

.header-container__header-top {
  position: relative;
  z-index: 100;
  background: #FFFFFF;
  padding-bottom: 14px; }

.region--header {
  margin-top: 27px; }
  @media only screen and (max-width: 600px) {
    .region--header {
      margin-top: 0px; } }

.under-header-separator {
  background: #1c157c;
  height: 1px; }

.under-header-region-container {
  margin: 0;
  padding: 0;
  background: #1c157c url("../img/rastr/blue-textured-bg.png");
  color: #FFFFFF; }
  .under-header-region-container a {
    color: #FFFFFF; }
  .is-frontpage .under-header-region-container {
    margin-bottom: 235px; }

.region--under-header {
  padding: 40px 0; }

.breadcrumbs-container {
  background: #1c157c url("../img/rastr/blue-textured-bg.png");
  padding: 17px 0 18px; }
@media only screen and (max-width: 767px) {
  .region--breadcrumb {
    -webkit-justify-content: center;
    justify-content: center; } }

footer.page-footer-container {
  background: #232b7d;
  color: #FFFFFF;
  margin-top: 130px; }
  footer.page-footer-container a {
    color: #276ee5; }

.region--footer {
  display: flex;
  padding: 41px 0 33px; }
  @media only screen and (max-width: 600px) {
    .region--footer {
      flex-wrap: wrap; } }

.footer-bottom-container {
  border-top: solid 1px #283da1;
  font-size: 0.77rem;
  color: #a3a2ba;
  padding: 23px 0; }

@media only screen and (max-width: 600px) {
  .region--footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center; } }

.region--narrow-screen-menu {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 19px 0px; }

#narrow-screen-menu {
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  border-top: solid 1px #dfe4f2;
  box-shadow: 5px 8.66px 25px 0 rgba(28, 27, 51, 0.2);
  z-index: 1; }
  #narrow-screen-menu[opened] {
    display: block; }
  #narrow-screen-menu .region--narrow-screen-menu-bottom {
    background: #f3f6ff;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(max-content, 10px));
    justify-content: center;
    grid-gap: 20px;
    font-size: 14px;
    padding: 7px 0; }

.over-header-container {
  text-align: center;
  background: #ff9406;
  color: #000000;
  font-size: 13px;
  line-height: normal;
  padding: 10px 0;
  font-weight: 500; }
  .over-header-container .text-formatted {
    color: inherit;
    line-height: inherit; }

/*# sourceMappingURL=layout.css.map */
