* {
  box-sizing: border-box;
}

img {
  width: 100%;
}

.wrapper {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 12px;
}

.header__logo-img {
  max-height: 26px;
  width: auto;
}

.header__block {
  display: flex;
}

.header__item {
  height: 28px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}

.header__item:hover {
  background: #8903ab;
  border-radius: 3px;
  cursor: pointer;
}

.header__item img {
  width: 16px;
}

.tags {
  padding-bottom: 20px;
}

.tags__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tags__item {
  padding: 6px 26px 6px 6px;
  margin-right: 10px;
  margin-bottom: 6px;
  background: #eee;
  position: relative;
  font-size: 16px;
  font-family: Lato, sans-serif;
  text-transform: lowercase;
}

.tags__item:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background-size: cover;
  right: 6px;
  top: 9px;
}

.tags__item:hover {
  background: #dedddd;
  cursor: pointer;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #8903ab;
}

.menu-ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menu-ul li {
  padding: 16px 18px;
  position: relative;
}

.menu-ul li:after {
  content: " ";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.menu-ul li:last-child {
  padding-right: 55px;
}

.menu-ul li:last-child:after {
  content: none;
}

.menu-ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
}

.menu-ul li a:hover {
  text-decoration: underline;
}

.content {
  padding: 30px 50px;
}

.current-category {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 22px;
  color: #8903ab;
}

.title {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #000;
  text-align: center;
}

.subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  margin: 11px 0;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}

.subtitle:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100px;
  background: #8903ab;
  bottom: 0;
  left: calc(50% - 50px);
}

.post-date {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 31px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  margin-top: 30px;
}

.categories {
  margin-top: 15px;
}

.categories ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.categories ul li {
  background: silver;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.15em;
  padding: 5px 14px;
  color: #fff;
  margin-right: 13px;
  margin-bottom: 5px;
}

.categories ul li.current {
  background: #8903ab;
}

.categories ul li:last-child {
  margin-right: 0;
}

.content .image {
  display: block;
  margin: 40px auto;
  border: 4px solid #8903ab;
}

.content .image.horizontal {
  width: 100%;
  max-width: 540px;
}

.content .image.vertical {
  width: 100%;
  max-width: 410px;
}

.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
}

.social span {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-right: 40px;
  color: #000;
}

.social img {
  width: 41px;
  height: 41px;
  margin-right: 40px;
}

.table-title b {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  padding: 5px 10px;
  background: #8903ab;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  z-index: 2;
  text-align: center;
}

.table-title {
  position: relative;
}

.table-title:before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #f2f2f2;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.graph,
.label,
.table-title b {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 40px auto;
}

.label {
  margin: 35px auto;
}

.label li {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 25px;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.graph {
  height: 325px;
}

.square1,
.square2 {
  height: 25px;
  width: 25px;
  margin-right: 8px;
  display: inline-block;
}

.square1 {
  background-color: #b8b8b8;
}

.square2 {
  background-color: #1202f7;
}

.graph tbody {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
  column-gap: 10%;
  align-items: end;
  height: 100%;
  margin: 3em 0 1em 2.8em;
  padding: 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  background: repeating-linear-gradient(
    180deg,
    #f2f2f2 0,
    #f2f2f2 0 1px,
    transparent 1px,
    transparent 20%
  );
}

.graph tbody:after,
.graph tbody:before {
  position: absolute;
  left: -3.2em;
  width: 2.8em;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000;
}

.WeightConsistently tbody:before {
  content: "100%";
  top: -1em;
}

.WeightConsistently tbody:after {
  content: "0%";
  bottom: -1em;
}

.graph tbody th {
  position: absolute;
  top: -3em;
  left: 0;
  width: 100%;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  text-indent: 0;
  transform: rotate(-45deg);
}

.graph tr {
  position: relative;
  display: block;
}

.graph tr:hover {
  z-index: 999;
}

.graph tr:hover {
  opacity: 0.7;
}

.graph td,
.graph th {
  display: block;
  text-align: center;
}

.graph td {
  width: 100%;
  height: 100%;
  border-radius: 0.5em 0.5em 0 0;
  transition: background 0.5s;
}

.graph td span {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  width: 100px;
  color: #fff;
  transition: opacity 0.5s;
}

.AverageMineral tbody:before,
.AveragePounds tbody:before {
  content: "Pounds";
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
}

.AverageWeightLoss tbody:before {
  content: "Average Pounds Lost After 1 Month";
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  width: 325px;
  position: absolute;
  top: 45%;
  text-align: center;
  left: -11em;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
}

.AverageWeightLossPercentage tbody:before {
  content: "% Who Lost Over 30 Pounds After 1 Month";
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  width: 325px;
  line-height: 32px;
  color: #000;
  position: absolute;
  top: 45%;
  text-align: center;
  left: -11em;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
}

.SideEffects tbody:before {
  content: "% Who Experienced Side Effects";
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  width: 325px;
  line-height: 32px;
  color: #000;
  position: absolute;
  top: 45%;
  text-align: center;
  left: -11em;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
}

a {
  cursor: pointer;
  color: #8903ab;
  text-decoration: underline;
}

.prod-img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 40px auto;
}

.coupon {
  width: 100%;
  margin: 40px auto 10px;
  position: relative;
}

.coupon span {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2;
}

.coupon:before {
  content: "";
  display: block;
  height: 0;
  border-bottom: 2px dashed #919191;
  width: 100%;
  background: #f2f2f2;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coupon:after {
  content: " ";
  width: 50px;
  height: 37px;
  background: url(../images/scissors.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 2;
}

.claim-now {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #8903ab;
  text-align: center;
}

.note {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin: 20px auto 10px;
  padding: 5px 0;
  background: #ff0;
}

.stock-update img {
  width: 18px;
  margin-right: 5px;
}

.stock-update {
  border: 1px dotted #000;
  background: #effff7;
  padding: 4px 9px;
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.stock-update span {
  color: #dc3545;
}

.order-block {
  padding: 20px;
  border: 1px dotted #000;
  background: #effff7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.order-block-img {
  width: 30%;
  max-width: 300px;
  margin: 0 auto;
}

.order-block-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
}

.order-block-text p {
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.order-block-text .note {
  margin: 10px 0;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  padding: 5px 15px;
}

.button {
  display: block;
  background: #de7474;
  background: linear-gradient(180deg, #de7474 0, #f72210 60%);
  text-align: center;
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 15px auto;
  color: #fff;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 54px;
  text-decoration: none;
  border-radius: 10px;
  padding: 20px 15px;
  color: #fff;
}

.checkmark {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #8903ab;
  text-align: center;
  padding-left: 30px;
  position: relative;
}

.checkmark:before {
  content: " ";
  width: 30px;
  height: 29px;
  background: url(../images/checkmark2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 5px;
  top: -11px;
}

.offer {
  background: url(../images/offer-bg.jpeg);
  background-size: cover;
  background-position: center;
}

.offer__wrapper {
  background: rgba(154, 39, 183, 0.3);
  padding: 40px 20px;
}

.offer__img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.offer__link a:hover {
  text-decoration: none !important;
}

.offer__button {
  margin: 40px auto;
  display: block;
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 20px;
  background-color: #e84c3d;
  padding: 20px 40px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  background-repeat: no-repeat;
  cursor: pointer;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.offer__button:hover {
  animation: none;
}

.offer__button,
.offer__button:active,
.offer__button:focus {
  outline: 0;
}

.offer h2,
.offer p {
  text-align: center;
}

.offer h2 {
  color: #fff;
  font-size: 32px;
  font-family: Lato, sans-serif;
}

.offer .claim-now {
  padding-top: 10px;
}

.offer .note {
  background: #abff9c;
}

.offer a {
  text-decoration: none;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

.footer {
  padding: 20px 0;
  border-top: 4px solid #8903ab;
}

.footer__logo {
  height: 50px;
  width: 50px;
  display: block;
  margin-right: 20px;
}

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__text {
  font-family: Lato, sans-serif;
}

@media (min-width: 600px) {
  .title {
    padding: 30px 0;
    text-align: left;
  }

  .subtitle:after {
    left: 0;
  }

  .subtitle {
    text-align: left;
  }
}

@media (min-width: 601px) {
  .header__logo-img {
    max-height: 400px;
  }

  .header__item {
    height: 36px;
  }

  .header__item img {
    width: 24px;
  }

  .offer h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 1150px) {
  .menu {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .order-block {
    flex-direction: column;
  }

  .order-block-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .order-block-text {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .content {
    padding: 30px 15px;
  }

  .current-category {
    display: none;
  }

  .title {
    font-size: 30px;
    line-height: 35px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .post-date {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
  }

  .categories ul li {
    font-size: 12px;
    line-height: 14px;
    margin-right: 5px;
    letter-spacing: 0.15em;
  }

  .content .image.horizontal,
  .content .image.vertical {
    max-width: 100%;
  }

  .content .image {
    margin: 35px auto;
    border-top: 4px solid #8903ab;
  }

  .social img {
    width: 27px;
    height: 27px;
    margin-right: 15px;
  }

  .social {
    padding: 12px 0;
  }

  .social span {
    font-size: 15px;
    line-height: 18px;
    margin-right: 20px;
  }

  .table-title b {
    font-size: 17px;
    line-height: 31px;
  }

  .table-title:before {
    display: none;
  }

  .graph,
  .label,
  .table-title b {
    max-width: 100%;
    margin: 25px 0;
  }

  .graph {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .graph tbody {
    margin-top: 0;
    margin-left: 2em;
  }

  .table-title {
    margin-top: 35px;
  }

  tbody:after,
  tbody:before {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .graph td span {
    font-size: 12px;
    line-height: 25px;
  }

  .coupon:after,
  .coupon:before {
    display: none;
  }

  .AverageWeightLoss tbody:before,
  .AverageWeightLossPercentage tbody:before,
  .SideEffects tbody:before {
    left: -15em;
  }

  .label li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  .stock-update img {
    display: none;
  }

  .button {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400px) {
  .note,
  .order-block-text .note {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    padding: 5px;
  }

  .button {
    font-size: 24px;
    line-height: 30px;
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  background: #f7f7f7;
}

a {
  color: #1697ce;
}

a:hover {
  color: #b0493b;
}

a img {
  border: medium none;
}

a:focus {
  outline: medium none;
}

h2 {
  font-size: 22px;
  font-weight: 400;
}

.infla-simple {
  display: inline-block;
  vertical-align: text-top;
}

.infla-simple-m {
  vertical-align: middle;
  display: inline-block;
}

.infla-s {
  vertical-align: sub;
  display: inline-block;
}

.p-n {
  position: relative;
  display: inline-block;
  top: 4px;
}

.alex_zevsa_wcih4ECQW {
  position: relative;
  margin: 0 auto;
  width: 960px;
  padding: 0 20px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.katyakoncakova_FtFDdVex {
  position: relative;
  z-index: 15;
  background: #fff;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
  margin-bottom: 10px;
  float: left;
  margin-top: 15px;
  width: 360px;
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC img {
  width: 180px;
}

.katyakoncakova_FtFDdVex .vasilusya_rfYcdWbD {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}

.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
  width: 330px;
  float: right;
  margin-top: 30px;
}

.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs .mansurovan_vUZn4RQN {
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  float: right;
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN .Dulov_V_V_du3BxPsUO {
  font-weight: 700;
  color: #353746;
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN a {
  color: #353744;
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN a:hover {
  color: #b0493d;
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN .udav_t_slEtc0GR {
  margin: 0 5px;
}

.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs .tata_soboleva_XjcqhmYZ7 {
  margin-top: 25px;
  position: relative;
  text-align: right;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
  margin-top: 10px;
  background: none repeat scroll 0 0 #333541;
  height: 50px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .main-menu-blk {
  list-style: none outside none;
}

.katyakoncakova_FtFDdVex .main-menu-blk > li {
  display: inline-block;
  margin-right: 23px;
  position: relative;
  padding: 17px 10px;
  white-space: nowrap;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .submenu-btn {
  color: #cf4f3a;
  font-style: normal;
  margin-left: 4px;
}

.alstep54_sglCGFT6q {
  font-size: 12px;
}

.renul_seDwyoGn57 h2 {
  font-weight: 700;
  font-size: 36px;
  margin-top: 26px;
}

.renul_seDwyoGn57 .dvksub_rYPIQ4ET {
  color: #6c6e7e;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 {
  margin-top: 25px;
  color: #000;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 18px;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
  color: #000;
  margin: 15px 0;
  line-height: 26px;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .udalykhnn_av3FDRJhB {
  text-align: center;
}

img {
  max-width: 100%;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .AGB_yQobO46Dw {
  margin-top: 10px;
  font-size: 13px;
  color: #a1a1a2;
}

.renul_seDwyoGn57 .gelat_Bb6MhOHv {
  float: left;
  padding: 0 30px 10px 0;
  color: #a1a1a8;
}

.zhanna_86_o5IKudBv {
  background: none repeat scroll 0 0 #fff;
  padding: 27px 40px 17px;
  margin: 0;
  border-radius: 4px;
}

.zhanna_86_o5IKudBv h2 {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.zhanna_86_o5IKudBv ul {
  margin-left: 25px;
}

.altakansk_YrlOq5h6N {
  font-family: Arial;
  color: #6c6e83;
  margin: 0 5px;
}

.dmavrodi_yjLIBb2Q {
  position: relative;
  z-index: 10;
}

.web-s {
  font-family: WebSymbols;
  -moz-user-select: none;
}

.sazonov66_g9ysODlqt {
  margin-bottom: -340px;
  min-height: 100%;
  position: relative;
  background: no-repeat scroll center top #f7f7f7;
}

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif, Lucida\Sans;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.vk-header {
  background: #dae2e8 none repeat scroll 0 0;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}

.vk-logo {
  background: transparent no-repeat scroll 0 0;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700;
}

.vk-avatar img {
  float: left;
  margin-right: 10px;
}

.vk-comment,
.vk-comment-load {
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding: 7px 0;
}

.vk-comment:last-child {
  border-bottom: 0 none;
}

.gelat_Bb6MhOHv img {
  margin-top: 20px;
}

.vk-comment-name {
  color: #2b587a;
  font-weight: 700;
  font-size: 12px;
}

.vk-comment-name a {
  text-decoration: none;
  color: inherit;
}

center p {
  text-indent: 0 !important;
}

.udalykhnn_av3FDRJhB img {
  margin: 0 auto;
}

.vk-comment-text {
  margin-left: 60px;
  text-align: justify;
}

.vk-comment img {
  max-width: 358px;
  margin-top: 10px;
  width: calc(100% - 58px);
}

.vk-avatar img {
  margin-left: 0;
  width: 50px;
  margin-top: 2px;
}

.vk-comment-date {
  margin-left: 60px;
  color: #999;
}

.btn {
  color: #fff;
  width: 250px;
  background: #f44336;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 20px;
  display: block;
  margin: 20px auto;
  font-size: 20px;
  text-decoration: none;
}

.btn:hover {
  color: #fff;
  background: #c02419;
}

p .prod-img {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1020px) {
  .alex_zevsa_wcih4ECQW {
    width: auto;
  }

  .main-menu-blk {
    width: 100%;
    margin: 0 auto;
  }

  .katyakoncakova_FtFDdVex .main-menu-blk > li {
    margin: 0;
    text-align: center;
    height: 100%;
    padding: 0 5px;
  }

  .katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
    height: auto;
  }

  .katyakoncakova_FtFDdVex .main-menu-blk > li a {
    line-height: 50px;
  }

  .katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
    width: 180px;
  }

  .alex_zevsa_wcih4ECQW,
  .main-menu-blk {
    height: 100%;
  }

  .web-s {
    display: none;
  }

  body img {
    max-width: 100%;
  }

  center > img {
    max-width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .zhanna_86_o5IKudBv {
    padding: 35px 10px 17px;
  }
}

@media screen and (max-width: 720px) {
  .katyakoncakova_FtFDdVex .main-menu-blk > li {
    padding: 5px;
  }

  .text-align-left p {
    text-align: justify !important;
  }

  .katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
    display: none;
  }

  .renul_seDwyoGn57 .gelat_Bb6MhOHv {
    margin: 0 auto;
    padding-right: 0;
    float: none;
    padding-bottom: 0;
  }

  .renul_seDwyoGn57 .gelat_Bb6MhOHv > img {
    display: block;
    margin: 0 auto;
  }

  .for-img {
    text-indent: 0 !important;
    color: #000;
    text-align: justify;
    margin: 15px;
    margin: 0 !important;
    line-height: 31px;
    font-size: 17px;
    text-align: center !important;
  }

  .nonebr {
    display: none !important;
  }

  .katyakoncakova_FtFDdVex .main-menu-blk > li a {
    line-height: 26px;
  }

  .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
    margin-top: 40px;
    float: none;
    width: 360px;
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
    margin: 10px auto;
  }

  .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
    margin: 15px 0;
  }
}

@media screen and (max-width: 542px) {
  .main-menu-blk {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
    text-indent: 0;
    color: #000;
    text-align: left;
    margin: 10px 0;
    line-height: 25px;
  }

  .vk-comment-text {
    margin-left: 60px;
    text-align: left;
  }

  .text-align-left p {
    text-align: left !important;
  }

  p .prod-img {
    max-width: 125px !important;
  }
}

@media screen and (max-width: 420px) {
  .zhanna_86_o5IKudBv {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }

  .katyakoncakova_FtFDdVex .main-menu-blk > li {
    width: 45%;
    padding: 0;
  }

  .udalykhnn_av3FDRJhB img,
  body img {
    max-width: 100%;
  }

  .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
    width: 320px;
  }

  .alex_zevsa_wcih4ECQW {
    padding: 0;
  }
}

.for-img {
  text-indent: 0 !important;
  color: #000;
  margin: 15px;
  margin: 5px 0 !important;
  line-height: 31px;
  font-size: 17px;
}

.vk-comment-load {
  border-bottom: none !important;
}

p .prod-img {
  max-width: 200px;
}

.important {
  background: #fff2cc;
  text-align: center;
  font-weight: 700;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #000;
}

p i {
  margin-top: 5px;
}

:root {
  --color_base: #fff;
  --color_primary: #3a4752;
  --color_secondary: #333;
  --color_red: red;
  --color_border: #ddd;
  --color_input: #f2f2f2;
  --color_btn: #388e3c;
  --color_btn_hover: #2bac31;
  --color_green: #d9ead3;
  --color_yellow: #fff2cc;
  --color_dark: #f3f3f3;
  --color_comments_priamry: #9faeb5;
  --color_comments_secondary: #eeee;
  --color_comments_text: #414141;
  --color_comments_hover: #5f95ad;
}

.cta * {
  margin: 0 !important;
  -webkit-margin-before: 0 !important;
  -webkit-margin-end: 0 !important;
  -webkit-margin-after: 0 !important;
  -webkit-margin-start: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
  border-color: transparent !important;
  font-size: 100% !important;
  box-sizing: border-box !important;
}

.cenz * {
  margin: 0 !important;
  -webkit-margin-before: 0 !important;
  -webkit-margin-end: 0 !important;
  -webkit-margin-after: 0 !important;
  -webkit-margin-start: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
  border-color: transparent !important;
  font-size: 100% !important;
  box-sizing: border-box !important;
}

.cta {
  max-width: 780px !important;
  margin: 25px auto !important;
}

.door223 {
  position: relative !important;
  display: flex !important;
  flex-flow: column !important;
  gap: 15px !important;
  height: 330px !important;
  min-width: 280px !important;
  max-width: 300px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  transition: opacity 0.4s linear, height 0.5s linear 0.6s;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.door223.hidden {
  height: 0 !important;
  opacity: 0 !important;
}

.door223.none {
  display: none !important;
}

.door223__title {
  padding: 15px !important;
  border-radius: 0.5em !important;
  font: 700 22px/1.3 "PT Sans, sans-serif" !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: var(--color_base) !important;
  background-color: var(--color_primary) !important;
}

.door223__container {
  position: relative !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 10px !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.door223__item {
  cursor: pointer !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
  height: 200px !important;
  min-width: 85px !important;
  box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919 !important;
  perspective: 500px !important;
}

.door223__item.open > .door223__item-img {
  transform: rotateY(-85deg) !important;
}

.door223__item-discount {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: inline-block !important;
  width: 70px !important;
  border-radius: 100% !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center !important;
  line-height: 70px !important;
  color: var(--color_red) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  vertical-align: baseline !important;
  box-shadow: 0 0 2px 2px #7f7878 !important;
}

.door223__item-img {
  cursor: pointer !important;
  width: inherit !important;
  height: inherit !important;
  transform: rotateY(0) !important;
  transform-origin: 0 0 !important;
  transition: -webkit-transform 0.75s ease !important;
  transition: transform 0.75s ease !important;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease !important;
}

.door223__item-img:hover {
  transform: rotateY(-30deg) !important;
}

@media all and (min-width: 475px) {
  .door223 {
    height: 390px !important;
    max-width: 380px !important;
  }

  .door223__title {
    font-size: 24px !important;
  }

  .door223__item {
    width: 120px !important;
    height: 250px !important;
  }

  .door223__item-discount {
    width: 90px !important;
    font-size: 26px !important;
    line-height: 90px !important;
  }
}

@media all and (min-width: 576px) {
  .door223 {
    height: 450px !important;
    max-width: 460px !important;
  }

  .door223__title {
    font-size: 26px !important;
  }

  .door223__item {
    width: 100% !important;
    height: 300px !important;
  }

  .door223__item-discount {
    width: 110px !important;
    font-size: 30px !important;
    line-height: 110px !important;
  }
}

@media all and (min-width: 768px) {
  .door223 {
    height: 540px !important;
    max-width: 560px !important;
  }

  .door223__title {
    font-size: 28px !important;
  }

  .door223__item {
    width: 100% !important;
    height: 370px !important;
  }

  .door223__item-discount {
    width: 120px !important;
    font-size: 34px !important;
    line-height: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .door223 {
    gap: 20px !important;
    max-width: 760px !important;
  }

  .door223__item {
    width: 190px !important;
    height: 400px !important;
  }

  .door223__item-discount {
    width: 140px !important;
    font-size: 42px !important;
    line-height: 140px !important;
  }
}

@media all and (min-width: 1200px) {
  .door223 {
    max-width: 780px !important;
  }
}

.order {
  position: relative !important;
  display: none !important;
  min-width: 270px !important;
  max-width: 450px !important;
  margin: 0 auto !important;
  padding: 15px !important;
  border: 2.5px dashed var(--color_border) !important;
  border-radius: 2.5px !important;
}

.order.active {
  display: block !important;
}

.order__header {
  display: flex !important;
  flex-flow: column !important;
  gap: 20px !important;
  margin-bottom: 30px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-align: center !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.order__img {
  width: 100% !important;
  height: auto !important;
  max-width: 350px !important;
  margin: 0 auto !important;
}

.order__text {
  font-weight: 700 !important;
  text-align: center !important;
  margin-bottom: 15px !important;
}

.order__text:nth-child(2) {
  margin-bottom: 5px !important;
}

.order__time {
  font-weight: 700 !important;
  font-size: 24px !important;
  text-align: center !important;
  color: var(--color_red) !important;
}

.order__price {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 20px !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.order__price-old {
  font-weight: 700 !important;
  text-decoration: line-through !important;
}

.order__price-new {
  font-weight: 700 !important;
  color: var(--color_red) !important;
}

.order__price-new > .order__price-summ {
  font-size: 24px !important;
}

.order__price-new > .order__price-curr {
  font-size: 24px !important;
}

.order__price-zero {
  text-transform: uppercase !important;
}

.order__body {
  display: flex !important;
  flex-flow: column !important;
  gap: 15px !important;
  width: 100% !important;
  margin-bottom: 15px !important;
  border: none !important;
  text-align: center !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.order__input {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 55px !important;
  padding: 15px !important;
  border-style: none !important;
  border-width: 0 !important;
  border-color: transparent !important;
  border-radius: 35px !important;
  outline: 0 !important;
  background-color: var(--color_input) !important;
}

.order__input::placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.order__input--select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  width: 100% !important;
}

.order__input--select::-ms-expand {
  display: none;
}

.order__select {
  position: relative !important;
  width: 100% !important;
}

.order__select::after,
.order__select::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 20px !important;
  z-index: 10 !important;
  display: block !important;
  width: 10px !important;
  height: 2px !important;
  background-color: #acaaaa !important;
  transform: translate(-3px, -50%) rotate(45deg) !important;
  transition: background-color 0.3s linear !important;
}

.order__select::after {
  transform: translate(3px, -50%) rotate(-45deg) !important;
}

.order__select:hover.order__select::before {
  background-color: var(--color_btn) !important;
}

.order__select:hover.order__select::after {
  background-color: var(--color_btn) !important;
}

.order__select.active::before {
  transform: translate(-3px, -50%) rotate(-45deg) !important;
}

.order__select.active::after {
  transform: translate(3px, -50%) rotate(45deg) !important;
}

.order__input:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.order__btn {
  cursor: pointer !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  width: 100% !important;
  min-height: 55px !important;
  padding: 20px !important;
  border-radius: 35px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--color_base) !important;
  background-color: var(--color_btn) !important;
  transition: background-color 0.2s linear !important;
  box-shadow: none !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.order__btn:hover {
  background-color: var(--color_btn_hover) !important;
}

.order__footer {
  font-size: 14px !important;
  text-align: center !important;
  color: #888 !important;
}

.order__info {
  text-align: center !important;
  line-height: 1.3 !important;
}

@media all and (min-width: 475px) {
  .order__header {
    font-size: 22px !important;
  }

  .order__time {
    font-size: 26px !important;
  }

  .order__price {
    font-size: 28px !important;
  }

  .order__btn {
    font-size: 22px !important;
  }
}

@media all and (min-width: 576px) {
  .order__footer {
    font-size: 16px !important;
  }
}

.spin {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1000 !important;
  display: none !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.spin.active {
  display: block !important;
}

.spin__content {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 10 !important;
  width: 300px !important;
  height: auto !important;
  min-width: 270px !important;
  padding: 80px 20px 20px 20px !important;
  border-radius: 10px !important;
  background-color: var(--color_base) !important;
  transform: translateX(-50%) translateY(-50%);
}

.spin__content::before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #71c341;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.spin__content::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  width: 50px;
  height: 20px;
  margin: 0 auto;
  border-style: none none solid solid;
  border-width: medium medium 4px 4px;
  border-color: currentcolor currentcolor #fff #fff;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}

.spin__title {
  margin-bottom: 15px !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  text-align: center !important;
}

.spin__text {
  margin-bottom: 30px !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  text-align: center !important;
  line-height: 1.3 !important;
}

.spin__btn {
  cursor: pointer !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  width: 180px !important;
  min-height: 45px !important;
  margin: 0 auto !important;
  padding: 10px !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: var(--color_base) !important;
  background-color: #71c341 !important;
  transition: background-color 0.2s linear !important;
  box-shadow: none !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.spin__btn:hover {
  background-color: #53a723 !important;
}

@media all and (min-width: 475px) {
  .spin__content {
    width: 400px !important;
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.comments {
  position: relative !important;
  margin: 0 !important;
  margin-bottom: 30px !important;
  box-sizing: border-box !important;
}

.comments > * {
  box-sizing: border-box !important;
}

.comments__header {
  position: relative !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 0 30px 0 !important;
  padding: 0 0 !important;
  box-sizing: border-box !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__header::before {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background-color: var(--color_comments_secondary) !important;
}

.comments__left-box {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 10px 0 !important;
  border-bottom: 2px solid var(--color_comments_priamry) !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__header-count {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--color_comments_text) !important;
  box-sizing: border-box !important;
}

.comments__header-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  color: var(--color_comments_text) !important;
  box-sizing: border-box !important;
}

.comments__right-box {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 25px !important;
  padding: 10px 0 !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__right-box > a {
  box-shadow: none !important;
}

.comments__header-icon path {
  transition: all 0.2s ease-in-out !important;
}

.comments__header-icon:hover path {
  fill: var(--color_comments_hover) !important;
}

.comments__item-list {
  display: flex !important;
  flex-flow: column !important;
  gap: 30px !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.comments__item {
  display: flex !important;
  flex-flow: column !important;
  gap: 10px !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.comments__item-header {
  display: flex !important;
  gap: 15px !important;
}

.comments__item-header.hidden {
  display: none !important;
}

.comments__item-avatar {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  margin: 0 !important;
  border-radius: 100% !important;
  object-fit: cover !important;
}

.comments__item-info {
  display: flex !important;
  flex-flow: column !important;
  gap: 7px !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.comments__item-name {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-transform: capitalize !important;
  line-height: 1 !important;
  color: var(--color_comments_text) !important;
}

.comments__item-data {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-align: left !important;
  text-transform: initial !important;
  line-height: 1 !important;
  color: var(--color_comments_priamry) !important;
}

.comments__item-data-now {
  color: #29bb0c !important;
}

.comments__item-data.hidden {
  display: none !important;
}

.comments__item-body {
  display: flex !important;
  flex-flow: column !important;
  gap: 15px !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.comments__item-content {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left !important;
  text-transform: initial !important;
  color: var(--color_comments_text) !important;
}

.comments__item-content.hidden {
  display: none !important;
}

.comments__item-picture {
  display: block !important;
}

.comments__item-picture.active {
  display: block !important;
}

.comments__item-picture.hidden {
  display: none !important;
}

.comments__item-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.comments__item-video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.comments__item-footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__item-footer.hidden {
  display: none !important;
}

.comments__item-replay {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-transform: initial !important;
  color: var(--color_comments_priamry) !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: none !important;
}

.comments__item-replay:hover {
  color: var(--color_comments_hover) !important;
}

.comments__item-grade {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
}

.comments__item-icon {
  cursor: pointer !important;
  width: 20px !important;
  height: 20px !important;
}

.comments__item-icon path {
  transition: all 0.2s ease-in-out !important;
}

.comments__item-icon[data-type="like"]:hover path {
  fill: #20a114 !important;
}

.comments__item-icon[data-type="like"].active path {
  fill: #20a114 !important;
}

.comments__item-icon[data-type="dislike"]:hover path {
  fill: #b9211c !important;
}

.comments__item-icon[data-type="dislike"].active path {
  fill: #b9211c !important;
}

@media all and (min-width: 576px) {
  .comments__item-name {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: var(--color_comments_text) !important;
  }

  .comments__item-data {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left !important;
    color: var(--color_comments_priamry) !important;
  }

  .comments__item-content {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: var(--color_comments_text) !important;
  }

  .comments__item-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 350px !important;
    margin: 0 !important;
  }

  .comments__item-video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 350px !important;
    margin: 0 !important;
  }

  .comments__item-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 350px !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important;
  }
}

@media all and (min-width: 768px) {
  .comments__header {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 0 50px 0 !important;
    padding: 0 0 !important;
    box-sizing: border-box !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important;
  }

  .comments__item-name {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: var(--color_comments_text) !important;
  }

  .comments__item-data {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left !important;
    color: var(--color_comments_priamry) !important;
  }

  .comments__item-content {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: var(--color_comments_text) !important;
  }

  .comments__item-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 350px !important;
    margin: 0 !important;
  }

  .comments__item-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 350px !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important;
  }
}

@media all and (min-width: 992px) {
  .comments__header-count {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-align: left !important;
    color: var(--color_comments_text) !important;
    box-sizing: border-box !important;
  }

  .comments__header-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--color_comments_text) !important;
    box-sizing: border-box !important;
  }

  .comments__item-name {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: var(--color_comments_text) !important;
  }

  .comments__item-data {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--color_comments_priamry) !important;
  }

  .comments__item-content {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--color_comments_text) !important;
  }

  .comments__item-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 350px !important;
    margin: 0 !important;
  }

  .comments__item-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 350px !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important;
  }
}

.my-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: fit-content !important;
  margin: 0 auto !important;
  padding: 15px 30px !important;
  border-radius: 10px !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: var(--color_base) !important;
  background-color: #fa3d3d !important;
  transition: all 0.2s ease-in 0s !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.my-btn:hover {
  color: var(--color_base) !important;
  background-color: #f52b2b !important;
  transform: scale(1.1) !important;
}

.cenz {
  display: flex !important;
  flex-flow: column !important;
  align-items: center !important;
  gap: 30px !important;
  width: 100% !important;
  margin: 20px 0 !important;
  -webkit-box-align: center !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
  -ms-flex-align: center !important;
}

.cenz__item {
  cursor: pointer !important;
  position: relative !important;
  display: flex !important;
  flex-flow: column !important;
  align-items: center !important;
}

.cenz__item.active > .cenz__content {
  display: none !important;
}

.cenz__item.active > .cenz__img {
  display: block !important;
}

.cenz__content {
  display: flex !important;
  flex-flow: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 30px !important;
  width: 300px !important;
  height: 300px !important;
  margin-bottom: 15px !important;
  padding: 15px !important;
  border: 5px solid var(--color_red) !important;
  text-align: center !important;
  -webkit-box-align: center !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.cenz__age {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 180px !important;
  height: 180px !important;
  border: 10px solid var(--color_red) !important;
  border-radius: 100% !important;
  font-size: 60px !important;
  font-weight: 700 !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.cenz__cta {
  cursor: pointer !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 25px !important;
  border-radius: 10px !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: var(--color_base) !important;
  background-color: var(--color_red) !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.cenz__img {
  display: none !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 250px !important;
  max-width: 500px !important;
  margin-bottom: 15px !important;
}

.cenz__palceholder {
  max-width: 550px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.cenz__palceholder.hidden {
  display: none !important;
}

@media (min-width: 992px) {
  .cenz {
    flex-flow: row !important;
    align-items: flex-start !important;
  }
}

.quiz_wrap * {
  font-family: Montserrat;
}

.quiz_wrap {
  position: relative;
  margin: 20px auto;
  max-width: 344px;
  width: 100%;
  height: 520px;
  border-radius: 10px;
  background: linear-gradient(180deg, #adfbb9 0, #e4fbad 100%), #e4fbad;
  overflow: hidden;
}

.quiz_header {
  background: linear-gradient(180deg, #8840c0 0, #5a1784 71.67%);
  position: relative;
}

.quiz_header:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -27px;
  background: 0 0/100% 100% url(../images/quiz_header-bg.png) no-repeat;
  height: 27px;
  width: 100%;
}

.quiz_title {
  padding-top: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: #fff;
}

.quiz_title span {
  color: #f64777;
  display: block;
  margin-top: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  font-weight: 800;
  font-size: 22px;
  line-height: 135%;
}

.order_title {
  display: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  padding-top: 17px;
}

.order_title span {
  color: #e4fbad;
  font-size: 20px;
  display: block;
  margin-top: 4px;
}

.quiz_question {
  display: flex;
  align-items: center;
  height: 48px;
  margin: 48px 38px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #000;
}

.quiz_question div {
  display: flex;
}

.quiz_question div span {
  display: block;
  padding-right: 8px;
}

.quiz_options {
  margin: 0 34px;
}

.quiz_option {
  position: relative;
  padding-left: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 21px;
  line-height: 135%;
  cursor: pointer;
  color: #7931b1;
}

.quiz_option:before {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  content: " ";
  display: block;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #959595;
  position: absolute;
  left: 0;
  top: -2px;
}

.quiz_option:after {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  content: " ";
  display: block;
  background: #7931b1;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 4px;
  opacity: 0;
}

.quiz_option.active:before {
  animation: radial-pulse 0.5s;
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 1px 2px #7931b1;
  }

  100% {
    box-shadow: 0 0 4px 5px transparent;
  }
}

.quiz_option.active:before,
.quiz_option:hover:before {
  border: 1px solid #7931b1;
}

.quiz_option.active:after,
.quiz_option:hover:after {
  opacity: 1;
}

.quiz_nums {
  padding: 0 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 65px;
}

.quiz_num {
  -webkit-transition: 1s all;
  transition: 1s all;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: #e5d2f2;
  border: 1px solid #fff;
  color: #9747ff;
}

.quiz_num span {
  -webkit-transition: 1s all;
  transition: 1s all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  background: #fff;
  border-radius: 50%;
}

.quiz_num.active {
  background: #e5d2f2;
  border: 1px solid #a260d4;
}

.quiz_num.active span {
  background: linear-gradient(180deg, #962dd8 0, #ad74da 100%), #f64777;
  color: #fff;
}

.quiz_nums:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 64px);
  height: 1px;
  background: #a260d4;
}

.quiz_footer {
  width: 100%;
  position: absolute;
  bottom: 20px;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.quiz_footer span {
  font-weight: 700;
  color: #5a1784;
}

#prod_img,
.quiz_step {
  transition: 0.5s all;
  display: none;
  opacity: 0;
  margin-top: -7px;
}

#prod_img.active,
.quiz_step.active {
  opacity: 1;
  margin-top: 0;
}

.quiz_timer {
  margin-top: 39px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
}

.quiz_timer div {
  margin-top: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #f64777;
  text-align: center;
}

.quiz_timer span {
  display: inline-block;
  width: 32px;
}

.quiz_prices {
  margin-top: 16px;
  margin-bottom: 12px;
  text-align: center;
}

.quiz_prices .quiz_oldprice {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: line-through;
  color: #000;
}

.quiz_prices .quiz_newprice {
  margin-top: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5a1784;
}

.quiz_form form {
  width: 280px;
  margin: 0 auto;
}

.quiz_form form input {
  line-height: 48px;
  padding-left: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  display: block;
  background: #fff;
  border: 1px solid #5a1784;
  border-radius: 24px;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}

.quiz_form form input.active:invalid {
  border: 1px solid red;
}

.quiz_form form input.active:-webkit-autofill:active:valid,
.quiz_form form input.active:-webkit-autofill:focus:valid,
.quiz_form form input.active:-webkit-autofill:hover:valid,
.quiz_form form input.active:-webkit-autofill:valid,
.quiz_form form input.active:valid {
  border: 1px solid #68c853;
  background-color: #fff !important;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: top 50% right 16px;
}

.quiz_form form button {
  text-transform: uppercase;
  margin-top: 24px;
  border-radius: 24px;
  height: 48px;
  display: block;
  text-align: center;
  width: 100%;
  background: #f64777;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0.03em;
  border: none;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 360px) {
  .quiz_question {
    margin: 48px 18px 20px;
  }

  .quiz_options {
    margin: 0 14px;
  }
}

body,
html {
  overflow-x: hidden;
}

.content p {
  font-size: 20px;
  margin-bottom: 15px;
}

.content li {
  font-size: 20px;
}

.wrapper {
  max-width: 860px;
}

.alstep54_sglCGFT6q {
  margin-bottom: 10px;
}

input {
  outline: 0;
}

@media screen and (max-width: 600px) {
  .title {
    font-size: 24px;
    line-height: 30px;
  }
}

.order {
  position: initial !important;
}

#prod_img {
  margin: 20px auto;
}

#scroll_point {
  position: absolute;
  bottom: -100px;
  opacity: 0;
}

@media (max-width: 600px) {
  #scroll_point {
    bottom: -2px;
  }
}

.content .image {
  border: 0;
}

.order__input {
  border: 1px #bbb solid !important;
}

@media screen and (max-width: 480px) {
  .my-btn {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 16px !important;
    width: 100% !important;
  }

  .order__btn {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 16px !important;
    width: 100% !important;
  }

  .main-menu-blk {
    display: none;
  }

  .content {
    padding-top: 10px;
  }
}

body,
html {
  scroll-behavior: smooth;
}

@media (max-width: 479px) {
  .autor-img {
    width: 90% !important;
    padding: 0;
    float: none;
    margin: 20px auto !important;
  }
}

a {
  color: #8903ab;
  background-color: transparent;
}

a:hover {
  color: #8903ab;
}

p {
  font-family: Lato, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 32px !important;
  margin-bottom: 10px !important;
  color: #000 !important;
}

.content p {
  font-size: 20px !important;
  margin-bottom: 15px !important;
}

.tet {
  padding: 10px;
  border-left: 7px solid #8903ab;
  border-top: none;
  border-right: none;
  border-bottom: none;
  font-style: italic;
}

@media screen and (min-width: 1024px) {
  .hdr-box {
    height: 60px !important;
  }
}

@media (min-width: 768px) {
  .title {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 47px;
    color: #000;
    text-align: center;
  }

  .content {
    background: #fff;
    margin: 0 auto;
    width: 960px;
    padding-top: 35px;
  }

  .katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
    margin: 0 auto;
    width: 960px;
    margin-top: 0 !important;
    background: none repeat scroll 0 0 #333541;
    height: 50px;
  }

  #white {
    background: #fff !important;
  }
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC img {
  width: 390px !important;
}

.post-date {
  margin-top: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --base-horisontal-gitter: 10px;
  --base-vertical-gitter: 10px;
  --max-middle-wrapper-width: 1160px;
  --max-big-wrapper-width: 1440px;
  --tablet-edge: 768px;
  --desktop-edge: 1024px;
  --turquoise-blue: #00a5cf;
  --black: #1b1b1b;
  --module-color: #fbed21;
  --brownish-grey: #5a5a5a;
  --very-light-pink: #f2f2f2;
  --salmon: #ff6b6b;
  --menu-hover-link-color: var(--turquoise-blue);
}

@media screen and (min-width: 768px) {
  :root {
    --base-horisontal-gitter: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .l-main-content {
    padding-top: calc(13 * var(--base-vertical-gitter));
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-main-content {
    padding-top: 86px;
  }
}

@media screen and (max-width: 767px) {
  .l-main-content {
    padding-top: calc(7 * var(--base-vertical-gitter));
  }
}

@media screen and (min-width: 768px) {
  .l-content-middle {
    max-width: calc(
      var(--max-middle-wrapper-width) - var(--base-horisontal-gitter) * 2
    );
    padding-left: var(--base-horisontal-gitter);
    padding-right: var(--base-horisontal-gitter);
  }
}

@media screen and (min-width: 768px) {
  .l-content-big,
  .l-content-middle {
    margin-left: auto;
    margin-right: auto;
  }

  .l-content-big {
    max-width: var(--max-big-wrapper-width);
  }
}

.l-content-small {
  margin: 0 auto var(--base-vertical-gitter);
  padding: 0 var(--base-horisontal-gitter);
}

@media screen and (min-width: 768px) {
  .l-content-small {
    width: calc(75% - 2 * var(--base-horisontal-gitter));
  }
}

@media screen and (min-width: 1024px) {
  .l-content-small {
    width: calc(50% - 2 * var(--base-horisontal-gitter));
  }
}

@media screen and (max-width: 767px) {
  .l-mobile-padding {
    padding-left: var(--base-horisontal-gitter);
    padding-right: var(--base-horisontal-gitter);
  }
}

@media screen and (max-width: 767px) {
  .l-mobile-padding-top {
    padding-top: var(--base-vertical-gitter);
  }
}

@media screen and (max-width: 767px) {
  .l-mobile-margin-bottom {
    margin-bottom: calc(2 * var(--base-vertical-gitter));
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-tablet-padding {
    padding-left: var(--base-horisontal-gitter);
    padding-right: var(--base-horisontal-gitter);
  }
}

.l-margin-bottom {
  margin-bottom: calc(2 * var(--base-vertical-gitter));
}

@media screen and (min-width: 768px) {
  .l-margin-bottom {
    margin-bottom: calc(4 * var(--base-vertical-gitter));
  }
}

.l-margin-bottom-small {
  margin-bottom: var(--base-vertical-gitter);
}

@media screen and (min-width: 768px) {
  .l-margin-bottom-small {
    margin-bottom: calc(2 * var(--base-vertical-gitter));
  }
}

.c-inner-html--no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .no-scroll-mobile {
    overflow: hidden;
  }
}

.c-inner-body {
  -webkit-filter: none;
  filter: none;
  width: 100%;
  overflow: hidden;
}

.c-inner-body--blured {
  overflow: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

:root {
  --x-pad: 20px;
}

.grid {
  display: grid;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-hidden {
  overflow: hidden;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.hdr-spc {
  z-index: 2;
  width: 100%;
  height: 120vh;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 100%, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.25s, opacity 0.25s;
  transition: visibility 0s 0.25s, opacity 0.25s;
}

.hdr-spc.ampvis,
[data-state="bd-dd"] .hdr-spc,
[data-state="bd-rgns"] .hdr-spc {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.uppercase {
  text-transform: uppercase;
}

.hdr {
  background: var(--black);
  color: #fff;
  font-size: 13px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0;
  z-index: 3;
}

.hdr * {
  color: inherit;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  background: transparent none;
}

.hdr button {
  outline: 0 none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.hdr-c {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  padding: 0 var(--x-pad);
}

.hdr-box {
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr -webkit-min-content 1fr;
  grid-template-columns: 1fr min-content 1fr;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .hdr-box {
    height: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .hdr-box {
    height: 114px;
  }

  html[amp] .hdr-box {
    height: 70px;
  }
}

.hdr-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-transform: uppercase;
  height: 18px;
}

.hdr-nav span:not(:first-child) {
  margin-left: 1rem;
}

.hdr-it {
  height: 18px;
  line-height: 18px;
  display: block;
  font-weight: 700;
}

.hdr-srch-b {
  width: 100%;
  border: 1px solid #fff;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 20px;
}

.hdr-srch-b:after,
.hdr-srch-b:before {
  display: block;
  content: "";
}

.hdr-srch-b:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-width='2'%3E%3Ccircle cx='8' cy='8' r='6'/%3E%3Cpath stroke-linecap='round' d='M12.479 12.479L18 18'/%3E%3C/g%3E%3C/svg%3E")
    50% 50% no-repeat;
  top: 0;
  left: 0;
  position: relative;
}

.hdr-srch-b:after {
  left: 40px;
  height: 20px;
  width: 1px;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.2);
}

.hdr-srch-b:after,
.hdr-srch-l {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.hdr-srch-l {
  left: 50px;
  display: block;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .hdr-sm-srch {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hdr-srch-b {
    width: 40px;
    height: 40px;
    border: 0;
  }

  .hdr-srch-b:after,
  .hdr-srch-l {
    display: none;
  }
}

.hdr-ddb-b {
  width: 40px;
  height: 40px;
  font-size: 24px;
  border: 0;
}

.hdr-img {
  width: 185px;
  height: 53px;
}

@media screen and (max-width: 767px) {
  .hdr-img {
    width: 160px;
  }
}

.hdr-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdr-cat-btn {
  font-size: 0;
  border: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--brownish-grey);
}

.hdr-cat-btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid var(--module-color);
  border-top: 0 solid transparent;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
}

.hdr-logo-ls,
.hdr-logo-wr {
  left: 0;
  width: 100%;
}

.hdr-logo-wr {
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.ampvislogo .hdr-cat-btn:before,
[data-state="bd-sctns"] .hdr-cat-btn:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid var(--module-color);
  border-bottom: 0 solid transparent;
}

.ampvislogo .hdr-logo-wr,
[data-state="bd-sctns"] .hdr-logo-wr {
  opacity: 1;
  visibility: visible;
}

.hdr-logo-ls {
  top: 0;
  padding: 1rem;
  border-radius: 6px;
  background: var(--brownish-grey);
}

.hdr-logo-l:not(:first-child) {
  margin-top: 1rem;
}

.snd-btn {
  border: 0;
  grid-column: 1/2;
  width: 36px;
  height: 36px;
}

.snd-btn:after,
.snd-btn:before {
  content: "";
}

.snd-btn i,
.snd-btn:after,
.snd-btn:before {
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  border-radius: 1px;
  background: #fff;
  left: 0;
}

.snd-btn:before {
  top: 10px;
}

.snd-btn:after {
  bottom: 10px;
}

.snd-btn i {
  top: 50%;
  margin-top: -1px;
}

.ampsnd.snd-btn i,
[data-state="bd-dd"] .snd-btn i {
  display: none;
}

.ampsnd.snd-btn:after,
.ampsnd.snd-btn:before,
[data-state="bd-dd"] .snd-btn:after,
[data-state="bd-dd"] .snd-btn:before {
  -webkit-transform-origin: center;
  transform-origin: center;
  top: 50%;
  bottom: auto;
}

.ampsnd.snd-btn:before,
[data-state="bd-dd"] .snd-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ampsnd.snd-btn:after,
[data-state="bd-dd"] .snd-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ddh,
.ddh-b {
  width: 100%;
  left: 0;
}

.ddh {
  bottom: 0;
}

.ddh-b {
  background: var(--black);
  overflow: auto;
  max-height: 0;
  -webkit-transition: max-height 0.25s;
  transition: max-height 0.25s;
}

.ddh-b.ampvis,
[data-state="bd-dd"] .ddh-b {
  max-height: 90vh;
}

@media (hover: hover) and (pointer: fine) {
  .ddh-b {
    overflow: hidden;
  }
}

.hdr-g {
  grid-template-columns: 100%;
  gap: 2rem;
  padding: 1rem 0 2rem;
}

@media (hover: none) and (pointer: coarse) {
  .hdr-g {
    padding-bottom: 100px;
  }
}

.hdr-h {
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid var(--brownish-grey);
  color: var(--brownish-grey);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.67px;
  font-size: 20px;
}

.hdr-nv {
  gap: 1rem;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
}

.hdr-nv .hdr-it {
  height: unset;
  line-height: 1.2;
}

.shr-lst {
  white-space: nowrap;
}

.shr-lst span {
  display: inline-block;
}

.shr-lst span:not(:first-child) {
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .hdr-ddb,
  .hdr-nav,
  .hdr-srch {
    display: none;
  }

  .hdr-logo {
    grid-column: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .hdr-snd {
    display: none;
  }

  .hdr-box {
    grid-template-columns: 220px 1fr -webkit-min-content 40px;
    grid-template-columns: 220px 1fr min-content 40px;
  }

  .hdr-nv {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .hdr-box {
    grid-template-columns: 220px 1fr -webkit-min-content 220px;
    grid-template-columns: 220px 1fr min-content 220px;
    -webkit-transition: height 0.25s;
    transition: height 0.25s;
  }

  .hdr-g {
    grid-template-columns: 23% 1fr;
    grid-template-rows: repeat(2, auto);
  }

  .hdr-m {
    grid-column: 1/2;
    grid-row: 1/3;
  }

  .hdr-s {
    grid-row: 1/2;
  }

  .hdr-ac,
  .hdr-s {
    grid-column: 2/3;
  }

  .hdr-ac {
    grid-row: 2/3;
    padding-top: 2rem;
  }

  .hdr-nv-sm {
    grid-template-columns: 100%;
  }

  .hdr-nv-big {
    grid-template-columns: repeat(4, 1fr);
  }

  .hdr-stick .hdr-box {
    height: 70px;
  }
}

.hdr-share {
  position: absolute;
  right: var(--base-horisontal-gitter);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .hdr-share {
    display: none;
  }
}

.hdr-share-btn {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.5 4.5l-1.978-2-2.022 2M10.5 2.5v9M7.5 6.5h-1a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2h-1'/%3E%3C/g%3E%3C/svg%3E")
    50% 50%/100% no-repeat;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.hdr-share-btn.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hdr-share-box {
  top: 50px;
  right: var(--base-horisontal-gitter);
  border-radius: 5px;
  background: var(--brownish-grey);
  -webkit-transform: scale(0);
  transform: scale(0);
  color: var(--very-light-pink);
}

.hdr-share-box.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-header-article-share__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px;
}

.hdr-share-i {
  display: inline-block;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  margin: 5px 10px;
}

.hdr-share-i--facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30'%3E%3Cdefs%3E%3Cpath id='a' d='M.002.001H30v29.817H.002z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%234468A3' d='M30 15c0-8.284-6.716-15-15-15C6.716 0 0 6.716 0 15c0 7.487 5.485 13.692 12.656 14.818V19.336H8.848V15h3.808v-3.305c0-3.76 2.24-5.836 5.666-5.836 1.641 0 3.358.293 3.358.293v3.692h-1.892c-1.863 0-2.444 1.156-2.444 2.342V15h4.16l-.665 4.336h-3.495v10.482C24.514 28.692 30 22.487 30 15' mask='url(%23b)'/%3E%3Cpath fill='%23FFFFFE' d='M20.839 19.336L21.504 15h-4.16v-2.814c0-1.186.58-2.342 2.444-2.342h1.892V6.152s-1.717-.293-3.358-.293c-3.426 0-5.666 2.077-5.666 5.836V15H8.848v4.336h3.808v10.482a15.112 15.112 0 0 0 4.688 0V19.336h3.495'/%3E%3C/g%3E%3C/svg%3E");
}

.hdr-share-i--mail {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30'%3E%3Cdefs%3E%3Cpath id='a' d='M15.388 29.995h-.776C6.507 29.79 0 23.155 0 15 0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15 0 8.154-6.507 14.79-14.612 14.995z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%2300A5CF' d='M0 29.995h30V0H0z' mask='url(%23b)'/%3E%3Cpath fill='%23FFF' d='M23.426 8.76l-8.444 8.707-8.39-8.652c.247-.26.59-.42.971-.42H22.51c.353 0 .674.138.916.365z'/%3E%3Cpath fill='%23F2F2F2' d='M6.204 10.439l4.337 4.473-4.337 4.336v-8.809zm17.665-.111v8.547l-4.209-4.208 4.209-4.34z'/%3E%3Cpath fill='%23FFF' d='M19.036 15.31l4.832 4.832v.1c0 .773-.608 1.4-1.358 1.4H7.563c-.666 0-1.22-.495-1.336-1.147l4.938-4.94 3.817 3.936 4.054-4.18z'/%3E%3C/g%3E%3C/svg%3E");
}

.hdr-share-i--messenger {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='50%25' x2='50%25' y1='0%25' y2='100.001%25'%3E%3Cstop offset='0%25' stop-color='%2300B2FF'/%3E%3Cstop offset='100%25' stop-color='%23006AFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='url(%23a)' d='M15 0C6.55 0 0 6.19 0 14.55c0 4.374 1.793 8.153 4.711 10.763.245.22.393.525.405.854l.081 2.668a1.202 1.202 0 0 0 1.684 1.063l2.976-1.313c.254-.112.534-.133.8-.06 1.367.377 2.825.576 4.343.576 8.45 0 15-6.19 15-14.55S23.45 0 15 0z'/%3E%3Cpath fill='%23FFF' d='M6.042 18.85l4.401-7.004a2.245 2.245 0 0 1 3.25-.602l3.5 2.634a.898.898 0 0 0 1.082-.003l4.727-3.599c.63-.48 1.456.279 1.031.95l-4.398 7a2.245 2.245 0 0 1-3.25.602l-3.5-2.634a.898.898 0 0 0-1.082.003L7.073 19.8c-.63.48-1.456-.279-1.031-.95z'/%3E%3C/g%3E%3C/svg%3E");
}

.hdr-share-i--telegram {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30'%3E%3Cdefs%3E%3Cpath id='a' d='M15.388 29.995h-.776C6.507 29.79 0 23.155 0 15 0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15 0 8.154-6.507 14.79-14.612 14.995z'/%3E%3ClinearGradient id='b' x1='64.655%25' x2='39.655%25' y1='15.82%25' y2='74.141%25'%3E%3Cstop offset='0%25' stop-color='%2341A4CF'/%3E%3Cstop offset='100%25' stop-color='%232A8CB5'/%3E%3C/linearGradient%3E%3Cpath id='d' d='M6.423 9.092l6.045 4.466c.69.381 1.188.184 1.36-.64l2.46-11.595c.252-1.01-.385-1.468-1.045-1.169L.794 5.725c-.986.396-.98.946-.18 1.192l3.708 1.157 8.584-5.416c.406-.246.778-.113.472.157'/%3E%3ClinearGradient id='e' x1='60.939%25' x2='80.089%25' y1='47.416%25' y2='73.128%25'%3E%3Cstop offset='0%25' stop-color='%23F2F8FA'/%3E%3Cstop offset='100%25' stop-color='%23FFFFFE'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='c' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='url(%23b)' d='M0 29.995h30V0H0z' mask='url(#c.html)'/%3E%3Cpath fill='%23C6D7E1' d='M12.25 21.875c-.486 0-.403-.184-.571-.646l-1.429-4.703 11-6.526'/%3E%3Cpath fill='%23A6C2D0' d='M12.25 21.875c.375 0 .54-.172.75-.375l2-1.945-2.495-1.504'/%3E%3Cg transform='translate(6.082 8.959)'%3E%3Cmask id='f' fill='%23fff'%3E%3Cuse xlink:href='%23d'/%3E%3C/mask%3E%3Cpath fill='url(#e.html)' d='M6.423 9.092l6.045 4.466c.69.381 1.188.184 1.36-.64l2.46-11.595c.252-1.01-.385-1.468-1.045-1.169L.794 5.725c-.986.396-.98.946-.18 1.192l3.708 1.157 8.584-5.416c.406-.246.778-.113.472.157' mask='url(#f.html)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hdr-share-i--twitter {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='%231DA1F2'/%3E%3Cpath fill='%23FFF' d='M12.255 22.913c6.652 0 10.29-5.513 10.29-10.29 0-.158 0-.315-.008-.465a7.41 7.41 0 0 0 1.808-1.875 7.34 7.34 0 0 1-2.077.57 3.614 3.614 0 0 0 1.59-2.003 7.324 7.324 0 0 1-2.296.878 3.6 3.6 0 0 0-2.64-1.14 3.617 3.617 0 0 0-3.615 3.615c0 .285.03.562.098.825a10.26 10.26 0 0 1-7.455-3.78 3.628 3.628 0 0 0-.488 1.814 3.6 3.6 0 0 0 1.613 3.008 3.553 3.553 0 0 1-1.635-.45v.045a3.62 3.62 0 0 0 2.902 3.548 3.605 3.605 0 0 1-1.635.06 3.611 3.611 0 0 0 3.375 2.512 7.27 7.27 0 0 1-5.355 1.492 10.076 10.076 0 0 0 5.528 1.635'/%3E%3C/g%3E%3C/svg%3E");
}

.hdr-share-i--viber {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23774483' fill-rule='nonzero' d='M14.599 29.197c8.062 0 14.598-6.536 14.598-14.598C29.197 6.536 22.661 0 14.6 0 6.536 0 0 6.536 0 14.599c0 8.062 6.536 14.598 14.599 14.598z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M22.26 6.929c-.489-.461-2.466-1.931-6.871-1.951 0 0-5.194-.321-7.726 2.057-1.41 1.444-1.906 3.555-1.958 6.174-.052 2.619-.12 7.525 4.5 8.856h.004l-.002 2.031s-.03.822.499.99c.64.203 1.015-.422 1.625-1.095.336-.37.798-.913 1.146-1.328 3.16.271 5.59-.35 5.867-.442.638-.212 4.248-.685 4.835-5.592.606-5.058-.294-8.257-1.918-9.7m.546 9.335c-.497 4.097-3.424 4.356-3.964 4.533-.23.076-2.365.62-5.048.44l-2.91 3.224-.002-3.716-.023-.006c-3.909-1.111-3.777-5.278-3.733-7.465.044-2.187.445-3.979 1.638-5.183 2.141-1.987 6.553-1.69 6.553-1.69 3.726.017 5.512 1.165 5.926 1.55 1.374 1.206 2.075 4.089 1.563 8.313'/%3E%3Cpath d='M19.443 16.875a26.793 26.793 0 0 0-.881-.723c-.272-.204-.706-.48-.949-.62-.435-.247-.88-.092-1.063.152l-.381.49c-.195.25-.497.207-.576.191-.563-.141-1.162-.493-1.775-1.087-.62-.6-.996-1.225-1.13-1.875l-.01-.043a.742.742 0 0 1 .118-.573l.02-.017c.259-.24.736-.53.8-.809.187-.482-.627-1.487-.744-1.664 0 0-.592-.784-.803-.934-.227-.19-.58-.297-.935-.079l-.018.013c-1.02.691-1.39 1.088-1.29 1.68l.053.239c.517 1.632 1.517 3.372 3.008 4.921 1.474 1.53 3.07 2.447 4.642 3.081.408.136.832.019 1.266-.352l.007-.006a4.05 4.05 0 0 0 .794-1l.002-.008c.19-.377.126-.734-.155-.977m-2.448-3.574a.119.119 0 0 1-.117-.114c-.02-.423-.135-.747-.34-.963-.202-.215-.507-.335-.904-.357a.12.12 0 0 1-.111-.127.119.119 0 0 1 .124-.114c.458.026.815.17 1.06.43.246.26.382.636.406 1.12A.12.12 0 0 1 17 13.3h-.006'/%3E%3Cpath d='M18.158 13.7h-.003a.12.12 0 0 1-.114-.123c.018-.812-.22-1.498-.706-2.041a2.57 2.57 0 0 0-.874-.637 3.528 3.528 0 0 0-1.173-.278.12.12 0 0 1-.109-.128.119.119 0 0 1 .126-.112c.937.07 1.679.404 2.204.992.528.59.786 1.334.767 2.21a.12.12 0 0 1-.118.117'/%3E%3Cpath d='M19.35 14.177a.119.119 0 0 1-.118-.12c-.006-.717-.114-1.366-.322-1.93a4.033 4.033 0 0 0-.931-1.461 4.197 4.197 0 0 0-1.389-.93 4.573 4.573 0 0 0-1.694-.318.12.12 0 0 1-.117-.122c0-.066.053-.119.118-.119 1.287.01 2.379.452 3.246 1.317.435.434.767.955.986 1.548.219.59.332 1.268.338 2.014a.12.12 0 0 1-.116.121h-.002'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hdr-share-i--whatsapp {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30'%3E%3Cdefs%3E%3Cpath id='a' d='M15.04.06C6.818.06.127 6.697.124 14.857c0 2.608.686 5.155 1.991 7.4L0 29.925l7.906-2.057a14.998 14.998 0 0 0 7.127 1.8h.007c8.22 0 14.91-6.639 14.913-14.8A14.652 14.652 0 0 0 25.59 4.4C22.774 1.603 19.03.062 15.04.06z'/%3E%3ClinearGradient id='b' x1='50%25' x2='50%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%231FAF38'/%3E%3Cstop offset='100%25' stop-color='%2360D669'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0 .014)'%3E%3Cmask id='c' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='url(#b.html)' d='M15.04.06C6.818.06.127 6.697.124 14.857c0 2.608.686 5.155 1.991 7.4L0 29.925l7.906-2.057a14.998 14.998 0 0 0 7.127 1.8h.007c8.22 0 14.91-6.639 14.913-14.8A14.652 14.652 0 0 0 25.59 4.4C22.774 1.603 19.03.062 15.04.06z' mask='url(#c.html)'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M11.18 8.459c-.289-.638-.593-.651-.868-.662-.225-.01-.483-.01-.74-.01s-.676.097-1.03.48c-.353.384-1.35 1.31-1.35 3.196 0 1.885 1.383 3.707 1.576 3.963.193.255 2.67 4.248 6.594 5.784 3.26 1.276 3.924 1.022 4.632.958.708-.064 2.284-.926 2.606-1.821.321-.895.321-1.662.225-1.822-.097-.16-.354-.255-.74-.447s-2.284-1.119-2.638-1.247c-.354-.127-.611-.191-.868.192-.258.384-.997 1.247-1.222 1.502-.226.256-.45.288-.837.096-.386-.192-1.63-.596-3.104-1.901-1.148-1.016-1.922-2.27-2.148-2.654-.225-.383-.024-.59.17-.782.173-.171.386-.447.579-.67.193-.224.257-.384.386-.64.128-.255.064-.48-.033-.67-.096-.192-.846-2.087-1.19-2.845'/%3E%3C/g%3E%3C/svg%3E");
}

.hdr-share-i--copylink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496.158 496.158'%3E%3Cpath d='M0 248.085C0 111.064 111.07.003 248.076.003c137.012 0 248.082 111.061 248.082 248.082 0 137.002-111.07 248.07-248.082 248.07C111.07 496.155 0 385.087 0 248.085z' fill='%2325b7d3'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M394.463 151.309l-49.615-49.614c-10.727-10.728-28.119-10.726-38.844 0l-76.631 76.63c-10.726 10.728-10.727 28.119-.001 38.847l49.615 49.614c10.727 10.727 28.119 10.726 38.845-.002l76.631-76.63c10.725-10.725 10.726-28.118 0-38.845zm-81.873 84.114c-6.289 6.288-16.484 6.289-22.772.001l-29.084-29.084c-6.288-6.288-6.287-16.483.001-22.772l50.511-50.511c6.287-6.287 16.482-6.288 22.771 0l29.084 29.085c6.288 6.287 6.287 16.482 0 22.77l-50.511 50.511zM266.786 278.986l-49.614-49.614c-10.727-10.727-28.119-10.726-38.845 0l-76.631 76.632c-10.726 10.726-10.727 28.118 0 38.844l49.615 49.615c10.726 10.727 28.119 10.725 38.844 0l76.632-76.633c10.724-10.725 10.726-28.117-.001-38.844zM184.912 363.1c-6.288 6.288-16.482 6.29-22.771.001l-29.084-29.084c-6.289-6.288-6.288-16.483 0-22.771l50.512-50.512c6.287-6.287 16.482-6.288 22.771 0l29.084 29.084c6.288 6.289 6.287 16.484 0 22.771L184.912 363.1z'/%3E%3C/g%3E%3Cpath d='M306.907 191.673l-2.42-2.421c-7.742-7.743-20.34-7.743-28.083 0l-87.151 87.151c-7.742 7.742-7.742 20.34 0 28.082l2.42 2.421c7.742 7.741 20.34 7.741 28.083 0l87.151-87.152c7.742-7.741 7.742-20.34 0-28.081z' fill='%2348a1af'/%3E%3Cpath d='M215.398 302.548c-5.348 5.348-14.02 5.349-19.368.001l-2.421-2.421c-5.348-5.348-5.348-14.02 0-19.367l87.152-87.152c5.348-5.349 14.019-5.348 19.368.002l2.42 2.42c5.347 5.348 5.349 14.019 0 19.366l-87.151 87.151z' fill='%23fff'/%3E%3C/svg%3E");
}

.hdr-share-i--copylink-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496.158 496.158'%3E%3Cpath d='M0 248.085C0 111.064 111.07.003 248.076.003c137.012 0 248.082 111.061 248.082 248.082 0 137.002-111.07 248.07-248.082 248.07C111.07 496.155 0 385.087 0 248.085z' fill='%234cac5e'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M394.463 151.309l-49.615-49.614c-10.727-10.728-28.119-10.726-38.844 0l-76.631 76.63c-10.726 10.728-10.727 28.119-.001 38.847l49.615 49.614c10.727 10.727 28.119 10.726 38.845-.002l76.631-76.63c10.725-10.725 10.726-28.118 0-38.845zm-81.873 84.114c-6.289 6.288-16.484 6.289-22.772.001l-29.084-29.084c-6.288-6.288-6.287-16.483.001-22.772l50.511-50.511c6.287-6.287 16.482-6.288 22.771 0l29.084 29.085c6.288 6.287 6.287 16.482 0 22.77l-50.511 50.511zM266.786 278.986l-49.614-49.614c-10.727-10.727-28.119-10.726-38.845 0l-76.631 76.632c-10.726 10.726-10.727 28.118 0 38.844l49.615 49.615c10.726 10.727 28.119 10.725 38.844 0l76.632-76.633c10.724-10.725 10.726-28.117-.001-38.844zM184.912 363.1c-6.288 6.288-16.482 6.29-22.771.001l-29.084-29.084c-6.289-6.288-6.288-16.483 0-22.771l50.512-50.512c6.287-6.287 16.482-6.288 22.771 0l29.084 29.084c6.288 6.289 6.287 16.484 0 22.771L184.912 363.1z'/%3E%3C/g%3E%3Cpath d='M306.907 191.673l-2.42-2.421c-7.742-7.743-20.34-7.743-28.083 0l-87.151 87.151c-7.742 7.742-7.742 20.34 0 28.082l2.42 2.421c7.742 7.741 20.34 7.741 28.083 0l87.151-87.152c7.742-7.741 7.742-20.34 0-28.081z' fill='%234cac5e'/%3E%3Cpath d='M215.398 302.548c-5.348 5.348-14.02 5.349-19.368.001l-2.421-2.421c-5.348-5.348-5.348-14.02 0-19.367l87.152-87.152c5.348-5.349 14.019-5.348 19.368.002l2.42 2.42c5.347 5.348 5.349 14.019 0 19.366l-87.151 87.151z' fill='%23fff'/%3E%3C/svg%3E");
}

.shr-lnk {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 10em;
  background: transparent none 50% 50%/20px no-repeat;
  cursor: pointer;
}

.shr-lnk--rss {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23FFF' fill-rule='evenodd' transform='translate(3 2)'%3E%3Ccircle cx='1.5' cy='13.5' r='1.5'/%3E%3Cpath fill-rule='nonzero' d='M7.6 13.6a5.9 5.9 0 0 0-5.9-5.9 1 1 0 1 0 0 2 3.9 3.9 0 0 1 3.9 3.9 1 1 0 0 0 2 0z'/%3E%3Cpath fill-rule='nonzero' d='M11.443 13.6c0-5.517-4.214-9.704-9.743-9.704a1 1 0 1 0 0 2c4.427 0 7.743 3.295 7.743 7.704a1 1 0 0 0 2 0z'/%3E%3Cpath fill-rule='nonzero' d='M15.3 13.6C15.3 6.089 9.211 0 1.7 0a1 1 0 1 0 0 2c6.407 0 11.6 5.193 11.6 11.6a1 1 0 1 0 2 0z'/%3E%3C/g%3E%3C/svg%3E");
}

.shr-lnk--facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M13.688 10.005h-2.412V18H7.7v-7.995H6V7.181h1.7V5.353C7.7 4.047 8.368 2 11.308 2l2.648.01v2.742h-1.922c-.315 0-.758.146-.758.77v1.662H14l-.312 2.821z'/%3E%3C/svg%3E");
}

.shr-lnk--twitter {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M18 5.539a6.554 6.554 0 0 1-1.886.516 3.294 3.294 0 0 0 1.444-1.815 6.57 6.57 0 0 1-2.084.796A3.281 3.281 0 0 0 13.077 4 3.283 3.283 0 0 0 9.88 8.03 9.32 9.32 0 0 1 3.113 4.6 3.282 3.282 0 0 0 4.13 8.982a3.262 3.262 0 0 1-1.486-.41v.04a3.284 3.284 0 0 0 2.633 3.219 3.267 3.267 0 0 1-1.483.056 3.286 3.286 0 0 0 3.067 2.28A6.585 6.585 0 0 1 2 15.524 9.285 9.285 0 0 0 7.031 17c6.039 0 9.34-5 9.34-9.338 0-.142-.003-.284-.009-.425A6.655 6.655 0 0 0 18 5.54'/%3E%3C/svg%3E");
}

.shr-lnk--insta {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M16.33 13.374c-.043.89-.326 1.692-1.059 2.273-.452.359-.978.542-1.54.597-.6.06-1.205.093-1.81.1-1.318.014-2.638.02-3.957-.002-.7-.012-1.41-.027-2.097-.152-1.336-.242-2.16-1.166-2.28-2.52a32.9 32.9 0 0 1-.102-2.723 156.56 156.56 0 0 1 .05-4.28c.009-.375.068-.76.169-1.122.315-1.13 1.095-1.781 2.235-1.959.657-.102 1.33-.127 1.995-.138a121.31 121.31 0 0 1 4.01.002c.705.012 1.422.033 2.112.164 1.312.249 2.106 1.167 2.242 2.5.06.594.083 1.193.099 1.79.016.621.003 1.243.003 1.865h.032c-.032 1.202-.043 2.405-.102 3.605m1.485-5.684c-.012-.727-.054-1.463-.178-2.178-.207-1.196-.847-2.138-1.895-2.777-.799-.487-1.69-.65-2.61-.676-1.058-.03-2.118-.04-3.177-.059v.022c-.738 0-1.476-.022-2.212.006-.73.029-1.468.044-2.18.18-1.579.299-2.654 1.23-3.184 2.76-.273.791-.3 1.616-.309 2.437a179.22 179.22 0 0 0-.002 4.695c.011.728.04 1.467.179 2.179.304 1.574 1.235 2.649 2.771 3.174.791.27 1.617.297 2.439.306 1.561.016 3.122.026 4.682.002.73-.01 1.468-.042 2.181-.177 1.578-.3 2.654-1.23 3.183-2.762.273-.79.3-1.615.309-2.436.017-1.565.026-3.13.003-4.696'/%3E%3Cpath d='M9.94 12.52a2.64 2.64 0 0 1-2.626-2.626A2.638 2.638 0 0 1 9.943 7.27a2.64 2.64 0 0 1 2.626 2.626 2.64 2.64 0 0 1-2.63 2.624m.04-6.671c-2.265-.002-4.087 1.783-4.088 4.007 0 2.28 1.785 4.084 4.046 4.085a4.032 4.032 0 0 0 4.054-4.043c0-2.233-1.798-4.048-4.012-4.05m4.164-1.103a.948.948 0 0 0-.946.94.963.963 0 0 0 .953.958.949.949 0 0 0 .947-.957.929.929 0 0 0-.954-.941'/%3E%3C/g%3E%3C/svg%3E");
}

.shr-lnk--youtube {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M8 13.835V7l5.14 3.417L8 13.835zm11-7.121C19 5.214 17.796 4 16.31 4H3.69C2.205 4 1 5.215 1 6.714v7.278c0 1.499 1.204 2.714 2.69 2.714h12.62c1.486 0 2.69-1.215 2.69-2.714V6.714z'/%3E%3C/svg%3E");
}

.shr-lnk--viber {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M15.618 3.615c-.402-.379-2.028-1.587-5.648-1.603 0 0-4.27-.264-6.351 1.691-1.159 1.186-1.566 2.922-1.61 5.074-.042 2.153-.098 6.186 3.7 7.28l.003.001-.002 1.669s-.024.676.41.813c.526.167.834-.346 1.336-.9.276-.303.656-.75.943-1.09 2.597.222 4.595-.289 4.821-.364.525-.175 3.493-.564 3.975-4.597.498-4.158-.241-6.787-1.577-7.974m.45 7.674c-.409 3.368-2.815 3.58-3.259 3.726-.189.062-1.944.51-4.15.361l-2.391 2.65-.002-3.053-.02-.005c-3.212-.914-3.104-4.339-3.068-6.137.037-1.797.366-3.27 1.347-4.26 1.76-1.633 5.387-1.39 5.387-1.39 3.062.015 4.53.958 4.87 1.275 1.13.99 1.706 3.36 1.285 6.833'/%3E%3Cpath d='M13.302 11.791a22.024 22.024 0 0 0-.724-.594 9.285 9.285 0 0 0-.78-.51c-.357-.203-.723-.075-.874.125l-.313.403c-.16.205-.408.17-.473.157-.463-.116-.956-.406-1.46-.894-.51-.492-.818-1.006-.928-1.54l-.008-.036a.61.61 0 0 1 .097-.471l.016-.014c.212-.197.605-.436.657-.665.154-.396-.515-1.222-.61-1.368 0 0-.488-.645-.66-.768-.188-.155-.478-.244-.77-.065l-.015.011c-.839.568-1.143.894-1.06 1.382l.043.195c.426 1.342 1.248 2.772 2.473 4.046 1.212 1.257 2.523 2.01 3.816 2.532.335.112.684.016 1.04-.29l.007-.004c.273-.256.49-.53.652-.822l.001-.006c.157-.31.104-.604-.127-.804M11.29 8.854a.097.097 0 0 1-.096-.094c-.017-.348-.11-.614-.279-.792-.167-.177-.418-.275-.744-.293a.098.098 0 0 1-.091-.104.098.098 0 0 1 .102-.094c.376.02.67.14.872.354.201.213.313.522.333.919a.098.098 0 0 1-.092.104h-.005'/%3E%3Cpath d='M12.246 9.182h-.002a.098.098 0 0 1-.095-.101c.015-.668-.18-1.232-.58-1.679a2.112 2.112 0 0 0-.718-.523 2.9 2.9 0 0 0-.965-.228.098.098 0 0 1-.089-.106.098.098 0 0 1 .103-.092c.771.058 1.38.332 1.812.816.434.485.647 1.096.63 1.816a.098.098 0 0 1-.096.097'/%3E%3Cpath d='M13.225 9.574a.098.098 0 0 1-.097-.098 4.67 4.67 0 0 0-.264-1.587 3.315 3.315 0 0 0-.766-1.202 3.45 3.45 0 0 0-1.14-.763c-.421-.17-.89-.26-1.394-.263a.098.098 0 0 1-.096-.1.099.099 0 0 1 .097-.098c1.059.008 1.956.372 2.668 1.083a3.5 3.5 0 0 1 .811 1.273 4.88 4.88 0 0 1 .278 1.655c0 .055-.043.1-.096.1'/%3E%3C/g%3E%3C/svg%3E");
}

.shr-lnk--telegram {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M7.55 10.688l7.105 5.25c.811.447 1.397.215 1.598-.753l2.893-13.63C19.442.368 18.693-.171 17.918.18L.934 6.731c-1.16.464-1.153 1.11-.212 1.4l4.359 1.36 10.09-6.366c.476-.29.914-.134.555.184'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M7.25 17.182c.44 0 .636-.201.882-.44l2.35-2.286-2.932-1.769'/%3E%3Cg transform='translate(0 2)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23FFF' d='M7.55 10.688l7.105 5.25c.811.447 1.397.215 1.598-.753l2.893-13.63C19.442.368 18.693-.171 17.918.18L.934 6.731c-1.16.464-1.153 1.11-.212 1.4l4.359 1.36 10.09-6.366c.476-.29.914-.134.555.184' mask='url(#b.html)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 767px) {
  .shr-lnk {
    width: 32px;
    height: 32px;
    background-size: 16px;
  }

  .shr-lst span:not(:first-child) {
    margin-left: 0.5rem;
  }
}

.shorthand-embed-body .hdr {
  position: relative;
  z-index: 9999;
}

.shorthand-embed-body .hdr + .l-main-content {
  padding-top: 0;
}

.c-modal.js-modal-search {
  z-index: 99991;
}

.c-inner-body {
  overflow: unset;
}

.evt-nav {
  padding-top: 114px;
}

@media screen and (max-width: 1024px) {
  .evt-nav {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .evt-nav {
    padding-top: 60px;
  }
}

.evt-h {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem 0;
}

.evt-h-i {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  height: 100px;
  margin-right: 32px;
  border-radius: 50%;
  border: 1px solid var(--very-light-pink);
}

.evt-h-i img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.evt-h-t {
  font-weight: 600;
  font-size: 24px;
}

.evt-m {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.95);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  overflow: auto;
  -webkit-transition: top 0.25s;
  transition: top 0.25s;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .evt-m {
    top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .evt-m {
    top: 60px;
  }
}

.evt-nv {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 2px solid var(--very-light-pink);
  white-space: nowrap;
}

.hdr-stick .evt-m {
  top: 70px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}

.hdr-stick .evt-nv {
  border: unset;
  padding-bottom: 2px;
}

.evt-m-l {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.evt-m-i:not(:first-child) {
  margin-left: 2rem;
}

.evt-m-a {
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1;
  padding: 1em 0;
  color: var(--brownish-grey);
}

.evt-m-c {
  font-weight: 600;
  color: var(--black);
  cursor: default;
}

.evt-m-c:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--module-color);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.evt-m + .l-main-content {
  padding-top: 3rem;
}

.evt-m + .l-main-content .c-breadcrumbs__item-container {
  width: 100%;
  padding-top: 0;
  margin-top: 0;
  text-align: left;
}

.evt-m + .l-main-content .c-breadcrumbs__item-container h2 {
  font-size: 24px;
}

.c-modal,
.evt-m + .l-main-content .c-breadcrumbs:after,
.evt-m + .l-main-content .c-breadcrumbs:before {
  display: none;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  background-color: #fff;
  z-index: 10;
}

.c-modal--show {
  display: block;
}

.c-modal__close-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 2px solid var(--module-color);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath d='M10 55.3L55.3 10 990 944.7 944.7 990 10 55.3z'/%3E%3Cpath d='M10 944.8L944.7 10 990 55.3 55.3 990 10 944.8z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

@media screen and (min-width: 768px) {
  .c-modal__close-btn {
    top: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .c-modal__close-btn {
    top: 40px;
    right: 40px;
  }
}

.c-modal__inner-container {
  padding-top: 70px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .c-modal__inner-container {
    padding-top: 120px;
  }
}

.c-search {
  padding: 10px 0;
  border-color: var(--very-light-pink);
  border-style: solid;
  border-width: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .c-search {
    padding: 20px 0;
  }
}

@media screen and (min-width: 1024px) {
  .c-search {
    padding: 20px 10px;
  }
}

.c-search__input {
  font-size: 26px;
  border: none;
  width: calc(100% - 40px);
  padding-right: 10px;
  outline: 0;
}

@media screen and (min-width: 768px) {
  .c-search__input {
    padding-right: 20px;
  }
}

.c-search__submit {
  cursor: pointer;
  height: 40px;
  width: 40px;
  border: none;
  position: relative;
  background-color: var(--module-color);
  outline: 0;
  font-size: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .c-search__submit {
    font-size: 20px;
    width: auto;
    padding: 0 40px 0 10px;
  }
}

.c-search__submit:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='8' cy='8' r='6'/%3E%3Cpath stroke-linecap='round' d='M12.479 12.479L18 18'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

@media screen and (min-width: 768px) {
  .c-search__submit:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%231B1B1B' fill-rule='evenodd' d='M14.084 4l5.94 5.94-5.94 5.94-1.414-1.414 3.525-3.526H0v-2h16.196L12.67 5.414 14.084 4z'/%3E%3C/svg%3E");
  }
}

.c-search__submit:disabled {
  color: inherit;
  cursor: unset;
  opacity: 0.5;
}

.c-search__result-container {
  overflow: scroll;
  margin-top: var(--base-vertical-gitter);
  height: calc(100vh - 134px - var(--base-vertical-gitter));
}

@media screen and (min-width: 768px) {
  .c-search__result-container {
    height: calc(100vh - 154px - var(--base-vertical-gitter));
  }
}

@media screen and (min-width: 1024px) {
  .c-search__result-container {
    height: calc(100vh - 204px - 2 * var(--base-vertical-gitter));
    margin-top: calc(2 * var(--base-vertical-gitter));
    padding: 0 var(--base-vertical-gitter);
  }
}

.c-search__result-container--empty:after {
  content: attr(data-empty-text);
}

.c-search__empty-text,
.c-search__result-container--empty:after {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-search__marked-text {
  background-color: var(--module-color);
}

:root {
  --mobile-menu-title-height: calc(10 * var(--base-vertical-gitter));
  --mobile-menu-horisontal-padding: 20px;
}

.c-aside-menu {
  position: fixed;
  top: 0;
  height: 100%;
  display: inline-block;
  width: calc(100vw - 60px);
  max-width: 300px;
  left: -100%;
  background-color: var(--black);
  will-change: left;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

.c-aside-menu--amp {
  position: static;
}

.c-aside-menu--active {
  left: 0;
  -webkit-box-shadow: 5px 0 9px 0 rgba(27, 27, 27, 0.61);
  box-shadow: 5px 0 9px 0 rgba(27, 27, 27, 0.61);
}

.c-aside-menu--active.c-aside-menu--right {
  right: 0;
}

.c-aside-menu--right {
  left: auto;
  right: -100%;
  will-change: right;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  z-index: 50;
}

.c-aside-menu__top {
  height: var(--mobile-menu-title-height);
  padding: 0 var(--mobile-menu-horisontal-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .c-aside-menu__top {
    padding: 0 calc(2 * var(--mobile-menu-horisontal-padding));
  }
}

.c-aside-menu__title {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  color: var(--brownish-grey);
  line-height: 1;
  letter-spacing: 0.67px;
  text-transform: uppercase;
}

.c-aside-menu__close-button {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: no-repeat;
  background-size: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%2300A5CF' fill-rule='evenodd' d='M18.106.275a1.025 1.025 0 0 1 1.447.074 1.128 1.128 0 0 1-.042 1.556L11.44 9.92l8.07 8.016c.427.424.445 1.108.042 1.555a1.025 1.025 0 0 1-1.447.075l-.036-.034-8.153-8.099-8.152 8.099-.035.034a1.026 1.026 0 0 1-1.448-.075 1.128 1.128 0 0 1 .043-1.555L8.393 9.92.325 1.905A1.128 1.128 0 0 1 .282.349 1.025 1.025 0 0 1 1.73.275l.035.034 8.152 8.097L18.07.309z'/%3E%3C/svg%3E");
  background-position: 100%;
  border: none;
  background-color: transparent;
}

.c-aside-menu__bottom {
  height: calc(100% - var(--mobile-menu-title-height));
  overflow: scroll;
}

.c-aside-menu__bottom::-webkit-scrollbar {
  display: none;
}

.c-aside-menu__item {
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.43px;
  text-transform: uppercase;
  padding: 17px var(--mobile-menu-horisontal-padding);
}

.c-aside-menu__item:hover {
  background-color: var(--brownish-grey);
}

.c-aside-menu__item--active {
  color: var(--black);
  background-color: var(--turquoise-blue);
  position: relative;
}

.c-aside-menu__item--active:after {
  content: "";
  position: absolute;
  top: 20px;
  right: var(--mobile-menu-horisontal-padding);
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html[amp-version] .l-main-content {
  z-index: unset;
}

[data-state="bd-rgns"] .js-aside-regions {
  right: 0;
}

.c-aside-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: calc(100vh - 60px);
  width: 100vw;
  -webkit-transform: scale(0);
  transform: scale(0);
  margin-top: 60px;
  padding: 12px 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--black);
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .c-aside-nav-menu {
    display: none;
  }
}

.c-aside-nav-menu.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-aside-nav-menu__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-aside-nav-menu__social-title {
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.c-aside-nav-menu__social-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (orientation: portrait) {
  .js-aside-regions .c-aside-menu__bottom {
    padding-bottom: 60px;
  }
}

.c-footer {
  background-color: var(--black);
  border-top: 4px solid var(--module-color);
  padding: calc(2 * var(--base-vertical-gitter)) 0;
}

@media screen and (min-width: 768px) {
  .c-footer {
    border: none;
    padding: calc(4 * var(--base-vertical-gitter)) 0;
  }
}

.c-footer-wrapper {
  max-width: calc(
    var(--max-middle-wrapper-width) - var(--base-horisontal-gitter) * 2
  );
  padding-left: var(--base-horisontal-gitter);
  padding-right: var(--base-horisontal-gitter);
  margin-left: auto;
  margin-right: auto;
}

.c-footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .c-footer-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .c-footer-columns__item--logo {
    width: calc(25% - var(--base-horisontal-gitter) / 2);
  }

  .c-footer-columns__item--nav {
    width: calc(75% - var(--base-horisontal-gitter) / 2);
    margin-left: calc(2 * var(--base-vertical-gitter));
  }
}

.c-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .c-footer-nav {
    margin-bottom: calc(2 * var(--base-vertical-gitter));
  }
}

@media screen and (max-width: 767px) {
  .c-footer-nav {
    display: block;
    text-align: center;
  }
}

.c-footer-nav__item {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.5px;
  color: #eee;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: calc(2 * var(--base-vertical-gitter));
  margin-left: 7px;
  margin-right: 7px;
}

.c-footer-nav__item--active,
.c-footer-nav__item:hover {
  color: var(--brownish-grey);
}

@media screen and (max-width: 767px) {
  .c-footer-nav__item {
    display: block;
  }
}

.c-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: calc(2 * var(--base-vertical-gitter));
}

@media screen and (min-width: 768px) {
  .c-footer-social {
    margin-bottom: calc(4 * var(--base-vertical-gitter));
  }
}

.c-footer-social-item {
  width: 40px;
  height: 40px;
  border-radius: 10em;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #fff;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  margin-left: 15px;
}

.c-footer-social-item--rss {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23FFF' fill-rule='evenodd' transform='translate(3 2)'%3E%3Ccircle cx='1.5' cy='13.5' r='1.5'/%3E%3Cpath fill-rule='nonzero' d='M7.6 13.6a5.9 5.9 0 0 0-5.9-5.9 1 1 0 1 0 0 2 3.9 3.9 0 0 1 3.9 3.9 1 1 0 0 0 2 0z'/%3E%3Cpath fill-rule='nonzero' d='M11.443 13.6c0-5.517-4.214-9.704-9.743-9.704a1 1 0 1 0 0 2c4.427 0 7.743 3.295 7.743 7.704a1 1 0 0 0 2 0z'/%3E%3Cpath fill-rule='nonzero' d='M15.3 13.6C15.3 6.089 9.211 0 1.7 0a1 1 0 1 0 0 2c6.407 0 11.6 5.193 11.6 11.6a1 1 0 1 0 2 0z'/%3E%3C/g%3E%3C/svg%3E");
}

.c-footer-social-item--facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M13.688 10.005h-2.412V18H7.7v-7.995H6V7.181h1.7V5.353C7.7 4.047 8.368 2 11.308 2l2.648.01v2.742h-1.922c-.315 0-.758.146-.758.77v1.662H14l-.312 2.821z'/%3E%3C/svg%3E");
}

.c-footer-social-item--twitter {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M18 5.539a6.554 6.554 0 0 1-1.886.516 3.294 3.294 0 0 0 1.444-1.815 6.57 6.57 0 0 1-2.084.796A3.281 3.281 0 0 0 13.077 4 3.283 3.283 0 0 0 9.88 8.03 9.32 9.32 0 0 1 3.113 4.6 3.282 3.282 0 0 0 4.13 8.982a3.262 3.262 0 0 1-1.486-.41v.04a3.284 3.284 0 0 0 2.633 3.219 3.267 3.267 0 0 1-1.483.056 3.286 3.286 0 0 0 3.067 2.28A6.585 6.585 0 0 1 2 15.524 9.285 9.285 0 0 0 7.031 17c6.039 0 9.34-5 9.34-9.338 0-.142-.003-.284-.009-.425A6.655 6.655 0 0 0 18 5.54'/%3E%3C/svg%3E");
}

.c-footer-social-item--insta {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M16.33 13.374c-.043.89-.326 1.692-1.059 2.273-.452.359-.978.542-1.54.597-.6.06-1.205.093-1.81.1-1.318.014-2.638.02-3.957-.002-.7-.012-1.41-.027-2.097-.152-1.336-.242-2.16-1.166-2.28-2.52a32.9 32.9 0 0 1-.102-2.723 156.56 156.56 0 0 1 .05-4.28c.009-.375.068-.76.169-1.122.315-1.13 1.095-1.781 2.235-1.959.657-.102 1.33-.127 1.995-.138a121.31 121.31 0 0 1 4.01.002c.705.012 1.422.033 2.112.164 1.312.249 2.106 1.167 2.242 2.5.06.594.083 1.193.099 1.79.016.621.003 1.243.003 1.865h.032c-.032 1.202-.043 2.405-.102 3.605m1.485-5.684c-.012-.727-.054-1.463-.178-2.178-.207-1.196-.847-2.138-1.895-2.777-.799-.487-1.69-.65-2.61-.676-1.058-.03-2.118-.04-3.177-.059v.022c-.738 0-1.476-.022-2.212.006-.73.029-1.468.044-2.18.18-1.579.299-2.654 1.23-3.184 2.76-.273.791-.3 1.616-.309 2.437a179.22 179.22 0 0 0-.002 4.695c.011.728.04 1.467.179 2.179.304 1.574 1.235 2.649 2.771 3.174.791.27 1.617.297 2.439.306 1.561.016 3.122.026 4.682.002.73-.01 1.468-.042 2.181-.177 1.578-.3 2.654-1.23 3.183-2.762.273-.79.3-1.615.309-2.436.017-1.565.026-3.13.003-4.696'/%3E%3Cpath d='M9.94 12.52a2.64 2.64 0 0 1-2.626-2.626A2.638 2.638 0 0 1 9.943 7.27a2.64 2.64 0 0 1 2.626 2.626 2.64 2.64 0 0 1-2.63 2.624m.04-6.671c-2.265-.002-4.087 1.783-4.088 4.007 0 2.28 1.785 4.084 4.046 4.085a4.032 4.032 0 0 0 4.054-4.043c0-2.233-1.798-4.048-4.012-4.05m4.164-1.103a.948.948 0 0 0-.946.94.963.963 0 0 0 .953.958.949.949 0 0 0 .947-.957.929.929 0 0 0-.954-.941'/%3E%3C/g%3E%3C/svg%3E");
}

.c-footer-social-item--youtube {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M8 13.835V7l5.14 3.417L8 13.835zm11-7.121C19 5.214 17.796 4 16.31 4H3.69C2.205 4 1 5.215 1 6.714v7.278c0 1.499 1.204 2.714 2.69 2.714h12.62c1.486 0 2.69-1.215 2.69-2.714V6.714z'/%3E%3C/svg%3E");
}

.c-footer-social-item--viber {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M15.618 3.615c-.402-.379-2.028-1.587-5.648-1.603 0 0-4.27-.264-6.351 1.691-1.159 1.186-1.566 2.922-1.61 5.074-.042 2.153-.098 6.186 3.7 7.28l.003.001-.002 1.669s-.024.676.41.813c.526.167.834-.346 1.336-.9.276-.303.656-.75.943-1.09 2.597.222 4.595-.289 4.821-.364.525-.175 3.493-.564 3.975-4.597.498-4.158-.241-6.787-1.577-7.974m.45 7.674c-.409 3.368-2.815 3.58-3.259 3.726-.189.062-1.944.51-4.15.361l-2.391 2.65-.002-3.053-.02-.005c-3.212-.914-3.104-4.339-3.068-6.137.037-1.797.366-3.27 1.347-4.26 1.76-1.633 5.387-1.39 5.387-1.39 3.062.015 4.53.958 4.87 1.275 1.13.99 1.706 3.36 1.285 6.833'/%3E%3Cpath d='M13.302 11.791a22.024 22.024 0 0 0-.724-.594 9.285 9.285 0 0 0-.78-.51c-.357-.203-.723-.075-.874.125l-.313.403c-.16.205-.408.17-.473.157-.463-.116-.956-.406-1.46-.894-.51-.492-.818-1.006-.928-1.54l-.008-.036a.61.61 0 0 1 .097-.471l.016-.014c.212-.197.605-.436.657-.665.154-.396-.515-1.222-.61-1.368 0 0-.488-.645-.66-.768-.188-.155-.478-.244-.77-.065l-.015.011c-.839.568-1.143.894-1.06 1.382l.043.195c.426 1.342 1.248 2.772 2.473 4.046 1.212 1.257 2.523 2.01 3.816 2.532.335.112.684.016 1.04-.29l.007-.004c.273-.256.49-.53.652-.822l.001-.006c.157-.31.104-.604-.127-.804M11.29 8.854a.097.097 0 0 1-.096-.094c-.017-.348-.11-.614-.279-.792-.167-.177-.418-.275-.744-.293a.098.098 0 0 1-.091-.104.098.098 0 0 1 .102-.094c.376.02.67.14.872.354.201.213.313.522.333.919a.098.098 0 0 1-.092.104h-.005'/%3E%3Cpath d='M12.246 9.182h-.002a.098.098 0 0 1-.095-.101c.015-.668-.18-1.232-.58-1.679a2.112 2.112 0 0 0-.718-.523 2.9 2.9 0 0 0-.965-.228.098.098 0 0 1-.089-.106.098.098 0 0 1 .103-.092c.771.058 1.38.332 1.812.816.434.485.647 1.096.63 1.816a.098.098 0 0 1-.096.097'/%3E%3Cpath d='M13.225 9.574a.098.098 0 0 1-.097-.098 4.67 4.67 0 0 0-.264-1.587 3.315 3.315 0 0 0-.766-1.202 3.45 3.45 0 0 0-1.14-.763c-.421-.17-.89-.26-1.394-.263a.098.098 0 0 1-.096-.1.099.099 0 0 1 .097-.098c1.059.008 1.956.372 2.668 1.083a3.5 3.5 0 0 1 .811 1.273 4.88 4.88 0 0 1 .278 1.655c0 .055-.043.1-.096.1'/%3E%3C/g%3E%3C/svg%3E");
}

.c-footer-social-item--telegram {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M7.55 10.688l7.105 5.25c.811.447 1.397.215 1.598-.753l2.893-13.63C19.442.368 18.693-.171 17.918.18L.934 6.731c-1.16.464-1.153 1.11-.212 1.4l4.359 1.36 10.09-6.366c.476-.29.914-.134.555.184'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M7.25 17.182c.44 0 .636-.201.882-.44l2.35-2.286-2.932-1.769'/%3E%3Cg transform='translate(0 2)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23FFF' d='M7.55 10.688l7.105 5.25c.811.447 1.397.215 1.598-.753l2.893-13.63C19.442.368 18.693-.171 17.918.18L.934 6.731c-1.16.464-1.153 1.11-.212 1.4l4.359 1.36 10.09-6.366c.476-.29.914-.134.555.184' mask='url(#b.html)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.c-footer-social-item:not(.c-footer-social-item--desktop):first-of-type {
  display: inline-block;
}

.c-footer-social-item--desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c-footer-social-item--desktop {
    display: inline-block;
  }
}

.c-footer-info {
  margin-bottom: calc(2 * var(--base-vertical-gitter));
}

.c-footer-copyright--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-footer-copyright--mobile {
    display: none;
  }

  .c-footer-copyright--desktop {
    display: block;
  }
}

.c-footer-copyright__text,
.c-footer-info__text {
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 1.54;
  color: var(--brownish-grey);
}

.c-footer-info__text-link {
  color: inherit;
}

.c-footer-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (min-width: 768px) {
  .c-footer-logo-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-footer-logo {
  margin: 0 7px calc(2 * var(--base-vertical-gitter));
  cursor: pointer;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-footer-logo {
    margin: 0 0 calc(4 * var(--base-vertical-gitter));
  }
}

.content .image.horizontal {
  width: 100%;
  max-width: 54000px !important;
}

.c-footer-logo__img {
  max-width: 100%;
  width: 185px;
}

.c-share-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 10em;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  cursor: pointer;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

[class*=" w-icon-"],
[class^="w-icon-"] {
  font-family: webflow-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

.w-icon-file-upload-remove:before {
  content: "\e900";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:after,
.w-clearfix:before {
  content: " ";
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: 0 0;
  background-image: none;
  background-position: 0 0;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:after,
.w-embed:before {
  content: " ";
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video embed,
.w-video iframe,
.w-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-image: -webkit-linear-gradient(white 0, #f3f3f3 100%);
  background-image: linear-gradient(white 0, #f3f3f3 100%);
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
}

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:after,
.w-checkbox:before,
.w-radio:after,
.w-radio:before {
  content: " ";
  display: table;
}

.w-checkbox:after,
.w-radio:after {
  clear: both;
}

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
  display: inline-block;
  color: #333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px 8px 40px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  background-image: url("");
  background-position: 12px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px 8px 40px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  background-image: url("");
  background-position: 12px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.w-icon-file-upload {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.w-icon-file-upload-svg {
  width: 100%;
  height: 100%;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:after,
.w-container:before {
  content: " ";
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:after,
.w-row:before {
  content: " ";
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333333%;
  }

  .w-col-medium-2 {
    width: 16.66666667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.33333333%;
  }

  .w-col-medium-5 {
    width: 41.66666667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.33333333%;
  }

  .w-col-medium-8 {
    width: 66.66666667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.33333333%;
  }

  .w-col-medium-11 {
    width: 91.66666667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-container .w-row,
  .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333333%;
  }

  .w-col-small-2 {
    width: 16.66666667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.33333333%;
  }

  .w-col-small-5 {
    width: 41.66666667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.33333333%;
  }

  .w-col-small-8 {
    width: 66.66666667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.33333333%;
  }

  .w-col-small-11 {
    width: 91.66666667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333333%;
  }

  .w-col-tiny-2 {
    width: 16.66666667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.33333333%;
  }

  .w-col-tiny-5 {
    width: 41.66666667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.33333333%;
  }

  .w-col-tiny-8 {
    width: 66.66666667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.33333333%;
  }

  .w-col-tiny-11 {
    width: 91.66666667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}

.w-widget-map .gm-style-iw + div {
  display: none;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^="w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #ddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }

  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }

  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }

  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}

.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana,
    sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  opacity: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

.w-lightbox-figure {
  position: relative;
  margin: 0;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  display: block;
  float: none;
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  background-image: url("");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  background-image: url("");
}

.w-lightbox-close {
  right: 0;
  height: 2.6em;
  background-image: url("");
  background-size: 18px;
}

.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }

  .w-lightbox-close {
    opacity: 0.8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:after,
.w-richtext:before {
  content: " ";
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:after,
.w-richtext[contenteditable="true"]:before {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  font-size: 0;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #ddd;
  z-index: 1000;
}

.w-nav:after,
.w-nav:before {
  content: " ";
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay .w--nav-menu-open {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w--nav-menu-open,
.w-nav[data-animation="over-left"] .w-nav-overlay {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w--nav-menu-open,
.w-nav[data-animation="over-right"] .w-nav-overlay {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: #fff;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:after,
.w-tabs:before {
  content: " ";
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  padding: 10px;
  background-color: #ddd;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  padding-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar222222222 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 990px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c13138;
}

.image {
  width: 60px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.nav-flex {
  height: 100%;
  min-width: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-flex.flex-red {
  background-color: #c13138;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-line {
  width: 24px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #1e2021;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #262a2b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.link-block:hover {
  color: #c13138;
}

.body {
  font-family: "Proxima nova webfont", sans-serif;
  color: #262a2b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.search {
  width: 38px;
  background-position: 50% 47%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c13138;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.link:hover {
  background-color: #ec483f;
}

.image-2 {
  width: 20px;
  margin-right: 10px;
}

.col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 310px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block {
  margin-right: 16px;
  color: #686a6b;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}

.text-span {
  font-weight: 400;
}

.div-block-5 {
  width: 14px;
  height: 10px;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-2 {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #686a6b;
  font-size: 14px;
  text-decoration: none;
}

.link-2:hover {
  color: #c13138;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-3 {
  margin-bottom: 30px;
}

.paragraph {
  margin-bottom: 30px;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-icon {
  width: 27px;
  height: 22px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-2 {
  margin-bottom: 30px;
  font-weight: 700;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  background-color: #c13138;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c13138;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #ec483f;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  font-size: 13px;
}

.div-block-8 {
  width: 24px;
  height: 8px;
  margin-left: 12px;
  background-image: url("");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9 {
  margin-bottom: 20px;
  padding: 24px 30px;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05)
    #c13138;
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
}

.paragraph-3 {
  margin-bottom: 0;
  line-height: 22px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  margin-right: 5px;
  color: #333;
  font-size: 12px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f6f5;
  font-family: Oswald, sans-serif;
  color: #686a6a;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #d8d8d8;
  color: #c13138;
}

.link-4 {
  color: #c13138;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.div-block-11 {
  margin-bottom: 14px;
  padding: 20px 15px;
  border: 5px solid #f5f5f5;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 28px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #262a2b;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.div-block-12:hover {
  color: #c13138;
}

.text-block-4 {
  margin-right: 15px;
  color: #c13138;
  font-size: 18px;
  font-weight: 700;
}

.div-block-13 {
  width: 40px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 10px;
  margin-left: 34px;
  background-color: #d8d8d8;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 14px 14px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f5;
  color: #262a2b;
  font-weight: 700;
  text-decoration: none;
}

.link-block-3:hover {
  color: #c13138;
}

.image-5 {
  margin-bottom: 14px;
}

.link-block-4 {
  position: relative;
  margin-bottom: 10px;
}

.div-block-14 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.div-block-14:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}

.heading-3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  font-family: Oswald, sans-serif;
  color: #222;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.link-block-5:hover {
  border-bottom-color: #c13138;
}

.link-block-5.w--current {
  border-bottom: 1px solid #c13138;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #222;
  text-decoration: none;
}

.link-block-6:hover {
  color: #c13138;
}

.text-block-6 {
  font-family: Oswald, sans-serif;
  color: #888;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-7 {
  font-size: 15px;
}

.text-span-2 {
  color: #999;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.link-block-7 {
  padding: 10px 5px;
  border: 1px solid #c13138;
}

.link-block-7:hover {
  border-color: #ec483f;
}

.text-span-3 {
  font-size: 20px;
  line-height: 26px;
}

.text-span-4 {
  color: #8a8a8a;
  font-weight: 300;
}

.link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  min-width: 111px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #494949;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.link-5:hover {
  border-color: #c13138;
  color: #c13138;
}

.link-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 37px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  color: #494949;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.link-5-copy:hover {
  border-color: #a2a2cb;
  color: #c13138;
}

.link-5-tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 37px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #494949;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.link-5-tw:hover {
  border-color: #74d0fa;
  color: #c13138;
}

.comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.div-block-19 {
  width: 126px;
  height: 2px;
  background-color: #c13138;
}

.heading-4 {
  margin-top: 14px;
  margin-bottom: 20px;
  font-size: 22px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f8f8f8;
}

.comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
}

.image-6 {
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.name {
  color: #888;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-time {
  font-family: Oswald, sans-serif;
  color: #888;
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.bold-text {
  font-size: 13px;
  font-weight: 300;
}

.div-block-23 {
  width: 100%;
}

.paragraph-4 {
  margin-bottom: 0;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 22px;
}

.image-7 {
  margin-top: 20px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
}

.text-block-8 {
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
}

.line1 {
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #fff;
}

.line2 {
  position: absolute;
  width: 2px;
  height: 8px;
  background-color: #fff;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
  padding: 4px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-8:hover {
  color: #c13138;
}

.div-block-10-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-8 {
  width: 58px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-5 {
  width: 60%;
  color: #b9bfc4;
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
}

.body2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-wrapper {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #272a2b;
  font-family: Cuprum, sans-serif;
}

.nav-flex2 {
  width: 64px;
  height: 100%;
}

.language-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #393b3c;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 23px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  font-family: Cuprum, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link-block-9:hover {
  border-color: #444;
}

.link-block-9.w--current {
  border-color: #aaa;
}

.info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 156px;
  padding-top: 54px;
  padding-bottom: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #393b3c;
}

.link-block-10 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  text-decoration: none;
}

.link-block-10:hover {
  height: 100px;
  border-left-color: #acb2bb;
  background-color: #222;
}

.time {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.date {
  color: #808282;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

.text-block-11 {
  font-size: 12px;
}

.currency {
  color: #808282;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.usd {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.eur {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.weather-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 89px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #393b3c;
}

.sun {
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-size: contain;
}

.link-block-11 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 29px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  text-decoration: none;
}

.link-block-11:hover {
  height: 49px;
  border-left-color: #acb2bb;
  background-color: #222;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-12 {
  text-align: center;
}

.nav-line {
  height: 1px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #393b3c;
}

.sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 11px;
  padding-top: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-line {
  width: 12px;
  height: 2px;
  background-color: #fff;
}

.arrow-line.arrow-line-left {
  -webkit-transform: rotate(-45deg) translate(3px, 0);
  -ms-transform: rotate(-45deg) translate(3px, 0);
  transform: rotate(-45deg) translate(3px, 0);
}

.arrow-line.arrow-line-right {
  -webkit-transform: rotate(45deg) translate(-3px, 0);
  -ms-transform: rotate(45deg) translate(-3px, 0);
  transform: rotate(45deg) translate(-3px, 0);
}

.text-block-13 {
  font-size: 10px;
  font-weight: 400;
}

.div-block-28 {
  position: absolute;
  left: 52%;
  top: 30%;
  width: 160px;
  height: 160px;
  padding: 8px;
  border-radius: 50%;
  background-color: #b33d3d;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #fff;
  border-radius: 50%;
}

.text-block-14 {
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 991px) {
  .navbar222222222 {
    z-index: 10;
    padding-left: 0;
  }

  .nav-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-block {
    display: none;
  }

  .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    min-height: 40px;
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dadada;
    background-color: #fff;
    background-position: 94% 50%;
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    cursor: text;
  }

  .heading {
    font-size: 20px;
    line-height: 28px;
  }

  .col2 {
    max-width: 290px;
  }

  .link-block-2 {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }

  .link-block-2:hover {
    background-color: #d8d8d8;
    color: #c13138;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-span-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-6 {
    margin-right: 20px;
  }

  .section-wrapper {
    padding-left: 0;
  }

  .sidebar-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 640px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-button {
    margin-right: 10px;
  }

  .search {
    width: auto;
    max-width: 220px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link {
    min-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col1 {
    padding-right: 0;
  }

  .heading {
    line-height: 26px;
  }

  .col2 {
    width: auto;
    max-width: 100%;
  }

  .button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-4 {
    width: 100%;
    max-width: 170px;
  }

  .div-block-11 {
    display: none;
    padding: 30px 40px;
  }

  .heading-2 {
    display: none;
  }

  .link-block-3 {
    display: none;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .link-block-4 {
    display: none;
  }

  .link-block-7 {
    display: none;
  }

  .text-span-3 {
    line-height: 20px;
  }

  .link-5 {
    margin-right: 20px;
  }

  .link-5-copy {
    margin-right: 20px;
  }

  .link-5-tw {
    margin-right: 20px;
  }

  .div-block-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2 {
    max-width: 640px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .paragraph-5 {
    width: auto;
  }

  .div-block-28 {
    width: 150px;
    height: 150px;
  }

  .text-block-14 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 479px) {
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container {
    max-width: 420px;
    padding-top: 80px;
  }

  .navbar222222222 {
    height: 50px;
    padding-right: 0;
    padding-left: 30px;
    background-color: #c13138;
    background-position: 50% 50%;
    background-size: 45px;
    background-repeat: no-repeat;
  }

  .logo {
    width: auto;
  }

  .image {
    width: 45px;
  }

  .logo-wrapper {
    width: auto;
  }

  .nav-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu {
    padding-right: 0;
    padding-left: 12px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .menu-line {
    background-color: #fff;
  }

  .search {
    display: none;
  }

  .col1 {
    padding-right: 0;
  }

  .quote-icon {
    width: 20px;
    margin-right: 16px;
    background-position: 50% 0;
  }

  .button {
    width: 100%;
    max-width: 320px;
    padding: 16px 20px;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    display: none;
  }

  .image-4 {
    width: 100%;
    max-width: 150px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .link-5 {
    width: 105px;
    min-width: 111px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-5-copy {
    width: 60px;
    max-width: 86px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-5-tw {
    width: 60px;
    max-width: 86px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-20 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .comment {
    padding-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-6 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .div-block-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .comment-time {
    margin-top: 4px;
  }

  .container-2 {
    max-width: 420px;
    padding-top: 80px;
  }

  .div-block-25 {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-26 {
    margin-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-8 {
    margin: 0 8px;
  }

  .div-block-28 {
    width: 142px;
    height: 142px;
    padding: 5px;
  }

  .text-block-14 {
    font-size: 13px;
    line-height: 21px;
  }
}

.autor-area {
  background-color: #e2e2e2;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
}

.autor-img {
  width: 45%;
  float: left;
  margin-left: -10px;
}

.autor-text {
  width: 55%;
  float: right;
}

.photo-sign {
  margin: 0 auto 30px;
  font-style: italic;
}

.article-footer {
  font-style: italic;
  color: #6c6e7a;
}

.sidebar-wrapper {
  opacity: 0;
}

.sidebar-wrapper:hover {
  opacity: 1;
}

.navbar222222222 {
  padding-left: 0;
}

.section-wrapper {
  padding-left: 0;
}

.tizer-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  position: relative;
}

.left-tizer,
.right-tizer {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 460px;
  z-index: 1;
}

.left-tizer::after,
.left-tizer::before,
.right-tizer::after,
.right-tizer::before {
  box-sizing: inherit;
}

.left-tizer {
  left: -460px;
}

.right-tizer {
  right: -460px;
}

.left-tizer a,
.right-tizer a {
  bottom: 0;
  position: fixed;
  top: 0;
}

.left-tizer-el,
.right-tizer-el {
  position: relative;
  width: 460px;
  height: 1200px;
  background-image: url(../images/01.jpg);
  background-position: 0 0;
  background-size: cover;
  top: 60px;
}

@media (max-width: 991px) {
  .tizer-block {
    display: none;
  }
}

@media (max-width: 479px) {
  .autor-area {
    padding: 0;
  }

  .autor-img {
    width: 100%;
    padding: 0;
    float: none;
  }

  .autor-text {
    width: 100%;
    margin: 10px;
    float: none;
  }
}

.country_select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

.copyright {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #6c6e6f;
}

.copyright p {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.copyright br {
  display: none;
}

.copyright img {
  margin: 10px auto !important;
  max-width: 100%;
}

.copyright a {
  color: #6c6e6f;
  text-decoration: none;
}

.copyright a:hover {
  color: #ff0069;
  text-decoration: none;
}

.errField {
  display: none;
  font-size: 14px;
  background: red;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.errorMessage {
  font-size: 15px;
  background: rgba(255, 0, 0, 0.64);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  margin: 10px 0 0;
  z-index: 999;
}

.order-form {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.order-form__field {
  margin: 5px 0;
}

.order-form__field button,
.order-form__field input,
.order-form__field select {
  width: 250px;
  padding: 5px 10px;
  outline: 0;
  border: 1px solid #000;
  border-radius: 5px;
}

.order-form__field button {
  background-color: red;
  color: #fff;
  border: none;
}

.c-share-item--rss {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23FFF' fill-rule='evenodd' transform='translate(3 2)'%3E%3Ccircle cx='1.5' cy='13.5' r='1.5'/%3E%3Cpath fill-rule='nonzero' d='M7.6 13.6a5.9 5.9 0 0 0-5.9-5.9 1 1 0 1 0 0 2 3.9 3.9 0 0 1 3.9 3.9 1 1 0 0 0 2 0z'/%3E%3Cpath fill-rule='nonzero' d='M11.443 13.6c0-5.517-4.214-9.704-9.743-9.704a1 1 0 1 0 0 2c4.427 0 7.743 3.295 7.743 7.704a1 1 0 0 0 2 0z'/%3E%3Cpath fill-rule='nonzero' d='M15.3 13.6C15.3 6.089 9.211 0 1.7 0a1 1 0 1 0 0 2c6.407 0 11.6 5.193 11.6 11.6a1 1 0 1 0 2 0z'/%3E%3C/g%3E%3C/svg%3E");
}

.c-share-item--facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M13.688 10.005h-2.412V18H7.7v-7.995H6V7.181h1.7V5.353C7.7 4.047 8.368 2 11.308 2l2.648.01v2.742h-1.922c-.315 0-.758.146-.758.77v1.662H14l-.312 2.821z'/%3E%3C/svg%3E");
}

.c-share-item--twitter {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M18 5.539a6.554 6.554 0 0 1-1.886.516 3.294 3.294 0 0 0 1.444-1.815 6.57 6.57 0 0 1-2.084.796A3.281 3.281 0 0 0 13.077 4 3.283 3.283 0 0 0 9.88 8.03 9.32 9.32 0 0 1 3.113 4.6 3.282 3.282 0 0 0 4.13 8.982a3.262 3.262 0 0 1-1.486-.41v.04a3.284 3.284 0 0 0 2.633 3.219 3.267 3.267 0 0 1-1.483.056 3.286 3.286 0 0 0 3.067 2.28A6.585 6.585 0 0 1 2 15.524 9.285 9.285 0 0 0 7.031 17c6.039 0 9.34-5 9.34-9.338 0-.142-.003-.284-.009-.425A6.655 6.655 0 0 0 18 5.54'/%3E%3C/svg%3E");
}

.c-share-item--insta {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M16.33 13.374c-.043.89-.326 1.692-1.059 2.273-.452.359-.978.542-1.54.597-.6.06-1.205.093-1.81.1-1.318.014-2.638.02-3.957-.002-.7-.012-1.41-.027-2.097-.152-1.336-.242-2.16-1.166-2.28-2.52a32.9 32.9 0 0 1-.102-2.723 156.56 156.56 0 0 1 .05-4.28c.009-.375.068-.76.169-1.122.315-1.13 1.095-1.781 2.235-1.959.657-.102 1.33-.127 1.995-.138a121.31 121.31 0 0 1 4.01.002c.705.012 1.422.033 2.112.164 1.312.249 2.106 1.167 2.242 2.5.06.594.083 1.193.099 1.79.016.621.003 1.243.003 1.865h.032c-.032 1.202-.043 2.405-.102 3.605m1.485-5.684c-.012-.727-.054-1.463-.178-2.178-.207-1.196-.847-2.138-1.895-2.777-.799-.487-1.69-.65-2.61-.676-1.058-.03-2.118-.04-3.177-.059v.022c-.738 0-1.476-.022-2.212.006-.73.029-1.468.044-2.18.18-1.579.299-2.654 1.23-3.184 2.76-.273.791-.3 1.616-.309 2.437a179.22 179.22 0 0 0-.002 4.695c.011.728.04 1.467.179 2.179.304 1.574 1.235 2.649 2.771 3.174.791.27 1.617.297 2.439.306 1.561.016 3.122.026 4.682.002.73-.01 1.468-.042 2.181-.177 1.578-.3 2.654-1.23 3.183-2.762.273-.79.3-1.615.309-2.436.017-1.565.026-3.13.003-4.696'/%3E%3Cpath d='M9.94 12.52a2.64 2.64 0 0 1-2.626-2.626A2.638 2.638 0 0 1 9.943 7.27a2.64 2.64 0 0 1 2.626 2.626 2.64 2.64 0 0 1-2.63 2.624m.04-6.671c-2.265-.002-4.087 1.783-4.088 4.007 0 2.28 1.785 4.084 4.046 4.085a4.032 4.032 0 0 0 4.054-4.043c0-2.233-1.798-4.048-4.012-4.05m4.164-1.103a.948.948 0 0 0-.946.94.963.963 0 0 0 .953.958.949.949 0 0 0 .947-.957.929.929 0 0 0-.954-.941'/%3E%3C/g%3E%3C/svg%3E");
}

.c-share-item--youtube {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M8 13.835V7l5.14 3.417L8 13.835zm11-7.121C19 5.214 17.796 4 16.31 4H3.69C2.205 4 1 5.215 1 6.714v7.278c0 1.499 1.204 2.714 2.69 2.714h12.62c1.486 0 2.69-1.215 2.69-2.714V6.714z'/%3E%3C/svg%3E");
}

.c-share-item--viber {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M15.618 3.615c-.402-.379-2.028-1.587-5.648-1.603 0 0-4.27-.264-6.351 1.691-1.159 1.186-1.566 2.922-1.61 5.074-.042 2.153-.098 6.186 3.7 7.28l.003.001-.002 1.669s-.024.676.41.813c.526.167.834-.346 1.336-.9.276-.303.656-.75.943-1.09 2.597.222 4.595-.289 4.821-.364.525-.175 3.493-.564 3.975-4.597.498-4.158-.241-6.787-1.577-7.974m.45 7.674c-.409 3.368-2.815 3.58-3.259 3.726-.189.062-1.944.51-4.15.361l-2.391 2.65-.002-3.053-.02-.005c-3.212-.914-3.104-4.339-3.068-6.137.037-1.797.366-3.27 1.347-4.26 1.76-1.633 5.387-1.39 5.387-1.39 3.062.015 4.53.958 4.87 1.275 1.13.99 1.706 3.36 1.285 6.833'/%3E%3Cpath d='M13.302 11.791a22.024 22.024 0 0 0-.724-.594 9.285 9.285 0 0 0-.78-.51c-.357-.203-.723-.075-.874.125l-.313.403c-.16.205-.408.17-.473.157-.463-.116-.956-.406-1.46-.894-.51-.492-.818-1.006-.928-1.54l-.008-.036a.61.61 0 0 1 .097-.471l.016-.014c.212-.197.605-.436.657-.665.154-.396-.515-1.222-.61-1.368 0 0-.488-.645-.66-.768-.188-.155-.478-.244-.77-.065l-.015.011c-.839.568-1.143.894-1.06 1.382l.043.195c.426 1.342 1.248 2.772 2.473 4.046 1.212 1.257 2.523 2.01 3.816 2.532.335.112.684.016 1.04-.29l.007-.004c.273-.256.49-.53.652-.822l.001-.006c.157-.31.104-.604-.127-.804M11.29 8.854a.097.097 0 0 1-.096-.094c-.017-.348-.11-.614-.279-.792-.167-.177-.418-.275-.744-.293a.098.098 0 0 1-.091-.104.098.098 0 0 1 .102-.094c.376.02.67.14.872.354.201.213.313.522.333.919a.098.098 0 0 1-.092.104h-.005'/%3E%3Cpath d='M12.246 9.182h-.002a.098.098 0 0 1-.095-.101c.015-.668-.18-1.232-.58-1.679a2.112 2.112 0 0 0-.718-.523 2.9 2.9 0 0 0-.965-.228.098.098 0 0 1-.089-.106.098.098 0 0 1 .103-.092c.771.058 1.38.332 1.812.816.434.485.647 1.096.63 1.816a.098.098 0 0 1-.096.097'/%3E%3Cpath d='M13.225 9.574a.098.098 0 0 1-.097-.098 4.67 4.67 0 0 0-.264-1.587 3.315 3.315 0 0 0-.766-1.202 3.45 3.45 0 0 0-1.14-.763c-.421-.17-.89-.26-1.394-.263a.098.098 0 0 1-.096-.1.099.099 0 0 1 .097-.098c1.059.008 1.956.372 2.668 1.083a3.5 3.5 0 0 1 .811 1.273 4.88 4.88 0 0 1 .278 1.655c0 .055-.043.1-.096.1'/%3E%3C/g%3E%3C/svg%3E");
}

.c-share-item--telegram {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M7.55 10.688l7.105 5.25c.811.447 1.397.215 1.598-.753l2.893-13.63C19.442.368 18.693-.171 17.918.18L.934 6.731c-1.16.464-1.153 1.11-.212 1.4l4.359 1.36 10.09-6.366c.476-.29.914-.134.555.184'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M7.25 17.182c.44 0 .636-.201.882-.44l2.35-2.286-2.932-1.769'/%3E%3Cg transform='translate(0 2)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23FFF' d='M7.55 10.688l7.105 5.25c.811.447 1.397.215 1.598-.753l2.893-13.63C19.442.368 18.693-.171 17.918.18L.934 6.731c-1.16.464-1.153 1.11-.212 1.4l4.359 1.36 10.09-6.366c.476-.29.914-.134.555.184' mask='url(#b.html)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
