@import url('icons.css');
@font-face {
	font-family: 'RobotoMedium';
	src: url("fonts/Roboto-Medium.ttf");
}
@font-face {
	font-family: 'RobotoLight';
	src: url("fonts/Roboto-Light.ttf");
}
@font-face {
	font-family: 'RobotoBold';
	src: url("fonts/Roboto-Bold.ttf");
}
@font-face {
	font-family: 'RobotoRegular';
	src: url("fonts/Roboto-Regular.ttf");
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: RobotoRegular;
}
/* Extra style properties */
.overflow-hidden {
    overflow: hidden;
}
.d-flex {
	display: flex;
}
.flex-column {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.align-center {
	align-items: center!important;
}
.align-baseline {
	align-items: baseline;
}
.align-unset {
    align-items: unset!important;
}
.align-start {
    align-items: flex-start!important;
}
.justify-center {
	justify-content: center;
}
.space-between {
	justify-content: space-between;
}
.border-top-offer {
	border-top: 1px solid #f2f2f2;
}
.border-bottom-offer {
	border-bottom: 1px solid #f2f2f2;
}
.padding-10-0 {
	padding: 10px 0;
}
.padding-2-0 {
	padding: 2rem 0;
}
.padding-bottom-1 {
	padding-bottom: 1rem!important;
}
.margin-bottom-2 {
	margin-bottom: 2rem;
}
.margin-bottom-4 {
	margin-bottom: 4rem!important;
}
.margin-bottom-10 {
    margin-bottom: 10px!important;
}
.margin-3-5 {
	margin: 3.5rem 0!important;
}
@media(max-width: 500px) {
    .margin-3-5 {
        margin: 3rem 1rem!important;
    }
}
.margin-top-8 {
	margin-top: 8px;
}
.margin-top-24 {
	margin-top: 24px;
}
.margin-top-2 {
	margin-top: 2.5rem!important;
}
.margin-top-4 {
	margin-top: 4rem!important;
}
.margin-top-1 {
	margin-top: 1rem;
}
.margin-right-1 {
    margin-right: 1rem;
}
.body ul {
    margin-left: 1rem;
}
.pos-relative {
    position: relative;
}
.padding-bottom-15 {
	padding-bottom: 1.5rem;
}
.padding-bottom-3 {
	padding-bottom: 3rem;
}
.padding-bottom-6 {
	padding-bottom: 6px;
}
.height-280 {
	height: 280px!important;
}
@media(max-width: 700px) {
    .height-280 {
        height: 200px!important;
    }
}
.width-80 {
	width: 80%;
	margin: 0 auto;
}
@media(max-width: 500px) {
    .width-80 {
        width: 100%;
    }
}
@media(min-width: 1900px) {
    .width-80 {
        width: 70%;
    }
}
.width-24 {
	width: 24%!important;
}
.width-100 {
    width: 100%!important;
}
@media(max-width: 500px) {
    .width-100 {
        width: 91%!important;
    }
}
.text-center {
    text-align: center!important;
}
.display-block {
    display: block;
}
.width-fit {
    width: fit-content;
}
.place-item {
    font-size: 14px;
    background: #fff;
    padding: 0.4rem 1.5rem;
    color: #028fd7;
    letter-spacing: 0.3px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}
.places-textarea {
    min-height: 5rem;
    line-height: 18px;
    font-size: 14px;
    color: #4a4a4a;
}
.container {
	
}
@media(max-width: 1200px) {
    
}
@media(max-width: 900px) {
    .container {
        margin: 0 10px;
    }
}
.margin-container {
    width: 80%;
    margin: 0 auto;
}
@media(max-width: 470px) {
    .margin-container {
        width: 90%;
    }
}
@media(min-width: 700px) and (max-width: 850px) {
    .margin-container {
        width: 97%;
    }
}
@media(min-width: 1900px) {
    .margin-container {
        width: 70%;
    }
}
.order-note-popup {
    position: fixed;
    top: 50%;
    left 50%;
    transform: translate(-50%, -50%);
}
.alert-success-msg {
    border: 1px solid #028fd75c;
    margin: 0 3rem;
    padding: 0.6rem 1rem;
    border-radius: 5px;
    color: #028fd7;
    font-size: 14px;
    background: #ffffff9e;
    box-shadow: 0 1px 5px rgb(0 0 0 / 5%);
}
.alert-success-msg-front {
    border: 1px solid #028fd75c;
    margin: auto;
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 5px;
    color: #028fd7;
    width: 80%;
    font-size: 14px;
    background: #ffffff9e;
    box-shadow: 0 1px 5px rgb(0 0 0 / 5%);
}


}
.white-btn {
    text-decoration: none;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #028fd7;
    padding: 10px 10px;
    color: #028fd7;
    display: table;
    margin: 6px 0;
    transition: all .4s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: none;
    width: 9rem;
    cursor: pointer;
}
@media(max-width: 500px) {
    .white-btn {
        width: 7rem;
    }
}
.white-btn:hover {
    border: 1px solid #028fd7;
    background: #028fd7;
    color: #fff;
}
.empty-results {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #909090;
    margin: auto;
    width: 100%;
    text-align: center;
    font-family: 'RobotoRegular';
}
.admin-top-link {
    margin-left: auto;
    text-decoration: none;
    font-size: 13px;
    color: #02d7b8;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-family: 'RobotoMedium';
}
.admin-service-img {
    max-height: 9rem;
    max-width: 13rem;
    object-fit: cover;
    margin-top: 1rem;
}
.admin-welcome {
    font-size: 3rem;
    text-align: center;
    padding-top: 4rem;
    color: darkturquoise;
    letter-spacing: 0.4px;
}
/* Index Page */
.top-tape {
	height: 2.5rem;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.top-tape .width-margin {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
@media(min-width: 1900px) {
    .top-tape .width-margin {
        width: 70%;
    }
}
.top-tape .client-type {
    color: #626262;
    text-decoration: none;
    font-size: 14px;
    font-family: 'RobotoRegular';
    letter-spacing: 0.1px;
    margin-right: 1rem;
    margin-top: 3px;
}
.top-tape .active-client-type::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #0096d6;
    transition: width .3s;
}
@media(max-width: 700px) {
    .version-type {
        display: none;
    }
}
@media(max-width: 850px) {
    .top-tape {
        display: none;
    }
}
.top-tape .top-phone,
.top-tape .top-phone a {
	font-size: 14px;
    color: #999999;
    font-weight: 100;
    font-family: 'RobotoRegular';
    margin-top: 3px;
}
.top-tape .search {
	height: 100%;
    display: flex;
    align-items: center;
}
@media(max-width: 700px) {
    .top-tape .search {
        justify-content: flex-end;
        width: 100%;
    }
}
.top-tape .search .search-button {
	background: none;
    border: none;
    font-size: 24px;
    color: #828282;
    cursor: pointer;
    transition: color .4s ease;
    right: 8px;
    top: 3px;
    position: absolute;
}
@media(max-width: 850px) {
    .top-tape .search .search-button {
        display: none;
    }
}
.top-tape .search button:hover {
	color: #0096d6;
}
.top-tape .search .my-account-link {
	text-decoration: none;
    font-size: 14px;
    background: #eeeeee;
    height: 100%;
    padding: 12px;
    border-radius: 8px 0 0 0;
    margin-left: 1rem;
    transition: all .4s ease;
    color: #8b8b8b;
}
@media(max-width: 900px) {
    .top-tape .search .my-account-link {
        display: none;
    }
}
.top-tape .search .my-account-link:hover {
	background: #dfdfdf;
}
.top-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
    min-height: 4.5rem;
}
@media(max-width: 1000px) {
    .top-navigation {
        padding: 1rem 0;
    }
}
@media(max-width: 850px) {
    .top-navigation {
        display: none;
    }
}
.top-navigation .logo {
	display: flex;
    font-size: 13px;
    text-decoration: none;
    color: #717171;
    position: relative;
    align-items: center;
    margin: 10px 0;
}
.top-navigation .logo img {
    height: 3rem;
}
@media(max-width: 1170px) {
    .top-navigation .logo img {
        height: 2rem;
    }
}
@media(max-width: 1000px) {
    .top-navigation .logo {
        display: none;
    }
}
.top-navigation .logo #logoPic {
	height: 5rem;
    object-fit: cover;
}
.top-navigation .logo span {
	margin-top: -10px;
}
.top-navigation .nav-links {
	display: flex;
	list-style: none;
}
@media(max-width: 1000px) {
    .top-navigation .nav-links {
        width: 100%;
        justify-content: center;
    }
}
.top-navigation .nav-links li a {
	text-decoration: none;
    color: #7d7d7d;
    font-size: 16px;
    position: relative;
    font-family: 'RobotoRegular';
}
.top-navigation .nav-links li:hover .nav-dropdown {
	display: block;
}
.top-navigation .nav-links li:not(:last-child) {
	margin-right: 1.8rem;
}
.top-navigation .nav-links li .main-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0096d6;
    transition: width .3s;
}
.top-navigation .nav-links li .main-link:hover::after {
    width: 100%;
    transition: width .3s;
}
.client-type::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0096d6;
    transition: width .3s;
}
.client-type:hover::after {
    width: 100%;
    transition: width .3s;
}
.top-navigation .nav-links li .nav-dropdown {
	box-shadow: 0 1px 7px rgb(0 0 0 / 6%);
    border-radius: 5px;
    padding: 1rem 1.6rem;
    position: absolute;
    list-style: none;
    z-index: 9;
    background: #fff;
    display: none;
    transition: all .4s ease;
}
.top-navigation .nav-links li .nav-dropdown.active {
	display: block;
}
.top-navigation .nav-links li .nav-dropdown li:not(:last-child) {
	padding-bottom: 12px;
}
.top-navigation .nav-links li .nav-dropdown li a {
	font-size: 13.5px;
    display: flex;
    align-items: center;
    padding: 0;
}
.top-navigation .nav-links li .nav-dropdown li a:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 600;
    font-size: 8px;
    padding-right: 6px;
    color: #0096d6;
}
.top-navigation .nav-links li .nav-dropdown li a:hover {
	color: #0096d6;
}
.slider-section {
	width: 100%;
	height: 400px;
	position: relative;
    overflow: hidden;
}
@media(max-width: 700px) {
    .slider-section {
        margin-top: 2.2rem;
    }
}
@media(min-width: 1400px) {
    .slider-section {
        height: 400px;
    }
}
@media(min-width: 1500px) {
    .slider-section {
        height: 400px;
    }
}
@media(min-width: 1600px) {
    .slider-section {
        height: 400px;
    }
}
@media(min-width: 1700px) {
    .slider-section {
        height: 450px;
    }
}
@media(min-width: 1800px) {
    .slider-section {
        height: 500px;
    }
}
@media(min-width: 1900px) {
    .slider-section {
        margin: auto;
    }
}
.slider-section img {
	position: absolute;
    height: 100%;
    right: 0;
    width: 70%;
    object-fit: cover;
    z-index: -1;
    object-position: top;
}
.slider-section .right-top {
    position: absolute;
    right: 0;
    top: -60%;
    height: auto;
    width: 56%;
    object-fit: cover;
}
@media(max-width: 1100px) {
    .slider-section .right-top {
        top: -8rem;
        height: fit-content;
        width: 49%;
    }
}
@media(max-width: 1600px) {
    .slider-section .right-top {
        top: -11rem;
        width: 49%;
    }
}
@media(min-width: 1600px) {
    .slider-section .right-top {
        top: -16rem;
        height: fit-content;
        width: 49%;
        object-fit: cover;
    }
}
.slider-section .info-side {
    width: 42%;
    background: linear-gradient(
89deg
, #1b6ab6, #0290d8);
    height: 100%;
    border-radius: 0 0 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
}
@media(min-width: 1000px) and (max-width: 1250px) {
    .slider-section .info-side {
        width: 50%;
    }
}
@media(min-width: 1900px) {
    .slider-section .info-side {
        padding-left: 15%;
    }
}
@media(max-width: 1000px) {
    .slider-section .info-side {
        padding-left: 10%;
        width: 55%;
    }
}
@media(max-width: 800px) {
    .slider-section .info-side {
        padding-left: 10%;
        width: 65%;
    }
}
@media(max-width: 600px) {
    .slider-section .info-side {
        padding-left: 10%;
        width: 70%;
    }
}
@media(max-width: 420px) {
    .slider-section .info-side {
        width: 100%;
        padding-left: 1rem;
    }
    .slider-section img {
        display: none;
    }
}
@media(min-width: 1400px) {
    .slider-section .info-side {
        
    }
}
.slider-section .info-side .title {
	color: #fff;
	width: 70%;
}
@media(max-width: 950px) {
    .slider-section .info-side .title {
        font-size: 19px;
        line-height: 20px;
    }
}
@media(max-width: 700px) {
    .slider-section .info-side .title {
        font-size: 17px;
        line-height: 20px;
    }
}
.slider-section .info-side .small-description {
    color: #ffffffc7;
    margin-top: 1rem;
    font-size: 16px;
    width: 80%;
    line-height: 1.5;
}
@media(max-width: 950px) {
    .slider-section .info-side .small-description {
        font-size: 17px;
    }
}
@media(max-width: 700px) {
    .slider-section .info-side .small-description {
        font-size: 15px;
    }
}
.slider-section .info-side .read-more {
	color: #107bc5;
    text-decoration: none;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 35px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 2%);
    width: fit-content;
    width: -​moz-fit-content;
    margin-top: 1rem;
    border: 1px solid #fff;
    transition: all .5s ease;
}
.slider-section .info-side .read-more:hover {
    background-color: #107bc5;
    color: #fff;
    border: 1px solid #fff;
}
.slider-section-all {
	width: 80%;
    margin: 4rem auto;
}
.video-section-sales iframe {
    width: 100%;
    height: 30rem;
    margin-top: 3rem;
}
@media(max-width: 1000px) {
    .my-video-dimensions {
        height: 23rem;
    }
}
@media(max-width: 700px) {
    .video-section-sales iframe {
        height: 16rem;
    }
}
@media(min-width: 1900px) {
    .slider-section-all {
        width: 70%;
    }
}
.slider-section-all .sales-list {
	margin: 2rem 0;
    height: 350px;
    position: relative;
}
.slider-section-all .services-list {
	margin: 2rem 0;
    height: 250px;
    transition: all .9s ease;
    position: relative;
}
.slider-section-all .sales-archive {
    text-align: center;
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 14px;
    color: #0094db;
    border: 1px solid #0094db;
    width: fit-content;
    border-radius: 5px;
    transition: all .6s ease;
    font-family: 'RobotoMedium';
    transition: all .4s ease;
}
.slider-section-all .sales-archive:hover {
    background: #028fd7;
    color: #fff;
}
.slider-section-all .services-list .info-side .title {
    padding: 1rem 3rem;
    color: #ffffff;
    background: #028fd7;
    border-radius: 4px 4px 0 0;
    font-size: 23px;
    font-family: 'RobotoBold';
}
.slider-section-all .services-list:hover {
    background: #ffffff26;
}
.slider-section-all .services-list .services-link {
    background: #fff;
    padding: 0.9rem 7rem;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'RobotoMedium';
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #038fd7;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}
.slider-section-all .services-list .services-link:hover {
    transform: translate(-50%, -52%);
}
.slider-section-all .sales-list img {
	position: absolute;
    height: 350px;
    width: 70%;
    object-fit: cover;
    z-index: -1;
    object-position: left;
    right: 0;
}
@media(max-width:  700px) {
    .slider-section-all .sales-list img {
        object-position: unset;
    }
}
@media(min-width: 1900px) {
    .slider-section-all.slider-section-all .sales-list img {
        width: 70%;
    }
}
.slider-section-all .services-list img {
	position: absolute;
    height: 250px;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 4px;
}
.slider-section-all .sales-list .info-side {
	width: 40%;
    background: linear-gradient(89deg, #1b6ab6, #0290d8);
    height: 100%;
    border-radius: 0 0 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3rem;
}
.slider-section-all .sales-list .services-link {
    background: #fff;
    padding: 0.9rem 7rem;
    border-radius: 4px;
    color: #048ed6;
    text-decoration: none;
    font-family: 'RobotoMedium';
    font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}
@media(max-width: 800px) {
    .slider-section-all .sales-list .info-side {
        width: 55%;
    }
}
@media(max-width: 650px) {
    .slider-section-all .sales-list .info-side {
        width: 65%;
    }
    .slider-section-all .sales-list .info-side .title {
        font-size: 14px;
    }
    .slider-section-all .sales-list .info-side .small-description {
        font-size: 12px;
    }
}
@media(max-width: 390px) {
    .slider-section-all .sales-list .info-side {
        width: 85%;
    }
}
.slider-section-all .sales-list .info-side .title {
	color: #fff;
    font-family: 'RobotoBold';
}
.slider-section-all .sales-list .info-side .small-description {
	color: #ffffffc7;
    margin-top: 1rem;
    font-size: 16px;
}
@media(max-width: 1200px) {
    .slider-section-all .sales-list .info-side .small-description {
        font-size: 14px;
    }
}
@media(max-width: 650px) {
    .slider-section-all .sales-list .info-side .small-description {
        font-size: 12px;
    }
}
.slider-section-all .sales-list .info-side .read-more {
	color: #107bc5;
    text-decoration: none;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 35px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 2%);
    width: fit-content;
    margin-top: 1rem;
    font-family: 'RobotoBold';
}
.offers-section {
	display: flex;
	justify-content: space-between;
	padding: 4rem 0;
	font-family: 'RobotoLight';
}
@media(max-width: 750px) {
    .offers-section {
        flex-direction: column;
    }
    .offers-mobile {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}
.offers-section .offers-with-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.offers-section .offer {
	background: #fff;
    box-shadow: 0 1px 7px rgb(49 132 233 / 15%);
    width: 100%;
    padding: 2rem;
    border-radius: 8px;
    position: relative;
    flex: 0 0 48%;
    margin-bottom: 2rem;
}
@media(max-width: 500px) {
    .offers-section .offer {
        padding: 2rem 1rem;
    }
}
@media(max-width: 700px) {
    .offers-section .offer {
        margin-bottom: 0;
    }
}
.offers-section .offer .index-icon {
    width: 35px;
    height: auto;
    margin-right: 1rem;
}
.offers-section .offer:not(:last-child) {
	margin-right: 1.2rem;
}
.offers-section .offer .title {
	font-size: 21px;
    color: #028fd7;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 1.2rem 0;
}
.offers-section .offer .image {
	height: 7rem;
}
.offers-section .offer .image img {
	height: 9rem;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.offers-section .offer i {
    color: #2e4d7a;
    font-size: 33px;
    margin-right: 1rem;
}
.offers-section .offer .name {
	color: #2e4d7a;
	font-size: 18px;
	margin-right: 1rem;
	letter-spacing: 0.5px;
}
.offers-section .offer .price {
    color: #028fd7;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    margin-right: 0;
    align-items: center;
    margin-left: auto;
}
.offers-section .offer .price span {
    color: #028fd7;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 5px;
}
@media(max-width: 600px) {
    .offers-section .offer .name {
        font-size: 14px;
    }
    .offers-section .offer .price {
        font-size: 18px;
        margin-left: auto;
    }
}
.offers-section .offer .read-more {
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #028fd7;
    padding: 10px 40px;
    color: #028fd7;
    margin-left: auto;
    display: table;
    margin-top: 1rem;
    transition: all .4s ease;
}
@media(max-width: 600px) {
    .offers-section .offer .read-more {
        margin-right: auto;
    }
}
.offers-section .offer .read-more:hover {
	background: #028fd7;
	color: #fff;
}
.places {
	background: #0094db;
	height: 350px;
    overflow: hidden;
    position: relative;
}
.places img {
    position: absolute;
    height: 17rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.places .title {
	text-align: center;
    padding: 2.5rem 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'RobotoBold';
}
.places .places-list {
	display: flex;
    color: #fff;
    font-size: 40px;
    justify-content: space-around;
    margin: 2.1rem 0;
    width: 100%;
}

.places .places-list div {
    white-space: nowrap;
    color: #fff;
    display: flex;
    cursor: pointer;
}
.auto-width{
    width: auto!important;
}
.places .places-list div h4,span  {
    margin: 0 2rem;
}
.places .places-list div span::before {
	content: "______________";
    margin-bottom: 1rem;
}
.places .places-list p {
	width: 70px;
	border-bottom: 1px solid #ffffff6e;
	height: 26px;
}
@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.news {
	background: #f2f5f8;
	margin: 0;
    padding-bottom: 3rem;
}
@media(max-width: 900px) {
    .news {
        padding: 0 10px;
        padding-bottom: 3rem;
    }
}
@media(min-width: 1900px) {
    .news {
        background: #fff;
    }
}
.all-news-padding {
	padding: 2rem 10rem 5rem 10rem;
}
.video-section-news iframe {
    width: 100%;
    height: 30rem;
    border-radius: 7px;
}
@media(max-width: 1000px) {
    .video-section-news iframe {
        height: 23rem;
    }
}
@media(max-width: 700px) {
    .video-section-news iframe {
        height: 16rem;
    }
}
@media(max-width: 1000px) {
    .all-news-padding {
        padding: 2rem 2rem 5rem 2rem;
    }
}
@media(max-width: 600px) {
    .all-news-padding {
        padding: 2rem 1rem 5rem 1rem;
    }
}
@media(min-width: 1900px) {
    .all-news-padding {
        padding: 2rem 0;
        width: 70%;
        margin: auto;
        margin-bottom: 200px;
    }
}
.news .title {
    text-align: center;
    padding: 3rem 0 1rem 0;
    letter-spacing: 0.5px;
    font-size: 22px;
    color: #575757;
    font-family: 'RobotoBold';
}
.news .all-news-link,
.services .all-services-link {
	text-align: center;
    display: block;
    margin: 3rem auto 2rem auto;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 14px;
    color: #0094db;
    border: 1px solid #0094db;
    width: fit-content;
    border-radius: 5px;
    transition: all .6s ease;
    font-family: 'RobotoMedium';
}
.news .all-news-link:hover,
.services .all-services-link:hover {
	background: #0094db;
	color: #fff;
}
.news .new-card {
	width: 30%;
    background: #fff;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 1px 5px rgb(0 0 0 / 1%);
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: auto;
    padding-bottom: 2rem;
}
@media(max-width: 750px) {
    .news .new-card {
        width: 100%;
    }
}
.news .new-card .date {
	position: absolute;
    background: #fff;
    z-index: 9;
    padding: 6px 12px;
    top: -20px;
    left: 20px;
    font-size: 13px;
    border-radius: 6px 6px 0 6px;
}
.news .new-card .date h7 {
	font-size: 20px;
    color: #7a7a7a;
    text-align: center;
    display: block;
    font-weight: 700;
}
.news .new-card .date p {
	font-size: 12px;
    color: #929292;
}
.news .new-card .title {
    padding: 1rem;
    margin-top: 0.7rem;
    letter-spacing: 0;
    font-size: 18px;
    color: #0094db;
    font-weight: 100;
    text-align: left;
    font-family: 'RobotoMedium';
}
@media(max-width: 1200px) {
    .news .new-card .title {
        font-size: 16px;
    }
}
.news .new-card .body {
	padding: 0;
    font-size: 16px;
    color: #777777;
    margin: 0 1rem;
    font-family: 'RobotoRegular';
    font-weight: 100;
}
@media(max-width: 1200px) {
    .news .new-card .body {
        font-size: 14px;
    }
}
.news .new-card .read-more-simple {
	padding: 1rem;
    text-align: end;
    text-decoration: none;
    font-size: 13px;
    color: #0094db;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'RobotoBold';
    position: absolute;
    right: 0;
    bottom: 0;
}
.news .new-card .read-more-simple i {
	margin-left: 6px;
	font-size: 19px;
}
.news .new-card .image {
	height: 15rem;
}
.news .new-card .image img {
	height: 15rem;
	width: 100%;
	object-fit: cover;
	position: absolute;
	border-radius: 8px 8px 0 0;
}
@media(max-width: 870px) {
    .news .new-card .image {
        height: 11rem;
    }
    .news .new-card .image img {
        height: 11rem;
    }
}
/* Single New */
.single-new {
	width: 80%;
    margin: auto;
    position: relative;
}
.single-new .sale-read-more {
    text-decoration: none;
    font-size: 13px;
    color: #0094db;
    text-align: right;
    font-family: 'RobotoBold';
    margin: 1rem 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 1px solid #0094db;
    border-radius: 3px;
    padding: 8px 20px;
    width: fit-content;
    transition: all .4s ease;
}
.single-new .sale-read-more:hover {
    background: #028fd7;
    color: #fff;
}
.single-new .image-single {
	position: relative;
}
.single-new img {
    height: 40rem;
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
    margin-bottom: 1rem;
    position: relative;
    object-position: top;
}
@media(max-width: 900px) {
    .single-new img {
        height: 35rem;
    }
}
@media(max-width: 800px) {
    .single-new img {
        height: 30rem;
    }
}
@media(max-width: 700px) {
    .single-new img {
        height: 25rem;
    }
}
@media(max-width: 600px) {
    .single-new img {
        height: 20rem;
    }
}
@media(max-width: 500px) {
    .single-new img {
        height: 15rem;
    }
}
.single-new .date {
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 6px 12px;
    top: 10px;
    left: 20px;
    font-size: 13px;
    border-radius: 6px 6px 0 6px;
}
.single-new .date h7 {
    font-size: 20px;
    color: #7a7a7a;
    text-align: center;
    display: block;
    font-family: 'RobotoMedium';
}
.single-new .date p {
    font-size: 12px;
    color: #808080;
    font-family: 'RobotoMedium';
}
.single-new .image {
	height: 300px;
	margin: 0 5rem;
	position: relative;
}
.single-new .image .date {
    width: fit-content;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
    text-align: center;
    position: absolute;
    top: -1rem;
    left: 1.5rem;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
}
.single-new .image .date h5 {
	color: #7b7b7b;
    font-size: 15px;
}
.single-new .image .date p {
	font-size: 13px;
    color: #767676;
}
.single-new .image img {
	height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.single-new a {
	text-decoration: none;
    font-size: 13px;
    color: #0094db;
    text-align: right;
    font-family: 'RobotoBold';
    margin: 1rem 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.single-new a i {
	font-size: 16px;
    margin-right: 5px;
}
.single-new .new-info {
	margin: 2rem 5rem 4rem 5rem;
}
.single-new .new-info .title {
	font-size: 16px;
    color: #0094db;
    padding-bottom: 1rem;
}
.single-new .new-info .tvplans-info {
	color: #848484;
    font-size: 13px;
    text-align: left;
    width: 80%;
    padding: 6px 0;
    font-weight: 100;
    margin-left: 0.7rem;
}
.single-new .new-info .tvplans-info i {
	color: #0094db;
    font-weight: 700;
    font-size: 11px;
    margin-right: 5px;
}
.single-new .new-info .additional-text {
	color: #7a7a7a;
    font-size: 14px;
    padding: 8px 0;
}
.single-new .new-info .additional-text a {
	text-decoration: none;
    font-size: 13px;
    color: #0094db;
    display: unset;
    margin: 0;
}
.services {
	display: flex;
    padding: 3rem 0;
    flex-direction: column;
    margin-bottom: 2rem;
}
.services-box {
    flex-wrap: wrap;
}
@media(max-width: 700px) {
    .services-box {
        flex-direction: column;
    }
}
.services .title {
    text-align: center;
    font-size: 22px;
    color: #575757;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    font-family: 'RobotoBold';
}
.services .title span {
	color: #0094db;
    margin: 0;
}
.services .service {
    width: 30%;
    padding: 0 2rem;
    transition: all .4s ease;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    position: relative;
    padding-bottom: 3rem;
}
.services .service img {
    margin: 2rem auto;
    display: block;
    height: 6.5rem;
}
@media(max-width: 700px) {
    .services .service {
        width: unset;
        padding: 0 10px;
    }
}
@media(min-width: 700px) and (max-width: 950px){
    .services .service {
        padding: 0 10px;
    }
}
.services .service:hover {
	transform: translateY(-2px);
	box-shadow: 0 1px 7px rgba(49 132 233 / 15%);
}
.services .service .image-icon {
	font-size: 6rem;
    text-align: center;
    display: block;
    color: #2e4d7a;
    margin-bottom: 1rem;
}
.services .service .title {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #0094db;
    text-align: left;
}
@media(max-width: 1200px) {
    .services .service .title  {
        font-size: 14px;
    }
}
.services .service .body {
    font-size: 16px;
    color: #707070;
    padding-bottom: 1rem;
    line-break: anywhere;
    font-family: 'RobotoRegular';
    max-width: 100vw;
    line-break: auto;
    overflow-x: hidden;
    line-height: 20px;
}
@media(max-width: 1200px) {
    .services .service .body  {
        font-size: 14px;
    }
}
@media(max-width: 800px) {
    .services .service .body  {
        padding-bottom: 3rem;
    }
}
.services .service .read-more-simple {
    text-decoration: none;
    font-size: 13px;
    color: #0094db;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: flex-end;
    bottom: 0rem;
    right: 1rem;
    position: absolute;
    padding: 1rem;
}
.services .service .read-more-simple i {
	margin-left: 6px;
    font-size: 19px;
}
/* Footer */
.footer {
	background: #00356c;
	margin: 0;
    padding-top: 2rem;
}
@media(max-width: 800px) {
    .footer {
        padding-top: 0;
    }
}
.footer .link-blue {
    color: #0094db;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
}
.footer .right-links {
	height: 100%;
    width: 60%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(max-width: 450px) {
    .footer .right-links {
        display: none;
    }
}
.footer .right-links .links-box {
	flex: 0 0 25%;
}
.footer .right-links .links-box ul {
	list-style: none;
	padding: 6px 0;
}
.footer .right-links .links-box h5 {
	color: #0094db;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.footer .right-links .links-box ul li {
	padding: 6px 0;
}
.footer .right-links .links-box ul li a {
	text-decoration: none;
    color: #e5e5e5;
    font-size: 14px;
    margin-left: -6px;
}
@media(max-width: 1200px) {
    .footer .right-links .links-box ul li a {
        font-size: 14px;
    }
}
.footer .right-links .links-box ul li a i {
	font-size: 12px;
}
.footer .copyright {
    color: #ffffffd6;
    font-weight: 100;
    font-size: 12px;
}
.footer-gap-2 {
    gap: 2rem;
    justify-content: space-between;
}
@media(min-width: 1900px) {
    .footer-gap-2  {
        gap: 6rem;
    }
}
@media(max-width: 450px) {
    .footer .copyright {
        padding: 1rem;
    }
}
.footer-bootom-line {
    display: flex;
    justify-content: space-between;
    background: #00356c;
    padding: 1rem 10%;
    border-top: 1px solid #ffffff14;
}
@media(min-width: 1900px) {
    .footer-bootom-line {
        padding: 1rem 15%;
    }
}
.footer-bootom-line .consent-link {
    text-decoration: none;
    color: #e5e5e5;
    font-size: 12px;
}
.footer .left-info {
    width: 40%;
    display: flex;
    flex-direction: column;
}
@media(max-width: 450px) {
    .footer .left-info {
        margin-left: 2rem;
    }
}
.footer .left-info .footer-logo {
    color: #fff;
    font-size: 35px;
    padding-bottom: 2rem;
    width: 14rem;
    height: auto;
}
.footer .left-info .info {
	color: #fff;
	font-size: 14px;
	padding: 7px 0;
}
@media(max-width: 1200px) {
    .footer .left-info .info {
        font-size: 14px;
    }
}
.footer .left-info .info p, a {
    padding: 7px 0;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
}
.footer .left-info .icons {
	padding-top: 2rem;
}
.footer .left-info .icons i {
	font-size: 19px;
    color: #ffffff;
    border: 1px solid #ffffffe6;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
}
@media(min-width: 450px) and (max-width: 750px) {
    .footer-mobile {
        flex-direction: column;
    }
    .footer .right-links {
        width: 100%;
        margin-top: 2rem;
    }
}
/* Swiper Pagination */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    background: unset;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3rem;
    left: 10%;
    width: unset;
}
@media(min-width: 1400px) {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        left: 10rem;
    }
}
.news-pagination {
    bottom: 0;
    position: absolute;
    left: 50%!important;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
    margin: auto;
    width: 4rem!important;
    justify-content: center;
    align-items: center;
}
.news-pagination .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #0094db;
    background: unset;
    opacity: 1;
    margin: 0 5px;
}
.news-pagination .swiper-pagination .swiper-pagination-bullet-active {
	background: #0094db;
}


.internet .main-pages-title {
    font-size: 25px;
    color: #048ed6;
    font-family: 'RobotoRegular';
    letter-spacing: 0.3px;
    margin: 1rem 0;
}
.internet .main-internet-card .icons-box {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
}
@media(max-width: 600px) {
    .internet .main-internet-card .icons-box {
        flex-direction: column;
    }
}
@media(max-width: 550px) {
    .internet .main-internet-card .icons-box {
        justify-content: unset;
        flex-wrap: wrap;
    }
}
.internet .main-internet-card .icons-box .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    flex: 0 0 15%;
}
@media(max-width: 600px) {
    .internet .main-internet-card .icons-box .icon {
        flex-direction: row;
    }
}
@media(max-width: 550px) {
    .internet .main-internet-card .icons-box .icon {
        flex: 0 0 30%;
        
    }
}
@media(max-width: 700px) {
    .internet .main-internet-card .icons-box .icon svg {
        height: 3rem;
    }
    .internet .main-internet-card .icons-box .icon {
        height: 130px;
    }
}
.internet .main-internet-card .icons-box .icon .text {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #1d3e6f;
    font-weight: 700;
    line-height: 23px;
    margin-top: 12px;
    text-align: center;
}
@media(max-width: 700px) {
    .internet .main-internet-card .icons-box .icon .text {
        font-size: 12px;
        line-height: 16px;
    }
}
.internet .main-internet-card {
	width: 80%;
    margin: 0 auto;
}
@media(max-width: 900px) {
    .internet .main-internet-card {
        width: 92%;
    }
}
.internet .main-internet-card .margin-container {
	display: flex;
    gap: 1rem;
    width: 100%;
}
@media(min-width: 1250px) {
    .internet .main-internet-card .margin-container {
        gap: 1.5rem;
    }
}
@media(min-width: 1900px) {
    .internet .main-internet-card {
        width: 70%;
    }
    .internet .main-internet-card .margin-container {
        width: 100%;
    }
}
@media(max-width: 700px) {
    .internet .main-internet-card .margin-container {
        flex-wrap: wrap;
    }
}
@media(max-width: 500px) {
    .internet .main-internet-card .margin-container {
        
    }
    .lists-texts {
        
    }
}
.internet .main-internet-card .image {
	height: 12rem;
	position: relative;
}
@media(min-width: 1900px) {
    .internet .main-internet-card .image {
        height: 17rem;
    }
}
.internet .main-internet-card .image .title {
    color: #0094db;
    position: relative;
    font-size: 20px;
    padding-top: 3rem;
    width: 80%;
    margin: auto;
    font-family: 'RobotoBold';
}
@media(min-width: 1900px) {
    .internet .main-internet-card .image .title {
        width: 85%;
        padding-top: 7rem;
        font-size: 30px;
    }
}
.internet .main-internet-card .image img {
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 8px;
}
.internet .main-internet-card .list-present {
    box-shadow: 0 1px 7px rgb(49 132 233 / 15%);
    border-radius: 7px;
    margin-bottom: 7rem;
    margin-top: -4.98rem;
    z-index: 9;
    position: relative;
}
.internet .main-internet-card .list-present:last-child {
    margin-bottom: 1rem;
}
.internet .main-internet-card .list-present .present-img {
    height: 7rem;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width: 500px) {
    .internet .main-internet-card .list-present .present-img {
        top: 26%;
        left: 15%;
        height: 3rem;
    }
}
.internet .main-internet-card .list-present .internet-card {
    box-shadow: none;
    border-radius: unset;
    margin-top: 0;
    margin-bottom: 0;
}
.internet .main-internet-card .list-present .name {
    background: linear-gradient(89deg, #1b6ab6, #0290d8);
    width: 100%;
    display: flex;
    border-radius: 7px 7px 0 0;
}
.internet .main-internet-card .list-present .name-plan {
    text-align: center;
    color: #fff;
    height: 5rem;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}
.internet .main-internet-card .list-present .name-plan h5 span {
    margin: 0;
}
.internet .main-internet-card .list-present .name-present {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'RobotoRegular';
    letter-spacing: 0.2px;
    font-size: 20px;
}
.internet .main-internet-card .internet-card {
	width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 6rem;
    box-shadow: 0 1px 7px rgb(49 132 233 / 15%);
    border-radius: 7px;
    margin-top: -4.98rem;
}
@media(max-width: 700) {
    .internet .main-internet-card .internet-card {
        
    }
}
.internet .main-internet-card .present {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
@media(max-width: 500px) {
    .internet .main-internet-card .present {
        order: -1;
        width: unset;
        align-items: center;
    }
}
.internet .main-internet-card .present img {
    height: 10rem;
    width: auto;
    object-fit: cover;
}
@media(max-width: 600px) {
    .internet .main-internet-card .present img {
        height: 6rem;
    }
}
.internet .main-internet-card .present .title {
    color: #0f7cc6;
    font-family: 'RobotoBold';
    font-size: 16px;
}
.internet .main-internet-card .internet-card:not(:last-child) {

}
@media(min-width: 1900px) {
    .internet .main-internet-card .internet-card:not(:last-child) {
        
    }
}
.internet .main-internet-card .internet-card .different-width {
    width: 24%!important;
}
@media(max-width: 700px) {
    .internet .main-internet-card .internet-card {
        width: 100%!important;
        margin-bottom: 6rem;
        margin-left: 1rem;
        flex: 0 0 100%;
    }
    .internet .main-internet-card .internet-card .lists-card-tablet {
        align-items: flex-start;
    }
    .internet .main-internet-card .internet-card:not(:last-child) {
        margin-right: 0;
    }
}
@media(max-width: 500px) {
    .internet .main-internet-card .internet-card {
        align-items: center;
        margin-left: 0;
    }
}
.internet .main-internet-card .internet-card .tvplans-info {
    color: #848484;
    font-size: 13px;
    text-align: left;
    width: 80%;
    padding: 6px 0;
    font-family: 'RobotoRegular';
}
.internet .main-internet-card .internet-card .tvplans-info ul {
    list-style: none;
}
.internet .main-internet-card .internet-card .channels-list {
    width: 80%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.8rem;
}
.internet .main-internet-card .internet-card .channels-list .hidden {
    display: none;
}
.internet .main-internet-card .internet-card .channels-list img {
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #048dd6;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    margin: 3px;
    background: #fff;
}
.internet .main-internet-card .internet-card .channels-list .smaller-channel {
    width: 2.2rem;
    height: 2.2rem;
}
.internet .main-internet-card .internet-card .channels-list img:not(:first-child) {
    margin-left: -0.8rem;
}
.internet .main-internet-card .internet-card .channels-list .last-channel {
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #048dd6;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    margin: 3px;
    background: none;
    color: #929292;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    margin-left: -0.8rem;
    background: #fff;
}
.internet .main-internet-card .internet-card .channels-list .small-channel {
    height: 2.2rem!important;
    width: 2.2rem!important;
}
.internet .main-internet-card .internet-card .tvplans-info p:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 600;
    font-size: 10px;
    padding-right: 5px;
    color: #0096d6;
}
.internet .main-internet-card .internet-card .tvplans-info ul li {
    padding: 2px 0;
}
.internet .main-internet-card .internet-card .tvplans-info ul li:first-child {
    color: #0096d6;
}
.internet .main-internet-card .internet-card .tvplans-info ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 600;
    font-size: 10px;
    padding-right: 5px;
    color: #0096d6;
}
.internet .main-internet-card .internet-card .tvplans-info ul li::marker {
   content: "";
   display: none;
}
.internet .main-internet-card .internet-card .tvplans-info:first-child {
	color: #0094db!important;
}
.internet .main-internet-card .internet-card .tvplans-info i {
	color: #0094db;
    font-weight: 700;
    font-size: 11px;
    margin-right: 5px;
}
.internet .main-internet-card .internet-card .name {
	background: linear-gradient(89deg, #1b6ab6, #0290d8);
    width: 100%;
    border-radius: 7px 7px 0 0;
    padding: 1rem;
    text-align: center;
    color: #fff;
    height: 5rem;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.internet .main-internet-card .internet-card .name  img {
    margin-right: 1rem;
}
.internet .main-internet-card .internet-card .tv-plan-icon {
    height: 2.5rem;
}
.internet .main-internet-card .internet-card .name p {
	font-size: 10px;
    padding-bottom: 6px;
}
.internet .main-internet-card .internet-card .name h5 {
	font-size: 18px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: 'RobotoBold';
}
.internet .main-internet-card .internet-card .name h5 svg {
    padding-right: 8px;
}
.internet .main-internet-card .internet-card .name h5 i {
	font-size: 29px;
    padding-right: 10px;
}
.internet .main-internet-card .internet-card .name h5 span {
	font-size: 11px;
	font-weight: 100;
	margin-right: 6px;
    margin-left: unset;
    font-family: 'RobotoLight';
}
.internet .main-internet-card .internet-card .old-price {
	color: #0094db;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.internet .main-internet-card .internet-card .old-price-tv {
	color: #0094db;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}
.internet .main-internet-card .internet-card .price {
	color: #0094db;
    font-size: 24px;
    font-weight: 700;
}
.internet .main-internet-card .internet-card .plan {
	font-size: 12px;
    align-items: flex-end;
    display: flex;
    padding-bottom: 3px;
    padding-left: 5px;
    height: 100%;
    color: #0094db;
    font-weight: 600;
}
.internet .main-internet-card .internet-card .another-price {
	color: #848484;
}
.internet .main-internet-card .internet-card .order {
    text-decoration: none;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #028fd7;
    padding: 10px 40px;
    color: #028fd7;
    display: table;
    margin: 1.4rem 0 2rem 0;
    transition: all .4s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    background: none;
    font-family: 'RobotoLight';
}
.internet .main-internet-card .internet-card .order:hover {
	border: 1px solid #028fd7;
	background: #028fd7;
    color: #fff;
}
.internet .text-info {
    width: 80%;
    margin: auto;
}
.clients-top-text {
    color: #757575;
    font-size: 15px;
    font-family: 'RobotoRegular';
    line-height: 24px;
    padding: 2px 0;
    margin-bottom: 16px;
}
@media(min-width: 1900px) {
    .internet .text-info {
        width: 85%;
    }
}
.internet .lists-texts {
    margin-bottom: 5rem;
}
.extra-title {
    color: #048ed6;
    font-family: 'RobotoBold';
    margin-bottom: 1rem;
}
.margin-page-top-2:not(:first-child) {
    margin-top: 2rem;
}
.internet .text-info .plain ul li {
    padding: 5px 0;
}
.internet .text-info .plain p {
    padding: 1px 0;
    margin-bottom: 7px;
}
@media(max-width: 600px) {
    .internet .text-info {
        margin: 0 auto;
        margin-bottom: 2rem;
        width: 90%;
    }
}
.internet .text-info a {
	text-decoration: none;
    font-size: 14px;
    color: #0094db;
    margin-bottom: 1rem;
}
.internet .text-info a img {
    margin-right: 1.5rem;
    height: 2.5rem;
    width: auto;
}
.internet .text-info .title {
    font-size: 20px;
    color: #0094db;
    padding-bottom: 1rem;
    font-family: 'RobotoBold';
    font-weight: 100;
}
.internet .text-info .body {
    max-width: 100vw;
}
.internet .text-info .body ul {
    margin-left: 8px;
    list-style: none;
    font-family: 'RobotoRegular';
    color: #757575;
}
.internet .text-info .body ul li {
    padding: 2px 0;
    line-break: auto;
}
.internet .text-info .body ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 600;
    font-size: 12px;
    padding-right: 10px;
    color: #0096d6;
}
.internet .text-info ul {
    margin-left: 2rem;
    color: #757575;
    font-size: 15px;
    line-height: 23px;
}
.internet .text-info ul li::marker {
    color: #0094db;
}
.internet .text-info ul li {
	padding: 2px 0;
}
.internet .text-info p {
    color: #757575;
    font-size: 15px;
    font-family: 'RobotoRegular';
    padding: 0;
    line-height: 24px;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 2px 0;
    margin-bottom: 7px;
}
.internet.cookies .text-info p {
    color: #757575;
    font-size: 15px;
    font-family: 'RobotoRegular';
    padding: 0;
    line-height: 24px;
    max-width: 100vw;
    overflow: hidden;
    padding: 2px 0;
    margin-bottom: 7px;
}
.internet .text-info h3 {
    font-family: 'RobotoMedium';
    color: #0d80ca;
    letter-spacing: 0.5px;
    font-size: 27px;
}
.internet .text-info p span {
	color: #0094db;
    margin: 0;
}
.internet .text-info p a {
	text-decoration: none;
    color: #0094db;
    font-weight: 600;
    font-size: 13px;
}
.internet .tvplans-info {
    color: #848484;
    font-size: 13px;
    text-align: left;
    width: 80%;
    padding: 6px 0;
    font-weight: 100;
    margin-left: 0.7rem;
}
@media(max-width: 700px) {
    .internet .tvplans-info {
        margin-left: 0;
    }
}
@media(max-width: 500px) {
    .mobile-list-split {
        flex-direction: column;
    }
}
.internet .tvplans-info p:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 600;
    font-size: 12px;
    padding-right: 10px;
    color: #0096d6;
}
.internet .tvplans-info i {
	color: #0094db;
    font-weight: 700;
    font-size: 11px;
    margin-right: 5px;
}
/* Speed Test */
.speed-test {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.speed-test .logo-company {
    height: 2.5rem;
}
.speed-test .logo-speed {
    height: auto;
}
@media(max-width: 500px) {
    .speedtest-logos-mobile {
        flex-direction: column;
    }
    .speed-test .logo-company {
        margin: 0.5rem 0;
    }
    .speed-test .logo-speed {
        margin-bottom: 1rem;
    }
}
.speed-test .speed-test-button:hover {
	background: #0094db4a;
}
.speed-test .speed-test-button {
	height: 12rem;
    width: 12rem;
    border: 3px solid #0094db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0094db;
    text-decoration: none;
    font-size: 46px;
    font-weight: 700;
}
.speed-test .city-info {
	padding: 2rem 0;
}
.speed-test .city-info i {
	padding-right: 10px;
    font-size: 25px;
    color: #cecece;
}
.speed-test .city-info .etanet-name {
	color: #0094db;
	font-size: 15px;
}
.speed-test .city-info .city-name {
    color: #757575;
    font-size: 15px;
    font-family: 'RobotoRegular';
}
.speed-test .test-actions a {
	text-decoration: none;
    color: #aeaeae;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}
.speed-test .copyright {
	margin: 5rem;
	color: #0094db;
	font-size: 14px;
}
/* Contacts */
.contacts {
	width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 8rem;
}
@media(min-width: 1900px) {
    .contacts {
        width: 70%;
    }
}
@media(max-width: 900px) {
    .contacts {
        width: 90%;
    }
}
@media(max-width: 700px) {
    .contacts {
        flex-direction: column;
        margin-bottom: 4rem;
        width: 80%;
    }
}
.contacts .main-info {
	margin: 3rem 0;
}
@media(max-width: 900px) {
    .contacts .main-info {
        margin: 3rem 0;
    }
}
.contacts .main-info .title,
.contacts .company-info .title,
.contacts .write-us .title {
	font-size: 15px;
    color: #028fd7;
    margin-bottom: 1rem;
    font-family: 'RobotoBold';
}
.contacts .main-info .contacts-descriptions,
.contacts .company-info .contacts-descriptions {
    font-size: 15px;
    color: #919191;
    font-family: 'RobotoRegular';
    line-height: 23px;
    margin-bottom: 1rem;
}
.contacts .main-info .contacts-descriptions p,
.contacts .company-info .contacts-descriptions p,
.contacts .main-info .contacts-descriptions a,
.contacts .company-info .contacts-descriptions a {
    padding: 1px 0;
    color: #919191;
}
.contacts .main-info .look-on-map {
	font-size: 13px;
    text-decoration: none;
    color: #028fd7;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 12px 0;
    transition: all .4s ease;
    font-family: 'RobotoRegular';
}
.contacts .main-info .look-on-map:hover {
	color: #0581c1;
}
.contacts .main-info .look-on-map:hover i {
	transform: translateY(-3px);
}
.contacts .main-info .look-on-map i {
	font-size: 30px;
	transition: all .4s ease;
	color: #028fd7;
}
.contacts .write-us {
	width: 30%;
    position: relative;
}
@media(max-width: 700px) {
    .contacts .write-us {
        width: 100%;
        margin-top: 3rem;
    }
}
.contacts .write-us input, textarea {
	padding: 11px;
    border-radius: 6px;
    border: 1px solid #d5d5d5;
    margin-bottom: 1rem;
    font-size: 14px;
    font-family: 'RobotoRegular';
}
.contacts .write-us input::placeholder {
    font-family: 'RobotoRegular';
    color: #919191;
}
.contacts .write-us textarea {
	height: 6rem;
}
.contacts .write-us input, textarea:focus {
	outline: none;
}
.contacts .write-us button {
	width: fit-content;
    padding: 8px 40px;
    background: #fff;
    border: 1px solid #028fd7;
    border-radius: 4px;
    color: #028fd7;
    font-family: 'RobotoLight';
    cursor: pointer;
    transition: all .4s ease;
    font-size: 13px;
    font-family: 'RobotoBold';
}
.contacts .write-us button:hover {
	background: #028fd7;
	color: #fff;
	border: 1px solid #028fd7;
}
/* Duk */
.duk {
    width: 80%;
    margin: 0 auto;
}
@media(max-width: 600px) {
    .duk {
        width: 100%;
    }
}
.duk .categories-duk {
    flex-wrap: wrap;
    gap: 1rem;
}
.duk .duk-info {
    margin: 3rem 5rem;
    width: auto;
    margin-bottom: 7rem;
}
@media(max-width: 900px) {
    .duk .duk-info {
        margin: 3rem 1rem;
    }
}
.duk .duk-info .title {
    font-size: 16px;
    color: #0094DB;
    margin-bottom: 1rem;
    font-family: 'RobotoMedium';
    font-weight: 100;
}
.duk .duk-info button {
    border: 1px solid #028fd7;
    border-radius: 4px;
    background: #fff;
    padding: 8px 20px;
    color: #028fd7;
    display: flex;
    align-items: center;
    margin-right: 1rem;
    font-family: 'RobotoLight';
    cursor: pointer;
    transition: all .4s ease;
    margin-bottom: 6px;
}
.duk .duk-info .box-filter {
    width: 8rem;
    height: 2.5rem;
    position: relative;
    background: #fff;
    border: 1px solid #0094DB;
    border-radius: 3px;
    color: #0094DB;
}
.duk .duk-info .box-filter:hover {
    background: #0094db26;
    color: #0094db;
}
.duk .duk-info .box-filter.active {
    background: #0094db26;
    color: #0094db;
}
@media(max-width: 700px) {
    .duk .duk-info .box-filter {
        margin-top: 6px;
    }
}
.duk .duk-info label {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    font-family: 'RobotoBold';
    cursor: pointer;
    transition: all .4s ease;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 100;
    height: 2.5rem;
    position: absolute;
    width: 8rem;
    z-index: 9;
    justify-content: center;
}
.duk .duk-info label svg {
    padding-right: 6px;
    height: 1.3rem;
}
.duk .duk-info label:hover {
    background: #0094db26;
    color: #0094db;
}
.duk .duk-info label.active {
    background: #0094db26;
    color: #0094db;
}
.duk .duk-info label img {
    width: 25px;
    height: 22px;
    object-fit: contain;
    margin-right: 10px;
}
.duk .duk-info input {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}
.duk .duk-info button:hover {
    background: #028fd7;
    color: #fff;
    border: 1px solid #028fd7;
}
.duk .duk-info button i {
    font-size: 19px;
    margin-right: 6px;
}
.duk .duk-info .questions-area {
    margin-top: 2rem;
}
.duk .duk-info .questions-area .dropping-question {
    margin-bottom: 1rem;
}
.duk .duk-info .questions-area .dropping-question h5 {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 16px;
    color: #1d3e6f;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'RobotoRegular';
}
.duk .duk-info .questions-area .dropping-question h5 i {
    color: #028fd7;
    font-weight: 700;
    transition: all .4s ease;
}
.duk .duk-info .questions-area .dropping-question h5 i.active {
    transform: rotateZ(180deg);
}
.duk .duk-info .questions-area .dropping-question .answers {
    margin: 1rem;
    display: none;
    font-family: 'RobotoRegular';
}
.duk .duk-info .questions-area .dropping-question .answers-visible {
    display: block;
    font-size: 15px;
    color: #868686;
    margin: 1rem;
    font-family: 'RobotoRegular';
}
.duk .duk-info .questions-area .dropping-question .go-back {
    width: 100%;
    background: #00356c;
    display: block;
    padding: 10px 1rem;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'RobotoMedium';
    text-align: center;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease;
    margin-top: 5rem;
}
.duk .duk-info .questions-area .dropping-question .go-back:hover {
    background: #048fd7;
}
.duk .duk-info .questions-area .dropping-question .answers.active {
    display: block;
    font-size: 15px;
    color: #868686;
    line-height: 23px;
}
.duk .duk-info .questions-area .dropping-question .answers.active a {
    font-size: 15px;
    color: #1d3e6f;
}
.duk .duk-info .questions-area .dropping-question .answers h5 {
    border: unset;
    border-radius: unset;
    padding: 0;
    color: #1d3e6f;
    display: block;
}
/* Clients */
.clients {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.clients .clients-block {
    margin: 3rem 5rem;
    width: auto;
}
.clients .clients-block .title {
    font-size: 15px;
    color: #3bade3;
    margin-bottom: 1rem;
}
.clients .clients-block .requests {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.clients .clients-block .requests .client-request {
    text-decoration: none;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 1.3rem;
    color: #1d3e6f;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    width: 49%;
    margin-top: 1rem;
    display: flex;
    align-items: center;
}
.clients .clients-block .requests .client-request i {
    font-size: 3rem;
    margin-right: 8px;
}
/* EsProjects */
.esprojects {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.esprojects .esprojects-card p {
    color: #757575;
    font-size: 15px;
    font-family: 'RobotoRegular';
    padding: 0;
    line-height: 24px;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 2px 0;
    margin-bottom: 7px;
}

.esprojects .esprojects-card-title {
    font-size: 25px;
    color: #048ed6;
    font-family: 'RobotoRegular';
    letter-spacing: 0.3px;
    margin: 1rem 0;
}

@media(min-width: 1900px) {
    .esprojects {
        width: 70%;
    }
}
@media(max-width: 700px) {
    .esprojects {
        width: 90%;
    }
}

.esprojects .eslogo {
    position: relative;
    height: 105px;
}

.esprojects .eslogo img{
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
}

.esprojects img {
    max-width: 100%;
}
/* EsProjects End*/

/* Extra Services */
.extra-services {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 4rem;
}
@media(min-width: 1900px) {
    .extra-services {
        width: 70%;
    }
}
@media(max-width: 700px) {
    .extra-services {
        width: 90%;
    }
}
.extra-services .services {
    margin: 1rem 5rem;
    width: auto;
}
@media(max-width: 700px) {
    .extra-services .services {
        margin: 1rem 0;
    }
}
.extra-services .services p {
    color: #858585;
    font-size: 15px;
    font-family: 'RobotoRegular';
    padding: 0;
    line-height: 23px;
}
.extra-services .services img {
    max-width: 100%;
}
.extra-services .services .title, 
.extra-services .services .title p {
    font-size: 15px;
    color: #0094db;
    text-align: left;
    margin-bottom: 0;
    font-family: 'RobotoBold';
}
.extra-services .services .services-list .line-titles {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #818181;
    font-size: 14px;
}
.extra-services .services .services-list .line-titles p,
.extra-services .services .services-list .line p {
    flex: 0 0 20%;
    text-align: center;
    padding: 7px 0;
}
.extra-services .services .services-list .line-titles h4,
.extra-services .services .services-list .line h4 {
    flex: 0 0 40%;
    padding: 9px 0;
    font-weight: 100;
    padding-left: 6px;
    line-break: anywhere;
}
.extra-services .services .services-list .line .price {
    color: #0094db;
}
.extra-services .services .services-list .line .name-teritory {
    font-size: 16px;
    letter-spacing: 0.2px;
    padding-left: 1rem;
    transition: all .4s ease;
    cursor: context-menu;
    width: fit-content;
    line-break: auto;
}
@media(max-width: 600px) {
    .extra-services .services .services-list .line .name-teritory {
        flex: unset;
    }
}
.extra-services .services .services-list .line:hover .name-teritory {
    transform: scale(1.02);
}
.extra-services .services .services-list .line .icon-teritory i {
    font-size: 1.5rem;
    color: #0390d8;
}
.extra-services .services .teritory-extra-text {
    font-size: 14px;
    font-family: 'RobotoMedium';
    color: #747474;
    margin-bottom: 1.5rem;
    line-height: 20px;
}
.extra-services .services .services-list .line {
    display: flex;
    justify-content: space-between;
    color: #818181;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
}
.extra-services .services .services-list .line:nth-child(2n) {
    background: #f3f5f8;
    border-radius: 3px;
}
.extra-services .services .services-list .line .name i {
    color: #028fd7;
    font-weight: 600;
    font-size: 12px;
    margin-right: 6px;
}
.extra-services .services .note {
    font-size: 14px;
    color: #818181;
    margin-top: 1rem;
}
/* Admin Dashboard */
.admin-dashboard .dashboard-area {
    min-height: 100vh;
    background: #f0f8ff8c;
    margin-left: auto;
    width: 85%;
}
@media(max-width: 900px) {
    .admin-dashboard .dashboard-area {
        width: unset;
    }
}
.admin-dashboard .dashboard-area .title {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #028fd7;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
@media(max-width: 900px) {
    .admin-dashboard .dashboard-area .title {
        margin: 0 2rem;
        font-size: 15px;
        padding-top: 1rem;
    }
}
.admin-dashboard .dashboard-area .title a {
    text-decoration: none;
    letter-spacing: 0.4px;
    font-size: 13px;
    color: #9d9d9d;
    text-transform: initial;
    margin-left: 4rem;
    font-weight: 100;
    display: flex;
    align-items: center;
    transition: all .4s ease;
}
.admin-dashboard .dashboard-area .content {
    margin: 1rem 3rem;
}
@media(max-width: 700px) {
    .admin-dashboard .dashboard-area .content {
        margin: 1rem 1rem;
    }
}
.admin-dashboard .dashboard-area .content .single-item-contacts {
    padding: 1rem;
    background: #fff;
    margin: 1rem;
    border-radius: 6px;
    border: 1px solid #ececec;
}
.admin-dashboard .dashboard-area .content .content-item-contacts .edit-form input {
    height: 2.3rem;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    padding-left: 9px;
    color: #222222;
    font-family: 'RobotoLight';
    font-size: 14px;
}
.admin-dashboard .dashboard-area .content .content-item-contacts .edit-form select {
    height: 2.3rem;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    padding-left: 4px;
    color: #222222;
    font-family: 'RobotoLight';
    font-size: 14px;
}
.admin-dashboard .dashboard-area .content .content-item-contacts .edit-form label {
    font-size: 14px;
    padding-bottom: 5px;
    color: #028fd7;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-top: 1rem;
}
.admin-dashboard .dashboard-area .content .content-item-contacts .edit-form label span {
    font-size: 13px;
    color: #777;
    font-weight: 100;
    padding: 0;
    margin: 0;
    margin-left: 2px;
}
.admin-dashboard .dashboard-area .content .content-item-contacts {
    display: flex;
    flex-wrap: wrap;
}
.admin-dashboard .dashboard-area .content .content-item-contacts form {
    width: 80%;
    margin: 0 auto;
}
@media(max-width: 700px) {
    .admin-dashboard .dashboard-area .content .content-item-contacts form {
        width: 90%;
    }
}
.admin-dashboard .dashboard-area .content .content-item-contacts .single-item-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 5px;
    font-size: 14px;
    color: #636363;
    margin-right: 1rem;
    background: #fff;
    border: 1px solid #ececec;
}
@media(max-width: 700px) {
    .admin-dashboard .dashboard-area .content .content-item-contacts .single-item-contacts {
        width: 100%;
    }
}
.admin-dashboard .dashboard-area .content .content-item-contacts .single-item-contacts .sales-list {
    background: #ffffff;
    border-radius: 5px;
    padding: 2rem;
    margin-bottom: 1rem;
}
.admin-dashboard .dashboard-area .content .content-item-contacts .single-item-contacts h5 {
    font-size: 15px;
    color: #028fd7;
}
.admin-dashboard .dashboard-area .content .content-item-contacts .single-item-contacts h5 span {
    color: #636363;
    font-weight: 600;
}
.admin-dashboard .dashboard-area .content .edit-btn {
    background: #028fd7;
    padding: 6px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 0.3px;
    border: 1px solid #028fd7;
    transition: all .4s ease;
    margin-top: 1rem;
}
.admin-dashboard .dashboard-area .content .delete-btn {
    background: #d70202;
    padding: 6px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 0.3px;
    border: 1px solid #d70202;
    transition: all .4s ease;
    margin-left: 1rem;
    font-family: 'RobotoLight';
    cursor: pointer;
    height: 2.1rem;
}
.admin-dashboard .dashboard-area .content .edit-btn:hover {
    background: #fff;
    color: #028fd7;
    border: 1px solid #028fd7;
}
.admin-dashboard .dashboard-area .content .delete-btn:hover {
    border: 1px solid #02d7d5;
    color: #02d7d5;
    background: #fff;
}
.admin-dashboard .dashboard-area .content .content-item-contacts .single-item-contacts .info-side {
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
}
.admin-dashboard .dashboard-area .content .content-item-contacts .single-item-contacts .info-side .body {
    line-break: anywhere;
}
.admin-dashboard .dashboard-area .content .content-item-contacts .single-item-contacts .info-side .title {
    height: unset;
    justify-content: unset;
}
.admin-dashboard .dashboard-area .content .content-item-contacts .single-item-contacts .info-side .title span,
.admin-dashboard .dashboard-area .content .content-item-contacts .single-item-contacts .info-side .small-description span {
    font-size: 14px;
    color: #4b4b4b;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: initial;
}
.title-item {
    font-size: 16px;
    color: #028fd7;
}
.product-image-admin {
    width: 10rem;
    height: 8rem;
    object-fit: cover;
    margin-right: 1rem;
    border: 1px solid #f7fbff;
    border-radius: 4px;
}
.title-item span {
    font-size: 14px;
    color: #4b4b4b;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
}
.small-description span {
    margin: 0;
    font-weight: 600;
}
.admin-dashboard .dashboard-area .title a:hover {
    color: #028fd7;
}
.admin-dashboard .dashboard-area .title a i {
    font-size: 16px;
    margin-right: 5px;
}
.admin-dashboard .sidebar {
    height: 100%;
    top: 0;
    position: fixed;
    background: #fff;
    display: flex;
    border-right: 1px solid #f0f0f0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 4%);
    width: 13rem;
    padding-top: 1rem;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
}
@media(max-width: 900px) {
    .admin-dashboard .sidebar {
        display: none;
    }
}
.admin-dashboard .sidebar .admin-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.admin-dashboard .sidebar .admin-info img {
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}
.admin-dashboard .sidebar .admin-info h5 {
    margin-top: 6px;
}
.admin-dashboard .sidebar .admin-info p {
    color: #a7a7a7;
    font-size: 14px;
}
.admin-dashboard .sidebar ul {
    padding: 0 3rem 0 2rem;
    list-style: none;
    margin-top: 2rem;
}
.admin-dashboard .sidebar ul li .dropdown {
    padding: 1rem 0 0 10px;
    display: none;
    transition: all .5s ease;
    padding-bottom: 2rem;
    overflow: auto;
    background: #fff;
    z-index: 9;
    width: 10rem;
    height: max-content;
    margin-top: 0;
}
.admin-dashboard .sidebar ul li .dropdown.active {
    display: inline-block;
}
.admin-dashboard .sidebar ul h5 {
    margin: 11px 0;
    color: #8c8c8c;
    font-weight: 100;
    letter-spacing: 0.2px;
}
.admin-dashboard .sidebar ul li {
    padding: 4px 0;
}
.admin-dashboard .sidebar ul li .main-link {
    color: #028fd7;
    font-weight: 600;
    position: relative;
    padding: 0;
}
.admin-dashboard .sidebar ul li .main-link .icon-line-awesome-angle-down {
    margin-left: 10px;
    font-weight: 600;
    font-size: 12px;
    transition: all .5s ease;
}
.admin-dashboard .sidebar ul li .main-link i.active {
    transform: rotate(180deg);
}
.admin-dashboard .sidebar ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #939393;
    display: flex;
    align-items: center;
    transition: all .4s ease;
    padding: 0;
}
.admin-dashboard .sidebar ul li a:hover {
    transform: translateX(-2px);
}
.admin-dashboard .sidebar ul li a i {
    font-size: 14px;
    margin-right: 5px;
}
.ck.ck-editor {
    margin: 0.4rem 0 1.4rem 0!important;
}
.sale-edit-image {
    height: 8rem;
    width: 20rem;
    object-fit: contain;
    border-radius: 2px;
    margin-left: 1rem;
}
.two-buttons {
    display: flex;
    gap: 1rem;
}
.add-new {
    text-decoration: none;
    font-size: 14px;
    background: #0259d7;
    padding: 8px 12px;
    border-radius: 4px;
    color: #f5f5f5;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    width: fit-content;
}
.add-new i {
    margin-right: 6px;
    margin-bottom: 2px;
}
.subquestions {
    display: flex;
    margin-top: 7px;
    letter-spacing: 0.3px;
}
.subquestions a {
    background: #fff;
    padding: 8px 1rem;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    color: #737373;
    transition: all .4s ease;
    border: 2px solid #fff;
}
.subquestions a:not(:last-child) {
    margin-right: 1rem;
}
.subquestions a:hover {
    background: none;
    border: 2px solid #0259d7;
}
.questions-area .dropping-question .answers .subquestions-dropping {
    display: flex;
    flex-direction: column;
}
.duk .duk-info .questions-area .dropping-question .answers .subquestions-dropping .subquestion {
    padding: 8px 1rem;
    border-radius: 4px;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    font-family: 'RobotoBold';
    color: #1d3e6f;
}
.duk .duk-info .questions-area .dropping-question .answers .subquestions-dropping .subquestion i {
    font-weight: 600;
    font-size: 17px;
    color: #028fd7;
}
.duk .duk-info .questions-area .dropping-question .answers .subquestions-dropping .answer {
    padding: 1rem;
}
.new-edit-image {
    height: 150px;
    width: auto;
    object-fit: cover;
    margin-top: 1rem;
}
.new-edit-image {
    width: auto;
    height: 10rem;
}
.new-edit-image img {
    height: 10rem;
}
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    padding-left: 2rem;
}
.body-all {
    color: #7b7b7b;
    font-size: 15px;
    padding: 0 1.2rem;
    font-family: 'RobotoRegular';
    min-height: 3.5rem;
}
.logos {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
    justify-content: center;
    padding: 0 2rem;
    align-items: center;
    height: auto;
    width: 80%;
}
.logos .channel-img {
    position: relative;
    filter: unset;
    flex: 0 0 25%;
}
.logos img {
    height: 6rem;
    width: 6rem;
    object-fit: contain;
}
.logos .channel-img.grey-img {
    filter: grayscale(1);
    opacity: 0.1;
}
.logos .channel-img:hover .description {
    opacity: 1;
    pointer-events: auto;
}
.logos .description {
    position: absolute;
    pointer-events: none;
    background: #fff;
    width: 20rem;
    font-size: 14px;
    color: #9f9f9f;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    opacity: 0;
    z-index: 9;
    top: 50%;
    left: 50%;
    transition: all .5s ease;
}
.logos .description .title {
    color: #048dd5;
}
@media(max-width: 650px) {
    .logos {
        width: unset;
        padding: 0;
    }
    .logos .description {
        left: -10%;
        width: 12rem;
    }
}
@media(max-width: 470px) {
    .logos .description {
        left: -10%;
        width: 10rem;
    }
}
.buttons {
    margin: 2rem 0;
}
.buttons .box-filter {
    width: 9rem;
    height: 2.3rem;
    position: relative;
    margin: 6px 0;
}
.buttons .box-filter input {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}
.buttons .box-filter label {
    border: 1px solid #028fd7;
    border-radius: 4px;
    background: #fff;
    padding: 8px 10px;
    color: #028fd7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'RobotoBold';
    cursor: pointer;
    transition: all .4s ease;
    font-size: 13px;
    font-weight: 100;
    height: 2.3rem;
    position: absolute;
    width: 9rem;
    z-index: 9;
    text-align: center;
}
.buttons .box-filter label.active {
    background-color: #028fd7;
    color: #fff;
}
.active-label-channels {
    background-color: #028fd7;
    color: #fff;
}
.buttons .box-filter label:hover {
    border: 1px solid #028fd7;
    background: #028fd7;
    color: #fff;
}
@media(max-width: 600px) {
    .buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.category-label {
    padding: 0 0 0 7px!important;
}
.admin-channel-logo {
    height: 5rem;
    object-fit: contain;
    margin-left: 4rem;
}
.ordering-input {
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    padding: 4px 6px;
    margin: 6px 0;
}
.ordering-input:focus {
    outline: none;
}
.ordering-save-button {
    background: #028fd7;
    border: 1px solid #028fd7;
    color: #fff;
    padding: 4px 14px;
    border-radius: 3px;
    margin-left: 0.5rem;
    cursor: pointer;
    transition: all .5s ease;
}
.ordering-save-button:hover {
    background: #fff;
    color: #028fd7;
}
.channels-main-filter-select {
    padding: 0.5rem;
    border-radius: 3px;
    border: 1px solid #acacac;
}
/* Products */
.products {
    width: 80%;
    margin: 0 auto;
    display: flex;
    margin-top: 3rem;
}
@media(max-width: 850px) {
    .products {
        flex-direction: column;
    }
}
@media(min-width: 1900px) {
    .products {
        width: 70%;
    }
}
.products .filters {
    width: 20%;
    margin-bottom: 5rem;
    min-width: 14rem;
}
@media(max-width: 850px) {
    .products .filters {
        width: 100%;
    }
}
.products .filters .active-filters {
    padding-bottom: 2rem;
    border-bottom: 1px solid #028fd7;
}
.products .filters .filter {
    border-bottom: 1px solid #028fd7;
}
.products .filters .filter .filters-box {
    display: none;
    margin: 5px 0 1.5rem 0;
}
.products .filters .filter .filters-box.active {
    display: block;
}
.products .filters .filter h5 {
    padding: 12px 0;
    color: #5d5d5d;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'RobotoBold';
}
.products .filters .filter h5 i {
    font-weight: 600;
    color: #9b9b9b;
    transition: all .5s ease;
}
.products .filters .filter h5 i.active {
    transform: rotate(180deg);
}
.products .filters .filter label {
    font-size: 14px;
}
.products .filters .active-filters .filter-active {
    background: #028fd7;
    color: #fff;
    width: fit-content;
    margin: 5px 0;
    padding: 3px 10px;
    font-size: 15px;
    border-radius: 4px;
}
.products .filters .active-filters .title {
    font-size: 18px;
    color: #028fd7;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}
.products .all-products {
    display: flex;
    margin-left: 2rem;
    margin-bottom: 5rem;
    flex-wrap: wrap;
    width: 100%;
}
@media(max-width: 700px) {
    .products .all-products {
        margin-left: 0;
    }
}
.products .all-products .single-product {
    padding: 1rem;
    margin: 0 10px;
    border-radius: 8px;
    margin-bottom: 1.2rem;
    box-shadow: 0 1px 7px rgb(49 132 233 / 15%);
    text-align: center;
    width: 30%;
}
.single-tv {
    display: flex;
}
@media(max-width: 700px) {
    .single-tv {
        flex-direction: column;
    }
}
.single-tv .image-tv {
    width: 50%;
    margin-right: 2rem;
    display: flex;
    align-items: center;
}
.single-tv .image-tv img {
    height: 21rem;
    width: 100%;
    object-fit: cover;
}
.single-tv .info-tv {
    width: 50%;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(max-width: 700px) {
    .single-tv .image-tv {
        width: unset;
        margin-right: 0;
    }
    .single-tv .info-tv {
        width: unset;
    }
}
.single-tv .info-tv .title {
    font-size: 18px;
    font-family: 'RobotoBold';
    color: #00356c;
    padding-bottom: 10px;
}
.single-tv .info-tv .price {
    color: #0085d1;
    font-family: 'RobotoMedium';
    font-size: 17px;
}
.single-tv .info-tv .contract {
    font-size: 13px;
    text-align: left;
    font-family: 'RobotoBold';
    color: #7e7e7e;
    margin-bottom: 1rem;
    padding-top: 6px;
}
.single-tv .info-tv a {
    display: block;
    background: linear-gradient(
45deg
, #1a6cb8, #038ed6);
    padding: 0.7rem;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    font-size: 15px;
    font-family: 'RobotoMedium';
    text-decoration: none;
    text-align: center;
    transition: all .5s ease;
    margin-top: 1rem;
}
.single-tv .info-tv a:hover {
    background: linear-gradient(45deg, #038ed6, #1a6cb8);
}
.single-tv .info-tv .description {
    font-size: 15px;
    color: #696969;
    font-family: 'RobotoRegular';
}
.single-tv .info-tv .description h5 {
    font-size: 13px;
    text-align: left;
    font-family: 'RobotoBold';
    color: #058bd4;
    margin-bottom: 3px;
}
.single-tv .info-tv .contract-description p {
    font-size: 15px;
    color: #696969;
    font-family: 'RobotoRegular';
    padding-bottom: 2rem;
}
.single-tv .info-tv .contract-description h5 {
    font-size: 13px;
    text-align: left;
    font-family: 'RobotoBold';
    color: #058bd4;
    margin-bottom: 3px;
}
.single-tv .info-tv .select-price {
    display: flex;
    width: 100%;
    margin: 1rem 0;
}
.single-tv .info-tv .select-price .price-type {
    background: none;
    border: none;
    border-bottom: 2px solid #d1d1d1;
    width: 50%;
    padding: 4px 0;
    color: #afafaf;
    font-size: 13px;
    font-family: 'RobotoMedium';
    cursor: pointer;
}
.single-tv .info-tv .select-plans {
    display: flex;
    flex-direction: column;
}
.single-tv .info-tv .select-plans select {
    margin-top: 1rem;
    height: 2.5rem;
    border: 1px solid #068bd3;
}
.single-tv .info-tv .select-plans .plans {
    margin-top: 2rem;
    color: #058ad3;
    font-size: 14px;
    font-family: 'RobotoMedium';
    font-weight: 500;
    width: 100%;
    border-bottom: 2px solid #068ad3;
    padding-bottom: 6px;
}
.single-tv .info-tv .select-price .price-type:hover {
    color: #048cd4;
}
.single-tv .info-tv .select-price .price-type.active {
    border-bottom: 2px solid #058bd3;
    color: #048cd4;
}
@media(max-width: 1100px) {
    .products .all-products .single-product {
        flex: unset;
        width: 45%;
    }
}
@media(max-width: 550px) {
    .products .all-products .single-product {
        flex: unset;
        width: 100%;
    }
}
.products .all-products .single-product img {
    height: 9rem;
    width: 100%;
    object-fit: cover;
}
.products .all-products .single-product .brand, .name{
    font-size: 14px;
    color: #868686;
    text-align: left;
    font-family: 'RobotoBold';
}
.margin-1-0 {
    margin: 1rem 0;
}
.products .all-products .single-product .read-more {
    text-decoration: none;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #028fd7;
    padding: 10px 40px;
    color: #028fd7;
    display: flex;
    transition: all .4s ease;
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 1rem auto;
}
.products .all-products .single-product .read-more:hover {
    color: #fff;
    background: #028fd7;
}
.products .all-products .single-product .price {
    color: #028fd7;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    font-family: 'RobotoBold';
}
.products .all-products .single-product .contract {
    font-size: 13px;
    text-align: left;
    font-family: 'RobotoBold';
    color: #7e7e7e;
    padding-top: 4px;
}
.main-page-offers h5 {
    font-size: 20px;
    color: #398fd7;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: all .9s ease;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 10px;
}
.main-page-offers h5:hover {
    color: #02bfdb;
}
.main-page-offers h5 i {
    margin-left: 1rem;
    font-weight: 600;
}
/* Mobile Menu */
.mobile-menu {
    background: #fff;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: -103%;
    left: 0;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    display: flex;
    transition: all .5s ease;
    overflow: hidden;
}
.mobile-menu.active {
    top: 0;
}
.mobile-menu li {
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.mobile-menu li a {
    font-size: 2rem;
    text-decoration: none;
    letter-spacing: 0.4px;
    color: #028fd7;
}
.mobile-menu li a i {
    position: absolute;
    right: 11%;
    margin-top: 1px;
}
.mobile-menu-btn {
    z-index: 3;
    background: none;
    border: none;
    display: none;
    font-size: 33px;
    color: #058bd3;
    cursor: pointer;
    transition: color .4s ease;
}
@media(max-width: 900px) {
    .mobile-menu-btn {
        display: block;
    }
}
.mobile-menu-btn:hover {
    color: unset;
}
.mobile-nav-dropdown {
    list-style: none;
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 4;
    right: -100%;
    overflow: hidden;
    transition: all .4s ease;
    padding: 1rem 0;
}
.mobile-nav-dropdown.active {
    right: 0;
}
.mobile-nav-dropdown li {
    padding: 5px 0;
}
.mobile-nav-dropdown li a {
    font-size: 19px;
    color: #656565;
}
/* New Single */
.single-new .title {
    color: #028fd7;
    text-align: left;
    letter-spacing: 0.7px;
    font-size: 22px;
    margin: 6px 0px;
    font-family: 'RobotoRegular';
}
.single-new p {
    padding: 4px 0;
    color: #757575;
    font-size: 16px;
}
.single-new p a {
    display: unset;
}
.single-new .description {
    color: #757575;
    font-size: 16px;
    line-height: 23px;
    font-family: 'RobotoRegular';
}
.single-new .description ul {
    margin-left: 1rem;
}
.single-new .description ul li::marker {
    content: "";
}
.single-new .description ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 600;
    font-size: 12px;
    padding-right: 10px;
    color: #0096d6;
}

.file-forclients {
    text-decoration: none;
    margin-top: 1rem;
    color: #028fd7;
}
.file-forclients i {
    font-size: 2rem;
}
/* Request Popup */
.request-popup {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
}

.request-popup .error {
    font-size: 12px;
    color: #d60404;
    transition: all .5s ease;
    height: 0;
    opacity: 0;
}
.request-popup .error.show {
    height: 0.9rem;
    opacity: 1;
}
.request-popup.active {
    display: flex;
}
.request-popup .bg {
    background: #000;
    height: 100vh;
    width: 74%;
    opacity: 0.4;
}
@media(max-width: 450px) {
    .request-popup .bg {
        width: unset;
    }
}
.request-popup .right-info-side {
    background: #fff;
    width: auto;
    height: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    overflow: scroll;
    padding-bottom: 1rem;
    position: relative;
}
.loading-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 3rem;
    border-radius: 5px;
    border: 1px solid #048ed6;
    color: #898989;
    font-size: 12px;
}
.request-popup input {
    height: 2rem;
    border: 1px solid #dbdbdb;
    margin: 5px 0;
    border-radius: 3px;
    padding: 0 10px;
    font-family: 'RobotoLight';
    box-shadow: 0 1px 7px rgb(0 0 0 / 4%);
    width: 100%;
    display: block;
}
.request-popup .checkbox {
    width: 1.2rem;
    height: 1.2rem;
}
.request-popup input:focus {
    outline: none;
}
.request-popup .send-btn {
    text-decoration: none;
    width: fit-content;
    border: 1px solid #038ed6;
    border-radius: 3px;
    padding: 9px 3rem;
    color: #038ed6;
    font-size: 13px;
    font-family: 'RobotoLight';
    letter-spacing: 0.3px;
    font-weight: 600;
    margin-left: auto;
    margin-top: 7px;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;
    font-family: 'RobotoBold';
}
.request-popup .send-btn:hover {
    background: #038ed6;
    color: #fff;
}
.request-popup .send-btn.btn-disabled {
    cursor: auto;
    border: 1px solid #6e6e6e;
    color: #6e6e6e;
}
.request-popup .send-btn:hover.btn-disabled {
    background: none;
    color: none;
}
.request-popup .title {
    color: #1d3e6f;
    font-family: 'RobotoLight';
    font-size: 17px;
    letter-spacing: 0.3px;
    margin-top: 1rem;
}
.request-popup .close {
    background: none;
    border: none;
    font-size: 2.3rem;
    color: #1d3e6f;
    cursor: pointer;
    margin-top: 10px;
    width: fit-content;
    margin-left: auto;
    transition: all .4s ease;
}
.request-popup .close:hover {
    transform: rotateZ(90deg);
    color: #048dd5;
}
.request-popup label {
    font-size: 11px;
    padding: 5px;
    color: #6e6e6e;
    letter-spacing: 0.3px;
}
.request-popup .internet-card .name {
    background: linear-gradient(89deg, #1b6ab6, #0290d8);
    width: 100%;
    border-radius: 7px 7px 0 0;
    padding: 1rem;
    text-align: center;
    color: #fff;
}
.request-popup .internet-card .old-price {
    color: #0094db;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
}
.request-popup .internet-card .price {
    color: #0094db;
    font-size: 24px;
    font-weight: 700;
}
.request-popup .internet-card .another-price {
    color: #848484;
    text-align: center;
    margin: 1rem 0;
}
.request-popup .internet-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 1px 7px rgb(49 132 233 / 15%);
    border-radius: 7px;
    margin: 1.3rem 0;
}
/* Register */
.register-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-container input {
    height: 2.5rem;
    border: 2px solid #028fd7;
    border-radius: 25px;
    width: 20rem;
    padding: 0 1rem;
    color: #6c6c6c;
}
.register-container input {
    outline: none;
}
.register-container label {
    color: #676767;
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.register-container button {
    height: 2.5rem;
    border: 2px solid #028fd7;
    background: #028fd7;
    border-radius: 25px;
    width: fit-content;
    padding: 0 2.5rem;
    color: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    margin-top: 1rem;
    letter-spacing: 0.6px;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease;
}
.register-container button:hover {
    border: 2px solid #028fd7;
    background: #fff;
    color: #028fd7;
}
.register-container .card {
    text-align: center;
}
.register-container .card-header {
    font-size: 22px;
    margin-bottom: 1rem;
    color: #028fd7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
/* For Clients */
.files-clients {
    margin-bottom: 2rem;
}
@media(max-width: 600px) {
    .clients-for-mobile {
        flex-direction: column;
    }
}
.files-clients .title {
    margin-bottom: 0.4rem;
}
.files-clients .offer {
    border: 2px solid #ececec;
    border-radius: 5px;
    padding: 2rem;
    color: #00356c!important;
    font-weight: 600;
    font-size: 15px;
    flex: 0 0 49%;
    text-align: center;
    display: flex;
    align-items: center;
    font-family: 'RobotoBold';
}
@media(max-width: 600px) {
    .files-clients .offer:not(:last-child) {
        margin-bottom: 1rem;
    }
}
.files-clients .offer i {
    font-size: 2.5rem;
    margin-right: 10px;
}
/* Search */
.search form {
    display: flex;
    position: relative;
}
@media(max-width: 700px) {
    .search form {
        display: none;
    }
}
.search input {
    border: none;
    color: #888888;
    font-weight: 100;
    padding: 0 1rem;
    height: 1.8rem;
}
.search input:hover {
    border-bottom: 1px solid #e4e4e4;
}
.search input:focus {
    outline: none;
}
.search-box {
    width: 80%;
    margin: 3rem auto;
    color: #545454;
    font-size: 14px;
    font-family: 'RobotoLight';
    letter-spacing: 0.5px;
}
@media(min-width: 1900px) {
    .search-box {
        width: 70%;
    }
}
.search-box .result {
    margin: 1rem 0;
}
.no-search-results {
    width: 80%;
    margin: 8rem auto;
    text-align: center;
    color: #a9aaab;
    font-size: 14px;
    font-family: 'RobotoLight';
    letter-spacing: 0.5px;
}
.search-box .new-price {
    color: #0e7ec7;
    font-family: 'RobotoMedium';
    font-size: 18px;
    margin: 0 2rem;
}
/* Channels Popup */
.channels-popup {
    position: fixed;
    top: 0;
    background: #0000006b;
    width: 100vw;
    height: 100vh;
    display: none;
    overflow: auto;
}
.channels-popup.active {
    display: flex;
}
.channels-popup .channels-list {
    background: #fff;
    width: 70%;
    height: fit-content;
    margin: 2rem auto;
    border-radius: 10px;
    padding: 3rem;
    z-index: 999;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 1px 7px rgb(0 0 0 / 10%);
    justify-content: center;
    align-items: center;
}
@media(max-width: 550px) {
    .channels-popup .channels-list {
        width: 90%;
        margin: 4rem auto;
    }
}
.channels-popup .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 9999;
    background: none;
    border: none;
    font-size: 2rem;
    color: #119fc4;
    cursor: pointer;
}
.channels-popup .channels-list img {
    height: 7rem;
    width: auto;
}
@media(max-width: 700px) {
    .channels-popup .channels-list img {
        height: 5rem;
    }
}
/* About Video */
.my-video-dimensions {
    width: 100%!important;
    height: 470px;
    margin-top: 3rem;
}
@media(max-width: 1000px) {
    .my-video-dimensions {
        height: 380px;
    }
}
@media(max-width: 700px) {
    .my-video-dimensions {
        height: 280px;
    }
}
.vjs-poster {
    background-size: cover;
}
/* Mob Menu */
.mob-menu {
    height: 2.5rem;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}
.mob-menu .mob-logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 10px;
    width: fit-content;
}
.mob-menu .mob-logo img {
    height: 1.5rem;
}
.mob-menu .v-type {
    color: #797979;
    text-decoration: none;
    font-size: 14px;
    font-family: 'RobotoMedium';
    letter-spacing: 0.3px;
    padding-top: 11px;
    padding-left: 10px;
    height: 100%;
    display: inline-block;
}
@media(min-width: 850px) {
    .mob-menu {
        display: none;
    }
}
.main-nav {
    text-align: center;
    background: #FFF;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .375s;
}

.main-nav.is-open {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    overflow-x: hidden;
    height: 100vh;
}

/* Yellow band effect */
.main-nav::before {
	 content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: #fff;
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all .275s .1s;
}

.main-nav.is-open::before {
    transform: skew(-14deg) translateX(0);
}

/* Skewing effect on menu links */
.main-nav ul {
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
}

.main-nav li {
    display: block;
    margin: .5rem 0;
    text-align: right;
}
.main-nav li .nav-dropdown {
    height: unset;
    display: none;
    margin-top: 0;
}
.main-nav li .nav-dropdown.active {
    display: block;
}
.main-nav li .nav-dropdown li {
    margin: .2rem 0;
}
.main-nav li .nav-dropdown li a {
    padding: 0;
    font-size: 16px;
    color: #7e7e7e;
}
/* Apparition effect on links */
.main-nav a {
    opacity: 0;
    transform: translateY(-10px);
}

.main-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
}
/*.main-nav li:nth-child(1) a {
	transition: all 275ms 175ms
}
.main-nav li:nth-child(2) a {
	transition: all 275ms 225ms
}
.main-nav li:nth-child(3) a {
	transition: all 275ms 275ms
}
.main-nav li:nth-child(4) a {
	transition: all 275ms 325ms
}
.main-nav li:nth-child(5) a {
	transition: all 275ms 375ms
}*/


/* Decoration */
.main-nav ul,
.main-nav li {
	list-style: none;
	padding: 0;
    text-align: unset;
    display: block;
}
.main-nav a {
    display: block;
    padding: 12px 0;
    color: #048dd5;
    font-size: 1.4em;
    text-decoration: none;
    font-family: 'RobotoMedium';
    transition: all 275ms 325ms;
}

/* Burger Style: @see: https://codepen.io/CreativeJuiz/full/oMZNXy */
.open-main-nav {
    position: absolute;
    padding-top: 22px;
    right: 1rem;
    z-index: 1000;
    background: none;
    border: 0;
    cursor: pointer;
    top: 5px;
}
.open-main-nav:focus {
	outline: none;
}
.burger {
	position: relative;
	display: block;
	width: 28px;
	height: 2px;
	margin: 0 auto;
	background: #048dd5;
	transition: all .275s;
}

.burger:after,
.burger:before {
	content: '';
	display: block;
	height: 100%;
	background: #048dd5;
	transition: all .275s;
}

.burger:after {
	transform: translateY(-10px);
}

.burger:before {
	transform: translateY(-16px);
}

/* Toggle State part */
.is-open .burger {
	transform: translateY(-1px) rotate(-45deg);
}

.is-open .burger:before {
	transform: translateY(0px) rotate(85deg);
}

.is-open .burger:after {
	transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
}
.ck.ck-reset, .ck.ck-reset_all, .ck.ck-reset_all {
    font-size: 14px;
}
/* Cookie */
.js-cookie-consent {
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: 999;
    height: 10rem;
    padding: 1rem;
    box-shadow: 0 1px 7px rgb(49 132 233 / 15%);
    border-top: 1px solid #028fd721;
    font-size: 14px;
    font-family: 'RobotoMedium';
    color: #ffffff;
    display: flex;
    align-items: center;
    transition: all .9s ease;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #00000075;
}
@media(max-width: 700px) {
    .js-cookie-consent {
        width: auto;
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
    }
}
.js-cookie-consent .cookie-content {
    background: #fff;
    color: #7d7d7d;
    padding: 2rem;
    border-radius: 1px;
    max-width: 500px;
    max-height: 800px;
    position: relative;
}
.js-cookie-consent .cookie-content .title {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 1rem;
}
.js-cookie-consent.hide {
    display: none;
}
.cokie-flex-center-column {
    flex-direction: column;
    gap: 2rem;
    text-align: left;
}
.js-cookie-consent-agree {
    background: #1aa0e1;
    height: 2.5rem;
    padding: 0 2rem;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    transition: all .5s ease;
    font-size: 14px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 25px;
}
.js-cookie-consent-agree:hover {
    background-color: #48baf1;
}
.cancel-cookie-button {
    background: #65b4da;
    height: 2.5rem;
    padding: 0 2rem;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    transition: all .5s ease;
    font-size: 14px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 25px;
    font-family: 'RobotoMedium';
    margin-left: 1rem;
}
.cancel-cookie-button:hover {
    background: #48baf1;
}
.cookie-popup-privacy-link {
    color: #7d7d7d;
    text-decoration: underline;
    padding-top: 2px;
    display: block;
}
.disagree-cookie {
    background: none;
    height: 2.1rem;
    border-radius: 2px;
    color: #373737;
    cursor: pointer;
    transition: all .5s ease;
    font-size: 14px;
    border: none;
    position: absolute;
    right: 0rem;
    top: 0.5rem;
    width: fit-content;
}
.disagree-cookie .line {
    margin: 0;
    height: 2px;
    width: 25px;
    background: #2b2b2b;
    position: absolute;
    right: 1rem;
    transform: rotate(45deg);
    border-radius: 25px;
    transition: all .4s ease;
}
.disagree-cookie .line1 {
    margin: 0;
    height: 2px;
    width: 25px;
    background: #2b2b2b;
    position: absolute;
    transform: rotate(-45deg);
    right: 1rem;
    border-radius: 25px;
    transition: all .4s ease;
}
.disagree-cookie:hover .line {
    background: #1aa0e1;
}
.disagree-cookie:hover .line1 {
    background: #1aa0e1;
}
.contact-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.contact-checkbox input {
    margin: 0;
}
.contact-checkbox label {
    font-size: 15px;
    color: #919191;
    font-family: 'RobotoRegular';
    margin-left: 6px;
    line-height: 19px;
}
.error-contacts {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0f91d8;
    font-size: 13px;
}
.no-alllists {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #858585;
    font-size: 13.5px;
    height: 10rem;
    padding-top: 4rem;
}
.check-mail {
    text-decoration: none;
    color: #7d7d7d;
    font-size: 14px;
    position: relative;
    font-family: 'RobotoRegular';
    padding-left: 1rem;
    padding: 12px;
    height: 100%;
}
.internet {
    padding-bottom: 1.5rem;
}
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    min-height: 7rem;
}
.plain-internet-text {
    color: #757575;
    font-size: 15px;
    font-family: 'RobotoRegular';
    padding: 0;
    line-height: 24px;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 2px 0;
    margin-bottom: 7px;
}
.margin-internet-4 {
    margin-top: 4rem;
}
.sales-title {
    font-size: 23px;
    padding-top: 1rem;
    color: #028fd7;
}
.admin-logout-btn {
    background: #028fd7;
    border: none;
    padding: 6px 20px;
    color: #fff;
    border-radius: 3px;
    font-family: 'RobotoMedium';
    cursor: pointer;
}
.ck.ck-editor__editable_inline a {
    color: #000;
    text-decoration: underline;
}
.two-buttons {
    display: flex;
    gap: 1rem;
}
.margin-0 {
    margin: 0!important;
}
.margin-top-1 {
    margin-top: 1rem!important;
}
.add-contact {
    margin-left: 3rem;
    background: #028fd7;
    padding: 7px 20px;
    border-radius: 3px;
    font-size: 14px;
}
.product-categories {
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.product-categories-div .title-cat {
    font-size: 15px;
    color: #028fd7;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 1rem;
    display: block;
}
.product-categories .category {
    text-decoration: none;
    font-size: 14px;
    background: #717171;
    padding: 8px 12px;
    border-radius: 4px;
    color: #f5f5f5;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    width: fit-content;
}
.edit-image {
    height: 10rem;
    width: fit-content;
}
.gap-1 {
    gap: 1rem;
}
.gap-05 {
    gap: 0.5rem!important;
}
.checkboxes-inputs {
    display: flex;
    gap: 2rem;
}
.checkboxes-inputs .checkbox-div {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.checkboxes-inputs .checkbox-div .filter-label-input {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.checkboxes-inputs .checkbox-div .filter-label-input label {
    padding: 0!important;
    color: #5c5c5c!important;
}
.checkboxes-inputs .checkbox-div .attributes .attribute {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.checkboxes-inputs .checkbox-div .attributes .attribute label {
    padding: 0!important;
}
.required-fields-note {
    font-size: 14px;
    padding-top: 6px;
    color: #6d6d6d;
}
.invalid-feedback {
    margin: 0;
    font-size: 12px;
    font-weight: 100;
    color: #d70202;
    font-family: 'RobotoLight';
    margin-bottom: 6px;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-0-0-23 {
    flex: 0 0 23%;
}
@media(min-width: 700px) and (max-width: 950px) {
    .flex-0-0-23 {
        flex: 0 0 31%;
    }
}
@media(min-width: 1750px) {
    .flex-0-0-23 {
        flex: 0 0 23.5%;
    }
}
.height-7 {
    height: 7rem!important;
}
.margin-top-0 {
    margin-top: 0!important;
}
.margin-bottom-5 {
    margin-bottom: 5rem;
}
.swiper-pagination {
    z-index: 9;
}
/* Casual Prices */
.content-item-casuals {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    display: none;
}
.content-item-casuals.active {
    display: block;
}
.single-item-casual {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    padding: 1rem;
    display: flex;
    align-items: center;
}
.casual-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.casual .title {
    font-size: 2.5rem;
    color: #0788d1;
    margin: 1rem 0;
}
.casual .blocks {
    display: flex;
    gap: 10rem;
}
@media(max-width: 700px) {
    .casual .blocks {
        gap: 3rem;
    }
}
@media(max-width: 500px) {
    .casual .blocks, 
    .casual .title {
        width: 90%;
        margin: auto;
    }
}
@media(max-width: 400px) {
    .casual .blocks, 
    .casual .title {
        gap: 1rem;
        flex-direction: column;
    }
}
.casual .blocks .block .name-price:not(:last-child) {
    margin-bottom: 12px;
}
.casual .second-title {
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    color: #00356c;
    font-size: 18px;
}
.casual .third-title {
    font-size: 14px;
    color: #00356c;
    padding-bottom: 8px;
}
.casual .name-price .title {
    margin: 0;
    color: #757575;
    font-size: 15px;
}
@media(max-width: 700px) {
    .casual .name-price .title {
        font-size: 1rem;
    }
}
.casual .name-price .price {
    color: #757575;
    font-size: 15px;
}
@media(max-width: 700px) {
    .casual .name-price .price {
        font-size: 1rem;
        white-space: pre;
    }
}
.casual .name-price .price span {
    margin: 0;
    color: #757575;
    font-size: 15px;
}
@media(max-width: 700px) {
    .casual .name-price .price span {
        font-size: 15px;
    }
}
/* Sale Plan Form */
.add-sale-plan-button {
    background: #6b6a6a;
    width: fit-content;
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 1rem;
}
.sale-plan-inputs {
    flex-direction: column;
    display: none;
    transition: all .3s ease;
}
.sale-plan-inputs.show {
    display: flex;
}
/* Single Sale Plan Front */
.single-sale-plan {
    width: 22rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
    box-shadow: 0 1px 7px rgb(49 132 233 / 15%);
    border-radius: 7px;
    margin-top: 1rem;
}
@media(max-width: 800px) {
    .single-sale-plan {
        width: unset;
    }
}
.single-sale-plan .name {
    background: linear-gradient(
        89deg, #1b6ab6, #0290d8);
    width: 100%;
    border-radius: 7px 7px 0 0;
    padding: 1rem;
    text-align: center;
    color: #fff;
    height: 5rem;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 22px;
}
.single-sale-plan .name p {
    font-size: 15px;
    padding-bottom: 6px;
    color: #fff;
    font-weight: 100;
}
.single-sale-plan .name h5 {
    font-size: 18px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: 'RobotoBold';
}
.single-sale-plan .name h5 span {
    font-size: 11px;
    font-weight: 100;
    margin-right: 6px;
    margin-left: unset;
    font-family: 'RobotoLight';
}
.single-sale-plan .another-price {
    color: #848484;
    padding-bottom: 6px;
    padding-top: 8px;
}
.single-sale-plan .casual-price {
    color: #0094db;
}
.single-sale-plan .price {
    color: #0094db;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
}
.single-sale-plan .price span {
    margin: 0;
    font-size: 12px;
}
.single-sale-plan .description {
    font-size: 13px;
    font-weight: 100;
    width: 80%;
    margin-top: 2rem;
}
.single-sale-plan .channels-list {
    width: 80%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.8rem;
}
.single-sale-plan .channels-list .last-channel {
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #048dd6;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    margin: 3px;
    background: none;
    color: #929292;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    margin-left: -0.8rem;
    background: #fff;
}
.single-sale-plan .channels-list.hidden {
    display: none;
}
.single-sale-plan .channels-list img {
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #048dd6;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    margin: 3px;
    background: #fff;
}
.single-sale-plan .channels-list img:not(:first-child) {
    margin-left: -0.8rem;
}
.single-sale-plan .order {
    text-decoration: none;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #028fd7;
    padding: 10px 40px;
    color: #028fd7;
    display: table;
    margin: 1.4rem 0 2rem 0;
    transition: all .4s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    background: none;
    font-family: 'RobotoLight';
}
.single-sale-plan .order:hover {
    border: 1px solid #028fd7;
    background: #028fd7;
    color: #fff;
}
/* All List Selection */
.list-selection .internet-block, 
.list-selection .wifi-block {
    display: none;
}
.list-selection .internet-block.show, 
.list-selection .wifi-block.show {
    display: block;
}
.list-selection .note {
    color: #757575;
}
.list-selection .title {
    color: #038dd6;
    font-size: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.list-selection .internet-plans {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}
.list-selection .small-title {
    font-size: 1rem;
    color: #ffffff;
    padding: 1rem 0;
    background: #038dd6;
    display: none;
    font-weight: 100;
    padding: 0.8rem 1rem;
    border-radius: 4px;
    cursor: pointer;
}
.list-selection .small-title {
    margin-bottom: 6px;
}
.list-selection .small-title.show {
    display: block;
}
.list-selection .small-title:first-child {
    padding: 0;
}
.list-selection .xsmall-title {
    color: #757575;
    padding-bottom: 1rem;
    display: none;
    font-size: 15px;
    font-weight: 600;
}
.list-selection .xsmall-title.show {
    display: block;
}
.list-selection .xsmall-title:not(:first-child) {
    padding-top: 1rem;
}
.list-selection .tv-plans {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}
.list-selection .tv-plans-section {
    display: none;
}
.list-selection .tv-plans-section.show {
    display: flex;
    flex-direction: column;
}
.list-selection .internet-plans .single-plan-block,
.list-selection .tv-plans .single-tvplan-block,
.list-selection .tv-plans .single-extratvplan-block {
    flex: 0 0 32%;
    width: 50%;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-shadow: 0 1px 7px rgb(49 132 233 / 15%);
    border-radius: 7px;
    transition: all .4s ease;
    cursor: pointer;
    display: none;
    min-height: 18rem;
    padding-bottom: 6rem;
}
@media(max-width: 900px) {
    .list-selection .internet-plans .single-plan-block,
    .list-selection .tv-plans .single-tvplan-block,
    .list-selection .tv-plans .single-extratvplan-block {
        flex: 0 0 48%;
    }
}
@media(max-width: 600px) {
    .list-selection .internet-plans .single-plan-block,
    .list-selection .tv-plans .single-tvplan-block,
    .list-selection .tv-plans .single-extratvplan-block {
        flex: 0 0 100%;
    }
}
.list-selection .single-plan-block-button, 
.list-selection .single-tvplan-block-button, 
.list-selection .single-extratvplan-block-button {
    text-decoration: none;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #028fd7;
    padding: 10px 40px;
    color: #028fd7;
    display: table;
    margin: 1.4rem 0 2rem 0;
    transition: all .4s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    background: none;
    font-family: 'RobotoLight';
}
.list-selection .single-plan-block-button:hover, 
.list-selection .single-tvplan-block-button:hover, 
.list-selection .single-extratvplan-block-button:hover {
    border: 1px solid #028fd7;
    background: #028fd7;
    color: #fff;
}
.list-selection .internet-plans .single-plan-block.show,
.list-selection .tv-plans .single-tvplan-block.show,
.list-selection .tv-plans .single-extratvplan-block.show {
    display: flex;
}
.list-selection .internet-plans .single-plan-block:hover,
.list-selection .tv-plans .single-tvplan-block:hover, 
.list-selection .tv-plans .single-extratvplan-block:hover {
    box-shadow: 0 1px 20px rgb(49 132 233 / 55%);
}
.list-selection .internet-plans .single-plan-block .close-button-plan,
.list-selection .tv-plans .single-tvplan-block .close-button-plan-tv,
.list-selection .tv-plans .single-extratvplan-block .close-button-plan-extratv {
    background: #00356c;
    border: none;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    z-index: 0;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease;
}
.list-selection .internet-plans .single-plan-block .close-button-plan.show,
.list-selection .tv-plans .single-tvplan-block .close-button-plan-tv.show,
.list-selection .tv-plans .single-extratvplan-block .close-button-plan-extratv.show {
    opacity: 1;
    pointer-events: auto;
}
.list-selection .internet-plans .single-plan-block .name {
    background: linear-gradient(
        89deg, #1b6ab6, #0290d8);
    width: 100%;
    border-radius: 7px 7px 0 0;
    padding: 1rem;
    text-align: center;
    color: #fff;
    height: 5rem;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.list-selection .internet-plans .single-plan-block .name p {
    font-size: 10px;
    padding-bottom: 6px;
}
.list-selection .internet-plans .single-plan-block .name h5 {
    font-size: 18px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: 'RobotoBold';
}
.list-selection .internet-plans .single-plan-block .name h5 span {
    font-size: 11px;
    font-weight: 100;
    margin-right: 6px;
    margin-left: unset;
    font-family: 'RobotoLight';
}
.list-selection .internet-plans .single-plan-block .another-price {
    color: #848484;
}
.list-selection .internet-plans .single-plan-block .old-price {
    color: #0094db;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.list-selection .internet-plans .single-plan-block .price {
    color: #0094db;
    font-size: 24px;
    font-weight: 700;
}
.list-selection .internet-plans .single-plan-block .plan {
    font-size: 12px;
    align-items: flex-end;
    display: flex;
    padding-left: 5px;
    height: 100%;
    color: #0094db;
    font-weight: 600;
}
.list-selection .tv-plans .single-tvplan-block .name,
.list-selection .tv-plans .single-extratvplan-block .name {
    background: linear-gradient(
        89deg, #1b6ab6, #0290d8);
    width: 100%;
    border-radius: 7px 7px 0 0;
    padding: 1rem;
    text-align: center;
    color: #fff;
    height: 5rem;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.list-selection .tv-plans .single-tvplan-block .another-price, 
.list-selection .tv-plans .single-extratvplan-block .another-price {
    color: #848484;
}
.list-selection .tv-plans .single-tvplan-block .description, 
.list-selection .tv-plans .single-extratvplan-block .description {
    color: #848484;
    font-size: 13px;
    text-align: left;
    width: 80%;
    padding: 6px 0;
    font-family: 'RobotoRegular';
    font-weight: 100;
}
.list-selection .tv-plans .single-tvplan-block .old-price, 
.list-selection .tv-plans .single-extratvplan-block .old-price  {
    color: #0094db;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.list-selection .tv-plans .single-tvplan-block .price,
.list-selection .tv-plans .single-extratvplan-block .price {
    color: #0094db;
    font-size: 24px;
    font-weight: 700;
}
.list-main-casual-price {
    display: flex;
    flex-direction: column;
}
.list-main-casual-price .main-price {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 1rem;
    align-items: baseline;
}
.list-main-casual-price .old-price {
    color: #0094db;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.list-selection .tv-plans .single-tvplan-block .plan,
.list-selection .tv-plans .single-extratvplan-block .plan {
    font-size: 12px;
    align-items: flex-end;
    display: flex;
    padding-left: 5px;
    height: 100%;
    color: #0094db;
    font-weight: 600;
}
.list-selection .tv-plans .single-tvplan-block .title,
.list-selection .tv-plans .single-extratvplan-block .title {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'RobotoBold';
    padding-bottom: 0;
    color: #fff;
    gap: 1rem;
    padding: 0;
}
.list-selection .tv-plans .single-tvplan-block .description ul, 
.list-selection .tv-plans .single-extratvplan-block .description ul {
    list-style: none;
}
.list-selection .tv-plans .single-tvplan-block .description ul li:not(:last-child), 
.list-selection .tv-plans .single-extratvplan-block .description ul li:not(:last-child) {
    padding-bottom: 6px;
}
.list-selection .tv-plans .single-tvplan-block .description ul li:before, 
.list-selection .tv-plans .single-extratvplan-block .description ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 600;
    font-size: 10px;
    padding-right: 5px;
    color: #0096d6;
}
.list-selection .tv-plans .single-tvplan-block .channels-list,
.list-selection .tv-plans .single-extratvplan-block .channels-list {
    width: 80%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.8rem;
}
.list-selection .tv-plans .single-tvplan-block .channels-list.hidden,
.list-selection .tv-plans .single-extratvplan-block .channels-list.hidden {
    display: none;
}
.list-selection .tv-plans .single-tvplan-block .channels-list img,
.list-selection .tv-plans .single-extratvplan-block .channels-list img {
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #048dd6;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    margin: 3px;
    background: #fff;
}
.list-selection .tv-plans .single-tvplan-block .channels-list img:not(:first-child),
.list-selection .tv-plans .single-extratvplan-block .channels-list img:not(:first-child) {
    margin-right: -0.8rem;
}
.list-selection .tv-plans .single-tvplan-block .channels-list .last-channel,
.list-selection .tv-plans .single-extratvplan-block .channels-list .last-channel {
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #048dd6;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    margin: 3px;
    background: none;
    color: #929292;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    background: #fff;
}
.display-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-selection .tv-plans .no-need-extratvplan {
    flex: 0 0 32%;
    width: 50%;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-shadow: 0 1px 7px rgb(49 132 233 / 15%);
    border-radius: 7px;
    transition: all .4s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-selection .tv-plans .no-select-title {
    color: #757575;
    font-size: 26px;
    padding: 0;
    margin: 0;
    text-align: center;
}
.list-selection .tv-plans .no-select-title span {
    margin: 0;
}
.selected-items {
    display: flex;
    display: none;
}
@media(max-width: 700px) {
    .selected-items {
        flex-direction: column;
    }
}
.selected-items .plus {
    font-size: 3rem;
    padding: 0 1rem;
    color: #8b898a;
    align-self: center;
    display: none;
}
@media(min-width: 700px) and (max-width: 1100px) {
    .selected-items .plus {
        font-size: 2rem;
        padding: 0 0.5rem;
    }
}
.selected-items .plus.show {
    display: block;
}
.selected-items .internet-plan,
.selected-items .tv-plan,
.selected-items .extratv-plan {
    flex: 0 0 30%;
    width: 50%;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-shadow: 0 1px 7px rgb(49 132 233 / 15%);
    border-radius: 7px;
    transition: all .4s ease;
    cursor: pointer;
    display: none;
}
.selected-items .internet-plan.show,
.selected-items .tv-plan.show,
.selected-items .extratv-plan.show {
    display: flex;
}
@media(max-width: 700px) {
    .selected-items .internet-plan,
    .selected-items .tv-plan,
    .selected-items .extratv-plan {
        flex: 0 0 32%;
        width: 100%;
    }
}
@media(min-width: 700px) and (max-width: 800px) {
    .selected-items .internet-plan,
    .selected-items .tv-plan,
    .selected-items .extratv-plan {
        flex: 0 0 28%;
    }
}
@media(min-width: 800px) and (max-width: 900px) {
    .selected-items .internet-plan,
    .selected-items .tv-plan,
    .selected-items .extratv-plan {
        flex: 0 0 29%;
    }
}
.selected-items .internet-plan .name, 
.selected-items .tv-plan .name,
.selected-items .extratv-plan .name {
    background: linear-gradient( 
    89deg, #1b6ab6, #0290d8);
        width: 100%;
        border-radius: 7px 7px 0 0;
        padding: 1rem;
        text-align: center;
        color: #fff;
        height: 5rem;
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
}

.selected-items .tv-plan .name .title,
.selected-items .extratv-plan .name .title {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'RobotoBold';
    padding-bottom: 0;
    color: #fff;
    gap: 1rem;
}
.selected-items .internet-plan .price, 
.selected-items .tv-plan .price,
.selected-items .extratv-plan .price {
    color: #0094db;
    font-size: 24px;
    font-weight: 700;
}
.selected-items .internet-plan .another-price, 
.selected-items .tv-plan .another-price,
.selected-items .extratv-plan .another-price {
    color: #848484;
}
.selected-items .tv-plan .another-price,
.selected-items .extratv-plan .another-price {
    display: none;
}
.selected-items .tv-plan .another-price.show,
.selected-items .extratv-plan .another-price.show {
    display: block;
}
.selected-items .internet-plan .old-price, 
.selected-items .tv-plan .old-price,
.selected-items .extratv-plan .old-price {
    color: #0094db;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.selected-items .tv-plan .description, 
.selected-items .extratv-plan .description {
    color: #848484;
    font-size: 13px;
    text-align: left;
    width: 80%;
    padding: 6px 0;
    font-family: 'RobotoRegular';
    font-weight: 100;
}
.selected-items .tv-plan .description ul, 
.selected-items .extratv-plan .description ul {
    list-style: none;
}
.selected-items .tv-plan .description li:before, 
.selected-items .extratv-plan .description li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 600;
    font-size: 10px;
    padding-right: 5px;
    color: #0096d6;
}
.selected-items .tv-plan .channels-list, 
.selected-items .extratv-plan .channels-list {
    width: 80%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.8rem;
}
.selected-items .tv-plan .channels-list img:not(:first-child),
.selected-items .extratv-plan .channels-list img:not(:first-child) {
    margin-right: -0.8rem;
}
.selected-items .tv-plan .channels-list img, 
.selected-items .extratv-plan .channels-list img {
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #048dd6;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    margin: 3px;
    background: #fff;
}
.selected-items .tv-plan .channels-list.hidden, 
.selected-items .extratv-plan .channels-list.hidden {
    display: none;
}
.selected-items .tv-plan .channels-list .last-channel, 
.selected-items .extratv-plan .channels-list .last-channel {
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #048dd6;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    margin: 3px;
    background: none;
    color: #929292;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    background: #fff;
}
.selected-items .internet-plan .name p {
    font-size: 10px;
    padding-bottom: 6px;
}
.selected-items .internet-plan .name h5 {
    font-size: 18px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: 'RobotoBold';
}
.selected-items .internet-plan .name h5 span {
    font-size: 11px;
    font-weight: 100;
    margin-right: 6px;
    margin-left: unset;
    font-family: 'RobotoLight';
}
.selected-list-info {
    gap: 4rem;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 2rem;
    border: 3px solid #038ed6;
    border-radius: 10px;
    padding: 3rem;
    display: none;
}
.selected-list-info.show {
    display: flex;
}
@media(max-width: 700px) {
    .selected-list-info {
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
    }
}
.selected-list-info .title-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.selected-list-info .title-price .title {
    font-size: 2rem;
    color: #00356c;
}
@media(max-width: 700px) {
    .selected-list-info .title-price .title {
        font-size: 1rem;
    }
}
.selected-list-info .title-price .price {
    color: #038dd6;
    font-size: 3rem;
    font-weight: 600;
}
@media(max-width: 700px) {
    .selected-list-info .title-price .price {
        font-size: 2rem;
    }
}
.selected-list-info .title-price .activation-price {
    color: #848484;
    font-weight: 600;
    font-size: 14px;
}
.selected-list-info .order-button {
    border: none;
    border-radius: 5px;
    background: linear-gradient( 
89deg, #1b6ab6, #0290d8);
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    /* box-shadow: 0 2px 5px rgb(120 121 121 / 46%); */
    padding: 2rem;
    cursor: pointer;
}
@media(max-width: 700px) {
    .selected-list-info .order-button {
        font-size: 1rem;
        padding: 1rem;
    }
}
/* Popup */
.popup {
    background: #000000db;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}
.popup.show {
    opacity: 1;
    pointer-events: all;
}
.popup .popup-block {
    position: relative;
    width: 80vw;
    padding: 5rem 0;
}
.popup .popup-block img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.popup .popup-block button {
    position: absolute;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    border: none;
    background: white;
    right: -1rem;
    top: 5rem;
    font-size: 20px;
    color: #2dc0f4;
    cursor: pointer;
}
@media(min-width: 1900px) {
    .width-70-from-fullhd {
        width: 70%!important;
    }
}
.prices-available-from {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-size: 24px;
    color: #757575;
    border-bottom: 1px solid #d6d6d6;
}
.select-channel-filter {
    display: flex;
    gap: 1rem;
}
.not-found-page {
    text-align: center;
    padding: 13rem;
}
@media(max-width: 700px) {
    .not-found-page {
        padding: 8rem;
    }
}
.not-found-page .not-found-note {
    font-size: 3rem;
    color: #03a4e0;
}
@media(max-width: 700px) {
    .not-found-page .not-found-note {
        font-size: 2rem;
    }
}
.casual-prices-text {
    margin-bottom: 5rem;
}
.casual-prices-text .plain {
    width: 80%;
    margin: auto;
}
.casual-prices-text .plain p {
    color: #757575;
    font-size: 15px;
    font-family: 'RobotoRegular';
    padding: 0;
    line-height: 24px;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 2px 0;
    margin-bottom: 7px;
}
/* Add Admin Section */
.admins-section {
    width: 80%;
    margin: auto;
    padding: 1rem 0 3rem 0;
}
.admins-section .title-admins {
    font-size: 18px;
    color: #9a9a9a;
    font-weight: 500;
    font-family: 'RobotoRegular';
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
    align-items: center;
}
.admins-section .users-list {
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.admins-section .users-list .titles {
    display: flex;
}
.admins-section .users-list .titles .name {
    flex: 0 0 33%;
}
.admins-section .users-list .all-users {
    display: flex;
    align-items: center;
}
.admins-section .users-list .all-users .name {
    flex: 0 0 33%;
}
.add-admin-popup {
    position: fixed;
    background: #0000004f;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.add-admin-popup .popup {
    background: #fff;
    opacity: 1;
    width: 70%;
    height: 70%;
    border-radius: 5px;
    position: relative;
    pointer-events: auto;
}
.add-admin-popup .popup .close-button {
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: none;
    border: none;
    font-size: 26px;
    color: #1d3e6f;
    cursor: pointer;
}
.add-admin-popup .popup .add-admin .save-btn {
    background: #028fd7;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 0.3px;
    border: 1px solid #028fd7;
    transition: all .4s ease;
    margin-top: 1rem;
    height: 40px;
    cursor: pointer;
    font-family: 'RobotoRegular';
}
.add-admin-popup .popup .add-admin {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 60%;
}
.add-admin-popup .popup .add-admin .input-with-label {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.add-admin-popup .popup .add-admin .input-with-label label {
    font-size: 14px;
    color: #747474;
    font-family: 'RobotoMedium';
}
.add-admin-popup .popup .add-admin .input-with-label input {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    background: none;
    padding: 0 1rem;
}
.admin-delete-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-delete-popup .popup {
    background: #fff;
    height: 20rem;
    width: 20rem;
    opacity: 1;
    pointer-events: all;
    border-radius: 5px;
    position: relative;
}
.admin-delete-popup .delete-user-popup {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 1rem;
}
.admin-delete-popup .popup .title {
    font-size: 18px;
    color: #9c9c9c;
    font-weight: 500;
    padding: 0 2rem;
    text-align: center;
}
.admin-delete-popup .popup .close-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 26px;
    color: #1d3e6f;
    cursor: pointer;
}
.input-with-label label {
    font-size: 14px;
    padding-bottom: 5px;
    color: #028fd7;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-top: 1rem;
}
.input-with-label input {
    height: 2.3rem;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    padding-left: 9px;
    color: #222222;
    font-family: 'RobotoLight';
    font-size: 14px;
    width: 100%;
    margin-top: 6px;
}
[x-cloak] { 
    display: none !important; 
} 
.margin-none {
    margin: 0!important;
}
.write-us-flash-message {
    margin: 0;
    margin-bottom: 1rem;
}
.checkboxes-div {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.checkboxes-div .single-chekbox-with-label {
    display: flex;
    gap: 8px;
    align-items: center;
}
.checkboxes-div .single-chekbox-with-label label {
    padding: 0!important;
}