body {
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
}

h1 {
    font: 900 36px/40px "Noto Serif KR", serif;
    font-size: 28px;
    line-height: 2rem;
}

* {
    direction: rtl;
    font-family: Arial, Helvetica, sans-serif !important;
}

li,
p {
    font: 500 18px/1.3 "Noto Serif KR", fallback-local;
    font-family: sans-serif;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    max-width: 1200px;
    margin: 0 auto;
}

.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 {
    -webkit-transition: all .3s ease-out;
    transition: all .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 {
    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: .5em 1em;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #bf0909;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none;
}

.btn--submit {
    background-color: #569325;
    display: block;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.3;
}

.btn--submit:hover {
    background-color: #82ae30;
}

::-moz-focus-outer,
::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.wheel_input:focus {
    border-color: #f7c600;
    -webkit-box-shadow: 0 15px 15px 0 #f7c600;
    box-shadow: 0 15px 15px 0 #f7c600;
}

.product {
    display: block;
    margin: 0 auto;
}

.order__info {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.comments__title {
    margin-bottom: .9em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: rgb(220, 6, 106);
}

.comments__list {
    margin-bottom: 0em;
}

.comments__item {
    position: relative;
    margin-bottom: 20px;
}

.comments__item.visible {
    padding: .5em;
    margin: -.5em -.5em 1em -.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: .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: .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;
    position: absolute;
    top: 0;
    right: 0;
}

.comments__avatar img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

#mobileMenu {
    display: none;
}

@media (max-width:500px) {
    header.canal .headerTop .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .fas {
        font-size: 24px
    }

    .logo {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: 0 !important;
        margin-right: 10px !important
    }

    .comments__avatar {
        height: 60px;
        width: 60px
    }
}

.comments__body {
    padding-right: 87px;
}

.comments__body img {
    max-width: 45%;
    margin-right: 20px;
}

::-webkit-input-placeholder {
    color: red;
    opacity: 1
}

::-moz-placeholder {
    color: red;
    opacity: 1
}

:-ms-input-placeholder {
    color: red;
    opacity: 1
}

::-ms-input-placeholder {
    color: red;
    opacity: 1
}

::placeholder {
    color: red;
    opacity: 1
}

:-ms-input-placeholder {
    color: red;
}

::-ms-input-placeholder {
    color: red;
}

.comments__body img:last-of-type,
.comments__body img:only-of-type {
    margin-right: 0;
}

@media (max-width:500px) {
    blockquote {
        width: 100% !important;
        text-align: center
    }

    .comments__body {
        padding-right: 72px;
        margin-bottom: 3%
    }

    .comments__body img {
        max-width: 98%;
        margin: 10px auto
    }
}

.comments__info {
    font-size: 20px;
    margin-bottom: 10px;
}

.comments__name {
    font-weight: bold;
    color: rgb(220, 6, 106);
}

.comments__date {
    margin-right: .5em;
    font-size: 18px;
    color: darkgray;
}

html {
    width: 100%;
}

@media screen and (max-width:451px) {
    .order__form {
        width: 90%
    }
}

.comments__avatar img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (max-width:500px) {
    .comments__avatar {
        height: 60px;
        width: 60px
    }
}

.line {
    border-bottom: 1px solid rgb(220, 6, 106);
    margin-top: 3%;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
}

.counter {
    padding-left: 7px;
}

.feedback {
    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;
}

.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) {
    .comments__body img {
        max-width: 48%;
        margin: 10px auto
    }

    .dislike {
        margin-right: 10px
    }

    .counter-dislike {
        padding-left: 5px
    }
}

.like,
.dislike {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comments__text p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0 !important;
}

#commentForm {
    -webkit-text-size-adjust: 100%;
    --swiper-theme-color: $themeColor;
    font: 16px/1 sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.375;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.form__item {
    -webkit-text-size-adjust: 100%;
    --swiper-theme-color: $themeColor;
    font: 16px/1 sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.375;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin-right: 10px;
    color: snow;
    border-radius: 50%;
}

.file {
    -webkit-text-size-adjust: 100%;
    --swiper-theme-color: $themeColor;
    font: 16px/1 sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.375;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: snow;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    width: 100%;
    max-width: 90px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.file__item {
    -webkit-text-size-adjust: 100%;
    --swiper-theme-color: $themeColor;
    font: 16px/1 sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.375;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: snow;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    position: relative;
}

.file__item:before {
    top: 0 !important;
}

#commentForm .form__avatar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    background-position: center;
    background-size: cover !important;
    width: 70px;
    height: 70px;
    border-radius: 7px;
    overflow: hidden;
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#commentForm label {
    color: #fff;
    cursor: pointer;
}

#commentForm .form__avatar {
    position: relative
}

#commentForm .form__avatar::before {
    position: absolute;
    content: 'قم بتحميل صورتك';
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    font-size: 12px;
    top: 0;
    text-align: center;
    -webkit-transition: content .3s;
    transition: content .3s;
}

#commentForm .form__avatar.loaded::before {
    display: none
}

#commentForm .form__avatar .preview-image {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

#commentForm .form__avatar.loaded .preview-image {
    opacity: .7
}

#commentForm input,
#commentForm textarea {
    width: 100%;
    max-width: 100% !important;
    padding: 12px 20px;
    text-indent: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f8f8f8;
    resize: none;
}

.file__input {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    font-size: 0;
    cursor: pointer;
}

#commentForm .formAvatarLabel {
    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;
    margin-top: 5px;
    color: #000;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
    border: 1px solid #000;
    padding: 2px 4px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: linear-gradient(to bottom, #fff, #eee);
}

#commentForm .form__inputs {
    position: relative;
    width: calc(100% - 50px);
    margin-right: 50px;
}

#commentForm .input__wrapper {
    position: relative;
    margin-bottom: 10px;
}

#commentPush {
    position: absolute;
    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;
    top: 0;
    right: -50px;
    width: 50px;
    height: 40px;
    background-color: transparent;
    border: none;
    color: white;
    padding: 8px 5px;
    text-decoration: none;
    margin: 0 0 0 0;
    cursor: pointer;
}

#commentForm input,
#commentForm textarea {
    width: 100%;
    max-width: 100% !important;
    padding: 12px 20px;
    text-indent: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f8f8f8;
    resize: none;
}

#commentForm input,
#commentForm textarea {
    width: calc(100% - 30px);
    max-width: 100% !important;
    padding: 12px 20px;
    text-indent: 0;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-sizing: inherit;
    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: red;
}

.new_price {
    color: #569325;
    font-weight: bold;
}

.main_pic {
    max-width: 814px;
    display: block;
    margin: 0 auto;
}

.main_pic img {
    width: 100%;
    max-width: 700px;
}

.live {
    width: 400px;
}

@media screen and (max-width:624px) {
    img.live {
        max-width: 100%
    }
}

.search img {
    max-width: 100%;
}

header {
    background-color: rgb(18, 18, 18);
}

blockquote {
    font-size: 18px;
    color: rgb(220, 6, 106);
    font-weight: bold;
    margin-bottom: 0;
}

a {
    color: rgb(220, 6, 106);
}

.comments {
    padding-left: 10px;
    padding-right: 10px;
}

.order__form-row input,
.order__form-row select,
.order__form-row textarea {
    width: 96%;
}

a {
    font-weight: bold;
}

.ramka {
    width: 444px;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-shadow: -1px 4px 36px 15px rgba(0, 0, 0, .27);
    box-shadow: -1px 4px 36px 15px rgba(0, 0, 0, .27);
}

@media screen and (max-width:553px) {
    .ramka {
        width: 327px
    }
}

@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: 30px 74px 20px 15px !important;
    min-height: auto;
}

.corr::before {
    background-image: url(../img/corr_1.jpg);
}

div.corr p,
div.stud p,
div.doc p {
    padding: 10px 70px 10px 15px;
}

div.stud p {
    padding-bottom: 30px;
}

.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.jpg);
    top: 6px !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.stud {
    position: relative;
}

.corr::before,
.stud::before,
.doc::before {
    position: absolute;
    content: "";
    background-size: 60px;
    border-radius: 50px;
    right: 4px;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
}

.doc {
    position: relative;
}

.time {
    display: block;
    font-size: 2em;
    font-weight: bold;
    color: red;
    margin-bottom: 20px;
}

.time_tile {
    font-size: 1.5em;
    font-weight: bold;
}

@media screen and (max-width:1170px) {

    .time,
    .old_price,
    .new_price {
        font-size: 28px
    }

    .search {
        display: none
    }
}

footer {
    background: rgb(18, 18, 18);
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgb(239, 239, 239);
    list-style: none;
    text-transform: uppercase;
    font-weight: 300;
    opacity: .5;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
    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: .5;
    line-height: 25px;
}

.footer__bottom__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 30px;
}

@media screen and (max-width:480px) {
    #mobileMenu {
        display: block;
        margin-right: 10px
    }

    .footer__bottom__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media all {
    ::-moz-selection {
        background: #04A4CC;
        color: #FFF;
        text-shadow: none
    }

    ::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]) {
        -webkit-text-decoration-skip: ink;
        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 15px
    }

    @media only screen and (min-width:1160px) {
        .container {
            max-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: block;
        margin: auto;
        width: 100%;
        max-width: 1160px
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    a {
        text-decoration: none
    }

    a,
    a:hover {
        -webkit-transition: .3s;
        transition: .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: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr auto 1fr;
        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: .7rem;
        font-weight: 600;
        padding: 8px 12px;
        margin: 0;
        margin-right: auto;
        text-transform: uppercase
    }

    @media only screen and (min-width:768px) and (max-width:1159px) {
        header.canal .headerTop .container a.live {
            position: absolute;
            left: 10px;
            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
        }
    }

    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
        }

        #mobileMenu {
            display: none !important
        }
    }

    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;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header.canal .headerTop .container .col.left a.logo {
        display: block;
        margin: 0 0 0 20px
    }

    header.canal .headerTop .container .col.left a.logo img {
        height: 50px
    }

    header.canal .headerTop .container .col.left a.logo:hover {
        opacity: .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 12px
    }

    @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 {
        background: #290151;
        color: #fff
    }

    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 {
        background: #290151;
        color: #fff;
        cursor: pointer
    }

    header.canal .headerBottom {
        position: relative;
        background: #609;
        border-top: 2px solid #d000ff;
        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: 6px 8px;
        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
    }

    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: .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: -ms-grid;
        display: grid;
        -ms-grid-columns: 8fr 1fr;
        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, .5);
        box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, .5);
        z-index: 5
    }

    section.mobileNav form.search {
        padding: 8px 10px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 4fr 1fr;
        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
    }

    section.mobileNav .social {
        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;
        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" !important
    }

    .far {
        font-weight: 400
    }

    .far,
    .fas {
        font-family: "Font Awesome 5 Free" !important;
        color: white !important
    }

    .fas {
        font-weight: 900
    }
}

header.canal {
    z-index: 21;
}

@font-face {
    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(fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}

@font-face {
    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(fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}

.text-ps {
    border: 2px solid gray;
}

.none {
    display: none !important;
}

.img-com {
    width: 100% !important;
    max-width: 300px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width:1023px) {
    .main_pic {
        max-width: 550px
    }
}

@media screen and (max-width:767px) {
    .main_pic {
        max-width: 450px
    }

    .img-com {
        max-width: 250px !important
    }

    .product {
        width: 100%;
        max-width: 300px;
        margin-bottom: 15px
    }

    #commentForm input,
    #commentForm textarea,
    #commentForm .form__inputs {
        width: 100%
    }

    #commentForm .form__inputs {
        margin-top: 10px;
        margin-right: 0
    }

    .comments__text p {
        padding: 10px !important
    }

    #commentForm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #commentPush {
        left: 0;
        right: auto;
        top: -50px
    }
}

.doc::before {
    background-image: url("../img/stud_1.jpg");
    top: 4px;
    -webkit-transform: none;
    transform: none;
}

footer,
footer .anchor,
.footer-note__link {
    color: #fff;
}

.footer-note__link:hover {
    text-decoration: underline;
}

.footer-note {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 25px;
}

.footer-note p {
    direction: ltr;
}

.footer-note a {
    font-size: 16px;
    text-align: left;
    font-weight: 400 !important;
}

.red {
    color: red;
    font-weight: 700;
}

ul {
    padding-right: 70px;
}

@media screen and (max-width:553px) {
    .main_pic {
        max-width: 370px
    }

    .stud::before,
    .doc::before {
        margin: 15px 0 5px 10px !important;
        position: static !important;
        display: block !important;
        float: right !important
    }

    div.stud p,
    .doc p,
    ul {
        padding-right: 0 !important
    }

    .corr p {
        padding-right: 70px !important;
    }
}

@media screen and (min-width:1160px) {
    .right.mb10 {
        margin-bottom: 10px
    }
}