@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;);

.comments * {
  -webkit-margin-before: 0 !important;
  -webkit-margin-end: 0 !important;
  -webkit-margin-after: 0 !important;
  -webkit-margin-start: 0 !important;
  border: 0 transparent !important;
  box-sizing: border-box !important;
  font-family: sans-serif !important;
  font-size: 100% !important;
  margin: 0 !important;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
  margin-inline-end: 0 !important;
  margin-inline-start: 0 !important;
  padding: 0 !important;
}

.comments {
  max-width: 780px !important;
}

.comments__item.hidden {
  display: none !important;
}

.comments__header:before {
  background-color: #eeee !important;
}

.comments__left-box {
  border-bottom: 2px solid #9faeb5 !important;
}

.comments__header-count,.comments__header-title {
  color: #414141 !important;
  text-indent: 0 !important;
}

.comments__item-list {
  gap: 30px !important;
}

.comments__item-avatar.hidden {
  display: none !important;
}

.comments__item-info,.comments__item-name {
  text-indent: 0 !important;
}

.comments__item-name {
  color: #414141 !important;
}

.comments__item-data,.comments__item-data-now {
  text-indent: 0 !important;
}

.comments__item-content {
  color: #414141 !important;
  text-indent: 0 !important;
}

.comments__item-img.hidden {
  display: none !important;
}

.comments__item-footer {
  text-indent: 0 !important;
}

.comments__item-replay {
  border: none !important;
}

.comments__form {
  background-color: #fff !important;
  border: 1px solid #9faeb5 !important;
  border-radius: 5px !important;
  box-sizing: border-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 10px !important;
  height: 210px !important;
  margin: 30px auto 0 !important;
  max-width: 780px !important;
  opacity: 1 !important;
  padding: 15px !important;
  position: relative !important;
  transition: .4s linear !important;
}

.comments__form.hidden {
  height: 0 !important;
  opacity: 0 !important;
}

.comments__form.none {
  display: none !important;
}

.comment__form-img {
  border-radius: 50px !important;
  height: 60px !important;
  transition: height .4s linear !important;
  width: 60px !important;
}

.comments__form-input {
  background-color: #fff !important;
  border: 1px solid #9faeb5 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  display: block !important;
  font-family: sans-serif !important;
  font-size: 14px !important;
  height: 40px !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 5px 10px !important;
  text-align: left !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  transition: height .4s linear !important;
  width: 100% !important;
}

.comments__form-input::-webkit-input-placeholder {
  font-family: sans-serif !important;
  font-size: 14px !important;
}

.comments__form-input::-moz-placeholder {
  font-family: sans-serif !important;
  font-size: 14px !important;
}

.comments__form-input::placeholder {
  font-family: sans-serif !important;
  font-size: 14px !important;
}

.comments__form-input--text {
  height: 80px !important;
  padding-top: 10px !important;
}

@media (min-width:576px) {
  .comments__item-name {
    font-size: 20px !important;
  }

  .comments__item-data {
    font-size: 16px !important;
  }

  .comments__item-content {
    font-size: 18px !important;
    text-indent: 0 !important;
  }

  .comments__item-footer,  .comments__item-img {
    max-width: 350px !important;
  }
}

@media (min-width:992px) {
  .comments__header-count,  .comments__header-title {
    font-size: 20px !important;
  }
}

.door__container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}

.door_box {
  -webkit-perspective: 500px;
  perspective: 500px;
  position: relative;
}

.door,.door_box {
  box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919;
  height: 346px;
  width: 165px;
}

.door,.hi {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.door {
  background-image: url(../images/ac8a47414cbdd10a1610.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: .75s;
}

#door__2 {
  background-image: url(../images/c71edbf11b1bee73ef8c.png);
}

#door__3 {
  background-image: url(../images/b50a3080239a3874ef40.png);
}

.door:hover {
  -webkit-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
}

.door.open {
  -webkit-transform: rotateY(-85deg);
  transform: rotateY(-85deg);
}

.door__head {
  font-size: 20px;
  line-height: 1.3;
  margin: 18px 0;
  text-align: center;
}

.door__sales {
  border-radius: 30px !important;
  box-shadow: 0 1px 2px 2px #7f7878;
  color: red !important;
  font-size: 45px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 30px 5px !important;
  position: relative;
}

.door__title {
  background-color: #3a4752;
  border-radius: 0.5em;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 10px 0 !important;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width:1040px) {
  .door,  .door_box {
    height: 200px;
    width: 95px;
  }

  .door__sales {
    font-size: 23px !important;
  }

  #form-block {
    margin-bottom: 30px !important;
  }
}

@media (max-width:840px) {
  .door__sales {
    border-radius: 30px !important;
    color: red !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 30px 5px;
  }

  #door__2,  #door__3,  .door {
    background-size: contain;
  }
}

@media (max-width:360px) {
  .door_box+.door_box {
    margin-left: 15px;
  }

  .door__sales {
    border-radius: 30px !important;
    color: red !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    padding: 30px 5px;
  }
}

body :not(i) {
  font-family: sans-serif !important;
}

ol li,p,ul li {
  font-size: 22px !important;
  line-height: 1.3 !important;
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1640deg);
    transform: rotate(1640deg);
  }

  to {
    -webkit-transform: rotate(1620deg);
    transform: rotate(1620deg);
  }
}

.submit-roulette,input[value="Получить бесплатно"] {
  background: red;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin: 5px 0 15px;
  outline: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: background .3s;
}

input[value="Получить бесплатно"]:hover {
  background: #b00 !important;
  transition: background .3s;
}

input[value="Получить бесплатно"]:active {
  box-shadow: none !important;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.input-roulette::-webkit-input-placeholder {
  font-size: .9em;
}

.input-roulette::-moz-placeholder {
  font-size: .9em;
}

.input-roulette::placeholder {
  font-size: .9em;
}

.input-roulette {
  display: block;
  height: 42px;
  margin: 10px auto;
}

input[placeholder="Ваш телефон"],input[placeholder="Ваше имя"] {
  height: 42px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.danger-text {
  white-space: nowrap;
}

.cursor-text {
  font: 16px sans-serif !important;
}

#order {
  display: none;
}

@-webkit-keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width:520px) {
  .cursor-text {
    font-size: 12px !important;
    line-height: 45px !important;
  }

  .close-popup {
    right: 0 !important;
  }
}

@media (max-width:500px) {
  .door,  .door_box {
    height: 180px;
    width: 85px;
  }
}

body,html {
  margin: 0;
}

.demon_popup {
  display: none;
  font-family: sans-serif !important;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.demon_overflow {
  background-color: rgba(0, 0, 0, .7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.demon_popup_body {
  background: linear-gradient(135deg, #3c72b5, #7b9fcc);
  border: 5px solid #ddd;
  box-sizing: border-box;
  left: 50%;
  max-width: 850px;
  min-height: 415px;
  padding: 20px 20px 90px;
  position: absolute;
  top: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.demon_popup_title {
  color: #fff;
  font-size: 28px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.demon_popup_body img {
  height: 220px;
  left: 35px;
  max-width: 210px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 77px;
  width: 100%;
}

.demon_popup_body p {
  color: #fff;
  font-size: 23px;
  line-height: 1.3;
  margin: 0;
  padding-left: 266px;
  padding-top: 30px;
}

.demon_popup_body p span {
  color: #de455c;
  font-size: 34px;
  font-weight: 700;
  white-space: nowrap;
}

.demon_popup_body p:first-of-type {
  padding-top: 58px;
}

.demon_popup_body a:last-of-type {
  -webkit-align-items: center;
  align-items: center;
  background: linear-gradient(180deg, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37);
  border-radius: 10px;
  bottom: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, .8);
  color: #e0e2e6;
  display: -webkit-flex;
  display: flex;
  font-size: 26px;
  font-weight: 900;
  height: 60px;
  -webkit-justify-content: center;
  justify-content: center;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  width: 400px;
}

.demon_popup_body a:last-of-type:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.demon_close {
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
}

.demon_close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.demon_close:after,.demon_close:before {
  background-color: #de455c;
  content: "";
  height: 4px;
  left: -5px;
  position: absolute;
  top: 13px;
  width: 40px;
}

.demon_close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.demon_close {
  z-index: 9999;
}

a {
  cursor: pointer !important;
  outline: 0;
}

body {
  color: #000;
  font-family: sans-serif;
  padding: 0;
}

body {
  cursor: default;
  height: 100%;
  margin: 0 0 20px;
  top: 0;
}

a {
  color: #00f;
  text-decoration: underline;
}

a:hover {
  color: #3434fd;
  text-decoration: none;
}

h1 {
  font-size: 30px;
  line-height: 34px;
  margin: 0 0 17px;
}

h1,h2 {
  color: #1b354a;
  font-family: sans-serif;
}

h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin: 18px 0;
}

img {
  max-width: 100%;
}

ol li,ul li {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}

p {
  line-height: 1.3 !important;
  margin: 0;
  padding: 10px 0;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 1020px;
}

header {
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.logo {
  background: url(../images/3ed363d5b3ac5c63f08d.svg) 50%/40px 40px no-repeat;
  height: 50px;
  vertical-align: top;
  width: 50px;
}

.logo,.logo_name {
  cursor: pointer;
  display: inline-block;
}

.logo_name {
  color: #05519d;
  font-family: sans-serif;
  font-size: 24px;
  letter-spacing: 1.3px;
  line-height: 28px;
  margin: 12px 0 0 14px;
}

.time {
  color: #909090;
  font-size: 11px;
  line-height: 20px;
}

.time {
  display: inline-block;
  font-family: sans-serif;
  margin-left: 15px;
}

.ok {
  background: url(../images/92d3d91d1399af27bad2.svg) 50%/20px 20px no-repeat;
}

.in {
  background: url(../images/5858256776182b0dfc9f.svg) 50%/20px 20px no-repeat;
}

.header_line_2 {
  margin-top: 0;
  padding-bottom: 6px;
}

.search {
  background: url(../images/1af92e1ef4a0693647e4.svg) 50%/20px 20px no-repeat;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 40px;
  margin-right: 10px;
  vertical-align: top;
  width: 40px;
}

.search:hover {
  opacity: .7;
}

.text_section {
  padding-bottom: 10px;
  width: 100%;
}

.text_section,.white_base {
  position: relative;
}

.base {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  padding: 40px 40px 0;
  padding-top: calc(var(--header-height) + 20px);
  width: 920px;
}

@media (max-width:999px) {
  .base {
    display: block;
  }
}

.bottom {
  margin-top: 50px;
  position: relative;
}

.bottom .base {
  padding-bottom: 40px;
}

.bottom img {
  display: block;
  margin: 0 auto;
}

.bottom_text {
  background-color: #fff;
  display: block;
  margin: 35px auto 0;
  outline: rgba(114, 168, 211, .5) solid 10px;
  padding: 50px 70px;
  width: 648px;
}

.bottom_text p {
  width: 630px;
}

.comment {
  background: rgba(114, 168, 211, .2);
  margin-bottom: 30px;
  padding: 30px;
}

.comment img {
  margin-top: 5px;
}

.text1 {
  color: #1b354a;
  font-family: sans-serif;
  font-size: 18px;
  margin-top: 4px;
}

.text2 {
  color: #aaa;
}

.text2,.text3 {
  font-family: sans-serif;
  font-size: 16px;
}

.text3 {
  margin: 0;
  width: 860px;
}

.comment p {
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
}

.block2 {
  background: #fff;
  border: 1px solid red;
  padding: 10px;
  width: 732px;
}

.block2 p {
  width: 730px;
}

.block3 {
  background: #f6fdff;
  border: 1px solid #1b354a;
  padding: 10px;
  width: 732px;
}

.block3 p {
  width: 730px;
}

.red {
  color: #f40b0b;
  font-size: 22px;
  padding: 10px 0 0;
}

.link {
  background: url(../images/7e30b389a03807e9b742.jpg) no-repeat;
  height: 71px;
  margin: 30px auto 0;
  position: relative;
  width: 300px;
}

.link a {
  color: #666;
  display: block;
  height: 100%;
  text-align: center;
}

.close {
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  right: 5px;
  top: 1px;
}

.submit {
  background-color: #b22222;
  border-radius: 3px;
  color: #fff;
  font-size: 30px;
  height: 50px;
  margin-top: 10px;
  width: 400px;
}

.btn-order {
  font-weight: 700;
}

.btn-order {
  -webkit-font-smoothing: antialiased;
  background-color: #cc7a00 !important;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00));
  background-image: linear-gradient(#ffad32, #cc7a00);
  background-repeat: repeat-x;
  border-color: #cc7a00 #cc7a00 #b36b00;
  border-radius: 12px;
  color: #333 !important;
  font-family: sans-serif;
  font-size: 25px;
  font-style: italic;
  padding: 4px 16px 8px;
  text-shadow: 0 1px 1px hsla(0, 0%, 100%, .33);
}

button,input {
  font-family: sans-serif;
  font-size: inherit;
  line-height: inherit;
}

.footer {
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 60% !important;
}

.text3 {
  margin-left: 74px !important;
  width: calc(100% - 84px) !important;
}

.block3 {
  width: calc(100% - 20px);
}

b {
  font-family: sans-serif;
}

.submit-roulette:hover {
  background: #b00;
  transition: background .3s;
}

#order_form {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#order_form,#order_form input {
  display: -webkit-flex;
  display: flex;
}

.submit-roulette:active {
  box-shadow: none;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.submit-roulette {
  background: red;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin: 5px 0 15px;
  outline: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: background .3s;
}

input[type=submit]:hover {
  background: #b00 !important;
  transition: background .3s;
}

input[type=submit]:active {
  box-shadow: none !important;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.input-roulette {
  width: auto !important;
}

.input-roulette,input {
  margin-bottom: 10px;
  padding-left: 5px;
}

.ruletka-p {
  color: #000;
  font-weight: 700;
  line-height: 25px;
  margin: 15px;
  text-align: center !important;
  text-indent: 0;
}

.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.ruletka-a {
  color: #1697ce;
}

.spin-wrapper {
  border: 3px solid red;
  border-radius: 10px;
  box-shadow: 0 0 10px;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
}

.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}

.danger-text {
  color: red;
  font-weight: 700;
}

.cursor-text {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-text {
  background: #fff;
  background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%);
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: inset 0 -2px 0 #fff, inset 0 2px 0 #fff, 0 0 5px rgba(0, 0, 0, .4);
  cursor: pointer;
  display: inline-block;
  height: 45%;
  line-height: 61px !important;
  text-align: center;
  top: 49%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 45% !important;
  z-index: 2;
}

.order_block {
  display: none;
  text-align: center !important;
}

.order_block img {
  width: 20%;
}

.order_block h3 {
  background: 0 0;
}

#hp_form,#p_hp_form {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-family: sans-serif;
}

.spin-result-wrapper {
  background-color: rgba(0, 0, 0, .6);
  box-sizing: border-box;
  display: none;
  height: 100%;
  left: 0;
  padding: 0 10px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}

.close-popup {
  background-image: url(../images/cross.svg);
  background-size: 100%;
  border-radius: 50%;
  box-shadow: 0 0 10px #fff;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  top: -40px;
  width: 30px;
}

.pop-up-text {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  text-align: center !important;
}

.pop-up-button {
  background-color: #71c341;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  font-size: 20px;
  outline: 0;
  padding: 10px 20%;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cursor-text:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .4);
}

.pop-up-window {
  -webkit-animation: .7s pop-up-appear;
  animation: .7s pop-up-appear;
  background: #fff;
  border-radius: 10px;
  left: 0;
  margin: 0 auto;
  max-width: 400px;
  padding: 70px 10px 20px;
  position: relative;
  right: 0;
  text-align: center;
  top: 40%;
}

.pop-up-window:before {
  -webkit-animation: .5s .6s backwards pop-up-appear-before;
  animation: .5s .6s backwards pop-up-appear-before;
  background-color: #71c341;
  border-radius: 50%;
  height: 110px;
  top: -55px;
  width: 110px;
}

.pop-up-window:after,.pop-up-window:before {
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

.pop-up-window:after {
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -webkit-animation: .5s .6s backwards pop-up-appear-after;
  animation: .5s .6s backwards pop-up-appear-after;
  border: 4px solid #fff;
  -o-border-image: none;
  border-image: none;
  border-right: none;
  border-top: none;
  height: 20px;
  top: -20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: opacity 1s;
  width: 50px;
}

.text_small {
  font-size: .5em !important;
  font-weight: 400 !important;
}

@keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width:520px) {
  .cursor-text {
    font-size: 12px !important;
    line-height: 45px !important;
  }
}

@media screen and (max-width:520px) and (max-width:345px) {
  .cursor-text {
    font-size: 11px !important;
    line-height: 40px !important;
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1640deg);
    transform: rotate(1640deg);
  }

  to {
    -webkit-transform: rotate(1620deg);
    transform: rotate(1620deg);
  }
}

@media screen and (max-width:1019px) {
  img {
    max-width: 100%;
  }

  .time {
    display: block;
    margin-left: 0;
  }

  .header_line_1,  .header_line_2 {
    text-align: center;
  }

  .base {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 50px);
  }

  .container {
    width: 100% !important;
  }

  .text3 {
    margin-left: 74px;
    width: calc(100% - 84px);
  }

  .comment {
    padding: 30px 10px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px) !important;
  }
}

@media screen and (max-width:767px) {
  p,  td {
    text-align: left;
  }
}

.comments h2 {
  font-size: 30px;
  margin-bottom: 35px;
}

.comment-item {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 16px;
  margin-bottom: 30px;
}

.comment-image {
  border-radius: 50%;
  -webkit-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 15px;
  width: 50px;
}

.comment-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}

.comment-name {
  font-family: sans-serif;
}

.comment-name span {
  color: grey;
  font-size: 12px;
}

.comment-date {
  color: grey;
  font-size: 13px;
}

.comment-text {
  width: 100%;
}

.comment-text img {
  display: block;
  margin-top: 10px;
  width: 300px;
}

@-webkit-keyframes dotty {
  0% {
    content: "";
  }

  25% {
    content: ".";
  }

  50% {
    content: "..";
  }

  75% {
    content: "...";
  }

  to {
    content: "";
  }
}

@keyframes dotty {
  0% {
    content: "";
  }

  25% {
    content: ".";
  }

  50% {
    content: "..";
  }

  75% {
    content: "...";
  }

  to {
    content: "";
  }
}

#order_form {
  background: url(../images/7e30b389a03807e9b742.jpg) 0 0/100% 100% no-repeat #fff;
  font-family: sans-serif;
  margin: 20px auto;
  max-width: 520px;
  padding: 20px;
  text-align: center;
}

#order_form div {
  background: 0 0 !important;
}

#order_form h2 {
  border: none;
  line-height: 32px;
  margin: 25px 0 0;
  padding: 0;
}

.device_info {
  color: green;
  display: block;
  font-size: 14px;
  margin: 10px 20px;
}

#order_form input {
  border: 2px solid #e9d7dc;
  border-radius: 3px;
  font-size: 21px;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px;
  width: 100%;
}

#order_form span {
  font-size: 14px;
}

#order_form button {
  background-color: #0299ff;
  background-position: 1.35em 0.94em;
  background-repeat: no-repeat;
  background-size: 1em;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  padding: 20px;
  text-decoration: none;
  transition: .15s ease-in-out;
}

#order_form button:hover {
  background-color: #017acc;
}

#order_form button:active {
  position: relative;
  top: 1px;
}

@media screen and (max-width:660px) {
  #order_form {
    background-position: 50%;
    border: 1px solid #e0d1ca;
  }
}

@media screen and (max-width:480px) {
  #order_form button {
    font-size: 16px;
  }

  #order_form {
    padding: 10px;
  }
}

@media screen and (max-width:459px) {
  #order_form input {
    width: 80%;
  }
}

@media screen and (max-width:349px) {
  #order_form input {
    font-size: 17px;
  }

  #order_form button {
    margin-left: 0;
  }
}

.price-block {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin: 5px auto;
  max-width: 300px;
}

.price-block>div:first-child {
  text-align: center;
  width: 40%;
}

.price-block>div:last-child {
  text-align: center;
}

.price-block img {
  margin: 0;
  max-width: 100%;
}

.price-block>div:last-child>div:first-child {
  color: #6e6b6b;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}

.price-block>div:last-child>div:last-child {
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (max-width:480px) {
  .text-bottom {
    font-size: 14px;
  }

  .text-center-480 {
    text-align: center;
  }
}

@media screen and (max-width:320px) {
  .base p {
    font-size: 16px;
  }
}

.quiz_wrap * {
  font-family: sans-serif !important;
}

.quiz_wrap {
  background: linear-gradient(180deg, #adfbb9, #e4fbad), #e4fbad;
  border-radius: 10px;
  height: 550px;
  margin: 20px auto;
  max-width: 344px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ring-loading {
  -webkit-animation: 1.5s cubic-bezier(.17, .37, .43, .67) .3s infinite loadingD;
  animation: 1.5s cubic-bezier(.17, .37, .43, .67) .3s infinite loadingD;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  height: 10px;
  margin: 10px auto !important;
  padding: 15px !important;
  width: 10px;
}

@-webkit-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes loadingD {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.quiz_header {
  background: linear-gradient(180deg, #8840c0, #5a1784 71.67%);
  position: relative;
}

.quiz_header:after {
  background: url(../images/1e96ddd9bf795faeedc0.png) 0 0/100% 100% no-repeat;
  bottom: -27px;
  content: " ";
  display: block;
  height: 27px;
  position: absolute;
  width: 100%;
}

.quiz_title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  padding-top: 20px;
  text-align: center;
}

.quiz_title span {
  color: #f64777;
  font-size: 22px;
  font-weight: 800;
  margin-top: 5px;
}

.order_title,.quiz_title span {
  display: block;
  line-height: 135%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
}

.order_title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding-top: 17px;
  text-align: center;
}

.order_title span {
  color: #e4fbad;
  display: block;
  font-size: 20px;
  margin-top: 4px;
}

@-webkit-keyframes radial-pulse {
  0% {
    box-shadow: 0 0 1px 2px #7931b1;
  }

  to {
    box-shadow: 0 0 4px 5px transparent;
  }
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 1px 2px #7931b1;
  }

  to {
    box-shadow: 0 0 4px 5px transparent;
  }
}

.quiz_footer {
  bottom: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.quiz_footer span {
  color: #5a1784;
  font-weight: 700;
}

#prod_img,.quiz_step {
  margin-top: -7px;
  transition: .5s;
}

.quiz_timer {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 39px;
}

.quiz_timer,.quiz_timer div {
  font-style: normal;
  text-align: center;
}

.quiz_timer div {
  color: #f64777;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 12px;
}

.quiz_timer span {
  display: inline-block;
  width: 32px;
}

.quiz_prices {
  margin-bottom: 12px;
  margin-top: 16px;
  text-align: center;
}

.quiz_prices .quiz_newprice {
  color: #5a1784;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 27px;
  margin-bottom: 25px;
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
}

.quiz_form form {
  margin: 0 auto;
  width: 260px;
}

.quiz_form form input {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #5a1784;
  border-radius: 24px;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
  width: 90%;
}

.quiz_form form button {
  background: #f64777;
  border: none;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 20px;
  margin-top: 24px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: 2s ease-in-out;
  width: 100%;
}

.quiz_form form button:hover {
  background: #aa1c43;
}

[scroll=goScrollToForm] {
  cursor: pointer;
}

.content-right {
  text-align: left;
}

@media screen and (max-width:845px) {
  .my-com-date {
    line-height: 27px;
  }

  .pop_btn {
    font-size: 18px;
    max-width: 250px;
    padding: 10px;
  }
}

.my-com-date {
  background: #fdfdfd;
  border-radius: 3px;
  color: #5b5f65;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  padding: 1px 4px;
  text-shadow: 0 0 0 #000;
}

:focus,a:active,a:focus,input,input:active {
  outline: 0;
}

button:active,button:focus {
  outline: 0 !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

:root {
  --primary-color: #00ab77;
  --primary-color-light: #00ab7770;
  --secondary-color: #00ab77;
  --header-color: #00ab77;
  --decoration-color: #00ab77;
  --hover-color: #00ab77;
}

@media print {
  * {
    color-adjust: economy;
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    -webkit-print-color-adjust: economy;
    text-shadow: none !important;
  }

@page {
    margin: 0.5cm;
}
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media print,
screen and (min-width:48em) {
  .grid-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.grid-x {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.grid-x>.small-12 {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}

@media print,
screen and (min-width:48em) {
  .grid-x>.medium-12,  .grid-x>.medium-5,  .grid-x>.medium-7 {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}

@media print,
screen and (min-width:64em) {
  .grid-x>.large-8 {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}

.grid-x>.small-12 {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media print,
screen and (min-width:48em) {
  .grid-x>.medium-12,  .grid-x>.medium-5,  .grid-x>.medium-7 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x>.medium-5 {
    width: 41.6667%;
  }

  .grid-x>.medium-7 {
    width: 58.3333%;
  }

  .grid-x>.medium-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width:64em) {
  .grid-x>.large-8 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6667%;
  }
}

.grid-container:not(.full)>.grid-padding-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

@media print,
screen and (min-width:48em) {
  .grid-container:not(.full)>.grid-padding-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .grid-padding-x>.cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

:root {
  --default-red: #d11831;
  --primary-color: #d11831;
  --primary-color-light: #d1183170;
  --link-hover: #b13;
  --secondary-color: #b81026;
  --font-color: #000;
  --link-color: #222;
  --font-hightlight: #ffee7f;
  --gray-color: #686a6b;
  --light-gray-color: #979797;
  --white: #fff;
  --fb: #3b5998;
  --telegram: #08c;
  --PN-B: "ProximaNovaBold", sans-serif;
  --PN-R: "ProximaNovaRegular", sans-serif;
  --cuprum: "Cuprum", sans-serif;
  --smalL: 0;
  --medium: 768px;
  --large: 1024px;
  --header-height: 75px;
  --techno: #045095;
  --lifestyle: #df3939;
  --health: #00ab77;
  --sport: #0097c1;
  --house: #8a203e;
  --life: #db7093;
  --travel: #4ba82e;
  --investment: #3d803d;
  --education: #ef8533;
  --finance: #f58220;
  --innovation: #ffd831;
  --men: #010101;
  --design: #ff6f61;
  --realstate: #236051;
  --smachno: #ffd251;
  --poker: #000;
  --auto: #212c3b;
  --agro: #65ac1e;
  --beauty: #b9dcd2;
  --family: #ffa065;
  --medicine: #00ab77;
  --afisha: #ec174d;
  --traditions: red;
  --baby: #fb929e;
  --love: #2552a0;
}

@media screen and (max-width:768px) {
  :root {
    --header-height: 50px;
  }
}

@media screen and (min-width:641px) {
  html {
    overflow-x: hidden;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: var(--font-color);
  font-family: var(--PN-R) !important;
  font-size: 14px;
  line-height: 17px;
  text-rendering: geometricPrecision;
}

h1,h3,h4,h5 {
  font-family: var(--PN-R);
}

.grid-container {
  max-width: calc(1190px + 1.875rem);
  position: relative;
  width: 100%;
}

@media only screen and (max-width:1600px) {
  .grid-container {
    max-width: 990px;
  }
}

@media only screen and (max-width:1200px) {
  .grid-container {
    max-width: inherit;
    min-width: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.article-title {
  font: 36px/42px var(--PN-B);
  font-weight: 600;
  margin: 0 0 20px;
}

ul.clear-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

a,a:focus {
  color: var(--font-color);
}

a:hover {
  color: var(--primary-color);
}

@media screen and (max-width:640px) {
  .header[_ngcontent-sc68] {
    display: -webkit-flex;
    display: flex;
    height: var(--header-height);
    position: fixed;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 999;
  }

  .header.hide-element[_ngcontent-sc68] {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .header.hide-element[_ngcontent-sc68] .mobile-buttons[_ngcontent-sc68] {
    opacity: .8;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  .left-section[_ngcontent-sc68] {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    right: -100px;
    -webkit-transform: skew(165deg);
    transform: skew(165deg);
    z-index: 1;
  }

  .main-section[_ngcontent-sc68] {
    grid-column-gap: 20px;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: -webkit-flex;
    display: flex;
    padding: 0 0 0 110px;
    width: 100%;
  }

  .right-section[_ngcontent-sc68] {
    background-color: #fff;
    -webkit-flex: 1;
    flex: 1;
  }

  .buttons-section[_ngcontent-sc68] {
    grid-column-gap: 15px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: -webkit-flex;
    display: flex;
  }

  .buttons-section.right[_ngcontent-sc68] {
    margin-left: auto;
    padding-right: 13px;
  }

  .mobile-buttons[_ngcontent-sc68] {
    -webkit-align-items: center;
    align-items: center;
    background-color: var(--primary-color);
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    height: var(--header-height);
    position: absolute;
    right: 0;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    transition-delay: 0.3s;
    visibility: hidden;
    z-index: -1;
  }

  .back-button[_ngcontent-sc68] {
    display: none;
  }

  .burger-button[_ngcontent-sc68]:only-child {
    margin-left: 13px;
  }
}

@media screen and (max-width:640px) and (min-width:769px) {
  .hide-on-desktop[_ngcontent-sc68] {
    display: none;
  }
}

@media screen and (max-width:640px) and (max-width:768px) {
  .left-section[_ngcontent-sc68] {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .main-section[_ngcontent-sc68] {
    background: var(--header-color);
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 0;
  }

  .header-logo[_ngcontent-sc68] {
    display: block;
    left: 50%;
    margin-right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .buttons-section[_ngcontent-sc68] {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .search-button[_ngcontent-sc68] {
    display: none;
  }

  .back-button[_ngcontent-sc68] {
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width:640px) {
  [_nghost-sc18]:hover .back {
    right: -90px;
  }

  .logo-wrapper {
    background: var(--header-color);
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-left: -110px;
    min-width: 100%;
    position: relative;
    z-index: 10;
  }

  .header-logo,  .logo-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
  }

  .header-logo {
    box-sizing: content-box;
    height: var(--header-height);
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 65px;
    padding: 0 13px 0 25px;
    width: 65px;
    z-index: 999;
  }

  .header-logo:not(.back) {
    padding-right: 23px;
  }

  .header-logo>* {
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
  }

  .back {
    background-color: var(--default-red);
    position: absolute;
    right: 0;
    top: 0;
    transition: right .5s cubic-bezier(.22, 1, .36, 1);
    z-index: -10;
  }

  .back>* {
    z-index: 2;
  }
}

@media screen and (max-width:640px) and (max-width:768px) {
  .logo-wrapper {
    margin-left: 0;
    min-width: 0;
    position: static;
  }

  .header-logo {
    min-width: 48px;
    width: 48px;
  }

  .header-logo.back {
    display: none;
  }

  .header-logo:not(.back) {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .header-logo:not(.back)>* {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width:640px) {
  .burger-button[_ngcontent-sc19] {
    grid-row-gap: 6px;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    row-gap: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 48px;
  }

  .burger-button__item[_ngcontent-sc19] {
    background-color: var(--font-color);
    display: block;
    height: 2px;
    transition: .2s ease-in-out;
    width: 24px;
  }
}

@media screen and (max-width:640px) and (max-width:768px) {
  .burger-button__item[_ngcontent-sc19] {
    background-color: #fff;
  }
}

@media screen and (max-width:640px) {
  nav[_ngcontent-sc20] ul[_ngcontent-sc20] {
    margin-left: 0;
  }

  ul[_ngcontent-sc20] {
    display: -webkit-flex;
    display: flex;
    margin-left: 20px;
  }
}

@media screen and (max-width:640px) and (max-width:992px) {
  ul[_ngcontent-sc20] li[_ngcontent-sc20]:nth-last-child(2) {
    display: none;
  }
}

@media screen and (max-width:640px) and (max-width:860px) {
  ul[_ngcontent-sc20] li[_ngcontent-sc20]:nth-last-child(3) {
    display: none;
  }
}

@media screen and (max-width:640px) {
  ul[_ngcontent-sc20] li[_ngcontent-sc20] {
    margin-right: 20px;
  }

  ul[_ngcontent-sc20] a[_ngcontent-sc20],  ul[_ngcontent-sc20] span[_ngcontent-sc20] {
    -webkit-align-items: center;
    align-items: center;
    color: var(--font-color);
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    font-family: var(--PN-B);
    font-size: 13px;
    font-weight: 600;
    height: 100%;
    letter-spacing: 1px;
    line-height: 45px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
  }

  ul[_ngcontent-sc20] a[_ngcontent-sc20]:hover,  ul[_ngcontent-sc20] span[_ngcontent-sc20]:hover {
    color: var(--hover-color);
  }

  ul[_ngcontent-sc20] span[_ngcontent-sc20] {
    padding-right: 15px;
    position: relative;
  }

  ul[_ngcontent-sc20] span[_ngcontent-sc20]:after {
    background: url(../images/3f0725c5c18f06286193.svg) 50% no-repeat;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 20px;
    transition: .3s;
    width: 11px;
  }
}

@media screen and (max-width:640px) and (max-width:768px) {
  ul[_ngcontent-sc20] {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .search-icon[_ngcontent-sc21] {
    background-image: url(../images/062f3bd2f2bdb7d77156.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 18px;
    max-width: 18px;
    min-width: 18px;
    position: relative;
    width: 18px;
  }
}

@media screen and (max-width:640px) and (max-width:768px) {
  .search-icon[_ngcontent-sc21] {
    background-image: url(../images/2895c71d12c165228494.svg);
  }
}

@media screen and (max-width:640px) {
  ul[_ngcontent-sc22] {
    display: -webkit-flex;
    display: flex;
    list-style-type: none;
    z-index: 1;
  }

  ul.red[_ngcontent-sc22] li[_ngcontent-sc22] {
    border: 1px solid #fff;
  }

  ul.red[_ngcontent-sc22] li[_ngcontent-sc22] a[_ngcontent-sc22] {
    color: var(--font-color);
    font-family: var(--PN-B);
    font-weight: 700;
  }

  ul[_ngcontent-sc22] li[_ngcontent-sc22] {
    border: 1px solid #fff;
    display: grid;
    transition: opacity .3s;
    z-index: inherit;
  }

  ul[_ngcontent-sc22] li.cursor-pointer[_ngcontent-sc22] a[_ngcontent-sc22] {
    cursor: pointer;
  }

  ul[_ngcontent-sc22] li[_ngcontent-sc22] a[_ngcontent-sc22] {
    color: #aaa;
    font-family: var(--PN-R);
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 100%;
    outline: 0;
    padding: 8px 12px;
    text-transform: capitalize;
  }
}

@media screen and (max-width:640px) and (max-width:768px) {
  ul[_ngcontent-sc22] li[_ngcontent-sc22] {
    line-height: normal;
  }

  ul[_ngcontent-sc22] li[_ngcontent-sc22] a[_ngcontent-sc22] {
    color: #fff;
    font-family: var(--PN-R);
    font-size: 12px;
    letter-spacing: .08em;
    line-height: 100%;
    text-transform: capitalize;
  }
}

@media screen and (max-width:640px) {
  .mobile-block[_ngcontent-sc23] {
    display: none;
    height: var(--header-height);
  }

  .mobile-block__button[_ngcontent-sc23] {
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 48px;
  }

  .mobile-block__button.wide[_ngcontent-sc23] {
    margin: 0 13px;
  }
}

@media screen and (max-width:640px) and (max-width:768px) {
  .mobile-block[_ngcontent-sc23] {
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width:640px) {
  .mobile-nav[_ngcontent-sc65] {
    background: #242424;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: calc(100% - var(--header-height));
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: var(--header-height);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: .1s ease-out;
    width: 100% !important;
    z-index: 999999999;
  }

  .mobile-nav.open[_ngcontent-sc65] {
    opacity: 1;
    padding-bottom: 80px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@media screen and (max-width:640px) and (max-width:1000px) {
  .search-mobile[_ngcontent-sc65] {
    width: 100%;
  }
}

@media screen and (max-width:640px) {
  .menu-block[_ngcontent-sc65] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .buttons-section[_ngcontent-sc65] {
    grid-gap: 6px;
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, 1fr);
  }

  .buttons-section[_ngcontent-sc65] .item5[_ngcontent-sc65] {
    grid-column: 2/4;
  }
}

@media screen and (max-width:640px) and (min-width:769px) {
  .buttons-section[_ngcontent-sc65] {
    display: none;
  }
}

@media screen and (max-width:640px) {
  [_nghost-sc171] .news-wrapper+.news-wrapper .top-news-info-wrap {
    box-shadow: 0 -11px 14px #f2f4f3cc;
    padding: 20px 10px 0;
  }
}

@media screen and (max-width:640px) and (max-width:550px) {
  [_nghost-sc171] .news-wrapper+.news-wrapper .top-news-info-wrap {
    left: -15px;
    padding: 30px 15px 0;
    position: relative;
    width: calc(100% + 1.875rem);
  }
}

@media screen and (max-width:640px) {
  [_nghost-sc171] .news-content {
    min-height: 300px;
  }

  [_nghost-sc171] div[id*=additonal-photo-gallery-] {
    max-width: 100% !important;
    overflow: hidden;
  }
}

@media screen and (max-width:640px) {
  #news-wrapper[_ngcontent-sc171] {
    overflow: hidden;
  }

  .back-button[_ngcontent-sc66] {
    display: none;
  }
}

@media screen and (max-width:640px) and (max-width:768px) {
  .back-button[_ngcontent-sc66] {
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 48px;
    position: relative;
  }

  .back-button[_ngcontent-sc66] a[_ngcontent-sc66] {
    -webkit-tap-highlight-color: transparent;
    background: 0 0;
    outline: 0;
  }

  .back-button[_ngcontent-sc66] a[_ngcontent-sc66]:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width:640px) {
  footer[_ngcontent-sc176] {
    margin-top: 40px;
  }
}

@media screen and (max-width:640px) and (max-width:640px) {
  footer[_ngcontent-sc176] {
    margin-top: 30px;
  }
}

@media screen and (max-width:640px) {
  a[_ngcontent-sc176] {
    transition: .3s;
  }
}

@media screen and (max-width:640px) and (max-width:640px) {
  .grid-container[_ngcontent-sc176] {
    padding-left: calc(0.9375rem + 10px);
    padding-right: calc(0.9375rem + 10px);
  }
}

@media screen and (max-width:640px) {
  .medium-5[_ngcontent-sc176] {
    padding-right: 30px;
    width: 526px;
  }
}

@media only screen and (max-width:640px) and (max-width:1600px) {
  .medium-5[_ngcontent-sc176] {
    padding-right: 10px;
    width: 50%;
  }
}

@media screen and (max-width:640px) and (max-width:992px) {
  .medium-5[_ngcontent-sc176] {
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width:640px) {
  .medium-7[_ngcontent-sc176] {
    padding-left: 30px;
    width: calc(100% - 526px);
  }
}

@media only screen and (max-width:640px) and (max-width:1600px) {
  .medium-7[_ngcontent-sc176] {
    padding-left: 10px;
    width: 50%;
  }
}

@media screen and (max-width:640px) and (max-width:992px) {
  .medium-7[_ngcontent-sc176] {
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width:640px) {
  .main-info[_ngcontent-sc176] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 35px;
    position: relative;
  }

  .main-info[_ngcontent-sc176]:after {
    background: rgba(172, 181, 191, .3);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: calc(100% - 10px);
  }

  .main-info[_ngcontent-sc176]>div[_ngcontent-sc176] {
    margin-bottom: 30px;
    width: calc(50% - 15px);
  }

  .main-info[_ngcontent-sc176] span[_ngcontent-sc176] {
    color: #94a0a9;
    display: block;
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 15px;
  }

  .main-info[_ngcontent-sc176] a[_ngcontent-sc176] {
    font-family: var(--PN-B);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
  }

  .main-info[_ngcontent-sc176] a[_ngcontent-sc176]:hover {
    text-decoration: underline;
    text-underline-position: under;
  }

  .main-info[_ngcontent-sc176] p[_ngcontent-sc176] {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
  }

  .main-info[_ngcontent-sc176] p[_ngcontent-sc176] span[_ngcontent-sc176] {
    color: var(--font-color);
    display: inline;
    font-size: 16px;
    line-height: 23px;
  }
}

@media screen and (max-width:640px) and (max-width:992px) {
  .main-info[_ngcontent-sc176]:after {
    display: none;
  }
}

@media screen and (max-width:640px) and (max-width:640px) {
  .main-info[_ngcontent-sc176] span[_ngcontent-sc176] {
    margin-bottom: 10px;
  }

  .main-info[_ngcontent-sc176] a[_ngcontent-sc176],  .main-info[_ngcontent-sc176] p[_ngcontent-sc176] {
    font-size: 14px;
  }
}

.news-footer[_ngcontent-sc134],article[_ngcontent-sc134] {
  display: block;
  margin-left: 15px;
}

@media screen and (max-width:1023px) {
  .news-footer[_ngcontent-sc134],  article[_ngcontent-sc134] {
    margin-left: 0;
  }
}

.top-news-info[_ngcontent-sc134] {
  padding-bottom: 15px;
}

.breadcrumbs[_ngcontent-sc85] {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: ProximaNovaRegular, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  list-style: none;
  margin: 0 0 20px;
  min-height: 1em;
  overflow: hidden;
  text-decoration: none;
}

.breadcrumbs__item[_ngcontent-sc85] {
  color: #262626;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-family: ProximaNovaRegular, sans-serif;
  text-decoration: none;
}

.breadcrumbs__item[_ngcontent-sc85]:hover {
  color: var(--primary-color);
}

.breadcrumbs__item[_ngcontent-sc85]:not(:last-child):after {
  color: #d8d8d8;
  content: "/";
  padding: 0 5px;
}

.breadcrumbs__item_last[_ngcontent-sc85] {
  color: var(--light-gray-color);
  display: inline-block;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-title[_ngcontent-sc86] {
  font: 36px/1.15 var(--PN-B);
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (max-width:640px) {
  .article-title[_ngcontent-sc86] {
    font: 25px/1.3 var(--PN-B);
    font-weight: 700;
    margin-bottom: 10px;
  }

  .top-news-info-wrap h3 {
    font-size: 20px !important;
  }
}

.top-news-info[_ngcontent-sc88] {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  font-family: var(--PN-R);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 15px;
}

.top-news-info[_ngcontent-sc88] time[_ngcontent-sc88] {
  border-right: 1px solid #d8d8d8;
  color: var(--light-gray-color);
  line-height: 100%;
  margin-right: 10px;
  padding-right: 10px;
}

@media screen and (max-width:640px) {
  .top-news-info[_ngcontent-sc88] {
    font-size: 15px;
    line-height: 100%;
  }
}

.popup[_ngcontent-sc89] {
  background: rgba(38, 38, 38, .8);
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 18px;
  max-width: 430px;
  opacity: 0;
  padding: 12px;
  position: absolute;
  top: calc(100% - 10px);
  transition: .2s ease-in;
  visibility: hidden;
  z-index: 2;
}

@media screen and (max-width:550px) {
  .popup[_ngcontent-sc89] {
    max-width: 520px;
    width: 100%;
  }
}

app-share-block[_ngcontent-sc96] {
  display: block;
  margin-bottom: 20px;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] {
  font-size: 19px;
  line-height: 26px;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] strong {
  font-family: var(--PN-B);
  font-weight: 600;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] h2,[_nghost-sc109] .article-text[_ngcontent-sc109] h3,[_nghost-sc109] .article-text[_ngcontent-sc109] h4 {
  font-weight: 700;
  margin: 20px 0 15px;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] h2 {
  font: 26px/32px var(--PN-B);
}

[_nghost-sc109] .article-text[_ngcontent-sc109] h3 {
  font: 24px/1.25 var(--PN-B);
}

[_nghost-sc109] .article-text[_ngcontent-sc109] h4 {
  font: 19px/26px var(--PN-B);
  margin-bottom: 10px;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] p {
  line-height: 26px;
  margin: 0 0 20px;
  text-align: left;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] a {
  word-wrap: break-word;
  color: var(--hover-color);
}

[_nghost-sc109] .article-text[_ngcontent-sc109] ol,[_nghost-sc109] .article-text[_ngcontent-sc109] ul {
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0 0 0 1.375em;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] ol li,[_nghost-sc109] .article-text[_ngcontent-sc109] ul li {
  font-size: 19px;
  line-height: 26px;
  position: relative;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] ol li:not(:last-child),[_nghost-sc109] .article-text[_ngcontent-sc109] ul li:not(:last-child) {
  margin-bottom: 15px;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] ul li {
  list-style: none;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] ul li:before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: -1em;
  margin-bottom: 0.125em;
  position: absolute;
  top: 0.375em;
  width: 0.5em;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] img {
  display: block;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] p>img {
  width: 100% !important;
}

[_nghost-sc109] .article-text[_ngcontent-sc109] .table-wrapper {
  overflow: auto;
  width: 100%;
}

[_nghost-sc109] .article-text.in-viewport[_ngcontent-sc109] .table-wrapper table {
  border-collapse: collapse;
  border-radius: 0;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 1rem;
  width: 100% !important;
}

[_nghost-sc109] .article-text.in-viewport[_ngcontent-sc109] .table-wrapper tbody {
  background-color: #fff;
  border: 1px solid #f2f2f2;
}

[_nghost-sc109] .article-text.in-viewport[_ngcontent-sc109] .table-wrapper tbody tr:nth-child(2n) {
  background-color: #f2f2f2;
  border-bottom: 0;
}

[_nghost-sc109] .article-text.in-viewport[_ngcontent-sc109] .table-wrapper td {
  padding: 5px;
  word-break: normal;
}

@media screen and (max-width:640px) {
  [_nghost-sc109] .article-text.in-viewport[_ngcontent-sc109] ul li {
    line-height: 24px;
  }

  [_nghost-sc109] .article-text.in-viewport[_ngcontent-sc109] ul div[id^=adv],  [_nghost-sc109] .article-text.in-viewport[_ngcontent-sc109] ul div[id^=flyingCarpet] {
    margin-left: -1.375em;
  }
}

@media screen and (max-width:550px) {
  [_nghost-sc109] div.news-text-wrap[_ngcontent-sc109] {
    padding: 0;
  }
}

[_nghost-sc87] {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.share-news-block[_ngcontent-sc95] {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  min-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.share-news-block__title[_ngcontent-sc95] {
  color: var(--light-gray-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 15px;
}

.share-news-block[_ngcontent-sc95] .image-wrapper[_ngcontent-sc95] {
  margin-right: 6px;
  min-height: 14px;
  position: relative;
  width: 14px;
}

@media screen and (max-width:768px) {
  .share-news-block[_ngcontent-sc95] {
    grid-row-gap: 10px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 30px;
    row-gap: 10px;
  }
}

@media screen and (max-width:768px) {
  [_nghost-sc95] .image-wrapper .background-image {
    background-size: auto !important;
  }
}

[_nghost-sc127] footer[_ngcontent-sc127] {
  margin: 20px 0;
}

.block-title[_ngcontent-sc118] {
  color: #333;
  font-family: var(--PN-B);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}

[_nghost-sc111] {
  --image-size: 50px;
  grid-gap: 15px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 15px;
}

img[_ngcontent-sc114] {
  min-width: 100%;
  position: absolute;
  width: 100%;
}

.holder[_ngcontent-sc61] {
  background-color: #f5f5f5;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.holder[_ngcontent-sc61] img[_ngcontent-sc61] {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.background-image[_ngcontent-sc61] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width:640px) {
  [_nghost-sc76] {
    -webkit-align-items: center;
    align-items: center;
    display: contents;
  }
}

.block-title[_ngcontent-sc119] {
  color: #333;
  font-family: var(--PN-B);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}

@-webkit-keyframes fill {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  14% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes imageSlide {
  0% {
    background-position: 0;
  }

  14% {
    background-position: 100%;
  }

  to {
    background-position: 100%;
  }
}

@supports (-moz-transform:translate(0, 0)) {
  .recommendation-news-link.top[_ngcontent-sc119] .fire-icon[_ngcontent-sc119]:after {
    bottom: -2px;
    display: inline-block;
    position: relative;
    right: unset;
  }
}

.top-icon[_ngcontent-sc119] {
  display: inline-block;
  height: 22px;
  margin-left: 3px;
  position: relative;
  top: 3px;
  width: 22px;
}

[_nghost-sc119] .item-date .info .date {
  font-size: 14px;
  padding: 0;
}

.info[_ngcontent-sc72] {
  -webkit-align-items: center;
  align-items: center;
  color: #8f9090;
  display: -webkit-flex;
  display: flex;
  font-family: var(--PN-R);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 10px;
  padding: 5px 0;
  white-space: nowrap;
}

.info.grayColor[_ngcontent-sc72] {
  color: #979797;
}

.date[_ngcontent-sc72] {
  margin-right: 5px;
}

div[_ngcontent-sc73] {
  color: #8f9090;
  font-family: var(--PN-R);
  font-size: 12px;
  line-height: 100%;
  padding-left: 18px;
  position: relative;
}

div[_ngcontent-sc73]:before {
  background: #a4a6a4;
  content: "";
  height: 12px;
  left: 0;
  -webkit-mask: url(../images/6d68905505e3a7da7f03.svg) center/contain no-repeat;
  mask: url(../images/6d68905505e3a7da7f03.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  width: 14px;
}

@media screen and (max-width:640px) {
  div[_ngcontent-sc73]:before {
    height: 13px;
  }
}

.header[_ngcontent-serverApp-c45] {
  display: -webkit-flex;
  display: flex;
  height: var(--header-height);
  padding: 0;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 999;
}

.header.hide-element[_ngcontent-serverApp-c45] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header.hide-element[_ngcontent-serverApp-c45] .mobile-buttons[_ngcontent-serverApp-c45] {
  opacity: .8;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
}

.left-section[_ngcontent-serverApp-c45] {
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  right: -100px;
  -webkit-transform: skew(165deg);
  transform: skew(165deg);
  z-index: 1;
}

.main-section[_ngcontent-serverApp-c45] {
  grid-column-gap: 20px;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: -webkit-flex;
  display: flex;
  padding: 0 0 0 110px;
  width: 100%;
}

.right-section[_ngcontent-serverApp-c45] {
  background-color: #fff;
  -webkit-flex: 1;
  flex: 1;
}

.buttons-section[_ngcontent-serverApp-c45] {
  grid-column-gap: 15px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: -webkit-flex;
  display: flex;
}

.buttons-section.right[_ngcontent-serverApp-c45] {
  margin-left: auto;
  padding-right: 13px;
}

.mobile-buttons[_ngcontent-serverApp-c45] {
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--primary-color);
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  height: var(--header-height);
  position: absolute;
  right: 0;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  transition-delay: 0.3s;
  visibility: hidden;
  z-index: -1;
}

.back-button[_ngcontent-serverApp-c45] {
  display: none;
}

.burger-button[_ngcontent-serverApp-c45]:only-child {
  margin-left: 13px;
}

@media screen and (min-width:769px) {
  .hide-on-desktop[_ngcontent-serverApp-c45] {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .left-section[_ngcontent-serverApp-c45] {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .main-section[_ngcontent-serverApp-c45] {
    background: var(--header-color);
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 0;
  }

  .header-logo[_ngcontent-serverApp-c45] {
    display: block;
    left: 50%;
    margin-right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .buttons-section[_ngcontent-serverApp-c45] {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .search-button[_ngcontent-serverApp-c45] {
    display: none;
  }

  .back-button[_ngcontent-serverApp-c45] {
    display: -webkit-flex;
    display: flex;
  }
}

[_nghost-serverApp-c12]:hover .back[_ngcontent-serverApp-c12] {
  right: -90px;
}

.logo-wrapper[_ngcontent-serverApp-c12] {
  background: var(--header-color);
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: -110px;
  min-width: 100%;
  position: relative;
  z-index: 10;
}

.header-logo[_ngcontent-serverApp-c12],.logo-wrapper[_ngcontent-serverApp-c12] {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

.header-logo[_ngcontent-serverApp-c12] {
  box-sizing: content-box;
  height: var(--header-height);
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 65px;
  padding: 0 13px 0 25px;
  width: 65px;
  z-index: 999;
}

.header-logo[_ngcontent-serverApp-c12]:not(.back) {
  padding-right: 23px;
}

.header-logo[_ngcontent-serverApp-c12]>[_ngcontent-serverApp-c12] {
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

.back[_ngcontent-serverApp-c12] {
  background-color: var(--default-red);
  position: absolute;
  right: 0;
  top: 0;
  transition: right .5s cubic-bezier(.22, 1, .36, 1);
  z-index: -10;
}

.back[_ngcontent-serverApp-c12]>[_ngcontent-serverApp-c12] {
  z-index: 2;
}

@media screen and (max-width:768px) {
  .logo-wrapper[_ngcontent-serverApp-c12] {
    margin-left: 0;
    min-width: 0;
    position: static;
  }

  .header-logo[_ngcontent-serverApp-c12] {
    min-width: 48px;
    width: 48px;
  }

  .header-logo.back[_ngcontent-serverApp-c12] {
    display: none;
  }

  .header-logo[_ngcontent-serverApp-c12]:not(.back) {
    left: 50%;
    position: absolute;
    top: 56%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .header-logo[_ngcontent-serverApp-c12]:not(.back)>[_ngcontent-serverApp-c12] {
    -webkit-transform: none;
    transform: none;
  }
}

.burger-button[_ngcontent-serverApp-c13] {
  grid-row-gap: 6px;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 50px;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  row-gap: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 48px;
}

.burger-button__item[_ngcontent-serverApp-c13] {
  background-color: var(--font-color);
  display: block;
  height: 2px;
  transition: .2s ease-in-out;
  width: 24px;
}

@media screen and (max-width:768px) {
  .burger-button__item[_ngcontent-serverApp-c13] {
    background-color: #fff;
  }
}

nav[_ngcontent-serverApp-c14] ul[_ngcontent-serverApp-c14] {
  margin-left: 0;
}

ul[_ngcontent-serverApp-c14] {
  display: -webkit-flex;
  display: flex;
  margin-left: 20px;
}

@media screen and (max-width:992px) {
  ul[_ngcontent-serverApp-c14] li[_ngcontent-serverApp-c14]:nth-last-child(2) {
    display: none;
  }
}

@media screen and (max-width:860px) {
  ul[_ngcontent-serverApp-c14] li[_ngcontent-serverApp-c14]:nth-last-child(3) {
    display: none;
  }
}

@font-face {
  font-display: swap;
  font-family: ProximaNovaBold;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/24a1832eaa757ebb645c.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: ProximaNovaRegular;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/01314cf3fa926d517c38.woff2) format("woff2");
}

ul[_ngcontent-serverApp-c14] li[_ngcontent-serverApp-c14] {
  margin-right: 20px;
}

ul[_ngcontent-serverApp-c14] a[_ngcontent-serverApp-c14],ul[_ngcontent-serverApp-c14] span[_ngcontent-serverApp-c14] {
  -webkit-align-items: center;
  align-items: center;
  color: var(--font-color);
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-family: ProximaNovaBold, sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  height: 100%;
  letter-spacing: 1px;
  line-height: 45px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

ul[_ngcontent-serverApp-c14] a[_ngcontent-serverApp-c14]:hover,ul[_ngcontent-serverApp-c14] span[_ngcontent-serverApp-c14]:hover {
  color: var(--hover-color);
}

ul[_ngcontent-serverApp-c14] span[_ngcontent-serverApp-c14] {
  padding-right: 15px;
  position: relative;
}

ul[_ngcontent-serverApp-c14] span[_ngcontent-serverApp-c14]:after {
  background: url(../images/3f0725c5c18f06286193.svg) 50% no-repeat;
  content: "";
  height: 6px;
  position: absolute;
  right: 0;
  top: 20px;
  transition: .3s;
  width: 11px;
}

@media screen and (max-width:768px) {
  ul[_ngcontent-serverApp-c14] {
    display: none;
  }
}

.search-icon[_ngcontent-serverApp-c15] {
  background-image: url(../images/062f3bd2f2bdb7d77156.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 18px;
  max-width: 18px;
  min-width: 18px;
  position: relative;
  width: 18px;
}

@media screen and (max-width:768px) {
  .search-icon[_ngcontent-serverApp-c15] {
    background-image: url(../images/2895c71d12c165228494.svg);
  }
}

ul[_ngcontent-serverApp-c16] {
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  z-index: 1;
}

ul.red[_ngcontent-serverApp-c16] li[_ngcontent-serverApp-c16] {
  border: 1px solid #fff;
}

ul.red[_ngcontent-serverApp-c16] li[_ngcontent-serverApp-c16] a[_ngcontent-serverApp-c16] {
  color: var(--font-color);
  font-family: var(--PN-B);
  font-weight: 700;
}

ul[_ngcontent-serverApp-c16] li[_ngcontent-serverApp-c16] {
  border: 1px solid #fff;
  display: grid;
  transition: opacity .3s;
  z-index: inherit;
}

ul[_ngcontent-serverApp-c16] li.cursor-pointer[_ngcontent-serverApp-c16] a[_ngcontent-serverApp-c16] {
  cursor: pointer;
}

ul[_ngcontent-serverApp-c16] li[_ngcontent-serverApp-c16] a[_ngcontent-serverApp-c16] {
  color: #aaa;
  font-family: var(--PN-R);
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 100%;
  outline: 0;
  padding: 8px 12px;
  text-transform: capitalize;
}

@media screen and (max-width:768px) {
  ul[_ngcontent-serverApp-c16] li[_ngcontent-serverApp-c16] {
    line-height: normal;
  }

  ul[_ngcontent-serverApp-c16] li[_ngcontent-serverApp-c16] a[_ngcontent-serverApp-c16] {
    color: #fff;
    font-family: var(--PN-R);
    font-size: 12px;
    letter-spacing: .08em;
    line-height: 100%;
    text-transform: capitalize;
  }
}

.mobile-block[_ngcontent-serverApp-c17] {
  display: none;
  height: var(--header-height);
}

.mobile-block__button[_ngcontent-serverApp-c17] {
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 48px;
}

.mobile-block__button.wide[_ngcontent-serverApp-c17] {
  margin: 0 13px;
}

@media screen and (max-width:768px) {
  .mobile-block[_ngcontent-serverApp-c17] {
    display: -webkit-flex;
    display: flex;
  }
}

.mobile-nav[_ngcontent-serverApp-c42] {
  background: #242424;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: calc(100% - var(--header-height));
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: var(--header-height);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: .1s ease-out;
  width: 100% !important;
  z-index: 999999999;
}

.mobile-nav.open[_ngcontent-serverApp-c42] {
  opacity: 1;
  padding-bottom: 80px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media screen and (max-width:1000px) {
  .search-mobile[_ngcontent-serverApp-c42] {
    width: 100%;
  }
}

.menu-block[_ngcontent-serverApp-c42] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.buttons-section[_ngcontent-serverApp-c42] {
  grid-gap: 6px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
}

.buttons-section[_ngcontent-serverApp-c42] .item5[_ngcontent-serverApp-c42] {
  grid-column: 2/4;
}

@media screen and (min-width:769px) {
  .buttons-section[_ngcontent-serverApp-c42] {
    display: none;
  }
}

[_nghost-serverApp-c147] .news-wrapper+.news-wrapper .top-news-info-wrap {
  box-shadow: 0 -11px 14px #f2f4f3cc;
  padding: 20px 10px 0;
}

@media screen and (max-width:550px) {
  [_nghost-serverApp-c147] .news-wrapper+.news-wrapper .top-news-info-wrap {
    left: -15px;
    padding: 30px 15px 0;
    position: relative;
    width: calc(100% + 1.875rem);
  }
}

[_nghost-serverApp-c147] .news-content {
  min-height: 300px;
}

[_nghost-serverApp-c147] div[id*=additonal-photo-gallery-] {
  max-width: 100% !important;
  overflow: hidden;
}

#news-wrapper[_ngcontent-serverApp-c147] {
  overflow: hidden;
}

.news-footer[_ngcontent-serverApp-c110],article[_ngcontent-serverApp-c110] {
  display: block;
  margin-left: 15px;
}

@media screen and (max-width:1023px) {
  .news-footer[_ngcontent-serverApp-c110],  article[_ngcontent-serverApp-c110] {
    margin-left: 0;
  }
}

.top-news-info[_ngcontent-serverApp-c110] {
  padding-bottom: 15px;
}

.breadcrumbs[_ngcontent-serverApp-c61] {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  list-style: none;
  margin: 0 0 20px;
  min-height: 1em;
  overflow: hidden;
}

.breadcrumbs__item[_ngcontent-serverApp-c61] {
  color: #262626;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.breadcrumbs__item[_ngcontent-serverApp-c61]:hover {
  color: var(--primary-color);
}

.breadcrumbs__item[_ngcontent-serverApp-c61]:not(:last-child):after {
  color: #d8d8d8;
  content: "/";
  padding: 0 5px;
}

.breadcrumbs__item_last[_ngcontent-serverApp-c61] {
  color: var(--light-gray-color);
  display: inline-block;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.article-title[_ngcontent-serverApp-c62] {
  font: 40px/44px var(--PN-B);
  font-weight: 700;
  margin: 0 0 20px;
}

@media screen and (max-width:640px) {
  .article-title[_ngcontent-serverApp-c62] {
    font: 30px/34px var(--PN-B);
    font-weight: 700;
    margin-bottom: 10px;
  }
}

.top-news-info[_ngcontent-serverApp-c64] {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  font-family: var(--PN-R);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 15px;
}

.top-news-info[_ngcontent-serverApp-c64] time[_ngcontent-serverApp-c64] {
  border-right: 1px solid #d8d8d8;
  color: var(--light-gray-color);
  line-height: 100%;
  margin-right: 10px;
  padding-right: 10px;
}

@media screen and (max-width:640px) {
  .top-news-info[_ngcontent-serverApp-c64] {
    font-size: 15px;
    line-height: 100%;
  }
}

.popup[_ngcontent-serverApp-c65] {
  background: rgba(38, 38, 38, .8);
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 18px;
  max-width: 430px;
  opacity: 0;
  padding: 12px;
  position: absolute;
  top: calc(100% - 10px);
  transition: .2s ease-in;
  visibility: hidden;
  z-index: 2;
}

@media screen and (max-width:550px) {
  .popup[_ngcontent-serverApp-c65] {
    max-width: 520px;
    width: 100%;
  }
}

app-share-block[_ngcontent-serverApp-c72] {
  display: block;
  margin-bottom: 20px;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] {
  font-size: 19px;
  line-height: 26px;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] strong {
  font-family: var(--PN-B);
  font-weight: 600;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] h2,[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] h3,[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] h4 {
  font-weight: 700;
  margin: 20px 0 15px;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] h2 {
  font: 26px/32px var(--PN-B);
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] h3 {
  font: 24px/28px var(--PN-B);
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] h4 {
  font: 19px/26px var(--PN-B);
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] p {
  line-height: 26px;
  margin: 0 0 20px;
  text-align: left;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] a {
  word-wrap: break-word;
  color: var(--hover-color);
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] ol,[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] ul {
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0 0 0 1.375em;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] ol li,[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] ul li {
  font-size: 19px;
  line-height: 26px;
  position: relative;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] ol li:not(:last-child),[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] ul li:not(:last-child) {
  margin-bottom: 15px;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] ul li {
  list-style: none;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] ul li:before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: -1em;
  margin-bottom: 0.125em;
  position: absolute;
  top: 0.375em;
  width: 0.5em;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] img {
  height: auto !important;
  max-width: 100% !important;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] p>img {
  width: 100% !important;
}

[_nghost-serverApp-c85] .article-text[_ngcontent-serverApp-c85] .table-wrapper {
  overflow: auto;
  width: 100%;
}

[_nghost-serverApp-c85] .article-text.in-viewport[_ngcontent-serverApp-c85] .table-wrapper table {
  border-collapse: collapse;
  border-radius: 0;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 1rem;
  width: 100% !important;
}

[_nghost-serverApp-c85] .article-text.in-viewport[_ngcontent-serverApp-c85] .table-wrapper tbody {
  background-color: #fff;
  border: 1px solid #f2f2f2;
}

[_nghost-serverApp-c85] .article-text.in-viewport[_ngcontent-serverApp-c85] .table-wrapper tbody tr:nth-child(2n) {
  background-color: #f2f2f2;
  border-bottom: 0;
}

[_nghost-serverApp-c85] .article-text.in-viewport[_ngcontent-serverApp-c85] .table-wrapper td {
  padding: 5px;
  word-break: normal;
}

@media screen and (max-width:640px) {
  [_nghost-serverApp-c85] .article-text.in-viewport[_ngcontent-serverApp-c85] ul li {
    line-height: 24px;
  }

  [_nghost-serverApp-c85] .article-text.in-viewport[_ngcontent-serverApp-c85] ul div[id^=adv],  [_nghost-serverApp-c85] .article-text.in-viewport[_ngcontent-serverApp-c85] ul div[id^=flyingCarpet] {
    margin-left: -1.375em;
  }
}

@media screen and (max-width:550px) {
  [_nghost-serverApp-c85] div.news-text-wrap[_ngcontent-serverApp-c85] {
    padding: 0;
  }
}

[_nghost-serverApp-c63] {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.share-news-block[_ngcontent-serverApp-c71] {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  min-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.share-news-block__title[_ngcontent-serverApp-c71] {
  color: var(--light-gray-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 15px;
}

.share-news-block[_ngcontent-serverApp-c71] .image-wrapper[_ngcontent-serverApp-c71] {
  margin-right: 6px;
  min-height: 14px;
  position: relative;
  width: 14px;
}

@media screen and (max-width:768px) {
  .share-news-block[_ngcontent-serverApp-c71] {
    grid-row-gap: 10px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 30px;
    row-gap: 10px;
  }

  .share-news-block[_ngcontent-serverApp-c71] .image-wrapper[_ngcontent-serverApp-c71] {
    margin-right: 0;
  }
}

@media screen and (max-width:768px) {
  [_nghost-serverApp-c71] .image-wrapper .background-image {
    background-size: auto !important;
  }
}

[_nghost-serverApp-c103] footer[_ngcontent-serverApp-c103] {
  margin: 20px 0;
}

.block-title[_ngcontent-serverApp-c94] {
  color: #333;
  font-family: var(--PN-B);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}

[_nghost-serverApp-c87] {
  --image-size: 50px;
  grid-gap: 15px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 15px;
}

img[_ngcontent-serverApp-c90] {
  min-width: 100%;
  position: absolute;
  width: 100%;
}

.holder[_ngcontent-serverApp-c38] {
  background-color: #f5f5f5;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.holder[_ngcontent-serverApp-c38] img[_ngcontent-serverApp-c38] {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.background-image[_ngcontent-serverApp-c38] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@keyframes pulsate {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width:640px) {
  [_nghost-serverApp-c53] {
    -webkit-align-items: center;
    align-items: center;
    display: contents;
  }
}

.block-title[_ngcontent-serverApp-c95] {
  color: #333;
  font-family: var(--PN-B);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}

@keyframes fill {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  14% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes imageSlide {
  0% {
    background-position: 0;
  }

  14% {
    background-position: 100%;
  }

  to {
    background-position: 100%;
  }
}

@supports (-moz-transform:translate(0, 0)) {
  .recommendation-news-link.top[_ngcontent-serverApp-c95] .fire-icon[_ngcontent-serverApp-c95]:after {
    bottom: -2px;
    display: inline-block;
    position: relative;
    right: unset;
  }
}

.top-icon[_ngcontent-serverApp-c95] {
  display: inline-block;
  height: 22px;
  margin-left: 3px;
  position: relative;
  top: 3px;
  width: 22px;
}

[_nghost-serverApp-c95] .item-date .info .date {
  font-size: 14px;
  padding: 0;
}

.info[_ngcontent-serverApp-c49] {
  -webkit-align-items: center;
  align-items: center;
  color: #8f9090;
  display: -webkit-flex;
  display: flex;
  font-family: ProximaNovaRegular, sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 10px;
  padding: 0 0 5px;
  white-space: nowrap;
}

.info.grayColor[_ngcontent-serverApp-c49] {
  color: #979797;
}

.date[_ngcontent-serverApp-c49] {
  margin-right: 5px;
}

div[_ngcontent-serverApp-c50] {
  color: #8f9090;
  font-family: var(--PN-R);
  font-size: 12px;
  line-height: 100%;
  padding-left: 18px;
  position: relative;
}

div[_ngcontent-serverApp-c50]:before {
  background: #a4a6a4;
  content: "";
  height: 12px;
  left: 0;
  -webkit-mask: url(../images/6d68905505e3a7da7f03.svg) center/contain no-repeat;
  mask: url(../images/6d68905505e3a7da7f03.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  width: 14px;
}

@media screen and (max-width:640px) {
  div[_ngcontent-serverApp-c50]:before {
    height: 13px;
  }
}

@-webkit-keyframes skeleton-loading {
  0% {
    opacity: .8;
  }

  50% {
    opacity: .4;
  }

  to {
    opacity: .8;
  }
}

.news-item[_ngcontent-serverApp-c113] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.image[_ngcontent-serverApp-c113] {
  margin-right: 15px;
  min-height: 86px;
  width: 86px;
}

.info[_ngcontent-serverApp-c113] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.text-placeholder[_ngcontent-serverApp-c113] {
  height: 15px;
  overflow: hidden;
}

.text-placeholder.date[_ngcontent-serverApp-c113] {
  height: 10px;
  margin-bottom: 10px;
  margin-top: auto;
  width: 75px;
}

.text-placeholder.top[_ngcontent-serverApp-c113] {
  margin-top: 0;
}

.text-placeholder[_ngcontent-serverApp-c113]:not(:last-child) {
  margin-bottom: 5px;
}

.back-button[_ngcontent-serverApp-c43] {
  display: none;
}

@media screen and (max-width:768px) {
  .back-button[_ngcontent-serverApp-c43] {
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 48px;
    position: relative;
  }

  .back-button[_ngcontent-serverApp-c43] a[_ngcontent-serverApp-c43] {
    -webkit-tap-highlight-color: transparent;
    background: 0 0;
    outline: 0;
  }

  .back-button[_ngcontent-serverApp-c43] a[_ngcontent-serverApp-c43]:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.title[_ngcontent-serverApp-c41] {
  display: block;
  margin: 50px 0 30px;
  max-width: 250px;
  width: 100%;
}

@media screen and (max-width:768px) {
  .title[_ngcontent-serverApp-c41] {
    margin: 20px 0 40px;
  }
}

.line[_ngcontent-serverApp-c39] {
  -webkit-animation: 1s linear infinite skeleton-loading;
  animation: 1s linear infinite skeleton-loading;
  height: 100%;
  opacity: .8;
  -webkit-transform: translate(0);
  transform: translate(0);
  width: 100%;
}

@keyframes skeleton-loading {
  0% {
    opacity: .8;
  }

  50% {
    opacity: .4;
  }

  to {
    opacity: .8;
  }
}

.sticky-wrapper[_ngcontent-serverApp-c139] {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
}

.sticky-wrapper[_ngcontent-serverApp-c139] .sticky-element[_ngcontent-serverApp-c139] {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: opacity .1s ease-in-out;
  width: 100%;
}

.main-news[_ngcontent-serverApp-c131] {
  background: #232323;
  padding: 20px 25px 30px;
}

.main-news[_ngcontent-serverApp-c131] .title[_ngcontent-serverApp-c131] {
  border-bottom: 1px solid #555;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.main-news[_ngcontent-serverApp-c131] .title[_ngcontent-serverApp-c131] a[_ngcontent-serverApp-c131] {
  color: #fff;
  font-family: ProximaNovaBold, sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.main-news[_ngcontent-serverApp-c131] article[_ngcontent-serverApp-c131] {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.main-news[_ngcontent-serverApp-c131] article[_ngcontent-serverApp-c131]+article[_ngcontent-serverApp-c131] {
  margin-top: 20px;
}

.main-news[_ngcontent-serverApp-c131] article[_ngcontent-serverApp-c131] div[_ngcontent-serverApp-c131]+div[_ngcontent-serverApp-c131] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.main-news[_ngcontent-serverApp-c131] h3[_ngcontent-serverApp-c131] {
  font-family: ProximaNovaBold, sans-serif !important;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-order: 2;
  order: 2;
  text-decoration: none;
}

.main-news[_ngcontent-serverApp-c131] h3[_ngcontent-serverApp-c131] a[_ngcontent-serverApp-c131] {
  color: #fff;
  font-family: ProximaNovaBold, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.main-news[_ngcontent-serverApp-c131] h3[_ngcontent-serverApp-c131] a[_ngcontent-serverApp-c131]:after {
  content: "";
  font-family: ProximaNovaBold, sans-serif;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.main-news[_ngcontent-serverApp-c131] h3[_ngcontent-serverApp-c131] a[_ngcontent-serverApp-c131]:hover {
  opacity: .75;
}

.main-news[_ngcontent-serverApp-c131] footer[_ngcontent-serverApp-c131] {
  -webkit-order: 1;
  order: 1;
}

.main-news[_ngcontent-serverApp-c131] a[_ngcontent-serverApp-c131] {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.main-news[_ngcontent-serverApp-c131] a[_ngcontent-serverApp-c131]>div[_ngcontent-serverApp-c131]+div[_ngcontent-serverApp-c131] {
  margin-left: 15px;
}

.main-news[_ngcontent-serverApp-c131] a[_ngcontent-serverApp-c131]:hover p[_ngcontent-serverApp-c131] {
  opacity: .75;
}

.main-news[_ngcontent-serverApp-c131] h3[_ngcontent-serverApp-c131] {
  color: #fff;
  font-family: var(--PN-B);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: opacity .3s;
}

.main-news[_ngcontent-serverApp-c131] .image[_ngcontent-serverApp-c131] {
  margin-top: 7px;
  max-width: 90px;
  min-width: 90px;
  padding-bottom: 90px;
  position: relative;
  width: 100%;
}

@media screen and (min-width:1024px) and (max-width:1440px) {
  .main-news[_ngcontent-serverApp-c131] p[_ngcontent-serverApp-c131] {
    font-size: 14px;
    line-height: 18px;
  }

  .main-news[_ngcontent-serverApp-c131] .image[_ngcontent-serverApp-c131] {
    max-width: 70px;
    min-width: 70px;
    padding-bottom: 70px;
  }
}

footer[_ngcontent-serverApp-c152] {
  margin-top: 40px;
}

@media screen and (max-width:640px) {
  footer[_ngcontent-serverApp-c152] {
    margin-top: 30px;
  }
}

a[_ngcontent-serverApp-c152] {
  transition: .3s;
}

@media screen and (max-width:640px) {
  .grid-container[_ngcontent-serverApp-c152] {
    padding-left: calc(0.9375rem + 10px);
    padding-right: calc(0.9375rem + 10px);
  }
}

.medium-5[_ngcontent-serverApp-c152] {
  padding-right: 30px;
  width: 526px;
}

@media only screen and (max-width:1600px) {
  .medium-5[_ngcontent-serverApp-c152] {
    padding-right: 10px;
    width: 50%;
  }
}

@media screen and (max-width:992px) {
  .medium-5[_ngcontent-serverApp-c152] {
    padding-right: 0;
    width: 100%;
  }
}

.medium-7[_ngcontent-serverApp-c152] {
  padding-left: 30px;
  width: calc(100% - 526px);
}

@media only screen and (max-width:1600px) {
  .medium-7[_ngcontent-serverApp-c152] {
    padding-left: 10px;
    width: 50%;
  }
}

@media screen and (max-width:992px) {
  .medium-7[_ngcontent-serverApp-c152] {
    padding-left: 0;
    width: 100%;
  }
}

.main-info[_ngcontent-serverApp-c152] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 35px;
  position: relative;
}

.main-info[_ngcontent-serverApp-c152]:after {
  background: rgba(172, 181, 191, .3);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: calc(100% - 10px);
}

.main-info[_ngcontent-serverApp-c152]>div[_ngcontent-serverApp-c152] {
  margin-bottom: 30px;
  width: calc(50% - 15px);
}

.main-info[_ngcontent-serverApp-c152] span[_ngcontent-serverApp-c152] {
  color: #94a0a9;
  display: block;
  font-size: 13px;
  line-height: 100%;
  margin-bottom: 15px;
}

.main-info[_ngcontent-serverApp-c152] a[_ngcontent-serverApp-c152] {
  font-family: var(--PN-B);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.main-info[_ngcontent-serverApp-c152] a[_ngcontent-serverApp-c152]:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.main-info[_ngcontent-serverApp-c152] p[_ngcontent-serverApp-c152] {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
}

.main-info[_ngcontent-serverApp-c152] p[_ngcontent-serverApp-c152] span[_ngcontent-serverApp-c152] {
  color: var(--font-color);
  display: inline;
  font-size: 16px;
  line-height: 23px;
}

@media screen and (max-width:992px) {
  .main-info[_ngcontent-serverApp-c152]:after {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .main-info[_ngcontent-serverApp-c152] span[_ngcontent-serverApp-c152] {
    margin-bottom: 10px;
  }

  .main-info[_ngcontent-serverApp-c152] a[_ngcontent-serverApp-c152],  .main-info[_ngcontent-serverApp-c152] p[_ngcontent-serverApp-c152] {
    font-size: 14px;
  }
}

@media print,
screen and (min-width:64em) {
  .grid-x>.large-auto {
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.large-1,  .grid-x>.large-10,  .grid-x>.large-11,  .grid-x>.large-12,  .grid-x>.large-2,  .grid-x>.large-3,  .grid-x>.large-4,  .grid-x>.large-5,  .grid-x>.large-6,  .grid-x>.large-7,  .grid-x>.large-8,  .grid-x>.large-9 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x>.large-1 {
    width: 8.3333%;
  }

  .grid-x>.large-2 {
    width: 16.6667%;
  }

  .grid-x>.large-3 {
    width: 25%;
  }

  .grid-x>.large-4 {
    width: 33.3333%;
  }

  .grid-x>.large-5 {
    width: 41.6667%;
  }

  .grid-x>.large-6 {
    width: 50%;
  }

  .grid-x>.large-7 {
    width: 58.3333%;
  }

  .grid-x>.large-8 {
    width: 66.6667%;
  }

  .grid-x>.large-9 {
    width: 75%;
  }

  .grid-x>.large-10 {
    width: 83.3333%;
  }

  .grid-x>.large-11 {
    width: 91.6667%;
  }

  .grid-x>.large-12 {
    width: 100%;
  }
}

.comments {
  margin: 0 0 30px !important;
  position: relative !important;
}

.comments,.comments>*,.comments__header {
  box-sizing: border-box !important;
}

.comments__header {
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 5px !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  position: relative !important;
}

.comments__header:before {
  background-color: var(--color_comments_secondary) !important;
  bottom: 0 !important;
  content: "" !important;
  height: 2px !important;
  left: 0 !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 0 !important;
}

.comments__left-box {
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  border-bottom: 2px solid var(--color_comments_priamry) !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 5px !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
  padding: 10px 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

.comments__header-count,.comments__header-title {
  box-sizing: border-box !important;
  color: var(--color_comments_text) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.comments__header-title {
  text-transform: capitalize !important;
}

.comments__right-box {
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  display: -webkit-flex !important;
  display: flex !important;
  gap: 25px !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
  padding: 10px 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

.comments__right-box>a {
  box-shadow: none !important;
}

.comments__item-list {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column !important;
  flex-flow: column !important;
  gap: 35px !important;
}

.comments__item-data .startdate {
  color: #78797f;
}

.comments__item {
  -webkit-flex-flow: column !important;
  flex-flow: column !important;
  gap: 10px !important;
}

.comments__item,.comments__item-header {
  display: -webkit-flex !important;
  display: flex !important;
}

.comments__item-header {
  gap: 15px !important;
}

.comments__item-header.hidden {
  display: none !important;
}

.comments__item-avatar {
  border-radius: 100% !important;
  height: 60px !important;
  margin: 0 !important;
  min-height: 60px !important;
  min-width: 60px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 60px !important;
}

.comments__item-info {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column !important;
  flex-flow: column !important;
  gap: 7px !important;
}

.comments__item-name {
  color: var(--color_comments_text) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.comments__item-data,.comments__item-name {
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.comments__item-data {
  color: #78797f !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.comments__item-data-now {
  color: #29bb0c !important;
}

.comments__item-data.hidden {
  display: none !important;
}

.comments__item-body {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column !important;
  flex-flow: column !important;
  gap: 15px !important;
}

.comments__item-content {
  color: var(--color_comments_text) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

.comments__item-content.hidden {
  display: none !important;
}

.comments__item-img {
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.comments__item-footer {
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.comments__item-footer.hidden {
  display: none !important;
}

.comments__item-replay {
  box-shadow: none !important;
  color: #78797f !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: .2s ease-in-out !important;
}

.comments__item-replay:hover {
  color: #37383b !important;
}

.comments__item-icon {
  cursor: pointer !important;
  height: 20px !important;
  width: 20px !important;
}

@media (min-width:576px) {
  .comments__item-name {
    color: var(--color_comments_text) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .comments__item-data {
    color: #78797f !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .comments__item-content {
    color: var(--color_comments_text) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .comments__item-img {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    max-width: 350px !important;
    width: 100% !important;
  }

  .comments__item-footer {
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
}

@media (min-width:768px) {
  .comments__header {
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    gap: 5px !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    position: relative !important;
  }

  .comments__item-name {
    color: var(--color_comments_text) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .comments__item-data {
    color: #78797f !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .comments__item-content {
    color: var(--color_comments_text) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .comments__item-img {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    max-width: 350px !important;
    width: 100% !important;
  }

  .comments__item-footer {
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
}

@media (min-width:992px) {
  .comments__header-count {
    text-align: left !important;
  }

  .comments__header-count,  .comments__header-title {
    box-sizing: border-box !important;
    font-size: 22px !important;
    font-weight: 700 !important;
  }

  .comments__header-count,  .comments__header-title,  .comments__item-name {
    color: var(--color_comments_text) !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .comments__item-name {
    font-size: 20px !important;
    font-weight: 600 !important;
  }

  .comments__item-data {
    color: #78797f !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .comments__item-content {
    color: var(--color_comments_text) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .comments__item-img {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    max-width: 350px !important;
    width: 100% !important;
  }

  .comments__item-footer {
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
}

.my-btn {
  line-height: 1.4;
  max-width: 460px;
  width: 100%;
}

aside .my-btn {
  font-size: 20px !important;
  font-weight: 700;
}

.my-btn:hover {
  background-color: #a11a1a !important;
  color: #fff !important;
}

.sticky-aside {
  border: 1px solid #e8e8e8;
  padding: 20px;
}

@media (max-width:1023px) {
  .top-news-info[_ngcontent-sc88],  [_nghost-sc111] {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .top-news-info[_ngcontent-sc88] {
    margin-bottom: 20px;
  }

  .top-news-info[_ngcontent-sc88] time[_ngcontent-sc88] {
    border-right: none;
  }
}

@media print,
screen and (min-width:48em) {
  .grid-x>.medium-12 {
    width: 100%;
  }
}

.grid-padding-x>.cell {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media print,
screen and (min-width:48em) {
  .grid-padding-x>.cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
screen and (min-width:64em) {
  .grid-x>.large-1,  .grid-x>.large-10,  .grid-x>.large-11,  .grid-x>.large-12,  .grid-x>.large-2,  .grid-x>.large-3,  .grid-x>.large-4,  .grid-x>.large-5,  .grid-x>.large-6,  .grid-x>.large-7,  .grid-x>.large-8,  .grid-x>.large-9,  .grid-x>.large-full {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }

  .grid-x>.large-1,  .grid-x>.large-10,  .grid-x>.large-11,  .grid-x>.large-12,  .grid-x>.large-2,  .grid-x>.large-3,  .grid-x>.large-4,  .grid-x>.large-5,  .grid-x>.large-6,  .grid-x>.large-7,  .grid-x>.large-8,  .grid-x>.large-9 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x>.large-4 {
    width: 33.3333%;
  }
}

* {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0 !important;
}

.spin-result-wrapper {
  z-index: 2000 !important;
}

ul li {
  line-height: 1.4;
}

.loading {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  font-style: italic;
}

.loading img {
  display: inline;
  margin: 0 16px 0 0;
  width: 60px !important;
}

.loading:after {
  -webkit-animation: 1s steps(3) infinite typingDots;
  animation: 1s steps(3) infinite typingDots;
  content: "";
  display: inline-block;
  min-width: 5px;
}

@-webkit-keyframes typingDots {
  0%, 20% {
    content: "";
  }

  40% {
    content: ".";
  }

  60% {
    content: "..";
  }

  80%, to {
    content: "...";
  }
}

@keyframes typingDots {
  0%, 20% {
    content: "";
  }

  40% {
    content: ".";
  }

  60% {
    content: "..";
  }

  80%, to {
    content: "...";
  }
}

.btn-main {
  background-color: red;
  line-height: 1.4;
  transition: background-color .3s linear;
}

.btn-main:hover {
  background-color: #c41515;
}

body,html {
  overflow-x: hidden;
  width: 100%;
}

body {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-name: fadeInLoad;
  animation-name: fadeInLoad;
  position: relative;
}

@-webkit-keyframes fadeInLoad {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: .9;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInLoad {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: .9;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width:767px) {
  .text_counter {
    text-align: center;
  }
}

@-webkit-keyframes example {
  0%, 25%, 50% {
    opacity: 0;
  }

  75% {
    opacity: .9;
  }

  to {
    opacity: 1;
  }
}

@keyframes example {
  0%, 25%, 50% {
    opacity: 0;
  }

  75% {
    opacity: .9;
  }

  to {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  to {
    opacity: .7;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }

  to {
    opacity: .7;
  }
}

@-webkit-keyframes popin_appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2);
    transform: scale(.2);
  }

  80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes popin_appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2);
    transform: scale(.2);
  }

  80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeIn_appear {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn_appear {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-document url-prefix()  {
  select {
    -webkit-text-indent: -2px;
    -moz-text-indent: -2px;
    text-indent: -2px;
  }
}

.base img {
  display: block;
  margin: 15px auto;
  max-width: 590px;
  width: 100%;
}

.base p strong {
  font-size: 22px;
}

.base td {
  font-size: 18px;
}

.my-btn {
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  background-color: #fa3d3d !important;
  border: none !important;
  border-radius: 10px !important;
  color: #fff !important;
  display: -webkit-flex !important;
  display: flex !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  margin: 30px auto !important;
  padding: 15px 30px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: .2s ease-in !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media (max-width:450px) {
  .text_section {
    margin-bottom: 90px;
  }
}

.large-8 {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6667%;
}

.large-4 {
  padding-left: 10px;
  width: 56.3333%;
}

.sub-title {
  font-family: ProximaNovaBold, sans-serif;
}

.sub-title,.sub-title a {
  text-decoration: none;
}

.time {
  margin-left: 0;
}

.back-button img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

aside .my-btn {
  margin: 0 auto !important;
}

#stickyOffer {
  background-color: transparent;
  max-width: 330px;
  width: 100%;
  z-index: 1000;
}

.sticky-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 10;
}

.sticky-aside img {
  margin: 0 auto 20px;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width:1050px) {
  .large-4 {
    width: 30.3333%;
  }
}

@media (max-width:1023px) {
  .base {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 50px);
  }

  #stickyOffer {
    z-index: 1;
  }

  .large-4,  .large-8 {
    width: 100%;
  }
}

@media (max-width:767px) {
  .td-center,  center p {
    text-align: center !important;
  }
}

@media (max-width:992px) {
  .large-4 {
    padding-left: 0;
  }
}