html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

b {
    font-weight: bolder
}

img {
    border-style: none
}

button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}


button,
[type="button"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: 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
}

body {
    font-family: 'Noto Sans', sans-serif
}

h1 {
    font: 900 36px/40px "Noto Serif KR", serif;
    font-size: 28px;
    line-height: 2rem
}

p {
    font: 500 18px/24px "Noto Serif KR", fallback-local;
    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: .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;
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 41%, rgba(255, 255, 255, 0.15) 60%, rgba(255, 255, 255, 0) 100%);
    }

    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: .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: .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;
        text-align: center;
        display: inline-block;
    }

    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: #660099;
        border-top: 2px solid rgba(255,255,255,.3);
        background-image: linear-gradient(115deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 70%);
        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% + 11px);
        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: 0;
        background-color: transparent;
        display: flex;
        align-items: center;
    }

    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: .8
    }

    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,
    .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-twitter:before {
        content: "\f099"
    }

    .fa-youtube:before {
        content: "\f167"
    }

    .fab {
        font-family: "Font Awesome 5 Brands"
    }

    
    .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(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-brands-400.eot);
    src: url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-brands-400.woff2) format("woff2"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-brands-400.woff) format("woff"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-brands-400.ttf) format("truetype"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/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(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-regular-400.eot);
    src: url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-regular-400.woff2) format("woff2"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-regular-400.woff) format("woff"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-regular-400.ttf) format("truetype"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/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(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-solid-900.eot);
    src: url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-solid-900.woff2) format("woff2"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-solid-900.woff) format("woff"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-solid-900.ttf) format("truetype"), url(https://www.tvc.com.ec/wp-content/themes/albavision-theme/css/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "icomoon";
    src: url(//www.tvc.com.ec/wp-content/themes/advantage-theme/wp-app/dist/../static/fonts/icomoon.ttf?1.11) format("truetype"),url(//www.tvc.com.ec/wp-content/themes/advantage-theme/wp-app/dist/../static/fonts/icomoon.woff?1.11) format("woff"),url(//www.tvc.com.ec/wp-content/themes/advantage-theme/wp-app/dist/../static/fonts/icomoon.svg?1.11) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.fa-x-twitter {
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
    content: "\f002"
}

.fa-x-twitter:before {
    content: "î¤";
    position: relative;
    display: block;
    height: 21px;
    top: 1px;
} 

.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
}

input,
textarea {
    width: 100%
}

input {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

input,
button,
button>*,
a>* {
    display: inline-block;
    vertical-align: baseline
}

a,
input,
button,
textarea {
    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;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none
}

.btn--submit {
    background-color: red;
    display: block;
    margin: 0 auto;
    color: white;
    font-size: 1.3em
}

.btn--submit:hover {
    background-color: rgb(147, 2, 2)
}

::-moz-focus-outer,
::-moz-focus-inner {
    border: 0;
    padding: 0
}

.product {
    display: block;
    margin: 0 auto;
    max-width: 360px;
}

.inL_789371 {
    padding: 15px 0;
}

.price__title {
    margin-bottom: 5px;
}

.price__value {
    font-size: 20px;
    font-weight: 700;
}

.price__part--left .price__value {
    position: relative;
    display: inline-block;
}

.price__part--left .price__value::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-10deg);
    background-color: red;
}

.price__part--right .price__value {
    color: red;
}

.order__form {
    max-width: 350px;
    width: 100%;
}

.comments__title {
    margin-bottom: .9em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #000
}

.comments__list {
    margin-bottom: 2em
}

.comments__item {
    position: relative;
    margin-bottom: 20px
}

.comments__item.load {
    max-height: 0;
    overflow: hidden
}

.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: 87px
}

.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: 1em
}

.comments__name {
    font-weight: bold;
    color: #000
}

.comments__date {
    margin-left: .5em;
    font-size: .8em;
    color: darkgray
}

html {
    width: 100%
}

.comments__avatar img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
    filter: blur(4px);
}

@media (max-width:500px) {
    .comments__avatar {
        height: 60px;
        width: 60px
    }
}

.comments {
    max-width: 900px;
    margin: 0 auto
}

.line {
    margin-top: 20px;
    width: 100%;
    background: #000;
    height: 2px;
}

.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
    }
}

.reply {
    color: #000;
    display: block;
    font-weight: bolder;
    text-align: right
}

.like,
.dislike {
    width: 50px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    cursor: pointer;
}

.like {
    margin-left: 8px
}

.feedback {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.like span {
    color: #000;
    font-weight: 900
}

.dislike span {
    color: #000;
    font-weight: 900;
    margin-right: 5px;
}

.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: 23px;
        line-height: 1.8rem !important
    }

    h2 {
        font-size: 21px
    }

    p {
        font-size: 18px
    }

    .container {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .corr::before,
    .doc::before {
        width: 50px;
        height: 50px
    }

    
    .doc::before {
        top: 25px !important
    }

    div.corr p,
    div.doc p {
        padding-top: 0 !important
    }

    .doc.last {
        margin-top: -30px
    }

    .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
}

.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
}

*,
*:before,
*:after {
    box-sizing: inherit
}

button img {
    width: 25px
}

.comments__body {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px
}

.main_pic {
    max-width: 814px;
    display: block;
    margin: 0 auto;
    width: 100%;
    cursor: default
}

.note__img {
    display: block;
    text-align: center;
    color: #000;
    cursor: default
}

.main_pic img {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    cursor: default
}

.live {
    width: 400px;
    margin-bottom: 20px
}

.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)
}


.doc::before {
    top: 30px !important
}

.comments {
    padding-left: 10px;
    padding-right: 0
}

a {
    font-weight: bold
}

@media screen and (max-width:637px) {
    .doc {
        width: 100%
    }
}

.important {
    color: #ff3406
}

.corr {
    color: white;
    background: #54575D
}

div.corr {
    position: relative
}

div.corr p {
    padding: 10px 12px 9px 73px;
    min-height: 53px
}

.no-webp .corr::before {
    background-image: url(../images/corr_1.png)
}

.webp .corr::before {
    background-image: url(../images/corr_1.webp)
}

.corr::before {
    position: absolute;
    content: "";
    background-size: 60px;
    border-radius: 50px;
    left: 5px;
    top: 10px;
    width: 60px;
    height: 60px
}

.no-webp .corr::before {
    background-image: url(../images/corr_1.png)
}

.webp .corr::before {
    background-image: url(../images/corr_1.webp)
}

.corr::before,
.doc::before {
    position: absolute;
    content: "";
    background-size: 60px;
    border-radius: 50px;
    left: 5px;
    top: 10px;
    width: 60px;
    height: 60px
}

.no-webp .corr::before {
    background-image: url(../images/corr_1.png)
}

.webp .corr::before {
    background-image: url(../images/corr_1.webp)
}

.corr::before,
.doc::before {
    position: absolute;
    content: "";
    background-size: 60px;
    border-radius: 50px;
    left: 5px;
    top: 10px;
    width: 60px;
    height: 60px
}

.no-webp .corr::before {
    background-image: url(../images/corr_1.png)
}

.webp .corr::before {
    background-image: url(../images/corr_1.webp)
}

div.corr p,
div.doc p {
    padding: 10px 15px 0 70px
}

.corr::before,
.doc::before {
    position: absolute;
    content: "";
    background-size: 60px;
    border-radius: 50px;
    left: 5px;
    top: 10px;
    width: 60px;
    height: 60px
}


.doc::before {
    position: absolute;
    content: "";
    background-size: 60px;
    border-radius: 50px;
    left: 5px;
    top: 10px;
    width: 60px;
    height: 60px
}

.p3 {
    margin-bottom: 20px
}

.corr {
    width: 100%;
    display: flex;
    align-items: flex-start
}

.corr::before,
.doc::before {
    position: absolute;
    content: "";
    background-size: 60px;
    border-radius: 50px;
    left: 5px;
    top: 12px;
    width: 60px;
    height: 60px
}


.doc::before {
    top: 8px
}

.no-webp .doc::before {
    background-image: url(../images/stud_1.png)
}

.webp .doc::before {
    background-image: url(../images/stud_1.webp)
}

.corr::before,
.doc::before {
    position: absolute;
    content: "";
    background-size: 60px;
    border-radius: 50px;
    left: 5px;
    top: 10px;
    width: 60px;
    height: 60px
}

.doc {
    position: relative
}

@media screen and (max-width:1170px) {
    .search {
        display: none
    }
}

footer {
    background: rgb(18, 18, 18)
}

.footer__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.container-button {
    margin: 0 auto 20px;
    padding: 0 15px
}

.feedback-show {
    font-size: 16px !important;
    border: none !important;
    background: #dcdcdc !important;
    transition: all .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: .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, .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 .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 .3s ease-in-out;
    box-sizing: border-box;
    margin-right: 15px
}

.ev-feedback__file--loaded {
    background-size: 200% 100%;
    animation: fileLoaded .5s ease-in
}

.ev-feedback__file--loaded:hover {
    transition: none
}

.ev-feedback__file--error {
    background-size: 200% 100%;
    animation: fileError .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 .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 .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 .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
    }
}

.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 .5s;
    padding: 15px;
    cursor: pointer
}

.live {
    width: 100% !important;
    max-width: 250px !important
}

html,
body {
    overflow-x: hidden
}

.doc.last {
    margin-top: -5px
}

.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)
    }



    
    .doc::before {
        top: 25px
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90% !important
    }

    .h-container {
        display: flex;
        flex-direction: row;
        width: 100% !important
    }

    div.corr p {
        display: flex;
        align-items: center;
        padding-top: 0
    }
}

@media screen and (max-width:767px) {
    header.canal .headerTop .container a.live {
        display: none
    }

    header.canal .headerTop .container {
        justify-content: center
    }

    .product {
        max-width: 300px;
        width: 100%;
    }
}

.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
}

.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
}

.pol {
    color: #fff !important;
    text-align: center
}

.footer__wrapper {
    padding: 15px;
    text-align: center
}

@media screen and (max-width:479px) {

    
    .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
    }

    .comments {
        padding-left: 0
    }

    .mob__margin {
        margin-top: 7px !important;
        margin-bottom: 7px !important
    }

    h2 {
        font-size: 19px !important
    }

    p {
        font-size: 16px
    }

    .container {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box;
    }

    .corr::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.doc p {
        padding: 10px 15px 0 60px
    }

    .comments__info {
        margin-bottom: 7px !important
    }
}

.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
}

.no-webp .doc::before {
    background-image: url(../images/stud_1.png)
}

.webp .doc::before {
    background-image: url(../images/stud_1.webp)
}

.doc {
    position: relative
}


.doc::before {
    position: absolute;
    content: "";
    background-size: 60px;
    border-radius: 50px;
    left: 5px;
    top: 10px;
    width: 60px;
    height: 60px
}

.corr::before,
.doc::before {
    position: absolute;
    content: "";
    background-size: 60px;
    border-radius: 50px;
    left: 5px;
    top: 10px;
    width: 60px;
    height: 60px
}

.doc::before {
    top: 12px !important
}

.no-webp .doc::before {
    background-image: url(../images/stud_1.png)
}

.webp .doc::before {
    background-image: url(../images/stud_1.webp)
}

.prod__link {
    text-decoration: none;
    color: #5699ff !important;
    white-space: nowrap
}

.prod__link:hover {
    text-decoration: underline
}

@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;

}

@media screen and (max-width:1159px) {

    .doc::before {
        top: 20px !important
    }

    .no-webp .doc::before {
        background-image: url(../images/stud_1.png)
    }
    
    .webp .doc::before {
        background-image: url(../images/stud_1.webp)
    }
}

@media screen and (max-width:479px) {
    .list__text.last {
        margin-bottom: 25px !important
    }

    .doc::before {
        top: 12px !important
    }

    .no-webp .doc::before {
        background-image: url(../images/stud_1.png)
    }
    
    .webp .doc::before {
        background-image: url(../images/stud_1.webp)
    }

    .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
    }

    .btn--submit {
        max-width: 86% !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .ev-feedback__btn {
        max-width: 250px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.last__btn {
    max-width: 300px !important;
    margin-top: 20px;
    text-align: center
}

.inL_44106 {
    background: #fff;
    padding: 5px 5px;
    border-radius: 10px;
}

.inL_563023 {
    margin-top: 2%;
}

.inL_219357 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_786354 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_209663 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_577837 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_550575 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_752832 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_977164 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_80344 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_566798 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_205939 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_815452 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_168598 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_789452 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_386068 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_446592 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_30302 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_760403 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_263186 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_931469 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_753383 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_4176 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_274898 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_579838 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_518911 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_236063 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_202565 {
    font-family: Arial, Helvetica, sans-serif
}

.inL_579895 {
    display: block !important;
}

.inL_690501 {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.inL_380122 {
    text-align: center;

    font-size: 2em;
    font-weight: 500;
    margin-bottom: 25px;
}

.countdown-block {
    text-align: center;
    background: #fff500;
    color: #fff;
    padding: 10px
}

.countdown-text {
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1
}

.countdown-date {
    font-size: 44px;
    font-weight: 700;
    color: red;
    line-height: 1
}

.best-form {
    font-size: 16px;
    line-height: 1.2;
    padding: 16px;
    background-color: #e9f8ff
}

.best-form>.wrap {
    max-width: 350px;
    margin: 0 auto
}

.product .price {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    text-align: center
}

.name-input,.phone-input {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    transition: .15s ease-in-out
}

.name-input label,.phone-input label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.name-input input,.phone-input input {
    border: 1px solid #6d93a4;
    padding: 10px;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    background: #fff
}

#name-input:focus,#phone-input:focus,.button-submit:focus {
    outline: 0;
    box-shadow: 0 0 0 4px #bdab3c
}

.button-submit {
    text-align: center;
    display: flex;
    box-sizing: border-box!important;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 20px;
    color: #544c4c;
    border: 1px solid #ab8f00;
    padding: 14px 0;
    background-image: linear-gradient(to top,#d8b81b,#fff080);
    transition: .15s ease-in-out;
    font: 800 18px/1.4 "Open Sans",sans-serif;
    cursor: pointer;
}

.button-submit:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0,0,0,.4)
}

.button-submit-text {
    color: #3c3200;
    flex: 1 1 auto;
    font: inherit;
    font-weight: 700
}

.best-form ::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .countdown-text {
        font-size: 20px;
    }

    .countdown-date {
        font-size: 30px;
    }
}

    header.canal .headerTop .container .col.right .row .social a:hover {
        background: #290151;
        color: #fff
    }

        header.canal .headerTop .container .col.right .row .social a svg:hover {
        fill: #fff !important
    }
