html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  cursor: pointer;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "Noto Sans", sans-serif;
}

h1 {
  font-size: 28px;
  line-height: 1.2;
}

p {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-family: sans-serif;
  line-height: 1.3;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all {
  ::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
  }

  *,
  ::after,
  ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  ul[class] {
    padding: 0;
    list-style: none;
  }

  ul[class] {
    margin: 0;
  }

  a:not([class]) {
    text-decoration-skip-ink: auto;
  }

  img {
    max-width: 100%;
    display: block;
  }

  button,
  input {
    font: inherit;
  }

  @media (prefers-reduced-motion: reduce) {
    * {
      -webkit-animation-duration: 0s !important;
      animation-duration: 0s !important;
      -webkit-animation-iteration-count: 1 !important;
      animation-iteration-count: 1 !important;
      -webkit-transition-duration: 0s !important;
      transition-duration: 0s !important;
      scroll-behavior: auto !important;
    }
  }

  .border-radius {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .container {
    padding: 0 20px;
  }

  @media only screen and (min-width: 1160px) {
    .container {
      width: 1200px !important;
    }

    form {
      max-width: 80%;
    }
  }

  form {
    width: 100%;
    font-size: 1rem;
  }

  @media only screen and (min-width: 1160px) {
    .mobileOnly {
      display: none;
    }
  }

  .container {
    display: table;
    margin: auto;
    width: 100%;
    max-width: 1160px;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  a {
    color: #333;
    text-decoration: none;
  }

  a,
  a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .pulse {
    height: 16px;
    max-height: 20px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  header.canal {
    position: relative;
    z-index: 21;
    font-family: "Encode Sans";
  }

  header.canal .headerTop {
    background: #420184;
  }

  header.canal .headerTop .container {
    position: relative;
    padding: 15px 10px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media only screen and (min-width: 1160px) {
    header.canal .headerTop .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 20px 0 0;
    }
  }

  @media only screen and (min-width: 481px) and (max-width: 1159px) {
    header.canal .headerTop .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 20px 10px;
    }

    header.canal .headerTop .container button#mobileMenu {
      display: none;
    }
  }

  header.canal .headerTop .container button#mobileMenu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    text-align: left;
    background: 0 0;
    border: none;
    outline: 0;
  }

  header.canal .headerTop .container button#mobileMenu i {
    font-size: 1.8rem;
  }

  @media only screen and (min-width: 1160px) {
    header.canal .headerTop .container button#mobileMenu {
      display: none;
    }
  }

  header.canal .headerTop .container a.live {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4a720 !important;
    border-radius: 4px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 8px 12px;
    margin: 0;
    text-transform: uppercase;
    float: right;
  }

  @media only screen and (min-width: 768px) and (max-width: 1159px) {
    header.canal .headerTop .container a.live {
      position: absolute;
      right: 40px;
      top: 25px;
    }
  }

  @media only screen and (min-width: 1160px) {
    header.canal .headerTop .container a.live {
      font-size: 1.2rem;
      margin: 16px 0 10px;
    }

    header.canal .headerTop .container a.live span {
      padding: 0 0 0 5px;
    }
  }

  @media only screen and (min-width: 481px) and (max-width: 1159px) {
    header.canal .headerTop .container a.live {
      font-size: 1.2rem;
      margin: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    header.canal .headerTop .container a.live img {
      margin: 0 4px 0 0;
      max-height: 10px;
    }
  }

  header.canal .headerTop .container a.live:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  header.canal .headerTop .container a.live.mobileOnly {
    outline: 0;
  }

  header.canal .headerTop .container .col.left {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  header.canal .headerTop .container .col.left a.logo {
    margin: 0 20px 0 0;
  }

  header.canal .headerTop .container .col.left a.logo img {
    height: 35px;
  }

  header.canal .headerTop .container .col.left a.logo:hover {
    opacity: 0.7;
  }

  header.canal .headerTop .container .col.left nav {
    display: none;
  }

  @media only screen and (min-width: 481px) and (max-width: 1159px) {
    header.canal .headerTop .container .col.left nav {
      display: block;
    }
  }

  @media only screen and (min-width: 1160px) {
    header.canal .headerTop .container .col.left {
      padding: 0 0 15px;
    }

    header.canal .headerTop .container .col.left a.logo img {
      height: 73px;
    }

    header.canal .headerTop .container .col.left nav {
      display: block;
    }
  }

  header.canal .headerTop .container .col.left nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header.canal .headerTop .container .col.left nav ul li {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 25px 0 0;
  }

  @media only screen and (min-width: 481px) and (max-width: 1159px) {
    header.canal .headerTop .container .col.left nav ul li {
      font-size: 1rem;
    }
  }

  header.canal .headerTop .container .col.left nav ul li a {
    color: #fff;
    border-bottom: 2px solid transparent;
  }

  header.canal .headerTop .container .col.left nav ul li a:hover {
    border-bottom: 2px solid #fff;
  }

  header.canal .headerTop .container .col.left nav ul li.noticias {
    color: #e60a00;
  }

  header.canal .headerTop .container .col.left nav ul li.noticias a:hover {
    border-bottom: 2px solid #e60a00;
  }

  header.canal .headerTop .container .col.left nav ul li.deportes {
    color: #63d03c;
  }

  header.canal .headerTop .container .col.left nav ul li.deportes a:hover {
    border-bottom: 2px solid #63d03c;
  }

  header.canal .headerTop .container .col.left nav ul li.espectaculos {
    color: #f7991d;
  }

  header.canal .headerTop .container .col.left nav ul li.espectaculos a:hover {
    border-bottom: 2px solid #f7991d;
  }

  header.canal .headerTop .container .col.left nav ul li.tendencias a:hover {
    border-bottom: 2px solid #fbde11;
  }

  header.canal .headerTop .container .col.right .row {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px;
  }

  @media only screen and (min-width: 1160px) {
    header.canal .headerTop .container .col.right .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }

  header.canal .headerTop .container .col.right .row .social a {
    background-color: #fff;
    border-radius: 6px;
    color: #420184;
    font-size: 1.2rem;
    margin: 0 0 0 10px;
    padding: 3px 6px 2px;
  }

  header.canal .headerTop .container .col.right .row .social a:hover {
    opacity: 0.8;
  }

  header.canal .headerTop .container .col.right .row .search {
    margin: 0 20px;
  }

  header.canal .headerTop .container .col.right .row .search button {
    background-color: #fff;
    border-radius: 6px;
    color: #420184;
    font-size: 1.2rem;
    padding: 4px 6px 3px;
    border: none;
    outline: 0;
  }

  header.canal .headerTop .container .col.right .row .search button:hover {
    opacity: 0.6;
  }

  header.canal .headerBottom {
    position: relative;
    background: #609;
    border-top: 2px solid #d000ff;
    display: none;
    font-size: 1rem;
  }

  @media only screen and (min-width: 1160px) {
    header.canal .headerBottom {
      display: block;
    }
  }

  @media only screen and (min-width: 481px) and (max-width: 1159px) {
    header.canal .headerBottom {
      display: block;
    }
  }

  header.canal .headerBottom .container {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media only screen and (min-width: 481px) and (max-width: 1159px) {
    header.canal .headerBottom .container {
      padding: 12px 10px;
    }
  }

  header.canal .headerBottom .container .col.left nav ul li {
    position: relative;
  }

  header.canal .headerBottom .container .col.left nav ul li a {
    background-color: #420184;
  }

  header.canal .headerBottom .container .col.left nav ul li a:hover {
    outline: 0;
  }

  header.canal .headerBottom .container .col.left nav ul li ul.menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #609;
    min-width: 200%;
    padding: 0;
    z-index: 9999;
  }

  header.canal .headerBottom .container .col.left nav ul li ul.menu li {
    border-bottom: 1px solid #d9f;
  }

  header.canal .headerBottom .container .col.left nav ul li ul.menu li a {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    background: #609;
  }

  header.canal .headerBottom .container .col.left nav ul li ul.menu li a:hover {
    background: #80c;
  }

  header.canal .headerBottom .container .col.left nav ul li:hover ul.menu {
    display: block;
  }

  header.canal .headerBottom .container .col.left a.programas {
    color: #fff;
    font-weight: 700;
    padding: 17px 8px 6px;
    background-color: #609;
  }

  header.canal .headerBottom .container .col.left a.programas:hover {
    background: #406;
  }

  header.canal .headerBottom .container .col.right,
  header.canal .headerBottom .container .col.right .programas-feat ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header.canal .headerBottom .container .col.right .programas-feat ul li {
    margin: 0 0 0 8px;
  }

  header.canal .headerBottom .container .col.right .programas-feat ul li a {
    padding: 4px 12px;
    font-weight: 600;
    background-color: #609;
    color: #fff;
  }

  header.canal
    .headerBottom
    .container
    .col.right
    .programas-feat
    ul
    li
    a:hover {
    background-color: #406;
  }

  header.canal .headerBottom .container .col.right .albavision-network {
    margin: 0 0 0 10px;
  }

  @media only screen and (min-width: 481px) and (max-width: 1159px) {
    header.canal .headerBottom .container .col.right .albavision-network {
      display: none;
    }
  }

  header.canal .headerBottom .container .col.right .albavision-network ul li {
    font-weight: 600;
    color: #fff;
    position: relative;
  }

  header.canal
    .headerBottom
    .container
    .col.right
    .albavision-network
    ul
    li
    > a {
    background: #420184;
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px 0;
  }

  header.canal
    .headerBottom
    .container
    .col.right
    .albavision-network
    ul
    li
    > a:hover {
    opacity: 0.8;
  }

  header.canal section.search-block {
    display: none;
    position: absolute;
    z-index: 90;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #a0f;
    padding: 0;
  }

  header.canal section.search-block .container {
    margin: 15px auto;
    position: relative;
  }

  header.canal section.search-block .container form {
    width: 100%;
    display: grid;
    grid-template-columns: 8fr 1fr;
    grid-gap: 20px;
    font-size: 1rem;
  }

  header.canal section.search-block .container form input {
    width: 100%;
    height: 100%;
    padding: 5px;
  }

  header.canal section.search-block .container form button {
    background: #d000ff;
    color: #fff;
    border: none;
    height: 100%;
  }

  header.canal section.search-block .container form button:hover {
    background: #a600cc;
    cursor: pointer;
  }

  header.canal section.search-block .container a.close {
    display: none;
  }

  @media only screen and (min-width: 1160px) {
    header.canal section.search-block .container a.close {
      display: block;
      position: absolute;
      right: -50px;
    }
  }

  section.mobileNav {
    background: #420184;
    border-top: 1px solid #0fa9ca;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    -webkit-box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.5);
    z-index: 5;
  }

  section.mobileNav form.search {
    padding: 8px 10px;
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-gap: 4px;
    font-size: 1.2rem;
  }

  section.mobileNav form.search input {
    width: 100%;
    border: 1px solid #0fa9ca;
    background: #609;
    color: #fff;
    outline: 0;
  }

  section.mobileNav form.search button {
    width: 100%;
    border: none;
    background: 0 0;
    color: #fff;
    outline: 0;
  }

  section.mobileNav form.search button,
  section.mobileNav form.search input {
    padding: 8px 4px;
  }

  section.mobileNav a.close {
    display: none;
  }

  section.mobileNav ul.menu {
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
  }

  section.mobileNav ul.menu li {
    display: block;
    width: 100%;
  }

  section.mobileNav ul.menu li a {
    padding: 10px;
    color: #fff;
    display: block;
  }

  section.mobileNav .social {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.mobileNav .social {
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
  }

  section.mobileNav .social a {
    font-size: 1.4rem;
    display: table;
    background: #fff;
    border-radius: 4px;
    color: #609;
    padding: 8px;
    margin: 0 10px 0 0;
  }

  body.actualidad .headerBottom {
    background: #e60a00;
    border-top-color: #ff625b;
  }

  body.actualidad .headerBottom .albavision-network ul li a,
  body.actualidad .headerBottom a.programas {
    background-color: #b91811 !important;
  }

  body.actualidad .headerBottom .albavision-network ul li a:hover,
  body.actualidad .headerBottom a.programas:hover {
    background-color: #8a120d !important;
  }
}

@media all {
  .fab,
  .far,
  .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .fa-bars:before {
    content: "\f0c9";
  }

  .fa-facebook:before {
    content: "\f09a";
  }

  .fa-instagram:before {
    content: "\f16d";
  }

  .fa-search:before {
    content: "\f002";
  }

  .fa-times-circle:before {
    content: "\f057";
  }

  .fa-twitter:before {
    content: "\f099";
  }

  .fa-youtube:before {
    content: "\f167";
  }

  .fab {
    font-family: "Font Awesome 5 Brands";
  }

  .far {
    font-weight: 400;
  }

  .far,
  .fas {
    font-family: "Font Awesome 5 Free";
  }

  .fas {
    font-weight: 900;
  }
}

header.canal {
  z-index: 21;
}

@-webkit-keyframes pulse {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot#iefix") format("embedded-opentype"),
    url("../fonts/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fa-brands-400.woff") format("woff"),
    url("../fonts/fa-brands-400.ttf") format("truetype"),
    url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot#iefix") format("embedded-opentype"),
    url("../fonts/fa-regular-400.woff2") format("woff2"),
    url("../fonts/fa-regular-400.woff") format("woff"),
    url("../fonts/fa-regular-400.ttf") format("truetype"),
    url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot#iefix") format("embedded-opentype"),
    url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype"),
    url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa-search:before {
  content: "\f002";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-instagram:before {
  content: "\f16d";
}

h1 {
  margin-bottom: 0 !important;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1130px;
  margin: 0 auto;
  width: 100% !important;
}

.order__form {
  max-width: 390px;
  margin: 0 auto;
}

.order__form-row {
  margin-bottom: 1em;
}

.order__form-row input,
.order__form-row select,
.order__form-row textarea {
  display: block;
  padding: 0 10px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  border: 3px solid #569325;
}

.wheel_input {
  transition: all 0.3s ease-out;
  text-align: left !important;
}

.order__form-row input,
.order__form-row select,
.order__form-row textarea {
  display: block;
  padding: 0 10px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
}

.order__form-row select {
  width: 100%;
}

.order__form-row input,
.order__form-row select,
.order__form-row textarea {
  display: block;
  padding: 0 10px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
}

input,
textarea {
  width: 100%;
}

input {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

input,
select,
button,
button > *,
a > * {
  display: inline-block;
  vertical-align: baseline;
}

a,
input,
button,
textarea,
optgroup,
select,
fieldset,
figure,
legend {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 1em;
  color: #fff;
  padding: 0.5em 1em;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #bf0909;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.btn--submit {
  background-color: #569325;
  display: block;
  margin: 0 auto;
  color: white;
  font-size: 1.1em;
}

.btn--submit:hover {
  background-color: #82ae30;
}

::-moz-focus-outer,
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.wheel_input:focus {
  border-color: #f7c600;
  box-shadow: 0 15px 15px 0 #f7c600;
}

.product {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.terms {
  text-align: center;
  font-size: 16px !important;
}

.order__info {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.comments__title {
  margin: 20px 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: rgb(220, 6, 106);
}

.comments__list {
  margin-bottom: 2em;
}

.comments__item {
  position: relative;
  margin-bottom: 20px;
}

.comments__item.visible {
  padding: 0.5em;
  margin: -0.5em -0.5em 1em -0.5em;
  opacity: 0;
  background-color: #fff;
  -webkit-animation: load 3s ease-in-out 1.5s forwards;
  animation: load 3s ease-in-out 1.5s forwards;
}

.comments__item.load {
  max-height: 0;
  overflow: hidden;
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
    max-height: 0;
    background-color: #fff;
  }

  50% {
    opacity: 0.8;
    max-height: 350px;
    background-color: lightblue;
  }

  100% {
    opacity: 1;
    max-height: 350px;
    background-color: #fff;
  }
}

@keyframes load {
  0% {
    opacity: 0;
    max-height: 0;
    background-color: #fff;
  }

  50% {
    opacity: 0.8;
    max-height: 350px;
    background-color: lightblue;
  }

  100% {
    opacity: 1;
    max-height: 350px;
    background-color: #fff;
  }
}

.comments__avatar {
  height: 67px;
  width: 68px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #838383;
  float: left;
}

.comments__avatar img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 500px) {
  .comments__avatar {
    height: 60px;
    width: 60px;
  }
}

.comments__body {
  padding-left: 82px;
}

.comments__body img {
  max-width: 45%;
  margin-right: 20px;
}

.comments__body img:last-of-type,
.comments__body img:only-of-type {
  margin-right: 0;
}

@media (max-width: 500px) {
  .comments__body {
    padding-left: 70px;
    margin-bottom: 3%;
  }

  .comments__body img {
    max-width: 98%;
    margin: 10px auto;
  }
}

.comments__info {
  margin-bottom: 15px;
  font-size: 18px;
}

.comments__name {
  font-weight: bold;
  color: rgb(220, 6, 106);
}

.comments__date {
  margin-left: 0.5em;
  font-size: 0.8em;
  color: darkgray;
}

html {
  width: 100%;
}

@media screen and (max-width: 451px) {
  .order__form {
    width: 90%;
  }

  .order__form-row input,
  .order__form-row select,
  .order__form-row textarea {
    width: 100%;
    max-width: 245px !important;
  }
}

.comments__avatar img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 500px) {
  .comments__avatar {
    height: 60px;
    width: 60px;
  }
}

.comments {
  max-width: 900px;
  margin: 0 auto;
}

.line {
  border-bottom: 1px solid rgb(220, 6, 106);
  margin-top: 25px;
  border-bottom: 2px solid rgb(220, 6, 106);
}

.img {
  width: 500px;
}

h1 {
  text-align: -webkit-center;
}

@media screen and (max-width: 598px) {
  .img {
    width: 300px;
  }
}

.author {
  margin: 0 auto;
}

a {
  color: #83ae30;
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  .comments__item {
    margin-bottom: 0;
  }
}

.cert {
  width: 500px;
}

@media screen and (max-width: 598px) {
  .cert {
    width: 100%;
  }
}

.reply {
  color: rgb(220, 6, 106);
  display: block;
  font-weight: bolder;
  text-align: right;
}

.like,
.dislike {
  width: 50px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.like {
  margin-left: 8px;
}

.feedback {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.like span {
  color: rgb(220, 6, 106);
  font-weight: 900;
}

.dislike span {
  color: rgb(220, 6, 106);
  font-weight: 900;
}

.like {
  margin-right: 10px;
}

@media (max-width: 500px) {
  .dislike {
    margin-left: 4px !important;
  }

  .container-button {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    padding-top: 20px !important;
  }

  .comments__body img {
    max-width: 48%;
    margin: 10px auto;
  }

  h1 {
    font-size: 20px;
    line-height: 1.2 !important;
  }

  h2 {
    font-size: 21px;
  }

  p {
    font-size: 18px;
  }

  .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .corr::before,
  .stud::before,
  .doc::before {
    width: 50px;
    height: 50px;
  }

  .stud::before,
  .doc::before {
    top: 25px !important;
  }

  div.corr p,
  div.stud p,
  div.doc p {
    padding-top: 0 !important;
  }

  .title-form {
    font-size: 27px !important;
  }

  .comments__item {
    padding-top: 20px !important;
  }

  .comments__body {
    padding-bottom: 0 !important;
  }

  .live {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}

.like,
.dislike {
  align-items: center;
}

.main_wrapper {
  display: flex;
}

.comments__text p {
  margin-bottom: 10px;
  margin-top: 15px;
}

#commentForm {
  -webkit-text-size-adjust: 100%;
  font: 16px/1 sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.375;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  box-sizing: inherit;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: start;
  background-color: transparent;
  padding: 10px;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.file {
  -webkit-text-size-adjust: 100%;
  font: 16px/1 sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.375;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: snow;
  box-sizing: inherit;
  width: 100%;
  max-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#commentForm label {
  color: #fff;
  cursor: pointer;
}

#commentForm input,
#commentForm textarea {
  width: 100%;
  max-width: 100% !important;
  padding: 12px 20px;
  text-indent: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f8f8f8;
  resize: none;
}

#commentForm input,
#commentForm textarea {
  width: 100%;
  max-width: 100% !important;
  padding: 12px 20px;
  text-indent: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f8f8f8;
  resize: none;
}

#commentForm input,
#commentForm textarea {
  width: 100%;
  max-width: 100% !important;
  padding: 12px 20px;
  text-indent: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f8f8f8;
  resize: none;
}

#commentPushBlock {
  font-family: "Encode Sans Semi Condensed", "Roboto Condensed", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: black;
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

button img {
  width: 25px;
}

.comments__body {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.old_price,
.new_price {
  font-size: 2em;
}

.old_price {
  color: #000;
  text-decoration: line-through;
}

.new_price {
  color: #569325;
  font-weight: bold;
}

.main_pic {
  max-width: 814px;
  display: block;
  margin: 0 auto;
  width: 100%;
  cursor: default;
}

.note__img {
  display: block;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.main_pic img {
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.live {
  width: 400px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ml {
  margin-left: 5px;
}

@media screen and (max-width: 624px) {
  img.live {
    max-width: 100%;
  }
}

.search img {
  max-width: 100%;
}

header {
  background-color: rgb(18, 18, 18);
}

blockquote {
  color: #000;
  font-weight: bold;
  cursor: default;
}

a {
  color: rgb(220, 6, 106);
}

.stud::before,
.doc::before {
  top: 30px !important;
}

.comments {
  padding-left: 10px;
  padding-right: 0;
}

.order__form-row input,
.order__form-row select,
.order__form-row textarea {
  width: 100%;
  max-width: 365px;
}

a {
  font-weight: bold;
}

.ramka {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 12px;

  box-shadow: -1px 4px 23px 4px rgba(0, 0, 0, 0.27);
  background: rgb(237, 237, 237);
}

.price {
  display: flex;
  justify-content: center;
  margin: 0 auto !important;
  max-width: 400px;
}

.price__item {
  text-align: center;
  display: block;
}

.price__old {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 10px;
}

.price span {
  font-size: 22px;
}

.price__item-title.new {
  margin-bottom: 11px;
}

.price__old .price__item-title {
  text-align: right !important;
}

.price__item-content.new {
  color: red;
  font-weight: 700;
  font-size: 30px;
}

.price__item-title.new {
  margin-bottom: 11px;
}

.price__item-content.new span {
  font-size: 30px;
}

.price__item-title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 7px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.price__new {
  padding-left: 10px;
}

.x_currency {
  padding-left: 5px;
}

.price__item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin: 0 !important;
}

@media screen and (max-width: 553px) {
  .ramka {
    width: 327px;
  }

  .order__form-row input,
  .order__form-row select,
  .order__form-row textarea {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 418px) {
  .ramka {
    width: 275px;
  }
}

@media screen and (max-width: 637px) {
  .doc {
    width: 100%;
  }
}

.important {
  color: #ff3406;
}

.corr {
  color: white;
  background: #dc256a;
}

div.corr {
  position: relative;
}

div.corr p {
  padding: 10px 12px 9px 73px;
  min-height: 53px;
}

.corr::before {
  background-image: url(../img/corr_1.jpg);
}

.corr::before {
  position: absolute;
  content: "";
  background-size: 60px;
  border-radius: 50px;
  left: 5px;
  top: 10px;
  width: 60px;
  height: 60px;
}

.corr::before {
  background-image: url(../img/corr_1.jpg);
}

.corr::before,
.stud::before,
.doc::before {
  position: absolute;
  content: "";
  background-size: 60px;
  border-radius: 50px;
  left: 5px;
  top: 10px;
  width: 60px;
  height: 60px;
}

.corr::before {
  background-image: url(../img/corr_1.jpg);
}

.corr::before,
.stud::before,
.doc::before {
  position: absolute;
  content: "";
  background-size: 60px;
  border-radius: 50px;
  left: 5px;
  top: 10px;
  width: 60px;
  height: 60px;
}

.corr::before {
  background-image: url(../img/corr_1.jpg);
}

div.corr p,
div.stud p,
div.doc p {
  padding: 0px 15px 0 75px;
}

.stud::before {
  background-image: url(../img/stud_1.png);
}

.corr::before,
.stud::before,
.doc::before {
  position: absolute;
  content: "";
  background-size: 60px;
  border-radius: 50px;
  left: 5px;
  top: 10px;
  width: 60px;
  height: 60px;
}

.stud::before {
  background-image: url(../img/stud_1.png);
}

.stud::before {
  background-image: url(../img/stud_1.png);
}

.stud::before {
  background-image: url(../img/stud_1.png);
}

.stud::before,
.doc::before {
  position: absolute;
  content: "";
  background-size: 60px;
  border-radius: 50px;
  left: 5px;
  top: 10px;
  width: 60px;
  height: 60px;
}

.stud::before {
  background-image: url(../img/stud_1.png);
}

.p3 {
  margin-bottom: 20px;
}

.corr {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.corr::before,
.stud::before,
.doc::before {
  position: absolute;
  content: "";
  background-size: 60px;
  border-radius: 50px;
  left: 5px;
  top: 12px;
  width: 60px;
  height: 60px;
}

.stud::before,
.doc::before {
  top: 8px;
}

.stud {
  position: relative;
}

.doc::before {
  background-image: url(../img/stud_1.png);
}

.corr::before,
.stud::before,
.doc::before {
  position: absolute;
  content: "";
  background-size: 60px;
  border-radius: 50px;
  left: 5px;
  top: 10px;
  width: 60px;
  height: 60px;
}

.doc {
  position: relative;
}

.time {
  font-size: 20px;
  font-weight: bold;
  color: red;
}

.time_tile {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1170px) {
  .search {
    display: none;
  }
}

footer {
  background: rgb(18, 18, 18);
}

.footer__menu {
  display: flex;
  color: rgb(239, 239, 239);
  list-style: none;
  text-transform: uppercase;
  font-weight: 300;
  opacity: 0.5;
  justify-content: space-around;
  white-space: nowrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.footer__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.footer__menu__item {
  padding: 10px;
}

.footer__menu__item {
  color: white !important;
  font-weight: 200 !important;
}

.footer_title span {
  text-transform: uppercase;
  color: rgb(239, 239, 239);
  opacity: 0.5;
  line-height: 25px;
}

.footer__bottom__menu {
  display: flex;
  align-items: center;
  width: 55%;
  margin: 0 auto;
  text-align: center;
  margin-top: 33px;
  padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .footer__bottom__menu {
    flex-direction: column;
  }
}

#time {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.container-button {
  margin: 0 auto;
  padding: 0 15px;
}

.feedback-show {
  font-size: 16px !important;
  border: none !important;
  background: #dcdcdc !important;
  transition: all 0.5s;
}

.feedback-show:hover {
  background: #ccc !important;
}

.feedback-wrap {
  display: none;
}

.ev-answer--hidden {
  display: none;
}

.ev-answer__avatar {
  width: 50px;
  height: 50px;
  max-width: none;
}

.ev-answer__img {
  display: block;
  width: 100% !important;
  max-width: 400px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ev-answer__comment,
.ev-answer__name,
.ev-answer__town {
  word-break: break-all;
}

.ev-answer__comment {
  display: block;
}

.ev-feedback {
  font-family: sans-serif;
}

.ev-feedback__title {
  color: #333;
}

.ev-feedback__field {
  color: #333;
  border: 1px solid #333;
}

.ev-feedback__field--comment::-webkit-scrollbar {
  width: 5px;
  background: 0 0;
}

.ev-feedback__field--comment::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #333;
  opacity: 0.5;
}

.ev-feedback__file {
  color: #a9c8e0 !important;
  border: 1px solid #a9c8e0;
}

.ev-feedback__file:hover {
  color: #fff !important;
  background: #a9c8e0;
}

.ev-feedback__file--loaded {
  color: #fff !important;
  background: #fff
    linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02)
    0 0;
  border-color: #57cf02;
}

.ev-feedback__file--loaded:hover {
  color: #fff;
  background: #57cf02;
}

.ev-feedback__file--error {
  background: #fff
    linear-gradient(to left, transparent, transparent 50%, red 50%, red) 0 0;
  color: #fff;
  border-color: red;
}

.ev-feedback__file--error:hover {
  color: #fff;
  background: red;
  border-color: red;
}

.ev-feedback__btn {
  color: #fff !important;
  border: none;
  background: #a9c8e0 !important;
}

.ev-feedback__btn:hover {
  background: #4077a1 !important;
}

.ev-modal {
  background: rgba(0, 0, 0, 0.5);
}

.ev-modal__wrapper {
  background: #fff;
  border-radius: 8px;
}

.ev-modal__close::after,
.ev-modal__close::before {
  background: #474646;
}

.ev-modal__close:hover::after,
.ev-modal__close:hover::before {
  background-color: #a9c8e0;
}

.ev-modal__subtitle,
.ev-modal__title {
  color: #333;
}

.ev-modal__btn {
  color: #fff;
  background: #a9c8e0 !important;
  border: none;
  border-radius: 5px;
}

.ev-modal__btn:hover {
  background: #4077a1 !important;
}

@keyframes fileLoaded {
  0% {
    background: #fff
      linear-gradient(
        to left,
        transparent,
        transparent 50%,
        #57cf02 50%,
        #57cf02
      )
      100% 0;
    background-size: 200% 100%;
  }

  100% {
    background-position: 0 0;
    color: #fff;
  }
}

@keyframes fileError {
  0% {
    background: #fff
      linear-gradient(to left, transparent, transparent 50%, red 50%, red) 100%
      0;
    background-size: 200% 100%;
  }

  100% {
    background-position: 0 0;
    color: #fff;
  }
}

.ev-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
}

.ev-feedback__title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  align-self: flex-start;
  margin: 0 0 15px 0;
}

.ev-feedback__section {
  display: flex;
  width: 100%;
}

.ev-feedback__section--data {
  margin-bottom: 15px;
}

.ev-feedback__profile {
  position: relative;
  width: calc(100% / 3);
}

.ev-feedback__profile:not(:last-of-type) {
  margin: 0 15px 0 0;
}

.ev-feedback__comment {
  position: relative;
  width: 100%;
  margin: 0 0 15px 0;
}

.ev-feedback__field {
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  resize: none;
  transition: all 0.25s ease-in-out;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.ev-feedback__field--comment {
  min-height: 80px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
}

.ev-feedback__file {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: calc(100% / 3);
  padding: 10px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  margin-right: 15px;
}

.ev-feedback__file--loaded {
  background-size: 200% 100%;
  animation: fileLoaded 0.5s ease-in;
}

.ev-feedback__file--loaded:hover {
  transition: none;
}

.ev-feedback__file--error {
  background-size: 200% 100%;
  animation: fileError 0.5s ease-in;
}

.ev-feedback__file--error:hover {
  transition: none;
}

.ev-feedback__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.ev-feedback__chooser {
  display: none;
}

.ev-feedback__btn {
  display: block;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s ease-in;
  max-width: 100%;
  width: calc(100% / 3);
  padding: 13px;
}

.ev-feedback__section--two .ev-feedback__profile {
  width: 50%;
}

.ev-feedback__section--one .ev-feedback__profile {
  width: 80%;
}

.ev-feedback__section--one .ev-feedback__file {
  width: 80%;
}

.ev-feedback__section--full .ev-feedback__file {
  width: 100%;
}

.ev-feedback--structure .ev-feedback__title {
  order: -1;
}

.ev-feedback--structure .ev-feedback__section {
  order: -1;
  margin-bottom: 15px;
}

.ev-feedback--structure .ev-feedback__comment {
  margin-bottom: 30px;
}

.ev-modal {
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.ev-modal--active {
  display: flex;
}

.ev-modal__wrapper {
  position: relative;
  cursor: auto;
  padding: 40px 30px 30px;
  margin: 0 20px;
}

.ev-modal__close {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ev-modal__close::after,
.ev-modal__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 2px;
  transition: background-color 0.3s ease-in-out;
}

.ev-modal__close::before {
  transform-origin: left;
  transform: rotate(45deg);
  left: 2px;
}

.ev-modal__close::after {
  transform-origin: right;
  transform: rotate(-45deg);
  right: 4px;
}

.ev-modal__title {
  font-size: 22px;
  text-align: center;
  margin: 0 0 10px 0;
}

.ev-modal__subtitle {
  text-align: center;
  margin-bottom: 20px !important;
}

.ev-modal__btn {
  display: block;
  font-size: 18px !important;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 130px;
  width: 100%;
  word-break: break-all;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 639px) {
  .ev-feedback__title {
    font-size: 21px;
  }

  .ev-feedback--structure .ev-feedback__comment {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .ev-feedback__title {
    text-align: center;
    align-self: center;
  }

  .ev-feedback__section--data,
  .ev-feedback__section--files {
    flex-direction: column;
  }

  .ev-feedback__section--data {
    margin-bottom: 10px;
  }

  .ev-feedback__profile {
    width: 100%;
  }

  .ev-feedback__profile:not(:last-of-type) {
    margin: 0 0 10px 0;
  }

  .ev-feedback__file {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .ev-feedback__btn {
    width: 100%;
  }

  .ev-feedback__file:not(:last-of-type) {
    margin: 0 0 10px 0;
  }

  .ev-feedback__comment {
    margin-bottom: 10px;
  }

  .ev-feedback__section--two {
    flex-direction: column;
  }

  .ev-feedback__section--two .ev-feedback__profile {
    width: 100%;
  }

  .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
    margin: 0 0 10px 0;
  }

  .ev-feedback__section--one .ev-feedback__profile {
    width: 100%;
  }

  .ev-feedback__section--one .ev-feedback__file {
    width: 100%;
  }

  .ev-modal__wrapper {
    padding: 30px 20px 20px;
  }

  .ramka {
    width: 250px;
  }
}

.ev-input-error {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  background: #fff;
  border: 1px solid #a9c8e0;
  padding: 5px;
}

.ev-input-error::before {
  content: "";
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #a9c8e0;
  border-right: 1px solid #a9c8e0;
  transform: rotate(-45deg);
}

.ev-input-error--hidden {
  display: none;
}

.red {
  color: red;
}

.feedback-show {
  font-size: 16px !important;
  border: none !important;
  background: #dcdcdc !important;
  transition: all 0.5s;
  padding: 15px;
  cursor: pointer;
}

.live {
  width: 100% !important;
  max-width: 250px !important;
}

html,
body {
  overflow-x: hidden;
}

.headerTop {
  padding-left: 15px;
  padding-right: 15px;
}

.pulse {
  padding-right: 5px;
}

@media screen and (max-width: 1159px) {
  .main__title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid rgb(220, 6, 106);
    border-bottom: 2px solid rgb(220, 6, 106);
  }

  .stud::before,
  .doc::before {
    top: 25px;
  }

  .container {
    width: 90% !important;
  }

  .h-container {
    display: flex;
    flex-direction: row;
    width: 100% !important;
  }

  div.corr p {
    display: flex;
    align-items: center;
    padding-top: 0;
  }

  .stud::before {
    display: none;
    top: 50%;
    transform: translateY(-50%);
  }
}

.stud::before {
  display: none;
}

@media screen and (max-width: 767px) {
  header.canal .headerTop .container a.live {
    display: none;
  }

  header.canal .headerTop .container {
    justify-content: center;
  }

  .order .order__product {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  p {
    font-size: 18px;
  }
}

.ev-footer__link {
  color: #fff !important;
}

.before__pic {
  margin-bottom: 0 !important;
}

.corr {
  padding-bottom: 1px;
}

div.corr p {
  height: auto;
}

.col__left--first {
  display: flex !important;
  align-items: center !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.comments__body.last {
  border-bottom: none !important;
}

.comments__item {
  border-bottom: 1px solid #eaeaea;
}

.comments__body,
.ev-answer {
  border-bottom: none !important;
}

.fa-search:before {
  content: "\f002";
  color: #420184;
}

.old_price {
  font-size: 25px !important;
}

.pol {
  color: #fff !important;
  text-align: center;
}

.footer__wrapper {
  padding: 15px;
  text-align: center;
}

.wrap_block_more_info {
  padding: 40px 0;
  background: #1d3035;
}

.block_more_info {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  font-family: Arial, sans-serif;
  padding: 30px;
  border: 1px solid #dadada;
}

.block_more_info h1 {
  color: #1d3035;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.block_more_info ol {
  list-style: decimal;
  padding: 0 10px;
}

.block_more_info .s1 {
  font-style: italic;
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
}

.block_more_info h2 {
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0;
}

.block_more_info OL {
  counter-reset: item;
}

.block_more_info ul {
  padding-left: 20px;
}

.europe {
  counter-reset: list;
}

@media screen and (max-width: 768px) {
  .wrap_block_more_info {
    padding: 0;
  }

  .block_more_info {
    max-width: 100%;
    padding: 15px;
  }
}

@media screen and (max-width: 479px) {
  .block_more_info h1 {
    font-size: 24px;
  }

  .stud::before,
  .doc::before {
    top: 15px !important;
  }

  .list__text.last {
    margin-bottom: 15px !important;
  }
}

#mobileMenu {
  color: #fff !important;
  display: none;
}

.fa-bars {
  font-size: 30px;
}

@media screen and (max-width: 479px) {
  .comments__text p {
    margin-top: 5px !important;
  }

  .ramka {
    width: 300px;
  }

  .order__form-row input,
  .order__form-row select,
  .order__form-row textarea {
    width: 100%;
    max-width: 274px;
  }

  .new_price {
    font-size: 27px !important;
  }

  .comments {
    padding-left: 0;
  }

  .mob__margin {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  h2 {
    font-size: 19px !important;
  }

  p {
    font-size: 16px;
  }

  .container {
    padding: 0 15px !important;
  }

  .corr::before,
  .stud::before,
  .doc::before {
    position: absolute;
    content: "";
    background-size: 45px !important;
    border-radius: 50px;
    left: 5px;
    top: 10px;
    width: 45px !important;
    height: 45px !important;
  }

  div.doc p {
    padding: 10px 15px 0 60px;
  }

  .corr::before {
    top: 16px !important;
  }

  div.corr p,
  div.stud p,
  div.doc p {
    padding: 0px 15px 0 60px;
  }

  .comments__info {
    margin-bottom: 7px !important;
  }
}

@media screen and (max-width: 375px) {
  .ramka {
    width: 275px;
  }

  .order__form-row input,
  .order__form-row select,
  .order__form-row textarea {
    width: 100%;
    max-width: 200px !important;
  }
}

@media screen and (min-width: 335px) and (max-width: 375px) {
  .ramka {
    width: 275px;
  }
}

@media screen and (max-width: 334px) {
  .ramka {
    width: 250px;
  }
}

.h-auto {
  height: auto;
}

div.corr p {
  padding-top: 0;
}

.list__text {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.list__text.last {
  margin-bottom: 30px !important;
}

.doc::before {
  background-image: url(../img/stud_1.png);
}

.doc,
.stud {
  position: relative;
}

.stud::before {
  background-image: url(../img/stud_1.png);
}

.stud::before {
  background-image: url(../img/stud_1.png);
}

.stud::before {
  background-image: url(../img/stud_1.png);
}

.stud::before {
  background-image: url(../img/stud_1.png);
}

.stud::before,
.doc::before {
  position: absolute;
  content: "";
  background-size: 60px;
  border-radius: 50px;
  left: 5px;
  top: 10px;
  width: 60px;
  height: 60px;
}

.stud::before {
  background-image: url(../img/stud_1.png);
}

.stud::before {
  top: 50%;
  transform: translateY(-50%);
}

.corr::before,
.stud::before,
.doc::before {
  position: absolute;
  content: "";
  background-size: 60px;
  border-radius: 50px;
  left: 5px;
  top: 10px;
  width: 60px;
  height: 60px;
}

.doc::before,
.stud::before {
  background-image: url(../img/stud_1.png);
  top: 12px !important;
}

.stud::before {
  content: "";
  background-image: url(../img/stud_1.png);
  position: absolute;
  background-size: 60px;
  border-radius: 50px;
  left: 5px;
  top: 10px;
  width: 60px;
  height: 60px;
}

.prod__link {
  text-decoration: none;
  color: #ffa556 !important;
  white-space: nowrap;
}

.prod__link:hover {
  text-decoration: underline;
}

.wh {
  white-space: nowrap;
}

@media screen and (min-width: 1160px) {
  .doc.fix {
    margin-bottom: 37px;
    margin-top: -5px;
  }
}

.last__btn {
  max-width: 300px !important;
  margin-top: 40px;
  text-align: center;
}

header.canal .headerTop .container a.live.mobileOnly {
  outline: 0;
  font-size: 14px;
}

.ml {
  position: relative !important;
  top: -6px !important;
}

@media screen and (max-width: 1159px) {
  .doc::before,
  .stud::before {
    background-image: url(../img/stud_1.png);
    top: 20px !important;
  }
}

@media screen and (max-width: 479px) {
  .list__text.last {
    margin-bottom: 25px !important;
  }

  .time_tile {
    font-size: 20px !important;
  }

  .doc::before,
  .stud::before {
    background-image: url(../img/stud_1.png);
    top: 12px !important;
  }

  .doc {
    position: relative;
  }

  div.doc p {
    padding-left: 0;
  }

  .doc::before {
    margin: 0 10px 0 0;
    position: static;
    display: block;
    float: left;
  }

  div.corr {
    margin-bottom: 20px;
  }

  div.doc p {
    margin-top: 0;
  }

  .ramka {
    width: 90%;
  }

  .order__form-row input,
  .order__form-row select,
  .order__form-row textarea {
    max-width: 91% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .btn--submit {
    max-width: 86% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .order__form {
    width: 100%;
  }

  .order .order__product {
    max-width: 220px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .ev-feedback__btn {
    max-width: 250px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .product {
    display: block;
    margin: 0 auto;
    max-width: 220px;
  }
}

.last__btn {
  max-width: 300px !important;
  margin-top: 40px;
  text-align: center;
}

.note__footer {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.note__footer p {
  font-size: 15px !important;
  color: #fff;
}

.title-form {
  display: block;
  text-align: center;
  font-size: 22px !important;
}

.bold {
  font-weight: 700;
}

.prod__link {
  white-space: nowrap;
}

.zacherk {
  text-decoration: line-through;
}

.ev-answer__comment {
  margin-bottom: 10px !important;
}

.like span,
.dislike span {
  pointer-events: none;
}

.like img,
.dislike img {
  cursor: pointer;
}

/* .increased {
  pointer-events: none;
} */

.form-bottom {
  font-size: 18px;
}

.form-wrap {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-right {
  max-width: 320px;
  width: 100%;
  margin-left: 25px;
}

.order__form-row input,
.order__form-row select,
.order__form-row textarea {
  max-width: 296px;
}

.price {
  margin-bottom: 10px !important;
}

@media (max-width: 1159px) {
  header.canal .headerBottom .container {
    display: flex;
    justify-content: flex-start !important;
    align-items: start;
  }

  header.canal .headerBottom .container .col.right {
    display: none;
  }
}

@media (max-width: 810px) {
  .form-wrap {
    flex-direction: column;
  }

  .form-right {
    margin-left: 0;
  }

  .form-left {
    margin-bottom: 15px;
  }

  .ramka {
    max-width: 320px;
  }

  .order__form-row input,
  .order__form-row select,
  .order__form-row textarea {
    max-width: 275px;
  }
}

@media (max-width: 767px) {
  .main_pic img {
    max-width: 450px;
  }
}

@media (max-width: 479px) {
  div.corr p {
    padding-left: 20px;
    display: block;
    margin: 0px 0 10px;
    padding-top: 10px !important;
  }

  div.corr::before {
    margin: 12px 10px 0 15px;
    position: static;
    display: block;
    float: left;
  }

  div.corr {
    display: block;
  }

  div.doc p {
    padding-right: 0;
  }

  .price span {
    font-size: 18px;
  }

  .ev-feedback__btn {
    display: block !important;
    width: 100% !important;
    max-width: 254px !important;
  }

  .ev-feedback__section,
  .ev-feedback__field {
    max-width: 280px;
    width: 100%;
    margin: 10px auto 0;
  }

  .form-bottom {
    font-size: 15px;
  }

  .comments__title {
    margin: 15px 0;
  }

  .comments__info,
  .feedback {
    font-size: 16px;
  }

  .comments__body img {
    max-width: 42%;
  }

  .feedback a:last-child {
    display: none;
  }

  .btn,
  .btn--submit {
    font-size: 16px !important;
  }

  .form-wrap {
    padding: 0;
  }

  .reply-link {
    display: none;
  }
}

header.canal .headerTop .container .col.right .row .search:hover {
  opacity: 0.8;
}

.burger {
  width: 30px;
  height: 24px;
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.burger span {
  width: 100%;
  height: 3px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .burger {
    display: flex;
  }

  .headerTop .container {
    display: flex !important;
  }

  .h-container {
    width: auto !important;
    padding: 10px !important;
  }

  .right,
  section.mobileNav {
    display: none;
  }

  header.canal .headerTop .container {
    justify-content: space-between;
    align-items: center;
  }
}

.doc::before {
  background-size: cover;
  background-position: center;
}
