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

body {
  top: 0;
  color: #1b354a;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 0 auto;
  overflow-x: hidden;
  cursor: default;
}

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

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

h1 {
  margin: 0 0 17px;
  font-family: sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #1b354a;
}

h2 {
  margin: 18px 0;
  font-family: sans-serif;
  font-size: 23px;
  line-height: 26px;
  font-weight: normal;
  color: #1b354a;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
  padding: 10px 0;
}

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

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

.pop-up-window::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
     border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.order_block h3 {
  text-align: center;
  font-size: 20px;
}

.input-roulette {
  display: block;
  margin: 0 auto 10px;
  width: 100%;

  height: 42px;
  padding: 0 10px;
  font-size: 16px;
  border: 2px solid #e9d7dc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.order_block,
.order_block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: sans-serif !important;
}

.order_block {
  max-width: 430px;
  width: 100%;
  margin: auto;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
  border: 3px dashed #eaeaea;
  border-radius: 0;
}

.order_block .order_offer {
  text-align: center;
}

.order_block .order_offer img {
  max-width: 100%;
  width: auto;
}

.order_pre_form {
  padding: 20px 20px 0 20px;
}

.order_form_row {
  margin-bottom: 10px;
  text-align: left;
}

.order_form {
  width: 100%;
  max-width: 500px;
  padding: 0 20px 20px 20px;
}

.order_header {
  margin: 12px 0 !important;
  padding: 0 !important;
  font-size: 18px;
}

.order_form .order_form_row select,
.order_form .order_form_row input {
  width: 100% !important;
  padding: 0 15px;
  border: 2px solid #eaeaea;
  font-size: 18px !important;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
}

.order_form .order_form_row input::-webkit-input-placeholder {
  font-size: 18px !important;
}

.order_form .order_form_row input::-moz-placeholder {
  font-size: 18px !important;
}

.order_form .order_form_row input:-ms-input-placeholder {
  font-size: 18px !important;
}

.order_form .order_form_row input::-ms-input-placeholder {
  font-size: 18px !important;
}

.order_form .order_form_row input::placeholder {
  font-size: 18px !important;
}

@media(max-width: 700px) {

  .order_form .order_form_row input::-webkit-input-placeholder {
    font-size: 15px !important;
  }

  .order_form .order_form_row input::-moz-placeholder {
    font-size: 15px !important;
  }

  .order_form .order_form_row input:-ms-input-placeholder {
    font-size: 15px !important;
  }

  .order_form .order_form_row input::-ms-input-placeholder {
    font-size: 15px !important;
  }

  .order_form .order_form_row select,
  .order_form .order_form_row input,
  .order_form .order_form_row input::placeholder {
    font-size: 15px !important;
  }
}

.order_form .order_form_row label {
  font-size: 13px;
  text-align: left;
  font-weight: bold;
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
  outline: none;
  border: 2px solid #cecece;
}

.order_form .order_form_button {
  -webkit-box-shadow: 0 1px 0 0 #f5978e inset;
          box-shadow: 0 1px 0 0 #f5978e inset;
  background: #f24537;
  border-radius: 3px;
  border: 1px solid #d02718;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  padding: 16px 0;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  text-decoration: none;
  letter-spacing: 0.6px;
  text-shadow: 0 1px 0 #810e05;
}

.order_form .order_form_button:hover {
  background: #c62d1f;
}

.order_form .order_form_button:active {
  position: relative;
  top: 1px;
}

.order_timer_block {
  line-height: 1;
  font-weight: bold;
}

.order_timer_block p {
  font-size: 18px;
  margin: 10px 0 !important;
  padding: 0 !important;
}

.order_timer_block .order_timer {
  font-size: 21px;
}

.time_remains {
  color: red;
}

.base {
  margin: 0 auto;
}

@media (max-width: 480px) {
  .base {
    width: 100% !important;
    margin-left: 0px;
  }
}

@media screen and (min-width: 321px) and (max-width: 479px) {

  .Body p,
  .Body li,
  .Body h2,
  .Body b,
  .Body td {
    font-size: 18px;
  }
}

.time {
  font-size: 15px;
}

.comment-bottom img {
  max-width: 300px;
  width: 100%;
}

.MediaMaterialHeader-first {
  line-height: 1.2;
}

.MediaMaterial-meta {
  margin-bottom: 15px;
}

.order_timer_block p,
.order_timer {
  text-align: center;
}

@media screen and (max-width: 600px) {

  .spin-result-wrapper {
    padding: 0 16px;
  }

  .Body .ruletka-p.pop-up-text {
    font-size: 17px;
  }
}

@media (max-width: 1019px) {
  .base {
    width: calc(100% - 20px);
    padding-top: 0px;
  }
}

@media screen and (max-width: 336px) {

  .door {
    width: 88px;
    height: 185px;
  }
}

.order_block img {
  width: 80%;
  max-width: 303px;
}

.order_block h3 {
  font: bold 18px !important;
  background: 0 0;
}

p.door__sales {
  left: 0 !important;
}

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

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

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

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

.danger-text {
  color: red !important;
}

.ord_button:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.quiz-block {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  background: #b5e9ff;
  padding: 25px;
  text-align: center;
}

.quiz-item {
  display: none;
}

.quiz-item.active {
  display: block;
}

.quiz-item p {
  font-size: 1.5rem;
  text-align: left;
}

.quiz-answer {
  text-align: left;
}

.quiz-answer label {
  display: block;
}

.btn-main {
  display: inline-block;
  padding: 15px 25px 17px;
  margin: 20px 0 0;
  background: #2035dc;
  color: #fff !important;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.result-block {
  display: none;
}

.btn-main-2 {
  display: inline-block;
  margin: 20px 0 0;
  padding: 10px 35px 12px;
  color: #fff !important;
  background: #2035dc;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.order_block img {
  width: 100% !important;
  max-width: 280px !important;
}

.Body p,
.Body li {
  padding-bottom: 0px;
}

.of-site:hover {
  color: #000 !important;
  text-decoration: none;
}

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

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

.time {
  line-height: 20px;
  display: inline-block;
  font-size: 11px;
  font-family: sans-serif;
  color: #909090;
  margin-left: 15px;
}

.text_section {
  position: relative;
  width: 100%;
  background: #fff;
}

.white_base {
  position: relative;
}

.base {
  padding: 40px 40px 0;
  width: 940px;
  background-color: #fff;
  overflow: hidden;
}

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

b {
  font-family: sans-serif;
}

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

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

.order_block img {
  width: 20%;
}

.order_block h3 {
  font: bold 18px !important;
  background: transparent;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}

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

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

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

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

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

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

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

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

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

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

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

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

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

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

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

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

  .container {
    width: 100% !important;
  }
}

.footer {
  padding: 0 5px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {

  p,
  td {
    text-align: left;
  }
}

@media screen and (max-width: 320px) {

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

div.eu-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 22px;
  font-weight: 700;
  font-family: sans-serif;
  margin: 20px auto
}

div.eu-prices-old {
  position: relative
}

div.eu-prices-old::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 40%;
  left: 0;
  background: #000
}

div.eu-prices-new span {
  color: #f80000
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button {
  font-family: sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3 {
  font-size: inherit;
  font-weight: 400;
}

input[type='text'] {
  -webkit-appearance: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
b,
i,
center,
ol,
ul,
li,
form,
label,
footer,
header,
nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  -webkit-font-language-override: inherit;
  font-language-override: inherit;
  -webkit-font-kerning: inherit;
  font-kerning: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ul {
  list-style: outside none none;
}

footer,
header,
nav {
  display: block;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

body {
  background: transparent repeat scroll 0% 0%;
}

@media (max-width: 530px) {
  body {
    position: relative;
  }
}

.footer {
  clear: both;
}

.article__title {
  font: 24px/28px sans-serif;
  padding: 4px 0;
}

.article__text {
  font: 16px/24px sans-serif;
  color: #333;
  padding-left: 0;
  padding-top: 24px;
}

@media (max-width: 1280px) {
  .article__text {
    padding-left: 0;
  }
}

.article__text img {
  max-width: 100%;
}

.article__text p {
  text-align: left !important;
}

.article__text a {
  text-decoration: underline;
  color: #0095da;
}

.article__text b {
  font-weight: 700;
}

.of-site {
  font: bold 30px/100% sans-serif;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

a:active,
a:focus {
  outline: none;
}

input {
  outline: none;
}

input:active {
  outline: none;
}

:focus {
  outline: none;
}

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

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

.order_form {
  padding: 20px 20px 0;
  border-radius: 5px;
  margin: 0;
  font-family: sans-serif;
}

.radio[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio[type='radio']:not(:checked) label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}

.radio[type='radio']:not(:checked) label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.radio[type='radio']:not(:checked) label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.radio[type='radio']:not(:checked) label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio[type='radio']:disabled:not(:checked) label:before {
  border-color: #bbb;
  background-color: #ddd;
}

.radio[type='radio']:not(:checked):focus label:before {
  border-color: #919191;
}

.checkbox[type='checkbox']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkbox[type='checkbox']:not(:checked) label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}

.checkbox[type='checkbox']:not(:checked) label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.checkbox[type='checkbox']:not(:checked) label:after {
  content: 'вњ”';
  color: #fd3a13;
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  font-size: 17px;
  line-height: 12px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox[type='checkbox']:not(:checked) label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.checkbox[type='checkbox']:disabled:not(:checked) label:before {
  border-color: #bbb;
  background-color: #ddd;
}

.checkbox[type='checkbox']:not(:checked):focus label:before {
  border-color: #919191;
}

.radio-tp-2[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-tp-2[type='radio']:not(:checked) label {
  display: block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}

.radio-tp-2[type='radio']:not(:checked) label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.radio-tp-2[type='radio']:not(:checked) label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.radio-tp-2[type='radio']:not(:checked) label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-tp-2[type='radio']:disabled:not(:checked) label:before {
  border-color: #bbb;
  background-color: #ddd;
}

.radio-tp-2[type='radio']:not(:checked):focus label:before {
  border-color: #919191;
}

body {
  font: 13px/23px sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input[type='tel'],
input[type='text'] {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol li {
  list-style-type: decimal;
}

@media screen and (max-width: 676px) {

  .footer {
    padding-bottom: 0;
  }
}

img.comm_photo {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}

.order_block,
.order_block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: sans-serif !important;
}

.order_block {
  max-width: 650px;
  padding: 20px;
  width: 100%;
  margin: auto;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.12);
  border: 3px dashed #eaeaea;
  border-radius: 0;
}

.order_block .order_offer {
  text-align: center;
}

.order_block .order_offer img {
  max-width: 100%;
  width: auto;
}

.order_pre_form {
  padding: 20px 20px 0 20px;
}

.order_form_row {
  margin-bottom: 10px;
  text-align: left;
}

.order_form {
  width: 100%;
  max-width: 500px;
  padding: 0 20px 20px 20px;
  margin: 0 auto;
}

.order_header {
  margin: 12px 0 !important;
  padding: 0 !important;
  font-size: 18px;
}

.order_form .order_form_row label {
  font-size: 13px;
  text-align: left;
  font-weight: bold;
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
  outline: none;
  border: 2px solid #cecece;
}

.order_form .order_form_button {
  -webkit-box-shadow: 0px 1px 0px 0px rgb(245, 151, 142) inset;
          box-shadow: 0px 1px 0px 0px rgb(245, 151, 142) inset;
  background: rgb(242, 69, 55);
  border-radius: 3px;
  border: 1px solid rgb(208, 39, 24);
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  outline: none;
  padding: 16px 0;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  text-decoration: none;
  letter-spacing: 0.6px;
  text-shadow: 0px 1px 0px rgb(129, 14, 5);
}

.order_form .order_form_button:hover {
  background: rgb(198, 45, 31);
}

.order_form .order_form_button:active {
  position: relative;
  top: 1px;
}

.order_timer_block {
  line-height: 1;
  font-weight: bold;
}

.order_timer_block p {
  font-size: 18px;
  margin: 10px 0 !important;
  padding: 0 !important;
}

.order_timer_block .order_timer {
  font-size: 21px;
}

.time_remains {
  color: red;
}

.ord_button {
  background-color: rgb(252, 10, 16);
  color: rgb(255, 255, 255) !important;
  display: inline-block;
  padding: 10px 20px;
  font-size: 25px !important;
  -webkit-box-shadow: 2px 3px 8px rgb(153, 153, 153);
          box-shadow: 2px 3px 8px rgb(153, 153, 153);
  text-decoration: none !important;
  border-radius: 8px;
  border: 3px solid rgb(255, 255, 255);
  margin: 20px 0px 30px;
  line-height: 27px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.ord_button:hover {
  background-color: rgb(119, 33, 51);
  -webkit-box-shadow: 2px 3px 3px rgb(153, 153, 153);
          box-shadow: 2px 3px 3px rgb(153, 153, 153);
  text-decoration: none !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body,
html {
  margin: 0;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: 250px !important;
  border: 1px solid rgba(4, 15, 29, 0.81);
}

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

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

.order_block img {
  width: 55%;
  margin: 20px auto !important;
}

.order_block h3 {
  font: 700 18px sans-serif !important;
  background: 0 0;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}

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

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

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

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

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

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

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

@media all and (max-width: 520px) {

  .close-popup {
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .order_block img {
    width: 60%;
  }
}

@media screen and (max-width: 400px) {
  .order_block img {
    width: 80%;
  }
}

b,
body,
div,
footer,
h1,
h3,
header,
html,
img,
nav,
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
  font-family: sans-serif;
}

footer,
header,
nav {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

img {
  max-width: 100%;
}

a {
  color: #b88b58;
}

.Body {
  font-size: 16px;
  line-height: 24px;
}

.Body>* {
  max-width: 980px;
}

.Body a {
  color: inherit;
}

.Body a:hover {
  color: #b88b58;
}

.Body p,
.Body li {
  margin-bottom: 15px;
  font-size: 18px;
}

.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
}

.MaterialMeta {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: grey;
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  font-weight: 400;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
}

.MaterialMeta--source {
  background-position-y: 1px;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta--source {
    background-position-y: 4px;
    white-space: nowrap;
  }
}

.MaterialMeta--time {
  background-size: 12px 12px;
}

.MediaMaterialHeader {
  max-width: 840px;
}

.MediaMaterialHeader-title {
  text-align: center;
  margin-bottom: 20px;
}

.MediaMaterialHeader-first {
  color: #000;
  line-height: 27px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
    line-height: 38px;
  }
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  font-size: 21px;
  font-weight: 700;
}

@media only screen and (min-width: 48em) {

  .MediaMaterialHeader-first,
  .MediaMaterialHeader-separator {
    font-size: 36px;
  }
}

.MediaMaterial-meta {
  margin-top: 12px;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-meta {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 48em) {
  .Body h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
  }
}

.ava-img {
  width: 50px;
  margin-right: 10px;
  float: left;
  vertical-align: middle;
}

.Body a {
  color: #00f;
}

.Body a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

input {
  outline: 0;
}

input:active {
  outline: 0;
}

:focus {
  outline: 0;
}

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

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

.of-site:hover {
  color: rgba(255, 0, 0, 0.72) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

.ord_button {
  background-color: #fa3d3d;
  color: #fff !important;
  display: inline-block;
  padding: 10px 30px;
  font-size: 22px !important;
  -webkit-box-shadow: 2px 3px 8px #999;
          box-shadow: 2px 3px 8px #999;
  text-decoration: none !important;
  border-radius: 8px;
  border: 3px solid #fff;
  margin: 20px 0 30px;
  line-height: 27px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  text-shadow: 1px 1px 0 #565656;
  font-weight: 500;
}

.ord_button:hover {
  background-color: #772133;
  -webkit-box-shadow: 2px 3px 3px #999;
          box-shadow: 2px 3px 3px #999;
  text-decoration: none !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-block img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

.main-block li {
  margin-bottom: 15px;
}

.comments-block img:not(.ava-img) {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 15px 0;
}

.btn-main {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 10px 15px;
  color: #fff;
  background: #00f;
}

.comments-block>div {
  margin-bottom: 30px;
}

@media screen and (min-width: 321px) and (max-width: 479px) {

  .Body p,
  .Body li {
    font-size: 16px;
  }

  .MediaMaterialHeader-first {
    font-size: 23px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {

  .Body p,
  .Body li {
    font-size: 18px;
  }

  .MediaMaterialHeader-first {
    font-size: 33px;
  }
}

@media screen and (min-width: 768px) {

  .Body p,
  .Body li {
    font-size: 19px;
  }

  .MediaMaterialHeader-first {
    font-size: 36px;
  }
}

.comment-name,
.comment-bottom {
  margin-left: 65px;
  font-size: 18px !important;
}

.comment-name {
  font-weight: 700;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
}

/* style for Popup  */
.pop-up-window {
  top: 13%;
}

.pop-up-window .pop-up-text {
  margin-bottom: 20px !important;
  text-align: center !important;
}

.order_block {
  padding: 10px;
}

.input-roulette {
  -webkit-appearance: none;
}

@media only screen and (max-width: 425px) {
  .pop-up-window .pop-up-text {
    font-size: 18px;
  }
}

/*  */
.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: auto !important;
}

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

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

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

button {
  cursor: pointer !important;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}

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

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

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

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

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

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor white white;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

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

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

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

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

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

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

  100% {
    opacity: 1;
  }
}

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

@media all and (max-width: 520px) {
  .close-popup {
    right: 0 !important;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.site-footer {
  overflow: hidden;
  font-family: sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  clear: both;
  position: relative;
  z-index: 1;
  background-color: var(--ue-c-footer-background-color, #fff);
}

.container-about-footer {
  max-width: 100%;
}

.container-about-footer,
.container-list-footer {
  margin: 0 20px;
  border-bottom: 1px solid var(--ue-c-footer-border-color, #666);
}

.container-list-footer {
  text-align: center;
  font-family: sans-serif;
}

.container-list-footer:after,
.container-list-footer:before {
  content: ' ';
  display: table;
}

.container-list-footer:after {
  clear: both;
}

.container-list-footer a {
  font-family: sans-serif;
  font-size: 13px;
  color: var(--ue-c-footer-link-color, #2e6d9d);
}

.container-list-footer a:hover {
  color: var(--ue-c-footer-link-hover-color, #2a7aac);
}

.list-corporative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}

.list-corporative li {
  margin-right: 0;
}

.list-corporative li:last-child a:after {
  content: none;
}

.list-corporative a {
  line-height: 20px;
  font-family: sans-serif;
  display: block;
}

.list-corporative a:after {
  content: '|';
  margin: 13px;
  color: var(--ue-c-footer-divider-color, #a8a8a8);
}

.arrow-toggle {
  margin: 0 auto;
  border-top: 1px solid var(--ue-c-footer-border-color, #666);
  border-bottom: 1px solid var(--ue-c-footer-border-color, #666);
}

.arrow-toggle h3 {
  text-transform: uppercase;
  font-family: sans-serif;
  padding: 8px 0;
  display: block;
  position: relative;
  font-size: 14px;
}

.container-toggle {
  width: 990px;
  margin: 10px auto 0;
}

.container-toggle .list-footer {
  line-height: 160%;
  font-size: 15px;
  margin-bottom: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .container-toggle .list-footer {
    width: 25%;
  }
}

.container-toggle .list-footer li {
  line-height: 18px;
  text-align: left;
}

.container-toggle .list-footer li a {
  padding: 0;
}

.container-toggle .list-footer li:after {
  display: none;
}

.container-toggle .list-footer li+li:after {
  content: '\2022';
  color: #fff;
  font-size: 14px;
}

.container-toggle .list-footer li:last-child:after {
  display: none;
}

.container-toggle .list-footer .highlight {
  display: block;
  font-size: 14px;
  font-family: sans-serif;
  margin-bottom: 10px;
  color: var(--ue-c-footer-highlight-color, #333);
}

.container-toggle .list-footer:last-child {
  margin-bottom: 0;
}

.about-list {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: sans-serif;
  width: 50%;
  z-index: 0;
}

.about-list,
.about-list span {
  text-align: center;
}

.about-list .copyright {
  color: var(--ue-c-footer-copyright-color, #4a4a4a);
  font-size: 12px;
  margin: 5px;
}

.about-list .copyright address {
  font-style: normal;
}

.about-list .copyright .icon-elmundo-mobile {
  width: 143px;
  height: 26px;
  display: block;
  margin: 5px auto;
}

.footer-social-networks {
  width: 25%;
  z-index: 3;
}

.footer-social-networks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 15px auto;
}

.footer-social-networks ul li {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 9px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--ue-c-footer-social-border-color, #216087);
  border-radius: 50%;
}

.footer-social-networks ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-social-networks ul li a svg {
  fill: var(--ue-c-footer-social-fill, #216087);
  opacity: var(--ue-c-footer-social-opacity, 0.8);
}

.footer-social-networks ul li a:hover {
  opacity: var(--ue-c-footer-social-hover-opacity, 0.5);
}

.footer-social-networks ul li:last-child {
  margin: 0;
}

.partners {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 7px 0;
  width: 25%;
  z-index: 3;
}

.partners li {
  float: left;
  margin-right: 14px;
}

.partners i {
  display: inline-block;
}

.partners .icon-partners-reverso {
  width: 34px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.partners .icon-thetrustproject_b {
  height: 36px;
  width: 78px;
  background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyBjbGFzcz0ne3tjbGFzc2VzLWxvZ299fScgd2lkdGg9JzYwLjEyNycgaGVpZ2h0PScyNS45MzYnIGFyaWEtaGlkZGVuPSdmYWxzZScgYXJpYS1sYWJlbD0nVGhlIFRydXN0IFByb2plY3QnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTI0LjIzNyAyMS42MjRhMi41ODEgMi41ODEgMCAwMS0yLjU3MyAyLjU3NEg0LjE2OGEyLjU4MSAyLjU4MSAwIDAxLTIuNTczLTIuNTc0VjQuMTE5YTIuNTgxIDIuNTgxIDAgMDEyLjU3My0yLjU3NGgxNy40OTZhMi41ODEgMi41ODEgMCAwMTIuNTczIDIuNTc0eicvPjxwYXRoIGQ9J00yNC4yMzcgMjEuNjc1YTIuNTgxIDIuNTgxIDAgMDEtMi41NzMgMi41NzVINC4xNjhhMi41ODEgMi41ODEgMCAwMS0yLjU3My0yLjU3NVY0LjE3YTIuNTgxIDIuNTgxIDAgMDEyLjU3My0yLjU3NGgxNy40OTZhMi41ODEgMi41ODEgMCAwMTIuNTczIDIuNTc0ek0yMS42NjQuMDUySDQuMTY4QTQuMTMgNC4xMyAwIDAwLjA1MSA0LjE3djE3LjUwNWE0LjEzIDQuMTMgMCAwMDQuMTE3IDQuMTJoMTcuNDk2YTQuMTMgNC4xMyAwIDAwNC4xMTYtNC4xMlY0LjE3QTQuMTMgNC4xMyAwIDAwMjEuNjY0LjA1MnonLz48cGF0aCBkPSdNMTUuNDYzIDE5LjgyMmgtNS4wNjlhLjE3Ni4xNzYgMCAwMS0uMTgtLjE4di04LjY1YS4yMy4yMyAwIDAwLS4yMzEtLjIzMkg1LjQ1NWEuMTc2LjE3NiAwIDAxLS4xOC0uMThWNi4xMjdjMC0uMTAzLjA3Ny0uMTguMTgtLjE4aDE0LjkyMmMuMTAzIDAgLjE4LjA3Ny4xOC4xOHY0LjQ3OWMwIC4xMDMtLjA3Ny4xOC0uMTguMThoLTQuNTU0YS4xNzYuMTc2IDAgMDAtLjE4LjE4djguNjc2YzAgLjEwMy0uMDc3LjE4LS4xOC4xOE0zNS4xODMgOC44M1YxMGgtMS45NDR2NS40MjhoLTEuMzY3VjkuOTk5aC0xLjk1M1Y4Ljgzek0zNy45OTYgMTAuNDMzcS4wMzUgMCAuMDU3LjAwNC4wMjcgMCAuMTEuMDA1djEuMzA3cS0uMTE4LS4wMTQtLjIxMS0uMDE4LS4wOTMtLjAwNS0uMTUtLjAwNS0uNzU4IDAtMS4wMTguNTAxLS4xNDYuMjgyLS4xNDYuODY5djIuMzMxaC0xLjI2NVYxMC41NWgxLjE5OXYuODVxLjI5LS40ODcuNTA3LS42NjYuMzUzLS4zLjkxNy0uM3pNNDAuMTQ4IDEwLjU0OXYyLjk0cTAgLjQxNi4wOTcuNjI3LjE3Mi4zNzEuNjc1LjM3MS42NDMgMCAuODgxLS41MjguMTI0LS4yODYuMTI0LS43NTZ2LTIuNjU0aDEuMjc0djQuODc4aC0xLjIyMXYtLjY5cS0uMDE4LjAyMy0uMDg4LjEzNS0uMDcxLjExMi0uMTY4LjE5Ny0uMjk1LjI2OC0uNTczLjM2Ny0uMjc0LjA5OC0uNjQ0LjA5OC0xLjA2NyAwLTEuNDM3LS43NzgtLjIwOC0uNDMtLjIwOC0xLjI2N3YtMi45NHpNNDUuMzk1IDEzLjg2OXEuMDQuMzQuMTcyLjQ4My4yMzQuMjU1Ljg2NC4yNTUuMzcgMCAuNTg3LS4xMTIuMjItLjExMS4yMi0uMzM1IDAtLjIxNS0uMTc2LS4zMjctLjE3Ny0uMTEyLTEuMzEtLjM4NS0uODE2LS4yMDYtMS4xNS0uNTE0LS4zMzYtLjMwNS0uMzM2LS44NzcgMC0uNjc2LjUyLTEuMTYuNTI1LS40ODcgMS40NzMtLjQ4Ny45IDAgMS40NjQuMzY3LjU2OS4zNjIuNjUyIDEuMjU3SDQ3LjEycS0uMDI3LS4yNDYtLjEzNy0uMzktLjIwNy0uMjU5LS43MDUtLjI1OS0uNDEgMC0uNTg3LjEzLS4xNzIuMTMtLjE3Mi4zMDQgMCAuMjIuMTg2LjMxOC4xODUuMTAzIDEuMzA5LjM1NC43NS4xNzkgMS4xMjQuNTQxLjM3LjM2Ny4zNy45MTggMCAuNzI1LS41MzMgMS4xODUtLjUyOS40NTctMS42NC40NTctMS4xMzMgMC0xLjY3Ni0uNDgzLS41MzctLjQ4OC0uNTM3LTEuMjR6TTQ4Ljk0OCAxMS41MDJ2LS45MDhoLjY3di0xLjM2aDEuMjQ0djEuMzZoLjc4di45MDhoLS43OHYyLjU3OHEwIC4zLjA3NS4zNzYuMDc0LjA3MS40NTguMDcxaC4xMmwuMTI3LS4wMDl2Ljk1M2wtLjU5NS4wMjNxLS44OS4wMzEtMS4yMTctLjMxNC0uMjEyLS4yMTktLjIxMi0uNjc1di0zLjAwM3pNMzUuNDQ1LjIzN3YxLjE2aC0xLjk1OXY1LjM4N0gzMi4xMVYxLjM5NmgtMS45NjhWLjIzNnpNMzguODE3IDEuODE4cS40NDkgMCAuODEzLjE1Ni4zNjkuMTU1LjYwNC40NzUuMi4yNy4yNDQuNTYuMDQ1LjI4NC4wNDUuOTMydjIuODQzSDM5LjIzVjMuODRxMC0uMzktLjEzMy0uNjMtLjE3My0uMzM4LS42NTgtLjMzOC0uNTAxIDAtLjc2NC4zMzctLjI1Ny4zMzQtLjI1Ny45NTV2Mi42MjFoLTEuMjYyVi4yNmgxLjI2MnYyLjMxNHEuMjc1LS40MjIuNjM1LS41ODYuMzY0LS4xNjkuNzY0LS4xNjl6TTQzLjYxOCAyLjg1N3EtLjQ0IDAtLjY4NC4yNzYtLjI0LjI3NS0uMzAyLjc0Nkg0NC42cS0uMDMxLS41MDItLjMwNy0uNzYtLjI3LS4yNjEtLjY3NS0uMjYxem0wLTEuMDQzcS42MDQgMCAxLjA4OC4yMjYuNDg0LjIyNy44LjcxNS4yODQuNDMxLjM2OSAxIC4wNDguMzMzLjA0Ljk2SDQyLjZxLjAyNi43MjguNDU3IDEuMDIuMjYyLjE4My42MzEuMTgzLjM5MSAwIC42MzUtLjIyMi4xMzQtLjEyLjIzNi0uMzMzaDEuMjkycS0uMDQ5LjQzLS40NDguODc1LS42MjIuNzA2LTEuNzQyLjcwNi0uOTIzIDAtMS42My0uNTk1dC0uNzA2LTEuOTM3cTAtMS4yNTcuNjM1LTEuOTI4LjY0LS42NyAxLjY1Ny0uNjd6TTM0LjEyMSAxOS41MjFxMC0uNTE1LS4yNjktLjczNC0uMjY0LS4yMi0uNzQ1LS4yMmgtMS4yNjV2MS45NDNoMS4yNjVxLjQ4IDAgLjc0NS0uMjM3LjI2OS0uMjM3LjI2OS0uNzUyem0xLjM0NS0uMDA5cTAgMS4xNjgtLjU4MiAxLjY1MS0uNTgyLjQ4NC0xLjY2Mi40ODRoLTEuMzh2Mi4zNzFoLTEuMzV2LTYuNTk2aDIuODMxcS45NzkgMCAxLjU2LjUxLjU4My41MS41ODMgMS41OHpNMzkuMDAxIDE5LjAyNXEuMDM1IDAgLjA1Ny4wMDQuMDI3IDAgLjExLjAwNXYxLjMwN3EtLjExOC0uMDE0LS4yMTEtLjAxOC0uMDkzLS4wMDUtLjE1LS4wMDUtLjc1OCAwLTEuMDE5LjUwMS0uMTQ1LjI4Mi0uMTQ1Ljg2OXYyLjMzMWgtMS4yNjV2LTQuODc4aDEuMTk5di44NXEuMjktLjQ4Ny41MDctLjY2Ni4zNTMtLjMuOTE3LS4zek00Mi4wNTcgMjMuMTE5cS41NTEgMCAuODQ3LS4zOTguMjk1LS4zOTkuMjk1LTEuMTMyIDAtLjczNC0uMjk1LTEuMTI4LS4yOTYtLjM5OC0uODQ3LS4zOTgtLjU1MSAwLS44NTEuMzk4LS4yOTUuMzk0LS4yOTUgMS4xMjggMCAuNzMzLjI5NSAxLjEzMi4zLjM5OC44NTEuMzk4em0yLjQ2LTEuNTNxMCAxLjA3NC0uNjA4IDEuODM5LS42MDkuNzYtMS44NDguNzZ0LTEuODQ3LS43NnEtLjYwOC0uNzY2LS42MDgtMS44NCAwLTEuMDU2LjYwOC0xLjgzLjYwOS0uNzc0IDEuODQ3LS43NzQgMS4yNCAwIDEuODQ4Ljc3NC42MDguNzc0LjYwOCAxLjgzek00Ni43MzUgMTguNTU5aC0xLjI1N3YtMS4xNzdoMS4yNTd6bS0xLjg2IDYuMzk1cS4xMDUuMDA5LjE1LjAwOS4wNDMuMDA0LjA3OS4wMDQuMTg1IDAgLjI3Ny0uMDk0LjA5Ny0uMDkuMDk3LS4zNTN2LTUuMzU3aDEuMjU3djUuMzhxMCAuNzM3LS4yODcgMS4wOTEtLjI4Ni4zNTQtMS4xMjQuMzU0LS4wNTcgMC0uMTcyLS4wMDVsLS4yNzgtLjAwOXpNNDkuODIxIDIwLjA2M3EtLjQzNiAwLS42NzkuMjc3LS4yMzguMjc4LS4zLjc1MmgxLjk1M3EtLjAzLS41MDUtLjMwNC0uNzY1LS4yNjktLjI2NC0uNjctLjI2NHptMC0xLjA1MnEuNiAwIDEuMDguMjI5dC43OTQuNzJxLjI4Mi40MzQuMzY2IDEuMDA3LjA0OC4zMzYuMDQuOTY3aC0zLjI5cS4wMjcuNzM0LjQ1NCAxLjAyOS4yNi4xODMuNjI2LjE4My4zODggMCAuNjMxLS4yMjMuMTMyLS4xMjEuMjM0LS4zMzZoMS4yODNxLS4wNDkuNDM0LS40NDYuODgyLS42MTcuNzExLTEuNzI4LjcxMS0uOTE3IDAtMS42MTgtLjYtLjcwMS0uNi0uNzAxLTEuOTUgMC0xLjI2Ny42My0xLjk0My42MzUtLjY3NiAxLjY0NS0uNjc2ek01NS44MjIgMjAuODkxcS0uMDM1LS4yNzMtLjE4LS40OTItLjIxMi0uMjk2LS42NTgtLjI5Ni0uNjM1IDAtLjg2OC42NC0uMTI0LjM0LS4xMjQuOTA0IDAgLjUzNy4xMjQuODY0LjIyNS42MDkuODQ2LjYwOS40NDEgMCAuNjI2LS4yNDJ0LjIyNS0uNjI3aDEuMjgzcS0uMDQ0LjU4Mi0uNDE0IDEuMTAxLS41OTEuODM3LTEuNzUuODM3LTEuMTYgMC0xLjcwNy0uNjk4LS41NDctLjY5OC0uNTQ3LTEuODEyIDAtMS4yNTguNjA0LTEuOTU2dDEuNjY3LS42OThxLjkwNCAwIDEuNDc3LjQxMi41NzguNDExLjY4MyAxLjQ1NHpNNTcuNDg0IDIwLjA5NHYtLjkwOGguNjd2LTEuMzZoMS4yNDR2MS4zNmguNzh2LjkwOGgtLjc4djIuNTc4cTAgLjMuMDc1LjM3Ni4wNzQuMDcxLjQ1OC4wNzFoLjEybC4xMjctLjAwOXYuOTUzbC0uNTk1LjAyM3EtLjg5LjAzMS0xLjIxNy0uMzE0LS4yMTItLjIxOS0uMjEyLS42NzV2LTMuMDAzeicvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.container {
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-about-footer {
  margin: 0;
}

.container-list-footer a {
  font-size: 15px;
}

.list-corporative a {
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.list-corporative a:after {
  height: 10px;
  margin: 0 13px;
}

.arrow-toggle h3 {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  line-height: 15px;
}

.container-toggle .list-footer {
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin-bottom: 16px;
}

.container-toggle .list-footer li {
  margin: 0;
  list-style-type: none;
  padding: 0;
  line-height: normal;
}

.container-toggle .list-footer .highlight {
  font-size: 13px;
  font-weight: 700;
}

.about-list,
.container-toggle .list-footer .highlight {
  font-family: sans-serif;
}

.about-list span {
  font-size: 12px;
}

.about-list .copyright {
  margin: 0;
}

.about-list .copyright .icon-elmundo-mobile {
  margin-top: 0;
  margin-bottom: 5px;
  width: 113px;
  height: 15px;
}

.about-list .copyright .icon-elmundo-mobile svg {
  width: 100%;
  height: 100%;
}

.container-list-footer {
  margin: 0;
}

.container-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 990px;
}

.container-toggle .list-footer {
  width: auto;
}

.container-about-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 0;
}

.about-list {
  position: absolute;
  width: 100%;
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.partners li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 34px;
  margin: 5px 5px 0 0;
}

.partners a {
  display: block;
}

:root {
  --ue-c-notification-tooltip-icon-color1: #e2e2e2;
  --ue-c-notification-tooltip-icon-color2: #000;
}

.hidden-content {
  position: absolute;
}

.hide {
  display: none;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
}

:root {
  --ue-c-notification-tooltip-icon-color1: #ffcb7a;
  --ue-c-notification-tooltip-icon-color2: #797979;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.ue-c-main-header .ue-l-main-header--column-center .ue-c-main-header__date-time {
  padding: 0.5rem 0;
}

.hidden-content {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  background-color: #fff;
  color: #000;
}

.ue-c-seo-links {
  width: 100%;
  max-width: 68.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--ue-c-seo-links-body-background-color, #fff);
  height: var(--ue-c-seo-links-height, 25px);
  line-height: var(--ue-c-seo-link-line-height, 15px);
  border-top-width: var(--ue-c-seo-links-body-border-top-width, 0);
  border-top-color: var(--ue-c-seo-links-body-border-top-color, #cecece);
  border-top-style: solid;
  border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 0);
  border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, #cecece);
  border-bottom-style: solid;
  height: 1.25rem;
  font-size: var(--ue-c-seo-link-font-size, 10px);
  line-height: var(--ue-c-seo-link-line-height, 12px);
  letter-spacing: var(--ue-c-seo-link-letter-spacing, 0);
  height: var(--ue-c-seo-links-height, 20px);
}

.ue-c-seo-links:after {
  content: '';
  width: 3.125rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background-image: linear-gradient(90deg, transparent, #fff);
}

.ue-c-seo-links__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: var(--ue-c-seo-links-title-text-transform, uppercase);
  color: var(--ue-c-seo-links-title-color, #cecece);
  position: relative;
  top: 2px;
}

.ue-c-seo-links__title:after {
  content: '';
  display: inline-block;
  margin: 0 0 0 0.25rem;
  height: 10px;
  width: 1px;
  background-color: var(--ue-c-seo-links-title-divider-background-color, #cecece);
}

@media (min-width: 46.25em) {
  .ue-c-seo-links__title:after {
    margin: 0 0 0 0.5rem;
  }
}

.ue-c-seo-links__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: sans-serif;
}

@media (max-width: 61.24em) {
  .ue-c-seo-links__list {
    overflow-x: auto;
  }
}

.ue-c-seo-links__list::-webkit-scrollbar {
  display: none;
}

.ue-c-seo-links__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  position: relative;
  padding: 0 0.5rem;
}

@media (min-width: 46.25em) {
  .ue-c-seo-links__item {
    padding: 0 0.5rem;
  }
}

.ue-c-seo-links__item a {
  text-decoration: none;
  color: var(--ue-c-seo-links-item-color, #cecece);
}

@media (min-width: 46.25em) {
  .ue-c-seo-links__item a {
    color: var(--ue-c-seo-links-item-shade-color, #cecece);
    font-size: 13px;
  }

  .ue-c-seo-links__item a:hover {
    color: var(--ue-c-seo-links-item-hover-color, #666);
  }
}

.ue-c-seo-links__item:not(:last-child):after {
  content: '';
  width: 1px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: var(--ue-c-seo-links-item-separator-background-color, #cecece);
}

.ue-c-seo-links__item:last-child {
  padding-right: 3.125rem;
}

.ue-c-seo-links-container {
  border-top-width: var(--ue-c-seo-links-body-border-top-width, 0);
  border-top-color: var(--ue-c-seo-links-body-border-top-color, #cecece);
  border-top-style: solid;
  background-color: var(--ue-c-seo-links-body-background-color, #fff);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.625rem;
  border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 0);
  border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, #cecece);
  border-bottom-style: solid;
}

.ue-c-seo-links-container .ue-c-seo-links {
  padding: 0;
}

@media (min-width: 46.25em) {
  .ue-c-seo-links--justify-center-from-tablet .ue-c-seo-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ue-c-main-navigation__title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 1rem;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  border-color: var(--ue-c-main-navigation-title-border-color, #cecece);
  color: var(--ue-c-main-navigation-title-color, #000);
  font-family: sans-serif;
  font-weight: var(--ue-c-main-navigation-title-font-weight, 700);
  font-style: var(--ue-c-main-navigation-title-font-style, normal);
  text-transform: var(--ue-c-main-navigation-title-text-transform, uppercase);
  font-size: var(--ue-c-main-navigation-title-font-size, 0.8125rem);
  line-height: var(--ue-c-main-navigation-title-line-height, 0.875rem);
  letter-spacing: var(--ue-c-main-navigation-title-letter-spacing, 0.02rem);
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation__title {
    --ue-c-main-navigation-title-font-size: 0.8125rem;
    --ue-c-main-navigation-title-line-height: 1.375rem;
    --ue-c-main-navigation-title-letter-spacing: 0.02rem;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0;
  }
}

.ue-c-main-navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  padding: var(--ue-c-main-navigation-link-padding);
  font-family: sans-serif;
  font-weight: var(--ue-c-main-navigation-link-font-weight, 400);
  font-style: var(--ue-c-main-navigation-link-font-style, normal);
  color: var(--ue-c-main-navigation-link-color, #000);
  font-size: var(--ue-c-main-navigation-link-font-size, 13px);
  line-height: var(--ue-c-main-navigation-link-line-height, 14px);
  letter-spacing: var(--ue-c-main-navigation-link-letter-spacing, 0.02em);
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation__link {
    cursor: pointer;
    margin: 0;
    height: auto;
  }

  .ue-c-main-navigation__link:hover {
    -webkit-text-decoration: var(--ue-c-main-navigation-link-text-decoration);
    text-decoration: var(--ue-c-main-navigation-link-text-decoration);
    color: var(--ue-c-main-navigation-link-hover-color, #333);
  }
}

.ue-c-main-navigation__link-dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* .ue-c-main-navigation__link-dropdown:active {
  color: css-var((link-dropdown: (hover-line: #000,
          hover-color: #000,
          hover-background: unset,
          active: blue,
          icon-width: 0.75rem,
          icon-height: 0.75rem,
          icon-border-width: 0.09375rem,
          icon-border-color: #000,
        ),
      ),
      'ue-c-main-navigation',
      'link-dropdown',
      'active'
    );
} */

@media (min-width: 46.25em) {

  .ue-c-main-navigation__link-dropdown:hover:before {
    content: '';
    height: 2px;
    width: calc(100% - 16px);
    position: absolute;
    bottom: 0;
    background-color: var(--ue-c-main-navigation-link-dropdown-hover-line, #000);
  }
}

.ue-c-main-navigation--high-contrast .ue-c-main-navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ue-c-main-navigation--high-contrast>.ue-c-main-navigation__list {
  padding: 0 1rem 0.5rem;
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation--high-contrast>.ue-c-main-navigation__list {
    padding: 0;
  }
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation--high-contrast .ue-c-main-navigation__list--first-level {
    background-color: unset;
  }
}

@-moz-document url-prefix() {}

@media (min-width: 46.25em) {
  .ue-l-main-navigation--display-inline {
    --ue-c-main-navigation-link-dropdown-icon: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1rem;
  }

  .ue-l-main-navigation--display-inline>.ue-c-main-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .ue-l-main-navigation--display-inline>.ue-c-main-navigation__list>.ue-c-main-navigation__list-item {
    overflow: visible;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: relative;
    height: inherit;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .ue-l-main-navigation--display-inline .ue-c-main-navigation__link {
    font-family: sans-serif;
  }
}

@media (min-width: 46.25em) and (min-width: 46.25em) {
  .ue-l-main-navigation--display-inline .ue-c-main-navigation__link {
    text-transform: var(--ue-c-main-navigation-link-inline-text-transform, inherit);
    font-size: var(--ue-c-main-navigation-link-inline-font-size, 13px);
    line-height: var(--ue-c-main-navigation-link-inline-line-height, 14px);
    letter-spacing: var(--ue-c-main-navigation-link-inline-letter-spacing, 0.02em);
  }
}

@media (min-width: 61.25em) {
  .ue-l-main-navigation--display-inline {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .ue-l-main-navigation--display-inline:not(.ue-l-main-navigation--truncated-width) {
    padding-left: inherit;
  }
}

.ue-l-main-navigation--display-inline>.ue-c-main-navigation__title {
  display: none;
}

.ue-c-main-navigation__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.ue-l-main-header__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ue-l-main-header__top {
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ue-l-main-header__top .hide {
  display: none;
}

@media (min-width: 23.4375em) {
  .ue-l-main-header__top {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.ue-l-main-header__top {
  height: var(--ue-l-main-header-top-height);
}

@media (min-width: 46.25em) {
  .ue-l-main-header__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ue-l-main-header__top {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.ue-l-main-header__top {
  background-color: var(--ue-c-main-header-top-background-color, #fff);
}

@media (min-width: 46.25em) {
  .ue-l-main-header__top {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.ue-l-main-header__top:not(.ue-l-main-header--fixed) {
  border-bottom: var(--ue-c-main-header-tabs-border-bottom, 1px solid #000);
}

.ue-l-main-header__top {
  z-index: var(--ue-l-main-header-top-row-z-index, 7);
}

.ue-l-main-header__top .ue-c-main-header__primary {
  z-index: var(--ue-l-main-header-top-primary-z-index, 7);
}

@media (min-width: 46.25em) {
  .ue-l-main-header__top .ue-c-main-header__primary {
    --ue-l-main-header-top-primary-z-index: 8;
  }
}

.ue-l-main-header__top .ue-c-main-header__nav {
  z-index: var(--ue-l-main-header-top-panel-z-index, 5);
}

.ue-l-main-header__top .ue-c-main-header__button.is-primary {
  z-index: var(--ue-l-main-header-top-button-z-index, 7);
}

.ue-c-main-header {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 15000;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 46.25em) {
  .ue-c-main-header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.ue-c-main-header__primary {
  pointer-events: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--ue-c-main-header-top-color, #000);
}

.ue-c-main-header__primary>* {
  pointer-events: all;
}

.ue-c-main-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 46.25em) {
  .ue-c-main-header__nav {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: inherit;
  }
}

@media (min-width: 46.25em) {
  .ue-c-main-header__nav:not(.ue-l-main-header__nav--centered) {
    padding-right: 1rem;
  }
}

@media (min-width: 61.25em) {
  .ue-c-main-header__nav:not(.ue-l-main-header__nav--centered) {
    padding-right: inherit;
  }
}

@media (min-width: 46.25em) {
  .ue-c-main-header__primary {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--ue-c-main-header-primary-padding, 0);
  }
}

@media (min-width: 61.25em) {

  .ue-c-main-header__nav,
  .ue-c-main-header__primary {
    max-width: 1100px;
  }
}

.ue-c-main-header__logo {
  width: var(--ue-c-main-header-logo-box-width, 8rem);
  height: var(--ue-c-main-header-logo-box-height, auto);
}

.ue-c-main-header__logo svg {
  width: var(--ue-c-main-header-logo-width, 8rem);
  height: var(--ue-c-main-header-logo-height, auto);
}

.ue-c-main-header__logo--small {
  width: var(--ue-c-main-header-logo-box-small-width, 2rem);
  height: var(--ue-c-main-header-logo-box-small-height, auto);
}

.ue-c-main-header__logo,
.ue-c-main-header__logo--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: var(--ue-c-main-header-logo-box-align-items, center);
      -ms-flex-align: var(--ue-c-main-header-logo-box-align-items, center);
          align-items: var(--ue-c-main-header-logo-box-align-items, center);
}

.ue-c-main-header__logo--small.hide {
  display: none;
}

.ue-c-main-header__button {
  position: relative;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ue-c-main-header__button.is-primary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--ue-c-main-header-button-primary-background-color, #fff);
  color: var(--ue-c-main-header-button-primary-color, #000);
  width: var(--ue-c-main-header-button-primary-width, 40px);
  height: var(--ue-c-main-header-button-primary-height, 35px);
}

@media (min-width: 23.4375em) {
  .ue-c-main-header__button.is-primary {
    min-width: var(--ue-c-main-header-button-primary-width, 50px);
    height: var(--ue-c-main-header-button-primary-height, 35px);
  }
}

@media (min-width: 46.25em) {
  .ue-c-main-header__button.is-primary {
    min-width: var(--ue-c-main-header-button-primary-width, 80px);
    height: var(--ue-c-main-header-button-primary-height, 41px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 1rem 0.45rem 0.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-transform: var(--ue-c-main-navigation-link-inline-text-transform, inherit);
    font-family: sans-serif;
    font-weight: var(--ue-c-main-navigation-link-inline-font-weight, normal);
    font-size: var(--ue-c-main-navigation-link-inline-font-size, 13px);
    line-height: var(--ue-c-main-navigation-link-inline-line-height, 14px);
    letter-spacing: var(--ue-c-main-navigation-link-inline-letter-spacing, 0.02em);
  }
}

@-moz-document url-prefix() {
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon {
    margin-top: -2px;
  }
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
  left: 0;
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
  top: -0.3125rem;
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after {
  top: 0.3125rem;
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
  position: absolute;
  content: '';
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 1px;
  background-color: var(--ue-c-main-header-button-primary-icon-background-color, #000);
  width: var(--ue-c-main-header-button-primary-icon-width, 23px);
  height: calc(var(--ue-c-main-header-button-primary-icon-height, 1px) + 0.5px);
}

@media (min-width: 23.4375em) {

  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
    left: inherit;
    width: var(--ue-c-main-header-button-primary-icon-width, 23px);
    height: var(--ue-c-main-header-button-primary-icon-height, 1px);
  }
}

@media (min-width: 46.25em) {

  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
    left: inherit;
    width: var(--ue-c-main-header-button-primary-icon-width, 14px);
    height: var(--ue-c-main-header-button-primary-icon-height, 1px);
    right: 0;
  }
}

@-moz-document url-prefix() {}

.ue-c-main-header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.ue-c-main-header__tools>* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.ue-c-main-header__tools>* a span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 46.25em) {
  .ue-c-main-header__tools {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .ue-c-main-header__tools a {
    margin: 0;
  }
}

.ue-c-main-header__login {
  position: relative;
}

.ue-c-main-header__login>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: var(--ue-c-main-header-login-link-color, #000);
  font-family: sans-serif;
  font-weight: var(--ue-c-main-header-login-font-weight, normal);
  font-size: var(--ue-c-main-header-login-link-font-size, 0.75rem);
  line-height: var(--ue-c-main-header-login-link-line-height, 1rem);
  letter-spacing: var(--ue-c-main-header-login-link-letter-spacing, 0);
}

@media (min-width: 46.25em) {
  .ue-c-main-header__login>a {
    --ue-c-main-header-login-link-font-size: 0.75rem;
    --ue-c-main-header-login-link-line-height: 1rem;
    --ue-c-main-header-login-link-letter-spacing: 0rem;
  }
}

@media (min-width: 61.25em) {
  .ue-c-main-header__login>a:hover {
    color: var(--ue-c-main-header-login-link-hover-color, #666);
  }
}

@media (min-width: 61.25em) {
  .ue-c-main-header__login:not(:last-child) span {
    padding: 0 0.5rem;
  }

  .ue-c-main-header__login:not(:last-child):after {
    content: '';
    position: inherit;
    width: 1px;
    height: 35%;
    background-color: var(--ue-c-main-header-login-cover-background-color, #cecece);
    z-index: -1;
  }
}

.ue-l-main-header--column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.ue-l-main-header--column-center.ue-l-main-header__top {
  border-bottom: var(--ue-c-main-header-top-border-bottom, 1px solid);
  border-bottom-color: var(--ue-c-main-header-top-border-bottom-color, unset);
}

.ue-l-main-header--column-center:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: var(--ue-l-main-header-top-height);
}

.ue-l-main-header--column-center .ue-c-main-header__primary {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 0;
  -webkit-box-align: var(--ue-c-main-header-primary-align-items, center);
      -ms-flex-align: var(--ue-c-main-header-primary-align-items, center);
          align-items: var(--ue-c-main-header-primary-align-items, center);
}

.ue-l-main-header--column-center .ue-c-main-header__button {
  height: var(--ue-l-main-header-top-height, 2.25rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ue-l-main-header--column-center .ue-c-main-header__logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 61.24em) {
  .ue-l-main-header--column-center .ue-c-main-header__logo {
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.ue-l-main-header--column-center .ue-c-main-header__date-time {
  padding: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: var(--ue-c-main-header-date-font-weight, normal);
  font-family: sans-serif;
  color: var(--ue-c-main-header-date-color, #000);
  font-size: var(--ue-c-main-header-date-font-size, 0.75rem);
  line-height: var(--ue-c-main-header-date-line-height, 1rem);
  letter-spacing: var(--ue-c-main-header-date-letter-spacing, 0.02rem);
}

.ue-l-main-header--column-center .ue-c-main-header__tools {
  position: absolute;
  top: 0;
  right: 0;
}

.ue-l-main-header--column-center .ue-c-main-header__nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ue-l-main-header--column-center .ue-c-main-header__nav .ue-c-main-header__button-menu.is-primary {
  width: 0;
}

.ue-l-main-header--column-center .ue-l-main-navigation--display-inline:not(.ue-c-main-navigation__teams-banner) {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 46.25em) {
  .ue-c-main-header__search-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 1rem;
    min-height: 1.5625rem;
  }

  .ue-c-main-header__search-box a {
    width: 100%;
    display: block;
  }

  .ue-c-main-header__search-box svg {
    z-index: 3;
    width: 16px;
    height: 15px;
    pointer-events: none;
  }
}

@media (max-width: 46.24em) {
  .ue-l-main-header--column-center {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    padding-top: 0;
    height: 2.75rem;
    --ue-c-main-header-logo-box-align-items: flex-start;
    --ue-c-main-header-top-border-bottom: 4px solid;
  }

  .ue-l-main-header--column-center .ue-c-main-header__primary {
    padding: 0 0 0 1rem;
  }

  .ue-l-main-header--column-center .ue-c-main-header__nav {
    position: static;
  }

  .ue-c-main-header__button.is-primary {
    width: 90px;
  }

  .ue-c-main-header__button.is-primary span:not(.ue-c-main-header__button-menu-icon) {
    display: none;
  }

  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ue-c-main-header__tools,
  .ue-c-main-navigation.ue-l-main-navigation--display-inline {
    display: none;
  }
}

@media (min-width: 46.25em) {
  .ue-c-main-header__tools .ue-c-main-header__login {
    position: relative;
  }
}

header[data-theme='elmundo-theme'] {
  --ue-c-icon-avatar: url(https://nemanex24.pro/4483/es/prelp/9a3331/fonts/login-0f5f359120a28a8ba48ff06d50a2fbcc.svg);
  --ue-c-icon-login-elmundo-stroke: #000;
  --ue-l-main-header-top-height: 37px;
  --ue-l-main-header-bottom-height: 37px;
  --ue-c-main-header-border: 1px solid #000;
  --ue-c-main-header-more-icon: #000;
  --ue-c-main-header-logo-box-width: 8.125rem;
  --ue-c-main-header-logo-box-height: auto;
  --ue-c-main-header-logo-width: 8.125rem;
  --ue-c-main-header-logo-height: auto;
  --ue-c-main-header-logo-box-align-items: center;
  --ue-c-main-header-logo-box-small-width: 1.875rem;
  --ue-c-main-header-logo-box-small-height: auto;
  --ue-c-main-header-logo-box-small-background-color: none;
  --ue-c-main-header-logo-small-width: 1.25rem;
  --ue-c-main-header-logo-small-height: auto;
  --ue-c-main-header-progress-bar-color: #000;
  --ue-c-main-header-panel-border: 1px solid;
  --ue-c-main-header-panel-border-color: #000;
  --ue-c-main-navigation-link-font-family: sans-serif;
}

@media (min-width: 23.4375em) {
  header[data-theme='elmundo-theme'] {
    --ue-c-main-header-logo-box-width: 9.375rem;
    --ue-c-main-header-logo-box-height: auto;
    --ue-c-main-header-logo-width: 9.375rem;
    --ue-c-main-header-logo-height: auto;
  }
}

header[data-theme='elmundo-theme'] .ue-c-main-header__logo--small {
  --ue-c-main-header-logo-box-align-items: flex-start;
}

header[data-theme='elmundo-theme'] .ue-c-main-navigation--high-contrast {
  --ue-c-main-navigation-link-padding: 0.75rem 0;
}

header[data-theme='elmundo-theme'] .ue-c-main-navigation__link-dropdown {
  --ue-c-main-navigation-link-color: #000;
  --ue-c-main-navigation-link-dropdown-active: #000;
  --ue-c-main-navigation-link-font-weight: 600;
}

@media (min-width: 46.25em) {
  header[data-theme='elmundo-theme'] {
    --ue-c-search-icon: #000;
    --ue-l-main-header-top-height: 42px;
    --ue-l-main-header-bottom-height: 42px;
    --ue-c-main-header-logo-box-width: 10.625rem;
    --ue-c-main-header-logo-width: 9.375rem;
    --ue-c-main-header-logo-box-align-items: left;
    --ue-c-main-navigation-dropdown-border: 0;
    --ue-c-main-header-breadcrumb-margin: 0.4rem 0;
    --ue-c-main-header-more-icon: #000;
    --ue-c-main-navigation-link-current-background: #fff;
    --ue-c-main-navigation-link-current-color: #000;
    --ue-c-main-navigation-link-current-border-radius: 3px;
    --ue-c-main-header-tools-width: 15.625rem;
  }

  header[data-theme='elmundo-theme'] .ue-c-main-navigation__link-dropdown {
    --ue-c-main-navigation-link-font-weight: normal;
    --ue-c-main-navigation-highlight-font-weight: 600;
    --ue-c-main-navigation-link-dropdown-hover-line: transparent;
    padding: 0 0.5rem;
  }

  header[data-theme='elmundo-theme'] .ue-l-main-header--column-center {
    --ue-l-main-header-top-height: 36px;
    --ue-c-main-header-logo-box-width: 240px;
    --ue-c-main-header-logo-box-height: 70px;
    --ue-c-main-header-logo-width: 240px;
    --ue-c-main-header-logo-height: auto;
  }

  header[data-theme='elmundo-theme'] .ue-l-main-header--column-center .ue-c-main-navigation__link-dropdown {
    --ue-c-main-navigation-link-padding: 0 1rem;
  }
}

@supports (scroll-snap-type: x mandatory) {}

@supports (scroll-snap-align: end) {}

@-moz-document url-prefix() {}

@media (max-width: 650px) {
  .footer-social-networks {
    display: none;
  }

  .datosdecontacto {
    display: none;
  }
}

@media (max-width: 450px) {
  .icon-thetrustproject_b {
    display: none !important;
  }

  .customers {
    display: none;
  }
}

@media (max-width: 900px) {

  #js-firstLevel li:nth-last-child(1),
  #js-firstLevel li:nth-last-child(2) {
    visibility: hidden;
  }
}

@media (max-width: 500px) {
  .ue-c-main-header__date-time {
    display: none;
  }
}

header {
  overflow: hidden;
}

.comments__kma>div {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.comment-add {
  margin: 15px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.comment-hide {
  -webkit-transform: translateY(calc(-100% - 15px));
          transform: translateY(calc(-100% - 15px));
}

.comment-write {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-write img {
  margin-right: 20px;
}

.comments__kma {
  overflow: hidden
}

.loading {
  font-style: italic;
}

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

.loading:after {
  content: '.';
  -webkit-animation: loading 1s ease alternate infinite;
          animation: loading 1s ease alternate infinite;
}

@-webkit-keyframes loading {
  60% {
    text-shadow: 0.35em 0 0 currentColor;
  }

  100% {
    text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
  }
}

@keyframes loading {
  60% {
    text-shadow: 0.35em 0 0 currentColor;
  }

  100% {
    text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
  }
}

@-webkit-keyframes race {
  0% {
    -webkit-transform: skew(0, -3deg);
            transform: skew(0, -3deg);
  }

  25% {
    -webkit-transform: skew(0, 3deg);
            transform: skew(0, 3deg);
  }

  50% {
    -webkit-transform: skew(0, -3deg);
            transform: skew(0, -3deg);
  }

  75% {
    -webkit-transform: skew(0, 3deg);
            transform: skew(0, 3deg);
  }

  100% {
    -webkit-transform: skew(0, );
            transform: skew(0, );
  }
}

@keyframes race {
  0% {
    -webkit-transform: skew(0, -3deg);
            transform: skew(0, -3deg);
  }

  25% {
    -webkit-transform: skew(0, 3deg);
            transform: skew(0, 3deg);
  }

  50% {
    -webkit-transform: skew(0, -3deg);
            transform: skew(0, -3deg);
  }

  75% {
    -webkit-transform: skew(0, 3deg);
            transform: skew(0, 3deg);
  }

  100% {
    -webkit-transform: skew(0, );
            transform: skew(0, );
  }
}

@media(max-width: 1100px) {
  .base {
    padding-top: 20px;
  }

  .container-toggle {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

@media(max-width: 700px) {
  .order_form {
    padding: 10px 5px;
  }

  .order_block img {
    margin-top: 0 !important;
  }
}