/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles
   ========================================================================== */

/*@font-face {
  font-family: 'PT Sans';
  src: url('/fonts/ReformaGroteskDemiC.eot');
  src: url('/fonts/ReformaGroteskDemiC.eot?#iefix ') format("embedded-opentype"), url('/fonts/ReformaGroteskDemiC.woff') format('woff'), url('/fonts/ReformaGroteskDemiC.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/


html {
  color: #0b0b0b;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'PT Sans', Helvetica, Tahoma, sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
}

/*::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }*/

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

b, strong {
  font-weight: bold;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
    custom styles
     ========================================================================== */
body {
  padding: 0;
  margin: 0;
  width: 100%;
}

html * {
  max-height: 1000000px;
  -moz-text-size-adjust: none;
}

/*ul*/
ul {
  padding: 0 0 0 26px;
  list-style-type: none;
}

  ul li {
    position: relative;
    margin-bottom: 15px;
  }

ul>li::before {
      content: '';
      position: absolute;
      top: 4px;
      left: -26px;
      background-color: #3a4c8c;
      background-image: none;
      height: 16px;
      width: 16px;
      border-radius: 16px;
      margin: 0;
    }

  ul.glaka1w li::before {
    display: none;
  }

.page-content--news ul li::before {
  top: 22px;
}

.newsbody_logo {
  position: relative;
  height: 153px;
  margin-top: -253px;
  margin-bottom: 100px;
  text-align: center;
  background: url(/img/newsbody_logo.png) no-repeat center center;
}

.newsbody_logo_blue {
  position: relative;
  height: 153px;
  margin-top: -253px;
  margin-bottom: 100px;
  text-align: center;
  background: url(/img/newsbody_logo_blue.png) no-repeat center center;
}

.list-small li:before {
  height: 13px;
  width: 13px;
  border-radius: 13px;
}

.post:before,
.nav__item:before,
.policy li:before {
  display: none;
}


.list-styled,
.list-styled-primary {
  list-style-type: none;
  padding: 0 0 0 36px;
}

  .list-styled > li,
  .list-styled-primary > li {
    position: relative;
    margin-bottom: 7px;
  }

    .list-styled > li:before,
    .list-styled-primary > li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-color: transparent;
      background-repeat: no-repeat;
      height: 18px;
      width: 18px;
      margin: 2px 0 0 -36px;
    }

    .list-styled > li:before {
      background-image: url(/img/check_alt_black.svg);
    }

    .list-styled-primary > li:before {
      background-image: url(/img/list-item-blue.png);
      height: 17px;
      width: 20px;
    }

.list-styled_with-headings > li:before {
  margin-top: 9px;
}

.list-unstyled {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

  .list-unstyled > li:before {
    display: none;
  }

.list-inline > li {
  display: inline-block;
}

ol.list-bold {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

  ol.list-bold > li {
    margin: 0;
    padding: 0 0 0 2em;
    list-style-type: none;
    counter-increment: item;
    position: relative;
  }

    ol.list-bold > li:before {
      position: absolute;
      top: 0;
      left: 0;
      padding-right: 0.5em;
      font-weight: bold;
      text-align: right;
      content: counter(item) ".";
    }
/**/
/*star bullit*/
ul.star_y {
  margin: 0;
  display: flex;
  flex-direction: column;
}

  ul.star_y > li {
    background-image: url('/img/bullits/ystar.svg');
  }

  ul.star_y li {
    position: initial;
    /*display: inline-block;*/
    /*display: initial;*/
    background-repeat: no-repeat;
    background-size: 1.1em 1.1em;
    padding-left: 1.2em;
    background-position: 0 0.1em;
    margin-bottom: 0px;
    margin-top: 3px;
  }

    ul.star_y li:before {
      content: none;
    }


/*new bullits*/
ul.glaka1, ul.glaka1g, ul.glaka1w, ul.glaka1db, ul.glaka2, ul.glaka3, ul.glaka4, ul.glaka5, ul.glaka6 {
  margin: 0;
  display: flex;
  flex-direction: column;
  /*align-items:flex-start;*/
}

  ul.glaka1 > li, dl.glaka1 {
    background-image: url('/img/bullits/glaka1.png');
  }

  ul.glaka1g > li, dl.glaka1g {
    background-image: url('/img/bullits/glaka1g.png');
  }

  ul.glaka1w > li, dl.glaka1w {
    background-image: url('/img/bullits/glaka1w.png');
  }

  ul.glaka1db > li, dl.glaka1db {
    background-image: url('/img/bullits/glaka1db.png');
  }

  ul.glaka2 > li, dl.glaka2 {
    background-image: url('/img/bullits/glaka2.png');
  }

  ul.glaka3 > li, dl.glaka3 {
    background-image: url('/img/bullits/glaka3.png');
  }

  ul.glaka4 > li, dl.glaka4 {
    background-image: url('/img/bullits/glaka4.png');
  }

  ul.glaka5 > li, dl.glaka55 {
    background-image: url('/img/bullits/glaka5.png');
  }

  ul.glaka6 > li, dl.glaka6 {
    background-image: url('/img/bullits/glaka6.png');
  }

  ul.glaka1 li, ul.glaka1g li, ul.glaka1w li, ul.glaka1db li, ul.glaka2 li, ul.glaka3 li, ul.glaka4 li, ul.glaka5 li, ul.glaka6 li {
    position: initial;
    /*display: inline-block;*/
    /*display: initial;*/
    background-repeat: no-repeat;
    background-size: 1.2em 1.2em;
    padding-left: 1.2em;
    background-position: 0 0px;
    margin-bottom: 0px;
    margin-top: 3px;
  }

    ul.glaka1 li:before, ul.glaka1g li:before, ul.glaka1db li:before, ul.glaka2 li::before, ul.glaka3 li::before, ul.glaka4 li::before, ul.glaka5 li::before, ul.glaka6 li::before {
      content: none;
    }

ul.gla-noleftpadding {
  padding-left: 0;
}

ul.glaka1.gla-noleftpadding li {
  padding-left: 1.8em;
  background-position: 0 0px;
}

dl.glaka1, dl.glaka1g, dl.glaka1w, dl.glaka2, dl.glaka3, dl.glaka4, dl.glaka5, dl.glaka6 {
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  padding-left: 12px;
}

ul > li > dl.glaka1, ul > li > dl.glaka1g, ul > li > dl.glaka1w, ul > li > dl.glaka2, ul > li > dl.glaka3, ul > li > dl.glaka4, ul > li > dl.glaka5, ul > li > dl.glaka6 {
  margin-left: 12px;
}

dl.attrs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 3px 0 0px 0;
}

  dl.attrs dt {
    width: 30%;
    margin: 0 0 0px 0;
    padding: 0;
    display: flex;
    box-sizing: border-box;
    align-items: flex-end;
    position: relative;
    word-break: break-word;
  }

    dl.attrs dt span {
      padding-right: 5px;
      background: #fff;
      position: relative;
    }

  dl.attrs dd {
    width: 70%;
    display: flex;
    box-sizing: border-box;
    align-items: flex-end;
    margin: 0 0 0px 0;
    padding: 0 0 0 5px;
    word-break: break-word;
  }

@media (min-width: 480px) {
  ul.glaka1 li, ul.glaka1g li, ul.glaka1w li, ul.glaka2 li, ul.glaka3 li, ul.glaka4 li, ul.glaka5 li, ul.glaka6 li {
    background-size: 1.1em 1.1em;
    padding-left: 1.15em;
    background-position: 0 1px;
    margin-bottom: 0px;
    margin-top: 5px;
  }

  dl.glaka1, dl.glaka1g, dl.glaka1w, dl.glaka2, dl.glaka3, dl.glaka4, dl.glaka5, dl.glaka6 {
    background-size: 1.1em 1.1em;
    padding-left: 20px;
  }

  dl.attrs {
    margin: 5px 0 0px 0;
  }

  ul > li > dl.glaka1, ul > li > dl.glaka1g, ul > li > dl.glaka1w, ul > li > dl.glaka2, ul > li > dl.glaka3, ul > li > dl.glaka4, ul > li > dl.glaka5, ul > li > dl.glaka6 {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  ul.glaka1 li, ul.glaka1g li, ul.glaka1w li, ul.glaka2 li, ul.glaka3 li, ul.glaka4 li, ul.glaka5 li, ul.glaka6 li {
    background-size: 1.1em 1.1em;
    padding-left: 1.15em;
    background-position: 0 3px;
    margin-bottom: 0px;
    margin-top: 0.42em;
  }

  dl.glaka1, dl.glaka1g, dl.glaka1w, dl.glaka2, dl.glaka3, dl.glaka4, dl.glaka5, dl.glaka6 {
    background-size: 1.1em 1.1em;
    padding-left: 30px;
    margin-left: 26px;
  }

  dl.attrs {
    margin: 10px 0 0px 0;
  }

  ul > li > dl.glaka1, ul > li > dl.glaka1g, ul > li > dl.glaka1w, ul > li > dl.glaka2, ul > li > dl.glaka3, ul > li > dl.glaka4, ul > li > dl.glaka5, ul > li > dl.glaka6 {
    margin-left: 30px;
  }
}
/**/

h1 {
  /*text-transform: uppercase;*/
  color: #2a3e73;
  font-size: 40px;
}

h2, .h2 {
  font-size: 21px;
  color: #2a3e73;
  /*text-transform: uppercase;*/
  /*font-weight: normal;*/
  margin: 50px 0 30px 0;
}

  h2 a, .h2 a {
    color: #111;
  }

.container {
  font-size: 12px;
}

a:hover {
  text-decoration: none;
}

h3, .h3 {
  /*font-size: 25px;*/
  font-size: 18px;
  color: #00265d;
  /*text-transform: uppercase;*/
  margin: 30px 0 10px 0;
  line-height: 1.2;
}

  h3 a, .h3 a {
    color: #2a3e73;
  }

h4, .h4 {
  margin: 10px 0;
  font-size: 24px;
  color: #2a3e73;
  font-weight: bold;
}

p {
  margin: 0 0 25px 0;
}


html,
body {
  height: 100%;
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.content {
  position: relative;
  z-index: 1;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/***/
/*.header::before {
    content: '';
    display: block;
    height: 8px;
    background-image: linear-gradient(to right, #00569f, #0687a4);
  }*/

.heading_list {
  font-size: 30px;
}

.header-top {
  background-color: #0d4381;
  color: #fff;
}

.header-newtop {
  background-image: linear-gradient(to right, #00569f, #0687a4);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
}

.old-site {
  display: inline-block;
}

.old-site-link {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #95aad2;
}

@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .copyright_main {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}



@media (min-width: 768px) {
  .container {
    max-width: none;
  }

  .container {
    font-size: 16px;
  }

  .copyright_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .container {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.content-headers {
  overflow: hidden;
  padding: 0;
}

.header-top-inner {
  display: -ms-grid;
  display: grid;
  text-align: center;
  min-height: 30px;
}


@media (min-width:768px) {
  .header-top-inner {
    text-align: left;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "first second third";
    padding: 5px 0;
  }

  .old-site-container {
    grid-area: first;
  }

  .tel-container {
    grid-area: second;
  }

  .lk {
    grid-area: third;
  }
}


@media (min-width:768px) {
  .old-site-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .tel-container {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .lk {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}


@media (min-width:768px) {
  .old-site-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .tel-container {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .lk {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.lang-switcher {
  color: #fff;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  background-color: #1f3d74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-right: 30px;
}

  .lang-switcher li {
    margin: 0;
    padding: 5px 13px;
  }

.lang-switcher__link {
  text-decoration: none;
  color: #95aad2;
}

@media (min-width: 500px) {
  .lang-switcher {
    display: inline-block;
    font-size: 10px;
  }

    .lang-switcher li {
      padding: 10px 5px;
    }
}

.switcher-container {
  height: 100%;
}

.switcher-container,
.tel-container,
.address-container {
  padding: 0 5px;
}

.address-container {
  text-align: right;
}

.tel {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-family: Arial;
}

.tel__icon {
  fill: #fff;
  width: 10px;
  height: 10px;
}

.lk {
  text-align: right;
}

.lk__icon {
  fill: #fff;
  width: 14px;
  height: 14px;
}

.lk__title {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

  .lk__title::before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 18px;
    background-image: url(/img/key.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 10px;
  }

  .lk__title:hover {
    text-decoration: underline;
  }

@media (max-width: 767px) {
  .lk {
    display: none;
  }
}

.address {
  background-color: #de3033;
  padding: 0 0 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 5px;
}

/*header-bottom*/
.header-bottom {
  padding: 33px 0 30px;
  position: relative;
}

.header-bottom-inner {
  position: relative;
}

.logo {
  padding: 0 15px 0 0;
}

  .logo a {
    text-decoration: underline;
  }

.logo__img {
  max-width: 100%;
  margin-top: -16px;
}

.logo__heading {
  padding: 0 9% 0 0;
  margin: 0;
}

@media (max-width: 1023px) {
  .nav-container {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 0;
    display: none;
  }
}
/*
.hamburger-container {
  padding: 0 15px 0 0;
}

.hamburger {
  padding: 0;
  width: 38px;
  height: 38px;
}

.hamburger-box {
  width: 38px;
  height: 38px;
}
*/
.search {
  display: none;
}

@media (min-width: 1024px) {
  .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .search {
    display: block;
  }
}

.nav-container.is-active {
  opacity: 1;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav {
  /*background-color: #2a3e73;*/
  list-style-type: none;
  padding: 35px 40px;
  margin: 0;
}

@media (max-width: 1023px) {
  .header .nav {
    background-color: #2a3e73;
  }
}

.header .nav__item {
  padding: 20px 0;
  margin-bottom: 0;
  text-align: center;
}

  .header .nav__item:before {
    display: none;
  }

  .header .nav__item.is-active span {
    font-weight: bold;
  }

/* .header .nav__item:not(:last-child) {
      border-bottom: 1px solid #fff;
    } */

.header .nav__title {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
}

  .header .nav__title:hover {
    text-decoration: underline;
  }

  .header .nav__title.is-active {
    font-weight: bold;
  }

.footer .nav {
  list-style-type: none;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
  margin: 25px 0 0 0;
}

.footer .nav__item {
  margin-bottom: 16px;
}

.footer .nav__title {
  text-decoration: none;
}

.btn, .pseudo-btn {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #283d75;
  background-color: #283d75;
  padding: 1px 40px 2px;
  text-decoration: none;
}

.hero {
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  padding: 25px 22px 40px;
  margin-bottom: 3px;
}

@media (min-width: 992px ) {
  .hero {
    /*min-height: 464px;*/
    min-height: 234px;
  }
}

.hero_main {
  background-size: cover;
}

.hero_main {
  background-image: url(/img/hero-small.jpg);
}

.hero h2 {
  font-size: 38px;
  line-height: 1;
  color: #1f3d74;
  text-transform: none;
}

.hero__content {
  width: 70%;
}

.hero__description {
  color: #2a3e73;
  font-size: 15px;
  /*font-weight: bold;*/
  margin-top: 18px;
}

.hero_right .hero__preview {
  padding: 0;
}

.hero__btn {
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 70px;
  font-size: 18px;
}

.hero_right {
  background-position: left top;
  padding: 0;
}

  .hero_right .hero__content {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero_right h2 {
    font-size: 45px;
  }

  .hero_right .hero__description {
    font-size: 20px;
  }

.hero__image {
  display: block;
  width: 100%;
  border-bottom: 7px solid #2a3e73;
}
/**/
.infolinks {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
  border-top: 3px solid #0e3e7a;
}


.infolinks__item {
  display: block;
  margin-bottom: 3px;
  text-align: center;
}

  .infolinks__item img {
    max-width: 100%;
  }

.block-tiles_plain .block-tiles__heading {
  text-align: center;
  padding-top: 35px;
}

.tile {
  color: #111;
  text-align: center;
  margin: 50px 0 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tile__img {
  margin-bottom: 30px;
}

.block-tiles_plain .tile__item {
  margin-bottom: 45px;
}

.block-tiles_plain .tile__title {
  /**/
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0 25px;
}

.block-tiles_bordered .tile {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0 50px;
}

.block-tiles_bordered .tile__item {
  margin-bottom: 6px;
}

@media (min-width:992px) {
  .block-tiles_bordered .tile__item {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 25%;
  }
}

.block-tiles_bordered .tile__content {
  -webkit-box-shadow: 6.5px 11.258px 49px rgba(0,0,0,0.2);
  box-shadow: 6.5px 11.258px 49px rgba(0,0,0,0.2);
  background-color: #ffffff;
  height: 100%;
  margin: 3px;
  padding: 30px;
}


/*news*/
.posts {
  list-style-type: none;
  padding: 0;
}

.slider-posts__item {
  padding: 10px;
  height: 100%;
  position: relative;
  margin-bottom: 11px;
}

.post {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 5px #dfdfdf;
  box-shadow: 0 0 5px #dfdfdf;
  background-color: #fff;
  min-height: 290px;
}

.post__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  /*min-height: 270px;*/
  width: 100%;
  font-size: 16px;
  color: #333;
  padding: 10px 10px 15px;
}

.post__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.3;
  background-image: url(/img/post-bg.jpg);
  background-size: cover;
  background-position: top center;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.post:hover .post__bg {
  opacity: 0;
}

.post__content {
  position: relative;
  z-index: 1;
}

.post__title {
  text-decoration: none;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 23px;
}

.post__more {
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 1;
}

.more-link {
  color: #333333;
}

.post__meta {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post__date {
  color: #767676;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.post__msg {
  color: #d71f40;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.post__msg_event {
  color: #154795;
  white-space: nowrap;
}

.post__msg[data-archive="1"] {
  color: #ccc;
}

/*archive*/
.archive-posts {
  margin-bottom: 30px;
}

  .archive-posts .slider-posts__item {
    height: auto;
    margin-bottom: 0;
    padding: 10px;
  }

.page-title-container {
  font-family: 'PT Sans';
  padding: 50px 30px;
  -webkit-box-shadow: 6.5px 11.258px 49px #dededf;
  box-shadow: 6.5px 11.258px 49px #dededf;
  background-color: #ffffff;
  margin-bottom: 15px;
}

.page-title {
  font-size: 60px;
  color: #0e407b;
  text-transform: uppercase;
  margin: 0;
}
/*-----*/
.page-content-bg-2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px 20px 60px;
}

.page-content-inner-2 {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 35px 15px 35px 15px;
}

  .page-content-inner-2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to right, #f3db7d, #DB852E);
    top: 0;
  }

@media (min-width: 992px) {
  .page-content-bg-2 {
    padding: 80px 80px 160px;
  }

  .page-content-inner-2 {
    padding: 40px;
  }
}
/*-----*/


.page-content {
  /*padding: 0 30px;*/
  font-size: 20px;
  color: #00265d
}

  .page-content img {
    max-width: 100%;
  }

  .page-content p {
    margin: 0 0 3%;
  }

    .page-content p:last-child {
      margin: 0;
    }

.page-content--rounded,
.page-content--standart {
  padding: 0;
}

.page-content-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 40px;
}

.page-content--rounded .page-content-bg,
.page-content--standart .page-content-bg {
  padding: 20px 20px 60px;
}

.page-content--rounded .page-content-inner,
.page-content--standart .page-content-inner {
  padding: 15px;
}

.page-content--rounded .page-content-inner {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
}

.page-content--standart .page-content-inner {
  background-color: rgba(255, 255, 255, 0.9);
}

.page-content--golden .page-content-inner {
  background-color: rgba(0, 38, 93, 0.8)
}

.page-content--golden-white .page-content-inner {
  background-color: rgba(255, 255, 255, 0.93)
}

.page-content--schedule .page-content-inner {
  background-color: rgba(255, 255, 255, 0.75)
}

.page-content--standart .page-content-inner,
.page-content--golden .page-content-inner,
.page-content--golden-white .page-content-inner {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-content--schedule .page-content-inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

  .page-content--schedule .page-content-inner p {
    line-height: 1.2;
  }

.page-content--standart .page-content-inner::before,
.page-content--standart .page-content-inner::after,
.page-content--golden .page-content-inner::before,
.page-content--golden .page-content-inner::after,
.page-content--golden-white .page-content-inner::before,
.page-content--golden-white .page-content-inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(to right, #f3db7d, #DB852E);
}

.page-content--schedule .page-content-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: linear-gradient(to right, #ead691,#ead691,#8b7032,#ead691);
}

.page-content--standart .page-content-inner::before,
.page-content--golden .page-content-inner::before,
.page-content--golden-white .page-content-inner::before,
.page-content--schedule .page-content-inner::before {
  top: 0;
}

.page-content--standart .page-content-inner::after,
.page-content--golden .page-content-inner::after,
.page-content--golden-white .page-content-inner::after,
.page-content--schedule .page-content-inner::after {
  bottom: 0;
}



.page-content.page-content--schedule {
  max-width: 640px;
  margin: 0 auto;
}



.page-content--light .page-content-bg {
  background-color: #F5F5F5;
  -webkit-box-shadow: 5px 10px 50px #dededf;
  box-shadow: 5px 10px 50px #dededf;
}

.page-content--golden {
  color: #fff
}

  .page-content--golden .page-content-inner::before,
  .page-content--golden .page-content-inner::after {
    background-image: linear-gradient(to right, #B7A86E, #957A40, #CCB270);
  }

.page-content--golden-white .page-content-inner::before,
.page-content--golden-white .page-content-inner::after {
  background-image: linear-gradient(to right, #bba66d,#937a3a,#bba66d,#ccb370);
}


.page-content--withimage .heading-invert {
  margin: 0 -15px;
}



.text-light {
  color: #fff;
  padding: 15px 40px;
}

.text-light2 {
  color: #fff;
  padding: 10px 40px;
}


.page-preview-small {
  width: 25%;
}

.page-preview-small-link {
  display: inline-block;
  width: 25%;
}

.gallery-wrapper {
  overflow: hidden;
  height: 195px;
  position: relative;
  padding-bottom: 32px;
  -webkit-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}

.gallery-wrapper_opened {
  overflow: visible;
  height: auto !important;
}

.gallery-wrapper-more {
  background-color: #fff;
  padding: 5px;
  text-align: center;
  /*display: none;*/
}

.gallery-wrapper-more__button {
  font-size: 14px;
  color: #333433;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  padding: 5px;
}

  .gallery-wrapper-more__button .more,
  .gallery-wrapper-more__button .close {
    display: none;
  }

/*.gallery-wrapper-more__button .more.is-visible,
      .gallery-wrapper-more__button .close.is-visible*/


.gallery-wrapper + .gallery-wrapper-more .close,
.gallery-wrapper.is-collapsed + .gallery-wrapper-more .more {
  display: inline-block;
}

.gallery-wrapper.is-collapsed + .gallery-wrapper-more .close {
  display: none;
}

.gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery {
  position: relative;
  display: block;
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*background-size: contain;*/
}

@media (min-width: 768px) {
  .gallery {
    -ms-flex-preferred-size: calc(25% - 10px);
    flex-basis: calc(25% - 10px);
  }
}

.gallery::before {
  content: '';
  display: block;
  padding-top: 70%;
}

.productfilter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.productfilter_begunok,
.productfilter_photo {
  margin-top: 28px;
  margin-bottom: 28px;
}

.productfilter__item {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  text-align: center;
  position: relative;
  font-size: 13px;
  padding: 0 5px;
}

.productfilter_begunok .productfilter__item
/*,.productfilter_photo .productfilter__item*/ {
  /*text-transform: none;*/
}

.productfilter__item::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #d9d9d9;
  position: absolute;
  top: 6px;
  height: 2px;
}

.productfilter__item:not(:first-child)::before {
  left: 0;
}

.productfilter__item:first-child::before {
  width: 50%;
  right: 0;
}

.productfilter__item:last-child::before {
  width: 50%;
}

.productfilter__item:first-child:last-child::before {
  display: none;
}

.productfilter__dot {
  position: relative;
  background-color: #fff;
  height: 13px;
  width: 13px;
  margin: 0 auto 3px;
  border: 2px solid #d9d9d9;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-active .productfilter__dot {
  border-color: #02265b;
}

  .is-active .productfilter__dot::before {
    content: '';
    display: inline-block;
    background-color: #02265b;
    height: 5px;
    width: 5px;
    border-radius: 5px;
  }

/*b-catalog*/
.b-catalog__item {
  padding: 0;
}

  .b-catalog__item.is-hidden {
    display: none;
  }

.b-catalog__inner {
  position: relative;
  display: block;
  height: 237px;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-left: 25px;
  background-position: top right;
  margin-bottom: 6px;
  -webkit-box-shadow: 6px 11px 49px #dededf;
  box-shadow: 6px 11px 49px #dededf;
}

@media (max-width: 991px) {
  .b-catalog__inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    /*background-image: -webkit-gradient(linear, left top, right top, color-stop(27%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0.001)));
      background-image: -webkit-linear-gradient(left, #ffffff 27%, rgba(255, 255, 255, 0.001) 70%);
      background-image: -o-linear-gradient(left, #ffffff 27%, rgba(255, 255, 255, 0.001) 70%);
      background-image: linear-gradient(to right, #ffffff 27%, rgba(255, 255, 255, 0.001) 70%);
      height: 100%;
      z-index: 0;*/
  }
}

@media (min-width: 1140px) {
  .b-catalog__inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    /*background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffffff), color-stop(40%, rgba(255, 255, 255, 0.001)));
      background-image: -webkit-linear-gradient(left, #ffffff 20%, rgba(255, 255, 255, 0.001) 40%);
      background-image: -o-linear-gradient(left, #ffffff 20%, rgba(255, 255, 255, 0.001) 40%);
      background-image: linear-gradient(to right, #ffffff 20%, rgba(255, 255, 255, 0.001) 40%);
      height: 100%;
      z-index: 0;*/
  }
}

.b-catalog__title {
  position: absolute;
  top: 75%;
  right: 0;
  transform: translateY(-50%);
  width: 265px;
  font-size: 18px;
  color: #273f77;
  text-decoration: none;
  text-align: center;
  z-index: 1;
}

@media (min-width: 481px) {
  .b-catalog__title {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 32%;
    font-size: 30px;
    color: #273f77;
    text-decoration: none;
    text-align: left;
    z-index: 1;
  }
}

.products {
  margin-bottom: 20px;
}

.product__title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.product__title_modal {
  color: #2a3e73;
  font-size: 22px;
  font-family: 'PT Sans';
  text-align: left;
  line-height: 1.3;
}

.product__preview {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
}

.product__desc {
  font-size: 16px;
}

  .product__desc p:last-child {
    margin-bottom: 0;
  }

.product__preview_modal {
  width: 100%;
}
/* The Modal (background) */
.js-trigger-modal {
  cursor: pointer;
}

.modal {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

  .modal.is-visible {
    display: block;
    opacity: 1;
    transition: all 1s;
  }

/* Modal Content/Box */
.modal-content {
  background-color: rgba(255,255,255,0.9);
  margin: 6vh auto;
  width: 100%;
  max-width: 755px;
  padding: 25px 25px 0;
}

.modal-content-inner {
  background-color: #fff;
  padding: 25px;
}

/* The Close Button */
.modal-close {
  font-size: 14px;
  color: #333433;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  text-decoration: underline;
}

  .modal-close:hover,
  .modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
/*slider*/

.slick-list {
  z-index: 1;
}

.slider-main .slick-prev,
.slider-main .slick-next {
  top: 50%;
  text-indent: -99999px;
  width: 45px;
  height: 82px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}

.slider-main .slick-prev {
  right: auto;
  left: 17px;
}

.slider-main .slick-next {
  right: 17px;
}

  .slider-main .slick-prev:before,
  .slider-main .slick-next:before {
    width: 45px;
    height: 82px;
    display: block;
  }

.slider-main .slick-prev:before {
  background-image: url(/img/slider/slider-prev.png);
}

.slider-main .slick-next:before {
  background-image: url(/img/slider/slider-next.png);
}
/*slider posts*/
.slider-posts_main {
  margin-bottom: 30px;
}

.slider-posts .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

.is-hidden {
  display: none;
}

.press-container {
  position: relative;
}

.promo-container-actual,
.promo-container-all,
.events-container-actual,
.events-container-all,
.news-container-actual,
.news-container-all {
  position: absolute;
  top: 0;
  width: 100%;
}

.press-container .slick-prev,
.press-container .slick-next {
  top: -94px;
}

@media (min-width: 576px) {
  .press-container .slick-prev,
  .press-container .slick-next {
    top: -42px;
  }
}

/*distributors*/
.distribs {
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 1.7;
}

  .distribs.white, .distribs.net_white {
    background-image: linear-gradient(90deg, #00569f 0%, #0687a4 100%);
    margin-bottom: 0;
  }

  .distribs.black, .distribs.net_black, .distribs.inet_black {
    background-image: linear-gradient(90deg, #000000 0%, #636363 100%);
    margin-bottom: 0;
  }

  .distribs.rules {
    background-image: linear-gradient(90deg, #00569f 0%, #0687a4 100%);
  }

.rules_big {
  color: #0688a5;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.rules_small {
  color: #0688a5;
  text-transform: uppercase;
  font-weight: bold;
}



.distrib_list {
  border-collapse: collapse;
  width: 100%;
  border: 0;
}

  .distrib_list td,
  .distrib_list th {
    padding: 10px;
    vertical-align: top;
    text-align: center;
    color: #074181;
    border: solid 3px white;
  }

  .distrib_list th {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
  }

  .distrib_list tr:nth-child(2n+1) th, .distrib_list tr:nth-child(2n+1) td {
    background: #ededed;
  }

  .distrib_list tr:first-child th {
    border-top: 0;
  }

  .distrib_list th:first-child, .distrib_list td:first-child {
    border-left: 0;
  }

  .distrib_list th:last-child, .distrib_list td:last-child {
    border-right: 0;
  }

  .distrib_list a {
    text-decoration: none;
    color: #074181;
  }

/**/
/*KFS PRODUCTS*/
.struc_time {
  border-collapse: collapse;
  width: 100%;
  border: 0;
  background-image: linear-gradient(90deg, #1d7395 0%, #16427f 100%, #16427f 100%);
}

  .struc_time td {
    padding: 6px;
    vertical-align: top;
    text-align: center;
    color: #16427f;
    border: solid 1px #1d7395;
  }

  .struc_time th {
    padding: 6px 18px;
    vertical-align: top;
    text-align: center;
    color: #fff;
    border: solid 1px transparent;
    background: none;
    text-transform: uppercase;
    font-weight: normal;
  }

  .struc_time tr:first-child th {
    padding: 0px 18px 36px 18px;
  }

  .struc_time tr:nth-child(2n+1) td {
    background: #d8d8da;
    border: solid 1px #1d7395;
  }

  .struc_time tr:nth-child(2n) td {
    background: #fff;
    border: solid 1px #1d7395;
  }



.products[data-type=kfs-bracelet] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.js .series .products[data-type=standart],
.js .series .products[data-type=kfs-bracelet] {
  display: none;
}

.js .series.is-active .products[data-type=standart],
.js .series.is-active .products[data-type=kfs-bracelet] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-bestseller] {
  position: relative;
}

  [data-bestseller]::before {
    content: '';
    position: absolute;
    display: block;
    height: 65px;
    top: 28px;
    right: 24px;
  }

[data-bestseller='1']::before {
  width: 78px;
  background-image: url(/img/bestseller.png);
}

[data-bestseller='2']::before {
  width: 78px;
  height: 64px;
  background-image: url(/img/znak_11.svg);
}

[data-bestseller='3']::before {
  width: 78px;
  height: 64px;
  /*background-image: url(/img/zima.svg);*/
  background-image: url(/img/kfs_zima2020.png);
}

[data-bestseller='4']::before {
  width: 78px;
  height: 39px;
  top: 38px;
  background-image: url(/img/znak12.jpg);
}

[data-bestseller='5']::before {
  width: 78px;
  height: 63px;
  background-image: url(/img/13years_PR1.png);
}

[data-bestseller='6']::before {
  width: 78px;
  width: 65px;
  background-image: url(/img/8el_65.png);
}

[data-bestseller='7']::before {
  width: 100px;
  height: 38px;
  right: 12px;
  background-image: url(/img/lim_edition.png);
}

[data-bestseller='8']::before {
  width: 65px;
  background-image: url(/img/coming_soon.png);
}

[data-bestseller='9']::before {
  left: 24px;
  background-image: url(/img/zok_l.png),url(/img/zok_r2.png);
  background-repeat: no-repeat,no-repeat;
  background-position: top left,top right;
}

[data-bestseller='10']::before {
  width: 65px;
  background-image: url(/img/zok_l.png);
  background-repeat: no-repeat;
  background-position: top left;
}

[data-bestseller='11']::before {
  left: 24px;
  background-image: url(/img/15_years.png),url(/img/8el_65.png);
  background-repeat: no-repeat,no-repeat;
  background-position: top left,top right;
}

[data-bestseller='12']::before {
  left: 24px;
  background-image: url(/img/atiraz.png),url(/img/8el_65.png);
  background-repeat: no-repeat,no-repeat;
  background-position: top left,top right;
}

[data-bestseller='13']::before {
  width: 78px;
  left: 24px;
  background-image: url(/img/fc_new_left2.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

[data-bestseller='14']::before {
  left: 24px;
  background-image: url(/img/logo16n.png),url(/img/8el_65.png);
  background-repeat: no-repeat,no-repeat;
  background-position: top left,top right;
}

[data-bestseller='15']::before {
  width: 78px;
  left: 24px;
  background-image: url(/img/logo16n.png);
  background-repeat: no-repeat;
  background-position: top right;
}

[data-bestseller='16']::before {
  left: 24px;
  background-image: url(/img/nopr_znak.png),url(/img/8el_65.png);
  background-repeat: no-repeat,no-repeat;
  background-position: top left,top right;
}

[data-bestseller='17']::before {
  left: 24px;
  right: 12px;
  background-image: url(/img/lim_edition.png),url(/img/8el_65.png);
  background-repeat: no-repeat,no-repeat;
  background-position: top left,top right;
}

[data-bestseller='18']::before {
  left: 24px;
  background-image: url(/img/atiraz.png), url(/img/znak/17years.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
}

[data-bestseller='19']::before {
  width: 65px;
  background-image: url(/img/znak/17years.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.og13 {
  display: block;
  width: 65px;
  height: 69px;
  position: absolute;
  top: 28px;
  left: 24px;
  background-image: url(/img/5element13.png);
}

.og14 {
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 28px;
  left: 24px;
  background-image: url(/img/14years.png);
}


.cosmetics__item [data-bestseller='1']::before {
  top: -28px;
  right: auto;
  left: 24px;
}


.products[data-type=standart] .product__item {
  padding: 15px 0;
}

.products[data-type=kfs-bracelet] .product__item {
  padding: 20px 0;
}


.products[data-type=standart] .product__content,
.products[data-type=kfs-bracelet] .product__content {
  text-align: center;
  margin: 0;
  padding: 0 15px;
  height: 100%;
}

.products[data-type=supplements] .product__content {
  text-align: center;
}

@media (min-width: 576px) {
  .products[data-type=kfs-bracelet] .product__content {
    padding: 30px 15px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .products[data-type=standart] .product__item:not(:nth-child(2n)) .product__content,
  .products[data-type=kfs-bracelet] .product__item:not(:nth-child(2n)) .product__content {
    border-right: 1px solid #00265d;
  }

  .products[data-type=kfs-bracelet] .product__item:last-child .product__content {
    border-right: 0;
  }
}

@media (min-width: 992px) {
  .products[data-type=standart] .product__item:not(:nth-child(4n)) .product__content,
  .products[data-type=kfs-bracelet] .product__item:not(:nth-child(3n)) .product__content {
    border-right: 1px solid #00265d;
  }

  .products[data-type=kfs-bracelet] .product__item:last-child .product__content {
    border-right: 0;
  }

  .products[data-type=standart] .product__item {
    border-bottom: 1px solid #00265d;
  }
}

.series .products[data-type=standart] .product__title,
.series .products[data-type=kfs-bracelet] .product__title {
  color: #2a3e73;
  margin-bottom: 12px;
  font-size: 24px;
  font-family: 'PT Sans';
}

.products[data-type=standart] .product__image,
.products[data-type=kfs-bracelet] .product__image {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 153px;
}
/*kfs modal*/
.products[data-type=standart] .product__preview_modal,
.products[data-type=kfs-bracelet] .product__preview_modal {
  height: 212px;
  width: auto;
}

.products[data-type=kfs-bracelet] .product__title_modal,
.products[data-type=standart] .product__title_modal,
.series .products[data-type=standart] .product__title_modal {
  /*font-size: 51px;*/
  /*font-size: 2.83em;*/
  font-size: 2.5em;
}
/*supplements*/
.products[data-type=supplements] .product__title {
  font-size: 22px;
  color: #2a3e73;
  font-family: 'PT Sans';
}

.products[data-type=supplements] .product__desc {
  font-size: 22px;
  color: #2a3e73;
  font-family: 'PT Sans';
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  margin-top: 2px;
}

.products[data-type=supplements] .product__image {
  max-width: 100%;
  margin-bottom: 12px;
}

.product__content {
  padding-bottom: 27px;
}

.products[data-type=supplements] .product__preview_modal {
  max-width: 100%;
}

.discontinued {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 3px;
  color: #2a3e73;
  font-family: 'PT Sans';
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfc57b), to(#ceba7f));
  background-image: -webkit-linear-gradient(#dfc57b, #ceba7f);
  background-image: -moz-linear-gradient(#dfc57b, #ceba7f);
  background-image: -o-linear-gradient(#dfc57b, #ceba7f);
  background-image: linear-gradient(#dfc57b, #ceba7f);
}

  .discontinued .discontinued__text {
    background-color: #efefef;
    padding: 1px 5px;
    font-size: 16px;
  }

/**/
.page-preview {
  max-width: 100%;
  -webkit-box-shadow: 6.5px 11.258px 49px #dededf;
  box-shadow: 6.5px 11.258px 49px #dededf;
  margin-bottom: 30px;
}

.bg-gelmint__title {
  font-size: 46px;
  color: #2a3e73;
  text-transform: uppercase;
}


/*SUBS*/
.block-subscription {
  background-color: #f6f3e9;
  padding: 30px 20px;
}

.form {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2rem + 2px);
  padding: .25rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #2a3f74;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-group {
  margin-bottom: 1.5rem;
}

.btn-subscribe {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}


.font-xs {
  font-size: 14px;
}

.block-center {
  display: block;
  margin: 0 auto;
}

.colored, .colored a {
  color: #2a3f74;
}

.factors__item {
  text-align: center;
  margin-bottom: 45px;
}

.factors__preview {
  min-height: 90px;
}

.factors__content {
  margin-top: 25px;
  font-weight: bold;
}

/*Headings*/
.heading-primary,
.heading-secondary,
.heading-extra,
.heading-invert {
  display: block;
  color: #fff;
  text-align: center;
}


.heading-primary,
.heading-extra {
  text-transform: uppercase;
}

.heading-primary,
.heading-secondary,
.heading-extra {
  font-size: 21px;
  padding: 10px;
  margin-left: -15px;
  margin-right: -15px;
}


.heading-primary {
  background-color: #76a74b;
  margin-top: 30px;
}

.heading-secondary,
.heading-invert {
  background-color: #00265d;
}

.heading-invert {
  padding: 25px;
}

.heading-h1-golden {
  font-size: 60px;
  margin-top: 0;
  color: #b18d43;
  background: -webkit-linear-gradient(0deg, #bba56d 8%, #ead7a7 32%, #bba56d 72%, #ccb370 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.heading-golden {
  color: #b18d43;
  background: -webkit-linear-gradient(45deg, #d7c173, #b18d43);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-wite {
  color: #fff;
  text-shadow: 2px 3px 1px rgba(0, 17, 62, 0.68);
}

.block-golden {
  background-color: #bba56d;
  background-image: linear-gradient(90deg, #bba56d 8%, #937939 32%, #bba56d 72%, #ccb370 100%);
  padding: 15px 0;
}

.block-golden-2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #f3db7d, #DB852E);
}

.block-golden-2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to left, #f3db7d, #DB852E);
}

.block-golden-3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background-image: linear-gradient(to bottom, #f3db7d, #DB852E);
}

.block-golden-4::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-image: linear-gradient(to top, #f3db7d, #DB852E);
}

.heading-extra {
  background-color: #c5a074;
}

.heading-inblock {
  color: #111;
  /*text-decoration: underline;*/
}

.heading-blue {
  color: #0f5f89;
}

.heading-kedr {
  color: #017767;
}

.heading-3white {
  color: #fff;
  font-weight: normal;
}

.heading-secondary,
.heading-extra {
  font-size: 30px;
  margin-left: 0;
  margin-right: 0;
}

.container > .heading-primary:first-child,
.container h2:first-child {
  margin-top: 0;
}


/**/

.block-featured-large {
  background-color: #f9f6c3;
  background-image: url(/img/block-featured_large.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0 15px 21px 15px;
}



.block-howto {
  background-image: url(/img/green-top.jpg),url(/img/green-bottom.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: contain, contain;
  padding-bottom: 40px;
}

.close {
  font-size: 14px;
  color: #333433;
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.lead {
  background-color: #a87fa8;
  padding: 20px 70px;
  margin: 26px 0;
  font-size: 18px;
  color: #fefefe;
}

/*table*/
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

table {
  border-collapse: collapse;
}

  table td, table th {
    /*border-bottom: 1px solid #000;*/
    padding: 15px;
  }

.table {
  border-spacing: 9px;
  border-collapse: separate;
  width: 100%;
}

  .table td,
  .table th {
    -webkit-box-shadow: 0px 0px 10px #dededf;
    box-shadow: 0px 0px 10px #dededf;
    padding: 15px;
    vertical-align: top;
    border-bottom: 0;
  }

  .table th,
  /*.schedule__table table tr:first-child td,
    .schedule__table table td[rowspan]:first-child,*/
  .schedule__table table .featured {
    background-color: #00265d;
    color: #fff;
    text-align: center;
  }

    .table th p:last-child,
    .table td p:last-child {
      margin-bottom: 0;
    }

.schedule__table tr td[rowspan] + :not(td[rowspan]) {
  white-space: nowrap;
}

.table_prod {
  border-spacing: 9px;
  border-collapse: separate;
}

  .table_prod td,
  .table_prod th {
    vertical-align: top;
    border-bottom: 0;
  }

  .table_prod th {
    background-color: #1a234f;
    color: #fff;
    text-align: center;
  }

  .table_prod td {
    background-color: #bed8e1;
    color: #1a234f;
    text-align: center;
  }

    .table_prod th p:last-child,
    .table_prod td p:last-child {
      margin-bottom: 0;
    }

    .table_prod td.white {
      background-color: #fff;
      color: #1a234f;
      text-align: left;
    }
/*article_table*/
table.article_table {
  width: 100%;
  border: 2px solid #2c2e35;
}

  table.article_table th {
    color: #0b0b0b;
    text-align: center;
  }

  table.article_table td, table.article_table th {
    border: 2px solid #2c2e35;
    vertical-align: top;
    font-weight: normal;
    font-size: 0.9em;
    color: #0b0b0b;
    padding: 0.1em;
    line-height: 1.3;
    text-align: center;
  }

    table.article_table td:first-child {
      text-align: left;
    }

  table.article_table p {
    margin: 0;
  }

/*article_table*/
table.vitamin th, table.vitamin td {
  padding: 10px;
  border: solid 2px #2b2e34;
}

table.vitamin th {
  text-align: left;
  color: #fff;
  background-color: #41002b;
}

table.vitamin td {
  text-align: center;
}

table.magnezium th, table.magnezium td {
  padding: 10px;
  border: solid 2px #2b2e34;
}

table.magnezium th {
  text-align: left;
  color: #fff;
  background-color: #034581;
}

table.magnezium td {
  text-align: center;
}

/*schedule*/
.schedule__heading {
  font-size: 30px;
  color: #2a3e73;
  text-align: center;
  text-transform: uppercase;
}

.schedule__link {
  font-size: 20px;
  color: #2a3e73;
  text-align: center;
}

.schedule__archive {
  font-size: 14px;
  color: #333433;
  font-weight: bold;
  text-transform: uppercase;
}

.switch {
  margin: 4rem auto;
}
/* main styles */
.switch {
  position: relative;
  width: 200px;
  height: 24px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 1rem;
}

  .switch input {
    width: 48px;
  }

  .switch label {
    width: 48px;
  }

  .switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    height: 24px;
    left: 83px;
    margin: 0;
  }

    .switch input:checked {
      z-index: 1;
    }

      .switch input:checked + label {
        opacity: 1;
        cursor: default;
      }

    .switch input:not(:checked) + label:hover {
      opacity: 0.5;
    }

  .switch label {
    font-size: 14px;
    color: #333433;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.33;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    width: 68px;
    height: 100%;
    margin: 0;
    text-align: center;
  }

  .switch .toggle-outside {
    height: 100%;
    border-radius: 10px;
    padding: 0.25rem;
    overflow: hidden;
    -webkit-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
    background: #eee;
    position: absolute;
    width: 48px;
    left: 83px;
  }

  .switch .toggle-inside {
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background: #fff;
    position: absolute;
    top: 3px;
    -webkit-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
    -webkit-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
  }

.switch--horizontal label:last-of-type {
  margin-left: 63px;
}

.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: 4px;
}

.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 27px;
}
/*to do delete switch_news*/
.switch_news,
.switch_anons,
.switch_promo,
.switch_events {
  width: 235px;
  margin: 28px auto;
}

  .switch_news label:last-of-type,
  .switch_anons label:last-of-type,
  .switch_promo label:last-of-type,
  .switch_events label:last-of-type {
    margin-left: 75px;
  }

  .switch_news label,
  .switch_anons label,
  .switch_promo label,
  .switch_events label {
    text-align: right;
  }
/**/
.webinar-link {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: bold;
  border-radius: 7px;
  background-color: #2a3e73;
  padding: 9px 55px;
  text-decoration: none;
}

/*about*/
.about h2 {
  color: #2a3e73;
}

.about .advantages {
  color: #2a3e73;
}

.about .list-styled li:before {
  background-image: url(/img/check_alt_blue.svg);
}

/*series*/
.series {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.no-js .series,
.js .series.is-active {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.series__item {
  position: relative;
  text-align: center;
  min-height: 465px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.series__item-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.series.is-active .series__item {
  background-size: initial;
}

.series.is-active .series__item-container {
  display: block;
  background-size: cover;
}

.series__content {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 0 auto;
  padding: 15px 45px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(77%, rgba(255,255,255,0.8)), to(rgba(255,255,255,0.001)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 77%, rgba(255,255,255,0.001));
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.8) 77%, rgba(255,255,255,0.001));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 77%, rgba(255,255,255,0.001));
}

.series__title {
  font-size: 30px;
  color: #293d75;
}

  .series__title[data-series="green"] {
    color: #1c954e;
  }

  .series__title[data-series="purple"] {
    color: #740871;
  }

  .series__title[data-series="golden"] {
    color: #a68143;
  }

  .series__title[data-series="exclusive"] {
    color: #223d90;
  }

.series__link {
  font-weight: bold;
  color: #0b0b0b;
  text-decoration: underline;
}

.series.is-active .series__link .is-opened {
  display: block;
}

.series.is-active .series__link .is-closed,
.series__link .is-opened {
  display: none;
}
/*footer*/
.footer {
  /*background-color: #11437e;*/
  background-image: linear-gradient(to right, #00569f, #0687a4);
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 30px 7%;
  margin-top: 50px;
}

  .footer a {
    color: #fff;
  }

.footer__info {
  padding-top: 20px;
}

.policy {
  padding: 0;
  text-transform: uppercase;
  list-style-type: none;
  margin: 45px 0;
  font-size: 14px;
}

  .policy li {
    margin-bottom: 15px;
  }

.copyright_main {
  text-transform: uppercase;
}

.copyright_afterlogo {
  font-size: 13px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer__logo {
  display: block;
  /*width: 100%;
    max-width: 360px;*/
  margin: 0 auto;
}

.footer__tel {
  font-size: 38px;
  line-height: 42px;
  text-decoration: none;
}

.social-links {
  padding: 0 0 20px;
}

.social-links__title {
  font-size: 18px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  margin: 22px 0 17px;
}

.social-links__item {
  text-decoration: none;
  fill: #fff;
}

  .social-links__item:not(:last-child) {
    margin: 0 33px 0 0;
  }

.page-contacts__item {
  padding-left: 34px;
  position: relative;
}

.page-contacts .social-links__item {
  fill: #0b4181;
}

.page-contacts__icon {
  position: absolute;
  top: 3px;
  left: 0;
}

.page-contacts__title {
  font-size: 20px;
}

.page-contacts__tel {
  font-size: 32px;
}

.block-text {
  padding: 30px 15px;
}

.container-fluid.block-text {
  padding: 50px 0;
}

.block-text-border {
  -webkit-box-shadow: 6.5px 11.258px 49px rgba(0,0,0,0.2);
  box-shadow: 6.5px 11.258px 49px rgba(0,0,0,0.2);
  background-color: #ffffff;
  height: 100%;
  margin: 50px 0px;
  padding: 30px;
}

.block-text :last-child {
  margin-bottom: 0;
}

.block-text :first-child {
  margin-top: 0;
}

.block-text_dark {
  color: #fefefe;
  background-color: #0957a0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0957a0), to(#138ba7));
  background-image: -webkit-linear-gradient(left, #0957a0, #138ba7);
  background-image: -o-linear-gradient(left, #0957a0, #138ba7);
  background-image: linear-gradient(to right, #0957a0, #138ba7);
}

  .block-text_dark h2 {
    color: #fefefe;
  }

  .block-text_dark ul li:before {
    background-color: #fefefe;
  }

.block-text_light {
  color: #2a3e73;
  background-color: #f9f6c3;
  background-image: url(/img/block-text-light_small.jpg);
  background-size: cover;
  background-position: top center;
}



  .block-text_light h2 {
    color: #2a3e73;
  }

.brosh {
  display: block;
  width: 60%;
  padding: 0.2em 0.4em;
  background-color: #234c7e;
  color: #fff;
  margin-left: -0.4em;
}

@media (max-width: 767px) {
  .brosh {
    display: block;
    width: 90%;
    padding: 0.2em 0.4em;
    background-color: #234c7e;
    color: #fff;
  }
}

.block-bg {
  background-repeat: no-repeat;
}

.bg-size-cover {
  background-size: cover;
}

.bg-size-contain {
  background-size: contain;
}

@media (min-width: 768px) {
  .md-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .md-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

.cosmetics__item {
  margin-top: 55px;
}

.cosmetics__image {
  margin-bottom: 20px;
  display: block;
}

.cosmetics__item .cosmetics__title {
  font-size: 24px;
  font-family: /*'Ubuntu',*/ 'PT Sans', Arial, sans-serif;
  text-transform: uppercase;
  color: #0b0b0b;
  margin: 0 0 18px;
}

@media (max-width: 1023px ) {

  .cosmetics img {
    max-width: 100%;
  }
}

.content-header {
  text-align: center;
  overflow: hidden;
}

@media (max-width: 1200px ) {
  .content img, .content-header__img {
    max-width: 100%;
  }
}

.cosmetics ul li:before {
  background-color: #6d6f71;
}

.cosmetics ul.list-styled li:before {
  background-color: transparent;
}
/**/
.hero_cosmetics .hero__tagline {
  font-size: 18px;
  color: #7e7e7e;
  border-bottom: 4px solid #7f7f7f;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.hero_cosmetics .hero__desc {
  font-size: 15px;
  color: #6d6f71;
  text-align: center;
}

/*tabs*/
.tab-frame_type_small {
  margin-bottom: 30px;
}

.tab-frame input {
  display: none;
}

.tab-frame label {
  display: block;
  float: left;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #dededf;
  border-bottom: 0;
  padding: 25px 0 0 0;
  text-align: center
}

.tab-frame_type_medium label {
  width: 33.333333%;
  min-height: 100px;
  background: #76a74b;
  color: #fff;
}

.tab-frame_type_small label {
  padding: 6px 30px;
}

.tab-frame input:checked + label {
  background: #fff;
  color: #6d6f71;
  cursor: default;
  border: 1px solid #dededf;
  border-bottom: 0;
}

.tab-frame .tab {
  display: none;
  padding: 5px 10px;
  clear: left;
  border: 1px solid #dededf;
}

.tab-frame input:nth-of-type(1):checked ~ .tab:nth-of-type(1),
.tab-frame input:nth-of-type(2):checked ~ .tab:nth-of-type(2),
.tab-frame input:nth-of-type(3):checked ~ .tab:nth-of-type(3) {
  display: block;
}


/*begunok*/

.js .begunok__tab {
  display: none;
}

  .js .begunok__tab.is-visible {
    display: block;
  }


/*broadcast*/
.broadcast {
  background-image: url(/img/broadcast-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.broadcast__author,
.broadcast__title {
  color: #12457f;
  text-align: center;
}

.broadcast__author {
  font-size: 37px;
}

.broadcast__title {
  font-size: 24px;
  margin-bottom: 31px;
}

.text-uppercase {
  text-transform: uppercase;
}
/*magazine block*/
.articles {
  margin-left: -6px;
  margin-right: -6px;
}

.article {
  margin-bottom: 46px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  flex-direction: column;
}

.article__heading {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 12px;
  position: relative;
  flex-grow: 1;
}

.article__heading-link {
  color: #fff;
  text-decoration: none;
}

  .article__heading-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

.article__img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #dededf;
}

  .article__img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

.icon-download {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  padding: 5px;
}



.audio-wrapper {
  padding: 20px 0;
  position: relative;
}

/* .audio-wrapper::before,
    .audio-wrapper::after {
      content: '';
      display: block;
      width: 300px;
      height: 2px;
      background-color: #ededed;
      position: absolute;
      left: 50%;
      margin-left: -150px;
    }*/

/*.audio-wrapper::before {
      top: 0;
    }*/

/*.audio-wrapper::after {
      bottom: 0;
    }*/

.audio-header {
  font-size: 24px;
  line-height: 1.25;
  /*color: #2a2a2a;*/
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}

/*PLAYER*/
#audio {
  display: none;
}

.audioplayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  position: relative;
  z-index: 1;
  background: #fff;
}

/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */

.audioplayer-timeline {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 30px;
}

/* play/pause button */

.audioplayer-playpause {
  width: 65px;
  height: 65px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
}

.audioplayer-playpause {
  background-size: 65px 65px;
  background-repeat: no-repeat;
}

.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}

.audioplayer-stopped .audioplayer-playpause {
  background-image: url(/img/play.svg);
}

  .audioplayer-stopped .audioplayer-playpause:hover {
    background-image: url(/img/play-hover.svg);
  }

.audioplayer-playing .audioplayer-playpause {
  background-image: url(/img/pause.svg);
}

  .audioplayer-playing .audioplayer-playpause:hover {
    background-image: url(/img/pause-hover.svg);
  }

/* timers */

.audioplayer-time {
  z-index: 2;
}

.audioplayer-time-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.audioplayer-time-duration {
  color: #797979;
}

/* progress bar of loaded/played */

.audioplayer-bar {
  position: relative;
  overflow: hidden;
  height: 10px;
  background-color: #ededed;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
}

.audioplayer-bar-loaded,
.audioplayer-bar-played {
  width: 0;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.audioplayer-bar-loaded {
  background-color: #797979;
  z-index: 1;
}

.audioplayer-bar-played {
  background-color: #afb7c5;
  z-index: 2;
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
}


/*media queries*/
@media (max-width: 991px) {
  .footer-nav-container {
    display: none;
  }

  .copyright_afterlogo {
    display: none;
  }

  .footer__sidecol {
    padding: 0 0 25px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
  }

  .footer__info {
    padding: 0;
  }

  .social-links {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) {
  .col-xs-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    /**/
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 500px) {
  .productfilter__item {
    min-width: 80px;
    padding: 0 8px;
    font-size: 14px;
  }

    .productfilter__item:before {
      height: 3px;
      top: 9px;
    }

  .productfilter__dot {
    height: 20px;
    width: 20px;
    margin: 0 auto 7px;
    border: 3px solid #d9d9d9;
    border-radius: 20px;
  }

  .is-active .productfilter__dot:before {
    height: 6px;
    width: 6px;
    border-radius: 6px;
  }
}

@media (min-width: 576px) {
  .b-catalog {
    /*padding: 0 40px;*/
    padding: 0 13px;
  }
}

@media (min-width: 768px) {
  .list-two-columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  .tab-frame label {
    font-size: 30px;
  }

  .lang-switcher li {
    padding: 0 10px;
  }

  .address {
    font-size: 13px;
  }

  .tel {
    font-size: 26px;
  }

  .old-site-link {
    font-size: 21px;
    letter-spacing: 1px;
  }

  .lk__title {
    font-size: 21px;
  }

  .address-container {
    text-align: left;
  }

  .tel-container {
    text-align: center;
  }

  .b-catalog__inner {
    margin-bottom: 8px;
  }


  .b-catalog__item {
    padding: 0 4px;
  }

  .hero_main {
    padding: 75px 70px;
  }

  .hero_evo:not(.hero_right) {
    padding: 25px 22px 40px;
  }

  .hero_main {
    background-image: url(/img/hero-large.jpg);
  }

    .hero_main h2 {
      font-size: 79px;
      line-height: 1;
    }

    .hero_main .hero__content {
      width: 40%;
    }

    .hero_main .hero__description {
      font-size: 18px;
      margin-bottom: 35px;
    }

  .block-subscription .form-group {
    margin-bottom: 0;
  }

  .btn-subscribe {
    margin: 0 0 10px 0;
  }

  .social-links__item:not(:last-child) {
    margin: 0 25px 0 0;
  }

  .cosmetics h2 {
    font-size: 30px;
  }

  .cosmetics h3 {
    font-size: 24px;
  }

  .hero_cosmetics .hero__tagline {
    font-size: 27px;
    border-bottom: 7px solid #7f7f7f;
    text-align: left;
  }

  .hero_cosmetics .hero__desc {
    font-size: 22px;
  }

  .bg-cosmetics-mission {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .lg-text-left {
    text-align: left;
  }
  /*end 768*/
}

@media (min-width: 992px) {

  .page-content {
    font-size: 29px;
  }

  .page-content--light {
    font-size: 40px;
  }

  .page-content--standart .page-content-bg,
  .page-content--rounded .page-content-bg,
  .page-content--golden .page-content-bg {
    padding: 80px 80px 160px;
  }

  .page-content--golden-white .page-content-bg {
    padding: 90px 80px 160px;
  }

  .page-content--schedule .page-content-bg {
    padding: 27px 54px 27px;
  }

  .page-content--standart .page-content-inner,
  .page-content--rounded .page-content-inner,
  .page-content--golden .page-content-inner {
    padding: 40px;
  }

  .page-content--standart .page-content-inner,
  .page-content--golden .page-content-inner {
    padding-top: 60px;
  }

  .page-content--golden-white .page-content-inner {
    padding: 20px 0px;
  }

  .page-content--standart .heading-invert,
  .page-content--rounded .heading-invert {
    margin: 0 -40px;
  }

  .tel {
    font-size: 14px;
  }

  .old-site-link {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .lk__title {
    font-size: 13px;
  }

  .block-text_light {
    background-image: url(/img/block-text-light_medium.jpg);
  }

  .block-featured_large {
    background-image: url(/img/block-featured_large.jpg);
  }

  .tel-container {
    text-align: center;
    padding-right: 5px;
  }

  .post__inner {
    padding: 25px 30px
  }

  .webinar-link {
    padding: 9px 35px;
    font-size: 20px;
    line-height: 33px;
  }

  .footer {
    text-align: left;
    padding: 30px 0 23px;
  }

    .footer .nav {
      margin-top: 0;
    }

  .footer__info {
    padding-top: 0;
  }

  .footer__tel {
    font-size: 36px;
  }

  .social-links {
    margin-top: 5px;
  }

  .social-links__title {
    margin: 6px 0 7px;
    font-size: 13px;
  }

  .social-links__item svg {
    width: 16px;
    height: 16px;
  }

  .page-contacts .social-links__item svg {
    width: 24px;
    height: 24px;
  }



  .footer__sidecol {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    /*align-items: flex-end;*/
    align-items: stretch;
  }

  .footer__logo {
    display: inline;
    width: auto;
    margin: 0;
  }

  .copyright_main {
    display: none;
  }

  .policy {
    margin: 0
  }
}

@media (min-width: 1024px) {
  .hero_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 3px solid #2a3e73;
  }

    .hero_right .hero__content {
      width: 35%;
      padding: 10px;
    }

  .hero__image {
    display: none;
  }

  .hero_right {
    max-width: 1200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
  }

    .hero_right .hero__preview {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top;
      position: relative;
    }

      .hero_right .hero__preview:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100%;
        background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255,255,255,0.001)));
        background-image: -webkit-linear-gradient(right, #fff, rgba(255,255,255,0.001));
        background-image: -o-linear-gradient(right, #fff, rgba(255,255,255,0.001));
        background-image: linear-gradient(to left, #fff, rgba(255,255,255,0.001));
      }

  .cosmetics__image {
    margin: 0 50px 20px;
  }

  .nav {
    position: relative;
  }

  /*.header .nav::before {
              content: "";
              height: 35px;
              display: block;
              position: absolute;
              top: 50%;
              left: 0;
              margin-top: -17.5px;
              border-right: 1px solid #12457f;
          }*/

  .hamburger-container {
    display: none;
  }

  .header .nav {
    /*background-color: #fff;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0;
    flex-wrap: wrap;
  }

  .header .nav__title {
    font-size: 17px;
    line-height: 26px;
    color: #0d437f;
  }

  .b-catalog__inner {
    background-position: top right;
  }
}

/* ==========================================================================
     Helper classes
     ========================================================================== */

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

/*
   * Hide visually and from screen readers
   */

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }


.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*helpers*/
.text-transform-none {
  text-transform: none;
}


/* ==========================================================================
     Print styles.
     ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

    a[href]:after {
      content: " (" attr(href) ")";
    }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
       * Printing Tables:
       */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.player_inline {
  position: relative;
  padding-bottom: 56.25%; /* sets the height of the container to 16:9 (4:3 - 75%) */
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

  .player_inline iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
/*fireworks*/
canvas {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.6;
}

.container {
  position: relative;
}


.breadcrumbs {
  font-size: 17px;
  color: #0d437f;
  margin-bottom: 20px;
}

.breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  /*text-transform:uppercase;*/
}

  .breadcrumbs-list li {
    display: inline-block;
    margin-bottom: 0;
  }

  .breadcrumbs-list a {
    position: relative;
    text-decoration: none;
    color: inherit;
  }

    .breadcrumbs-list a:hover {
      text-decoration: underline;
    }


  .breadcrumbs-list li::before {
    content: "/";
    position: static;
    padding: 0 6px;
    background-color: #fff;
    background-image: none;
  }

  .breadcrumbs-list li:first-of-type::before {
    display: none;
  }

.block-white {
  background-color: #fff;
  border-bottom: 17px solid #06ABEA;
  padding: 15px 0;
}

.text-white {
  color: #fff;
}
/*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/hamburgers
   */
.hamburger {
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  width: 38px;
  height: 38px;
}

  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #11437e
  }

.hamburger-box {
  display: block;
  width: 38px;
  height: 38px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 37px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #11437e
  }

    .hamburger-inner:after, .hamburger-inner:before {
      display: block;
      content: ""
    }

    .hamburger-inner:before {
      top: -10px
    }

    .hamburger-inner:after {
      bottom: -10px
    }

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: 75ms
}

  .hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s,opacity 75ms ease
  }

  .hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
  }

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(45deg)
}

  .hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0
  }

  .hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg)
  }

.mrq {
  width: 450px;
  line-height: 50px;
  background-color: red;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

  .mrq p {
    display: inline-block;
    padding-left: 100%;
    animation: mrq 15s linear infinite;
  }

@keyframes mrq {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}


/*Helpers*/

.pr-font-32 {
  /*font-size: 32px !important;*/
  font-size: calc(32px * 0.4) !important;
}

.pr-font-36 {
  /*font-size: 36px !important;*/
  font-size: calc(36px * 0.4) !important;
}

.pr-font-40 {
  /*font-size: 40px !important;*/
  font-size: calc(40px * 0.4) !important;
}

.pr-font-48 {
  /*font-size: 48px !important;*/
  font-size: calc(48px * 0.4) !important;
}

.pr-font-64 {
  /*font-size: 64px !important;*/
  font-size: calc(64px * 0.4) !important;
}

@media(min-width:992px) {

  .pr-font-32 {
    /*font-size: 32px !important;*/
    font-size: calc(32px * 0.6) !important;
  }

  .pr-font-36 {
    /*font-size: 36px !important;*/
    font-size: calc(36px * 0.6) !important;
  }

  .pr-font-40 {
    /*font-size: 40px !important;*/
    font-size: calc(40px * 0.6) !important;
  }

  .pr-font-48 {
    /*font-size: 48px !important;*/
    font-size: calc(48px * 0.6) !important;
  }

  .pr-font-64 {
    /*font-size: 64px !important;*/
    font-size: calc(64px * 0.6) !important;
  }
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.w-full {
  width: 100%
}

.font-bold {
  font-weight: bold;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-white {
  color: #fff;
}

.line-height-xs {
  line-height: 1.3;
}

.line-height-sm {
  line-height: 1.3;
}

.text-gradient {
  background: linear-gradient(102deg, #24497D, #007695 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #007695;
}

.font-ubuntu {
  font-family: "Ubuntu", sans-serif;
}

.pr-wrapper {
  padding: 10px 30px;
}

@media(min-width:992px) {
  .pr-wrapper {
    padding: 30px 60px;
  }
}
