/* ==================== Reset ==================== */

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 0 !important;
    float: none !important;
}

.ovr-clear {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #ffffff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

a img {
    border: none
}

li {
    list-style: none;
}

ol li {
    list-style: decimal inside;
}

.left {
    float: left;
}

.right {
    float: right;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

*:focus {
    outline: none;
}

.wrapper {
    overflow: auto;
}

/* ==================== Fonts ==================== */

body {
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 60px 0 0 0;
    line-height: 1;
    background-color: #19163f;
    background-image: url(../images/pattern-bgr-blue.jpg);
    background-repeat: repeat;
    background-size: 1500px;
}

.blue-text {
    color: #1b94c7;
}

.purple-text {
    color: #987cf5;
    text-decoration: underline;
}

.white-text {
    color: #ffffff;
}

.green-text {
    color: #6bba7f;
}

.text-align-l {
    text-align: left;
}

.text-align-r {
    text-align: right !important;
}

/* ==================== Nav Menu styles ==================== */

.sidenav {
    height: auto;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 10px 0 10px 0;
    text-decoration: none;
    justify-content: center;
    font-size: 20px;
    color: #303030;
    display: block;
    text-align: center;
    transition: 0.3s;
    background-color: #ffffff;
}

.sidenav .mobile-login {
    padding-top: 30px;
}

.sidenav a div {
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: block;
    background-color: #987bf4;
}

.sidenav a:last-child {
    padding: 12px 32px 30px 32px;
}

.sidenav a:hover {
    color: #8582ac;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    width: 24px;
    height: 25px;
    left: 15px;
    padding: 18px 16px 16px;
    font-size: 36px;
    background-color: #8069c3;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.menu-tab {
    color: #1a67c9;
    cursor: pointer;
    display: block;
    overflow: auto;
    left: 11px;
    top: 14px;
    padding: 8px 20px 8px 20px;
    position: absolute;
}

.menu-tab span {
    display: block;
    width: 24px;
    height: 4px;
    margin: 4px 0 0 0;
    border-radius: 100px;
    background-color: #725ea9;
}

.menu-tab span:first-child {
    margin: 0;
}

.sidenav .active {
    background-color: #4eb4b1;
}

.sidenav .closebtn span {
    cursor: pointer;
    display: block;
    overflow: auto;
    display: block;
    width: 24px;
    height: 4px;
    margin: 4px 0 0 0;
    border-radius: 100px;
    background-color: #ffffff;
}

.menu-tab span {
    color: #725ea9;
    width: 24px;
    height: 4px;
    cursor: pointer;
    display: block;
    font-size: 30px;
    cursor: pointer;
}

.dropbtn {

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    right: 0;
    top: 38px;
    background-color: #3b3963;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #ffffff;
    border-bottom: 1px solid #1c1b31;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

.dropdown-content a:hover {
    background-color: #483d8b;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover {
    box-shadow: inset 0 2px 0 #483d8b;
}


/* ==================== Header ==================== */


.nav-highlight nav {
    width: 94%;
    height: 40px;
    background-color: #ffffff;
    padding: 10px 3% 10px 3%;
    position: fixed;
    top: 0;
    z-index: 99999;
}

.nav-highlight nav .nav-logo {
    width: 108px;
    height: 35px;
    position: absolute;
    left: 50%;
    margin-left: -54px;
    background-image: url(../images/nav-logo.png);
    background-size: 115px;
    z-index: 99;
}

.nav-highlight .desctop-nav {
    display: none;
}

.desctop-nav .profile {
    margin-left: 20px;
}

.desctop-nav .profile .profile-avatar {
    position: absolute;
    left: 0;
    top: 0;
}

.home.nav-highlight {
    height: 500px;
    width: 100%;
    display: block;
    position: relative;
    overflow: auto;
}

.home.nav-highlight::after {
    content: "";
    background-image: url(../images/nav-bgr.jpg);
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav-info-box {
    width: 80%;
    padding: 20px 5% 20px 5%;
    margin: 200px auto 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #303030;
    background-color: #ffffff;
    border-radius: 5px;
}

.landing-page {
    border: none;
}

.info-button {
    width: 80%;
    padding: 15px 5% 15px 5%;
    margin: 300px auto 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #303030;
    background-color: #ffffff;
    border-radius: 5px;
}

.info-button:hover {
    opacity: 0.8;
}

.nav-info-box h2 {
    margin: 10px 0 20px 0;
    line-height: 1.2;
    font-weight: normal;
}

.nav-info-box p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.info-button {
    color: #ffffff;
    font-size: 16px;
    display: block;
    background-color: #987bf4;
    margin: 20px auto 20px auto;
}

.nav-highlight .info-button {
    background-color: #42b569;
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-button h3 {
    font-weight: normal;
}

.main-container {
    width: 100%;
    padding: 50px 0 50px 0;
}

.info-wrap {
    background-image: url(../images/pattern-bgr.jpg);
    background-repeat: repeat;
    background-size: 600px;
}

.heading-content {
    width: 80%;
    padding: 20px 5% 0 5%;
    margin: 0 auto 0 auto;
    text-align: center;
}

.heading-content h2 {
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: normal;
}

.heading-content h3 {
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: normal;
}

.heading-content p {
    font-size: 15px;
    line-height: 1.4;
    margin: 20px 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    color: #8582ac;
}

.large-icons {
    width: 120px;
    height: 120px;
    margin: 0 auto 0 auto;
    background-image: url(../images/icons-sprite.png);
    background-size: 150px;
}

.small-icons {
    width: 80px;
    height: 80px;
    margin: 0 auto 0 auto;
    background-image: url(../images/icons-sprite.png);
    background-size: 130px;
}

.large-icons.free-icon {
    background-position: 18px 13px;
}

.large-icons.hd-icon {
    background-position: 14px -99px;
}

.large-icons.profile-icon {
    background-position: 18px -215px;
}

.large-icons.tape-icon {
    background-position: 17px -335px;
}

.large-icons.tv-icon {
    background-position: 2px -457px;
}

.large-icons.chrome-icon {
    background-position: 15px -591px;
}

.large-icons.mobile-icon {
    background-position: 5px -726px;
}

.large-icons.android-icon {
    background-position: 8px -862px;
}

.large-icons.smart-icon {
    background-position: 8px -992px;
}

.small-icons.free-icon {
    background-position: 4px -2px;
}

.small-icons.hd-icon {
    background-position: 0px -101px;
}

.small-icons.profile-icon {
    background-position: 4px -201px;
}

.small-icons.tape-icon {
    background-position: 2px -302px;
}

.small-icons.tv-icon {
    background-position: 2px -305px;
}

.small-icons.chrome-icon {
    background-position: 10px -395px;
}

.small-icons.mobile-icon {
    background-position: 2px 330px;
}

.small-icons.android-icon {
    background-position: 5px -575px;
}

.small-icons.smart-icon {
    background-position: 5px -662px;
}

.device-ds .small-icons {
    background-size: 100px;
}

.tv-wrap {
    background-color: #f3f3f5;
}

.tv-wrap .heading-content h2 {
    color: #303030;
}

.tv-wrap .heading-content p {
    color: #6c6c6c;
}

.tv-wrap .tv-inner-wrap {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.tv-wrap .tv-icons {
    width: 90%;
    margin: 0 auto;
}

.tv-icons .channels-icons {
    float: left;
    width: 23%;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 10px;
    height: 40px;
    background-image: url(../images/channel.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.tv-wrap .tv-icons img {
    padding: 10px;
    height: 40px;
}

.tv-wrap .tv-icons .channel-small {
    padding: 15px 10px;
    height: 30px;
}

.tv-wrap .tv-icons .channel-small-second {
    padding: 23px 10px;
    height: 14px;
}

.image-wrap {
    width: 100%;
    height: 400px;
    background-image: url(../images/image.jpg);
    background-size: cover;
    background-position: top center;
}

.free-register-wrap p {
    color: #987cf5;
}

.device-info-wrap .heading-content h3 {
    color: #987cf5;
}

.device-info-wrap .heading-content {
    padding-bottom: 40px;
}

.main-container.wos-wrap {
    background-color: #1c1b31;
    padding: 20px 0 50px 0;
}

.wos-wrap .wos-container {
    width: 220px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    height: 70px;
    font-family: 'Open Sans', sans-serif;
}

.wos-container .heading-content p {
    margin-top: 0;
}

.wos-container img {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.wos-container p {
    font-size: 16px;
    color: #987cf5;
    float: left;
    margin-top: 12px;
}

.wos-container span {
    font-size: 14px;
    float: left;
    clear: right;
    margin-top: 5px;
}

.info-pc {
    display: block;
}

.device-ds {
    display: none;
}

.tv-inner-wrap.tv-inner-wrap-ds {
    display: block;
}


/* ==================== Footer ==================== */


footer {
    display: none;
    background-color: #151425;
    height: 180px;
    padding: 40px 0;
}

.footer-grid > li {
    width: 15.3%;
    float: left;
    padding: 0 2%;
    font-size: 14px;
    height: 200px;
    line-height: 2.5;
}

.footer-grid .footer-social-icons {
    width: 9%;
    padding: 0 2% 0 0;
}

.footer-grid .footer-info {
    width: 30%;
    padding: 0 1% 0 0;
}

.footer-grid address {
    font-style: normal;
}

.footer-grid .copyright {
    font-size: 13px;
}

.footer-grid .footer-nav li a:hover {
    opacity: 0.6;
}


/* Social ICONS */


.circle-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image: url(../images/sprite-social-icons.png);
    background-position: top center;
}

.circle-icon:hover {
    opacity: 0.6;
}

.facebook {
    background-position: 10px -7px;
}

.twitter {
    background-position: 11px -45px;
}


/* ==================== 404 ==================== */


.heading-b p {
    color: #ffffff;
}

.heading-b h2 b {
    font-size: 24px;
}

.error-bgr .heading-b img {
    margin: 60px auto 0 auto;
}


/* ==================== FAQ ==================== */


.wrapper.faq {
    max-width: 700px;
}

.faq .sel-option .toggle-status {
    max-width: 90%;
}

.sel-option {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #cccccc;
    display: block;
    color: #222222;
    font-size: 16px;
    margin: 0 2% 10px 2%;
    position: relative;
    border-radius: 5px;
}

.toggle.box {
    width: 96%;
    display: block;
    position: relative;
    padding: 15px 2% 15px 2%;
    overflow: hidden;
}

.sel-content {
    padding: 10px 2% 20px 2%;
    line-height: 1.5;
}

.toggle-arrow {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 12px;
    right: 2%;
    border: solid #906feb;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.toggle.box.closed .toggle-arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 20px;
}


/* ==================== Contact Us ==================== */


.wrapper.contact-form {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
}

input[type=text], input[type=password], input[type=tel], select, textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
    resize: vertical;
    font-size: 15px;
    color: #303030;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

input[type=submit], button[type=submit] {
    background-color: #9877f7;
    color: white;
    padding: 20px 40px;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    border-radius: 30px;
    cursor: pointer;
    margin: 30px 0 0 0;
    font-weight: bold;
}

input[type=submit]:hover {
    background-color: #8066d2;
}

.contacts-container {
    padding: 0 2% 2% 2%;
}

.contacts-container .name-contact {
    width: 49%;
    float: left;
}

.contacts-container .l-name-contact {
    float: right;
    width: 49%;
}

.main-container.contact-form {
    background-color: #15152d;
    overflow: auto;
}

.main-container.contact-form .info-contact-button {
    float: left;
    color: #303030;
    font-size: 16px;
    border-radius: 5px;
    text-transform: none;
    font-weight: bold;
    display: block;
    background-color: #f3f3f5;
    margin: 10px 10px 0 0;
    position: relative;
    padding: 15px 2% 15px 17%;
    width: 81%;
}

.main-container.contact-form .info-contact-button:hover {
    opacity: 0.8;
}

.main-container.contact-form .info-contact-button div {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-right: 10px;
    left: 15px;
    top: 8px;
    display: inline-block;
    background-image: url(../images/sprite-icons-contacts.png);
    background-size: 45px;
}

.icon-chat {
    background-position: 0 -17px
}

.icon-question {
    background-position: 0 -63px
}

.icon-tweet {
    background-position: 0 -108px
}

.icon-facebook {
    background-position: 0 -153px
}

.icon-messenger {
    background-position: 0 -198px
}

.wrapper.contact-form .info-conteiner-first {
    padding: 0 2% 0 2%;
}

.wrapper.contact-form .info-conteiner-sec {
    padding: 0 2% 2% 2%;
}

.contacts .contacts-container input[type=submit] {
    background-color: #42b569;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    padding: 15px 5% 15px 5%;
    font-size: 18px;
    border-radius: 5px;
}


/* ==================== Sign Up ==================== */

.wrapper.sign-up-form {
    max-width: 450px;
    margin: 0 auto;
}

.sign-up .container input {
    margin: 10px 0 20px 0;
}

button[type=submit] {
    width: 100%;
}

button[type=submit]:hover {
    opacity: 0.8;
}

.sign-up-form .info-button {
    width: 100%;
    padding: 20px 0 20px 0;
    background-color: #4465ac;
    margin-top: 40px;
    border-bottom: 1px solid #607fc2;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 5px 10px 0px rgba(67, 100, 171, 1);
    -moz-box-shadow: inset 0px 5px 10px 0px rgba(67, 100, 171, 1);
    box-shadow: inset 0px 5px 10px 0px rgba(67, 100, 171, 1);
    position: relative;
    border-radius: 5px;
    font-size: 14px;
    background: #6b8acc;
    background: -moz-linear-gradient(top, #6b8acc 0%, #4465ab 100%);
    background: -webkit-linear-gradient(top, #6b8acc 0%, #4465ab 100%);
    background: linear-gradient(to bottom, #6b8acc 0%, #4465ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b8acc', endColorstr='#4465ab', GradientType=0);
}

.sign-up .container.forgot-pass {
    float: right;
}

.sign-up .contacts-container {
    font-size: 18px;
}

.sign-up .contacts-container input[type=text], input[type=password], select, textarea {
    font-size: 16px;
}

.sign-up-form .contacts-container span {
    float: right;
    margin-top: 8px;
}

/* ==================== Terms and Copy ==================== */


.terms-bgr {
    background-color: #1c1b31;
    background-image: none;
}

.terms-heading {
    text-align: left;
    float: left;
    margin: 0 0 40px 2%;
}

.terms-heading h2 {
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 36px;
}

.terms-heading h4 {
    font-size: 20px;
}

.terms-heading p {
    font-size: 16px;
}

.terms-container .terms-cattegory {
    width: 96%;
    margin: 20px 2% 0 2%;
    float: left;
    border-top: 1px solid #ffffff;
    padding: 30px 0 30px 0;
    font-size: 24px;
}

.terms-container .terms-content {
    width: 96%;
    margin: 20px 2% 0 2%;
    float: left;
    border-top: 1px solid #ffffff;
    padding: 30px 0 30px 0;
}

.terms-container .terms-content ul li, p {
    line-height: 2;
}


/* Profile */


.tab {
    width: 100%;
    float: left;
    background-color: #15152d;
}

.tab .tablinks {
    float: left;
    height: 50px;
    width: auto;
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    padding-left: 50px;
    padding-right: 20px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}

.tabcontent {
    float: left;
}

.tab button:hover {
    color: #987cf5;
}

.tab .profile-icons {
    position: absolute;
    width: 25px;
    height: 22px;
    top: 15px;
    left: 15px;
    background-image: url(../images/sprite-icons-profile.png);
}

.tab .profile-icons.setting-icon {
    background-position: 1px -10px;
}

.tab .profile-icons.abonaments-icon {
    background-position: 0px -90px;
}

.tab .profile-icons.devices-icon {
    background-position: 0px -174px;
}

.tab .profile-icons.contact-icon {
    background-position: 0px -257px;
}

.tab .tablinks:hover span.setting-icon {
    background-position: 1px -50px;;
}

.tab .tablinks:hover span.abonaments-icon {
    background-position: 0 -132px;
}

.tab .tablinks:hover span.devices-icon {
    background-position: 0 -216px;
}

.tab .tablinks:hover span.contact-icon {
    background-position: 0 -298px;
}

.tab button.active {
    color: #987cf5;
}

.tab .tablinks.active span.setting-icon {
    background-position: 1px -50px;;
}

.tab .tablinks.active span.abonaments-icon {
    background-position: 0 -132px;
}

.tab .tablinks.active span.devices-icon {
    background-position: 0 -216px;
}

.tab .tablinks.active span.contact-icon {
    background-position: 0 -298px;
}

#abonaments .heading-content {
    text-align: left;
}

#abonaments .heading-content.heading-b {
    width: 96%;
    padding: 20px 2% 20px 2%;
}

#abonaments.tabcontent span {
    color: #987cf5;
}

#abonaments.tabcontent a {
    color: #987cf5;
}

#abonaments .heading-content.heading-b h4 {
    font-size: 26px;
    font-weight: normal;
}

#abonaments .heading-content.heading-b table {
    margin: 20px 0 0 0;
    width: 80%;
    font-weight: normal;
}

#abonaments .heading-content.heading-b table thead tr th {
    padding: 20px 0 20px 0;
}

#abonaments .heading-content.heading-b table tbody {
    line-height: 2;
}

#settings .container input {
    margin: 10px 0 20px 0;
}

#settings.tabcontent form {
    padding: 0 2% 2% 2%;
}

#settings.tabcontent h4 {
    font-size: 24px;
    margin: 20px 0 20px 0;
    font-weight: normal;
}


/* VOD */

.vod {
    background-image: url(../images/pattern-bgr.jpg);
}

.vod .channels-record {
    padding: 20px 0;
    overflow: auto;
}

.vod .channels-record .sel-option {
    border: none;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.vod .channels-record .toggle.box {
    padding: 10px 2%;

}

.vod .search-conteiner {
    padding: 20px 2% 20px 2%;
    overflow: auto;
}

.vod .search-conteiner h2 {
    font-size: 24px;
    text-align: center;
    margin: 3px 0 20px 0;
    font-family: 'Open Sans', sans-serif;
}

.vod .search-conteiner form {
    margin: 0 auto;
    width: 300px;
    position: relative;
}

.vod .search-conteiner form input[type=text] {
    border: 1px solid #ffffff;
    border-radius: 25px;
    box-sizing: border-box;
    margin: 0;
    color: #ffffff;
    background-color: #141322;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    font-weight: normal;
    float: right;
    width: 300px;
}

.vod .search-conteiner button[type=submit] {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 50px;
    height: 30px;
    margin: 0;
    padding: 10px;
    background-color: #423665;
    cursor: pointer;
    background-image: url(../images/searchicon.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.vod .search-conteiner form input[type=text]:focus {
    border: 1px solid #725ea9;
}

.vod .channels-record .wrapper .vod-icons {
    float: left;
    padding: 0;
    width: 49%;
    margin: 0.5%;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #0F0F18;
    text-align: center;
}

.vod .channels-record .wrapper .vod-icons:hover {
    background-color: #000000;
}

.vod .channels-record .wrapper .vod-icons.active {
    background-color: #000000;
}

.vod .channels-record .wrapper .vod-icons svg path {
    height: 30px;
    fill: white;
}

.vod .channels-record .wrapper .vod-icons svg path {
    transition: 1s;
}

.vod .channels-record .wrapper .vod-icons:hover svg path {
    fill: darkslateblue;
}

.vod .channels-record .wrapper .vod-icons.active svg path {
    fill: darkslateblue;
}

.vod-icons svg path {
    fill: white;
}

.vod-icons svg path {
    transition: 1s;
}

.vod-icons svg {
    height: 25px;
}

.vod .vod-program {
    padding: 60px 2% 30px 2%;
    border-bottom: 1px solid #000000;
    overflow: auto;
}

.vod .vod-program img {
    margin: 0 0 30px 0;
}

.vod .vod-program .vod-date {
    width: 200px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.vod .vod-program .vod-prog {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding: 5px 0;
}

.vod .vod-program .vod-prog li {
    float: left;
    padding: 0 5px;
    border-right: 1px solid #302f43;
}

.vod .vod-program .vod-prog li .active {
    color: #9391b1;
}

.vod .vod-program .vod-prog li a:hover {
    color: #9391b1;
}

.vod .vod-program-info {
    padding: 50px 0 50px 0;
}

.vod .vod-program-info .time {
    margin: 0 20px 0 0;
    text-align: center;
    display: block;
    float: left;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.vod .vod-program-info img {
    float: left;
    margin-right: 20px;
    display: none;
}

.vod .vod-program-info .program-info-conteiner {
    overflow: auto;
    padding: 20px 2%;
}

.vod .vod-program-info .program-info-conteiner:nth-child(even) {
    background-color: #141427;
}

.vod .vod-program-info .program-info-text {

}

.vod .vod-program-info .program-info-text .premier {
    padding: 0 10px 3px 10px;
    margin: 0 0 15px 0;
    display: inline-block;
    border-radius: 10px;
    background-color: #987cf5;
    color: #ffffff;
}

.vod .vod-program-info .program-info-text h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
}

.vod .vod-program-info .program-info-text p {
    color: #9391b1;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* TV Channels */

.tvchannels {
    background-color: #0f0d24;
    background-image: none;
}

.tvchannels .tvchannels-conteiner {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

.tvchannels .tvchannels-program {
    height: 80px;
}

.tvchannels-program .tvchannels-date {
    width: 10%;
    height: 100%;
    float: left;
    text-align: center;
}

.tvchannels-program .tvchannels-date span {
    font-weight: bold;
    font-size: 12px;
    line-height: 5.5;
    font-family: 'Open Sans', sans-serif;
}

.tvchannels-program .tvchannels-timeline {
    height: 100%;
    width: 86%;
    padding: 0 2%;
    float: left;
    background-color: #1c1b31;
}

.tvchannels-program .tvchannels-timeline ul {
    width: 100%;
    height: 100%;
}

.tvchannels-program .tvchannels-timeline ul li {
    float: left;
    width: 25%;
    height: 100%;
    color: #987cf5;
    font-size: 18px;
    font-weight: bold;
}

.tvchannels-program .tvchannels-timeline ul li span {
    line-height: 5.5;
}

.tvchannels-timeline .tv-icons {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/sprite-tv-channels.png);
    background-repeat: no-repeat;
}

.tv-icons.back-icon {
    background-position: -1px -55px;
    margin-right: 10px;
    float: left;
    margin-top: 32px;
}

.tv-icons.fow-icon {
    background-position: -1px -11px;
    float: right;
    margin-top: 32px;
}

.tv-icons.refresh-icon {
    background-position: -1px -96px;
    float: right;
    margin-top: 32px;
    margin-right: 10px;
}

.tvchannels-timeline .tv-icons:hover {
    opacity: 0.7;
}

.tvchannels-program .tvchannels-channel img {
    margin: 32px 0 0 0;
}

.tvchannels-program .tvchannels-timeline .tvchannels-show {
    float: left;
    width: 25%;
    position: relative;
    height: 80px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #302d48;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #24233d;
}

.tvchannels-timeline .tvchannels-show.current {
    background-color: #3a375b;
}

.tvchannels-timeline .tvchannels-timeline-eest {
    width: 2px;
    background-color: #ffd906;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}

.tvchannels-timeline .tvchannels-timeline-eest span {
    font-size: 18px;
    font-weight: bold;
    line-height: 5.5;
    margin-left: -40px;
}

.tvchannels-timeline .tvchannels-timeline-eest .timeline-arrow {
    background-image: url(../images/time-line-up.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 12px;
    margin-left: -5px;
    height: 4px;
    position: absolute;
    top: 0;
}

.tvchannels-timeline .tvchannels-timeline-eest .timeline-arrow.down {
    background-image: url(../images/time-line-down.png);
    bottom: 0;
    top: unset;
}

.tvchannels-timeline.current {
    background-color: #24233d;
}

.tvchannels-timeline .tvchannels-show.current.playing {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(59, 56, 158, 1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(59, 56, 158, 1);
    box-shadow: inset 0px 0px 0px 2px rgba(59, 56, 158, 1);
}

.tvchannels-timeline .tvchannels-show.current.playing div {
    width: 49%;
    height: 100%;
    background-color: #3b389e;
    position: absolute;
    left: 0;
    top: 0;
}

.tvchannels-timeline .tvchannels-show span {
    z-index: 9999;
    left: 20px;
    position: absolute;
    top: 20px;
    font-size: 14px;
}

.tvchannels-timeline .tvchannels-show.current.playing span {
    padding-left: 30px;
    background-image: url(../images/play_icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-bottom: 10px;
}

.tvchannels-channel .vod-icons {
    padding: 26px 0;
    background-color: #0F0F18;
}

.tvchannels-program:hover svg path {
    fill: darkslateblue;
}


/* ==================== Player ==================== */


.player .main-container {

}

.player .player-conteiner {
    width: 100%;
    float: left;
}

.player .program-conteiner {
    width: 100%;
    background-color: #eeeef3;
    overflow: auto;
    float: left;
}

.player .program-conteiner ul li {
    height: 80px;
    background-color: #0F0F18;
    width: 100%;
    border-bottom: 1px solid #181823;
    color: #4e4e61;
}

.player .program-conteiner ul li:hover {
    background-color: #171725;
}

.player .program-conteiner .player-program {
    height: 40px;
    width: 46%;
    padding: 20px 0 20px 2%;
    float: left;
    margin: 0 2% 0 0;
    text-align: center;
}

.player .program-conteiner .player-program svg {
    height: 25px;
}

.player .program-conteiner .player-program svg path {
    fill: white;
}

.player .program-conteiner .current .player-program svg path {
    fill: darkslateblue;
}

.player .cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 48%;
    height: 60px;
    margin: 20px 0 0 0;
    float: left;
}

.player .cut-text p {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    float: left;
    height: 34px;
    font-size: 14px;
}

.player .program-conteiner ul li.current {
    background-color: #171725;
    color: #ffffff;
}

.player-program-logo {
    height: 40px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    width: 100%;
}

.player-program-logo svg {
    height: 40px;
}

.player-program-logo svg path {
    fill: white;
}


/* TV List */


.tvlist {
    background-color: #1c1b31;
    background-image: none;
}

.tvlist .wrapper.tvlist-conteiner {
    padding: 0 2% 10px 2%;
    overflow: auto;
}

.tvlist-conteiner .tv-list-player {
    width: 96%;
    margin: 10px 0 0 0;
    padding: 2%;
    float: left;
    position: relative;
    text-align: left;
    background-color: #0F0F18;
    border-radius: 5px;
}

.tvlist-conteiner .tv-list-player .player-prev {
    width: 100%;
    opacity: 0.6;
}

.tv-list-player .player-time-conteiner {
    margin: 5px 0 0 0;
}

.tv-list-player .player-time-conteiner span:first-child {
    float: left;
    width: 15%;
    text-align: left;
    font-size: 12px;
}

.tv-list-player .player-time-conteiner span:last-child {
    float: right;
    width: 15%;
    text-align: right;
    font-size: 12px;
}

.tv-list-player .player-time-conteiner .player-time {
    float: left;
    background-color: #323232;
    height: 6px;
    width: 70%;
    border-radius: 6px;
    position: relative;
    margin: 3px 0 0 0;
    overflow: hidden;
}

.tv-list-player .player-time-conteiner .player-time div {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 50%;
    background-color: #987bf4;
    border-radius: 50px;
}

.tv-list-player p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    height: 33px;
    margin: 4px 0 0 0;
    line-height: 1.3;
    float: left;
}

.tv-list-player .player-prev-logo {
    height: 50px;
}

.tvlist-conteiner .tv-list-player .player-hover {
    display: none;
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    z-index: 9999;
    background-image: url(../images/player-hover.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}


.tvlist-conteiner .tv-list-player:hover .player-hover {
    display: block;
}

.tvlist-conteiner .tv-list-player:hover {
    background-color: #000000;
}

.vod .channels-record .wrapper .vod-icons svg {
    height: 30px;
}


/* Promo Page */


.mySlides {
    display: none;
}

body.promo {
    position: relative;
    border: none;
}

.nav-highlight.promo {

}

.tele-content {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 100%;
}

.tele-content img {
    width: auto;
    height: 100vh;
}

.filter-nest {
    position: relative;


}

.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.75;
}

.promo-content {
    padding: 60px 20px 20px 20px;
    z-index: 99;
    position: relative;
    overflow: auto;
}

.promo-reg {
    max-width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    font-weight: normal;
}

.promo-reg h2 {
    max-width: 500px;
    margin: 0 auto;
}

.promo-content .info-button {
    border-radius: 2px;
    background-color: #42b569;
    margin: 20px auto;
    max-width: 300px;
    font-size: 12px;
}

.bottom-info {
    position: relative;
}

.wrapper.promo .promo-info {
    position: relative;
    z-index: 99;
    width: 96%;
    padding: 2%;
    overflow: auto;
}

.filter .promo-info {
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 96%;
    padding: 2%;
    overflow: auto;
    box-sizing: border-box;
}

.promo-info .info-conteiner .info-post {
    display: inline;
    float: left;
    width: 50%;
    font-size: 14px;
    padding: 10px 0;
}

.promo-info .info-conteiner .info-r {
    width: 100%;
}

.promo-info .info-icon {
    float: left;
    display: block;
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-image: url(../images/check-icon.png);
    background-position: center center;
}

.promo-info p {
    float: left;
    margin-left: 10px;
    line-height: 1.2;
}

.wrapper.promo {
    z-index: 99;
}


/* Promo-Device Page */

.promo-device {

}

.promo-device .home.nav-highlight {
    background-color: #5e9b9c;
    z-index: 1;
    height: auto;
    min-height: 100vh;
}

.promo-device .home.nav-highlight::after {
    background-image: url(../images/televizio-device-bgr-mobile.jpg);
    /*background-image: url(../../images/xmas/koleda_back_promo.png);*/
    background-size: 100%;
    opacity: 1;
}

.promo-nav-info-box {
    width: 96%;
    margin: 60px 2% 80px 2%;
    text-align: center;
}

.promo-nav-info-box h2 {
    font-size: 34px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 0;
}

.promo-nav-info-box p {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.promo-nav-info-box p:first-child {
    text-align: left;
}

.promo-nav-info-box p:last-child {
    text-align: right;
}

.promo-device-punch {
    max-width: 260px;
    margin: 0 auto;
}

.promo-device .nav-highlight .info-button {
    background-color: #21d15d;
    float: none;
    padding: 14px 22px 14px 22px;
    font-size: 15px;
    margin: 40px auto 0 auto;
    border: none;
    border-radius: 50px;
    width: 166px;
    font-family: 'Open Sans', sans-serif;
}

.promo-device .promo-device-img {
    position: relative;
    margin: 160px 0 0 0;
    background-image: url(../images/tele-device.png);
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: 30px 0px;
}

.promo-device .promo-device-img .promo-device-img__price {
    position: absolute;
    width: 105px;
    height: 105px;
    top: -55px;
    padding: 15px;
    right: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px 7px rgba(33, 209, 93, 1);
    -moz-box-shadow: 0px 0px 15px 7px rgba(33, 209, 93, 1);
    box-shadow: 0px 0px 15px 7px rgba(33, 209, 93, 1);
}

.promo-device-img .promo-device-img__price del {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.promo-device-img .promo-device-img__price del span {
    font-size: 12px;
    font-weight: normal;
    color: #77748f;
}

.promo-device-img .promo-device-img__price del i {
    color: #77748f;
    font-style: normal;
}

.promo-device-img .promo-device-img__price p {
    color: #151526;
    line-height: 1;
    font-size: 46px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

.promo-device-img .promo-device-img__price p span {
    font-size: 22px;
    font-weight: normal;
}

.promo-device-img .promo-device-img__price span {
    font-size: 14px;
    color: #151526;
}

.promo-device .nav-highlight .info-button span {
    width: 10px;
    height: 12px;
    background-size: 10px;
    margin-right: 10px;
    display: inline-block;
    background-image: url(../images/button-arrow.png);
}

.promo-device .info-wrap {
    background-image: url(../images/pattern-promo-bgr.jpg);
    background-repeat: repeat;
    background-size: 600px;
}

.promo-cards__icon {
    width: 80px;
    height: auto;
    margin: 0 auto 20px auto;
}

.promo-cards__icon img {
    width: 100%;
    height: auto;
}

.promo-device-conteiner {
    font-size: 18px;
    line-height: 1.2;
    margin: 60px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    color: #8582ac;
    overflow: auto;
    padding: 0 20px;
}

.promo-cards {
    width: 36%;
    padding: 0 7% 40px 7%;
    float: left;
}

.promo-cards-empty {
    display: none;
    width: 12.5%;
    float: left;
    height: 1px;
}

.promo-cards .promo-cards__text {
    line-height: 1.4;
    font-size: 12px;
    text-align: center;
}

.promo-device .heading-content h2 {
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 1.2;
}

.tv-slider-wrap {
    background-color: #1c1b31;
    background-image: url(../images/slider-bgr.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0 140px 0;
}

.promo-device .promo-slider {
    width: 90%;
    margin: 50px 5%;
}

.promo-howToStart {
    background-color: #ffffff;
    color: #1d1943;
    border-bottom: 60px solid #9877f7;
}

.promo-howToStart p {
    color: #1d1943;
}

.promo-howToStart .info-button {
    background-color: unset;
    color: #987bf4;
    float: none;
    padding: 14px 22px;
    font-size: 15px;
    margin: 20px auto 0 auto;
    border: 1px solid #987bf4;
    border-radius: 50px;
    width: 166px;
    font-family: 'Open Sans', sans-serif;
}

.promo-howToStart .promo-device-conteiner {
    margin: 20px 0 0 0;
}

.promo-device .promo-device-conteiner .heading-content h2 {
    color: #1d1943;
    font-weight: bold;
    font-size: 28px;
    font-family: 'PT Sans', sans-serif;
}

.promo-howToStart .promo-cards-empty {
    display: block;
    width: 25%;
    float: left;
    height: 1px;
}

.promo-howToStart .promo-cards {
    padding: 0 7% 20px 7%;
}

.promo-howToStart .promo-banner {
    background-image: url(../images/promo-banner-bgr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 60px 0;
}

.promo-device .promo-howToStart .promo-device-img .promo-device-img__price {
    text-align: center;
    padding: 15px;
    right: unset;
    left: 0;
    top: 0;
}

.promo-howToStart .promo-device-img {
    position: relative;
    margin: 0 10%;
    background-image: url(../images/device.png);
    width: 80%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.promo-banner .info-button {
    background-color: #21d15d;
    float: none;
    padding: 14px 22px 14px 22px;
    margin: 40px auto 0 auto;
    border: none;
    border-radius: 50px;
    color: #ffffff;
    width: 169px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.promo-banner .info-button span,
.btns .info-button.r span {
    width: 10px;
    height: 12px;
    background-size: 10px;
    margin-right: 10px;
    display: inline-block;
    background-image: url(../images/button-arrow.png);
}

.promo-howToStart .text-unable {
    color: #77758e;
    font-size: 14px;
}

/* for-phone-only */

@media (max-width: 599px) {
}

/* for-tablet-portrait-up */

@media (min-width: 600px) {
    .home.nav-highlight {
        height: 700px;
    }

    .nav-info-box {
        margin-top: 400px;
        margin-top: 400px;
        width: 86%;
        padding: 20px 2% 20px 2%;
    }

    .nav-highlight .info-button {
        margin-top: 10px;
        width: 80%;
    }

    .info-button {
        width: 35%;
    }

    .nav-highlight::after {
        background-image: url(../images/nav-bgr-wide.jpg);
        background-position: right top;
        background-size: cover;
    }

    .tv-inner-wrap.tv-inner-wrap-ds {
        display: block;
    }

    .tv-wrap .bxslider {
        display: none;
    }

    .tv-icons .channels-icons {
        float: left;
        width: 40px;
        margin-left: 10px;
        margin-bottom: 10px;
        height: 40px;
    }

    .tv-wrap .tv-inner-wrap {
        height: auto;
        overflow: hidden;
    }

    .tv-wrap .tv-icons {
        width: 600px;
        margin: 0 auto;
        height: auto;
    }

    .nav-highlight nav {
        width: 96%;
        height: 40px;
        background-color: #ffffff;
        padding: 10px 2% 10px 2%;
    }

    .wrapper.contact-form .info-conteiner-first {
        height: 56px;
        width: 356px;
        margin: 40px auto 0 auto;
    }

    .wrapper.contact-form .info-conteiner-sec {
        height: 56px;
        width: 88%;
        margin: 0 auto 60px auto;
    }

    .sign-up-form .info-button span {
        width: 50px;
        left: 0;
        top: 0;
        border-right: 2px solid #243965;
        margin: 0;
        height: 56px;
        position: absolute;
        background-repeat: no-repeat;
        box-shadow: 2px 0px 2px #758fc8;
        background-position: 15px 2px;
        background-image: url(../images/sprite-social-icons.png);
    }

    .promo-device .main-container {
        padding: 25px 0 100px 0;
    }

    .sign-up-form .info-button h3 {
        text-shadow: 0 2px 10px rgb(36, 57, 101);
    }

    .contacts-container {
        padding: 40px 2% 80px 2%;
    }

    .heading-b h2 b {
        font-size: 42px;
    }

    .main-container.contact-form .info-contact-button {
        float: left;
        color: #303030;
        font-size: 16px;
        border-radius: 5px;
        text-transform: none;
        font-weight: bold;
        display: block;
        background-color: #f3f3f5;
        margin: 10px 10px 0 0;
        position: relative;
        padding: 15px 15px 15px 50px;
        width: auto;
    }

    .terms-container .terms-cattegory {
        width: 30%;
    }

    .terms-container .terms-content {
        width: 62%;
    }

    .tab {
        width: 220px;
    }

    .tab .tablinks {
        width: 220px;
    }

    .tabcontent {
        width: 500px;
        margin: 0 0 0 50px;
    }

    #abonaments {
        width: 800px;
    }

    .vod .vod-program {
        padding: 60px 2% 30px 2%;
        border-bottom: 1px solid #000000;
    }

    .vod .vod-program .vod-prog span {
        width: 29px;
        height: 29px;
        display: block;
        top: 0;
        position: absolute;
        right: 0;
        background-image: url(../images/calendar.png);
        background-position: top left;
        background-repeat: no-repeat;
    }

    .vod .vod-program .vod-prog {
        float: right;
    }

    .vod .vod-program .vod-prog li:last-child {
        padding: 0 40px 0 40px;
    }

    .vod .vod-program .vod-prog {
        font-size: 16px;
    }

    .vod .vod-program .vod-prog li {
        padding: 0 10px;
        border-right: 1px solid #302f43;
    }

    .vod .search-conteiner h2 {
        float: left;
        text-align: left;
        margin: 3px 0 0 0;
    }

    .vod .search-conteiner form {
        float: right;
        width: 300px;
        margin: 0;
    }

    .error-bgr .main-container {
        min-height: 700px !important;
    }

    .faq .main-container {
        min-height: 700px;
    }

    .settings .main-container {
        min-height: 700px;
        overflow: auto;
    }

    .player .program-conteiner .player-program {
        width: 28%;
        padding: 20px 0 20px 0;
        margin: 0 2% 0 0;
    }

    .player .cut-text {
        width: 68%;
    }

    .vod .channels-record .wrapper .vod-icons {
        float: left;
        padding: 10px;
        width: 96px;
        margin: 2px;
        background-color: #0F0F18;
        text-align: center;
        border-radius: 5px;
    }

    .vod .channels-record .wrapper .vod-icons svg {
        height: 30px;
    }

    .tvlist .wrapper.tvlist-conteiner {
        padding: 80px 2% 10px 2%;
    }

    .tvlist-conteiner .tv-list-player {
        width: 47%;
        margin: 0.5%;
        padding: 1%;
    }

    .desctop-nav .profile > a {
        position: relative;
        padding-left: 35px;
    }

    .promo-reg {
        font-size: 18px;
    }

    .promo-info .info-conteiner .info-post {
        display: inline;
        float: left;
        width: 46%;
        font-size: 20px;
        padding: 20px 2%;
    }

    .promo-info {
        padding: 20px 50px;
    }

    .promo-content {
        padding: 120px 20px 20px 20px;
        z-index: 99;
        position: relative;
        overflow: auto;
    }

    /* Promo-Device Page */
    .promo-device .home.nav-highlight::after {
        /*background-image: url(../../images/xmas/koleda_back_promo.png);*/
        background-image: url(../images/televizio-device-bgr.jpg);
        background-size: cover;
        background-position: -245px 0px;
    }

    .promo-nav-info-box {
        width: 360px;
		margin: 240px 0 180px 50px;
		text-align: center;
		padding: 0 20px;
    }

    .promo-device .nav-highlight .promo-nav-info-box .info-button {
        margin-top: 1em;
    }

    .promo-nav-info-box h2 {
        font-size: 45px;
        letter-spacing: 3px;
        font-weight: 300;
        margin: 0;
        text-align: left;
    }

    .promo-nav-info-box p {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.4;
        color: #dadadb;
        font-family: 'Open Sans', sans-serif;
    }

    .promo-nav-info-box p:first-child {
        text-align: left;
    }

    .promo-nav-info-box p:last-child {
        text-align: right;
    }

    .promo-device .nav-highlight .info-button {
        background-color: #21d15d;
        float: none;
        padding: 14px 22px 14px 22px;
        font-size: 16px;
        margin: 50px auto 0 auto;
        border: none;
        width: 168px;
    }

    .promo-device .promo-device-img {
        position: relative;
        margin: 40px 0 0 0;
        background-image: url(../images/tele-device.png);
        width: 100%;
        height: 250px;
        background-repeat: no-repeat;
        background-size: 300px;
        background-position: -20px 0;
    }

    .promo-howToStart .promo-device-img {
        position: relative;
        margin: 0 10%;
        background-image: url(../images/device.png);
        width: 80%;
        height: 250px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

    .promo-howToStart .promo-banner {
        margin: 0;
        padding: 150px 0 20px 0;
    }

    .promo-device-punch {
        max-width: unset;
        margin: -20px auto 0 auto;
    }

    .promo-device .promo-device-img .promo-device-img__price {
        position: absolute;
        width: 105px;
        height: 105px;
        top: 0;
        padding: 15px;
        right: 0;
        background-color: #ffffff;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 15px 7px rgba(33, 209, 93, 1);
        -moz-box-shadow: 0px 0px 15px 7px rgba(33, 209, 93, 1);
        box-shadow: 0px 0px 15px 7px rgba(33, 209, 93, 1);
    }

    .promo-device-img .promo-device-img__price del {
        color: red;
        font-size: 16px;
        font-weight: bold;
    }

    .promo-device-img .promo-device-img__price del span {
        font-size: 12px;
        font-weight: normal;
        color: #77748f;
    }

    .promo-device-img .promo-device-img__price del i {
        color: #77748f;
        font-style: normal;
    }

    .promo-device-img .promo-device-img__price p {
        color: #151526;
        line-height: 1.2;
        font-size: 46px;
        font-weight: bold;
        font-family: 'PT Sans', sans-serif;
    }

    .promo-device-img .promo-device-img__price p span {
        font-size: 22px;
        font-weight: normal;
    }

    .promo-device-img .promo-device-img__price span {
        font-size: 14px;
        color: #151526;
    }

    .promo-device .info-wrap {
        padding: 110px 0 150px 0;
    }

    .promo-device .heading-content h2 {
        font-size: 50px;
        letter-spacing: 1px;
    }

    .promo-device-conteiner {
        font-size: 18px;
        line-height: 1.2;
        margin: 90px 0 0 0;
        padding: 0;
        font-family: 'Open Sans', sans-serif;
        color: #8582ac;
        overflow: auto;
    }

    .promo-cards {
        width: 17%;
        padding: 0 4% 50px 4%;
        float: left;
    }

    .promo-cards-empty {
        display: block;
        width: 12.5%;
        float: left;
        height: 1px;
    }

    .promo-cards .promo-cards__text {
        line-height: 1.4;
        font-size: 18px;
        text-align: center;
    }

    .promo-cards__icon {
        width: 120px;
        height: auto;
        margin: 0 auto 20px auto;
    }

    .promo-cards__icon img {
        width: 100%;
        height: auto;
    }

    .promo-device-conteiner {
        margin: 40px 0 0 0;
    }

    .main-container.info-wrap .promo-device-conteiner {
        padding: 0 50px;
    }

    .promo-device .heading-content h2 {
        font-size: 40px;
        letter-spacing: 1px;
        text-transform: none;
        line-height: 1.2;
    }

	.promo-howToStart .promo-cards {
		padding: 0 8% 20px 8%;
	}

}

/* for-tablet-landscape-up */

@media (min-width: 1000px) {

    .wrapper {
        width: 980px;
        margin: 0 auto;
    }

    .nav-highlight nav {
        background-color: transparent;
        width: 96%;
        height: 50px;
        padding: 20px 2% 20px 2%;
        position: relative;
    }

    .nav-highlight nav .nav-logo {
        width: 150px;
        height: 48px;
        position: relative;
        float: left;
        left: 0;
        background-repeat: no-repeat;
        margin: 0;
        background-image: url(../images/logo.png);
        background-size: 160px;
    }

    .nav-highlight nav span {
        display: none;
    }

    .heading-content .highlight {
        color: #987cf5;
    }

    .nav-highlight .desctop-nav {
        display: block;
        float: right;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .desctop-nav li {
        float: left;
    }

    .desctop-nav > li > a {
        display: block;
        color: white;
        text-transform: uppercase;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        padding: 8px 15px;
        margin-top: 10px;
        text-decoration: none;
        font-size: 14pt;
    }

    .desctop-nav li a:hover {
        opacity: 0.8;
    }

    .log-in-nav {
        border: 1px solid #ffffff;
        border-radius: 25px;
        margin-left: 40px;
    }

    .register-nav {
        background-color: #1c1b31;
        border: 1px solid #1c1b31;
        border-radius: 25px;
        margin-left: 10px;
    }

    .nav-info-box {
        color: #ffffff;
        text-align: left;
        text-transform: none;
        width: 46%;
        background-color: transparent;
        padding: 10px 2% 10px 2%;
        position: relative;
        margin-top: 100px;
        float: left;
    }

    .nav-info-box h2 {
        font-size: 38px;
    }

    .nav-info-box p {
        font-size: 20px;
        line-height: 1.4;
        color: #dadadb;
        margin-bottom: 40px;
        font-family: 'Open Sans', sans-serif;
    }

    .nav-highlight .info-button {
        margin: 0;
        width: auto;
        position: relative;
        font-size: 12px;
        clear: both;
        left: 2%;
        border-radius: 10px;
        padding: 12px 30px 12px 30px;
        font-family: 'Open Sans', sans-serif;
        border-radius: 35px;
        bottom: unset;
        top: unset;
        float: left;
    }

    .nav-highlight .info-button span {
        width: 10px;
        height: 12px;
        background-size: 10px;
        margin-right: 10px;
        display: inline-block;
        background-image: url(../images/button-arrow.png);
    }

    .heading-content h2 {
        font-size: 28px;
        text-transform: unset;
        line-height: 1.2;
        text-transform: unset;
    }

    .heading-content p {
        font-size: 18px;
    }


    .bxslider {
        display: none;
    }

    .info-button {
        width: 220px;
        padding: 15px 25px 15px 25px;
        border-radius: 25px;
        font-size: 14px;
    }

    .info-desctop {
        width: 900px;
        height: 300px;
        margin: 0 auto;
    }

    .info-pc {
        display: block;
        width: 50%;
        float: left;
        padding: 30px 0 30px 0;
    }

    .info-pc .heading-content {
        text-align: left;
        float: left;
        width: 320px;
        padding: 0 10px 0 10px;
    }

    .info-pc .small-icons {
        float: left;
    }

    .info-pc .heading-content h3 {
        font-size: 22px;
        line-height: 1.5;
        text-transform: unset;
        text-transform: unset;
        font-family: 'PT Sans', sans-serif;
        font-weight: normal;
    }

    .info-pc .heading-content p {
        margin: 10px 0 0 0;
        font-size: 15px;
    }

    .image-wrap {
        height: 400px;
        background-image: url(../images/image-wide.jpg);
        background-size: cover;
        background-position: center center;
    }

    .device-ds {
        display: block;
    }

    .device-ds li {
        list-style: none;
        width: 33.33%;
        height: 220px;
        float: left;
        padding: 40px 0 0 0;
    }

    .device-ds li:nth-child(4) {
        margin-left: 17%;
    }

    .device-ds .heading-content h3 {
        font-size: 20px;
        text-transform: unset;
        font-family: 'Open Sans', sans-serif;
    }

    .device-ds .heading-content p {
        font-size: 15px;
        margin: 10px 0 0 0;
    }

    .device-ds .heading-content {
        width: auto;
        padding: 20px;
    }

    .main-container.device-info-wrap {
        background-image: url(../images/pattern-bgr-blue.jpg);
        background-repeat: repeat;
        background-size: 600px;
    }

    .tv-wrap .heading-content p {
        color: #987cf5;
    }

    .tv-wrap .tv-icons {
        width: 800px;
    }

    .tv-wrap .info-button {
        background-color: #1d1943;
        border: 3px solid #987bf4;
    }

    .free-register-wrap .info-button {
        background-color: #1d1943;
        border: 3px solid #987bf4;
    }

    .main-container {
        padding: 0;
    }

    .landing-page .main-container {
        padding: 60px 0 80px 0;
    }

    .main-container.wos-wrap {
        background-color: #1c1b31;
        padding: 80px 0 80px 0;
    }

    .wos-wrap .heading-content p {
        color: #ffffff;
    }

    footer {
        display: block;
    }

    body {

    }

    .vod .vod-program {
        padding: 60px 0 30px 0;
    }

    .vod .vod-program-info img {
        display: block;
    }

    .vod .vod-program-info .time {
        width: 120px;
        text-align: center;
        display: block;
        float: left;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
    }

    .player .player-conteiner {
        width: 60%;
    }

    .player .program-conteiner {
        width: 40%;
    }

    .player .cut-text {

    }

    .tvlist .wrapper.tvlist-conteiner {
        padding: 0 10px 70px 10px;
    }

    .tvlist-conteiner .tv-list-player {
        width: 22%;
        margin: 0.5%;
        padding: 1%;
    }

    .vod .search-conteiner {
        padding: 20px 2% 20px 2%;
        overflow: auto;
    }

    .player .vod-program-info .time {
        width: 120px;
        text-align: center;
        height: 85px;
        display: block;
        float: left;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
    }

    .player .vod-program-info img {
        display: none;
    }

    .tele-content {
        top: 0;
        left: 0;
    }

    .promo-content .info-button {
        margin: 20px 0 20px 0;
        border-radius: 2px;
        left: 0;
    }

    .promo-content .info-button h3 {
        font-weight: bold;
    }

    .promo-reg {
        float: left;
        text-align: left;
        font-size: 24px;
        max-width: 480px;
        position: relative;
        margin-top: 120px;
        line-height: 1.5;
        font-weight: normal;
    }

    .promo-content {
        padding: 0 20px;
        position: relative;
    }

    .promo-info .info-conteiner .info-post {
        width: 19%;
        padding: 0;
        font-size: 20px;
    }


    .promo-info .info-conteiner .info-r {
        width: 24%;
    }


    .promo-info {
        position: absolute;
        bottom: 80px;
        padding: 20px 0;
    }

    .tele-content .wrapper {
        height: 100%;
        position: relative;
    }

    .tele-content img {
        width: 100%;
        height: 100vh;
    }

    .filter-nest {
        position: relative;
        overflow: hidden;
    }

    .filter .promo-info {
        display: block;
        bottom: 80px;
    }

    .wrapper.promo .promo-info {
        display: none;
    }

    .tv-slider-wrap {
        background-color: #1c1b31;
        background-image: url(../images/slider-bgr-desctop.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* Promo-Device Page */
    .promo-device .promo-slider {
        display: block;
        width: 100%;
        margin: 50px auto -20px auto;
    }

    .promo-howToStart .promo-device-conteiner {
        margin: 20px 0 0 0;
        width: 50%;
        float: left;
    }

    .promo-howToStart .promo-banner {
        background-image: url(../images/promo-banner-bgr.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
        margin: 0;
        width: 50%;
        float: left;
    }

    .promo-howToStart .info-button {
        margin: 50px auto 0 auto;
    }

    .promo-howToStart .promo-device-conteiner .info-button {
        margin: 70px auto 0 auto;
    }

    .promo-howToStart .promo-cards .promo-cards__text {
        font-size: 15px;
    }

    .promo-howToStart .promo-cards__icon {
        width: 80px;
        height: auto;
        margin: 0 auto 20px auto;
    }

    .promo-howToStart .promo-cards {
        padding: 0 2% 20px 2%;
        width: 29%;
    }

    .promo-device .promo-device-conteiner .heading-content h2 {
        font-size: 40px;
        font-family: 'PT Sans', sans-serif;
        font-weight: bold;
    }

    .promo-howToStart .promo-device-img {
        position: relative;
        margin: 0;
        background-image: url(../images/device-desctop.png);
        width: 100%;
        height: 410px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
    }

    .promo-device .promo-howToStart .promo-device-img .promo-device-img__price {
        left: 50px;
        top: 50px;
    }

	.promo-nav-info-box {
		width: 360px;
		margin: 40px 0 180px 0;
		text-align: center;
		padding: 0 20px;
	}

    /*.promo-nav-info-box:after {*/
        /*height: 100px;*/
        /*display: block;*/
        /*content: '';*/
    /*}*/

	.promo-device .promo-slider {
		display: block;
		width: 850px;
		margin: 50px auto -20px auto;
	}


}

/* for-desktop-up */

@media (min-width: 1200px) {
    .wrapper {
        width: 1180px;
        margin: 0 auto;
        overflow: auto;
    }

    .info-desctop {
        width: 100%;
        margin: 0 auto;
    }

    .info-pc {
        width: 600px;
    }

    .info-pc .heading-content {
        width: 455px;
    }

    .tv-wrap .tv-icons {
        width: 1000px;
    }

    .desctop-nav .profile {
        margin-left: 100px;
    }

    .desctop-nav .profile a {
        padding: 8px 15px 8px 33px;
        position: relative;
    }

    /* Promo-Device Page */
    .promo-device .home.nav-highlight::after {
        background-image: url(../images/televizio-device-bgr.jpg);
        /*background-image: url(../../images/xmas/koleda_back_promo.png);*/
        background-size: cover;
        background-position: center center;
    }


}

/* for-big-desktop-up */

@media (min-width: 1800px) {
    .wrapper {
        width: 1300px;
        margin: 0 auto;
    }

    .home.nav-highlight {
        height: 800px;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.main-container {
    min-height: 100vh;
}

.promo-device .main-container {
    min-height: unset;

}

@media (min-width: 1000px) {
    body {
        padding: 0;
    }
}

.promo-device .promo-howToStart .btns {
    display: none;
}

@media (min-width: 1000px) {
    .promo-device .promo-howToStart .btns {
        display: block;
    }

    .promo-device .promo-howToStart .btns a.info-button {
        width: 160px;
        margin: 10px calc(22.5% - 75px);
    }
    .promo-device .promo-howToStart .btns a.info-button.l {
        float: left;
    }
    .promo-device .promo-howToStart .btns a.info-button.r {
        float: right;
        background-color: #21d15d;
        color: #ffffff;
    }

    .btns .info-button span {
        width: 10px;
        height: 12px;
        background-size: 10px;
        margin-right: 10px;
        display: inline-block;
        background-image: url(../images/button-arrow.png);
    }

    .promo-device .promo-howToStart a.fifty {
        display: none;
    }

	.promo-device div.main-container {
		padding: 90px 0 100px 0;
	}

}

@media (max-width: 1000px) {
    .promo-device div.main-container {
        padding: 90px 0 100px 0;
    }
}